:root {
  --ink: #071821;
  --ink-soft: #142b34;
  --paper: #eaf0ef;
  --paper-bright: #f7faf8;
  --sky: #86b9cf;
  --lamp: #ffd278;
  --wine: #af3147;
  --line: rgba(7, 24, 33, 0.18);
  --display: "Bodoni Moda", "Times New Roman", serif;
  --body: "Manrope", Arial, sans-serif;
  --utility: "IBM Plex Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; width: 100%; }

.site-header {
  position: fixed; z-index: 20; top: 0; left: 0; width: 100%; height: 82px;
  padding: 0 3.4vw; display: flex; align-items: center; justify-content: space-between;
  color: white; border-bottom: 1px solid rgba(255,255,255,.22); transition: .35s ease;
}
.site-header.scrolled { height: 68px; background: rgba(7,24,33,.92); backdrop-filter: blur(14px); }
.brand { display: flex; gap: 12px; align-items: center; font: 600 22px/1 var(--display); letter-spacing: -.02em; }
.brand-mark { width: 29px; height: 25px; position: relative; display: inline-block; }
.brand-mark i { position: absolute; display: block; height: 2px; border-radius: 2px; background: currentColor; transform-origin: left; }
.brand-mark i:nth-child(1) { width: 27px; top: 4px; left: 1px; transform: rotate(24deg); }
.brand-mark i:nth-child(2) { width: 22px; top: 13px; left: 5px; transform: rotate(-23deg); }
.brand-mark i:nth-child(3) { width: 13px; top: 21px; left: 14px; transform: rotate(29deg); }
.site-header nav { display: flex; gap: 34px; font-size: 13px; }
.site-header nav a, .header-cta { transition: opacity .2s; }
.site-header nav a:hover, .header-cta:hover { opacity: .65; }
.header-cta { font-size: 13px; border-bottom: 1px solid currentColor; padding-bottom: 5px; }

.hero { min-height: 790px; height: 100svh; position: relative; color: white; overflow: hidden; background: var(--ink); }
.hero-video, .hero-shade, .hero-grain { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(2,18,27,.86) 0%, rgba(4,20,29,.47) 49%, rgba(4,17,24,.2) 72%), linear-gradient(0deg, rgba(2,16,23,.72), transparent 48%); }
.hero-grain { opacity: .12; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E"); }
.hero-content { position: absolute; z-index: 2; left: 7.7vw; top: 50%; width: min(760px, 62vw); transform: translateY(-46%); }
.eyebrow, .section-kicker { margin: 0 0 24px; font: 500 11px/1.4 var(--utility); letter-spacing: .13em; text-transform: uppercase; }
.hero h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.055em; }
.hero h1 { margin: 0; font-size: clamp(66px, 8.2vw, 132px); line-height: .79; text-wrap: balance; }
h1 em, h2 em { font-weight: 500; color: var(--lamp); }
.hero-copy { max-width: 660px; margin: 34px 0 0; font-size: clamp(16px, 1.42vw, 21px); line-height: 1.55; color: rgba(255,255,255,.83); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; min-height: 58px; padding: 0 25px; align-items: center; justify-content: center; gap: 20px; font-weight: 700; font-size: 14px; }
.button-primary { color: var(--ink); background: var(--lamp); transition: transform .2s, background .2s; }
.button-primary:hover { transform: translateY(-2px); background: #ffe09c; }
.listen-link { display: inline-flex; gap: 12px; align-items: center; padding: 10px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.55); background: none; cursor: pointer; font-size: 13px; }
.play-icon { font-size: 10px; }
.tour-facts { position: absolute; z-index: 2; right: 3.4vw; bottom: 42px; display: grid; grid-template-columns: repeat(4, auto); margin: 0; background: rgba(7,24,33,.82); backdrop-filter: blur(12px); }
.tour-facts div { min-width: 138px; padding: 18px 24px; border-left: 1px solid rgba(255,255,255,.17); }
.tour-facts dt { margin-bottom: 8px; color: rgba(255,255,255,.55); font: 10px var(--utility); text-transform: uppercase; }
.tour-facts dd { margin: 0; font-size: 14px; font-weight: 600; }
.scroll-cue { position: absolute; z-index: 2; left: 3.4vw; bottom: 43px; display: flex; align-items: center; gap: 13px; font: 10px var(--utility); letter-spacing: .13em; text-transform: uppercase; }
.scroll-cue i { width: 46px; height: 1px; background: currentColor; animation: breathe 2s ease-in-out infinite; }

