:root {
    --color-sage: #4f7a6d;
    --color-mint: #abccbc;
    --color-evergreen: #1a422d;
    --color-clay: #e0a790;
    --color-champagne: #f7e1c9;
    --color-ivory: #f4f4f4;
    --color-surface: #fbfbf8;
    --color-white: #ffffff;
    --color-ink: #203128;
    --color-muted: #5f6f67;
    --border-soft: 1px solid rgba(32, 49, 40, 0.09);
    --border-strong: 1px solid rgba(32, 49, 40, 0.14);
    --shadow-soft: 0 18px 45px rgba(27, 49, 38, 0.07);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-pill: 999px;
    --container-width: 1180px;
    --font-heading: "Playfair Display", Georgia, serif;
    --font-body: "Figtree", Arial, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--color-white);
    color: var(--color-ink);
    font-family: var(--font-body);
    line-height: 1.6;
}

img,
iframe {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.skip-link {
    position: absolute;
    top: -4rem;
    left: 1rem;
    z-index: 100;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    background: var(--color-evergreen);
    color: var(--color-white);
}

.skip-link:focus {
    top: 1rem;
}

.container {
    width: min(calc(100% - 2rem), var(--container-width));
    margin: 0 auto;
}

.eyebrow {
    margin: 0 0 0.9rem;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-sage);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.78);
    border-bottom: 1px solid rgba(32, 49, 40, 0.07);
    backdrop-filter: blur(18px);
}

.site-header__inner,
.site-footer__inner {
    width: min(calc(100% - 2rem), var(--container-width));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.site-header__inner {
    min-height: 5.25rem;
}

.brand {
    text-decoration: none;
    font-family: var(--font-heading);
    font-size: 1.35rem;
    color: var(--color-evergreen);
    letter-spacing: -0.02em;
}

.site-nav {
    display: none;
}

.site-nav ul,
.mobile-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav ul {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}

.site-nav a,
.mobile-panel a {
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
}

.site-nav a[aria-current="page"] {
    color: var(--color-sage);
}

.header-cta {
    display: none;
}

.nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border: 0;
    border-radius: 50%;
    background: rgba(171, 204, 188, 0.24);
    color: var(--color-evergreen);
}

.mobile-panel {
    display: none;
    padding: 0 1rem 1rem;
}

.mobile-panel.is-open {
    display: block;
}

.mobile-panel nav {
    width: min(calc(100% - 2rem), var(--container-width));
    margin: 0 auto;
    padding: 1rem;
    border: var(--border-soft);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow-soft);
}

.mobile-panel li + li {
    margin-top: 0.9rem;
}

.mobile-panel .button {
    margin-top: 1rem;
    width: 100%;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.35rem;
    border-radius: var(--radius-pill);
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 700;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
}

.button--primary {
    background: var(--color-mint);
    border-color: rgba(79, 122, 109, 0.18);
    color: var(--color-evergreen);
}

.button--secondary {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(32, 49, 40, 0.09);
    color: var(--color-evergreen);
    backdrop-filter: blur(16px);
}

.button--ghost {
    background: transparent;
    border-color: rgba(32, 49, 40, 0.11);
    color: var(--color-evergreen);
}

.text-link {
    color: var(--color-evergreen);
    font-weight: 700;
    text-decoration-color: rgba(79, 122, 109, 0.32);
}

.glass-panel {
    background: rgba(255, 255, 255, 0.72);
    border: var(--border-soft);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(20px);
}

.hero {
    padding: 4rem 0 2rem;
}

.hero__grid {
    display: grid;
    gap: 2rem;
    align-items: center;
}

.hero__content {
    padding: 1rem 0;
}

.hero__title {
    margin: 0;
    max-width: 8ch;
    font-family: var(--font-heading);
    font-size: clamp(3.2rem, 9vw, 6rem);
    line-height: 0.95;
    letter-spacing: -0.03em;
    color: var(--color-evergreen);
}

