@font-face {
  font-family: "Advent Pro";
  src: url("assets/fonts/advent-pro-extraexpanded-400.ttf") format("truetype");
  font-stretch: extra-expanded;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Advent Pro";
  src: url("assets/fonts/advent-pro-extraexpanded-500.ttf") format("truetype");
  font-stretch: extra-expanded;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Advent Pro";
  src: url("assets/fonts/advent-pro-extraexpanded-600.ttf") format("truetype");
  font-stretch: extra-expanded;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Advent Pro";
  src: url("assets/fonts/advent-pro-extraexpanded-700.ttf") format("truetype");
  font-stretch: extra-expanded;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-800.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  /* Color primitives */
  --color-white: #ffffff;
  --color-black: #000000;
  --color-cream-50: #f8f7f3;
  --color-cream-100: #f1f0ec;
  --color-cream-150: #efeeec;
  --color-cream-200: #dfdad3;
  --color-cream-300: #dededa;
  --color-sage-50: #eef2ee;
  --color-sage-100: #e6ebe6;
  --color-sage-500: #5c6d5f;
  --color-sage-600: #3f5648;
  --color-sage-700: #4e6053;
  --color-terracotta-50: #fff3ed;
  --color-terracotta-100: #ffe4d8;
  --color-terracotta-150: #ffd4c1;
  --color-terracotta-500: #f1763d;
  --color-terracotta-600: #d85f2c;
  --color-neutral-50: #f5f4f2;
  --color-neutral-200: #d5c7ba;
  --color-neutral-800: #252822;
  --color-neutral-850: #221b18;
  --color-neutral-900: #151711;
  --color-neutral-950: #050607;
  --rgb-white: 255 255 255;
  --rgb-black: 0 0 0;
  --rgb-surface: 248 247 243;
  --rgb-ink: 21 23 17;
  --rgb-forest: 52 61 54;
  --rgb-bark: 34 27 24;
  --rgb-evergreen: 23 28 23;

  /* Semantic colors */
  --color-bg: var(--color-cream-100);
  --color-surface: var(--color-cream-50);
  --color-surface-soft: var(--color-cream-150);
  --color-surface-raised: var(--color-white);
  --color-surface-muted: var(--color-sage-100);
  --color-surface-accent-soft: var(--color-terracotta-150);
  --color-surface-accent-subtle: var(--color-terracotta-100);
  --color-text: var(--color-neutral-900);
  --color-text-strong: var(--color-neutral-950);
  --color-text-soft: var(--color-neutral-800);
  --color-text-muted: #4d594f;
  --color-text-inverse: var(--color-white);
  --color-text-inverse-muted: rgb(var(--rgb-white) / 0.88);
  --color-text-inverse-soft: rgb(var(--rgb-white) / 0.9);
  --color-text-inverse-strong: rgb(var(--rgb-white) / 0.9);
  --color-border: var(--color-cream-200);
  --color-border-muted: rgb(var(--rgb-ink) / 0.04);
  --color-border-header: rgb(var(--rgb-bark) / 0.1);
  --color-border-strong: rgb(var(--rgb-bark) / 0.16);
  --color-border-inverse: rgb(var(--rgb-white) / 0.25);
  --color-border-glass: rgb(var(--rgb-white) / 0.18);
  --color-brand: var(--color-sage-500);
  --color-brand-link: var(--color-sage-600);
  --color-brand-strong: var(--color-sage-700);
  --color-accent: var(--color-terracotta-500);
  --color-accent-hover: var(--color-terracotta-600);
  --color-accent-muted: #ffc2a4;
  --color-accent-contrast: var(--color-text-inverse);
  --color-media-placeholder: var(--color-neutral-200);
  --color-header-bg: rgb(var(--rgb-surface) / 0.94);
  --color-hero-facts-bg: rgb(var(--rgb-white) / 0.14);
  --color-hero-facts-cell-bg: rgb(var(--rgb-black) / 0.16);
  --color-button-secondary-bg: rgb(var(--rgb-white) / 0.12);
  --color-button-secondary-border: rgb(var(--rgb-white) / 0.58);
  --color-review-meta-inverse: rgb(var(--rgb-white) / 0.88);
  --color-lightbox-control-bg: rgb(var(--rgb-white) / 0.16);
  --color-lightbox-control-border: rgb(var(--rgb-white) / 0.35);
  --color-overlay-dark: rgb(var(--rgb-ink) / 0.58);
  --color-overlay-strong: rgb(var(--rgb-black) / 0.82);
  --gradient-hero-overlay: linear-gradient(90deg, rgb(var(--rgb-black) / 0.72), rgb(var(--rgb-black) / 0.38) 48%, rgb(var(--rgb-black) / 0.18)), linear-gradient(0deg, rgb(var(--rgb-black) / 0.4), transparent 46%);
  --gradient-hero-overlay-mobile: linear-gradient(0deg, rgb(var(--rgb-black) / 0.72), rgb(var(--rgb-black) / 0.24)), linear-gradient(90deg, rgb(var(--rgb-black) / 0.64), rgb(var(--rgb-black) / 0.2));
  --gradient-format-overlay: linear-gradient(0deg, rgb(var(--rgb-evergreen) / 0.74), rgb(var(--rgb-evergreen) / 0.32) 34%, rgb(var(--rgb-evergreen) / 0.02) 70%), linear-gradient(180deg, rgb(var(--rgb-white) / 0.12), transparent 45%);

  /* Typography */
  --font-family-display: "Advent Pro", "Arial Narrow", sans-serif;
  --font-family-body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-emphasis: 650;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-heavy: 850;
  --font-weight-black: 900;
  --font-size-xs: 0.82rem;
  --font-size-sm: 0.9rem;
  --font-size-md: 0.96rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.04rem;
  --font-size-xl: 1.08rem;
  --font-size-2xl: 1.12rem;
  --font-size-3xl: 1.16rem;
  --font-size-4xl: 1.35rem;
  --font-size-5xl: 1.55rem;
  --font-size-icon-md: 1.5rem;
  --font-size-close: 1.6rem;
  --font-size-6xl: 1.85rem;
  --font-size-7xl: 1.9rem;
  --font-size-8xl: 2.3rem;
  --font-size-9xl: 2.35rem;
  --font-size-10xl: 3.05rem;
  --font-size-11xl: 3.35rem;
  --font-size-12xl: 4.1rem;
  --font-size-13xl: 4.35rem;
  --font-size-tablet-h1: 2.55rem;
  --font-size-mobile-h1: 2.78rem;
  --font-size-mobile-h2: 2.16rem;
  --font-size-mobile-quote: 2rem;
  --font-size-mobile-price: clamp(1.2rem, 5.2vw, 1.6rem);
  --line-height-body: 1.5;
  --line-height-title: 1.12;
  --line-height-hero: 1.04;
  --line-height-tight: 1;
  --line-height-display: 0.92;
  --letter-spacing-base: 0;

  /* Radius */
  --radius-xs: 8px;
  --radius-sm: 14px;
  --radius-md: 18px;
  --radius-lg: 20px;
  --radius-xl: 22px;
  --radius-2xl: 24px;
  --radius-3xl: 28px;
  --radius-4xl: 38px;
  --radius-pill: 999px;
  --radius-circle: 50%;

  /* Spacing and layout */
  --space-2xs: 4px;
  --space-xs: 6px;
  --space-sm: 8px;
  --space-md: 10px;
  --space-lg: 12px;
  --space-xl: 14px;
  --space-2xl: 16px;
  --space-3xl: 18px;
  --space-4xl: 20px;
  --space-5xl: 22px;
  --space-6xl: 24px;
  --space-7xl: 28px;
  --space-8xl: 30px;
  --space-9xl: 32px;
  --space-10xl: 34px;
  --space-11xl: 40px;
  --space-12xl: 52px;
  --section-padding-y: 104px;
  --section-padding-x: 40px;
  --section-padding-y-mobile: 62px;
  --section-padding-x-mobile: 18px;
  --container-width: 1120px;
  --content-width-sm: 700px;
  --content-width-md: 760px;
  --content-width-lg: 850px;
  --modal-width: 1080px;
  --header-min-height: 72px;
  --header-min-height-mobile: 64px;
  --hero-min-height: 620px;
  --hero-small-min-height: 520px;
  --hero-mobile-min-height: 560px;

  /* Effects */
  --shadow-elevated: 0 24px 70px rgb(var(--rgb-forest) / 0.12);
  --shadow-inset-subtle: inset 0 0 0 1px rgb(var(--rgb-ink) / 0.06);
  --shadow-glass: inset 0 1px 0 rgb(var(--rgb-white) / 0.28), 0 24px 70px rgb(var(--rgb-black) / 0.16);
  --blur-surface: blur(16px);
  --blur-overlay: blur(12px);
  --blur-glass: blur(22px) saturate(150%);
  --duration-fast: 180ms;
  --easing-standard: ease;

  /* Compatibility aliases for existing inline styles and future pages */
  --bg: var(--color-bg);
  --paper: var(--color-surface);
  --soft: var(--color-surface-soft);
  --ink: var(--color-text);
  --muted: var(--color-text-muted);
  --line: var(--color-border);
  --green: var(--color-brand);
  --green-dark: var(--color-brand-strong);
  --terracotta: var(--color-accent);
  --terracotta-dark: var(--color-accent-hover);
  --blue: var(--color-brand-link);
  --gold: var(--color-accent);
  --shadow: var(--shadow-elevated);
  --display-font: var(--font-family-display);
  --body-font: var(--font-family-body);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: var(--font-family-body);
  line-height: var(--line-height-body);
  letter-spacing: var(--letter-spacing-base);
}

