@font-face { font-family: "Cormorant Wedding"; src: url("../fonts/CormorantGaramond.618588c60263.ttf") format("truetype"); font-display: swap; }
:root {
  color-scheme: light;
  --bg: #f8f3eb; --surface: #fffdf9; --surface-soft: #f2e8dc; --text: #3f3833; --muted: #756b63;
  --border: #dfd1c2; --primary: #b65f3b; --primary-hover: #96482d; --primary-text: #fffaf5;
  --sand: #d9bd91; --mustard: #c29435; --green: #55705c; --shadow: 0 18px 50px rgb(91 65 45 / 10%);
  --radius-lg: 26px; --radius-md: 17px; --header-height: 76px;
}
html[data-theme='dark'] {
  color-scheme: dark; --bg: #211d1a; --surface: #2d2723; --surface-soft: #3a3029; --text: #f5ece1;
  --muted: #c8b9aa; --border: #51443a; --primary: #d78660; --primary-hover: #e59b76;
  --primary-text: #211813; --sand: #b99464; --mustard: #d2a94e; --green: #9fbea4; --shadow: 0 20px 55px rgb(0 0 0 / 25%);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme='light']) { color-scheme: dark; --bg: #211d1a; --surface: #2d2723; --surface-soft: #3a3029; --text: #f5ece1; --muted: #c8b9aa; --border: #51443a; --primary: #d78660; --primary-hover: #e59b76; --primary-text: #211813; --sand: #b99464; --mustard: #d2a94e; --green: #9fbea4; --shadow: 0 20px 55px rgb(0 0 0 / 25%); }
}
* { box-sizing: border-box; }
[hidden], .address-field[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; min-width: 320px; min-height: 100vh; color: var(--text); background: var(--bg); font: 16px/1.6 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body::before { position: fixed; inset: 0; z-index: -1; content: ""; pointer-events: none; background: radial-gradient(circle at 8% 4%, color-mix(in srgb, var(--sand) 18%, transparent), transparent 26rem), radial-gradient(circle at 92% 32%, color-mix(in srgb, var(--primary) 8%, transparent), transparent 30rem); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid color-mix(in srgb, var(--mustard) 65%, transparent); outline-offset: 3px; }
h1, h2, h3, h4, p { overflow-wrap: break-word; }
h1, h2, h3 { font-family: "Cormorant Wedding", Georgia, serif; }
.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: 100; padding: 10px 14px; color: var(--primary-text); background: var(--primary); border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.public-header { position: sticky; top: 0; z-index: 50; height: var(--header-height); background: color-mix(in srgb, var(--surface) 90%, transparent); border-bottom: 1px solid var(--border); backdrop-filter: blur(18px); }
.header-inner { display: flex; width: min(1240px, calc(100% - 40px)); height: 100%; margin: auto; align-items: center; justify-content: space-between; gap: 30px; }
.public-brand { display: inline-flex; align-items: center; gap: 4px; color: var(--text); font: 600 clamp(1.2rem, 2.5vw, 1.6rem)/1 "Cormorant Wedding", Georgia, serif; text-decoration: none; white-space: nowrap; }
.public-brand-icon { width: 36px; height: 36px; flex: 0 0 auto; object-fit: contain; }
.public-brand-name { display: inline-flex; align-items: baseline; gap: 0; }
.brand-amp { color: var(--primary); font-size: 1.25em; font-style: italic; }
.public-nav { display: flex; align-items: center; gap: clamp(10px, 2vw, 25px); }
.public-nav > a { position: relative; padding: 10px 2px; color: var(--muted); font-size: .88rem; font-weight: 700; text-decoration: none; }
.public-nav > a:hover, .public-nav > a[aria-current='page'] { color: var(--text); }
.public-nav > a[aria-current='page']::after { position: absolute; right: 12%; bottom: 3px; left: 12%; height: 2px; content: ""; background: var(--primary); border-radius: 2px; }
.public-nav .nav-invitation { padding: 8px 14px; color: var(--primary); border: 1px solid var(--primary); border-radius: 999px; }
.public-nav .nav-invitation::after { display: none; }
.language-switcher { display: inline-flex; margin: 0; }
.language-options { display: inline-flex; padding: 3px; gap: 2px; background: color-mix(in srgb, var(--surface-soft) 82%, transparent); border: 1px solid var(--border); border-radius: 999px; box-shadow: inset 0 1px 2px rgb(70 48 33 / 5%); }
.language-options button { display: grid; min-width: 34px; height: 34px; padding: 0 8px; place-items: center; color: var(--muted); background: transparent; border: 0; border-radius: 999px; cursor: pointer; font-size: .7rem; font-weight: 850; letter-spacing: .06em; transition: color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease; }
.language-options button:hover:not(.is-active) { color: var(--text); background: color-mix(in srgb, var(--sand) 20%, transparent); }
.language-options button:active { transform: scale(.95); }
.language-options button.is-active { color: var(--primary-text); background: var(--primary); box-shadow: 0 3px 10px color-mix(in srgb, var(--primary) 28%, transparent); }
.theme-toggle { display: inline-flex; min-height: 40px; padding: 8px 12px; align-items: center; gap: 7px; color: var(--text); background: var(--surface-soft); border: 1px solid var(--border); border-radius: 999px; cursor: pointer; }
.theme-toggle span:last-child { font-size: .78rem; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; background: var(--surface-soft); border: 1px solid var(--border); border-radius: 50%; cursor: pointer; }
.menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after { display: block; width: 19px; height: 2px; margin: auto; content: ""; background: var(--text); transition: transform .2s ease; }
.menu-toggle-lines::before { transform: translateY(-6px); }.menu-toggle-lines::after { transform: translateY(4px); }
.menu-toggle[aria-expanded='true'] .menu-toggle-lines { background: transparent; }.menu-toggle[aria-expanded='true'] .menu-toggle-lines::before { transform: translateY(0) rotate(45deg); }.menu-toggle[aria-expanded='true'] .menu-toggle-lines::after { transform: translateY(-2px) rotate(-45deg); }
.content-section { width: min(1160px, calc(100% - 40px)); margin: clamp(68px, 9vw, 116px) auto; }
.eyebrow { margin: 0 0 8px; color: var(--primary); font-size: .74rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 46px; padding: 10px 18px; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }.button-primary { color: var(--primary-text); background: var(--primary); }.button-primary:hover { background: var(--primary-hover); }.button-secondary { color: var(--text); background: var(--surface); border-color: var(--border); }.button-link { color: var(--primary); }
.hero-carousel { position: relative; width: min(1380px, calc(100% - 28px)); min-height: min(720px, calc(100vh - var(--header-height) - 28px)); margin: 14px auto 0; overflow: hidden; color: var(--text); background: var(--surface-soft); border: 1px solid var(--border); border-radius: 0 0 34px 34px; }
.carousel-track, .carousel-slide { min-height: inherit; }.carousel-slide { position: relative; display: grid; padding: clamp(40px, 9vw, 120px); align-items: center; isolation: isolate; }
.carousel-slide[hidden] { display: none; }.carousel-slide::before, .carousel-slide::after { position: absolute; z-index: -1; content: ""; }
.carousel-slide::before { inset: 0; background: linear-gradient(90deg, rgb(31 24 20 / 88%) 0%, rgb(31 24 20 / 65%) 43%, rgb(31 24 20 / 18%) 78%, transparent 100%); }
.carousel-slide::after { inset: 0; background: linear-gradient(180deg, rgb(0 0 0 / 8%), transparent 48%, rgb(0 0 0 / 28%)); }
.carousel-background { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.carousel-slide-1 .carousel-background { object-position: 50% 50%; }.carousel-slide-2 .carousel-background { object-position: 58% 62%; }.carousel-slide-3 { background: url("../images/carousel/couple-goal.5c08bc22a715.webp") center / cover no-repeat; }.carousel-slide-3 .carousel-background { object-fit: contain; object-position: 50% 50%; }
.carousel-copy { max-width: 720px; color: #fffaf7; text-shadow: 0 2px 22px rgb(0 0 0 / 38%); }.carousel-copy h1 { max-width: 850px; margin: 0 0 20px; font-size: clamp(3.2rem, 8vw, 7rem); font-weight: 600; line-height: .92; letter-spacing: -.035em; }.carousel-copy > p:not(.eyebrow) { max-width: 580px; margin-bottom: 28px; color: #f7e9df; font-size: clamp(1rem, 2vw, 1.25rem); }.carousel-copy .eyebrow { color: #f0c98f; }
.ornament { position: absolute; right: clamp(30px, 11vw, 150px); color: color-mix(in srgb, var(--primary) 55%, transparent); font: 300 clamp(7rem, 22vw, 20rem)/1 "Cormorant Wedding", serif; transform: rotate(45deg); }
.carousel-controls { position: absolute; right: clamp(24px, 5vw, 70px); bottom: clamp(22px, 4vw, 48px); display: flex; align-items: center; gap: 14px; }.carousel-controls > button { width: 43px; height: 43px; color: var(--text); background: color-mix(in srgb, var(--surface) 80%, transparent); border: 1px solid var(--border); border-radius: 50%; cursor: pointer; }.carousel-dots { display: flex; gap: 7px; }.carousel-dots button { width: 8px; height: 8px; padding: 0; background: var(--border); border: 0; border-radius: 50%; cursor: pointer; }.carousel-dots button[aria-current='true'] { width: 24px; background: var(--primary); border-radius: 999px; }
.intro-section { text-align: center; }.intro-section h2, .section-heading h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4rem); font-weight: 600; line-height: 1; }.section-lead { max-width: 650px; margin: 18px auto 50px; color: var(--muted); }
.workflow-list { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; padding: 0; list-style: none; text-align: left; }.workflow-list::before { position: absolute; top: 25px; right: 9%; left: 9%; height: 1px; content: ""; background: var(--border); }.workflow-list li { position: relative; }.workflow-list li > span { position: relative; z-index: 1; display: grid; width: 50px; height: 50px; place-items: center; color: var(--primary); background: var(--bg); border: 1px solid var(--border); border-radius: 50%; font: 700 1rem "Cormorant Wedding", serif; }.workflow-list h3 { margin: 18px 0 4px; font-size: 1.4rem; }.workflow-list p { margin: 0; color: var(--muted); font-size: .87rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.feature-card { position: relative; min-height: 340px; padding: clamp(26px, 4vw, 44px); overflow: hidden; color: var(--text); background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow); text-decoration: none; }.feature-card::after { position: absolute; right: -60px; bottom: -100px; width: 230px; height: 230px; content: ""; background: color-mix(in srgb, var(--sand) 35%, transparent); border-radius: 50%; }.feature-card span { color: var(--primary); font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }.feature-card h2 { margin: 70px 0 10px; font-size: clamp(2rem, 4vw, 3rem); line-height: 1; }.feature-card p { color: var(--muted); }.feature-card strong { position: absolute; bottom: 32px; color: var(--primary); font-size: .88rem; }.feature-dress::after { background: color-mix(in srgb, var(--mustard) 28%, transparent); }.feature-stay::after { background: color-mix(in srgb, var(--green) 23%, transparent); }
.page-hero { width: min(1050px, calc(100% - 40px)); margin: clamp(50px, 8vw, 100px) auto; padding: clamp(35px, 7vw, 85px); text-align: center; background: linear-gradient(145deg, var(--surface), var(--surface-soft)); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow); }.page-hero h1 { margin: 0 0 18px; font-size: clamp(3.2rem, 9vw, 6.8rem); font-weight: 600; line-height: .9; }.page-hero > p:not(.eyebrow, .privacy-note) { max-width: 740px; margin-inline: auto; color: var(--muted); font-size: clamp(1rem, 2vw, 1.17rem); }.compact-hero { box-shadow: none; }.hero-actions { display: flex; margin-top: 28px; justify-content: center; flex-wrap: wrap; gap: 12px; }.privacy-note { margin-top: 24px; color: var(--muted); font-size: .82rem; }
.timeline { position: relative; max-width: 920px; }.timeline::before { position: absolute; top: 20px; bottom: 20px; left: 150px; width: 1px; content: ""; background: var(--border); }.timeline-event { position: relative; display: grid; grid-template-columns: 110px 80px 1fr; margin-bottom: 30px; align-items: start; }.timeline-time { padding-top: 27px; color: var(--primary); font: 700 1.3rem "Cormorant Wedding", serif; text-align: right; }.timeline-marker { display: grid; padding-top: 11px; place-items: center; }.timeline-marker span { z-index: 1; display: grid; width: 58px; height: 58px; place-items: center; background: var(--bg); border: 1px solid var(--border); border-radius: 50%; }.timeline-marker img { width: 34px; height: 34px; object-fit: contain; }.timeline-card { padding: clamp(23px, 4vw, 36px); background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow); }.timeline-card h2 { margin: 0 0 8px; font-size: clamp(1.8rem, 4vw, 2.5rem); line-height: 1; }.timeline-card > p:not(.eyebrow) { color: var(--muted); }.timeline-card address { display: grid; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--border); font-style: normal; }.timeline-card address span { color: var(--muted); font-size: .9rem; }.card-actions { display: flex; margin-top: 22px; flex-wrap: wrap; gap: 10px; }.warm-callout { display: flex; padding: clamp(28px, 5vw, 48px); align-items: center; justify-content: space-between; gap: 30px; background: var(--surface-soft); border: 1px solid var(--border); border-radius: var(--radius-lg); }.warm-callout h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 2.8rem); }.warm-callout p:not(.eyebrow) { margin: 8px 0 0; color: var(--muted); }
.dress-hero { position: relative; overflow: hidden; }.dress-hero::after { position: absolute; right: -70px; bottom: -140px; width: 360px; height: 360px; content: "♡"; color: color-mix(in srgb, var(--primary) 6%, transparent); font: 300 24rem/1 serif; }.dress-grid { display: grid; gap: 30px; }.dress-card { display: grid; grid-template-columns: minmax(280px, .9fr) 1.1fr; overflow: hidden; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow); }.dress-card:nth-child(even) .dress-visual { order: 2; }.dress-visual { min-height: 500px; background: var(--surface-soft); }.dress-visual img { width: 100%; height: 100%; object-fit: cover; }.dress-copy { display: flex; padding: clamp(30px, 7vw, 78px); flex-direction: column; justify-content: center; }.dress-copy h2 { margin: 0; font-size: clamp(2.6rem, 6vw, 4.7rem); line-height: .95; }.dress-subtitle { color: var(--primary); font: 600 clamp(1.15rem, 2vw, 1.4rem) "Cormorant Wedding", serif; }.dress-copy > p:not(.eyebrow, .dress-subtitle) { color: var(--muted); }.swatch-list { display: flex; padding: 0; margin: 26px 0 0; flex-wrap: wrap; gap: 12px 18px; list-style: none; }.swatch-list li { display: flex; align-items: center; gap: 8px; font-size: .86rem; font-weight: 700; }.swatch { width: 30px; height: 30px; background: var(--swatch); border: 2px solid var(--surface); border-radius: 50%; box-shadow: 0 0 0 1px var(--border); }.etiquette-note { display: flex; max-width: 850px; padding: clamp(28px, 5vw, 50px); align-items: center; gap: 24px; background: var(--surface-soft); border: 1px solid var(--border); border-radius: var(--radius-lg); }.etiquette-note > span { color: var(--primary); font: 300 4rem serif; }.etiquette-note h2 { margin: 0; font-size: 2rem; }.etiquette-note p { margin: 5px 0 0; color: var(--muted); }
.section-heading { display: flex; margin-bottom: 34px; align-items: end; justify-content: space-between; gap: 30px; }.section-heading > p { max-width: 420px; margin: 0; color: var(--muted); }.map-layout { display: grid; grid-template-columns: minmax(260px, .42fr) 1fr; min-height: 540px; overflow: hidden; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow); }.place-selector { display: flex; padding: 12px; flex-direction: column; gap: 8px; border-right: 1px solid var(--border); }.place-button { display: grid; grid-template-columns: 52px 1fr; padding: 16px; color: var(--text); text-align: left; background: transparent; border: 1px solid transparent; border-radius: 14px; cursor: pointer; }.place-button:hover, .place-button[aria-current='true'] { background: var(--surface-soft); border-color: var(--border); }.place-button > span { grid-row: 1 / 3; color: var(--primary); font: 700 1rem "Cormorant Wedding", serif; }.place-button strong, .place-button small { grid-column: 2; }.place-button small { color: var(--muted); }.map-frame { min-height: 420px; background: var(--surface-soft); }.map-frame iframe { width: 100%; height: 100%; min-height: 540px; border: 0; }.map-fallback { display: flex; height: 100%; min-height: 420px; padding: 40px; align-items: center; justify-content: center; flex-direction: column; text-align: center; }.map-fallback > span { color: var(--primary); font-size: 4rem; }.map-fallback h3 { margin: 5px 0; font-size: 2rem; }.map-fallback p { max-width: 420px; color: var(--muted); }
.route-planner { padding: clamp(26px, 5vw, 50px); background: var(--surface-soft); border: 1px solid var(--border); border-radius: var(--radius-lg); }.planner-controls, .recommendation-controls { display: grid; grid-template-columns: 1fr 1.25fr; gap: 24px; }.planner-controls fieldset, .recommendation-controls fieldset { padding: 0; margin: 0; border: 0; }.planner-controls fieldset:last-child { grid-column: 1 / -1; }.planner-controls legend, .recommendation-controls legend { margin-bottom: 12px; font-weight: 800; }.choice { display: inline-flex; min-height: 43px; padding: 9px 13px; margin: 0 7px 8px 0; align-items: center; gap: 7px; color: var(--text); background: var(--surface); border: 1px solid var(--border); border-radius: 999px; cursor: pointer; }.choice:has(input:checked) { border-color: var(--primary); box-shadow: inset 0 0 0 1px var(--primary); }.choice input { accent-color: var(--primary); }.address-field { display: grid; gap: 6px; }.address-field > span { font-weight: 800; }.address-field input { min-height: 48px; padding: 10px 14px; color: var(--text); background: var(--surface); border: 1px solid var(--border); border-radius: 13px; }.address-field small { color: var(--muted); }.route-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 30px; }.route-card { display: flex; padding: 20px; align-items: center; justify-content: space-between; gap: 18px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); }.route-card h3 { margin: 0; font-size: 1.45rem; }.route-card p { margin: 2px 0 0; color: var(--muted); font-size: .84rem; }.route-card div > span { color: var(--primary); font-size: .8rem; font-weight: 800; }
.recommendation-section { padding: clamp(28px, 5vw, 52px); background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow); }.recommendation-controls { grid-template-columns: 1.3fr .7fr; }.recommendation-result { margin-top: 30px; padding: 25px; background: linear-gradient(135deg, var(--surface-soft), color-mix(in srgb, var(--sand) 25%, var(--surface))); border-left: 4px solid var(--primary); border-radius: 0 var(--radius-md) var(--radius-md) 0; }.recommendation-result h3 { margin: 0; font-size: clamp(1.8rem, 4vw, 2.6rem); }.recommendation-result > p:not(.eyebrow) { margin: 5px 0 9px; }.recommendation-result small { color: var(--muted); }
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.area-card { display: flex; padding: clamp(24px, 4vw, 34px); flex-direction: column; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); }.area-card:target { outline: 3px solid color-mix(in srgb, var(--primary) 45%, transparent); }.area-tag { align-self: flex-start; padding: 5px 10px; color: var(--primary); background: var(--surface-soft); border-radius: 999px; font-size: .72rem; font-weight: 800; }.area-card h3 { margin: 20px 0 8px; font-size: 2rem; line-height: 1; }.area-card > p { color: var(--muted); }.area-card dl { margin: 20px 0; }.area-card dl div { padding: 13px 0; border-top: 1px solid var(--border); }.area-card dt { font-size: .74rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.area-card dd { margin: 3px 0 0; color: var(--muted); font-size: .86rem; }.accommodation-list { margin-bottom: 18px; }.accommodation-list h4 { margin-bottom: 10px; }.accommodation-list a { display: grid; padding: 10px; margin-top: 7px; background: var(--surface-soft); border-radius: 10px; text-decoration: none; }.accommodation-list span { color: var(--muted); font-size: .8rem; }.editorial-pending { padding: 12px; color: var(--muted); background: var(--surface-soft); border-radius: 10px; font-size: .84rem; }.area-search-link { margin-top: auto; }.disclaimer { max-width: 850px; margin: 26px auto 0; color: var(--muted); font-size: .8rem; text-align: center; }
.empty-state { padding: 50px; text-align: center; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); }.public-footer { display: flex; width: min(1160px, calc(100% - 40px)); padding: 36px 0; margin: 100px auto 0; align-items: center; justify-content: space-between; gap: 30px; color: var(--muted); border-top: 1px solid var(--border); }.public-footer p { margin: 4px 0 0; font-size: .82rem; }.footer-mark { color: var(--text); font: 600 1.5rem "Cormorant Wedding", serif; }.footer-mark i { color: var(--primary); }.public-footer nav { display: flex; gap: 20px; }.public-footer nav a { font-size: .82rem; font-weight: 700; text-decoration: none; }
@media (max-width: 920px) {
  .feature-grid, .area-grid { grid-template-columns: 1fr 1fr; }.feature-card:last-child, .area-card:last-child { grid-column: 1 / -1; }.workflow-list { grid-template-columns: repeat(3, 1fr); }.workflow-list::before { display: none; }.route-grid { grid-template-columns: 1fr; }.dress-card { grid-template-columns: 1fr 1fr; }.dress-visual { min-height: 440px; }
}
@media (max-width: 760px) {
  :root { --header-height: 68px; }.header-inner { width: min(100% - 24px, 680px); }.menu-toggle { display: block; }.public-nav { position: fixed; top: var(--header-height); right: 0; left: 0; display: none; max-height: calc(100vh - var(--header-height)); padding: 18px 20px 28px; overflow-y: auto; align-items: stretch; flex-direction: column; gap: 3px; background: var(--surface); border-bottom: 1px solid var(--border); box-shadow: var(--shadow); }.menu-open { overflow: hidden; }.menu-open .public-nav { display: flex; }.public-nav > a { padding: 13px 8px; font-size: 1rem; }.public-nav > a[aria-current='page']::after { right: auto; bottom: 8px; left: 8px; width: 28px; }.public-nav .nav-invitation { margin-top: 8px; padding: 11px 14px; text-align: center; }.language-switcher { margin-top: 12px; align-self: flex-start; }.language-options button { min-width: 42px; height: 38px; }.theme-toggle { align-self: flex-start; margin-top: 8px; }
  .content-section { width: min(100% - 24px, 680px); margin-block: 62px; }.hero-carousel { width: calc(100% - 12px); min-height: 650px; margin-top: 6px; border-radius: 0 0 24px 24px; }.carousel-slide { padding: 48px 24px 110px; align-items: end; }.carousel-slide::before { background: linear-gradient(0deg, rgb(28 21 18 / 92%) 0%, rgb(28 21 18 / 58%) 52%, rgb(28 21 18 / 12%) 100%); }.carousel-slide-1 .carousel-background { object-position: 53% 50%; }.carousel-slide-2 .carousel-background { object-position: 66% 50%; }.carousel-slide-3 .carousel-background { object-position: 50% 50%; }.carousel-copy h1 { font-size: clamp(3rem, 15vw, 5rem); }.ornament { top: 40px; right: 20px; }.carousel-controls { right: 22px; bottom: 24px; }.workflow-list { grid-template-columns: 1fr; gap: 26px; }.workflow-list li { display: grid; grid-template-columns: 50px 1fr; gap: 16px; }.workflow-list h3 { margin-top: 0; }.feature-grid, .area-grid { grid-template-columns: 1fr; }.feature-card:last-child, .area-card:last-child { grid-column: auto; }.feature-card { min-height: 300px; }.page-hero { width: calc(100% - 24px); margin-block: 28px 55px; padding: 42px 22px; }.timeline::before { left: 27px; }.timeline-event { grid-template-columns: 55px 1fr; }.timeline-time { grid-column: 2; padding: 0 0 6px; text-align: left; }.timeline-marker { position: absolute; left: 0; padding-top: 40px; }.timeline-marker span { width: 54px; height: 54px; }.timeline-card { grid-column: 2; }.warm-callout, .section-heading { align-items: flex-start; flex-direction: column; }.dress-card { grid-template-columns: 1fr; }.dress-card:nth-child(even) .dress-visual { order: 0; }.dress-visual { min-height: 420px; }.dress-copy { padding: 32px 24px; }.etiquette-note { align-items: flex-start; }.map-layout { grid-template-columns: 1fr; }.place-selector { border-right: 0; border-bottom: 1px solid var(--border); }.map-frame iframe { min-height: 420px; }.planner-controls, .recommendation-controls { grid-template-columns: 1fr; }.planner-controls fieldset:last-child { grid-column: auto; }.route-card { align-items: stretch; flex-direction: column; }.route-card .button { width: 100%; }.public-footer { margin-top: 70px; align-items: flex-start; flex-direction: column; }.public-footer nav { flex-wrap: wrap; }
}
@media (max-width: 420px) {
  .carousel-copy h1 { font-size: 3.15rem; }.theme-toggle span:last-child { display: inline; }.timeline-card { padding: 20px 17px; }.card-actions .button { width: 100%; }.dress-visual { min-height: 360px; }.swatch-list { flex-direction: column; }.route-planner, .recommendation-section { padding: 24px 16px; }.choice { width: 100%; margin-right: 0; }.place-button { grid-template-columns: 46px 1fr; }.public-footer nav { display: grid; }
}
.timeline-card .event-notice, .timeline-card .invitation-status { padding: 12px 14px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface-soft); }
.timeline-card .event-notice { border-left: 3px solid var(--mustard); }
.timeline-card .invitation-status { color: var(--text); }
.timeline-card .invitation-status-locked { color: var(--muted); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