.section { padding: 130px 7.7vw; }
.promise { display: grid; grid-template-columns: .55fr 2.1fr .8fr; gap: 4vw; min-height: 610px; align-items: start; }
.promise h2, .how-section h2 { margin: -12px 0 35px; font-size: clamp(48px, 6.2vw, 94px); line-height: .98; }
.promise h2 em, .how-section h2 em { color: var(--wine); }
.promise-copy > p { max-width: 700px; margin: 0; font-size: 19px; line-height: 1.75; color: var(--ink-soft); }
.promise-note { margin-top: 195px; padding-top: 22px; border-top: 1px solid var(--line); }
.promise-note p { margin: 18px 0 0; font-size: 13px; line-height: 1.55; }
.sound-pulse { height: 30px; display: flex; align-items: center; gap: 5px; }
.sound-pulse i { width: 2px; height: 9px; background: var(--wine); animation: sound 1.2s ease-in-out infinite; }
.sound-pulse i:nth-child(2) { height: 24px; animation-delay: .12s; }.sound-pulse i:nth-child(3) { height: 17px; animation-delay: .24s; }.sound-pulse i:nth-child(4) { height: 27px; animation-delay: .36s; }

.route-section { background: var(--paper-bright); overflow: hidden; }
.route-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; align-items: end; margin-bottom: 80px; }
.route-heading h2 { margin: 0; font-size: clamp(54px, 7vw, 108px); line-height: .91; }
.route-heading > p { max-width: 490px; margin: 0 0 6px; font-size: 18px; line-height: 1.7; }
.stops { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 28px; }
.stop { display: grid; grid-template-columns: 1fr 1fr; min-height: 360px; background: var(--paper); }
.stop-wide { grid-column: 1 / -1; grid-template-columns: 1.45fr .55fr; min-height: 520px; }
.stop figure { margin: 0; overflow: hidden; }
.stop img { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.1,1); }
.stop:hover img { transform: scale(1.025); }
.stop-copy { padding: 35px; display: flex; flex-direction: column; justify-content: flex-end; }
.stop-copy span { margin-bottom: auto; font: 10px var(--utility); letter-spacing: .1em; }
.stop h3 { margin: 55px 0 14px; font: 500 clamp(29px, 3vw, 48px)/1 var(--display); letter-spacing: -.045em; }
.stop p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.stop-dark { color: white; background: var(--ink); }
.stop-dark p { color: rgba(255,255,255,.7); }
.route-thread { position: relative; margin: 75px -4vw 0; height: 190px; }
.route-thread svg { width: 100%; height: 100%; overflow: visible; }
.route-thread path { fill: none; stroke: var(--wine); stroke-width: 2; stroke-dasharray: 5 7; vector-effect: non-scaling-stroke; }
.route-thread circle { fill: var(--wine); }
.route-thread span { position: absolute; left: 51%; top: 52px; padding: 7px 12px; background: var(--paper-bright); color: var(--wine); font: 10px var(--utility); text-transform: uppercase; }

.audio-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; background: var(--sky); }
.audio-photo { min-height: 650px; overflow: hidden; }
.audio-photo img { width: 100%; height: 100%; object-fit: cover; }
.audio-copy { padding: 9vw 8vw 7vw; display: flex; flex-direction: column; justify-content: center; }
.audio-copy blockquote { margin: 12px 0 60px; font: 500 clamp(34px, 4.1vw, 64px)/1.08 var(--display); letter-spacing: -.045em; }
.audio-player { display: flex; align-items: center; gap: 20px; }
.audio-round { flex: 0 0 58px; width: 58px; height: 58px; border: 1px solid rgba(7,24,33,.5); border-radius: 50%; background: none; cursor: pointer; }
.audio-round span { display: inline-block; margin-left: 3px; }
.wave { height: 32px; flex: 1; opacity: .45; background: url("data:image/svg+xml,%3Csvg width='200' height='32' viewBox='0 0 200 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16h9l3-8 5 18 6-22 6 24 5-12h8l4-9 6 19 6-13 4 3h11l4-11 6 23 6-17 5 5h12l3-8 4 18 6-24 5 26 5-12h8l5-10 5 18 5-10 4 2h14l4-8 5 19 5-22 6 25 4-14h8l4-7 5 17h8' fill='none' stroke='%23071821' stroke-width='1.4'/%3E%3C/svg%3E") center/200px 32px repeat-x; }
.audio-time { font: 11px var(--utility); }

.how-section { background: var(--ink); color: white; }
.how-section h2 em { color: var(--sky); }
.steps { list-style: none; margin: 95px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.23); }
.steps li { position: relative; padding: 35px 42px 10px 0; border-right: 1px solid rgba(255,255,255,.23); }
.steps li:not(:first-child) { padding-left: 42px; }
.steps li:last-child { border-right: 0; }
.steps span { font: 10px var(--utility); color: var(--sky); text-transform: uppercase; letter-spacing: .1em; }
.steps h3 { margin: 55px 0 15px; font: 500 31px/1.08 var(--display); }
.steps p { margin: 0; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.7; }

