/* =========================================================
   Garden Maintenance — main stylesheet
   Theme: White + Radioactive Grass · Stormy Teal header · Ocean Mist footer
   ========================================================= */

:root {
  --grass: #5dbb2a;          /* Radioactive Grass */
  --grass-bright: #7ad13f;
  --grass-deep: #2f7a12;     /* accessible green for text on white */
  --grass-tint: #eef8e7;
  --teal: #1e5359;           /* Stormy Teal */
  --teal-dark: #143b40;
  --mist: #b5dcd3;           /* Ocean Mist */
  --mist-soft: #d7ede8;
  --ink: #15292b;
  --muted: #4b5f60;
  --line: #dfe9e4;
  --white: #ffffff;

  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --radius: 22px;
  --radius-sm: 12px;
  --shadow: 0 18px 40px -22px rgba(20, 59, 64, 0.45);
  --wrap: 1200px;
}

*, *::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;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  overflow-x: hidden;
}

img, video, svg { display: block; max-width: 100%; }
img, video { height: auto; }
a { color: var(--grass-deep); text-underline-offset: 3px; }
a:hover { color: var(--teal); }
h1, h2, h3 { font-family: var(--serif); line-height: 1.15; color: var(--teal-dark); margin: 0 0 .6em; }
h1 { font-size: clamp(2.2rem, 4.6vw, 3.7rem); letter-spacing: -0.015em; }
h2 { font-size: clamp(1.75rem, 3.2vw, 2.6rem); letter-spacing: -0.01em; }
h3 { font-size: clamp(1.2rem, 1.8vw, 1.4rem); }
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.2em; }

.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.section { padding-block: clamp(4rem, 8vw, 6.5rem); }
.section-tint { background: var(--grass-tint); }

.skip-link {
  position: absolute; left: 1rem; top: -60px; z-index: 200;
  background: var(--grass); color: var(--teal-dark); padding: .6rem 1rem; border-radius: 8px; font-weight: 700;
}
.skip-link:focus { top: 1rem; }

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

.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--grass-deep); margin-bottom: 1rem;
}
.eyebrow::before {
  content: ""; width: 14px; height: 14px; flex: none;
  background: var(--grass); border-radius: 0 60% 0 60%;
}
.lead { font-size: clamp(1.08rem, 1.5vw, 1.22rem); color: var(--muted); max-width: 60ch; }

