:root {
  --paper: #f6f1e9;
  --paper-deep: #eee6da;
  --forest: #123d2f;
  --forest-soft: #225646;
  --ink: #14231e;
  --muted: #65726c;
  --clay: #b86c42;
  --line: rgba(18, 61, 47, 0.22);
  --white: #fffdf9;
  --display: "Bodoni 72", Didot, "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: min(1360px, calc(100vw - 96px));
  --radius: 34px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--forest); color: var(--white); }

.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 1000;
  transform: translateY(-160%); padding: 10px 16px;
  background: var(--forest); color: white; border-radius: 4px;
}
.skip-link:focus { transform: none; }

.container { width: var(--container); margin-inline: auto; }
.page { overflow: hidden; }
site-header { display:block; height:112px; }

.site-header {
  position: relative; z-index: 100; height: 112px;
  display: flex; align-items: center;
  background: rgba(246, 241, 233, .92);
  border-bottom: 1px solid rgba(18,61,47,.08);
}
.site-header.is-stuck {
  position: fixed; inset: 0 0 auto; height: 82px;
  backdrop-filter: blur(16px); box-shadow: 0 10px 30px rgba(18,61,47,.07);
  animation: headerIn .35s ease both;
}
@keyframes headerIn { from { transform: translateY(-100%); } }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 18px; text-decoration: none; flex: 0 0 auto; }
.brand-mark { font: 700 50px/.85 var(--display); letter-spacing: -.08em; color: var(--forest); }
.brand-name { padding-left: 18px; border-left: 1px solid var(--forest); font-size: 15px; line-height: 1.2; max-width: 165px; }
.nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); }
.nav a { position: relative; text-decoration: none; font-size: 15px; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--forest); transition: right .25s ease; }
.nav a:hover::after, .nav a[aria-current="page"]::after { right: 0; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-button span { display:block; width:28px; height:1px; margin:7px 0; background:var(--forest); transition:.25s; }

.hero {
  position: relative; min-height: 720px;
  display: grid; grid-template-columns: 54% 46%;
  border-bottom: 1px solid var(--line);
}
.hero > *, .product-layout > *, .intro-grid > *, .quality-grid > * { min-width: 0; }
.hero-copy { display:flex; align-items:center; padding: 70px 3vw max(70px, 9vh) max(48px, calc((100vw - min(1360px, calc(100vw - 96px))) / 2)); position:relative; z-index:2; }
.hero-copy-inner { max-width: 680px; }
.section-index { display:flex; align-items:center; gap:12px; margin-bottom:26px; color:var(--forest); font-size:13px; }
.section-index::after { content:""; width:46px; height:1px; background:var(--forest); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; color: var(--forest); letter-spacing: -.035em; }
.hero h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(64px, 4.9vw, 76px); line-height: .92; }
.hero-lead { max-width: 570px; margin-bottom:36px; font-size:clamp(18px, 1.45vw, 23px); line-height:1.55; }
.button-row { display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
.button { display:inline-flex; min-height:58px; align-items:center; justify-content:center; gap:16px; padding:14px 26px; border:1px solid var(--forest); background:var(--forest); color:var(--white); text-decoration:none; transition:transform .25s, background .25s, color .25s; cursor:pointer; }
.button:hover { transform:translateY(-3px); background:var(--forest-soft); }
.button.secondary { background:transparent; color:var(--forest); }
.button.secondary:hover { background:var(--forest); color:var(--white); }
.button .arrow { transition: transform .25s; }
.button:hover .arrow { transform: translateX(5px); }
.hero-media { position:relative; overflow:hidden; }
.hero-media img { height:100%; object-fit:cover; }
.hero-media::after { content:""; position:absolute; inset:0 auto 0 0; width:12%; background:linear-gradient(90deg,var(--paper),transparent); pointer-events:none; }
.scroll-cue { position:absolute; z-index:3; bottom:25px; left:50%; display:flex; align-items:center; gap:12px; font-size:12px; writing-mode:vertical-rl; }
.scroll-cue::before { content:""; width:1px; height:54px; background:var(--forest); animation:scrollLine 1.8s ease infinite; transform-origin:top; }
@keyframes scrollLine { 0%,100%{transform:scaleY(.35)} 50%{transform:scaleY(1)} }
.botanical { position:absolute; width:250px; height:150px; left:1%; bottom:2%; opacity:.42; pointer-events:none; }
.hero + .section { padding-top: 60px; }

.section { padding: clamp(90px, 10vw, 160px) 0; position:relative; }
.section-heading { max-width:850px; margin-bottom:52px; font-size:clamp(48px,5.2vw,82px); line-height:1.02; }
.section-lead { max-width:700px; font-size:clamp(18px,1.6vw,24px); color:#394a43; }
.intro-grid { display:grid; grid-template-columns: .85fr 1.15fr; align-items:center; gap:clamp(60px,9vw,150px); }
.arch-image { overflow:hidden; border-radius: 44% 44% 18px 18px / 36% 36% 18px 18px; aspect-ratio:4/5; }
.arch-image img { height:100%; object-fit:cover; }
.intro-copy { padding-right:4vw; }
.intro-copy .section-heading { margin-bottom:30px; }
.intro-copy p { max-width:620px; font-size:18px; }
.text-link { display:inline-flex; align-items:center; gap:16px; margin-top:18px; color:var(--forest); text-decoration:none; font-weight:600; border-bottom:1px solid var(--forest); padding-bottom:6px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform:translateX(5px); }

.product-band { background:var(--paper-deep); border-block:1px solid var(--line); }
.product-layout { display:grid; grid-template-columns: 1fr 1fr; min-height:780px; }
.product-copy { padding:100px max(48px, 7vw) 90px max(48px, calc((100vw - min(1360px, calc(100vw - 96px))) / 2)); }
.product-copy .section-heading { font-size:clamp(46px,4.5vw,76px); margin-bottom:26px; }
.product-list { margin-top:48px; border-top:1px solid var(--line); }
.product-item { display:grid; grid-template-columns:56px 1fr 1.25fr 28px; align-items:center; gap:20px; padding:24px 0; border-bottom:1px solid var(--line); text-decoration:none; }
.product-item svg { width:32px; stroke:var(--forest); fill:none; stroke-width:1.5; }
.product-item strong { font-size:18px; }
.product-item small { color:var(--muted); font-size:14px; line-height:1.45; }
.product-item .arrow { font-size:24px; transition:transform .2s; }
.product-item:hover .arrow { transform:translateX(5px); }
.product-media { min-height:100%; overflow:hidden; }
.product-media img { height:100%; object-fit:cover; }

.quality-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(55px,8vw,125px); align-items:center; }
.quality-grid .section-heading { margin-bottom:28px; }
.quality-media { border-radius: var(--radius); overflow:hidden; aspect-ratio:3/2; }
.quality-media img { height:100%; object-fit:cover; }
.principles { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:75px; background:var(--line); border-block:1px solid var(--line); }
.principle { padding:36px 36px 40px; background:var(--paper); }
.principle span { display:block; margin-bottom:42px; font-size:13px; color:var(--clay); }
.principle h3 { margin-bottom:15px; font-size:28px; }
.principle p { margin:0; color:var(--muted); }

.cta-band { padding:80px 0; background:var(--forest); color:var(--white); }
.cta-grid { display:grid; grid-template-columns:1fr .8fr auto; gap:60px; align-items:center; }
.cta-grid h2 { margin:0; color:var(--white); font-size:clamp(48px,5vw,80px); line-height:.98; }
.contact-details { border-left:1px solid rgba(255,255,255,.3); padding-left:44px; }
.contact-details p { margin:0 0 16px; max-width:420px; }
.contact-details p + p { padding-top:16px; border-top:1px solid rgba(255,255,255,.3); }
.cta-band .button { border-color:var(--white); color:var(--white); background:transparent; min-width:190px; }
.cta-band .button:hover { background:var(--white); color:var(--forest); }

.site-footer { padding:44px 0 30px; background:var(--forest); color:rgba(255,255,255,.86); border-top:1px solid rgba(255,255,255,.28); }
.footer-top { display:grid; grid-template-columns:auto 1fr; gap:70px; align-items:start; }
.site-footer .brand-mark { color:white; }
.site-footer .brand-name { border-color:rgba(255,255,255,.7); }
.footer-links { display:flex; justify-content:flex-end; gap:20px 34px; flex-wrap:wrap; }
.footer-links a { font-size:13px; text-decoration:none; }
.footer-links a:hover { text-decoration:underline; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:46px; padding-top:22px; border-top:1px solid rgba(255,255,255,.2); font-size:12px; color:rgba(255,255,255,.6); }

.page-hero { padding:90px 0 100px; border-bottom:1px solid var(--line); }
.page-hero-grid { display:grid; grid-template-columns:1fr .85fr; gap:90px; align-items:end; }
.page-hero h1 { margin:0; font-size:clamp(68px,8vw,128px); line-height:.9; }
.page-hero p { max-width:620px; margin:0 0 8px; font-size:clamp(19px,1.7vw,25px); }
.editorial-grid { display:grid; grid-template-columns:.72fr 1.28fr; gap:clamp(60px,10vw,150px); align-items:start; }
.sticky-title { position:sticky; top:130px; }
.sticky-title h2 { font-size:clamp(46px,4.2vw,70px); line-height:1.03; }
.prose { font-size:18px; }
.prose h2 { margin:70px 0 22px; font-size:42px; line-height:1.1; }
.prose h2:first-child { margin-top:0; }
.prose h3 { margin:45px 0 15px; font-size:28px; }
.prose p, .prose li { color:#35453e; }
.prose ul { padding-left:22px; }
.prose .large { font:500 clamp(32px,3.2vw,48px)/1.2 var(--display); color:var(--forest); }
.wide-photo { margin-top:70px; border-radius:var(--radius); overflow:hidden; aspect-ratio: 16/8; }
.wide-photo img { height:100%; object-fit:cover; }

.category-list { border-top:1px solid var(--line); }
.category-row { display:grid; grid-template-columns:80px 1fr 1fr; gap:45px; padding:48px 0; border-bottom:1px solid var(--line); align-items:start; }
.category-row .num { color:var(--clay); font-size:13px; }
.category-row h2 { margin:0; font-size:clamp(38px,4vw,60px); }
.category-row p { margin:8px 0 0; color:var(--muted); font-size:17px; }
.category-row ul { margin:12px 0 0; padding-left:20px; }

.steps { counter-reset:step; }
.step { position:relative; display:grid; grid-template-columns:80px 1fr 1fr; gap:40px; padding:45px 0; border-top:1px solid var(--line); }
.step::before { counter-increment:step; content:"0" counter(step); color:var(--clay); font-size:13px; }
.step h3 { margin:0; font-size:34px; }
.step p { margin:5px 0 0; color:var(--muted); }

.contact-page-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; }
.address-card { padding:48px; background:var(--forest); color:white; }
.address-card h2 { color:white; font-size:42px; }
.address-card p { font-size:20px; }
.address-card .button { margin-top:25px; border-color:white; background:white; color:var(--forest); }
.requisites { border-top:1px solid var(--line); }
.requisite { display:grid; grid-template-columns:180px 1fr; gap:30px; padding:24px 0; border-bottom:1px solid var(--line); }
.requisite dt { color:var(--muted); }
.requisite dd { margin:0; font-weight:600; }
.copy-button { border:0; background:none; padding:0; color:var(--forest); border-bottom:1px solid; cursor:pointer; }

.legal-wrap { display:grid; grid-template-columns:260px 1fr; gap:80px; align-items:start; }
.legal-nav { position:sticky; top:120px; border-left:1px solid var(--line); padding-left:24px; }
.legal-nav a { display:block; margin:0 0 13px; color:var(--muted); text-decoration:none; font-size:14px; }
.legal-nav a:hover { color:var(--forest); }
.legal-copy { max-width:820px; }
.legal-copy section { padding-top:20px; margin-bottom:52px; }
.legal-copy h2 { font-size:34px; }
.legal-copy p, .legal-copy li { color:#3d4c46; }
.legal-note { padding:20px 24px; border-left:3px solid var(--clay); background:rgba(184,108,66,.08); }

.cookie-banner { position:fixed; z-index:500; left:24px; right:24px; bottom:24px; display:none; align-items:center; justify-content:space-between; gap:32px; max-width:920px; margin:auto; padding:22px 26px; background:var(--white); box-shadow:0 20px 60px rgba(18,61,47,.2); border:1px solid var(--line); }
.cookie-banner.show { display:flex; animation:cookieIn .4s ease both; }
@keyframes cookieIn { from { opacity:0; transform:translateY(20px); } }
.cookie-banner p { margin:0; font-size:14px; }
.cookie-actions { display:flex; gap:10px; flex:0 0 auto; }
.cookie-actions button { min-height:42px; padding:8px 18px; border:1px solid var(--forest); background:var(--forest); color:white; cursor:pointer; }
.cookie-actions .plain { background:transparent; color:var(--forest); }

[data-reveal] { opacity:0; transform:translateY(28px); transition:opacity .75s ease, transform .75s ease; }
[data-reveal].visible { opacity:1; transform:none; }
[data-reveal="left"] { transform:translateX(-35px); }
[data-reveal="right"] { transform:translateX(35px); }
[data-reveal="left"].visible, [data-reveal="right"].visible { transform:none; }

@media (max-width: 980px) {
  :root { --container: min(100% - 44px, 920px); }
  .site-header { height:88px; }
  site-header { height:88px; }
  .brand-mark { font-size:42px; }
  .brand-name { font-size:13px; }
  .menu-button { display:block; position:relative; z-index:2; }
  .nav { position:fixed; inset:0; display:flex; flex-direction:column; justify-content:center; gap:28px; background:var(--paper); transform:translateY(-105%); transition:transform .4s cubic-bezier(.7,0,.2,1); }
  .nav a { font:500 36px/1 var(--display); }
  body.menu-open .nav { transform:none; }
  body.menu-open .menu-button span:first-child { transform:translateY(4px) rotate(45deg); }
  body.menu-open .menu-button span:last-child { transform:translateY(-4px) rotate(-45deg); }
  .hero { min-height:auto; grid-template-columns:minmax(0,1fr); }
  .hero-copy { padding:80px max(22px, calc((100vw - var(--container))/2)); }
  .hero-media { min-height:550px; order:-1; }
  .hero-media::after { inset:auto 0 0; width:100%; height:16%; background:linear-gradient(0deg,var(--paper),transparent); }
  .scroll-cue { display:none; }
  .intro-grid, .quality-grid, .page-hero-grid, .editorial-grid, .contact-page-grid { grid-template-columns:1fr; }
  .sticky-title { position:static; }
  .product-layout { grid-template-columns:1fr; }
  .product-copy { padding-inline:max(22px, calc((100vw - var(--container))/2)); }
  .product-media { min-height:600px; }
  .cta-grid { grid-template-columns:1fr 1fr; }
  .cta-grid .button { grid-column:2; }
  .principles { grid-template-columns:1fr; }
  .footer-top { grid-template-columns:1fr; }
  .footer-links { justify-content:flex-start; }
  .legal-wrap { grid-template-columns:1fr; gap:30px; }
  .legal-nav { position:static; display:flex; flex-wrap:wrap; gap:8px 18px; border-left:0; border-bottom:1px solid var(--line); padding:0 0 18px; }
  .category-row, .step { grid-template-columns:56px 1fr; }
  .category-row > :last-child, .step > :last-child { grid-column:2; }
}

@media (max-width: 640px) {
  :root { --container: calc(100% - 32px); --radius:20px; }
  body { font-size:15px; }
  .site-header, .site-header.is-stuck { height:76px; }
  site-header { height:76px; }
  .brand { gap:10px; }
  .brand-mark { font-size:35px; }
  .brand-name { max-width:125px; padding-left:10px; font-size:11px; }
  .hero-media { min-height:365px; }
  .hero-copy { padding-block:56px 76px; }
  .hero-copy-inner { width:100%; min-width:0; }
  .hero h1 { font-size:clamp(48px,14vw,62px); }
  .hero-lead { font-size:17px; }
  .button-row .button { width:100%; }
  .section { padding:78px 0; }
  .section-heading { font-size:45px; }
  .intro-grid { gap:45px; }
  .arch-image { max-height:540px; }
  .product-copy { padding-block:70px; }
  .product-item { grid-template-columns:42px 1fr 24px; }
  .product-item small { grid-column:2; }
  .product-item .arrow { grid-column:3; grid-row:1/3; }
  .product-media { min-height:400px; }
  .quality-grid { gap:40px; }
  .principle { padding:28px 0; }
  .principle span { margin-bottom:18px; }
  .cta-grid { grid-template-columns:1fr; gap:38px; }
  .cta-grid .button { grid-column:auto; width:100%; }
  .contact-details { padding-left:24px; }
  .footer-bottom { flex-direction:column; }
  .page-hero { padding:62px 0 72px; }
  .page-hero-grid { gap:32px; }
  .page-hero h1 { font-size:clamp(42px,14vw,57px); overflow-wrap:break-word; hyphens:auto; }
  .wide-photo { aspect-ratio:4/3; }
  .category-row, .step { grid-template-columns:36px 1fr; gap:16px; }
  .category-row h2, .step h3 { font-size:32px; }
  .address-card { padding:32px 26px; }
  .requisite { grid-template-columns:1fr; gap:4px; }
  .cookie-banner { left:12px; right:12px; bottom:12px; align-items:stretch; flex-direction:column; gap:14px; }
  .cookie-actions button { flex:1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior:auto !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  [data-reveal] { opacity:1; transform:none; }
}
