:root {
  --green: #0f5132;
  --green-2: #164f34;
  --green-soft: #eaf3ea;
  --gold: #c9a24d;
  --gold-soft: #f6edd5;
  --ink: #162018;
  --muted: #667066;
  --cream: #fbf7ed;
  --paper: #ffffff;
  --line: rgba(22, 32, 24, 0.12);
  --shadow: 0 24px 70px rgba(15, 81, 50, 0.14);
  --brand-rgb: 15, 81, 50;
  --brand-gradient-end: #1d6b45;
  --hero-end: #eef7ec;
}

body.theme-blue {
  --green: #006dff;
  --green-2: #0052c8;
  --green-soft: #eaf4ff;
  --ink: #14223a;
  --muted: #5e6d83;
  --line: rgba(0, 109, 255, 0.16);
  --shadow: 0 24px 70px rgba(0, 109, 255, 0.18);
  --brand-rgb: 0, 109, 255;
  --brand-gradient-end: #00a2ff;
  --hero-end: #edf7ff;
}

body.theme-blue .brand img,
body.theme-blue .footer img {
  filter: hue-rotate(168deg) saturate(1.55) brightness(1.05) drop-shadow(0 10px 24px rgba(0,109,255,.14));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: linear-gradient(180deg, var(--cream), #fff 42%, var(--green-soft)); }
a { color: inherit; }
img, video { max-width: 100%; }
img[data-lightbox-ready="true"] { cursor: zoom-in; }
.hero { min-height: 92vh; padding: 18px clamp(18px, 4vw, 64px) 58px; background: radial-gradient(circle at 18% 12%, rgba(201,162,77,.26), transparent 28%), radial-gradient(circle at 88% 16%, rgba(var(--brand-rgb),.16), transparent 32%), linear-gradient(135deg, #fffaf0, var(--hero-end) 68%, #fff); }
.nav { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: min(680px, 62vw); max-height: 168px; object-fit: contain; object-position: left center; mix-blend-mode: multiply; filter: drop-shadow(0 10px 24px rgba(var(--brand-rgb),.10)); }
.nav-links { display: flex; align-items: center; gap: 18px; font-weight: 800; color: var(--green); }
.nav-links a { text-decoration: none; white-space: nowrap; }
.nav-cta { border: 1px solid rgba(var(--brand-rgb),.22); padding: 12px 18px; border-radius: 999px; background: rgba(255,255,255,.70); backdrop-filter: blur(10px); }
.hero-grid { max-width: 1180px; margin: 46px auto 0; display: grid; grid-template-columns: minmax(0, 1.08fr) 430px; gap: clamp(28px, 5vw, 68px); align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--green); font-size: .82rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 850; }
h1, h2 { margin: 0; line-height: 1.03; letter-spacing: -.04em; color: var(--green-2); }
h1 { font-size: clamp(3rem, 7.1vw, 6.2rem); max-width: 980px; }
h2 { font-size: clamp(2rem, 4vw, 4rem); }
.lead { max-width: 780px; margin: 26px 0 0; font-size: clamp(1.14rem, 2vw, 1.45rem); line-height: 1.62; color: #37463b; }
.lead.compact { margin-top: 14px; font-size: clamp(1.06rem, 1.6vw, 1.2rem); color: #465448; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 22px; border-radius: 999px; font-weight: 850; text-decoration: none; border: 0; cursor: pointer; font-size: 1rem; }
.button.primary { background: linear-gradient(135deg, var(--green), var(--brand-gradient-end)); color: white; box-shadow: 0 16px 38px rgba(var(--brand-rgb),.24); }
.button.secondary { color: var(--green); background: white; border: 1px solid var(--line); }
.button.full { width: 100%; }
.section-link-row { width: 100%; margin-top: 26px; display: flex; justify-content: flex-start; }
.section-link-row .story-link { min-width: min(100%, 280px); border-color: rgba(var(--brand-rgb), .18); box-shadow: 0 12px 30px rgba(var(--brand-rgb), .10); }
.section > .section-link-row { grid-column: 1 / -1; justify-content: center; margin-top: 8px; }
.video-section > .section-link-row, .photo-story > .section-link-row { margin-top: 28px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 28px 0 0; list-style: none; }
.trust-list li { padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.75); color: var(--green); font-weight: 750; border: 1px solid rgba(var(--brand-rgb),.12); }
.hero-card, .quote-box, .lead-form, .photo-card, .photo-mosaic figure { background: rgba(255,255,255,.86); border: 1px solid rgba(var(--brand-rgb),.12); border-radius: 32px; box-shadow: var(--shadow); }
.hero-card { padding: 16px; display: grid; gap: 22px; overflow: hidden; }
.hero-card > img { width: 100%; height: 285px; object-fit: contain; object-position: center; border-radius: 24px; background: linear-gradient(145deg, #fff, var(--green-soft)); }
.hero-card > div { padding: 0 18px 18px; }
.card-kicker { display: inline-block; color: #8a6c25; font-weight: 900; margin-bottom: 18px; }
.hero-card p, .section-copy p, .section-heading p, .cta-copy p { color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.section { max-width: 1180px; margin: 0 auto; padding: 78px clamp(18px, 4vw, 64px); }
.intro-section, .subconscious-section, .cta-section { display: grid; grid-template-columns: minmax(0, 1fr) 410px; gap: 44px; align-items: center; }
.quote-box { padding: 18px; border-left: 6px solid var(--gold); }
.quote-box img { width: 100%; height: 320px; object-fit: contain; object-position: center; border-radius: 24px; margin-bottom: 18px; background: linear-gradient(145deg, #fff, var(--gold-soft)); }
.quote-box strong { color: var(--green); display: block; margin-bottom: 10px; }
.video-section { max-width: 1280px; padding-top: 72px; }
.first-video { margin-top: -16px; }
.section-heading { max-width: 850px; margin-bottom: 30px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.media-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 22px; align-items: stretch; }
.refined-heading { max-width: 940px; }
.story-showcase { display: grid; grid-template-columns: 1fr; gap: 20px; align-items: start; max-width: 1040px; margin: 0 auto; }
.video-frame { background: linear-gradient(145deg, #06120b, #12291b); border-radius: 34px; padding: 12px; box-shadow: var(--shadow); border: 1px solid rgba(201,162,77,.22); }
.video-frame video { display: block; width: 100%; max-height: 76vh; border-radius: 24px; background: #07120c; }
.highlight-video { align-self: start; display: block; width: 100%; }
.highlight-video video { aspect-ratio: 16 / 9; object-fit: contain; }
.secondary-video video { max-height: 640px; object-fit: contain; }
.proof-panel { border-radius: 34px; border: 1px solid rgba(var(--brand-rgb),.12); background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(246,237,213,.72)); box-shadow: 0 18px 54px rgba(var(--brand-rgb),.10); padding: 20px; display: grid; gap: 14px; }
.proof-kicker { margin: 0; color: #8a6c25; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 900; }
.proof-panel h3 { margin: 0; color: var(--green-2); font-size: clamp(1.25rem, 1.8vw, 1.7rem); line-height: 1.15; letter-spacing: -.03em; }
.before-after { display: grid; gap: 14px; }
.refined-photos { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.refined-photos .wide { grid-column: auto; }
.photo-card { margin: 0; padding: 9px; overflow: hidden; background: rgba(255,255,255,.84); border-radius: 26px; box-shadow: 0 12px 30px rgba(var(--brand-rgb),.08); }
.photo-card.gold { background: rgba(255,250,239,.92); }
.photo-card img { width: 100%; height: 230px; object-fit: contain; object-position: center; border-radius: 20px; display: block; background: linear-gradient(145deg, #fff, var(--green-soft)); }
.photo-card.tall img, .photo-card.wide img { height: 230px; }
.photo-card figcaption { color: var(--green); font-size: 1rem; font-weight: 900; padding: 9px 6px 3px; text-align: center; }
.photo-story { max-width: 1280px; }
.photo-mosaic { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 210px; gap: 16px; }
.photo-mosaic figure { margin: 0; overflow: hidden; padding: 8px; }
.photo-mosaic figure.large { grid-row: span 2; }
.photo-mosaic figure.wide { grid-column: span 2; }
.photo-mosaic img { width: 100%; height: 100%; object-fit: contain; object-position: center; border-radius: 24px; display: block; background: linear-gradient(145deg, #fff, var(--green-soft)); }
.cta-section { align-items: start; }
.lead-form { padding: 28px; display: grid; gap: 18px; }
.lead-form label { display: grid; gap: 8px; font-weight: 800; color: var(--green); }
.lead-form input[type="text"], .lead-form input[type="email"], .lead-form input[type="tel"] { width: 100%; height: 54px; border-radius: 16px; border: 1px solid var(--line); padding: 0 16px; font-size: 1rem; background: #fff; }
.consent { grid-template-columns: 20px 1fr; align-items: start; color: var(--ink) !important; font-weight: 600 !important; line-height: 1.45; }
.consent input { margin-top: 4px; accent-color: var(--green); }
.form-status { min-height: 22px; margin: 0; color: var(--green); font-weight: 800; }
.footer { padding: 44px 20px; text-align: center; color: var(--muted); }
.footer img { width: min(320px, 70vw); mix-blend-mode: multiply; display: block; margin: 0 auto 12px; }

body.theme-blue .video-frame {
  background: linear-gradient(145deg, #06142e, #003d8f);
  border-color: rgba(0, 162, 255, .28);
}

body.theme-blue .video-frame video {
  background: #06142e;
}

.theme-toggle {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(var(--brand-rgb), .22);
  border-radius: 999px;
  padding: 10px 14px 10px 10px;
  background: rgba(255,255,255,.88);
  color: var(--green-2);
  box-shadow: 0 16px 40px rgba(var(--brand-rgb), .18);
  backdrop-filter: blur(12px);
  font-weight: 900;
  cursor: pointer;
}
.theme-toggle__track {
  width: 58px;
  height: 32px;
  border-radius: 999px;
  padding: 4px;
  background: linear-gradient(135deg, var(--green), var(--brand-gradient-end));
  display: inline-flex;
  align-items: center;
}
.theme-toggle__knob {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.20);
  transform: translateX(26px);
  transition: transform .2s ease;
}
body.theme-green .theme-toggle__knob { transform: translateX(0); }
.theme-toggle__label { font-size: .9rem; white-space: nowrap; }

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 34px);
}

.image-lightbox[hidden] { display: none; }

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5, 13, 25, .82);
  backdrop-filter: blur(10px);
  cursor: zoom-out;
}

.lightbox-panel {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: min(1080px, 94vw);
  max-height: 92vh;
  display: grid;
  gap: 12px;
  padding: clamp(10px, 2vw, 18px);
  border-radius: 30px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 30px 90px rgba(0,0,0,.38);
  border: 1px solid rgba(255,255,255,.35);
}

.lightbox-panel img {
  display: block;
  width: auto;
  max-width: calc(94vw - 36px);
  max-height: calc(92vh - 92px);
  object-fit: contain;
  border-radius: 22px;
  background: linear-gradient(145deg, #fff, var(--green-soft));
}

.lightbox-panel figcaption {
  color: var(--green-2);
  font-weight: 900;
  text-align: center;
  font-size: 1rem;
}

.lightbox-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, var(--green), var(--brand-gradient-end));
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0,0,0,.26);
}

body.lightbox-open { overflow: hidden; }

.exact-copy-page .hero { min-height: auto; padding-bottom: 64px; }
.exact-copy-page .brand img,
.exact-copy-page.theme-blue .brand img,
.exact-copy-page.theme-blue .footer img { filter: drop-shadow(0 10px 24px rgba(var(--brand-rgb),.10)); }
.exact-nav { justify-content: center; }
.exact-nav .brand img { width: min(880px, 92vw); max-height: 210px; object-position: center; }
.exact-copy-wrap { max-width: 1040px; margin-left: auto; margin-right: auto; }
.exact-hero-copy { margin-top: 34px; }
.exact-hero-copy h1 { font-size: clamp(2.25rem, 5vw, 4.9rem); line-height: 1.08; text-align: center; margin-left: auto; margin-right: auto; }
.exact-video { margin: 42px auto 0; max-width: 960px; }
.exact-main { background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(234,243,234,.72)); }
.exact-text-section { display: block; padding-top: 76px; padding-bottom: 36px; }
.exact-text-section h2 { margin: 0 0 28px; font-size: clamp(2rem, 4vw, 3.7rem); }
.exact-text-section h2:not(:first-child) { margin-top: 54px; }
.exact-text-section h3 { margin: 24px 0 14px; color: var(--green-2); font-size: clamp(1.35rem, 2.3vw, 2rem); line-height: 1.2; }
.exact-text-section p { margin: 0 0 20px; color: #334139; font-size: clamp(1.12rem, 1.85vw, 1.34rem); line-height: 1.78; }
.exact-text-section ul { margin: 0 0 28px; padding-left: 1.35rem; color: #334139; font-size: clamp(1.08rem, 1.6vw, 1.24rem); line-height: 1.72; }
.exact-text-section li { margin: 8px 0; }
.exact-photo-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 34px 0 38px; }
.exact-photo-row.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.exact-photo-row figure { margin: 0; overflow: hidden; padding: 8px; background: rgba(255,255,255,.88); border: 1px solid rgba(var(--brand-rgb),.12); border-radius: 28px; box-shadow: var(--shadow); }
.exact-photo-row img { width: 100%; height: 310px; object-fit: contain; object-position: center; border-radius: 22px; display: block; background: linear-gradient(145deg, #fff, var(--green-soft)); }
.exact-photo-mosaic { margin: 38px 0 0; }
.exact-footer { padding-bottom: 86px; }

@media (max-width: 980px) {
  .nav { align-items: flex-start; }
  .nav-links a:not(.nav-cta) { display: none; }
  .brand img { width: min(720px, 92vw); max-height: 190px; }
  .hero-grid, .intro-section, .subconscious-section, .cta-section, .media-layout, .story-showcase { grid-template-columns: 1fr; }
  .hero-grid { margin-top: 36px; }
  .section { padding-top: 58px; padding-bottom: 58px; }
  .before-after { grid-template-columns: repeat(3, 1fr); }
  .refined-photos { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .refined-photos .wide { grid-column: auto; }
  .photo-mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
}
@media (max-width: 620px) {
  .hero { padding-left: 16px; padding-right: 16px; }
  h1 { font-size: 2.6rem; }
  .before-after, .photo-mosaic, .exact-photo-row, .exact-photo-row.two { grid-template-columns: 1fr; }
  .photo-mosaic figure.large, .photo-mosaic figure.wide { grid-row: auto; grid-column: auto; }
  .button { width: 100%; }
  .nav-cta { display: none; }
  .theme-toggle { bottom: 12px; padding: 8px 12px 8px 8px; }
  .theme-toggle__label { font-size: .82rem; }
  .lightbox-panel { border-radius: 22px; }
  .lightbox-close { top: 8px; right: 8px; }
}
