:root {
  --ink: #171516;
  --ink-soft: #555054;
  --paper: #fffdfc;
  --blush: #f2d9d6;
  --blush-soft: #fbf2f0;
  --rose: #9b514f;
  --line: #e7dfdc;
  --max: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.7; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
button, input, textarea { font: inherit; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.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; top: 8px; left: 8px; padding: .65rem 1rem; background: #fff; color: #000; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(17, 16, 16, .97); color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); }
.header-inner { width: min(var(--max), calc(100% - 40px)); min-height: 82px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand img { width: 75px; height: 38px; object-fit: cover; object-position: left center; }
.brand span { font-family: var(--serif); font-size: 1.25rem; letter-spacing: .02em; }
.main-nav { display: flex; align-items: center; gap: 1.7rem; font-size: .84rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.main-nav > a, .nav-dropdown summary { text-decoration: none; cursor: pointer; list-style: none; }
.main-nav > a:not(.nav-cta):hover, .nav-dropdown summary:hover { color: var(--blush); }
.nav-dropdown { position: relative; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary::after { content: " +"; color: var(--blush); }
.nav-dropdown[open] summary::after { content: " –"; }
.nav-dropdown div { position: absolute; top: calc(100% + 1.15rem); left: -.8rem; min-width: 210px; padding: .55rem; background: #211f20; box-shadow: 0 18px 40px rgba(0,0,0,.25); }
.nav-dropdown div::before { content: ""; position: absolute; inset: -1.2rem 0 auto; height: 1.2rem; }
.nav-dropdown div a { display: block; padding: .7rem .8rem; text-decoration: none; letter-spacing: .03em; text-transform: none; }
.nav-dropdown div a:hover { background: rgba(255,255,255,.08); color: var(--blush); }
.nav-cta { padding: .7rem 1.15rem; background: var(--blush); color: var(--ink); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; color: #fff; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 5px 0; background: currentColor; }

.section { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; padding-block: clamp(4.5rem, 8vw, 8rem); }
.eyebrow { margin: 0 0 1rem; color: var(--rose); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, h4 { margin-top: 0; font-family: var(--serif); line-height: 1.06; font-weight: 400; }
h1 { font-size: clamp(3.25rem, 7vw, 6.8rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.5rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.55rem, 2.3vw, 2.15rem); }
p { margin-top: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 52px; padding: .8rem 1.25rem; border: 1px solid var(--ink); background: var(--ink); color: #fff; font-size: .84rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); background: var(--rose); border-color: var(--rose); }
.button-light { background: #fff; border-color: #fff; color: var(--ink); }
.button-light:hover { background: var(--blush); border-color: var(--blush); color: var(--ink); }
.text-link { font-weight: 700; text-underline-offset: .35em; }
.arrow-link { display: inline-flex; align-items: center; gap: .6rem; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; }

.hero { min-height: calc(100svh - 82px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .92fr); background: #121111; color: #fff; }
.hero-copy { align-self: center; width: min(680px, calc(100% - 64px)); margin-left: max(32px, calc((100vw - var(--max)) / 2)); padding: 5rem 2rem 5rem 0; }
.hero-copy .eyebrow { color: var(--blush); }
.hero h1 { margin-bottom: 2rem; }
.hero h1 em { color: var(--blush); font-weight: 400; }
.hero-lead { max-width: 600px; margin-bottom: 2.2rem; color: #dfd9d8; font-size: 1.15rem; }
.hero .button { background: var(--blush); border-color: var(--blush); color: var(--ink); }
.hero .button:hover { background: #fff; border-color: #fff; }
.hero-visual { position: relative; min-height: 620px; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,17,17,.28), transparent 45%), linear-gradient(0deg, rgba(18,17,17,.72), transparent 35%); }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual > p { position: absolute; z-index: 1; right: 2rem; bottom: 1.5rem; display: flex; flex-direction: column; text-align: right; }
.hero-visual > p strong { font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.hero-visual > p span { color: var(--blush); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }

.intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); }
.intro h2 { margin-bottom: 0; }
.intro-copy { max-width: 620px; font-size: 1.08rem; }
.intro-copy p { margin-bottom: 1.4rem; }
.services { border-top: 1px solid var(--line); }
.section-heading { max-width: 720px; margin-bottom: 3.5rem; }
.section-heading h2 { margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 340px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: background .25s, color .25s; }
.service-card > span { color: var(--rose); font-size: .75rem; font-weight: 700; letter-spacing: .1em; }
.service-card h3 { margin: 4rem 0 1rem; }
.service-card p { color: var(--ink-soft); }
.service-card > svg { position: absolute; right: 2rem; bottom: 2rem; width: 1.5rem; height: 1.5rem; }
.service-card:hover { background: var(--ink); color: #fff; }
.service-card:hover p, .service-card:hover > span { color: var(--blush); }

.story { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.story-images { position: relative; min-height: 680px; }
.story-images img:first-child { position: absolute; top: 0; left: 0; width: 62%; height: 78%; object-fit: cover; }
.story-images img:last-child { position: absolute; right: 0; bottom: 0; width: 52%; height: 56%; object-fit: cover; border: 10px solid var(--paper); }
.story-copy { max-width: 480px; }
.story-copy blockquote { margin: 2.4rem 0; padding-left: 1.5rem; border-left: 2px solid var(--blush); font-family: var(--serif); font-size: 1.55rem; line-height: 1.4; }
.brand-story { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: #fff; }
.brand-story > div { align-self: center; max-width: 640px; padding: clamp(3rem, 7vw, 7rem) clamp(2rem, 7vw, 7rem); }
.brand-story .eyebrow { color: var(--blush); }
.brand-story p:not(.eyebrow) { margin-bottom: 2rem; color: #ddd7d6; }
.brand-story img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.cta { text-align: center; }
.cta .actions { justify-content: center; }

.page-hero { min-height: 470px; padding: clamp(5rem, 9vw, 8rem) max(20px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: #fff; }
.page-hero .eyebrow { color: var(--blush); }
.page-hero h1 { max-width: 980px; margin-bottom: 2.2rem; }
.page-hero > p:not(.eyebrow) { max-width: 670px; color: #ddd7d6; font-size: 1.15rem; }
.page-hero.compact { min-height: 390px; }
.prose { max-width: 850px; }
.prose > h2 { margin-top: 4.5rem; margin-bottom: 1.25rem; font-size: clamp(2rem, 3.7vw, 3.25rem); }
.prose > h3 { margin-top: 2.2rem; margin-bottom: .8rem; font-size: 1.5rem; }
.prose > h4 { margin-top: 3rem; margin-bottom: 1rem; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.prose > p, .prose > ul, .prose > ol { color: #3f3a3d; font-size: 1.05rem; }
.prose li { margin-bottom: .5rem; }
.prose hr { margin: 3.5rem 0; border: 0; border-top: 1px solid var(--line); }
.article-cta { margin-top: 5rem; padding: clamp(2rem, 6vw, 4rem); background: var(--blush-soft); }
.article-cta h2 { margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 3.5rem); }

.zone-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.map-wrap { min-height: 650px; background: #eee; }
.zone-map { width: 100%; height: 650px; background: #e7e3de; }
.zone-map .leaflet-overlay-pane svg { width: auto; height: auto; }
.zone-map .leaflet-control-attribution { font-size: .68rem; }
.zone-map .leaflet-popup-content { margin: 1rem 1.15rem; font-family: var(--sans); line-height: 1.45; }
.map-fallback { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; background: var(--ink); color: #fff; font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.map-fallback:hover { background: var(--rose); }
.zone-copy h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); }
.zone-rule { display: grid; grid-template-columns: 16px 1fr; gap: 1rem; padding: 1.3rem 0; border-top: 1px solid var(--line); }
.zone-rule h3 { margin-bottom: .3rem; font-family: var(--sans); font-size: 1.05rem; font-weight: 700; }
.zone-rule p { margin-bottom: 0; color: var(--ink-soft); }
.dot { width: 12px; height: 12px; margin-top: .45rem; border-radius: 50%; }
.dot.green { background: #47785a; } .dot.gold { background: #c59b39; } .dot.dark { background: var(--ink); }

.contact-layout { max-width: 760px; }
.contact-panel h2 { margin-bottom: 2rem; font-size: clamp(2.3rem, 4vw, 3.7rem); }
.large-contact, .contact-list { margin: 0; padding: 0; list-style: none; }
.large-contact li { display: grid; grid-template-columns: 36px 1fr; gap: 1rem; padding: 1.15rem 0; border-top: 1px solid var(--line); }
.large-contact svg { width: 24px; height: 24px; color: var(--rose); }
.large-contact div { display: flex; flex-direction: column; }
.large-contact span { color: var(--ink-soft); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.large-contact p { margin: 0; }
.contact-note { margin: 2rem 0; }

.site-footer { padding: 5rem max(20px, calc((100vw - var(--max)) / 2)) 1.5rem; background: #111010; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr .7fr; gap: 3rem; }
.footer-grid h2 { margin-bottom: 1.2rem; color: var(--blush); font-family: var(--sans); font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid p { color: #cfc8c7; }
.footer-logo { width: 140px; height: 69px; margin-bottom: 1.25rem; object-fit: cover; object-position: left center; }
.contact-list li { display: grid; grid-template-columns: 22px 1fr; gap: .7rem; margin-bottom: .65rem; align-items: start; }
.contact-list svg { margin-top: .25rem; color: var(--blush); }
.social-links { display: flex; flex-direction: column; gap: .45rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); color: #aaa2a1; font-size: .8rem; }
.not-found { min-height: 70vh; display: grid; place-content: center; padding: 3rem 20px; background: var(--ink); color: #fff; text-align: center; }
.not-found .eyebrow { color: var(--blush); }
.not-found h1 { max-width: 850px; }
.not-found p:not(.eyebrow) { margin-bottom: 2rem; color: #ddd7d6; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 82px 0 auto; display: none; align-items: stretch; min-height: calc(100vh - 82px); max-height: calc(100vh - 82px); overflow: auto; padding: 1.25rem 20px 2rem; background: #171516; }
  .main-nav.open { display: flex; flex-direction: column; gap: 0; }
  .main-nav > a, .nav-dropdown summary { padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .nav-dropdown div { position: static; min-width: 0; padding: .35rem 0 .5rem 1rem; background: transparent; box-shadow: none; }
  .nav-dropdown div::before { display: none; }
  .nav-cta { margin-top: 1rem; text-align: center; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { width: min(var(--max), calc(100% - 40px)); margin: auto; padding: 5rem 0; }
  .hero-visual { min-height: 560px; }
  .intro, .story, .zone-layout, .contact-layout { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-story { grid-template-columns: 1fr; }
  .brand-story img { min-height: 400px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .header-inner { width: calc(100% - 28px); min-height: 72px; }
  .main-nav { inset-block-start: 72px; min-height: calc(100vh - 72px); max-height: calc(100vh - 72px); }
  .brand span { display: none; }
  .section { width: calc(100% - 32px); padding-block: 4.25rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  h2 { font-size: clamp(2.2rem, 11vw, 3.3rem); }
  .hero { min-height: 0; }
  .hero-copy { width: calc(100% - 32px); padding: 4.25rem 0; }
  .hero-visual { min-height: 480px; }
  .hero-visual > p { right: 1rem; bottom: 1rem; }
  .intro { gap: 2rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .service-card h3 { margin-top: 2.5rem; }
  .story { gap: 3rem; }
  .story-images { min-height: 500px; }
  .brand-story > div { padding: 4rem 20px; }
  .brand-story img { min-height: 300px; }
  .page-hero { min-height: 390px; padding-inline: 20px; }
  .prose > h2 { margin-top: 3.5rem; }
  .map-wrap, .zone-map { min-height: 480px; height: 480px; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; }
  .actions { align-items: stretch; flex-direction: column; }
  .actions .text-link { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
