/* Homepage and request-page presentation. Shared app/admin styles stay in styles.css. */
.skip-link { position: fixed; top: -200px; left: 16px; z-index: 200; padding: 12px 18px; background: #fff; color: #111; }
.skip-link:focus { top:12px; }
.home-page main:focus, .booking-page main:focus { outline: none; }
.home-page :is(a, button, summary):focus-visible, .booking-page :is(a, button, summary):focus-visible { outline: 3px solid #bc8c26; outline-offset: 5px; }
.home-page .container, .booking-page .container { width: min(1180px, calc(100% - 64px)); }
.home-page section[id], .home-page details[id] { scroll-margin-top: 108px; }
.home-page .hero { min-height: 660px; }
.home-page .hero-bg { background-position: center 42%; }
.home-page .hero-shade { background: linear-gradient(90deg, rgba(5,5,6,.96) 0%, rgba(5,5,6,.83) 34%, rgba(5,5,6,.12) 73%, rgba(5,5,6,.05)); }
.home-page .hero-grid { padding: 95px 0 82px; }
.home-page .hero-copy { max-width: 660px; }
.home-page .hero h1 { font-size: clamp(3.25rem, 5.8vw, 5.15rem); line-height: 1.06; letter-spacing: -.045em; overflow-wrap: normal; hyphens: none; }
.home-page .hero-lead { max-width: 400px; font-size: 1.13rem; line-height: 1.6; margin: 24px 0 30px; }
.home-page .btn { gap: 18px; }
.home-page .hero-region { margin: 34px 0 0; color: #c7beb0; font-size: .85rem; }
.home-page .trust-grid { grid-template-columns: repeat(3, 1fr); }
.home-page .trust-grid > div { padding: 25px 30px; }
.home-page .trust-grid > div:first-child { padding-left: 0; }
.home-page .trust-grid > div:last-child { border: 0; }
.home-page .section { padding: 88px 0; }
.home-page .section h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); line-height: 1.12; }
.home-page .home-craft { background: #f5f1e9; }
.home-page .craft-grid { grid-template-columns: 1fr 1fr; gap: 72px; }
.home-page .craft-grid .photo-frame { height: 480px; border-radius: 4px 70px 4px 4px; box-shadow: none; }
.home-page .craft-copy > p { color: #565148; }
.home-page .craft-copy .lead { color: #292722; }
.quiet-link { display: inline-flex; align-items: center; gap: 12px; padding: 8px 0; color: #755711; font-weight: 750; text-decoration: underline; text-underline-offset: 5px; }
.home-page .craft-copy .quiet-link { margin-top: 12px; }
.home-page .packages { background: #fffdfa; }
.home-page .section-head { margin-bottom: 44px; }
.home-page .section-head h2 { margin-bottom: 14px; }
.home-page .package-card {
  --metal-edge: #d6d2cb;
  --metal-accent: #a7a29a;
  --metal-ink: #5b5751;
  --metal-glow: 145, 139, 128;
  border-color: var(--metal-edge);
  border-radius: 14px;
  padding: 28px 20px;
  background: radial-gradient(ellipse at 15% 0%, rgba(var(--metal-glow),.13), rgba(var(--metal-glow),.025) 55%, transparent 78%) top / 100% 170px no-repeat, #fffdf9;
  box-shadow: 0 6px 20px rgba(37,30,20,.035);
}
.home-page .package-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--metal-accent) 25%, #fffdf9 50%, var(--metal-accent) 75%, transparent);
  pointer-events: none;
}
.home-page .package-card--bronze {
  --metal-edge: #ddc9b8;
  --metal-accent: #ad805a;
  --metal-ink: #77491f;
  --metal-glow: 160, 102, 48;
}
.home-page .package-card--silver {
  --metal-edge: #d7d8d8;
  --metal-accent: #9da1a5;
  --metal-ink: #555b61;
  --metal-glow: 135, 140, 145;
}
.home-page .package-card--gold {
  --metal-edge: #cbb077;
  --metal-accent: #b48d39;
  --metal-ink: #6c4c0f;
  --metal-glow: 184, 137, 35;
}
.home-page .package-card--platinum {
  --metal-edge: #d4d0c9;
  --metal-accent: #a4a099;
  --metal-ink: #57554f;
  --metal-glow: 148, 144, 135;
}
.home-page .package-card .tier { color: var(--metal-ink); }
.home-page .package-card h3 { font-size: 1.25rem; line-height: 1.3; min-height: 3.9em; }
.home-page .package-card ul { font-size: .91rem; }
.home-page .package-card li { margin: 7px 0; }
.home-page .package-card.featured { transform: none; border-width: 1px; box-shadow: 0 8px 24px rgba(117,89,31,.07); }
.home-page .featured-badge { background: #211d16; color: #edd7a0; border: 1px solid #cbb077; padding: 5px 12px; }
.home-page .price-row { grid-template-columns: 1fr 1fr; }
.home-page .price-row > div { padding: 10px; background: #f5f2ec; border: 1px solid #ece6dc; }
.home-page .price-row strong { font-size: 1.1rem; white-space: nowrap; }
.price-details { margin-top: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-details > summary, .booking-overview > summary { padding: 20px 4px; cursor: pointer; font-weight: 750; }
.price-details .extras-card { margin: 0 0 20px; box-shadow: none; }
.package-action { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-top: 30px; }
.package-action p { max-width: 610px; margin: 0; color: #615c53; }
.package-action .btn { flex-shrink: 0; }
.home-page .pickup { background: #151617; }
.home-page .pickup-grid { gap: 65px; }
.home-page .pickup-photo { height: 430px; border-radius: 4px 4px 4px 70px; box-shadow: none; }
.home-page .pickup-copy > p { max-width: 490px; line-height: 1.7; }
.home-page .pickup-note { margin-top: 22px; font-size: .93rem; color: #aaa69f; }
.home-page .faq { background: #f5f1e9; }
.home-page .faq .narrow { max-width: 800px; }
.home-page .faq .section-head { text-align: left; margin-bottom: 18px; }
.faq-more { margin: 24px 0 0; }
.home-page .footer-grid, .booking-page .footer-grid { gap: 36px; }
.home-page .footer-logo, .booking-page .footer-logo { width: 260px; }
.booking-page .booking { padding: 68px 0 84px; }
.booking-page .booking-shell { grid-template-columns: .72fr 1.28fr; gap: 50px; }
.booking-page .booking-intro h1 { font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1.08; letter-spacing: -.04em; margin: 0 0 22px; }
.booking-page .booking-intro .quiet-link { color: var(--gold2); }
.booking-page .booking-intro .contact-quick { font-size: .9rem; }
.booking-page .request-form { box-shadow: none; }
.booking-page .request-form :is(input,select,textarea) { font-size: 16px; }
.booking-page .field-note { padding: 0; border: 0; background: none; }
.booking-page .field-note a { text-decoration: underline; }
.booking-overview { margin: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.booking-overview .request-summary { margin: 0 0 14px; overflow-wrap: anywhere; }
.booking-page .form-footnote { line-height: 1.5; }
.customer-booking .skip-link { display: none; }
@media (max-width: 1050px) {
  .home-page .craft-grid, .home-page .pickup-grid { gap: 36px; }
  .home-page .package-card h3 { min-height: 0; }
  .booking-page .booking-shell { gap: 30px; }
}
@media (max-width: 820px) {
  .home-page .container, .booking-page .container { width: calc(100% - 40px); }
  .home-page .hero { min-height: 650px; align-items: flex-end; }
  .home-page .hero-bg { background-position: 62% center; }
  .home-page .hero-shade { background: linear-gradient(0deg, rgba(5,5,6,.98), rgba(5,5,6,.75) 48%, rgba(5,5,6,.12)); }
  .home-page .hero-grid { padding: 170px 0 48px; }
  .home-page .hero h1 { font-size: clamp(2.65rem, 7.7vw, 4.5rem); }
  .home-page .hero-kicker { font-size: .68rem; letter-spacing: .13em; }
  .home-page .trust-grid > div { padding: 22px 14px; border-bottom: 0; border-right: 1px solid rgba(255,255,255,.08); }
  .home-page .trust-grid strong { font-size: .9rem; }
  .home-page .trust-grid span { font-size: .78rem; }
  .home-page .section { padding: 64px 0; }
  .home-page .craft-grid, .home-page .pickup-grid, .booking-page .booking-shell { grid-template-columns: 1fr; }
  .home-page .craft-grid .photo-frame { order: 0; height: 390px; }
  .home-page .pickup-photo { height: 350px; }
  .home-page .package-action { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .home-page .hero-lead { max-width: 315px; font-size: 1.02rem; margin: 18px 0 24px; }
  .home-page .hero-region { font-size: .78rem; max-width: 280px; margin-top: 27px; }
  .home-page .trust-grid { grid-template-columns: 1fr; }
  .home-page .trust-grid > div { padding: 14px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; align-items: center; gap: 14px; }
  .home-page .trust-grid strong { margin: 0; font-size: .84rem; }
  .home-page .trust-grid span { text-align: right; font-size: .73rem; max-width: 130px; }
  .home-page .craft-grid .photo-frame { height: 290px; border-radius: 4px 48px 4px 4px; }
  .home-page .section h2 { font-size: 2.15rem; }
  .home-page .package-grid { gap: 24px; }
  .home-page .package-card { padding: 24px; }
  .home-page .price-row > div { padding: 12px; }
  .home-page .price-row strong { font-size: 1.2rem; }
  .home-page .extras-card { padding: 22px; }
  .home-page .pickup-photo { height: 300px; }
  .home-page .faq .narrow { width: calc(100% - 40px); }
  .booking-page .booking { padding-top: 40px; }
  .booking-page .request-form { padding: 22px; }
  .booking-page .choice-buttons { grid-template-columns: 1fr 1fr; }
  .booking-page .contact-quick { margin-top: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .home-page .btn { transition: none; }
}

/* Compact package selection and the completed request. */
.home-page .package-card { display:flex; flex-direction:column; cursor:pointer; }
.home-page .package-card h3 { min-height:2.6em; margin-bottom:10px; }
.home-page .package-fit { font-size:.9rem; line-height:1.5; min-height:3em; color:#615b52; margin:0 0 18px; }
.home-page .package-highlights { display:grid; gap:10px; font-size:.9rem; line-height:1.45; margin:20px 0; }
.home-page .package-highlights span { padding-left:18px; position:relative; }
.home-page .package-highlights span::before { content:'✓'; position:absolute; left:0; color:var(--metal-ink); font-size:.85rem; }
.home-page .package-details { border-top:1px solid var(--metal-edge); margin-bottom:16px; }
.home-page .package-details summary { cursor:pointer; font-size:.85rem; padding:15px 0; font-weight:650; }
.home-page .package-details ul { margin:0 0 10px; }
.home-page .package-choice { display:flex; gap:10px; align-items:center; padding:13px 12px; margin-top:auto; border:1px solid var(--metal-edge); border-radius:8px; cursor:pointer; font-size:.9rem; font-weight:750; }
.home-page .package-choice input { width:18px; height:18px; margin:0; accent-color:#755711; }
.home-page .package-card.is-selected { outline:2px solid #755711; outline-offset:3px; }
.home-page .package-card.is-selected .package-choice { background:#eee4cd; }
.home-page .package-selection { margin:24px 0 0; color:#61480f; font-weight:700; }
.home-page .craft-copy .craft-personal { margin:26px 0 10px; padding-left:20px; border-left:2px solid #b48d39; font-size:.97rem; line-height:1.7; }
.craft-personal strong, .craft-personal span { display:block; }
.craft-personal strong { color:#292722; margin-bottom:8px; }
.home-page .photo-frame { position:relative; }
.home-page .image-caption { position:absolute; bottom:10px; right:14px; font-size:.7rem; color:#fff; background:rgba(0,0,0,.6); border-radius:4px; padding:3px 7px; }
.trip-conditions { grid-column:1 / -1; padding:12px 0; }
.trip-conditions summary { cursor:pointer; font-size:.9rem; font-weight:650; }
.trip-conditions label { display:block; margin-top:12px; }
.booking-confirmation { align-self:start; background:#fffdf9; color:#27251f; border:1px solid #d9c799; border-radius:20px; padding:38px; }
.booking-confirmation h2 { margin:12px 0 24px; font-size:2.2rem; }
.booking-confirmation p { line-height:1.65; }
.booking-confirmation #confirmationReference { display:inline-block; font-size:1.2rem; color:#6c4c0f; }
.confirmation-actions { display:flex; gap:20px; align-items:center; flex-wrap:wrap; margin-top:24px; }
.confirmation-actions .quiet-link { border:0; background:none; cursor:pointer; font:inherit; }
.booking-page [hidden], .home-page [hidden] { display:none !important; }
@media (max-width:560px) { .booking-confirmation { padding:24px; } .home-page .package-card h3, .home-page .package-fit { min-height:0; } }

.booking-page.has-confirmation .booking-intro { display:none; }
.booking-page.has-confirmation .booking-shell { grid-template-columns:minmax(0,760px); justify-content:center; }
.booking-confirmation { scroll-margin-top:120px; }
