/* Showroom Designworks — design system
   Warm editorial craft: ivory ground, espresso ink, sage-olive accent (from the
   original logo), oak highlights. Fraunces display / Schibsted Grotesk body. */

:root {
  --ivory: #F7F3EA;
  --linen: #EDE6D6;
  --espresso: #262119;
  --espresso-deep: #1C1711;
  --cream: #F3EDE0;
  --cream-dim: #C9BFAC;
  --olive: #6F7248;
  --olive-dark: #545732;
  --oak: #A9753F;
  --line: rgba(38, 33, 25, 0.18);
  --line-soft: rgba(38, 33, 25, 0.10);
  --serif: "Oswald", "Arial Narrow", "Helvetica Neue", sans-serif; /* display: condensed sans, matched to the logo's FINE HARDWOOD FLOORS tagline */
  --logo: "Anton", "Oswald", "Arial Narrow", sans-serif;           /* heavier condensed, matched to the logo wordmark letters */
  --sans: "Schibsted Grotesk", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --pad: clamp(1.25rem, 4vw, 3rem);
  --measure: 38rem;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

body {
  overflow-x: clip;
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--espresso);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { max-width: 78rem; margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }

/* ---------- type ---------- */
h1, h2, h3, .display {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  text-wrap: balance;
}
h1 { font-size: clamp(2.5rem, 6.4vw, 4.6rem); }
h2 { font-size: clamp(1.8rem, 3.8vw, 2.85rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); font-weight: 500; letter-spacing: 0.03em; }
.accent-i { font-weight: 600; color: var(--olive); }
.on-dark .accent-i, .hero .accent-i, .page-hero .accent-i { color: #BFC28E; }

.eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--olive-dark);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.eyebrow::before { content: ""; width: 2rem; height: 2px; background: var(--olive); flex: none; }
.on-dark .eyebrow, .hero .eyebrow, .page-hero .eyebrow { color: #E4DCC8; }
.on-dark .eyebrow::before, .hero .eyebrow::before, .page-hero .eyebrow::before { background: var(--oak); }

.lede { font-size: clamp(1.1rem, 1.8vw, 1.3rem); line-height: 1.55; max-width: var(--measure); }
.prose { max-width: var(--measure); }
.prose p + p { margin-top: 1em; }
.prose ul { margin: 1em 0 0 1.2em; }
.prose li + li { margin-top: 0.45em; }

/* plank rule: hairline with board-end notches */
.rule-plank { border: 0; height: 7px; margin: 0;
  background:
    linear-gradient(var(--line), var(--line)) 0 3px / 100% 1px no-repeat,
    linear-gradient(var(--line), var(--line)) 18% 0 / 1px 7px no-repeat,
    linear-gradient(var(--line), var(--line)) 47% 0 / 1px 7px no-repeat,
    linear-gradient(var(--line), var(--line)) 76% 0 / 1px 7px no-repeat;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font: 700 0.95rem/1 var(--sans);
  letter-spacing: 0.04em;
  text-decoration: none;
  padding: 1.02rem 1.5rem;
  border: 1px solid transparent;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.btn .arr { transition: transform 0.25s; }
.btn:hover .arr { transform: translateX(4px); }
.btn-solid { background: var(--olive); color: #FBF9F2; }
.btn-solid:hover { background: var(--olive-dark); }
.btn-line { border-color: var(--line); color: var(--espresso); }
.btn-line:hover { border-color: var(--espresso); }
.on-dark .btn-line, .hero .btn-line { border-color: rgba(243, 237, 224, 0.4); color: var(--cream); }
.on-dark .btn-line:hover, .hero .btn-line:hover { border-color: var(--cream); }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--ivory) 92%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-soft);
  transition: box-shadow 0.3s;
}
.site-header.scrolled { box-shadow: 0 6px 24px rgba(38, 33, 25, 0.08); }
.header-in { display: flex; align-items: center; gap: 2rem; min-height: 4.4rem; }

.wordmark { text-decoration: none; display: inline-flex; align-items: center; }
.wm-lock { height: 3.4rem; width: auto; display: block; }
.wm-lock .wm-show { fill: var(--espresso); font-family: var(--logo); }
.wm-lock .wm-design { fill: var(--olive); font-family: var(--logo); }
.wm-lock .wm-frame { fill: none; stroke: #55534A; stroke-width: 3.5; }
.wm-lock .wm-bar { stroke: #55534A; stroke-width: 5; }
.wm-lock .wm-tag { fill: var(--espresso); font: 600 27px var(--serif); letter-spacing: 3px; }
.site-footer .wm-lock, .footer-brand .wm-lock { height: 3.6rem; }
.site-footer .wm-lock .wm-show { fill: #FFFFFF; stroke: none; }
.site-footer .wm-lock .wm-design { fill: #C6C289; }
.site-footer .wm-lock .wm-frame, .site-footer .wm-lock .wm-bar { stroke: #8B897F; }
.site-footer .wm-lock .wm-tag { fill: var(--cream); }

.site-nav { margin-left: auto; display: flex; align-items: center; gap: 1.7rem; }
.site-nav a { text-decoration: none; font-size: 0.95rem; font-weight: 500; opacity: 0.85; padding: 0.4rem 0; border-bottom: 2px solid transparent; }
.site-nav a:hover { opacity: 1; }
.site-nav a[aria-current="page"] { border-bottom-color: var(--olive); opacity: 1; }
.site-nav .btn { padding: 0.72rem 1.15rem; }
.header-tel { text-decoration: none; font-weight: 700; font-size: 0.95rem; white-space: nowrap; }
.header-tel:hover { color: var(--olive-dark); }

.nav-toggle { display: none; margin-left: auto; background: none; border: 1px solid var(--line); padding: 0.55rem 0.7rem; cursor: pointer; }
.nav-toggle .bars { display: block; width: 22px; height: 2px; background: var(--espresso); position: relative; }
.nav-toggle .bars::before, .nav-toggle .bars::after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: var(--espresso); }
.nav-toggle .bars::before { top: -7px; }
.nav-toggle .bars::after { top: 7px; }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .site-nav {
    display: none;
    position: absolute; left: 0; right: 0; top: 100%;
    background: var(--ivory);
    border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 0.5rem var(--pad) 1.25rem;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 0.85rem 0; border-bottom: 1px solid var(--line-soft); font-size: 1.05rem; }
  .site-nav a[aria-current="page"] { border-bottom-color: var(--line-soft); color: var(--olive-dark); }
  .site-nav .btn { margin-top: 1rem; justify-content: center; border: 0; }
  .header-tel { display: none; }
}

/* ---------- hero (home) ---------- */
.hero { position: relative; color: var(--cream); background: var(--espresso-deep); overflow: hidden; }
.hero .hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% 60%; }
.hero::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(78deg, rgba(20, 16, 11, 0.88) 0%, rgba(20, 16, 11, 0.62) 42%, rgba(20, 16, 11, 0.18) 75%, rgba(20, 16, 11, 0.05) 100%);
}
.hero-in { position: relative; z-index: 1; padding-top: clamp(5rem, 13vh, 9rem); padding-bottom: clamp(3rem, 9vh, 6.5rem); }
.hero h1 { max-width: 13em; margin: 1.1rem 0 1.3rem; color: #FBF8F0; }
.hero .lede { color: rgba(243, 237, 224, 0.92); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.2rem; }
.hero-meta { position: relative; z-index: 1; border-top: 1px solid rgba(243, 237, 224, 0.22); }
.hero-meta .wrap { display: flex; flex-wrap: wrap; gap: 0.4rem 2.5rem; padding-top: 1rem; padding-bottom: 1rem; font-size: 0.88rem; letter-spacing: 0.05em; color: rgba(243, 237, 224, 0.85); }
.hero-meta strong { color: #FBF8F0; font-weight: 700; }
.hero-meta a { color: inherit; text-decoration: none; }
.hero-meta a:hover { color: #fff; }

/* staged load-in */
.hero .rise { opacity: 0; transform: translateY(22px); animation: rise 0.9s cubic-bezier(0.2, 0.6, 0.2, 1) forwards; }
.hero .rise:nth-child(2) { animation-delay: 0.12s; }
.hero .rise:nth-child(3) { animation-delay: 0.24s; }
.hero .rise:nth-child(4) { animation-delay: 0.36s; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ---------- sections ---------- */
.band { padding-top: clamp(3.5rem, 8vw, 6.5rem); padding-bottom: clamp(3.5rem, 8vw, 6.5rem); }
.band-linen { background: var(--linen); }
.band-dark { background: var(--espresso-deep); color: var(--cream); }
.band-head { display: flex; flex-wrap: wrap; align-items: end; gap: 1.5rem 3rem; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.band-head h2 { max-width: 15em; }
.band-head .band-side { margin-left: auto; max-width: 24rem; font-size: 0.98rem; opacity: 0.85; }
.band-head .eyebrow { width: 100%; margin-bottom: 0.9rem; }

/* scroll reveal */
.rv { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.6, 0.2, 1); }
.rv.in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: 0.08s; } .rv-d2 { transition-delay: 0.16s; } .rv-d3 { transition-delay: 0.24s; }

/* ---------- service index (numbered editorial rows) ---------- */
.svc-index { border-top: 1px solid var(--line); }
.svc-row { display: grid; grid-template-columns: 4.5rem 1fr minmax(0, 22rem) auto; gap: 1.5rem; align-items: center;
  padding: 1.9rem 0; border-bottom: 1px solid var(--line); text-decoration: none; position: relative; }
.svc-row .no { font-family: var(--serif); font-size: 1.1rem; color: var(--oak); letter-spacing: 0.06em; }
.svc-row .svc-name { font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2.1rem); font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; transition: color 0.25s; }
.svc-row .svc-desc { font-size: 0.95rem; opacity: 0.8; }
.svc-row .svc-go { font-weight: 700; font-size: 0.9rem; letter-spacing: 0.06em; white-space: nowrap; display: inline-flex; gap: 0.5rem; align-items: center; }
.svc-row .svc-go .arr { transition: transform 0.25s; }
.svc-row:hover .svc-name { color: var(--olive-dark); }
.svc-row:hover .svc-go .arr { transform: translateX(5px); }
.svc-thumb { position: absolute; right: 8.5rem; top: 50%; width: 15rem; aspect-ratio: 4 / 3; object-fit: cover;
  transform: translateY(-50%) rotate(-2deg) scale(0.94); opacity: 0; transition: opacity 0.3s, transform 0.35s;
  box-shadow: 0 18px 40px rgba(28, 23, 17, 0.35); pointer-events: none; z-index: 2; }
.svc-row:hover .svc-thumb { opacity: 1; transform: translateY(-50%) rotate(-2deg) scale(1); }
@media (max-width: 900px) {
  .svc-row { grid-template-columns: 2.6rem 1fr auto; }
  .svc-row .svc-desc { display: none; }
  .svc-thumb { display: none; }
}

/* ---------- projects teaser collage ---------- */
.collage { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(0.8rem, 1.6vw, 1.4rem); }
.collage figure { position: relative; overflow: hidden; }
.collage img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.2, 0.6, 0.2, 1); }
.collage figure:hover img { transform: scale(1.045); }
.collage figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 2rem 1rem 0.8rem;
  font-size: 0.82rem; letter-spacing: 0.04em; color: #F5F0E4;
  background: linear-gradient(transparent, rgba(20, 16, 11, 0.75)); }
.c-a { grid-column: 1 / 6; aspect-ratio: 4 / 5; }
.c-b { grid-column: 6 / 13; aspect-ratio: 16 / 10.5; }
.c-c { grid-column: 1 / 8; aspect-ratio: 16 / 9; margin-top: -6%; }
.c-d { grid-column: 8 / 13; aspect-ratio: 4 / 5; align-self: end; }
@media (max-width: 720px) {
  .c-a { grid-column: 1 / 7; } .c-b { grid-column: 7 / 13; aspect-ratio: 4 / 5; }
  .c-c { grid-column: 1 / 13; margin-top: 0; } .c-d { display: none; }
}

/* ---------- process ---------- */
.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 4vw, 4rem); counter-reset: step; }
.step { position: relative; padding-top: 1rem; border-top: 2px solid var(--espresso); }
.step .ghost { font-family: var(--serif); font-weight: 600; font-size: clamp(3.4rem, 6vw, 5.2rem);
  line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(38, 33, 25, 0.34); }