.section-head { max-width: 720px; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 50px; padding: .8rem 1.5rem; border-radius: 999px;
  font-weight: 700; font-size: 1rem; text-decoration: none; line-height: 1.2;
  border: 2px solid transparent; transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-grass { background: var(--grass); color: var(--teal-dark); }
.btn-grass:hover { background: var(--grass-bright); color: var(--teal-dark); }
.btn-teal { background: var(--teal); color: var(--white); }
.btn-teal:hover { background: var(--teal-dark); color: var(--white); }
.btn-line { border-color: var(--teal); color: var(--teal); background: transparent; }
.btn-line:hover { background: var(--teal); color: var(--white); }
.btn-light { border-color: rgba(255,255,255,.7); color: var(--white); }
.btn-light:hover { background: var(--white); color: var(--teal-dark); }

/* =========================================================
   Header — Stormy Teal, stacked right-hand navigation
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--teal);
  color: var(--white);
  transition: box-shadow .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 30px -12px rgba(0,0,0,.45); }
.site-header::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px;
  background: linear-gradient(90deg, var(--grass) 0 28%, var(--mist) 28% 30%, transparent 30%);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  min-height: 92px; padding-block: .6rem;
}

.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; color: var(--white); flex: none; }
.brand:hover { color: var(--white); }
.brand-mark { width: 52px; height: 52px; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: var(--serif); font-size: 1.35rem; font-weight: 700; letter-spacing: -.01em; }
.brand-name span { color: var(--grass-bright); }
.brand-tag { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--mist); margin-top: .3rem; }

.site-nav { display: flex; flex-direction: column; align-items: flex-end; gap: .35rem; }
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; flex-wrap: wrap; }
.nav-primary { gap: .35rem; }
.nav-primary a {
  display: inline-block; padding: .5rem 1rem; border-radius: 999px;
  color: var(--white); text-decoration: none; font-weight: 600; font-size: .98rem;
  transition: background-color .2s ease, color .2s ease;
}
.nav-primary a:hover { background: rgba(255,255,255,.1); color: var(--white); }
.nav-primary a[aria-current="page"] { background: var(--grass); color: var(--teal-dark); }
.nav-primary .nav-cta a { border: 2px solid var(--grass); }
.nav-primary .nav-cta a[aria-current="page"] { border-color: var(--grass); }

.nav-legal { gap: .2rem 1.1rem; padding-right: 1rem; }
.nav-legal-label { font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; color: var(--mist); opacity: .85; }
.nav-legal a {
  color: var(--mist-soft); text-decoration: none; font-size: .84rem;
  border-bottom: 1px solid transparent; padding-bottom: 1px;
}
.nav-legal a:hover { color: var(--white); border-bottom-color: var(--grass); }
.nav-legal a[aria-current="page"] { color: var(--grass-bright); border-bottom-color: var(--grass-bright); }

.menu-btn {
  display: none; align-items: center; gap: .6rem;
  background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,.35);
  border-radius: 999px; padding: .55rem 1rem; font: inherit; font-weight: 700; font-size: .92rem; cursor: pointer;
}
.menu-btn:hover { border-color: var(--grass); }
.menu-icon { position: relative; width: 20px; height: 14px; }
.menu-icon span {
  position: absolute; left: 0; width: 100%; height: 2px; background: currentColor; border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease, top .25s ease;
}
.menu-icon span:nth-child(1) { top: 0; }
.menu-icon span:nth-child(2) { top: 6px; }
.menu-icon span:nth-child(3) { top: 12px; }
.menu-btn[aria-expanded="true"] .menu-icon span:nth-child(1) { top: 6px; transform: rotate(45deg); }
.menu-btn[aria-expanded="true"] .menu-icon span:nth-child(2) { opacity: 0; }
.menu-btn[aria-expanded="true"] .menu-icon span:nth-child(3) { top: 6px; transform: rotate(-45deg); }

@media (max-width: 1000px) {
  .header-inner { min-height: 76px; }
  .brand-mark { width: 44px; height: 44px; }
  .brand-name { font-size: 1.18rem; }
  .menu-btn { display: inline-flex; }
  .site-nav {
    position: absolute; left: 0; right: 0; top: 100%;
    background: var(--teal-dark);
    align-items: stretch; gap: 0;
    padding: 1rem 1.25rem 1.5rem;
    max-height: calc(100vh - 76px); overflow-y: auto;
    border-top: 1px solid rgba(255,255,255,.1);
    display: none;
  }
  .site-nav.is-open { display: flex; }
  .site-nav ul { flex-direction: column; align-items: stretch; }
  .nav-primary { gap: .3rem; }
  .nav-primary a { display: block; padding: .85rem 1rem; border-radius: 14px; font-size: 1.05rem; }
  .nav-legal { padding: 1rem 0 0; margin-top: .8rem; border-top: 1px solid rgba(255,255,255,.12); gap: 0; margin-top: 1.1rem; }
  .nav-legal-label { padding: 0 1rem .4rem; }
  .nav-legal a { display: block; padding: .6rem 1rem; font-size: .96rem; border-bottom: 0; }
}
@media (max-width: 420px) {
  .brand-tag { display: none; }
  .menu-label { display: none; }
  .menu-btn { padding: .65rem .8rem; }
}

/* =========================================================
   Home hero — copy left, arch-framed video right
   ========================================================= */
.hero { position: relative; padding-block: clamp(3rem, 6vw, 5.5rem) clamp(3.5rem, 7vw, 6rem); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; z-index: -1;
  width: 60vw; max-width: 760px; aspect-ratio: 1; right: -12vw; top: -18%;
  background: radial-gradient(circle at 40% 40%, rgba(93,187,42,.22), rgba(93,187,42,0) 65%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.hero-copy h1 span { color: var(--grass-deep); font-style: italic; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.8rem 0 2rem; }
.hero-tags { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.hero-tags li {
  padding: .4rem .9rem; border-radius: 999px; background: var(--grass-tint);
  color: var(--teal); font-weight: 600; font-size: .88rem; border: 1px solid rgba(93,187,42,.35);
}

.hero-media { position: relative; padding: 0 0 2.5rem 2.5rem; }
.arch {
  position: relative; border-radius: 999px 999px var(--radius) var(--radius);
  overflow: hidden; aspect-ratio: 4 / 5; background: var(--teal);
  box-shadow: var(--shadow);
  border: 8px solid var(--white);
  outline: 2px solid var(--grass);
}
.arch video, .arch img { width: 100%; height: 100%; object-fit: cover; }
.hero-inset {
  position: absolute; left: 0; bottom: 0; margin: 0;
  width: 38%; aspect-ratio: 2 / 3; border-radius: 18px; overflow: hidden;
  border: 6px solid var(--white); box-shadow: var(--shadow);
}
.hero-inset img { width: 100%; height: 100%; object-fit: cover; }
.hero-seal {
  position: absolute; right: -6px; bottom: 8%; width: 118px; height: 118px;
  background: var(--grass); border-radius: 50%; box-shadow: var(--shadow);
  display: grid; place-items: center;
}
.hero-seal svg.ring { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 26s linear infinite; }
.hero-seal svg.leaf { width: 38px; height: 38px; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .hero-seal svg.ring { animation: none; } }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { max-width: 520px; width: 100%; margin-inline: auto; }
}
@media (max-width: 520px) {
  .hero-media { padding: 0 0 2rem 1.5rem; }
  .hero-seal { width: 92px; height: 92px; right: 0; }
  .hero-seal svg.leaf { width: 30px; height: 30px; }
}

/* ---------- Task ribbon ---------- */
.ribbon { background: var(--grass); color: var(--teal-dark); overflow: hidden; border-block: 3px solid var(--teal); }
.ribbon-track { display: flex; width: max-content; animation: ribbon 38s linear infinite; }
.ribbon ul { list-style: none; display: flex; margin: 0; padding: 1rem 0; }
.ribbon li { display: flex; align-items: center; gap: 1.4rem; padding-right: 1.4rem; font-family: var(--serif); font-size: clamp(1.1rem, 2vw, 1.45rem); font-weight: 700; white-space: nowrap; }
.ribbon li::after { content: ""; width: 12px; height: 12px; background: var(--teal); border-radius: 0 60% 0 60%; }
@keyframes ribbon { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ribbon-track { animation: none; } }

/* ---------- Care categories (home) ---------- */
.care-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.care-intro { position: sticky; top: 130px; }
.care-index { list-style: none; padding: 0; margin: 1.8rem 0 2rem; counter-reset: care; }
.care-index li { counter-increment: care; display: flex; gap: 1rem; align-items: baseline; padding: .8rem 0; border-bottom: 1px dashed var(--line); font-weight: 600; color: var(--teal); }
.care-index li::before { content: "0" counter(care); font-family: var(--serif); color: var(--grass-deep); font-size: .95rem; min-width: 2ch; }
.care-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.care-card { margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; }
.care-card:nth-child(even) { transform: translateY(2.5rem); }
.care-card .media { aspect-ratio: 4 / 3; overflow: hidden; }
.care-card .media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.care-card:hover .media img { transform: scale(1.05); }
.care-card .body { padding: 1.3rem 1.4rem 1.5rem; }
.care-card h3 { margin-bottom: .4rem; }
.care-card p { color: var(--muted); font-size: .98rem; margin: 0; }
.care-foot { padding-top: 3.5rem; }
@media (max-width: 900px) {
  .care-layout { grid-template-columns: 1fr; }
  .care-intro { position: static; }
  .care-foot { padding-top: 1rem; }
}
@media (max-width: 600px) {
  .care-cards { grid-template-columns: 1fr; }
  .care-card:nth-child(even) { transform: none; }
}

/* ---------- Seasons ---------- */
.seasons { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.season { background: var(--white); border-radius: var(--radius); padding: 1.6rem 1.4rem; border-top: 6px solid var(--grass); box-shadow: 0 1px 0 var(--line); }
.season:nth-child(2) { border-top-color: var(--grass-deep); }
.season:nth-child(3) { border-top-color: var(--teal); }
.season:nth-child(4) { border-top-color: var(--mist); }
.season .tag { font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--muted); }
.season h3 { margin: .4rem 0 .6rem; }
.season p { margin: 0; color: var(--muted); font-size: .97rem; }
@media (max-width: 960px) { .seasons { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .seasons { grid-template-columns: 1fr; } }

/* ---------- Process (growth line) ---------- */
.process { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; position: relative; }
.process::before {
  content: ""; position: absolute; left: 6%; right: 6%; top: 34px; height: 3px;
  background: repeating-linear-gradient(90deg, var(--grass) 0 14px, transparent 14px 24px);
}
.process li { position: relative; text-align: center; padding: 0 .5rem; }
.process .leaf-num {
  width: 70px; height: 70px; margin: 0 auto 1.2rem; display: grid; place-items: center;
  background: var(--teal); color: var(--white); font-family: var(--serif); font-size: 1.5rem; font-weight: 700;
  border-radius: 0 50% 0 50%; border: 5px solid var(--white); box-shadow: 0 0 0 2px var(--grass);
  position: relative;
}
.process li:nth-child(even) .leaf-num { background: var(--grass); color: var(--teal-dark); }
.process p { color: var(--muted); font-size: .98rem; margin: 0; }
@media (max-width: 860px) {
  .process { grid-template-columns: 1fr; gap: 0; }
  .process::before { left: 34px; right: auto; top: 10px; bottom: 10px; width: 3px; height: auto;
    background: repeating-linear-gradient(180deg, var(--grass) 0 14px, transparent 14px 24px); }
  .process li { display: grid; grid-template-columns: 70px 1fr; gap: 1.2rem; text-align: left; padding: 0 0 2rem; }
  .process .leaf-num { margin: 0; }
}

/* ---------- Benefits bento ---------- */
.bento { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-auto-rows: minmax(200px, auto); gap: 1.2rem; }
.bento-photo { grid-row: span 2; border-radius: var(--radius); overflow: hidden; margin: 0; position: relative; min-height: 420px; }
.bento-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bento-card { border-radius: var(--radius); padding: 1.7rem; background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: flex-end; }
.bento-card .icon { width: 46px; height: 46px; border-radius: 14px; background: var(--grass-tint); display: grid; place-items: center; margin-bottom: auto; }
.bento-card .icon svg { width: 24px; height: 24px; }
.bento-card h3 { margin: 1.2rem 0 .4rem; }
.bento-card p { margin: 0; color: var(--muted); font-size: .98rem; }
.bento-card.fill { background: var(--grass); border-color: var(--grass); }
.bento-card.fill h3, .bento-card.fill p { color: var(--teal-dark); }
.bento-card.fill .icon { background: rgba(255,255,255,.45); }
.bento-card.dark { background: var(--teal); border-color: var(--teal); }
.bento-card.dark h3 { color: var(--white); }
.bento-card.dark p { color: var(--mist-soft); }
.bento-card.dark .icon { background: rgba(255,255,255,.12); }
@media (max-width: 960px) {
  .bento { grid-template-columns: 1fr 1fr; }
  .bento-photo { grid-column: span 2; grid-row: auto; min-height: 0; aspect-ratio: 16 / 10; }
}
@media (max-width: 560px) {
  .bento { grid-template-columns: 1fr; }
  .bento-photo { grid-column: auto; aspect-ratio: 4 / 5; }
}

/* ---------- Video feature ---------- */
.feature { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.phone-frame {
  width: min(100%, 340px); margin-inline: auto; aspect-ratio: 9 / 16; border-radius: 40px; overflow: hidden;
  border: 10px solid var(--teal); box-shadow: var(--shadow), 16px 16px 0 var(--grass);
  background: var(--teal);
}
.phone-frame video { width: 100%; height: 100%; object-fit: cover; }
.checks { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: .8rem; }
.checks li { position: relative; padding-left: 2.1rem; }
.checks li::before {
  content: ""; position: absolute; left: 0; top: .3em; width: 20px; height: 20px;
  background: var(--grass); border-radius: 0 60% 0 60%;
}
@media (max-width: 860px) { .feature { grid-template-columns: 1fr; } .feature .phone-frame { order: -1; } }

/* ---------- Gallery ---------- */
.gallery { columns: 3 260px; column-gap: 1.1rem; }
.gallery figure { margin: 0 0 1.1rem; break-inside: avoid; border-radius: var(--radius-sm); overflow: hidden; position: relative; }
.gallery img { width: 100%; height: auto; }
.gallery figcaption {
  position: absolute; left: .8rem; bottom: .8rem; right: .8rem;
  background: rgba(20,59,64,.82); color: var(--white); font-size: .85rem; padding: .45rem .8rem; border-radius: 10px;
}

/* ---------- CTA panel ---------- */
.cta-panel {
  position: relative; border-radius: 32px; overflow: hidden; color: var(--white);
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4.5rem);
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; align-items: center;
  isolation: isolate;
}
.cta-panel > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.cta-panel::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(20,59,64,.95) 0%, rgba(30,83,89,.86) 55%, rgba(30,83,89,.45) 100%); }
.cta-panel h2 { color: var(--white); }
.cta-panel p { color: var(--mist-soft); margin: 0; max-width: 52ch; }
.cta-actions { display: flex; flex-direction: column; gap: .8rem; align-items: flex-start; }
.cta-mail { font-family: var(--serif); font-size: clamp(1rem, 1.8vw, 1.25rem); color: var(--grass-bright); word-break: break-word; }
.cta-mail:hover { color: var(--white); }
@media (max-width: 800px) { .cta-panel { grid-template-columns: 1fr; } }

/* =========================================================
   Inner-page hero
   ========================================================= */
.page-hero { background: var(--grass-tint); position: relative; overflow: hidden; }
.page-hero::after {
  content: ""; position: absolute; right: -80px; bottom: -120px; width: 320px; height: 320px;
  border-radius: 0 50% 0 50%; background: rgba(93,187,42,.18); pointer-events: none;
}
.page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; padding-block: clamp(3rem, 6vw, 5rem); position: relative; z-index: 1; }
.page-hero-grid.solo { grid-template-columns: 1fr; max-width: 820px; }
.page-hero figure { margin: 0; border-radius: 180px 180px var(--radius) var(--radius); overflow: hidden; aspect-ratio: 5 / 4; box-shadow: var(--shadow); border: 6px solid var(--white); }
.page-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.crumbs { font-size: .88rem; margin-bottom: 1.2rem; color: var(--muted); }
.crumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .4rem; }
.crumbs li + li::before { content: "/"; margin-right: .4rem; color: var(--grass-deep); }
.crumbs a { color: var(--teal); }
@media (max-width: 860px) { .page-hero-grid { grid-template-columns: 1fr; } }

