:root {
  color-scheme: light;
  --passport: #0b4f48;
  --passport-dark: #073a35;
  --cream: #f4ead7;
  --paper: #fffaf0;
  --ink: #20322f;
  --muted: #66756f;
  --gold: #caa85c;
  --orange: #ff9518;
  --blue: #168be7;
  --line: #dccfb4;
  --shadow: 0 22px 60px rgba(48, 61, 53, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .18; background-image: radial-gradient(circle at 20% 10%, #fff 0 1px, transparent 1.5px), radial-gradient(circle at 80% 60%, #8a7352 0 .6px, transparent 1px); background-size: 18px 18px, 22px 22px; }
a { color: var(--passport); }
img { display: block; max-width: 100%; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 50; padding: .7rem 1rem; background: #fff; border-radius: .5rem; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.16); background: rgba(7,58,53,.94); backdrop-filter: blur(12px); }
.header-inner, main > section, .footer-inner { width: min(100% - 2rem, 1120px); margin-inline: auto; }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: flex; align-items: center; gap: .75rem; color: #fff; text-decoration: none; font-weight: 900; }
.brand img { width: 48px; height: 48px; border-radius: 25%; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.brand span { line-height: 1.05; }
.brand small { display: block; margin-top: .25rem; color: #d9e6e1; font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
nav { display: flex; flex-wrap: wrap; gap: 1rem; }
nav a { color: #f4ead7; text-decoration: none; font-size: .9rem; font-weight: 760; }
nav a:hover { color: #fff; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; padding: clamp(4rem, 8vw, 7rem) 0; }
.hero::after { content: ""; position: absolute; left: 7%; right: 7%; bottom: 1.7rem; border-top: 3px dashed rgba(11,79,72,.18); transform: rotate(-2deg); }
.eyebrow { margin: 0 0 .7rem; color: var(--orange); font-size: .76rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; color: var(--passport-dark); line-height: 1.06; letter-spacing: -.025em; }
h1 { margin-bottom: 1rem; font-size: clamp(3.1rem, 8vw, 6.8rem); max-width: 10ch; }
h2 { margin-bottom: .8rem; font-size: clamp(2.25rem, 5vw, 4rem); }
h3 { font-size: 1.45rem; }
.lead { max-width: 63ch; color: #4f625c; font-size: clamp(1.04rem, 2vw, 1.24rem); }
.travel-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.4rem; }
.travel-tags span { padding: .38rem .7rem; border: 1px solid rgba(11,79,72,.25); border-radius: 99px; background: rgba(255,250,240,.68); color: var(--passport); font-size: .78rem; font-weight: 800; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .78rem 1.05rem; border: 1px solid var(--passport); border-radius: .55rem; background: var(--passport); color: #fff; text-decoration: none; font-weight: 850; box-shadow: 0 10px 24px rgba(11,79,72,.12); }
.button.secondary { background: transparent; color: var(--passport); box-shadow: none; }
.hero-visual { display: grid; place-items: center; }
.ticket { width: min(100%, 390px); padding: 1rem; border: 1px solid var(--line); border-radius: 1.1rem; background: var(--paper); box-shadow: var(--shadow); transform: rotate(2.2deg); }
.ticket-top, .ticket-route, .ticket-meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.ticket-top { padding-bottom: .75rem; border-bottom: 1px dashed var(--line); color: var(--passport); font-size: .72rem; font-weight: 900; letter-spacing: .13em; }
.ticket-top strong { font-size: 1.1rem; }
.ticket img { width: min(74%, 270px); margin: 1rem auto; border-radius: 23%; }
.ticket-route { padding: .8rem 0; border-block: 1px dashed var(--line); color: var(--passport); font-size: .75rem; font-weight: 900; letter-spacing: .08em; }
.ticket-route b { color: var(--orange); font-size: 1rem; letter-spacing: .02em; }
.ticket-meta { padding-top: .8rem; color: #7b7c72; font-size: .62rem; letter-spacing: .08em; }
.ticket-meta strong { color: var(--passport); font-size: .72rem; }
.stamp { position: absolute; z-index: -1; display: grid; place-items: center; width: 112px; aspect-ratio: 1; border: 4px double rgba(11,79,72,.16); border-radius: 50%; color: rgba(11,79,72,.18); font: 900 .72rem/1.15 ui-monospace, monospace; letter-spacing: .12em; text-align: center; transform: rotate(-16deg); }
.stamp-one { top: 3.5rem; left: 45%; }.stamp-two { right: -2rem; bottom: 4rem; width: 90px; transform: rotate(13deg); }
.section { padding: clamp(4rem, 7vw, 6rem) 0; }
.section-light { border-block: 1px solid var(--line); }
.section-heading { max-width: 760px; margin-bottom: 2rem; }
.section-heading > p:last-child { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.feature-card { position: relative; min-height: 235px; padding: 1.5rem; overflow: hidden; border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,250,240,.72); box-shadow: 0 12px 40px rgba(48,61,53,.05); }
.feature-card::after { content: ""; position: absolute; right: -35px; bottom: -35px; width: 105px; aspect-ratio: 1; border: 2px dashed rgba(202,168,92,.28); border-radius: 50%; }
.feature-no { display: inline-block; margin-bottom: 2.4rem; color: var(--orange); font: 900 .72rem/1 ui-monospace, monospace; }
.feature-card p { color: var(--muted); }
.passport-section { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.passport-visual { position: relative; }
.passport-visual img { width: min(100%, 520px); margin-inline: auto; border-radius: 1rem; box-shadow: var(--shadow); transform: rotate(-1.5deg); }
.passport-stamp { position: absolute; right: 2%; bottom: 2%; display: grid; place-items: center; width: 115px; aspect-ratio: 1; border: 4px double rgba(255,149,24,.65); border-radius: 50%; background: rgba(244,234,215,.72); color: rgba(185,96,0,.8); font: 900 .72rem/1.2 ui-monospace, monospace; letter-spacing: .08em; text-align: center; transform: rotate(-12deg); }
.passport-note { margin-top: 1.3rem; padding: 1rem 1.1rem; border-left: 4px solid var(--orange); background: rgba(255,250,240,.68); }
.info-section { border-top: 1px solid var(--line); }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.info-card { padding: 1.4rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--paper); }
.info-card p { color: var(--muted); }
.info-card a { font-weight: 850; text-decoration: none; }
.mini-stamp { display: inline-block; margin-bottom: 1.4rem; padding: .28rem .48rem; border: 2px solid rgba(11,79,72,.35); color: rgba(11,79,72,.7); font: 900 .62rem/1 ui-monospace, monospace; letter-spacing: .08em; transform: rotate(-4deg); }
.content { max-width: 820px; margin: 3rem auto 5rem; padding: clamp(1.4rem, 4vw, 2.7rem); border: 1px solid var(--line); border-radius: 1rem; background: var(--paper); box-shadow: var(--shadow); }
.content h1 { max-width: none; font-size: clamp(2.3rem, 5vw, 4rem); }
.content h2 { margin-top: 2.2rem; font-size: clamp(1.35rem, 3vw, 1.85rem); }
.content ul, .content ol { padding-left: 1.35rem; }
.content li + li { margin-top: .4rem; }
.notice { margin: 1.3rem 0; padding: 1rem 1.1rem; border-left: 4px solid var(--orange); background: #fff3dd; }
.meta { color: var(--muted); font-size: .9rem; }
address { font-style: normal; }
.site-footer { border-top: 1px solid rgba(255,255,255,.1); background: var(--passport-dark); }
.footer-inner { padding: 1.5rem 0 2.2rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem 2rem; color: #cbd9d4; font-size: .86rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .9rem; }
.footer-links a { color: #f2ead8; text-decoration: none; }
@media (max-width: 800px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding: .7rem 0; gap: .6rem; }
  .hero, .passport-section { grid-template-columns: 1fr; }
  .hero { padding-top: 3rem; }
  .stamp-one { left: auto; right: 1rem; }
  .feature-grid, .info-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-no { margin-bottom: 1.2rem; }
}