.hero__logotype {
    display: block;
    width: clamp(18rem, 42vw, 30rem);
    height: auto;
    margin: 0 0 0.25rem;
}

.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;
}

.hero__lede {
    max-width: 34rem;
    margin: 1.4rem 0 0;
    color: var(--color-muted);
    font-size: 1.04rem;
}

.hero__event {
    margin: 1.5rem 0 0;
}

.hero__event-line {
    font-size: 1.3rem;
    color: var(--color-evergreen);
}

.hero__location {
    margin-top: 0.55rem;
    color: var(--color-muted);
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.8rem;
}

.hero-visual {
    position: relative;
    min-height: 420px;
    padding: 1rem;
    border-radius: 36px;
    border: var(--border-soft);
    background: #dce8e0;
    overflow: hidden;
}

.hero-visual__frame {
    position: relative;
    height: 100%;
    min-height: 388px;
    border-radius: 30px;
    overflow: hidden;
    background: #c8d8d0;
}

.hero-visual__scene {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='700' viewBox='0 0 900 700'%3E%3Crect width='900' height='700' fill='%23b8d2c5'/%3E%3Crect x='0' y='470' width='900' height='230' fill='%2397b39f'/%3E%3Crect x='255' y='120' width='390' height='430' rx='18' fill='%23dcebe4' stroke='%235e8677' stroke-width='8'/%3E%3Cpath d='M450 105 L660 320 L660 550 L240 550 L240 320 Z' fill='none' stroke='%235e8677' stroke-width='12'/%3E%3Cpath d='M450 105 L450 550' stroke='%235e8677' stroke-width='9'/%3E%3Cpath d='M345 212 L345 550 M555 212 L555 550' stroke='%235e8677' stroke-width='7'/%3E%3Cpath d='M240 320 L660 320' stroke='%235e8677' stroke-width='7'/%3E%3Cpath d='M285 266 L615 266' stroke='%235e8677' stroke-width='5'/%3E%3C/svg%3E") center/cover no-repeat;
    filter: saturate(0.85);
}

.hero-visual__note {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 1rem 1.1rem;
    border-radius: 20px;
}

.hero-visual__note strong,
.info-strip__item strong,
.timeline-item__time,
.side-note strong {
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-sage);
}

.hero-visual__note span,
.info-strip__item span,
.side-note span {
    display: block;
    margin-top: 0.3rem;
    color: var(--color-evergreen);
    font-weight: 600;
}

.section {
    padding: 2rem 0 4.5rem;
}

.section-heading {
    margin-bottom: 1.8rem;
}

.section-heading h2,
.page-hero__panel h1,
.split-copy h2,
.faq-shell h2,
.travel-panel h2,
.timeline-shell h2,
.glass-box h3,
.arrival-panel h3,
.side-note h3 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(2.1rem, 5vw, 4rem);
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--color-evergreen);
}

.travel-panel h3,
.arrival-panel h3,
.side-note h3,
.glass-box h3 {
    font-size: 1.8rem;
}

.section-heading p,
.page-hero__panel p,
.split-copy p,
.faq-shell p {
    max-width: 42rem;
    color: var(--color-muted);
}

.info-strip {
    display: grid;
    gap: 1px;
    border: var(--border-soft);
    border-radius: 26px;
    overflow: hidden;
    background: rgba(32, 49, 40, 0.08);
}

.info-strip__item {
    padding: 1.3rem 1.4rem;
    background: var(--color-surface);
}

.split-section {
    display: grid;
    gap: 2rem;
    align-items: start;
}

.split-copy {
    padding-top: 0.5rem;
}

