/* ==========================================================================
   CK Integrative Therapies
   --------------------------------------------------------------------------
   The old site was a Wix export: five pages of 1–3 MB whose content is drawn
   by a JavaScript runtime talking to Wix servers that no longer answer for
   this domain. This stylesheet replaces about 2 MB of that per page.

   The palette is sampled from the clinic's own logo, which came back off
   Wix's CDN at 11867px wide:

     #12211c  the near-black green of the silhouette
     #3d6b52  the sage of the botanical sprigs
     #e3d0b8  the sand of the disc behind the figure
     #f7f2e9  the cream ground

   Sections
     1  Tokens
     2  Base and rhythm
     3  Icons
     4  Header and navigation
     5  Hero
     6  Sections and headings
     7  Cards, pillars, quotes
     8  Split blocks and figures
     9  Services and rates
    10  FAQ
    11  Articles
    12  Offices and contact
    13  Band and buttons
    14  Footer
    15  404
    16  Responsive
    17  Print
   ========================================================================== */

/* --------------------------------------------------------------- 1  Tokens */
:root {
  --ink:        #12211c;
  --ink-soft:   #4a5a52;   /* 7.0:1 on cream */
  --sage:       #3d6b52;
  --sage-dk:    #2c4e3b;   /* 7.4:1 on cream */
  --sage-lt:    #dfe8e1;
  --sand:       #e3d0b8;
  --sand-dk:    #8a6f45;   /* 4.9:1 on cream */
  --cream:      #f7f2e9;
  --cream-2:    #efe7d9;
  --paper:      #ffffff;
  --line:       #e2dbcd;

  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans:  "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --wrap: 1180px;
  --radius: 4px;
  --shadow: 0 1px 2px rgba(18, 33, 28, .04), 0 12px 34px rgba(18, 33, 28, .07);
  --shadow-lg: 0 4px 10px rgba(18, 33, 28, .07), 0 26px 60px rgba(18, 33, 28, .13);
}

/* ------------------------------------------------------ 2  Base and rhythm */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  color: var(--ink-soft);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.18;
  letter-spacing: -.005em;
  margin: 0 0 .6rem;
}
h1 { font-size: clamp(2.1rem, 5.2vw, 3.5rem); }
h2 { font-size: clamp(1.65rem, 3.4vw, 2.4rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.35rem); }

p { margin: 0 0 1.1rem; }
p:last-child { margin-bottom: 0; }

a { color: var(--sage-dk); text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: var(--ink); }

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

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: clamp(1.1rem, 4vw, 2.5rem);
}

.skip-link {
  position: absolute; left: -9999px; top: 0;
}
.skip-link:focus {
  position: fixed; left: 1rem; top: 1rem; z-index: 9999;
  background: var(--ink); color: #fff;
  padding: .75rem 1.1rem; border-radius: var(--radius); text-decoration: none;
}

a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid var(--sage);
  outline-offset: 3px;
  border-radius: 2px;
}

.kicker {
  font-family: var(--sans);
  font-size: .72rem; font-weight: 700;
  letter-spacing: .19em; text-transform: uppercase;
  color: var(--sand-dk);
  margin: 0 0 .55rem;
}
.kicker.light { color: var(--sand); }
.lead { font-size: clamp(1.03rem, 1.6vw, 1.18rem); line-height: 1.7; max-width: 62ch; }
.lead.light { color: rgba(255, 255, 255, .92); }
.note { font-size: .9rem; color: var(--ink-soft); }

/* --------------------------------------------------------------- 3  Icons */
/* Wix shipped its icons inside its runtime. These are drawn as masks so they
   take their size from font-size and their colour from currentColor. */
