@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --color-background: #fbf6ee;
  --color-surface: #fffdf9;
  --color-surface-soft: #f4eadf;
  --color-surface-mist: #e9f2ef;
  --color-surface-mist-strong: #d8e9e5;
  --color-text: #3a2922;
  --color-text-muted: #6b5e57;
  --color-accent: #df765e;
  --color-accent-dark: #ad503e;
  --color-brand: #0a6865;
  --color-brand-dark: #064947;
  --color-brand-deep: #043b3a;
  --color-gold: #c5a267;
  --color-border: #e5d5c7;
  --shadow-card: 0 20px 55px rgba(52, 43, 37, 0.11);
  --radius-sm: .65rem;
  --radius-md: 1rem;
  --radius-lg: 1.75rem;
  --radius-pill: 999px;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --container-narrow: 760px;
  --container-content: 980px;
  --container-wide: 1190px;
  --transition-fast: 160ms ease;
  --transition-base: 240ms ease;
  --z-header: 100;
  --z-overlay: 90;
  --cream: #fbf6ee;
  --paper: #f4eadf;
  --paper-2: #fffdf9;
  --brown: #3a2922;
  --muted: #6b5e57;
  --teal: #0a6865;
  --teal-dark: #064947;
  --navy: #102e4a;
  --coral: #df765e;
  --coral-soft: #f4b39e;
  --gold: #c9a46d;
  --line: #e5d5c7;
  --shadow: 0 20px 55px rgba(52, 43, 37, 0.11);
  --shadow-soft: 0 10px 30px rgba(52, 43, 37, 0.075);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --script: "Italianno", "Segoe Script", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--brown);
  background: var(--cream);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 999;
  padding: .75rem 1rem;
  background: var(--navy);
  color: #fff;
  border-radius: .5rem;
}
.skip-link:focus { top: 1rem; }
.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: var(--z-header);
  background: rgba(255, 250, 244, .92);
  border-bottom: 1px solid rgba(204, 181, 162, .42);
  backdrop-filter: blur(16px);
}
.header-inner {
  width: min(1190px, calc(100% - 40px));
  min-height: 74px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 225px 1fr auto;
  align-items: center;
  gap: 1.8rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: clamp(4px, .55vw, 8px);
  min-width: 0;
}
.brand-signature {
  flex: 0 0 auto;
  width: clamp(52px, 4.5vw, 64px);
  height: auto;
  object-fit: contain;
}
.brand-wordmark {
  flex: 0 0 auto;
  width: clamp(110px, 9.6vw, 138px);
  height: auto;
  object-fit: contain;
}
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 1.55rem; }
.primary-nav a {
  position: relative;
  font-size: .74rem;
  font-weight: 600;
  color: #423932;
  white-space: nowrap;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -.45rem;
  width: 0;
  height: 1px;
  background: var(--coral);
  transition: width .25s ease;
}
.primary-nav a:hover::after,
.primary-nav a.active::after { width: 100%; }
.menu-toggle { display: none; }

.button {
  min-height: 44px;
  padding: .72rem 1.35rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: .82rem;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
  cursor: pointer;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(40, 54, 51, .15); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(233,128,99,.34); outline-offset: 3px; }
