:root {
  --ink: #14201c;
  --muted: #64736d;
  --paper: #fbf8f1;
  --surface: #fffdf8;
  --sage: #6e8d7b;
  --sage-dark: #314f43;
  --clay: #b66b4f;
  --gold: #d7b56d;
  --line: rgba(20, 32, 28, .14);
  --shadow: 0 24px 70px rgba(33, 45, 39, .14);
  --radius: 8px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image: radial-gradient(rgba(20, 32, 28, .12) 1px, transparent 1px);
  background-size: 18px 18px;
  z-index: -1;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -80px;
  z-index: 10;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  text-decoration: none;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid var(--line);
  background: rgba(251, 248, 241, .88);
  backdrop-filter: blur(18px);
  width: 100%;
  max-width: 100vw;
}

.brand,
.site-header nav,
.hero-actions,
.proof-strip,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--sage-dark);
  color: white;
  font-family: var(--serif);
  font-size: 18px;
}

.site-header nav {
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

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

.site-header nav a:hover,
.map-link:hover,
.site-footer a:hover {
  color: var(--clay);
}

.header-cta {
  justify-self: end;
  padding: 10px 16px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .58fr);
  gap: clamp(28px, 5vw, 72px);
  min-height: calc(100vh - 72px);
  padding: clamp(42px, 7vw, 92px) clamp(18px, 5vw, 72px) 42px;
  overflow: hidden;
  max-width: 100vw;
}

.hero-media {
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: -1;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 32, 28, .82), rgba(20, 32, 28, .44) 45%, rgba(251, 248, 241, .84) 100%);
}

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

.hero-content {
  align-self: center;
  max-width: 760px;
  min-width: 0;
  padding-top: 28px;
  color: white;
}

.eyebrow,
.panel-kicker {
  margin: 0 0 12px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f2d08a;
}

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

h1,
h2 {
  font-family: var(--serif);
  line-height: 1;
  font-weight: 700;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(54px, 7vw, 96px);
}

.hero h1 span {
  display: block;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4.5vw, 56px);
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.15;
}

.hero-copy {
  max-width: 610px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(18px, 1.45vw, 21px);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 42px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
  border: 0;
  border-radius: 999px;
  font: 800 14px/1 var(--sans);
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--clay);
  color: white;
  box-shadow: 0 14px 34px rgba(182, 107, 79, .25);
}

.btn-primary:hover {
  background: #9f583e;
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .1);
  color: white;
}

.section .btn-secondary,
.about-section .btn-secondary,
.thank-you-card .btn-secondary {
  border-color: var(--line);
  background: white;
  color: var(--ink);
}

.proof-strip {
  flex-wrap: wrap;
  gap: 10px;
}

.proof-strip div {
  min-width: 132px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .26);
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(12px);
  border-radius: var(--radius);
}

.proof-strip dt {
  font-size: 22px;
  font-weight: 800;
}

.proof-strip dd {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.lead-panel {
  align-self: center;
  min-width: 0;
  max-width: 100%;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, .96);
  box-shadow: var(--shadow);
}

.lead-panel h2 {
  font-size: clamp(32px, 3vw, 42px);
}

.lead-panel h2 span {
  display: block;
}

.lead-panel p {
  color: var(--muted);
}

.offer-mini {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 12px;
  align-items: end;
  margin: 20px 0 2px;
  padding: 14px;
  border: 1px solid rgba(215, 181, 109, .45);
  border-radius: var(--radius);
  background: #f8efd9;
}

