@layer reset, tokens, base, components, pages, utilities;

@layer reset {
  *, *::before, *::after { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body, h1, h2, h3, h4, p, figure, blockquote, ul { margin: 0; }
  ul { padding: 0; list-style: none; }
  img, svg { display: block; max-width: 100%; }
  button, input, textarea, select { font: inherit; }
  button, a { -webkit-tap-highlight-color: transparent; }
}

@layer tokens {
  :root {
    --color-primary: #174f52;
    --color-primary-dark: #0d3a3d;
    --color-primary-deep: #082d30;
    --color-primary-light: #d8e9e5;
    --color-background: #fffdfa;
    --color-background-soft: #f4f6f2;
    --color-background-warm: #f5eee6;
    --color-rose: #ead8d5;
    --color-sand: #d8c0a2;
    --color-text: #183436;
    --color-text-soft: #607375;
    --color-accent: #b7775d;
    --color-border: rgba(23, 79, 82, .16);
    --font-serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
    --font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --space-1: .4rem;
    --space-2: .75rem;
    --space-3: 1rem;
    --space-4: 1.5rem;
    --space-5: 2rem;
    --space-6: 3rem;
    --space-7: 4.5rem;
    --space-8: 6.5rem;
    --radius-sm: .6rem;
    --radius-md: 1rem;
    --radius-lg: 1.8rem;
    --radius-pill: 999px;
    --shadow-soft: 0 24px 70px rgba(25, 61, 61, .10);
    --container: 1180px;
    --header-height: 76px;
    --topbar-height: 38px;
    --announcement-height: 35px;
    --panel-gutter: clamp(.5rem, 1vw, .75rem);
    --green-panel-texture: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E");
    --green-panel-gradient: radial-gradient(ellipse at 22% 20%, rgba(128,189,177,.22), transparent 34%), radial-gradient(ellipse at 78% 82%, rgba(224,173,148,.13), transparent 32%), linear-gradient(138deg, #123f42 0%, #1a5557 48%, #103e41 100%);
    --green-panel-gradient-dark: radial-gradient(ellipse at 22% 20%, rgba(128,189,177,.16), transparent 34%), radial-gradient(ellipse at 78% 82%, rgba(224,173,148,.1), transparent 32%), linear-gradient(138deg, #0d373a 0%, #14484b 48%, #0a3033 100%);
  }
}

@layer base {
  html { overflow-x: clip; }
  body {
    overflow-x: clip;
    color: var(--color-text);
    background: #fff;
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
  }
  body.modal-open { overflow: hidden; }
  a { color: inherit; text-decoration: none; }
  button { color: inherit; }
  h1, h2, h3, h4 {
    font-family: var(--font-serif);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.025em;
  }
  h1 { font-size: clamp(2.6rem, 5.4vw, 3.85rem); }
  h2 { font-size: clamp(2.15rem, 4vw, 2.85rem); }
  h3 { font-size: clamp(1.45rem, 2.2vw, 1.9rem); }
  p { color: var(--color-text-soft); }
  :focus-visible { outline: 3px solid rgba(183, 119, 93, .55); outline-offset: 4px; }
  ::selection { color: white; background: var(--color-primary); }
}

@layer components {
  .skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .7rem 1rem; color: white; background: var(--color-primary-dark); border-radius: .5rem; }
  .skip-link:focus { top: 1rem; }
  .container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
  .narrow { width: min(calc(100% - 2rem), 780px); margin-inline: auto; }
  .section { padding-block: var(--space-8); }
  .section--compact { padding-block: var(--space-7); }
  .section--soft { background: var(--color-background-soft); }
  .section--warm { background: var(--color-background-warm); }
  :is(.hero-panel:not(.home-hero), .page-hero) {
    margin: var(--panel-gutter);
    overflow: hidden;
    border: 1px solid rgba(23,79,82,.1);
    border-radius: 4px;
    background-color: #f7f3ed;
    background-image: var(--green-panel-texture), var(--hero-panel-background, linear-gradient(135deg, #f8f0e8, #eff6f2));
    background-blend-mode: soft-light, normal;
  }
  .green-panel {
    margin: var(--panel-gutter);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 4px;
  }
  .home-reviews.green-panel { margin: 0; border: 0; border-radius: 0; }
  .green-panel--footer-adjacent { margin-bottom: 0; border-bottom: 0; border-radius: 4px 4px 0 0; }
  .has-green-footer .site-footer { margin-top: 0; border-top: 0; border-radius: 0 0 4px 4px; }
  .section-heading { display: grid; gap: var(--space-3); max-width: 720px; margin-bottom: var(--space-6); }
  .section-heading--center { margin-inline: auto; text-align: center; }
  .section-heading p { max-width: 62ch; font-size: 1.06rem; }
  .eyebrow { color: var(--color-accent); font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
  .kicker { font-family: var(--font-serif); color: var(--color-primary); font-size: 1.2rem; font-style: italic; }
  .button-row { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; }
  .button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .5rem; padding: .72rem 1.2rem; border: 1px solid transparent; border-radius: 4px; cursor: pointer; font-weight: 650; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
  .button:hover { transform: translateY(-2px); }
  .button--primary { color: white; background: var(--color-primary); }
  .button--primary:hover { background: var(--color-primary-dark); }
  .button--secondary { color: var(--color-primary); background: transparent; border-color: var(--color-primary); }
  .button--cream { color: var(--color-primary-dark); background: #fff9f1; }
  .button--small { min-height: 40px; padding: .5rem .9rem; font-size: .88rem; }
  .text-link { display: inline-flex; align-items: center; gap: .4rem; color: var(--color-primary); font-weight: 700; }
  .text-link svg { width: 1.1rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
  .text-link:hover svg { transform: translateX(3px); }
  .badge { display: inline-flex; padding: .38rem .65rem; border-radius: var(--radius-pill); color: var(--color-primary-dark); background: rgba(255, 253, 250, .9); box-shadow: 0 8px 20px rgba(13, 58, 61, .08); font-size: .73rem; font-weight: 700; }

  [data-site-header] { display: contents; }
  .site-topbar {
    position: relative;
    z-index: 21;
    color: rgba(255,255,255,.9);
    background: #0f5258;
    min-height: var(--topbar-height);
    font-size: .78rem;
    font-weight: 650;
    letter-spacing: .02em;
  }
  .site-topbar__inner {
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }
  .site-topbar__group {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: clamp(.85rem, 2.2vw, 1.45rem);
  }
  .site-topbar__item,
  .site-topbar__rating {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: .42rem;
    white-space: nowrap;
  }
  .site-topbar__item svg {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
    opacity: .86;
  }
  .site-topbar a { transition: color .2s ease, opacity .2s ease; }
  .site-topbar a:hover { color: white; }
  .site-topbar__rating { gap: .35rem; }
  .site-topbar__rating strong { color: white; font-weight: 800; line-height: 1; }
  .site-topbar__rating .google-g { width: .95rem; height: .95rem; font-size: .9rem; }
  .site-topbar__socials {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
  }
  .site-topbar__socials a {
    display: inline-grid;
    width: 1.55rem;
    height: 1.55rem;
    place-items: center;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    color: rgba(255,255,255,.82);
  }
  .site-topbar__socials svg { width: .9rem; height: .9rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
  .site-topbar__socials a[aria-label="Facebook"] svg { fill: currentColor; stroke: none; }
  .site-topbar__socials a:hover {
    border-color: rgba(255,255,255,.36);
    background: rgba(255,255,255,.08);
  }
  .announcement { position: relative; z-index: 20; min-height: var(--announcement-height); padding: .55rem 1rem; color: #f5eee6; background: var(--color-primary-deep); text-align: center; font-size: .8rem; }
  .announcement a { margin-left: .4rem; text-decoration: underline; text-underline-offset: 3px; }
  .site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid transparent; background: rgba(255, 253, 250, .92); backdrop-filter: blur(18px); transition: box-shadow .25s ease, border .25s ease; }
  .site-header.is-scrolled { border-bottom-color: var(--color-border); box-shadow: 0 8px 30px rgba(13, 58, 61, .06); }
  .header-inner { display: flex; min-height: var(--header-height); align-items: center; gap: 2rem; }
  .brand { display: flex; align-items: center; gap: .75rem; margin-right: auto; }
  .brand-logo { display: block; width: 46px; height: 46px; flex: 0 0 auto; object-fit: contain; }
  .brand-logo--light { width: 50px; height: 50px; }
  .brand-mark { width: 46px; height: 46px; flex: 0 0 auto; overflow: hidden; background: url("../../uploads/2022/01/BELOTTI_MASSAGE_NIORT.png") center / contain no-repeat; color: transparent; font-size: 0; }
  .site-footer .brand-mark { width: 50px; height: 50px; background-image: url("../../uploads/2022/01/MASSAGE_NIORT.png"); }
  .brand-text { display: grid; line-height: 1.1; }
  .brand-text strong { font-family: var(--font-serif); font-size: 1.18rem; font-weight: 500; }
  .brand-text small { margin-top: .2rem; color: var(--color-text-soft); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
  .main-nav { display: flex; align-items: center; gap: 1.15rem; }
  .main-nav .button { display: none; }
  .main-nav a { position: relative; display: inline-flex; align-items: center; gap: .38rem; font-size: .88rem; font-weight: 600; }
  .main-nav a:not(.button)::after { position: absolute; right: 0; bottom: -.35rem; left: 0; height: 1px; content: ""; background: var(--color-primary); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
  .main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
  .nav-icon { width: 1rem; height: 1rem; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.75; opacity: .58; transition: opacity .2s ease, color .2s ease; }
  .main-nav a:hover .nav-icon { opacity: .9; }
  .nav-dropdown { position: relative; padding-block: .7rem; margin-block: -.7rem; }
  .nav-dropdown::after { position: absolute; top: 100%; right: -1rem; left: -1rem; height: .95rem; content: ""; }
  .nav-dropdown__trigger { display: inline-flex; align-items: center; gap: .28rem; }
  .nav-dropdown__trigger::before { content: "⌄"; order: 2; color: var(--color-text-soft); font-size: .72rem; transform: translateY(-1px); }
  .nav-submenu { position: absolute; top: calc(100% + .35rem); left: 50%; z-index: 25; display: grid; min-width: 230px; gap: .15rem; padding: .55rem; border: 1px solid rgba(23,79,82,.12); border-radius: .9rem; background: rgba(255,253,250,.97); box-shadow: 0 18px 50px rgba(13,58,61,.12); opacity: 0; pointer-events: none; transform: translate(-50%, -4px); transition: opacity .16s ease, transform .16s ease; }
  .nav-submenu a { padding: .72rem .82rem; border-radius: .65rem; color: var(--color-text); font-size: .78rem; white-space: nowrap; }
  .nav-submenu a::after { display: none; }
  .nav-submenu a:hover { color: var(--color-primary); background: rgba(216,233,229,.34); }
  .nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within .nav-submenu { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
  .menu-toggle { display: none; position: relative; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(23,79,82,.13); border-radius: 2px; color: var(--color-primary); background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(247,242,235,.68)); cursor: pointer; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
  .menu-toggle:hover { border-color: rgba(23,79,82,.24); box-shadow: 0 8px 24px rgba(25,61,61,.055); }
  .menu-toggle:focus-visible { outline: 2px solid rgba(23,79,82,.34); outline-offset: 3px; }
  .menu-toggle__icon { grid-area: 1 / 1; width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; transition: opacity .18s ease, transform .18s ease; }
  .menu-toggle__icon--close { opacity: 0; transform: rotate(-22deg) scale(.85); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__icon--open { opacity: 0; transform: rotate(22deg) scale(.85); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__icon--close { opacity: 1; transform: rotate(0) scale(1); }

  .hero { position: relative; min-height: 650px; overflow: hidden; color: white; background: var(--color-primary-dark); }
  .hero::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 15% 20%, rgba(134, 190, 178, .28), transparent 28%), radial-gradient(circle at 75% 80%, rgba(210, 172, 151, .16), transparent 30%), linear-gradient(125deg, #0c3b3e 0%, #17565a 58%, #0d4144 100%); }
  .hero::after { position: absolute; right: -5%; bottom: -34%; width: min(58vw, 720px); aspect-ratio: 1; content: ""; border: 1px solid rgba(255,255,255,.15); border-radius: 42% 58% 65% 35% / 53% 35% 65% 47%; animation: drift 16s ease-in-out infinite alternate; }
  .hero-grid { position: relative; z-index: 2; display: grid; min-height: 650px; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); padding-block: 5rem; }
  .hero-copy { display: grid; max-width: 670px; gap: 1.4rem; }
  .hero-copy .eyebrow { color: #e8c7b7; }
  .hero-copy p { max-width: 57ch; color: rgba(255,255,255,.78); font-size: clamp(1.02rem, 1.7vw, 1.16rem); }
  .hero-visual { position: relative; display: grid; min-height: 460px; place-items: center; }
  .hero-visual__frame { position: relative; width: min(100%, 470px); overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 48% 48% 8rem 8rem; box-shadow: 0 35px 80px rgba(0,0,0,.22); }
  .hero-visual__frame img { width: 100%; height: 470px; object-fit: cover; object-position: center; filter: saturate(.72) contrast(.94); }
  .hero-visual__line { position: absolute; width: 190px; right: -10px; bottom: 0; opacity: .75; }
  .hero-note { position: absolute; left: -1rem; bottom: 2.5rem; max-width: 220px; padding: 1rem 1.15rem; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius-md); background: rgba(7, 43, 46, .72); backdrop-filter: blur(12px); font-family: var(--font-serif); font-size: 1.04rem; }
  @keyframes drift { to { transform: rotate(11deg) translate(2%, -2%); } }

  .marie-intro { display: grid; grid-template-columns: 280px 1fr; align-items: center; gap: clamp(2rem, 6vw, 5rem); }
  .marie-photo { position: relative; }
  .marie-photo::before { position: absolute; inset: -14px 18px 18px -14px; content: ""; border: 1px solid var(--color-sand); border-radius: 48% 48% 42% 42%; }
  .marie-photo img { position: relative; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 48% 48% 42% 42%; }
  .marie-copy { display: grid; max-width: 700px; gap: 1.2rem; }
  .marie-copy blockquote { color: var(--color-primary); font-family: var(--font-serif); font-size: clamp(1.35rem, 2.2vw, 1.85rem); line-height: 1.35; }

  .services-stage { position: relative; overflow: hidden; background: radial-gradient(circle at 12% 20%, rgba(232,216,213,.7), transparent 32%), radial-gradient(circle at 88% 75%, rgba(216,233,229,.9), transparent 35%), linear-gradient(135deg, #f8f3ec 0%, #fffdfa 48%, #f4f8f5 100%); }
  .services-stage::after { position: absolute; left: -8rem; bottom: -8rem; width: 24rem; height: 24rem; content: ""; border: 1px solid rgba(23,79,82,.1); border-radius: 50%; }
  .tabs { display: flex; width: fit-content; max-width: 100%; gap: .35rem; margin-bottom: 2.5rem; padding: .35rem; overflow-x: auto; border: 1px solid rgba(23,79,82,.12); border-radius: var(--radius-pill); background: rgba(255,255,255,.62); }
  .tab { flex: 0 0 auto; padding: .7rem 1.1rem; border: 0; border-radius: var(--radius-pill); color: var(--color-text-soft); background: transparent; cursor: pointer; font-weight: 700; }
  .tab.is-active { color: white; background: var(--color-primary); }
  .service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
  .service-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid rgba(23,79,82,.12); border-radius: var(--radius-lg); background: rgba(255,255,255,.83); box-shadow: 0 15px 50px rgba(37,67,65,.05); transition: transform .25s ease, box-shadow .25s ease; }
  .service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
  .service-card__image { position: relative; display: block; height: 185px; overflow: hidden; background: var(--color-primary); }
  .service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
  .service-card:hover .service-card__image img { transform: scale(1.035); }
  .service-card__image .badge { position: absolute; top: .9rem; left: .9rem; }
  .service-card__body { display: grid; flex: 1; gap: 1rem; padding: 1.25rem; }
  .service-card__body p { font-size: .92rem; }
  .service-card__meta { display: flex; align-items: baseline; justify-content: space-between; padding-top: .75rem; border-top: 1px solid var(--color-border); color: var(--color-text-soft); font-size: .85rem; }
  .service-card__meta strong { color: var(--color-primary); font-size: 1rem; }
  .service-card__actions { display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
  .service-card__actions .text-link { font-size: .87rem; }
  .service-carousel-controls { display: none; }
  .category-footer { display: flex; justify-content: center; margin-top: 2rem; }

  .finder-shell { padding: clamp(1.2rem, 3vw, 2.5rem); border: 1px solid rgba(23,79,82,.13); border-radius: var(--radius-lg); background: rgba(255,255,255,.68); }
  .finder { display: grid; gap: 2rem; }
  .finder__intro { display: grid; max-width: 630px; gap: .7rem; }
  .finder-step { display: grid; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid var(--color-border); }
  .finder-step fieldset { min-width: 0; padding: 0; border: 0; }
  .finder-step legend { margin-bottom: .8rem; font-family: var(--font-serif); font-size: 1.4rem; }
  .choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
  .choice { min-height: 62px; padding: .85rem 1rem; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: white; cursor: pointer; text-align: left; transition: border .2s ease, background .2s ease, transform .2s ease; }
  .choice:hover, .choice.is-selected { border-color: var(--color-primary); background: var(--color-primary-light); transform: translateY(-2px); }
  .finder-result { display: grid; gap: .9rem; padding: 1.5rem; border-radius: var(--radius-lg); color: white; background: var(--color-primary); }
  .finder-result p { color: rgba(255,255,255,.78); }
  .finder-result .eyebrow, .finder-result .text-link { color: #f0cfbd; }
  .finder-result .button--primary { color: var(--color-primary); background: white; }
  .finder-result .button--secondary { color: white; border-color: rgba(255,255,255,.65); }

  .split-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
  .split-feature__visual { min-height: 520px; overflow: hidden; background: var(--color-primary-light); }
  .split-feature__visual img { width: 100%; height: 100%; object-fit: cover; }
  .split-feature__content { position: relative; display: grid; align-content: center; gap: 1.25rem; padding: clamp(2rem, 7vw, 6rem); color: white; background: var(--color-primary); }
  .split-feature__content p { color: rgba(255,255,255,.76); }
  .split-feature__content .eyebrow { color: #efc7b6; }
  .split-feature__content::after { position: absolute; right: 2rem; bottom: 1rem; width: 150px; height: 110px; content: ""; opacity: .11; background: url('../../uploads/2022/01/massage-niort.png') center/contain no-repeat; }
  .business-strip { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: clamp(2rem, 5vw, 4rem); border-radius: var(--radius-lg); color: white; background: linear-gradient(115deg, var(--color-primary-deep), var(--color-primary)); }
  .business-strip p { max-width: 650px; color: rgba(255,255,255,.72); }
  .business-strip__copy { display: grid; gap: .8rem; }

  .reputation { display: grid; grid-template-columns: .65fr 1.35fr; gap: 3rem; align-items: start; }
  .rating-summary { display: grid; gap: .7rem; }
  .stars { color: #c69063; letter-spacing: .18em; }
  .rating-number { font-family: var(--font-serif); font-size: 3.5rem; line-height: 1; }
  .review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
  .review { display: grid; gap: 1.1rem; padding: 1.4rem; border-left: 1px solid var(--color-sand); }
  .review blockquote { font-family: var(--font-serif); font-size: 1.2rem; line-height: 1.45; }
  .review cite { color: var(--color-text-soft); font-size: .82rem; font-style: normal; }

  .article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
  .article-card { display: grid; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--color-border); }
  .article-card time { color: var(--color-accent); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
  .article-card h3 { font-size: 1.55rem; }

  .location-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: center; }
  .location-copy { display: grid; gap: 1rem; }
  .location-list { display: grid; gap: .8rem; margin-block: .4rem; }
  .location-list li { display: flex; gap: .75rem; }
  .location-list svg { width: 1.2rem; flex: 0 0 auto; fill: none; stroke: var(--color-accent); }
  .map-card { position: relative; min-height: 390px; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(145deg, #dbe8e3, #efe3d5); }
  .map-card::before, .map-card::after { position: absolute; content: ""; border: 2px solid rgba(23,79,82,.15); border-radius: 48%; }
  .map-card::before { inset: 12% -30% 30% 10%; transform: rotate(18deg); }
  .map-card::after { inset: 32% 15% -30% -25%; transform: rotate(-16deg); }
  .map-pin { position: absolute; left: 52%; top: 46%; z-index: 2; display: grid; width: 72px; height: 72px; place-items: center; border-radius: 50%; color: white; background: var(--color-primary); box-shadow: var(--shadow-soft); }
  .map-pin svg { width: 30px; fill: none; stroke: currentColor; }

  .home-page, .home-page main { background: #fff; }
  .home-page .site-header { background: rgba(255,255,255,.94); }
  .home-hero { padding: clamp(.5rem, 1vw, .75rem); color: white; background: white; }
  .home-hero__inner { position: relative; display: grid; width: 100%; min-height: 500px; max-width: none; place-items: center; align-content: center; gap: 1rem; padding: clamp(3.65rem, 5.8vw, 4.5rem) clamp(1.4rem, 6vw, 5rem); overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 4px; background-image: var(--green-panel-texture), var(--green-panel-gradient); background-blend-mode: soft-light, normal, normal, normal; box-shadow: 0 8px 24px rgba(24,65,63,.04); text-align: center; }
  .home-hero__inner::before { position: absolute; top: 52%; left: clamp(-8rem, -5vw, -3rem); width: clamp(23rem, 30vw, 31rem); aspect-ratio: 276.2 / 256.3; content: ""; background: url("../images/about/about-flow.svg") center / contain no-repeat; filter: brightness(0) invert(1); opacity: .105; pointer-events: none; transform: translateY(-50%) rotate(-8deg); -webkit-mask-image: linear-gradient(90deg, #000 0 58%, rgba(0,0,0,.65) 77%, transparent 100%); mask-image: linear-gradient(90deg, #000 0 58%, rgba(0,0,0,.65) 77%, transparent 100%); }
  .home-hero__inner::after { position: absolute; top: -20rem; right: -10rem; width: 42rem; aspect-ratio: 1; content: ""; border: 1px solid rgba(255,255,255,.1); border-radius: 44% 56% 62% 38% / 48% 38% 62% 52%; transform: rotate(18deg); }
  .home-hero__inner > * { position: relative; z-index: 1; }
  .home-hero .eyebrow { color: #e6b69f; }
  .home-hero h1 { max-width: 23ch; color: white; font-size: clamp(2.7rem, 4.5vw, 3.65rem); line-height: 1.04; }
  .home-hero__inner > p { max-width: 66ch; color: rgba(255,255,255,.72); font-size: clamp(.95rem, 1.45vw, 1.06rem); line-height: 1.72; }
  .home-google-rating { display: inline-flex; align-items: center; gap: .6rem; padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-pill); color: white; background: rgba(6,44,47,.3); backdrop-filter: blur(10px); font-size: .7rem; }
  .home-google-rating > span:last-child { padding-left: .6rem; border-left: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.62); }
  .google-g { display: inline-grid; width: 1.1rem; height: 1.1rem; flex: 0 0 auto; place-items: center; color: transparent; background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 45%, #fbbc05 0 68%, #ea4335 0 84%, #4285f4 0); background-clip: text; -webkit-background-clip: text; font-family: Arial, sans-serif; font-size: 1rem; font-weight: 800; line-height: 1; }
  .home-stars { display: flex; gap: .08rem; }
  .home-stars svg { width: 13px; fill: #dca083; }
  .home-hero__actions { justify-content: center; margin-top: .3rem; }
  .home-hero .button--outline-light { color: white; border-color: rgba(255,255,255,.52); background: transparent; }
  .home-hero .button--outline-light:hover { border-color: white; background: rgba(255,255,255,.07); }

  .home-practices, .home-paths, .home-editorial, .home-cabinet { padding-block: clamp(5.5rem, 9vw, 8rem); }
  .home-practices { position: relative; padding-top: clamp(3.5rem, 5.5vw, 5rem); padding-bottom: clamp(2.2rem, 3vw, 3rem); overflow: hidden; background: linear-gradient(180deg, #fff 0, rgba(255,255,255,.94) 4rem, rgba(255,255,255,0) 13rem), radial-gradient(circle at 8% 35%, rgba(234,216,213,.52), transparent 25%), radial-gradient(circle at 92% 86%, rgba(216,233,229,.7), transparent 28%), linear-gradient(135deg, #fffdfa, #f4f8f4); }
  .home-practices::after { position: absolute; right: -15rem; bottom: -18rem; width: 34rem; height: 29rem; content: ""; border: 1px solid rgba(23,79,82,.08); border-radius: 48% 52% 64% 36% / 42% 58% 42% 58%; transform: rotate(-12deg); }
  .home-section-heading { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: start; gap: clamp(2.5rem, 6vw, 5.5rem); margin-bottom: clamp(2.5rem, 5vw, 4rem); }
  .home-section-heading > div { display: grid; gap: .75rem; }
  .home-section-heading h2 { max-width: 21ch; }
  .home-section-heading p { max-width: 58ch; margin-top: 2rem; line-height: 1.8; }
  .home-entry-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: hidden; border: 1px solid rgba(23,79,82,.09); border-bottom: 0; border-radius: 8px 8px 0 0; background: rgba(255,255,255,.2); }
  .home-entry-card { --tab-base: rgba(255,253,250,.88); --tab-tint: rgba(183,119,93,.12); display: grid; min-height: 180px; align-content: start; gap: .7rem; padding: 1.1rem 1.2rem; border: 0; color: inherit; background-color: var(--tab-base); background-image: radial-gradient(ellipse at 0% 100%, var(--tab-tint) 0%, transparent 68%); background-position: left bottom; background-repeat: no-repeat; background-size: 52% 52%; cursor: pointer; font: inherit; text-align: left; transition: box-shadow .2s ease, filter .2s ease, transform .2s ease; }
  .home-entry-card[data-category-tab="massages"] { --tab-base: rgba(255,253,249,.94); --tab-tint: rgba(205,169,127,.18); }
  .home-entry-card[data-category-tab="reflexologie"] { --tab-base: rgba(255,252,250,.94); --tab-tint: rgba(202,148,145,.16); }
  .home-entry-card[data-category-tab="naturopathie"] { --tab-base: rgba(250,253,251,.94); --tab-tint: rgba(119,177,167,.17); }
  .home-entry-card[data-category-tab="finder"] { --tab-base: rgba(249,253,252,.94); --tab-tint: rgba(72,137,136,.15); }
  .home-entry-card + .home-entry-card { border-left: 1px solid rgba(23,79,82,.09); }
  .home-entry-card svg { width: 34px; height: 34px; margin-bottom: .15rem; fill: none; stroke: var(--color-accent); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
  .home-entry-card > span { color: var(--color-primary); font-family: var(--font-serif); font-size: 1.32rem; line-height: 1.1; }
  .home-entry-card strong { color: var(--color-text-soft); font-size: .75rem; font-weight: 500; line-height: 1.55; }
  .home-entry-card em { align-self: end; margin-top: auto; color: var(--color-primary); font-size: .72rem; font-style: normal; font-weight: 800; }
  .home-entry-card:not(.is-active):hover { background-color: rgba(255,255,255,.98); background-size: 76% 76%; box-shadow: inset 0 0 0 1px rgba(23,79,82,.055); filter: saturate(1.04); transform: translateY(-1px); }
  .home-entry-card:focus-visible { position: relative; z-index: 2; outline: 2px solid var(--color-accent); outline-offset: 3px; }
  .home-entry-card.is-active { color: white; background-color: #16494c; background-image: radial-gradient(circle at 85% 15%, rgba(119,177,167,.18), transparent 36%), linear-gradient(145deg, #16494c, #1a5557); background-size: 100% 100%; box-shadow: inset 0 -2px 0 rgba(229,173,147,.72); }
  .home-entry-card.is-active:hover { background-color: #16494c; background-image: radial-gradient(circle at 85% 15%, rgba(119,177,167,.22), transparent 36%), linear-gradient(145deg, #16494c, #1a5557); transform: none; }
  .home-entry-card.is-active svg { stroke: #e5ad93; }
  .home-entry-card.is-active > span, .home-entry-card.is-active em { color: white; }
  .home-entry-card.is-active strong { color: rgba(255,255,255,.68); }

  .home-practice-panel { position: relative; z-index: 1; margin-top: 0; padding: clamp(1rem, 2vw, 1.5rem); border: 1px solid rgba(23,79,82,.09); border-radius: 0 0 8px 8px; background: rgba(255,255,255,.14); box-shadow: none; }
  [data-service-grid] { opacity: 1; transition: opacity .18s ease; }
  [data-service-grid].is-fading-out, [data-service-grid].is-fading-in { opacity: 0; }
  .home-practice-panel__toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.2rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(23,79,82,.09); }
  .home-practice-panel__toolbar p { max-width: 68ch; font-size: .78rem; line-height: 1.65; }
  .home-practice-panel__toolbar .text-link { flex: 0 0 auto; font-size: .74rem; }
  .home-practice-panel .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
  .home-practice-panel .service-card { border-color: rgba(23,79,82,.09); border-radius: 8px; background: rgba(255,255,255,.68); box-shadow: none; }
  .home-practice-panel .service-card:hover { border-color: rgba(23,79,82,.14); box-shadow: 0 12px 28px rgba(25,61,61,.045); transform: translateY(-3px); }
  .home-practice-panel .badge { box-shadow: none; }
  .home-practice-panel .service-card__image { height: 190px; }
  .home-practice-panel .service-card__body { gap: .85rem; padding: 1.15rem; }
  .home-practice-panel .service-card__body p { display: -webkit-box; min-height: 4.8em; overflow: hidden; font-size: .82rem; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .home-practice-panel .service-card__actions { align-items: stretch; }
  .home-practice-panel .service-card__actions .button { min-height: 40px; padding-inline: .8rem; font-size: .72rem; }
  .home-practice-panel .finder-shell { padding: 0; border: 0; background: transparent; }
  .home-practice-panel .finder { gap: 1.35rem; }
  .home-practice-panel .finder.is-transitioning { pointer-events: none; }
  .home-practice-panel .finder__header { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding: .35rem .2rem 1.15rem; border-bottom: 1px solid rgba(23,79,82,.09); }
  .home-practice-panel .finder__header > div:first-child { display: grid; gap: .35rem; }
  .home-practice-panel .finder__header strong { color: var(--color-primary); font-size: .72rem; letter-spacing: .04em; }
  .home-practice-panel .finder__progress { display: grid; width: min(280px, 36%); grid-template-columns: repeat(3, 1fr); gap: .35rem; }
  .home-practice-panel .finder__progress span { height: 3px; border-radius: var(--radius-pill); background: rgba(23,79,82,.11); transition: background .25s ease; }
  .home-practice-panel .finder__progress .is-active { background: var(--color-accent); }
  .home-practice-panel .finder__progress .is-complete { background: var(--color-primary); }
  .home-practice-panel .finder-step { display: grid; gap: 1.2rem; padding: clamp(1.4rem, 3vw, 2.2rem) .2rem .25rem; border: 0; border-radius: 0; background: transparent; opacity: 1; transform: translateY(0); transition: opacity .18s ease, transform .18s ease; }
  .home-practice-panel .finder-step legend { max-width: 28ch; margin-bottom: .75rem; color: var(--color-primary); font-size: clamp(1.8rem, 3.5vw, 2.45rem); line-height: 1.1; }
  .home-practice-panel .finder-step__hint { max-width: 62ch; margin-bottom: 1.7rem; font-size: .84rem; line-height: 1.75; }
  .home-practice-panel .choice-grid--finder { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: .72rem; }
  .home-practice-panel .choice-grid--finder .choice { position: relative; display: grid; min-height: 132px; align-content: start; gap: .68rem; padding: 1.12rem; overflow: hidden; border: 1px solid rgba(23,79,82,.1); border-radius: 8px; color: var(--color-text); background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(250,247,242,.68)); text-align: left; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
  .home-practice-panel .choice-grid--finder .choice::before { position: absolute; right: -2rem; bottom: -2.8rem; width: 8rem; height: 8rem; content: ""; border-radius: 50%; opacity: .28; background: radial-gradient(circle, rgba(199,148,116,.2), rgba(214,232,228,0) 67%); transition: opacity .2s ease, transform .2s ease; pointer-events: none; }
  .home-practice-panel .choice-grid--finder .choice:hover { border-color: rgba(23,79,82,.2); background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(248,242,234,.82)); box-shadow: 0 12px 26px rgba(25,61,61,.04); transform: translateY(-2px); }
  .home-practice-panel .choice-grid--finder .choice:hover::before { opacity: .45; transform: scale(1.15); }
  .home-practice-panel .choice-grid--finder .choice:focus-visible { outline: 2px solid rgba(23,79,82,.32); outline-offset: 3px; }
  .home-practice-panel .choice-grid--finder .choice strong, .home-practice-panel .choice-grid--finder .choice span { position: relative; z-index: 1; }
  .home-practice-panel .choice-grid--finder .choice strong { color: var(--color-primary); font-family: var(--font-serif); font-size: 1.08rem; font-weight: 500; line-height: 1.25; }
  .home-practice-panel .choice-grid--finder .choice span { color: var(--color-text-soft); font-size: .76rem; line-height: 1.62; }
  .home-practice-panel .choice-grid--finder .choice.is-selected { border-color: rgba(23,79,82,.72); color: white; background: var(--green-panel-gradient); box-shadow: 0 14px 34px rgba(14,70,72,.12); }
  .home-practice-panel .choice-grid--finder .choice.is-selected::before { opacity: .18; background: radial-gradient(circle, rgba(255,255,255,.48), rgba(255,255,255,0) 68%); }
  .home-practice-panel .choice-grid--finder .choice.is-selected strong { color: white; }
  .home-practice-panel .choice-grid--finder .choice.is-selected span { color: rgba(255,255,255,.7); }
  .home-practice-panel .finder-back, .home-practice-panel .finder-reset { width: fit-content; padding: 0 0 .2rem; border: 0; border-bottom: 1px solid rgba(23,79,82,.28); color: var(--color-primary); background: transparent; cursor: pointer; font-size: .72rem; font-weight: 750; transition: color .2s ease, border-color .2s ease; }
  .home-practice-panel .finder-back:hover, .home-practice-panel .finder-reset:hover { border-color: var(--color-accent); color: var(--color-primary-dark); }
  .home-practice-panel .finder-result { display: grid; gap: 1.4rem; padding: clamp(1.2rem, 2.5vw, 2rem) .2rem .25rem; border: 0; border-radius: 0; color: var(--color-text); background: transparent; opacity: 1; transform: translateY(0); transition: opacity .18s ease, transform .18s ease; }
  .home-practice-panel .finder-step.is-entering, .home-practice-panel .finder-step.is-leaving, .home-practice-panel .finder-result.is-entering, .home-practice-panel .finder-result.is-leaving { opacity: 0; transform: translateY(6px); }
  .home-practice-panel .finder-result__intro { display: grid; max-width: 700px; gap: .7rem; }
  .home-practice-panel .finder-result__intro h3 { max-width: 23ch; color: var(--color-primary); font-size: clamp(1.8rem, 3.2vw, 2.35rem); }
  .home-practice-panel .finder-result p { color: var(--color-text-soft); }
  .home-practice-panel .finder-result__intro p { max-width: 62ch; font-size: .8rem; line-height: 1.7; }
  .home-practice-panel .finder-result__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: .85rem; }
  .home-practice-panel .finder-result-card { display: grid; min-width: 0; overflow: hidden; border: 1px solid rgba(23,79,82,.09); border-radius: 8px; background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(250,247,242,.7)); box-shadow: 0 12px 30px rgba(25,61,61,.035); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
  .home-practice-panel .finder-result-card:hover { border-color: rgba(23,79,82,.16); box-shadow: 0 16px 36px rgba(25,61,61,.06); transform: translateY(-2px); }
  .home-practice-panel .finder-result-card__visual { position: relative; display: block; height: 130px; overflow: hidden; }
  .home-practice-panel .finder-result-card__visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 35%, rgba(8,45,48,.22)); }
  .home-practice-panel .finder-result-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
  .home-practice-panel .finder-result-card:hover .finder-result-card__visual img { transform: scale(1.025); }
  .home-practice-panel .finder-result-card__visual span { position: absolute; top: .75rem; left: .75rem; z-index: 1; padding: .35rem .55rem; border-radius: var(--radius-pill); color: var(--color-primary-dark); background: rgba(255,255,255,.9); font-size: .62rem; font-weight: 800; }
  .home-practice-panel .finder-result-card__body { display: grid; gap: .8rem; padding: 1rem; }
  .home-practice-panel .finder-result-card h4 { color: var(--color-primary); font-size: 1.25rem; }
  .home-practice-panel .finder-result-card p { min-height: 4.8em; font-size: .72rem; line-height: 1.6; }
  .home-practice-panel .finder-result-card__meta { display: flex; align-items: baseline; justify-content: space-between; padding-top: .7rem; border-top: 1px solid rgba(23,79,82,.09); color: var(--color-text-soft); font-size: .72rem; }
  .home-practice-panel .finder-result-card__meta strong { color: var(--color-primary); font-size: .86rem; }
  .home-practice-panel .finder-result-card__actions { display: grid; gap: .75rem; align-self: end; }
  .home-practice-panel .finder-result-card__actions .text-link { font-size: .7rem; }
  .home-practice-panel .finder-result-card__actions .button--primary { min-height: 40px; color: white; background: var(--color-primary); font-size: .72rem; }
  .home-practice-panel .finder-result__footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: .2rem; }
  .home-practice-panel .finder-result .eyebrow { color: var(--color-accent); }
  .home-practice-panel .finder-result .text-link { color: var(--color-primary); }
  .home-practice-panel .finder-result__footer .text-link { font-size: .72rem; }

  .home-paths { position: relative; padding-top: clamp(2.8rem, 4vw, 3.8rem); overflow: hidden; background: linear-gradient(180deg, #f4f8f4 0, rgba(244,248,244,0) 9rem), radial-gradient(circle at 90% 14%, rgba(216,233,229,.68), transparent 28%), linear-gradient(135deg, #f7eee5, #fffdfa 56%, #f1f6f2); }
  .home-paths::before { position: absolute; bottom: -14rem; left: -12rem; width: 30rem; height: 25rem; content: ""; border: 1px solid rgba(23,79,82,.09); border-radius: 55% 45% 42% 58% / 46% 58% 42% 54%; }
  .home-paths__grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; }
  .home-path-card { position: relative; display: grid; min-height: 380px; align-content: start; gap: 1rem; padding: clamp(1.6rem, 3vw, 2.3rem); overflow: hidden; border: 1px solid rgba(23,79,82,.09); border-radius: 8px; background: rgba(255,255,255,.54); }
  .home-path-card > :not(.home-path-card__badge) { position: relative; z-index: 2; }
  .home-path-card h2 { max-width: 15ch; font-size: clamp(1.7rem, 2.7vw, 2.2rem); }
  .home-path-card p { font-size: .83rem; line-height: 1.75; }
  .home-path-card .text-link { align-self: end; margin-top: auto; font-size: .78rem; }
  .home-path-card--about { color: white; border-color: rgba(255,255,255,.08); background: linear-gradient(104deg, rgba(15,62,65,.98) 0%, rgba(20,73,76,.94) 56%, rgba(20,73,76,.58) 100%), url("../../uploads/2022/01/Marie_Belotti_Massage_Niort-600x600.jpg") 76% 34% / cover no-repeat; }
  .home-path-card--about .eyebrow { color: #e5ad93; }
  .home-path-card--about p { max-width: 34ch; color: rgba(255,255,255,.7); }
  .home-path-card--about .text-link { color: white; }
  .home-path-card--gift { border-color: rgba(183,119,93,.16); background: radial-gradient(circle at 84% 16%, rgba(221,175,159,.28), transparent 28%), radial-gradient(circle at 8% 92%, rgba(238,216,199,.52), transparent 34%), linear-gradient(145deg, #fffaf4 0%, #fbf1e8 48%, #f0dfd5 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.68); }
  .home-path-card--gift::before { position: absolute; right: -2.1rem; bottom: -2.4rem; width: 12.5rem; height: 8rem; content: ""; border: 1px solid rgba(183,119,93,.16); border-radius: 7px; background: linear-gradient(145deg, rgba(255,253,250,.5), rgba(255,255,255,.08)); transform: rotate(-8deg); }
  .home-path-card--gift::after { position: absolute; right: 2.15rem; bottom: 2rem; width: 7.6rem; height: 1px; content: ""; background: linear-gradient(90deg, transparent, rgba(183,119,93,.25)); transform: rotate(-8deg); }
  .home-path-card--gift h2, .home-path-card--gift p { max-width: 78%; }
  .home-path-card--gift .text-link { padding-top: .2rem; color: var(--color-primary); }
  .home-path-card__badge { position: absolute; top: 1.45rem; right: 1.45rem; z-index: 1; display: grid; width: 82px; aspect-ratio: 1; place-items: center; padding: .72rem; border: 1px solid rgba(183,119,93,.18); border-radius: 50%; color: var(--color-accent); background: rgba(255,253,250,.58); box-shadow: 0 10px 26px rgba(117,68,48,.055), inset 0 0 0 7px rgba(255,253,250,.34); font-size: .56rem; font-weight: 820; letter-spacing: .075em; line-height: 1.2; text-align: center; text-transform: uppercase; }
  .home-path-card--enterprise { background: radial-gradient(circle at 88% 15%, rgba(147,194,187,.2), transparent 32%), radial-gradient(circle at 8% 94%, rgba(195,218,211,.46), transparent 36%), linear-gradient(145deg, #f9fcfa, #e5f0ec); }
  .home-path-card--enterprise p { max-width: 39ch; }

  .home-reviews { position: relative; padding: clamp(.5rem, 1vw, .75rem); overflow: hidden; color: white; background: linear-gradient(180deg, #f1f6f2 0%, #f7faf7 48%, #fffdfa 100%); }
  .home-reviews::before { position: absolute; inset: clamp(.5rem, 1vw, .75rem); content: ""; border: 1px solid rgba(255,255,255,.1); border-radius: 4px; background-image: var(--green-panel-texture), var(--green-panel-gradient); background-blend-mode: soft-light, normal, normal, normal; }
  .home-reviews::after { position: absolute; right: clamp(-13rem, -10vw, -8rem); bottom: clamp(-8rem, -6vw, -5rem); width: clamp(20rem, 26vw, 28rem); aspect-ratio: 644.7 / 483.7; content: ""; background: url("../images/about/about-leaf.svg") center / contain no-repeat; filter: brightness(0) invert(1); opacity: .05; pointer-events: none; transform: rotate(-5deg) scaleX(-1); -webkit-mask-image: linear-gradient(270deg, #000 0 58%, rgba(0,0,0,.62) 76%, transparent 100%); mask-image: linear-gradient(270deg, #000 0 58%, rgba(0,0,0,.62) 76%, transparent 100%); }
  .home-reviews__layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(250px, .58fr) minmax(0, 1.42fr); align-items: center; gap: clamp(3rem, 6vw, 5rem); padding-block: clamp(5.5rem, 9vw, 8rem); }
  .home-reviews__summary { display: grid; align-content: start; gap: 1rem; }
  .home-reviews__summary .eyebrow { color: #e4ad93; }
  .home-reviews__summary h2 { max-width: 14ch; color: white; font-size: clamp(2.05rem, 3.4vw, 2.65rem); }
  .home-reviews__summary p { color: rgba(255,255,255,.62); font-size: .82rem; line-height: 1.75; }
  .home-reviews__summary .text-link { color: white; font-size: .78rem; }
  .home-reviews__score { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem .75rem; }
  .home-reviews__score .stars { color: #e4a382; letter-spacing: .08em; }
  .home-reviews__score .google-g { width: 1rem; height: 1rem; font-size: .95rem; }
  .home-reviews__score strong { color: white; font-size: .82rem; font-weight: 750; }
  .home-review-grid { min-width: 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
  .home-review-track { display: flex; width: max-content; animation: home-review-ticker 108s linear infinite; }
  .home-review-grid:hover .home-review-track, .home-review-grid:focus-within .home-review-track { animation-play-state: paused; }
  .home-review-set { display: flex; gap: .75rem; padding-right: .75rem; }
  .home-review { display: grid; width: 340px; min-height: 235px; grid-template-columns: auto 1fr; align-content: start; gap: .9rem; padding: 1.2rem; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; background: rgba(255,255,255,.075); backdrop-filter: blur(7px); }
  .home-review__avatar { display: grid; width: 36px; height: 36px; grid-row: 1 / 3; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: rgba(255,255,255,.78); background: rgba(255,255,255,.1); font-size: .68rem; font-weight: 800; }
  .home-review__identity { display: grid; gap: .22rem; }
  .home-review__identity cite { color: white; font-size: .72rem; font-style: normal; font-weight: 700; }
  .home-review__identity > div { display: flex; align-items: center; gap: .45rem; }
  .home-review .google-g { width: .85rem; height: .85rem; font-size: .82rem; }
  .home-review .stars { color: #e4a382; font-size: .58rem; letter-spacing: .08em; }
  .home-review blockquote { display: -webkit-box; grid-column: 1 / -1; overflow: hidden; color: rgba(255,255,255,.76); font-family: var(--font-serif); font-size: .94rem; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 7; }
  @keyframes home-review-ticker { to { transform: translateX(-50%); } }

  .home-editorial { position: relative; overflow: hidden; background: radial-gradient(circle at 92% 8%, rgba(216,233,229,.58), transparent 25%), linear-gradient(135deg, #fffdfa, #f7f3ed); }
  .home-editorial::before { position: absolute; top: 10%; left: clamp(-18rem, -14vw, -11rem); width: clamp(26rem, 35vw, 37rem); aspect-ratio: 644.7 / 483.7; content: ""; background: url("../images/about/about-leaf.svg") center / contain no-repeat; opacity: .105; pointer-events: none; transform: rotate(8deg); -webkit-mask-image: linear-gradient(90deg, #000 0 48%, rgba(0,0,0,.62) 70%, transparent 98%); mask-image: linear-gradient(90deg, #000 0 48%, rgba(0,0,0,.62) 70%, transparent 98%); }
  .home-editorial::after { position: absolute; right: -12rem; bottom: -18rem; width: 34rem; aspect-ratio: 1; content: ""; border: 1px solid rgba(23,79,82,.08); border-radius: 44% 56% 62% 38% / 48% 38% 62% 52%; transform: rotate(14deg); }
  .home-editorial > .container { position: relative; z-index: 1; }
  .home-editorial__heading { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(310px, .92fr); align-items: end; gap: clamp(3rem, 8vw, 7rem); margin-bottom: clamp(2.8rem, 5vw, 4.2rem); }
  .home-editorial__heading > div:first-child { display: grid; gap: .75rem; }
  .home-editorial__heading h2 { max-width: 16ch; }
  .home-editorial__heading h2 em { color: var(--color-primary); font-weight: 500; }
  .home-editorial__intro { display: grid; gap: 1.35rem; }
  .home-editorial__intro p { max-width: 58ch; font-size: .88rem; line-height: 1.8; }
  .home-article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
  .home-article-card { position: relative; display: grid; min-height: 330px; overflow: hidden; align-content: start; gap: 1.2rem; padding: clamp(1.25rem, 2.3vw, 1.65rem); border: 1px solid rgba(23,79,82,.1); border-radius: 8px; background: rgba(255,255,255,.62); transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
  .home-article-card--advice { background: radial-gradient(circle at 100% 0, rgba(234,216,213,.52), transparent 34%), rgba(255,255,255,.68); }
  .home-article-card--advice::before, .journal-list-card--advice::before { position: absolute; inset: 0 0 auto; height: 2px; content: ""; background: linear-gradient(90deg, rgba(193,126,97,.72), rgba(193,126,97,0)); }
  .home-article-card:hover { border-color: rgba(23,79,82,.18); box-shadow: 0 18px 42px rgba(18,67,69,.06); transform: translateY(-3px); }
  .home-article-card__meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .6rem; }
  .home-article-card__meta span { display: inline-flex; align-items: center; gap: .4rem; color: var(--color-primary); font-size: .62rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
  .home-article-card__meta span::before { width: 7px; height: 7px; content: ""; border-radius: 50%; background: var(--color-accent); }
  .home-article-card time { color: var(--color-text-soft); font-size: .62rem; }
  .home-article-card time::before { margin-right: .6rem; content: "·"; color: rgba(23,79,82,.42); font-weight: 800; }
  .home-article-card h3 { max-width: 20ch; font-size: clamp(1.42rem, 2.1vw, 1.78rem); }
  .home-article-card h3 a, .journal-list-card h2 a { color: inherit; text-decoration: none; }
  .home-article-card h3 a:hover, .journal-list-card h2 a:hover { color: var(--color-primary); text-decoration: underline; text-decoration-color: rgba(193,126,97,.55); text-underline-offset: 5px; }
  .home-article-card p { font-size: .8rem; line-height: 1.72; }
  .home-article-card .text-link { align-self: end; margin-top: auto; font-size: .75rem; }
  .home-editorial__footer { display: flex; justify-content: flex-end; margin-top: 1.6rem; padding-top: 1.2rem; border-top: 1px solid var(--color-border); }
  .home-editorial__footer .text-link { font-size: .78rem; }

  .home-cabinet { position: relative; overflow: hidden; background: linear-gradient(180deg, #f7f3ed 0, rgba(247,243,237,0) 11rem), linear-gradient(180deg, rgba(255,253,250,0) 64%, var(--color-background) 100%), radial-gradient(circle at 88% 82%, rgba(234,216,213,.52), transparent 30%), var(--color-background); }
  .home-cabinet::after { position: absolute; top: -17rem; right: -12rem; width: 35rem; height: 31rem; content: ""; border: 1px solid rgba(23,79,82,.08); border-radius: 48% 52% 62% 38% / 55% 42% 58% 45%; }
  .home-cabinet__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); align-items: center; gap: clamp(3rem, 9vw, 8rem); }
  .home-cabinet figure { aspect-ratio: 4 / 3; overflow: hidden; border-radius: 4px; box-shadow: 0 28px 70px rgba(13,58,61,.1); }
  .home-cabinet figure img { width: 100%; height: 100%; object-fit: cover; }
  .home-cabinet__copy { display: grid; gap: 1.15rem; }
  .home-cabinet__copy h2 { max-width: 14ch; }
  .home-cabinet__copy > p { max-width: 52ch; font-size: .88rem; line-height: 1.8; }
  .home-cabinet dl { display: grid; grid-template-columns: 1fr 1fr; margin: .5rem 0; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
  .home-cabinet dl div { display: grid; gap: .3rem; padding: 1rem 1rem 1rem 0; }
  .home-cabinet dl div:nth-child(even) { padding-left: 1rem; border-left: 1px solid var(--color-border); }
  .home-cabinet dt { color: var(--color-accent); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .home-cabinet dd { margin: 0; color: var(--color-primary); font-family: var(--font-serif); font-size: 1rem; line-height: 1.45; }
  .gift-offer-link { padding-top: .9rem; border-top: 1px solid var(--color-border); font-size: .78rem; }
  .gift-offer-link a { color: var(--color-primary); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
  .booking-gift-link { margin: 0; padding: .75rem .85rem; border: 1px solid rgba(23,79,82,.1); border-radius: .75rem; color: var(--color-text-soft); background: rgba(216,233,229,.28); font-size: .78rem; line-height: 1.5; }
  .booking-gift-link a { color: var(--color-primary); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

  .home-page .site-footer { position: relative; padding-top: 4.5rem; background-image: var(--green-panel-texture), var(--green-panel-gradient); background-blend-mode: soft-light, normal, normal, normal; }
  .home-page .site-footer::before { display: none; }
  .home-page .site-footer > .container { position: relative; z-index: 1; }
  .home-page .site-footer .footer-grid { padding-top: 0; }
  .home-page .site-footer .footer-bottom { padding-bottom: 2rem; }

  .site-footer { margin: var(--panel-gutter); padding-top: 4.5rem; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 4px; color: rgba(255,255,255,.78); background-image: var(--green-panel-texture), var(--green-panel-gradient); background-blend-mode: soft-light, normal, normal, normal; }
  .footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 3rem; }
  .footer-brand { display: grid; justify-items: start; gap: 1rem; max-width: 360px; }
  .footer-brand .brand-text strong { color: white; }
  .footer-brand .brand-text small { color: rgba(255,255,255,.55); }
  .footer-brand p, .site-footer a { color: rgba(255,255,255,.68); }
  .footer-brand__intro { display: grid; gap: .35rem; }
  .footer-brand__intro p { margin: 0; font-size: .82rem; line-height: 1.65; }
  .footer-brand__link { display: inline-flex; align-items: center; gap: .35rem; color: white !important; font-size: .78rem; font-weight: 750; }
  .footer-brand__link:hover { color: #e4ad93 !important; }
  .footer-google-rating { display: inline-flex; align-items: center; gap: .5rem; padding-top: .1rem; font-size: .74rem; font-weight: 700; }
  .footer-google-rating .google-g { width: .95rem; height: .95rem; font-size: .9rem; }
  .footer-title { margin-bottom: 1rem; color: white; font-family: var(--font-serif); font-size: 1.2rem; }
  .footer-links { display: grid; gap: .5rem; font-size: .88rem; }
  .footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-block: 1.25rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .74rem; }

  dialog { width: min(calc(100% - 2rem), 700px); padding: 0; overflow: hidden; border: 0; border-radius: var(--radius-lg); color: var(--color-text); background: var(--color-background); box-shadow: 0 35px 100px rgba(7,43,46,.35); }
  dialog::backdrop { background: rgba(5, 34, 36, .67); backdrop-filter: blur(5px); }
  dialog[open] { animation: dialog-in .25s ease both; }
  @keyframes dialog-in { from { opacity: 0; transform: translateY(20px) scale(.98); } }
  .dialog-head { display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 1.4rem; border-bottom: 1px solid var(--color-border); }
  #quote-dialog { max-height: min(92vh, 820px); overflow: auto; }
  #quote-dialog .dialog-head { position: sticky; top: 0; z-index: 2; background: rgba(255,253,250,.96); backdrop-filter: blur(12px); }
  .dialog-close { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--color-border); border-radius: 50%; background: transparent; cursor: pointer; }
  .dialog-close svg { width: 20px; fill: none; stroke: currentColor; }
  .dialog-body { display: grid; gap: 1.3rem; padding: clamp(1.3rem, 4vw, 2.4rem); }
  .booking-summary { display: grid; gap: .2rem; padding: 1.15rem; border-radius: var(--radius-md); background: var(--color-primary-light); }
  .booking-summary span, .booking-summary small { color: var(--color-text-soft); }
  .booking-summary strong { font-family: var(--font-serif); font-size: 1.5rem; }
  .amelia-placeholder { display: grid; gap: .9rem; padding: 1.2rem; border: 1px dashed rgba(23,79,82,.28); border-radius: var(--radius-md); }
  .fake-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; }
  .fake-field { height: 52px; border-radius: .7rem; background: linear-gradient(90deg, #eef2ee, #f7f5f0); }
  .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .field { display: grid; gap: .4rem; }
  .field--wide { grid-column: 1 / -1; }
  .field label { font-size: .78rem; font-weight: 700; }
  .field input, .field textarea, .field select { width: 100%; padding: .8rem .9rem; border: 1px solid var(--color-border); border-radius: .65rem; color: var(--color-text); background: white; }
  .field textarea { min-height: 110px; resize: vertical; }
  .form-notice { display: grid; gap: .55rem; padding: .9rem; border-radius: .7rem; font-size: .9rem; }
  .form-notice--success { background: #dcebe3; }
  .form-notice--warning { background: #f6e8ce; }
  .form-notice--error { background: #f4dddd; }

  .gift-builder-hero { --hero-panel-background: linear-gradient(135deg, #f6eee5 0%, #fffdfa 55%, #e8f0ec 100%); position: relative; overflow: hidden; padding: 3.1rem 0 4rem; }
  .gift-builder-hero::before { position: absolute; right: -9rem; top: -13rem; width: 34rem; height: 34rem; content: ""; border: 1px solid rgba(23,79,82,.12); border-radius: 47% 53% 67% 33%; transform: rotate(21deg); }
  .gift-builder-hero::after { position: absolute; left: 44%; bottom: -7rem; width: 22rem; height: 15rem; content: ""; background: radial-gradient(ellipse, rgba(232,216,213,.72), transparent 70%); }
  .gift-builder-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; column-gap: clamp(3rem, 9vw, 8rem); row-gap: 1.3rem; }
  .gift-builder-heading .breadcrumb { grid-column: 1 / -1; }
  .gift-builder-heading h1 { margin-top: .65rem; font-size: clamp(2.35rem, 4vw, 3.4rem); line-height: 1; }
  .gift-builder-heading h1 span, .gift-builder-heading h1 em { display: block; white-space: nowrap; }
  .gift-builder-heading h1 em { color: var(--color-primary); font-weight: 400; }
  .gift-builder-intro { display: grid; gap: 1rem; }
  .gift-builder-intro > p { max-width: 54ch; font-size: .98rem; }
  .gift-builder-intro > p strong { color: white; font-weight: 800; }
  .gift-key-facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--color-border); }
  .gift-key-facts li { display: grid; gap: .1rem; padding: 1rem 1rem 0 0; }
  .gift-key-facts strong { color: var(--color-primary); font-family: var(--font-serif); font-size: 1.45rem; font-weight: 500; }
  .gift-key-facts span { color: var(--color-text-soft); font-size: .72rem; }

  .gift-experience { position: relative; padding: 2.8rem 0 5.25rem; overflow: clip; background: var(--color-background); }
  .gift-experience > .container { position: relative; z-index: 1; }
  .gift-experience-motif { position: absolute; top: 53%; left: clamp(-19rem, -22vw, -15rem); z-index: 2; width: clamp(24rem, 34vw, 32rem); color: var(--color-primary); opacity: .32; pointer-events: none; transform: translateY(-50%) rotate(4deg); -webkit-mask-image: linear-gradient(90deg, #000 0 48%, rgba(0,0,0,.72) 66%, transparent 92%); mask-image: linear-gradient(90deg, #000 0 48%, rgba(0,0,0,.72) 66%, transparent 92%); }
  .gift-experience-motif path { fill: none; stroke: currentColor; stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
  .gift-progress-wrap { display: grid; grid-template-columns: 135px 1fr; align-items: center; gap: 2rem; margin-bottom: 2.4rem; }
  .gift-progress-copy { display: grid; line-height: 1.25; }
  .gift-progress-copy span { color: var(--color-text-soft); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
  .gift-progress-copy strong { color: var(--color-primary); font-size: .9rem; }
  .gift-progress { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
  .gift-progress::before { position: absolute; top: 13px; right: 12.5%; left: 12.5%; height: 1px; content: ""; background: rgba(23,79,82,.15); }
  .gift-progress li { position: relative; z-index: 1; }
  .gift-progress button { display: grid; width: 100%; place-items: center; gap: .28rem; padding: 0; border: 0; color: var(--color-text-soft); background: transparent; cursor: pointer; }
  .gift-progress button:disabled { cursor: default; }
  .gift-progress button > span { display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid var(--color-border); border-radius: 50%; background: var(--color-background); font-size: .64rem; font-weight: 750; transition: color .25s ease, background .25s ease, border-color .25s ease; }
  .gift-progress small { font-size: .65rem; font-weight: 700; }
  .gift-progress li.is-active button > span { color: white; border-color: var(--color-primary); background: var(--color-primary); box-shadow: 0 0 0 5px rgba(23,79,82,.08), 0 6px 18px rgba(23,79,82,.16); transform: scale(1.08); }
  .gift-progress li.is-active small { color: var(--color-primary); font-weight: 800; }
  .gift-progress li.is-complete button > span { color: white; border-color: var(--color-accent); background: var(--color-accent); }
  .gift-progress li.is-complete button > span { font-size: 0; }
  .gift-progress li.is-complete button > span::after { content: "✓"; font-size: .85rem; }

  .gift-workspace { display: grid; min-height: 700px; grid-template-columns: minmax(0, 1.03fr) minmax(390px, .97fr); overflow: hidden; border: 1px solid rgba(23,79,82,.08); border-radius: 1.5rem; background: #f7f4ef; box-shadow: 0 22px 65px rgba(25,61,61,.09); }
  .gift-wizard { display: grid; min-width: 0; min-height: 700px; grid-template-rows: minmax(0, 1fr) auto; padding: clamp(2.1rem, 3.2vw, 3.2rem); background: #fffdfa; }
  .gift-step { align-self: stretch; }
  .gift-step.is-entering { animation: gift-step-in .35s ease both; }
  @keyframes gift-step-in { from { opacity: 0; transform: translateY(12px); } }
  .gift-step-heading { display: grid; gap: .2rem; min-height: 112px; align-content: start; margin-bottom: 1.6rem; }
  .gift-step-heading h2 { max-width: 560px; margin: .3rem 0 .55rem; font-size: clamp(1.9rem, 3vw, 2.45rem); }
  .gift-step-heading p { max-width: 55ch; }
  .gift-step-note { display: grid; width: 100%; max-width: none; gap: .7rem; margin-top: 1.8rem; padding: 1rem 1.1rem; border: 1px solid rgba(23,79,82,.08); border-radius: .85rem; color: var(--color-text-soft); background: rgba(216,233,229,.38); font-size: .76rem; }
  .gift-step-note__title { color: var(--color-primary); font-size: .78rem; }
  .gift-step-note p { max-width: 72ch; }
  .gift-step-note ul { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: .7rem 0; border-top: 1px solid rgba(23,79,82,.1); border-bottom: 1px solid rgba(23,79,82,.1); list-style: none; }
  .gift-step-note li { display: grid; gap: .08rem; padding-right: 1rem; }
  .gift-step-note li + li { padding-left: 1rem; border-left: 1px solid rgba(23,79,82,.12); }
  .gift-step-note strong { color: var(--color-primary); font-size: .8rem; }
  .gift-step-note span { font-size: .68rem; }
  .gift-fields { display: grid; column-gap: 1.5rem; row-gap: 1.15rem; }
  .gift-fields--two { grid-template-columns: 1fr 1fr; }
  .gift-field { position: relative; display: grid; gap: .45rem; }
  .gift-field label, .gift-choice-group legend { color: var(--color-text); font-size: .78rem; font-weight: 750; }
  .gift-field label small, .gift-choice-group legend small { color: var(--color-text-soft); font-weight: 500; }
  .gift-step[data-gift-step="1"] .gift-fields { gap: 1rem; }
  .gift-step[data-gift-step="1"] .gift-field { gap: .08rem; padding: .78rem .95rem .42rem; border: 1px solid rgba(23,79,82,.14); border-radius: .85rem; background: white; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease; }
  .gift-step[data-gift-step="1"] .gift-field--start:has(input:placeholder-shown) { border-color: rgba(23,79,82,.48); background: linear-gradient(135deg, rgba(216,233,229,.34), white 58%); box-shadow: 0 10px 26px rgba(23,79,82,.1), inset 3px 0 0 var(--color-primary); transform: translateY(-2px); }
  .gift-step[data-gift-step="1"] .gift-field:focus-within { border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(23,79,82,.08); }
  .gift-step[data-gift-step="1"] .gift-field label { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 1rem; color: var(--color-primary); font-size: .95rem; font-weight: 800; }
  .gift-step[data-gift-step="1"] .gift-field label span { white-space: nowrap; }
  .gift-step[data-gift-step="1"] .gift-field label small { padding: .25rem .45rem; border-radius: var(--radius-pill); color: var(--color-text-soft); background: var(--color-background-soft); font-size: .62rem; font-weight: 700; line-height: 1; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
  .gift-step[data-gift-step="1"] .gift-field input { padding: .52rem 0 .3rem; border-bottom: 0; font-size: 1.2rem; }
  .gift-step[data-gift-step="1"] .gift-field input:focus { box-shadow: none; }
  .gift-step[data-gift-step="1"] .gift-field-error { min-height: .65rem; }
  .gift-field input, .gift-field textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(23,79,82,.25); border-radius: 0; padding: .85rem 0; color: var(--color-primary-dark); background: transparent; font-family: var(--font-serif); font-size: 1.22rem; outline: 0; transition: border .2s ease; }
  .gift-field input:focus, .gift-field textarea:focus { border-bottom-color: var(--color-primary); box-shadow: 0 2px 0 -1px var(--color-primary); }
  .gift-field input[aria-invalid="true"] { border-bottom-color: #a44949; }
  .gift-field-error { min-height: 1.2em; color: #a44949; font-size: .72rem; }
  .gift-field textarea { min-height: 112px; resize: none; line-height: 1.45; }
  .gift-message-field { margin-bottom: 1.5rem; }
  .gift-character-count { position: absolute; right: 0; bottom: .5rem; color: var(--color-text-soft); font-size: .7rem; }
  .gift-choice-group { display: grid; gap: .75rem; margin: 1.5rem 0 0; padding: 0; border: 0; }
  .gift-theme input, .gift-delivery input { position: absolute; opacity: 0; pointer-events: none; }
  .gift-theme-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
  .gift-theme > span { display: grid; min-height: 82px; grid-template-columns: 34px 1fr; align-content: center; column-gap: .7rem; padding: .75rem; border: 1px solid var(--color-border); border-radius: .8rem; background: white; cursor: pointer; transition: border .2s ease, box-shadow .2s ease; }
  .gift-theme > span > i { grid-row: 1 / 3; width: 34px; height: 45px; border-radius: .7rem .7rem .25rem .25rem; background: var(--swatch); }
  .gift-theme strong { align-self: end; font-size: .8rem; }
  .gift-theme small { color: var(--color-text-soft); font-size: .67rem; }
  .gift-theme--petrol { --swatch: linear-gradient(145deg,#0d3a3d,#287074); }
  .gift-theme--rose { --swatch: linear-gradient(145deg,#c89589,#ead8d5); }
  .gift-theme--sand { --swatch: linear-gradient(145deg,#ad8767,#e5d2ba); }
  .gift-theme input:checked + span { border-color: var(--color-primary); box-shadow: 0 0 0 2px rgba(23,79,82,.1); }
  .gift-delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
  .gift-delivery { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .8rem; min-height: 92px; padding: .9rem; border: 1px solid var(--color-border); border-radius: .8rem; background: white; cursor: pointer; transition: border .2s ease, box-shadow .2s ease; }
  .gift-delivery:has(input:checked) { border-color: var(--color-primary); box-shadow: 0 0 0 2px rgba(23,79,82,.08); }
  .gift-delivery-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--color-primary); background: var(--color-primary-light); }
  .gift-delivery-icon svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; }
  .gift-delivery > span:nth-of-type(2) { display: grid; }
  .gift-delivery strong { font-size: .85rem; }
  .gift-delivery small { color: var(--color-text-soft); font-size: .7rem; }
  .gift-delivery > i { width: 16px; height: 16px; border: 1px solid var(--color-border); border-radius: 50%; }
  .gift-delivery:has(input:checked) > i { border: 5px solid var(--color-primary); }
  .gift-choice-group + .gift-delivery-fields { margin-top: 2rem; }
  .gift-delivery-fields .gift-field > small { margin-top: -.15rem; color: var(--color-text-soft); font-size: .7rem; }
  .gift-actions { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--color-border); }
  .gift-back { display: inline-flex; align-items: center; gap: .5rem; padding: .6rem 0; border: 0; color: var(--color-text-soft); background: transparent; cursor: pointer; font-weight: 700; }
  .gift-next { min-width: 175px; margin-left: auto; }
  .gift-next:disabled { opacity: .55; cursor: default; transform: none; }
  .gift-recap { overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-md); }
  .gift-recap dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0; }
  .gift-recap dl div { display: grid; gap: .2rem; padding: 1rem 1.2rem; border-bottom: 1px solid var(--color-border); }
  .gift-recap dl div:nth-child(odd) { border-right: 1px solid var(--color-border); }
  .gift-recap dt { color: var(--color-text-soft); font-size: .7rem; }
  .gift-recap dd { margin: 0; overflow-wrap: anywhere; color: var(--color-primary); font-family: var(--font-serif); font-size: 1.05rem; }
  .gift-recap-total { display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 1.2rem; color: white; background: var(--color-primary); }
  .gift-recap-total strong { font-family: var(--font-serif); font-size: 1.6rem; }
  .gift-payment { display: flex; gap: .9rem; align-items: center; margin-top: 1rem; padding: 1rem; border-radius: var(--radius-md); background: var(--color-primary-light); }
  .gift-payment > span { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: white; background: var(--color-primary); }
  .gift-payment p { font-size: .76rem; }

  .gift-preview-column { position: relative; display: grid; min-width: 0; min-height: 700px; align-content: center; padding: clamp(1.7rem, 2.5vw, 2.4rem); overflow: hidden; color: white; background: radial-gradient(circle at 15% 20%, rgba(193,146,124,.18), transparent 28%), radial-gradient(circle at 85% 80%, rgba(116,170,160,.14), transparent 32%), var(--color-primary-dark); }
  .gift-preview-column::after { position: absolute; right: -8rem; bottom: -9rem; width: 25rem; height: 25rem; content: ""; border: 1px solid rgba(255,255,255,.12); border-radius: 45% 55% 62% 38%; transform: rotate(22deg); }
  .gift-card-stack { position: relative; z-index: 2; width: min(100%, 680px); margin-inline: auto; padding: 1rem 0 1.5rem; perspective: 1200px; }
  .gift-envelope { position: absolute; inset: 14% 0 1% 7%; border: 1px solid rgba(255,255,255,.45); border-radius: 1.25rem; background: linear-gradient(145deg, #f3ece2, #ded2c4); box-shadow: 0 28px 52px rgba(0,0,0,.22); transform: rotate(2deg); }
  .gift-envelope::after { position: absolute; inset: 0; content: ""; clip-path: polygon(0 0, 50% 62%, 100% 0); border-radius: inherit; background: linear-gradient(160deg, rgba(255,255,255,.72), rgba(255,255,255,.12)); }
  .gift-live-card { --card-bg: radial-gradient(circle at 88% 12%, rgba(111,185,177,.22), transparent 34%), linear-gradient(145deg, #18565a, #092f32); --card-text: #fffdf8; --card-muted: rgba(255,253,248,.67); --card-line: rgba(255,255,255,.18); --card-badge-bg: #bf7f62; --card-badge-text: #fffdf8; position: relative; display: grid; min-height: 0; aspect-ratio: 1.45; grid-template-rows: auto minmax(0, 1fr) auto; padding: clamp(1.55rem, 2.8vw, 2rem); overflow: hidden; border: 1px solid rgba(255,255,255,.25); border-radius: 1.2rem; color: var(--card-text); background: var(--card-bg); box-shadow: 0 24px 48px rgba(0,0,0,.24); transform: rotate(-.75deg); transition: color .3s ease, background .3s ease, transform .3s ease; }
  .gift-live-card::before { position: absolute; z-index: 1; inset: 10px; content: ""; pointer-events: none; border: 1px solid var(--card-line); border-radius: .85rem; }
  .gift-live-card:hover { transform: rotate(-.25deg) translateY(-2px); }
  .gift-live-card.is-updating { animation: gift-card-update .3s ease; }
  @keyframes gift-card-update { 50% { transform: rotate(-.45deg) translateY(-2px) scale(1.004); } }
  .gift-live-card[data-theme="rose"] { --card-bg: radial-gradient(circle at 85% 10%, rgba(255,244,240,.35), transparent 35%), linear-gradient(145deg, #d8b2aa, #ae746e); --card-text: #3c2b2b; --card-muted: rgba(60,43,43,.62); --card-line: rgba(60,43,43,.14); --card-badge-bg: #704846; --card-badge-text: #fff8f3; }
  .gift-live-card[data-theme="sand"] { --card-bg: radial-gradient(circle at 88% 10%, rgba(255,245,229,.42), transparent 34%), linear-gradient(145deg, #e7d2b8, #b98d69); --card-text: #3d3027; --card-muted: rgba(61,48,39,.62); --card-line: rgba(61,48,39,.14); --card-badge-bg: #6d4d38; --card-badge-text: #fff9ef; }
  .gift-live-logo { position: absolute; z-index: 3; top: 1.3rem; right: 1.35rem; width: 44px; height: 44px; padding: .35rem; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(8,45,48,.38); object-fit: contain; box-shadow: 0 6px 18px rgba(8,45,48,.12); }
  .gift-live-card__top, .gift-live-card__bottom { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 1.5rem; }
  .gift-live-card__top { align-items: center; padding-right: 3.25rem; }
  .gift-live-card__identity { display: flex; min-width: 0; align-items: center; gap: .55rem; }
  .gift-live-card__identity span { flex: 0 0 auto; padding: .3rem .5rem; border-radius: var(--radius-pill); color: var(--card-badge-text); background: var(--card-badge-bg); font-size: .54rem; font-weight: 800; line-height: 1; letter-spacing: .08em; text-transform: uppercase; }
  .gift-live-card__identity strong { min-width: 0; overflow: hidden; font-family: var(--font-serif); font-size: .86rem; font-weight: 500; letter-spacing: -.01em; text-overflow: ellipsis; white-space: nowrap; }
  .gift-live-card__content { position: relative; z-index: 2; display: grid; max-width: 72%; align-content: center; gap: .42rem; padding-block: .45rem; }
  .gift-live-card__content > span { color: var(--card-muted); font-size: .62rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
  .gift-live-card__content h3 { max-width: 100%; font-size: clamp(2.2rem, 3.8vw, 3rem); line-height: .94; letter-spacing: -.035em; }
  .gift-live-card__content h3 strong { display: -webkit-box; overflow: hidden; overflow-wrap: normal; font-weight: 400; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .gift-live-card.has-long-name .gift-live-card__content h3 { font-size: clamp(1.9rem, 3.4vw, 2.65rem); line-height: .98; }
  .gift-live-card.has-very-long-name .gift-live-card__content h3 { font-size: clamp(1.65rem, 2.9vw, 2.2rem); line-height: 1; }
  .gift-live-card__content blockquote { display: -webkit-box; min-height: 2.5em; max-width: 40ch; overflow: hidden; overflow-wrap: anywhere; color: var(--card-muted); font-family: var(--font-serif); font-size: .9rem; line-height: 1.28; word-break: break-word; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
  .gift-live-card.has-long-message .gift-live-card__content blockquote { font-size: .82rem; line-height: 1.25; }
  .gift-live-card.has-very-long-message .gift-live-card__content blockquote { font-size: .75rem; line-height: 1.22; }
  .gift-live-card__bottom { align-items: end; padding-top: 1rem; border-top: 1px solid var(--card-line); }
  .gift-live-card__bottom > div:first-child { display: grid; min-width: 0; max-width: 62%; gap: .12rem; }
  .gift-live-card__bottom small { color: var(--card-muted); font-size: .58rem; letter-spacing: .04em; }
  .gift-live-card__bottom strong { overflow: hidden; font-family: var(--font-serif); font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
  .gift-live-benefit { display: grid; flex: 0 0 auto; gap: .04rem; text-align: right; }
  .gift-live-benefit strong { font-size: 1.02rem; line-height: 1.05; }
  .gift-live-motif { position: absolute; z-index: 1; right: -9%; bottom: -12%; width: 58%; opacity: .115; fill: none; stroke: currentColor; stroke-width: .95; stroke-linecap: round; stroke-linejoin: round; pointer-events: none; transform: rotate(-8deg); vector-effect: non-scaling-stroke; }
  .gift-reassurance { padding: 4.25rem 0; background: var(--color-background-warm); }
  .gift-reassurance-heading, .gift-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr); align-items: end; gap: clamp(2rem, 7vw, 6rem); }
  .gift-reassurance-heading h2, .gift-section-heading h2 { max-width: 720px; margin-top: .4rem; font-size: clamp(1.8rem, 3vw, 2.4rem); }
  .gift-use-link { justify-self: start; padding: 0; border: 0; background: transparent; cursor: pointer; font: inherit; }
  .gift-reassurance-heading .gift-use-link { justify-self: end; }
  .gift-use-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.4rem; list-style: none; }
  .gift-use-steps li { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: .9rem; padding: 1.2rem; border: 1px solid rgba(23,79,82,.1); border-radius: 1rem; background: rgba(255,253,250,.7); }
  .gift-use-steps li > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: white; background: var(--color-primary); font-size: .72rem; font-weight: 750; }
  .gift-use-steps li div { display: grid; gap: .3rem; }
  .gift-use-steps strong { color: var(--color-primary-dark); font-size: .86rem; }
  .gift-use-steps p { font-size: .75rem; }

  .gift-massages { padding: 5rem 0; background: var(--color-background); }
  .gift-section-heading > p { max-width: 52ch; }
  .gift-massage-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 2rem; margin-top: 2.5rem; list-style: none; }
  .gift-massage-list li { border-top: 1px solid var(--color-border); }
  .gift-massage-list li:nth-last-child(-n+2) { border-bottom: 1px solid var(--color-border); }
  .gift-massage-list a { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: .8rem; padding: 1rem .2rem; color: var(--color-text); transition: color .2s ease, padding .2s ease; }
  .gift-massage-list a:hover { padding-left: .35rem; color: var(--color-primary); }
  .gift-massage-list span { color: var(--color-accent); font-size: .65rem; font-weight: 750; }
  .gift-massage-list strong { font-family: var(--font-serif); font-size: 1.05rem; font-weight: 500; }
  .gift-massage-list i { color: var(--color-text-soft); font-size: .8rem; font-style: normal; }
  .gift-massage-link { display: flex; justify-content: flex-end; margin-top: 1.5rem; }

  .gift-seo-section { padding: 5rem 0; background: var(--color-background-soft); }
  .gift-seo-copy { display: grid; gap: 1rem; }
  .gift-seo-copy h2 { margin: .2rem 0 .4rem; font-size: clamp(2rem, 3.6vw, 2.8rem); }
  .gift-seo-copy p { font-size: .95rem; line-height: 1.75; }

  .gift-faq-section { position: relative; padding: clamp(5rem, 8vw, 7.5rem) 0; overflow: clip; background: radial-gradient(circle at 8% 16%, rgba(193,146,124,.13), transparent 29%), linear-gradient(135deg, #f8f1e9 0%, #f3f6f1 100%); }
  .gift-faq-section::after { position: absolute; right: -14rem; bottom: -17rem; width: 38rem; height: 38rem; content: ""; pointer-events: none; border: 1px solid rgba(23,79,82,.09); border-radius: 47% 53% 61% 39%; transform: rotate(-16deg); }
  .gift-faq-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(3rem, 8vw, 7rem); }
  .gift-faq-side { position: sticky; top: calc(var(--header-height) + 2rem); display: grid; align-content: start; gap: 1.5rem; }
  .gift-faq-intro { display: grid; align-content: start; gap: 1rem; }
  .gift-faq-intro h2 { max-width: 13ch; margin-top: .15rem; font-size: clamp(2.15rem, 4vw, 3.3rem); line-height: 1.02; }
  .gift-faq-intro > p { max-width: 42ch; font-size: .93rem; line-height: 1.75; }
  .gift-faq-contact { display: grid; gap: .55rem; padding-top: 1.4rem; border-top: 1px solid rgba(23,79,82,.17); }
  .gift-faq-contact strong { max-width: 29ch; color: var(--color-primary-dark); font-size: .88rem; }
  .gift-faq-contact p { max-width: 40ch; font-size: .78rem; line-height: 1.65; }
  .gift-faq-contact .text-link { justify-self: start; margin-top: .25rem; }
  .gift-faq-list { border-top: 1px solid rgba(23,79,82,.2); }
  .gift-faq-item { margin: 0; padding: 0; border: 0; border-bottom: 1px solid rgba(23,79,82,.2); }
  .gift-faq-item summary { display: grid; grid-template-columns: 34px minmax(0, 1fr) 34px; align-items: center; gap: 1rem; padding: 1.35rem 0; list-style: none; color: var(--color-primary-dark); }
  .gift-faq-item summary::-webkit-details-marker { display: none; }
  .gift-faq-item summary::marker { content: ""; }
  .gift-faq-item summary:focus-visible { border-radius: .3rem; outline: 2px solid var(--color-primary); outline-offset: 5px; }
  .gift-faq-number { color: var(--color-accent); font-size: .64rem; font-weight: 800; letter-spacing: .08em; }
  .gift-faq-question { font-family: var(--font-serif); font-size: clamp(1.08rem, 1.7vw, 1.3rem); font-weight: 500; line-height: 1.25; transition: color .2s ease; }
  .gift-faq-item summary:hover .gift-faq-question, .gift-faq-item[open] .gift-faq-question { color: var(--color-primary); }
  .gift-faq-toggle { position: relative; display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(23,79,82,.24); border-radius: 50%; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
  .gift-faq-toggle::before, .gift-faq-toggle::after { position: absolute; width: 10px; height: 1px; content: ""; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .gift-faq-toggle::after { transform: rotate(90deg); }
  .gift-faq-item[open] .gift-faq-toggle { color: white; border-color: var(--color-primary); background: var(--color-primary); transform: rotate(180deg); }
  .gift-faq-item[open] .gift-faq-toggle::after { opacity: 0; transform: rotate(90deg) scaleX(0); }
  .gift-faq-answer { max-width: 64ch; margin: 0; padding: 0 3.2rem 1.55rem calc(34px + 1rem); color: var(--color-text-soft); font-size: .88rem; line-height: 1.75; animation: gift-faq-reveal .25s ease both; }
  @keyframes gift-faq-reveal { from { opacity: 0; transform: translateY(-4px); } }

  .gift-use-page { background: #fff; }
  .gift-use-hero { --hero-panel-background: var(--green-panel-gradient); position: relative; overflow: hidden; color: white; }
  .gift-use-hero::before { position: absolute; right: -12rem; bottom: -15rem; width: 38rem; aspect-ratio: 1; content: ""; border: 1px solid rgba(255,255,255,.1); border-radius: 44% 56% 62% 38% / 48% 38% 62% 52%; transform: rotate(18deg); }
  .gift-use-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; gap: clamp(1.9rem, 4vw, 3.2rem); padding-block: clamp(3.1rem, 5vw, 4.45rem); }
  .gift-use-hero .breadcrumb { grid-column: 1 / -1; color: rgba(255,255,255,.58); }
  .gift-use-hero .breadcrumb a { color: rgba(255,255,255,.9); }
  .gift-use-hero__copy { display: grid; gap: .9rem; }
  .gift-use-hero h1 { max-width: 18ch; color: white; font-size: clamp(2.15rem, 4vw, 3.35rem); }
  .gift-use-hero p { max-width: 63ch; color: rgba(255,255,255,.74); line-height: 1.72; }
  .gift-use-hero .eyebrow { color: #e6b69f; }
  .gift-use-hero__card { display: grid; gap: .85rem; padding: clamp(1.5rem, 3vw, 2rem); border: 1px solid rgba(255,255,255,.16); border-radius: 4px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.04)); box-shadow: inset 0 1px 0 rgba(255,255,255,.1); }
  .gift-use-hero__card span { color: #e6b69f; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
  .gift-use-hero__card strong { max-width: 10ch; color: white; font-family: var(--font-serif); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 500; line-height: 1.05; }
  .gift-use-hero__card p { margin: 0; font-size: .85rem; }
  .gift-use-benefits { background: linear-gradient(180deg, #fff 0, #fbf8f3 100%); }
  .gift-use-benefits__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr); align-items: end; gap: clamp(3rem, 8vw, 7rem); margin-bottom: clamp(2rem, 4vw, 3rem); }
  .gift-use-benefits__intro { display: grid; gap: .9rem; }
  .gift-use-benefits__intro h2 { max-width: 16ch; }
  .gift-use-benefits__intro p { max-width: 62ch; color: var(--color-text-soft); line-height: 1.78; }
  .gift-use-facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
  .gift-use-facts li { display: grid; gap: .25rem; padding: 1.15rem .9rem; }
  .gift-use-facts li + li { border-left: 1px solid var(--color-border); }
  .gift-use-facts strong { color: var(--color-primary); font-family: var(--font-serif); font-size: clamp(1.45rem, 2.4vw, 2rem); font-weight: 500; }
  .gift-use-facts span { color: var(--color-text-soft); font-size: .72rem; font-weight: 700; }
  .gift-massage-list--use { margin-top: 0; }
  .gift-use-check { position: relative; overflow: hidden; background: #fffdfa; }
  .gift-use-check::before { position: absolute; top: -14rem; left: -17rem; width: 32rem; aspect-ratio: 1; content: ""; border: 1px solid rgba(23,79,82,.08); border-radius: 48% 52% 58% 42% / 46% 54% 44% 56%; }
  .gift-use-check__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .86fr) minmax(340px, .64fr); align-items: center; gap: clamp(2.5rem, 7vw, 6rem); }
  .gift-use-check__copy { display: grid; gap: .9rem; }
  .gift-use-check__copy h2 { max-width: 15ch; }
  .gift-use-check__copy p { max-width: 58ch; color: var(--color-text-soft); line-height: 1.78; }
  .gift-use-guide { display: grid; gap: .65rem; margin-top: .4rem; padding: 1rem 1.05rem; border: 1px solid rgba(23,79,82,.1); border-radius: 4px; background: rgba(216,233,229,.22); }
  .gift-use-guide p { font-size: .86rem; line-height: 1.68; }
  .gift-use-code-card { display: grid; gap: 1rem; padding: clamp(1.3rem, 3vw, 2rem); border: 1px solid rgba(23,79,82,.12); border-radius: 8px; background: rgba(255,255,255,.82); box-shadow: 0 18px 48px rgba(13,58,61,.06); }
  .gift-use-code-form { display: grid; gap: 1rem; }
  .gift-use-code-card small { color: var(--color-text-soft); font-size: .72rem; }
  .gift-use-result { display: grid; gap: .25rem; }
  .gift-card-dialog__body { gap: 1rem; }
  .amelia-placeholder--gift { border-style: solid; border-color: rgba(23,79,82,.14); background: radial-gradient(circle at 100% 0, rgba(216,233,229,.45), transparent 32%), rgba(255,255,255,.86); }
  .gift-use-final { margin-block: var(--panel-gutter); color: white; background-color: var(--color-primary-dark); background-image: var(--green-panel-texture), var(--green-panel-gradient); background-blend-mode: overlay, normal; }
  .gift-use-final.green-panel--footer-adjacent { margin-bottom: 0; border-bottom: 0; border-radius: 4px 4px 0 0; }
  .gift-use-final__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: clamp(2.5rem, 7vw, 6rem); padding-block: clamp(4.6rem, 8vw, 6.4rem); }
  .gift-use-final__inner > div { display: grid; gap: .95rem; }
  .gift-use-final h2 { max-width: 16ch; color: white; }
  .gift-use-final p { max-width: 58ch; color: rgba(255,255,255,.72); line-height: 1.75; }
  .gift-use-final__secondary { margin-top: .25rem; padding-top: .95rem; border-top: 1px solid rgba(255,255,255,.14); font-size: .84rem; }
  .gift-use-final__secondary a { color: white; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
  .gift-use-final .eyebrow { color: #e6b69f; }

  .sticky-booking { display: none; }
  .sticky-booking__button { border: 0; cursor: pointer; }
}

@layer pages {
  .page-hero { --hero-panel-background: var(--green-panel-gradient); position: relative; overflow: hidden; padding-block: 5.5rem; color: white; }
  .page-hero::after { position: absolute; right: -8rem; bottom: -11rem; width: 32rem; height: 32rem; content: ""; border: 1px solid rgba(255,255,255,.16); border-radius: 45% 55% 62% 38%; }
  .page-hero .container { position: relative; z-index: 1; display: grid; max-width: 900px; gap: 1.2rem; }
  .page-hero p { max-width: 62ch; color: rgba(255,255,255,.78); font-size: 1.08rem; }
  .page-hero__subtitle { margin: -.35rem 0 -.2rem; color: white !important; font-family: var(--font-serif); font-size: clamp(1.45rem, 2.7vw, 2rem) !important; line-height: 1.25; }
  .breadcrumb { display: flex; flex-wrap: wrap; gap: .45rem; font-size: .78rem; }
  .breadcrumb a { color: rgba(255,255,255,.72); }
  .gift-page .breadcrumb, .gift-page .breadcrumb span { color: var(--color-text-soft); }
  .gift-page .breadcrumb a { color: var(--color-primary); }
  .editorial-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2rem, 7vw, 6rem); align-items: start; }
  .editorial-aside { position: sticky; top: calc(var(--header-height) + 2rem); display: grid; gap: 1rem; padding: 1.3rem; border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: var(--color-background-soft); }
  .editorial-content { display: grid; gap: 2.5rem; }
  .editorial-content section { display: grid; gap: 1rem; }
  .editorial-content ul { display: grid; gap: .7rem; }
  .editorial-content li { position: relative; padding-left: 1.3rem; color: var(--color-text-soft); }
  .editorial-content li::before { position: absolute; left: 0; top: .65rem; width: 6px; height: 6px; content: ""; border-radius: 50%; background: var(--color-accent); }

  .journal-index-hero, .journal-article-hero { --hero-panel-background: radial-gradient(circle at 84% 12%, rgba(216,233,229,.8), transparent 27%), radial-gradient(circle at 38% 115%, rgba(234,216,213,.62), transparent 34%), linear-gradient(135deg, #f8f0e8 0%, #fffdfa 55%, #eff6f2 100%); position: relative; overflow: hidden; }
  .journal-index-hero::after, .journal-article-hero::after { position: absolute; top: -18rem; right: -11rem; width: 42rem; aspect-ratio: 1; content: ""; border: 1px solid rgba(23,79,82,.1); border-radius: 44% 56% 62% 38% / 48% 38% 62% 52%; transform: rotate(17deg); }
  .journal-index-hero .container, .journal-article-hero .container { position: relative; z-index: 1; }
  .journal-index-hero { padding: 1.8rem 0 clamp(5rem, 9vw, 7.5rem); }
  .journal-index-hero .breadcrumb, .journal-article-hero .breadcrumb { color: var(--color-text-soft); }
  .journal-index-hero .breadcrumb a, .journal-article-hero .breadcrumb a { color: var(--color-primary); font-weight: 700; }
  .journal-index-hero__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); align-items: center; gap: clamp(3rem, 9vw, 8rem); padding-top: clamp(4rem, 8vw, 6.5rem); }
  .journal-index-hero__grid > div { display: grid; gap: 1rem; }
  .journal-index-hero h1 { max-width: 19ch; font-size: clamp(2.35rem, 3.8vw, 3.35rem); }
  .journal-index-hero h1 em { color: var(--color-primary); font-weight: 500; }
  .journal-index-hero__grid p { max-width: 55ch; font-size: 1rem; line-height: 1.8; }
  .journal-index-legend { display: flex; flex-wrap: wrap; gap: .65rem; padding-top: 1.2rem; border-top: 1px solid var(--color-border); }
  .journal-kind { display: inline-flex; width: fit-content; align-items: center; gap: .42rem; padding: .42rem .62rem; border: 1px solid rgba(23,79,82,.1); border-radius: var(--radius-pill); color: var(--color-primary); background: rgba(255,255,255,.58); font-size: .62rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
  .journal-kind::before { width: 7px; height: 7px; content: ""; border-radius: 50%; background: var(--color-accent); }
  .journal-index-content { background: linear-gradient(180deg, #fffdfa, #f8f4ed); }
  .journal-filter { display: flex; width: fit-content; max-width: 100%; gap: .35rem; margin-bottom: 2.5rem; padding: .35rem; overflow-x: auto; border: 1px solid var(--color-border); border-radius: var(--radius-pill); background: rgba(255,255,255,.75); }
  .journal-filter button { flex: 0 0 auto; padding: .68rem 1rem; border: 0; border-radius: var(--radius-pill); color: var(--color-text-soft); background: transparent; cursor: pointer; font-size: .72rem; font-weight: 750; }
  .journal-filter button.is-active { color: white; background: var(--color-primary); }
  .journal-filter button:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 2px; }
  .journal-list-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
  .journal-list-card { position: relative; display: grid; min-height: 350px; overflow: hidden; align-content: start; gap: 1.2rem; padding: clamp(1.4rem, 3vw, 2rem); border: 1px solid rgba(23,79,82,.1); border-radius: 8px; background: rgba(255,255,255,.76); }
  .journal-list-card--advice { background: radial-gradient(circle at 100% 0, rgba(234,216,213,.44), transparent 34%), rgba(255,255,255,.76); }
  .journal-list-card[hidden] { display: none; }
  .journal-list-card__meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .7rem; }
  .journal-list-card time { color: var(--color-text-soft); font-size: .68rem; }
  .journal-list-card h2 { max-width: 24ch; font-size: clamp(1.75rem, 3vw, 2.25rem); }
  .journal-list-card p { max-width: 58ch; font-size: .86rem; line-height: 1.75; }
  .journal-list-card .text-link { align-self: end; margin-top: auto; font-size: .76rem; }

  .journal-article-hero { padding: clamp(4.2rem, 7vw, 6.5rem) 0 clamp(4.2rem, 7vw, 6.5rem); }
  .journal-article-hero .container { display: grid; max-width: 1120px; gap: 1.25rem; }
  .journal-article-hero .journal-kind { margin-top: clamp(3rem, 7vw, 5rem); }
  .journal-article-hero h1 { max-width: 22ch; font-size: clamp(2.45rem, 4.6vw, 3.7rem); }
  .journal-article-hero > .container > p { max-width: 67ch; font-size: 1rem; line-height: 1.8; }
  .journal-article-hero__meta { display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; padding-top: .75rem; border-top: 1px solid var(--color-border); color: var(--color-text-soft); font-size: .7rem; font-weight: 700; }
  .journal-article-layout { display: grid; grid-template-columns: minmax(220px, .34fr) minmax(0, .66fr); align-items: start; gap: clamp(3rem, 8vw, 7rem); }
  .journal-article-aside { position: sticky; top: calc(var(--header-height) + 2rem); display: grid; gap: 1rem; padding: 1.25rem 0; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
  .journal-article-aside > p { font-size: .8rem; line-height: 1.7; }
  .journal-article-aside dl { display: grid; gap: .8rem; margin: .4rem 0 0; }
  .journal-article-aside dl div { display: grid; gap: .2rem; }
  .journal-article-aside dt { color: var(--color-accent); font-size: .6rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
  .journal-article-aside dd { margin: 0; color: var(--color-primary); font-family: var(--font-serif); font-size: 1rem; }
  .journal-article-body { display: grid; gap: 2rem; }
  .journal-article-lead { color: var(--color-primary); font-family: var(--font-serif); font-size: clamp(1.35rem, 2.3vw, 1.75rem); line-height: 1.5; }
  .journal-article-body section { display: grid; gap: 1rem; }
  .journal-article-body h2 { max-width: 24ch; font-size: clamp(1.9rem, 3.4vw, 2.55rem); }
  .journal-article-body p { font-size: .94rem; line-height: 1.85; }
  .journal-article-body .inline-link { color: var(--color-primary); font-weight: 750; text-decoration: underline; text-decoration-color: rgba(193,126,97,.55); text-underline-offset: 4px; }
  .journal-article-body ul { display: grid; gap: .75rem; }
  .journal-article-body li { position: relative; padding-left: 1.25rem; color: var(--color-text-soft); font-size: .9rem; line-height: 1.7; }
  .journal-article-body li::before { position: absolute; top: .72rem; left: 0; width: 6px; height: 6px; content: ""; border-radius: 50%; background: var(--color-accent); }
  .journal-callout { display: grid; gap: .65rem; padding: 1.25rem 1.4rem; border-left: 3px solid var(--color-accent); border-radius: 0 6px 6px 0; background: linear-gradient(135deg, rgba(234,216,213,.5), rgba(255,255,255,.55)); }
  .journal-callout strong { color: var(--color-primary); font-family: var(--font-serif); font-size: 1.15rem; }
  .journal-callout p { font-size: .84rem; line-height: 1.7; }
  .journal-practice-box { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 1rem; padding: clamp(1.5rem, 3vw, 2rem); border: 1px solid rgba(23,79,82,.1); border-radius: 8px; background: radial-gradient(circle at 90% 10%, rgba(216,233,229,.7), transparent 35%), #f7faf8; }
  .journal-practice-box > div { display: grid; max-width: 560px; gap: .65rem; }
  .journal-practice-box h2 { font-size: clamp(1.55rem, 2.6vw, 2rem); }
  .journal-practice-box p { font-size: .82rem; line-height: 1.7; }
  .journal-practice-box .button { flex: 0 0 auto; }
  .journal-article-nav { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.5rem 4rem; border-top: 1px solid var(--color-border); font-size: .76rem; font-weight: 750; }
  .journal-article-nav a { color: var(--color-primary); }
  .service-detail-page main { background: white; }
  .service-page-hero { --hero-panel-background: var(--green-panel-gradient); position: relative; padding-block: clamp(3.8rem, 7vw, 6rem); color: white; background-color: var(--color-primary-dark); background-blend-mode: overlay, normal; }
  .service-page-hero::before { position: absolute; top: -13rem; right: -10rem; width: 35rem; aspect-ratio: 1; content: ""; pointer-events: none; border: 1px solid rgba(255,255,255,.09); border-radius: 44% 56% 61% 39% / 47% 40% 60% 53%; transform: rotate(19deg); }
  .service-page-hero::after { position: absolute; bottom: -14rem; left: 34%; width: 31rem; height: 20rem; content: ""; pointer-events: none; background: radial-gradient(ellipse, rgba(224,173,148,.12), transparent 68%); }
  .service-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
  .service-hero-copy { display: grid; align-content: center; gap: 1.2rem; }
  .service-hero-copy .breadcrumb, .service-hero-copy .breadcrumb a, .service-hero-copy .breadcrumb span { color: rgba(255,255,255,.68); }
  .service-hero-copy .eyebrow { color: #e1ad94; }
  .service-hero-copy h1 { max-width: 24ch; color: white; font-size: clamp(2.25rem, 4.2vw, 3.45rem); }
  .service-hero-copy > p { max-width: 65ch; color: rgba(255,255,255,.75); font-size: clamp(.95rem, 1.45vw, 1.08rem); line-height: 1.75; }
  .service-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: .35rem; }
  .service-hero-actions > span { color: rgba(255,255,255,.7); font-size: .78rem; font-weight: 750; }
  .service-hero-image { position: relative; height: 320px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 5px; background: rgba(255,255,255,.08); box-shadow: 0 28px 60px rgba(4,31,33,.22); }
  .service-hero-image img { width: 100%; height: 100%; object-fit: cover; opacity: .88; }
  .service-hero-image::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(180deg, transparent 55%, rgba(7,42,44,.7)); }
  .service-hero-image figcaption { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; z-index: 1; color: rgba(255,255,255,.86); font-size: .62rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

  .service-overview { position: relative; background: radial-gradient(circle at 92% 8%, rgba(216,233,229,.45), transparent 22%), white; }
  .service-overview-grid { display: grid; grid-template-columns: minmax(245px, .62fr) minmax(0, 1.55fr); gap: clamp(3rem, 8vw, 7rem); align-items: start; }
  .service-booking-card { position: sticky; top: calc(var(--header-height) + 1.5rem); display: grid; gap: 1.15rem; padding: clamp(1.35rem, 2.5vw, 1.8rem); border: 1px solid rgba(23,79,82,.12); border-radius: 7px; background: radial-gradient(circle at 100% 0, rgba(216,233,229,.72), transparent 38%), rgba(255,253,250,.96); box-shadow: 0 22px 55px rgba(24,52,54,.07); }
  .service-booking-card h2 { max-width: 15ch; color: var(--color-primary-dark); font-size: clamp(1.55rem, 2.4vw, 2rem); }
  .service-booking-card__summary { color: var(--color-accent); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .service-booking-card__keywords { display: flex; flex-wrap: wrap; gap: .45rem; margin: -.2rem 0 .15rem; padding: 0; list-style: none; }
  .service-booking-card__keywords li { padding: .38rem .58rem; border: 1px solid rgba(23,79,82,.1); border-radius: var(--radius-pill); color: var(--color-primary-dark); background: rgba(216,233,229,.42); font-size: .61rem; font-weight: 760; line-height: 1.25; }
  .service-booking-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: .25rem 0 0; border-top: 1px solid var(--color-border); border-left: 1px solid var(--color-border); }
  .service-booking-card dl div { display: grid; gap: .2rem; min-height: 83px; align-content: center; padding: .75rem; border-right: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
  .service-booking-card dt { color: var(--color-text-soft); font-size: .6rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
  .service-booking-card dd { margin: 0; color: var(--color-primary-dark); font-family: var(--font-serif); font-size: .95rem; line-height: 1.25; }
  .service-booking-card .button { width: 100%; }
  .service-price-note-card { font-size: .72rem; font-weight: 750; }
  .service-booking-card .badge { justify-self: start; }

  .service-editorial-content { display: grid; gap: clamp(4.5rem, 8vw, 7rem); min-width: 0; }
  .service-editorial-content > section { display: grid; gap: 1rem; }
  .service-editorial-content h2 { max-width: 23ch; color: var(--color-primary-dark); font-size: clamp(2rem, 4vw, 3rem); }
  .service-editorial-content p { max-width: 72ch; font-size: .93rem; line-height: 1.85; }
  .service-response > p:first-of-type { color: var(--color-text); font-family: var(--font-serif); font-size: clamp(1.18rem, 2vw, 1.42rem); line-height: 1.55; }
  .service-situation-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 1rem 0 .4rem; padding: 0; border-top: 1px solid var(--color-border); list-style: none; }
  .service-situation-list li { position: relative; min-height: 150px; padding: 1.35rem 1.2rem 1.1rem 1.35rem; color: var(--color-primary-dark); font-size: .8rem; font-weight: 680; line-height: 1.65; }
  .service-situation-list li::before { position: absolute; top: 1.85rem; left: 0; width: 5px; height: 5px; content: ""; border-radius: 50%; background: var(--color-accent); }
  .service-situation-list li + li { border-left: 1px solid var(--color-border); }

  .service-logic { position: relative; padding: clamp(1.8rem, 4vw, 3rem); overflow: hidden; border: 1px solid rgba(23,79,82,.1); border-radius: 7px; background: radial-gradient(circle at 92% 8%, rgba(216,233,229,.7), transparent 32%), linear-gradient(135deg, rgba(255,253,250,.98), rgba(245,249,247,.95)); }
  .service-logic::after { position: absolute; right: -6rem; bottom: -7rem; width: 15rem; aspect-ratio: 1; content: ""; pointer-events: none; border: 1px solid rgba(23,79,82,.07); border-radius: 44% 56% 62% 38%; transform: rotate(21deg); }
  .service-logic > * { position: relative; z-index: 1; }
  .service-logic__copy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.4rem, 4vw, 3rem); margin-top: .55rem; padding-top: 1.35rem; border-top: 1px solid var(--color-border); }
  .service-logic__copy p { margin: 0; }

  .service-course ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 1rem 0 0; padding: 0; border-top: 1px solid var(--color-border); list-style: none; }
  .service-course li { display: grid; min-height: 190px; align-content: start; gap: 1.2rem; padding: 1.4rem 1.4rem 0 0; }
  .service-course li + li { padding-left: 1.4rem; border-left: 1px solid var(--color-border); }
  .service-course li > span { color: var(--color-accent); font-family: var(--font-serif); font-size: 1.1rem; }
  .service-course li p { color: var(--color-primary-dark); font-size: .82rem; font-weight: 700; line-height: 1.6; }

  .service-daily-impact { position: relative; padding: clamp(1.8rem, 4vw, 3rem); overflow: hidden; border: 1px solid rgba(23,79,82,.1); border-radius: 7px; background: radial-gradient(circle at 100% 0, rgba(234,216,213,.55), transparent 34%), linear-gradient(135deg, #fbf6ef, #f1f7f3); }
  .service-daily-impact::after { position: absolute; right: -7rem; bottom: -8rem; width: 17rem; aspect-ratio: 1; content: ""; pointer-events: none; border: 1px solid rgba(23,79,82,.09); border-radius: 46% 54% 63% 37%; transform: rotate(-18deg); }
  .service-daily-impact > * { position: relative; z-index: 1; }
  .service-daily-impact ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: .8rem; border-top: 1px solid var(--color-border); }
  .service-daily-impact li { position: relative; min-height: 120px; padding: 1.15rem 1rem 0 1.15rem; color: var(--color-primary-dark); font-size: .78rem; font-weight: 700; line-height: 1.6; }
  .service-daily-impact li::before { position: absolute; top: 1.65rem; left: 0; width: 5px; height: 5px; content: ""; border-radius: 50%; background: var(--color-accent); }
  .service-daily-impact li + li { border-left: 1px solid var(--color-border); }

  .service-safety { padding: clamp(1.8rem, 4vw, 2.8rem); border: 1px solid rgba(23,79,82,.11); border-radius: 7px; background: linear-gradient(135deg, rgba(216,233,229,.62), rgba(255,253,250,.9)); }
  .service-editorial-note { padding: clamp(1.6rem, 4vw, 2.5rem); border-left: 2px solid rgba(183,119,93,.5); background: linear-gradient(105deg, rgba(234,216,213,.44), transparent 80%); }
  .service-editorial-note h2 { font-size: clamp(1.7rem, 3vw, 2.25rem); }
  .service-video-practical { display: grid; gap: 1.25rem; }
  .service-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
  .service-video-grid article, .service-video-checklist { display: grid; gap: .85rem; padding: clamp(1.2rem, 2.6vw, 1.6rem); border: 1px solid rgba(23,79,82,.1); border-radius: 6px; background: rgba(255,253,250,.78); }
  .service-video-grid h3, .service-video-checklist h3 { color: var(--color-primary); font-family: var(--font-serif); font-size: 1.35rem; font-weight: 500; }
  .service-video-checklist ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .6rem 1.25rem; }
  .service-video-checklist li { position: relative; padding-left: 1rem; color: var(--color-text-soft); font-size: .9rem; }
  .service-video-checklist li::before { position: absolute; top: .72em; left: 0; width: .32rem; height: .32rem; content: ""; border-radius: 50%; background: var(--color-accent); }

  .service-comparison > p { margin-bottom: .65rem; }
  .service-comparison-list { display: grid; border-top: 1px solid var(--color-border); }
  .service-comparison-link { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 2rem; padding: 1.15rem 0; border-bottom: 1px solid var(--color-border); transition: color .2s ease, padding .2s ease; }
  .service-comparison-link:hover { padding-inline: .5rem; color: var(--color-primary); }
  .service-comparison-link > span:first-child { display: grid; gap: .25rem; }
  .service-comparison-link small { color: var(--color-accent); font-size: .58rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
  .service-comparison-link strong { color: var(--color-primary-dark); font-family: var(--font-serif); font-size: 1.08rem; font-weight: 500; }
  .service-comparison-link > span:last-child { display: flex; align-items: center; gap: 1rem; color: var(--color-text-soft); font-size: .7rem; }
  .service-comparison-link i { color: var(--color-primary); font-size: 1.1rem; font-style: normal; }

  .service-faq-section { position: relative; padding: clamp(5rem, 9vw, 7.5rem) 0; overflow: hidden; background: radial-gradient(circle at 8% 18%, rgba(193,146,124,.13), transparent 28%), linear-gradient(135deg, #f8f1e9, #f3f6f1); }
  .service-faq-section::after { position: absolute; right: -15rem; bottom: -17rem; width: 39rem; aspect-ratio: 1; content: ""; pointer-events: none; border: 1px solid rgba(23,79,82,.09); border-radius: 47% 53% 61% 39%; transform: rotate(-16deg); }
  .service-faq-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr); gap: clamp(3rem, 8vw, 7rem); align-items: start; }
  .service-faq-side { position: sticky; top: calc(var(--header-height) + 2rem); display: grid; gap: 1.2rem; }
  .service-faq-side h2 { max-width: 12ch; }
  .service-faq-side p { max-width: 43ch; font-size: .86rem; line-height: 1.75; }
  .service-faq-side .text-link { justify-self: start; margin-top: .5rem; }
  .service-faq-list { border-top: 1px solid rgba(23,79,82,.2); }

  .service-final { margin-block: var(--panel-gutter); color: white; background-color: var(--color-primary-dark); background-image: var(--green-panel-texture), var(--green-panel-gradient); background-blend-mode: overlay, normal; }
  .service-final.green-panel--footer-adjacent { margin-bottom: 0; border-bottom: 0; border-radius: 4px 4px 0 0; }
  .service-final__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: clamp(2rem, 7vw, 6rem); padding-block: clamp(4rem, 8vw, 6rem); }
  .service-final__inner > div { display: grid; gap: .9rem; }
  .service-final h2 { max-width: 18ch; color: white; }
  .service-final p { max-width: 62ch; color: rgba(255,255,255,.72); }
  .service-final .eyebrow { color: #e1ad94; }
  .service-final__guide { justify-self: start; color: rgba(255,255,255,.74); font-size: .75rem; }
  .service-final__gift { margin-top: .35rem; padding-top: .9rem; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.66); font-size: .78rem; line-height: 1.65; }
  .service-final > .button, .service-final__inner > .button { min-width: 235px; }
  .massage-choice-section { background: linear-gradient(135deg, #fffdfa, #f2f7f3); }
  .massage-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--color-border); }
  .massage-choice-grid article { display: grid; align-content: start; gap: .9rem; min-height: 250px; padding: 1.5rem 1.5rem 0 0; }
  .massage-choice-grid article + article { padding-left: 1.5rem; border-left: 1px solid var(--color-border); }
  .massage-choice-grid article > span { color: var(--color-accent); font-family: var(--font-serif); }
  .massage-choice-grid h3 { color: var(--color-primary); font-size: 1.45rem; }
  .massage-choice-grid p { font-size: .82rem; line-height: 1.75; }
  .hub-service-list .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
  .hub-service-list .service-card { border-color: rgba(23,79,82,.09); border-radius: 8px; background: rgba(255,255,255,.7); box-shadow: none; }
  .hub-service-list .service-card:hover { border-color: rgba(23,79,82,.14); box-shadow: 0 12px 28px rgba(25,61,61,.045); transform: translateY(-3px); }
  .hub-service-list .service-card__image { height: 190px; }
  .hub-service-list .service-card__body { gap: .85rem; padding: 1.15rem; }
  .hub-service-list .service-card__body p { display: -webkit-box; min-height: 4.8em; overflow: hidden; font-size: .82rem; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .hub-service-list .service-card__actions { align-items: stretch; }
  .hub-service-list .service-card__actions .button { min-height: 40px; padding-inline: .8rem; font-size: .72rem; }
  .hub-guidance { background: linear-gradient(135deg, #fffdfa, #f2f7f3); }
  .hub-axis-grid article { min-height: 290px; }
  .hub-axis-grid .text-link { align-self: end; margin-top: auto; font-size: .76rem; }
  .hub-practitioner { position: relative; overflow: hidden; background: radial-gradient(circle at 92% 12%, rgba(216,233,229,.55), transparent 28%), #fffdfa; }
  .hub-practitioner::after { position: absolute; right: -12rem; bottom: -14rem; width: 30rem; aspect-ratio: 1; content: ""; pointer-events: none; border: 1px solid rgba(23,79,82,.08); border-radius: 43% 57% 62% 38%; transform: rotate(18deg); }
  .hub-practitioner__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(230px, .55fr) minmax(0, 1fr); gap: clamp(3rem, 8vw, 7rem); align-items: start; padding-block: clamp(1rem, 2vw, 2rem); }
  .hub-practitioner__grid h2 { max-width: 14ch; }
  .hub-practitioner__grid > div:last-child { display: grid; max-width: 760px; gap: 1rem; padding-top: .25rem; border-top: 1px solid var(--color-border); }
  .hub-practitioner__grid p { font-size: .92rem; line-height: 1.85; }
  .hub-practitioner__grid .text-link { justify-self: start; margin-top: .45rem; }
  .hub-cross { background: linear-gradient(135deg, #f8f3ec 0%, #fffdfa 54%, #f4f8f5 100%); }
  .hub-cross-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
  .hub-cross-card { position: relative; display: grid; min-height: 280px; align-content: start; gap: .9rem; padding: clamp(1.45rem, 3vw, 2rem); overflow: hidden; border: 1px solid rgba(23,79,82,.1); border-radius: 8px; background: rgba(255,255,255,.62); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
  .hub-cross-card::after { position: absolute; right: -5rem; bottom: -6rem; width: 14rem; aspect-ratio: 1; content: ""; pointer-events: none; border: 1px solid rgba(23,79,82,.07); border-radius: 45% 55% 58% 42%; transform: rotate(-18deg); }
  .hub-cross-card:hover { border-color: rgba(23,79,82,.17); background: rgba(255,255,255,.82); transform: translateY(-2px); }
  .hub-cross-card span { color: var(--color-accent); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .hub-cross-card h3 { max-width: 18ch; color: var(--color-primary); font-size: clamp(1.55rem, 2.6vw, 2rem); }
  .hub-cross-card p { max-width: 52ch; font-size: .82rem; line-height: 1.75; }
  .hub-cross-card strong { align-self: end; margin-top: auto; color: var(--color-primary); font-size: .78rem; }
  .hub-final { margin-block: var(--panel-gutter) 0; color: white; background-color: var(--color-primary-dark); background-image: var(--green-panel-texture), var(--green-panel-gradient); background-blend-mode: overlay, normal; }
  .hub-final__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: clamp(2rem, 7vw, 6rem); padding-block: clamp(4rem, 8vw, 6rem); }
  .hub-final__inner > div:first-child { display: grid; gap: .85rem; }
  .hub-final h2 { max-width: 18ch; color: white; }
  .hub-final p { max-width: 58ch; color: rgba(255,255,255,.72); }
  .hub-final p a { color: white; font-weight: 750; text-decoration: underline; text-decoration-color: rgba(255,255,255,.42); text-underline-offset: 4px; }
  .hub-final .eyebrow { color: #e1ad94; }
  .choice-guide-page .sticky-booking { display: none; }
  .guide-intro { background: #fffdfa; }
  .guide-intro__grid { display: grid; grid-template-columns: minmax(230px, .55fr) minmax(0, 1fr); gap: clamp(3rem, 8vw, 7rem); align-items: start; }
  .guide-intro__grid h2 { max-width: 14ch; }
  .guide-question-list { display: grid; gap: 1.1rem; padding-top: .3rem; border-top: 1px solid var(--color-border); }
  .guide-question-list p { max-width: 72ch; font-size: .92rem; line-height: 1.85; }
  .guide-question-list ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; margin: .3rem 0 0; padding: 0; list-style: none; }
  .guide-question-list li { position: relative; min-height: 86px; padding: 1rem 1rem 1rem 1.2rem; border: 1px solid rgba(23,79,82,.09); border-radius: 8px; background: rgba(255,255,255,.65); color: var(--color-primary-dark); font-size: .82rem; font-weight: 700; line-height: 1.55; }
  .guide-question-list li::before { position: absolute; top: 1.42rem; left: .65rem; width: 5px; height: 5px; content: ""; border-radius: 50%; background: var(--color-accent); }
  .guide-orientation .section-heading p { max-width: 78ch; }
  .guide-method-card { display: grid; gap: .5rem; margin-bottom: 1rem; padding: clamp(1.1rem, 2.4vw, 1.55rem); border: 1px solid rgba(23,79,82,.1); border-radius: 8px; background: rgba(255,255,255,.6); }
  .guide-method-card span { color: var(--color-accent); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .guide-method-card p { max-width: 86ch; font-size: .84rem; line-height: 1.75; }
  .guide-families { background: linear-gradient(135deg, #fffdfa, #f2f7f3); }
  .guide-family-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .9rem; }
  .guide-family-grid article { display: grid; min-height: 335px; align-content: start; gap: .85rem; padding: clamp(1.35rem, 2.5vw, 1.8rem); border: 1px solid rgba(23,79,82,.1); border-radius: 8px; background: rgba(255,255,255,.68); }
  .guide-family-grid article > span { color: var(--color-accent); font-size: .63rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .guide-family-grid h3 { color: var(--color-primary); font-size: clamp(1.35rem, 2.2vw, 1.7rem); }
  .guide-family-grid p { font-size: .8rem; line-height: 1.7; }
  .guide-family-grid .text-link { align-self: end; margin-top: auto; font-size: .74rem; }
  .guide-scenarios { background: #fffdfa; }
  .guide-scenarios .hub-axis-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .guide-scenarios .hub-axis-grid article { min-height: 250px; }
  .guide-scenarios .hub-axis-grid article:nth-child(3n+1) { padding-left: 0; border-left: 0; }
  .guide-faq-section { position: relative; overflow: hidden; background: radial-gradient(circle at 8% 18%, rgba(193,146,124,.13), transparent 28%), linear-gradient(135deg, #f8f1e9, #f3f6f1); }
  .prose { display: grid; gap: 1rem; }
  .prose h2 { margin-top: 1.5rem; }
  .prose h3 { margin-top: 1rem; }
  .faq { display: grid; gap: .75rem; }
  details { padding: 1rem 0; border-bottom: 1px solid var(--color-border); }
  summary { cursor: pointer; color: var(--color-primary); font-weight: 700; }
  details p { padding-top: .8rem; }

  .enterprise-page .breadcrumb, .enterprise-page .breadcrumb span { color: var(--color-text-soft); }
  .enterprise-page .breadcrumb a { color: var(--color-primary); font-weight: 700; }
  .enterprise-hero { --hero-panel-background: radial-gradient(circle at 80% 16%, rgba(216,233,229,.82), transparent 27%), radial-gradient(circle at 42% 110%, rgba(234,216,213,.62), transparent 34%), linear-gradient(135deg, #f7eee5 0%, #fffdfa 54%, #eef5f1 100%); position: relative; overflow: hidden; padding: 1.8rem 0 4.4rem; }
  .enterprise-hero::before { position: absolute; top: -17rem; right: -12rem; width: 43rem; aspect-ratio: 1; content: ""; border: 1px solid rgba(23,79,82,.11); border-radius: 44% 56% 62% 38% / 48% 38% 62% 52%; transform: rotate(18deg); }
  .enterprise-hero::after { position: absolute; bottom: -12rem; left: 41%; width: 29rem; height: 19rem; content: ""; background: radial-gradient(ellipse, rgba(183,119,93,.13), transparent 68%); }
  .enterprise-hero__inner { position: relative; z-index: 1; }
  .enterprise-hero__grid { display: grid; grid-template-columns: minmax(0, 1040px); padding-top: 3.5rem; }
  .enterprise-hero__copy { display: grid; gap: 1.4rem; }
  .enterprise-hero__copy h1 { max-width: 1040px; font-size: clamp(2.5rem, 4.25vw, 3.55rem); line-height: .98; }
  .enterprise-hero__copy h1 em { color: var(--color-primary); font-size: .9em; font-weight: 400; }
  .enterprise-hero__copy > p { max-width: 70ch; font-size: 1.02rem; line-height: 1.75; }
  .enterprise-hero__action { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem 1.15rem; }
  .enterprise-hero__action > span { max-width: 35ch; color: var(--color-text-soft); font-size: .7rem; line-height: 1.5; }
  .enterprise-arrow-link { margin-left: .5rem; }
  .enterprise-hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: .45rem; border-top: 1px solid var(--color-border); }
  .enterprise-hero__facts li { display: grid; gap: .14rem; padding: 1.05rem .8rem 0 0; }
  .enterprise-hero__facts strong { color: var(--color-primary-dark); font-family: var(--font-serif); font-size: 1.05rem; font-weight: 500; }
  .enterprise-hero__facts span { color: var(--color-text-soft); font-size: .68rem; }

  .enterprise-brief { position: relative; display: grid; gap: 1.35rem; padding: clamp(1.5rem, 3vw, 2.2rem); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 1.5rem; color: white; background: radial-gradient(circle at 0 0, rgba(126,185,176,.2), transparent 35%), linear-gradient(145deg, #164f52, #082f32); box-shadow: 0 28px 70px rgba(13,58,61,.18); }
  .enterprise-brief::after { position: absolute; right: -7rem; bottom: -8rem; width: 17rem; aspect-ratio: 1; content: ""; border: 1px solid rgba(255,255,255,.1); border-radius: 46% 54% 65% 35%; transform: rotate(22deg); }
  .enterprise-brief__top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.58); font-size: .66rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
  .enterprise-brief__top i { width: 8px; height: 8px; border-radius: 50%; background: #d59b80; box-shadow: 0 0 0 6px rgba(213,155,128,.12); }
  .enterprise-brief h2 { position: relative; z-index: 1; max-width: 14ch; font-size: clamp(1.85rem, 3vw, 2.45rem); }
  .enterprise-brief ol { position: relative; z-index: 1; display: grid; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
  .enterprise-brief li { display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: .85rem; padding: .95rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .enterprise-brief li > span { color: #e0a98f; font-size: .62rem; font-weight: 800; }
  .enterprise-brief li div { display: grid; gap: .08rem; }
  .enterprise-brief li strong { font-size: .82rem; }
  .enterprise-brief li small, .enterprise-brief p { color: rgba(255,255,255,.62); font-size: .68rem; }
  .enterprise-brief > p { position: relative; z-index: 1; max-width: 44ch; }

  .enterprise-trust { border-bottom: 1px solid var(--color-border); background: var(--color-background); }
  .enterprise-trust__inner { display: grid; grid-template-columns: minmax(230px, .62fr) minmax(0, 1.38fr); align-items: center; gap: 3rem; padding-block: 2.4rem; }
  .enterprise-trust__inner > div:first-child { display: grid; gap: .25rem; }
  .enterprise-trust h2 { max-width: 440px; font-family: var(--font-sans); font-size: .86rem; font-weight: 650; line-height: 1.45; letter-spacing: 0; }
  .enterprise-logo-ticker { position: relative; min-width: 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
  .enterprise-logo-track { display: flex; width: max-content; animation: enterprise-logo-scroll 48s linear infinite; }
  .enterprise-logo-ticker:hover .enterprise-logo-track { animation-play-state: paused; }
  .enterprise-clients { display: flex; flex: 0 0 auto; align-items: center; margin: 0; padding: 0; list-style: none; }
  .enterprise-clients li { display: grid; width: 185px; min-height: 94px; flex: 0 0 auto; place-items: center; padding: .75rem 1.35rem; }
  .enterprise-clients img { width: min(100%, 158px); height: 62px; object-fit: contain; filter: grayscale(1) contrast(1.04); opacity: .62; transition: opacity .25s ease; }
  .enterprise-logo-ticker:hover .enterprise-clients img { opacity: .78; }
  @keyframes enterprise-logo-scroll { to { transform: translateX(-50%); } }

  .enterprise-intro { position: relative; padding-block: clamp(5.5rem, 9vw, 8rem); overflow: hidden; border-block: 1px solid rgba(23,79,82,.07); background: radial-gradient(circle at 4% 52%, rgba(216,233,229,.58), transparent 25%), radial-gradient(circle at 72% 100%, rgba(234,216,213,.3), transparent 30%), var(--color-background); }
  .enterprise-intro-motif { position: absolute; top: 51%; left: clamp(-17rem, -20vw, -12rem); width: clamp(22rem, 30vw, 29rem); color: var(--color-primary); opacity: .2; pointer-events: none; transform: translateY(-50%) rotate(3deg); -webkit-mask-image: linear-gradient(90deg, #000 0 48%, rgba(0,0,0,.66) 68%, transparent 94%); mask-image: linear-gradient(90deg, #000 0 48%, rgba(0,0,0,.66) 68%, transparent 94%); }
  .enterprise-intro-motif path { fill: none; stroke: currentColor; stroke-width: 1.05; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
  .enterprise-intro__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); align-items: start; gap: clamp(3rem, 9vw, 8rem); }
  .enterprise-intro__grid > div:first-child { display: grid; gap: .8rem; }
  .enterprise-intro h2 { max-width: 12ch; }
  .enterprise-intro__copy { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 2.5rem; }
  .enterprise-intro__copy .enterprise-lead { grid-column: 1 / -1; max-width: 48ch; margin-bottom: .7rem; color: var(--color-primary); font-family: var(--font-serif); font-size: clamp(1.4rem, 2.6vw, 1.9rem); line-height: 1.4; }
  .enterprise-intro__copy > p:not(.enterprise-lead) { font-size: .9rem; line-height: 1.8; }

  .enterprise-formats { position: relative; padding: clamp(5rem, 9vw, 7.5rem) 0; overflow: hidden; background: radial-gradient(circle at 8% 12%, rgba(232,216,213,.74), transparent 27%), radial-gradient(circle at 90% 84%, rgba(216,233,229,.92), transparent 31%), linear-gradient(135deg, #f7f1e9, #f8faf6); }
  .enterprise-formats::after { position: absolute; right: -15rem; bottom: -17rem; width: 40rem; aspect-ratio: 1; content: ""; border: 1px solid rgba(23,79,82,.08); border-radius: 44% 56% 62% 38%; }
  .enterprise-section-heading { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .65fr); align-items: end; gap: clamp(2.5rem, 8vw, 7rem); margin-bottom: 3rem; }
  .enterprise-section-heading > div { display: grid; gap: .75rem; }
  .enterprise-section-heading h2 { max-width: 16ch; }
  .enterprise-section-heading > p { max-width: 50ch; font-size: .92rem; line-height: 1.8; }
  .enterprise-format-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .enterprise-format-card { position: relative; display: grid; min-height: 350px; align-content: end; gap: .65rem; padding: clamp(1.5rem, 3vw, 2.2rem); overflow: hidden; border: 1px solid rgba(23,79,82,.12); border-radius: 1.35rem; background: rgba(255,253,250,.84); box-shadow: 0 18px 48px rgba(25,61,61,.05); }
  .enterprise-format-card--featured { grid-row: span 2; min-height: 716px; align-content: end; background: linear-gradient(155deg, rgba(255,253,250,.96), rgba(238,244,239,.94)); }
  .enterprise-format-card--dark { grid-column: 1 / -1; min-height: 290px; color: white; background: radial-gradient(circle at 90% 10%, rgba(119,177,167,.2), transparent 30%), var(--color-primary-dark); }
  .enterprise-format-card--dark h3 { max-width: 24ch; }
  .enterprise-format-card--dark p { max-width: 78ch; }
  .enterprise-format-card--dark p { color: rgba(255,255,255,.66); }
  .enterprise-format-card--dark .eyebrow { color: #e4ad93; }
  .enterprise-format-card__number { position: absolute; top: 1.3rem; right: 1.5rem; color: rgba(23,79,82,.3); font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
  .enterprise-format-card--dark .enterprise-format-card__number { color: rgba(255,255,255,.35); }
  .enterprise-format-card__icon { position: absolute; top: clamp(3rem, 7vw, 5.5rem); left: clamp(1.5rem, 3vw, 2.2rem); display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; color: var(--color-primary); background: var(--color-primary-light); }
  .enterprise-format-card--featured .enterprise-format-card__icon { width: 76px; height: 76px; }
  .enterprise-format-card--dark .enterprise-format-card__icon { color: white; background: rgba(255,255,255,.1); }
  .enterprise-format-card__icon svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
  .enterprise-slot-preview { position: absolute; top: 10.5rem; right: clamp(1.5rem, 3vw, 2.2rem); left: clamp(1.5rem, 3vw, 2.2rem); display: grid; gap: .65rem; padding: 1rem; border: 1px solid rgba(23,79,82,.11); border-radius: .9rem; background: rgba(255,255,255,.58); backdrop-filter: blur(10px); }
  .enterprise-slot-preview small { color: var(--color-text-soft); font-size: .6rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
  .enterprise-slot-preview div { display: grid; grid-template-columns: repeat(3, 1fr); gap: .45rem; }
  .enterprise-slot-preview span { display: grid; min-height: 34px; place-items: center; border: 1px solid var(--color-border); border-radius: var(--radius-pill); color: var(--color-primary); background: rgba(255,253,250,.9); font-family: var(--font-serif); font-size: .78rem; }
  .enterprise-slot-preview span:nth-child(3) { color: white; border-color: var(--color-primary); background: var(--color-primary); }
  .enterprise-format-card h3 { max-width: 16ch; font-size: clamp(1.65rem, 2.7vw, 2.2rem); }
  .enterprise-format-card p { max-width: 58ch; font-size: .86rem; line-height: 1.75; }
  .enterprise-format-card ul { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .45rem; }
  .enterprise-format-card li { padding: .35rem .62rem; border: 1px solid var(--color-border); border-radius: var(--radius-pill); color: var(--color-text-soft); background: rgba(255,255,255,.6); font-size: .64rem; font-weight: 650; }
  .enterprise-format-strip { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(23,79,82,.18); border-bottom: 1px solid rgba(23,79,82,.18); }
  .enterprise-format-strip article { display: grid; min-height: 255px; align-content: start; gap: .8rem; padding: 2rem 1.4rem; }
  .enterprise-format-strip article + article { border-left: 1px solid rgba(23,79,82,.18); }
  .enterprise-format-strip article > span { color: var(--color-accent); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .enterprise-format-strip h3 { max-width: 13ch; font-size: clamp(1.45rem, 2vw, 1.75rem); }
  .enterprise-format-strip p { font-size: .78rem; line-height: 1.7; }

  .enterprise-example { padding-block: clamp(5.5rem, 10vw, 8.5rem); }
  .enterprise-example__grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(380px, 1.12fr); align-items: center; gap: clamp(3rem, 9vw, 8rem); }
  .enterprise-example__copy { display: grid; gap: 1rem; }
  .enterprise-example__copy h2 { max-width: 13ch; margin: .15rem 0 .45rem; }
  .enterprise-example__copy > p { font-size: .9rem; line-height: 1.8; }
  .enterprise-techniques { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: .8rem; padding-top: 1.4rem; border-top: 1px solid var(--color-border); }
  .enterprise-techniques div { display: grid; gap: .18rem; }
  .enterprise-techniques strong { color: var(--color-primary); font-family: var(--font-serif); font-size: 1.05rem; font-weight: 500; }
  .enterprise-techniques span { color: var(--color-text-soft); font-size: .66rem; line-height: 1.5; }
  .enterprise-schedule { position: relative; padding: clamp(1.5rem, 4vw, 2.7rem); overflow: hidden; border-radius: 1.6rem; color: white; background: radial-gradient(circle at 20% 0, rgba(140,191,181,.2), transparent 30%), linear-gradient(145deg, #174f52, #082f32); box-shadow: 0 30px 75px rgba(13,58,61,.18); }
  .enterprise-schedule::after { position: absolute; right: -10rem; bottom: -12rem; width: 27rem; aspect-ratio: 1; content: ""; border: 1px solid rgba(255,255,255,.1); border-radius: 44% 56% 62% 38%; transform: rotate(16deg); }
  .enterprise-schedule__head { position: relative; z-index: 1; display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.16); }
  .enterprise-schedule__head span { color: #e7b39a; font-size: .65rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
  .enterprise-schedule__head strong { font-family: var(--font-serif); font-size: 1.1rem; font-weight: 500; }
  .enterprise-schedule ol { position: relative; z-index: 1; display: grid; margin: 0; padding: 0; list-style: none; }
  .enterprise-schedule li { display: grid; grid-template-columns: 70px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .enterprise-schedule li:last-child { border-bottom: 0; }
  .enterprise-schedule time { color: #e7b39a; font-family: var(--font-serif); font-size: 1.05rem; }
  .enterprise-schedule li div { display: grid; gap: .12rem; }
  .enterprise-schedule li strong { font-size: .8rem; }
  .enterprise-schedule li span { color: rgba(255,255,255,.58); font-size: .68rem; }

  .enterprise-method { padding: clamp(5rem, 9vw, 7.5rem) 0; color: white; background-image: var(--green-panel-texture), var(--green-panel-gradient); background-blend-mode: soft-light, normal, normal, normal; }
  .enterprise-section-heading--light h2 { color: white; }
  .enterprise-section-heading--light > p { color: rgba(255,255,255,.62); }
  .enterprise-section-heading--light .eyebrow { color: #e2aa90; }
  .enterprise-process { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
  .enterprise-process li { display: grid; align-content: start; gap: 2.2rem; min-height: 270px; padding: 1.4rem 1.4rem 0 0; }
  .enterprise-process li + li { padding-left: 1.4rem; border-left: 1px solid rgba(255,255,255,.16); }
  .enterprise-process li > span { color: #dfa78e; font-family: var(--font-serif); font-size: 1.4rem; }
  .enterprise-process li div { display: grid; gap: .55rem; }
  .enterprise-process strong { font-family: var(--font-serif); font-size: 1.28rem; font-weight: 500; line-height: 1.25; }
  .enterprise-process p { color: rgba(255,255,255,.55); font-size: .75rem; line-height: 1.7; }

  .enterprise-local { position: relative; padding-block: clamp(5.5rem, 10vw, 8rem); overflow: hidden; background: radial-gradient(circle at 0 100%, rgba(232,216,213,.68), transparent 30%), linear-gradient(135deg, #fffdfa, #f1f6f2); }
  .enterprise-local::after { position: absolute; top: -16rem; right: -15rem; width: 40rem; aspect-ratio: 1; content: ""; border: 1px solid rgba(23,79,82,.08); border-radius: 45% 55% 65% 35%; }
  .enterprise-local__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: start; gap: clamp(3rem, 9vw, 8rem); }
  .enterprise-local__title { display: grid; gap: .85rem; }
  .enterprise-local__title h2 { max-width: 14ch; }
  .enterprise-local__places { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1rem; }
  .enterprise-local__places span { padding: .42rem .7rem; border: 1px solid var(--color-border); border-radius: var(--radius-pill); color: var(--color-primary); background: rgba(255,255,255,.58); font-size: .68rem; font-weight: 700; }
  .enterprise-local__copy { display: grid; gap: 1.2rem; }
  .enterprise-local__copy .enterprise-lead { color: var(--color-primary); font-family: var(--font-serif); font-size: clamp(1.3rem, 2.3vw, 1.7rem); line-height: 1.45; }
  .enterprise-local__copy p:not(.enterprise-lead) { font-size: .88rem; line-height: 1.8; }

  .enterprise-seo { padding: clamp(4.5rem, 8vw, 6.5rem) 0; background: var(--color-background); }
  .enterprise-seo__grid { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(3rem, 8vw, 7rem); }
  .enterprise-seo__grid > div:first-child { display: grid; align-content: start; gap: .8rem; }
  .enterprise-seo h2 { max-width: 13ch; font-size: clamp(2rem, 3.6vw, 2.8rem); }
  .enterprise-seo__copy { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
  .enterprise-seo__copy p { font-size: .88rem; line-height: 1.8; }

  .enterprise-faq { position: relative; padding: clamp(5rem, 9vw, 7.5rem) 0; overflow: hidden; background: radial-gradient(circle at 8% 18%, rgba(193,146,124,.13), transparent 28%), linear-gradient(135deg, #f8f1e9, #f3f6f1); }
  .enterprise-faq__layout { display: grid; grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(3rem, 8vw, 7rem); }
  .enterprise-faq__side { position: sticky; top: calc(var(--header-height) + 2rem); display: grid; gap: 2rem; }
  .enterprise-faq__side > div:first-child { display: grid; gap: 1rem; }
  .enterprise-faq__side h2 { max-width: 13ch; }
  .enterprise-faq__side p { max-width: 42ch; font-size: .87rem; line-height: 1.75; }
  .enterprise-faq__contact { display: grid; gap: .5rem; padding-top: 1.4rem; border-top: 1px solid var(--color-border); }
  .enterprise-faq__contact strong { font-size: .86rem; }
  .enterprise-faq__contact .text-link { justify-self: start; padding: 0; border: 0; background: transparent; }
  .enterprise-faq__list { border-top: 1px solid rgba(23,79,82,.2); }
  .enterprise-faq details { padding: 0; }
  .enterprise-faq summary { display: grid; grid-template-columns: 34px minmax(0, 1fr) 34px; align-items: center; gap: 1rem; padding: 1.4rem 0; list-style: none; }
  .enterprise-faq summary::-webkit-details-marker { display: none; }
  .enterprise-faq summary > span { color: var(--color-accent); font-size: .62rem; font-weight: 800; }
  .enterprise-faq summary strong { font-family: var(--font-serif); font-size: clamp(1.08rem, 1.7vw, 1.3rem); font-weight: 500; line-height: 1.28; }
  .enterprise-faq summary i { position: relative; display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(23,79,82,.24); border-radius: 50%; }
  .enterprise-faq summary i::before, .enterprise-faq summary i::after { position: absolute; width: 10px; height: 1px; content: ""; background: currentColor; transition: opacity .2s ease, transform .2s ease; }
  .enterprise-faq summary i::after { transform: rotate(90deg); }
  .enterprise-faq details[open] summary i { color: white; border-color: var(--color-primary); background: var(--color-primary); }
  .enterprise-faq details[open] summary i::after { opacity: 0; }
  .enterprise-faq details > p { max-width: 65ch; padding: 0 3.2rem 1.5rem calc(34px + 1rem); font-size: .87rem; line-height: 1.8; }

  .enterprise-cta { position: relative; padding: clamp(4rem, 8vw, 6rem) 0; overflow: hidden; color: white; background-image: var(--green-panel-texture), var(--green-panel-gradient-dark); background-blend-mode: soft-light, normal, normal, normal; }
  .enterprise-cta::before { position: absolute; top: -15rem; right: -4rem; width: 34rem; height: 24rem; content: ""; border: 1px solid rgba(255,255,255,.13); border-radius: 48% 52% 62% 38% / 55% 42% 58% 45%; transform: rotate(-8deg); }
  .enterprise-cta::after { position: absolute; bottom: -12rem; left: 18%; width: 27rem; height: 16rem; content: ""; border: 1px solid rgba(229,173,147,.2); border-radius: 58% 42% 46% 54% / 42% 58% 42% 58%; transform: rotate(7deg); }
  .enterprise-cta__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); align-items: end; gap: clamp(3rem, 8vw, 7rem); }
  .enterprise-cta__inner > div { display: grid; gap: 1rem; }
  .enterprise-cta h2 { max-width: 14ch; font-size: clamp(2.2rem, 4vw, 3.25rem); }
  .enterprise-cta p { max-width: 50ch; color: rgba(255,255,255,.68); font-size: .9rem; line-height: 1.75; }
  .enterprise-cta .eyebrow { color: #e5ad93; }
  .enterprise-cta .button { justify-self: start; margin-top: .35rem; }

  .about-page .breadcrumb, .about-page .breadcrumb span { color: var(--color-text-soft); }
  .about-page .breadcrumb a { color: var(--color-primary); font-weight: 700; }
  .about-hero { --hero-panel-background: radial-gradient(circle at 76% 18%, rgba(216,233,229,.85), transparent 28%), radial-gradient(circle at 36% 104%, rgba(234,216,213,.58), transparent 35%), linear-gradient(135deg, #f7eee5 0%, #fffdfa 54%, #eef5f1 100%); position: relative; min-height: 620px; padding: 1.8rem 0 4.4rem; overflow: hidden; }
  .about-hero::before { position: absolute; top: -18rem; right: -10rem; width: 46rem; aspect-ratio: 1; content: ""; border: 1px solid rgba(23,79,82,.1); border-radius: 44% 56% 62% 38% / 48% 38% 62% 52%; transform: rotate(18deg); }
  .about-hero-motif { position: absolute; right: clamp(-19rem, -17vw, -11rem); bottom: -4rem; width: clamp(34rem, 48vw, 48rem); color: var(--color-primary); opacity: .105; pointer-events: none; transform: rotate(-5deg) scaleX(-1); -webkit-mask-image: linear-gradient(270deg, #000 0 47%, rgba(0,0,0,.72) 68%, transparent 96%); mask-image: linear-gradient(270deg, #000 0 47%, rgba(0,0,0,.72) 68%, transparent 96%); }
  .about-hero-motif path { fill: none; stroke: currentColor; stroke-width: 1.05; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
  .about-hero__inner { position: relative; z-index: 1; }
  .about-hero__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .58fr); align-items: center; gap: clamp(3rem, 8vw, 7rem); padding-top: 3.1rem; }
  .about-hero__copy { display: grid; gap: 1.4rem; }
  .about-hero__copy h1 { max-width: 820px; font-size: clamp(2.7rem, 5vw, 4rem); line-height: .98; }
  .about-hero__copy h1 em { display: block; color: var(--color-primary); font-size: .88em; font-weight: 400; }
  .about-hero__copy > p { max-width: 66ch; font-size: 1rem; line-height: 1.8; }
  .about-hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: .3rem; border-top: 1px solid var(--color-border); }
  .about-hero__facts li { display: grid; gap: .15rem; padding: 1rem .8rem 0 0; }
  .about-hero__facts strong { color: var(--color-primary-dark); font-family: var(--font-serif); font-size: 1.02rem; font-weight: 500; }
  .about-hero__facts span { color: var(--color-text-soft); font-size: .67rem; line-height: 1.45; }
  .about-google-rating { display: inline-flex; width: fit-content; align-items: center; gap: .55rem; margin-top: -.25rem; padding: .55rem .75rem; border: 1px solid rgba(23,79,82,.12); border-radius: var(--radius-pill); color: var(--color-primary-dark); background: rgba(255,255,255,.42); font-size: .68rem; line-height: 1; backdrop-filter: blur(8px); }
  .about-google-rating__stars { color: var(--color-accent); font-size: .72rem; letter-spacing: .06em; }
  .about-google-rating strong { font-weight: 800; }
  .about-google-rating > span:last-child { padding-left: .55rem; border-left: 1px solid rgba(23,79,82,.14); color: var(--color-text-soft); }
  .about-google-rating:hover { border-color: rgba(23,79,82,.24); background: rgba(255,255,255,.72); }
  .about-portrait-wrap { display: grid; width: min(100%, 360px); justify-self: end; gap: .8rem; }
  .about-portrait { position: relative; aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(23,79,82,.12); border-radius: 4px; background: var(--color-primary-light); box-shadow: 0 28px 70px rgba(13,58,61,.14); }
  .about-portrait::after { position: absolute; inset: 11px; content: ""; border: 1px solid rgba(255,255,255,.42); border-radius: 2px; pointer-events: none; }
  .about-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.84) contrast(.96); }
  .about-portrait figcaption { position: absolute; right: 1rem; bottom: 1rem; padding: .38rem .65rem; border-radius: var(--radius-pill); color: white; background: rgba(8,45,48,.72); backdrop-filter: blur(10px); font-size: .63rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
  .about-socials { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
  .about-socials a { display: flex; align-items: center; justify-content: space-between; gap: .4rem; padding: .7rem .55rem; color: var(--color-primary); font-size: .67rem; font-weight: 750; }
  .about-socials a + a { border-left: 1px solid var(--color-border); }

  .about-story { position: relative; padding: clamp(5.5rem, 10vw, 8.5rem) 0; overflow: hidden; border-block: 1px solid rgba(23,79,82,.07); background: radial-gradient(circle at 5% 48%, rgba(216,233,229,.56), transparent 26%), radial-gradient(circle at 73% 105%, rgba(234,216,213,.3), transparent 31%), var(--color-background); }
  .about-story::before { position: absolute; top: 51%; left: clamp(-23rem, -27vw, -17rem); width: clamp(35rem, 48vw, 47rem); aspect-ratio: 644.7 / 483.7; content: ""; background: url("../images/about/about-leaf.svg") center / contain no-repeat; opacity: .18; pointer-events: none; transform: translateY(-50%) rotate(4deg); -webkit-mask-image: linear-gradient(90deg, #000 0 46%, rgba(0,0,0,.68) 66%, transparent 94%); mask-image: linear-gradient(90deg, #000 0 46%, rgba(0,0,0,.68) 66%, transparent 94%); }
  .about-story__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); align-items: start; gap: clamp(3rem, 9vw, 8rem); }
  .about-story__heading { position: sticky; top: calc(var(--header-height) + 2rem); display: grid; gap: .8rem; }
  .about-story__heading h2 { max-width: 13ch; }
  .about-story__copy { display: grid; gap: 2rem; }
  .about-lead { max-width: 48ch; color: var(--color-primary); font-family: var(--font-serif); font-size: clamp(1.45rem, 2.7vw, 2rem); line-height: 1.42; }
  .about-story__columns { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .about-story__columns p { font-size: .9rem; line-height: 1.82; }
  .about-story blockquote { position: relative; max-width: 36ch; padding: 1.6rem 0 0 2rem; border-top: 1px solid var(--color-border); color: var(--color-primary); font-family: var(--font-serif); font-size: clamp(1.35rem, 2.3vw, 1.8rem); line-height: 1.4; }
  .about-story blockquote::before { position: absolute; top: 1.45rem; left: 0; content: "“"; color: var(--color-accent); font-size: 2.4rem; line-height: 1; }

  .about-ffmbe { position: relative; padding: clamp(5rem, 9vw, 7.5rem) 0; overflow: hidden; background: radial-gradient(circle at 10% 85%, rgba(234,216,213,.48), transparent 30%), linear-gradient(135deg, #eff5f1, #fffdfa 58%); }
  .about-ffmbe::after { position: absolute; top: -18rem; right: -12rem; width: 42rem; aspect-ratio: 1; content: ""; border: 1px solid rgba(23,79,82,.08); border-radius: 45% 55% 65% 35%; }
  .about-ffmbe__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); align-items: center; gap: clamp(3rem, 9vw, 8rem); }
  .about-ffmbe__mark { display: grid; min-height: 370px; place-items: center; align-content: center; gap: 1rem; padding: 2.3rem; border: 1px solid rgba(23,79,82,.1); border-radius: 4px; background: rgba(255,255,255,.72); box-shadow: 0 24px 70px rgba(25,61,61,.07); }
  .about-ffmbe__mark img { width: min(100%, 280px); max-height: 180px; object-fit: contain; opacity: .86; }
  .about-ffmbe__mark span { padding: .38rem .7rem; border-radius: var(--radius-pill); color: var(--color-primary); background: var(--color-primary-light); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .about-ffmbe__copy { display: grid; gap: 1rem; }
  .about-ffmbe__copy h2 { max-width: 15ch; margin-bottom: .4rem; }
  .about-ffmbe__copy p { max-width: 64ch; font-size: .9rem; line-height: 1.82; }
  .about-ffmbe__copy .text-link { justify-self: start; margin-top: .5rem; }

  .about-cabinet { position: relative; padding: clamp(5.5rem, 10vw, 8rem) 0; overflow: hidden; }
  .about-cabinet-motif { position: absolute; top: 42%; right: clamp(-16rem, -18vw, -12rem); width: clamp(24rem, 33vw, 32rem); color: var(--color-primary); opacity: .17; pointer-events: none; transform: rotate(-5deg) scaleX(-1); -webkit-mask-image: linear-gradient(270deg, #000 0 48%, rgba(0,0,0,.62) 68%, transparent 94%); mask-image: linear-gradient(270deg, #000 0 48%, rgba(0,0,0,.62) 68%, transparent 94%); }
  .about-cabinet-motif path { fill: none; stroke: currentColor; stroke-width: 1.05; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
  .about-section-heading { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .68fr); align-items: end; gap: clamp(2.5rem, 8vw, 7rem); margin-bottom: 3rem; }
  .about-section-heading > div { display: grid; gap: .75rem; }
  .about-section-heading h2 { max-width: 16ch; }
  .about-section-heading > p { max-width: 52ch; font-size: .9rem; line-height: 1.8; }
  .about-gallery { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; }
  .about-gallery figure { aspect-ratio: 4 / 3; overflow: hidden; border-radius: 4px; background: var(--color-primary-light); }
  .about-gallery__main { grid-row: auto; }
  .about-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
  .about-gallery figure:hover img { transform: scale(1.018); }
  .about-cabinet__details { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 1rem; padding: 1.3rem 0; border-bottom: 1px solid var(--color-border); }
  .about-cabinet__details > span { color: var(--color-text-soft); font-size: .72rem; }
  .about-cabinet__details .text-link { padding: 0; border: 0; background: transparent; cursor: pointer; }

  .about-ethics { padding: clamp(5rem, 9vw, 7.5rem) 0; color: white; background-image: var(--green-panel-texture), var(--green-panel-gradient); background-blend-mode: soft-light, normal, normal, normal; }
  .about-section-heading--light h2 { color: white; }
  .about-section-heading--light > p { color: rgba(255,255,255,.64); }
  .about-section-heading--light .eyebrow { color: #e4ad93; }
  .about-ethics__list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
  .about-ethics__list li { display: grid; min-height: 245px; align-content: start; gap: 2rem; padding: 1.4rem 1.4rem 0 0; }
  .about-ethics__list li + li { padding-left: 1.4rem; border-left: 1px solid rgba(255,255,255,.16); }
  .about-ethics__list li > span { color: #dfa78e; font-family: var(--font-serif); font-size: 1.25rem; }
  .about-ethics__list li div { display: grid; gap: .55rem; }
  .about-ethics__list strong { font-family: var(--font-serif); font-size: 1.25rem; font-weight: 500; line-height: 1.25; }
  .about-ethics__list p { color: rgba(255,255,255,.58); font-size: .74rem; line-height: 1.7; }

  .about-certifications { padding: clamp(5.5rem, 10vw, 8rem) 0; background: radial-gradient(circle at 8% 92%, rgba(234,216,213,.55), transparent 27%), linear-gradient(135deg, #fffdfa, #f3f7f3); }
  .about-certification-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .8rem; }
  .about-certificate { display: grid; min-width: 0; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--color-border); }
  .about-certificate__image { display: block; height: 275px; overflow: hidden; border: 1px solid rgba(23,79,82,.1); border-radius: 3px; background: white; box-shadow: 0 16px 40px rgba(25,61,61,.06); }
  .about-certificate__image img { width: 100%; height: 100%; object-fit: cover; object-position: top; filter: saturate(.78); pointer-events: none; user-select: none; }
  .about-certificate > span:last-child { display: grid; gap: .24rem; }
  .about-certificate small { color: var(--color-accent); font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
  .about-certificate strong { min-height: 2.7em; color: var(--color-primary); font-family: var(--font-serif); font-size: 1rem; font-weight: 500; line-height: 1.3; }

  .about-cta { position: relative; padding: clamp(4.5rem, 8vw, 6.5rem) 0; overflow: hidden; color: white; background-image: var(--green-panel-texture), var(--green-panel-gradient-dark); background-blend-mode: soft-light, normal, normal, normal; }
  .about-cta::before { position: absolute; top: -16rem; right: -5rem; width: 36rem; height: 25rem; content: ""; border: 1px solid rgba(255,255,255,.13); border-radius: 48% 52% 62% 38% / 55% 42% 58% 45%; transform: rotate(-8deg); }
  .about-cta::after { position: absolute; bottom: -12rem; left: 18%; width: 29rem; height: 17rem; content: ""; border: 1px solid rgba(229,173,147,.2); border-radius: 58% 42% 46% 54% / 42% 58% 42% 58%; transform: rotate(7deg); }
  .about-cta__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); align-items: end; gap: clamp(3rem, 8vw, 7rem); }
  .about-cta__inner > div { display: grid; gap: 1rem; }
  .about-cta h2 { max-width: 20ch; font-size: clamp(1.9rem, 3.2vw, 2.6rem); }
  .about-cta p { max-width: 50ch; color: rgba(255,255,255,.68); font-size: .9rem; line-height: 1.78; }
  .about-cta .eyebrow { color: #e5ad93; }
  .about-cta .button--outline-light { color: white; border-color: rgba(255,255,255,.55); background: transparent; }
  .about-cta .button--outline-light:hover { border-color: white; background: rgba(255,255,255,.08); }

  .hero-panel:not(.home-hero) {
    --hero-panel-background: var(--green-panel-gradient);
    color: white;
    border-color: rgba(255,255,255,.11);
  }
  .hero-panel:not(.home-hero) h1 { color: white; }
  .hero-panel:not(.home-hero) p { color: rgba(255,255,255,.72); }
  .hero-panel:not(.home-hero) .eyebrow { color: #e6b69f; }
  .hero-panel:not(.home-hero) .breadcrumb,
  .hero-panel:not(.home-hero) .breadcrumb span { color: rgba(255,255,255,.58); }
  .hero-panel:not(.home-hero) .breadcrumb a { color: rgba(255,255,255,.9); }
  .hero-panel:not(.home-hero) .button--outline-light,
  .hero-panel:not(.home-hero) .button--secondary { color: white; border-color: rgba(255,255,255,.52); background: transparent; }
  .hero-panel:not(.home-hero) .button--outline-light:hover,
  .hero-panel:not(.home-hero) .button--secondary:hover { border-color: white; background: rgba(255,255,255,.08); }
  .gift-builder-hero::before, .journal-index-hero::after, .journal-article-hero::after, .enterprise-hero::before, .about-hero::before { border-color: rgba(255,255,255,.11); }
  .gift-builder-hero::after, .enterprise-hero::after { opacity: .44; }

  .gift-builder-heading h1 em,
  .journal-index-hero h1 em,
  .enterprise-hero__copy h1 em,
  .about-hero__copy h1 em { color: #e6b69f; }
  .gift-key-facts,
  .journal-index-legend,
  .journal-article-hero__meta,
  .enterprise-hero__facts,
  .about-hero__facts { border-color: rgba(255,255,255,.18); }
  .gift-key-facts strong,
  .enterprise-hero__facts strong,
  .about-hero__facts strong { color: white; }
  .gift-key-facts span,
  .enterprise-hero__facts span,
  .about-hero__facts span,
  .enterprise-hero__action > span,
  .journal-article-hero__meta { color: rgba(255,255,255,.6); }
  .journal-kind { color: white; border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.08); }
  .enterprise-hero .button--primary { color: var(--color-primary-dark); background: #fff9f1; }
  .enterprise-hero .button--primary:hover { background: white; }
  .about-hero-motif { color: white; opacity: .085; }
  .about-google-rating { color: white; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); }
  .about-google-rating > span:last-child { color: rgba(255,255,255,.62); border-color: rgba(255,255,255,.18); }
  .about-google-rating:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.13); }
  .about-socials { border-color: rgba(255,255,255,.18); }
  .about-socials a { color: rgba(255,255,255,.82); }
  .about-socials a + a { border-color: rgba(255,255,255,.18); }
}

@layer utilities {
  .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  [hidden] { display: none !important; }
  .mt-4 { margin-top: var(--space-4); }
}

@media (hover: hover) and (pointer: fine) {
  .home-practice-panel .service-card__actions .button { opacity: 0; pointer-events: none; transform: translateY(7px); transition: opacity .2s ease, transform .2s ease, background .2s ease; }
  .home-practice-panel .service-card:hover .service-card__actions .button,
  .home-practice-panel .service-card:focus-within .service-card__actions .button { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .hub-service-list .service-card__actions .button { opacity: 0; pointer-events: none; transform: translateY(7px); transition: opacity .2s ease, transform .2s ease, background .2s ease; }
  .hub-service-list .service-card:hover .service-card__actions .button,
  .hub-service-list .service-card:focus-within .service-card__actions .button { opacity: 1; pointer-events: auto; transform: translateY(0); }
}

@media (max-width: 1020px) {
  .site-topbar__inner { min-height: 36px; }
  .site-topbar__group--primary { overflow-x: auto; scrollbar-width: none; }
  .site-topbar__group--primary::-webkit-scrollbar { display: none; }
  .site-topbar__group--secondary { flex: 0 0 auto; }
  .main-nav {
    position: fixed;
    top: calc(var(--header-height) + .75rem);
    right: 1rem;
    left: auto;
    display: grid;
    width: min(360px, calc(100vw - 2rem));
    gap: .25rem;
    padding: .65rem;
    border: 1px solid rgba(23,79,82,.11);
    border-radius: 4px;
    background: linear-gradient(145deg, rgba(255,253,250,.98), rgba(248,244,238,.94));
    box-shadow: 0 22px 60px rgba(13,58,61,.14);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(12px, -4px, 0);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    visibility: hidden;
  }
  .main-nav::before {
    position: absolute;
    top: -.42rem;
    right: 1rem;
    width: .8rem;
    height: .8rem;
    content: "";
    border-top: 1px solid rgba(23,79,82,.11);
    border-left: 1px solid rgba(23,79,82,.11);
    background: rgba(255,253,250,.98);
    transform: rotate(45deg);
  }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translate3d(0, 0, 0); visibility: visible; }
  .main-nav .button { display: none; }
  .main-nav a { display: flex; min-height: 48px; align-items: center; gap: .7rem; padding: .75rem .9rem; border-radius: 2px; color: var(--color-primary-dark); font-size: .9rem; }
  .main-nav a:not(.button)::after { display: none; }
  .main-nav a:hover { background: rgba(216,233,229,.34); color: var(--color-primary); }
  .main-nav .nav-icon { width: 1.05rem; height: 1.05rem; opacity: .72; }
  .nav-dropdown { display: grid; gap: .15rem; padding-block: 0; margin-block: 0; }
  .nav-dropdown::after { display: none; }
  .nav-dropdown__trigger::before { margin-left: auto; }
  .nav-submenu { position: static; min-width: 0; margin: -.1rem 0 .25rem; padding: .25rem 0 .25rem .65rem; border: 0; border-left: 1px solid rgba(23,79,82,.1); border-radius: 0; background: transparent; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
  .nav-submenu a { min-height: 40px; padding: .55rem .9rem; color: var(--color-text-soft); font-size: .8rem; }
  .menu-toggle { display: grid; }
  .header-inner > .button { display: none; }
  .hero-grid { grid-template-columns: 1fr .75fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: 1fr; }
  .reputation { grid-template-columns: .75fr 1.25fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2 / -1; }
  .home-entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-entry-card:nth-child(3) { border-left: 0; border-top: 1px solid rgba(23,79,82,.09); }
  .home-entry-card:nth-child(4) { border-top: 1px solid rgba(23,79,82,.09); }
  .home-practice-panel .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hub-service-list .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-practice-panel .choice-grid--finder, .home-practice-panel .finder-result__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-related-grid { grid-template-columns: 1fr; }
  .service-hero-grid { grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr); gap: 2.5rem; }
  .service-overview-grid { grid-template-columns: minmax(230px, .55fr) minmax(0, 1.45fr); gap: 3.5rem; }
  .service-course ol, .service-daily-impact ul, .service-situation-list { grid-template-columns: 1fr; }
  .service-course li, .service-course li + li { min-height: 0; padding: 1.15rem 0; border-left: 0; border-bottom: 1px solid var(--color-border); }
  .service-daily-impact li, .service-daily-impact li + li { min-height: 0; padding: 1rem 0 1rem 1.1rem; border-left: 0; border-bottom: 1px solid var(--color-border); }
  .service-situation-list li, .service-situation-list li + li { min-height: 0; padding: 1rem 0 1rem 1.1rem; border-left: 0; border-bottom: 1px solid var(--color-border); }
  .service-daily-impact li::before { top: 1.55rem; }
  .service-situation-list li::before { top: 1.55rem; }
  .home-paths__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hub-practitioner__grid { grid-template-columns: 1fr; gap: 2rem; }
  .home-path-card--about { grid-column: 1 / -1; }
  .home-reviews__layout { grid-template-columns: 1fr; }
  .home-reviews__summary { max-width: 580px; }
  .home-article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-article-card:last-child { grid-column: 1 / -1; min-height: 260px; }
  .home-cabinet__grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .gift-builder-heading { grid-template-columns: 1fr 1fr; column-gap: 2.5rem; }
  .gift-workspace { height: auto; grid-template-columns: 1fr; }
  .gift-wizard { min-height: 610px; }
  .gift-preview-column { min-height: 460px; }
  .gift-live-card { width: min(100%, 560px); margin-inline: auto; }
  .gift-envelope { right: 5%; left: 12%; }
  .enterprise-hero__grid { grid-template-columns: minmax(0, 960px); }
  .enterprise-brief { padding: 1.5rem; }
  .enterprise-process { grid-template-columns: repeat(2, 1fr); }
  .enterprise-process li { min-height: 230px; border-bottom: 1px solid rgba(255,255,255,.16); }
  .enterprise-process li:nth-child(3) { padding-left: 0; border-left: 0; }
  .about-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(270px, .56fr); gap: 3rem; }
  .about-ethics__list { grid-template-columns: repeat(2, 1fr); }
  .about-ethics__list li { min-height: 210px; border-bottom: 1px solid rgba(255,255,255,.16); }
  .about-ethics__list li:nth-child(3) { padding-left: 0; border-left: 0; }
  .about-certification-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  :root { --header-height: 66px; --topbar-height: 34px; --space-8: 4.5rem; --space-7: 3.5rem; }
  body:not(.gift-page):not(.gift-use-page):not(.choice-guide-page) { padding-bottom: calc(5rem + env(safe-area-inset-bottom)); }
  .site-topbar { font-size: .68rem; }
  .site-topbar__inner {
    min-height: 34px;
    gap: .85rem;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .site-topbar__inner::-webkit-scrollbar { display: none; }
  .site-topbar__group { gap: .75rem; }
  .site-topbar__item:first-child { display: none; }
  .site-topbar__item svg { width: .88rem; height: .88rem; }
  .site-topbar__socials { display: none; }
  .site-topbar__rating .google-g { width: .85rem; height: .85rem; font-size: .8rem; }
  .announcement { font-size: .72rem; }
  .announcement a { display: none; }
  .brand-text small { display: none; }
  .home-hero { padding: .5rem; }
  .home-hero__inner::before { top: 58%; left: -9rem; width: 22rem; opacity: .06; }
  .home-hero__inner::after { top: -9rem; right: -16rem; width: 29rem; }
  .home-hero__inner { min-height: 0; gap: 1rem; padding: 3.4rem 1.25rem; }
  .home-hero h1 { max-width: 20ch; font-size: clamp(2.05rem, 9.8vw, 2.65rem); }
  .home-hero__inner > p { font-size: .92rem; }
  .home-google-rating { flex-wrap: wrap; justify-content: center; gap: .45rem; }
  .home-google-rating > span:last-child { padding-left: 0; border-left: 0; }
  .home-hero__actions { width: 100%; align-items: stretch; }
  .home-hero__actions .button { width: 100%; }
  .home-practices, .home-paths, .home-editorial, .home-cabinet { padding-block: 4.2rem; }
  .home-practices { padding-top: 3.4rem; padding-bottom: 2.2rem; }
  .home-paths { padding-top: 2.8rem; }
  .home-section-heading { grid-template-columns: 1fr; align-items: start; gap: 1.25rem; margin-bottom: 2.3rem; }
  .home-section-heading h2 { max-width: 18ch; }
  .home-section-heading p { margin-top: 0; font-size: .88rem; }
  .home-editorial__heading { grid-template-columns: 1fr; align-items: start; gap: 1.5rem; margin-bottom: 2.4rem; }
  .home-editorial__heading h2 { max-width: 15ch; }
  .home-editorial__intro { gap: 1rem; }
  .home-entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-entry-card { min-height: 158px; gap: .62rem; padding: .9rem; }
  .home-entry-card svg { width: 34px; height: 34px; margin-bottom: .15rem; }
  .home-entry-card > span { font-size: 1.18rem; }
  .home-entry-card strong { font-size: .72rem; line-height: 1.5; }
  .home-entry-card em { font-size: .65rem; }
  .home-practice-panel { padding: 1rem; }
  .home-practice-panel__toolbar { align-items: flex-start; flex-direction: column; gap: .65rem; margin-bottom: 1rem; padding-bottom: .85rem; }
  .home-practice-panel .service-grid {
    display: flex;
    gap: .9rem;
    margin-inline: -1rem;
    padding: .15rem 1rem .9rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-padding-inline: 1rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .home-practice-panel .service-grid::-webkit-scrollbar { display: none; }
  .home-practice-panel .service-grid .service-card {
    min-width: min(88%, 360px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .home-practice-panel .service-grid .service-card__image { height: 172px; }
  .service-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: .85rem;
    padding-top: .85rem;
    border-top: 1px solid rgba(23,79,82,.1);
    color: var(--color-text-soft);
    font-size: .76rem;
    font-weight: 750;
  }
  .service-carousel-controls button {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(23,79,82,.14);
    border-radius: 50%;
    color: var(--color-primary);
    background: rgba(255,255,255,.72);
    cursor: pointer;
  }
  .service-carousel-controls button:disabled { cursor: default; opacity: .34; }
  .hub-service-list .service-grid { grid-template-columns: 1fr; }
  .home-practice-panel .service-card__body p { min-height: 0; }
  .hub-service-list .service-card__body p { min-height: 0; }
  .home-practice-panel .service-card__actions { align-items: center; }
  .hub-service-list .service-card__actions { align-items: center; }
  .home-practice-panel .service-card__actions .button { opacity: 1; pointer-events: auto; transform: none; }
  .hub-service-list .service-card__actions .button { opacity: 1; pointer-events: auto; transform: none; }
  .home-practice-panel .finder__header { align-items: stretch; flex-direction: column; gap: .85rem; }
  .home-practice-panel .finder__progress { width: 100%; }
  .home-practice-panel .choice-grid--finder { grid-template-columns: 1fr; }
  .home-practice-panel .choice-grid--finder .choice { min-height: 0; }
  .home-practice-panel .finder-step { padding: 1.15rem .1rem .1rem; }
  .home-practice-panel .finder-step legend { font-size: 1.75rem; }
  .home-practice-panel .finder-result { padding: 1rem .1rem .1rem; }
  .home-practice-panel .finder-result__grid {
    display: flex;
    gap: .85rem;
    margin-inline: -1rem;
    padding: .1rem 1rem .85rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-padding-inline: 1rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .home-practice-panel .finder-result__grid::-webkit-scrollbar { display: none; }
  .home-practice-panel .finder-result-card {
    min-width: min(86%, 340px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .home-practice-panel .finder-result-card p { min-height: 0; }
  .home-practice-panel .finder-result__footer { align-items: flex-start; flex-direction: column; }
  .service-page-hero { padding-block: 3.6rem; }
  .service-page-hero::before { top: -8rem; right: -12rem; width: 24rem; }
  .service-hero-grid { grid-template-columns: 1fr; gap: 2.4rem; }
  .service-hero-copy h1 { font-size: clamp(2.05rem, 9.5vw, 2.7rem); }
  .service-hero-actions { align-items: stretch; flex-direction: column; }
  .service-hero-actions .button { width: 100%; }
  .service-hero-image { height: 235px; }
  .service-overview-grid { grid-template-columns: 1fr; gap: 4rem; }
  .service-booking-card { position: static; }
  .service-booking-card dl { grid-template-columns: 1fr 1fr; }
  .service-editorial-content { gap: 4.5rem; }
  .service-editorial-content h2 { font-size: clamp(1.9rem, 9vw, 2.45rem); }
  .service-logic__copy { grid-template-columns: 1fr; gap: 1rem; }
  .service-daily-impact { padding: 1.5rem; }
  .service-video-grid, .service-video-checklist ul { grid-template-columns: 1fr; }
  .service-comparison-link { grid-template-columns: 1fr; gap: .45rem; }
  .service-comparison-link > span:last-child { justify-content: space-between; }
  .service-faq-section { padding: 4.5rem 0; }
  .service-faq-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .service-faq-side { position: static; }
  .service-faq-side h2 { max-width: 15ch; }
  .service-final__inner { grid-template-columns: 1fr; align-items: stretch; padding-block: 4rem; }
  .service-final__inner > .button { width: 100%; }
  .massage-choice-grid { grid-template-columns: 1fr; }
  .massage-choice-grid article, .massage-choice-grid article + article { min-height: 0; padding: 1.4rem 0; border-left: 0; border-bottom: 1px solid var(--color-border); }
  .guide-intro__grid, .guide-family-grid, .guide-scenarios .hub-axis-grid { grid-template-columns: 1fr; }
  .guide-question-list ul { grid-template-columns: 1fr; }
  .guide-family-grid article, .guide-scenarios .hub-axis-grid article { min-height: 0; }
  .home-paths__grid { grid-template-columns: 1fr; }
  .home-path-card { min-height: 340px; }
  .home-path-card--about { grid-column: auto; background-position: 66% 35%; }
  .home-path-card--gift h2, .home-path-card--gift p { max-width: 100%; }
  .home-path-card--gift::before { width: 10rem; height: 6.5rem; }
  .home-path-card--gift::after { right: 1.4rem; bottom: 1.6rem; width: 5.8rem; }
  .home-path-card__badge { top: 1.2rem; right: 1.2rem; width: 66px; font-size: .48rem; }
  .home-reviews { padding: .5rem; }
  .home-reviews::before { inset: .5rem; }
  .home-reviews::after { right: -13rem; bottom: -4rem; width: 21rem; opacity: .038; }
  .home-reviews__layout { gap: 2.5rem; padding-block: 4.2rem; }
  .home-review-grid { width: calc(100% + 2rem); margin-inline: -1rem; overflow: hidden; }
  .home-review { width: min(310px, 82vw); min-height: 225px; }
  .home-article-grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .home-article-card, .home-article-card:last-child { min-height: 270px; grid-column: auto; }
  .home-editorial__footer { justify-content: flex-start; }
  .home-editorial::before { top: 18%; left: -16rem; width: 27rem; opacity: .07; }
  .home-cabinet__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .home-cabinet__copy h2 { max-width: 15ch; }
  .home-cabinet dl { grid-template-columns: 1fr; }
  .home-cabinet dl div:nth-child(even) { padding-left: 0; border-top: 1px solid var(--color-border); border-left: 0; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 4rem; }
  .hero-visual { display: none; }
  .hero-copy { gap: 1.1rem; }
  .marie-intro { grid-template-columns: 100px 1fr; align-items: start; gap: 1.3rem; }
  .marie-copy h2 { font-size: 2rem; }
  .marie-copy blockquote { font-size: 1.12rem; }
  .service-grid, .choice-grid, .article-grid { grid-template-columns: 1fr; }
  .tabs { width: 100%; border-radius: var(--radius-md); }
  .tab { padding-inline: .85rem; }
  .split-feature, .location-grid, .editorial-grid, .service-hero-grid { grid-template-columns: 1fr; }
  .split-feature__visual { min-height: 330px; }
  .business-strip { grid-template-columns: 1fr; }
  .reputation { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .editorial-aside { position: static; }
  .journal-index-hero { padding-top: 1.2rem; }
  .journal-index-hero__grid { grid-template-columns: 1fr; align-items: start; gap: 2rem; padding-top: 3.5rem; }
  .journal-index-hero h1 { font-size: clamp(2rem, 9.2vw, 2.75rem); }
  .journal-index-hero__grid p { font-size: .9rem; }
  .journal-filter { width: 100%; }
  .journal-list-grid { grid-template-columns: 1fr; }
  .journal-list-card { min-height: 290px; }
  .journal-article-hero { padding-block: 3.2rem; }
  .journal-article-hero .journal-kind { margin-top: 2.5rem; }
  .journal-article-hero h1 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .journal-article-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .journal-article-aside { position: static; }
  .journal-article-body h2 { font-size: clamp(1.75rem, 8vw, 2.2rem); }
  .journal-practice-box { align-items: flex-start; flex-direction: column; }
  .journal-practice-box .button { width: 100%; }
  .journal-article-nav { align-items: flex-start; flex-direction: column; }
  .hub-cross-grid, .hub-final__inner { grid-template-columns: 1fr; }
  .hub-cross-card { min-height: 230px; }
  .hub-final__inner .button-row { align-items: stretch; flex-direction: column; }
  .hub-final__inner .button { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .fake-fields { grid-template-columns: 1fr; }
  dialog { width: 100%; max-width: none; margin: auto 0 0; border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
  .sticky-booking {
    position: fixed;
    right: .7rem;
    bottom: calc(.7rem + env(safe-area-inset-bottom));
    left: .7rem;
    z-index: 15;
    display: block;
    padding: .35rem;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 2px;
    background: rgba(255,253,250,.82);
    box-shadow: 0 14px 34px rgba(8,45,48,.18);
    backdrop-filter: blur(14px);
  }
  .sticky-booking__button {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    overflow: hidden;
    border-radius: 2px;
    color: white;
    background: var(--green-panel-gradient);
    font-size: .86rem;
    font-weight: 820;
    letter-spacing: .01em;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
  }
  .sticky-booking__button::before {
    position: absolute;
    right: -2.5rem;
    bottom: -3rem;
    width: 8rem;
    height: 8rem;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(238,202,180,.3), rgba(238,202,180,0) 68%);
    pointer-events: none;
  }
  .sticky-booking__button span, .sticky-booking__button svg { position: relative; z-index: 1; }
  .sticky-booking__button svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
  .gift-page .sticky-booking, .gift-use-page .sticky-booking { display: none; }
  .gift-builder-hero { padding: 1.5rem 0 2.2rem; }
  .gift-builder-heading { grid-template-columns: 1fr; gap: 1.1rem; }
  .gift-builder-heading .breadcrumb { grid-column: auto; }
  .gift-builder-heading h1 { font-size: clamp(1.72rem, 8.5vw, 2.5rem); }
  .gift-builder-intro > p { font-size: .9rem; }
  .gift-key-facts li { padding-right: .5rem; }
  .gift-key-facts strong { font-size: 1.2rem; }
  .gift-progress-wrap { grid-template-columns: 1fr; gap: .7rem; margin-bottom: 1rem; }
  .gift-progress-copy { grid-template-columns: 1fr auto; }
  .gift-progress small { display: none; }
  .gift-progress::before { right: 10%; left: 10%; }
  .gift-experience { padding: 1.25rem 0 3.5rem; }
  .gift-experience-motif { top: 58%; left: -15rem; width: 22rem; opacity: .24; }
  .gift-workspace { border-radius: 1.1rem; }
  .gift-wizard { min-height: 610px; padding: 1.15rem; }
  .gift-step-heading { min-height: 108px; gap: .2rem; margin-bottom: 1.1rem; }
  .gift-step-heading h2 { font-size: clamp(1.8rem, 8vw, 2.2rem); }
  .gift-step-heading p { font-size: .9rem; }
  .gift-step-note { margin-top: 1.2rem; padding: .9rem; }
  .gift-step-note ul { grid-template-columns: repeat(2, 1fr); }
  .gift-step-note li { padding-right: .5rem; }
  .gift-step-note li + li { padding-left: .5rem; }
  .gift-step-note li:nth-child(3) { padding-left: 0; border-left: 0; }
  .gift-step-note li:nth-child(n+3) { padding-top: .6rem; border-top: 1px solid rgba(23,79,82,.1); }
  .gift-fields--two, .gift-theme-grid, .gift-delivery-grid { grid-template-columns: 1fr; }
  .gift-theme-grid { grid-template-columns: repeat(3, 1fr); }
  .gift-theme > span { min-height: 92px; grid-template-columns: 1fr; place-items: center; text-align: center; }
  .gift-theme > span > i { grid-row: auto; width: 48px; height: 30px; border-radius: var(--radius-pill); }
  .gift-theme small { display: none; }
  .gift-actions { position: sticky; z-index: 5; bottom: .6rem; margin: 1rem -.3rem -.3rem; padding: .65rem; border: 1px solid rgba(23,79,82,.12); border-radius: var(--radius-pill); background: rgba(255,253,250,.94); box-shadow: 0 12px 30px rgba(8,45,48,.14); backdrop-filter: blur(12px); }
  .gift-back { min-width: 36px; justify-content: center; font-size: 0; }
  .gift-back span { font-size: 1.05rem; }
  .gift-next { min-width: 0; padding-inline: 1rem; font-size: .78rem; }
  .gift-preview-column { order: -1; min-height: 330px; padding: 1.1rem; }
  .gift-card-stack { padding: .65rem 0 1.35rem; }
  .gift-envelope { inset: 14% 0 2% 8%; }
  .gift-live-card { min-height: 0; aspect-ratio: 1.16; padding: 1.2rem; }
  .gift-live-card::before { inset: 7px; border-radius: .78rem; }
  .gift-live-logo { top: .9rem; right: .9rem; width: 36px; height: 36px; padding: .28rem; }
  .gift-live-card__content { max-width: 76%; padding-block: .4rem; }
  .gift-live-card__content > span { font-size: .52rem; letter-spacing: .1em; }
  .gift-live-card__content h3 { font-size: 2rem; }
  .gift-live-card.has-long-name .gift-live-card__content h3 { font-size: 1.65rem; }
  .gift-live-card.has-very-long-name .gift-live-card__content h3 { font-size: 1.42rem; }
  .gift-live-card__content blockquote { max-width: 38ch; font-size: .76rem; line-height: 1.22; -webkit-line-clamp: 4; }
  .gift-live-card.has-long-message .gift-live-card__content blockquote { font-size: .69rem; }
  .gift-live-card.has-very-long-message .gift-live-card__content blockquote { font-size: .63rem; }
  .gift-live-motif { right: -12%; bottom: -15%; width: 62%; opacity: .1; }
  .gift-live-card__identity { gap: .38rem; }
  .gift-live-card__identity span { padding: .25rem .4rem; font-size: .46rem; }
  .gift-live-card__identity strong { overflow: visible; font-size: .68rem; line-height: 1.05; text-overflow: clip; white-space: normal; }
  .gift-live-card__bottom { padding-top: .75rem; }
  .gift-recap dl { grid-template-columns: 1fr; }
  .gift-recap dl div:nth-child(odd) { border-right: 0; }
  .gift-reassurance { padding: 3.5rem 0; }
  .gift-reassurance-heading, .gift-section-heading { grid-template-columns: 1fr; align-items: start; gap: 1.2rem; }
  .gift-reassurance-heading .gift-use-link { justify-self: start; }
  .gift-use-steps { grid-template-columns: 1fr; margin-top: 1.8rem; }
  .gift-massages, .gift-seo-section { padding: 3.5rem 0; }
  .gift-massage-list { grid-template-columns: 1fr; gap: 0; margin-top: 1.8rem; }
  .gift-massage-list li:nth-last-child(2) { border-bottom: 0; }
  .gift-massage-list strong { font-size: 1rem; }
  .gift-massage-link { justify-content: flex-start; }
  .gift-faq-section { padding: 4rem 0; }
  .gift-faq-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .gift-faq-side { display: contents; }
  .gift-faq-intro { order: 1; }
  .gift-faq-intro h2 { max-width: 15ch; font-size: clamp(2rem, 10vw, 2.65rem); }
  .gift-faq-list { order: 2; }
  .gift-faq-contact { order: 3; margin-top: .35rem; }
  .gift-faq-item summary { grid-template-columns: 26px minmax(0, 1fr) 30px; gap: .7rem; padding: 1.15rem 0; }
  .gift-faq-toggle { width: 30px; height: 30px; }
  .gift-faq-question { font-size: 1.04rem; }
  .gift-faq-answer { padding: 0 0 1.35rem calc(26px + .7rem); font-size: .84rem; }
  .gift-use-hero__grid { grid-template-columns: 1fr; gap: 2rem; padding-block: 3.2rem; }
  .gift-use-hero h1 { font-size: clamp(2rem, 9vw, 2.75rem); }
  .gift-use-benefits__grid, .gift-use-check__grid, .gift-use-final__inner { grid-template-columns: 1fr; gap: 2rem; }
  .gift-use-facts { grid-template-columns: 1fr; }
  .gift-use-facts li + li { border-left: 0; border-top: 1px solid var(--color-border); }
  .gift-use-final__inner .button { width: 100%; }
  .enterprise-hero { padding: 1.25rem 0 3.1rem; }
  .enterprise-hero__grid { grid-template-columns: 1fr; gap: 2.5rem; padding-top: 2.35rem; }
  .enterprise-hero__copy { gap: 1.1rem; }
  .enterprise-hero__copy h1 { font-size: clamp(2.2rem, 10.8vw, 3.05rem); }
  .enterprise-hero__copy h1 br { display: none; }
  .enterprise-hero__copy > p { font-size: .92rem; }
  .enterprise-arrow-link { margin-left: 0; }
  .enterprise-hero__facts { gap: .45rem; }
  .enterprise-hero__facts strong { font-size: .88rem; }
  .enterprise-brief { border-radius: 1.2rem; }
  .enterprise-brief h2 { max-width: 18ch; }
  .enterprise-trust__inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .enterprise-logo-ticker { margin-inline: -1rem; }
  .enterprise-clients li { width: 150px; min-height: 78px; padding-inline: 1rem; }
  .enterprise-clients img { height: 54px; }
  .enterprise-intro__grid, .enterprise-section-heading, .enterprise-example__grid, .enterprise-local__grid, .enterprise-seo__grid, .enterprise-faq__layout, .enterprise-cta__inner { grid-template-columns: 1fr; }
  .enterprise-intro__grid, .enterprise-example__grid, .enterprise-local__grid, .enterprise-seo__grid { gap: 2.5rem; }
  .enterprise-intro h2, .enterprise-local__title h2, .enterprise-seo h2 { max-width: 16ch; }
  .enterprise-intro__copy, .enterprise-seo__copy { grid-template-columns: 1fr; gap: 1.2rem; }
  .enterprise-intro__copy .enterprise-lead { grid-column: auto; }
  .enterprise-intro-motif { top: 58%; left: -12rem; width: 19rem; opacity: .14; }
  .enterprise-section-heading { align-items: start; gap: 1.5rem; margin-bottom: 2.2rem; }
  .enterprise-section-heading h2 { max-width: 18ch; }
  .enterprise-format-grid { grid-template-columns: 1fr; }
  .enterprise-format-card, .enterprise-format-card--featured { grid-row: auto; min-height: auto; align-content: start; }
  .enterprise-format-card--dark { grid-column: auto; }
  .enterprise-format-card__icon, .enterprise-format-card--featured .enterprise-format-card__icon { position: static; width: 58px; height: 58px; margin: .7rem 0 1.8rem; }
  .enterprise-slot-preview { position: static; margin: 0 0 1rem; }
  .enterprise-format-strip { grid-auto-columns: minmax(245px, 82vw); grid-template-columns: none; grid-auto-flow: column; margin-right: -1rem; padding-right: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .enterprise-format-strip::-webkit-scrollbar { display: none; }
  .enterprise-format-strip article { min-height: 230px; padding: 1.7rem 1.2rem; scroll-snap-align: start; }
  .enterprise-techniques { grid-template-columns: 1fr; }
  .enterprise-schedule { border-radius: 1.2rem; }
  .enterprise-schedule li { grid-template-columns: 58px 1fr; }
  .enterprise-process { grid-template-columns: 1fr; }
  .enterprise-process li, .enterprise-process li + li, .enterprise-process li:nth-child(3) { min-height: auto; grid-template-columns: 34px 1fr; gap: 1rem; padding: 1.3rem 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .enterprise-process li div { gap: .3rem; }
  .enterprise-faq__side { position: static; }
  .enterprise-faq summary { grid-template-columns: 26px minmax(0, 1fr) 30px; gap: .7rem; padding: 1.15rem 0; }
  .enterprise-faq summary i { width: 30px; height: 30px; }
  .enterprise-faq details > p { padding: 0 0 1.3rem calc(26px + .7rem); font-size: .83rem; }
  .enterprise-cta__inner { align-items: start; }
  .about-hero { min-height: 0; padding: 1.25rem 0 3.6rem; }
  .about-hero-motif { right: -15rem; bottom: 4rem; width: 29rem; opacity: .08; }
  .about-hero__grid { grid-template-columns: 1fr; gap: 2.4rem; padding-top: 2.4rem; }
  .about-hero__copy { gap: 1.1rem; }
  .about-hero__copy h1 { font-size: clamp(2.2rem, 10.8vw, 3.05rem); }
  .about-hero__copy > p { font-size: .92rem; }
  .about-hero__facts { gap: .45rem; }
  .about-hero__facts strong { font-size: .86rem; }
  .about-google-rating { flex-wrap: wrap; gap: .45rem; margin-top: 0; }
  .about-google-rating > span:last-child { padding-left: 0; border-left: 0; }
  .about-portrait-wrap { width: min(100%, 320px); justify-self: start; }
  .about-socials a { justify-content: center; padding: .62rem .25rem; }
  .about-socials a span { display: none; }
  .about-story, .about-ffmbe, .about-cabinet, .about-ethics, .about-certifications { padding-block: 4.2rem; }
  .about-story::before { top: 59%; left: -18rem; width: 28rem; opacity: .13; }
  .about-story__grid, .about-ffmbe__grid, .about-section-heading, .about-cta__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-story__heading { position: static; }
  .about-story__heading h2, .about-ffmbe__copy h2, .about-section-heading h2 { max-width: 16ch; }
  .about-story__columns { grid-template-columns: 1fr; gap: 1.2rem; }
  .about-story blockquote { padding-left: 1.5rem; }
  .about-ffmbe__mark { min-height: 280px; padding: 1.7rem; }
  .about-ffmbe__mark img { max-height: 135px; }
  .about-section-heading { align-items: start; margin-bottom: 2.2rem; }
  .about-gallery { grid-template-columns: 1fr; gap: .65rem; }
  .about-gallery figure, .about-gallery__main { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 3; }
  .about-cabinet-motif { top: 60%; right: -11rem; width: 18rem; opacity: .12; }
  .about-cabinet__details { grid-template-columns: 1fr; gap: .5rem; }
  .about-cabinet__details .text-link { justify-self: start; margin-top: .5rem; }
  .about-ethics__list { grid-template-columns: 1fr; }
  .about-ethics__list li, .about-ethics__list li + li, .about-ethics__list li:nth-child(3) { min-height: auto; grid-template-columns: 32px 1fr; gap: 1rem; padding: 1.3rem 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .about-certification-grid { grid-auto-columns: minmax(215px, 72vw); grid-template-columns: none; grid-auto-flow: column; margin-right: -1rem; padding-right: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .about-certification-grid::-webkit-scrollbar { display: none; }
  .about-certificate { scroll-snap-align: start; }
  .about-certificate__image { height: 300px; }
  .about-cta__inner { align-items: start; }
  .about-cta .button-row { align-items: stretch; }
  .about-cta .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .enterprise-logo-track, .home-review-track { animation: none !important; }
  .home-review-grid { overflow-x: auto; -webkit-mask-image: none; mask-image: none; scrollbar-width: thin; }
}

/* Révision du catalogue, septembre 2026 */
.home-practice-panel .service-card__body .service-card__price-note,
.hub-service-list .service-card__body .service-card__price-note { display: block; min-height: 0; overflow: visible; font-size: .78rem; line-height: 1.5; color: var(--color-text-soft); }
.catalogue-link { margin-top: 1.5rem; text-align: center; }
[data-booking-variant] { padding: .8rem; border: 1px solid var(--color-border); border-radius: 8px; background: white; color: var(--color-primary); font: inherit; }
.home-review small { font-size: .7rem; opacity: .8; }

/* Correspondance explicite du guide d’orientation */
.finder [data-finder-choice][hidden] { display: none; }
.finder [data-finder-progress-segment][hidden] { display: none; }
.finder-match-criteria { display: flex; flex-wrap: wrap; gap: .35rem; padding: 0; margin: 0; list-style: none; }
.finder-match-criteria li { padding: .25rem .5rem; border: 1px solid var(--color-border); border-radius: 999px; font-size: .68rem; line-height: 1.4; }
.finder-result-card__body .finder-match-scope { color: var(--color-primary); font-size: .72rem; font-weight: 650; }

.home-practice-panel .finder__progress { grid-template-columns: repeat(var(--finder-step-count, 4), 1fr); }

[data-finder-step], [data-finder-result] { scroll-margin-top: 100px; }

/* Sélection : trois cartes de même largeur, même avec un ou deux résultats. */
@media (min-width: 1101px) {
  .home-practice-panel .finder-result__grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1.15rem; }
  .home-practice-panel .finder-result-card { grid-column: span 2; grid-template-rows: auto 1fr; }
  .home-practice-panel .finder-result__grid[data-result-count="1"] .finder-result-card { grid-column: 3 / span 2; }
  .home-practice-panel .finder-result__grid[data-result-count="2"] .finder-result-card:first-child { grid-column: 2 / span 2; }
  .home-practice-panel .finder-result__grid[data-result-count="2"] .finder-result-card:last-child { grid-column: 4 / span 2; }
}
@media (min-width: 701px) and (max-width: 1100px) {
  .home-practice-panel .finder-result__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-practice-panel .finder-result__grid[data-result-count="1"] .finder-result-card { grid-column: 1 / -1; width: calc((100% - .85rem) / 2); justify-self: center; }
}
.home-practice-panel .finder-result-card__body { grid-template-rows: auto auto auto 1fr auto; align-content: start; }
.home-practice-panel .finder-result-card .finder-result-card__description { min-height: 0; font-size: .85rem; line-height: 1.65; }
.home-practice-panel .finder-result-card .service-card__price-note { min-height: 0; font-size: .75rem; }
.home-practice-panel .finder-result-card__meta { align-self: end; }
@media (max-width: 700px) {
  .home-practice-panel .finder-result__grid[data-result-count="1"] { justify-content: center; }
  .home-practice-panel .finder-result__grid[data-result-count="1"] .finder-result-card { width: 100%; max-width: 340px; min-width: 0; }
}

/* Finition partagée : texture, titres et interfaces mobiles. */
:is(h1, h2, h3) { text-wrap: balance; }
.contact-phone { display: grid; justify-items: start; gap: .75rem; margin-bottom: 1.5rem; }
@media (max-width: 760px) {
  .site-topbar__inner { overflow: visible; gap: .65rem; }
  .site-topbar__group--primary { flex: 1 1 0; overflow-x: auto; padding-block: .2rem;
    --fade-left: 0px; --fade-right: 0px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 var(--fade-left), #000 calc(100% - var(--fade-right)), transparent);
    mask-image: linear-gradient(90deg, transparent, #000 var(--fade-left), #000 calc(100% - var(--fade-right)), transparent);
  }
  .site-topbar__group--primary.can-scroll-right { --fade-right: 18px; }
  .site-topbar__group--primary.can-scroll-left { --fade-left: 18px; }
  .site-header .brand-text small { display: block; font-size: clamp(.46rem, 1.9vw, .57rem); letter-spacing: .025em; white-space: nowrap; }
  .site-header .brand-text strong { font-size: 1.13rem; }
  .site-header .brand { gap: .6rem; }
  .site-header .brand-logo { width: 42px; height: 42px; }
  .site-header.is-scrolled .brand-text small { display: none; }
  .button, .menu-toggle, .dialog-close, .choice, .finder-back, .finder-reset { min-height: 44px; }
  input, textarea, select { font-size: 16px; }
  .gift-wizard { min-height: 0; padding: 1.25rem; }
  .gift-step-heading { min-height: 0; margin-bottom: 1.5rem; }
  .gift-actions { position: static; display: flex; flex-wrap: wrap; gap: .65rem; margin: 1.5rem 0 0; padding: 1rem 0 0; border: 0; border-top: 1px solid var(--color-border); border-radius: 0; background: none; box-shadow: none; backdrop-filter: none; }
  .gift-next { width: 100%; margin: 0; padding: .9rem .8rem; font-size: .83rem; line-height: 1.4; }
  .gift-back { display: inline-flex; justify-content: start; min-height: 44px; font-size: .8rem; }
  .gift-back[hidden] { display: none; }
  .gift-progress button { min-height: 48px; }
  .gift-progress small { display: block; font-size: .6rem; }
  .gift-step-note li { display: grid; justify-items: center; text-align: center; }
  .gift-live-card__bottom { align-items: end; gap: .65rem; }
  .gift-live-benefit { text-align: right; }
  .dialog-body .form-grid { grid-template-columns: 1fr; }
  .dialog-body > .button { width: 100%; }
  .contact-phone { justify-items: center; text-align: center; }
  .gift-use-code-form > .button, .gift-use-code-panel .button { width: 100%; }
}

.text-nowrap { white-space: nowrap; }

/* Recette UX : informations utiles lisibles sur mobile. */
@media (max-width: 760px) {
  .service-booking-card__summary { font-size: .8rem; }
  .service-editorial-content p { font-size: 1rem; }
  .service-faq-side p, .gift-faq-answer { font-size: .9375rem; line-height: 1.7; }
  .service-card__body > p, .finder-result-card__description { font-size: .9375rem; }
  .finder-match-criteria li { font-size: .75rem; }
  .service-card__price-note, .finder-result-card__body .service-card__price-note { font-size: .8125rem; }
}

.noscript-note { margin-block: 2rem; padding: 1rem; border: 1px solid var(--color-border); background: var(--color-background-soft); }
.noscript-note a { text-decoration: underline; }