img,
iframe {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: var(--space-6xl);
  min-height: var(--header-min-height);
  padding: var(--space-xl) var(--section-padding-x);
  background: var(--color-header-bg);
  border-bottom: 1px solid var(--color-border-header);
  backdrop-filter: var(--blur-surface);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: var(--space-xl);
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 110px;
  height: auto;
  max-height: 56px;
  object-fit: contain;
}

.brand-caption {
  display: block;
  color: var(--color-text-muted);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-bold);
  white-space: nowrap;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: var(--space-5xl);
  color: var(--color-text-muted);
  font-size: var(--font-size-md);
}

.main-nav a,
.header-phone,
.site-footer a,
.text-link {
  text-decoration: none;
}

.main-nav a:hover,
.header-phone:hover,
.text-link:hover,
.site-footer a:hover {
  color: var(--color-brand);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space-md);
}

.header-phone {
  color: var(--color-brand-strong);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-extrabold);
  text-decoration: none !important;
  -webkit-text-decoration: none;
  text-decoration-thickness: 0;
  white-space: nowrap;
}

.header-cta {
  padding: var(--space-lg) 19px;
  color: var(--color-text-inverse);
  background: var(--color-brand-strong);
  border-radius: var(--radius-sm);
  font-weight: var(--font-weight-bold);
  text-decoration: none;
  transition: background var(--duration-fast) var(--easing-standard);
}