.start-section { min-height: 760px; position: relative; display: grid; place-items: center; color: white; text-align: center; overflow: hidden; background: var(--ink); }
.start-backdrop { position: absolute; inset: 0; background: linear-gradient(rgba(6,21,29,.45), rgba(6,21,29,.76)), url("https://yourguide.tamigo.app/media/files/f8418124-27eb-4347-97d9-44b0e8e690f4/image/e9e894b7287d42bfaba5b23b418e366c.jpg") center/cover; transform: scale(1.02); }
.start-content { position: relative; z-index: 1; width: min(850px, 88vw); padding: 100px 0; }
.start-content h2 { margin: 0; font-size: clamp(54px, 7.4vw, 108px); line-height: .9; }
.start-content p:not(.section-kicker):not(.start-note) { max-width: 560px; margin: 35px auto; font-size: 18px; line-height: 1.6; }
.store-actions { display: flex; justify-content: center; gap: 12px; margin-top: 32px; }
.store-button { width: 178px; min-height: 62px; padding: 10px 20px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: var(--ink); background: white; text-align: left; transition: transform .2s; }
.store-button:hover { transform: translateY(-2px); }
.store-button small { font-size: 9px; }.store-button strong { font-size: 19px; letter-spacing: -.04em; }
.start-note { margin-top: 20px; color: rgba(255,255,255,.55); font: 10px var(--utility); text-transform: uppercase; }

footer { min-height: 220px; padding: 60px 7.7vw; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; background: #030e13; color: white; }
.footer-brand { font-size: 27px; }
footer > p { text-align: center; color: rgba(255,255,255,.55); font-size: 12px; }
footer > div { display: flex; justify-content: flex-end; gap: 25px; font-size: 11px; color: rgba(255,255,255,.72); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.1,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes sound { 0%,100% { transform: scaleY(.4); } 50% { transform: scaleY(1); } }
@keyframes breathe { 50% { transform: scaleX(.6); transform-origin: left; } }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero-content { left: 6vw; width: 86vw; top: 44%; }
  .tour-facts { left: 0; right: 0; bottom: 0; grid-template-columns: repeat(4, 1fr); }
  .tour-facts div { min-width: 0; padding: 16px 13px; }
  .scroll-cue { display: none; }
  .promise { grid-template-columns: 1fr 3fr; }
  .promise-note { display: none; }
  .stop, .stop-wide { grid-template-columns: 1.2fr .8fr; min-height: 390px; }
  .audio-copy { padding: 9vw 6vw; }
}

@media (max-width: 700px) {
  .site-header { height: 66px; padding: 0 20px; }
  .header-cta { display: none; }
  .brand { font-size: 20px; }
  .hero { min-height: 760px; }
  .hero-shade { background: linear-gradient(0deg, rgba(2,16,23,.9), rgba(4,17,24,.2) 75%), linear-gradient(90deg, rgba(2,18,27,.45), transparent); }
  .hero-content { top: auto; bottom: 170px; left: 22px; width: calc(100% - 44px); transform: none; }
  .hero h1 { font-size: clamp(54px, 16vw, 78px); }
  .hero-copy { margin-top: 23px; font-size: 15px; line-height: 1.55; }
  .hero-actions { margin-top: 25px; gap: 20px; align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .listen-link { align-self: flex-start; }
  .tour-facts { grid-template-columns: repeat(2, 1fr); }
  .tour-facts div { border-top: 1px solid rgba(255,255,255,.17); }
  .tour-facts div:nth-child(odd) { border-left: 0; }
  .tour-facts dt { margin-bottom: 4px; }.tour-facts dd { font-size: 12px; }
  .section { padding: 85px 22px; }
  .promise { display: block; min-height: auto; }
  .promise h2, .how-section h2 { margin-top: 45px; font-size: 52px; }
  .promise-copy > p { font-size: 16px; line-height: 1.7; }
  .route-heading { display: block; margin-bottom: 48px; }
  .route-heading h2 { margin: 35px 0; font-size: 58px; }
  .route-heading > p { font-size: 16px; }
  .stops { display: block; }
  .stop, .stop-wide { display: block; min-height: 0; margin-bottom: 22px; }
  .stop figure { height: 310px; }
  .stop-copy { min-height: 230px; padding: 25px; }
  .stop h3 { margin-top: 45px; font-size: 36px; }
  .route-thread { display: none; }
  .audio-section { display: block; min-height: 0; }
  .audio-photo { min-height: 440px; height: 55vh; }
  .audio-copy { padding: 82px 22px; }
  .audio-copy blockquote { margin: 35px 0 50px; font-size: 39px; }
  .steps { display: block; margin-top: 55px; }
  .steps li, .steps li:not(:first-child) { padding: 28px 0 40px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .steps h3 { margin-top: 30px; }
  .start-section { min-height: 690px; }
  .start-content h2 { font-size: 56px; }
  .store-actions { align-items: center; flex-direction: column; }
  .store-button { width: 190px; }
  footer { display: flex; min-height: 280px; padding: 55px 22px; flex-direction: column; justify-content: center; gap: 30px; }
  footer > p { margin: 0; } footer > div { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-video { display: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .sound-pulse i, .scroll-cue i { animation: none; }
  .stop img, .button, .store-button { transition: none; }
}

:focus-visible { outline: 3px solid var(--lamp); outline-offset: 4px; }