/* ---------- Service page ---------- */
.jump { display: flex; flex-wrap: wrap; gap: .6rem; list-style: none; padding: 0; margin: 0; }
.jump a {
  display: inline-block; padding: .55rem 1.1rem; border-radius: 999px; background: var(--white);
  border: 1px solid var(--line); text-decoration: none; color: var(--teal); font-weight: 600; font-size: .92rem;
}
.jump a:hover { background: var(--teal); color: var(--white); border-color: var(--teal); }

.svc { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; padding-block: clamp(2.5rem, 5vw, 4rem); border-top: 1px solid var(--line); scroll-margin-top: 110px; }
.svc:first-of-type { border-top: 0; }
.svc:nth-of-type(even) .svc-media { order: 2; }
.svc-media { margin: 0; position: relative; }
.svc-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.svc-media.tall img { aspect-ratio: 4 / 5; }
.svc-media::before {
  content: ""; position: absolute; inset: 16px -16px -16px 16px; border: 2px solid var(--grass); border-radius: var(--radius); z-index: -1;
}
.svc-num { font-family: var(--serif); font-size: 1rem; color: var(--grass-deep); font-weight: 700; letter-spacing: .08em; }
.svc h2 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); margin-top: .3rem; }
.svc h3 { font-size: 1.05rem; font-family: var(--sans); text-transform: uppercase; letter-spacing: .12em; color: var(--teal); margin-top: 1.4rem; }
.svc-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem 1.2rem; }
.svc-list li { position: relative; padding-left: 1.4rem; color: var(--muted); font-size: .98rem; }
.svc-list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 9px; height: 9px; background: var(--grass); border-radius: 0 60% 0 60%; }
@media (max-width: 860px) {
  .svc { grid-template-columns: 1fr; }
  .svc:nth-of-type(even) .svc-media { order: 0; }
  .svc-media::before { inset: 10px -10px -10px 10px; }
  .svc-media { margin-right: 10px; }
}
@media (max-width: 480px) { .svc-list { grid-template-columns: 1fr; } }