.header-cta:hover {
  color: var(--color-text-inverse);
  background: var(--color-accent);
}

.hero {
  position: relative;
  min-height: var(--hero-min-height);
  display: flex;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  padding: 108px var(--section-padding-x) 42px;
  color: var(--color-text-inverse);
  background: var(--color-media-placeholder);
}

.hero::before {
  position: absolute;
  inset: -9%;
  z-index: 0;
  content: "";
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
  transform: translate3d(0, var(--hero-parallax-y, 0px), 0) scale(1.08);
  transform-origin: center;
  will-change: transform;
}

.hero.hero-small {
  min-height: var(--hero-small-min-height);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--gradient-hero-overlay);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(var(--container-width), 100%);
  margin: 0 auto;
}

@media (prefers-reduced-motion: reduce) {
  .hero::before {
    transform: scale(1.04);
    will-change: auto;
  }
}

.eyebrow,
.section-kicker {
  margin: 0 0 var(--space-lg);
  color: var(--color-accent);
  font-family: var(--font-family-display);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-extrabold);
  font-stretch: extra-expanded;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--color-accent-muted);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.format-card span,
.price,
.contact-link {
  font-family: var(--font-family-display);
  font-stretch: extra-expanded;
  letter-spacing: var(--letter-spacing-base);
}