.place-list,
.stack-list,
.detail-list {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.place-list li,
.stack-list li,
.detail-list li {
    padding: 0.95rem 0;
    border-bottom: 1px solid rgba(32, 49, 40, 0.09);
}

.place-list strong,
.stack-list strong,
.detail-list strong {
    color: var(--color-evergreen);
}

.glass-box {
    padding: 1.25rem;
    border-radius: var(--radius-xl);
}

.map-shell {
    padding: 1rem;
    border-radius: 30px;
}

.map-shell iframe {
    width: 100%;
    min-height: 420px;
    border: 0;
    border-radius: 24px;
}

.page-hero {
    padding: 3.5rem 0 1.8rem;
}

.page-hero__panel {
    padding: 2rem;
    border-radius: 30px;
}

.timeline-layout,
.travel-layout,
.faq-layout {
    display: grid;
    gap: 2rem;
}

.timeline-shell,
.travel-panel,
.faq-shell,
.side-note,
.arrival-panel {
    border-radius: 28px;
}

.timeline-shell,
.travel-panel,
.faq-shell {
    padding: 1.5rem;
    background: var(--color-surface);
    border: var(--border-soft);
}

.travel-map {
    min-height: 540px;
}

.travel-map iframe {
    width: 100%;
    min-height: 508px;
    border: 0;
    border-radius: 24px;
}

.timeline-list {
    position: relative;
    display: grid;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.timeline-list::before {
    content: "";
    position: absolute;
    left: 0.75rem;
    top: 0.5rem;
    bottom: 0.5rem;
    width: 1px;
    background: rgba(79, 122, 109, 0.24);
}

.timeline-item {
    position: relative;
    padding-left: 2.6rem;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: 0.25rem;
    top: 0.35rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: var(--color-white);
    border: 1px solid rgba(79, 122, 109, 0.4);
    box-shadow: 0 0 0 6px rgba(171, 204, 188, 0.18);
}

.timeline-item__title {
    margin: 0.2rem 0 0.35rem;
    font-family: var(--font-heading);
    font-size: 1.6rem;
    color: var(--color-evergreen);
}

.timeline-item__body {
    margin: 0;
    color: var(--color-muted);
}

.side-stack {
    display: grid;
    gap: 1rem;
}

.side-note,
.arrival-panel {
    padding: 1.35rem;
}

.arrival-map {
    display: grid;
    place-items: center;
    min-height: 190px;
    margin: 1rem 0 1.2rem;
    border-radius: 24px;
    border: 1px solid rgba(32, 49, 40, 0.08);
    background: #f5f7f4;
}

.arrival-pin {
    position: relative;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    background: var(--color-mint);
    border: 1px solid rgba(79, 122, 109, 0.3);
}

.arrival-pin::after {
    content: "";
    position: absolute;
    inset: 1rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
}

.faq-shell {
    padding: 2rem;
}

.faq-list {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.faq-item {
    border: var(--border-soft);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.7);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 1.15rem 1.25rem;
    border: 0;
    background: transparent;
    color: var(--color-evergreen);
    text-align: left;
    font: inherit;
    font-weight: 700;
}

.faq-answer {
    padding: 0 1.25rem 1.25rem;
    color: var(--color-muted);
}

.site-footer {
    padding: 1rem 0 3rem;
}

.site-footer__inner {
    padding-top: 1.4rem;
    border-top: 1px solid rgba(32, 49, 40, 0.08);
    flex-direction: column;
    align-items: flex-start;
}

.site-footer__note {
    max-width: 44rem;
    margin: 0.5rem 0 0;
    color: var(--color-muted);
}

:focus-visible {
    outline: 3px solid rgba(79, 122, 109, 0.35);
    outline-offset: 3px;
}

@media (min-width: 760px) {
    .header-cta {
        display: inline-flex;
    }

    .info-strip {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .travel-layout,
    .faq-layout {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (min-width: 980px) {
    .site-nav {
        display: block;
    }

    .nav-toggle,
    .mobile-panel {
        display: none !important;
    }

    .hero__grid,
    .split-section,
    .travel-layout,
    .timeline-layout {
        grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    }

    .faq-layout {
        grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
        align-items: start;
    }
}

@media (max-width: 979px) {
    .header-cta {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition: none !important;
        animation: none !important;
    }
}
