:root {
  --page: #f6f0e8;
  --milk: var(--page);
  --paper: #fbf8f4;
  --sand: #eee4d8;
  --wood: #7b4327;
  --wood-dark: #4a2d20;
  --ink: #2a211c;
  --muted: #75675e;
  --line: rgba(74, 45, 32, .14);
  --sans: "Manrope", Arial, sans-serif;
  --container: min(1320px, calc(100% - 64px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 400 15px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid #a96e44; outline-offset: 4px; }

.container { width: var(--container); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 1000; padding: 10px 16px; background: #fff; }
.skip-link:focus { top: 12px; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 74px;
  border-bottom: 1px solid transparent;
  transition: height .3s ease, background .3s ease, border-color .3s ease;
}
.site-header.scrolled {
  height: 68px;
  background: rgba(246, 240, 232, .92);
  backdrop-filter: blur(16px);
  border-color: var(--line);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: clamp(24px, 3.2vw, 50px); }
.brand { display: inline-flex; align-items: center; margin-right: auto; line-height: 1.05; flex-shrink: 0; }
.brand-text strong, .brand-text small { display: block; }
.brand-text strong { font: 600 17px/1.15 var(--sans); letter-spacing: -.025em; }
.brand-text small { margin-top: 4px; color: var(--muted); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(17px, 1.7vw, 28px); font-size: 12px; }
.main-nav a { position: relative; padding: 12px 0; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: var(--wood); transform: scaleX(0); transition: transform .25s; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; padding: 12px; place-content: center; gap: 7px; cursor: pointer; }
.menu-toggle span { width: 24px; height: 1px; background: var(--ink); transition: transform .25s; }
.menu-toggle.active span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle.active span:last-child { transform: translateY(-4px) rotate(-45deg); }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 23px;
  border: 1px solid var(--wood);
  border-radius: 0;
  background: var(--wood);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.button:hover { transform: translateY(-2px); background: var(--wood-dark); border-color: var(--wood-dark); }
.button-compact { min-height: 42px; padding-inline: 19px; font-size: 12px; }
.button-secondary { background: var(--paper); color: var(--ink); border-color: rgba(74,45,32,.24); }
.button-secondary:hover { color: #fff; }

.eyebrow { margin: 0 0 19px; color: var(--wood); font-size: 10px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow-light { color: #d0ad92; }
.section { padding: clamp(92px, 8vw, 132px) 0; }
.section h2 { max-width: 760px; margin: 0; font: 600 clamp(40px, 4.2vw, 60px)/1.06 var(--sans); letter-spacing: -.045em; text-wrap: balance; }

.hero {
  position: relative;
  height: clamp(650px, 48vw, 720px);
  min-height: 650px;
  overflow: hidden;
  background: var(--milk);
}
.hero::after {
  display: none;
}
.hero-media { position: absolute; inset: 0; width: 100%; overflow: hidden; background: #d9c9b9; }
.hero-media picture { display: block; width: 100%; height: 100%; }
.hero-media img { width: 100%; max-width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero-grid {
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: center;
}
.hero-spacer { grid-column: 2; grid-row: 1; }
.hero-copy {
  grid-column: 1;
  grid-row: 1;
  max-width: 650px;
  padding: 94px clamp(46px, 5vw, 86px) 38px 0;
}
.hero h1 {
  margin: 0;
  max-width: 610px;
  font: 700 clamp(50px, 4vw, 62px)/1.04 var(--sans);
  letter-spacing: -.055em;
  text-wrap: balance;
}
.hero-lead { max-width: 520px; margin: 28px 0 0; color: var(--ink); font-size: clamp(16px, 1.25vw, 19px); font-weight: 600; line-height: 1.45; }
.hero-note { max-width: 500px; margin: 12px 0 29px; color: var(--ink); font-size: 13px; font-weight: 500; line-height: 1.65; }
.hero-actions { display: flex; gap: 11px; flex-wrap: wrap; }

.principles { padding: 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.principles .container { width: 100%; max-width: none; }
.principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); }
.principle {
  min-height: 144px;
  display: flex;
  align-items: center;
  gap: clamp(22px, 1.8vw, 34px);
  padding: 30px clamp(30px, 3vw, 64px);
  border-right: 1px solid var(--line);
}
.principle svg, .service svg { width: 30px; height: 30px; flex: 0 0 auto; fill: none; stroke: var(--wood); stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.principle svg { width: 38px; height: 38px; stroke-width: 1.4; }
.principle h3 { margin: 0 0 8px; font: 600 18px/1.2 var(--sans); letter-spacing: -.025em; }
.principle p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.about-banner { position: relative; height: clamp(580px, 46vw, 700px); overflow: hidden; background: #e8ddd1; }
.about-banner-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-banner-copy { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.about-banner h2 { margin: 0 0 22px; font: 700 clamp(34px, 3vw, 44px)/1.08 var(--sans); letter-spacing: -.04em; }
.about-lines { max-width: 560px; display: grid; gap: 8px; }
.about-lines p { margin: 0; color: #66584f; font-size: 13px; line-height: 1.55; }
.about-lines a { color: var(--wood-dark); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(74,45,32,.35); text-underline-offset: 3px; transition: color .2s ease, text-decoration-color .2s ease; }
.about-lines a:hover { color: var(--wood); text-decoration-color: currentColor; }
.about-facts { width: min(560px, 100%); display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-facts div { display: grid; gap: 3px; padding: 19px 20px 18px 0; }
.about-facts div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.about-facts strong { color: var(--wood-dark); font: 700 20px/1.2 var(--sans); letter-spacing: -.035em; }
.about-facts strong a { color: inherit; text-decoration: underline; text-decoration-color: rgba(74,45,32,.35); text-underline-offset: 4px; transition: color .2s ease, text-decoration-color .2s ease; }
.about-facts strong a:hover { color: var(--wood); text-decoration-color: currentColor; }
.about-facts span { color: var(--muted); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.official-links { width: min(560px, 100%); display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 18px; }
.official-links a { display: inline-flex; align-items: baseline; gap: 7px; color: var(--wood-dark); font-size: 11px; font-weight: 600; line-height: 1.45; text-decoration: underline; text-decoration-color: rgba(74,45,32,.3); text-underline-offset: 3px; }
.official-links a:hover { color: var(--wood); text-decoration-color: currentColor; }

.contact-strip { padding: 62px 0; background: #f6f0e9; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-strip-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .78fr); gap: clamp(70px, 9vw, 150px); align-items: center; }
.contact-strip-copy h2 { margin: 0 0 14px; font: 700 clamp(31px, 2.8vw, 41px)/1.08 var(--sans); letter-spacing: -.045em; }
.contact-strip-copy > p:not(.eyebrow) { max-width: 560px; margin: 0; color: var(--muted); font-size: 13px; }
.contact-strip-action { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 19px 24px; padding-left: clamp(26px, 3.5vw, 54px); border-left: 1px solid var(--line); }
.contact-channel { min-width: 0; display: grid; gap: 5px; }
.contact-channel span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-channel a { width: fit-content; max-width: 100%; color: var(--wood-dark); }
.contact-phone { font: 700 clamp(19px, 1.7vw, 25px)/1.1 var(--sans); letter-spacing: -.035em; }
.contact-email { overflow-wrap: anywhere; font-size: 12px; }
.contact-channel a:hover { color: var(--wood); }
.contact-strip-action .button { grid-column: 2; grid-row: 1 / span 2; min-width: 128px; }

.services { background: var(--paper); }
.section-intro { display: flex; justify-content: space-between; align-items: end; gap: 64px; margin-bottom: 58px; }
.section-intro > p { max-width: 450px; margin: 0 0 4px; color: var(--muted); }
.services-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.service {
  display: grid;
  grid-template-columns: 32px 34px 1fr;
  gap: 18px;
  align-items: start;
  min-height: 222px;
  padding: 32px clamp(25px, 2.8vw, 38px);
  border: 1px solid rgba(74,45,32,.11);
  border-radius: 14px;
  background: #f3e9df;
  box-shadow: 0 16px 44px rgba(74,45,32,.035);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.service:nth-child(2) { background: #edf0ea; }
.service:nth-child(3) { background: #f1e7e5; }
.service:nth-child(4) { background: #ebe9ef; }
.service:hover { transform: translateY(-4px); border-color: rgba(116,65,38,.28); box-shadow: 0 22px 52px rgba(74,45,32,.08); }
.service-number { color: #8f796a; font: 600 11px/1 var(--sans); }
.service h3 { margin: -2px 0 12px; font: 700 21px/1.2 var(--sans); letter-spacing: -.035em; }
.service p { max-width: 420px; margin: 0; color: #685b53; font-size: 12px; line-height: 1.65; }
.service-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 18px; }
.service-call { min-height: 34px; display: inline-flex; align-items: center; padding: 0 13px; background: var(--wood); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; transition: background .25s ease, transform .25s ease; }
.service-call:hover { background: var(--wood-dark); transform: translateY(-1px); }
.service-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 3px; border-bottom: 1px solid rgba(116,65,38,.42); color: var(--wood); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-link span { font-size: 13px; transition: transform .25s ease; }
.service:hover .service-link span { transform: translate(2px, -2px); }
.services-cta { display: flex; align-items: center; justify-content: space-between; gap: 36px; margin-top: 30px; padding: 27px 30px; border: 1px solid rgba(74,45,32,.13); border-radius: 14px; background: #fffaf5; }
.services-cta p { max-width: 720px; margin: 0; color: var(--muted); font-size: 13px; }
.services-cta strong { color: var(--ink); }
.services-cta .button { flex: 0 0 auto; }

.prepare { overflow: hidden; background: var(--sand); }
.prepare-grid { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.prepare-grid::before { content: ""; position: absolute; top: -1px; left: 0; width: 100%; height: 2px; background: var(--wood); transform: scaleX(0); transform-origin: left; transition: transform 1s ease; }
.prepare-grid:has(.prepare-card.is-visible)::before { transform: scaleX(1); }
.prepare-card { position: relative; min-height: 270px; padding: 34px clamp(24px, 3vw, 44px); border-right: 1px solid var(--line); }
.prepare-card:last-child { border-right: 0; }
.prepare-number { position: absolute; top: 34px; right: 34px; color: #a28e7f; font: 600 11px/1 var(--sans); }
.prepare-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 32px; border: 1px solid rgba(116,65,38,.24); color: var(--wood); transition: transform .35s ease, background .35s ease, color .35s ease; }
.prepare-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; opacity: 0; transform: scale(.72) rotate(-8deg); }
.prepare-card.is-visible .prepare-icon svg { animation: icon-arrive .65s .18s forwards; }
.prepare-card:hover .prepare-icon { transform: translateY(-5px) rotate(-2deg); background: var(--wood); color: #fff; }
.prepare-card h3 { margin: 0 0 13px; font: 700 21px/1.2 var(--sans); letter-spacing: -.035em; }
.prepare-card p { max-width: 330px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

@keyframes icon-arrive {
  to { opacity: 1; transform: scale(1) rotate(0); }
}

.process { overflow: hidden; background: var(--wood-dark); color: #f5ede5; }
.process-heading { margin-bottom: 72px; }
.process-heading h2 { color: #fff; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(24px, 4vw, 56px); margin: 0; padding: 0; list-style: none; }
.timeline::before { content: ""; position: absolute; top: 11px; left: 7px; width: calc(100% - 14px); height: 1px; background: rgba(255,255,255,.22); transform: scaleX(0); transform-origin: left; transition: transform 1.2s ease; }
.timeline.line-visible::before { transform: scaleX(1); }
.timeline li { position: relative; padding-top: 57px; }
.timeline li::before { content: ""; position: absolute; top: 6px; left: 0; width: 11px; height: 11px; border: 2px solid #c8a98e; border-radius: 50%; background: var(--wood-dark); }
.timeline span { color: #c8a98e; font: 600 11px/1 var(--sans); }
.timeline h3 { min-height: 50px; margin: 21px 0 12px; font: 600 20px/1.2 var(--sans); letter-spacing: -.03em; }
.timeline p { max-width: 270px; margin: 0; color: #c7b8ad; font-size: 13px; line-height: 1.65; }

.faq { background: #f5eee6; }
.faq-grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr); gap: clamp(70px, 9vw, 145px); align-items: start; }
.faq-heading h2 { margin: 0; font: 700 clamp(38px, 4vw, 56px)/1.06 var(--sans); letter-spacing: -.045em; }
.faq-heading > p:not(.eyebrow) { max-width: 380px; margin: 25px 0 0; color: var(--muted); }
.faq-list { border-bottom: 1px solid var(--line); }
.faq-item { border-top: 1px solid var(--line); }
.faq-item summary { min-height: 92px; display: grid; grid-template-columns: 46px 1fr 32px; gap: 18px; align-items: center; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: #a28e7f; font: 600 11px/1 var(--sans); }
.faq-item summary strong { font: 600 20px/1.25 var(--sans); letter-spacing: -.025em; }
.faq-item summary i { position: relative; width: 30px; height: 30px; border: 1px solid var(--line); transition: transform .3s ease, border-color .3s ease; }
.faq-item summary i::before, .faq-item summary i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 1px; background: var(--wood); transform: translate(-50%, -50%); transition: transform .3s ease; }
.faq-item summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] summary i { transform: rotate(45deg); border-color: rgba(116,65,38,.45); }
.faq-item[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-item > p { max-width: 650px; margin: -6px 50px 28px 64px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.atmosphere { background: var(--paper); }
.atmosphere-grid { display: grid; grid-template-columns: minmax(510px, 1.15fr) minmax(390px, .85fr); gap: clamp(65px, 8vw, 124px); align-items: center; }
.atmosphere-image { height: 520px; overflow: hidden; }
.atmosphere-image picture { display: block; width: 100%; height: 100%; }
.atmosphere-image img { width: 100%; height: calc(100% + 30px); object-fit: cover; transform: translateY(var(--parallax, 0)); }
.atmosphere-copy { max-width: 560px; }
.atmosphere-copy h2 { font-size: clamp(39px, 4vw, 57px); }
.atmosphere-copy > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); }
.atmosphere-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; gap: 28px; padding-bottom: 5px; border-bottom: 1px solid var(--wood); font-size: 12px; font-weight: 600; }
.text-link span { font-size: 18px; transition: transform .25s; }
.text-link:hover span { transform: translateX(4px); }

.footer { padding: 52px 0 20px; background: #30231c; color: #e9ded4; }
.footer-main { display: flex; align-items: center; gap: 52px; padding-bottom: 40px; }
.footer-brand { margin-right: auto; }
.footer .brand-text small { color: #9f9187; }
.footer nav { display: flex; gap: 24px; color: #b8aaa0; font-size: 11px; }
.footer nav a:hover, .privacy-link:hover, .footer-email:hover { color: #fff; }
.footer-contacts { display: grid; gap: 2px; text-align: right; }
.footer-phone { font: 600 17px/1.2 var(--sans); letter-spacing: -.025em; }
.footer-email { color: #b8aaa0; font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); color: #b9aaa0; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.principle:nth-child(2), .service:nth-child(2) { transition-delay: .06s; }
.principle:nth-child(3), .service:nth-child(3) { transition-delay: .12s; }
.principle:nth-child(4), .service:nth-child(4) { transition-delay: .18s; }

@media (max-width: 1100px) {
  :root { --container: min(100% - 48px, 1000px); }
  .header-action { display: none; }
  .hero { height: 640px; min-height: 640px; }
  .hero-media { width: 100%; }
  .hero-grid { grid-template-columns: 56% 44%; }
  .hero-copy { padding: 84px 44px 30px 0; }
  .hero h1 { font-size: clamp(46px, 5.3vw, 58px); }
  .principle { gap: 20px; padding-inline: 24px; }
  .principle svg { width: 34px; height: 34px; }
  .principle h3 { font-size: 20px; }
  .principle p { font-size: 12px; }
  .contact-strip-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); gap: 54px; }
  .atmosphere-grid { gap: 62px; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 40px, 720px); }
  .site-header { height: 72px; background: rgba(246,240,232,.94); backdrop-filter: blur(14px); }
  .site-header.scrolled { height: 66px; }
  .header-inner { gap: 10px; }
  .menu-toggle { display: grid; flex: 0 0 auto; }
  .main-nav {
    position: fixed;
    inset: 72px 0 auto;
    display: grid;
    gap: 0;
    padding: 16px 22px 26px;
    background: rgba(244,238,231,.98);
    border-bottom: 1px solid var(--line);
    transform: translateY(-130%);
    opacity: 0;
    visibility: hidden;
    transition: transform .3s, opacity .3s, visibility .3s;
  }
  .site-header.scrolled .main-nav { top: 66px; }
  .main-nav.open { transform: none; opacity: 1; visibility: visible; }
  .main-nav a { min-height: 46px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-size: 12px; }
  .hero { height: auto; min-height: auto; padding-top: 72px; }
  .hero::after { display: none; }
  .hero-media { position: relative; inset: auto; display: block; width: 100%; height: clamp(360px, 57vw, 460px); overflow: hidden; }
  .hero-media img { width: 100%; max-width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
  .hero-grid { min-height: auto; display: block; width: 100%; }
  .hero-copy { max-width: none; padding: 52px max(24px, calc((100vw - min(100vw - 40px, 720px)) / 2)) 62px; background: var(--milk); }
  .hero-spacer { display: none; }
  .hero h1 { max-width: 670px; font-size: clamp(43px, 7.2vw, 55px); line-height: 1.06; }
  .hero-lead { max-width: 560px; }
  .principles-grid { grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
  .principle { min-height: 124px; border-bottom: 1px solid var(--line); }
  .about-banner { height: auto; display: flex; flex-direction: column; }
  .about-banner-image { position: relative; order: 2; height: clamp(330px, 58vw, 480px); object-position: 76% center; }
  .about-banner-copy { order: 1; height: auto; padding-block: 54px; background: #e8ddd1; }
  .contact-strip-grid, .faq-grid { grid-template-columns: minmax(0, 1fr); gap: 42px; }
  .contact-strip-action { padding: 28px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .prepare-grid { grid-template-columns: minmax(0, 1fr); }
  .prepare-card { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .prepare-card:last-child { border-bottom: 0; }
  .atmosphere-grid { grid-template-columns: minmax(0, 1fr); }
  .services-list { grid-template-columns: 1fr; }
  .service { min-height: 0; padding: 30px; }
  .timeline { grid-template-columns: 1fr 1fr; row-gap: 42px; }
  .timeline::before { display: none; }
  .timeline li { padding: 0 0 0 38px; }
  .timeline li::before { top: 5px; }
  .timeline h3 { min-height: 0; margin-top: 14px; }
  .atmosphere-image { height: 460px; }
  .footer-main { flex-wrap: wrap; }
  .footer-brand { width: 100%; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 30px); }
  .brand-text strong { font-size: 16px; white-space: nowrap; }
  .brand-text small { font-size: 8.5px; }
  .section { padding: 78px 0; }
  .section h2 { font-size: clamp(36px, 9vw, 44px); }
  .hero-media { height: clamp(370px, 104vw, 440px); }
  .hero-media::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -1px;
    left: 0;
    height: clamp(108px, 31vw, 142px);
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(246, 240, 232, 0) 0%, rgba(246, 240, 232, .18) 26%, rgba(246, 240, 232, .72) 68%, var(--milk) 100%);
  }
  .hero-media img { object-position: clamp(87%, calc(73.7% + 4.15vw), 94%) center; }
  .hero-copy {
    position: relative;
    margin-top: -1px;
    padding: 24px 15px 44px;
    background: var(--milk);
  }
  .hero h1 { font-size: clamp(36px, 9.8vw, 40px); line-height: 1.08; }
  .hero-actions { display: grid; gap: 10px; margin-top: 30px; }
  .hero-actions .button { width: 100%; border-radius: 10px; }
  .hero-actions .button-secondary {
    min-height: 46px;
    border-color: transparent;
    background: transparent;
    color: var(--wood);
  }
  .principles-grid { grid-template-columns: 1fr; border-left: 0; }
  .principle { min-height: 116px; gap: 22px; padding: 26px 22px; border-left: 1px solid var(--line); }
  .principle svg { width: 34px; height: 34px; }
  .principle h3 { font-size: 20px; }
  .principle p { font-size: 12px; }
  .section-intro { display: block; }
  .section-intro > p { margin-top: 24px; }
  .service { grid-template-columns: 26px 28px 1fr; gap: 14px; padding: 25px 20px; }
  .services-cta { display: grid; gap: 20px; padding: 24px 20px; }
  .services-cta .button { width: 100%; }
  .timeline { grid-template-columns: 1fr; }
  .timeline li { padding-bottom: 26px; }
  .about-banner-copy { width: 100%; padding: 45px 15px; }
  .about-banner h2 { font-size: 36px; }
  .about-lines { max-width: 100%; }
  .about-facts { grid-template-columns: 1fr; }
  .about-facts div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .about-banner-image { height: 310px; object-position: 77% center; }
  .contact-strip { padding: 48px 0; }
  .contact-strip-action { grid-template-columns: 1fr; row-gap: 18px; }
  .contact-strip-action .button { grid-column: 1; grid-row: auto; width: 100%; }
  .prepare-card { padding: 30px 22px; }
  .prepare-card h3 { font-size: 23px; }
  .faq-item summary { min-height: 82px; grid-template-columns: 32px 1fr 30px; gap: 12px; }
  .faq-item summary strong { font-size: 20px; }
  .faq-item > p { margin: -2px 42px 24px 44px; }
  .footer nav { width: 100%; flex-wrap: wrap; }
  .footer-contacts { width: 100%; text-align: left; }
  .footer-bottom { display: grid; }
}

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