:root { --app-green: #2c5530; --app-deep: #203e25; --app-gold: #d4a853; --app-paper: #f8f6f0; --app-ink: #283c2c; --app-muted: #596659; --app-line: #dce0d2; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; color: var(--app-ink); background: var(--app-paper); font-family: Raleway, 'Helvetica Neue', sans-serif; line-height: 1.65; }
a { color: var(--app-green); text-underline-offset: 4px; }
a:focus-visible, summary:focus-visible { outline: 3px solid #aa7a22; outline-offset: 4px; }
.app-skip { position: absolute; left: 1rem; top: -100px; z-index: 5; padding: 1rem; background: var(--app-paper); }
.app-skip:focus { top: 1rem; }
.app-header { max-width: 1240px; margin: 0 auto; padding: 1.5rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border-bottom: 1px solid var(--app-line); }
.app-brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.app-brand svg { width: 44px; height: 44px; flex-shrink: 0; }
.app-brand-name { display: block; font: 600 1.5rem/1.25 'Playfair Display', Georgia, serif; }
.app-brand-place { display: block; margin-top: 0.3rem; font-size: 0.59rem; letter-spacing: 1.2px; text-transform: uppercase; }
.app-nav { display: flex; align-items: center; gap: 1.4rem; font-size: 0.83rem; font-weight: 700; }
.app-nav a { min-height: 48px; display: inline-flex; align-items: center; text-decoration: none; }
.app-nav-book { border-bottom: 1px solid var(--app-gold); }
.app-languages { display: flex; align-items: center; gap: 0.7rem; }
.app-languages a[aria-current] { text-decoration: underline; text-decoration-color: #aa7a22; text-decoration-thickness: 2px; }
main { width: min(1120px, calc(100% - 4rem)); margin: auto; }
.app-hero { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; padding: clamp(3rem, 7vw, 6rem) 0; }
.app-eyebrow { margin: 0 0 1rem; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.15em; }
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 500; color: var(--app-green); }
h1 { margin: 0; font-size: clamp(2.8rem, 5vw, 4.5rem); line-height: 1.11; letter-spacing: -0.035em; text-wrap: balance; }
.app-lead { margin: 1.5rem 0 1.6rem; color: var(--app-muted); max-width: 600px; font-size: 1rem; line-height: 1.85; }
.app-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; gap: 0.8rem; padding: 0.9rem 1.3rem; border-radius: 6px; text-decoration: none; font-weight: 700; transition: background-color 150ms ease; }
.app-button--green { background: var(--app-green); color: #fffdf4; }
.app-button--green:hover { background: var(--app-deep); }
.app-button--gold { background: var(--app-gold); color: var(--app-deep); white-space: nowrap; }
.app-button--gold:hover { background: #e0b965; }
.app-download svg { width: 25px; height: 30px; }
.app-download > span:last-child { margin-left: 1rem; font-size: 1.3rem; }
.app-download-label { display: block; font-size: 1rem; line-height: 1.5; }
.app-download-source { display: block; font-size: 0.72rem; font-weight: 500; opacity: 0.86; }
.app-availability { max-width: 480px; margin: 1rem 0 0.65rem; font-size: 0.81rem; color: var(--app-muted); line-height: 1.6; }
.app-text-link { display: inline-flex; align-items: center; min-height: 48px; font-size: 0.85rem; font-weight: 700; }
.app-stay { padding: 2.5rem 2rem; background: var(--app-green); color: #f1eddd; border-radius: 3px 42px 3px 3px; }
.app-stay-mark { width: 48px; height: 48px; margin-bottom: 1.6rem; }
.app-stay .app-eyebrow { color: #e2c888; font-size: 0.61rem; letter-spacing: 0.12em; }
.app-stay h2 { color: #fffbed; font-size: 2.7rem; line-height: 1.15; margin: 0 0 1rem; }
.app-stay-accommodation { font-size: 0.82rem; line-height: 1.9; }
.app-stay-times { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2.1rem; padding-top: 1.3rem; border-top: 1px solid #688268; }
.app-stay-times span { display: block; font-size: 0.55rem; font-weight: 700; letter-spacing: 0.08em; }
.app-stay-times strong { color: #f2d391; font: 500 2.5rem/1.6 'Playfair Display', Georgia, serif; }
.app-stay-note { margin: 0.6rem 0 0; font-size: 0.75rem; line-height: 1.7; }
.app-guide { display: grid; grid-template-columns: minmax(200px, 0.75fr) minmax(0, 1.5fr); gap: 4rem; border-top: 1px solid var(--app-line); padding: 3.5rem 0; }
.app-section-heading h2 { margin: 0; font-size: clamp(2rem, 3vw, 2.8rem); line-height: 1.22; text-wrap: balance; }
.app-steps { margin: 0; padding: 0; list-style: none; }
.app-steps > li { display: grid; grid-template-columns: 2.3rem minmax(0, 1fr); gap: 1rem; padding: 0 0 2.4rem; }
.app-steps > li:last-child { padding-bottom: 0; }
.app-step-number { padding-top: 0.2rem; color: #927028; font-size: 0.8rem; font-weight: 800; }
.app-steps h3 { font-size: 1.65rem; margin: 0 0 0.7rem; line-height: 1.3; }
.app-steps p { margin: 0; font-size: 0.92rem; color: var(--app-muted); }
.app-instructions { margin-top: 1.25rem; padding: 1.15rem 1.25rem; background: #edeee3; }
.app-instructions p + p { margin-top: 0.8rem; color: var(--app-green); font-weight: 600; }
.app-support { padding: 3.5rem 0; border-top: 1px solid var(--app-line); }
.app-faq { margin-top: 1.8rem; }
.app-faq details { border-bottom: 1px solid var(--app-line); }
.app-faq summary { min-height: 56px; cursor: pointer; padding: 1rem 0; font-weight: 700; font-size: 0.97rem; }
.app-faq details p { max-width: 900px; margin: 0 0 1.25rem; color: var(--app-muted); font-size: 0.92rem; }
.app-help { display: flex; flex-wrap: wrap; align-items: center; column-gap: 0.6rem; margin: 1.5rem 0 0; font-size: 0.84rem; }
.app-help a { min-height: 48px; display: inline-flex; align-items: center; overflow-wrap: anywhere; }
.app-booking { padding: 2.5rem; margin-bottom: 4rem; display: flex; align-items: center; gap: 3rem; justify-content: space-between; background: #ecece0; }
.app-booking h2 { font-size: 2.1rem; margin: 0 0 0.8rem; line-height: 1.25; }
.app-booking p:not(.app-eyebrow) { max-width: 700px; margin: 0; color: var(--app-muted); font-size: 0.9rem; }
.app-footer { padding: 1.5rem 2rem; border-top: 1px solid var(--app-line); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; column-gap: 1.5rem; font-size: 0.78rem; }
.app-footer a { display: inline-flex; align-items: center; min-height: 48px; }
@media (max-width: 860px) {
    .app-header { flex-wrap: wrap; padding: 1rem 1.5rem; gap: 0.65rem; }
    .app-nav { width: 100%; justify-content: space-between; gap: 0.7rem; }
    .app-hero { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
    .app-stay { padding: 1.7rem; }
    .app-stay-mark { float: right; margin-bottom: 0; }
    .app-stay-times { margin-top: 1.3rem; }
    .app-guide { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
    .app-booking { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
}
@media (max-width: 480px) {
    main { width: calc(100% - 2.5rem); }
    .app-header { padding-inline: 1.25rem; }
    .app-brand-name { font-size: 1.4rem; }
    .app-brand-place { font-size: 0.53rem; }
    .app-nav { font-size: 0.75rem; }
    .app-languages { gap: 0.35rem; }
    .app-languages a { padding-inline: 0.3rem; }
    .app-hero { padding-top: 2.2rem; }
    .app-download { width: 100%; }
    .app-steps > li { grid-template-columns: 1.5rem minmax(0, 1fr); gap: 0.55rem; }
    .app-guide, .app-support { padding-block: 2.5rem; }
    .app-instructions { padding: 1rem; }
    .app-booking { padding: 1.5rem; margin-bottom: 2.5rem; }
    .app-booking .app-button { width: 100%; white-space: normal; }
    .app-help { display: block; }
    .app-help > span:first-child { display: block; }
    .app-help > span[aria-hidden] { display: none; }
    .app-help a { display: flex; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .app-button { transition: none; } }