h1 {
  max-width: var(--content-width-lg);
  margin-bottom: var(--space-3xl);
  font-size: var(--font-size-13xl);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-hero);
}

h2 {
  margin-bottom: var(--space-2xl);
  font-size: var(--font-size-10xl);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-title);
}

h3 {
  margin-bottom: var(--space-md);
  font-size: var(--font-size-5xl);
  font-weight: var(--font-weight-bold);
}

.hero-lead {
  max-width: var(--content-width-md);
  margin-bottom: var(--space-7xl);
  color: var(--color-text-inverse-strong);
  font-size: var(--font-size-3xl);
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-lg);
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: var(--space-lg) var(--space-3xl);
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-weight: var(--font-weight-extrabold);
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  color: var(--color-accent-contrast);
  background: var(--color-accent);
}

.button-primary:hover {
  background: var(--color-accent-hover);
}

.button-secondary {
  color: var(--color-text-inverse);
  border-color: var(--color-button-secondary-border);
  background: var(--color-button-secondary-bg);
}

.button-ghost {
  color: var(--color-text);
  border-color: var(--color-border);
  background: var(--color-surface);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(var(--content-width-md), 100%);
  margin: var(--space-10xl) 0 0;
  overflow: hidden;
  border: 1px solid rgb(var(--rgb-white) / 0.38);
  border-radius: var(--radius-2xl);
  background: linear-gradient(135deg, rgb(var(--rgb-white) / 0.22), rgb(var(--rgb-white) / 0.08));
  box-shadow: var(--shadow-glass);
  -webkit-backdrop-filter: var(--blur-glass);
  backdrop-filter: var(--blur-glass);
}

.hero-facts div {
  padding: var(--space-2xl);
  background: linear-gradient(180deg, rgb(var(--rgb-white) / 0.08), rgb(var(--rgb-black) / 0.04));
  border-left: 1px solid rgb(var(--rgb-white) / 0.16);
}

.hero-facts div:first-child {
  border-left: 0;
}

.hero-facts dt {
  margin-bottom: var(--space-2xs);
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-heavy);
}

.hero-facts dd {
  margin: 0;
  color: var(--color-text-inverse-soft);
  font-size: var(--font-size-sm);
}

.section {
  padding: var(--section-padding-y) var(--section-padding-x);
}

.section-inner {
  width: min(var(--container-width), 100%);
  margin: 0 auto;
}

.section-heading {
  max-width: var(--content-width-sm);
  margin-bottom: var(--space-10xl);
}

.section-heading p:last-child,
.intro-copy p,
.media-copy p,
.contact-grid p,
.landing-copy p,
.note-row p {
  color: var(--color-text-muted);
}

.intro-band,
.feature-band,
.reviews-section {
  background: var(--color-surface);
}

.intro-grid,
.feature-layout,
.media-grid,
.contact-grid,
.landing-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: var(--space-12xl);
  align-items: start;
}

.intro-copy {
  font-size: var(--font-size-xl);
}

.bento-section {
  background: var(--color-surface-raised);
}

.bento-heading {
  margin-bottom: 26px;
}

.bento-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1.02fr) minmax(0, 1fr);
  grid-template-rows: 236px 336px;
  gap: var(--space-4xl);
}

.bento-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: var(--space-9xl);
  background: var(--color-surface-soft);
  border: 1px solid var(--color-border-muted);
  border-radius: var(--radius-4xl);
}

.bento-metric {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bento-number {
  display: block;
  color: var(--color-text-strong);
  font-family: var(--font-family-display);
  font-size: var(--font-size-12xl);
  font-stretch: extra-expanded;
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-display);
}

.bento-card p {
  margin-bottom: 0;
  color: var(--color-text-soft);
  font-weight: var(--font-weight-emphasis);
}

