:root {
	--ft-bg: #1E2118;
	--ft-bg-mid: #2A2E20;
	--ft-bg-olive: #4A4C38;
	--ft-cream: #F5F3EC;
	--ft-green: #8B9A6B;
	--ft-green-light: #A3AD84;
	--ft-gold: #B9964B;
	--ft-gold-light: #D9C08A;
	--ft-font-head: 'Oswald', sans-serif;
	--ft-font-body: 'Manrope', system-ui, sans-serif;
	--ft-font-mono: 'JetBrains Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.forteca-theme, .ft-page {
	margin: 0;
	background: var(--ft-bg);
	color: var(--ft-cream);
	font-family: var(--ft-font-body);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
.ft-page a { color: var(--ft-green); text-decoration: none; transition: color .25s ease; }
.ft-page a:hover { color: var(--ft-cream); }
.ft-page ::selection { background: var(--ft-green); color: var(--ft-bg); }
.ft-page input, .ft-page textarea, .ft-page button { font-family: inherit; }
.ft-page img { max-width: 100%; display: block; }

.ft-container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.ft-container--narrow { max-width: 900px; padding-top: 160px; padding-bottom: 100px; }

.ft-eyebrow {
	font-family: var(--ft-font-mono);
	font-size: 11px;
	letter-spacing: .28em;
	text-transform: uppercase;
	color: var(--ft-green);
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 12px;
}
.ft-eyebrow--gold { color: var(--ft-gold-light); }
.ft-dot { width: 6px; height: 6px; background: var(--ft-gold); display: inline-block; border-radius: 50%; }

h1, h2, h3 { font-family: var(--ft-font-head); text-transform: uppercase; margin: 0; }

.ft-lead { max-width: 54ch; font-size: 17px; line-height: 1.65; color: rgba(245,243,236,.75); }
.ft-lead--wide { max-width: 62ch; margin-bottom: 56px; }

.ft-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 18px 30px;
	font-family: var(--ft-font-head);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: .14em;
	text-transform: uppercase;
	border-radius: 2px;
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
	width: auto;
	flex: 0 0 auto;
}
.ft-btn--primary { background: linear-gradient(180deg, var(--ft-green-light), var(--ft-green)); color: var(--ft-bg); }
.ft-btn--primary:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(0,0,0,.45); color: var(--ft-bg); }
.ft-btn--ghost { border-color: rgba(245,243,236,.3); color: var(--ft-cream); }
.ft-btn--ghost:hover { background: rgba(245,243,236,.09); color: var(--ft-cream); }

