:root {
  --cream: #f8f4ed;
  --cream-deep: #eee4d6;
  --green: #174f3d;
  --green-dark: #0d382b;
  --sage: #a9b6a1;
  --sage-light: #dce3d5;
  --rose: #c37b76;
  --rose-dark: #9d5654;
  --terracotta: #d8846d;
  --wine: #743d46;
  --ink: #21362f;
  --white: #fffdf9;
  --line: rgba(23, 79, 61, .17);
  --shadow: 0 24px 70px rgba(41, 56, 48, .13);
  --radius: 32px;
  --max: 1180px;
  --display: Georgia, "Times New Roman", serif;
  --body: "Segoe UI", Candara, Calibri, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 4px; }
.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; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-180%); background: var(--green); color: #fff; padding: .7rem 1rem; border-radius: 10px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 32px), 1220px);
  margin: 14px auto 0;
  padding: .65rem .8rem .65rem 1rem;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 999px;
  background: rgba(248, 244, 237, .86);
  box-shadow: 0 12px 44px rgba(23, 79, 61, .09);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; color: var(--green); line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; color: var(--cream); background: var(--green); border-radius: 50% 50% 50% 12px; font: 700 1.55rem/1 var(--display); }
.brand strong { display: block; font: 700 1.15rem/1 var(--display); }
.brand small { display: block; margin-top: .28rem; font-size: .64rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: .2rem; }
.main-nav a { padding: .65rem .85rem; border-radius: 999px; font-size: .9rem; font-weight: 700; text-decoration: none; }
.main-nav a:hover { background: var(--sage-light); }
.main-nav .nav-cta { color: white; background: var(--green); padding-inline: 1.15rem; }
.main-nav .nav-cta:hover { background: var(--green-dark); }
.menu-toggle { display: none; }

.section-shell { position: relative; width: 100%; padding: clamp(5.5rem, 10vw, 9rem) max(24px, calc((100vw - var(--max)) / 2)); }
.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: clamp(2.5rem, 5vw, 5.5rem);
  padding-top: clamp(8rem, 13vw, 10.5rem);
  padding-inline: max(24px, calc((100vw - 1320px) / 2));
  background:
    radial-gradient(circle at 81% 22%, rgba(195, 123, 118, .2) 0 13%, transparent 13.4%),
    radial-gradient(circle at 5% 94%, rgba(169, 182, 161, .34) 0 18%, transparent 18.4%),
    var(--cream);
}
.hero::after { content: ""; position: absolute; right: -7vw; bottom: -8vw; width: 32vw; height: 22vw; border: 2px solid rgba(195,123,118,.25); border-radius: 55% 45% 0 0; transform: rotate(-13deg); pointer-events: none; }
.eyebrow { margin: 0 0 .8rem; color: var(--rose-dark); font-size: .78rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2 { margin: 0; color: var(--green); font-family: var(--display); font-weight: 700; letter-spacing: -.045em; line-height: .94; }
h1 { max-width: 8ch; font-size: clamp(4.3rem, 9vw, 8.3rem); }
h1 span { display: block; color: var(--rose-dark); font-size: .52em; font-family: var(--body); font-weight: 800; letter-spacing: .16em; line-height: 1.6; text-transform: uppercase; }
h2 { font-size: clamp(3.25rem, 7vw, 6.2rem); }
h3 { margin: 0; color: var(--green); font-size: 1.45rem; line-height: 1.2; }
.hero-lead { max-width: 37rem; margin: 1.65rem 0 0; font-size: clamp(1.1rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .75rem 1.35rem; border: 1px solid var(--green); border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(23,79,61,.16); }
.button-primary { color: white; background: var(--green); }
.button-primary:hover { background: var(--green-dark); }
.button-secondary { background: rgba(255,255,255,.35); }
.trait-list { display: flex; flex-wrap: wrap; gap: .55rem; padding: 0; margin: 1.7rem 0 0; list-style: none; }
.trait-list li { padding: .45rem .8rem; border: 1px solid var(--line); border-radius: 999px; color: var(--green); background: rgba(255,255,255,.4); font-size: .85rem; font-weight: 700; }
.hero-copy { position: relative; z-index: 2; }
.hero-visual { position: relative; z-index: 1; justify-self: center; width: min(108%, 690px); }
.photo-frame { position: relative; overflow: hidden; background: var(--sage-light); box-shadow: var(--shadow); }
.photo-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.6); pointer-events: none; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.photo-frame-hero { aspect-ratio: 1; border-radius: 48% 52% 49% 51% / 44% 51% 49% 56%; transform: rotate(1.5deg); border: 12px solid var(--white); }
.hero-note { position: absolute; right: -2rem; bottom: 1rem; max-width: 190px; padding: .9rem 1rem; color: var(--cream); background: var(--wine); border-radius: 16px 16px 16px 4px; box-shadow: 0 14px 28px rgba(116,61,70,.18); font: italic 1rem/1.25 var(--display); transform: rotate(-3deg); }

.section-heading { max-width: 660px; }
.section-heading > p:last-child { margin: 1.2rem 0 0; font-size: 1.08rem; }
.about { background: var(--white); }
.about::before { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); }
.about > .section-heading { margin: 0 auto clamp(3rem, 6vw, 5rem); text-align: center; }
.about-grid { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(420px, 1.22fr); gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.video-placeholder { position: relative; overflow: hidden; min-height: 570px; border-radius: 170px 170px var(--radius) var(--radius); background: var(--sage); box-shadow: var(--shadow); isolation: isolate; }
.intro-player { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 24%; background: var(--green-dark); }
.facts-card { position: relative; padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); box-shadow: 0 22px 60px rgba(35,54,47,.06); }
.facts-card::after { content: ""; position: absolute; top: -12px; right: 34px; width: 70px; height: 28px; background: rgba(211,150,137,.45); transform: rotate(4deg); }
.script-label { margin: 0 0 .2rem; color: var(--rose-dark); font: italic 1.2rem/1.4 var(--display); }
.facts-card h3 { font: 700 clamp(2.3rem, 4vw, 3.6rem)/1 var(--display); }
.facts-list { display: grid; gap: 1.15rem; padding: 0; margin: 2rem 0 0; list-style: none; }
.facts-list li { display: grid; grid-template-columns: 44px 1fr; align-items: start; gap: .9rem; }
.facts-list li > span { display: grid; place-items: center; width: 38px; height: 38px; color: var(--green); border: 1px solid var(--sage); border-radius: 50% 50% 50% 8px; font-size: .72rem; font-weight: 800; }
.facts-list p { margin: 0; line-height: 1.45; }
.facts-list strong { display: block; color: var(--green); }

