/* ==========================================================================
   Homecaresnow.com — EDITORIAL DESIGN SYSTEM (v2)
   A premium wellness/lifestyle brand treatment — deliberately NOT a
   traditional homecare-agency layout. No split-hero, no card grids,
   no boxed "why choose us" — typography and whitespace carry the design.

   Palette:
     --forest       #1B4332  deep forest/emerald — primary
     --forest-deep  #12301F  darkest — footer, overlays
     --sage         #8FA986  warm sage — secondary accent
     --cream        #F7F3EA  warm ivory — base background
     --terracotta   #C97B5F  soft accent — used sparingly (links, marks)
     --charcoal     #262420  body text
     --charcoal-soft #6B6656 muted text
     --line         #E5DFCF  hairline dividers (no drop shadows as a rule)

   Type: Playfair Display (editorial serif, headlines, occasional italic)
         + DM Sans (body / UI / nav)
   ========================================================================== */

:root {
  --forest: #1B4332;
  --forest-deep: #12301F;
  --sage: #8FA986;
  --cream: #F7F3EA;
  --terracotta: #C97B5F;
  --charcoal: #262420;
  --charcoal-soft: #6B6656;
  --line: #E5DFCF;
  --ease: cubic-bezier(.22,.61,.36,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--charcoal);
  background: var(--cream);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, .display { font-family: 'Playfair Display', Georgia, serif; color: var(--forest-deep); font-weight: 700; line-height: 1.05; letter-spacing: -0.01em; }
h1 em, h2 em, h3 em { font-style: italic; color: var(--terracotta); }
p { color: var(--charcoal-soft); }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.container-xl { max-width: 1320px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 600px) { .container-xl { padding: 0 20px; } }
section { position: relative; }
.section-pad { padding: 100px 0; }
@media (max-width: 900px) { .section-pad { padding: 84px 0; } }
@media (max-width: 600px) { .section-pad { padding: 64px 0; } }
.bg-forest { background: var(--forest); color: #fff; }
.bg-forest p { color: rgba(255,255,255,0.72); }
.bg-forest h1, .bg-forest h2, .bg-forest h3 { color: #fff; }
.bg-line-top { border-top: 1px solid var(--line); }

.skip-link { position: absolute; left: -999px; top: 0; background: var(--forest-deep); color: #fff; padding: 12px 20px; z-index: 3000; font-weight: 700; }
.skip-link:focus { left: 0; }

/* ---------- Eyebrow ---------- */
.eyebrow { font-family: 'DM Sans'; font-size: 0.76rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--terracotta); font-weight: 700; display: inline-block; margin-bottom: 20px; }
.bg-forest .eyebrow { color: var(--sage); }

/* ---------- Buttons / links ---------- */
.btn-editorial {
  background: var(--forest); color: #fff; border: none; padding: 17px 34px; border-radius: 100px;
  font-weight: 700; font-size: 0.98rem; display: inline-flex; align-items: center; gap: 12px;
  transition: transform .4s var(--ease), background .3s ease;
}
.btn-editorial:hover { background: var(--forest-deep); transform: translateY(-2px); color: #fff; }
.btn-editorial i { transition: transform .3s var(--ease); }
.btn-editorial:hover i { transform: translateX(4px); }
.btn-ghost-light { color: #fff; border-bottom: 1.5px solid rgba(255,255,255,0.5); padding-bottom: 3px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; transition: border-color .3s ease; }
.btn-ghost-light:hover { border-color: #fff; }
.text-link { color: var(--forest-deep); font-weight: 700; border-bottom: 1.5px solid var(--terracotta); padding-bottom: 2px; display: inline-flex; align-items: center; gap: 8px; transition: gap .3s var(--ease); }
.text-link:hover { gap: 13px; }

/* ---------- Header (minimal, sticky, shrinks on scroll) ---------- */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 30px 0; transition: all .4s var(--ease); }
.site-header.scrolled { padding: 16px 0; background: rgba(247,243,234,0.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.site-header .header-row { display: flex; align-items: center; justify-content: space-between; }
.brand-word { font-family: 'Playfair Display'; font-weight: 700; font-size: 1.35rem; color: var(--forest-deep); letter-spacing: -0.01em; display: inline-flex; align-items: center; gap: 10px; }
.brand-word .brand-mark-icon { width: 26px; height: 26px; flex-shrink: 0; color: currentColor; }
.brand-word .brand-mark-icon path, .brand-word .brand-mark-icon circle { stroke: currentColor; fill: currentColor; }
.brand-word .brand-mark-icon path { fill: none; }
.site-header.scrolled .brand-word, .header-row.on-dark .brand-word { color: inherit; }
.header-row.on-dark { color: #fff; }
.header-row.on-dark .brand-word { color: #fff; }
.site-header.scrolled .header-row.on-dark,
.site-header.scrolled .header-row.on-dark .brand-word { color: var(--charcoal); }
.site-header.scrolled .header-row.on-dark .brand-word { color: var(--forest-deep); }
.main-nav-flat { display: flex; align-items: center; gap: 36px; }
.main-nav-flat a { font-weight: 600; font-size: 0.92rem; position: relative; padding-bottom: 4px; }
.main-nav-flat a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1.5px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.main-nav-flat a:hover::after { transform: scaleX(1); transform-origin: left; }

/* ---------- Nav dropdown (Services) ---------- */
.nav-dropdown { position: relative; }
.nav-dropdown-toggle {
  background: none; border: none; color: inherit; font: inherit; font-weight: 600; font-size: 0.92rem;
  display: flex; align-items: center; gap: 7px; cursor: pointer; padding-bottom: 4px;
}
.nav-dropdown-toggle i { font-size: 0.62rem; transition: transform .3s ease; }
.nav-dropdown.open .nav-dropdown-toggle i { transform: rotate(180deg); }
.nav-dropdown-panel {
  position: absolute; top: 30%; left: 50%; transform: translateX(-50%); margin-top: 20px;
  background: #fff; border-radius: 4px; box-shadow: 0 24px 50px -20px rgba(18,48,31,0.3);
  min-width: 260px; padding: 10px; display: none; z-index: 50;
}
.nav-dropdown.open .nav-dropdown-panel,
.nav-dropdown:hover .nav-dropdown-panel { display: block; }
.nav-dropdown-panel a {
  display: block; padding: 12px 16px; border-radius: 3px; font-size: 0.88rem; font-weight: 600;
  color: var(--charcoal); white-space: nowrap;
}
.nav-dropdown-panel a:hover, .nav-dropdown-panel a:focus-visible { background: var(--brand-soft, rgba(143,169,134,0.16)); color: var(--forest-deep); }
.nav-cta { font-weight: 700; font-size: 0.92rem; display: inline-flex; align-items: center; gap: 8px; }
.menu-toggle { display: none; background: none; border: none; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-toggle span { width: 26px; height: 1.5px; background: currentColor; display: block; }
@media (max-width: 991px) {
  .main-nav-flat, .header-row .nav-cta-desktop { display: none; }
  .menu-toggle { display: flex; }
}

/* Full-screen mobile nav overlay */
.mobile-nav-overlay {
  position: fixed; inset: 0; background: var(--forest-deep); z-index: 2000;
  display: flex; flex-direction: column; justify-content: center; padding: 40px;
  opacity: 0; visibility: hidden; transition: opacity .4s ease;
}
.mobile-nav-overlay.open { opacity: 1; visibility: visible; }
.mobile-nav-overlay .close-nav { position: absolute; top: 30px; right: 32px; background: none; border: none; color: #fff; font-size: 2rem; }
.mobile-nav-overlay a { color: #fff; font-family: 'Playfair Display'; font-size: 2.4rem; padding: 12px 0; display: block; }
.mobile-nav-overlay .mno-cta { margin-top: 24px; font-family: 'DM Sans'; font-size: 1.1rem; color: var(--sage); }
.mobile-nav-overlay .mobile-services-details { border: none; }
.mobile-nav-overlay .mobile-services-details summary {
  color: #fff; font-family: 'Playfair Display'; font-size: 2.4rem; padding: 12px 0; cursor: pointer;
  list-style: none; display: flex; align-items: center; gap: 16px;
}
.mobile-nav-overlay .mobile-services-details summary::-webkit-details-marker { display: none; }
.mobile-nav-overlay .mobile-services-details summary i { font-size: 1.2rem; color: var(--sage); transition: transform .3s ease; }
.mobile-nav-overlay .mobile-services-details[open] summary i { transform: rotate(180deg); }
.mobile-nav-overlay .mobile-sub-links { display: flex; flex-direction: column; gap: 6px; padding: 6px 0 18px 4px; }
.mobile-nav-overlay .mobile-sub-links a { color: rgba(255,255,255,0.72); font-family: 'DM Sans'; font-size: 1.05rem; padding: 6px 0; }
.mobile-nav-overlay .mobile-sub-links a:hover { color: #fff; }

/* ---------- HERO (immersive, no split screen) ---------- */
.hero-immersive { position: relative; height: 100vh; min-height: 640px; display: flex; align-items: flex-end; overflow: hidden; }
.hero-immersive .hero-media { position: absolute; inset: 0; background: linear-gradient(155deg, #2E5C46 0%, #1B4332 55%, #12301F 100%); }
.hero-immersive .hero-media .ph-caption { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: rgba(255,255,255,0.35); font-size: 0.72rem; letter-spacing: 0.06em; max-width: 320px; text-align: center; }
.hero-immersive .hero-scrim { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,48,31,0.88) 0%, rgba(18,48,31,0.35) 45%, rgba(18,48,31,0.1) 70%); }
.hero-immersive .container-xl { position: relative; z-index: 2; padding-bottom: 90px; color: #fff; }
.hero-immersive .eyebrow { color: var(--sage); }
.hero-immersive h1 { font-size: clamp(2.8rem, 7vw, 6.2rem); color: #fff; max-width: 900px; }
.hero-immersive .hero-lead { color: rgba(255,255,255,0.82); font-size: 1.15rem; max-width: 460px; margin: 26px 0 36px; }
.hero-immersive .hero-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.scroll-cue { position: absolute; bottom: 30px; right: 32px; z-index: 2; color: rgba(255,255,255,0.6); font-size: 0.7rem; letter-spacing: 0.1em; writing-mode: vertical-rl; display: flex; align-items: center; gap: 10px; }
.scroll-cue::after { content: ""; width: 1px; height: 46px; background: rgba(255,255,255,0.4); }
@media (max-width: 700px) { .scroll-cue { display: none; } }

/* ---------- Editorial intro (huge type, minimal image) ---------- */
.editorial-intro { text-align: left; }
.editorial-intro .ei-headline { font-size: clamp(2.2rem, 5vw, 4rem); max-width: 980px; margin-bottom: 10px; }
.editorial-intro .ei-body { max-width: 620px; margin-top: 34px; font-size: 1.08rem; }

/* ---------- Image story / asymmetric collage ---------- */
.collage-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 20px; margin-top: 60px; height: 640px; }
@media (max-width: 900px) { .collage-grid { height: auto; grid-template-columns: 1fr; } }
.collage-main { position: relative; border-radius: 4px; overflow: hidden; height: 100%; }
@media (max-width: 900px) { .collage-main { height: 380px; } }
.collage-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 20px; height: 100%; }
@media (max-width: 900px) { .collage-stack { grid-template-rows: 1fr; grid-template-columns: 1fr 1fr; height: 240px; } }
.collage-tile { position: relative; border-radius: 4px; overflow: hidden; background: linear-gradient(155deg, #E9E3D2, #D7CFB8); }
.collage-tile .ph-caption { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px; font-size: 0.68rem; color: rgba(38,36,32,0.4); }
.collage-tile .tile-label {
  position: absolute; left: 18px; bottom: 18px; color: #fff; font-weight: 700; font-size: 0.72rem;
  letter-spacing: 0.14em; text-transform: uppercase; z-index: 2;
}
.collage-tile::before, .collage-main::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,48,31,0.55), transparent 55%); z-index: 1; }
.collage-tile { transition: transform .6s var(--ease); }
.collage-main { position: relative; }

/* ---------- Image implementation utility (added for real photography) ---------- */
.ph-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.collage-tile:hover { transform: scale(1.02); }

/* ---------- Care philosophy (horizontal, numbered) ---------- */
.philosophy-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; margin-top: 60px; }
@media (max-width: 900px) { .philosophy-row { grid-template-columns: 1fr; gap: 44px; } }
.philosophy-item { border-top: 1px solid var(--line); padding-top: 26px; }
.philosophy-item .ph-num { font-family: 'Playfair Display'; font-size: 1.1rem; color: var(--terracotta); display: block; margin-bottom: 18px; }
.philosophy-item h3 { font-size: 1.5rem; margin-bottom: 12px; }
.philosophy-item p { font-size: 0.98rem; max-width: 320px; }

/* ---------- Services (vertical interactive list, not cards) ---------- */
.service-list-wrap { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 60px; margin-top: 56px; align-items: start; }
@media (max-width: 991px) { .service-list-wrap { grid-template-columns: 1fr; } }
.service-list { border-top: 1px solid var(--line); }
.service-row-link { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 30px 4px; border-bottom: 1px solid var(--line); transition: background .35s ease, padding-left .35s ease; }
.service-row-link:hover, .service-row-link:focus-visible { background: rgba(143,169,134,0.12); padding-left: 16px; }
.service-row-left { display: flex; align-items: baseline; gap: 26px; }
.service-row-link .sl-num { font-family: 'Playfair Display'; font-size: 1rem; color: var(--terracotta); transition: transform .3s var(--ease); }
.service-row-link:hover .sl-num { transform: translateY(-3px); }
.service-row-text h3 { font-size: 1.5rem; margin-bottom: 4px; transition: color .3s ease; }
@media (max-width: 500px) { .service-row-text h3 { font-size: 1.15rem; } }
.service-row-text p { font-size: 0.9rem; margin: 0; }
.service-row-link .sl-arrow { font-size: 1.2rem; color: var(--forest-deep); transition: transform .35s var(--ease); flex-shrink: 0; }
.service-row-link:hover .sl-arrow { transform: translateX(8px); }

.service-image-sticky { position: sticky; top: 130px; border-radius: 4px; overflow: hidden; aspect-ratio: 4/4.6; background: linear-gradient(155deg, #E9E3D2, #C9D6C1); }
@media (max-width: 991px) { .service-image-sticky { display: none; } }
.service-image-sticky img { width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .4s ease; position: absolute; inset: 0; }
.service-image-sticky img.active { opacity: 1; }
.service-image-sticky .ph-caption { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px; font-size: 0.68rem; color: rgba(38,36,32,0.4); z-index: 0; }

/* ---------- Wellness moments (horizontal scroll strip) ---------- */
/* ---------- Everyday Moments — static asymmetric grid (no scroll) ---------- */
.moments-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 20px; margin-top: 56px; height: 620px; }
@media (max-width: 900px) { .moments-grid { grid-template-columns: 1fr; height: auto; } }
.moments-main { position: relative; border-radius: 4px; overflow: hidden; height: 100%; }
@media (max-width: 900px) { .moments-main { height: 360px; } }
.moments-stack { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 20px; height: 100%; }
@media (max-width: 900px) { .moments-stack { grid-template-rows: 220px 220px; } }
@media (max-width: 500px) { .moments-stack { grid-template-columns: 1fr; grid-template-rows: repeat(4, 220px); } }
.moment-tile { position: relative; border-radius: 4px; overflow: hidden; transition: transform .5s var(--ease); }
.moment-tile:hover { transform: scale(1.02); }
.moment-tile img.ph-img { position: absolute; inset: 0; }
.moment-tile::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,48,31,0.6), transparent 55%); z-index: 1; }
.moment-tile .mt-label { position: absolute; left: 16px; bottom: 14px; z-index: 2; color: #fff; font-weight: 700; font-size: 0.82rem; }
.moments-main .mt-label { font-size: 1.1rem; font-family: 'Playfair Display'; }

/* ---------- For families (oversized text + image, no CTA box) ---------- */
.families-editorial { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: center; }
@media (max-width: 900px) { .families-editorial { grid-template-columns: 1fr; gap: 40px; } }
.families-editorial .fam-image { aspect-ratio: 4/4.6; border-radius: 4px; overflow: hidden; background: linear-gradient(155deg, #2E5C46, #12301F); position: relative; }
.families-editorial .fam-image .ph-caption { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px; font-size: 0.68rem; color: rgba(255,255,255,0.4); }
.families-editorial .fam-text { padding: 0 60px; }
@media (max-width: 900px) { .families-editorial .fam-text { padding: 0; } }
.families-editorial h2 { font-size: clamp(2rem, 4vw, 3.1rem); }

/* ---------- Our Difference (typographic comparison) ---------- */
.difference-list { margin-top: 60px; }
.difference-row { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 30px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.difference-row:first-child { border-top: 1px solid var(--line); }
@media (max-width: 700px) { .difference-row { grid-template-columns: 1fr; gap: 6px; } }
.difference-row .dr-yes { font-family: 'Playfair Display'; font-size: 1.7rem; color: var(--forest-deep); }
.difference-row .dr-no { font-size: 0.98rem; color: var(--charcoal-soft); font-style: italic; }

/* ---------- Support that fits real life (relatable scenarios + image) ---------- */
.reallife-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 60px; align-items: center; margin-top: 60px; }
@media (max-width: 991px) { .reallife-grid { grid-template-columns: 1fr; gap: 36px; } }
.reallife-visual { position: relative; aspect-ratio: 4/4.8; border-radius: 4px; overflow: hidden; }
.reallife-visual img.ph-img { position: absolute; inset: 0; }
.reallife-scenarios { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
@media (max-width: 500px) { .reallife-scenarios { grid-template-columns: 1fr; } }
.reallife-item { padding: 22px 24px 22px 0; border-top: 1px solid var(--line); }
.reallife-item:nth-child(-n+2) { border-top: none; }
@media (max-width: 500px) { .reallife-item:nth-child(2) { border-top: 1px solid var(--line); } }
.reallife-item h3 { font-size: 1.05rem; margin-bottom: 6px; }
.reallife-item p { font-size: 0.88rem; margin: 0; }

/* ---------- Care journey (vertical timeline, scroll-active) ---------- */
.timeline-wrap { position: relative; margin-top: 0; }
.care-journey-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; margin-top: 60px; }
@media (max-width: 900px) { .care-journey-grid { grid-template-columns: 1fr; gap: 44px; } }
.care-journey-visual { position: relative; aspect-ratio: 4/4.6; border-radius: 4px; overflow: hidden; }
.care-journey-visual img.ph-img { position: absolute; inset: 0; }
.care-journey-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,48,31,0.55), transparent 55%); z-index: 1; }
.care-journey-label {
  position: absolute; left: 24px; bottom: 24px; z-index: 2; color: #fff; background: rgba(18,48,31,0.55);
  backdrop-filter: blur(6px); padding: 12px 18px; border-radius: 3px; font-size: 0.72rem;
  letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; max-width: 200px;
}
.timeline-line { position: absolute; left: 26px; top: 10px; bottom: 10px; width: 1.5px; background: var(--line); }
.timeline-line-fill { position: absolute; left: 0; top: 0; width: 100%; height: 0%; background: var(--forest); transition: height .3s ease; }
.timeline-step { position: relative; padding-left: 76px; padding-bottom: 64px; }
.timeline-step:last-child { padding-bottom: 0; }
.timeline-step .ts-num {
  position: absolute; left: 0; top: 0; width: 54px; height: 54px; border-radius: 50%;
  border: 1.5px solid var(--line); background: var(--cream); display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display'; font-size: 1.1rem; color: var(--charcoal-soft); transition: all .4s ease; z-index: 1;
}
.timeline-step.active .ts-num { border-color: var(--forest); background: var(--forest); color: #fff; }
.timeline-step h3 { font-size: 1.4rem; margin-bottom: 8px; transition: color .3s ease; }
.timeline-step p { font-size: 0.95rem; max-width: 420px; }

/* ---------- Final statement (overlapping image) ---------- */
.final-statement { padding-top: 100px; padding-bottom: 220px; position: relative; overflow: visible; }
@media (max-width: 900px) { .final-statement { padding-bottom: 120px; } }
.final-statement h2 { font-size: clamp(2.4rem, 6vw, 4.6rem); max-width: 780px; }
.final-statement .fs-image {
  position: absolute; right: 6%; bottom: -140px; width: 40%; max-width: 480px; aspect-ratio: 4/4.8;
  border-radius: 4px; overflow: hidden; background: linear-gradient(155deg, #E9E3D2, #C9D6C1); box-shadow: 0 40px 70px -30px rgba(18,48,31,0.35);
}
@media (max-width: 900px) { .final-statement .fs-image { position: relative; right: auto; bottom: auto; width: 100%; max-width: none; margin-top: 40px; } }
.final-statement .ph-caption { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px; font-size: 0.68rem; color: rgba(38,36,32,0.4); }

/* ---------- Footer (minimal editorial) ---------- */
.site-footer { background: var(--forest-deep); color: rgba(255,255,255,0.6); padding: 110px 0 40px; }
@media (max-width: 700px) { .site-footer { padding: 70px 0 30px; } }
.footer-inner { width: 100%; padding: 0 56px; }
@media (max-width: 700px) { .footer-inner { padding: 0 24px; } }
.footer-statement { font-family: 'Playfair Display'; font-size: clamp(2rem, 5vw, 3.4rem); color: #fff; max-width: 900px; margin-bottom: 70px; }
.footer-links-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 40px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-links-row > div { flex: 1 1 200px; }
.footer-links-row h4 { color: rgba(255,255,255,0.4); font-family: 'DM Sans'; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; margin-bottom: 18px; }
.footer-links-row ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.footer-links-row a { color: rgba(255,255,255,0.72); font-size: 0.94rem; }
.footer-links-row a:hover { color: #fff; }
.footer-bottom-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; padding-top: 30px; font-size: 0.82rem; }
.footer-bottom-row a:hover { color: #fff; }
.placeholder-note { font-size: 0.78rem; opacity: 0.7; font-style: italic; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.in-view { opacity: 1; transform: translateY(0); margin-bottom: 0;}
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }
a:focus-visible, button:focus-visible { outline: 2px solid var(--forest); outline-offset: 3px; }

/* ---------- Breadcrumb + page hero (inner/service pages) ---------- */
.breadcrumb-editorial { padding: 130px 0 0; font-size: 0.82rem; }
.breadcrumb-editorial a { color: var(--charcoal-soft); font-weight: 600; }
.breadcrumb-editorial a:hover { color: var(--forest); }
.page-hero-editorial { padding: 30px 0 70px; }
.page-hero-editorial h1 { font-size: clamp(2.4rem, 5.4vw, 4.2rem); max-width: 820px; }
.page-hero-editorial p { max-width: 540px; font-size: 1.08rem; margin-top: 24px; }
.page-hero-image { margin-top: 50px; aspect-ratio: 16/7; border-radius: 4px; overflow: hidden; background: linear-gradient(155deg, #E9E3D2, #C9D6C1); position: relative; }
@media (max-width: 700px) { .page-hero-image { aspect-ratio: 4/3.6; } }
.page-hero-image .ph-caption { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px; font-size: 0.7rem; color: rgba(38,36,32,0.4); }

/* ---------- Service detail: checklist / who-it-helps ---------- */
.checklist-editorial { margin-top: 40px; display: grid; gap: 0; }
.checklist-item { display: flex; gap: 20px; align-items: baseline; padding: 22px 0; border-bottom: 1px solid var(--line); }
.checklist-item:first-child { border-top: 1px solid var(--line); }
.checklist-item .ci-mark { font-family: 'Playfair Display'; color: var(--terracotta); font-size: 1.1rem; }
.checklist-item p { margin: 0; font-weight: 600; color: var(--forest-deep); font-size: 1.05rem; }

/* ---------- Contact page ---------- */
.contact-editorial { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 70px; align-items: start; }
@media (max-width: 900px) { .contact-editorial { grid-template-columns: 1fr; gap: 40px; } }
.contact-editorial h1 { font-size: clamp(2.1rem, 4.2vw, 3rem); }
.contact-info-editorial { margin-top: 40px; display: grid; gap: 20px; }
.contact-info-editorial .cir { border-top: 1px solid var(--line); padding-top: 16px; }
.contact-info-editorial .cir strong { display: block; font-family: 'Playfair Display'; font-size: 1.1rem; color: var(--forest-deep); margin-bottom: 4px; }

/* ---------- Full-width contact form (no left panel) ---------- */
.contact-full-wrap { max-width: 1080px; }
.contact-full-wrap h1 { font-size: clamp(2.1rem, 4.6vw, 3.2rem); }
.contact-full-wrap .cf-lead { max-width: 620px; margin-top: 18px; font-size: 1.08rem; }
.contact-form-full { margin-top: 50px; }
.contact-form-full .row { --bs-gutter-x: 40px; }
.form-label-editorial { font-weight: 700; color: var(--forest-deep); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 8px; display: block; }
.form-control-editorial, .form-select-editorial {
  border: none; border-bottom: 1.5px solid var(--line); border-radius: 0; padding: 12px 4px; font-size: 1rem;
  background: transparent; width: 100%; font-family: 'DM Sans'; color: var(--charcoal);
}
.form-control-editorial:focus, .form-select-editorial:focus { outline: none; border-color: var(--forest); }
.form-group-editorial { margin-bottom: 30px; }