.step h3 { margin: 0.4rem 0 0.6rem; }
.step p { font-size: 0.98rem; opacity: 0.85; }
@media (max-width: 720px) { .process { grid-template-columns: 1fr; } }

/* ---------- species ticker ---------- */
.ticker-band { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 1.05rem 0; background: var(--ivory); }
.ticker { display: flex; width: max-content; gap: 0; animation: tick 46s linear infinite; }
.ticker span { font-family: var(--serif); font-weight: 500; font-size: 1.12rem; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; color: var(--olive-dark); }
.ticker span::after { content: "◆"; font-size: 0.5rem; color: var(--oak); margin: 0 1.6rem; vertical-align: 0.28em; }
@keyframes tick { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker { animation: none; flex-wrap: wrap; } }

/* ---------- feature split ---------- */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split.rev { grid-template-columns: 1fr 1.05fr; }
.split .split-img { position: relative; }
.split .split-img img { width: 100%; aspect-ratio: 4 / 4.6; object-fit: cover; }
.split .split-img .img-tag { position: absolute; left: 0; bottom: 1.4rem; background: var(--espresso-deep); color: var(--cream);
  font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.55rem 0.95rem; }
.split .over-edge { margin-bottom: -18%; }
@media (max-width: 860px) {
  .split, .split.rev { grid-template-columns: 1fr; }
  .split .split-img img { aspect-ratio: 4 / 3; }
  .split .over-edge { margin-bottom: 0; }
}

