:root {
  color-scheme: light;
  --ink: #102a30;
  --ink-2: #17383f;
  --wine: #782f3d;
  --wine-dark: #5c1f2b;
  --gold: #b99b67;
  --ivory: #f4f0e8;
  --paper: #fbfaf7;
  --white: #fff;
  --muted: #65757a;
  --line: #d8d6cf;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(13, 38, 44, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1rem/1.7 var(--sans); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.sr-only { 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; z-index: 1000; left: 1rem; top: -5rem; padding: .75rem 1rem; background: var(--white); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.shell { width: min(calc(100% - 3rem), 1240px); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 9rem) 0; }
.section-label { margin: 0 0 1.25rem; color: var(--wine); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-label.light { color: #d6bb8b; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; }
h2 { font-size: clamp(2.5rem, 4.5vw, 4.6rem); line-height: 1.06; letter-spacing: -.038em; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .9rem 1.35rem; border: 1px solid transparent; text-decoration: none; font-size: .88rem; font-weight: 800; letter-spacing: .035em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--wine); color: var(--white); }
.button-primary:hover { background: var(--wine-dark); }
.button-ghost { border-color: rgba(255,255,255,.45); color: var(--white); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.07); }
.button-dark { background: var(--ink); color: var(--white); }
.text-link { display: inline-flex; gap: .65rem; align-items: center; text-underline-offset: .35rem; font-weight: 750; }
.light-link { color: var(--white); }

.topbar { color: #d6e0e1; background: #0a2025; font-size: .74rem; letter-spacing: .03em; }
.topbar-inner { min-height: 37px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.topbar-contact { display: flex; gap: .7rem; align-items: center; }
.topbar a { text-decoration: none; }
.topbar a:hover { color: var(--white); }

.site-header { position: relative; z-index: 30; background: rgba(251, 250, 247, .98); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: 1rem; text-decoration: none; }
.brand-monogram { width: 47px; height: 47px; display: grid; place-items: center; background: var(--ink); color: var(--white); font: 600 1.05rem/1 var(--serif); letter-spacing: .04em; }
.brand strong { display: block; font: 600 1.25rem/1 var(--serif); letter-spacing: .04em; }
.brand small { display: block; margin-top: .45rem; color: var(--muted); font-size: .68rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.7vw, 2.5rem); }
.main-nav a { text-decoration: none; font-size: .84rem; font-weight: 750; }
.main-nav a:not(.nav-cta):hover { color: var(--wine); }
.main-nav .nav-cta { padding: .72rem 1.05rem; color: var(--white); background: var(--wine); }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.hero-grid { position: relative; min-height: 670px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr); gap: clamp(3rem, 7vw, 7.5rem); align-items: center; }
.hero-copy { padding: 6.5rem 0 5.5rem; }
.kicker { margin-bottom: 1.55rem; color: #d6bb8b; font-size: .73rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1 { max-width: 760px; margin-bottom: 1.8rem; font-size: clamp(3.15rem, 6vw, 6rem); line-height: .98; letter-spacing: -.05em; }
h1 em { color: #d8c8ac; font-weight: 400; }
.hero-lead { max-width: 690px; margin-bottom: .8rem; color: #d9e1e2; font-size: clamp(1.05rem, 1.5vw, 1.23rem); line-height: 1.7; }
.hero-service { max-width: 690px; margin: 0 0 2.25rem; color: #d9e1e2; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.hero-trust { max-width: 690px; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.hero-trust strong, .hero-trust span { display: block; }
.hero-trust strong { margin-bottom: .25rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 600; }
.hero-trust span { color: #aebfc2; font-size: .78rem; line-height: 1.5; }
.hero-visual { position: relative; align-self: stretch; display: flex; align-items: center; padding: 4rem 0; }
.hero-visual::before { content: ""; position: absolute; z-index: 0; width: 68%; height: 78%; right: -16%; top: 10%; background: var(--wine); }
.hero-frame { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5.15; overflow: hidden; box-shadow: var(--shadow); }
.hero-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(9,26,30,.38)); pointer-events: none; }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; transform: scale(1.03); }
.hero-signature { position: absolute; z-index: 2; left: -2.25rem; bottom: 3.2rem; width: min(305px, 78%); padding: 1.15rem 1.4rem; color: var(--ink); background: var(--ivory); box-shadow: 0 15px 35px rgba(0,0,0,.16); }
.hero-signature span, .hero-signature strong { display: block; }
.hero-signature span { font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-signature strong { margin-top: .25rem; font: 500 1.35rem/1.2 var(--serif); }
.hero-place { position: absolute; z-index: 2; right: -4.5rem; bottom: 5rem; transform: rotate(90deg); color: rgba(255,255,255,.45); font-size: .63rem; font-weight: 800; letter-spacing: .28em; }

.statement { background: var(--ivory); }
.statement-grid { display: grid; grid-template-columns: minmax(180px, .35fr) minmax(0, 1.65fr); gap: 5rem; }
.statement h2 { max-width: 970px; margin-bottom: 1.8rem; }
.statement div > p { max-width: 720px; margin: 0; color: #4f6267; font-size: 1.08rem; }

.interventions { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(250px, .55fr); align-items: end; gap: 5rem; margin-bottom: 4.5rem; }
.section-heading h2 { max-width: 800px; margin: 0; }
.section-heading > p { margin: 0 0 .7rem; color: var(--muted); font-size: 1.05rem; }
.expertise-list { border-top: 1px solid var(--line); }
.expertise-card { min-height: 210px; display: grid; grid-template-columns: 80px minmax(0, 1fr) auto; gap: 2rem; align-items: center; padding: 2.4rem 0; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.expertise-card:hover { padding-inline: 1.5rem; background: var(--ivory); }
.expertise-number { align-self: start; padding-top: .55rem; color: var(--wine); font-size: .76rem; font-weight: 850; }
.expertise-card h3 { margin-bottom: .8rem; font-size: clamp(1.75rem, 3vw, 2.7rem); line-height: 1.1; }
.expertise-card p { max-width: 650px; margin: 0; color: var(--muted); }
.expertise-card > a { white-space: nowrap; text-underline-offset: .35rem; font-size: .82rem; font-weight: 800; }

.method { position: relative; overflow: hidden; color: var(--white); background: var(--wine-dark); }
.method::after { content: "FD"; position: absolute; right: -2.5rem; bottom: -6rem; color: rgba(255,255,255,.035); font: 500 25rem/1 var(--serif); }
.method-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(4rem, 9vw, 10rem); }
.method-intro h2 { max-width: 570px; font-size: clamp(2.7rem, 4.6vw, 4.7rem); }
.method-intro > p:not(.section-label) { max-width: 530px; color: #e2cfd3; }
.method-intro .text-link { margin-top: 1.2rem; }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.24); }
.method-steps li { display: grid; grid-template-columns: 55px 1fr; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.method-steps li > span { color: #d6bb8b; font-size: .72rem; font-weight: 800; }
.method-steps h3 { margin-bottom: .5rem; font-size: 1.85rem; }
.method-steps p { max-width: 520px; margin: 0; color: #e2cfd3; font-size: .95rem; }

.cabinet { background: var(--paper); }
.cabinet-grid { display: grid; grid-template-columns: minmax(310px, .82fr) minmax(0, 1.18fr); gap: clamp(4rem, 10vw, 10rem); align-items: center; }
.cabinet-collage { position: relative; min-height: 470px; }
.cabinet-main-photo { width: 78%; height: 360px; object-fit: cover; object-position: center; box-shadow: var(--shadow); image-rendering: auto; }
.cabinet-detail-photo { position: absolute; right: 0; bottom: 0; width: 50%; aspect-ratio: 5/4; object-fit: cover; object-position: 50% center; border: 10px solid var(--paper); box-shadow: 0 16px 42px rgba(13, 38, 44, .18); image-rendering: auto; }
.collage-caption { position: absolute; left: 1.4rem; bottom: 1.8rem; z-index: 2; padding: .9rem 1.15rem; color: var(--white); background: var(--ink); font-size: .68rem; font-weight: 800; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
.cabinet-copy h2 { max-width: 720px; }
.cabinet-copy > p:not(.section-label) { max-width: 690px; color: #4e6267; }
.decision-link { max-width: 620px; margin-top: 1.5rem; padding: 1.15rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; text-decoration: none; }
.decision-link span { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.decision-link strong { font-size: .86rem; }
.decision-link:hover strong { color: var(--wine); }

.location { padding: 0 0 clamp(5rem, 9vw, 9rem); background: var(--paper); }
.location-grid { min-height: 520px; display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); background: var(--ivory); }
.location-info { padding: clamp(3rem, 6vw, 6rem); }
.location-info h2 { max-width: 520px; font-size: clamp(2.4rem, 4vw, 4rem); }
.location-info address { display: flex; flex-direction: column; margin: 2rem 0; font-style: normal; }
.location-info address strong { margin-bottom: .35rem; font-family: var(--serif); font-size: 1.2rem; }
.location-info address span { color: var(--muted); line-height: 1.6; }
.location-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.4rem; }
.location-gallery { min-height: 100%; padding: clamp(1.25rem, 3vw, 2.5rem); background: #d8d5ce; }
.location-gallery figure { height: 100%; margin: 0; display: grid; place-items: center; overflow: hidden; }
.location-gallery img { width: 100%; height: 100%; object-fit: contain; }

.contact { color: var(--white); background: var(--ink); }
.contact-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(400px, 1.2fr); gap: clamp(4rem, 9vw, 9rem); }
.contact-heading h2 { max-width: 580px; }
.contact-heading > p:not(.section-label) { max-width: 520px; color: #b9c9cb; }
.direct-contact { margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.18); }
.direct-contact a { display: block; padding: 1.1rem 0; border-bottom: 1px solid rgba(255,255,255,.18); text-decoration: none; }
.direct-contact span, .direct-contact strong { display: block; }
.direct-contact span { color: #96aaae; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.direct-contact strong { margin-top: .22rem; font-size: .95rem; overflow-wrap: anywhere; }
.direct-contact a:hover strong { color: #d6bb8b; }
.contact-form { padding: clamp(2rem, 4vw, 3.5rem); color: var(--ink); background: var(--white); box-shadow: 0 24px 65px rgba(0,0,0,.18); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; margin-bottom: .45rem; font-size: .78rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; display: block; padding: .78rem .85rem; border: 1px solid #aab3b4; border-radius: 0; color: var(--ink); background: var(--paper); }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--wine); outline: 2px solid rgba(120,47,61,.15); outline-offset: 0; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: .65rem; align-items: start; margin: .2rem 0 1.25rem; color: #526469; font-size: .78rem; line-height: 1.5; }
.consent input { width: 17px; height: 17px; accent-color: var(--wine); }
.form-submit { width: 100%; min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: .9rem 1.2rem; border: 0; color: var(--white); background: var(--wine); font-size: .85rem; font-weight: 850; cursor: pointer; }
.form-submit:hover { background: var(--wine-dark); }
.form-submit:disabled { opacity: .65; cursor: wait; }
.form-status { display: none; margin: .9rem 0 0; padding: .8rem .9rem; font-size: .82rem; line-height: 1.5; }
.form-status.success { display: block; color: #174d36; background: #e5f3eb; border-left: 3px solid #287a55; }
.form-status.error { display: block; color: #6b1f2d; background: #f8e8eb; border-left: 3px solid var(--wine); }
.form-note { margin: .9rem 0 0; color: var(--muted); font-size: .73rem; line-height: 1.5; }
.hp-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; }

.site-footer { padding: 4rem 0 1.5rem; color: #c1ced0; background: #091d21; }
.footer-top { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 3rem; padding-bottom: 3rem; }
.footer-brand { text-decoration: none; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: var(--white); font: 500 1.7rem/1 var(--serif); }
.footer-brand span, .footer-top > div > span { margin-top: .5rem; color: #879da1; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-top > div > span { display: block; margin: 0 0 .75rem; }
.footer-top p { margin: 0; font-size: .82rem; line-height: 1.8; }
.footer-top a:hover { color: var(--white); }
.footer-legal { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; padding: 0 0 2.5rem; }
.footer-legal details { border-top: 1px solid rgba(255,255,255,.15); }
.footer-legal summary { padding: 1rem 0; color: var(--white); font-size: .8rem; font-weight: 800; cursor: pointer; }
.footer-legal p { margin: 0 0 .8rem; color: #aebfc2; font-size: .75rem; line-height: 1.65; }
.footer-legal a { text-decoration: underline; text-underline-offset: 2px; }
.footer-legal a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .7rem; }
.footer-bottom p { margin: 0; }
.mobile-contact { display: none; }

@media (max-width: 980px) {
  .main-nav { gap: 1rem; }
  .main-nav a { font-size: .75rem; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(310px, .64fr); gap: 3rem; }
  .hero-trust { grid-template-columns: 1fr; gap: 1rem; }
  .statement-grid, .section-heading { gap: 2.5rem; }
  .cabinet-grid { gap: 4rem; }
  .cabinet-collage { min-height: 440px; }
  .cabinet-main-photo { height: 340px; }
}

@media (max-width: 800px) {
  .topbar-inner > span { display: none; }
  .topbar-inner { justify-content: center; }
  .topbar-contact { width: 100%; justify-content: space-between; }
  .header-inner { min-height: 80px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; padding: 1.2rem 1.5rem 1.5rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 15px 30px rgba(13,38,44,.12); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: .6rem 0; font-size: .9rem; }
  .main-nav .nav-cta { padding: .8rem 1rem; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 5rem 0 1rem; }
  .hero-visual { width: min(100%, 560px); min-height: 580px; justify-self: end; padding: 2rem 0 5rem 4rem; }
  .hero-signature { left: 0; }
  .statement-grid, .section-heading, .method-grid, .cabinet-grid, .location-grid, .contact-grid { grid-template-columns: 1fr; }
  .statement-grid { gap: 1rem; }
  .section-heading { gap: 1.5rem; }
  .expertise-card { grid-template-columns: 55px 1fr; }
  .expertise-card > a { grid-column: 2; }
  .cabinet-collage { width: min(100%, 540px); }
  .location-gallery { min-height: 420px; }
  .contact-grid { gap: 3rem; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-top > div:last-child { display: none; }
  .footer-legal { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 560px) {
  body { padding-bottom: 58px; }
  .shell { width: min(calc(100% - 2rem), 1240px); }
  .section { padding: 4.7rem 0; }
  .topbar-contact { gap: .35rem; }
  .topbar-contact span, .topbar-contact a:last-child { display: none; }
  .topbar-contact a:first-child { margin-inline: auto; }
  .brand-monogram { width: 42px; height: 42px; }
  .brand strong { font-size: 1.07rem; }
  .brand small { font-size: .58rem; letter-spacing: .07em; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  h2 { font-size: clamp(2.25rem, 10vw, 3.3rem); }
  .hero-copy { padding-top: 4rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-trust { margin-top: 2.5rem; }
  .hero-visual { min-height: 485px; padding: 1rem 0 4rem 2rem; }
  .hero-signature { width: 80%; bottom: 2.7rem; }
  .hero-place { display: none; }
  .statement-grid { display: block; }
  .expertise-card { min-height: 0; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1.8rem 0; }
  .expertise-card:hover { padding-inline: 0; background: transparent; }
  .expertise-card > a { grid-column: 2; }
  .method::after { font-size: 15rem; }
  .method-grid { gap: 3.5rem; }
  .cabinet-collage { min-height: 370px; }
  .cabinet-main-photo { width: 82%; height: 285px; }
  .cabinet-detail-photo { width: 52%; }
  .decision-link { display: block; }
  .decision-link strong { display: block; margin-top: .45rem; }
  .location-grid { width: 100%; }
  .location-info { padding: 3rem 1rem; }
  .location-gallery { min-height: 300px; padding: 1rem; }
  .contact-grid { width: 100%; }
  .contact-heading { padding-inline: 1rem; }
  .contact-form { padding: 1.5rem 1rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top > div { display: block !important; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: .5rem; }
  .mobile-contact { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; height: 58px; display: grid; grid-template-columns: .8fr 1.2fr; box-shadow: 0 -5px 20px rgba(0,0,0,.15); }
  .mobile-contact a { display: grid; place-items: center; color: var(--white); background: var(--ink); text-decoration: none; font-size: .78rem; font-weight: 850; }
  .mobile-contact a:last-child { background: var(--wine); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .expertise-card { transition: none; }
}