.visit-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.visit-col { background: var(--white); border-radius: var(--radius); padding: 1.8rem; border: 1px solid var(--line); position: relative; overflow: hidden; }
.visit-col .stage { display: inline-block; background: var(--teal); color: var(--white); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; padding: .3rem .8rem; border-radius: 999px; margin-bottom: 1rem; }
.visit-col:nth-child(2) .stage { background: var(--grass); color: var(--teal-dark); }
.visit-col p { color: var(--muted); margin: 0; }
@media (max-width: 860px) { .visit-cols { grid-template-columns: 1fr; } }

.garden-types { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; list-style: none; padding: 0; margin: 0; }
.garden-types li { padding: 1.3rem 1.4rem; border-radius: var(--radius-sm); background: var(--teal); color: var(--white); }
.garden-types li:nth-child(3n+2) { background: var(--grass); color: var(--teal-dark); }
.garden-types li:nth-child(3n+3) { background: var(--mist); color: var(--teal-dark); }
.garden-types strong { display: block; font-family: var(--serif); font-size: 1.15rem; margin-bottom: .2rem; }
.garden-types span { font-size: .95rem; opacity: .9; }

.faq { max-width: 860px; margin-inline: auto; display: grid; gap: .8rem; }
.faq details { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); }
.faq summary {
  list-style: none; cursor: pointer; padding: 1.15rem 3.4rem 1.15rem 1.3rem; position: relative;
  font-family: var(--serif); font-weight: 700; font-size: 1.12rem; color: var(--teal-dark);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 1.1rem; top: 50%; transform: translateY(-50%);
  width: 30px; height: 30px; border-radius: 50%; background: var(--grass-tint); color: var(--grass-deep);
  display: grid; place-items: center; font-family: var(--sans); font-size: 1.3rem; line-height: 1;
}
.faq details[open] summary::after { content: "–"; background: var(--grass); color: var(--teal-dark); }
.faq details > div { padding: 0 1.3rem 1.2rem; color: var(--muted); }
.faq details > div p:last-child { margin: 0; }

