@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/dm-sans-latin.woff2") format("woff2");
}

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

:root {
  --ink: #102f2d;
  --ink-soft: #41605d;
  --paper: #f5f7f2;
  --white: #ffffff;
  --mint: #a6e5df;
  --mint-light: #dff5f1;
  --teal: #166b68;
  --teal-dark: #0b4745;
  --lime: #d9ef93;
  --coral: #ef8e6f;
  --line: rgba(16, 47, 45, .15);
  --shadow: 0 24px 70px rgba(13, 56, 53, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
.lna-digital-reset-page {
  min-height: 100%;
  background: var(--paper);
}
.lna-digital-reset-page #wpadminbar { font-size: 13px; }
.lna-digital-reset-page #ast-scroll-top {
  right: 104px !important;
  bottom: 28px !important;
}
.lna-digital-reset-page .site-header,
.lna-digital-reset-page .site-footer {
  max-width: none;
}
a { color: inherit; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "Manrope", sans-serif;
  line-height: 1.08;
  letter-spacing: -.04em;
}
h1 { font-size: clamp(3.4rem, 6.3vw, 6.4rem); }
h2 { font-size: clamp(2.5rem, 4.5vw, 4.7rem); }
h3 { font-size: 1.5rem; }
em {
  color: var(--teal);
  font-family: Georgia, serif;
  font-weight: 400;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 110px 46px;
}
.eyebrow {
  margin-bottom: 20px;
  color: var(--teal);
  font-family: "Manrope", sans-serif;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow.light { color: var(--mint); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 17px 25px;
  border: 0;
  border-radius: 999px;
  font: 700 .94rem "Manrope", sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: var(--ink);
  background: var(--mint);
  box-shadow: 0 12px 28px rgba(37, 131, 125, .18);
}
.button-primary:hover { background: var(--lime); }
.button-dark { color: var(--white); background: var(--ink); }
.button-small { padding: 11px 18px; font-size: .78rem; }
.button-full { width: 100%; }
.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-weight: 700;
  text-underline-offset: 6px;
}
.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  min-height: 76px;
  margin: 0 auto;
  padding: 12px 46px;
  background: rgba(245, 247, 242, .9);
  backdrop-filter: blur(16px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font: 800 1rem "Manrope", sans-serif;
  text-decoration: none;
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 50%;
  flex: 0 0 44px;
  background: transparent;
}
.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav { display: flex; align-items: center; gap: 28px; }
.nav > a:not(.button) {
  font-size: .86rem;
  font-weight: 600;
  text-decoration: none;
}
.menu-button, .mobile-nav { display: none; }

.hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  min-height: calc(100vh - 76px);
  align-items: center;
  padding-top: 55px;
}
.hero > *, .camera-section > *, .about > *, .investment > *, .contact > * {
  min-width: 0;
}
.hero h1 { max-width: 850px; margin-bottom: 30px; }
.hero h1 em { display: block; }
.lead {
  max-width: 710px;
  color: var(--ink-soft);
  font-size: 1.24rem;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 38px 0 54px;
}
.quick-facts {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.quick-facts li {
  display: flex;
  flex-direction: column;
  padding: 0 25px;
  border-left: 1px solid var(--line);
}
.quick-facts li:first-child { padding-left: 0; border: 0; }
.quick-facts strong { font-family: "Manrope"; font-size: .9rem; }
.quick-facts span { color: var(--ink-soft); font-size: .82rem; }
.hero-visual {
  position: relative;
  min-height: 660px;
  padding: 24px;
  border-radius: 220px 220px 32px 32px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.6) 0 4%, transparent 4.5%),
    linear-gradient(145deg, #83d7d0, #266e6b);
  box-shadow: var(--shadow);
}
.hero-visual.has-photo,
.camera-visual.has-photo,
.about-visual.has-photo,
.location-visual.has-photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-visual.has-photo .photo-placeholder {
  border-color: transparent;
  background: linear-gradient(180deg, transparent 48%, rgba(8, 47, 46, .34));
}
.photo-placeholder, .about-visual, .camera-visual, .location-visual {
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.88);
  text-align: center;
  background:
    linear-gradient(125deg, rgba(11, 71, 69, .25), rgba(16, 47, 45, .78)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.05) 0 2px, transparent 2px 12px);
}
.photo-placeholder {
  height: 100%;
  min-height: 612px;
  border: 1px dashed rgba(255,255,255,.5);
  border-radius: 195px 195px 19px 19px;
}
.photo-placeholder p, .about-visual p, .camera-visual p {
  font-family: "Manrope";
  font-size: 1.4rem;
  font-weight: 700;
}
.photo-label {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--lime);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero-quote {
  position: absolute;
  right: -30px;
  bottom: 52px;
  max-width: 340px;
  padding: 28px 30px 23px 65px;
  border-radius: 20px;
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow);
}
.hero-quote p { margin: 0; font: 600 1.05rem/1.45 "Manrope"; }
.quote-mark { position: absolute; top: 3px; left: 24px; color: var(--mint); font: 4rem Georgia; }
.trust-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 28px 6vw;
  color: var(--white);
  background: var(--ink);
}
.trust-strip > p { margin: 0; color: var(--mint); font-size: .8rem; font-weight: 700; text-transform: uppercase; }
.trust-strip div { display: flex; gap: 52px; }
.trust-strip span { color: rgba(255,255,255,.72); font-size: .87rem; }
.trust-strip strong { color: var(--white); }
.section-heading { margin-bottom: 60px; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading > p:last-child { max-width: 620px; color: var(--ink-soft); }
.centered { max-width: 850px; margin-right: auto; margin-left: auto; text-align: center; }
.centered > p:last-child { margin-right: auto; margin-left: auto; }
.problem-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
}
.problem-copy { color: var(--ink-soft); font-size: 1.09rem; }
.problem-copy .callout {
  margin: 34px 0;
  padding: 24px 28px;
  border-left: 5px solid var(--mint);
  color: var(--ink);
  background: var(--white);
  font-weight: 600;
}
.symptom-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}
.symptom-list article:last-child { border-bottom: 1px solid var(--line); }
.symptom-list article > span { color: var(--teal); font-size: .75rem; font-weight: 800; }
.symptom-list h3 { margin-bottom: 8px; font-size: 1.25rem; }
.symptom-list p { grid-column: 2; margin: 0; color: var(--ink-soft); font-size: .95rem; }
.outcomes { max-width: none; background: var(--mint-light); }
.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1188px;
  margin: 0 auto;
  gap: 22px;
}
.outcome-card {
  position: relative;
  min-height: 430px;
  padding: 38px;
  border: 1px solid rgba(16, 47, 45, .09);
  border-radius: var(--radius);
  background: rgba(255,255,255,.75);
}
.outcome-card.featured {
  color: var(--white);
  background: var(--teal-dark);
}
.outcome-card h3 { margin-top: 62px; font-size: 1.85rem; }
.outcome-card p:last-child { color: var(--ink-soft); }
.lna-digital-reset-page .outcome-card.featured h3,
.lna-digital-reset-page .outcome-card.featured .card-number {
  color: var(--white);
}
.outcome-card.featured p:last-child { color: rgba(255,255,255,.86); }
.card-number { position: absolute; top: 35px; right: 35px; font-size: .7rem; font-weight: 800; }
.icon { position: relative; width: 68px; height: 68px; }
.icon-focus { border: 3px solid var(--teal); border-radius: 50%; }
.icon-focus:after { content:""; position:absolute; inset:13px; border:3px solid var(--teal); border-radius:50%; }
.icon-focus span { position:absolute; width:3px; height:32px; left:31px; top:-10px; background:var(--coral); transform:rotate(42deg); }
.icon-connection span { position:absolute; width:28px; height:28px; border:3px solid var(--mint); border-radius:50%; }
.icon-connection span:nth-child(1) { top:0; left:20px; }
.icon-connection span:nth-child(2) { bottom:4px; left:0; }
.icon-connection span:nth-child(3) { right:0; bottom:4px; }
.icon-plan span { display:block; width:60px; height:3px; margin:12px 0; background:var(--teal); }
.icon-plan span:before { content:"✓"; display:inline-grid; place-items:center; width:19px; height:19px; margin-top:-8px; border-radius:50%; color:var(--white); background:var(--teal); font-size:.7rem; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; }
.split-heading > p { padding-bottom: 10px; }
.phase-list { border-top: 1px solid var(--line); }
.phase {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding: 52px 0;
  border-bottom: 1px solid var(--line);
}
.phase > div:last-child {
  display: grid;
  grid-template-columns: .65fr 1fr;
  column-gap: 70px;
}
.phase-number {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: var(--white);
  background: var(--teal);
  font: 700 1.4rem "Manrope";
}
.phase-time { grid-column: 1; color: var(--teal); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.phase h3 { grid-column: 1; font-size: 1.75rem; }
.phase > div > p:not(.phase-time) { grid-column: 2; grid-row: 1 / span 3; color: var(--ink-soft); }
.phase ul { grid-column: 1; margin: 12px 0 0; padding-left: 18px; font-size: .9rem; }
.session-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 65px;
}
.session-gallery figure { margin: 0; }
.session-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.session-gallery figcaption {
  padding: 14px 4px 0;
  color: var(--ink-soft);
  font-size: .88rem;
}
.camera-section {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 650px;
  background: var(--ink);
}
.camera-visual { position: relative; min-height: 650px; }
.camera-copy {
  align-self: center;
  width: 100%;
  max-width: 610px;
  padding: 80px clamp(42px, 5.5vw, 80px);
  color: var(--white);
}
.lna-digital-reset-page .camera-copy h2 {
  color: var(--white);
  font-size: clamp(2.65rem, 3.8vw, 4rem);
}
.camera-copy .eyebrow { color: var(--mint); }
.camera-copy h2 em { color: var(--mint); }
.camera-copy > p:not(.eyebrow) { color: rgba(255,255,255,.84); }
.deliverables-panel {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  padding: 65px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--teal-dark);
}
.lna-digital-reset-page .deliverables-panel h2 {
  color: var(--white);
  font-size: clamp(2.3rem, 4vw, 4rem);
}
.deliverables-panel h2 em { color: var(--mint); }
.deliverables-panel p { color: rgba(255,255,255,.84); }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.check-list span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--mint);
  font-size: .8rem;
  font-weight: 800;
}
.privacy-note { max-width: 930px; margin: 25px auto 0; color: var(--ink-soft); text-align: center; font-size: .88rem; }
.about {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: center;
}
.about-visual { position: relative; min-height: 630px; border-radius: 180px 180px var(--radius) var(--radius); }
.about-visual.has-photo { background-position: 10% center; }
.about-copy { max-width: 600px; }
.about-intro { color: var(--ink); font-size: 1.22rem; font-weight: 600; }
.about-copy > p:not(.eyebrow):not(.about-intro) { color: var(--ink-soft); }
.about-stats { display: flex; gap: 55px; margin-top: 35px; }
.about-stats span { display: flex; flex-direction: column; color: var(--ink-soft); font-size: .85rem; }
.about-stats strong { color: var(--teal); font: 800 2rem "Manrope"; }
.testimonial {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  padding-top: 40px;
}
.testimonial-card, .logo-panel { padding: 52px; border-radius: var(--radius); }
.testimonial-card { color: var(--white); background: var(--teal); }
.lna-digital-reset-page .testimonial-card blockquote {
  margin: 0 0 30px;
  padding: 0;
  border: 0;
  color: var(--white);
  font: 500 1.65rem/1.4 "Manrope";
  letter-spacing: -.03em;
}
.testimonial-author { margin: 0; color: rgba(255,255,255,.84); }
.testimonial-divider { height: 1px; margin: 34px 0; background: rgba(255,255,255,.22); }
.lna-digital-reset-page .testimonial-card .testimonial-secondary {
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.logo-panel { background: var(--white); }
.logo-panel > p { font-weight: 700; }
.logo-placeholders { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 30px 0; }
.logo-placeholders span { display: grid; place-items: center; min-height: 72px; border: 1px dashed var(--line); color: var(--ink-soft); font: 800 .8rem "Manrope"; }
.logo-placeholders .client-logo {
  display: grid;
  place-items: center;
  min-height: 86px;
  padding: 14px;
  border: 1px solid var(--line);
  background: var(--white);
}
.logo-placeholders .client-logo img {
  width: 100%;
  max-width: 155px;
  max-height: 54px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .76;
}
.logo-panel small { color: var(--ink-soft); }
.partner-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.partner-links > span { width: 100%; color: var(--ink-soft); font-size: .82rem; }
.partner-links a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--mint-light);
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
}
.partner-links a:hover { background: var(--mint); }
.partner-links b { color: var(--teal); }
.investment {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 90px;
  align-items: center;
}
.investment-copy > p:not(.eyebrow):not(.per-person) { max-width: 550px; color: var(--ink-soft); }
.price { display: flex; gap: 25px; align-items: center; margin: 40px 0 8px; }
.price strong { font: 800 clamp(2.8rem, 5vw, 5rem) "Manrope"; letter-spacing: -.06em; }
.price span { padding-left: 25px; border-left: 1px solid var(--line); color: var(--ink-soft); font-size: .87rem; }
.per-person { font-size: .82rem; }
.included-card { padding: 50px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.included-card h3 { margin-bottom: 25px; }
.dark-checks { margin-bottom: 30px; }
.dark-checks li { border-color: var(--line); }
.location { max-width: none; background: var(--mint-light); }
.location-visual {
  position: relative;
  max-width: 1188px;
  min-height: 500px;
  margin: 0 auto;
  border-radius: var(--radius);
}
.location-visual.has-photo { background-position: center 18%; }
.location-card {
  position: absolute;
  right: 35px;
  bottom: 35px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px 20px;
  padding: 28px;
  border-radius: 18px;
  color: var(--ink);
  background: rgba(255,255,255,.94);
  text-align: left;
}
.location-card span { color: var(--ink-soft); }
.location-card > a {
  grid-column: 1 / -1;
  display: inline-flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 8px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  color: var(--teal);
  font-weight: 700;
  text-decoration: none;
}
.location-card > a span { color: inherit; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  font: 700 1.05rem "Manrope";
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker { display: none; }
summary span { color: var(--teal); font-size: 1.4rem; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 850px; padding: 0 0 25px; color: var(--ink-soft); }
.contact {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
  max-width: none;
  padding-right: max(46px, calc((100vw - 1188px) / 2));
  padding-left: max(46px, calc((100vw - 1188px) / 2));
  color: var(--white);
  background: var(--ink);
}
.contact-copy h2 em { color: var(--mint); }
.contact-copy h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.contact-copy ol { margin: 40px 0 0; padding: 0; list-style: none; }
.contact-copy li { display: flex; gap: 15px; align-items: center; margin: 18px 0; }
.contact-copy li span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--mint); border-radius: 50%; color: var(--mint); font-size: .76rem; }
.contact-form { padding: 42px; border-radius: var(--radius); color: var(--ink); background: var(--white); }
.contact-form h3 { margin-bottom: 28px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; margin-bottom: 17px; font-size: .79rem; font-weight: 700; }
input, textarea {
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  background: #fafbf8;
  font: inherit;
}
input:focus, textarea:focus { outline: 3px solid rgba(166,229,223,.55); border-color: var(--teal); }
.contact-form small { display: block; margin-top: 12px; color: var(--ink-soft); text-align: center; }
.form-message { margin: 12px 0 0; color: var(--teal); text-align: center; font-weight: 700; }
.form-success, .form-error {
  margin: 0 0 22px;
  padding: 14px 16px;
  border-radius: 10px;
  text-align: left;
}
.form-success { color: var(--ink); background: var(--mint-light); }
.form-error { color: #7a241d; background: #fff0ee; }
.lna-honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}
.privacy-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--ink-soft);
  font-weight: 500;
  line-height: 1.45;
}
.privacy-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--teal);
}
.lna-form-setup {
  margin-bottom: 20px;
  padding: 18px;
  border: 1px solid #e7c76a;
  border-radius: 12px;
  background: #fff8dd;
}
.lna-form-setup p { margin: 5px 0 0; font-size: .9rem; }
.lna-calendly-link { margin: 22px 0 10px; text-align: center; }
.contact-form .wpforms-container { margin: 0; }
.contact-form .wpforms-field { padding: 0 0 17px !important; }
.contact-form .wpforms-field-label {
  margin-bottom: 7px !important;
  color: var(--ink) !important;
  font: 700 .79rem "DM Sans", sans-serif !important;
}
.contact-form .wpforms-field input,
.contact-form .wpforms-field textarea,
.contact-form .wpforms-field select {
  max-width: none !important;
  width: 100% !important;
  padding: 13px 14px !important;
  border: 1px solid var(--line) !important;
  border-radius: 10px !important;
  color: var(--ink) !important;
  background: #fafbf8 !important;
}
.contact-form .wpforms-submit-container { padding-top: 4px !important; }
.contact-form button.wpforms-submit {
  width: 100% !important;
  min-height: 54px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: var(--ink) !important;
  background: var(--mint) !important;
  font: 700 .94rem "Manrope", sans-serif !important;
}
.contact-form button.wpforms-submit:hover {
  background: var(--lime) !important;
}
.further-reading {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(36px, 7vw, 90px);
  align-items: center;
  padding-top: 58px;
  padding-bottom: 58px;
  background: #edf7f4;
}
.further-reading h2 {
  max-width: 540px;
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
}
.further-reading nav {
  display: grid;
  gap: 12px;
}
.further-reading nav a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 24px;
  padding: 20px 58px 20px 22px;
  border: 1px solid rgba(15, 92, 88, .16);
  border-radius: 16px;
  color: var(--ink);
  background: rgba(255,255,255,.78);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.further-reading nav a:hover,