/* Header */
.ft-header {
	position: fixed; top: 0; left: 0; right: 0; z-index: 60;
	display: flex; align-items: center; justify-content: space-between;
	gap: 24px; padding: 16px 40px;
	background: rgba(30,33,24,.82); backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(245,243,236,.1);
}
.ft-header__logo { display: flex; align-items: center; gap: 12px; color: var(--ft-cream); }
.ft-header__logo span { font-family: var(--ft-font-head); font-weight: 700; font-size: 20px; letter-spacing: .16em; text-transform: uppercase; }
.ft-header__nav { display: flex; align-items: center; gap: 26px; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.ft-header__nav > a:not(.ft-header__cta) { color: rgba(245,243,236,.72); }
.ft-header__cta { padding: 11px 20px; background: var(--ft-green); color: var(--ft-bg) !important; border-radius: 2px; }
.ft-header__cart { position: relative; font-size: 18px; color: var(--ft-cream); display: inline-flex; align-items: center; }
.ft-header__cart-icon { width: 22px; height: 22px; display: block; }
.ft-cart-badge {
	position: absolute; top: -8px; right: -10px;
	background: var(--ft-gold); color: var(--ft-bg);
	font-family: var(--ft-font-mono); font-size: 10px; font-weight: 700;
	min-width: 16px; height: 16px; border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
}

/* Hero */
.ft-hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 140px 40px 80px; overflow: hidden; }
.ft-hero__bg { position: absolute; inset: -12% 0; background: linear-gradient(115deg, #2A2E20 0%, #4A4C38 48%, #5C5E42 100%); }
.ft-hero__bg-hatch { position: absolute; inset: 0; opacity: .5; background-image: repeating-linear-gradient(68deg, rgba(30,33,24,.55) 0 3px, rgba(30,33,24,0) 3px 11px); }
.ft-hero__bg-radial { position: absolute; inset: 0; background: radial-gradient(120% 90% at 78% 30%, rgba(163,173,132,.22) 0%, rgba(30,33,24,.15) 45%, rgba(30,33,24,.94) 100%); }
.ft-hero__bg-photo { position: absolute; right: 0; top: 0; bottom: 0; width: min(52%, 760px); overflow: hidden; }
.ft-hero__bg-photo img { position: absolute; inset: 0; width: 100%; height: 108%; top: -3%; object-fit: cover; object-position: 50% 20%; filter: grayscale(.1) contrast(1.08) brightness(.8) saturate(1.05); mask-image: linear-gradient(100deg, transparent 0%, rgba(0,0,0,.35) 16%, #000 38%); }
.ft-hero__dust { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .55; }
.ft-hero__badge-svg { position: absolute; right: -90px; bottom: -140px; opacity: .07; pointer-events: none; width: 620px; height: 620px; }
.ft-hero__content { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; width: 100%; }
.ft-hero__content h1 { font-weight: 700; font-size: clamp(40px, 8vw, 108px); line-height: .96; margin: 0 0 26px; max-width: 15ch; }
.ft-hero__content .ft-lead { margin: 0 0 40px; font-size: 19px; }
.ft-hero__actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

/* Sections */
.ft-section { padding: 110px 40px; background: var(--ft-bg); scroll-margin-top: 90px; }
.ft-section--olive { background: var(--ft-bg-olive); border-top: 1px solid rgba(245,243,236,.08); border-bottom: 1px solid rgba(30,33,24,.4); }
.ft-section--dark-gradient { background: linear-gradient(180deg, var(--ft-bg) 0%, var(--ft-bg-mid) 100%); }
.ft-section--contacts { background: var(--ft-bg-mid); }
.ft-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 52px; }
.ft-section__head h2 { font-size: clamp(30px, 4.2vw, 54px); line-height: 1.04; }
.ft-section__note { max-width: 40ch; font-size: 15px; line-height: 1.7; color: rgba(245,243,236,.6); margin: 0; }
.ft-empty { color: rgba(245,243,236,.5); }

/* Categories */
.ft-cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 380px)); justify-content: flex-start; gap: 24px; }
.ft-cat-card { display: block; background: var(--ft-cream); color: var(--ft-bg); border-radius: 3px; overflow: hidden; transition: transform .4s ease, box-shadow .4s ease; }
.ft-cat-card:hover { transform: translateY(-8px); box-shadow: 0 26px 60px rgba(0,0,0,.5); color: var(--ft-bg); }
.ft-cat-card__img { height: 240px; background: #FFFFFF; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.ft-cat-card__img img { width: 100%; height: 100%; object-fit: contain; padding: 12px; box-sizing: border-box; }
.ft-cat-card__body { padding: 26px 24px 28px; }
.ft-cat-card__body h3 { font-size: 24px; margin-bottom: 10px; }
.ft-cat-card__body p { font-size: 14.5px; line-height: 1.6; color: rgba(30,33,24,.65); margin: 0; }

/* Certs */
.ft-cert-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1px; background: rgba(245,243,236,.16); }
.ft-cert { background: var(--ft-bg-olive); padding: 32px 26px 34px; }
.ft-cert__icon { width: 42px; height: 42px; margin-bottom: 22px; border: 1.5px solid var(--ft-gold-light); display: grid; place-items: center; font-family: var(--ft-font-head); font-weight: 600; font-size: 13px; color: var(--ft-gold-light); }
.ft-cert__title { font-family: var(--ft-font-head); font-weight: 600; font-size: 18px; text-transform: uppercase; margin-bottom: 10px; }
.ft-cert p { font-size: 14px; line-height: 1.6; color: rgba(245,243,236,.7); margin: 0; }