.button svg { width: 17px; height: 17px; }
.button-primary { background: linear-gradient(135deg, var(--teal), var(--teal-dark)); color: #fff; box-shadow: 0 8px 18px rgba(8, 89, 88, .20); }
.button-outline { border-color: rgba(182, 86, 67, .72); color: var(--color-accent-dark); background: rgba(255,255,255,.55); }
.button-coral { background: linear-gradient(135deg, #b65643, #9f4637); color: #fff; min-width: 205px; }
.header-cta { min-height: 44px; padding: .65rem 1.15rem; }

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(220, 202, 188, .46);
  background:
    radial-gradient(circle at 18% 52%, rgba(246, 194, 166, .23), transparent 32%),
    linear-gradient(90deg, #fff9f2 0%, #fdf6ee 52%, #fbf7f2 100%);
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(194,159,132,.5), transparent);
}
.hero-inner {
  width: min(1190px, 100%);
  margin: 0 auto;
  min-height: 430px;
  display: grid;
  grid-template-columns: 52% 48%;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 50px 54px 30px 55px;
}
.eyebrow {
  margin: 0 0 .7rem;
  color: var(--color-accent-dark);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .72rem;
  font-weight: 700;
}
.eyebrow.centered { text-align: center; }
.hero h1, .section-heading h2, .intro-heading h2, .philosophy-title h2, .index-banner h2, .about-copy h2, .contact-title h2 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: .97;
  letter-spacing: -.035em;
  color: #3c291f;
}
.hero h1 { margin: 0 0 1rem; font-size: clamp(3.15rem, 4.7vw, 5.15rem); }
.hero-copy > p:not(.eyebrow) { max-width: 620px; margin: .45rem 0; font-size: .93rem; color: #4f4640; }
.spark { color: var(--navy); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.5rem; }
.hero-pills { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.25rem; }
.hero-pills span, .location-pills span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 39px;
  padding: .58rem .9rem;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(225,209,197,.75);
  box-shadow: 0 5px 14px rgba(69, 47, 36, .06);
  font-size: .76rem;
  white-space: nowrap;
}
.hero-pills svg, .location-pills svg { width: 17px; height: 17px; color: var(--coral); }
.hero-visual {
  min-height: 430px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #f5eee5;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 28%;
  z-index: 2;
  background: linear-gradient(90deg, #fdf7ef 0%, rgba(253,247,239,.84) 30%, transparent 100%);
  pointer-events: none;
}
.hero-visual picture { display: block; width: 100%; height: 100%; }
.hero-visual img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.hero-decoration-left {
  position: absolute;
  left: -70px;
  top: 105px;
  width: 170px;
  height: 270px;
  opacity: .28;
  border-radius: 50%;
  border: 1px solid #d89a72;
  transform: rotate(-15deg);
}
.hero-decoration-left::before,
.hero-decoration-left::after {
  content: "";
  position: absolute;
  border: 1px solid #d89a72;
  border-radius: 50%;
}
.hero-decoration-left::before { inset: 35px -55px 35px 55px; }
.hero-decoration-left::after { inset: 80px -20px 80px 20px; }

.section { position: relative; padding: 28px 0; background: #fffdf9; overflow: hidden; }
.section-soft { position: relative; background: linear-gradient(180deg, #fffaf4, #fbf2e8); overflow: hidden; }
.section-textured {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 56%, rgba(226,125,88,.23), transparent 20%),
    radial-gradient(circle at 99% 48%, rgba(25,65,99,.23), transparent 21%),
    linear-gradient(90deg, #fff7ee, #fffdf9 40%, #fffaf5 70%, #f5f5f4);
  border-top: 1px solid rgba(221,200,184,.4);
  border-bottom: 1px solid rgba(221,200,184,.4);
}
.section-inner { width: min(1190px, calc(100% - 40px)); margin: 0 auto; }
.section-heading { text-align: center; margin: 0 auto 1.2rem; }
.section-heading h2 { margin: 0; font-size: clamp(2.2rem, 3.5vw, 3.1rem); }
.section-action { display: flex; justify-content: center; margin-top: 1rem; }

.systems-intro { padding: 23px 0 20px; border-bottom: 1px solid rgba(223,205,191,.5); }
.intro-layout { display: grid; grid-template-columns: 1.05fr 1.95fr; gap: 2.5rem; align-items: center; }
.intro-heading h2 { margin: 0; font-size: clamp(1.75rem, 2.45vw, 2.55rem); line-height: 1.08; }
.intro-points { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.intro-points article { display: flex; align-items: center; gap: .7rem; position: relative; }
.intro-points article:not(:last-child)::after { content: ""; position: absolute; right: -.5rem; top: 15%; bottom: 15%; width: 1px; background: var(--line); }
.intro-points p { margin: 0; font-size: .78rem; color: #625750; line-height: 1.5; }
.line-icon { flex: 0 0 42px; color: var(--coral); }
.line-icon svg { width: 42px; height: 42px; stroke-width: 1.5; }
.botanical { position: absolute; pointer-events: none; opacity: .55; }
.botanical-left { width: 220px; height: 180px; left: 10px; bottom: -18px; }
.botanical-left::before, .botanical-bottom::before {
  content: "";
  position: absolute;
  left: 35px;
  bottom: 0;
  width: 1px;
  height: 140px;
  background: #d7aa7a;
  transform: rotate(-35deg);
  transform-origin: bottom;
}
.botanical-left::after, .botanical-bottom::after {
  content: "❧  ❧  ❧";
  position: absolute;
  left: 25px;
  bottom: 55px;
  color: #c89464;
  font-size: 2.2rem;
  transform: rotate(-30deg);
  letter-spacing: .22rem;
}

.help { padding-top: 20px; padding-bottom: 28px; }
.card-grid { display: grid; gap: 1rem; }
.help-grid { grid-template-columns: repeat(6, 1fr); }
.info-card, .service-card {
  position: relative;
  min-height: 190px;
  padding: 1.2rem 1rem 1rem;
  border-radius: 15px;
  background: rgba(255,255,255,.87);
  border: 1px solid rgba(230,214,201,.9);
  box-shadow: var(--shadow-soft);
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.info-card:hover, .service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(225,145,112,.5); }
.card-icon, .service-icon { display: inline-grid; place-items: center; width: 52px; height: 52px; margin-bottom: .6rem; color: var(--coral); }
.card-icon svg, .service-icon svg { width: 48px; height: 48px; stroke-width: 1.45; }
.info-card h3, .service-card h3, .article-card h3 { font-family: var(--serif); color: #3e2d25; font-weight: 600; }
.info-card h3 { min-height: 45px; margin: 0 0 .45rem; font-size: 1.27rem; line-height: 1.05; }
.info-card p { margin: 0; font-size: .78rem; color: #6b5f57; line-height: 1.5; }
.arrow { position: absolute; left: 50%; bottom: .6rem; transform: translateX(-50%); color: var(--color-accent-dark); font-size: 1.35rem; }
.watercolor-right { position: absolute; right: -90px; bottom: -90px; width: 230px; height: 230px; border-radius: 55% 45% 35% 65%; background: radial-gradient(circle at 35% 35%, rgba(36,76,111,.65), rgba(13,43,70,.95) 58%, rgba(10,31,53,.22) 75%, transparent 77%); transform: rotate(-18deg); }
.watercolor-right::after { content: ""; position: absolute; inset: 15%; border: 1px solid rgba(233,197,126,.7); border-radius: 50%; transform: rotate(22deg); }

.philosophy-layout { min-height: 126px; padding: 15px 0; display: grid; grid-template-columns: 1.05fr 2.8fr 1.1fr; gap: 1.8rem; align-items: center; }
.philosophy-title h2 { margin: 0; font-size: 2.45rem; }
.philosophy-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: .75rem; }
.flow-step { text-align: center; }
.flow-step span { display: inline-grid; place-items: center; width: 66px; height: 66px; border-radius: 50%; border: 1px solid rgba(172,132,99,.7); background: rgba(255,255,255,.64); }
.flow-step svg { width: 48px; height: 48px; color: #6d5547; }
.flow-step strong { display: block; margin-top: .42rem; font-family: var(--serif); font-size: 1rem; line-height: 1.05; }
.flow-arrow { font-family: var(--serif); font-size: 2.2rem; color: #6d5547; }
.philosophy-copy { font-size: .85rem; color: #514842; }

.index-section { padding: 8px 0 10px; }
.index-banner {
  min-height: 124px;
  padding: 17px 24px 17px 34px;
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1.15fr .45fr 1.3fr auto;
  gap: 1.5rem;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(12,102,101,.97), rgba(5,74,77,.98)),
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.16), transparent 30%);
  border: 3px double rgba(224,188,113,.8);
  box-shadow: 0 13px 28px rgba(11,83,84,.2);
}
.index-title span { color: #d6bd82; font-family: var(--serif); }
.index-banner h2 { margin: .15rem 0 0; color: #fff; font-size: 2.25rem; line-height: .95; }
.index-banner p { margin: 0; font-size: .84rem; color: rgba(255,255,255,.9); }
.index-leaf svg { width: 105px; height: 75px; color: #c9aa65; stroke-width: 1.2; }

.services { padding-top: 14px; }
.service-grid { grid-template-columns: repeat(5, 1fr); }
.service-card { min-height: 150px; text-align: left; padding: 1.1rem 1rem .9rem 4.2rem; }
.service-icon { position: absolute; left: .8rem; top: 1.05rem; width: 45px; height: 45px; }
.service-icon svg { width: 40px; height: 40px; }
.service-card h3 { margin: 0 0 .35rem; font-size: 1.1rem; line-height: 1.03; }
.service-card p { margin: 0; font-size: .76rem; color: #6d625b; line-height: 1.48; }
.service-card > a { position: absolute; bottom: .55rem; left: 4.25rem; color: var(--color-accent-dark); font-size: 1.3rem; }

.about-strip { border-top: 1px solid rgba(226,207,193,.55); border-bottom: 1px solid rgba(226,207,193,.55); }
.about-layout { min-height: 118px; display: grid; grid-template-columns: 180px 1.6fr auto 160px; gap: 2rem; align-items: center; }
.about-photo { align-self: stretch; overflow: hidden; border-radius: 70px 70px 0 0; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; }
.about-copy h2 { margin: 0 0 .25rem; font-size: 1.85rem; line-height: 1; }
.about-copy p { margin: 0; font-size: .82rem; color: #665a53; }
.about-vase { position: relative; height: 110px; }
.about-vase::before { content: ""; position: absolute; left: 62px; bottom: 0; width: 60px; height: 55px; border-radius: 16px 16px 28px 28px; background: linear-gradient(160deg, #cbb69e, #f1e3d2); box-shadow: inset 0 0 0 1px rgba(112,91,72,.13); }
.about-vase::after { content: "❧\A❧\A❧"; white-space: pre; position: absolute; left: 67px; bottom: 50px; color: #ad7d59; font-size: 1.9rem; line-height: .8; transform: rotate(-8deg); }

.knowledge { padding-top: 14px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.article-card { min-height: 132px; display: grid; grid-template-columns: 42% 58%; overflow: hidden; border-radius: 14px; background: #fff; border: 1px solid rgba(229,211,197,.85); box-shadow: var(--shadow-soft); transition: transform .25s ease, box-shadow .25s ease; }
.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.article-card img { width: 100%; height: 100%; object-fit: cover; }
.article-card > div { padding: .8rem .85rem; }
.article-tag { text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; font-weight: 700; color: #765a49; background: #f7eee6; border-radius: 999px; padding: .22rem .45rem; }
.article-card h3 { margin: .38rem 0 .2rem; font-size: 1.03rem; line-height: 1.05; }
.article-card p { margin: 0; font-size: .76rem; color: #6d625b; line-height: 1.45; }
.article-card a { display: inline-block; margin-top: .3rem; font-size: .78rem; font-weight: 700; color: var(--color-accent-dark); }
.article-status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  margin-top: .65rem;
  padding: .35rem .65rem;
  border: 1px solid rgba(10, 104, 101, .2);
  border-radius: var(--radius-pill);
  color: var(--color-brand-dark);
  background: var(--color-surface-mist);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.contact { padding: 12px 0; border-top: 1px solid rgba(225,205,189,.6); }
.contact-layout { min-height: 118px; display: grid; grid-template-columns: 1.15fr 1.45fr 1fr; gap: 2rem; align-items: center; }
.contact-title h2 { margin: 0; font-size: 3.2rem; line-height: .9; }
.contact-copy p { margin: 0 0 .7rem; font-size: .88rem; color: #5f554f; }
.location-pills { display: flex; flex-wrap: wrap; gap: .55rem; }
.location-pills span { min-height: 36px; padding: .4rem .72rem; font-size: .76rem; }
.location-pills svg { width: 14px; height: 14px; color: #8b796e; }
.contact-actions { display: grid; gap: .6rem; }
.botanical-bottom { left: -15px; bottom: -24px; width: 210px; height: 150px; }
.site-footer { padding: 1rem 0; background: #f4e9de; border-top: 1px solid #e2d3c6; color: #705f54; font-size: .8rem; }
.site-footer .section-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }

.reveal { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s ease; }
.js .reveal { opacity: 0; transform: translateY(16px); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.js .hero .reveal { opacity: 1; transform: none; transition: none; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }
.reveal-delay-4 { transition-delay: .32s; }
.reveal-delay-5 { transition-delay: .40s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .header-inner { grid-template-columns: 210px auto; }
  .primary-nav {
    position: fixed;
    inset: 74px 0 0;
    height: calc(100vh - 74px);
    height: calc(100dvh - 74px);
    min-height: 0;
    padding: 2.2rem;
    background: rgba(255,250,244,.98);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    clip-path: inset(0 0 0 100%);
    visibility: hidden;
    pointer-events: none;
    overflow-x: clip;
    overflow-y: auto;
    overscroll-behavior: contain;
    transition: clip-path .3s ease, visibility 0s linear .3s;
  }
  .primary-nav.open {
    clip-path: inset(0);
    visibility: visible;
    pointer-events: auto;
    transition: clip-path .3s ease;
  }
  .primary-nav a { font-size: 1rem; }
  .primary-nav a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px;
    padding: .35rem .2rem;
  }
  .menu-toggle { display: grid; justify-self: end; width: 42px; height: 42px; place-content: center; gap: 5px; border: 0; background: transparent; }
  .menu-toggle span:not(.sr-only) { width: 23px; height: 2px; background: var(--brown); transition: transform .25s ease, opacity .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .header-cta { display: none; }
  .hero-inner { grid-template-columns: 1fr 44%; }
  .help-grid { grid-template-columns: repeat(3, 1fr); }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .intro-layout { grid-template-columns: 1fr; }
  .philosophy-layout { grid-template-columns: 1fr; text-align: center; }
  .index-banner { grid-template-columns: 1.1fr .45fr 1.2fr; }
  .index-banner .button { grid-column: 1 / -1; justify-self: end; }
}

@media (max-width: 820px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { min-height: 0; aspect-ratio: 1122 / 1402; }
}

@media (max-width: 760px) {
  .header-inner { width: min(100% - 24px, 1190px); min-height: 68px; grid-template-columns: 180px auto; }
  .primary-nav {
    inset: 68px 0 0;
    height: calc(100vh - 68px);
    height: calc(100dvh - 68px);
    min-height: 0;
  }
  .section-inner { width: min(100% - 28px, 1190px); }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { padding: 38px 22px 24px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .hero-visual { min-height: min(125vw, 540px); }
  .hero-visual::before { width: 100%; height: 24%; background: linear-gradient(180deg, #fdf7ef, transparent); }
  .intro-points { grid-template-columns: 1fr 1fr; }
  .intro-points article::after { display: none; }
  .help-grid, .service-grid, .article-grid { grid-template-columns: 1fr; }
  .info-card { min-height: 165px; }
  .philosophy-flow { grid-template-columns: 1fr; }
  .flow-arrow { transform: rotate(90deg); }
  .index-banner { grid-template-columns: 1fr; text-align: center; padding: 24px; }
  .index-leaf { display: none; }
  .index-banner .button { justify-self: center; }
  .about-layout { grid-template-columns: 100px 1fr; padding-top: 14px; }
  .about-photo { min-height: 130px; }
  .about-layout > .button { grid-column: 1 / -1; justify-self: center; }
  .about-vase { display: none; }
  .contact-layout { grid-template-columns: 1fr; text-align: center; padding: 18px 0; }
  .contact-title h2 { font-size: 3rem; }
  .location-pills { justify-content: center; }
  .site-footer .section-inner { flex-direction: column; }
}

@media (max-width: 480px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .intro-points { grid-template-columns: 1fr; }
  .about-layout { grid-template-columns: 1fr; text-align: center; }
  .about-photo { width: 150px; height: 150px; justify-self: center; border-radius: 50%; }
  .article-card { grid-template-columns: 37% 63%; }
}


.brand img { color: transparent; }

/* 2026 editorial redesign: generous rhythm, petrol-led surfaces, fewer card walls. */
.site-header {
  background: rgba(251, 246, 238, .9);
  border-bottom-color: rgba(6, 73, 71, .12);
  box-shadow: 0 8px 30px rgba(6, 73, 71, .045);
}

.header-inner { min-height: 82px; }
.primary-nav a { font-size: .77rem; letter-spacing: .015em; }

.hero {
  border-bottom: 0;
  background:
    radial-gradient(circle at 15% 48%, rgba(223, 118, 94, .15), transparent 31rem),
    linear-gradient(112deg, #fbf4e9 0 54%, #e6efeb 54% 100%);
}
.hero-inner { min-height: clamp(610px, 67vh, 760px); }
.hero-copy { display: grid; align-content: center; padding: clamp(4rem, 7vw, 7rem) clamp(2.5rem, 5vw, 5.4rem); }
.hero h1 { max-width: 12ch; font-size: clamp(3.7rem, 6vw, 6.35rem); }
.hero-copy > p:not(.eyebrow) { font-size: clamp(.96rem, 1.25vw, 1.08rem); line-height: 1.75; }
.hero-actions { margin-top: 2rem; }
.hero-pills { margin-top: 1.65rem; }
.hero-visual { min-height: inherit; background: #e6efeb; }
.hero-visual::before { background: linear-gradient(90deg, #f4f1e9 0%, rgba(244,241,233,.65) 28%, transparent 100%); }

.section { padding: clamp(4.75rem, 7vw, 7.25rem) 0; }
.section-heading { max-width: 780px; margin-bottom: clamp(2.25rem, 4vw, 3.75rem); }
.section-heading h2 { font-size: clamp(2.7rem, 4.5vw, 4.4rem); }
.section-action { margin-top: 2.5rem; }

.systems-intro { padding: clamp(4.5rem, 7vw, 7rem) 0; border: 0; background: var(--color-surface-mist); }
.intro-layout { grid-template-columns: minmax(0, .9fr) minmax(0, 1.55fr); gap: clamp(3rem, 7vw, 7rem); }
.intro-heading h2 { font-size: clamp(2.35rem, 3.5vw, 3.65rem); }
.intro-points { grid-template-columns: repeat(2, 1fr); gap: 0; }
.intro-points article { min-height: 130px; padding: 1.25rem 1.5rem; border-bottom: 1px solid rgba(6, 73, 71, .14); }
.intro-points article:nth-child(odd) { border-right: 1px solid rgba(6, 73, 71, .14); }
.intro-points article::after { display: none; }
.intro-points p { font-size: .9rem; color: #405b58; }
.line-icon { color: var(--teal); }

.help { padding-block: clamp(5rem, 8vw, 8rem); background: #fffdf9; }
.help-grid { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.info-card {
  min-height: 270px;
  padding: 2.15rem 1.8rem 2rem;
  border: 0;
  border-radius: 1.35rem;
  background: var(--color-surface-soft);
  box-shadow: none;
  text-align: left;
}
.info-card:nth-child(3n + 2) { background: var(--color-surface-mist); }
.info-card:nth-child(3n) { background: #f1e4d8; }
.info-card:hover { border-color: transparent; box-shadow: var(--shadow-card); }
.info-card h3 { min-height: 0; max-width: 16ch; font-size: 1.8rem; text-wrap: balance; }
.info-card p { max-width: 30ch; font-size: .88rem; }
.info-card .arrow { left: auto; right: 1.5rem; bottom: 1.2rem; transform: none; }

.section-textured {
  color: #fdf7ef;
  border: 0;
  background:
    radial-gradient(circle at 5% 10%, rgba(223, 118, 94, .22), transparent 28rem),
    radial-gradient(circle at 92% 80%, rgba(197, 162, 103, .14), transparent 25rem),
    var(--color-brand-deep);
}
.philosophy-layout { min-height: 380px; padding-block: clamp(4rem, 6vw, 6rem); }
.philosophy-title h2, .section-textured .eyebrow { color: #fffaf4; }
.philosophy-title h2 { font-size: clamp(2.7rem, 4vw, 4rem); }
.section-textured .eyebrow { opacity: .7; }
.flow-step span { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.07); }
.flow-step svg, .flow-arrow, .philosophy-copy { color: #f8eee3; }
.flow-step strong { font-size: 1.2rem; }
.philosophy-copy { font-size: .96rem; line-height: 1.75; }

.index-section { padding: clamp(3.5rem, 6vw, 5.5rem) 0; background: var(--color-surface-soft); }
.index-banner { min-height: 260px; padding: clamp(2.2rem, 4vw, 4rem); border: 1px solid rgba(197,162,103,.75); border-radius: 2rem; grid-template-columns: 1.15fr .35fr 1fr auto; }
.index-banner h2 { font-size: clamp(2.65rem, 4vw, 4.15rem); }
.index-banner p { font-size: .96rem; line-height: 1.7; }

.services { padding-block: clamp(5rem, 8vw, 8rem); background: #fffdf9; }
.service-grid { grid-template-columns: repeat(6, 1fr); gap: 1.25rem; }
.service-card { grid-column: span 2; min-height: 270px; padding: 2rem 1.8rem; border: 0; border-top: 4px solid var(--teal); border-radius: .35rem 1.35rem 1.35rem 1.35rem; background: var(--color-surface-soft); box-shadow: none; }
.service-card:nth-child(4) { grid-column: 2 / span 2; }
.service-card:nth-child(5) { grid-column: span 2; color: #fffaf4; border-top-color: var(--coral); background: var(--color-brand-dark); box-shadow: 0 22px 45px rgba(6,73,71,.2); }
.service-card:nth-child(5) h3, .service-card:nth-child(5) p, .service-card:nth-child(5) a { color: #fffaf4; }
.service-icon { position: static; width: 54px; height: 54px; margin-bottom: 1rem; }
.service-card h3 { font-size: 1.55rem; }
.service-card p { font-size: .88rem; line-height: 1.65; }
.service-card > a { left: auto; right: 1.35rem; bottom: 1rem; }

.about-strip { padding: clamp(4.5rem, 7vw, 7rem) 0; border: 0; background: var(--color-surface-mist); }
.about-layout { min-height: 420px; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.45fr) auto; gap: clamp(2rem, 5vw, 5rem); }
.about-photo { min-height: 420px; border-radius: 12rem 12rem 1.5rem 1.5rem; box-shadow: var(--shadow-card); }
.about-copy h2 { margin-bottom: 1.25rem; font-size: clamp(2.7rem, 4vw, 4.2rem); }
.about-copy p { max-width: 58ch; font-size: 1rem; line-height: 1.75; }
.about-vase { display: none; }

.knowledge { padding-block: clamp(5rem, 8vw, 8rem); background: #fbf6ee; }
.article-grid { grid-template-columns: repeat(12, 1fr); gap: 1.5rem; }
.article-card { grid-column: span 4; min-height: 460px; grid-template-columns: 1fr; grid-template-rows: 235px 1fr; border: 0; border-radius: 1.35rem; box-shadow: none; }
.article-card > div { padding: 1.6rem; }
.article-card h3 { margin-block: .75rem .5rem; font-size: 1.55rem; }
.article-card p { font-size: .86rem; }

.contact { padding: clamp(4.5rem, 7vw, 7rem) 0; border: 0; color: #fffaf4; background: var(--color-brand-dark); }
.contact-layout { min-height: 270px; }
.contact-title h2 { color: #fffaf4; font-size: clamp(3.2rem, 5vw, 5.3rem); }
.contact-copy p { color: rgba(255,250,244,.82); font-size: 1rem; line-height: 1.7; }
.contact .location-pills span { color: #fffaf4; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); }
.contact .button-primary { background: #fffaf4; color: var(--color-brand-dark); }
.contact .button-outline { color: #fffaf4; border-color: rgba(255,255,255,.42); background: transparent; }

/* WCAG-oriented readability floor for primary and supporting homepage copy. */
.primary-nav a { font-size: .875rem; }
.hero-copy > p:not(.eyebrow),
.intro-points p,
.info-card p,
.philosophy-copy,
.index-banner p,
.service-card p,
.about-copy p,
.article-card p,
.contact-copy p { font-size: 1rem; }
.eyebrow,
.article-tag,
.article-status,
.hero-pills span,
.location-pills span { font-size: .8rem; }
.location-pills span { min-height: 44px; }
.site-footer { font-size: .9rem; padding-bottom: max(1rem, env(safe-area-inset-bottom)); }

@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 56% 44%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: auto; }
  .service-card:nth-child(5) { grid-column: 1 / -1; }
  .about-layout { grid-template-columns: 260px 1fr; }
  .about-layout > .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 820px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { min-height: 0; }
  .help-grid { grid-template-columns: repeat(2, 1fr); }
  .index-banner { grid-template-columns: 1fr; }
  .index-banner .button { justify-self: start; }
  .index-leaf { display: none; }
  .article-card { grid-column: span 6; }
  .article-card:last-child { grid-column: 4 / span 6; }
}

@media (max-width: 760px) {
  .header-inner { min-height: 72px; }
  .primary-nav { inset-block-start: 72px; height: calc(100dvh - 72px); }
  .hero-copy { padding: 4rem 1.4rem 2.5rem; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 4.7rem); }
  .intro-layout, .intro-points, .help-grid, .service-grid { grid-template-columns: 1fr; }
  .intro-points article:nth-child(odd) { border-right: 0; }
  .info-card { min-height: 230px; }
  .service-card:nth-child(5) { grid-column: auto; }
  .about-layout { grid-template-columns: 1fr; text-align: left; }
  .about-photo { width: 100%; height: auto; min-height: 400px; border-radius: 10rem 10rem 1.25rem 1.25rem; }
  .about-layout > .button { grid-column: auto; justify-self: start; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card, .article-card:last-child { grid-column: auto; }
  .contact-layout { text-align: left; }
  .location-pills { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .intro-points { grid-template-columns: 1fr; }
  .about-photo { width: 100%; height: auto; min-height: 360px; border-radius: 8rem 8rem 1.25rem 1.25rem; }
  .article-card { grid-template-columns: 1fr; }
}
