/* ============================================================
   Blommor & Trädgård - Cristina Ruiz
   Static site. Palette: botanical green ink + warm bone + rose accent.
   Type: Playfair Display (display) / Mulish (body). Self-hosted.
   Radius lock: buttons = pill, cards/images = 14px, inputs = 10px.
   ============================================================ */

@import url('fonts.css');

:root {
  --ink:       #20382a;   /* deep botanical green - primary text */
  --ink-soft:  #45584b;   /* secondary text */
  --ink-faint: #6d7c70;   /* captions */
  --green:     #2f5840;   /* brand green */
  --green-700: #244532;
  --bone:      #f7f4ec;   /* page background, warm paper */
  --bone-2:    #efeadd;   /* tinted panels */
  --cream:     #fffdf8;   /* elevated surfaces */
  --rose:      #c2566a;   /* single accent */
  --rose-700:  #a23d52;
  --rose-tint: #f3e0e2;
  --line:      #e2dccd;   /* hairlines */
  --shadow:    18px 30px 60px -28px rgba(40, 56, 42, .45);
  --shadow-sm: 0 12px 28px -18px rgba(40, 56, 42, .40);

  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body: 'Mulish', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  --radius: 14px;
  --radius-sm: 10px;
  --maxw: 1240px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bone);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.06; margin: 0; letter-spacing: -.01em; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

.eyebrow {
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: var(--rose-700);
  margin: 0 0 18px;
}

.lead { font-size: 19px; color: var(--ink-soft); max-width: 60ch; }

