/* North Shore Eco-Pest Solutions — site styles
   Palette grounded in North Shore woodland + owl plumage.
   Display: Fraunces. Body: Public Sans. Data/licensing: JetBrains Mono. */

:root {
  --ink: #12241b;
  --ink-2: #1b3327;
  --ink-3: #294a37;
  --moss: #2f5d3f;
  --moss-lt: #4a8259;
  --brass: #a38e6f;
  --brass-lt: #c9b896;
  --paper: #f8f7f3;
  --sand: #e9e5db;
  --sand-2: #d8d2c4;
  --rust: #a8452c;
  --text: #1c2620;
  --text-mute: #55635a;

  --max: 1140px;
  --gut: clamp(1.15rem, 4vw, 2.5rem);

  --f-display: "Fraunces", Georgia, serif;
  --f-body: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --f-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --r: 3px;
  --shadow: 0 1px 2px rgba(18, 36, 27, .06), 0 8px 24px rgba(18, 36, 27, .07);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--moss); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ink); }

:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 2px;
}

.wrap { max-width: var(--max); margin-inline: auto; padding-inline: var(--gut); }
.narrow { max-width: 760px; }

.skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--ink); color: var(--paper);
  padding: .75rem 1.15rem; z-index: 200;
}
.skip:focus { left: .5rem; top: .5rem; }

/* ---------- Type ---------- */

h1, h2, h3, h4 {
  font-family: var(--f-display);
  font-weight: 600;
  font-variation-settings: "SOFT" 0, "WONK" 0;
  line-height: 1.12;
  letter-spacing: -.015em;
  margin: 0 0 .6em;
  text-wrap: balance;
}

h1 { font-size: clamp(2.15rem, 5.4vw, 3.6rem); }
h2 { font-size: clamp(1.65rem, 3.4vw, 2.4rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.35rem); }

p { margin: 0 0 1.1em; text-wrap: pretty; }

.eyebrow {
  font-family: var(--f-mono);
  font-size: .715rem;
  font-weight: 500;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 1rem;
  display: block;
}

.lede { font-size: 1.12rem; color: var(--text-mute); }

/* ---------- Header ---------- */

.hdr {
  position: sticky; top: 0; z-index: 100;
  background: rgba(248, 247, 243, .94);
  backdrop-filter: saturate(1.5) blur(10px);
  border-bottom: 1px solid var(--sand-2);
}

.hdr-in {
  max-width: var(--max); margin-inline: auto;
  padding: .55rem var(--gut);
  display: flex; align-items: center; gap: 1.25rem;
}

.brand { display: flex; align-items: center; gap: .65rem; text-decoration: none; color: var(--ink); flex: 0 0 auto; min-width: 0; }

.brand b {
  font-family: var(--f-display); font-size: 1.12rem; font-weight: 600;
  line-height: 1.15; letter-spacing: -.01em; display: block; white-space: nowrap;
}
.brand small {
  font-family: var(--f-mono); font-size: .6rem; letter-spacing: .13em;
  text-transform: uppercase; color: var(--text-mute); display: block;
}

.nav { margin-left: auto; display: flex; align-items: center; gap: .2rem; }

.nav > li { position: relative; list-style: none; }
.nav, .nav ul { margin: 0; padding: 0; }

.nav > li > a, .nav > li > button {
  display: flex; align-items: center; gap: .3rem;
  font: inherit; font-size: .875rem; font-weight: 500;
  color: var(--ink); background: none; border: 0; cursor: pointer;
  padding: .5rem .7rem; border-radius: var(--r); text-decoration: none;
}
.nav > li > a:hover, .nav > li > button:hover { background: var(--sand); }
.nav > li > button svg { width: 9px; height: 9px; transition: transform .18s; }
.nav > li[data-open="true"] > button svg { transform: rotate(180deg); }