/* ---------- Contact page ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.contact-card {
  border-radius: 28px; padding: clamp(1.8rem, 4vw, 2.8rem); position: relative; overflow: hidden;
  display: flex; flex-direction: column; gap: .6rem; min-height: 280px;
}
.contact-card.mail { background: var(--teal); color: var(--white); }
.contact-card.mail h2 { color: var(--white); }
.contact-card.place { background: var(--grass); color: var(--teal-dark); }
.contact-card .ico { width: 56px; height: 56px; border-radius: 18px; display: grid; place-items: center; background: rgba(255,255,255,.14); margin-bottom: .6rem; }
.contact-card.place .ico { background: rgba(255,255,255,.4); }
.contact-card .ico svg { width: 28px; height: 28px; }
.contact-card h2 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); margin-bottom: .2rem; }
.contact-card .value { font-family: var(--serif); font-size: clamp(1.15rem, 2.2vw, 1.55rem); font-style: normal; line-height: 1.4; word-break: break-word; }
.contact-card.mail .value a { color: var(--grass-bright); }
.contact-card.mail .value a:hover { color: var(--white); }
.contact-card .note { font-size: .95rem; opacity: .85; margin-top: auto; }
.contact-card .btn { align-self: flex-start; margin-top: .6rem; }
.contact-card::after { content: ""; position: absolute; right: -50px; top: -50px; width: 170px; height: 170px; border-radius: 0 50% 0 50%; background: rgba(255,255,255,.08); }
@media (max-width: 760px) { .contact-grid { grid-template-columns: 1fr; } }

.email-guide { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.email-guide figure { margin: 0; border-radius: var(--radius); overflow: hidden; }
.email-guide figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.numbered { list-style: none; padding: 0; margin: 1.2rem 0 0; counter-reset: n; display: grid; gap: 1rem; }
.numbered li { counter-increment: n; display: grid; grid-template-columns: 42px 1fr; gap: 1rem; align-items: start; }
.numbered li::before {
  content: counter(n); width: 42px; height: 42px; display: grid; place-items: center;
  background: var(--grass-tint); color: var(--grass-deep); font-weight: 800; border-radius: 0 50% 0 50%;
}
.numbered strong { display: block; color: var(--teal-dark); }
.numbered span { color: var(--muted); font-size: .97rem; }
@media (max-width: 860px) { .email-guide { grid-template-columns: 1fr; } }

/* =========================================================
   Legal pages — three distinct layouts
   ========================================================= */