.bento-icon {
  position: absolute;
  top: 34px;
  right: 34px;
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  color: var(--color-brand-strong);
  background: var(--color-surface-raised);
  border: 8px solid var(--color-neutral-50);
  border-radius: var(--radius-3xl);
  box-shadow: var(--shadow-inset-subtle);
  font-size: var(--font-size-icon-md);
  font-weight: var(--font-weight-black);
}

.bento-mini-avatars {
  display: flex;
  margin-top: var(--space-7xl);
}

.bento-mini-avatars img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border: 3px solid var(--color-surface-soft);
  border-radius: var(--radius-circle);
}

.bento-mini-avatars img + img {
  margin-left: -12px;
}

.bento-review-large {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--space-10xl);
  background: var(--color-brand-strong);
  color: var(--color-text-inverse);
}

.bento-review-large blockquote {
  margin: var(--space-10xl) 0;
  color: var(--color-text-inverse);
  font-family: var(--font-family-display);
  font-size: var(--font-size-9xl);
  font-stretch: extra-expanded;
  font-weight: var(--font-weight-medium);
  line-height: 1.08;
}

.review-person {
  display: flex;
  align-items: center;
  gap: var(--space-xl);
}

.review-person img {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: var(--radius-circle);
}

.review-person strong,
.review-person figcaption {
  display: block;
  color: inherit;
  font-weight: var(--font-weight-heavy);
}

.review-person span {
  display: block;
  color: var(--color-review-meta-inverse);
  font-weight: var(--font-weight-medium);
}

.review-score {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 40px;
  padding: var(--space-sm) 13px;
  color: var(--color-brand-strong);
  background: var(--color-surface-raised);
  border-radius: var(--radius-pill);
  font-weight: var(--font-weight-black);
}

.bento-accent {
  background: var(--color-surface-accent-soft);
}

.bento-accent .bento-icon {
  color: var(--color-accent-contrast);
  background: var(--color-accent);
  border-color: var(--color-terracotta-50);
}

.bento-media-card {
  padding: 0;
}

.bento-media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-card-overlay {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: var(--space-3xl);
  color: var(--color-text-inverse);
  background: var(--color-overlay-dark);
  border: 1px solid var(--color-border-glass);
  border-radius: var(--radius-2xl);
  backdrop-filter: var(--blur-overlay);
}

.media-card-overlay span {
  display: block;
  font-family: var(--font-family-display);
  font-size: var(--font-size-8xl);
  font-stretch: extra-expanded;
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
}

.media-card-overlay p {
  color: var(--color-text-inverse-soft);
}

.bento-chips-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}

.chip-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  min-width: 560px;
  padding: var(--space-8xl) 0 0 var(--space-8xl);
}

.chip-cloud span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 7px var(--space-xl);
  color: var(--color-text-muted);
  background: var(--color-surface-raised);
  border: 1px solid var(--color-cream-300);
  border-radius: var(--radius-pill);
  font-weight: var(--font-weight-bold);
  white-space: nowrap;
}

.chip-cloud span:nth-child(2),
.chip-cloud span:nth-child(5),
.chip-cloud span:nth-child(8) {
  color: var(--color-text-inverse);
  background: var(--color-brand-strong);
  border-color: var(--color-brand-strong);
}

.bento-bottom {
  padding: 0 var(--space-9xl) var(--space-9xl);
}

.bento-price {
  display: flex;
  min-height: 336px;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--space-7xl);
  background: var(--color-surface-raised);
}

.bento-price .bento-number {
  max-width: 100%;
  color: var(--color-accent);
  font-size: clamp(3rem, 4.8vw, 5rem);
  line-height: 0.95;
  white-space: nowrap;
}

.price-copy {
  display: grid;
  gap: clamp(56px, 8vw, 112px);
}

.price-copy p {
  max-width: 340px;
  color: var(--color-text-soft);
  font-size: var(--font-size-5xl);
  font-weight: var(--font-weight-extrabold);
  line-height: 1.18;
}

.bento-price .button {
  width: 100%;
  min-height: 68px;
  border-radius: var(--radius-2xl);
  font-size: var(--font-size-5xl);
}