/* ---------- trust strip ---------- */
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3.5vw, 3rem); }
.trust .t-item { border-left: 2px solid var(--olive); padding-left: 1.15rem; }
.trust h3 { font-size: 1.12rem; margin-bottom: 0.35rem; }
.trust p { font-size: 0.95rem; opacity: 0.82; }
@media (max-width: 720px) { .trust { grid-template-columns: 1fr; } }

/* ---------- CTA panel ---------- */
.cta-panel { background: var(--espresso-deep); color: var(--cream); position: relative; overflow: hidden; }
.cta-panel::before { content: ""; position: absolute; inset: 0; opacity: 0.13;
  background-image: repeating-linear-gradient(0deg, transparent 0 46px, rgba(243, 237, 224, 0.5) 46px 47px);
}
.cta-in { position: relative; display: grid; grid-template-columns: 1.4fr 1fr; gap: 2.5rem; align-items: center;
  padding-top: clamp(3rem, 7vw, 5.5rem); padding-bottom: clamp(3rem, 7vw, 5.5rem); }
.cta-in h2 { color: #FBF8F0; max-width: 12em; }
.cta-side { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; }
.cta-side .tel-big { font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.1rem); color: #FBF8F0; text-decoration: none; }
.cta-side .tel-big:hover { color: #B9BC8A; }
.cta-side .sub { font-size: 0.92rem; color: var(--cream-dim); }
@media (max-width: 860px) { .cta-in { grid-template-columns: 1fr; } }

/* ---------- footer ---------- */
.site-footer { background: var(--espresso-deep); color: var(--cream-dim); border-top: 1px solid rgba(243, 237, 224, 0.12); }
.footer-in { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 2.5rem; padding-top: 3.5rem; padding-bottom: 2.5rem; }
.site-footer h4 { font: 700 0.8rem/1 var(--sans); letter-spacing: 0.18em; text-transform: uppercase; color: var(--cream); margin-bottom: 1rem; }
.site-footer ul { list-style: none; }
.site-footer li + li { margin-top: 0.55rem; }
.site-footer a { color: inherit; text-decoration: none; font-size: 0.95rem; }
.site-footer a:hover { color: var(--cream); }
.footer-brand .wm-top, .footer-brand .wm-bot { color: var(--cream); }
.footer-brand p { font-size: 0.95rem; margin-top: 1rem; max-width: 20rem; }
.footer-base { border-top: 1px solid rgba(243, 237, 224, 0.12); }
.footer-base .wrap { display: flex; flex-wrap: wrap; gap: 0.5rem 2rem; justify-content: space-between; padding-top: 1.1rem; padding-bottom: 1.1rem; font-size: 0.82rem; }
.site-footer a { overflow-wrap: anywhere; }
@media (max-width: 860px) { .footer-in { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 480px) { .footer-in { grid-template-columns: 1fr; gap: 1.8rem; } }

/* ---------- subpage hero ---------- */
.page-hero { position: relative; color: var(--cream); background: var(--espresso-deep); overflow: hidden; }
.page-hero .ph-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.42; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,16,11,0.25), rgba(20,16,11,0.65)); }
.page-hero .wrap { position: relative; z-index: 1; padding-top: clamp(4rem, 9vw, 6.5rem); padding-bottom: clamp(2.6rem, 6vw, 4.5rem); }
.page-hero h1 { color: #FBF8F0; max-width: 14em; margin-top: 1rem; font-size: clamp(2.3rem, 5vw, 3.8rem); }
.page-hero .lede { color: rgba(243, 237, 224, 0.9); margin-top: 1.1rem; }
.crumbs { font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(243, 237, 224, 0.75); }
.crumbs a { color: inherit; text-decoration: none; }
.crumbs a:hover { color: #fff; }

/* ---------- gallery ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2.2rem; }
.filters button { font: 600 0.88rem/1 var(--sans); letter-spacing: 0.05em; padding: 0.62rem 1.05rem;
  background: none; border: 1px solid var(--line); color: var(--espresso); cursor: pointer; transition: all 0.22s; }
.filters button:hover { border-color: var(--espresso); }
.filters button[aria-pressed="true"] { background: var(--espresso); color: var(--cream); border-color: var(--espresso); }

.gallery { columns: 3 240px; column-gap: 1.1rem; }
.gallery figure { break-inside: avoid; margin: 0 0 1.1rem; position: relative; overflow: hidden; background: var(--linen); }
.gallery figure.hide { display: none; }
.gallery img { width: 100%; transition: transform 0.55s cubic-bezier(0.2, 0.6, 0.2, 1); }
.gallery figure:hover img { transform: scale(1.04); }
.gallery figcaption { padding: 0.7rem 0.15rem 0.4rem; font-size: 0.85rem; line-height: 1.4; opacity: 0.85; background: var(--ivory); }
.gallery .cat { display: block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--olive-dark); margin-bottom: 0.15rem; }

/* ---------- detail pages ---------- */
.detail-grid { display: grid; grid-template-columns: 1fr minmax(0, 20rem); gap: clamp(2.5rem, 6vw, 5rem); }
.detail-aside { display: flex; flex-direction: column; gap: 1.6rem; align-self: start; position: sticky; top: 6rem; }
.aside-card { border: 1px solid var(--line); padding: 1.5rem; }
.aside-card.solid { background: var(--espresso-deep); color: var(--cream); border-color: transparent; }
.aside-card h3 { font-size: 1.05rem; margin-bottom: 0.7rem; }
.aside-card ul { list-style: none; font-size: 0.95rem; }
.aside-card li + li { margin-top: 0.5rem; border-top: 1px solid var(--line-soft); padding-top: 0.5rem; }
.aside-card.solid li + li { border-top-color: rgba(243, 237, 224, 0.12); }
.aside-card .btn { margin-top: 1rem; }
.aside-card a.plain { text-decoration: none; font-weight: 700; }
.aside-card a.plain:hover { color: var(--olive-dark); }
.aside-card.solid a.plain:hover { color: #B9BC8A; }
@media (max-width: 860px) { .detail-grid { grid-template-columns: 1fr; } .detail-aside { position: static; } }

.fig-band { margin: clamp(2rem, 5vw, 3.5rem) 0; }
.fig-band img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.fig-band figcaption { font-size: 0.85rem; opacity: 0.7; padding-top: 0.6rem; }

.species-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr)); gap: 0.6rem; margin-top: 1.4rem; }
.species-grid span { font-family: var(--serif); font-weight: 500; font-size: 0.95rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--olive-dark);
  border: 1px solid var(--line); padding: 0.55rem 0.8rem; text-align: center; }

