:root {
    --ink: #171715;
    --black: #090908;
    --muted: #64615c;
    --paper: #ffffff;
    --warm: #f5f1ec;
    --line: #d9d5cf;
    --wine: #7d1f3f;
    --display: var(--gh-font-heading, "Cormorant Garamond", Georgia, serif);
    --sans: var(--gh-font-body, "Inter", Arial, sans-serif);
    --page-pad: 48px;
    --page-max: 1240px;
    --duration-fast: 140ms;
    --duration-hover: 180ms;
    --duration-reveal: 440ms;
    --duration-hero: 1200ms;
    --ease-out: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { background: var(--paper); max-width: 100%; scroll-behavior: auto; }
body { background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; letter-spacing: 0; margin: 0; max-width: 100%; overflow-x: hidden; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { overflow-wrap: break-word; }
[hidden] { display: none !important; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, legend:focus-visible { outline: 2px solid var(--wine); outline-offset: 3px; }
.hero a:focus-visible, .feature-module a:focus-visible, .editorial-closing a:focus-visible, .mobile-booking-bar a:focus-visible { outline-color: var(--paper); }

.site-header {
    align-items: center;
    color: var(--paper);
    display: grid;
    grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
    left: 0;
    min-height: 76px;
    padding: 0 var(--page-pad);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.brand { align-items: baseline; display: inline-flex; justify-self: start; line-height: 1; text-decoration: none; }
.brand span, .brand strong { font-size: 18px; }
.brand span { font-weight: 400; }
.brand strong { font-weight: 750; }
.brand em { font-size: 9px; font-style: normal; font-weight: 750; margin-left: 3px; text-transform: uppercase; }
.site-header nav { display: flex; gap: 28px; justify-self: center; }
.site-header nav a { font-size: 12px; font-weight: 650; text-decoration: none; text-shadow: 0 1px 14px rgba(0,0,0,.5); }
.site-header nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.site-header-secondary { background: var(--paper); border-bottom: 1px solid var(--line); color: var(--ink); position: relative; }
.site-header-secondary nav a { text-shadow: none; }

.header-cta, .button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 9px;
    justify-content: center;
    min-height: 43px;
    padding: 0 18px;
    text-decoration: none;
    transition: background-color var(--duration-fast) ease, border-color var(--duration-fast) ease, color var(--duration-fast) ease, transform var(--duration-fast) ease;
}
.header-cta { background: var(--paper); color: var(--ink); justify-self: end; }
.site-header-secondary .header-cta { background: var(--ink); color: var(--paper); }
.button-light { background: var(--paper); color: var(--ink); }
.button-dark { background: var(--black); color: var(--paper); }
.button-outline { background: transparent; border-color: var(--ink); color: var(--ink); }
.header-cta:hover, .button-light:hover { background: var(--warm); }
.button-dark:hover { background: var(--wine); }
.button-outline:hover { background: var(--ink); color: var(--paper); }
.button:active, .header-cta:active { transform: scale(.985); }
.button span { display: inline-block; transition: transform var(--duration-fast) ease; }
.button:hover span { transform: translateX(3px); }
.button:disabled { cursor: not-allowed; opacity: .62; }

.hero { align-items: center; color: var(--paper); display: flex; height: min(86svh, 820px); justify-content: center; min-height: 650px; overflow: hidden; position: relative; }
.hero > img { --motion-scale: 1.025; --motion-y: 0px; height: 100%; inset: 0; object-fit: cover; object-position: center 42%; position: absolute; transform: translate3d(0, var(--motion-y), 0) scale(var(--motion-scale)); transform-origin: center; width: 100%; }
.hero-shade { background: linear-gradient(180deg, rgba(6,6,5,.32) 0%, rgba(6,6,5,.16) 33%, rgba(6,6,5,.51) 100%); inset: 0; position: absolute; }
.hero-copy { align-items: center; display: flex; flex-direction: column; max-width: 830px; padding: 70px 24px 0; position: relative; text-align: center; z-index: 2; }
.hero-copy > p:first-child { font-size: 11px; font-weight: 700; margin: 0 0 20px; text-transform: uppercase; }
.hero h1 { font-family: var(--display); font-size: 70px; font-weight: 500; line-height: .96; margin: 0; }
.hero h1 em { font-style: italic; font-weight: 500; }
.hero-lede { font-size: 15px; line-height: 1.6; margin: 24px auto 26px; max-width: 550px; text-shadow: 0 1px 16px rgba(0,0,0,.45); }

.overview { margin: 0 auto; max-width: var(--page-max); padding: 96px var(--page-pad) 112px; }
.overview > h2 { font-size: 38px; font-weight: 500; line-height: 1.13; margin: 0 auto 56px; max-width: 600px; text-align: center; }
.overview > h2 em { font-family: var(--display); font-size: 43px; font-style: italic; font-weight: 500; }
.overview-grid { display: grid; gap: 26px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.overview-grid article { min-width: 0; }
.overview-grid h3 { align-items: center; display: flex; font-size: 13px; font-weight: 750; justify-content: space-between; margin: 0 0 8px; }
.overview-grid h3 span { font-size: 16px; font-weight: 400; }
.overview-grid p { color: var(--muted); font-size: 12px; line-height: 1.55; margin: 0 0 17px; min-height: 56px; }
.overview-image { aspect-ratio: 3 / 4; border-radius: 8px; overflow: hidden; position: relative; }
.overview-image::after { background: linear-gradient(180deg, transparent 58%, rgba(4,4,4,.58)); content: ""; inset: 0; position: absolute; }
.overview-image img { --motion-scale: 1.045; --motion-y: 0px; height: 100%; object-fit: cover; transform: translate3d(0, var(--motion-y), 0) scale(var(--motion-scale)); transition: transform var(--duration-hover) var(--ease-out); width: 100%; }
.overview-grid article:hover img { --motion-scale: 1.062; }
.overview-image > span { bottom: 14px; color: var(--paper); font-size: 11px; font-weight: 700; left: 14px; position: absolute; z-index: 2; }

.feature-stack { padding: 0 10px; }
.feature-module {
    align-items: center;
    background-color: #5d604f;
    border-bottom: 8px solid var(--black);
    border-radius: 8px;
    color: var(--paper);
    display: grid;
    gap: 70px;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 410px);
    margin: 0 auto 8px;
    min-height: 560px;
    overflow: hidden;
    padding: 68px max(42px, 7vw);
    position: relative;
}
.feature-module::before { background-position: center; background-size: cover; content: ""; inset: -18px 0; position: absolute; transform: translate3d(0, var(--motion-y, 0px), 0) scale(1.035); transform-origin: center; z-index: 0; }
.module-night::before { background-image: url("../images/suite-arrival.jpg"); }
.module-words { grid-template-columns: minmax(310px, 410px) minmax(0, 1fr); }
.module-words::before { background-image: url("../images/license-signing.jpg"); }
.module-place::before { background-image: url("../images/vegas-strip-at-night.jpg"); }
.module-request { grid-template-columns: minmax(310px, 410px) minmax(0, 1fr); }
.module-request::before { background-image: url("../images/champagne-toast.jpg"); }
.module-shade { background: linear-gradient(90deg, rgba(8,8,7,.72), rgba(8,8,7,.23) 55%, rgba(8,8,7,.38)); inset: 0; position: absolute; z-index: 1; }
.module-words .module-shade { background: linear-gradient(90deg, rgba(8,8,7,.38), rgba(8,8,7,.24) 45%, rgba(8,8,7,.75)); }
.module-place .module-shade { background: linear-gradient(90deg, rgba(31,14,30,.76), rgba(20,8,18,.18) 58%, rgba(18,8,16,.58)); }
.module-request .module-shade { background: linear-gradient(90deg, rgba(38,27,16,.35), rgba(38,27,16,.14) 44%, rgba(21,15,10,.76)); }
.module-copy, .mockup { position: relative; z-index: 2; }
.module-copy { max-width: 485px; }
.module-words .module-copy { grid-column: 2; grid-row: 1; justify-self: end; }
.module-words .mockup { grid-column: 1; grid-row: 1; }
.module-request .module-copy { grid-column: 2; grid-row: 1; justify-self: end; }
.module-request .mockup { grid-column: 1; grid-row: 1; }
.module-copy > p:first-child { font-size: 11px; font-weight: 750; margin: 0 0 18px; text-transform: uppercase; }
.module-copy h2 { font-size: 42px; font-weight: 500; line-height: 1.08; margin: 0 0 18px; }
.module-copy > p:not(:first-child) { font-size: 14px; line-height: 1.65; margin: 0 0 24px; max-width: 450px; }

.mockup { background: var(--paper); border-radius: 8px; box-shadow: 0 22px 54px rgba(0,0,0,.28); color: var(--ink); overflow: hidden; padding: 26px; width: 100%; }
.mockup-kicker, .request-top { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding-bottom: 14px; }
.mockup-kicker span, .request-top span { font-size: 10px; font-weight: 750; text-transform: uppercase; }
.mockup-kicker b, .request-top b { color: var(--muted); font-size: 10px; font-weight: 550; }
.itinerary-card h3 { font-family: var(--display); font-size: 28px; font-weight: 500; line-height: 1.05; margin: 24px 0; }
.itinerary-card ol { list-style: none; margin: 0; padding: 0; }
.itinerary-card li { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 14px; grid-template-columns: 44px 1fr; min-height: 66px; padding: 10px 0; }
.itinerary-card li.active { background: var(--black); border: 0; border-radius: 8px; color: var(--paper); margin: 0 -12px; padding: 10px 12px; }
.itinerary-card time { font-size: 11px; font-weight: 750; }
.itinerary-card li span { display: flex; flex-direction: column; gap: 4px; }
.itinerary-card li b { font-size: 12px; }
.itinerary-card li small { color: var(--muted); font-size: 10px; }
.itinerary-card li.active small { color: rgba(255,255,255,.68); }
.script-card blockquote { font-family: var(--display); font-size: 29px; font-style: italic; line-height: 1.12; margin: 34px 0; }
.script-beats { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 18px; padding: 15px 0; }
.script-beats span { display: flex; flex-direction: column; font-size: 10px; gap: 6px; }
.script-beats b { color: var(--muted); font-size: 9px; }
.script-card > small { color: var(--muted); display: block; font-size: 9px; line-height: 1.45; }
.place-card ul { list-style: none; margin: 18px 0 0; padding: 0; }
.place-card li { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 5px 12px; grid-template-columns: 1fr auto; padding: 17px 0; position: relative; }
.place-card li.active { background: #ece8df; border: 0; border-radius: 8px; margin: 0 -12px; padding: 17px 12px; }
.place-card li span { font-size: 10px; font-weight: 750; grid-column: 1; text-transform: uppercase; }
.place-card li b { font-family: var(--display); font-size: 19px; font-weight: 500; grid-column: 1; line-height: 1.05; }
.place-card li em { color: var(--muted); font-size: 10px; font-style: normal; grid-column: 2; grid-row: 1 / span 2; }
.request-card h3 { font-family: var(--display); font-size: 34px; font-weight: 500; margin: 28px 0 20px; }
.request-card dl { margin: 0; }
.request-card dl div { border-top: 1px solid var(--line); display: grid; gap: 12px; grid-template-columns: 60px 1fr; padding: 13px 0; }
.request-card dt { color: var(--muted); font-size: 10px; }
.request-card dd { font-size: 11px; font-weight: 650; margin: 0; }
.request-action { align-items: center; background: var(--black); border-radius: 8px; color: var(--paper); display: flex; font-size: 11px; font-weight: 700; justify-content: space-between; margin-top: 18px; padding: 15px; }
.request-action b { font-size: 15px; font-weight: 400; }

.difference { margin: 0 auto; max-width: var(--page-max); padding: 108px var(--page-pad) 118px; }
.difference-intro { align-items: end; display: grid; gap: 32px; grid-template-columns: 180px minmax(0, 690px); margin-bottom: 58px; }
.difference-intro > p { color: var(--muted); font-size: 11px; font-weight: 750; margin: 0; text-transform: uppercase; }
.difference-intro h2 { font-size: 40px; font-weight: 500; line-height: 1.1; margin: 0; }
.difference-story { align-items: end; display: grid; gap: 26px; grid-template-columns: 1.15fr .72fr .86fr; }
.story-frame { border-radius: 8px; margin: 0; overflow: hidden; position: relative; }
.story-frame::after { background: linear-gradient(180deg, transparent 48%, rgba(6,6,5,.7)); content: ""; inset: 0; position: absolute; }
.story-frame img { height: 100%; object-fit: cover; transition: transform var(--duration-hover) var(--ease-out); width: 100%; }
.story-frame:hover img { transform: scale(1.025); }
.story-wide { height: 560px; }
.story-tall { height: 430px; }
.story-frame figcaption { bottom: 0; color: var(--paper); left: 0; padding: 28px; position: absolute; right: 0; z-index: 2; }
.story-frame figcaption span { font-size: 10px; font-weight: 750; text-transform: uppercase; }
.story-frame figcaption h3 { font-size: 22px; line-height: 1.15; margin: 10px 0 0; }
.story-copy { padding: 0 5px 26px; }
.story-copy > p:first-child { color: var(--muted); font-size: 10px; font-weight: 750; margin: 0 0 20px; text-transform: uppercase; }
.story-copy h3 { font-family: var(--display); font-size: 31px; font-weight: 500; line-height: 1.03; margin: 0 0 17px; }
.story-copy > p:not(:first-child) { color: var(--muted); font-size: 12px; line-height: 1.65; margin: 0 0 24px; }

.booking-section { background: var(--warm); padding: 104px var(--page-pad) 116px; }
.booking-heading { margin: 0 auto 44px; max-width: 720px; text-align: center; }
.booking-heading > p { color: var(--muted); font-size: 11px; font-weight: 750; margin: 0 0 16px; text-transform: uppercase; }
.booking-heading h2 { font-size: 48px; font-weight: 500; line-height: 1.08; margin: 0; }
.booking-heading > span { color: var(--muted); display: block; font-size: 13px; line-height: 1.6; margin: 16px auto 0; max-width: 520px; }
.booking-workspace { background: var(--paper); border-radius: 8px; margin: 0 auto; max-width: 860px; overflow: hidden; }
.progress { border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 36px; scroll-margin-top: 8px; }
.progress-step { align-items: center; color: var(--muted); display: flex; gap: 10px; min-height: 72px; position: relative; }
.progress-step::after { background: transparent; bottom: -1px; content: ""; height: 2px; left: 0; position: absolute; right: 0; }
.progress-step.is-active { color: var(--ink); }
.progress-step.is-active::after { background: var(--ink); }
.progress-step b { align-items: center; border: 1px solid var(--line); border-radius: 50%; display: flex; font-size: 10px; height: 24px; justify-content: center; width: 24px; }
.progress-step.is-active b { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.progress-step em { font-size: 11px; font-style: normal; font-weight: 650; }
.vow-window-form { padding: 42px 44px 48px; }
.form-step { border: 0; margin: 0; padding: 0; }
.form-step.is-entering { animation: form-step-in 240ms var(--ease-out); }
.form-step legend { font-size: 28px; font-weight: 550; line-height: 1.15; padding: 0; }
.step-support { color: var(--muted); font-size: 12px; line-height: 1.55; margin: 9px 0 30px; }
.field-grid { display: grid; gap: 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field-grid label { display: flex; flex-direction: column; font-size: 11px; font-weight: 700; gap: 8px; min-width: 0; }
.field-grid .wide { grid-column: 1 / -1; }
.optional { color: var(--muted); font-size: 10px; font-weight: 450; }
input, select, textarea { background: var(--paper); border: 1px solid #aaa6a0; border-radius: 4px; color: var(--ink); min-height: 50px; padding: 0 13px; width: 100%; }
textarea { min-height: 110px; padding-bottom: 13px; padding-top: 13px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #817e78; }
input:hover, select:hover, textarea:hover { border-color: var(--ink); }
input:focus, select:focus, textarea:focus { border-color: var(--wine); outline: 1px solid var(--wine); }
.form-actions { display: flex; gap: 12px; justify-content: flex-end; margin-top: 28px; }
.form-next.full { margin-top: 28px; width: 100%; }
.conditional-guidance, .county-note, .fine-print { color: var(--muted); font-size: 11px; line-height: 1.55; }
.conditional-guidance { background: var(--warm); border-radius: 6px; padding: 13px 15px; }
.county-note { margin: 22px 0 0; }
.county-note a, .consent-line a { font-weight: 700; text-underline-offset: 3px; }
.consent-line { align-items: flex-start; display: flex; font-size: 11px; font-weight: 450; gap: 10px; line-height: 1.5; margin-top: 24px; }
.consent-line input { flex: 0 0 auto; height: 17px; min-height: 0; margin: 1px 0 0; width: 17px; }
.fine-print { margin: 13px 0 0; }
.vow-status { border-top: 1px solid var(--line); font-size: 13px; line-height: 1.6; padding: 28px 44px 34px; }
.vow-status.is-error { background: #fff3f3; color: #811f2a; }
.vow-status.is-success { background: #eff7f0; color: #214f2d; }
.field-error { color: #a52232; font-size: 10px; margin-top: 3px; }
.has-error input, .has-error select, .has-error textarea { border-color: #a52232; }

@keyframes form-step-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.booking-invitation { background: var(--warm); padding: 112px var(--page-pad) 118px; }
.booking-invitation-inner { margin: 0 auto; max-width: 820px; text-align: center; }
.booking-invitation-inner > p { color: var(--muted); font-size: 11px; font-weight: 750; margin: 0 0 18px; text-transform: uppercase; }
.booking-invitation h2 { font-size: 52px; font-weight: 500; line-height: 1.06; margin: 0; }
.booking-invitation-inner > span { color: var(--muted); display: block; font-size: 14px; line-height: 1.6; margin: 20px auto 0; max-width: 520px; }
.booking-buttons { align-items: center; display: flex; gap: 12px; justify-content: center; margin-top: 32px; }

.editorial-closing { align-items: center; color: var(--paper); display: flex; height: 610px; justify-content: center; overflow: hidden; position: relative; }
.editorial-closing > img { height: 100%; inset: 0; object-fit: cover; object-position: center; position: absolute; width: 100%; }
.editorial-closing-shade { background: rgba(8,7,6,.35); inset: 0; position: absolute; }
.editorial-closing-copy { position: relative; text-align: center; z-index: 2; }
.editorial-closing h2 { font-family: var(--display); font-size: 64px; font-weight: 500; line-height: .98; margin: 0 0 25px; }
.editorial-closing h2 em { font-style: italic; font-weight: 500; }

.site-footer { display: grid; gap: 40px; grid-template-columns: minmax(260px, 2fr) repeat(3, 1fr); margin: 0 auto; max-width: var(--page-max); padding: 68px var(--page-pad) 90px; }
.footer-brand { margin-bottom: 18px; }
.footer-about p { color: var(--muted); font-size: 11px; line-height: 1.55; margin: 0; max-width: 270px; }
.footer-group { display: flex; flex-direction: column; gap: 10px; }
.footer-group strong { font-size: 11px; margin-bottom: 5px; }
.footer-group a { color: var(--muted); font-size: 11px; text-decoration: none; }
.footer-group a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.mobile-booking-bar { display: none; }
.mobile-booking-bar[hidden] { display: none; }

.page-shell { margin: 0 auto; max-width: 840px; padding: 90px var(--page-pad) 120px; }
.page-shell h1 { font-family: var(--display); font-size: 58px; font-weight: 500; line-height: 1; margin: 0 0 30px; }
.page-shell h2 { font-size: 28px; margin: 48px 0 16px; }
.page-shell p, .page-shell li { color: var(--muted); line-height: 1.75; }
.page-shell a { text-underline-offset: 3px; }
.article-content img { height: auto; }
.article-content .kg-width-wide { margin-left: 50%; max-width: calc(100vw - (var(--page-pad) * 2)); transform: translateX(-50%); width: 1100px; }
.article-content .kg-width-full { margin-left: 50%; max-width: 100vw; transform: translateX(-50%); width: 100vw; }

.article-shell { max-width: 900px; }
.article-intro { margin-bottom: 48px; max-width: 790px; }
.article-intro .eyebrow { color: var(--muted); font-size: 11px; font-weight: 750; margin: 0 0 20px; text-transform: uppercase; }
.article-intro h1 { margin-bottom: 24px; }
.article-excerpt { color: var(--muted); font-size: 18px; line-height: 1.65; margin: 0; max-width: 720px; }
.article-hero { border-radius: 8px; margin: 0 0 62px; overflow: hidden; }
.article-hero img { aspect-ratio: 16 / 9; height: 100%; object-fit: cover; width: 100%; }
.article-content { max-width: 750px; }
.article-content > p:first-child { color: var(--ink); font-size: 19px; font-weight: 500; line-height: 1.62; }
.article-content h2 { color: var(--ink); font-size: 30px; line-height: 1.18; margin: 64px 0 18px; }
.article-content h3 { color: var(--ink); font-size: 20px; line-height: 1.3; margin: 42px 0 12px; }
.article-content p, .article-content li { font-size: 16px; line-height: 1.78; }
.article-content ul, .article-content ol { padding-left: 22px; }
.article-content li + li { margin-top: 9px; }
.article-content strong { color: var(--ink); }
.article-content blockquote { border-left: 2px solid var(--wine); color: var(--ink); font-family: var(--display); font-size: 26px; line-height: 1.35; margin: 46px 0; padding-left: 24px; }
.article-next { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 1fr auto; margin-top: 72px; padding-top: 28px; }
.article-next a { align-items: center; display: flex; font-size: 13px; font-weight: 700; justify-content: space-between; text-decoration: none; }
.article-next .article-more:hover { text-decoration: underline; text-underline-offset: 4px; }
.article-next .article-book { color: var(--paper); justify-content: center; min-width: 190px; }

.guide-index { padding-bottom: 118px; }
.guide-hero { margin: 0 auto; max-width: 700px; padding: 104px var(--page-pad) 48px; text-align: center; }
.guide-hero h1 { font-size: 40px; font-weight: 550; line-height: 1.12; margin: 0; }
.guide-hero > span { color: var(--muted); display: block; font-size: 15px; line-height: 1.65; margin: 20px auto 0; max-width: 610px; }
.guide-list { display: grid; gap: 30px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 auto; max-width: var(--page-max); padding: 50px var(--page-pad) 32px; }
.guide-card { display: flex; flex-direction: column; min-width: 0; }
.guide-card-copy { display: flex; flex: 1; flex-direction: column; }
.guide-card h2 { font-size: 17px; font-weight: 650; line-height: 1.3; margin: 0; }
.guide-card h2 a { text-decoration: none; }
.guide-card h2 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.guide-card p { color: var(--muted); font-size: 12px; line-height: 1.55; margin: 10px 0 14px; }
.guide-card-link { align-items: center; display: inline-flex; font-size: 11px; font-weight: 700; gap: 7px; margin: auto 0 17px; text-decoration: none; }
.guide-card-link span { transition: transform var(--duration-fast) ease; }
.guide-card-link:hover span { transform: translateX(3px); }
.guide-card-media { aspect-ratio: 3 / 4; border-radius: 8px; display: block; overflow: hidden; }
.guide-card-media img { height: 100%; object-fit: cover; transition: transform var(--duration-hover) var(--ease-out); width: 100%; }
.guide-card-media:hover img { transform: scale(1.025); }
.guide-empty { color: var(--muted); }
.pagination { display: flex; gap: 18px; grid-column: 1 / -1; justify-content: center; padding: 28px var(--page-pad) 0; }
.pagination a { font-size: 13px; font-weight: 700; }

.hero > img.is-motion-active, .overview-image img.is-motion-active, .editorial-closing > img.is-motion-active, .feature-module.is-motion-active::before { will-change: transform; }
.editorial-closing > img { --motion-scale: 1.035; --motion-y: 0px; transform: translate3d(0, var(--motion-y), 0) scale(var(--motion-scale)); transform-origin: center; }
.motion-ready .hero > img { --motion-scale: 1.045; transition: transform var(--duration-hero) var(--ease-out); }
.motion-ready.motion-visible .hero > img { --motion-scale: 1.025; }
.motion-ready.motion-settled .hero > img { transition-duration: var(--duration-hover); }
.motion-ready [data-hero-copy] > * { opacity: 0; transform: translate3d(0, 12px, 0); transition: opacity 320ms var(--ease-out), transform 320ms var(--ease-out); }
.motion-ready.motion-visible [data-hero-copy] > * { opacity: 1; transform: translateY(0); }
.motion-ready.motion-visible [data-hero-copy] > *:nth-child(2) { transition-delay: 50ms; }
.motion-ready.motion-visible [data-hero-copy] > *:nth-child(3) { transition-delay: 100ms; }
.motion-ready.motion-visible [data-hero-copy] > *:nth-child(4) { transition-delay: 150ms; }
.motion-ready [data-reveal] { --reveal-scale: 1; --reveal-x: 0px; --reveal-y: 16px; opacity: 0; transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale)); transition: opacity var(--duration-reveal) var(--ease-out), transform var(--duration-reveal) var(--ease-out); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
.motion-ready .feature-module .module-copy[data-reveal] { --reveal-x: -16px; --reveal-y: 8px; }
.motion-ready .module-words .module-copy[data-reveal], .motion-ready .module-request .module-copy[data-reveal] { --reveal-x: 16px; }
.motion-ready .feature-module .mockup[data-reveal] { --reveal-scale: .99; --reveal-x: 16px; --reveal-y: 12px; }
.motion-ready .module-words .mockup[data-reveal], .motion-ready .module-request .mockup[data-reveal] { --reveal-x: -16px; }

@media (max-width: 980px) {
    :root { --page-pad: 28px; }
    .site-header { grid-template-columns: 1fr auto; }
    .site-header nav { display: none; }
    .overview-grid { gap: 34px 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .guide-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .overview-grid p { min-height: 38px; }
    .feature-module, .module-words, .module-request { gap: 36px; grid-template-columns: 1fr; padding: 58px 8vw; }
    .module-words .module-copy, .module-words .mockup, .module-request .module-copy, .module-request .mockup { grid-column: 1; }
    .module-words .module-copy, .module-request .module-copy { grid-row: 1; justify-self: start; }
    .module-words .mockup, .module-request .mockup { grid-row: 2; }
    .mockup { max-width: 440px; }
    .difference-intro { grid-template-columns: 140px 1fr; }
    .difference-story { grid-template-columns: 1fr 1fr; }
    .story-wide { grid-row: 1 / span 2; }
    .story-copy { grid-column: 2; grid-row: 1; padding-bottom: 0; }
    .story-tall { grid-column: 2; grid-row: 2; }
}

@media (max-width: 720px) {
    :root { --page-pad: 20px; }
    body { padding-bottom: 0; }
    .site-header { min-height: 66px; }
    .header-cta { font-size: 11px; min-height: 38px; padding: 0 14px; }
    .brand span, .brand strong { font-size: 16px; }
    .hero { height: 760px; min-height: 0; }
    .hero > img { object-position: 58% center; }
    .hero-copy { padding: 48px 20px 0; }
    .hero-copy > p:first-child { margin-bottom: 17px; }
    .hero h1 { font-size: 48px; line-height: .98; }
    .hero h1 br { display: none; }
    .hero-lede { font-size: 14px; max-width: 350px; }
    .overview { padding-bottom: 86px; padding-top: 78px; }
    .overview > h2 { font-size: 30px; margin-bottom: 42px; }
    .overview > h2 em { font-size: 35px; }
    .overview-grid { gap: 42px; grid-template-columns: 1fr; }
    .overview-grid h3 { font-size: 14px; }
    .overview-grid p { font-size: 13px; min-height: 0; }
    .overview-image { aspect-ratio: 4 / 3; }
    .feature-stack { padding: 0 5px; }
    .feature-module, .module-words, .module-request { border-bottom-width: 6px; gap: 30px; min-height: 0; padding: 62px 20px 30px; }
    .feature-module::before { inset: -12px 0; transform: translate3d(0, 0, 0) scale(1.025); }
    .module-shade, .module-words .module-shade, .module-place .module-shade, .module-request .module-shade { background: linear-gradient(180deg, rgba(7,7,6,.4), rgba(7,7,6,.8)); }
    .module-copy h2 { font-size: 34px; }
    .module-copy > p:not(:first-child) { font-size: 13px; }
    .mockup { max-width: none; padding: 20px; }
    .itinerary-card h3 { font-size: 25px; }
    .script-card blockquote { font-size: 25px; }
    .place-card li span, .mockup-kicker span, .request-top span { font-size: 11px; }
    .place-card li b { font-size: 21px; }
    .mockup-kicker b, .request-top b, .place-card li em { font-size: 11px; }
    .request-card h3 { font-size: 30px; }
    .difference { padding-bottom: 94px; padding-top: 88px; }
    .difference-intro { display: block; margin-bottom: 48px; }
    .difference-intro > p { margin-bottom: 15px; }
    .difference-intro h2 { font-size: 35px; }
    .difference-story { display: grid; grid-template-columns: 1fr; }
    .story-wide, .story-tall, .story-copy { grid-column: 1; grid-row: auto; }
    .story-wide { height: 470px; }
    .story-copy { padding: 10px 0 14px; }
    .story-copy h3 { font-size: 34px; }
    .story-copy > p:not(:first-child) { font-size: 13px; }
    .story-tall { height: 380px; }
    .booking-section { padding-bottom: 86px; padding-top: 84px; }
    .booking-heading h2 { font-size: 38px; }
    .booking-invitation { padding-bottom: 88px; padding-top: 84px; }
    .booking-invitation h2 { font-size: 39px; }
    .booking-invitation-inner > span { font-size: 13px; }
    .booking-buttons { align-items: stretch; flex-direction: column; }
    .booking-buttons .button { width: 100%; }
    .progress { padding: 0 14px; }
    .progress-step { min-height: 64px; }
    .progress-step em { font-size: 9px; }
    .progress-step b { height: 21px; width: 21px; }
    .vow-window-form { padding: 30px 20px 34px; }
    .field-grid { grid-template-columns: 1fr; }
    .field-grid .wide { grid-column: auto; }
    .form-actions { align-items: stretch; flex-direction: column-reverse; }
    .form-actions .button { width: 100%; }
    .vow-status { padding: 24px 20px 28px; }
    .editorial-closing { height: 570px; }
    .editorial-closing h2 { font-size: 48px; }
    .site-footer { grid-template-columns: 1fr 1fr; padding-bottom: 70px; padding-top: 56px; }
    .footer-about { grid-column: 1 / -1; }
    .mobile-booking-bar { align-items: center; background: var(--black); bottom: 0; color: var(--paper); display: flex; justify-content: space-between; left: 0; min-height: 72px; padding: 10px 14px; position: fixed; right: 0; z-index: 40; }
    .mobile-booking-bar div { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
    .mobile-booking-bar span { color: rgba(255,255,255,.68); font-size: 8px; text-transform: uppercase; }
    .mobile-booking-bar strong { font-size: 12px; }
    .mobile-booking-bar a { background: var(--paper); border-radius: 999px; color: var(--ink); flex: 0 0 auto; font-size: 11px; font-weight: 750; padding: 12px 16px; text-decoration: none; }
    .page-shell { padding-top: 65px; }
    .page-shell h1 { font-size: 44px; }
    .article-intro { margin-bottom: 38px; }
    .article-excerpt { font-size: 16px; }
    .article-content > p:first-child { font-size: 17px; }
    .article-content h2 { font-size: 26px; margin-top: 52px; }
    .article-content p, .article-content li { font-size: 15px; }
    .article-next { grid-template-columns: 1fr; }
    .article-next .article-book { min-width: 0; order: -1; width: 100%; }
    .guide-hero { padding-bottom: 34px; padding-top: 72px; }
    .guide-hero h1 { font-size: 31px; }
    .guide-list { gap: 42px; grid-template-columns: 1fr; padding-top: 38px; }
    .guide-card h2 { font-size: 20px; }
    .guide-card p { font-size: 13px; }
    .guide-card-media { aspect-ratio: 4 / 3; }
    .motion-ready [data-reveal] { --reveal-x: 0px !important; --reveal-y: 10px; transition-duration: 320ms; }
    .motion-ready .overview-grid article[data-reveal] { --reveal-delay: 0ms !important; }
}

@media (max-width: 349px) {
    .hero h1 { font-size: 42px; }
    .overview-grid { grid-template-columns: 1fr; }
    .overview-grid p { min-height: 0; }
    .overview-image { aspect-ratio: 4 / 5; }
    .mockup { padding: 17px; }
    .script-beats span { font-size: 9px; }
    .difference-intro h2 { font-size: 31px; }
    .booking-heading h2 { font-size: 34px; }
    .progress-step { gap: 5px; }
    .site-footer { grid-template-columns: 1fr; }
    .footer-about { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .motion-ready .hero > img, .motion-ready.motion-visible .hero > img, .motion-ready [data-hero-copy] > *, .motion-ready.motion-visible [data-hero-copy] > *, .motion-ready [data-reveal], .motion-ready [data-reveal].is-visible, .overview-image img, .feature-module::before, .editorial-closing > img { --motion-scale: 1; --motion-y: 0px; opacity: 1; transform: none; }
}
