/* Beranda editorial. CSS langsung; tidak memerlukan build. Fraunces dimuat lewat Google Fonts CDN. */
:root {
    --paper: #f7f5ee;
    --paper-dark: #efede4;
    --ink: #203d32;
    --forest: #234638;
    --muted: #68736a;
    --line: #dcded3;
    --accent: #c2d6a6;
    --terracotta: #b3502c;
    --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
    --sans: 'Avenir Next', Avenir, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
img { display: block; width: 100%; object-fit: cover; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
::selection { background: #c2d6a6; color: #16372a; }
:focus-visible { outline: 3px solid #8c6b25; outline-offset: 5px; border-radius: 3px; }
[hidden] { display: none !important; }
.container { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 12px 20px; background: var(--forest); color: white; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.eyebrow { display: block; font-size: 10px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 50px; padding: 14px 25px; border: 1px solid var(--forest); border-radius: 5px; background: var(--forest); color: white; font-size: 12px; font-weight: 600; transition: background .2s, transform .2s; }
.button:hover { background: #163629; transform: translateY(-2px); }
.button-light { border-color: var(--accent); background: var(--accent); color: var(--ink); }
.button-light:hover { background: #d8e6c6; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 600; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.text-link .icon { width: 16px; height: 16px; }

/* Navigation */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247,245,238,.97); border-bottom: 1px solid var(--line); }
.nav-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark { width: 40px; height: 40px; flex-shrink: 0; }
.brand-name { display: block; max-width: 235px; font-family: var(--serif); font-size: 21px; line-height: 1.15; letter-spacing: -.7px; }
.brand-tagline { display: block; font-size: 8px; letter-spacing: .21em; text-transform: uppercase; margin-top: 5px; }
.desktop-nav { display: flex; gap: 30px; align-items: center; }
.desktop-nav > a, .ecosystem-menu > summary { font-size: 12px; }
.desktop-nav > a:hover { text-decoration: underline; text-underline-offset: 6px; }
.ecosystem-menu { position: relative; }
.ecosystem-menu > summary { display: flex; align-items: center; gap: 5px; cursor: pointer; list-style: none; min-height: 44px; }
summary::-webkit-details-marker { display: none; }
.ecosystem-menu > summary .icon { width: 13px; height: 13px; }
.menu-panel { position: absolute; right: 0; top: calc(100% + 12px); width: 295px; padding: 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 16px 40px #203d3214; }
.menu-panel a { display: block; padding: 10px 12px; border-radius: 4px; }
.menu-panel a:hover { background: var(--paper-dark); }
.menu-panel strong { display: block; font-size: 13px; font-weight: 500; }
.menu-panel span { display: block; color: var(--muted); font-size: 11px; }
.nav-book { min-height: 42px; padding: 10px 19px; }
.mobile-menu { display: none; }

/* Opening spread — full-bleed marquee hero */
.hero { position: relative; }
.hero-photo { position: relative; height: clamp(600px, 82vh, 780px); overflow: hidden; background: var(--forest); }
.hero-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, #0d2016 0%, #0d201600 55%), linear-gradient(180deg, #0d201670 0%, #0d201600 26%); pointer-events: none; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; }
.hero-overlay-inner { height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding-block: 34px 44px; }
.hero-stamp { align-self: flex-start; width: 78px; height: 78px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; background: rgba(247, 245, 238, .92); border: 1px solid rgba(255, 255, 255, .5); color: var(--terracotta); }
.hero-stamp .icon { width: 24px; height: 24px; }
.hero-stamp span { font-size: 7px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.hero-bottom-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; min-width: 0; }
.hero-copy { color: #fff; min-width: 0; max-width: 100%; }
.hero-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 27px; color: #e4e9da; }
.hero-kicker::before { content: ''; width: 28px; height: 1px; background: #e4e9da; }
.hero h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(52px, 6.2vw, 96px); line-height: 1.02; letter-spacing: -.03em; max-width: 720px; overflow-wrap: anywhere; color: #fff; }
.hero h1 em { font-style: italic; }
.hero-description { max-width: 400px; margin-top: 24px; color: #dfe6d6; font-size: 14px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 30px; }
.hero-actions .text-link { color: #fff; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 30px; color: #cdd8c6; font-size: 10px; }
.hero-note .icon { width: 16px; height: 16px; }
.photo-credit { color: #cdd8c6; font-size: 9px; letter-spacing: .08em; white-space: nowrap; }
.intro-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.intro-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 22px; }
.intro-inner > p { font-family: var(--serif); font-size: 19px; letter-spacing: -.4px; }
.intro-points { display: flex; gap: 30px; }
.intro-points span { display: inline-flex; align-items: center; gap: 9px; font-size: 11px; color: var(--muted); }
.intro-points .icon { width: 17px; height: 17px; color: var(--forest); }

/* Destination collection */
.section { padding-block: 112px; }
.section-header { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 35px; }
.section-header .eyebrow { color: var(--muted); margin-bottom: 13px; }
h2 { font-family: var(--serif); font-size: clamp(34px, 3.3vw, 48px); line-height: 1.13; font-weight: 400; letter-spacing: -.045em; }
.section-description { max-width: 300px; font-size: 12px; line-height: 1.85; color: var(--muted); }
.experience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px 26px; }
.experience-card { min-width: 0; display: flex; flex-direction: column; }
.experience-image { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 7px; background: var(--paper-dark); }
.experience-image img { height: 100%; transition: transform .5s ease; }
.experience-image:hover img { transform: scale(1.035); }
.image-tag { position: absolute; left: 15px; top: 15px; background: var(--paper); color: var(--ink); padding: 5px 10px; border-radius: 3px; font-size: 10px; }
.image-arrow { position: absolute; bottom: 15px; right: 15px; display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid #ffffff66; border-radius: 50%; background: #203d3270; color: white; }
.image-arrow .icon { width: 16px; height: 16px; transform: rotate(-35deg); }
.image-placeholder { background: #e1e7db; }
.experience-card:nth-child(3n+2) .image-placeholder { background: #e8e2d4; }
.experience-card:nth-child(3n+3) .image-placeholder { background: #d8e2db; }
.placeholder-landscape { width: 100%; height: 100%; stroke: #738974; stroke-width: .85; opacity: .7; }
.placeholder-label { position: absolute; left: 17px; bottom: 17px; font-family: var(--serif); font-size: 19px; }
.experience-body { padding: 17px 1px 0; display: flex; flex-direction: column; flex: 1; }
.location { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: 10px; }
.location .icon { width: 12px; height: 12px; }
.experience-card h3 { font-family: var(--serif); font-size: 24px; font-weight: 400; letter-spacing: -.7px; line-height: 1.25; margin-top: 8px; }
.experience-card h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.experience-description { color: var(--muted); font-size: 11px; line-height: 1.8; margin: 9px 0 18px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.experience-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid var(--line); padding-top: 13px; margin-top: auto; }
.price { font-size: 14px; font-weight: 600; }
.price-unit { font-size: 10px; color: var(--muted); }
.more-experiences { margin-top: 38px; }
.more-experiences > summary { display: flex; align-items: center; justify-content: center; gap: 18px; width: fit-content; margin: 0 auto; padding: 12px 23px; border: 1px solid var(--line); border-radius: 4px; list-style: none; cursor: pointer; font-size: 12px; }
.more-experiences > summary:hover { background: var(--paper-dark); }
.more-experiences .experience-grid { margin-top: 32px; }
.more-experiences[open] .when-closed, .more-experiences:not([open]) .when-open { display: none; }
.more-experiences[open] > summary .icon { transform: rotate(180deg); }
.empty-state { padding: 48px 24px; border: 1px solid var(--line); border-radius: 8px; text-align: center; }
.empty-state .icon { width: 32px; height: 32px; margin-bottom: 14px; }
.empty-state h3 { font-family: var(--serif); font-size: 27px; font-weight: 400; }
.empty-state p { font-size: 13px; color: var(--muted); margin-block: 10px 20px; }

/* Local story */
.story-section { background: var(--paper-dark); padding-block: 96px; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.story-art { position: relative; margin: 0; }
.story-art img { height: 460px; border-radius: 5px 5px 140px 5px; }
.story-art figcaption { margin-top: 12px; font-size: 9px; letter-spacing: .08em; color: var(--muted); }
.story-copy > .eyebrow { color: var(--muted); margin-bottom: 18px; }
.story-copy h2 { font-size: clamp(38px, 4vw, 56px); }
.story-copy > p { max-width: 405px; margin-top: 20px; color: var(--muted); font-size: 13px; line-height: 1.95; }
.story-values { list-style: none; padding: 0; margin: 26px 0 0; }
.story-values li { display: flex; align-items: start; gap: 15px; padding-block: 15px; border-top: 1px solid #cfd3c5; }
.story-values .icon { margin-top: 3px; }
.story-values strong { font-size: 12px; font-weight: 600; }
.story-values p { font-size: 11px; color: var(--muted); margin-top: 3px; }

/* Six pillars */
.ecosystem-section { background: var(--forest); color: var(--paper); }
.ecosystem-section .section-header .eyebrow, .ecosystem-section .section-description { color: #ccd8cc; }
.ecosystem-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #ffffff33; border-left: 1px solid #ffffff33; }
.pillar { position: relative; padding: 29px 27px; min-width: 0; border-right: 1px solid #ffffff33; border-bottom: 1px solid #ffffff33; transition: background .2s; }
.pillar:hover { background: #ffffff08; }
.pillar:hover .pillar-top { color: var(--terracotta); }
.pillar-top { display: flex; justify-content: space-between; color: var(--accent); transition: color .2s; }
.pillar-top .icon { width: 24px; height: 24px; }
.pillar-number { font-size: 10px; letter-spacing: .1em; color: #c0d0c4; }
.pillar .eyebrow { margin-top: 28px; font-size: 8px; color: #ccd8cc; }
.pillar h3 { margin-top: 5px; font-family: var(--serif); font-size: 30px; font-weight: 400; letter-spacing: -.7px; }
.pillar p { margin-top: 8px; max-width: 240px; font-size: 11px; color: #ccd8cc; }
.pillar > .icon { position: absolute; bottom: 29px; right: 27px; width: 16px; height: 16px; }

/* Upcoming highlights */
.announcement { margin-top: 42px; display: flex; align-items: center; gap: 27px; padding: 27px 32px; border: 1px solid var(--line); border-left: 3px solid var(--terracotta); background: #eeefdf; border-radius: 6px; }
.announcement > .icon { width: 30px; height: 30px; }
.announcement-copy { flex: 1; min-width: 0; }
.announcement .eyebrow { font-size: 9px; }
.announcement h2 { margin-block: 7px; font-size: 27px; }
.announcement p { font-size: 11px; color: var(--muted); }
.agenda-section + .agenda-section { padding-top: 0; }
.agenda-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.agenda-card { display: flex; align-items: start; gap: 15px; padding: 24px 18px; border: 1px solid var(--line); border-radius: 8px; transition: background .2s, border-color .2s; }
.agenda-card:hover { background: var(--paper-dark); border-color: var(--terracotta); }
.agenda-date { min-width: 48px; display: flex; flex-direction: column; text-align: center; padding-right: 13px; border-right: 1px solid var(--line); }
.agenda-date > span { font-size: 9px; text-transform: uppercase; }
.agenda-date > strong { font-family: var(--serif); font-size: 31px; line-height: 1.2; font-weight: 400; color: var(--terracotta); }
.agenda-body { flex: 1; min-width: 0; }
.agenda-body .eyebrow { font-size: 8px; letter-spacing: .1em; color: var(--muted); }
.agenda-body h3 { margin-top: 6px; font-family: var(--serif); font-weight: 400; font-size: 19px; line-height: 1.3; letter-spacing: -.4px; }
.agenda-body p { font-size: 10px; margin-top: 7px; color: var(--muted); }
.agenda-body > strong { display: block; margin-top: 12px; font-size: 11px; font-weight: 500; }
.agenda-card > .icon { width: 14px; height: 14px; margin-top: 3px; }
.video-section { padding-top: 0; }
.video-frame { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 8px; background: var(--paper-dark); display: block; }

/* Closing */
.closing { position: relative; overflow: hidden; padding-block: 128px; text-align: center; background: #142720; border-top: 1px solid #ffffff1a; color: var(--paper); }
.closing-mark { position: absolute; top: 50%; left: 50%; width: 900px; height: 900px; transform: translate(-50%, -50%); color: #ffffff; opacity: .05; pointer-events: none; }
.closing .eyebrow { position: relative; margin-bottom: 19px; color: #cdd8c6; }
.closing h2 { position: relative; max-width: 640px; margin-inline: auto; color: #fff; }
.closing p { position: relative; max-width: 415px; margin: 20px auto 27px; color: #cdd8c6; font-size: 12px; }
.closing .button { position: relative; background: var(--terracotta); border-color: var(--terracotta); }
.closing .button:hover { background: #9c4322; }
.site-footer { padding-block: 56px 24px; border-top: 1px solid var(--line); }
.site-footer .brand-mark { color: var(--terracotta); }
.footer-top { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 34px; }
.footer-description { max-width: 275px; margin-top: 15px; font-size: 11px; color: var(--muted); }
.footer-links { display: flex; gap: 74px; }
.footer-links .eyebrow { font-size: 9px; margin-bottom: 13px; }
.footer-links a { display: block; font-size: 11px; color: var(--muted); padding-block: 4px; }
.footer-links a:hover { color: var(--terracotta); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 9px; color: var(--muted); }

@media (max-width: 1100px) {
    .container { width: calc(100% - 64px); }
    .desktop-nav { gap: 20px; }
    .desktop-nav > a:nth-of-type(3) { display: none; }
    .hero-actions { gap: 20px; }
    .intro-points { gap: 18px; }
    .intro-inner > p { max-width: 200px; }
    .story-grid { gap: 45px; }
    .agenda-grid { grid-template-columns: 1fr; }
    .agenda-card { padding: 22px; }
    .agenda-body h3 { font-size: 23px; }
}
@media (max-width: 800px) {
    .container { width: calc(100% - 40px); }
    .nav-inner { min-height: 74px; gap: 12px; }
    .brand-name { font-size: 19px; }
    .brand-tagline { font-size: 7px; }
    .brand-mark { width: 34px; height: 34px; }
    .desktop-nav, .nav-book { display: none; }
    .mobile-menu { display: block; }
    .mobile-menu > summary { display: flex; gap: 8px; align-items: center; justify-content: center; cursor: pointer; list-style: none; min-height: 44px; min-width: 44px; font-size: 11px; }
    .mobile-menu .menu-panel { left: 20px; right: 20px; top: 66px; width: auto; max-height: calc(100dvh - 90px); overflow-y: auto; }
    .mobile-menu .menu-panel a { padding: 11px 12px; }
    .hero-photo { height: clamp(520px, 86vh, 680px); }
    .hero-overlay-inner { padding-block: 24px 36px; }
    .hero h1 { font-size: clamp(44px, 8vw, 64px); }
    .hero-kicker { font-size: 8px; letter-spacing: .12em; margin-bottom: 19px; }
    .hero-description { font-size: 12px; margin-top: 20px; }
    .hero-actions { margin-top: 24px; }
    .hero-note { margin-top: 24px; font-size: 9px; }
    .hero-stamp { width: 64px; height: 64px; }
    .hero-stamp span { font-size: 6px; }
    .hero-bottom-row { align-items: flex-start; flex-direction: column; gap: 14px; }
    .intro-inner { flex-direction: column; align-items: start; gap: 13px; padding-block: 20px; }
    .intro-inner > p { max-width: none; }
    .intro-points { justify-content: space-between; width: 100%; }
    .intro-points span { font-size: 10px; gap: 6px; }
    .section { padding-block: 76px; }
    .section-header { gap: 20px; }
    .section-description { max-width: 240px; font-size: 11px; }
    .experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 20px; }
    .experience-card h3 { font-size: 23px; }
    .story-grid { gap: 30px; }
    .story-art img { height: 420px; }
    .story-copy > p { font-size: 12px; }
    .ecosystem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .announcement { gap: 18px; padding: 24px; }
    .announcement > .icon { display: none; }
    .footer-links { gap: 35px; }
}
@media (max-width: 560px) {
    html { scroll-padding-top: 92px; }
    .brand-name { font-size: 18px; max-width: 210px; }
    .brand { gap: 8px; }
    .hero-photo { height: clamp(480px, 88vh, 600px); }
    .hero-overlay-inner { padding-block: 20px 28px; }
    .hero-kicker { font-size: 9px; }
    .hero h1 { font-size: clamp(40px, 12vw, 56px); max-width: 440px; letter-spacing: -.04em; }
    .hero-description { max-width: 320px; font-size: 13px; margin-top: 19px; }
    .hero-actions { gap: 20px; }
    .hero-actions .button { padding-inline: 18px; gap: 15px; }
    .hero-actions .text-link { font-size: 11px; }
    .hero-note { margin-top: 20px; font-size: 9px; }
    .intro-points { flex-wrap: wrap; justify-content: start; gap: 12px 18px; }
    .intro-points span { font-size: 10px; }
    .section { padding-block: 64px; }
    .section-header { flex-direction: column; align-items: start; gap: 15px; margin-bottom: 25px; }
    .section-header .eyebrow { margin-bottom: 10px; }
    h2 { font-size: 36px; }
    .section-description { max-width: 320px; font-size: 12px; }
    .experience-grid { grid-template-columns: 1fr; gap: 32px; }
    .experience-image { aspect-ratio: 1.45; }
    .experience-card h3 { font-size: 27px; }
    .experience-description { font-size: 12px; }
    .location { font-size: 11px; }
    .experience-bottom { padding-top: 15px; }
    .experience-bottom .text-link { min-height: 36px; }
    .price { font-size: 15px; }
    .story-section { padding-block: 40px; }
    .story-grid { grid-template-columns: 1fr; gap: 28px; }
    .story-art img { height: 300px; }
    .story-copy > p { font-size: 13px; }
    .pillar { padding: 22px 17px; }
    .pillar h3 { font-size: 26px; }
    .pillar p { font-size: 11px; padding-bottom: 24px; }
    .pillar > .icon { bottom: 18px; right: 17px; }
    .pillar .eyebrow { font-size: 7px; margin-top: 20px; letter-spacing: .12em; }
    .announcement { flex-direction: column; align-items: start; margin-top: 28px; }
    .announcement h2 { font-size: 25px; }
    .closing { padding-block: 51px; }
    .closing h2 { font-size: 38px; }
    .footer-top { flex-direction: column; gap: 30px; }
    .footer-links { justify-content: space-between; padding-right: 20px; }
    .footer-links a { padding-block: 9px; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* AIDA: discovery, purchase guidance, and deliberate motion. */
.button-outline { background: transparent; color: var(--ink); border-color: var(--line); }
.button-outline:hover { background: var(--paper-dark); }
.ai-label { position: absolute; right: 13px; top: 13px; padding: 4px 8px; border-radius: 3px; background: #163629d9; color: #fff; font-size: 9px; letter-spacing: .025em; }
.card-category { color: var(--muted); font-size: 9px; margin-bottom: 7px; }
.card-capacity { font-size: 11px; color: var(--muted); margin-bottom: 15px; }
.experience-description { font-size: 13px; }
.experience-card { transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.experience-image .image-arrow { transition: transform .3s, background .3s; }
.experience-card:hover .image-arrow { transform: rotate(35deg); background: var(--terracotta); }
.experience-image { border-radius: 10px; }
.experience-bottom .text-link { min-height: 44px; }
.catalog-tools { margin-bottom: 27px; }
.catalog-search-row { display: flex; gap: 20px; align-items: end; }
.catalog-search { flex: 1; }
.catalog-search label, .catalog-sort label { display: block; font-size: 11px; margin-bottom: 8px; color: var(--muted); }
.catalog-search > div { display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); background: #fff9; border-radius: 5px; padding-inline: 15px; }
.catalog-search input { width: 100%; min-width: 0; border: 0; background: none; color: var(--ink); font: inherit; font-size: 14px; padding-block: 14px; outline-offset: 0; }
.catalog-search > div:focus-within { outline: 2px solid var(--terracotta); outline-offset: 2px; }
.catalog-search input:focus-visible { outline: none; }
.catalog-sort select { border: 1px solid var(--line); background: #fff9; color: var(--ink); min-height: 52px; padding: 12px 32px 12px 15px; border-radius: 5px; font: inherit; font-size: 12px; }
.category-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.category-chip { padding: 10px 16px; min-height: 44px; border: 1px solid var(--line); border-radius: 30px; color: var(--ink); background: transparent; font-size: 11px; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.category-chip:hover { border-color: var(--forest); }
.category-chip[aria-pressed="true"] { background: var(--forest); color: white; border-color: var(--forest); }
.catalog-status { margin-top: 17px; font-size: 11px; color: var(--muted); }
.catalog-more { text-align: center; }
.catalog-more > button { margin-top: 35px; cursor: pointer; }
.booking-guide { background: var(--paper); }
.booking-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; list-style: none; margin: 42px 0 0; padding: 0; }
.booking-steps li { border-top: 1px solid var(--line); padding-top: 23px; }
.step-number { font-family: var(--serif); font-size: 38px; font-style: italic; color: var(--terracotta); line-height: 1; }
.booking-steps h3 { font-family: var(--serif); font-size: 25px; font-weight: 400; letter-spacing: -.7px; margin-top: 22px; }
.booking-steps p { margin-top: 11px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.guide-link { margin-top: 35px; min-height: 44px; }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.faq-grid .eyebrow { color: var(--muted); margin-bottom: 17px; }
.faq-grid .section-description { margin-top: 19px; font-size: 13px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; gap: 20px; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding-block: 21px; font-size: 14px; font-weight: 500; }
.faq-list summary .icon { width: 16px; height: 16px; transition: transform .2s, color .2s; }
.faq-list details[open] summary .icon { transform: rotate(180deg); color: var(--terracotta); }
.faq-list p { font-size: 13px; color: var(--muted); line-height: 1.9; padding-bottom: 24px; }
.motion-toggle { position: absolute; right: 13px; top: 13px; z-index: 4; display: flex; align-items: center; gap: 6px; min-height: 36px; border: 1px solid #ffffff70; border-radius: 4px; padding: 7px 10px; background: #163629bf; color: white; cursor: pointer; font-size: 9px; }
.motion-toggle .icon { width: 12px; height: 12px; }
.mobile-discover { display: none; }
@keyframes landscape-breathe { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.055); } }
@keyframes local-float { 0%, 100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-7px) rotate(3deg); } }
@media (prefers-reduced-motion: no-preference) {
    .motion-enabled .hero-photo > img { animation: landscape-breathe 18s ease-in-out infinite; }
    .motion-enabled .hero-stamp { animation: local-float 8s ease-in-out infinite; }
    .page-hidden .hero-photo > img, .page-hidden .hero-stamp { animation-play-state: paused; }
    .button:hover .icon, .text-link:hover .icon { transform: translateX(3px); }
    .button .icon, .text-link .icon { transition: transform .25s; }
}
@media (max-width: 800px) {
    .faq-grid { gap: 30px; }
    .booking-steps { gap: 23px; }
    .booking-steps h3 { font-size: 23px; }
    .mobile-discover { position: fixed; bottom: 0; left: 0; right: 0; z-index: 40; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 20px max(12px, env(safe-area-inset-bottom)); background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 -5px 30px #203d3210; }
    .mobile-discover strong { display: block; font-family: var(--serif); font-size: 18px; font-weight: 400; }
    .mobile-discover span { display: block; font-size: 10px; color: var(--muted); }
    .mobile-discover .button { min-height: 44px; padding: 11px 17px; gap: 15px; }
    .site-footer { padding-bottom: 105px; }
    .motion-toggle { min-height: 44px; }
}
@media (max-width: 560px) {
    .catalog-search-row { flex-wrap: wrap; gap: 13px; }
    .catalog-search { flex-basis: 100%; }
    .catalog-search input { font-size: 16px; }
    .catalog-sort { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; }
    .catalog-sort label { margin: 0; }
    .catalog-sort select { font-size: 13px; min-height: 44px; }
    .category-list { gap: 7px; }
    .category-chip { padding: 10px 12px; font-size: 11px; }
    .booking-steps { grid-template-columns: 1fr; gap: 27px; margin-top: 28px; }
    .booking-steps li { display: grid; grid-template-columns: 46px 1fr; column-gap: 15px; }
    .step-number { grid-row: span 2; font-size: 32px; }
    .booking-steps h3 { margin: 0; font-size: 25px; }
    .booking-steps p { margin-top: 8px; }
    .faq-grid { grid-template-columns: 1fr; }
    .faq-list summary { font-size: 13px; }
    .experience-description, .location { font-size: 13px; }
    .ai-label { font-size: 10px; }
}