.drop {
  position: absolute; top: calc(100% + 4px); left: 0;
  background: var(--paper); border: 1px solid var(--sand-2);
  border-radius: var(--r); box-shadow: var(--shadow);
  padding: .4rem; min-width: 232px; display: none;
}
.nav > li[data-open="true"] .drop { display: block; }
@media (min-width: 941px) {
  .nav > li:hover > .drop,
  .nav > li:focus-within > .drop { display: block; }
  .nav > li:hover > button svg,
  .nav > li:focus-within > button svg { transform: rotate(180deg); }
}
.drop.two { min-width: 400px; columns: 2; column-gap: .3rem; }
.drop li { list-style: none; break-inside: avoid; }
.drop a {
  display: block; padding: .42rem .6rem; font-size: .845rem;
  color: var(--text); text-decoration: none; border-radius: 2px;
}
.drop a:hover { background: var(--sand); color: var(--ink); }

.call-btn {
  font-family: var(--f-mono); font-size: .8rem; font-weight: 600;
  background: var(--moss); color: var(--paper); text-decoration: none;
  padding: .58rem .95rem; border-radius: var(--r); white-space: nowrap;
  letter-spacing: .01em;
}
.call-btn:hover { background: var(--ink); color: var(--paper); }

.burger {
  display: none; background: none; border: 1px solid var(--sand-2);
  border-radius: var(--r); padding: .5rem .6rem; cursor: pointer; margin-left: auto;
}
.burger svg { width: 20px; height: 20px; display: block; }

@media (max-width: 940px) {
  .burger { display: block; }
  .nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--paper); border-bottom: 1px solid var(--sand-2);
    padding: .5rem var(--gut) 1.1rem; max-height: 78vh; overflow-y: auto;
  }
  .nav[data-mobile-open="true"] { display: flex; }
  .nav > li > a, .nav > li > button { width: 100%; padding: .68rem .2rem; font-size: .97rem; }
  .nav > li > button { justify-content: space-between; }
  .drop, .drop.two {
    position: static; display: none; border: 0; box-shadow: none;
    columns: 1; padding: 0 0 .5rem .85rem;
    border-left: 2px solid var(--sand-2); margin-left: .2rem;
  }
  .call-btn { margin-top: .6rem; text-align: center; }
}

/* ---------- Hero ---------- */

.hero {
  background: var(--ink);
  color: var(--paper);
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid var(--brass);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='420' height='420' viewBox='0 0 420 420'><g fill='none' stroke='%23ffffff' stroke-width='1' opacity='.5'><path d='M-20 60c70 22 140 22 210 0s140-22 210 0'/><path d='M-20 110c70 22 140 22 210 0s140-22 210 0'/><path d='M-20 160c70 22 140 22 210 0s140-22 210 0'/><path d='M-20 210c70 22 140 22 210 0s140-22 210 0'/><path d='M-20 260c70 22 140 22 210 0s140-22 210 0'/><path d='M-20 310c70 22 140 22 210 0s140-22 210 0'/><path d='M-20 360c70 22 140 22 210 0s140-22 210 0'/></g></svg>");
  opacity: .07;
}
.hero-in {
  position: relative;
  max-width: var(--max); margin-inline: auto;
  padding: clamp(1.8rem, 3.5vw, 2.8rem) var(--gut) clamp(2rem, 3.5vw, 3rem);
}
.hero .eyebrow { color: var(--brass-lt); }
.hero h1 { color: var(--paper); max-width: 20ch; }
.hero p.lede { color: #cfd8d0; max-width: 60ch; font-size: clamp(1rem, 1.5vw, 1.1rem); margin-bottom: 0; }

.hero--page .hero-in { padding-block: clamp(2.4rem, 5vw, 3.6rem) clamp(2rem, 4vw, 3rem); }
.hero--page h1 { max-width: 22ch; }

.cta-row { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.4rem; }

.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--f-body); font-size: .95rem; font-weight: 600;
  padding: .82rem 1.5rem; border-radius: var(--r);
  text-decoration: none; border: 1.5px solid transparent; cursor: pointer;
}
.btn-primary { background: var(--brass); color: var(--ink); border-color: var(--brass); }
.btn-primary:hover { background: var(--brass-lt); color: var(--ink); }
.btn-ghost { border-color: rgba(255,255,255,.34); color: var(--paper); }
.btn-ghost:hover { background: rgba(255,255,255,.1); color: var(--paper); }
.btn-dark { background: var(--moss); color: var(--paper); border-color: var(--moss); }
.btn-dark:hover { background: var(--ink); color: var(--paper); }