/* Catalog / filters */
.ft-filters { display: flex; gap: 10px; flex-wrap: wrap; }
.ft-filter { padding: 11px 18px; background: transparent; color: rgba(245,243,236,.78); border: 1px solid rgba(245,243,236,.22); border-radius: 2px; font-family: var(--ft-font-head); font-weight: 500; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: background .3s ease, color .3s ease; }
.ft-filter.is-active, .ft-filter:hover { background: var(--ft-green); color: var(--ft-bg); }

.ft-catalog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 22px; }
.ft-product-card { background: var(--ft-cream); color: var(--ft-bg); border-radius: 3px; overflow: hidden; display: flex; flex-direction: column; transition: transform .4s ease, box-shadow .4s ease; }
.ft-product-card:hover { transform: translateY(-8px); box-shadow: 0 26px 60px rgba(0,0,0,.5); }
.ft-product-card__img { display: flex; align-items: center; justify-content: center; height: 220px; background: #FFFFFF; overflow: hidden; }
.ft-product-card__img img { width: 100%; height: 100%; object-fit: contain; padding: 10px; box-sizing: border-box; }
.ft-product-card__body { padding: 22px 20px 24px; display: flex; flex-direction: column; flex: 1; }
.ft-product-card__cat { font-family: var(--ft-font-mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: rgba(30,33,24,.48); margin-bottom: 10px; }
.ft-product-card__body h3 { font-size: 19px; line-height: 1.2; margin: 0 0 18px; }
.ft-product-card__body h3 a { color: var(--ft-bg); }
.ft-product-card__footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 18px; border-top: 1px solid rgba(30,33,24,.14); }
.ft-product-card__price { font-family: var(--ft-font-head); font-weight: 600; font-size: 21px; }
.ft-plus-btn { width: 40px; height: 40px; border-radius: 50%; background: var(--ft-bg); color: var(--ft-cream); font-size: 20px; font-weight: 300; line-height: 1; border: none; cursor: pointer; transition: transform .3s ease, background .3s ease; }
.ft-plus-btn:hover { transform: scale(1.08); background: var(--ft-green); color: var(--ft-bg); }
.ft-plus-btn.is-added { background: #8B9A6B; color: #1E2118; font-size: 18px; font-weight: 700; }

/* Why / perks */
.ft-why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 60px; align-items: start; }
.ft-why-grid h2 { font-size: clamp(30px, 4.2vw, 52px); line-height: 1.04; margin-bottom: 26px; }
.ft-why-grid .ft-lead { margin-bottom: 20px; }
.ft-perks { display: grid; gap: 14px; }
.ft-perk { display: flex; gap: 20px; padding: 24px 24px; background: rgba(245,243,236,.045); border: 1px solid rgba(245,243,236,.1); border-radius: 3px; transition: background .35s ease, transform .35s ease; }
.ft-perk:hover { background: rgba(245,243,236,.09); transform: translateX(6px); }
.ft-perk__icon { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; font-size: 18px; }
.ft-perk__icon svg { width: 22px; height: 22px; color: var(--ft-green-light); }
.ft-perk__title { font-family: var(--ft-font-head); font-weight: 600; font-size: 16px; text-transform: uppercase; letter-spacing: .03em; margin-bottom: 6px; }
.ft-perk p { font-size: 14px; line-height: 1.6; color: rgba(245,243,236,.66); margin: 0; }
.ft-protocol-downloads { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.ft-protocol-download { display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: rgba(245,243,236,.06); border: 1px solid rgba(245,243,236,.18); border-radius: 3px; transition: background .3s ease, border-color .3s ease, transform .3s ease; }
.ft-protocol-download:hover { background: rgba(245,243,236,.12); border-color: var(--ft-gold-light); transform: translateY(-2px); color: var(--ft-cream); }
.ft-protocol-download__icon { flex: 0 0 auto; width: 22px; height: 22px; display: grid; place-items: center; color: var(--ft-gold-light); }
.ft-protocol-download__icon svg { width: 20px; height: 20px; }
.ft-protocol-download__text { display: flex; flex-direction: column; line-height: 1.3; }
.ft-protocol-download__title { font-family: var(--ft-font-head); font-weight: 600; font-size: 13.5px; text-transform: uppercase; letter-spacing: .02em; color: var(--ft-cream); }
.ft-protocol-download__hint { font-size: 12px; color: rgba(245,243,236,.55); }
.ft-why-contact { display: flex; align-items: baseline; gap: 14px; margin: 26px 0 22px; flex-wrap: wrap; }
.ft-why-contact__phone { font-family: var(--ft-font-head); font-size: 22px; font-weight: 600; color: var(--ft-cream); }
.ft-why-contact__phone:hover { color: var(--ft-green-light); }
.ft-why-contact__name { font-size: 14px; color: rgba(245,243,236,.55); }

/* Contacts */
.ft-contacts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 56px; }
.ft-contacts-grid h2 { font-size: clamp(30px, 4.2vw, 52px); line-height: 1.04; margin-bottom: 24px; }
.ft-contact-block { margin-bottom: 24px; }
.ft-phone { font-family: var(--ft-font-head); font-size: 28px; font-weight: 600; color: var(--ft-cream); display: block; margin-bottom: 12px; }
.ft-phone:hover { color: var(--ft-green-light); }
.ft-contact-addr { font-size: 15px; color: rgba(245,243,236,.7); line-height: 1.7; }
.ft-tag-link { display: inline-block; padding: 12px 20px; border: 1px solid rgba(245,243,236,.28); color: var(--ft-cream); font-size: 13px; letter-spacing: .08em; border-radius: 2px; }
.ft-tag-link:hover { background: rgba(245,243,236,.1); color: var(--ft-cream); }

.ft-contact-form-wrap { background: var(--ft-cream); color: var(--ft-bg); border-radius: 3px; padding: 38px 34px 34px; }
.ft-contact-form-wrap__title { font-family: var(--ft-font-head); font-weight: 700; font-size: 22px; text-transform: uppercase; margin-bottom: 22px; }
.ft-contact-form-wrap .ft-form-row label { color: rgba(30,33,24,.55); font-family: var(--ft-font-mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; }
.ft-contact-form-wrap .ft-form-row input,
.ft-contact-form-wrap .ft-form-row textarea { background: #fff; border: 1px solid rgba(30,33,24,.2); color: var(--ft-bg); }
.ft-contact-form-wrap button[type="submit"] {
	width: 100%; margin-top: 4px; padding: 17px 20px; background: #1E2118; color: #F5F3EC;
	border: none; border-radius: 2px; font-family: var(--ft-font-head); font-weight: 600; font-size: 14px;
	letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: background .3s ease;
}
.ft-contact-form-wrap button[type="submit"]:hover { background: var(--ft-bg-olive); }

/* Single product / page */
.ft-single { padding-top: 0; }
.ft-back-link { display: inline-block; margin-bottom: 24px; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.ft-single__title { font-size: clamp(28px, 4vw, 44px); margin-bottom: 30px; }
.ft-single__content { font-size: 16px; line-height: 1.7; color: rgba(245,243,236,.85); }

/* Footer */
.ft-footer { background: var(--ft-bg); border-top: 1px solid rgba(245,243,236,.12); padding: 60px 40px 30px; }
.ft-footer__inner { max-width: 1280px; margin: 0 auto; }
.ft-footer__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; padding-bottom: 42px; border-bottom: 1px solid rgba(245,243,236,.1); }
.ft-footer__logo { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.ft-footer__logo span { font-family: var(--ft-font-head); font-weight: 700; font-size: 18px; letter-spacing: .16em; text-transform: uppercase; }
.ft-footer p { font-size: 14px; line-height: 1.7; color: rgba(245,243,236,.55); margin: 0; max-width: 30ch; }
.ft-footer__title { font-family: var(--ft-font-mono); font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: rgba(245,243,236,.45); margin-bottom: 16px; }
.ft-footer__links { display: grid; gap: 10px; font-size: 14px; }
.ft-footer__bottom { padding-top: 22px; font-size: 12.5px; color: rgba(245,243,236,.42); display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; align-items: center; }
.ft-footer__policy-link { color: rgba(245,243,236,.42); font-size: 12.5px; }
.ft-footer__policy-link:hover { color: var(--ft-cream); }

/* Reveal animation base state */
[data-reveal] { will-change: opacity, transform; }

/* Reviews */
.ft-section--reviews { background: var(--ft-cream); color: var(--ft-bg); }
.ft-section--reviews .ft-eyebrow { color: #6C7350; }
.ft-section--reviews h2 { font-size: clamp(30px, 4.2vw, 52px); line-height: 1.04; margin-bottom: 46px; }
.ft-review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.ft-review-card { background: #FFFFFF; border: 1px solid rgba(30,33,24,.1); border-radius: 3px; padding: 30px 26px; }
.ft-review-card__stars { color: #B9964B; letter-spacing: .25em; font-size: 14px; margin-bottom: 18px; }
.ft-review-card p { font-size: 15.5px; line-height: 1.7; color: rgba(30,33,24,.82); margin: 0; }

/* Cookie banner */
.ft-cookie-banner {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 250;
	display: none; flex-direction: column; align-items: center; justify-content: center;
	gap: 20px; text-align: center; padding: 18px 24px;
	background: rgba(30,33,24,.97); border-top: 1px solid rgba(245,243,236,.14);
	backdrop-filter: blur(6px);
}
.ft-cookie-banner.is-visible { display: flex; }
.ft-cookie-banner p { margin: 0; max-width: 640px; font-size: 13.5px; line-height: 1.6; color: rgba(245,243,236,.8); }
.ft-cookie-banner p a { color: var(--ft-gold-light); text-decoration: underline; }
.ft-cookie-banner .ft-btn { padding: 12px 26px; font-size: 13px; margin: 0 auto; }

/* Product modal */
.ft-modal {
	position: fixed; inset: 0; z-index: 200;
	display: none; align-items: center; justify-content: center;
	padding: 24px; overflow-y: auto;
}
.ft-modal.is-open { display: flex; }
.ft-modal__overlay { position: fixed; inset: 0; background: rgba(15,17,12,.82); backdrop-filter: blur(6px); }
.ft-modal__card {
	position: relative; z-index: 1;
	width: 100%; max-width: 980px; height: 660px;
	background: #F5F3EC; color: #1E2118; border-radius: 4px;
	overflow: hidden; display: grid; grid-template-columns: 1fr 1.1fr;
	align-items: stretch;
	box-shadow: 0 40px 100px rgba(0,0,0,.6);
	margin: auto;
}
.ft-modal__close {
	position: absolute; right: 16px; top: 16px; z-index: 3;
	width: 40px; height: 40px; border-radius: 50%; border: none;
	background: rgba(30,33,24,.86); color: #F5F3EC;
	font-size: 18px; line-height: 1; cursor: pointer; transform: rotate(45deg);
}
.ft-modal__media {
	height: 100%; box-sizing: border-box;
	background: linear-gradient(160deg, #5C5E42, #2A2E20);
	padding: 20px; display: flex; flex-direction: column; gap: 10px;
}
.ft-modal__main-img {
	position: relative;
	flex: 1; min-height: 0;
	display: flex; align-items: center; justify-content: center;
	background: #fff; border-radius: 2px; overflow: hidden;
}
.ft-modal__main-img img { width: 100%; height: 100%; object-fit: contain; padding: 10px; box-sizing: border-box; cursor: zoom-in; }
.ft-modal__thumbs { display: flex; gap: 8px; flex-wrap: wrap; }
.ft-modal__thumb { width: 60px; height: 60px; object-fit: contain; background: #fff; border-radius: 2px; cursor: pointer; border: 1px solid transparent; padding: 4px; box-sizing: border-box; }
.ft-modal__thumb.is-active { border-color: #B9964B; }
.ft-modal__zoom {
	position: absolute; right: 12px; bottom: 12px;
	width: 38px; height: 38px; border-radius: 50%; border: none;
	background: rgba(30,33,24,.8); color: #F5F3EC;
	display: flex; align-items: center; justify-content: center;
	cursor: pointer; transition: background .25s ease, transform .25s ease;
}
.ft-modal__zoom:hover { background: #8B9A6B; color: #1E2118; transform: scale(1.08); }
.ft-modal__zoom svg { width: 18px; height: 18px; }

.ft-modal__info {
	height: 100%; box-sizing: border-box; overflow: hidden;
	padding: 40px 36px; display: flex; flex-direction: column;
}
.ft-modal__cat { font-family: var(--ft-font-mono); font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: #6C7350; margin-bottom: 14px; }
.ft-modal__title { font-family: var(--ft-font-head); font-weight: 700; font-size: clamp(24px, 3vw, 36px); line-height: 1.1; text-transform: uppercase; margin: 0 0 18px; }

.ft-modal__desc-wrap {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	padding-right: 10px;
	margin-bottom: 10px;
}
.ft-modal__desc-wrap::-webkit-scrollbar { width: 6px; }
.ft-modal__desc-wrap::-webkit-scrollbar-thumb { background: rgba(30,33,24,.25); border-radius: 3px; }
.ft-modal__desc { font-size: 15px; line-height: 1.7; color: rgba(30,33,24,.75); margin: 0 0 14px; }
.ft-modal__desc--extra { display: none; white-space: pre-line; }
.ft-modal__desc--extra.is-visible { display: block; }

.ft-modal__readmore {
	display: none;
	flex: 0 0 auto;
	background: none; border: none; padding: 0; margin: 0 0 20px;
	font-size: 13px; font-weight: 600; color: #6C7350;
	cursor: pointer; text-align: left;
}
.ft-modal__readmore:hover { color: #1E2118; }

.ft-modal__bottom {
	flex: 0 0 auto;
	margin-top: auto;
	display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
	padding-top: 20px; border-top: 1px solid rgba(30,33,24,.14);
}
.ft-modal__price-label { font-family: var(--ft-font-mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: rgba(30,33,24,.5); margin-bottom: 5px; }
.ft-modal__price { font-family: var(--ft-font-head); font-weight: 700; font-size: 28px; }
.ft-modal__bottom .ft-btn { flex: 1; min-width: 180px; justify-content: center; width: auto; }
.ft-modal__link { display: inline-block; flex: 0 0 auto; margin-top: 18px; font-size: 13px; color: #6C7350; text-decoration: underline; }

/* Lightbox */
.ft-lightbox { position: fixed; inset: 0; z-index: 300; display: none; align-items: center; justify-content: center; padding: 40px; }
.ft-lightbox.is-open { display: flex; }
.ft-lightbox__overlay { position: fixed; inset: 0; background: rgba(10,11,8,.94); }
.ft-lightbox img { position: relative; z-index: 1; max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 2px; }
.ft-lightbox__close {
	position: fixed; top: 24px; right: 24px; z-index: 2;
	width: 44px; height: 44px; border-radius: 50%; border: none;
	background: rgba(245,243,236,.12); color: #F5F3EC;
	font-size: 20px; line-height: 1; cursor: pointer; transform: rotate(45deg);
}
.ft-lightbox__close:hover { background: rgba(245,243,236,.25); }

/* Mobile */
@media (max-width: 900px) {
	.ft-header { padding: 14px 20px; }
	.ft-header__nav { gap: 14px; font-size: 11px; }
	.ft-header__nav a:not(.ft-header__cta):not(.ft-header__cart) { display: none; }
	.ft-hero { padding: 120px 20px 60px; }
	.ft-hero__bg-photo { width: 70%; opacity: .5; }
	.ft-section { padding: 70px 20px; }
	.ft-container { padding: 0 20px; }
	.ft-container--narrow { padding-top: 120px; padding-bottom: 60px; }
	.ft-why-grid, .ft-contacts-grid { gap: 36px; }
}

@media (max-width: 760px) {
	.ft-modal__card { grid-template-columns: 1fr; height: auto; max-height: 90vh; overflow-y: auto; }
	.ft-modal__media, .ft-modal__info { height: auto; }
	.ft-modal__info { padding: 28px 22px; overflow: visible; }
	.ft-modal__desc-wrap { flex: none; max-height: 200px; }
}

@media (max-width: 560px) {
	.ft-header__nav { gap: 10px; }
	.ft-header__cta { padding: 9px 14px; font-size: 11px; }
	.ft-hero__content h1 { font-size: 38px; }
	.ft-btn { padding: 15px 22px; font-size: 12.5px; }
	.ft-cat-grid, .ft-catalog-grid { grid-template-columns: 1fr; }
	.ft-section__head { flex-direction: column; align-items: flex-start; }
	.ft-cookie-banner .ft-btn { width: 100%; justify-content: center; }
}

/* --- сторінка окремого товару --- */
.ft-single-product { padding: 140px 40px 100px; background: var(--ft-bg); min-height: 60vh; }
.ft-single-product .ft-back-link { color: rgba(245,243,236,.6); }
.ft-single-product .ft-back-link:hover { color: var(--ft-cream); }

.ft-sp { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; margin: 32px 0 80px; align-items: start; }

.ft-sp__media { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 12px; }
.ft-sp__main-img {
	position: relative;
	background: #FFFFFF;
	border-radius: 4px;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ft-sp__main-img img { width: 100%; height: 100%; object-fit: contain; padding: 24px; box-sizing: border-box; }
.ft-sp__thumbs { display: flex; gap: 10px; flex-wrap: wrap; }
.ft-sp__thumbs .ft-modal__thumb { width: 72px; height: 72px; }

.ft-sp__info { color: var(--ft-cream); padding-top: 6px; }
.ft-sp__info .ft-modal__cat { color: var(--ft-gold-light); }
.ft-sp__title {
	font-family: var(--ft-font-head); font-weight: 700; text-transform: uppercase;
	font-size: clamp(28px, 3.4vw, 44px); line-height: 1.08; margin: 0 0 22px;
}
.ft-sp__desc { margin-bottom: 28px; }
.ft-sp__desc p { font-size: 16px; line-height: 1.75; color: rgba(245,243,236,.78); margin: 0 0 16px; }

.ft-sp__certs { margin-bottom: 28px; padding-top: 20px; border-top: 1px solid rgba(245,243,236,.12); }
.ft-sp__certs h4 { font-family: var(--ft-font-head); font-size: 15px; text-transform: uppercase; letter-spacing: .04em; color: rgba(245,243,236,.55); margin: 0 0 10px; }
.ft-sp__certs ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.ft-sp__certs a { color: var(--ft-gold-light); }
.ft-sp__certs a:hover { color: var(--ft-cream); }

.ft-sp__bottom {
	display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
	padding: 24px 0; border-top: 1px solid rgba(245,243,236,.14); border-bottom: 1px solid rgba(245,243,236,.14);
	margin-bottom: 24px;
}
.ft-sp__bottom .ft-modal__price-label { color: rgba(245,243,236,.5); }
.ft-sp__bottom .ft-modal__price { color: var(--ft-cream); font-size: 30px; }
.ft-sp__bottom .ft-btn { flex: 1; min-width: 220px; justify-content: center; }

.ft-sp__perks { display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: rgba(245,243,236,.62); }

.ft-sp__related { margin-top: 60px; padding-top: 50px; border-top: 1px solid rgba(245,243,236,.12); }
.ft-sp__related h2 { font-family: var(--ft-font-head); font-size: clamp(24px, 3vw, 34px); text-transform: uppercase; color: var(--ft-cream); margin-bottom: 30px; }

@media (max-width: 900px) {
	.ft-single-product { padding: 120px 20px 60px; }
	.ft-sp { grid-template-columns: 1fr; gap: 28px; }
	.ft-sp__media { position: static; }
}