.live-bento-section {
  background: var(--color-surface);
}

.live-bento-heading {
  max-width: var(--content-width-lg);
}

.live-bento-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr) minmax(280px, 0.92fr);
  grid-template-rows: 270px 270px;
  gap: var(--space-4xl);
}

.live-photo-card {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  color: var(--color-text-inverse);
  background: var(--color-media-placeholder);
  border: 1px solid var(--color-border-muted);
  border-radius: var(--radius-4xl);
  cursor: zoom-in;
  text-align: left;
  box-shadow: var(--shadow-elevated);
}

.live-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(var(--rgb-evergreen) / 0.76), rgb(var(--rgb-evergreen) / 0.22) 42%, transparent 72%);
}

.live-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--duration-fast) var(--easing-standard);
}

.live-photo-card:hover img {
  transform: scale(1.035);
}

.live-photo-card-wide {
  grid-column: span 2;
}

.live-photo-card-tall {
  grid-row: span 2;
}

.live-photo-caption {
  position: absolute;
  left: var(--space-6xl);
  right: var(--space-6xl);
  bottom: var(--space-6xl);
  z-index: 1;
  display: grid;
  gap: var(--space-sm);
}

.live-photo-caption span {
  width: fit-content;
  padding: var(--space-xs) var(--space-lg);
  color: var(--color-brand-strong);
  background: var(--color-surface-raised);
  border-radius: var(--radius-pill);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-black);
}

.live-photo-caption strong {
  max-width: 460px;
  color: var(--color-text-inverse);
  font-size: var(--font-size-5xl);
  font-weight: var(--font-weight-black);
  line-height: 1.14;
}

.format-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-2xl);
}

.format-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  color: var(--color-text-inverse);
  background: var(--color-text);
  border-radius: var(--radius-3xl);
  text-decoration: none;
  box-shadow: var(--shadow-elevated);
}

.format-card img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  opacity: 0.96;
  transition: transform var(--duration-fast) var(--easing-standard), opacity var(--duration-fast) var(--easing-standard);
}

.format-card span {
  position: absolute;
  left: var(--space-2xl);
  right: var(--space-2xl);
  bottom: var(--space-2xl);
  z-index: 1;
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-heavy);
}

.format-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-format-overlay);
}

.format-card:hover img {
  opacity: 1;
  transform: scale(1.035);
}

.media-section {
  background: var(--color-surface-muted);
}

.video-frame {
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-3xl);
  box-shadow: var(--shadow-elevated);
  aspect-ratio: 16 / 9;
  background: var(--color-text);
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.text-link {
  color: var(--color-brand-link);
  font-weight: var(--font-weight-extrabold);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-md);
}

.gallery-item {
  position: relative;
  display: block;
  min-height: 174px;
  padding: 0;
  overflow: hidden;
  background: var(--color-media-placeholder);
  border: 0;
  border-radius: var(--radius-xl);
  cursor: zoom-in;
}

.gallery-feature {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 358px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--duration-fast) var(--easing-standard);
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.gallery-extra {
  display: none;
}

.gallery-grid.is-expanded .gallery-extra {
  display: block;
}

.gallery-toggle {
  margin-top: var(--space-4xl);
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-lg);
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-list li {
  padding: var(--space-xl) var(--space-2xl);
  background: var(--color-surface-raised);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
}

.price-grid,
.review-grid,
.landing-cards,
.service-card-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-3xl);
}

.price-card,
.review-grid figure,
.landing-card,
.service-card,
.faq-card,
.contact-panel,
.note-row {
  padding: var(--space-5xl);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-3xl);
}

.price {
  margin-bottom: var(--space-md);
  color: var(--color-accent);
  font-size: var(--font-size-7xl);
  font-weight: var(--font-weight-black);
}

.note-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3xl);
  margin-top: var(--space-3xl);
}

.note-row p {
  margin-bottom: 0;
}

.review-grid figure {
  margin: 0;
}

.testimonial-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--space-6xl);
  padding: var(--space-8xl);
  background: var(--color-surface-raised);
}