.why { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(420px, 1.15fr); align-items: center; gap: clamp(3rem, 8vw, 7rem); background: linear-gradient(130deg, var(--cream) 0 70%, var(--cream-deep) 70%); }
.why-photo { position: relative; }
.photo-frame-tall { aspect-ratio: .72; border: 10px solid var(--white); border-radius: 170px 170px 26px 26px; }
.photo-frame-tall img { object-position: center center; }
.photo-caption { position: absolute; right: -1.4rem; bottom: 2rem; padding: .7rem 1rem; color: var(--cream); background: var(--green); border-radius: 999px; font: italic 1rem/1 var(--display); transform: rotate(-4deg); }
.benefit-list { display: grid; gap: .9rem; margin-top: 2.2rem; }
.benefit { display: grid; grid-template-columns: 54px 1fr; gap: 1.1rem; padding: 1.25rem; border: 1px solid transparent; border-radius: 20px; background: rgba(255,255,255,.46); transition: border-color .2s ease, transform .2s ease; }
.benefit:hover { transform: translateX(5px); border-color: var(--line); }
.benefit > span { display: grid; place-items: center; width: 48px; height: 48px; color: white; background: var(--rose); border-radius: 50%; font-size: .78rem; font-weight: 800; }
.benefit p { margin: .35rem 0 0; }