.i {
  display: inline-block; width: 1em; height: 1em;
  vertical-align: -.14em;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center;  mask-position: center;
  -webkit-mask-size: contain;     mask-size: contain;
  flex: none;
}
.i-phone {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .3 1.9.6 2.8a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.1a2 2 0 0 1 2.1-.5c.9.3 1.8.5 2.8.6a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .3 1.9.6 2.8a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.1a2 2 0 0 1 2.1-.5c.9.3 1.8.5 2.8.6a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E");
}
.i-mail {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='M22 7l-10 6L2 7'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='M22 7l-10 6L2 7'/%3E%3C/svg%3E");
}
.i-leaf {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.5 19 2c1 2 2 4.2 2 8a7 7 0 0 1-7 7z'/%3E%3Cpath d='M2 21c0-3 1.9-5.7 4.5-7.5C9 11.7 12 11 12 11'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.5 19 2c1 2 2 4.2 2 8a7 7 0 0 1-7 7z'/%3E%3Cpath d='M2 21c0-3 1.9-5.7 4.5-7.5C9 11.7 12 11 12 11'/%3E%3C/svg%3E");
}
.i-heart {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.7l-1-1.1a5.5 5.5 0 0 0-7.8 7.8l1.1 1L12 21.2l7.7-7.8 1.1-1a5.5 5.5 0 0 0 0-7.8z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.7l-1-1.1a5.5 5.5 0 0 0-7.8 7.8l1.1 1L12 21.2l7.7-7.8 1.1-1a5.5 5.5 0 0 0 0-7.8z'/%3E%3C/svg%3E");
}
.i-flask {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 2h6M10 2v6.5L4.5 18A2 2 0 0 0 6.2 21h11.6a2 2 0 0 0 1.7-3L14 8.5V2'/%3E%3Cpath d='M7 15h10'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 2h6M10 2v6.5L4.5 18A2 2 0 0 0 6.2 21h11.6a2 2 0 0 0 1.7-3L14 8.5V2'/%3E%3Cpath d='M7 15h10'/%3E%3C/svg%3E");
}
.i-balance {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18M5 7h14M7 7l-3 7a3 3 0 0 0 6 0zM17 7l-3 7a3 3 0 0 0 6 0zM8 21h8'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18M5 7h14M7 7l-3 7a3 3 0 0 0 6 0zM17 7l-3 7a3 3 0 0 0 6 0zM8 21h8'/%3E%3C/svg%3E");
}
.i-wave {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 8c2 0 2 2.5 4 2.5S8 8 10 8s2 2.5 4 2.5S16 8 18 8s2 2.5 4 2.5'/%3E%3Cpath d='M2 15c2 0 2 2.5 4 2.5S8 15 10 15s2 2.5 4 2.5S16 15 18 15s2 2.5 4 2.5'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 8c2 0 2 2.5 4 2.5S8 8 10 8s2 2.5 4 2.5S16 8 18 8s2 2.5 4 2.5'/%3E%3Cpath d='M2 15c2 0 2 2.5 4 2.5S8 15 10 15s2 2.5 4 2.5S16 15 18 15s2 2.5 4 2.5'/%3E%3C/svg%3E");
}
.i-clock {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
}

/* -------------------------------------------- 4  Header and navigation */
.topbar {
  background: var(--ink);
  color: rgba(255, 255, 255, .88);
  font-size: .82rem;
}
.topbar-in {
  display: flex; flex-wrap: wrap; gap: .3rem 1.6rem;
  justify-content: flex-end; align-items: center;
  min-height: 40px;
}
.topbar-link {
  color: rgba(255, 255, 255, .88);
  text-decoration: none;
  display: inline-flex; align-items: center; gap: .5rem;
}
.topbar-link:hover { color: var(--sand); text-decoration: underline; }