.testimonial-card:nth-child(2) {
  background: var(--color-sage-50);
}

.testimonial-card:nth-child(3) {
  background: var(--color-surface-accent-subtle);
}

.testimonial-card .review-person img {
  width: 72px;
  height: 72px;
}

.testimonial-card .review-person span {
  color: var(--color-text-muted);
}

.testimonial-card blockquote {
  font-family: var(--font-family-display);
  font-size: var(--font-size-6xl);
  font-stretch: extra-expanded;
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-title);
}

.testimonial-card .review-score {
  color: var(--color-text-inverse);
  background: var(--color-brand-strong);
}

blockquote {
  margin: 0 0 var(--space-xl);
  font-size: var(--font-size-lg);
}

figcaption {
  color: var(--color-brand);
  font-weight: var(--font-weight-extrabold);
}

.contact-panel {
  background: var(--color-brand-strong);
  color: var(--color-text-inverse);
}

.contact-panel p {
  color: var(--color-text-inverse-muted);
}

.contact-link {
  display: block;
  margin-bottom: var(--space-lg);
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-black);
  text-decoration: none;
}

.contact-map {
  grid-column: 1 / -1;
  overflow: hidden;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-3xl);
  box-shadow: var(--shadow-elevated);
}

.contact-map iframe {
  width: 100%;
  height: 430px;
  border: 0;
  pointer-events: none;
}

.map-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2xl);
  padding: var(--space-2xl) var(--space-4xl);
  color: var(--color-brand-strong);
  border-top: 1px solid var(--color-border);
  font-weight: var(--font-weight-heavy);
  text-decoration: none;
}

.map-link::after {
  content: "->";
  flex: 0 0 auto;
}

.map-link:hover {
  color: var(--color-accent);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3xl);
  padding: var(--space-7xl) var(--space-9xl);
  color: var(--color-text-inverse-muted);
  background: var(--color-text);
}

.site-footer p {
  margin: 0;
}

.lightbox {
  width: min(var(--modal-width), calc(100% - var(--space-9xl)));
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
}

.lightbox::backdrop {
  background: var(--color-overlay-strong);
}

.lightbox img {
  width: 100%;
  max-height: 86vh;
  object-fit: contain;
  border-radius: var(--radius-xs);
}

.lightbox-close {
  position: absolute;
  top: -42px;
  right: 0;
  width: 36px;
  height: 36px;
  color: var(--color-text-inverse);
  background: var(--color-lightbox-control-bg);
  border: 1px solid var(--color-lightbox-control-border);
  border-radius: var(--radius-circle);
  font-size: var(--font-size-close);
  cursor: pointer;
}

.landing-section {
  background: var(--color-surface);
}

.service-details {
  background: var(--color-bg);
}

.service-faq {
  background: var(--color-surface-soft);
}

.service-card-grid,
.faq-grid {
  margin-top: var(--space-7xl);
}

.service-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  gap: var(--space-lg);
}

.service-card h3,
.faq-card h3 {
  margin-bottom: 0;
  font-size: var(--font-size-4xl);
}

.service-card p,
.faq-card p {
  margin-bottom: 0;
  color: var(--color-text-muted);
}

.service-cta {
  margin-top: var(--space-7xl);
  padding: var(--space-6xl);
  color: var(--color-text-inverse);
  background: var(--color-brand-strong);
  border-radius: var(--radius-3xl);
}

.service-cta p {
  max-width: var(--content-width-md);
  margin-bottom: var(--space-4xl);
  color: var(--color-text-inverse-muted);
}

.service-cta .button-primary {
  background: var(--color-accent);
}

.landing-list {
  padding-left: 20px;
  color: var(--color-text-muted);
}

.landing-card strong {
  display: block;
  margin-bottom: var(--space-xs);
}

.breadcrumbs {
  margin-bottom: var(--space-3xl);
}

