:root {
  --ink: #1a1714;
  --ink-soft: #5f5a54;
  --night: #16100d;
  --date: #53271f;
  --date-bright: #8a3f2d;
  --forest: #0b4a34;
  --forest-deep: #08271d;
  --gold: #d5a85d;
  --sand: #d9c49e;
  --paper: #f4f0e8;
  --paper-deep: #e8e0d2;
  --white: #fff;
  --line: rgba(26, 23, 20, .2);
  --line-light: rgba(255, 255, 255, .24);
  --serif: "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font: 16px/1.6 var(--sans); }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
em { font-weight: 400; }
.shell { width: min(1420px, calc(100% - 72px)); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.draft-bar { min-height: 29px; padding: 5px 28px; display: flex; justify-content: space-between; color: #eadbbf; background: #0b231a; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.draft-bar span:last-child { color: #9fb3aa; }

.site-header { position: sticky; top: 0; z-index: 50; color: var(--white); background: rgba(22,16,13,.97); border-bottom: 1px solid rgba(255,255,255,.13); transition: background-color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(15,12,10,.96); box-shadow: 0 12px 35px rgba(0,0,0,.16); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
.brand img { object-fit: contain; }
.brand span { display: flex; flex-direction: column; }
.brand strong { color: inherit; font: 600 21px/1.1 var(--serif); letter-spacing: .01em; }
.brand small { margin-top: 4px; color: var(--gold); font-size: 10px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 36px; }
.desktop-nav a, .header-share, .header-price { color: #d6cec4; background: none; border: 0; cursor: pointer; font-size: 13px; font-weight: 650; letter-spacing: .04em; }
.desktop-nav a { position: relative; padding-block: 10px; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.header-share { padding: 10px 0; }
.header-price { min-height: 42px; padding: 0 0 0 18px; display: inline-flex; align-items: center; gap: 28px; color: var(--white); border-left: 1px solid var(--line-light); }
.header-price span { color: var(--gold); font-size: 18px; }
.mobile-menu-toggle, .mobile-navigation { display: none; }

.eyebrow, .chapter-number { margin: 0; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: var(--date-bright); }
.eyebrow.light, .chapter-number.light { color: var(--gold); }
.chapter-number { color: #756b61; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, .variety-copy h3, blockquote { font-family: var(--serif); font-weight: 400; }
h1 em, h2 em { color: var(--gold); }

.editorial-link { min-height: 48px; padding: 0; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; background: transparent; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; cursor: pointer; font-size: 13px; font-weight: 760; letter-spacing: .06em; text-transform: uppercase; transition: gap .2s ease, color .2s ease; }
.editorial-link:hover { gap: 44px; }
.editorial-link.light { color: var(--white); }
.editorial-link.muted-light { color: #a99e94; }
.editorial-link.dark { color: var(--forest-deep); }
.primary-button, .secondary-button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; color: var(--white); background: var(--forest); border: 1px solid var(--forest); border-radius: 0; cursor: pointer; font-weight: 750; transition: background-color .2s ease, color .2s ease; }
.primary-button:hover { background: var(--forest-deep); }
.secondary-button { color: var(--ink); background: transparent; border-color: var(--ink); }
.secondary-button:hover { color: var(--white); background: var(--ink); }
.large { min-height: 56px; padding-inline: 26px; }

.hero-stage { position: relative; min-height: calc(100svh - 78px); overflow: hidden; color: var(--white); background: var(--night); }
.hero-visual { position: absolute; inset: 0 0 0 34%; margin: 0; overflow: hidden; }
.hero-visual::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--night) 0%, rgba(22,16,13,.93) 8%, rgba(22,16,13,.25) 58%, rgba(22,16,13,.08) 100%), linear-gradient(0deg, rgba(22,16,13,.68), transparent 46%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; filter: saturate(.88) contrast(1.04); transform: scale(1.015); }
.hero-visual figcaption { position: absolute; z-index: 2; top: 40px; right: 38px; display: flex; align-items: baseline; gap: 18px; color: #ead8b8; }
.hero-visual figcaption span { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.hero-visual figcaption strong { font: italic 32px/1 var(--serif); }
.hero { position: relative; z-index: 2; min-height: calc(100svh - 78px); padding: clamp(64px, 9vh, 110px) 0 185px; }
.hero-copy { width: min(850px, 70%); }
.hero h1 { max-width: 900px; margin: 22px 0 28px; font-size: clamp(68px, 8.2vw, 132px); line-height: .88; letter-spacing: -.06em; }
.hero h1 em { margin-left: 12%; }
.hero-lead { width: min(570px, 88%); margin: 0 0 30px 24%; padding-left: 22px; color: #e0d7cf; border-left: 2px solid var(--gold); font-size: 17px; line-height: 1.68; }
.hero-actions { margin-left: 24%; display: flex; align-items: center; gap: 34px; }
.hero-volume { position: absolute; top: 70px; right: 0; display: flex; flex-direction: column; align-items: flex-end; color: rgba(255,255,255,.85); }
.hero-volume span { font: 400 42px/1 var(--serif); letter-spacing: .1em; }
.hero-volume small { margin-top: 8px; color: #b4a69a; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.hero-index { position: absolute; right: 0; bottom: 36px; left: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.hero-index div { min-height: 96px; padding: 19px 26px 18px 0; display: grid; grid-template-columns: 38px 1fr; gap: 12px; border-right: 1px solid var(--line-light); }
.hero-index div + div { padding-left: 26px; }
.hero-index div:last-child { border-right: 0; }
.hero-index dt { color: var(--gold); font: 400 18px/1 var(--serif); }
.hero-index dd { margin: 0; display: flex; flex-direction: column; }
.hero-index strong { font: 400 18px/1.2 var(--serif); }
.hero-index span { margin-top: 6px; color: #998f87; font-size: 11px; }
.hero-side-note { position: absolute; z-index: 3; top: 50%; right: 12px; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; transform: translateY(-50%); }

.about-section { overflow: hidden; background: #d7ab61; }
.capability-track { width: max-content; padding: 17px 0 14px; display: flex; align-items: center; gap: 28px; color: #2b1a12; border-bottom: 1px solid rgba(43,26,18,.28); white-space: nowrap; animation: drift 15s ease-in-out infinite alternate; }
.capability-track span { font: 400 clamp(24px,2.7vw,42px)/1 var(--serif); letter-spacing: -.02em; }
.capability-track i { color: #7b321f; font-style: normal; font-size: 10px; }
.about-grid { padding-block: 94px 105px; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(310px,.55fr); align-items: stretch; gap: 54px clamp(42px,5vw,74px); }
.about-heading { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(150px,.32fr) minmax(0,1.68fr); align-items: end; gap: clamp(34px,5vw,74px); }
.about-heading h2 { margin: 23px 0 0; font-size: clamp(54px,5.5vw,86px); line-height: .94; letter-spacing: -.05em; }
.about-heading h2 em { color: #7b321f; }
.about-copy { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(240px,.72fr); align-content: start; gap: 32px 42px; color: #4f3926; }
.about-lead { margin: 0; color: #2e2016; font: 400 clamp(21px,1.8vw,27px)/1.38 var(--serif); }
.about-copy > p:not(.about-lead) { margin: 0; line-height: 1.72; }
.about-facts { grid-column: 1 / -1; margin: 4px 0 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(43,26,18,.3); border-bottom: 1px solid rgba(43,26,18,.3); }
.about-facts div { min-width: 0; padding: 17px 14px 17px 0; border-right: 1px solid rgba(43,26,18,.24); }
.about-facts div + div { padding-left: 14px; }
.about-facts div:last-child { border-right: 0; }
.about-facts dt { color: #6f2f20; font: 400 clamp(22px,2vw,31px)/1 var(--serif); }
.about-facts dd { margin: 7px 0 0; color: #624b35; font-size: 11px; line-height: 1.4; }
.about-orbita { min-height: 100%; padding: 25px; display: grid; grid-template-columns: 88px minmax(0,1fr); align-content: start; gap: 20px; color: var(--white); background: linear-gradient(145deg,#05251f,#08393a); border: 1px solid rgba(255,255,255,.16); }
.about-orbita img { width: 88px; height: 88px; margin: 0; object-fit: cover; border-radius: 50%; opacity: .78; }
.about-orbita span { display: block; color: #8fa39a; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.about-orbita strong { display: block; margin-top: 8px; color: var(--gold); font: 400 24px/1.15 var(--serif); }
.about-orbita p { margin: 15px 0 25px; color: #a8b9b1; font-size: 13px; line-height: 1.65; }
.about-orbita a { grid-column: 1 / -1; align-self: end; margin-top: 7px; padding-top: 15px; display: flex; justify-content: space-between; gap: 20px; color: var(--white); border-top: 1px solid var(--line-light); font-size: 11px; font-weight: 760; letter-spacing: .06em; text-transform: uppercase; }
.about-orbita a i { color: var(--gold); font-style: normal; }

.date-atlas { padding: 130px 0 145px; background: var(--paper); }
.editorial-heading { margin-bottom: 68px; display: grid; grid-template-columns: .47fr 1.32fr .62fr; align-items: end; gap: clamp(36px,5vw,78px); }
.editorial-heading h2 { margin: 0; font-size: clamp(58px, 6.5vw, 102px); line-height: .92; letter-spacing: -.055em; }
.editorial-heading h2 em { color: var(--date-bright); }
.editorial-heading > p:last-child { margin: 0 0 4px; color: var(--ink-soft); line-height: 1.75; }
.atlas-composition { display: grid; grid-template-columns: minmax(220px,.38fr) minmax(0,1.62fr); gap: clamp(26px,4vw,64px); }
.variety-tabs { align-self: stretch; border-top: 1px solid var(--line); }
.variety-tab { width: 100%; min-height: 116px; padding: 18px 0; display: grid; grid-template-columns: 36px 1fr; grid-template-rows: auto auto; align-content: center; gap: 3px 8px; color: #716a63; background: transparent; border: 0; border-bottom: 1px solid var(--line); cursor: pointer; text-align: left; transition: color .2s ease, padding-left .2s ease; }
.variety-tab > span { grid-row: 1 / 3; align-self: start; padding-top: 7px; color: #a49484; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.variety-tab strong { font: 400 clamp(22px,2vw,32px)/1.05 var(--serif); }
.variety-tab small { color: #92877c; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.variety-tab:hover, .variety-tab.active { padding-left: 14px; color: var(--date); }
.variety-tab.active > span { color: var(--date-bright); }
.variety-stage { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(440px,.92fr); min-width: 0; min-height: 720px; }
.variety-photo { position: relative; min-width: 0; min-height: 720px; overflow: hidden; background: #25150f; }
.variety-photo img { width: 100%; height: 100%; object-fit: cover; transition: opacity .25s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.variety-stage.is-changing .variety-photo img { opacity: .28; transform: scale(1.025); }
.variety-photo-label { position: absolute; right: 0; bottom: 0; min-width: 146px; padding: 20px; display: flex; justify-content: space-between; align-items: end; gap: 18px; color: var(--night); background: var(--gold); }
.variety-photo-label span { font: 400 34px/1 var(--serif); }
.variety-photo-label small { font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.variety-copy { min-width: 0; padding: clamp(38px,3.4vw,54px); display: flex; flex-direction: column; justify-content: center; overflow: hidden; background: #e9e1d4; }
.variety-copy h3 { max-width: 100%; margin: 14px 0 25px; color: var(--date); font-size: clamp(48px,4.4vw,68px); line-height: .98; letter-spacing: -.045em; overflow-wrap: anywhere; }
.variety-description { margin-bottom: 26px; color: #665e56; font-size: 17px; line-height: 1.78; }
.taste-notes { margin-bottom: 30px; display: flex; flex-wrap: wrap; gap: 8px 17px; }
.taste-notes span { position: relative; padding-left: 12px; color: var(--date); font-size: 12px; font-weight: 760; text-transform: uppercase; }
.taste-notes span::before { content: ""; position: absolute; top: 50%; left: 0; width: 4px; height: 4px; background: var(--date-bright); transform: translateY(-50%) rotate(45deg); }
.variety-details { margin: 0 0 31px; border-top: 1px solid var(--line); }
.variety-details div { padding: 12px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.variety-details dt { color: #756d65; font-size: 13px; }
.variety-details dd { margin: 0; text-align: right; font: 400 17px/1.4 var(--serif); }

.choice-section { padding: 125px 0; color: var(--white); background: var(--date); }
.choice-intro { margin-bottom: 70px; display: grid; grid-template-columns: .48fr 1.7fr; gap: 60px; }
.choice-intro h2 { margin: 0; font-size: clamp(54px,6.4vw,96px); line-height: .92; letter-spacing: -.05em; }
.taste-ledger { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.choice-card { min-height: 350px; padding: 30px 38px 32px 0; display: flex; flex-direction: column; border-right: 1px solid var(--line-light); }
.choice-card + .choice-card { padding-left: 38px; }
.choice-card:last-child { border-right: 0; }
.choice-card > span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.choice-card h3 { margin: auto 0 22px; font: 400 clamp(35px,3.2vw,51px)/.94 var(--serif); }
.choice-card p { max-width: 355px; margin: 0; color: #cfb8ad; font-size: 14px; line-height: 1.72; }

.factory-section { padding: 130px 0 110px; overflow: hidden; color: var(--white); background: var(--forest-deep); }
.factory-heading { margin-bottom: 72px; display: grid; grid-template-columns: .47fr 1.18fr .64fr; align-items: end; gap: clamp(36px,5vw,78px); }
.factory-wordmark { align-self: start; padding-top: 15px; display: flex; flex-direction: column; border-top: 1px solid var(--line-light); }
.factory-wordmark img { width: 92px; height: 92px; margin: 2px 0 19px; object-fit: cover; border-radius: 50%; opacity: .72; }
.factory-wordmark span, .factory-wordmark small { color: #8ca097; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.factory-wordmark strong { margin: 8px 0 5px; color: var(--gold); font: 400 clamp(19px,2vw,25px)/1.05 var(--serif); }
.factory-title h2 { margin: 20px 0 0; font-size: clamp(58px,6.6vw,102px); line-height: .91; letter-spacing: -.055em; }
.factory-intro { align-self: end; }
.factory-intro p { margin: 0 0 26px; color: #a8b8b0; line-height: 1.75; }
.factory-services { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.factory-service { min-width: 0; padding: 24px 28px 34px 0; border-right: 1px solid var(--line-light); }
.factory-service + .factory-service { padding-left: 28px; }
.factory-service:last-child { padding-right: 0; border-right: 0; }
.factory-service-image { aspect-ratio: 4 / 3; margin-bottom: 27px; overflow: hidden; background: #061a13; }
.factory-service-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.04); transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.factory-service:first-child .factory-service-image img { object-position: center 40%; }
.factory-service:hover .factory-service-image img { transform: scale(1.025); }
.factory-service > div:last-child { display: grid; grid-template-columns: 35px 1fr; }
.factory-service > div:last-child > span { grid-row: 1 / 3; padding-top: 7px; color: var(--gold); font-size: 10px; font-weight: 800; }
.factory-service h3 { margin: 0 0 10px; font: 400 clamp(30px,3vw,42px)/1 var(--serif); }
.factory-service p { max-width: 330px; margin: 0; color: #91a59c; font-size: 14px; line-height: 1.72; }
.factory-films { margin-top: 105px; }
.factory-films-heading { padding-top: 18px; display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.42fr); align-items: end; gap: 70px; border-top: 1px solid var(--line-light); }
.factory-films-heading h3 { margin: 18px 0 0; font: 400 clamp(42px,4vw,60px)/.98 var(--serif); letter-spacing: -.04em; }
.factory-films-heading h3 em { color: var(--gold); }
.factory-films-heading > p { max-width: 480px; margin: 0; color: #91a59c; line-height: 1.75; }
.factory-video-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.factory-video-card { min-width: 0; margin: 0; display: grid; grid-template-columns: minmax(190px,.7fr) minmax(0,1fr); background: #0d211a; border: 1px solid rgba(255,255,255,.14); }
.factory-video-frame { position: relative; min-width: 0; overflow: hidden; background: #020604; }
.factory-video-card video { width: 100%; height: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: #020604; cursor: pointer; }
.factory-video-card video::-webkit-media-controls-fullscreen-button { display: none !important; }
.video-toggle { position: absolute; z-index: 2; right: 14px; bottom: 14px; left: 14px; min-height: 46px; padding: 0 15px; display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--white); background: rgba(7,29,21,.87); border: 1px solid rgba(255,255,255,.35); cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.video-toggle i { color: var(--gold); font-style: normal; }
.video-sound { position: absolute; z-index: 2; top: 12px; right: 12px; min-height: 34px; padding: 0 11px; color: var(--white); background: rgba(7,29,21,.76); border: 1px solid rgba(255,255,255,.25); cursor: pointer; font-size: 10px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(8px); }
.factory-video-card.is-playing .video-toggle { opacity: 0; }
.factory-video-card.is-playing .factory-video-frame:hover .video-toggle, .factory-video-card.is-playing .video-toggle:focus-visible { opacity: 1; }
.factory-video-card figcaption { min-height: 100%; padding: 24px 22px; display: flex; flex-direction: column; justify-content: flex-end; }
.factory-video-card figcaption span { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.factory-video-card figcaption strong { margin-top: 10px; font: 400 clamp(22px,2vw,30px)/1.12 var(--serif); }
.factory-video-card figcaption small { margin-top: 8px; color: #8ea198; line-height: 1.5; }
.factory-requisites { margin-top: 82px; min-height: 72px; padding-block: 16px; display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 14px 34px; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.factory-requisites > span { color: #8ca097; font-size: 10px; letter-spacing: .06em; }
.factory-requisites strong { color: var(--white); font: 400 20px/1.2 var(--serif); }
.factory-requisites a { display: inline-flex; align-items: center; gap: 20px; color: var(--gold); font-size: 12px; font-weight: 750; }
.factory-requisites a i { font-style: normal; font-size: 17px; }

.catalog-section { padding: 135px 0 145px; background: var(--paper); }
.section-heading { margin-bottom: 68px; display: grid; grid-template-columns: 1fr minmax(280px,.38fr); align-items: end; gap: 70px; }
.section-heading h2 { margin: 18px 0 0; font-size: clamp(64px,7vw,108px); line-height: .9; letter-spacing: -.058em; }
.section-heading h2 em { color: var(--date-bright); }
.catalog-heading-note > p:first-child { margin: 0 0 26px; color: var(--ink-soft); line-height: 1.75; }
.result-summary { margin: 0; color: var(--date); font-size: 12px; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.catalog-toolbar { position: sticky; top: 78px; z-index: 30; margin-bottom: 0; display: grid; grid-template-columns: 1.6fr .7fr; color: var(--ink); background: rgba(244,240,232,.96); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); backdrop-filter: blur(14px); }
.search-field, .select-field { min-height: 82px; padding: 13px 24px 13px 0; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; align-content: center; border-right: 1px solid var(--line); }
.select-field { padding-left: 24px; border-right: 0; }
.catalog-toolbar label > span { color: #82796f; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.search-field input, .select-field select { grid-column: 1 / -1; width: 100%; min-width: 0; padding: 3px 0 0; color: var(--ink); background: transparent; border: 0; outline: 0; font: 400 18px/1.4 var(--serif); }
.search-field input::placeholder { color: #9b938a; opacity: 1; }
.search-field svg { grid-column: 2; grid-row: 1 / 3; align-self: center; width: 21px; fill: none; stroke: var(--ink); stroke-linecap: round; stroke-width: 1.5; }
.category-chips { margin: 0 0 50px; padding: 25px 0 16px; display: flex; gap: 28px; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: thin; }
.category-chip { min-height: 33px; padding: 0 0 5px; flex: 0 0 auto; color: #7c746b; background: transparent; border: 0; border-bottom: 1px solid transparent; cursor: pointer; font-size: 12px; font-weight: 730; letter-spacing: .05em; text-transform: uppercase; }
.category-chip span { margin-left: 4px; color: #a59d94; font-size: 9px; vertical-align: super; }
.category-chip:hover, .category-chip.active { color: var(--date); border-bottom-color: var(--date); }
.product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 58px 24px; }
.product-card { min-width: 0; padding-top: 14px; border-top: 1px solid var(--ink); }
.product-card-button { width: 100%; height: 100%; padding: 0; display: flex; flex-direction: column; color: var(--ink); text-align: left; background: transparent; border: 0; cursor: pointer; }
.product-image-wrap { position: relative; width: 100%; aspect-ratio: 1 / 1.04; padding: 24px; display: grid; place-items: center; overflow: hidden; background: #e8e3da; }
.product-image-wrap img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image-wrap img { transform: scale(1.045); }
.product-card-copy { width: 100%; padding: 20px 0 0; display: flex; flex: 1; flex-direction: column; }
.product-category { color: var(--date-bright); font-size: 9px; font-weight: 820; letter-spacing: .15em; text-transform: uppercase; }
.product-card h3 { margin: 9px 0 16px; font: 400 clamp(23px,2vw,31px)/1.02 var(--serif); letter-spacing: -.025em; }
.product-props { min-height: 31px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; color: #716960; font-size: 13px; }
.product-props .product-packaging { min-height: 31px; padding: 3px 9px; display: inline-flex; align-items: center; color: var(--date); background: rgba(83,39,31,.08); font-size: 16px; font-weight: 820; line-height: 1.2; }
.product-card-footer { margin-top: auto; padding-top: 17px; display: flex; justify-content: space-between; align-items: center; gap: 12px; border-top: 1px solid var(--line); }
.product-card-footer strong { color: var(--forest-deep); font-size: 14px; }
.product-card-footer span { color: var(--date); font-size: 19px; transition: transform .2s ease; }
.product-card:hover .product-card-footer span { transform: translate(3px,-3px); }
.product-card--feature { grid-column: span 2; }
.product-card--feature .product-card-button { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(260px,.55fr); }
.product-card--feature .product-image-wrap { height: 100%; min-height: 530px; aspect-ratio: auto; }
.product-card--feature .product-card-copy { padding: 28px 0 0 28px; }
.product-card--feature h3 { font-size: clamp(34px,3.5vw,54px); }
.empty-state { padding: 80px 20px; text-align: center; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.empty-state strong, .empty-state span { display: block; }
.empty-state strong { margin-bottom: 7px; font: 400 34px/1.2 var(--serif); }
.empty-state span { margin-bottom: 24px; color: var(--ink-soft); }
.load-more-wrap { padding-top: 50px; display: flex; justify-content: center; }

.assortment-banner { position: relative; min-height: 820px; overflow: hidden; color: var(--white); background: var(--night); }
.assortment-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.assortment-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,12,9,.95) 0%, rgba(20,12,9,.82) 37%, rgba(20,12,9,.13) 75%), linear-gradient(0deg, rgba(20,12,9,.55), transparent 45%); }
.assortment-copy { position: relative; z-index: 2; min-height: 820px; padding-block: 105px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; }
.assortment-copy h2 { max-width: 850px; margin: 27px 0 25px; font-size: clamp(60px,7vw,108px); line-height: .9; letter-spacing: -.055em; }
.assortment-copy p:not(.chapter-number) { max-width: 480px; color: #cabeb2; font-size: 17px; }
.assortment-copy .editorial-link { margin-top: 13px; }

.social-section { padding: 122px 0 132px; background: #eee8de; }
.social-heading { margin-bottom: 60px; display: grid; grid-template-columns: minmax(150px,.3fr) minmax(0,1.2fr) minmax(280px,.5fr); align-items: end; gap: clamp(32px,5vw,72px); }
.social-heading h2 { margin: 0; font-size: clamp(54px,6.1vw,94px); line-height: .92; letter-spacing: -.055em; }
.social-heading h2 em { color: var(--date-bright); }
.social-heading > p:last-child { margin: 0 0 5px; color: var(--ink-soft); line-height: 1.72; }
.social-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.social-card { position: relative; min-height: 245px; padding: 24px 26px 27px; display: flex; flex-direction: column; background: rgba(255,255,255,.2); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s ease, background-color .25s ease; }
.social-card:hover { color: var(--white); background: var(--forest-deep); }
.social-card--feature { grid-column: span 2; color: var(--white); background: var(--date); }
.social-card--feature:hover { background: #371a16; }
.social-index { color: var(--date-bright); font-size: 10px; font-weight: 820; letter-spacing: .15em; text-transform: uppercase; }
.social-card--feature .social-index { color: var(--gold); }
.social-card strong { margin-top: auto; max-width: 520px; font: 400 clamp(27px,2.6vw,41px)/1.02 var(--serif); }
.social-card small { margin-top: 9px; color: #746c64; font-size: 13px; }
.social-card--feature small, .social-card:hover small { color: #cfc4bb; }
.social-card i { position: absolute; top: 22px; right: 24px; color: var(--date-bright); font-style: normal; font-size: 20px; }
.social-card--feature i { color: var(--gold); }

.contact-section { padding: 125px 0 105px; color: var(--white); background: var(--date); }
.contact-grid { display: grid; grid-template-columns: .4fr 1.05fr .78fr; gap: clamp(36px,6vw,90px); }
.contact-main h2 { margin: 0; font-size: clamp(58px,6.5vw,97px); line-height: .91; letter-spacing: -.055em; }
.contact-main p { max-width: 520px; margin: 30px 0 0; color: #cfb9ae; line-height: 1.75; }
.contact-actions { align-self: end; border-top: 1px solid var(--line-light); }
.contact-link { min-height: 90px; padding: 15px 0; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; align-content: center; border-bottom: 1px solid var(--line-light); }
.contact-link span { color: #c19e8c; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-link b { margin-top: 4px; font: 400 19px/1.3 var(--serif); }
.contact-link i { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--gold); font-style: normal; font-size: 23px; transition: transform .2s ease; }
.contact-link:hover i { transform: translate(4px,-4px); }
.site-footer { padding: 48px 0 0; color: #b7aaa0; background: var(--night); }
.footer-main { padding-bottom: 42px; display: grid; grid-template-columns: auto minmax(230px,1fr) minmax(230px,1fr) minmax(280px,.8fr); align-items: start; gap: clamp(28px,4vw,62px); }
.footer-brand strong { color: var(--white); }
.footer-company { display: flex; flex-direction: column; color: #d4cac1; font-size: 12px; line-height: 1.7; }
.footer-company strong { margin: 3px 0 2px; color: var(--white); font-size: 15px; }
.footer-label { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-company address { margin-top: 7px; color: #9f9389; font-style: normal; }
.footer-orbita { margin-bottom: 5px; display: flex; align-items: center; gap: 10px; }
.footer-orbita img { width: 44px; height: 44px; object-fit: cover; border-radius: 50%; opacity: .74; }
.footer-orbita > div { display: flex; flex-direction: column; }
.footer-links { display: grid; grid-template-columns: repeat(2,minmax(110px,auto)); justify-items: start; gap: 8px 24px; font-size: 12px; }
.footer-links a { border-bottom: 1px solid transparent; }
.footer-links a:hover { color: var(--white); border-bottom-color: currentColor; }
.footer-bottom { min-height: 58px; padding-block: 14px; display: flex; justify-content: space-between; align-items: center; gap: 24px; color: #786e67; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; letter-spacing: .04em; }

/* Legal pages */
.legal-page { min-height: 100vh; background: #eee8de; }
.legal-site-header { color: var(--white); background: var(--night); border-bottom: 1px solid rgba(255,255,255,.13); }
.legal-header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.legal-back { color: #d5c9bd; font-size: 13px; font-weight: 700; letter-spacing: .04em; border-bottom: 1px solid rgba(255,255,255,.28); }
.legal-main { padding: 74px 0 100px; }
.legal-document { width: min(900px,100%); padding: clamp(34px,6vw,76px); background: var(--white); box-shadow: 0 28px 75px rgba(45,34,25,.1); }
.legal-document h1 { max-width: 760px; margin: 15px 0 22px; color: var(--date); font-size: clamp(42px,5.6vw,72px); line-height: .96; letter-spacing: -.045em; }
.legal-lead { max-width: 720px; margin-bottom: 52px; color: var(--ink-soft); font-size: 18px; line-height: 1.75; }
.legal-section { padding: 31px 0 4px; border-top: 1px solid var(--line); }
.legal-section + .legal-section { margin-top: 26px; }
.legal-section h2 { margin-bottom: 15px; color: var(--forest-deep); font: 400 clamp(27px,3vw,36px)/1.12 var(--serif); }
.legal-section h3 { margin: 24px 0 9px; font-size: 17px; }
.legal-section p, .legal-section li { color: #5f5953; }
.legal-section ul { margin: 12px 0 21px; padding-left: 21px; }
.legal-section li + li { margin-top: 7px; }
.legal-details { margin: 0; display: grid; grid-template-columns: minmax(170px,.42fr) 1fr; border-top: 1px solid var(--line); }
.legal-details div { display: contents; }
.legal-details dt, .legal-details dd { margin: 0; padding: 11px 0; border-bottom: 1px solid var(--line); }
.legal-details dt { color: #847a71; font-size: 12px; }
.legal-details dd { color: var(--ink); font-size: 14px; font-weight: 650; }
.legal-note { margin: 26px 0 0; padding: 20px 22px; color: #5e5144; background: #f3eadb; border-left: 3px solid var(--gold); }
.legal-updated { margin: 42px 0 0; color: #8a8179; font-size: 12px; }
.legal-footer { padding: 25px 0; color: #a99d93; background: var(--night); font-size: 12px; }
.legal-footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.legal-footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.legal-footer a:hover { color: var(--white); }

.product-dialog { width: min(1040px, calc(100% - 34px)); max-height: min(790px, calc(100dvh - 34px)); padding: 0; overflow: auto; color: var(--ink); background: var(--paper); border: 0; border-radius: 0; box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.product-dialog::backdrop { background: rgba(18,12,9,.84); backdrop-filter: blur(7px); }
.dialog-close { position: absolute; z-index: 3; top: 0; right: 0; width: 54px; height: 54px; color: var(--white); background: var(--date); border: 0; cursor: pointer; font-size: 28px; }
.dialog-layout { display: grid; grid-template-columns: 1.04fr .96fr; min-height: 620px; }
.dialog-image { min-height: 620px; padding: 48px; display: grid; place-items: center; overflow: hidden; background: #e7e1d7; }
.dialog-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.dialog-copy { padding: clamp(42px,5vw,76px); display: flex; flex-direction: column; justify-content: center; }
.dialog-copy h2 { margin: 12px 0 20px; color: var(--date); font: 400 clamp(34px,4vw,54px)/.98 var(--serif); letter-spacing: -.035em; }
.dialog-description { color: var(--ink-soft); line-height: 1.75; }
.dialog-props { margin: 22px 0; border-top: 1px solid var(--line); }
.dialog-props div { padding: 10px 0; display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); }
.dialog-props dt { color: #7b736b; font-size: 12px; }
.dialog-props dd { margin: 0; text-align: right; font-size: 13px; font-weight: 720; }
.dialog-price { margin-bottom: 20px; display: flex; flex-direction: column; }
.dialog-price span { color: #7b736b; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.dialog-price strong { color: var(--forest-deep); font: 400 28px/1.3 var(--serif); }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 24px; padding: 12px 18px; opacity: 0; pointer-events: none; color: var(--white); background: var(--night); border: 1px solid rgba(255,255,255,.2); transform: translate(-50%,15px); transition: opacity .2s ease, transform .2s ease; }
.toast.visible { opacity: 1; transform: translate(-50%,0); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

/* Printable price */
.price-page { background: #e9e5dc; }
.print-toolbar { min-height: 72px; padding: 12px 24px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--ink-soft); background: var(--white); border-bottom: 1px solid var(--line); }
.price-sheet { width: min(1120px, calc(100% - 36px)); margin: 34px auto; padding: 52px; background: var(--white); box-shadow: 0 24px 70px rgba(28,21,16,.12); }
.price-header { padding-bottom: 22px; display: flex; justify-content: space-between; border-bottom: 2px solid var(--forest); }
.price-header .brand { color: var(--forest-deep); }
.price-meta { display: flex; flex-direction: column; align-items: flex-end; font-size: 13px; }
.price-meta strong { color: var(--forest); }
.price-intro { padding: 28px 0; }
.price-intro h1 { margin-bottom: 8px; font: 400 40px/1.05 var(--serif); }
.price-intro p { max-width: 780px; color: var(--ink-soft); }
.price-group { margin: 0 0 27px; break-inside: avoid; }
.price-group h2 { margin: 0; padding: 9px 12px; color: var(--white); background: var(--forest-deep); font: 600 17px/1.3 var(--sans); }
.price-group table { width: 100%; border-collapse: collapse; font-size: 13px; }
.price-group th { padding: 8px 10px; color: var(--ink-soft); background: #edf1ed; text-align: left; font-size: 11px; text-transform: uppercase; }
.price-group td { padding: 9px 10px; border-bottom: 1px solid var(--line); vertical-align: top; }
.price-group th:last-child, .price-group td:last-child { text-align: right; white-space: nowrap; font-weight: 750; }
.price-group td strong { display: block; }
.price-group td small { color: var(--ink-soft); }
.price-footer { padding-top: 18px; display: flex; justify-content: space-between; gap: 28px; color: var(--ink-soft); border-top: 1px solid var(--line); font-size: 12px; }
.price-footer > span:last-child { text-align: right; }
.price-footer a { color: var(--forest); border-bottom: 1px solid rgba(11,74,52,.35); }

@keyframes drift {
  from { transform: translateX(-2%); }
  to { transform: translateX(6%); }
}

@media (max-width: 1180px) {
  .shell { width: min(100% - 48px, 1120px); }
  .hero-copy { width: 78%; }
  .hero h1 { font-size: clamp(66px,9vw,108px); }
  .hero-volume { display: none; }
  .editorial-heading, .factory-heading { grid-template-columns: .36fr 1.2fr .62fr; }
  .atlas-composition { grid-template-columns: 1fr; }
  .variety-tabs { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); overflow-x: auto; }
  .variety-tab { min-width: 175px; min-height: 94px; padding: 13px 14px; border-right: 1px solid var(--line); border-bottom: 0; }
  .variety-tab:hover, .variety-tab.active { padding-left: 21px; }
  .variety-stage { grid-template-columns: minmax(0,1.12fr) minmax(390px,.88fr); }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-card--feature { grid-column: span 2; }
  .contact-grid { grid-template-columns: .3fr 1fr .8fr; }
  .footer-main { grid-template-columns: auto 1fr 1fr; }
  .footer-links { grid-column: 2 / -1; grid-template-columns: repeat(2,minmax(150px,auto)); gap: 8px 24px; }
}

@media (max-width: 920px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .header-share { display: none; }
  .mobile-menu-toggle { width: 78px; min-height: 42px; padding: 0; display: flex; align-items: center; justify-content: flex-end; gap: 10px; color: var(--white); background: transparent; border: 0; cursor: pointer; font-size: 11px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-menu-toggle i, .mobile-menu-toggle i::before, .mobile-menu-toggle i::after { width: 20px; height: 1px; display: block; background: var(--gold); transition: transform .2s ease, opacity .2s ease; }
  .mobile-menu-toggle i { position: relative; }
  .mobile-menu-toggle i::before, .mobile-menu-toggle i::after { content: ""; position: absolute; left: 0; }
  .mobile-menu-toggle i::before { top: -6px; }
  .mobile-menu-toggle i::after { top: 6px; }
  .mobile-menu-toggle[aria-expanded="true"] i { background: transparent; }
  .mobile-menu-toggle[aria-expanded="true"] i::before { top: 0; transform: rotate(45deg); }
  .mobile-menu-toggle[aria-expanded="true"] i::after { top: 0; transform: rotate(-45deg); }
  .mobile-navigation:not([hidden]) { position: absolute; top: 100%; right: 0; left: 0; padding: 14px max(24px,calc((100% - 872px) / 2)); display: grid; grid-template-columns: repeat(2,1fr); color: var(--white); background: rgba(15,12,10,.985); border-top: 1px solid rgba(255,255,255,.11); box-shadow: 0 24px 45px rgba(0,0,0,.24); }
  .mobile-navigation a, .mobile-navigation button { min-height: 54px; padding: 0 4px; display: flex; align-items: center; color: #ded6ce; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.13); cursor: pointer; font-size: 14px; font-weight: 650; text-align: left; }
  .mobile-navigation a:nth-child(odd) { margin-right: 18px; }
  .mobile-navigation button { color: var(--gold); }
  .hero-visual { left: 0; }
  .hero-visual::before { background: linear-gradient(90deg, rgba(22,16,13,.96) 0%, rgba(22,16,13,.77) 50%, rgba(22,16,13,.2) 100%), linear-gradient(0deg, rgba(22,16,13,.8), transparent 52%); }
  .hero-copy { width: 88%; }
  .about-grid { grid-template-columns: 1fr; }
  .about-heading { grid-column: auto; grid-template-columns: minmax(140px,.35fr) minmax(0,1.65fr); }
  .about-orbita { grid-column: auto; min-height: 0; }
  .editorial-heading { grid-template-columns: .35fr 1.65fr; }
  .editorial-heading > p:last-child { grid-column: 2; }
  .variety-stage { grid-template-columns: minmax(0,1fr) minmax(350px,.82fr); min-height: 620px; }
  .variety-photo { min-height: 620px; }
  .variety-copy { padding: 38px; }
  .variety-copy h3 { font-size: clamp(46px,6vw,60px); }
  .choice-intro { grid-template-columns: .35fr 1.65fr; }
  .factory-heading { grid-template-columns: .55fr 1.45fr; }
  .factory-wordmark { grid-row: 1 / 3; }
  .factory-intro { grid-column: 2; }
  .factory-services { grid-template-columns: 1fr; }
  .factory-service, .factory-service + .factory-service { padding: 28px 0 32px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .factory-service:last-child { border-bottom: 0; }
  .factory-service { display: grid; grid-template-columns: minmax(260px,.72fr) 1fr; align-items: center; gap: 34px; }
  .factory-service-image { margin: 0; }
  .factory-films-heading { grid-template-columns: minmax(0,1fr) minmax(260px,.7fr); gap: 38px; }
  .factory-video-grid { grid-template-columns: 1fr; }
  .factory-requisites { grid-template-columns: 1fr 1fr; }
  .factory-requisites a { justify-self: end; }
  .section-heading { grid-template-columns: 1fr .52fr; }
  .social-heading { grid-template-columns: .35fr 1.65fr; }
  .social-heading > p:last-child { grid-column: 2; }
  .social-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .social-card--feature { grid-column: span 2; }
  .catalog-toolbar { grid-template-columns: 1fr 1fr; }
  .search-field, .select-field { border-right: 0; }
  .search-field { border-right: 1px solid var(--line); }
  .contact-grid { grid-template-columns: .3fr 1.7fr; }
  .contact-actions { grid-column: 2; }
}

@media (max-width: 720px) {
  .shell { width: calc(100% - 34px); }
  .draft-bar { padding-inline: 17px; }
  .draft-bar span:last-child { display: none; }
  .header-inner { min-height: 69px; }
  .brand img { width: 44px; height: auto; }
  .brand strong { font-size: 18px; }
  .header-actions { gap: 10px; }
  .header-price { min-height: 38px; padding: 0 13px; gap: 8px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); }
  .mobile-menu-toggle { width: 44px; justify-content: center; }
  .mobile-menu-toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .mobile-navigation:not([hidden]) { padding-inline: 17px; }
  .hero-stage, .hero { min-height: calc(100svh - 69px); }
  .hero { padding: 70px 0 230px; }
  .hero-copy { width: 100%; }
  .hero h1 { margin-top: 17px; font-size: clamp(44px,12vw,60px); line-height: .94; letter-spacing: -.045em; }
  .hero h1 em { margin-left: 0; }
  .hero-lead, .hero-actions { width: min(440px,100%); margin-left: 0; }
  .hero-lead { color: #d0c7bf; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-index { grid-template-columns: 1fr; bottom: 22px; }
  .hero-index div { min-height: 61px; padding: 11px 0; grid-template-columns: 32px 1fr; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .hero-index div + div { padding-left: 0; }
  .hero-index div:last-child { border-bottom: 0; }
  .hero-index span { display: none; }
  .hero-side-note, .hero-visual figcaption { display: none; }
  .about-grid { padding-block: 76px; grid-template-columns: 1fr; gap: 34px; }
  .about-heading { grid-template-columns: 1fr; gap: 20px; }
  .about-heading h2 { font-size: 49px; }
  .about-copy { grid-template-columns: 1fr; gap: 24px; }
  .about-facts { grid-column: auto; }
  .about-lead { font-size: 23px; }
  .about-orbita { display: grid; grid-template-columns: 98px 1fr; align-items: start; gap: 20px; }
  .about-orbita img { width: 98px; height: 98px; margin: 0; }
  .about-orbita a { grid-column: 1 / -1; }
  .date-atlas, .catalog-section { padding: 90px 0; }
  .editorial-heading { margin-bottom: 45px; grid-template-columns: 1fr; gap: 24px; }
  .editorial-heading > p:last-child { grid-column: auto; }
  .editorial-heading h2 { font-size: 58px; }
  .variety-tabs { grid-template-columns: repeat(2,minmax(0,1fr)); overflow: visible; }
  .variety-tab { min-width: 0; min-height: 86px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .variety-tab:nth-child(even) { border-right: 0; }
  .variety-stage { grid-template-columns: 1fr; min-height: 0; }
  .variety-photo { min-height: 480px; }
  .variety-copy { padding: 42px 24px 48px; }
  .variety-copy h3 { font-size: clamp(43px,13vw,58px); }
  .choice-section, .factory-section, .contact-section { padding: 90px 0; }
  .choice-intro { margin-bottom: 48px; grid-template-columns: 1fr; gap: 25px; }
  .choice-intro h2 { font-size: 56px; }
  .taste-ledger { grid-template-columns: 1fr; }
  .choice-card { min-height: 260px; padding: 27px 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .choice-card + .choice-card { padding-left: 0; }
  .choice-card:last-child { border-bottom: 0; }
  .choice-card h3 { font-size: 43px; }
  .factory-heading { margin-bottom: 50px; grid-template-columns: 1fr; gap: 32px; }
  .factory-wordmark { grid-row: auto; width: min(420px,100%); }
  .factory-title h2 { font-size: 58px; }
  .factory-intro { grid-column: auto; }
  .factory-service { grid-template-columns: 1fr; gap: 24px; }
  .factory-service-image { aspect-ratio: 16 / 10; }
  .factory-films { margin-top: 72px; }
  .factory-films-heading { grid-template-columns: 1fr; gap: 24px; }
  .factory-films-heading h3 { max-width: 520px; }
  .factory-video-grid { width: min(680px,100%); }
  .factory-requisites { margin-top: 60px; grid-template-columns: 1fr; gap: 7px; }
  .factory-requisites a { margin-top: 8px; justify-self: start; }
  .section-heading { margin-bottom: 48px; grid-template-columns: 1fr; gap: 32px; }
  .section-heading h2 { font-size: 64px; }
  .catalog-heading-note > p:first-child { max-width: 480px; }
  .catalog-toolbar { position: static; grid-template-columns: 1fr; }
  .search-field, .select-field { min-height: 68px; padding: 10px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .category-chips { gap: 22px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 42px 16px; }
  .product-card--feature { grid-column: span 2; }
  .product-card--feature .product-card-button { grid-template-columns: 1fr 1fr; }
  .product-card--feature .product-image-wrap { min-height: 430px; }
  .product-card--feature .product-card-copy { padding-left: 19px; }
  .product-card h3 { font-size: 24px; }
  .product-props { font-size: 14px; }
  .product-props .product-packaging { min-height: 34px; font-size: 17px; }
  .assortment-banner, .assortment-copy { min-height: 690px; }
  .assortment-shade { background: linear-gradient(90deg, rgba(20,12,9,.88), rgba(20,12,9,.35)), linear-gradient(0deg, rgba(20,12,9,.82), transparent 68%); }
  .assortment-copy { padding-block: 70px; }
  .assortment-copy h2 { font-size: 61px; }
  .social-section { padding: 90px 0; }
  .social-heading { margin-bottom: 42px; grid-template-columns: 1fr; gap: 24px; }
  .social-heading > p:last-child { grid-column: auto; }
  .social-heading h2 { font-size: 54px; }
  .social-grid { grid-template-columns: 1fr; }
  .social-card, .social-card--feature { grid-column: auto; min-height: 185px; }
  .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .contact-actions { grid-column: auto; }
  .contact-main h2 { font-size: 61px; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { grid-column: auto; grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .legal-main { padding: 34px 0 60px; }
  .legal-header-inner { min-height: 76px; }
  .legal-document { padding: 34px 22px; }
  .legal-document h1 { font-size: 45px; }
  .legal-details { grid-template-columns: 1fr; }
  .legal-details div { display: block; padding: 11px 0; border-bottom: 1px solid var(--line); }
  .legal-details dt, .legal-details dd { padding: 0; border: 0; }
  .legal-details dd { margin-top: 4px; }
  .legal-footer-inner { align-items: flex-start; flex-direction: column; }
  .legal-footer-links { justify-content: flex-start; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-image { min-height: 320px; padding: 28px; }
  .dialog-copy { padding: 35px 23px; }
  .product-dialog { max-height: calc(100dvh - 16px); }
  .print-toolbar { align-items: stretch; flex-direction: column; }
  .price-sheet { width: 100%; margin: 0; padding: 24px 16px; box-shadow: none; }
  .price-header { align-items: flex-start; flex-direction: column; gap: 16px; }
  .price-meta { align-items: flex-start; }
  .price-footer { flex-direction: column; }
  .price-footer > span:last-child { text-align: left; }
}

@media (max-width: 470px) {
  .header-actions { gap: 12px; }
  .header-price { font-size: 12px; }
  .hero h1 { font-size: clamp(42px,11.6vw,52px); }
  .hero-lead { font-size: 16px; }
  .variety-photo { min-height: 400px; }
  .variety-tabs { margin-inline: 0; padding-left: 0; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card--feature { grid-column: auto; }
  .product-card--feature .product-card-button { display: flex; }
  .product-card--feature .product-image-wrap { min-height: 0; aspect-ratio: 1 / 1.04; }
  .product-card--feature .product-card-copy { padding: 20px 0 0; }
  .product-card--feature h3 { font-size: 30px; }
  .factory-video-card { width: 100%; grid-template-columns: minmax(0,.7fr) minmax(0,1fr); }
  .factory-video-card figcaption { padding: 18px 15px; }
  .factory-video-card figcaption strong { font-size: 21px; }
  .video-toggle { right: 8px; bottom: 8px; left: 8px; min-height: 40px; padding-inline: 8px; }
  .video-sound { top: 8px; right: 8px; }
  .about-heading h2, .assortment-copy h2, .contact-main h2, .section-heading h2, .social-heading h2 { font-size: 45px; }
  .footer-links { flex-direction: column; gap: 8px; }
}

@media (max-width: 360px) {
  .brand span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  @page { size: A4 portrait; margin: 12mm; }
  body { background: var(--white); }
  .print-toolbar { display: none !important; }
  .price-sheet { width: auto; margin: 0; padding: 0; box-shadow: none; }
  .price-header, .price-intro { break-after: avoid; }
  .price-group { break-inside: auto; }
  .price-group h2, .price-group thead { break-after: avoid; }
  .price-group tr { break-inside: avoid; }
  .price-group table { font-size: 9.5pt; }
  .price-group th { font-size: 8pt; }
}