.site-header {
  position: sticky; top: 0; z-index: 500;
  background: rgba(255, 255, 255, .97);
  -webkit-backdrop-filter: saturate(150%) blur(8px);
          backdrop-filter: saturate(150%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-in {
  display: flex; align-items: center; gap: 1rem;
  min-height: 84px;
}
.brand { margin-inline-end: auto; display: inline-flex; align-items: center; }
.brand img { width: 150px; height: auto; }

.site-nav { display: flex; align-items: center; gap: 1.4rem; }
.site-nav ul {
  display: flex; align-items: center; gap: .2rem;
  list-style: none; margin: 0; padding: 0;
}
.site-nav a {
  display: block;
  padding: .55rem .8rem;
  font-size: .84rem; font-weight: 600;
  letter-spacing: .04em;
  color: var(--ink);
  text-decoration: none;
  border-radius: var(--radius);
  transition: background-color .18s ease, color .18s ease;
}
.site-nav a:hover { background: var(--cream); color: var(--sage-dk); }
.site-nav li.is-current > a { color: var(--sage-dk); box-shadow: inset 0 -2px 0 var(--sand); }

.nav-toggle {
  display: none;
  width: 46px; height: 46px;
  padding: 0; border: 1px solid var(--line); border-radius: var(--radius);
  background: #fff; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav-toggle span {
  display: block; width: 20px; height: 2px; background: var(--ink);
  transition: transform .22s ease, opacity .18s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ----------------------------------------------------------------- 5  Hero */
.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: clamp(360px, 56vw, 560px);
  isolation: isolate;
  background: var(--ink);
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg, rgba(10, 20, 16, .82) 0%,
                                      rgba(10, 20, 16, .62) 48%,
                                      rgba(10, 20, 16, .38) 100%);
}
.hero-in { padding-block: clamp(3rem, 7vw, 5rem); max-width: var(--wrap); }
.hero h1 { color: #fff; max-width: 18ch; margin-bottom: .8rem; }
.hero .lead { margin-bottom: 1.6rem; }
.home .hero h1 { max-width: 15ch; }

/* ------------------------------------------- 6  Sections and headings */
.sec { padding-block: clamp(3rem, 7vw, 5.5rem); }
.sec-alt { background: var(--cream); }
.sec-head { max-width: 62ch; margin-bottom: 2.2rem; }
.sec-head.centred { margin-inline: auto; text-align: center; }
.sec-head.centred .lead { margin-inline: auto; }
.sec-more { margin-top: 2rem; }
.prose { max-width: 68ch; }
.prose.centred { margin-inline: auto; text-align: center; }
.prose h2 { margin-top: 2rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.6rem; }

.ticks { list-style: none; padding: 0; margin: 0 0 1.1rem; }
.ticks li {
  position: relative; padding-inline-start: 1.7rem; margin-bottom: .5rem;
}
.ticks li::before {
  content: ""; position: absolute; inset-inline-start: 0; top: .62em;
  width: .5rem; height: .5rem; border-radius: 50%;
  background: var(--sand); box-shadow: 0 0 0 3px var(--sage-lt);
}

/* ------------------------------------------ 7  Cards, pillars, quotes */
.cards, .post-cards {
  display: grid; gap: clamp(1.2rem, 2.6vw, 2rem);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.post-cards.two { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

.card, .post-card {
  display: flex; flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.card:hover, .post-card:hover {
  transform: translateY(-3px);
  border-color: var(--sand);
  box-shadow: var(--shadow-lg);
}
.card-media, .post-media { display: block; aspect-ratio: 3 / 2; overflow: hidden; }
.card-media img, .post-media img { width: 100%; height: 100%; object-fit: cover; }
.card-body, .post-body { padding: clamp(1.1rem, 2.2vw, 1.5rem); display: flex;
  flex-direction: column; gap: .5rem; flex: 1; }
.card-body h3, .post-body h2, .post-body h3 { margin: 0; }
.card-body h3 a, .post-body h2 a, .post-body h3 a { color: var(--ink); text-decoration: none; }
.card-body h3 a:hover, .post-body h2 a:hover, .post-body h3 a:hover { color: var(--sage-dk); }
.card-body p, .post-body p { margin: 0; font-size: .95rem; }

.meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: .5rem .9rem;
  font-size: .84rem; color: var(--ink-soft);
  margin-top: auto;
}
.meta .price {
  font-weight: 700; color: var(--ink);
  font-size: .95rem;
}
.pill {
  font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  background: var(--sage-lt); color: var(--sage-dk);
  padding: .2rem .55rem; border-radius: 999px;
}
.more a { font-weight: 600; font-size: .88rem; }

.pillars {
  display: grid; gap: clamp(1.2rem, 2.6vw, 2rem);
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.pillar { text-align: left; }
.pillar .i {
  font-size: 26px; color: var(--sage);
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--sage-lt);
  margin-bottom: .9rem;
}
.pillar h3 { margin-bottom: .4rem; }
.pillar p { font-size: .95rem; margin: 0; }

.quotes { display: grid; gap: clamp(1.2rem, 2.6vw, 2rem);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.quote {
  margin: 0; padding: clamp(1.4rem, 2.6vw, 2rem);
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  display: flex; flex-direction: column; gap: .9rem;
}
.quote blockquote { margin: 0; }
.quote blockquote p { margin: 0; font-size: .98rem; }
.quote blockquote p::before { content: "\201C"; }
.quote blockquote p::after { content: "\201D"; }
.quote figcaption {
  font-weight: 700; color: var(--ink); font-size: .88rem;
  letter-spacing: .04em; margin-top: auto;
}
.quote figcaption::before { content: "— "; color: var(--sand-dk); }

/* ------------------------------------- 8  Split blocks and figures */
.split {
  display: grid; gap: clamp(1.6rem, 4vw, 3.2rem);
  grid-template-columns: 1fr 1fr; align-items: center;
}
.split.reverse .split-media { order: 2; }
.split-text h2 { margin-bottom: .8rem; }

.fig { margin: 0; }
.fig img { width: 100%; border-radius: var(--radius); }
.fig figcaption {
  margin-top: .7rem; font-size: .84rem; line-height: 1.6; color: var(--ink-soft);
  border-inline-start: 3px solid var(--sand); padding-inline-start: .75rem;
}

.pull {
  margin: 1.4rem 0; padding: 0 0 0 1.1rem;
  border-inline-start: 3px solid var(--sand);
  font-family: var(--serif); font-size: 1.25rem; line-height: 1.45; color: var(--ink);
}
.pull p { margin: 0; }

/* ---------------------------------------------- 9  Services and rates */
.sec-services { padding-block: 0; }
.service {
  display: grid; gap: clamp(1.4rem, 4vw, 3rem);
  grid-template-columns: 1fr 1fr; align-items: center;
  padding-block: clamp(2.4rem, 5vw, 4rem);
  border-bottom: 1px solid var(--line);
}
.service:last-child { border-bottom: 0; }
.service:nth-child(even) .service-media { order: 2; }
.service h2 { font-size: clamp(1.4rem, 2.8vw, 1.9rem); }
.service-tag { font-weight: 600; color: var(--ink); }
.service .meta { margin-top: 1rem; }

.table-wrap { overflow-x: auto; }
.rates { width: 100%; border-collapse: collapse; font-size: .96rem; min-width: 560px; }
.rates caption { text-align: left; font-size: .85rem; color: var(--ink-soft);
  padding-bottom: .7rem; }
.rates th, .rates td { text-align: left; padding: .95rem .8rem;
  border-bottom: 1px solid var(--line); vertical-align: top; }
.rates thead th {
  font-family: var(--sans); font-size: .74rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--sand-dk);
  border-bottom: 2px solid var(--line);
}
.rates tbody th { font-weight: 600; color: var(--ink); }
.rates .price { font-weight: 700; color: var(--ink); white-space: nowrap; }
.rates .where { color: var(--ink-soft); }

.booking-note { max-width: 70ch; }
.book-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.3rem 0; }
.book-actions .btn { display: inline-flex; align-items: center; gap: .55rem; }

/* ------------------------------------------------------------ 10  FAQ */
.faq { max-width: 78ch; margin-inline: auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item > summary {
  cursor: pointer; list-style: none;
  display: flex; align-items: flex-start; gap: 1rem;
  padding-block: 1.15rem;
  font-family: var(--serif); font-size: 1.28rem; color: var(--ink);
}
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary::after {
  content: ""; flex: none; margin-inline-start: auto; margin-top: .5em;
  width: .5em; height: .5em;
  border-inline-end: 2px solid var(--sand-dk); border-block-end: 2px solid var(--sand-dk);
  transform: rotate(45deg); transition: transform .2s ease;
}
.faq-item[open] > summary::after { transform: rotate(-135deg); margin-top: .75em; }
.faq-item > summary:hover { color: var(--sage-dk); }
.faq-answer { padding-block-end: 1.2rem; max-width: 68ch; }

/* ------------------------------------------------------- 11  Articles */
.article { padding-block: clamp(2.2rem, 5vw, 3.5rem) 0; }
.article-head { max-width: 900px; }
.crumbs { font-size: .82rem; color: var(--ink-soft); margin-bottom: 1rem; }
.crumbs a { color: var(--sage-dk); }
.crumbs span { padding-inline: .35rem; }
.article-head h1 { font-size: clamp(1.9rem, 4.6vw, 3rem); }
.article-head .meta { margin: 0; }
.article-media { max-width: 900px; margin-block: 1.6rem 2.2rem; }
.article-body { max-width: 72ch; padding-bottom: clamp(2.5rem, 6vw, 4rem); }
.article-body .lead { font-family: var(--serif); font-size: 1.35rem; line-height: 1.5;
  color: var(--ink); margin-bottom: 1.4rem; }
.points { margin: 1.6rem 0; }
.points > div { padding-block: .85rem; border-bottom: 1px solid var(--line); }
.points dt { font-weight: 700; color: var(--ink); margin-bottom: .2rem; }
.points dd { margin: 0; }
.close { font-family: var(--serif); font-size: 1.4rem; color: var(--ink); margin-top: 1.6rem; }

.note-box {
  background: var(--cream); border: 1px solid var(--line);
  border-inline-start: 3px solid var(--sand);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.2rem 1.4rem; margin-top: 1.8rem;
}
.note-box.wide { max-width: 72ch; }
.note-box h2 { font-size: 1.1rem; margin-bottom: .4rem; }
.note-box p { margin: 0; font-size: .93rem; }

/* -------------------------------------------- 12  Offices and contact */
.offices { display: grid; gap: clamp(1.2rem, 2.6vw, 2rem);
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.office {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: clamp(1.2rem, 2.4vw, 1.7rem);
}
.office h3 { margin-bottom: .35rem; }
.office p { margin: 0 0 .5rem; font-size: .95rem; }

.contact-grid {
  display: grid; gap: clamp(1.6rem, 4vw, 3.2rem);
  grid-template-columns: 1.1fr 1fr; align-items: start;
}
.contact-list { list-style: none; padding: 0; margin: 1.2rem 0; }
.contact-list li {
  display: flex; align-items: center; gap: .7rem;
  padding-block: .55rem; font-size: 1.02rem;
}
.contact-list .i { color: var(--sage); font-size: 19px; }

/* ------------------------------------------- 13  Band and buttons */
.band {
  background: var(--ink);
  color: rgba(255, 255, 255, .9);
  padding-block: clamp(2.8rem, 6vw, 4.5rem);
  text-align: center;
}
.band h2 { color: #fff; }
.band p { max-width: 56ch; margin-inline: auto; }
.band-actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center;
  margin-top: 1.5rem; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .85rem 1.7rem;
  font-family: var(--sans); font-size: .86rem; font-weight: 700;
  letter-spacing: .05em;
  border: 1px solid var(--sage-dk); border-radius: 999px;
  background: var(--sage-dk); color: #fff;
  text-decoration: none; cursor: pointer;
  transition: background-color .2s ease, color .2s ease, transform .2s ease,
              box-shadow .2s ease, border-color .2s ease;
}
.btn:hover {
  background: var(--ink); border-color: var(--ink); color: #fff;
  transform: translateY(-2px); box-shadow: var(--shadow);
}
.btn-sm { padding: .6rem 1.15rem; font-size: .8rem; }
.btn-ghost { background: transparent; color: var(--sage-dk); border-color: var(--sand-dk); }
.btn-ghost:hover { background: var(--sage-dk); border-color: var(--sage-dk); color: #fff; }
.band .btn-ghost { color: #fff; border-color: rgba(255, 255, 255, .5); }
.band .btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.nav-cta { flex: none; }

/* ---------------------------------------------------------- 14  Footer */
.site-footer { background: var(--ink); color: rgba(255, 255, 255, .78); }
.footer-in {
  display: grid; gap: clamp(1.8rem, 4vw, 3rem);
  grid-template-columns: 1.4fr 1fr 1.2fr;
  padding-block: clamp(2.6rem, 5vw, 4rem);
}
.site-footer h2 {
  font-family: var(--sans); font-size: .75rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--sand); margin-bottom: .9rem;
}
.site-footer h2 + ul + h2 { margin-top: 1.6rem; }
.site-footer p { font-size: .93rem; }
.site-footer a { color: rgba(255, 255, 255, .82); text-decoration: none; }
.site-footer a:hover { color: var(--sand); text-decoration: underline; }
.footer-mark { width: 76px; height: auto; margin-bottom: 1rem; }
.footer-links, .footer-contact, .footer-offices { list-style: none; padding: 0; margin: 0; }
.footer-links { columns: 2; column-gap: 1.2rem; }
.footer-links li, .footer-contact li { padding-block: .28rem; font-size: .93rem; }
.footer-offices li { padding-block: .45rem; font-size: .93rem; }
.footer-offices strong { display: block; color: #fff; font-weight: 600; }
.footer-offices span { color: rgba(255, 255, 255, .72); }

.footer-bar {
  border-top: 1px solid rgba(255, 255, 255, .13);
  padding-block: 1.1rem;
  font-size: .84rem;
}
.footer-bar p { margin: 0; color: rgba(255, 255, 255, .68); }

/* ------------------------------------------------------------- 15  404 */
.nf { padding-block: clamp(1rem, 4vw, 2rem); }
.nf h1 { margin-bottom: .8rem; }
.nf-links {
  list-style: none; padding: 0; margin: 2rem auto 0; max-width: 620px;
  display: grid; gap: .6rem; text-align: left;
}
.nf-links li {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: .2rem 1rem;
  padding: .85rem 1.1rem;
  border: 1px solid var(--line); border-radius: var(--radius);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.nf-links li:hover { border-color: var(--sand); box-shadow: var(--shadow); }
.nf-links a { font-weight: 700; color: var(--ink); text-decoration: none; }
.nf-links a:hover { color: var(--sage-dk); }
.nf-links span { color: var(--ink-soft); font-size: .89rem; }

/* ------------------------------------------------------ 16  Responsive */
@media (max-width: 980px) {
  .split, .service, .contact-grid { grid-template-columns: 1fr; }
  .split.reverse .split-media, .service:nth-child(even) .service-media { order: 0; }
  .footer-in { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    display: none;
    position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
    padding: .5rem clamp(1.1rem, 4vw, 2.5rem) 1.2rem;
    max-height: calc(100vh - 124px); overflow-y: auto;
  }
  .site-nav.is-open { display: flex; }
  html:not(.js) .site-nav { display: flex; position: static; box-shadow: none;
    border-bottom: 0; padding-inline: 0; }
  html:not(.js) .nav-toggle { display: none; }
  .site-nav ul { flex-direction: column; align-items: stretch; }
  .site-nav a { padding: .85rem .3rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .site-nav li.is-current > a { box-shadow: none; background: var(--cream); }
  .nav-cta { margin-top: .9rem; align-self: flex-start; }
  .site-header { position: relative; }
  .header-in { position: relative; min-height: 72px; }
  .topbar-in { justify-content: center; font-size: .78rem; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .footer-in { grid-template-columns: 1fr; }
  .footer-links { columns: 1; }
  .hero::after { background: linear-gradient(180deg, rgba(10, 20, 16, .7), rgba(10, 20, 16, .8)); }
}

/* ----------------------------------------------------------- 17  Print */
@media print {
  .topbar, .site-header, .band, .site-footer, .nav-toggle { display: none !important; }
  .hero { min-height: 0; background: none; color: var(--ink); }
  .hero-media, .hero::after { display: none; }
  .hero h1, .hero .lead { color: var(--ink); }
  .kicker.light { color: var(--sand-dk); }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: .8em; }
}