.work { background: var(--green); color: var(--cream); }
.work::before { content: ""; position: absolute; left: -6vw; top: -7vw; width: 23vw; height: 23vw; border: 1px solid rgba(255,255,255,.14); border-radius: 43% 57% 62% 38%; }
.work .section-heading { color: var(--cream); }
.work h2 { color: var(--cream); }
.work .eyebrow { color: #efaaa0; }
.section-heading-centered { margin: 0 auto clamp(3.5rem, 7vw, 5.5rem); text-align: center; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 3vw, 2rem); }
.video-card { padding: 1.1rem 1.1rem 1.5rem; border: 1px solid rgba(255,255,255,.14); border-radius: 30px; background: rgba(255,255,255,.07); }
.phone-shell { position: relative; width: min(100%, 285px); margin: 0 auto; padding: 9px; border: 2px solid rgba(255,255,255,.45); border-radius: 42px; background: #10271f; box-shadow: 0 18px 35px rgba(0,0,0,.18); }
.phone-shell::before { content: ""; position: absolute; z-index: 3; top: 16px; left: 50%; width: 42%; height: 20px; border-radius: 0 0 13px 13px; background: #10271f; transform: translateX(-50%); }
.portfolio-video { display: block; width: 100%; aspect-ratio: 9 / 16; border: 0; border-radius: 33px; background: #07120e; object-fit: cover; }
video::-webkit-media-controls-fullscreen-button,
video::-webkit-media-controls-picture-in-picture-button { display: none !important; }
.video-play-overlay { position: absolute; z-index: 6; top: 50%; left: 50%; display: block; width: 108px; height: 108px; padding: 0; border: 0; border-radius: 50%; color: transparent; background: transparent; box-shadow: none; cursor: pointer; transform: translate(-50%,-50%); }
.video-play-overlay:hover { background: rgba(255,255,255,.04); }
.video-play-overlay[hidden] { display: none; }
.video-play-overlay span { display: none; }
.video-card-copy { display: grid; grid-template-columns: auto 1fr; gap: 0 .8rem; align-items: baseline; margin-top: 1.25rem; }
.video-card-copy > span { color: #efaaa0; font-size: .72rem; font-weight: 800; }
.video-card-copy h3 { color: var(--cream); font-family: var(--display); font-size: 1.75rem; }
.video-card-copy p { grid-column: 2; margin: .4rem 0 0; color: rgba(248,244,237,.75); font-size: .92rem; line-height: 1.45; }

.contact { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); min-height: 820px; background: var(--white); }
.contact-photo { position: relative; z-index: 1; }
.photo-frame-round { aspect-ratio: 1; border: 12px solid var(--cream); border-radius: 50%; }
.contact-copy { position: relative; z-index: 1; }
.contact-copy h2 { max-width: 9ch; }
.contact-copy > p:not(.eyebrow) { max-width: 610px; margin: 1.4rem 0 0; font-size: 1.08rem; }
.contact-links { display: grid; gap: .7rem; margin-top: 2rem; }
.contact-links a { display: flex; align-items: center; gap: 1rem; max-width: 590px; padding: .85rem 1rem; border: 1px solid var(--line); border-radius: 999px; background: var(--cream); text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.contact-links a:hover { transform: translateX(5px); border-color: var(--green); background: var(--white); }
.contact-icon { display: grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; color: white; background: var(--green); border-radius: 50%; font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.contact-links small, .contact-links strong { display: block; }
.contact-links small { color: var(--rose-dark); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-links strong { color: var(--green); overflow-wrap: anywhere; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.5rem max(24px, calc((100vw - var(--max)) / 2)); color: rgba(248,244,237,.7); background: var(--green-dark); font-size: .82rem; }
.brand-footer { color: var(--cream); }
.brand-footer .brand-mark { color: var(--green); background: var(--cream); }
.footer-meta { display: flex; align-items: center; flex-wrap: wrap; gap: .45rem; }
.footer-meta a { color: var(--cream); font-weight: 700; text-underline-offset: 4px; }
.footer-meta a:hover { color: #efaaa0; }

.legal-body { min-height: 100vh; background: var(--cream); }
.legal-header { max-width: 1040px; }
.legal-back { display: inline-flex; align-items: center; min-height: 42px; padding: .55rem 1rem; border-radius: 999px; color: white; background: var(--green); font-size: .9rem; font-weight: 800; text-decoration: none; }
.legal-back:hover { background: var(--green-dark); }
.legal-main { position: relative; min-height: calc(100vh - 112px); padding: clamp(8.5rem, 14vw, 11rem) 24px clamp(5rem, 9vw, 8rem); overflow: hidden; }
.legal-main::before { content: ""; position: absolute; top: -7rem; right: -8rem; width: 32rem; height: 25rem; border-radius: 50%; background: rgba(195,123,118,.18); }
.legal-shell { position: relative; z-index: 1; width: min(100%, 940px); margin: 0 auto; }
.legal-hero { max-width: 700px; }
.legal-title { max-width: none; font-size: clamp(4rem, 10vw, 7.4rem); }
.legal-intro { max-width: 620px; margin: 1.35rem 0 0; font-size: 1.08rem; }
.legal-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.2rem; margin-top: clamp(2.5rem, 6vw, 4.5rem); }
.legal-card { padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,249,.88); box-shadow: 0 20px 54px rgba(35,54,47,.07); }
.legal-card-primary { grid-row: span 2; }
.legal-card h2 { margin: 0 0 1.2rem; font-size: clamp(1.8rem, 4vw, 2.6rem); letter-spacing: -.025em; line-height: 1.08; }
.legal-card h3 { margin: 1.8rem 0 .55rem; font-size: 1rem; font-family: var(--body); letter-spacing: .08em; text-transform: uppercase; }
.legal-card p { margin: 0; }
.legal-card address { font-style: normal; }
.legal-card a { color: var(--green); font-weight: 700; text-underline-offset: 4px; overflow-wrap: anywhere; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 920px) {
  .site-header { border-radius: 26px; }
  .menu-toggle { display: grid; gap: 4px; width: 44px; height: 44px; place-content: center; border: 0; border-radius: 50%; background: var(--green); cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 19px; height: 2px; border-radius: 2px; background: white; }
  .main-nav { position: absolute; inset: calc(100% + 8px) 0 auto; display: none; flex-direction: column; align-items: stretch; padding: .75rem; border: 1px solid rgba(255,255,255,.7); border-radius: 22px; background: rgba(248,244,237,.98); box-shadow: 0 18px 44px rgba(23,79,61,.12); }
  .main-nav.is-open { display: flex; }
  .main-nav a { text-align: center; }
  .hero, .about-grid, .why, .contact { grid-template-columns: 1fr; }
  .hero { min-height: auto; gap: 3.5rem; padding-top: 9rem; }
  .hero-copy { max-width: 690px; }
  .hero-visual { width: min(88vw, 620px); }
  .about-grid { max-width: 720px; margin-inline: auto; }
  .intro-video { min-height: 640px; }
  .facts-card { margin-top: 0; }
  .why { background: linear-gradient(150deg, var(--cream) 0 78%, var(--cream-deep) 78%); }
  .why-photo { width: min(76vw, 470px); margin: 0 auto; }
  .why-content { max-width: 720px; margin: 0 auto; }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .video-card:last-child { grid-column: 1 / -1; width: calc(50% - .6rem); justify-self: center; }
  .contact-photo { width: min(78vw, 470px); margin: 0 auto; }
  .contact-copy { max-width: 720px; margin: 0 auto; }
  .site-footer { flex-wrap: wrap; }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-card-primary { grid-row: auto; }
}

@media (max-width: 620px) {
  :root { --radius: 24px; }
  .section-shell { padding-inline: 20px; }
  .site-header { width: calc(100% - 22px); margin-top: 10px; }
  .hero { padding-top: 8rem; }
  h1 { font-size: clamp(3.9rem, 19vw, 5.5rem); }
  h2 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { width: 100%; }
  .photo-frame-hero { border-width: 8px; }
  .hero-note { right: .2rem; bottom: -.3rem; }
  .about-grid { grid-template-columns: minmax(0, 1fr); }
  .intro-video { min-height: 520px; border-radius: 120px 120px 24px 24px; }
  .facts-card { padding: 1.5rem; }
  .facts-list li { grid-template-columns: 38px 1fr; gap: .7rem; }
  .facts-list li > span { width: 34px; height: 34px; }
  .why { grid-template-columns: minmax(0, 1fr); }
  .why-photo { width: 100%; }
  .photo-caption { right: .4rem; }
  .benefit { grid-template-columns: 46px 1fr; padding: 1rem; gap: .8rem; }
  .benefit > span { width: 42px; height: 42px; }
  .video-grid { grid-template-columns: 1fr; }
  .video-card:last-child { grid-column: auto; width: auto; }
  .portfolio-video { min-height: 450px; }
  .contact { grid-template-columns: minmax(0, 1fr); min-height: auto; }
  .contact-copy h2 { max-width: 8ch; }
  .contact-links a { border-radius: 22px; align-items: flex-start; }
  .site-footer { flex-direction: column; align-items: flex-start; gap: .7rem; }
  .site-footer p { margin: 0; }
  .legal-main { padding-inline: 20px; }
  .legal-title { font-size: clamp(3.7rem, 18vw, 5.2rem); }
  .legal-back { padding-inline: .8rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