.offer-mini span {
  color: var(--sage-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.offer-mini strong {
  grid-row: span 2;
  color: var(--clay);
  font-family: var(--serif);
  font-size: 46px;
  line-height: .9;
}

.offer-mini small {
  color: var(--muted);
  font-weight: 800;
}

.lead-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  font: 600 15px/1.2 var(--sans);
}

.lead-form input:focus,
.lead-form select:focus {
  outline: 3px solid rgba(215, 181, 109, .32);
  border-color: var(--gold);
}

.privacy-check {
  grid-template-columns: 18px 1fr;
  align-items: start;
  color: var(--muted) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.privacy-check input {
  min-height: auto;
  margin-top: 3px;
}

.privacy-check a {
  color: var(--sage-dark);
  font-weight: 800;
}

.form-submit {
  width: 100%;
}

.form-status {
  min-height: 20px;
  margin: 0;
  font-size: 13px;
  font-weight: 800;
}

.form-note {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.section {
  padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 72px);
}

.split-section,
.about-section,
.studio-section,
.offer-section {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.text-flow {
  color: var(--muted);
  font-size: 19px;
}

.pain-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--sage-dark);
  padding-top: 1px;
  padding-bottom: 1px;
}

.pain-card {
  min-height: 245px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--surface);
}

.pain-card span {
  display: block;
  margin-bottom: 28px;
  color: var(--clay);
  font-weight: 900;
}

.pain-card p {
  color: var(--muted);
}

.accent-card {
  background: var(--sage-dark);
  color: white;
}

.accent-card p,
.accent-card span {
  color: rgba(255, 255, 255, .78);
}

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

.offer-copy p {
  max-width: 660px;
  color: var(--muted);
  font-size: 19px;
}

.offer-box {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8efd9;
  box-shadow: var(--shadow);
}

.price-line {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 14px;
  align-items: baseline;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(20, 32, 28, .16);
}

.price-line span {
  color: var(--sage-dark);
  font-weight: 900;
}

.price-line strong {
  color: var(--clay);
  font-family: var(--serif);
  font-size: clamp(50px, 5vw, 68px);
  line-height: .8;
}

.price-line small {
  color: var(--muted);
  font-size: 22px;
  font-weight: 900;
  text-decoration: line-through;
}

.offer-box ul {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.offer-box li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
  font-weight: 800;
}

.offer-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sage-dark);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.photo-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr 1fr;
  grid-auto-rows: 230px;
  gap: 14px;
}

.photo-grid img {
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 14px 36px rgba(20, 32, 28, .1);
}

.photo-grid img:first-child {
  grid-row: span 2;
}

.photo-grid img:nth-child(3) {
  grid-row: span 2;
}

.process-section {
  background: var(--ink);
  color: white;
}

.process-section .eyebrow {
  color: var(--gold);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .2);
}

.process-grid article {
  min-height: 240px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--ink);
}

.process-grid span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  border: 1px solid rgba(215, 181, 109, .7);
  border-radius: 50%;
  color: var(--gold);
  font-weight: 900;
}

.process-grid p {
  color: rgba(255, 255, 255, .72);
}

.testimonials {
  background: #eef2e9;
}

.reviews-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 820px;
  margin: -8px 0 28px;
  border: 1px solid var(--line);
  background: var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.reviews-overview div {
  padding: 18px 20px;
  background: rgba(255, 255, 255, .78);
}

.reviews-overview strong {
  display: block;
  color: var(--sage-dark);
  font-size: 28px;
  line-height: 1;
}

.reviews-overview span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.testimonial-grid figure {
  margin: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .74);
}

.review-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.featured-review {
  background: var(--sage-dark) !important;
  color: white;
}

.featured-review blockquote,
.featured-review figcaption,
.featured-review small {
  color: rgba(255, 255, 255, .82);
}

.review-stars {
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 17px;
  letter-spacing: .08em;
}

.testimonial-grid blockquote {
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.22;
}

.testimonial-grid figcaption {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.testimonial-grid figcaption span:last-child {
  display: grid;
  gap: 2px;
}

.testimonial-grid figcaption strong {
  color: var(--ink);
}

.featured-review figcaption strong {
  color: white;
}

.testimonial-grid small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.review-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f8efd9;
  color: var(--sage-dark);
  font-size: 13px;
  font-weight: 900;
}

.reviews-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 860px;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .72);
}

.reviews-cta p {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
}

.portrait-stack img {
  width: min(100%, 520px);
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.about-copy p,
.studio-section p,
.final-cta p {
  color: var(--muted);
  font-size: 18px;
}

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

.studio-section img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.map-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--sage-dark);
  font-weight: 900;
}

.faq-section {
  background: #eef2e9;
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 980px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .78);
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 900;
}