.further-reading nav a:focus-visible {
  border-color: var(--teal);
  background: var(--white);
  transform: translateY(-2px);
}
.further-reading nav span {
  font-weight: 800;
}
.further-reading nav small {
  grid-column: 1;
  color: var(--muted);
  line-height: 1.55;
}
.further-reading nav strong {
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--teal);
  font-size: 1.25rem;
  transform: translateY(-50%);
}
.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 45px max(46px, calc((100vw - 1188px) / 2));
  color: rgba(255,255,255,.68);
  background: #082f2e;
  font-size: .84rem;
}
.footer-brand { color: var(--white); }
.site-footer p { margin: 0; }
.site-footer div { display: flex; gap: 18px; }
.site-footer div a { text-decoration: none; }
.site-footer small { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }

@media (max-width: 1050px) {
  .nav > a:not(.button) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 570px; }
  .photo-placeholder { min-height: 522px; }
  .problem-grid, .about, .investment, .contact { gap: 50px; }
  .phase > div:last-child { grid-template-columns: 1fr; }
  .phase > div > p:not(.phase-time) { grid-column: 1; grid-row: auto; }
  .phase ul { margin-top: 20px; }
  .camera-copy { padding: 55px; }
}

@media (max-width: 780px) {
  body { font-size: 16px; }
  .section { padding: 78px 22px; }
  .site-header { padding: 10px 22px; }
  .nav { display: none; }
  .menu-button {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    border: 0;
    background: transparent;
  }
  .menu-button > span:not(.sr-only) { width: 24px; height: 2px; background: var(--ink); }
  .mobile-nav {
    position: fixed;
    z-index: 19;
    top: 70px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    padding: 22px;
    background: var(--paper);
    box-shadow: 0 20px 35px rgba(0,0,0,.1);
  }
  .mobile-nav.open { display: flex; }
  .mobile-nav a { padding: 11px; font-weight: 700; text-decoration: none; }
  .hero { padding-top: 45px; }
  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.7rem, 12vw, 4.2rem);
    overflow-wrap: anywhere;
  }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .quick-facts { flex-wrap: wrap; row-gap: 18px; }
  .quick-facts li { width: 50%; padding: 0 15px; }
  .quick-facts li:nth-child(3) { padding-left: 0; border: 0; }
  .hero-visual { min-height: 470px; border-radius: 120px 120px 26px 26px; }
  .photo-placeholder { min-height: 422px; border-radius: 100px 100px 16px 16px; }
  .hero-quote { right: 8px; bottom: 30px; max-width: calc(100% - 28px); }
  .trust-strip { align-items: flex-start; flex-direction: column; gap: 16px; padding: 26px 22px; }
  .trust-strip div { flex-direction: column; gap: 7px; }
  .problem-grid, .outcome-grid, .split-heading, .camera-section, .deliverables-panel, .about, .testimonial, .investment, .further-reading, .contact {
    grid-template-columns: 1fr;
  }
  .problem-grid, .about, .testimonial, .investment, .further-reading, .contact { gap: 35px; }
  .session-gallery { grid-template-columns: 1fr; margin-top: 45px; }
  .logo-placeholders { grid-template-columns: 1fr 1fr; }
  .outcome-card.featured { transform: none; }
  .outcome-card { min-height: 350px; }
  .split-heading { gap: 10px; }
  .phase { grid-template-columns: 60px 1fr; }
  .phase-number { width: 44px; height: 44px; }
  .camera-visual { min-height: 430px; }
  .camera-copy { padding: 65px 22px; }
  .deliverables-panel { gap: 30px; padding: 35px 25px; }
  .about-visual { min-height: 500px; }
  .contact { padding-right: 22px; padding-left: 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { grid-template-columns: 1fr; padding: 40px 22px; }
  .site-footer div { flex-wrap: wrap; }
}
