/* Base */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html:focus-within {
  scroll-behavior: smooth;
}
html,
body {
  height: 100%;
}
/* kill default body margin + improve text rendering */
body {
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
/* zero out flow element margins; we control rhythm with utilities */
:where(h1, h2, h3, h4, h5, h6, p, figure, blockquote) {
  margin: 0;
}
/* form controls inherit font/color */
:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}
/* links are unstyled; theme classes will style */
a {
  color: inherit;
  text-decoration: none;
}
/* universal list reset */
:where(ul, ol) {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* button reset */
button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
/* =========================================
   GLOBAL OVERSCROLL BEHAVIOR FIX
   ========================================= */
html {
  overscroll-behavior-x: none; /* Prevent horizontal bounce */
  overscroll-behavior-y: contain; /* Allow vertical scroll but contained */
}
body {
  overscroll-behavior-x: none;
  overscroll-behavior-y: contain;
  overflow-x: hidden; /* Prevent horizontal scroll entirely */
}
/* Additional touch behavior improvements */
html,
body {
  touch-action: pan-y; /* Only allow vertical panning */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}
/* ===== Roslindale Display ===== */
@font-face {
  font-family: "Roslindale Display";
  src: url("/assets/fonts/RoslindaleDisplay-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F;
}
@font-face {
  font-family: "Roslindale Display";
  src: url("/assets/fonts/RoslindaleDisplay-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  unicode-range: U+000-5FF, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F;
}
@font-face {
  font-family: "Roslindale Display";
  src: url("/assets/fonts/RoslindaleDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F;
}
@font-face {
  font-family: "Roslindale Display";
  src: url("/assets/fonts/RoslindaleDisplay-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  unicode-range: U+000-5FF, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F;
}
@font-face {
  font-family: "Roslindale Display";
  src: url("/assets/fonts/RoslindaleDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F;
}
@font-face {
  font-family: "Roslindale Display";
  src: url("/assets/fonts/RoslindaleDisplay-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F;
}
/* pick ONE of Black/Ultra (both map to 900) */
@font-face {
  font-family: "Roslindale Display";
  src: url("/assets/fonts/RoslindaleDisplay-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F;
}
/* Condensed (optional) */
@font-face {
  font-family: "Roslindale Display Condensed";
  src: url("/assets/fonts/RoslindaleDisplayCondensed-Medium.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F;
}
@font-face {
  font-family: "Roslindale Display Condensed";
  src: url("/assets/fonts/RoslindaleDisplayCondensed-Black.woff2")
    format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F;
}
/* ===== Roslindale Text ===== */
@font-face {
  font-family: "Roslindale Text";
  src: url("/assets/fonts/RoslindaleText-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F;
}
@font-face {
  font-family: "Roslindale Text";
  src: url("/assets/fonts/RoslindaleText-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  unicode-range: U+000-5FF, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F;
}
@font-face {
  font-family: "Roslindale Text";
  src: url("/assets/fonts/RoslindaleText-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F;
}
@font-face {
  font-family: "Roslindale Text";
  src: url("/assets/fonts/RoslindaleText-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F;
}
/* =========
   FIELD TOKENS
   ========= */
/* Colors */
:root {
  /* dark */
  --color-dark-ink-black: #0c0c0cff;
  --color-dark-espresso-dark: #322813ff;
  --color-dark-espresso-dark-90: #3f301fe6;
  --color-dark-deep-espresso: #3f301fff;
  --color-dark-deep-espresso-90: #3f301fe6; /* 90% */
  --color-dark-deep-espresso-73: #3f301fba; /* 73% */
  --color-dark-deep-espresso-85: #3f301fd9; /* 85% */
  --color-dark-deep-espresso-75: #3f301fbf; /* 75% */
  --color-dark-espresso-dark-80: #3f301fcc; /* 80% opacity */
  --color-dark-deep-espresso-60: #3f301f99; /* 60% opacity */
  --color-dark-deep-espresso-68: #3f301fad; /* 68% opacity */
  --color-dark-footer-brown: #888077ff;

  /* mid */
  --color-mid-espresso-umber: #3c3025ff;
  --color-mid-espresso-umber-85: #3c3025d9; /* 85% */
  --color-mid-espresso-umber-70: #3c3025b3; /* 70% */
  --color-mid-espresso-umber-90: #3c3025e6; /* 90% opacity */
  --color-mid-rich-umber: #4b4138;
  --color-mid-rich-umber-85: #4b4138d9;
  --color-mid-rich-umber-90: #4b4138e6;
  --color-mid-rich-umber-80: #4b4138cc; /* 80% opacity */
  --color-mid-warm-taupe: #5e4b34ff;
  --color-mid-warm-taupe-65: #5e4b34a6; /* 65% opacity */
  --color-mid-lightened-espresso: #6e543cff;

  /* warm */
  --color-warm-clay-veil: #d8c3a7ff;
  --color-warm-almond-dust: #ece3d4ff;
  --color-warm-almond-dust-90: #ece3d4e6; /* 90% */
  --color-warm-almond-dust-85: #ece3d4d9; /* 85% */
  --color-warm-almond-dust-70: #ece3d4b3; /* 70% */
  --color-warm-almond-dust-60: #ece3d499; /* 60% */
  --color-warm-dusty-ochre: #e9d9c1ff;

  /* light */
  --color-light-field-ivory: #f9f6f3ff;
  --color-light-field-ivory-65: #f9f6f3a6; /* 65% */
  --color-light-soft-beige: #ede5ddff;
  --color-light-warm-linen: #f7f0e6; /* NEW - for process-begin section */
  --color-light-plaster-sand: #eadccfff;
  --color-light-soft-sand: #f0eae3ff;

  /* muted */
  --color-muted-olive-dust: #d4d1c3ff;
  --color-muted-stone-grey: #a29a91ff;

  /* editorial */
  --color-editorial-plaster-sand: #eadccfff;

  /* Booking section colors */
  --color-muted-olive-dust-90: #d4d1c3e6; /* 90% opacity */
  --color-muted-soft-linen: #ddd8c9ff;

  /* Text opacity variants for booking section */
  --color-mid-espresso-umber-80: #3c3025cc; /* 80% opacity */
  --color-dark-espresso-dark-80: #322813cc; /* 80% opacity */
  --color-dark-deep-espresso-80: #3f301fcc; /* 80% opacity */
}
/* Grid */
:root {
  --grid-count: 12;
  /* tokens.count */
  --grid-gutter: 44px;
  /* tokens.gutterSize */
  --grid-offset: 160px;
  /* tokens.offset */

  /* Site rhythm (content grid specifics will land in layout utilities later) */
  --container-max: 1120px;
  /* keep adjustable; not in tokens */
  --content-cols: 7;
  /* Field content grid target */
}
/* Font families present in tokens */
:root {
  --font-display: "Roslindale Display", serif;
  --font-display-condensed: "Roslindale Display Condensed", serif;
  --font-text: "Roslindale Text", serif;
  --font-glyph:
    "Apple Symbols", "Segoe UI Symbol", "Noto Sans Math", sans-serif;
}
/* Typography mapped 1:1 to tokens */
/* Display */
:root {
  /* display.hero */
  --t-display-hero-size: 64px;
  --t-display-hero-line: 78px;
  --t-display-hero-weight: 300;
  --t-display-hero-style: normal;
  --t-display-hero-letter: -0.64px;

  /* display.hero subpage */
  --t-display-hero-subpage-size: 52px;
  --t-display-hero-subpage-line: 62.4px;
  --t-display-hero-subpage-weight: 300;
  --t-display-hero-subpage-style: italic;
  --t-display-hero-subpage-letter: -0.13px;

  /* display.subtitle */
  --t-display-subtitle-size: 28px;
  --t-display-subtitle-line: 42px;
  --t-display-subtitle-weight: 300;

  /* display.subtitle subpage */
  --t-display-subtitle-subpage-size: 22px;
  --t-display-subtitle-subpage-line: 30.8px;
  --t-display-subtitle-subpage-weight: 400;

  /* display.hero-process */
  --t-display-hero-process-size: 52px;
  --t-display-hero-process-line: 62.4px; /* 1.2 line height */
  --t-display-hero-process-weight: 400; /* Regular */
  --t-display-hero-process-letter: -0.0025em; /* -0.25% */

  /* display.hero article (condensed) */
  --t-display-hero-article-size: 55px;
  --t-display-hero-article-line: 66px;
  --t-display-hero-article-weight: 900;
  --t-display-hero-article-letter: 0.963px;

  /* display.subtitle article (condensed) */
  --t-display-subtitle-article-size: 28px;
  --t-display-subtitle-article-line: 36px;
  --t-display-subtitle-article-weight: 500;

  /* display.quote-large (italic) */
  --t-display-quote-lg-size: 28px;
  --t-display-quote-lg-line: 38px;
  --t-display-quote-lg-weight: 300;
  --t-display-quote-lg-style: italic;
  --t-display-quote-lg-letter: 0.01em;
}
/* Headings */
:root {
  /* heading.section */
  --t-heading-section-size: 24px;
  --t-heading-section-line: 28.8px;
  --t-heading-section-weight: 300;

  /* heading.section-sub */
  --t-heading-section-sub-size: 16.5px;
  --t-heading-section-sub-line: 26px;
  --t-heading-section-sub-weight: 300; /* Light */
  --t-heading-section-sub-letter: 0;

  /* heading.section-action (italic) */
  --t-heading-section-action-size: 24px;
  --t-heading-section-action-line: 28.8px;
  --t-heading-section-action-weight: 500;
  --t-heading-section-action-style: italic;

  /* heading.article-lead */
  --t-heading-article-lead-size: 24px;
  --t-heading-article-lead-line: 28.8px;
  --t-heading-article-lead-weight: 600;

  /* heading.article */
  --t-heading-article-size: 22px;
  --t-heading-article-line: 28px;
  --t-heading-article-weight: 600;
}
/* Paragraphs */
:root {
  /* paragraph.opening */
  --t-paragraph-opening-size: 21px;
  --t-paragraph-opening-line: 30px;
  --t-paragraph-opening-weight: 400;

  /* paragraph.opening m (emphasis) */
  --t-paragraph-opening-m-size: 21px;
  --t-paragraph-opening-m-line: 30px;
  --t-paragraph-opening-m-weight: 600;

  /* paragraph.large */
  --t-paragraph-lg-size: 18px;
  --t-paragraph-lg-line: 21.6px;
  --t-paragraph-lg-weight: 400;

  /* paragraph.medium */
  --t-paragraph-md-size: 16.5px;
  --t-paragraph-md-line: 26px;
  --t-paragraph-md-weight: 500;

  /* paragraph.small */
  --t-paragraph-sm-size: 16px;
  --t-paragraph-sm-line: 22px;
  --t-paragraph-sm-weight: 400;
  --t-paragraph-sm-letter: -0.01em;

  /* paragraph.subheader */
  --t-paragraph-subheader-size: 21px;
  --t-paragraph-subheader-line: 25.2px;
  --t-paragraph-subheader-weight: 300;

  /* paragraph.subheader 2 */
  --t-paragraph-subheader-2-size: 18px;
  --t-paragraph-subheader-2-line: 30px;
  --t-paragraph-subheader-2-weight: 600;

  /* paragraph.subheader movement (italic) */
  --t-paragraph-subheader-mvmt-size: 22px;
  --t-paragraph-subheader-mvmt-line: 26.4px;
  --t-paragraph-subheader-mvmt-weight: 400;
  --t-paragraph-subheader-mvmt-style: italic;

  /* paragraph.quote-small (italic) */
  --t-paragraph-quote-sm-size: 20px;
  --t-paragraph-quote-sm-line: 32px;
  --t-paragraph-quote-sm-weight: 400;
  --t-paragraph-quote-sm-style: italic;

  /* paragraph.medium list (same family/size as medium; separate token exists) */
  --t-paragraph-md-list-size: 16.5px;
  --t-paragraph-md-list-line: 26px;
  --t-paragraph-md-list-weight: 500;
}
/* UI text */
:root {
  --t-ui-navitem-size: 17px;
  --t-ui-navitem-line: 20.4px;
  --t-ui-navitem-weight: 500;

  --t-ui-attribution-size: 17px;
  --t-ui-attribution-line: 20.4px;
  --t-ui-attribution-weight: 400;

  --t-ui-link-size: 17px;
  --t-ui-link-line: 20.4px;
  --t-ui-link-weight: 400;
  --t-ui-link-style: italic;

  --t-ui-caption-size: 15px;
  --t-ui-caption-line: 18px;
  --t-ui-caption-weight: 400;
  --t-ui-caption-style: italic;

  --t-ui-whisper-size: 12px;
  --t-ui-whisper-line: 14.4px;
  --t-ui-whisper-weight: 400;
  --t-ui-whisper-style: italic;
}
/* Glyph sizes (tokenized) */
:root {
  --t-glyph-lg-size: 32px;
  --t-glyph-md-size: 24px;
  --t-glyph-sm-size: 16px;
  --t-glyph-arrow-size: 120px;
}
/* =========
   RESPONSIVE TOKENS
   ========= */
/* Medium desktops: fluid typography 1200px - 1800px */
@media (max-width: 1800px) {
  :root {
    /* Hero titles scale more gradually - made slightly smaller */
    --t-display-hero-size: clamp(44px, 3.2vw, 64px); /* Reduced from 48px min */
    --t-display-hero-line: clamp(
      54px,
      3.8vw,
      78px
    ); /* Reduced proportionally */

    --t-display-hero-subpage-size: clamp(
      38px,
      2.7vw,
      52px
    ); /* Reduced from 42px */
    --t-display-hero-subpage-line: clamp(46px, 3.2vw, 62.4px);

    --t-display-subtitle-size: clamp(22px, 1.6vw, 28px); /* Reduced from 24px */
    --t-display-subtitle-line: clamp(30px, 2.1vw, 42px); /* Reduced from 34px */

    /* --t-display-subtitle-subpage-size: clamp(18px, 1.35vw, 22px); 
    --t-display-subtitle-subpage-line: clamp(25px, 1.7vw, 30.8px); */
  }
}
/* Tablet: 768px - 1199px */
@media (max-width: 1199px) {
  :root {
    --t-display-hero-size: clamp(38px, 4vw, 44px);
    --t-display-hero-line: clamp(46px, 4.8vw, 54px);

    --t-display-hero-subpage-size: clamp(34px, 3.5vw, 38px);
    --t-display-hero-subpage-line: clamp(41px, 4.2vw, 46px);

    --t-display-subtitle-size: clamp(20px, 2vw, 22px);
    --t-display-subtitle-line: clamp(28px, 2.8vw, 30px);

    /* --t-display-subtitle-subpage-size: clamp(17px, 1.7vw, 18px); 
    --t-display-subtitle-subpage-line: clamp(24px, 2.4vw, 25px); */

    --t-display-hero-process-size: 42px;
    --t-display-hero-process-line: 50px;

    --t-display-quote-lg-size: 24px;
    --t-display-quote-lg-line: 34px;
  }
}
/* Mobile: 390px - 767px */
@media (max-width: 767px) {
  :root {
    /* Grid - single column approach */
    --grid-offset: 24px;
    --grid-gutter: 24px;

    /* Display typography - selective scaling */
    --t-display-hero-size: 32px;
    --t-display-hero-line: 38px;
    --t-display-hero-letter: -0.36px;

    --t-display-hero-subpage-size: 30px;
    --t-display-hero-subpage-line: 36px;

    --t-display-hero-process-size: 36px;
    --t-display-hero-process-line: 43px;

    --t-display-hero-article-size: 38px;
    --t-display-hero-article-line: 46px;

    --t-display-subtitle-size: 18px;
    --t-display-subtitle-line: 25px;

    --t-display-subtitle-subpage-size: 18px;
    --t-display-subtitle-subpage-line: 22px;

    --t-display-subtitle-article-size: 22px;
    --t-display-subtitle-article-line: 30px;

    --t-display-quote-lg-size: 20px;
    --t-display-quote-lg-line: 30px;

    /* Headings */
    --t-heading-section-size: 20px;
    --t-heading-section-line: 26px;

    --t-heading-section-sub-size: 15px;
    --t-heading-section-sub-line: 24px;

    --t-heading-section-action-size: 20px;
    --t-heading-section-action-line: 26px;

    --t-heading-article-lead-size: 20px;
    --t-heading-article-lead-line: 26px;

    --t-heading-article-size: 19px;
    --t-heading-article-line: 26px;

    /* Paragraphs - maintain readability */
    --t-paragraph-opening-size: 18px;
    --t-paragraph-opening-line: 28px;

    --t-paragraph-opening-m-size: 18px;
    --t-paragraph-opening-m-line: 28px;

    --t-paragraph-lg-size: 17px;
    --t-paragraph-lg-line: 26px;

    --t-paragraph-md-size: 16px;
    --t-paragraph-md-line: 25px;

    --t-paragraph-sm-size: 15px;
    --t-paragraph-sm-line: 22px;

    --t-paragraph-subheader-size: 18px;
    --t-paragraph-subheader-line: 26px;

    --t-paragraph-subheader-2-size: 17px;
    --t-paragraph-subheader-2-line: 28px;

    --t-paragraph-subheader-mvmt-size: 19px;
    --t-paragraph-subheader-mvmt-line: 26px;

    --t-paragraph-quote-sm-size: 18px;
    --t-paragraph-quote-sm-line: 30px;

    /* UI text - mostly unchanged */
    --t-ui-navitem-size: 16px;
    --t-ui-navitem-line: 20px;

    /* Glyphs */
    --t-glyph-lg-size: 24px;
    --t-glyph-md-size: 18px;
    --t-glyph-sm-size: 14px;
    --t-glyph-arrow-size: 60px;
  }
}
/* Small mobile: 390px - 560px */
@media (max-width: 560px) {
  :root {
    --t-display-quote-lg-size: 16px;
    --t-display-quote-lg-line: 24px;
  }
}
/* =========================================
   BASE TYPOGRAPHY
   ========================================= */
html {
  font-family: var(--font-text);
  font-size: 16px;
}
body {
  color: var(--color-dark-ink-black);
  background: var(--color-light-field-ivory);
  line-height: 1.5;
  font-family: var(--font-text);
}
p,
li {
  font-family: var(--font-text);
}
small {
  font-size: var(--t-ui-caption-size);
  line-height: var(--t-ui-caption-line);
  font-style: var(--t-ui-caption-style);
}
/* =========================================
   TYPOGRAPHY UTILITY CLASSES
   ========================================= */
/* ===== DISPLAY LEVEL ===== */
.t-display-hero {
  font-family: var(--font-display);
  font-size: var(--t-display-hero-size);
  line-height: var(--t-display-hero-line);
  font-weight: var(--t-display-hero-weight);
  font-style: var(--t-display-hero-style, normal);
  letter-spacing: var(--t-display-hero-letter);
}
.t-display-hero-sub {
  font-family: var(--font-display);
  font-size: var(--t-display-hero-subpage-size);
  line-height: var(--t-display-hero-subpage-line);
  font-weight: var(--t-display-hero-subpage-weight);
  font-style: var(--t-display-hero-subpage-style);
  letter-spacing: var(--t-display-hero-subpage-letter);
}
.t-display-hero-article {
  font-family: var(--font-display-condensed);
  font-size: var(--t-display-hero-article-size);
  line-height: var(--t-display-hero-article-line);
  font-weight: var(--t-display-hero-article-weight);
  letter-spacing: var(--t-display-hero-article-letter);
}
.t-display-hero-process {
  font-family: var(--font-display);
  font-size: var(--t-display-hero-process-size);
  line-height: var(--t-display-hero-process-line);
  font-weight: var(--t-display-hero-process-weight);
  letter-spacing: var(--t-display-hero-process-letter);
}
.t-display-subtitle {
  font-family: var(--font-display);
  font-size: var(--t-display-subtitle-size);
  line-height: var(--t-display-subtitle-line);
  font-weight: var(--t-display-subtitle-weight);
}
.t-display-subtitle-sub {
  font-family: var(--font-display);
  font-size: var(--t-display-subtitle-subpage-size);
  line-height: var(--t-display-subtitle-subpage-line);
  font-weight: var(--t-display-subtitle-subpage-weight);
}
.t-display-subtitle-article {
  font-family: var(--font-display-condensed);
  font-size: var(--t-display-subtitle-article-size);
  line-height: var(--t-display-subtitle-article-line);
  font-weight: var(--t-display-subtitle-article-weight);
}
.t-display-quote-lg {
  font-family: var(--font-display);
  font-size: var(--t-display-quote-lg-size);
  line-height: var(--t-display-quote-lg-line);
  font-weight: var(--t-display-quote-lg-weight);
  font-style: var(--t-display-quote-lg-style);
  letter-spacing: var(--t-display-quote-lg-letter);
}
/* ===== HEADING LEVEL ===== */
.t-heading-section {
  font-family: var(--font-display);
  font-size: var(--t-heading-section-size);
  line-height: var(--t-heading-section-line);
  font-weight: var(--t-heading-section-weight);
}
.t-heading-section-sub {
  font-family: var(--font-display);
  font-size: var(--t-heading-section-sub-size);
  line-height: var(--t-heading-section-sub-line);
  font-weight: var(--t-heading-section-sub-weight);
  letter-spacing: var(--t-heading-section-sub-letter);
}
.t-heading-section-action {
  font-family: var(--font-display);
  font-size: var(--t-heading-section-action-size);
  line-height: var(--t-heading-section-action-line);
  font-weight: var(--t-heading-section-action-weight);
  font-style: var(--t-heading-section-action-style);
}
.t-heading-article-lead {
  font-family: var(--font-display);
  font-size: var(--t-heading-article-lead-size);
  line-height: var(--t-heading-article-lead-line);
  font-weight: var(--t-heading-article-lead-weight);
}
.t-heading-article {
  font-family: var(--font-display);
  font-size: var(--t-heading-article-size);
  line-height: var(--t-heading-article-line);
  font-weight: var(--t-heading-article-weight);
}
/* ===== PARAGRAPH LEVEL (abbreviated) ===== */
.t-p-opening {
  font-family: var(--font-text);
  font-size: var(--t-paragraph-opening-size);
  line-height: var(--t-paragraph-opening-line);
  font-weight: var(--t-paragraph-opening-weight);
}
.t-p-opening-em {
  font-family: var(--font-text);
  font-size: var(--t-paragraph-opening-m-size);
  line-height: var(--t-paragraph-opening-m-line);
  font-weight: var(--t-paragraph-opening-m-weight);
}
.t-p-lg {
  font-family: var(--font-text);
  font-size: var(--t-paragraph-lg-size);
  line-height: var(--t-paragraph-lg-line);
  font-weight: var(--t-paragraph-lg-weight);
}
.t-p-md {
  font-family: var(--font-text);
  font-size: var(--t-paragraph-md-size);
  line-height: var(--t-paragraph-md-line);
  font-weight: var(--t-paragraph-md-weight);
}
.t-p-md-list {
  font-family: var(--font-text);
  font-size: var(--t-paragraph-md-list-size);
  line-height: var(--t-paragraph-md-list-line);
  font-weight: var(--t-paragraph-md-list-weight);
}
.t-p-sm {
  font-family: var(--font-text);
  font-size: var(--t-paragraph-sm-size);
  line-height: var(--t-paragraph-sm-line);
  font-weight: var(--t-paragraph-sm-weight);
  letter-spacing: var(--t-paragraph-sm-letter);
}
.t-p-subheader {
  font-family: var(--font-display);
  font-size: var(--t-paragraph-subheader-size);
  line-height: var(--t-paragraph-subheader-line);
  font-weight: var(--t-paragraph-subheader-weight);
}
.t-p-subheader-2 {
  font-family: var(--font-text);
  font-size: var(--t-paragraph-subheader-2-size);
  line-height: var(--t-paragraph-subheader-2-line);
  font-weight: var(--t-paragraph-subheader-2-weight);
}
.t-p-subheader-movement {
  font-family: var(--font-display);
  font-size: var(--t-paragraph-subheader-mvmt-size);
  line-height: var(--t-paragraph-subheader-mvmt-line);
  font-weight: var(--t-paragraph-subheader-mvmt-weight);
  font-style: var(--t-paragraph-subheader-mvmt-style);
}
.t-p-quote-sm {
  font-family: var(--font-text);
  font-size: var(--t-paragraph-quote-sm-size);
  line-height: var(--t-paragraph-quote-sm-line);
  font-weight: var(--t-paragraph-quote-sm-weight);
  font-style: var(--t-paragraph-quote-sm-style);
}
/* ===== UI LEVEL (verbose) ===== */
.t-ui-navitem {
  font-family: var(--font-text);
  font-size: var(--t-ui-navitem-size);
  line-height: var(--t-ui-navitem-line);
  font-weight: var(--t-ui-navitem-weight);
}
.t-ui-attribution {
  font-family: var(--font-text);
  font-size: var(--t-ui-attribution-size);
  line-height: var(--t-ui-attribution-line);
  font-weight: var(--t-ui-attribution-weight);
}
.t-ui-link {
  font-family: var(--font-text);
  font-size: var(--t-ui-link-size);
  line-height: var(--t-ui-link-line);
  font-weight: var(--t-ui-link-weight);
  font-style: var(--t-ui-link-style);
}
.t-ui-caption {
  font-family: var(--font-text);
  font-size: var(--t-ui-caption-size);
  line-height: var(--t-ui-caption-line);
  font-weight: var(--t-ui-caption-weight);
  font-style: var(--t-ui-caption-style);
}
.t-ui-whisper {
  font-family: var(--font-text);
  font-size: var(--t-ui-whisper-size);
  line-height: var(--t-ui-whisper-line);
  font-weight: var(--t-ui-whisper-weight);
  font-style: var(--t-ui-whisper-style);
}
/* ===== GLYPH LEVEL ===== */
.t-glyph-lg {
  font-family: var(--font-glyph);
  font-size: var(--t-glyph-lg-size);
  line-height: 1;
}
.t-glyph-md {
  font-family: var(--font-glyph);
  font-size: var(--t-glyph-md-size);
  line-height: 1;
}
.t-glyph-sm {
  font-family: var(--font-glyph);
  font-size: var(--t-glyph-sm-size);
  line-height: 1;
}
.t-glyph-arrow {
  font-family: var(--font-glyph);
  font-size: var(--t-glyph-arrow-size);
  line-height: 1;
  font-weight: 400;
}
/* Utilities */
/* =========================================
   CTA UTILITIES
   ========================================= */
/* Standard CTA link with glyphs */
.cta-link {
  color: var(--color-mid-rich-umber-90);
  text-decoration: none;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  transition: opacity 0.2s ease;
}
.cta-link::before {
  content: "⟢";
  font-family: var(--font-glyph);
  font-size: var(--t-glyph-md-size);
  line-height: 1;
  transform: translateY(0.1em);
}
.cta-link::after {
  content: "→";
  font-family: var(--font-glyph);
  font-size: var(--t-glyph-md-size);
  line-height: 1;
  transform: translateY(-0.08em);
}
.cta-link:hover {
  opacity: 0.7;
}
/* External link variant */
.cta-link--external::before {
  content: "⧉";
}
.cta-link--external::after {
  content: "↗";
}
/* =========================================
   GLYPH UTILITIES
   ========================================= */
/* Optical centering for prepended glyphs */
.glyph-adjust-sm {
  position: relative;
  top: -0.05em;
}
.glyph-adjust-md {
  position: relative;
  top: 0.1em;
}
/* =========================================
   FIELD LIST UTILITY
   ========================================= */
/* The column-level list block */
.field-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 0.9rem 1.75rem; /* ← block indent: whole list sits in */
}
/* Individual items */
.field-list li {
  position: relative;
  padding-left: 1.2rem; /* ← inner indent between dash and text */
  margin: 0.12rem 0; /* tighter vertical spacing */
  line-height: 1.35; /* close to paragraph line-height */
}
/* The dash “bullet” */
.field-list li::before {
  content: "–"; /* real en dash */
  position: absolute;
  left: 0;
  top: 0;
}
/* Components */
/* =========================================
   SITE HEADER
   ========================================= */
.site-header {
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  z-index: 50;
}
.site-header__container {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 50px;
  width: 900px;
  max-width: calc(100% - 320px);
  margin-inline-start: auto;
  margin-inline-end: 160px;
  box-sizing: border-box;
}
.primary-nav {
  display: flex;
  align-items: baseline;
  gap: 22px;
  color: var(--color-mid-espresso-umber);
}
.nav-link {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  transition:
    opacity 0.3s ease,
    border-bottom-color 0.6s ease;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  vertical-align: baseline;
}
.nav-link:not(.is-active):hover {
  border-bottom-color: rgb(from var(--color-mid-warm-taupe) r g b / 0.7);
  border-bottom-width: 2px;
  opacity: 1;
}
/* Active state */
.nav-link.is-active {
  font-weight: 600;
  cursor: default;
}
.nav-link.is-active::before {
  content: "⁘";
  position: relative;
  margin-inline-end: 0px;
  font-family: var(--font-glyph);
  font-size: var(--t-glyph-sm-size);
  vertical-align: middle;
  top: -1px;
}
/* Wide viewport adjustment */
@media (min-width: 2000px) {
  .site-header__container {
    margin-inline-end: 320px;
    max-width: calc(100% - 640px);
  }
}
/* Medium desktops: start reducing gaps */
@media (max-width: 1400px) {
  .site-header__container {
    gap: 32px;
  }

  .primary-nav {
    /* gap: 18px; */
  }
}
/* Tablet: center and reduce width */
@media (max-width: 1199px) {
  .site-header__container {
    width: auto;
    max-width: calc(100% - 120px);
    margin-inline: auto;
    padding-inline: 60px;
    gap: 24px;
  }

  .primary-nav {
    gap: 20px;
  }
}
/* Mobile: full-width, reduce gaps */
@media (max-width: 767px) {
  .site-header {
    top: 24px;
  }

  .site-header__container {
    max-width: calc(100% - 48px);
    padding-inline: 24px;
    gap: 20px;
  }

  .primary-nav {
    gap: 14px;
  }
}
/* Small mobile: much tighter - reduce padding, gaps, AND font size */
@media (max-width: 560px) {
  .site-header__container {
    padding-inline: 16px;
    max-width: calc(100% - 32px);
    gap: 12px;
  }

  .primary-nav {
    gap: 12px;
    font-size: 15px;
  }

  .primary-nav .nav-link {
    font-size: 15px;
    line-height: 1.2;
  }
}
/* Extra small: absolute minimum spacing AND smaller type */
@media (max-width: 430px) {
  .site-header__container {
    padding-inline: 8px; /* Reduced from 12px */
    max-width: calc(100% - 16px); /* Account for 8px on each side */
    gap: 8px; /* Reduced from 10px */
  }

  .primary-nav .nav-link {
    font-size: 14px;
    line-height: 1.2;
  }
}
/* ===== LANGUAGE NAV ===== */
.lang-nav {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--color-mid-espresso-umber);
  position: relative;
}
/* Language links - default inactive state */
.lang-nav .nav-link {
  opacity: 0.6;
}
/* Active language - full opacity, no bold, no glyph */
.lang-nav .is-active {
  opacity: 1;
  font-weight: 500;
}
/* Override the nav-link.is-active glyph for language nav */
.lang-nav .is-active::before {
  content: none;
}
/* Language separator */
.lang-separator {
  opacity: 0.6;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
/* Mobile language dropdown - hidden by default */
.lang-nav__toggle,
.lang-nav__trigger,
.lang-nav__dropdown {
  display: none;
}
/* ===== SMALL MOBILE: COMPACT LANGUAGE DROPDOWN ===== */
@media (max-width: 560px) {
  /* Hide desktop language links and separator */
  .lang-nav__desktop-link,
  .lang-separator {
    display: none;
  }

  /* Hide the checkbox */
  .lang-nav__toggle {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
  }

  /* Show compact trigger */
  .lang-nav__trigger {
    display: flex;
    align-items: baseline;
    gap: 4px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    padding: 4px 6px;
    margin: -4px -6px;
    transition: opacity 0.2s ease;
  }

  .lang-nav__trigger:hover {
    opacity: 0.7;
  }

  /* Globe SVG icon */
  .lang-nav__trigger-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA5MCA4OS45Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuNy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjEgQnVpbGQgOCkgIC0tPgogIDxwYXRoIGQ9Ik03OC43LDc0LjhjNy03LjksMTEuMy0xOC40LDExLjMtMjkuOHMtNC42LTIyLjctMTIuMi0zMC44QzY5LjksNS44LDU4LjguNSw0Ni42LDBoLTMuMmMtMTIuMy40LTIzLjMsNS44LTMxLjIsMTQuMkM0LjcsMjIuMywwLDMzLjEsMCw0NXM0LjMsMjEuOSwxMS4zLDI5LjhoLjFjNy45LDksMTkuMywxNC43LDMyLDE1LjFoMy4yYzEyLjctLjQsMjQuMS02LjIsMzItMTVoLjFjMC0uMSwwLS4xLDAtLjFaTTMuMSw0Ni42aDE4LjZjLjIsNi42LDEuNSwxMywzLjcsMTktNC40LDEuNi04LjYsMy43LTEyLjYsNi40LTUuNy03LTkuMy0xNS44LTkuNy0yNS40aDBaTTEzLjgsMTcuMWMzLjksMi41LDgsNC41LDEyLjMsNi0yLjYsNi40LTQuMSwxMy4yLTQuMywyMC4zSDMuMWMuNC0xMCw0LjQtMTkuMiwxMC43LTI2LjNoMFpNODYuOSw0My40aC0xOC43Yy0uMi03LTEuNi0xMy45LTQuMi0yMC4zLDQuMy0xLjUsOC40LTMuNSwxMi4zLTYsNi4yLDcuMSwxMC4yLDE2LjMsMTAuNiwyNi4zaDBaTTQzLjQsMjMuMmMtNC41LS4xLTguOS0uOC0xMy4xLTIsMy4xLTYuNSw3LjYtMTIuMywxMy4xLTE3LjF2MTkuMVpNNDMuNCwyNi4zdjE3LjFoLTE4LjVjLjItNi43LDEuNi0xMy4zLDQuMS0xOS40LDQuNywxLjQsOS41LDIuMiwxNC40LDIuM2gwWk00Ni42LDI2LjNjNC45LS4xLDkuOC0uOSwxNC40LTIuMiwyLjUsNi4xLDMuOSwxMi42LDQuMSwxOS40aC0xOC41di0xNy4yWk00Ni42LDIzLjJWNC4xYzUuNiw0LjgsMTAsMTAuNywxMy4xLDE3LjEtNC4zLDEuMi04LjcsMS45LTEzLjEsMmgwWk02Mi43LDIwLjNjLTMtNi4yLTcuMS0xMS45LTEyLjItMTYuOCw5LjEsMS4yLDE3LjMsNS4zLDIzLjYsMTEuNC0zLjYsMi4yLTcuNCw0LTExLjQsNS40aDBaTTI3LjMsMjAuM2MtNC0xLjQtNy44LTMuMi0xMS4zLTUuNSw2LjMtNi4xLDE0LjUtMTAuMiwyMy42LTExLjQtNS4yLDUtOS4zLDEwLjYtMTIuMywxNi45Wk0yNC45LDQ2LjZoMTguNnYxNS42Yy01LjEuMS0xMC4yLjktMTUsMi40LTIuMi01LjctMy41LTExLjgtMy42LTE4aDBaTTQzLjQsNjUuMnYyMC43Yy01LjktNS4yLTEwLjYtMTEuNS0xMy44LTE4LjUsNC41LTEuMyw5LjEtMiwxMy44LTIuMmgwWk00Ni42LDg1Ljl2LTIwLjdjNC43LjEsOS4zLjksMTMuOCwyLjItMy4yLDctNy45LDEzLjMtMTMuOCwxOC41aDBaTTQ2LjYsNjIuMXYtMTUuNWgxOC42Yy0uMiw2LjItMS40LDEyLjMtMy42LDE4LTQuOS0xLjUtOS45LTIuMy0xNS0yLjVoMFpNNjguMiw0Ni42aDE4LjZjLS40LDkuNi00LDE4LjUtOS44LDI1LjQtNC0yLjctOC4yLTQuOC0xMi42LTYuNCwyLjQtNi4xLDMuNy0xMi41LDMuOC0xOWgwWk0xNSw3NC4yYzMuNy0yLjQsNy42LTQuNCwxMS43LTUuOSwzLDYuOCw3LjMsMTIuOSwxMi44LDE4LjEtOS41LTEuMS0xOC01LjYtMjQuNS0xMi4yaDBaTTUwLjUsODYuNWM1LjUtNS4yLDkuOC0xMS40LDEyLjgtMTguMSw0LjEsMS41LDgsMy40LDExLjcsNS45LTYuNCw2LjUtMTUsMTEtMjQuNSwxMi4yaDBaIi8+Cjwvc3ZnPg==");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    opacity: 0.8;
  }

  .lang-nav__trigger-text {
    font-family: var(--font-text);
    font-size: var(--t-ui-navitem-size);
    line-height: var(--t-ui-navitem-line);
    font-weight: var(--t-ui-navitem-weight);
    color: var(--color-mid-espresso-umber);
    opacity: 1;
  }

  /* Dropdown menu */
  .lang-nav__dropdown {
    display: block;
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    background: var(--color-light-field-ivory);
    border: 1px solid rgba(94, 75, 52, 0.2);
    border-radius: 6px;
    padding: 6px 0;
    min-width: 140px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition:
      opacity 0.2s ease,
      transform 0.2s ease;
    z-index: 100;
  }

  /* Show dropdown when checkbox is checked */
  .lang-nav__toggle:checked ~ .lang-nav__dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  /* Dropdown items */
  .lang-nav__dropdown-item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 16px;
    color: var(--color-mid-espresso-umber);
    text-decoration: none;
    font-family: var(--font-text);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    opacity: 0.8;
    transition:
      opacity 0.2s ease,
      background 0.2s ease;
    border-bottom: none;
  }

  .lang-nav__dropdown-item:hover {
    opacity: 1;
    background: rgba(94, 75, 52, 0.05);
  }

  .lang-nav__dropdown-item.is-active {
    opacity: 1;
    font-weight: 600;
  }

  .lang-nav__dropdown-code {
    opacity: 0.6;
    font-size: 13px;
  }
}
/* =========================================
   HERO COMPONENT
   ========================================= */
/* Base hero section */
.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 1;
  height: clamp(360px, 30vw, 635px);
  display: flex;
  align-items: flex-start;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.hero__container {
  width: 900px; /* Fixed width at desktop */
  max-width: calc(
    100% - 320px
  ); /* Prevent overflow: 160px margins on each side */
  margin-inline-start: auto; /* Push to right */
  margin-inline-end: 160px; /* Right margin */
  padding-top: clamp(120px, 10.6vw, 204px);
  box-sizing: border-box;
}
.hero__content {
  width: 800px;
}
.hero__title {
  color: var(--color-dark-espresso-dark);
  margin-bottom: 24px;
}
/* Wide viewport adjustment */
@media (min-width: 2000px) {
  .hero__container {
    margin-inline-end: 320px;
    max-width: calc(100% - 640px);
  }
}
/* Transition zone: 1200px - 1800px - make typography more fluid */
@media (max-width: 1800px) {
  .hero__content {
    width: 100%; /* Let it flow within container */
  }
}
/* Medium desktops: reduce container width, start centering */
@media (max-width: 1400px) {
  .hero__container {
    width: auto;
    max-width: calc(100% - 120px); /* Account for reduced margins */
    margin-inline: auto; /* Center instead of right-align */
    padding-inline: 60px;
  }

  .hero__content {
    width: 100%;
    max-width: 700px; /* Constrain line length */
  }
}
/* Tablet: match header margins exactly (60px), tighter content */
@media (max-width: 1199px) {
  .hero__container {
    max-width: calc(100% - 120px); /* 60px on each side */
    padding-inline: 60px;
  }

  .hero__content {
    width: 100%;
    max-width: 100%; /* Let it fill the container */
  }

  .hero__title {
    margin-bottom: 12px; /* Reduced from 16px */
  }

  .hero__subtitle {
    margin-bottom: 10px; /* Reduced from 12px */
  }
}
/* Mobile: full-width with padding */
@media (max-width: 767px) {
  .hero {
    height: clamp(420px, 60vh, 400px);
    align-items: center; /* Center text vertically on mobile */
  }

  .hero__container {
    padding-inline: 24px;
    padding-top: 0;
    max-width: calc(100% - 48px); /* 24px on each side */
  }

  .hero__content {
    width: 100%;
    max-width: 100%;
  }

  .hero__title {
    margin-bottom: 14px;
  }

  .hero__subtitle {
    margin-bottom: 10px;
  }
}
/* Hero subtitle */
.hero__subtitle {
  color: var(--color-dark-espresso-dark-80);
  margin-bottom: 16px;
}
/* Hero ornament */
.hero__ornament {
  color: var(--color-mid-warm-taupe-65);
  display: block;
}
/* Homepage hero variant (with background image) */
.hero--home {
  background-color: #efe8df;
  background-image: url("/assets/images/hero-home-bg_800.jpg");
}
@media (min-width: 700px) {
  .hero--home {
    background-image: url("/assets/images/hero-home-bg_1200.jpg");
  }
}
@media (min-width: 1200px) {
  .hero--home {
    background-image: url("/assets/images/hero-home-bg_1920.jpg");
  }
}
@media (min-width: 2000px) {
  .hero--home {
    background-image: url("/assets/images/hero-home-bg_3200.jpg");
  }
}
/* =========================================
   EMPATHY SECTION
   ========================================= */
.empathy {
  position: relative;
  padding: 140px 32px 90px;
  background: linear-gradient(to bottom, #ece3d4, #ede4dd);
  text-align: center;
}
/* Paper texture overlay */
.empathy::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/paper-texture.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  mix-blend-mode: soft-light;
  pointer-events: none;
}
/* Paragraphs */
.empathy__text {
  color: var(--color-mid-espresso-umber-90);
  margin-bottom: 32px; /* Adjust spacing as needed */
}
.empathy__text:last-of-type {
  margin-bottom: 77px; /* Space before glyph */
}
/* Ornamental glyph */
.empathy__ornament {
  display: block;
  color: var(--color-dark-deep-espresso-60);
}
@media (max-width: 767px) {
  .empathy {
    padding: 100px 0 70px 0;
  }

  .empathy__text {
    margin-bottom: 24px;
  }

  .empathy__text:last-of-type {
    margin-bottom: 50px;
  }
}
@media (max-width: 560px) {
  .empathy {
    padding: 80px 0 60px 0;
  }

  .empathy__text {
    margin-bottom: 16px;
  }

  .empathy__text:last-of-type {
    margin-bottom: 20px;
  }
}
/* =========================================
   VIDEO SECTION
   ========================================= */
.video-section {
  position: relative;
  width: 100%;
  background-color: #efe8df;
}
/* Video container - maintains aspect ratio */
.video-container {
  position: relative;
  width: 100%;
  max-width: 2880px;
  margin-inline: auto;
  aspect-ratio: 1920 / 690;
  background-color: #ede4dd;
  background-image: url("/assets/images/hello_poster_1920.webp");
  background-size: cover;
  background-position: center;
}
/* The actual video element */
.video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0; /* Transparent by default */
  transition: opacity 0.3s ease;
}
/* Show video when playing */
.video-container.is-playing video {
  opacity: 1;
}
/* Video title overlay */
.video-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 150px)); /* Above play button */
  color: var(--color-light-field-ivory);
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  z-index: 10;
  margin: 0;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
/* Hide title when video is playing */
.video-container.is-playing .video-title {
  opacity: 0;
  pointer-events: none;
}
/* Play button overlay */
.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(120px, 12vw, 216px);
  height: clamp(120px, 12vw, 216px);
  background-image: url("/assets/images/vid-play-btn-default.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  transition:
    background-image 0.3s ease,
    opacity 0.3s ease;
  z-index: 10;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
}
.video-play-btn:hover {
  background-image: url("/assets/images/vid-play-btn-hover.png");
}
/* Hide play button when video is playing */
.video-container.is-playing .video-play-btn {
  opacity: 0;
  pointer-events: none;
}
/* Responsive aspect ratios and posters */
@media (max-width: 1599px) {
  .video-container {
    aspect-ratio: 16 / 9;
    background-image: url("/assets/images/hello_poster_1600.webp");
  }
}
@media (max-width: 899px) {
  .video-container {
    /* aspect-ratio: 4 / 3; */
    background-image: url("/assets/images/hello_poster_900.webp");
  }

  .video-title {
    transform: translate(-50%, calc(-50% - 90px));
  }
}
/* =========================================
   PROCESS SECTION
   ========================================= */
.process-section {
  position: relative;
  padding-block: 80px;
  background: linear-gradient(
    180deg,
    #f7f3ee 0%,
    #f7f2ed 52%,
    #f4f0ea 89%,
    #efeae5 100%
  );
}
/* Header content - centered */
.process-header {
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 60px;
  padding-inline: 40px;
}
/* Title with inline glyph */
.process-header__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
}
.process-header__glyph {
  color: var(--color-dark-deep-espresso-90);
  position: relative;
  top: 0.2em; /* Nudge down slightly for optical centering */
}
.process-header__title {
  color: var(--color-dark-deep-espresso-90);
  margin: 0;
}
.process-header__subtitle {
  color: var(--color-mid-espresso-umber-85);
  margin-bottom: 24px;
}
.process-header__intro {
  color: var(--color-dark-deep-espresso-73);
}
/* Illustration - full bleed */
.process-illustration {
  width: 100%;
  margin-bottom: 60px;
}
.process-illustration img {
  width: 100%;
  height: auto;
  display: block;
}
/* Three columns container */
.process-columns {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 44px;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 160px;
  margin-bottom: 60px;
}
/* Each column spans 4 grid columns */
.process-column {
  grid-column: span 4;
}
/* Column header with glyph - centered */
.process-column__header {
  display: flex;
  align-items: center;
  justify-content: center; /* Added */
  gap: 8px;
  margin-bottom: 16px;
}
.process-column__glyph {
  color: var(--color-mid-espresso-umber-85);
}
.process-column__title {
  color: var(--color-mid-espresso-umber-85);
  margin: 0;
}
/* Column paragraphs */
.process-column__text {
  color: var(--color-mid-rich-umber-85);
  margin-bottom: 16px;
}
.process-column__text:last-child {
  margin-bottom: 0;
}
/* Footer content - centered */
.process-footer {
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 40px;
}
.process-footer__divider {
  display: block;
  color: var(--color-mid-espresso-umber-70);
  margin-bottom: 24px;
}
.process-footer__outro {
  color: var(--color-mid-rich-umber-85);
  margin-bottom: 32px;
}
/* Tablet: 2-column layout */
@media (max-width: 1199px) {
  .process-columns {
    padding-inline: 60px;
    gap: 32px;
  }

  .process-column {
    grid-column: span 6;
  }

  .process-column:last-child {
    grid-column: 4 / 10; /* Center third column */
  }

  .process-illustration {
    margin-bottom: 50px;
  }
}
/* Mobile: single column stack */
@media (max-width: 767px) {
  .process-section {
    padding-block: 60px;
  }

  .process-header {
    padding-inline: 24px;
    margin-bottom: 40px;
  }

  .process-header__subtitle {
    margin-bottom: 16px;
  }

  .process-illustration {
    margin-bottom: 40px;
  }

  .process-columns {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-inline: 24px;
    margin-bottom: 50px;
  }

  .process-column__text {
    margin-bottom: 12px;
  }

  .process-footer {
    padding-inline: 24px;
  }

  .process-footer__divider {
    margin-bottom: 20px;
  }

  .process-footer__outro {
    margin-bottom: 28px;
  }
}
/* =========================================
   PROFILE SECTION
   ========================================= */
.profile-section {
  position: relative;
  padding-block: 80px;
  overflow: hidden;
}
/* Background layer - full width */
.profile-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/profile-bg_desktop.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #d4b8a1;
  z-index: 0;
}
/* Portrait - left side, absolute positioning */
.profile-portrait {
  position: absolute;
  left: 0px;
  bottom: -30px;
  z-index: 1;
  max-width: 850px; /* Limit portrait width */
  will-change: transform;
}
.profile-portrait__image {
  width: 100%;
  height: auto;
  display: block;
}
/* Content container - simple, not forcing narrow columns */
.profile-content {
  position: relative;
  z-index: 2;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 160px;
  padding-left: 750px; /* Space for portrait */
}
/* Header */
.profile-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}
.profile-header__glyph {
  color: var(--color-dark-deep-espresso-90);
}
.profile-header__title {
  color: var(--color-dark-deep-espresso-90);
  margin: 0;
}
/* Body paragraphs */
.profile-text {
  color: var(--color-dark-espresso-dark-90);
  margin-bottom: 24px; /* Reduced from 20px */
  max-width: 65ch; /* Comfortable reading width */
}
.profile-text:last-of-type {
  margin-bottom: 32px;
}
/* Medium Desktop */
@media (max-width: 1400px) {
  .profile-content {
    padding-left: 540px;
  }

  .profile-portrait {
    left: -30px;
    max-width: 730px;
  }
}
/* Tablet: reduce portrait, adjust spacing */
@media (max-width: 1199px) {
  .profile-content {
    padding-inline: 60px;
    padding-left: 420px;
  }

  .profile-portrait {
    max-width: 600px;
  }

  .profile-header {
    margin-bottom: 32px;
  }

  .profile-text {
    margin-bottom: 20px;
  }
}
/* Mobile: stack portrait BELOW content */
@media (max-width: 990px) {
  .profile-section {
    padding-block: 60px;
    display: flex;
    flex-direction: column;
    padding-bottom: 380px;
  }

  /* Portrait becomes static, moves to bottom */
  .profile-portrait {
    position: absolute;
    left: 0;
    bottom: -50px;
    order: 2;
    max-width: 500px;
  }

  .profile-content {
    order: 1; /* Stays at top */
    padding-inline: 24px;
    padding-left: 24px;
  }

  .profile-header {
    margin-bottom: 24px;
  }

  .profile-text {
    margin-bottom: 16px;
    max-width: 100%;
  }

  .profile-text:last-of-type {
    margin-bottom: 24px;
  }
}
/* Small Mobile */
@media (max-width: 450px) {
  .profile-section {
    padding-bottom: 300px;
  }
}
/* =========================================
   TESTIMONIALS SECTION
   ========================================= */
.testimonials-section {
  position: relative;
  padding-block: 90px 80px;
  background-color: var(--color-light-warm-linen);
}
/* Header - centered, uses grid */
.testimonials-header {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 44px;
  max-width: 2400px; /* Match carousel */
  margin-inline: auto;
  padding-inline: 160px;
  margin-bottom: 100px;
  text-align: center;
}
.testimonials-header > * {
  grid-column: 3 / 11; /* Columns 3-10 */
}
.testimonials-header__title {
  color: var(--color-dark-deep-espresso-90);
}
.testimonials-header__divider {
  display: block;
  color: var(--color-mid-espresso-umber-70);
  margin-top: 32px;
}
/* Carousel container - uses grid */
.testimonials-carousel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 44px;
  max-width: 2400px; /* Restrict on ultra-wide displays */
  margin-inline: auto; /* Center when max-width is reached */
  padding-inline: 160px;
  margin-bottom: 60px;
}
/* Navigation arrows - positioned absolutely */
.testimonials-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--color-mid-warm-taupe-65);
  cursor: pointer;
  padding: 20px;
  transition:
    opacity 0.2s ease,
    transform 0.15s ease;
  z-index: 10;
}
.testimonials-nav:hover {
  opacity: 0.5;
}
.testimonials-nav:active {
  transform: translateY(-50%) scale(0.95);
}
.testimonials-nav:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.testimonials-nav--prev {
  left: 160px;
}
.testimonials-nav--next {
  right: 160px;
}
/* Slides wrapper - spans columns 3-10 */
.testimonials-slides {
  grid-column: 3 / 11;
  position: relative;
  overflow: hidden;
}
/* Individual slide */
.testimonials-slide {
  display: none;
  text-align: left;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.testimonials-slide.is-active {
  display: block;
  animation: fadeSlideIn 0.5s ease-in-out forwards;
}
/* Fade + slight slide animation */
@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Quote text */
.testimonials-quote {
  color: var(--color-dark-deep-espresso-90);
  white-space: pre-line;
  margin-bottom: 90px;
}
/* Attribution */
.testimonials-attribution {
  color: var(--color-dark-deep-espresso-90);
}
/* Dot indicators */
.testimonials-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.testimonials-indicator {
  background: none;
  border: none;
  color: var(--color-dark-deep-espresso-85);
  cursor: pointer;
  padding: 8px;
  transition:
    opacity 0.2s ease,
    transform 0.15s ease;
}
.testimonials-indicator:hover {
  opacity: 0.6;
}
.testimonials-indicator:active {
  transform: scale(0.9);
}
.testimonials-indicator.is-active {
  opacity: 1;
}
/* Tablet: adjust spacing, bring arrows closer */
@media (max-width: 1199px) {
  .testimonials-section {
    padding-block: 70px 60px;
  }

  .testimonials-header {
    padding-inline: 60px;
    gap: 32px;
    margin-bottom: 70px;
  }

  .testimonials-header > * {
    grid-column: 2 / 12;
  }

  .testimonials-carousel {
    padding-inline: 60px;
    gap: 32px;
    margin-bottom: 50px;
  }

  .testimonials-slides {
    grid-column: 2 / 12;
  }

  .testimonials-nav--prev {
    left: 30px;
  }

  .testimonials-nav--next {
    right: 30px;
  }

  .testimonials-quote {
    margin-bottom: 60px;
  }
}
/* Mobile: single column, hide arrows, rely on dots */
@media (max-width: 767px) {
  .testimonials-section {
    padding-block: 60px 50px;
  }

  .testimonials-header {
    display: block;
    padding-inline: 24px;
    margin-bottom: 50px;
  }

  .testimonials-header__divider {
    margin-top: 24px;
  }

  .testimonials-carousel {
    display: block;
    padding-inline: 24px;
    margin-bottom: 40px;
  }

  /* Hide navigation arrows on mobile */
  .testimonials-nav {
    display: none;
  }

  .testimonials-quote {
    margin-bottom: 40px;
  }
}
/* =========================================
   SECTION DIVIDER
   ========================================= */
.section-divider {
  width: 100%;
}
.section-divider__line {
  width: 100%;
  height: 1px;
  background-color: var(--color-muted-stone-grey);
  border: none;
  margin: 0;
}
.section-divider__image {
  width: 100%;
  height: 30px;
  background-image: url("/assets/images/home-divider-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* =========================================
   BOOKING SECTION
   ========================================= */
.booking-section {
  position: relative;
  padding-block: 80px 90px;
  background: #d4d1c3ff; /* Base color */
}
/* Gradient layer */
.booking-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(212, 209, 195, 0) 0%,
    rgba(212, 209, 195, 0) 58%,
    rgba(221, 216, 201, 1) 89%,
    rgba(221, 216, 201, 1) 100%
  );
  pointer-events: none;
  z-index: 0;
}
/* Texture layer on top at 20% multiply */
.booking-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/paper-texture.webp");
  background-size: auto;
  background-repeat: repeat;
  opacity: 0.2;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}
/* Ensure content is above both layers */
.booking-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 44px;
  padding-inline: 160px;
  max-width: 2400px;
  margin: 0 auto;
}
/* Header - spans full width */
.booking-header {
  grid-column: 1 / -1;
  text-align: center;
  margin-bottom: 100px;
}
.booking-header__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}
.booking-header__glyph {
  color: var(--color-dark-deep-espresso-90);
  position: relative;
  top: 0.2em;
}
.booking-header__title {
  color: var(--color-dark-deep-espresso-90);
  margin: 0;
}
.booking-header__subtitle {
  color: var(--color-mid-espresso-umber-80);
}
/* FAQ Column - left side */
.booking-faq {
  grid-column: 1 / 5;
}
/* Cal.com widget - right side */
.booking-widget {
  grid-column: 5 / -1;
}
/* FAQ Items */
.faq-item {
  margin-bottom: 32px;
}
.faq-item:last-child {
  margin-bottom: 0;
}
/* FAQ Header */
.faq-header {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}
.faq-header__icon {
  color: var(--color-mid-espresso-umber-80);
  flex-shrink: 0;
}
.faq-header__icon.glyph-adjust-md {
  top: 0.2em;
}
.faq-header__title {
  color: var(--color-mid-espresso-umber-80);
  margin: 0;
}
/* FAQ Teaser */
.faq-teaser {
  color: var(--color-dark-espresso-dark-80);
  margin-bottom: 12px;
  white-space: pre-line;
}
/* Expand button */
.faq-expand-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  color: var(--color-mid-rich-umber-90);
  font-family: var(--font-text);
  font-size: var(--t-paragraph-md-size);
  line-height: var(--t-paragraph-md-line);
  font-weight: 600;
  font-style: italic;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.faq-expand-btn:hover {
  opacity: 0.7;
}
.faq-expand-btn__arrow {
  transition: transform 0.3s ease;
}
.faq-item.is-expanded .faq-expand-btn__arrow {
  transform: rotate(90deg);
}
/* Expanded content - default with pre-line for strings */
.faq-expanded {
  display: none;
  color: var(--color-dark-espresso-dark-80);
  margin-top: 16px;
  white-space: pre-line;
}
/* List variant - no pre-line */
.faq-expanded--list {
  white-space: normal;
}
.faq-item.is-expanded .faq-expanded {
  display: block;
}
/* Nested list items (for "Practical notes") */
.faq-expanded-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq-expanded-list li {
  margin-bottom: 16px;
  padding: 0;
}
.faq-expanded-list li:last-child {
  margin-bottom: 0;
}
.faq-expanded-list__title {
  color: var(--color-mid-espresso-umber-80);
  font-family: var(--font-text);
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 4px 0;
  padding: 0;
}
.faq-expanded-list__text {
  color: var(--color-dark-espresso-dark-80);
  margin: 0;
  padding: 0;
  white-space: pre-line;
}
#my-cal-inline-first-call-20-minutes {
  width: 100%;
  height: 700px;
  overflow: scroll;
}
/* Booking Caption Footer */
.booking-caption {
  position: relative;
  z-index: 2; /* Above gradient layer */
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 0 0;
  text-align: center;
}
.booking-caption__text {
  color: var(--color-dark-espresso-dark-80); /* Darker for better contrast */
  margin-bottom: 16px;
}
.booking-caption .cta-link {
  display: inline-flex;
}
@media (min-width: 2000px) {
  .booking-caption {
    padding-inline: 320px;
  }
}
/* Tablet: reduce spacing, stack FAQ and widget */
@media (max-width: 1199px) {
  .booking-section {
    padding-block: 60px 70px;
  }

  .booking-container {
    padding-inline: 60px;
    gap: 32px;
  }

  .booking-header {
    margin-bottom: 70px;
  }

  .booking-faq {
    grid-column: 1 / -1;
  }

  .booking-widget {
    grid-column: 1 / -1;
    margin-top: 50px;
  }

  .booking-caption {
    padding: 30px 60px 0;
  }
}
/* Mobile: single column, reduce spacing */
@media (max-width: 767px) {
  .booking-section {
    padding-block: 50px 60px;
  }

  .booking-container {
    display: block;
    padding-inline: 24px;
  }

  .booking-header {
    margin-bottom: 50px;
  }

  .booking-header__title-wrapper {
    gap: 8px;
    margin-bottom: 8px;
  }

  .booking-faq {
    margin-bottom: 40px;
  }

  .faq-item {
    margin-bottom: 28px;
  }

  .faq-header {
    margin-bottom: 8px;
  }

  .faq-teaser {
    margin-bottom: 8px;
  }

  #my-cal-inline-first-call-20-minutes {
    height: 600px;
  }

  .booking-caption {
    padding: 30px 24px 0;
  }

  .booking-caption__text {
    margin-bottom: 12px;
  }
}
/* Mobile booking trigger - hidden by default */
.booking-mobile {
  display: none;
}
@media (max-width: 767px) {
  /* Hide desktop widget initially */
  .booking-widget {
    display: none;
    grid-column: 1 / -1;
  }

  .booking-widget.is-visible {
    display: block;
  }

  /* Show mobile trigger */
  .booking-mobile {
    display: block;
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 40px;
  }

  .booking-mobile__description {
    color: var(--color-dark-espresso-dark-80);
    margin-bottom: 20px;
  }

  .booking-mobile__cta {
    display: inline-block;
    padding: 12px 24px;
    background-color: var(--color-mid-warm-taupe);
    border: none;
    border-radius: 6px;
    color: var(--color-light-field-ivory);
    font-family: var(--font-text);
    font-size: var(--t-ui-link-size);
    font-weight: var(--t-ui-link-weight);
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }

  .booking-mobile__cta:hover {
    opacity: 0.8;
  }

  /* Hide mobile trigger once booking is visible */
  .booking-mobile.is-hidden {
    display: none;
  }

  /* Stack FAQ and widget vertically */
  .booking-faq {
    grid-column: 1 / -1;
  }
}
/* =========================================
   FIELD NOTES SECTION
   ========================================= */