.breadcrumbs a {
  color: var(--color-text-inverse-muted);
  text-decoration: none;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  h1 {
    font-size: var(--font-size-tablet-h1);
  }

  h2 {
    font-size: var(--font-size-6xl);
  }

  .hero {
    min-height: 600px;
  }

  .intro-grid,
  .feature-layout,
  .media-grid,
  .contact-grid,
  .landing-grid {
    grid-template-columns: 1fr;
    gap: var(--space-7xl);
  }

  .format-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bento-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .bento-card {
    min-height: 240px;
  }

  .bento-review-large {
    grid-row: auto;
    grid-column: span 2;
  }

  .live-bento-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .live-photo-card {
    min-height: 300px;
  }

  .live-photo-card-wide,
  .live-photo-card-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .live-photo-card-wide {
    grid-column: span 2;
  }

  .chip-cloud {
    min-width: 0;
  }

  .price-grid,
  .review-grid,
  .landing-cards,
  .service-card-grid,
  .faq-grid,
  .note-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: var(--header-min-height-mobile);
    padding: var(--space-md) var(--space-2xl);
  }

  .brand-caption,
  .header-cta {
    display: none;
  }

  .brand-logo {
    width: 88px;
  }

  .header-actions {
    gap: 0;
  }

  .header-phone {
    font-size: var(--font-size-xs);
  }

  .hero,
  .hero.hero-small {
    min-height: var(--hero-mobile-min-height);
    padding: 82px var(--section-padding-x-mobile) var(--space-8xl);
  }

  .hero-overlay {
    background: var(--gradient-hero-overlay-mobile);
  }

  h1 {
    font-size: var(--font-size-mobile-h1);
  }

  h2 {
    font-size: var(--font-size-mobile-h2);
  }

  .hero-lead {
    font-size: var(--font-size-base);
  }

  .hero .button-secondary,
  .hero-facts {
    display: none;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }

  .section {
    padding: var(--section-padding-y-mobile) var(--section-padding-x-mobile);
  }

  .bento-grid {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }

  .bento-card {
    min-height: 220px;
    padding: var(--space-6xl);
    border-radius: var(--radius-3xl);
  }

  .bento-review-large {
    grid-column: auto;
  }

  .bento-review-large blockquote {
    font-size: var(--font-size-mobile-quote);
  }

  .bento-number {
    font-size: var(--font-size-11xl);
  }

  .bento-icon {
    top: 22px;
    right: 22px;
    width: 62px;
    height: 62px;
    border-width: 6px;
    border-radius: var(--radius-xl);
  }

  .bento-chips-card {
    padding: 0;
  }

  .chip-cloud {
    padding: var(--space-6xl) 0 0 var(--space-6xl);
  }

  .bento-bottom {
    padding: var(--space-5xl) var(--space-6xl) var(--space-6xl);
  }

  .bento-price {
    min-height: 430px;
    padding: 30px 24px 24px;
  }

  .bento-price .bento-number {
    font-size: var(--font-size-mobile-price);
  }

  .price-copy {
    gap: 92px;
  }

  .price-copy p {
    font-size: 1.25rem;
  }

  .bento-price .button {
    min-height: 64px;
    font-size: 1.25rem;
  }

  .live-bento-grid {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }

  .live-photo-card,
  .live-photo-card-wide {
    grid-column: auto;
  }

  .live-photo-card {
    min-height: 310px;
    border-radius: var(--radius-3xl);
  }

  .live-photo-card-wide {
    min-height: 250px;
  }

  .live-photo-card-tall {
    min-height: 390px;
  }

  .live-photo-caption {
    left: var(--space-5xl);
    right: var(--space-5xl);
    bottom: var(--space-5xl);
  }

  .live-photo-caption strong {
    font-size: var(--font-size-4xl);
  }

  .format-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .format-card,
  .format-card img {
    min-height: 210px;
  }

  .gallery-feature {
    grid-column: auto;
    grid-row: auto;
    min-height: 230px;
  }

  .gallery-item {
    min-height: 230px;
  }

  .contact-map iframe {
    height: 340px;
  }

  .map-link {
    padding: var(--space-xl) var(--space-2xl);
  }

  .site-footer {
    flex-direction: column;
    padding: var(--space-6xl) var(--section-padding-x-mobile);
  }
}
