:root {
  --gold: #f4c400;
  --gold-deep: #d9aa00;
  --ink: #111111;
  --charcoal: #1c1c1c;
  --muted: #686868;
  --line: #dedede;
  --paper: #ffffff;
  --soft: #f5f5f2;
  --danger: #a22a21;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
  --radius: 18px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
body.menu-open { overflow: hidden; }
.wordpress-embed .site-header,
.wordpress-embed > footer { display: none; }
.wordpress-embed main { margin: 0; }
.wordpress-embed .hero { min-height: min(760px, 88vh); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.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: 8px;
  left: 8px;
  z-index: 999;
  transform: translateY(-150%);
  background: var(--gold);
  padding: 10px 14px;
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.brand img { width: 92px; height: 65px; object-fit: contain; }
.brand span { padding-left: 13px; border-left: 1px solid var(--line); font-weight: 800; font-size: 0.92rem; line-height: 1.1; max-width: 90px; }
.main-nav { display: flex; align-items: center; gap: 25px; }
.main-nav > a:not(.button) { text-decoration: none; font-size: 0.93rem; font-weight: 700; }
.main-nav > a:not(.button):hover { color: #826800; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px 0; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--gold);
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  padding: 0 25px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.button:hover { transform: translateY(-2px); background: #ffd51d; border-color: #ffd51d; }
.button:focus-visible, .text-link:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible {
  outline: 3px solid #1778d0;
  outline-offset: 3px;
}
.button-small { min-height: 43px; padding-inline: 19px; font-size: 0.9rem; }
.button-dark { background: var(--ink); border-color: var(--ink); color: white; }
.button-dark:hover { background: #333; border-color: #333; }
.button-light { background: white; border-color: white; }
.button-outline { background: transparent; border-color: var(--ink); }
.button-outline:hover { color: white; background: var(--ink); border-color: var(--ink); }
.text-link { color: white; text-underline-offset: 5px; font-weight: 800; }
.dark-link { color: var(--ink); }

.hero { position: relative; min-height: 690px; display: grid; overflow: hidden; background: #111; color: white; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,9,9,.96) 0%, rgba(9,9,9,.83) 38%, rgba(9,9,9,.18) 73%, rgba(9,9,9,.1) 100%); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.12fr) 360px; gap: 58px; align-items: center; padding-block: 74px; }
.hero-copy { max-width: 680px; }
.eyebrow { margin: 0 0 13px; color: var(--gold); font-size: 0.78rem; font-weight: 950; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow.dark { color: #7f6500; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.06; letter-spacing: -0.035em; }
h1, h2, h3, p, li, summary, label, button { overflow-wrap: break-word; }
.hero-layout > *, .reserve-layout > *, .section-header-row > *, .cardboard-layout > *,
.equipment-layout > *, .service-layout > *, .faq-layout > *, .package-grid > *,
.comparison-grid > *, .add-on-grid > *, .field-grid > *, .labor-options > * { min-width: 0; }
h1 { margin-bottom: 22px; font-size: clamp(3.2rem, 7vw, 6.8rem); font-weight: 950; max-width: 850px; }
h1 span { color: var(--gold); }
h2 { font-size: clamp(2.1rem, 4.4vw, 4.15rem); margin-bottom: 18px; }
h3 { font-size: 1.35rem; }
.hero-lead { max-width: 610px; margin-bottom: 28px; color: rgba(255,255,255,.88); font-size: clamp(1.05rem, 2vw, 1.24rem); }
.hero-actions { display: flex; align-items: center; gap: 23px; flex-wrap: wrap; }
.trust-row { display: flex; gap: 10px; flex-wrap: wrap; list-style: none; padding: 0; margin: 32px 0 0; }
.trust-row li { border: 1px solid rgba(255,255,255,.3); border-radius: 999px; padding: 8px 13px; font-size: .81rem; font-weight: 800; background: rgba(0,0,0,.32); backdrop-filter: blur(8px); }
.hero-family-card { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 14px; align-items: center; max-width: 535px; margin-top: 22px; border: 1px solid rgba(244,196,0,.58); border-radius: 15px; background: rgba(8,8,8,.72); padding: 10px; backdrop-filter: blur(10px); }
.hero-family-card img { width: 76px; height: 76px; border: 2px solid var(--gold); border-radius: 11px; object-fit: cover; object-position: 43% 36%; }
.hero-family-card strong, .hero-family-card span { display: block; }
.hero-family-card strong { color: var(--gold); font-size: .88rem; }
.hero-family-card span { margin-top: 3px; color: rgba(255,255,255,.84); font-size: .78rem; line-height: 1.38; }

.quick-card { align-self: end; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.85); border-radius: 22px; padding: 27px; box-shadow: var(--shadow); }
.quick-label { margin-bottom: 15px; color: var(--muted); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.quick-price { display: flex; align-items: baseline; gap: 8px; }
.quick-price strong { font-size: 4.3rem; line-height: .9; letter-spacing: -.06em; }
.quick-price span { font-weight: 900; }
.quick-card > p:not(.quick-label) { color: #555; font-size: .92rem; }
.quick-total { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); margin-top: 20px; padding-top: 18px; }
.quick-total span { font-size: .87rem; color: var(--muted); }
.quick-total strong { font-size: 1.8rem; }
.quick-card .button { width: 100%; margin-top: 17px; }
.quick-card small { display: block; margin-top: 11px; text-align: center; color: var(--muted); font-size: .73rem; }

.proof-strip { background: var(--gold); }
.proof-grid { min-height: 108px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-grid p { margin: 0; padding: 7px 22px; border-right: 1px solid rgba(0,0,0,.2); }
.proof-grid p:first-child { padding-left: 0; }
.proof-grid p:last-child { border-right: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font-size: 1.03rem; }
.proof-grid span { font-size: .78rem; }

.family-section { overflow: hidden; background: var(--ink); color: white; padding: 100px 0; }
.family-layout { display: grid; grid-template-columns: 1.14fr .86fr; gap: 68px; align-items: center; }
.family-gallery { display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 12px; min-height: 520px; }
.family-photo { position: relative; min-width: 0; min-height: 0; overflow: hidden; margin: 0; border: 1px solid rgba(244,196,0,.34); border-radius: 18px; background: #222; box-shadow: 0 18px 45px rgba(0,0,0,.28); }
.family-photo-main { grid-row: 1 / 3; }
.family-photo img { width: 100%; height: 100%; object-fit: cover; }
.family-photo-main img { object-position: 43% center; }
.family-photo:nth-child(2) img { object-position: 50% 58%; }
.family-photo:nth-child(3) img { object-position: 50% 46%; }
.family-photo::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(180deg, transparent, rgba(0,0,0,.9)); pointer-events: none; }
.family-photo figcaption { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 22px; }
.family-photo figcaption strong, .family-photo figcaption span { display: block; }
.family-photo figcaption strong { color: var(--gold); font-size: .92rem; }
.family-photo figcaption span { margin-top: 4px; color: rgba(255,255,255,.84); font-size: .76rem; line-height: 1.35; }
.family-copy > p:not(.eyebrow):not(.gallery-hint) { color: rgba(255,255,255,.74); font-size: 1.02rem; }
.family-copy h2 { max-width: 560px; }
.family-points { display: grid; gap: 9px; margin: 27px 0; }
.family-points span { position: relative; border-top: 1px solid rgba(255,255,255,.17); padding: 11px 0 0 27px; font-size: .86rem; font-weight: 850; }
.family-points span::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 950; }
.gallery-hint { display: none; margin: 14px 0 0; color: rgba(255,255,255,.62); font-size: .76rem; }

.reserve-section { background: var(--soft); padding: 110px 0; }
.reserve-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.section-intro { position: sticky; top: 125px; }
.section-intro > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.inventory-note { display: flex; gap: 13px; margin-top: 28px; padding: 18px; border: 1px solid #d9d8d1; border-radius: 14px; background: white; }
.inventory-note > span { color: #2a9b4b; font-size: .78rem; padding-top: 4px; }
.inventory-note p { margin: 0; font-size: .88rem; }

.reservation-card { background: white; border: 1px solid #deddd7; border-radius: 24px; padding: clamp(23px, 4vw, 40px); box-shadow: 0 18px 45px rgba(0,0,0,.08); }
.form-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.form-heading h3 { margin: 5px 0 0; }
.form-heading > p { margin: 0; font-size: 2.15rem; font-weight: 950; letter-spacing: -.05em; }
.step-one-total { min-width: 210px; text-align: right; }
.step-one-total span, .step-one-total small { display: block; }
.step-one-total span { color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.step-one-total strong { display: block; margin-top: 2px; font-size: 2.15rem; line-height: 1; letter-spacing: -.05em; }
.step-one-total small { max-width: 285px; margin-top: 7px; color: var(--muted); font-size: .74rem; font-weight: 750; line-height: 1.3; }
.form-heading.compact { align-items: center; }
.step-tag { color: #816600; font-size: .72rem; font-weight: 950; text-transform: uppercase; letter-spacing: .13em; }
.package-picker { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 0; margin: 25px 0 0; border: 0; }
.package-picker label { cursor: pointer; }
.package-picker input { position: absolute; opacity: 0; pointer-events: none; }
.package-picker span { display: flex; min-height: 116px; flex-direction: column; align-items: center; justify-content: center; border: 2px solid var(--line); border-radius: 13px; padding: 9px 5px; text-align: center; transition: border-color 140ms ease, background 140ms ease; }
.package-picker strong { font-size: 1.65rem; line-height: 1; }
.package-picker small { margin-top: 7px; color: var(--ink); font-weight: 900; }
.package-picker em { margin-top: 5px; color: #725b00; font-size: .65rem; font-style: normal; font-weight: 800; line-height: 1.2; }
.package-picker input:checked + span { border-color: var(--gold-deep); background: #fff7cc; box-shadow: inset 0 0 0 1px var(--gold-deep); }
.package-picker input:focus-visible + span { outline: 3px solid #1778d0; outline-offset: 3px; }
.selection-note { margin: 12px 0 0; text-align: right; color: var(--muted); font-size: .81rem; font-weight: 700; }
.deposit-explainer { margin: 16px 0 0; border-left: 4px solid var(--gold-deep); border-radius: 0 10px 10px 0; background: #fff9db; padding: 13px 15px; color: #4e4e4e; font-size: .79rem; }
.deposit-explainer strong { display: block; margin-bottom: 2px; color: var(--ink); }
.form-section { border-top: 1px solid var(--line); margin-top: 30px; padding-top: 27px; }
.field-grid { display: grid; gap: 17px; margin-top: 19px; }
.field-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
label > span { display: block; margin-bottom: 7px; font-size: .86rem; font-weight: 850; }
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"], input:not([type]) {
  width: 100%; min-height: 52px; border: 1px solid #c9c9c4; border-radius: 10px; background: white; padding: 0 14px; color: var(--ink);
}
input::placeholder { color: #92928d; }
input.invalid { border-color: var(--danger); box-shadow: 0 0 0 1px var(--danger); }
.field-error { display: none; margin-top: 5px; color: var(--danger); font-size: .76rem; }
.invalid + .field-error, .agreement-error.show { display: block; }
.check-line, .agreement-line { display: flex; align-items: start; gap: 10px; margin-top: 15px; cursor: pointer; }
.check-line input, .agreement-line input, .addon input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: #aa8700; flex: 0 0 auto; }
.check-line span, .agreement-line span { margin: 0; font-weight: 650; }
.travel-note { margin: 12px 0 0; color: var(--muted); font-size: .79rem; }
.included-equipment { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: start; margin-top: 18px; border: 1px solid #d8b51c; border-radius: 13px; background: #fff9db; padding: 16px; }
.included-equipment strong, .included-equipment small { display: block; }
.included-equipment small { margin-top: 4px; color: var(--muted); }
.included-pill { display: inline-flex; align-items: center; min-height: 27px; margin: 0; border-radius: 999px; background: var(--ink); color: white; padding: 2px 10px; font-size: .68rem; font-weight: 950; text-transform: uppercase; letter-spacing: .07em; }
.labor-picker { margin: 24px 0 0; padding: 0; border: 0; }
.labor-picker legend { padding: 0; font-size: .88rem; font-weight: 900; }
.labor-explainer { margin: 4px 0 12px; color: var(--muted); font-size: .78rem; }
.labor-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.labor-options label { display: grid; grid-template-columns: auto 1fr; gap: 9px; align-items: start; min-height: 112px; border: 2px solid var(--line); border-radius: 13px; padding: 13px; cursor: pointer; }
.labor-options label:has(input:checked) { border-color: var(--gold-deep); background: #fff7cc; box-shadow: inset 0 0 0 1px var(--gold-deep); }
.labor-options input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #aa8700; }
.labor-options span { margin: 0; }
.labor-options strong, .labor-options small { display: block; }
.labor-options small { margin-top: 3px; color: var(--muted); font-weight: 500; line-height: 1.35; }
.labor-options b { grid-column: 2; color: #725b00; font-size: .86rem; }
.labor-hours { display: grid; grid-template-columns: minmax(0, 1fr) 100px; gap: 5px 14px; align-items: center; margin-top: 13px; border-radius: 12px; background: var(--soft); padding: 14px; }
.labor-hours > span { margin: 0; }
.labor-hours input { text-align: center; font-weight: 850; }
.labor-hours small { grid-column: 1 / -1; color: var(--muted); font-size: .74rem; }
.addon-list { display: grid; gap: 10px; margin-top: 18px; }
.addon { display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; border: 1px solid var(--line); border-radius: 13px; padding: 15px; cursor: pointer; }
.addon:hover { border-color: #ae8c06; }
.addon span { margin: 0; }
.addon strong, .addon small { display: block; }
.addon small { margin-top: 3px; color: var(--muted); font-weight: 500; }
.addon b { font-size: .9rem; }
.agreement-line { margin-top: 27px; }
.agreement-line a { color: #6f5900; text-underline-offset: 3px; }
.estimate-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 25px; padding: 21px 0; border-top: 2px solid var(--ink); }
.estimate-row span, .estimate-row small { display: block; }
.estimate-row span { font-weight: 900; }
.estimate-row small { color: var(--muted); font-size: .74rem; }
.estimate-row > strong { font-size: 2rem; }
.estimate-breakdown { display: flex; justify-content: flex-end; gap: 17px 26px; flex-wrap: wrap; margin: -8px 0 18px; color: var(--muted); font-size: .76rem; }
.estimate-breakdown span { display: inline-flex; gap: 7px; }
.estimate-breakdown strong { color: var(--ink); }
.submit-button { width: 100%; }
.secure-note { display: block; margin-top: 9px; text-align: center; color: var(--muted); font-size: .74rem; }

.how-section { padding: 105px 0; }
.centered-heading { max-width: 760px; margin: 0 auto 50px; text-align: center; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-grid article { position: relative; min-height: 255px; overflow: hidden; border-radius: var(--radius); background: var(--ink); color: white; padding: 31px; }
.step-grid article:nth-child(2) { background: var(--gold); color: var(--ink); }
.step-grid article > span { display: block; color: var(--gold); font-size: 3.4rem; font-weight: 950; line-height: 1; opacity: .9; }
.step-grid article:nth-child(2) > span { color: var(--ink); }
.step-grid h3 { margin: 35px 0 10px; font-size: 1.65rem; }
.step-grid p { margin-bottom: 0; color: rgba(255,255,255,.75); }
.step-grid article:nth-child(2) p { color: rgba(0,0,0,.68); }

.packages-section { padding: 110px 0; background: var(--soft); }
.section-header-row { display: grid; grid-template-columns: 1fr .75fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.section-header-row h2 { margin-bottom: 0; }
.section-header-row > p { color: var(--muted); }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; border: 1px solid #d8d7d2; border-radius: 19px; background: white; padding: 27px 24px 23px; }
.price-card.featured { border: 3px solid var(--gold-deep); padding: 25px 22px 21px; box-shadow: 0 15px 30px rgba(0,0,0,.08); }
.popular-flag { position: absolute; top: -15px; right: 17px; border-radius: 999px; background: var(--gold); padding: 6px 11px; font-size: .67rem; font-weight: 950; text-transform: uppercase; letter-spacing: .07em; }
.package-name { color: #806600; margin-bottom: 17px; font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.price-card h3 { margin-bottom: 10px; font-size: 1.1rem; }
.price-card h3 span { font-size: 2.7rem; }
.price { margin: 0 0 12px; font-size: 3.15rem; line-height: 1; font-weight: 950; letter-spacing: -.06em; }
.price sup { font-size: 1.2rem; vertical-align: top; line-height: 1.8; }
.price-caption { min-height: 42px; margin: 0 0 13px; color: var(--muted); font-size: .76rem; line-height: 1.35; }
.price-caption strong { display: block; color: #725b00; }
.price-card ul { flex: 1; list-style: none; margin: 5px 0 25px; padding: 0; color: var(--muted); font-size: .87rem; }
.price-card li { margin: 8px 0; padding-left: 20px; position: relative; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: #856a00; font-weight: 950; }
.price-card .button { width: 100%; min-height: 46px; padding-inline: 10px; }
.package-footnote { max-width: 760px; margin: 28px auto 0; text-align: center; color: var(--muted); font-size: .82rem; }

.cardboard-section { background: var(--ink); color: white; padding: 105px 0; }
.cardboard-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 68px; align-items: center; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.comparison { border-radius: 18px; padding: 27px; }
.comparison > p { font-weight: 950; font-size: 1.15rem; }
.comparison ul { list-style: none; padding: 0; margin: 0; }
.comparison li { margin: 11px 0; }
.comparison li::before { margin-right: 9px; }
.comparison.muted { border: 1px solid #3c3c3c; color: #aaa; }
.comparison.muted li::before { content: "×"; color: #d35b4f; }
.comparison.bright { background: var(--gold); color: var(--ink); }
.comparison.bright li::before { content: "✓"; font-weight: 950; }

.equipment-section { padding: 105px 0; background: #eaf0f7; }
.equipment-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 65px; align-items: center; }
.equipment-image-wrap { overflow: hidden; border: 1px solid #cbd2da; border-radius: 24px; background: white; box-shadow: 0 18px 45px rgba(18, 38, 62, .12); }
.equipment-image-wrap img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.equipment-copy > p:not(.eyebrow) { color: var(--muted); }
.equipment-list { display: grid; gap: 10px; margin-top: 25px; }
.equipment-list article { display: grid; grid-template-columns: 82px 1fr; gap: 16px; align-items: start; border-top: 1px solid #c6cdd5; padding-top: 16px; }
.equipment-list article > span { display: inline-flex; justify-content: center; border-radius: 999px; background: var(--ink); color: white; padding: 6px 9px; font-size: .69rem; font-weight: 950; }
.equipment-list article:first-child > span { background: var(--gold); color: var(--ink); }
.equipment-list h3 { margin: 2px 0 5px; font-size: 1.05rem; }
.equipment-list p { margin: 0; color: var(--muted); font-size: .84rem; }

.add-on-section { padding: 100px 0; }
.add-on-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.add-on-grid article { min-height: 355px; padding: clamp(35px, 5vw, 65px); display: flex; flex-direction: column; align-items: start; justify-content: center; }
.add-on-grid article > p:not(.eyebrow) { color: var(--muted); }
.labor-rate-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: 100%; margin: 8px 0 12px; }
.labor-rate-grid p { margin: 0; border: 1px solid var(--line); border-radius: 13px; background: var(--soft); padding: 15px; }
.labor-rate-grid strong, .labor-rate-grid span, .labor-rate-grid small { display: block; }
.labor-rate-grid strong { font-size: 1.45rem; }
.labor-rate-grid span { color: var(--muted); font-size: .78rem; font-weight: 800; }
.labor-rate-grid small { margin-top: 5px; color: #725b00; font-size: .72rem; font-weight: 900; }
.labor-rate-note { color: var(--muted); font-size: .76rem; }
.add-on-grid article .button { margin-top: 20px; }
.junk-card { background: var(--charcoal); color: white; }
.junk-card > p:not(.eyebrow) { color: #c9c9c9 !important; }

.service-section { padding: 105px 0; background: var(--soft); }
.service-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.service-layout > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.area-card { background: white; border: 1px solid #dbdad5; border-radius: 20px; padding: 31px; }
.area-card > div { padding: 17px 0; border-bottom: 1px solid var(--line); }
.area-card span, .area-card strong { display: block; }
.area-card span { color: #846a00; font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.area-card strong { margin-top: 4px; }
.area-card p { margin: 20px 0 0; color: var(--muted); font-size: .82rem; }

.faq-section { padding: 110px 0; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: start; }
.faq-layout > div:first-child { position: sticky; top: 125px; }
.faq-layout a { font-weight: 900; text-underline-offset: 4px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 45px 24px 0; cursor: pointer; list-style: none; font-weight: 900; font-size: 1.04rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 19px; font-size: 1.6rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 45px 22px 0; color: var(--muted); }

.final-cta { background: var(--gold); padding: 72px 0; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.final-cta .eyebrow { color: #5a4800; }
.final-cta h2 { margin-bottom: 0; }

footer { background: #0b0b0b; color: white; padding: 67px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 60px; }
.footer-brand img { width: 155px; height: 105px; object-fit: contain; background: white; border-radius: 12px; padding: 4px; }
.footer-brand p { max-width: 450px; color: #aaa; font-size: .88rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: start; gap: 10px; }
.footer-grid a, .footer-grid span { color: #aaa; font-size: .84rem; }
.footer-grid a:hover { color: var(--gold); }
.copyright { border-top: 1px solid #292929; margin-top: 50px; padding-top: 23px; color: #777; font-size: .75rem; }

.request-dialog { position: absolute; inset: auto auto auto 50%; top: var(--osm-dialog-top, 12px); transform: translateX(-50%); width: min(690px, calc(100% - 28px)); max-height: var(--osm-dialog-max-height, 88vh); margin: 0; overflow: auto; overscroll-behavior: contain; border: 0; border-radius: 22px; padding: clamp(24px, 5vw, 42px); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.request-dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(5px); }
.request-dialog h2 { font-size: clamp(2rem, 5vw, 3.25rem); }
.request-dialog > p:not(.eyebrow):not(.copy-status) { color: var(--muted); }
.request-dialog .dialog-next-step { margin: 12px 0 8px; color: var(--ink); }
.request-dialog .dialog-explainer { margin: 17px 0 0; }
.dialog-close { position: absolute; top: 14px; right: 17px; border: 0; background: transparent; font-size: 2rem; cursor: pointer; }
.request-dialog pre { max-height: 260px; overflow: auto; border: 1px solid var(--line); border-radius: 12px; background: var(--soft); padding: 17px; white-space: pre-wrap; overflow-wrap: anywhere; font-family: inherit; font-size: .84rem; }

.legal-page { background: var(--soft); }
.legal-header { position: static; }
.legal-main { padding: clamp(42px, 7vw, 80px) 0 90px; }
.legal-card { max-width: 900px; margin: 0 auto; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); padding: clamp(24px, 5vw, 58px); }
.legal-card h1 { margin: 8px 0 12px; font-size: clamp(2.2rem, 6vw, 4.5rem); line-height: .96; letter-spacing: -.045em; }
.legal-card h2 { margin: 38px 0 10px; font-size: clamp(1.35rem, 3vw, 1.8rem); }
.legal-card p, .legal-card li { color: #3e3e3e; }
.legal-card a { color: #6f5900; }
.legal-card table { width: 100%; border-collapse: collapse; margin: 18px 0; }
.legal-card th, .legal-card td { padding: 12px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-card th:last-child, .legal-card td:last-child { text-align: right; }
.legal-notice { margin: 22px 0; border-left: 5px solid var(--gold); background: #fff9d7; padding: 16px 18px; }
.legal-meta { color: var(--muted); font-size: .9rem; }
.legal-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }

@media (max-width: 620px) {
  .legal-card { border-radius: 16px; }
  .legal-card table { font-size: .86rem; }
  .legal-card th, .legal-card td { padding: 10px 6px; }
}
.dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.dialog-actions .button { flex: 1 1 170px; }
.request-details { margin-top: 18px; border-top: 1px solid var(--line); }
.request-details summary { padding: 16px 4px 6px; cursor: pointer; font-weight: 800; }
.request-details[open] summary { margin-bottom: 8px; }
.text-button { border: 0; background: transparent; text-decoration: underline; font-weight: 800; cursor: pointer; padding: 10px; }
.copy-status { min-height: 24px; margin: 8px 0 0; color: #39723f; font-size: .8rem; }

@media (max-width: 980px) {
  .main-nav { gap: 16px; }
  .main-nav > a:not(.button) { display: none; }
  .hero-layout { grid-template-columns: 1fr 320px; gap: 30px; }
  .family-layout, .reserve-layout, .cardboard-layout, .equipment-layout, .service-layout, .faq-layout { gap: 45px; }
  .family-gallery { min-height: 470px; }
  .package-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 600px); }
  .header-inner { min-height: 72px; }
  .brand img { width: 77px; height: 54px; }
  .brand span { font-size: .78rem; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 72px 0 auto; display: none; flex-direction: column; align-items: stretch; padding: 22px; background: white; box-shadow: 0 20px 35px rgba(0,0,0,.16); }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.button) { display: block; padding: 8px; text-align: center; }
  .main-nav .button { width: 100%; }

  .hero { min-height: auto; }
  .hero-photo { object-position: 65% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(8,8,8,.62), rgba(8,8,8,.94) 62%, #0a0a0a); }
  .hero-layout { display: block; padding: 70px 0 32px; }
  .hero-copy { padding-top: 90px; }
  h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .quick-card { margin-top: 38px; }
  .proof-grid { grid-template-columns: 1fr 1fr; padding-block: 15px; }
  .proof-grid p, .proof-grid p:first-child { padding: 13px; border-right: 0; }

  .family-section, .reserve-section, .how-section, .packages-section, .cardboard-section, .equipment-section, .add-on-section, .service-section, .faq-section { padding: 75px 0; }
  .family-layout, .reserve-layout, .section-header-row, .cardboard-layout, .equipment-layout, .service-layout, .faq-layout { grid-template-columns: 1fr; }
  .family-copy { order: 1; }
  .family-gallery { order: 2; display: flex; min-height: 0; width: calc(100% + 14px); overflow-x: auto; gap: 12px; margin-right: -14px; padding: 4px 14px 14px 0; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--gold) #292929; }
  .family-photo, .family-photo-main { flex: 0 0 min(82vw, 440px); grid-row: auto; min-height: 390px; scroll-snap-align: start; }
  .family-photo img, .family-photo-main img { object-position: center; }
  .gallery-hint { display: block; }
  .section-intro, .faq-layout > div:first-child { position: static; }
  .section-header-row { gap: 10px; }
  .package-picker { grid-template-columns: 1fr 1fr; }
  .labor-options { grid-template-columns: 1fr; }
  .labor-options label { min-height: 0; }
  .field-grid.two { grid-template-columns: 1fr; }
  .form-heading { align-items: start; flex-wrap: wrap; }
  .step-one-total { width: 100%; border-top: 1px solid var(--line); padding-top: 14px; text-align: left; }
  .step-one-total small { max-width: none; }
  .estimate-row { align-items: flex-start; flex-wrap: wrap; }
  .estimate-breakdown { justify-content: flex-start; }
  .step-grid { grid-template-columns: 1fr; }
  .step-grid article { min-height: 220px; }
  .package-grid { grid-template-columns: 1fr; }
  .comparison-grid, .add-on-grid { grid-template-columns: 1fr; }
  .final-cta-inner { align-items: stretch; flex-direction: column; }
  .final-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 430px) {
  h1 { font-size: clamp(2.7rem, 14vw, 4.1rem); }
  h2 { font-size: clamp(1.9rem, 10vw, 2.8rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { text-align: center; }
  .trust-row li { flex: 1 1 auto; text-align: center; }
  .hero-family-card { grid-template-columns: 66px minmax(0, 1fr); }
  .hero-family-card img { width: 66px; height: 66px; }
  .family-photo, .family-photo-main { flex-basis: calc(100vw - 58px); min-height: 350px; }
  .family-photo figcaption { padding: 18px; }
  .reservation-card { border-radius: 18px; padding: 20px 16px; }
  .button { padding-inline: 16px; }
  .package-picker span { min-height: 112px; }
  .addon { grid-template-columns: auto 1fr; }
  .addon b { grid-column: 2; }
  .request-dialog { width: calc(100% - 16px); border-radius: 16px; padding: 18px 14px 14px; }
  .request-dialog .eyebrow { margin-bottom: 6px; }
  .request-dialog h2 { margin: 0 30px 7px 0; font-size: clamp(1.6rem, 8vw, 2rem); }
  .request-dialog .dialog-next-step { margin: 5px 0 7px; }
  .request-dialog > p:not(.eyebrow):not(.copy-status) { font-size: .9rem; }
  .dialog-actions { display: grid; grid-template-columns: 1fr; gap: 7px; margin-top: 7px; }
  .dialog-actions .button { width: 100%; min-height: 48px; }
  .request-dialog .dialog-explainer { margin-top: 12px; }
  .request-details { margin-top: 14px; }
}

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