:root {
  --cream: #f7f1e8;
  --paper: #fffaf2;
  --ink: #1d1d1d;
  --muted: #68615a;
  --navy: #26384a;
  --clay: #c97c5d;
  --sage: #a7aea2;
  --white: #ffffff;
  --line: rgba(29, 29, 29, 0.12);
  --shadow: 0 24px 70px rgba(38, 56, 74, 0.16);
  --radius: 28px;
  --radius-sm: 18px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.container {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -80px;
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 999px;
  z-index: 999;
}
.skip-link:focus { top: 12px; }
.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 241, 232, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 34px rgba(38, 56, 74, 0.08);
}
.header-inner {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand img { width: 230px; height: auto; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 700;
  color: var(--navy);
}
.site-nav a { opacity: 0.92; }
.site-nav a:hover { opacity: 1; color: var(--clay); }
.nav-cta {
  background: var(--navy);
  color: var(--white) !important;
  padding: 12px 17px;
  border-radius: 999px;
}
.nav-toggle { display: none; }

.hero {
  position: relative;
  padding: 88px 0 70px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: -30% -10% auto auto;
  width: 560px;
  height: 560px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(201,124,93,0.24), transparent 68%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
  gap: 60px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--clay);
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  letter-spacing: -0.055em;
  line-height: 0.96;
}
h1 {
  font-size: clamp(3.2rem, 8vw, 6.8rem);
  margin-bottom: 26px;
}
h2 {
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  margin-bottom: 22px;
}
h3 { font-size: 1.18rem; margin-bottom: 10px; }
.lead {
  font-size: clamp(1.08rem, 2.1vw, 1.38rem);
  max-width: 680px;
  color: var(--muted);
  margin-bottom: 32px;
}
.hero-actions, .trust-row, .add-ons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border: 1px solid var(--navy);
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(38,56,74,0.16); }
.button.primary { background: var(--navy); color: var(--white); }
.button.ghost { background: rgba(255,255,255,0.36); color: var(--navy); }
.trust-row { margin-top: 26px; }
.trust-row span, .add-ons span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(255,255,255,0.46);
  color: var(--navy);
  font-weight: 800;
  font-size: 0.9rem;
}
.hero-card {
  position: relative;
  min-height: 560px;
}
.photo-stack {
  position: relative;
  min-height: 520px;
}
.photo-card {
  position: absolute;
  width: 70%;
  min-height: 330px;
  border-radius: 36px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,0.52);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  font-weight: 900;
  color: var(--white);
  isolation: isolate;
}
.photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(145deg, rgba(38,56,74,0.2), rgba(201,124,93,0.22));
}
.photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 36% 25%, rgba(255,255,255,0.72) 0 7%, transparent 7.5%),
    linear-gradient(0deg, rgba(0,0,0,0.58), transparent 55%);
}
.card-one { right: 2%; top: 0; background: var(--navy); }
.card-two { left: 0; top: 126px; background: var(--sage); }
.card-three { right: 8%; top: 252px; background: var(--clay); }
.score-card {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 300px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}
.score-card p { margin-bottom: 0; color: var(--muted); }

.section-pad { padding: 84px 0; }
.intro-section {
  padding: 52px 0;
  background: var(--navy);
  color: var(--white);
}
.intro-section .eyebrow { color: #f3c6b3; }
.intro-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 52px;
  align-items: center;
}
.intro-grid p:last-child {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.78);
  margin-bottom: 0;
}
.cards-three, .package-grid, .shot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.feature-card, .package-card, .shot-grid article, .faq-list details, .privacy-card, .booking-form, .contact-note {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 42px rgba(38,56,74,0.08);
}
.feature-card { padding: 28px; }
.feature-icon {
  display: inline-flex;
  margin-bottom: 46px;
  color: var(--clay);
  font-weight: 950;
  letter-spacing: -0.05em;
  font-size: 2rem;
}
.feature-card p, .package-card p, .shot-grid p, .faq-list p, .booking p { color: var(--muted); }

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}
.section-head p:last-child { color: var(--muted); font-size: 1.08rem; }
.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 30px;
}
.package-card.featured {
  background: var(--navy);
  color: var(--white);
  transform: translateY(-12px);
}
.package-card.featured p, .package-card.featured li { color: rgba(255,255,255,0.76); }
.badge {
  position: absolute;
  right: 22px;
  top: 22px;
  background: var(--clay);
  color: var(--white);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.8rem;
  font-weight: 900;
}
.price {
  font-size: 3.4rem;
  line-height: 1;
  color: var(--navy) !important;
  font-weight: 950;
  letter-spacing: -0.08em;
  margin-bottom: 18px;
}
.featured .price { color: var(--white) !important; }
.package-card ul {
  list-style: none;
  padding: 0;
  margin: 28px 0;
}
.package-card li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 13px;
  color: var(--muted);
  font-weight: 650;
}
.package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: var(--clay);
}
.package-button { margin-top: auto; width: 100%; }
.add-ons { margin-top: 28px; }