.faq-list p {
  margin: -6px 22px 22px;
  color: var(--muted);
}

.final-cta {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.final-cta h2 {
  margin-left: auto;
  margin-right: auto;
}

.site-footer {
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.site-footer p {
  margin: 0;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
}

.legal-disclaimers {
  display: grid;
  gap: 10px;
  max-width: 1120px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: rgba(100, 115, 109, .88);
  font-size: 11px;
  line-height: 1.55;
}

.mobile-sticky-cta {
  display: none;
}

.thank-you-page {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: clamp(22px, 5vw, 72px);
  background: var(--paper);
}

.thank-you-shell {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 440px);
  gap: 32px;
  max-width: 1120px;
  margin: 0 auto;
  align-items: center;
}

.thank-you-card,
.coupon-preview,
.lead-admin {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.thank-you-card h1 {
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
}

.coupon-preview {
  min-height: 430px;
  display: grid;
  align-content: space-between;
  background: linear-gradient(145deg, var(--sage-dark), #1f3029);
  color: white;
}

.coupon-preview .value {
  font-family: var(--serif);
  font-size: 86px;
  line-height: .9;
}

.coupon-preview p {
  color: rgba(255, 255, 255, .78);
}

.thank-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.lead-admin {
  max-width: 760px;
  margin: 40px auto 0;
}

.hidden {
  display: none !important;
}

@media (min-width: 981px) {
  .hero {
    grid-template-columns: minmax(0, .95fr) minmax(380px, .5fr);
  }

  .hero-content {
    max-width: 700px;
  }

  .hero h1 {
    font-size: clamp(62px, 6.2vw, 92px);
  }

  .section-heading {
    max-width: 720px;
  }
}

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

  .site-header nav {
    display: none;
  }

  .hero,
  .split-section,
  .about-section,
  .studio-section,
  .offer-section,
  .thank-you-shell {
    grid-template-columns: 1fr;
  }

  .hero-media {
    height: 100%;
  }

  .hero-media::after {
    background: linear-gradient(180deg, rgba(20, 32, 28, .86), rgba(20, 32, 28, .62) 58%, rgba(20, 32, 28, .38) 100%);
  }

  .hero-content {
    min-height: 46vh;
  }

  .lead-panel {
    align-self: start;
  }

  .pain-section,
  .testimonial-grid,
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .photo-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 16px;
  }

  .brand span:last-child {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }

  .hero-content,
  .lead-panel {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  .hero-copy,
  .hero-actions {
    width: 100%;
    max-width: calc(100vw - 32px);
  }

  .hero-copy {
    max-width: 340px;
    font-size: 17px;
    line-height: 1.55;
  }

  h1 {
    max-width: calc(100vw - 32px);
    font-size: clamp(40px, 12.5vw, 52px);
  }

  .lead-panel h2 {
    font-size: 31px;
    line-height: 1.04;
  }

  .offer-mini {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .offer-mini strong {
    grid-row: auto;
    font-size: 38px;
  }

  .proof-strip div,
  .btn {
    width: 100%;
  }

  .pain-section,
  .testimonial-grid,
  .photo-grid,
  .process-grid,
  .reviews-overview {
    grid-template-columns: 1fr;
  }

  .reviews-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .price-line {
    grid-template-columns: 1fr auto;
  }

  .price-line small {
    grid-column: 2;
  }

  .photo-grid {
    grid-auto-rows: 260px;
  }

  .photo-grid img:first-child,
  .photo-grid img:nth-child(3) {
    grid-row: span 1;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 92px;
  }

  .footer-main {
    flex-direction: column;
  }

  .legal-disclaimers {
    font-size: 10.5px;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 8;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(20, 32, 28, .94);
    box-shadow: 0 18px 50px rgba(20, 32, 28, .28);
    backdrop-filter: blur(16px);
  }

  .mobile-sticky-cta span {
    display: none;
  }

  .mobile-sticky-cta a {
    min-height: 42px;
    padding: 12px 16px;
    border-radius: 999px;
    background: var(--clay);
    color: white;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
  }
}
