@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --ink: #171716;
  --paper: #f6f3eb;
  --vanilla: #fefdf0;
  --orange: #ff4b2b;
  --stone: #b8b1a5;
  --blue: #b8cfdb;
  --sea: #223f55;
  --darksea: #102230;
  --cream:#f3f0e8;
  --line:rgba(23,27,25,.16);
  --font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--font-body); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: min(100% - 7rem, 1440px); margin-inline: auto; }
.eyebrow { margin: 0 0 1.25rem; font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.orange-text { color: var(--orange); }

.hero { position: relative; min-height: 940px; overflow: hidden; isolation: isolate; }
.hero-image { position: absolute; inset: 0; z-index: -4; background: #3f403b url('../images/versailles.jpg') 58% 50% / cover no-repeat; transform: scale(1.01); animation: heroDrift 14s ease-out both; }
.hero-shade { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(8,9,8,.94) 0%, rgba(8,9,8,.73) 36%, rgba(8,9,8,.16) 70%, rgba(8,9,8,.18) 100%), linear-gradient(0deg, rgba(5,6,5,.58), transparent 50%); }
.site-header { height: 112px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: relative; z-index: 20; }
.logo { font: 900 3.4rem/.8 var(--font-display); letter-spacing: -.05em; color: var(--orange); }
.desktop-nav { display: flex; gap: 3.2rem; font-size: .96rem; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.55rem; height: 2px; background: var(--orange); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.desktop-join { justify-self: end; }
.button { min-height: 62px; padding: 0 1.8rem; display: inline-flex; align-items: center; justify-content: space-between; gap: 2.4rem; border: 1px solid transparent; border-radius: 5px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-small { min-height: 49px; padding-inline: 1.35rem; gap: 1.6rem; }
.button-primary { background: var(--orange); color: white; }
.button-primary:hover { background: #ff5a3d; }
.button-ghost { border-color: rgba(255,255,255,.72); background: rgba(13,14,13,.28); backdrop-filter: blur(8px); }
.button-ghost:hover { background: var(--paper); color: var(--ink); }
.mobile-menu { display: none; }

.hero-content { padding-top: 7.6rem; position: relative; z-index: 3; }
.hero-eyebrow { color: rgba(255,255,255,.72); }
.hero h1, h2 { font-family: var(--font-display); font-weight: 900; letter-spacing: -.045em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 790px; font-size: clamp(8rem, 13.2vw, 13rem); line-height: .73; animation: riseIn .65s both; }
.hero-copy { width: min(580px, 48vw); margin: 2.25rem 0 1.7rem; font-size: clamp(1.08rem, 1.55vw, 1.42rem); line-height: 1.5; }
.hero-actions { display: flex; gap: 1rem; width: min(560px, 50vw); }
.hero-actions .button { flex: 1; }
.scroll-cue { position: absolute; left: 3.5rem; bottom: 2rem; z-index: 3; display: flex; align-items: center; gap: 1rem; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue i { display: block; width: 80px; height: 1px; background: rgba(255,255,255,.5); }

.phone { position: absolute; z-index: 5; right: clamp(2rem, 4.8vw, 6rem); bottom: -8rem; width: clamp(260px, 22vw, 350px); aspect-ratio: .53; padding: 12px; border: 3px solid #292929; border-radius: 52px; background: #080808; box-shadow: 0 34px 80px rgba(0,0,0,.5); overflow: hidden; animation: phoneIn .75s .25s both; }
.phone::before { content: ""; position: absolute; inset: 12px; border-radius: 40px; background: #f9f7f1; }
.phone-speaker { position: absolute; z-index: 4; top: 22px; left: 50%; translate: -50%; width: 32%; height: 24px; border-radius: 20px; background: #050505; }
.phone-head { position: relative; z-index: 2; height: 74px; padding: 35px 14px 0; display: flex; justify-content: space-between; align-items: center; color: #191919; font-size: .68rem; }
.phone-head strong { font-size: .74rem; }
.phone-map { position: relative; z-index: 2; height: 54%; overflow: hidden; background: radial-gradient(circle at 35% 25%, #cbd9d4 0 4%, transparent 5%), repeating-linear-gradient(25deg, rgba(94,117,103,.16) 0 2px, transparent 2px 22px), linear-gradient(145deg, #acbcb5, #e0d5bb); }
.phone-map::before, .phone-map::after { content: ""; position: absolute; width: 180px; height: 210px; border: 18px solid rgba(255,255,255,.22); rotate: 35deg; border-radius: 50%; }
.phone-map::before { left: -100px; top: -40px; } .phone-map::after { right: -90px; bottom: -60px; }
.map-label { position: absolute; padding: 3px 5px; border-radius: 3px; background: rgba(255,255,255,.75); color: #35423d; font-size: .5rem; }
.label-one { top: 18%; left: 8%; } .label-two { right: 8%; bottom: 15%; }
.map-pin { position: absolute; z-index: 2; width: 12px; height: 12px; border: 3px solid white; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 2px var(--orange); }
.pin-one { top: 20%; left: 36%; } .pin-two { top: 52%; left: 61%; } .pin-three { bottom: 10%; left: 42%; }
.map-route { position: absolute; z-index: 1; height: 2px; border-top: 2px dashed var(--orange); transform-origin: left; }
.segment-one { top: 24%; left: 38%; width: 32%; rotate: 34deg; }.segment-two { top: 54%; left: 43%; width: 22%; rotate: 161deg; }.segment-three { top: 68%; left: 44%; width: 18%; rotate: 88deg; }
.phone-card { position: relative; z-index: 3; padding: 1.1rem 1rem; color: #181818; }
.phone-card .tiny-label { display: block; color: var(--orange); font-size: .52rem; font-weight: 800; letter-spacing: .1em; }
.phone-card strong { display: block; margin: .3rem 0; font-size: 1rem; }
.phone-card p { margin: 0; color: #5d5b57; font-size: .62rem; }
.trip-stats { display: flex; justify-content: space-between; margin-top: .9rem; color: #555; font-size: .55rem; }
.photo-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: .3rem; margin-top: .75rem; }
.photo-strip i { height: 62px; border-radius: 6px; background: linear-gradient(160deg,#354840,#90a798 50%,#d49359); }
.photo-strip i:nth-child(2) { background: linear-gradient(140deg,#4c7c8a,#c9b77d 55%,#315346); }
.photo-strip i:nth-child(3) { background: linear-gradient(165deg,#24352f,#ca7b43 48%,#181c1a); }

.contour { position: absolute; z-index: 1; width: 350px; height: 180px; border: 1px solid rgba(246,243,235,.14); border-radius: 50%; box-shadow: 0 0 0 22px rgba(246,243,235,.08), 0 0 0 48px rgba(246,243,235,.06), 0 0 0 76px rgba(246,243,235,.04); }
.contour-left { left: -7rem; bottom: 1rem; rotate: 7deg; }
.route { pointer-events: none; }
.route-one { position: absolute; z-index: 2; left: 5%; right: 12%; bottom: 2.4rem; height: 130px; border-bottom: 3px dashed var(--orange); border-radius: 50%; rotate: -2deg; }
.route-one i, .route-two i { position: absolute; width: 15px; height: 15px; border: 3px solid var(--orange); border-radius: 50%; background: var(--ink); }
.route-one i:first-child { left: 2%; bottom: -8px; }.route-one i:nth-child(2) { left: 48%; bottom: -8px; }.route-one i:last-child { right: -2px; bottom: -8px; }

.section-light { background: var(--paper); color: var(--ink); }
.manifesto { padding: 12.5rem 0 8rem; }
.manifesto-background { position: relative; isolation: isolate; color: #f6f3eb;
    background:
        linear-gradient(
            90deg,
            rgba(245, 240, 233, 0.88) 0%,
            rgba(245, 240, 233, 0.68) 50%,
            rgba(245, 240, 233, 0.52) 100%
        ),
        url("../images/iceland-ponies.jpg") center center / cover no-repeat;
}
.manifesto-background p,
.manifesto-background .lead { color: rgba(246, 243, 235, 0.88); }
.manifesto-background .orange-text { color: #ff4b2b; }
.manifesto-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 9vw; align-items: end; }
.manifesto h2, .section-heading h2, .about-section h2 { margin: 0; font-size: clamp(4.6rem, 8vw, 8.2rem); line-height: .82; color: var(--ink);}
.manifesto p { line-height: 1.65; color: var(--darksea); }
.manifesto .lead { margin-top: 0; color: var(--ink); font-size: 1.45rem; line-height: 1.45; }

.go-features{overflow:hidden;padding:clamp(5rem,9vw,9rem) 0;background:var(--cream)}
.go-features--secondary{overflow:hidden;padding: 0 !important;background:none !important;}
.go-features__head{width:min(1320px,calc(100% - 40px));margin:0 auto 3rem;display:flex;align-items:end;justify-content:space-between;gap:2rem}
.go-features__eyebrow{margin:0 0 .9rem;color:var(--orange);font-size:.76rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.go-features h2{max-width:850px;margin:0; color: var(--ink);font-size:clamp(3.2rem,7vw,7.4rem);font-weight:900;letter-spacing:-.035em;line-height:.83;text-transform:uppercase}
.go-features__controls{display:flex;gap:.65rem}.go-features__button{width:52px;height:52px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink);font-size:1.45rem;cursor:pointer;transition:.2s}.go-features__button:hover{background:var(--ink);color:#fff}.go-features__button:disabled{opacity:.25;cursor:default}

.go-features__viewport {
    overflow: hidden;
    padding-left: max(20px, calc((100vw - 1320px) / 2));
    cursor: grab;
    touch-action: pan-y;
}

.go-features__viewport.is-dragging {
    cursor: grabbing;
}

.go-features__track {
    display: flex;
    gap: 18px;
    width: max-content;
    will-change: transform;
    user-select: none;
    touch-action: pan-y;
	padding-right: 200px;
}

.go-features__track.is-animating {
    transition: transform .65s cubic-bezier(.22, 1, .36, 1);
}

.go-features__viewport.is-dragging .go-card,
.go-features__viewport.is-dragging .go-card * {
    pointer-events: none;
}

.go-card__image {
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.go-card{position:relative;flex:0 0 min(74vw,520px);height:clamp(560px,68vw,720px);overflow:hidden;border-radius:28px;background:#26302c;color:#fff;isolation:isolate}
.go-card::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.02) 25%,rgba(7,10,9,.86) 100%)}
.go-card__image{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.22,1,.36,1)}.go-card:hover .go-card__image{transform:scale(1.035)}
.go-card__number{position:absolute;top:26px;right:28px;font-size:.76rem;font-weight:800;letter-spacing:.12em}.go-card__copy{position:absolute;left:clamp(24px,4vw,42px);right:clamp(24px,4vw,42px);bottom:clamp(28px,5vw,48px)}
.go-card__icon{display:grid;width:48px;height:48px;margin-bottom:1.1rem;place-items:center;border:1px solid rgba(255,255,255,.4);border-radius:50%;font-size:1.2rem}.go-card h3{margin:0 0 .8rem;font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.045em;line-height:.95}.go-card p{max-width:390px;margin:0 0 1.3rem;color:rgba(255,255,255,.84);font-size:1.02rem;line-height:1.55}.go-card a{color:#fff;font-size:.84rem;font-weight:800;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.go-card a span{color:var(--orange)}
.go-features__progress{width:min(1320px,calc(100% - 40px));height:2px;margin:30px auto 0;background:var(--line)}.go-features__progress-bar{display:block;width:25%;height:100%;background:var(--orange);transform-origin:left;transition:transform .65s cubic-bezier(.22,1,.36,1)}
@media(max-width:700px){.go-features__head{align-items:start}.go-features__controls{display:none}.go-card{flex-basis:84vw;height:590px;border-radius:22px}.go-features__viewport{padding-left:20px}.go-features__progress{margin-top:22px}}
@media(prefers-reduced-motion:reduce){.go-features__track,.go-features__progress-bar,.go-card__image{transition:none}}

.feature-section { padding: 8rem 0; background: #1c1d1b; }
.section-heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 4rem; align-items: start; margin-bottom: 4.5rem; }
.section-heading h2 { margin: 0; max-width: 950px; font-size: clamp(4rem, 7vw, 7rem); line-height: .86; color: var(--paper); }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.feature-card { min-height: 430px; padding: 1.6rem; display: flex; flex-direction: column; justify-content: space-between; color: var(--ink); border-radius: 4px; }
.feature-card.orange { background: var(--orange); }.feature-card.sand { background: #d9cdb9; }.feature-card.blue { background: var(--blue); }
.feature-card > span { font: 800 1rem var(--font-display); }
.feature-card h3 { max-width: 330px; margin: 0 0 1rem; font: 800 clamp(2.5rem,3.7vw,4rem)/.9 var(--font-display); text-transform: uppercase; letter-spacing: -.04em; }
.feature-card p { max-width: 350px; margin: 0; line-height: 1.55; }
.feature-card > a { align-self: flex-end; width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(0,0,0,.5); border-radius: 50%; font-size: 1.2rem; transition: rotate .2s, background .2s; }
.feature-card > a:hover { rotate: 45deg; background: rgba(255,255,255,.45); }

.story-section { min-height: 850px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--paper); color: var(--ink); }
.story-photo { min-height: 750px; background: linear-gradient(0deg, rgba(18,20,18,.18), transparent), url('../images/hero-wild-horizon.png') 67% 50% / cover; }
.story-copy { padding: 7vw; display: flex; flex-direction: column; justify-content: center; position: relative; }
.story-copy h2 { margin: 0 0 2rem; font-size: clamp(4rem, 6.8vw, 7rem); line-height: .82; }
.story-copy > p:not(.eyebrow) { max-width: 620px; color: #56534d; font-size: 1.08rem; line-height: 1.7; }
.text-link { width: max-content; margin-top: 1.3rem; padding-bottom: .35rem; border-bottom: 2px solid var(--orange); font-weight: 700; }
.memory-card { width: min(380px,70%); margin: 4rem 0 -10rem auto; padding: 1.2rem; background: white; box-shadow: 0 20px 60px rgba(23,23,22,.15); rotate: 2deg; }
.memory-card > span { font-size: .56rem; color: var(--orange); letter-spacing: .12em; }
.memory-card > strong { display: block; margin: .6rem 0 1rem; font: 700 1.5rem/1.05 var(--font-display); text-transform: uppercase; }
.memory-card > div { display: flex; align-items: center; }
.memory-card i { width: 29px; height: 29px; margin-right: -7px; border: 2px solid white; border-radius: 50%; background: #6b7b6f; }.memory-card i:nth-child(2){background:#d88956}.memory-card i:nth-child(3){background:#293a44}
.memory-card b { margin-left: 1rem; font-size: .65rem; }

.about-section { padding: 11rem 0 9rem; background: #d6d0c4; color: var(--ink); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.about-section h2 { max-width: 650px; }
.about-copy .lead { margin-top: 0; font-size: 1.5rem; line-height: 1.4; }
.about-copy > p:not(.lead) { color: #514e48; line-height: 1.7; }
.about-copy ul { margin: 3rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(0,0,0,.25); }
.about-copy li { padding: 1.3rem 0; border-bottom: 1px solid rgba(0,0,0,.25); font-weight: 650; }
.about-copy li span { display: inline-block; width: 3rem; color: var(--orange); font-size: .7rem; }

.early-access { position: relative; overflow: hidden; padding: 8.5rem 0; background: var(--orange); color: var(--ink); }
.signup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; position: relative; z-index: 1; }
.early-access h2 { margin: 0; font-size: clamp(6rem,12vw,12rem); line-height: .72; }
.signup label { display: block; max-width: 500px; margin-bottom: 1.5rem; font-size: 1.25rem; font-weight: 650; }
.signup > div { display: flex; }
.signup input { min-width: 0; flex: 1; height: 64px; padding: 0 1.2rem; border: 1px solid var(--ink); border-radius: 5px 0 0 5px; background: rgba(255,255,255,.75); color: var(--ink); outline: none; }
.signup input:focus { background: white; box-shadow: inset 0 0 0 2px var(--ink); }
.button-dark { border-radius: 0 5px 5px 0; background: var(--ink); color: white; }
.signup small { display: block; margin-top: .75rem; opacity: .65; }
.form-message { margin: 0 0 1rem; padding: .75rem 1rem; border: 1px solid rgba(23,23,22,.45); border-radius: 4px; font-weight: 700; }
.route-two { position: absolute; width: 54vw; height: 170px; left: -7%; bottom: -100px; border-top: 3px dashed rgba(23,23,22,.75); border-radius: 50%; }

.simple-page { min-height: 80vh; color: var(--paper); background: radial-gradient(circle at 80% 10%, #4c554f, transparent 36%), var(--ink); }
.simple-page-copy { max-width: 980px; padding-top: 9rem; padding-bottom: 10rem; }
.simple-page h1 { margin: 0 0 2rem; font: 900 clamp(5rem, 11vw, 11rem)/.78 var(--font-display); letter-spacing: -.045em; text-transform: uppercase; }
.simple-page-copy > p:not(.eyebrow) { max-width: 720px; margin-bottom: 2.5rem; color: #cbc7be; font-size: 1.3rem; line-height: 1.65; }

footer { padding: 5rem 0 2rem; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 4rem; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: .85rem; }
.footer-grid > div > span { margin-bottom: .5rem; color: #7f7d76; font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a:not(.logo) { color: #d6d1c6; }
.footer-grid a:not(.logo):hover { color: var(--orange); }
.footer-grid p { color: #77746e; }
.footer-bottom { margin-top: 5rem; padding-top: 1.5rem; display: flex; justify-content: space-between; border-top: 1px solid #373835; color: #77746e; font-size: .72rem; }

@keyframes riseIn { from { opacity: 0; transform: translateY(24px); } }
@keyframes phoneIn { from { opacity: 0; transform: translateY(40px); } }
@keyframes heroDrift { from { transform: scale(1.06); } to { transform: scale(1.01); } }

@media (max-width: 1050px) {
  .shell { width: min(100% - 3rem, 940px); }
  .desktop-nav { gap: 1.8rem; }
  .hero h1 { font-size: clamp(7rem, 17vw, 11rem); }
  .hero-copy { width: 55vw; }
  .phone { right: 1.5rem; width: 275px; }
  .feature-card { min-height: 380px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 2rem, 680px); }
  .hero { min-height: 880px; }
  .site-header { height: 88px; grid-template-columns: 1fr auto; }
  .logo { font-size: 2.7rem; }
  .desktop-nav, .desktop-join { display: none; }
  .mobile-menu { display: block; justify-self: end; position: relative; }
  .mobile-menu summary { width: 48px; height: 48px; display: grid; place-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; list-style: none; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { display: block; width: 19px; height: 1px; background: white; }
  .mobile-menu nav { position: absolute; top: 58px; right: 0; width: 220px; padding: 1.4rem; display: flex; flex-direction: column; gap: 1.2rem; background: rgba(18,19,18,.96); border: 1px solid #444; }
  .hero-content { padding-top: 4rem; }
  .hero-eyebrow { margin-bottom: 1rem; }
  .hero h1 { max-width: 94%; font-size: clamp(6.2rem, 28vw, 9rem); line-height: .75; }
  .hero-copy { width: min(100%, 500px); margin-top: 1.5rem; font-size: 1rem; }
  .hero-actions { width: min(100%, 500px); }
  .hero-actions .button { min-height: 55px; padding-inline: 1rem; gap: 1rem; }
  .phone { width: 205px; right: -35px; bottom: -65px; border-radius: 36px; padding: 8px; opacity: .9; }
  .phone::before { inset: 8px; border-radius: 29px; }
  .phone-speaker { top: 15px; height: 15px; }
  .phone-head { height: 52px; padding-top: 23px; }
  .phone-card { padding: .7rem; }.phone-card strong{font-size:.75rem}.phone-card p,.trip-stats{font-size:.45rem}.photo-strip i{height:36px}
  .scroll-cue { left: 1rem; }
  .manifesto, .feature-section, .about-section { padding: 6rem 0; }
  .manifesto-grid, .section-heading, .about-grid, .signup-grid { grid-template-columns: 1fr; gap: 3rem; }
  .manifesto h2, .section-heading h2, .about-section h2 { font-size: clamp(4rem,18vw,6rem); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 340px; }
  .story-section { grid-template-columns: 1fr; }
  .story-photo { min-height: 70vh; }
  .story-copy { padding: 6rem 1rem 7rem; }
  .story-copy h2 { font-size: clamp(4.5rem,18vw,6.5rem); }
  .memory-card { margin-bottom: -10rem; width: 80%; }
  .early-access h2 { font-size: clamp(7rem,29vw,10rem); }
  .signup > div { flex-direction: column; gap: .6rem; }
  .signup input, .button-dark { border-radius: 5px; width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .button { flex: none; }
  .phone { display: none; }
  .route-one { bottom: 1rem; }
  .footer-grid { gap: 3rem 1rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}