/* License strip */
.creds {
  margin-top: 1.7rem; padding-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,.15);
  display: flex; flex-wrap: wrap; gap: .55rem 1.6rem;
  font-family: var(--f-mono); font-size: .715rem;
  letter-spacing: .06em; text-transform: uppercase; color: #a9b6ad;
}
.creds b { color: var(--brass-lt); font-weight: 500; }

/* ---------- Sections ---------- */

.sec { padding-block: clamp(3rem, 6.5vw, 5.2rem); }
.sec-tint { background: var(--sand); }
.sec-dark { background: var(--ink-2); color: var(--paper); }
.sec-dark h2, .sec-dark h3 { color: var(--paper); }
.sec-dark p { color: #cbd5cd; }

.sec-head { max-width: 700px; margin-bottom: 2.4rem; }
.sec-head p { color: var(--text-mute); margin-bottom: 0; }
.sec-dark .sec-head p { color: #cbd5cd; }

/* ---------- Pressure calendar (signature) ---------- */

.cal-scroll { overflow-x: auto; padding-bottom: .6rem; -webkit-overflow-scrolling: touch; }
.cal {
  border-collapse: collapse; width: 100%; min-width: 660px;
  font-size: .82rem;
}
.cal caption { text-align: left; font-size: .82rem; color: var(--text-mute); padding-bottom: .9rem; }
.cal th, .cal td { padding: 0; }
.cal thead th {
  font-family: var(--f-mono); font-size: .66rem; font-weight: 500;
  letter-spacing: .09em; text-transform: uppercase; color: var(--text-mute);
  padding: 0 0 .5rem; text-align: center; width: 6.6%;
}
.cal thead th.pest-col { text-align: left; width: 21%; }
.cal tbody th {
  text-align: left; font-family: var(--f-body); font-size: .84rem; font-weight: 600;
  color: var(--ink); padding: .3rem .9rem .3rem 0; white-space: nowrap;
}
.cal tbody th a { color: inherit; text-decoration: none; border-bottom: 1px solid var(--sand-2); }
.cal tbody th a:hover { border-color: var(--moss); color: var(--moss); }
.cal .cell { padding: 2px 1.5px; }
.cal .bar { height: 21px; border-radius: 2px; background: var(--sand-2); }
.cal .lv1 .bar { background: #cfdac9; }
.cal .lv2 .bar { background: var(--moss-lt); }
.cal .lv3 .bar { background: var(--moss); }
.cal .now .bar { box-shadow: inset 0 0 0 2px var(--rust); }
.cal thead th.now { color: var(--rust); font-weight: 700; }

.cal-key {
  display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; margin-top: 1.2rem;
  font-family: var(--f-mono); font-size: .68rem; letter-spacing: .07em;
  text-transform: uppercase; color: var(--text-mute); align-items: center;
}
.cal-key span { display: inline-flex; align-items: center; gap: .42rem; }
.cal-key i { width: 16px; height: 11px; border-radius: 2px; display: inline-block; }

/* ---------- Cards ---------- */

.grid { display: grid; gap: 1.15rem; }
.g2 { grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
.g3 { grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); }

.card {
  background: var(--paper); border: 1px solid var(--sand-2);
  border-radius: var(--r); padding: 1.5rem 1.4rem;
  display: flex; flex-direction: column;
}
.sec-tint .card { background: var(--paper); }
.card h3 { margin-bottom: .5rem; }
.card p { color: var(--text-mute); font-size: .935rem; margin-bottom: 0; }
.card p + .card-link { margin-top: 1rem; }

a.card { text-decoration: none; color: inherit; transition: border-color .16s, transform .16s; }
a.card:hover { border-color: var(--moss); transform: translateY(-2px); }

.card-link {
  margin-top: auto; padding-top: 1rem;
  font-family: var(--f-mono); font-size: .72rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--moss); font-weight: 600;
}

.sec-dark .card { background: var(--ink-3); border-color: rgba(255,255,255,.13); }
.sec-dark .card p { color: #c2cfc6; }

/* Signs list — numbered only where order is real */
.signs { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.signs li {
  padding: 1.05rem 0; border-top: 1px solid var(--sand-2);
  display: grid; grid-template-columns: minmax(150px, 200px) 1fr; gap: .4rem 1.8rem;
}
.signs li:last-child { border-bottom: 1px solid var(--sand-2); }
.signs b { font-family: var(--f-display); font-size: 1.06rem; font-weight: 600; color: var(--ink); }
.signs span { color: var(--text-mute); font-size: .945rem; }
@media (max-width: 620px) { .signs li { grid-template-columns: 1fr; } }

/* Process — a real sequence, so numbered */
.steps { list-style: none; counter-reset: s; margin: 0; padding: 0; display: grid; gap: 1.1rem; }
.steps li {
  counter-increment: s;
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 1.1rem; row-gap: .2rem;
  align-items: start;
}
.steps li::before {
  content: counter(s, decimal-leading-zero);
  grid-column: 1; grid-row: 1;
  font-family: var(--f-mono); font-size: .78rem; font-weight: 600; color: var(--brass);
  padding-top: .28rem; border-top: 2px solid var(--brass);
}
.steps b {
  grid-column: 2; grid-row: 1;
  font-family: var(--f-display); font-size: 1.08rem; margin-bottom: .18rem;
}
.steps span {
  grid-column: 2; grid-row: 2;
  color: var(--text-mute); font-size: .945rem;
}
.sec-dark .steps span { color: #c2cfc6; }
.sec-dark .steps b { color: var(--paper); }

/* ---------- Membership tiers ---------- */

.tiers { display: grid; gap: 1.15rem; grid-template-columns: repeat(auto-fit, minmax(265px, 1fr)); align-items: start; }
.tier {
  background: var(--paper); border: 1px solid var(--sand-2);
  border-radius: var(--r); padding: 1.7rem 1.5rem; position: relative;
}
.tier--feat { border: 2px solid var(--moss); }
.tier-tag {
  position: absolute; top: -11px; left: 1.5rem;
  background: var(--moss); color: var(--paper);
  font-family: var(--f-mono); font-size: .62rem; letter-spacing: .13em;
  text-transform: uppercase; padding: .25rem .6rem; border-radius: 2px;
}
.tier h3 { margin-bottom: .25rem; }
.price { font-family: var(--f-mono); font-size: 1.7rem; font-weight: 700; color: var(--ink); display: block; }
.price small { font-size: .78rem; font-weight: 400; color: var(--text-mute); letter-spacing: .04em; }
.tier ul { list-style: none; margin: 1.2rem 0 0; padding: 0; display: grid; gap: .55rem; }
.tier li { font-size: .91rem; color: var(--text-mute); padding-left: 1.4rem; position: relative; }
.tier li::before { content: "•"; position: absolute; left: .3rem; color: var(--brass); font-weight: 700; }

/* ---------- Reviews ---------- */

.stars { color: var(--brass); font-size: 1rem; letter-spacing: .1em; }
.rev-stat {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: .55rem 1.1rem;
  font-family: var(--f-mono); font-size: .78rem; letter-spacing: .07em;
  text-transform: uppercase; color: var(--text-mute); margin-bottom: 2rem;
}
.rev-stat b { font-size: 2.3rem; color: var(--ink); letter-spacing: -.02em; }
blockquote.rev { margin: 0; font-size: .96rem; color: var(--text-mute); }
blockquote.rev footer {
  margin-top: .9rem; font-family: var(--f-mono); font-size: .7rem;
  letter-spacing: .09em; text-transform: uppercase; color: var(--ink);
}

/* ---------- Towns ---------- */

.towns { list-style: none; margin: 0; padding: 0; display: grid; gap: .1rem 1.5rem; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.towns li { border-bottom: 1px solid var(--sand-2); }
.towns a {
  display: flex; justify-content: space-between; align-items: center; gap: .5rem;
  padding: .72rem .1rem; text-decoration: none; color: var(--ink); font-size: .93rem; font-weight: 500;
}
.towns a span { font-family: var(--f-mono); font-size: .66rem; color: var(--text-mute); letter-spacing: .07em; }
.towns a:hover { color: var(--moss); }
.towns a:hover span { color: var(--moss); }

/* ---------- Form ---------- */

.form-wrap { display: grid; gap: 2.6rem; grid-template-columns: 1fr 1fr; align-items: start; }
@media (max-width: 860px) { .form-wrap { grid-template-columns: 1fr; } }

.field { display: grid; gap: .35rem; margin-bottom: 1rem; }
.field label { font-size: .8rem; font-weight: 600; color: var(--ink); letter-spacing: .01em; }
.field label span { color: var(--text-mute); font-weight: 400; }
.field input, .field select, .field textarea {
  font: inherit; font-size: .95rem; padding: .68rem .8rem;
  border: 1px solid var(--sand-2); border-radius: var(--r);
  background: var(--paper); color: var(--text); width: 100%;
}
.field textarea { min-height: 108px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--moss); }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 520px) { .row2 { grid-template-columns: 1fr; } }
.form-note { font-size: .79rem; color: var(--text-mute); margin-top: .9rem; }

.contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.25rem; }
.contact-list dt {
  font-family: var(--f-mono); font-size: .68rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--text-mute); margin-bottom: .22rem;
}
.contact-list dd { margin: 0 0 1.25rem; font-size: 1.02rem; color: var(--ink); font-weight: 500; }
.contact-list dd a { color: var(--ink); }

/* ---------- Footer ---------- */

.ftr { background: var(--ink); color: #a9b6ad; padding-block: clamp(2.6rem, 5vw, 4rem) 2rem; font-size: .89rem; }
.ftr h4 {
  font-family: var(--f-mono); font-size: .68rem; letter-spacing: .13em;
  text-transform: uppercase; color: var(--brass); font-weight: 500; margin: 0 0 .95rem;
}
.ftr-grid { display: grid; gap: 2.2rem; grid-template-columns: 1.4fr 1fr 1fr 1fr; }
@media (max-width: 860px) { .ftr-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .ftr-grid { grid-template-columns: 1fr; } }
.ftr ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.ftr a { color: #c6d1c8; text-decoration: none; }
.ftr a:hover { color: var(--brass-lt); }
.ftr-brand p { color: #93a197; font-size: .87rem; max-width: 34ch; }
.ftr-legal {
  margin-top: 2.6rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.13);
  display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; justify-content: space-between;
  font-family: var(--f-mono); font-size: .68rem; letter-spacing: .06em; color: #7f8d84;
}

/* ---------- Utility ---------- */

.prose h2 { margin-top: 2.4rem; }
.prose h3 { margin-top: 1.8rem; }
.prose ul { padding-left: 1.15rem; color: var(--text-mute); }
.prose li { margin-bottom: .5rem; }

.crumb { font-family: var(--f-mono); font-size: .69rem; letter-spacing: .09em; text-transform: uppercase; color: #93a197; margin-bottom: 1.1rem; }
.crumb a { color: var(--brass-lt); text-decoration: none; }
.crumb a:hover { text-decoration: underline; }

.band {
  background: var(--brass); color: var(--ink);
  padding-block: clamp(2.4rem, 5vw, 3.4rem);
}
.band h2 { color: var(--ink); margin-bottom: .5rem; }
.band p { color: #43392a; max-width: 54ch; }

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

/* ---------- Photos ---------- */

.photos { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); margin: 0; }
.photos figure { margin: 0; }
.photos img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  border-radius: var(--r); background: var(--sand-2);
}
.photos figcaption {
  margin-top: .6rem; font-size: .83rem; color: var(--text-mute); line-height: 1.45;
}
.sec-dark .photos figcaption { color: #b6c3ba; }

.owner-shot { display: grid; gap: 2.2rem; grid-template-columns: 0.85fr 1.15fr; align-items: center; }
@media (max-width: 780px) { .owner-shot { grid-template-columns: 1fr; } }
.owner-shot img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--r); }

.price-from {
  display: block; font-family: var(--f-mono); font-size: .64rem; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; color: var(--text-mute); margin-bottom: .1rem;
}
.tier-basis {
  margin-top: .55rem; font-size: .79rem; line-height: 1.5; color: var(--text-mute);
  padding-top: .55rem; border-top: 1px solid var(--sand-2);
}

.price-from {
  display: block; font-family: var(--f-mono); font-size: .65rem;
  letter-spacing: .13em; text-transform: uppercase; color: var(--text-mute);
  margin-bottom: .1rem;
}
.price-note {
  margin: 1.8rem 0 0; max-width: 68ch;
  font-size: .855rem; line-height: 1.6; color: var(--text-mute);
  padding-left: 1rem; border-left: 2px solid var(--brass);
}

/* Real logo in header */
.brand img { width: 66px; height: 66px; flex: 0 0 auto; display: block; }
.ftr-logo { width: 104px; height: 104px; margin-bottom: 1.2rem; }

@media (max-width: 1080px) { .nav > li > a, .nav > li > button { padding: .5rem .5rem; font-size: .84rem; } }
@media (max-width: 460px) { .brand img { width: 44px; height: 44px; } .brand b { font-size: .93rem; } }

/* Logo mark in the hero */
.hero-logo { width: 84px; height: 84px; margin-bottom: .85rem; display: block; }
@media (max-width: 620px) { .hero-logo { width: 78px; height: 78px; } }
@media (max-width: 460px) { .brand img { width: 52px; height: 52px; } .brand b { font-size: .96rem; } }

.family-shot { margin: 0 0 1.9rem; }
.family-shot img {
  width: 100%; height: auto; display: block;
  border-radius: var(--r); background: var(--sand-2);
}
.family-shot figcaption {
  margin-top: .7rem; font-family: var(--f-mono); font-size: .7rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--text-mute);
}

/* ---------- FAQ ---------- */
.faq-list { border-top: 1px solid var(--sand-2); }
.faq-item { border-bottom: 1px solid var(--sand-2); }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 1.15rem 2.2rem 1.15rem 0;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary h3 {
  display: inline; margin: 0; font-size: 1.06rem; line-height: 1.35;
}
.faq-item summary::after {
  content: "+"; position: absolute; right: .3rem; top: 1rem;
  font-family: var(--f-mono); font-size: 1.25rem; color: var(--brass); line-height: 1;
}
.faq-item[open] summary::after { content: "\2212"; }
.faq-item summary:hover h3 { color: var(--moss); }
.faq-a { padding: 0 2.2rem 1.4rem 0; }
.faq-a p { margin: 0; color: var(--text-mute); font-size: .96rem; }

/* Contact page trust photo */
.contact-photo { margin: 0 0 1.6rem; max-width: 280px; }
.contact-photo img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: 50% 20%;
  border-radius: var(--r); background: var(--sand-2);
}
.contact-photo figcaption {
  margin-top: .6rem; font-family: var(--f-mono); font-size: .7rem;
  letter-spacing: .07em; text-transform: uppercase; color: var(--text-mute);
}

/* ---------- Hero with photo (homepage) ---------- */

.hero--photo .hero-in--split {
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.hero--photo .hero-text { min-width: 0; }
.hero-photo { margin: 0; }
.hero-photo img {
  width: 100%; height: auto; max-height: 480px; object-fit: cover; object-position: 50% 15%;
  border-radius: var(--r); display: block;
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
}
.hero-photo figcaption {
  margin-top: .7rem; font-family: var(--f-mono); font-size: .68rem;
  letter-spacing: .1em; text-transform: uppercase; color: #a9b6ad; text-align: center;
}

@media (max-width: 900px) {
  .hero--photo .hero-in--split { grid-template-columns: 1fr; }
  .hero-photo { max-width: 260px; margin: 1.4rem auto 0; }
  .hero-photo img { max-height: 320px; }
}
@media (max-width: 480px) {
  .hero-photo { max-width: 220px; }
  .hero-photo img { max-height: 270px; }
}

/* Single-photo grids: don't stretch a portrait image full-width */
.photos--single { grid-template-columns: minmax(0, 340px); justify-content: center; }
.photos--single img { aspect-ratio: 3/4; object-position: 50% 12%; }
