:root {
	--color-ink: #06101a;
	--color-ink-2: #0b1724;
	--color-gold: #bd9660;
	--color-gold-dark: #9c753d;
	--color-paper: #f7f5f1;
	--color-text: #20232d;
	--font-heading: "Cinzel", Georgia, serif;
	--font-body: "Libre Baskerville", Georgia, serif;
	--container: 1180px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--color-paper);
	color: var(--color-text);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.85;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-heading);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
}

.container {
	width: min(100% - 40px, var(--container));
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.site-header {
	position: sticky;
	z-index: 20;
	top: 0;
	background: rgba(250, 248, 245, 0.96);
	box-shadow: 0 1px 18px rgba(7, 16, 26, 0.08);
	backdrop-filter: blur(8px);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 104px;
	gap: 32px;
}

.site-logo {
	display: grid;
	color: var(--color-gold-dark);
	line-height: 1;
}

.site-logo__name {
	font-family: var(--font-heading);
	font-size: clamp(2rem, 4vw, 3.05rem);
}

.site-logo__tagline {
	margin-top: 4px;
	font-size: 1.05rem;
}

.custom-logo {
	max-width: 230px;
	height: auto;
}

.primary-menu,
.footer-menu {
	display: flex;
	align-items: center;
	gap: clamp(18px, 3vw, 42px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-menu a,
.footer-menu a {
	color: var(--color-gold-dark);
	font-family: var(--font-heading);
	font-size: 0.92rem;
	text-transform: uppercase;
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid var(--color-gold);
	background: transparent;
	padding: 9px;
}

.menu-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 6px 0;
	background: var(--color-gold-dark);
}

.hero-section,
.contact-section,
.site-footer {
	background:
		radial-gradient(circle at 67% 38%, rgba(96, 108, 124, 0.25), transparent 20rem),
		linear-gradient(102deg, #03080e 0%, #071522 46%, #03070c 100%);
	color: #f7f2e8;
}

.hero-section {
	min-height: 430px;
	overflow: hidden;
}

.hero-section__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 460px;
	align-items: center;
	min-height: 430px;
	gap: 40px;
}

.hero-section__copy h1 {
	margin: 0 0 20px;
	color: var(--color-gold);
	font-size: clamp(2.1rem, 5vw, 3.45rem);
}

.hero-section__copy p {
	margin: 0 0 32px;
	color: var(--color-gold);
	font-size: clamp(1rem, 2vw, 1.3rem);
}

.btn,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border: 1px solid var(--color-gold);
	padding: 0 28px;
	background: transparent;
	color: var(--color-gold);
	font-family: var(--font-heading);
	font-weight: 600;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.btn:hover,
.button:hover,
.woocommerce a.button:hover {
	background: var(--color-gold);
	color: #09111a;
}

.btn--gold {
	width: 100%;
	border-color: transparent;
	background: var(--color-gold);
	color: #fff;
}

.btn--light {
	color: var(--color-gold-dark);
}

.btn--mini {
	min-height: 36px;
	padding-inline: 18px;
	font-size: 0.8rem;
}

.hero-watch {
	position: relative;
	min-height: 430px;
}

.hero-watch::before {
	content: "";
	position: absolute;
	inset: -80px 40px -80px 120px;
	background:
		linear-gradient(90deg, rgba(255,255,255,0.08), rgba(255,255,255,0)),
		repeating-linear-gradient(90deg, #222935 0 17px, #64707d 18px 31px, #161b23 32px 48px);
	transform: rotate(12deg);
	opacity: 0.85;
}

.hero-watch__dial {
	position: absolute;
	top: 55px;
	right: 24px;
	width: min(82vw, 360px);
	aspect-ratio: 1;
	border: 18px solid #9c9387;
	border-radius: 50%;
	background:
		radial-gradient(circle at 62% 48%, #283b52 0 10px, transparent 11px),
		radial-gradient(circle, #152945 0 50%, #07111d 72%);
	box-shadow: inset 0 0 0 12px #2d333b, 0 30px 80px rgba(0, 0, 0, 0.55);
}

.hero-watch__dial::before,
.hero-watch__dial::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform-origin: 0 50%;
	background: #d8c5a2;
}

.hero-watch__dial::before {
	width: 105px;
	height: 5px;
	transform: rotate(18deg);
}

.hero-watch__dial::after {
	width: 82px;
	height: 4px;
	transform: rotate(265deg);
}

.section-light {
	background:
		radial-gradient(circle at 8% 20%, rgba(189, 150, 96, 0.08), transparent 18rem),
		#f9f8f5;
}

.split-section {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	align-items: center;
	gap: clamp(48px, 8vw, 120px);
	padding-block: clamp(70px, 9vw, 115px);
}

.section-copy h2,
.section-title,
.contact-benefits h2 {
	margin: 0 0 28px;
	color: var(--color-gold-dark);
	font-size: clamp(1.8rem, 3.2vw, 2.6rem);
	text-transform: uppercase;
}

.section-copy p {
	max-width: 560px;
	margin: 0 0 42px;
	color: #333845;
}

.about-photo {
	position: relative;
	margin: 0;
}

.about-photo::before {
	content: "";
	position: absolute;
	inset: -30px auto auto -30px;
	width: 46%;
	height: 78%;
	background: #07111d;
}

.about-photo img {
	position: relative;
	width: 100%;
	aspect-ratio: 1.18;
	object-fit: cover;
	box-shadow: 24px 24px 0 #07111d;
}

.featured-products {
	padding-block: clamp(58px, 7vw, 88px);
	background: linear-gradient(135deg, #c6a368, #b68d4f 52%, #c7aa72);
}

.section-title {
	position: relative;
	margin-inline: auto;
	margin-bottom: 54px;
	text-align: center;
	color: #161b24;
}

.section-title::after,
.contact-benefits h2::after {
	content: "";
	display: block;
	width: 58px;
	height: 2px;
	margin: 22px auto 0;
	background: currentColor;
}

.section-title--light {
	color: #fff;
}

.product-showcase ul.products,
.product-showcase {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.woocommerce ul.products {
	margin: 0;
	padding: 0;
}

.woocommerce ul.products li.product,
.fallback-product {
	position: relative;
	overflow: hidden;
	min-height: 300px;
	background: #10151e;
	color: #fff;
}

.woocommerce ul.products li.product {
	width: auto !important;
	margin: 0 !important;
}

.woocommerce ul.products li.product img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	margin: 0;
}

.woocommerce ul.products li.product::after,
.fallback-product::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, 0.82));
	pointer-events: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button,
.fallback-product > div {
	position: absolute;
	z-index: 2;
	left: 24px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.fallback-product h3 {
	bottom: 68px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: var(--font-body);
	font-size: 1.15rem;
	font-weight: 700;
}

.woocommerce ul.products li.product .price {
	display: none;
}

.woocommerce ul.products li.product .button,
.fallback-product .btn {
	bottom: 24px;
}

.fallback-product {
	display: flex;
	align-items: end;
	padding: 24px;
	background:
		linear-gradient(180deg, transparent 20%, rgba(0,0,0,0.85)),
		radial-gradient(circle at 54% 36%, rgba(255,255,255,0.38), transparent 4rem),
		linear-gradient(135deg, #d4d7d8, #777d83);
}

.fallback-product.watch-b {
	background:
		linear-gradient(180deg, transparent 20%, rgba(0,0,0,0.85)),
		radial-gradient(circle at 50% 28%, rgba(10,31,58,0.95), transparent 5rem),
		linear-gradient(135deg, #e8ecef, #aab3bb);
}

.fallback-product.watch-c {
	background:
		linear-gradient(180deg, transparent 20%, rgba(0,0,0,0.85)),
		radial-gradient(circle at 52% 35%, rgba(245,236,210,0.85), transparent 4rem),
		linear-gradient(135deg, #63351f, #a5663e);
}

.services-section {
	padding-block: clamp(64px, 7vw, 96px);
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 42px;
}

.service-card {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 22px;
	padding-right: 34px;
	border-right: 1px solid rgba(35, 38, 50, 0.18);
}

.service-card:last-child {
	border-right: 0;
}

.service-card img {
	width: 72px;
}

.service-card h3 {
	margin: 0 0 12px;
	font-size: 1.25rem;
	text-transform: uppercase;
}

.service-card p {
	margin: 0 0 24px;
	font-size: 0.92rem;
}

.contact-section {
	padding-block: clamp(64px, 7vw, 96px);
}

.contact-grid {
	display: grid;
	grid-template-columns: 360px minmax(0, 1fr);
	gap: clamp(48px, 7vw, 94px);
	align-items: end;
}

.contact-benefits h2 {
	color: var(--color-gold);
	text-align: left;
}

.contact-benefits h2::after {
	margin-left: 0;
}

.benefit {
	display: grid;
	grid-template-columns: 76px 1fr;
	gap: 14px 22px;
	margin-top: 30px;
}

.benefit span {
	grid-row: span 2;
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	border: 1px solid var(--color-gold);
	border-radius: 50%;
	color: var(--color-gold);
	font-family: var(--font-heading);
	font-size: 2rem;
}

.benefit strong {
	color: var(--color-gold);
}

.benefit p {
	margin: 0;
	font-size: 0.9rem;
}

.tokarz-form {
	display: grid;
	gap: 14px;
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.tokarz-form input,
.tokarz-form select,
.tokarz-form textarea,
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.32);
	background: rgba(4, 10, 17, 0.48);
	color: #fff;
	padding: 17px 20px;
	font-family: var(--font-body);
	font-size: 0.95rem;
}

.tokarz-form input::placeholder,
.tokarz-form textarea::placeholder,
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
	color: #fff;
	opacity: 0.9;
}

.tokarz-form textarea,
.wpcf7-form textarea {
	resize: vertical;
}

.wpcf7-form {
	display: grid;
	gap: 14px;
}

.site-footer {
	border-top: 1px solid rgba(189, 150, 96, 0.26);
	padding-block: 48px;
}

.site-footer__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 32px;
}

.site-footer p {
	margin: 0;
	color: var(--color-gold);
}

.site-footer .site-logo {
	justify-self: end;
}

.content-layout {
	padding-block: 70px;
}

.entry-card,
.entry-content {
	max-width: 860px;
	margin-inline: auto;
}

.entry-card + .entry-card {
	margin-top: 42px;
}

.entry-card__title a {
	color: var(--color-ink);
}

.shop-main {
	padding-block: 64px;
	background: #f8f7f4;
}

.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
	gap: clamp(32px, 6vw, 80px);
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	width: auto;
	float: none;
}

.woocommerce div.product .product_title {
	color: var(--color-ink);
	font-size: clamp(2rem, 4vw, 3.2rem);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--color-gold-dark);
	font-family: var(--font-heading);
	font-size: 1.5rem;
}

.woocommerce-message,
.woocommerce-info {
	border-top-color: var(--color-gold);
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--color-gold-dark);
}

.elementor-full-width {
	overflow: hidden;
}

.tokarz-elementor-hero,
.tokarz-elementor-contact {
	background:
		radial-gradient(circle at 70% 35%, rgba(96, 108, 124, 0.25), transparent 20rem),
		linear-gradient(102deg, #03080e 0%, #071522 46%, #03070c 100%);
	color: #f7f2e8;
}

.tokarz-elementor-hero h1,
.tokarz-elementor-contact h2 {
	color: var(--color-gold);
	font-size: clamp(2.1rem, 5vw, 3.45rem);
}

.tokarz-elementor-hero .elementor-widget-text-editor,
.tokarz-elementor-contact .elementor-widget-text-editor,
.tokarz-elementor-contact .elementor-icon-box-description {
	color: #f7f2e8;
}

.tokarz-elementor-hero .elementor-button,
.tokarz-elementor-about .elementor-button,
.tokarz-elementor-contact .elementor-button {
	border: 1px solid var(--color-gold);
	border-radius: 0;
	background: transparent;
	color: var(--color-gold);
	font-family: var(--font-heading);
	text-transform: uppercase;
}

.tokarz-elementor-about,
.tokarz-elementor-services {
	background:
		radial-gradient(circle at 8% 20%, rgba(189, 150, 96, 0.08), transparent 18rem),
		#f9f8f5;
}

.tokarz-elementor-about h2,
.tokarz-elementor-services h2,
.tokarz-elementor-posts h2 {
	color: var(--color-gold-dark);
	font-size: clamp(1.8rem, 3.2vw, 2.6rem);
	text-transform: uppercase;
}

.tokarz-elementor-about .elementor-widget-image img {
	aspect-ratio: 1.18;
	object-fit: cover;
	box-shadow: 24px 24px 0 #07111d;
}

.tokarz-elementor-products {
	background: linear-gradient(135deg, #c6a368, #b68d4f 52%, #c7aa72);
}

.tokarz-elementor-products h2 {
	color: #fff;
	font-size: clamp(1.9rem, 3.2vw, 2.7rem);
	text-transform: uppercase;
}

.tokarz-elementor-products h2::after,
.tokarz-elementor-services h2::after,
.tokarz-elementor-posts h2::after {
	content: "";
	display: block;
	width: 58px;
	height: 2px;
	margin: 22px auto 0;
	background: currentColor;
}

.tokarz-elementor-services .elementor-widget-wrap {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px;
}

.tokarz-elementor-services .elementor-widget-heading {
	grid-column: 1 / -1;
}

.tokarz-elementor-services .elementor-widget-icon-box {
	padding-right: 30px;
	border-right: 1px solid rgba(35, 38, 50, 0.18);
}

.tokarz-elementor-services .elementor-widget-icon-box:last-child {
	border-right: 0;
}

.tokarz-elementor-services .elementor-icon {
	color: var(--color-gold);
	fill: var(--color-gold);
}

.tokarz-elementor-services .elementor-icon-box-title {
	font-family: var(--font-heading);
	text-transform: uppercase;
}

.tokarz-elementor-posts {
	background: #fff;
}

.tokarz-latest-posts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.tokarz-post-card {
	background: #f8f7f4;
	border: 1px solid rgba(35, 38, 50, 0.1);
}

.tokarz-post-card__image,
.tokarz-post-card__image span {
	display: block;
	aspect-ratio: 1.4;
	background:
		radial-gradient(circle at 50% 42%, rgba(189, 150, 96, 0.36), transparent 5rem),
		linear-gradient(135deg, #10151e, #39424d);
}

.tokarz-post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tokarz-post-card__body {
	padding: 24px;
}

.tokarz-post-card time {
	color: var(--color-gold-dark);
	font-size: 0.82rem;
}

.tokarz-post-card h3 {
	margin: 8px 0 10px;
	font-size: 1.18rem;
}

.tokarz-post-card p {
	margin: 0;
	font-size: 0.92rem;
}

.tokarz-elementor-contact .elementor-icon {
	display: inline-grid;
	place-items: center;
	width: 70px;
	height: 70px;
	border: 1px solid var(--color-gold);
	border-radius: 50%;
	color: var(--color-gold);
	fill: var(--color-gold);
}

.tokarz-elementor-contact .elementor-icon-box-title {
	color: var(--color-gold);
	font-family: var(--font-body);
}

@media (max-width: 980px) {
	.site-header__inner {
		min-height: 82px;
	}

	.menu-toggle {
		display: block;
	}

	.site-navigation {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		background: #fbfaf7;
		padding: 22px 20px 28px;
		box-shadow: 0 18px 28px rgba(7, 16, 26, 0.1);
	}

	.site-navigation.is-open {
		display: block;
	}

	.primary-menu {
		display: grid;
		gap: 16px;
		width: min(100%, var(--container));
		margin-inline: auto;
	}

	.hero-section__inner,
	.split-section,
	.contact-grid,
	.woocommerce div.product {
		grid-template-columns: 1fr;
	}

	.hero-section__inner {
		padding-block: 60px 0;
	}

	.hero-watch {
		min-height: 300px;
	}

	.hero-watch::before {
		inset: -30px 20% -80px 36%;
	}

	.hero-watch__dial {
		right: 10%;
		width: min(72vw, 300px);
	}

	.services-grid,
	.tokarz-elementor-services .elementor-widget-wrap,
	.tokarz-latest-posts,
	.product-showcase ul.products,
	.product-showcase {
		grid-template-columns: 1fr;
	}

	.service-card {
		border-right: 0;
		border-bottom: 1px solid rgba(35, 38, 50, 0.18);
		padding: 0 0 30px;
	}

	.service-card:last-child {
		border-bottom: 0;
	}

	.tokarz-elementor-services .elementor-widget-icon-box {
		border-right: 0;
		border-bottom: 1px solid rgba(35, 38, 50, 0.18);
		padding: 0 0 28px;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.footer-menu {
		justify-content: center;
		flex-wrap: wrap;
	}

	.site-footer .site-logo {
		justify-self: center;
	}
}

@media (max-width: 640px) {
	.container {
		width: min(100% - 28px, var(--container));
	}

	.site-logo__name {
		font-size: 2rem;
	}

	.site-logo__tagline {
		font-size: 0.9rem;
	}

	.form-row,
	.benefit,
	.service-card {
		grid-template-columns: 1fr;
	}

	.benefit span {
		width: 62px;
		height: 62px;
	}

	.about-photo img {
		box-shadow: 14px 14px 0 #07111d;
	}
}