.process { background: rgba(255,255,255,0.32); }
.process-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 58px;
  align-items: start;
}
.sticky-copy { position: sticky; top: 120px; }
.timeline {
  display: grid;
  gap: 18px;
}
.timeline article {
  padding: 26px;
  border-radius: var(--radius);
  background: var(--paper);
  border: 1px solid var(--line);
}
.timeline span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--clay);
  color: var(--white);
  font-weight: 950;
  margin-bottom: 24px;
}
.timeline p { color: var(--muted); margin-bottom: 0; }

.shot-grid article { padding: 24px; min-height: 172px; }
.privacy-card {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 42px;
  padding: 38px;
  background: var(--navy);
  color: var(--white);
}
.privacy-card .eyebrow { color: #f3c6b3; }
.privacy-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.privacy-card li {
  border-bottom: 1px solid rgba(255,255,255,0.14);
  padding: 14px 0;
  color: rgba(255,255,255,0.82);
  font-weight: 750;
}
.privacy-card li:last-child { border-bottom: 0; }

.faq-list { display: grid; gap: 14px; }
details { padding: 0; overflow: hidden; }
summary {
  cursor: pointer;
  font-weight: 900;
  padding: 22px 24px;
  list-style: none;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  float: right;
  color: var(--clay);
  font-size: 1.25rem;
}
details[open] summary::after { content: "-"; }
details p { padding: 0 24px 24px; margin-bottom: 0; }

.booking-grid {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 42px;
  align-items: start;
}
.contact-note { padding: 22px; margin-top: 26px; color: var(--muted); }
.booking-form {
  padding: 28px;
  display: grid;
  gap: 16px;
}
.booking-form label {
  display: grid;
  gap: 8px;
  font-weight: 900;
  color: var(--navy);
}
.booking-form input, .booking-form select, .booking-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 14px 15px;
  background: var(--white);
  color: var(--ink);
  outline: none;
}
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus {
  border-color: var(--clay);
  box-shadow: 0 0 0 4px rgba(201,124,93,0.16);
}
.checkbox-row {
  grid-template-columns: auto 1fr !important;
  align-items: center;
  font-weight: 750 !important;
}
.checkbox-row input { width: 19px; height: 19px; }
.form-status { margin: 0; font-weight: 800; color: var(--clay) !important; }

.site-footer {
  background: var(--ink);
  color: var(--white);
  padding: 58px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.9fr;
  gap: 40px;
}
.footer-logo {
  width: 220px;
  background: var(--cream);
  border-radius: 18px;
  padding: 8px;
  margin-bottom: 18px;
}
.site-footer p, .site-footer span { color: rgba(255,255,255,0.68); }
.site-footer h3 { color: var(--white); }
.site-footer a { display: block; color: rgba(255,255,255,0.78); margin-bottom: 10px; }
.site-footer a:hover { color: var(--clay); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  margin-top: 44px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 0.92rem;
}

@media (max-width: 920px) {
  .header-inner { height: 72px; }
  .brand img { width: 190px; }
  .nav-toggle {
    display: inline-grid;
    gap: 5px;
    border: 0;
    background: var(--navy);
    padding: 12px;
    border-radius: 14px;
  }
  .nav-toggle span:not(.sr-only) {
    width: 22px;
    height: 2px;
    background: var(--white);
    display: block;
  }
  .site-nav {
    position: absolute;
    inset: 72px 20px auto 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: var(--paper);
    padding: 18px;
    border-radius: 22px;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
  }
  .site-nav.is-open { display: flex; }
  .hero-grid, .intro-grid, .process-grid, .privacy-card, .booking-grid, .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero { padding-top: 54px; }
  .hero-card { min-height: 460px; }
  .photo-stack { min-height: 420px; }
  .photo-card { min-height: 260px; }
  .cards-three, .package-grid, .shot-grid { grid-template-columns: 1fr; }
  .package-card.featured { transform: none; }
  .sticky-copy { position: static; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, var(--max)); }
  .section-pad { padding: 62px 0; }
  .hero-card { min-height: 380px; }
  .photo-card { width: 78%; min-height: 210px; border-radius: 26px; }
  .card-two { top: 96px; }
  .card-three { top: 192px; }
  .score-card { position: relative; margin-top: -30px; max-width: none; }
  .footer-bottom { display: grid; }
}