.legal-meta { display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; font-size: .92rem; color: var(--muted); margin-top: 1rem; }
.legal-meta strong { color: var(--teal); }
.prose h2 { font-size: clamp(1.4rem, 2.2vw, 1.8rem); margin-top: 2.4rem; }
.prose h3 { margin-top: 1.6rem; }
.prose p, .prose li { color: #2d4244; }
.prose li { margin-bottom: .45rem; }

/* Privacy: sticky contents sidebar */
.privacy-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.toc { position: sticky; top: 130px; background: var(--grass-tint); border-radius: var(--radius); padding: 1.4rem 1.3rem; }
.toc p { font-weight: 800; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--teal); margin-bottom: .8rem; }
.toc ol { margin: 0; padding-left: 1.2rem; font-size: .93rem; }
.toc li { margin-bottom: .45rem; }
.toc a { color: var(--teal-dark); text-decoration: none; }
.toc a:hover { color: var(--grass-deep); text-decoration: underline; }
.privacy-layout .prose section { scroll-margin-top: 110px; }
.privacy-layout .prose section:first-child h2 { margin-top: 0; }
.callout { border-left: 5px solid var(--grass); background: var(--grass-tint); padding: 1.1rem 1.3rem; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; margin: 1.4rem 0; }
.callout p:last-child { margin: 0; }
@media (max-width: 900px) {
  .privacy-layout { grid-template-columns: 1fr; }
  .toc { position: static; }
}