.field-notes-section {
  position: relative;
  padding-block: 80px;
  background: #eadccfff;
}
.field-notes-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/paper-texture.webp");
  background-size: auto;
  background-repeat: repeat;
  opacity: 0.15;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: 1;
}
.field-notes-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 44px;
  padding-inline: 160px;
  max-width: 2400px;
  margin-inline: auto;
}
.field-notes-header {
  grid-column: 1 / -1;
  text-align: center;
  margin-bottom: 100px;
}
.field-notes-header__title {
  color: var(--color-dark-deep-espresso-90);
  margin-bottom: 12px;
}
.field-notes-header__subheading {
  color: var(--color-mid-rich-umber-80);
  margin-bottom: 20px;
}
.field-notes-header__opening {
  color: var(--color-dark-deep-espresso-68);
}
/* Grid spanning 10 columns centered */
.field-notes-grid {
  grid-column: 2 / 12;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 44px;
  margin-bottom: 60px;
}
.field-notes-footer {
  grid-column: 1 / -1;
  text-align: center;
  margin-block: 60px;
}
/* =========================================
   ARTICLE CARDS
   ========================================= */
.article-card {
  text-decoration: none;
  background: var(--color-light-field-ivory);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(12, 12, 12, 0.08);
}
/* Lead card */
.article-card--lead {
  grid-column: 1 / -1;
  display: flex;
  min-height: 480px;
}
.article-card--lead .article-card__image {
  width: 480px;
  height: 480px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-card--lead .article-card__content {
  padding: 44px 55px 55px 33px;
}
.article-card--lead .article-card__glyph {
  color: var(--color-dark-ink-black);
  display: block;
  margin-bottom: 50px;
}
.article-card--lead .article-card__title {
  color: var(--color-dark-ink-black);
  margin-bottom: 44px;
}
.article-card--lead .article-card__excerpt {
  color: var(--color-dark-deep-espresso-85);
  line-height: 140%;
}
/* Medium cards */
.article-card--medium {
  grid-column: span 5;
  display: flex;
  flex-direction: column;
  background: var(--color-light-soft-sand);
}
.article-card--medium .article-card__image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-card--medium .article-card__content {
  padding: 48px 50px 50px 68px;
}
.article-card--medium .article-card__title {
  color: var(--color-dark-ink-black);
  margin-bottom: 40px;
}
.article-card--medium .article-card__excerpt {
  color: var(--color-dark-deep-espresso-75);
}
/* Small cards wrapper - 3 equal columns */
.field-notes-grid-small {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}
/* Small cards */
.article-card--small {
  display: flex;
  flex-direction: column;
}
.article-card--small .article-card__image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-card--small .article-card__content {
  padding: 48px;
}
.article-card--small .article-card__title {
  color: var(--color-dark-ink-black);
  margin-bottom: 30px;
}
.article-card--small .article-card__excerpt {
  color: var(--color-dark-deep-espresso-75);
}
/* =========================================
   FIX THE 1200-1657px DISASTER ZONE
   ========================================= */
@media (max-width: 1657px) {
  .field-notes-container {
    padding-inline: 80px;
  }

  /* Widen the nested grid to use more space */
  .field-notes-grid {
    grid-column: 1 / -1;
    gap: 36px;
  }

  /* Lead card: keep square, good height */
  .article-card--lead {
    min-height: 480px;
  }

  .article-card--lead .article-card__image {
    width: 380px;
    height: 480px; /* TALLER - portrait ratio */
  }

  .article-card--lead .article-card__content {
    padding: 40px 48px 48px 32px;
  }

  .article-card--medium .article-card__content {
    padding: 40px 44px 44px 56px;
  }

  .article-card--small .article-card__content {
    padding: 40px;
  }
}
@media (max-width: 1432px) {
  .field-notes-container {
    padding-inline: 70px;
  }

  .field-notes-grid {
    gap: 32px;
  }

  /* Lead card: maintain tall ratio */
  .article-card--lead {
    min-height: 440px;
  }

  .article-card--lead .article-card__image {
    width: 340px;
    height: 440px; /* Keep portrait */
  }

  .article-card--lead .article-card__content {
    padding: 36px 40px 40px 28px;
  }

  .article-card--medium .article-card__content {
    padding: 36px 40px 40px 48px;
  }

  .article-card--small .article-card__content {
    padding: 36px;
  }
}
@media (max-width: 1300px) {
  .field-notes-container {
    padding-inline: 60px;
  }

  /* Lead card: still portrait */
  .article-card--lead {
    min-height: 400px;
  }

  .article-card--lead .article-card__image {
    width: 320px;
    height: 400px; /* Portrait */
  }

  .article-card--lead .article-card__content {
    padding: 32px 36px 36px 24px;
  }
}
/* =========================================
   TABLET AND BELOW (was already good)
   ========================================= */
@media (max-width: 1199px) {
  .field-notes-section {
    padding-block: 60px;
  }

  .field-notes-container {
    padding-inline: 60px;
    gap: 32px;
  }

  .field-notes-header {
    margin-bottom: 70px;
  }

  .field-notes-grid {
    grid-column: 1 / -1;
    grid-template-columns: repeat(12, 1fr);
    gap: 32px;
    margin-bottom: 50px;
  }

  /* Lead card: stack image above content */
  .article-card--lead {
    flex-direction: column;
    min-height: auto;
  }

  .article-card--lead .article-card__image {
    width: 100%;
    height: 300px;
  }

  .article-card--lead .article-card__content {
    padding: 32px;
  }

  .article-card--lead .article-card__glyph {
    margin-bottom: 32px;
  }

  .article-card--lead .article-card__title {
    margin-bottom: 28px;
  }

  /* Medium cards: full width */
  .article-card--medium {
    grid-column: 1 / -1;
  }

  .article-card--medium .article-card__content {
    padding: 32px;
  }

  .article-card--medium .article-card__title {
    margin-bottom: 28px;
  }

  /* Small cards: 2 columns */
  .field-notes-grid-small {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .article-card--small .article-card__content {
    padding: 32px;
  }

  .article-card--small .article-card__title {
    margin-bottom: 24px;
  }

  .field-notes-footer {
    margin-block: 50px;
  }
}
@media (max-width: 767px) {
  .field-notes-section {
    padding-block: 50px;
  }

  .field-notes-container {
    display: block;
    padding-inline: 24px;
  }

  .field-notes-header {
    margin-bottom: 50px;
  }

  .field-notes-header__subheading {
    margin-bottom: 16px;
  }

  .field-notes-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 40px;
  }

  .article-card--lead .article-card__image {
    height: 240px;
  }

  .article-card--lead .article-card__content {
    padding: 28px 24px;
  }

  .article-card--lead .article-card__glyph {
    margin-bottom: 24px;
  }

  .article-card--lead .article-card__title {
    margin-bottom: 20px;
  }

  .article-card--medium .article-card__content {
    padding: 28px 24px;
  }

  .article-card--medium .article-card__title {
    margin-bottom: 20px;
  }

  .field-notes-grid-small {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .article-card--small .article-card__content {
    padding: 28px 24px;
  }

  .article-card--small .article-card__title {
    margin-bottom: 20px;
  }

  .field-notes-footer {
    margin-block: 40px;
  }
}
/* =========================================
   FOOTER
   ========================================= */
.footer {
  display: flex;
  flex-direction: column;
}
/* Upper footer - name card */
.footer-upper {
  background: var(--color-muted-stone-grey);
  padding: 40px 160px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 250px;
}
.footer-name {
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--color-warm-almond-dust-90);
  margin-bottom: 12px;
}
.footer-role {
  font-family: var(--font-text);
  font-size: 17px;
  line-height: 1.3;
  font-style: italic;
  letter-spacing: 0.01em;
  color: var(--color-warm-almond-dust-85);
  margin-bottom: 10px;
}
.footer-location {
  font-family: var(--font-text);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--color-warm-almond-dust-85);
  margin-bottom: 14px;
}
.footer-divider {
  color: var(--color-warm-almond-dust-60);
  font-family: var(--font-glyph);
  font-size: var(--t-glyph-md-size);
  line-height: 1;
  margin-bottom: 24px;
}
.footer-whisper {
  color: var(--color-light-field-ivory-65);
  font-family: var(--font-text);
  font-size: var(--t-ui-whisper-size);
  line-height: var(--t-ui-whisper-line);
  font-weight: var(--t-ui-whisper-weight);
  font-style: var(--t-ui-whisper-style);
  margin-bottom: 12px;
}
.footer-whisper__glyph {
  color: var(--color-warm-almond-dust-70);
  font-family: var(--font-glyph);
  font-size: 18px;
  line-height: 1;
}
/* Lower footer - legal */
.footer-lower {
  background: var(--color-dark-footer-brown);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-legal {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 440px;
  justify-content: space-between;
}
.footer-legal__copy,
.footer-legal__link {
  font-family: var(--font-text);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--color-mid-espresso-umber-85);
}
.footer-legal__link {
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer-legal__link:hover {
  opacity: 0.7;
}
.footer-legal__separator {
  color: var(--color-mid-espresso-umber-85);
}
/* Tablet: reduce padding */
@media (max-width: 1199px) {
  .footer-upper {
    padding: 40px 60px 24px;
    min-height: 220px;
  }

  .footer-legal {
    width: auto;
    gap: 16px;
  }
}
/* Mobile: tighter spacing */
@media (max-width: 767px) {
  .footer-upper {
    padding: 32px 24px 20px;
    min-height: 200px;
  }

  .footer-name {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .footer-role {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .footer-location {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .footer-divider {
    margin-bottom: 20px;
  }

  .footer-whisper {
    margin-bottom: 10px;
  }

  .footer-lower {
    height: auto;
    padding: 16px 24px;
  }

  .footer-legal {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
  }

  .footer-legal__copy,
  .footer-legal__link {
    font-size: 14px;
  }
}
.kg-card {
  background: none !important;
  max-width: 600px;
  margin: 80px auto;
}
.kg-card.kg-signup-card {
  margin: 0 auto;
}
.kg-width-wide .kg-signup-card-text {
  padding: 0;
}
.kg-header-card h2.kg-header-card-heading,
.kg-signup-card h2.kg-signup-card-heading,
.kg-signup-card.kg-width-wide h2.kg-signup-card-heading {
  position: relative;
  font-family: var(--font-display);
  font-size: var(--t-heading-section-size);
  line-height: var(--t-heading-section-line);
  font-weight: var(--t-heading-section-weight);
  color: var(--color-dark-ink-black) !important;
}
.kg-header-card h2.kg-header-card-heading,
.kg-signup-card h2.kg-signup-card-heading:before {
  content: "⟢";
  color: var(--color-mid-espresso-umber);
  opacity: 0.75;
  position: absolute;
  left: -20px;
  top: -10px;
  font-family: var(--font-glyph);
  font-size: var(--t-glyph-md-size);
  line-height: 1;
}
.kg-signup-card h2 + .kg-signup-card-subheading,
.kg-signup-card.kg-width-full.kg-layout-split .kg-signup-card-subheading,
.kg-signup-card.kg-width-wide .kg-signup-card-subheading {
  font-family: var(--font-text);
  font-size: var(--t-ui-caption-size);
  line-height: var(--t-ui-caption-line);
  font-weight: var(--t-ui-caption-weight);
  font-style: var(--t-ui-caption-style);
  color: var(--color-mid-warm-taupe) !important;
  opacity: 0.8 !important;
}
.kg-signup-card-button.kg-style-accent {
  background-color: #5e4b34;
  border: 1px solid #463118;
  border-radius: 6px;
}
.kg-signup-card-fields {
  display: flex;
  width: 60%;
  padding: 3px;
  background: transparent;
  border: none;
  border-radius: 4px;
}
.kg-signup-card-input {
  border: 1px #a29a91 solid;
  background: rgba(255, 255, 255, 0.9);
  font-size: 1.1em;
  border-radius: 2px;
}
.kg-signup-card-button {
  border-radius: 3px;
  margin-left: 20px;
}
.kg-signup-card-disclaimer,
.kg-signup-card-disclaimer * {
  font-family: var(--font-text);
  font-size: var(--t-ui-whisper-size);
  line-height: var(--t-ui-whisper-line);
  font-weight: var(--t-ui-whisper-weight);
  font-style: var(--t-ui-whisper-style);
  opacity: 0.7;
}
.kg-signup-card-cta {
  margin-top: 70px;
}
/* =========================================
   SHARED SIGNUP SECTION
   ========================================= */
.signup-section {
  background-color: var(--color-editorial-plaster-sand);
  padding-bottom: 120px;
  padding-top: 100px;
}
.signup-container {
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: 160px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 44px;
}
.signup-container .kg-signup-card {
  grid-column: 5 / 12;
}
@media (min-width: 2000px) {
  .signup-container {
    padding-inline: 320px;
  }
}
@media (max-width: 1199px) {
  .signup-section {
    padding-bottom: 100px;
    padding-top: 80px;
  }

  .signup-container {
    padding-inline: 60px;
  }

  .signup-container .kg-signup-card {
    grid-column: 4 / 12;
  }
}
@media (max-width: 767px) {
  .signup-section {
    padding-bottom: 80px;
    padding-top: 70px;
  }

  .signup-container {
    display: block;
    padding-inline: 24px;
  }
}
/* Sub Pages */
/* =========================================
   ABOUT PAGE
   ========================================= */
/* About page hero variant (with background image) */
.hero--about {
  background-color: #efe8df;
  background-image: url("/assets/images/hero-about-bg_800.webp");
  height: 285px;
  background-position-x: -160px;
}
@media (min-width: 700px) {
  .hero--about {
    background-image: url("/assets/images/hero-about-bg_1200.webp");
    height: 397px;
  }
}
@media (min-width: 950px) {
  .hero--about {
    background-position-x: 0;
  }
}
@media (min-width: 1200px) {
  .hero--about {
    background-image: url("/assets/images/hero-about-bg_1920.webp");
    height: 535px;
  }
}
@media (min-width: 2000px) {
  .hero--about {
    background-image: url("/assets/images/hero-about-bg_3200.webp");
    height: 635px;
  }
  .about-section.about-section--cta > .about-content--cta {
    grid-column: 6 / 11;
  }
}
/* About hero glyph - prepended before title */
.hero--about .hero__glyph {
  color: var(--color-dark-deep-espresso);
  opacity: 0.7;
  display: block;
  margin-bottom: -30px;
  margin-left: -30px;
  margin-top: 30px;
}
/* About hero title - Deep Espresso 60% opacity */
.hero--about .hero__title {
  color: var(--color-mid-warm-taupe);
  margin-bottom: 20px;
}
/* About hero subtitle - Warm Taupe 100% */
.hero--about .hero__subtitle {
  color: var(--color-mid-warm-taupe);
}
/* Subpage hero variant (no background, simpler) */
.hero--subpage {
  min-height: auto;
  padding-block: 120px 60px;
}
.hero--subpage .hero__title {
  /* Uses .t-display-hero-sub class for italic styling */
}
.hero--subpage .hero__subtitle {
  /* Uses .t-display-subtitle-sub class */
}
/* =========================================
   SECTION SPACING
   ========================================= */
.about-section {
  padding-block: 0;
  position: relative;
}
/* Divider glyph spacing - 66px top (110-44 for gutter), 110px bottom */
.about-divider {
  display: block;
  text-align: center;
  margin-top: 66px;
  margin-bottom: 110px;
  color: var(--color-dark-deep-espresso-60);
  grid-column: 5 / 12; /* Span columns 5-11 like content */
}
/* =========================================
   CONTENT POSITIONING
   ========================================= */
/* Main grid container */
.about-section {
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: 160px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 44px;
}
/* Content wrapper - occupies columns 5-11 */
.about-content {
  grid-column: 5 / 12;
}
/* Wide viewport adjustment */
@media (min-width: 2000px) {
  .about-section {
    padding-inline: 320px;
  }
}
/* =========================================
   OPENING SECTION (Section 0)
   ========================================= */
.about-section--opening {
  padding-top: 120px;
}
.about-opening__heading {
  color: var(--color-mid-warm-taupe);
  opacity: 0.9;
  margin-bottom: 16px;
}
.about-section--opening .about-text {
  color: var(--color-dark-ink-black);
  opacity: 0.85;
  margin-bottom: 16px;
}
.about-section--opening .about-text:last-of-type {
  margin-bottom: 0;
}
/* =========================================
   STANDARD SECTIONS (Sections 1-5)
   ========================================= */
.about-heading {
  color: var(--color-mid-warm-taupe);
  margin-bottom: 8px;
}
.about-subheading {
  color: var(--color-mid-warm-taupe);
  opacity: 0.9;
  margin-bottom: 20px;
}
.about-text {
  color: var(--color-mid-warm-taupe);
  margin-bottom: 16px;
}
.about-text:last-of-type {
  margin-bottom: 0;
}
/* =========================================
   GROUNDING SECTION (with portrait)
   ========================================= */
.about-section--grounding {
  position: relative;
}
/* Portrait as grid child - columns 1-4, but bleeds left */
.about-portrait {
  grid-column: 1 / 5;
  align-self: start;
  margin-left: -160px; /* Bleed into left margin */
}
@media (min-width: 2000px) {
  .about-portrait {
    margin-left: -320px; /* Bleed into larger left margin */
  }
}
.about-portrait__image {
  width: 100%;
  height: auto;
  display: block;
}
/* Content spans columns 5-11 */
.about-section--grounding .about-content {
  grid-column: 5 / 12;
}
/* Credentials list */
.about-credentials {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  color: var(--color-mid-warm-taupe);
}
.about-credentials li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}
.about-credentials li::before {
  content: "•";
  position: absolute;
  left: 0;
  opacity: 0.6;
}
/* LinkedIn CTA spacing */
.about-section--grounding .cta-link {
  margin-top: 32px;
  display: inline-flex;
}
/* =========================================
   CTA SECTION
   ========================================= */
.about-section--cta {
  background-color: var(--color-light-warm-linen);
  padding-block: 120px;
  max-width: none;
}
.about-cta__heading {
  color: var(--color-mid-warm-taupe);
  margin-bottom: 16px;
}
.about-cta__text {
  color: var(--color-mid-warm-taupe);
  margin-bottom: 24px;
}
.about-section--cta .cta-link {
  display: inline-flex;
}
/* =========================================
   RESPONSIVE - TABLET AND BELOW (≤1199px)
   ========================================= */
@media (max-width: 1199px) {
  .about-section {
    padding-inline: 60px;
    gap: 32px;
  }

  .about-content {
    grid-column: 2 / 12;
  }

  .about-divider {
    grid-column: 2 / 12;
    margin-top: 50px;
    margin-bottom: 80px;
  }

  /* Hide divider before grounding - portrait becomes the divider */
  .about-divider--before-grounding {
    display: none !important;
  }

  .about-section--opening {
    padding-top: 100px;
  }

  /* Grounding section - keep grid, portrait centered above */
  .about-section--grounding {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 32px;
  }

  .about-portrait {
    grid-column: 4 / 10; /* Centered 6 columns */
    margin: 80px auto 32px; /* Space above, tight below */
  }

  .about-section--grounding .about-content {
    grid-column: 2 / 12; /* Aligned with other body text */
  }

  .about-section--cta {
    padding-block: 100px;
  }
}
/* =========================================
   RESPONSIVE - SMALL TABLET (≤871px)
   ========================================= */
@media (max-width: 871px) {
  .about-section {
    padding-inline: 40px;
    gap: 28px;
  }

  .about-content {
    grid-column: 1 / -1;
  }

  .about-divider {
    grid-column: 1 / -1;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .about-section--opening {
    padding-top: 80px;
  }

  /* Portrait centered in full width */
  .about-portrait {
    grid-column: 3 / 11; /* Centered 8 columns */
    margin: 70px auto 28px; /* Space above, tight below */
  }

  .about-section--grounding .about-content {
    grid-column: 1 / -1;
  }

  .about-section--grounding .cta-link {
    margin-top: 28px;
  }

  .about-section--cta {
    padding-block: 90px;
  }
}
/* =========================================
   RESPONSIVE - MOBILE (≤767px)
   ========================================= */
@media (max-width: 767px) {
  .hero--about .hero__glyph {
    margin-left: -20px;
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .about-section {
    display: block;
    padding-inline: 34px;
  }

  .about-divider {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .about-content {
    width: 100%;
  }

  .about-section--opening {
    padding-top: 70px;
  }

  .about-opening__heading {
    margin-bottom: 12px;
  }

  .about-section--opening .about-text {
    margin-bottom: 14px;
  }

  .about-heading {
    margin-bottom: 6px;
  }

  .about-subheading {
    margin-bottom: 16px;
  }

  .about-text {
    margin-bottom: 14px;
  }

  /* Mobile - flexbox for portrait centering */
  .about-section--grounding {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-portrait {
    width: 75%;
    max-width: 540px;
    margin: 60px auto 24px;
  }

  .about-section--grounding .about-content {
    width: 100%;
  }

  .about-credentials {
    margin-bottom: 16px;
  }

  .about-credentials li {
    margin-bottom: 6px;
    padding-left: 16px;
  }

  .about-section--grounding .cta-link {
    margin-top: 24px;
  }

  .about-section--cta {
    padding-block: 70px;
  }

  .about-cta__heading {
    margin-bottom: 12px;
  }

  .about-cta__text {
    margin-bottom: 20px;
  }
}
/* =========================================
   HERO - PROCESS PAGE
   ========================================= */
.hero--process {
  background-color: #efe8df;
  background-image: url("/assets/images/hero-process_800.webp");
  height: 285px;
  background-position: left bottom;
}
@media (min-width: 700px) {
  .hero--process {
    background-image: url("/assets/images/hero-process_1200.webp");
    height: 397px;
  }
}
@media (min-width: 1200px) {
  .hero--process {
    background-image: url("/assets/images/hero-process_1920.webp");
    height: 535px;
  }
}
@media (min-width: 2000px) {
  .hero--process {
    background-image: url("/assets/images/hero-process_3200.webp");
    height: 635px;
  }
}
/* Process hero glyph */
.hero--process .hero__glyph {
  color: var(--color-dark-deep-espresso);
  opacity: 0.7;
  display: block;
  margin-bottom: -30px;
  margin-left: -40px;
  margin-top: 30px;
}
.hero--process .hero__title {
  color: var(--color-mid-espresso-umber);
  opacity: 0.8;
  margin-bottom: 20px;
}
.hero--process .hero__subtitle {
  color: var(--color-dark-deep-espresso);
  opacity: 0.8;
}
/* =========================================
   TABLE OF CONTENTS
   ========================================= */
.process-page-toc {
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: 160px;
  padding-block: 80px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 44px;
  background-color: var(--color-light-field-ivory);
}
.process-page-toc__content {
  grid-column: 5 / 12;
}
.process-page-toc__heading {
  color: var(--color-mid-warm-taupe);
  margin-bottom: 16px;
}
.process-page-toc__list a {
  color: var(--color-mid-warm-taupe);
  opacity: 0.9;
  text-decoration: none;
  transition: opacity 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.process-page-toc__list a:hover {
  opacity: 0.7;
}
.process-page-toc__list a .t-glyph-md {
  color: var(--color-mid-warm-taupe);
  opacity: 0.9;
}
@media (min-width: 2000px) {
  .process-page-toc {
    padding-inline: 320px;
  }
}
/* =========================================
   INTRO PRIMARY
   ========================================= */
.process-intro-primary {
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: 160px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 44px;
  background-color: var(--color-light-field-ivory);
}
.process-intro-primary__content {
  grid-column: 5 / 12;
}
.process-intro-primary__heading {
  color: var(--color-mid-warm-taupe);
  opacity: 0.9;
  margin-bottom: 16px;
}
.process-intro-primary__text {
  color: var(--color-dark-ink-black);
  opacity: 0.85;
  margin-bottom: 16px;
}
.process-intro-primary__text:last-child {
  margin-bottom: 0;
}
@media (min-width: 2000px) {
  .process-intro-primary {
    padding-inline: 320px;
  }
}
/* =========================================
   INTRO SECONDARY
   ========================================= */
.process-intro-secondary {
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: 160px;
  padding-block: 80px 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 44px;
  background-color: var(--color-light-field-ivory);
}
.process-intro-secondary__content {
  grid-column: 5 / 12;
}
.process-intro-secondary__heading {
  color: var(--color-mid-warm-taupe);
  opacity: 0.9;
  margin-bottom: 16px;
}
.process-intro-secondary__text {
  color: var(--color-dark-ink-black);
  opacity: 0.85;
  margin-bottom: 16px;
}
.process-intro-secondary__text:last-child {
  margin-bottom: 0;
}
@media (min-width: 2000px) {
  .process-intro-secondary {
    padding-inline: 320px;
  }
}
/* =========================================
   PHASE SECTIONS (FOUR MAIN STEPS)
   ========================================= */
.process-phase {
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: 160px;
  padding-block: 120px 0; /* vertical spacing before headings */
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 44px;
  background-color: var(--color-light-field-ivory);
}
/* Extra lift for the very first block ("How we begin") */
.process-phase--begin {
  padding-top: 180px;
}
.process-phase__content {
  grid-column: 5 / 12;
  position: relative;
}
.process-phase__content .field-list {
  color: var(--color-mid-espresso-umber);
  opacity: 0.85;
}
/* Glyph sitting in the left margin */
.process-phase__glyph {
  color: var(--color-mid-espresso-umber);
  opacity: 0.75;
  position: absolute;
  left: -30px;
  top: -10px;
}
.process-phase__heading {
  color: var(--color-mid-warm-taupe);
  margin-bottom: 8px;
}
.process-phase__text {
  color: var(--color-mid-espresso-umber);
  opacity: 0.85;
  margin-bottom: 16px;
}
.process-phase__text:last-of-type {
  margin-bottom: 0;
}
/* Bottom spacing for last block ("Concluding") */
.process-phase--last {
  padding-bottom: 155px;
}
@media (min-width: 2000px) {
  .process-phase {
    padding-inline: 320px;
  }
}
/* =========================================
   FAQ SECTION
   ========================================= */
.process-faq {
  background: linear-gradient(
    180deg,
    #f7f3ee 0%,
    #f7f2ed 52%,
    #f4f0ea 89%,
    #efeae5 100%
  );
  padding-block: 110px;
}
.process-faq__container {
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: 160px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 44px;
}
.process-faq__content {
  grid-column: 5 / 12;
  position: relative;
}
.process-faq__header {
  margin-bottom: 40px;
}
.process-faq__glyph {
  color: var(--color-mid-espresso-umber);
  opacity: 0.75;
  position: absolute;
  left: -40px;
  top: -20px;
}
.process-faq__heading {
  color: var(--color-mid-warm-taupe);
  margin: 0;
}
.process-faq__group {
  margin-bottom: 48px;
}
.process-faq__group:last-child {
  margin-bottom: 0;
}
.process-faq__group-title {
  color: var(--color-mid-warm-taupe);
  opacity: 0.85;
  margin-bottom: 24px;
  margin-top: 50px;
}
.process-faq__item {
  margin-bottom: 24px;
}
.process-faq__item:last-child {
  margin-bottom: 0;
}
/* Question & answer with chevron */
.process-faq__question {
  color: var(--color-mid-warm-taupe);
  cursor: pointer;
  margin-bottom: 12px;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.process-faq__chevron {
  display: inline-block;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.process-faq__item.is-open .process-faq__chevron {
  transform: rotate(90deg);
}
.process-faq__question:hover {
  opacity: 0.7;
}
.process-faq__answer {
  color: var(--color-mid-warm-taupe);
  opacity: 0.9;
  display: none;
  margin-left: 32px; /* indent to align with question text */
  margin-bottom: 0;
}
.process-faq__item.is-open .process-faq__answer {
  display: block;
}
@media (min-width: 2000px) {
  .process-faq__container {
    padding-inline: 320px;
  }
}
/* =========================================
   HOW TO BEGIN SECTION
   ========================================= */
.process-begin {
  background-color: #f7f0e6;
  padding-block: 150px 190px;
}
.process-begin__container {
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: 160px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 44px;
}
.process-begin__content {
  grid-column: 5 / 12;
  position: relative;
}
.process-begin__glyph {
  color: var(--color-mid-espresso-umber);
  opacity: 0.75;
  position: absolute;
  left: -30px;
  top: -20px;
}
.process-begin__heading {
  color: var(--color-mid-warm-taupe);
  margin-bottom: 8px;
}
.process-begin__text {
  color: var(--color-mid-warm-taupe);
  margin-bottom: 32px;
}
.process-begin__ctas {
  display: flex;
  gap: 24px;
}
@media (min-width: 2000px) {
  .process-begin__container {
    padding-inline: 320px;
  }
}
/* =========================================
   RESPONSIVE - TABLET (≤1199px)
   ========================================= */
@media (max-width: 1199px) {
  /* Hero - handled by hero.css */

  /* Table of Contents */
  .process-page-toc {
    padding-inline: 60px;
    padding-block: 60px;
    gap: 32px;
  }

  .process-page-toc__content {
    grid-column: 2 / 12;
  }

  .process-page-toc__heading {
    margin-bottom: 12px;
  }

  /* Intro Primary */
  .process-intro-primary {
    padding-inline: 60px;
    gap: 32px;
  }

  .process-intro-primary__content {
    grid-column: 2 / 12;
  }

  .process-intro-primary__heading {
    margin-bottom: 12px;
  }

  .process-intro-primary__text {
    margin-bottom: 14px;
  }

  /* Intro Secondary */
  .process-intro-secondary {
    padding-inline: 60px;
    padding-block: 60px 0;
    gap: 32px;
  }

  .process-intro-secondary__content {
    grid-column: 2 / 12;
  }

  .process-intro-secondary__heading {
    margin-bottom: 12px;
  }

  .process-intro-secondary__text {
    margin-bottom: 14px;
  }

  /* Phase Sections */
  .process-phase {
    padding-inline: 60px;
    gap: 32px;
  }

  .process-phase--first {
    padding-top: 180px;
  }

  .process-phase__content {
    grid-column: 2 / 12;
  }

  .process-phase__glyph {
    left: -35px;
  }

  .process-phase__subheading {
    margin-bottom: 32px;
  }

  .process-phase__text {
    margin-bottom: 14px;
  }

  .process-phase__quote {
    margin-bottom: 60px;
  }

  .process-phase__quote-divider {
    margin-top: 60px;
  }

  .process-phase__practice-header {
    margin-top: 50px;
  }

  .process-phase__whisper {
    margin-top: 50px;
  }

  .process-phase--last {
    padding-bottom: 130px;
  }

  /* FAQ Section */
  .process-faq {
    padding-block: 90px;
  }

  .process-faq__container {
    padding-inline: 60px;
    gap: 32px;
  }

  .process-faq__content {
    grid-column: 2 / 12;
  }

  .process-faq__glyph {
    left: -30px;
  }

  .process-faq__group {
    margin-bottom: 40px;
  }

  .process-faq__group-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .process-faq__item {
    margin-bottom: 20px;
  }

  /* How to Begin */
  .process-begin {
    padding-block: 120px 150px;
  }

  .process-begin__container {
    padding-inline: 60px;
    gap: 32px;
  }

  .process-begin__content {
    grid-column: 2 / 12;
  }

  .process-begin__subheading {
    margin-bottom: 20px;
  }

  .process-begin__text {
    margin-bottom: 28px;
  }
}
/* =========================================
   RESPONSIVE - SMALL TABLET (≤871px)
   ========================================= */
@media (max-width: 871px) {
  /* Table of Contents */
  .process-page-toc {
    padding-inline: 40px;
    gap: 28px;
  }

  .process-page-toc__content {
    grid-column: 1 / -1;
  }

  /* Intro Primary */
  .process-intro-primary {
    padding-inline: 40px;
    gap: 28px;
  }

  .process-intro-primary__content {
    grid-column: 1 / -1;
  }

  /* Intro Secondary */
  .process-intro-secondary {
    padding-inline: 40px;
    padding-block: 50px 0;
    gap: 28px;
  }

  .process-intro-secondary__content {
    grid-column: 1 / -1;
  }

  /* Phase Sections */
  .process-phase {
    padding-inline: 40px;
    gap: 28px;
  }

  .process-phase--first {
    padding-top: 160px;
  }

  .process-phase__content {
    grid-column: 1 / -1;
  }

  .process-phase--last {
    padding-bottom: 110px;
  }

  /* FAQ Section */
  .process-faq {
    padding-block: 80px;
  }

  .process-faq__container {
    padding-inline: 40px;
    gap: 28px;
  }

  .process-faq__content {
    grid-column: 1 / -1;
  }

  /* How to Begin */
  .process-begin {
    padding-block: 100px 130px;
  }

  .process-begin__container {
    padding-inline: 40px;
    gap: 28px;
  }

  .process-begin__content {
    grid-column: 1 / -1;
  }
}
/* =========================================
   RESPONSIVE - MOBILE (≤767px)
   ========================================= */
@media (max-width: 767px) {
  /* Hero - mobile glyph adjustment */
  .hero--process .hero__glyph {
    margin-left: -30px;
    margin-top: 20px;
    margin-bottom: -20px;
  }

  /* Table of Contents */
  .process-page-toc {
    display: block;
    padding-inline: 34px;
    padding-block: 50px;
  }

  .process-page-toc__heading {
    margin-bottom: 12px;
  }

  /* Intro Primary */
  .process-intro-primary {
    display: block;
    padding-inline: 34px;
  }

  .process-intro-primary__heading {
    margin-bottom: 12px;
  }

  .process-intro-primary__text {
    margin-bottom: 12px;
  }

  /* Intro Secondary */
  .process-intro-secondary {
    display: block;
    padding-inline: 34px;
    padding-block: 50px 0;
  }

  .process-intro-secondary__heading {
    margin-bottom: 12px;
  }

  .process-intro-secondary__text {
    margin-bottom: 12px;
  }

  /* Phase Sections */
  .process-phase {
    display: block;
    padding-inline: 34px;
  }

  .process-phase--first {
    padding-top: 140px;
  }

  .process-phase__glyph {
    left: -24px;
    top: -8px;
  }

  .process-phase__heading {
    margin-bottom: 6px;
  }

  .process-phase__subheading {
    margin-bottom: 28px;
  }

  .process-phase__text {
    margin-bottom: 12px;
  }

  .process-phase__quote {
    margin-bottom: 50px;
  }

  .process-phase__quote.no-divider {
    margin-top: 50px;
  }

  .process-phase__quote-divider {
    margin-top: 50px;
    margin-bottom: 4px;
  }

  .process-phase__practice-header {
    margin-top: 28px;
    margin-bottom: 14px;
  }

  .process-phase__whisper {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .process-phase__ctas {
    flex-direction: column;
    gap: 16px;
  }

  .process-phase--last {
    padding-bottom: 100px;
  }

  /* FAQ Section */
  .process-faq {
    padding-block: 70px;
  }

  .process-faq__container {
    display: block;
    padding-inline: 34px;
  }

  .process-faq__glyph {
    left: -20px;
    top: -16px;
  }

  .process-faq__group {
    margin-bottom: 36px;
  }

  .process-faq__group-title {
    margin-top: 36px;
    margin-bottom: 18px;
  }

  .process-faq__item {
    margin-bottom: 18px;
  }

  .process-faq__question {
    margin-bottom: 10px;
  }

  .process-faq__answer {
    margin-left: 26px;
  }

  /* How to Begin */
  .process-begin {
    padding-block: 90px 120px;
  }

  .process-begin__container {
    display: block;
    padding-inline: 34px;
  }

  .process-begin__glyph {
    left: -20px;
    top: -16px;
  }

  .process-begin__heading {
    margin-bottom: 6px;
  }

  .process-begin__subheading {
    margin-bottom: 18px;
  }

  .process-begin__text {
    margin-bottom: 24px;
  }

  .process-begin__ctas {
    flex-direction: column;
    gap: 16px;
  }
}
/* =========================================
   ARTICLE HERO
   ========================================= */
.article-hero {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.article-hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
/* Responsive height scaling */
@media (max-width: 1920px) {
  .article-hero {
    height: calc(600px * (100vw / 1920px)); /* Scales proportionally */
  }
}
@media (max-width: 768px) {
  .article-hero {
    height: 300px; /* Fixed height on mobile */
  }
}
.article-page {
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: 160px;
  padding-top: 85px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 44px;
       column-gap: 44px; /* Only horizontal gap */
  row-gap: 0; /* No vertical gap */
  background-color: var(--color-light-field-ivory);
}
.article-header,
.article-content {
  grid-column: 5 / 12;
}
/* Header */
.article-title {
  color: var(--color-dark-deep-espresso);
  opacity: 0.85;
  margin-bottom: 18px;
}
.article-subtitle {
  margin-bottom: 48px;
}
.article-subtitle__text {
  color: var(--color-mid-warm-taupe);
  opacity: 0.9;
  display: block;
  margin-bottom: 16px;
}
.article-subtitle__divider {
  color: var(--color-mid-warm-taupe);
  opacity: 0.7;
  display: block;
  font-family: var(--font-glyph);
  font-size: var(--t-glyph-md-size);
  line-height: 1;
}
/* Content typography */
.article-content h3 {
  color: var(--color-mid-warm-taupe);
  opacity: 0.9;
  margin-top: 48px;
  margin-bottom: 24px;
}
.article-content p {
  color: var(--color-dark-ink-black);
  opacity: 0.85;
  margin-bottom: 16px;
}
.article-content h2 {
  color: var(--color-dark-espresso-dark);
  opacity: 0.85;
  margin-top: 48px;
  margin-bottom: 24px;
}
/* =========================================
   ARTICLE LISTS
   ========================================= */
.article-content ul {
  list-style: none;
  padding-left: 0;
  margin: 2rem 0 3em 1.75rem;
  color: var(--color-dark-ink-black);
  opacity: 0.85;
}
.article-content ul li {
  position: relative;
  padding-left: 1.2rem;
  margin: 0.12rem 0 1rem;
  line-height: 1.35;
  font-family: var(--font-text);
  font-size: var(--t-paragraph-md-size);
  font-weight: var(--t-paragraph-md-weight);
}
.article-content ul li::before {
  content: "⸰";
  position: absolute;
  left: 0;
  top: 0;
}
/* Ghost blockquote alt */
.article-content .kg-blockquote-alt {
  color: var(--color-mid-espresso-umber);
  opacity: 0.75;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
}
.article-content .kg-blockquote-alt::before {
  content: "⸻";
  display: block;
  color: var(--color-mid-warm-taupe);
  opacity: 0.45;
  font-size: var(--t-glyph-md-size);
  margin-bottom: 24px;
}
/* Figure captions */
.article-content figcaption {
  color: var(--color-mid-espresso-umber);
  opacity: 0.75;
  text-align: center;
  margin-top: 12px;
}
@media (min-width: 2000px) {
  .article-page {
    padding-inline: 320px;
  }
}
/* =========================================
   ARTICLE TYPOGRAPHY
   ========================================= */
.article-title {
  /* Add from typography.css */
  font-family: var(--font-display-condensed);
  font-size: var(--t-display-hero-article-size);
  line-height: var(--t-display-hero-article-line);
  font-weight: var(--t-display-hero-article-weight);
  letter-spacing: var(--t-display-hero-article-letter);
}
.article-content p.article-subtitle__text {
  font-family: var(--font-display-condensed);
  font-size: var(--t-display-subtitle-article-size);
  line-height: var(--t-display-subtitle-article-line);
  font-weight: var(--t-display-subtitle-article-weight);
}
.article-content h3 {
  font-family: var(--font-text);
  font-size: var(--t-paragraph-opening-m-size);
  line-height: var(--t-paragraph-opening-m-line);
  font-weight: var(--t-paragraph-opening-m-weight);
}
.article-content p {
  font-family: var(--font-text);
  font-size: var(--t-paragraph-md-size);
  line-height: var(--t-paragraph-md-line);
  font-weight: var(--t-paragraph-md-weight);
}
.article-content h2 {
  font-family: var(--font-display);
  font-size: 21px;
  line-height: 25.2px; /* 1.2 ratio */
  font-weight: 600; /* SemiBold */
  letter-spacing: 0;
  color: var(--color-dark-espresso-dark);
  opacity: 0.85;
  margin-top: 48px;
  margin-bottom: 24px;
}
.article-content .kg-blockquote-alt {
  font-family: var(--font-text);
  font-size: var(--t-paragraph-quote-sm-size);
  line-height: var(--t-paragraph-quote-sm-line);
  font-weight: var(--t-paragraph-quote-sm-weight);
  font-style: var(--t-paragraph-quote-sm-style);
}
.article-content figcaption {
  font-family: var(--font-text);
  font-size: var(--t-ui-caption-size);
  line-height: var(--t-ui-caption-line);
  font-weight: var(--t-ui-caption-weight);
  font-style: var(--t-ui-caption-style);
}
/* =========================================
   RESPONSIVE - TABLET
   ========================================= */
@media (max-width: 1199px) {
  /* Hero image */
  .article-hero {
    height: 500px;
  }

  /* Article page */
  .article-page {
    padding-inline: 60px;
    padding-top: 70px;
    padding-bottom: 60px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .article-header,
  .article-content {
    grid-column: 4 / 12;
  }

  .article-title {
    margin-bottom: 16px;
  }

  .article-subtitle {
    margin-bottom: 40px;
  }

  .article-subtitle__text {
    margin-bottom: 14px;
  }

  .article-content h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .article-content h2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .article-content ul {
    margin: 1.5rem 0 2.5em 1.5rem;
  }

  .article-content .kg-blockquote-alt {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
/* =========================================
   RESPONSIVE - MOBILE
   ========================================= */
@media (max-width: 767px) {
  /* Hero image */
  .article-hero {
    height: 280px;
  }

  /* Article page */
  .article-page {
    display: block;
    padding-inline: 24px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .article-header,
  .article-content {
    width: 100%;
  }

  .article-title {
    margin-bottom: 14px;
  }

  .article-subtitle {
    margin-bottom: 32px;
  }

  .article-subtitle__text {
    margin-bottom: 12px;
  }

  .article-content h3 {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .article-content p {
    margin-bottom: 14px;
  }

  .article-content h2 {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .article-content ul {
    margin: 1.5rem 0 2em 1rem;
  }

  .article-content ul li {
    margin: 0.12rem 0 0.8rem;
  }

  .article-content .kg-blockquote-alt {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .article-content .kg-blockquote-alt::before {
    margin-bottom: 20px;
  }

  .article-content figcaption {
    margin-top: 10px;
  }
}
/* =========================================
   HERO - ARTICLES PAGE
   ========================================= */
.hero--articles {
  background-color: var(--color-muted-stone-grey);
  height: 372px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero--articles .hero__container {
  width: auto;
  margin: 0;
  padding: 0;
}
.hero--articles .hero__content {
  width: auto;
  max-width: 900px;
  position: relative;
}
.hero--articles .hero__glyph {
  color: var(--color-warm-dusty-ochre);
  opacity: 0.8;
  display: block;
  position: absolute;
  left: -30px;
  top: -10px;
}
.hero--articles .hero__title {
  color: var(--color-warm-almond-dust);
  opacity: 0.85;
  margin-bottom: 10px;
}
.hero--articles .hero__subtitle {
  color: var(--color-warm-almond-dust);
  opacity: 0.8;
}
/* =========================================
   ARTICLES PAGE CONTENT
   ========================================= */
.articles-page {
  background-color: var(--color-editorial-plaster-sand);
  padding-top: 80px;
  padding-bottom: 120px;
}
.articles-page-container {
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: 160px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 44px;
       column-gap: 44px;
  row-gap: 0;
}
.articles-content-header {
  grid-column: 1 / -1;
  text-align: center;
  color: var(--color-mid-warm-taupe);
  opacity: 0.9;
  margin-bottom: 32px;
}
/* Filter Pills */
.articles-filters {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 60px;
}
.filter-pill {
  padding: 8px 20px;
  border: 1px solid var(--color-muted-stone-grey);
  background: transparent;
  color: var(--color-mid-warm-taupe);
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: var(--font-text);
  font-size: var(--t-ui-link-size);
  font-weight: var(--t-ui-link-weight);
}
.filter-pill:hover {
  opacity: 0.7;
}
.filter-pill.is-active {
  background: var(--color-mid-warm-taupe);
  color: var(--color-light-field-ivory);
  border-color: var(--color-mid-warm-taupe);
}
/* Articles Grid */
.articles-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 44px;
       column-gap: 44px;
  row-gap: 60px;
}
/* Lead card spans full width */
.articles-grid .article-card--lead {
  grid-column: 1 / -1;
}
/* Medium cards span 6 columns each */
.articles-grid .article-card--medium {
  grid-column: span 6;
}
/* Small cards wrapper spans full width */
.articles-grid .articles-grid-small {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}
/* =========================================
   RESPONSIVE - TABLET
   ========================================= */
@media (max-width: 1199px) {
  /* Hero - simple centered hero */
  .hero--articles {
    height: 320px;
  }

  /* Articles Page */
  .articles-page {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .articles-page-container {
    padding-inline: 60px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .articles-content-header {
    margin-bottom: 28px;
  }

  .articles-filters {
    margin-bottom: 50px;
    gap: 12px;
  }

  .articles-grid {
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 50px;
  }
}
/* =========================================
   RESPONSIVE - MOBILE
   ========================================= */
@media (max-width: 767px) {
  /* Hero */
  .hero--articles {
    height: 280px;
    padding-inline: 24px;
  }

  .hero--articles .hero__glyph {
    left: -16px;
    top: -8px;
  }

  .hero--articles .hero__title {
    margin-bottom: 8px;
  }

  /* Articles Page */
  .articles-page {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .articles-page-container {
    display: block;
    padding-inline: 24px;
  }

  .articles-content-header {
    margin-bottom: 24px;
  }

  .articles-filters {
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 10px;
  }

  .filter-pill {
    padding: 6px 16px;
    font-size: 15px;
  }

  .articles-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
}
/* =========================================
   HERO - BOOKING PAGE
   ========================================= */
.hero--booking {
  background-color: #efe8df;
  background-image: url("/assets/images/hero-booking-bg_800.webp");
  height: 285px;
  background-position: left bottom;
}
@media (min-width: 700px) {
  .hero--booking {
    background-image: url("/assets/images/hero-booking-bg_1200.webp");
    height: 397px;
  }
}
@media (min-width: 1200px) {
  .hero--booking {
    background-image: url("/assets/images/hero-booking-bg_1920.webp");
    height: 535px;
  }
}
@media (min-width: 2000px) {
  .hero--booking {
    background-image: url("/assets/images/hero-booking-bg_3200.webp");
    height: 635px;
  }
}
/* Booking hero glyph */
.hero--booking .hero__glyph {
  color: var(--color-dark-deep-espresso);
  opacity: 0.6;
  display: block;
  margin-bottom: -30px;
  margin-left: -30px;
  margin-top: 30px;
}
.hero--booking .hero__title {
  color: var(--color-mid-warm-taupe);
  margin-bottom: 20px;
}
.hero--booking .hero__subtitle {
  color: var(--color-mid-warm-taupe);
}
/* =========================================
   BOOKING PAGE - SHARED CONTAINER
   ========================================= */
.booking-container {
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: 160px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 44px;
       column-gap: 44px;
  row-gap: 0;
}
/* Section title and description - spans columns 4-12 */
.booking-section-title {
  grid-column: 4 / 13;
  color: var(--color-mid-warm-taupe);
  opacity: 0.9;
  margin-bottom: 12px;
}
.booking-section-description {
  grid-column: 4 / 13;
  color: var(--color-dark-ink-black);
  opacity: 0.75;
  margin-bottom: 60px;
}
/* =========================================
   EVENT SELECTION SECTION
   ========================================= */
.booking-event-selection {
  background-color: var(--color-light-field-ivory);
  padding-top: 130px;
  padding-bottom: 110px;
}
.booking-event-cards {
  grid-column: 4 / 13;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}
/* Event Card - layered backgrounds */
.booking-event-card {
  position: relative;
  border: 1px solid rgba(12, 12, 12, 0.15);
  border-radius: 8px;
  padding: 30px 35px 50px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease;
  text-align: center;
}
/* Background layer 1: Almond Dust at 40% */
.booking-event-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--color-warm-almond-dust);
  opacity: 0.4;
  border-radius: 8px;
  z-index: 0;
}
/* Background layer 2: Paper texture at 50% */
.booking-event-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/paper-texture.webp");
  background-repeat: repeat;
  opacity: 0.2;
  border-radius: 8px;
  z-index: 1;
}
/* All card content above backgrounds */
.booking-event-card > * {
  position: relative;
  z-index: 2;
}
.booking-event-card:hover {
  border-color: rgba(12, 12, 12, 0.3);
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
}
/* Card Glyph */
.booking-event-card__glyph {
  display: block;
  font-family: var(--font-glyph);
  color: var(--color-mid-warm-taupe);
  opacity: 0.4;
  line-height: 1;
}
.booking-event-card:nth-child(1) .booking-event-card__glyph {
  font-size: 14px;
  margin-bottom: 15px;
}
.booking-event-card:nth-child(2) .booking-event-card__glyph,
.booking-event-card:nth-child(3) .booking-event-card__glyph {
  font-size: var(--t-glyph-sm-size);
  margin-bottom: 13px;
}
.booking-event-card__information {
  min-height: 220px;
  text-align: left;
}
/* Card Title */
.booking-event-card__title {
  color: var(--color-mid-espresso-umber);
  opacity: 0.8;
  margin-bottom: 8px;
}
/* Card Description */
.booking-event-card__description {
  font-family: var(--font-text);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--color-mid-espresso-umber);
  opacity: 0.7;
  margin-bottom: 12px;
}
/* Card Divider */
.booking-event-card__divider {
  display: block;
  font-family: var(--font-glyph);
  font-size: 20px;
  line-height: 1;
  color: var(--color-dark-ink-black);
  opacity: 0.4;
  margin-bottom: 8px;
}
/* Card Meta */
.booking-event-card__meta {
  color: var(--color-mid-lightened-espresso);
  opacity: 0.7;
  margin-bottom: 25px;
}
/* Card Button */
.booking-event-card__button {
  width: auto;
  padding: 8px 30px;
  background-color: var(--color-light-soft-beige);
  border: 1px solid #463118;
  opacity: 0.8;
  border-radius: 8px;
  font-family: var(--font-text);
  font-size: var(--t-ui-link-size);
  font-weight: var(--t-ui-link-weight);
  color: var(--color-mid-warm-taupe);
  cursor: pointer;
  transition: all 0.2s ease;
}
.booking-event-card__button::after {
  content: " →";
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 400;
}
.booking-event-card__button:hover {
  background-color: var(--color-editorial-plaster-sand);
  color: var(--color-mid-warm-taupe);
}
/* =========================================
   INLINE BOOKING SECTION
   ========================================= */
.booking-inline {
  background: linear-gradient(
    180deg,
    var(--color-muted-olive-dust-90) 0%,
    var(--color-muted-soft-linen) 100%
  );
  padding-top: 130px;
  padding-bottom: 110px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 0.4s ease-out,
    max-height 0.4s ease-out;
}
.booking-inline.is-visible {
  opacity: 1;
  max-height: 2000px;
}
.booking-inline-container {
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: 160px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 44px;
       column-gap: 44px;
  row-gap: 0;
}
.booking-inline .booking-section-title {
  color: var(--color-mid-espresso-umber);
  opacity: 0.8;
}
.booking-inline .booking-section-description {
  color: var(--color-dark-espresso-dark);
  opacity: 0.8;
}
.booking-cal-widget {
  grid-column: 4 / 13;
  min-height: 600px;
}
/* =========================================
   CONTACT SECTION
   ========================================= */
.booking-contact-section {
  background-color: var(--color-light-field-ivory);
  padding-top: 130px;
  padding-bottom: 110px;
}
.booking-contact-content {
  grid-column: 4 / 13;
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 60px;
}
/* Contact Form */
.booking-contact-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.booking-contact-input,
.booking-contact-textarea {
  width: 500px;
  padding: 16px 20px;
  border: 1px solid var(--color-muted-stone-grey);
  border-radius: 4px;
  font-family: var(--font-text);
  font-size: var(--t-ui-link-size);
  font-weight: var(--t-ui-link-weight);
  color: var(--color-dark-ink-black);
  background-color: rgba(255, 255, 255, 0.9);
}
.booking-contact-input {
  height: 52px;
}
.booking-contact-textarea {
  height: 243px;
  resize: vertical;
}
.booking-contact-input::-moz-placeholder, .booking-contact-textarea::-moz-placeholder {
  color: var(--color-muted-stone-grey);
}
.booking-contact-input::placeholder,
.booking-contact-textarea::placeholder {
  color: var(--color-muted-stone-grey);
}
.booking-contact-submit {
  padding: 8px 20px;
  background-color: var(--color-mid-warm-taupe);
  border: none;
  border-radius: 8px;
  font-family: var(--font-text);
  font-size: var(--t-ui-link-size);
  font-weight: var(--t-ui-link-weight);
  color: var(--color-light-field-ivory);
  cursor: pointer;
  transition: all 0.2s ease;
  align-self: flex-start;
}
.booking-contact-submit:hover {
  opacity: 0.8;
}
/* Contact Aside */
.booking-contact-aside__header {
  color: var(--color-mid-warm-taupe);
  opacity: 0.8;
  margin-bottom: 16px;
}
.booking-contact-expand {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-text);
  font-size: var(--t-ui-link-size);
  font-weight: var(--t-ui-link-weight);
  font-style: italic;
  color: var(--color-mid-warm-taupe);
  transition: opacity 0.2s ease;
}
.booking-contact-expand:hover {
  opacity: 0.7;
}
.booking-contact-expand__arrow {
  font-family: var(--font-display);
  font-size: 19px;
  font-style: normal;
  transition: transform 0.2s ease;
}
.booking-contact-expand.is-expanded .booking-contact-expand__arrow {
  transform: rotate(90deg);
}
.booking-contact-expand__icon {
  font-family: var(--font-display);
  font-size: 16px;
  font-style: normal;
}
.booking-contact-expanded {
  margin-top: 16px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 0.3s ease,
    max-height 0.3s ease;
}
.booking-contact-expanded.is-visible {
  opacity: 1;
  max-height: 100px;
}
.booking-contact-email {
  color: var(--color-dark-ink-black);
  opacity: 0.85;
}
.booking-contact-email a {
  color: var(--color-mid-warm-taupe);
  text-decoration: none;
}
.booking-contact-email a:hover {
  text-decoration: underline;
}
/* Contact Form Messages */
.booking-contact-message {
  padding: 16px 20px;
  border-radius: 4px;
  font-family: var(--font-text);
  font-size: var(--t-paragraph-sm-size);
  line-height: var(--t-paragraph-sm-line);
  margin-bottom: 20px;
}
.booking-contact-message.success {
  background-color: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #4caf50;
}
.booking-contact-message.error {
  background-color: #ffebee;
  color: #c62828;
  border: 1px solid #ef5350;
}
/* Input validation styling */
.booking-contact-input:invalid:not(:-moz-placeholder), .booking-contact-textarea:invalid:not(:-moz-placeholder) {
  border-color: #ef5350;
}
.booking-contact-input:invalid:not(:placeholder-shown),
.booking-contact-textarea:invalid:not(:placeholder-shown) {
  border-color: #ef5350;
}
.booking-contact-input:valid:not(:-moz-placeholder), .booking-contact-textarea:valid:not(:-moz-placeholder) {
  border-color: #4caf50;
}
.booking-contact-input:valid:not(:placeholder-shown),
.booking-contact-textarea:valid:not(:placeholder-shown) {
  border-color: #4caf50;
}
.booking-contact-input:focus,
.booking-contact-textarea:focus {
  outline: none;
  border-color: var(--color-mid-warm-taupe);
}
/* =========================================
   IN-PERSON SECTION
   ========================================= */
.booking-inperson-section {
  background: linear-gradient(
    180deg,
    #f7f3ee 0%,
    #f7f2ed 52%,
    #f4f0ea 89%,
    #efeae5 100%
  );
  padding-top: 90px;
  padding-bottom: 90px;
}
.booking-inperson-content {
  grid-column: 4 / 8;
}
.booking-inperson-photo {
  grid-column: 9 / 12;
}
.booking-inperson-photo img {
  width: 100%;
  height: auto;
  border-radius: 7px;
  display: block;
}
/* =========================================
   FINAL CTA SECTION
   ========================================= */
.booking-final-cta {
  background-color: #f7f0e6;
  padding-top: 110px;
  padding-bottom: 110px;
}
.booking-event-card__button.booking-cta-button {
  grid-column: 4 / 13;
  padding: 12px 32px;
  justify-self: start;
  width: auto;
}
.booking-cta-button:hover {
  opacity: 1;
}
/* =========================================
   RESPONSIVE - INTERMEDIATE (1200px-1450px)
   ========================================= */
@media (max-width: 1450px) and (min-width: 1200px) {
  .booking-event-cards {
    grid-column: 2 / 13; /* Use columns 2-12 instead of 4-12 */
    gap: 36px; /* Slightly smaller gap */
  }

  .booking-cal-widget {
    grid-column: 2 / 13;
  }

  .booking-contact-content {
    grid-column: 2 / 13;
  }

  .booking-inperson-content {
    grid-column: 2 / 7;
  }

  .booking-inperson-photo {
    grid-column: 8 / 12;
  }

  .booking-event-card__button.booking-cta-button {
    grid-column: 2 / 13;
  }
}
/* =========================================
   RESPONSIVE - TABLET
   ========================================= */
@media (max-width: 1199px) {
  /* Hero adjustments handled by hero.css */

  /* Shared container */
  .booking-container {
    padding-inline: 60px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .booking-section-title,
  .booking-section-description {
    grid-column: 1 / -1;
  }

  /* Event Selection */
  .booking-event-selection {
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .booking-event-cards {
    grid-column: 1 / -1;
    gap: 32px;
  }

  /* Inline Booking */
  .booking-inline {
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .booking-inline-container {
    padding-inline: 60px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .booking-cal-widget {
    grid-column: 1 / -1;
  }

  /* Contact Section */
  .booking-contact-section {
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .booking-contact-content {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* In-Person */
  .booking-inperson-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .booking-inperson-content {
    grid-column: 1 / 7;
  }

  .booking-inperson-photo {
    grid-column: 8 / -1;
  }

  /* Final CTA */
  .booking-final-cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .booking-event-card__button.booking-cta-button {
    grid-column: 1 / -1;
  }
}
/* =========================================
   RESPONSIVE - MOBILE
   ========================================= */
@media (max-width: 767px) {
  /* Hero - mobile glyph adjustment */
  .hero--booking .hero__glyph {
    margin-left: -16px;
    margin-top: 20px;
    margin-bottom: -20px;
  }

  /* Shared container */
  .booking-container {
    display: block;
    padding-inline: 24px;
  }

  .booking-section-title {
    margin-bottom: 8px;
  }

  .booking-section-description {
    margin-bottom: 40px;
  }

  /* Event Selection */
  .booking-event-selection {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .booking-event-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .booking-event-card {
    padding: 24px 28px 40px;
  }

  .booking-event-card__information {
    min-height: auto;
  }

  .booking-event-card__glyph {
    margin-bottom: 12px;
  }

  .booking-event-card__title {
    margin-bottom: 6px;
  }

  .booking-event-card__description {
    margin-bottom: 10px;
  }

  .booking-event-card__divider {
    margin-bottom: 6px;
  }

  .booking-event-card__meta {
    margin-bottom: 20px;
  }

  .booking-event-card__button {
    padding: 8px 24px;
  }

  /* Inline Booking */
  .booking-inline {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .booking-inline-container {
    padding-inline: 24px;
  }

  .booking-cal-widget {
    min-height: 500px;
  }

  /* Contact Section */
  .booking-contact-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .booking-contact-content {
    display: block;
  }

  .booking-contact-form {
    gap: 24px;
    margin-bottom: 32px;
  }

  .booking-contact-input,
  .booking-contact-textarea {
    width: 100%;
  }

  .booking-contact-input {
    height: 48px;
  }

  .booking-contact-textarea {
    height: 200px;
  }

  .booking-contact-aside__header {
    margin-bottom: 12px;
  }

  /* In-Person */
  .booking-inperson-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .booking-inperson-content {
    margin-bottom: 32px;
  }

  /* Final CTA */
  .booking-final-cta {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .booking-event-card__button.booking-cta-button {
    padding: 10px 28px;
    width: 100%;
    justify-self: stretch;
  }
}
/* =========================================
   HERO - LEGAL PAGES
   ========================================= */
.hero--legal {
  background-color: var(--color-muted-stone-grey);
  height: 372px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero--legal .hero__container {
  width: auto;
  margin: 0;
  padding: 0;
}
.hero--legal .hero__content {
  width: auto;
  max-width: 900px;
}
.hero--legal .hero__title {
  color: var(--color-warm-almond-dust);
  opacity: 0.85;
  margin-bottom: 20px;
}
.hero--legal .hero__subtitle {
  color: var(--color-warm-almond-dust);
  opacity: 0.8;
}
/* =========================================
   LEGAL CONTENT
   ========================================= */
.legal-content-section {
  background-color: var(--color-light-field-ivory);
  padding-top: 80px;
  padding-bottom: 120px;
}
.legal-container {
  max-width: 1600px;
  margin: 0 auto;
  padding-inline: 160px;
}
.legal-content {
  grid-column: 4 / 12;
}
/* Typography for markdown content */
.legal-content h2 {
  font-family: var(--font-text);
  font-size: var(--t-paragraph-subheader-2-size);
  line-height: var(--t-paragraph-subheader-2-line);
  font-weight: var(--t-paragraph-subheader-2-weight);
  color: var(--color-mid-warm-taupe);
  margin-top: 48px;
  margin-bottom: 20px;
}
.legal-content h2:first-child {
  margin-top: 0;
}
.legal-content p {
  font-family: var(--font-text);
  font-size: var(--t-paragraph-md-size);
  line-height: var(--t-paragraph-md-line);
  font-weight: var(--t-paragraph-md-weight);
  color: var(--color-dark-ink-black);
  opacity: 0.85;
  margin-bottom: 16px;
}
.legal-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}
.legal-content li {
  font-family: var(--font-text);
  font-size: var(--t-paragraph-md-list-size);
  line-height: var(--t-paragraph-md-list-line);
  font-weight: var(--t-paragraph-md-list-weight);
  color: var(--color-dark-ink-black);
  opacity: 0.85;
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
}
.legal-content li::before {
  content: "⸰";
  position: absolute;
  left: 0;
  font-family: var(--font-glyph);
  color: var(--color-mid-warm-taupe);
  opacity: 0.6;
}
.legal-content strong {
  font-weight: 600;
}
.legal-content a {
  color: var(--color-mid-warm-taupe);
  text-decoration: underline;
}
.legal-content a:hover {
  opacity: 0.7;
}
@media (max-width: 758px) {
  .legal-container {
    padding-inline: 80px;
  }
}
@media (max-width: 440px) {
  .legal-container {
    padding-inline: 40px;
  }
}

/*# sourceMappingURL=bundle.css.map */