/* FAQ */
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  font: 500 1.08rem/1.4 var(--sans); padding: 1.15rem 0; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--serif); font-size: 1.5rem; font-weight: 300; color: var(--oak); transition: transform 0.25s; flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 1.3rem; max-width: var(--measure); opacity: 0.88; font-size: 0.98rem; }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-ways { display: flex; flex-direction: column; gap: 1.3rem; margin-top: 1.8rem; }
.way { border-top: 1px solid var(--line); padding-top: 1.1rem; }
.way .way-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--olive-dark); }
.way a { font-family: var(--serif); font-size: clamp(1.3rem, 2.6vw, 1.75rem); text-decoration: none; }
.way a:hover { color: var(--olive-dark); }
.way .note { font-size: 0.9rem; opacity: 0.75; }

.form-card { background: var(--linen); padding: clamp(1.5rem, 3.5vw, 2.5rem); }
.form-card h3 { margin-bottom: 0.4rem; }
.form-card .form-sub { font-size: 0.92rem; opacity: 0.8; margin-bottom: 1.5rem; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.4rem; }
.field input, .field select, .field textarea {
  width: 100%; font: 400 1rem/1.4 var(--sans); color: var(--espresso);
  background: var(--ivory); border: 1px solid var(--line); padding: 0.85rem 0.95rem;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--olive); outline-offset: 0; border-color: transparent; }
.form-note { font-size: 0.85rem; opacity: 0.75; margin-top: 0.9rem; }

/* map-ish location band */
.loc-band { display: flex; flex-wrap: wrap; gap: 1rem 3rem; align-items: baseline; }
.loc-band .loc-big { font-family: var(--serif); font-weight: 600; text-transform: uppercase; font-size: clamp(1.6rem, 4vw, 2.6rem); color: var(--olive-dark); }

/* utility */
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--espresso); color: var(--cream); padding: 0.7rem 1rem; z-index: 100; }
.skip-link:focus { left: 0; }

/* footer wordmark: cap at column width so ~347px intrinsic art can't overflow sub-390px viewports */
.site-footer .wm-lock { max-width: 100%; }