/* Terms: summary box + lettered parts with numbered clauses */
.terms-summary { background: var(--teal); color: var(--white); border-radius: var(--radius); padding: clamp(1.6rem, 4vw, 2.4rem); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; margin-bottom: 3rem; }
.terms-summary h2 { grid-column: 1 / -1; color: var(--white); font-size: 1.4rem; margin: 0; }
.terms-summary div { border-top: 2px solid var(--grass); padding-top: .9rem; }
.terms-summary strong { display: block; color: var(--grass-bright); margin-bottom: .3rem; }
.terms-summary p { margin: 0; color: var(--mist-soft); font-size: .96rem; }
@media (max-width: 860px) { .terms-summary { grid-template-columns: 1fr; } }
.terms-part { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 2rem; padding: 2.5rem 0; border-top: 2px solid var(--line); }
.part-label { font-family: var(--serif); }
.part-label span { display: block; font-size: 3.4rem; line-height: 1; color: var(--grass); font-weight: 700; }
.part-label h2 { font-size: 1.35rem; margin: .5rem 0 0; }
.clause { margin-bottom: 1.6rem; }
.clause h3 { display: flex; gap: .8rem; align-items: baseline; font-size: 1.15rem; margin-bottom: .4rem; }
.clause h3 .no { font-family: var(--sans); font-size: .85rem; font-weight: 800; color: var(--white); background: var(--teal); padding: .15rem .55rem; border-radius: 6px; flex: none; }
.clause p { margin-bottom: .6rem; color: #2d4244; }
@media (max-width: 760px) { .terms-part { grid-template-columns: 1fr; gap: 1rem; } .part-label span { font-size: 2.4rem; } }

/* Cookie: fact tiles, question blocks and table */
.fact-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-bottom: 3rem; }
.fact { border: 2px dashed var(--grass); border-radius: var(--radius); padding: 1.4rem; text-align: center; }
.fact b { display: block; font-family: var(--serif); font-size: 1.6rem; color: var(--grass-deep); }
.fact span { color: var(--muted); font-size: .95rem; }
@media (max-width: 760px) { .fact-tiles { grid-template-columns: 1fr; } }
.qa { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 1.2rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.qa .q-mark { width: 56px; height: 56px; border-radius: 50%; background: var(--mist); color: var(--teal-dark); display: grid; place-items: center; font-family: var(--serif); font-size: 1.6rem; font-weight: 700; }
.qa h2 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); }
.qa p:last-child, .qa ul:last-child { margin-bottom: 0; }
@media (max-width: 560px) { .qa { grid-template-columns: minmax(0, 1fr); gap: .6rem; } .qa .q-mark { width: 44px; height: 44px; font-size: 1.2rem; } }
.table-wrap { width: 100%; overflow-x: auto; border-radius: var(--radius-sm); border: 1px solid var(--line); margin: 1rem 0; }
.cookie-table { width: 100%; border-collapse: collapse; min-width: 560px; font-size: .95rem; }
.cookie-table th, .cookie-table td { text-align: left; padding: .9rem 1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.cookie-table th { background: var(--teal); color: var(--white); font-weight: 700; }
.cookie-table tr:nth-child(even) td { background: var(--grass-tint); }
.cookie-table tr:last-child td { border-bottom: 0; }

/* =========================================================
   Footer — Ocean Mist
   ========================================================= */
.site-footer { background: var(--mist); color: var(--teal-dark); margin-top: clamp(3rem, 6vw, 5rem); position: relative; }
.footer-wave { display: block; width: 100%; height: 60px; color: var(--mist); margin-bottom: -1px; position: absolute; top: -59px; left: 0; }
.footer-top { display: grid; grid-template-columns: 1.3fr .7fr; gap: 2rem; align-items: end; padding-block: 3.5rem 2.5rem; border-bottom: 1px solid rgba(20,59,64,.18); }
.footer-top p.big { font-family: var(--serif); font-size: clamp(1.6rem, 3.4vw, 2.6rem); line-height: 1.2; margin: 0; color: var(--teal-dark); }
.footer-top p.big em { color: var(--grass-deep); }
.footer-top .btn { justify-self: end; }
.footer-cols { display: grid; grid-template-columns: 1.3fr .8fr .9fr 1.5fr; gap: 2rem; padding-block: 2.8rem; }
.footer-cols h2 { font-family: var(--sans); font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: var(--teal); margin-bottom: 1rem; }
.footer-cols ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.footer-cols a { color: var(--teal-dark); text-decoration: none; }
.footer-cols a:hover { color: var(--grass-deep); text-decoration: underline; }
.footer-brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--teal-dark); margin-bottom: 1rem; }
.footer-brand svg { width: 46px; height: 46px; }
.footer-brand b { font-family: var(--serif); font-size: 1.2rem; }
.footer-about p { font-size: .96rem; color: #2d4a4d; max-width: 34ch; }
.footer-contact address { font-style: normal; line-height: 1.6; }
.footer-contact .mail { overflow-wrap: anywhere; font-weight: 700; font-size: .95rem; }
.footer-bottom { background: var(--teal-dark); color: var(--mist-soft); font-size: .88rem; }
.footer-bottom .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem 1.5rem; padding-block: 1.1rem; }
.footer-bottom a { color: var(--grass-bright); }
@media (max-width: 900px) {
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top .btn { justify-self: start; }
}
@media (max-width: 520px) { .footer-cols { grid-template-columns: 1fr; } .footer-wave { height: 36px; top: -35px; } }

/* ---------- Reveal on scroll (content always visible without JS) ---------- */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; transition: none; } }