/* ---------- Buttons (pill) ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; font-size: 15.5px;
  padding: 15px 28px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; white-space: nowrap;
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), box-shadow .25s var(--ease);
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary { background: var(--rose); color: #fff; box-shadow: 0 14px 26px -14px rgba(162, 61, 82, .8); }
.btn-primary:hover { background: var(--rose-700); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--bone); transform: translateY(-2px); }
.btn-light { background: var(--cream); color: var(--ink); border-color: var(--line); }
.btn-light:hover { border-color: var(--ink); transform: translateY(-2px); }

/* ---------- Navigation ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  height: 74px; display: flex; align-items: center;
  transition: background .3s var(--ease), box-shadow .3s var(--ease), height .3s var(--ease);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav.scrolled { background: rgba(247, 244, 236, .9); backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--line); height: 64px; }
.brand { font-family: var(--font-display); font-size: 23px; font-weight: 700; color: var(--ink); letter-spacing: -.01em; }
.brand .amp { color: var(--rose); font-style: italic; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 15px; font-weight: 600; color: var(--ink-soft); transition: color .2s; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { display: inline-flex; }
.nav-sub { display: none; }
.nav-toggle { display: none; background: none; border: 0; font-size: 26px; color: var(--ink); cursor: pointer; line-height: 1; }

/* ---------- Hero (asymmetric split) ---------- */
.hero { padding-top: 74px; }
.hero-grid {
  display: grid; grid-template-columns: 1.02fr 1.1fr; min-height: calc(100dvh - 74px); align-items: stretch;
}
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 60px 64px 60px 0; }
.hero-tag { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--green); margin-bottom: 26px; }
.hero-tag .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--rose); }
.hero h1 { font-size: clamp(44px, 6vw, 78px); }
.hero h1 .it { font-style: italic; color: var(--green); }
.hero-copy .lead { margin: 26px 0 36px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-media { position: relative; border-radius: 0 0 0 var(--radius); overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute; left: 26px; bottom: 26px; background: rgba(255, 253, 248, .92);
  backdrop-filter: blur(6px); border-radius: var(--radius); padding: 16px 20px; box-shadow: var(--shadow-sm);
  max-width: 230px;
}
.hero-badge strong { font-family: var(--font-display); font-size: 30px; color: var(--green); display: block; line-height: 1; }
.hero-badge span { font-size: 13.5px; color: var(--ink-soft); }

/* ---------- Section scaffolding ---------- */
.section { padding: 110px 0; }
.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head h2 { font-size: clamp(32px, 4vw, 50px); }
.section-head p { margin: 20px 0 0; }

/* ---------- About (offset image + text) ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about-figure { position: relative; }
.about-figure img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.about-figure .sign { position: absolute; right: -18px; bottom: 28px; background: var(--cream); padding: 14px 22px; border-radius: var(--radius); box-shadow: var(--shadow-sm); font-family: var(--font-display); font-style: italic; font-size: 21px; color: var(--green); }
.about-body h2 { font-size: clamp(30px, 3.6vw, 46px); }
.about-body p { color: var(--ink-soft); margin: 22px 0 0; max-width: 52ch; }
.about-points { list-style: none; padding: 0; margin: 32px 0 0; display: grid; gap: 14px; }
.about-points li { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; color: var(--ink); }
.about-points i { color: var(--rose); font-size: 22px; margin-top: 1px; }

/* ---------- Seasons (3-cell grid) ---------- */
.seasons { background: var(--green-700); color: var(--bone); }
.seasons .eyebrow { color: #e8b9c2; }
.seasons .section-head h2 { color: #fff; }
.seasons .section-head p { color: rgba(247, 244, 236, .78); }
.season-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.season-card { background: rgba(255, 253, 248, .06); border: 1px solid rgba(255, 253, 248, .14); border-radius: var(--radius); overflow: hidden; transition: transform .35s var(--ease), background .35s var(--ease); }
.season-card:hover { transform: translateY(-6px); background: rgba(255, 253, 248, .10); }
.season-card .ph-img { aspect-ratio: 3/2; overflow: hidden; }
.season-card .ph-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.season-card:hover .ph-img img { transform: scale(1.06); }
.season-card .body { padding: 24px 24px 28px; }
.season-month { font-size: 12.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #e8b9c2; }
.season-card h3 { font-size: 26px; color: #fff; margin: 8px 0 12px; }
.season-card p { font-size: 15px; color: rgba(247, 244, 236, .80); margin: 0; }
.season-card .plants { margin: 16px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.season-card .plants span { font-size: 13px; font-weight: 600; padding: 5px 12px; border-radius: 999px; background: rgba(255, 253, 248, .10); color: #f4e7df; }

/* ---------- Services (zigzag, 2 items) ---------- */
.service-row { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.service-row + .service-row { margin-top: 96px; }
.service-row.flip .service-figure { order: 2; }
.service-figure img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 5/4; object-fit: cover; width: 100%; }
.service-num { font-family: var(--font-display); font-size: 16px; color: var(--rose); font-style: italic; margin-bottom: 12px; }
.service-body h3 { font-size: clamp(28px, 3vw, 40px); }
.service-body > p { color: var(--ink-soft); margin: 18px 0 0; max-width: 50ch; }
.service-list { list-style: none; padding: 0; margin: 26px 0 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.service-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; font-weight: 600; }
.service-list i { color: var(--green); font-size: 19px; margin-top: 2px; }

/* ---------- Gallery (masonry + lightbox) ---------- */
.gallery-masonry { columns: 4; column-gap: 18px; }
.gallery-masonry figure { margin: 0 0 18px; break-inside: avoid; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); cursor: zoom-in; position: relative; }
.gallery-masonry img { width: 100%; transition: transform .6s var(--ease); }
.gallery-masonry figure:hover img { transform: scale(1.05); }
.gallery-masonry figure .ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(32, 56, 42, .35), transparent 55%); opacity: 0; transition: opacity .3s; display: flex; align-items: flex-end; padding: 14px; }
.gallery-masonry figure:hover .ov { opacity: 1; }
.gallery-masonry figure .ov i { color: #fff; font-size: 24px; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(24, 34, 27, .92); display: none; align-items: center; justify-content: center; padding: 24px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: var(--radius); box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.lightbox button { position: absolute; background: rgba(255,253,248,.14); border: 0; color: #fff; width: 52px; height: 52px; border-radius: 50%; font-size: 22px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.lightbox button:hover { background: rgba(255,253,248,.28); }
.lb-close { top: 22px; right: 22px; }
.lb-prev { left: 22px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 22px; top: 50%; transform: translateY(-50%); }

/* ---------- Price band ---------- */
.price { background: var(--bone-2); }
.price-card { background: var(--cream); border-radius: calc(var(--radius) + 6px); box-shadow: var(--shadow); padding: 60px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.price-figure { text-align: left; }
.price .big { font-family: var(--font-display); font-size: clamp(56px, 8vw, 92px); color: var(--green); line-height: .95; }
.price .big small { font-size: 24px; font-weight: 600; color: var(--ink-soft); font-family: var(--font-body); }
.price h2 { font-size: 34px; margin-bottom: 18px; }
.price p { color: var(--ink-soft); margin: 0 0 14px; }
.rut-pill { display: inline-flex; align-items: center; gap: 10px; background: var(--rose-tint); color: var(--rose-700); font-weight: 700; font-size: 15px; padding: 10px 18px; border-radius: 999px; margin-top: 8px; }
.rut-pill i { font-size: 20px; }

/* ---------- Contact (split) ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: start; }
.contact-info h2 { font-size: clamp(30px, 3.6vw, 46px); }
.contact-info p { color: var(--ink-soft); margin: 20px 0 32px; max-width: 44ch; }
.contact-methods { display: grid; gap: 16px; }
.contact-method { display: flex; gap: 16px; align-items: center; padding: 18px 22px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); transition: border-color .2s, transform .2s; }
.contact-method:hover { border-color: var(--rose); transform: translateX(4px); }
.contact-method i { font-size: 26px; color: var(--rose); }
.contact-method .lbl { font-size: 13px; color: var(--ink-faint); font-weight: 600; }
.contact-method .val { font-size: 17px; font-weight: 700; color: var(--ink); }

.contact-form { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-sm); }
.field { display: grid; gap: 7px; margin-bottom: 18px; }
.field label { font-size: 14px; font-weight: 700; color: var(--ink); }
.field input, .field textarea, .field select {
  font-family: var(--font-body); font-size: 16px; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: var(--bone); transition: border-color .2s, box-shadow .2s;
}
.field input::placeholder, .field textarea::placeholder { color: #9aa79c; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(47, 88, 64, .14); }
.field textarea { resize: vertical; min-height: 110px; }
.form-note { font-size: 13.5px; color: var(--ink-faint); margin: 6px 0 0; }

/* ---------- Footer ---------- */
.footer { background: var(--green-700); color: var(--bone); padding: 70px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer .brand { color: #fff; }
.footer p { color: rgba(247, 244, 236, .72); font-size: 15px; max-width: 34ch; }
.footer h4 { font-family: var(--font-body); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: #e8b9c2; margin: 0 0 16px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer ul a { color: rgba(247, 244, 236, .82); font-size: 15px; transition: color .2s; }
.footer ul a:hover { color: #fff; }
.footer-bottom { margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(247, 244, 236, .16); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13.5px; color: rgba(247, 244, 236, .6); }

/* ---------- Scroll reveal ---------- */
/* reveals only hide when JS is active, so no-JS visitors still see everything */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .btn, .season-card, .contact-method, .gallery-masonry img { transition: none !important; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .gallery-masonry { columns: 3; }
  .hero h1 { font-size: clamp(40px, 7vw, 60px); }
}
@media (max-width: 900px) {
  .nav-links { position: fixed; inset: 64px 0 auto 0; flex-direction: column; align-items: stretch; text-align: left; background: var(--bone); padding: 20px 28px 28px; gap: 16px; box-shadow: 0 14px 24px -16px rgba(40,56,42,.4); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; max-height: calc(100vh - 64px); overflow-y: auto; }
  .nav-links.open { opacity: 1; transform: none; pointer-events: auto; }
  .nav-toggle { display: block; }
  .nav-links > a:not(.nav-cta) { font-size: 17px; font-weight: 700; }
  .nav-sub { display: flex; flex-direction: column; gap: 12px; margin: -4px 0 4px; padding: 4px 0 6px 16px; border-left: 2px solid var(--rose-tint); }
  .nav-sub a { font-size: 15px; font-weight: 600; color: var(--ink-faint); }
  .nav-links .nav-cta { width: 100%; justify-content: center; margin-top: 4px; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding: 48px 0 40px; }
  .hero-media { aspect-ratio: 4/3; border-radius: var(--radius); }
  .about-grid, .service-row, .service-row.flip, .price-card, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-row.flip .service-figure { order: 0; }
  .about-figure { max-width: 460px; }
  .about-figure .sign { right: 12px; }
  .season-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .price-card { padding: 40px 28px; }
  .footer-grid { gap: 30px; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .wrap { padding: 0 20px; }
  .section { padding: 76px 0; }
  .gallery-masonry { columns: 2; column-gap: 12px; }
  .gallery-masonry figure { margin-bottom: 12px; }
  .service-list { grid-template-columns: 1fr; }
  .hero-actions .btn { flex: 1; justify-content: center; }
}

/* ============================================================
   MULTI-PAGE ADDITIONS: full-bleed hero, service tiles, subpages
   ============================================================ */

/* Nav transparent over hero image, solid on scroll */
.nav .brand { color: #fff; text-shadow: 0 1px 14px rgba(20,30,22,.4); }
.nav .brand .amp { color: #f4c1cb; }
.nav-links a:not(.nav-cta) { color: rgba(255,255,255,.92); text-shadow: 0 1px 12px rgba(20,30,22,.45); }
.nav-links a:not(.nav-cta):hover { color: #fff; }
.nav-toggle { color: #fff; }
.nav.scrolled .brand { color: var(--ink); text-shadow: none; }
.nav.scrolled .brand .amp { color: var(--rose); }
.nav.scrolled .nav-links a:not(.nav-cta) { color: var(--ink-soft); text-shadow: none; }
.nav.scrolled .nav-links a:not(.nav-cta):hover { color: var(--ink); }
.nav.scrolled .nav-toggle { color: var(--ink); }

/* Full-bleed hero */
.hero-full { position: relative; min-height: 100dvh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-full .hero-bg { position: absolute; inset: 0; }
.hero-full .hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-full .scrim { position: absolute; inset: 0; background:
  linear-gradient(to top, rgba(20,34,24,.82) 0%, rgba(20,34,24,.32) 38%, rgba(20,34,24,.12) 60%, rgba(20,34,24,.30) 100%); }
.hero-full .wrap { position: relative; z-index: 2; padding-bottom: 86px; padding-top: 120px; max-width: none; padding-left: clamp(24px, 5vw, 80px); }
.hero-full .hero-tag { color: #fff; }
.hero-full .hero-tag .dot { background: var(--rose); }
.hero-full h1 { color: #fff; font-size: clamp(46px, 7.2vw, 96px); max-width: 16ch; text-shadow: 0 2px 30px rgba(10,20,12,.4); }
.hero-full h1 .it { font-style: italic; color: #f6d4db; }
.hero-full .lead { color: rgba(255,255,255,.92); max-width: 50ch; margin: 24px 0 36px; font-size: 20px; text-shadow: 0 1px 16px rgba(10,20,12,.4); }
.hero-full .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-full .btn-ghost { color: #fff; border-color: rgba(255,255,255,.7); }
.hero-full .btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.scroll-hint { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 2; color: rgba(255,255,255,.8); font-size: 30px; animation: bob 2.4s var(--ease) infinite; }
@keyframes bob { 0%,100%{ transform: translate(-50%,0);} 50%{ transform: translate(-50%,8px);} }
@media (prefers-reduced-motion: reduce){ .scroll-hint{ animation: none; } }

/* Service tiles (four boxes) */
.svc-intro { text-align: center; max-width: 640px; margin: 0 auto 54px; }
.svc-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.svc-tile { position: relative; display: flex; flex-direction: column; border-radius: var(--radius); overflow: hidden; background: var(--cream); box-shadow: var(--shadow-sm); text-align: left; transition: transform .4s var(--ease), box-shadow .4s var(--ease); min-height: 360px; }
.svc-tile:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.svc-tile .pic { aspect-ratio: 4/3; overflow: hidden; }
.svc-tile .pic img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.svc-tile:hover .pic img { transform: scale(1.07); }
.svc-tile .tbody { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.svc-tile .tnum { font-family: var(--font-display); font-style: italic; color: var(--rose); font-size: 15px; margin-bottom: 6px; }
.svc-tile h3 { font-size: 23px; margin-bottom: 8px; }
.svc-tile p { font-size: 14.5px; color: var(--ink-soft); margin: 0 0 18px; flex: 1; }
.svc-tile .more { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14.5px; color: var(--green); }
.svc-tile .more i { transition: transform .3s var(--ease); }
.svc-tile:hover .more i { transform: translateX(5px); }
.svc-tile .more::after { content: ""; position: absolute; inset: 0; }

/* Subpage hero */
.subhero { position: relative; min-height: 60vh; display: flex; align-items: flex-end; overflow: hidden; }
.subhero .hero-bg { position: absolute; inset: 0; }
.subhero .hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.subhero .scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,34,24,.84), rgba(20,34,24,.28) 60%, rgba(20,34,24,.34)); }
.subhero .wrap { position: relative; z-index: 2; padding-bottom: 56px; padding-top: 120px; }
.crumb { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 600; margin-bottom: 16px; }
.crumb a { color: rgba(255,255,255,.82); } .crumb a:hover { color: #fff; }
.subhero .eyebrow { color: #f4c1cb; }
.subhero h1 { color: #fff; font-size: clamp(38px, 5.5vw, 66px); text-shadow: 0 2px 26px rgba(10,20,12,.4); }
.subhero .lead { color: rgba(255,255,255,.93); max-width: 52ch; margin-top: 18px; text-shadow: 0 1px 14px rgba(10,20,12,.4); }

/* Service detail */
.svc-detail { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: start; }
.svc-detail .body p { color: var(--ink-soft); margin: 0 0 18px; max-width: 60ch; }
.svc-detail .body h2 { font-size: clamp(28px, 3.4vw, 42px); margin-bottom: 22px; }
.incl { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 14px; }
.incl li { display: flex; gap: 13px; align-items: flex-start; font-weight: 600; }
.incl li i { color: var(--green); font-size: 21px; margin-top: 1px; }
.svc-aside { position: sticky; top: 92px; background: var(--bone-2); border-radius: var(--radius); padding: 30px; }
.svc-aside h3 { font-size: 22px; margin-bottom: 14px; }
.svc-aside .price-line { font-family: var(--font-display); font-size: 40px; color: var(--green); line-height: 1; margin-bottom: 6px; }
.svc-aside .price-line small { font-family: var(--font-body); font-size: 16px; font-weight: 600; color: var(--ink-soft); }
.svc-aside p { font-size: 14.5px; color: var(--ink-soft); margin: 0 0 18px; }
.svc-aside .btn { width: 100%; justify-content: center; }

/* Strip of related images on subpage */
.svc-strip { columns: 3; column-gap: 16px; }
.svc-strip figure { margin: 0 0 16px; break-inside: avoid; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.svc-strip img { width: 100%; }

/* Season block (reused on plantering page) */
.season-grid.light .season-card { background: var(--cream); border-color: var(--line); }
.season-grid.light .season-card h3 { color: var(--green); }
.season-grid.light .season-month { color: var(--rose-700); }
.season-grid.light .season-card p { color: var(--ink-soft); }
.season-grid.light .season-card .plants span { background: var(--bone-2); color: var(--green-700); }

@media (max-width: 1080px){
  .svc-tiles { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px){
  .nav-links.open a:not(.nav-cta) { color: var(--ink-soft); text-shadow: none; }
  .svc-detail { grid-template-columns: 1fr; }
  .svc-aside { position: static; }
  .hero-full .wrap { padding-bottom: 60px; }
  .svc-strip { columns: 2; }
}
@media (max-width: 620px){
  .svc-tiles { grid-template-columns: 1fr; }
  .subhero { min-height: 52vh; }
  .svc-strip { columns: 1; }
}

/* ============================================================
   Reviews + full-width image band (simplified home)
   ============================================================ */
.image-band { position: relative; min-height: 56vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.image-band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-band .scrim { position: absolute; inset: 0; background: linear-gradient(rgba(20,34,24,.38), rgba(20,34,24,.52)); }
.image-band .band-text { position: relative; z-index: 2; text-align: center; padding: 0 24px; max-width: 22ch; }
.image-band .band-text h2 { color: #fff; font-size: clamp(28px, 4.4vw, 50px); text-shadow: 0 2px 24px rgba(10,20,12,.45); }
.image-band .band-text .it { font-style: italic; color: #f6d4db; }

.reviews { background: var(--bone-2); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 30px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.review-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.review-card .qmark { color: var(--rose); font-size: 30px; line-height: 1; opacity: .85; }
.review-card .stars { display: flex; gap: 3px; color: var(--rose); font-size: 16px; margin: 10px 0 4px; }
.review-card .quote { font-family: var(--font-display); font-style: italic; font-size: 19px; line-height: 1.5; color: var(--ink); margin: 8px 0 22px; flex: 1; }
.review-card .who { display: flex; align-items: center; gap: 13px; }
.review-card .who .av { width: 44px; height: 44px; border-radius: 50%; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 19px; flex-shrink: 0; }
.review-card .who .nm { font-weight: 700; font-size: 15px; color: var(--ink); }
.review-card .who .rl { font-size: 13px; color: var(--ink-faint); }

@media (max-width: 900px){ .review-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; } }

/* ---- Om oss ---- */
.about-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.about-media img { width: 100%; height: 100%; max-height: 560px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-body h2 { font-size: clamp(30px, 3.6vw, 46px); margin: 6px 0 18px; }
.about-body p { color: var(--ink-soft); margin: 0 0 16px; max-width: 56ch; }
.about-points { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 13px; }
.about-points li { display: flex; align-items: center; gap: 13px; font-weight: 600; color: var(--ink); }
.about-points i { color: var(--rose); font-size: 22px; flex-shrink: 0; }
@media (max-width: 820px){
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .about-media { order: -1; }
  .about-media img { max-height: 380px; }
}
