:root {
  --ink: #151311;
  --paper: #f6f0e7;
  --cream: #fff9ef;
  --pink: #ff3b86;
  --pink-dark: #d70b60;
  --yellow: #ffd629;
  --white: #fff;
  --muted: #716b64;
  --line: rgba(21, 19, 17, .18);
  --radius: 20px;
  --shadow: 8px 8px 0 var(--ink);
  --script: "Caveat", cursive;
  --display: "Kalam", cursive;
  --body: "Nunito", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); overflow-x: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { color: var(--ink); background: var(--yellow); }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--white); border: 2px solid var(--ink); border-radius: 8px; font-weight: 900; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { width: min(1180px, calc(100% - 40px)); height: 84px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; line-height: .88; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--pink); color: white; border: 2px solid var(--ink); font-family: var(--script); font-size: 23px; font-weight: 700; transform: rotate(-6deg); }
.brand strong { display: block; font-size: 15px; font-weight: 900; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 6px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.desktop-nav a { font-size: 13px; font-weight: 800; text-decoration: none; }
.desktop-nav a:hover { color: var(--pink-dark); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 2px solid var(--ink); border-radius: 999px; font-size: 14px; font-weight: 900; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--ink); }
.button-small { min-height: 40px; padding: 0 18px; font-size: 12px; }
.button-outline { background: transparent; }
.button-primary { background: var(--pink); color: var(--white); }
.button-light { background: var(--cream); }
.button-dark { color: var(--white); background: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 900; text-underline-offset: 5px; }

.hero { width: min(1180px, calc(100% - 40px)); min-height: 670px; margin: 0 auto; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 72px; padding: 66px 0 76px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 3px; background: var(--pink); transform: rotate(-3deg); }
h1, h2, p { text-wrap: pretty; }
h1 { max-width: 650px; margin: 0; font-size: clamp(50px, 6vw, 85px); line-height: .93; letter-spacing: -.065em; font-weight: 900; }
h1 em, h2 em { position: relative; color: var(--pink-dark); font-family: var(--display); font-style: normal; letter-spacing: -.045em; }
.hero-tagline { display: inline-block; margin: 22px 0 14px; padding: 4px 13px 6px; color: var(--ink); background: var(--yellow); font-family: var(--script); font-size: 25px; font-weight: 700; line-height: 1; transform: rotate(-2deg); }
.hero-intro { max-width: 510px; margin: 0; color: #504b45; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.hero-notes { display: flex; gap: 22px; padding: 0; margin: 36px 0 0; list-style: none; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.hero-notes li::before { content: "✦"; margin-right: 7px; color: var(--pink); }

.hero-visual { position: relative; min-height: 520px; }
.photo-card { margin: 0; border: 3px solid var(--ink); background: var(--cream); box-shadow: var(--shadow); overflow: hidden; }
.photo-card-main { position: absolute; width: 72%; left: 0; top: 25px; transform: rotate(-2deg); }
.photo-card-main img { height: 420px; object-fit: cover; object-position: center; }
.photo-card figcaption { display: flex; align-items: center; justify-content: space-between; padding: 13px 16px; }
.photo-card figcaption strong { font-family: var(--script); font-size: 22px; }
.photo-card figcaption span { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.phone-preview { position: absolute; z-index: 2; width: 210px; height: 430px; right: 2px; bottom: 4px; margin: 0; padding: 10px; border: 5px solid var(--ink); border-radius: 34px; background: #050505; box-shadow: 12px 12px 0 rgba(255, 59, 134, .45); transform: rotate(4deg); }
.phone-speaker { position: absolute; top: 7px; left: 50%; z-index: 3; width: 54px; height: 10px; border-radius: 0 0 9px 9px; background: #050505; transform: translateX(-50%); }
.phone-screen { height: 100%; border-radius: 22px; overflow: hidden; background: #090909; color: white; }
.story-head { height: 44px; display: flex; align-items: center; gap: 7px; padding: 6px 9px; font-size: 8px; }
.story-head strong { flex: 1; }
.story-avatar { display: grid; place-items: center; width: 25px; height: 25px; border: 2px solid var(--pink); border-radius: 50%; background: var(--cream); color: var(--pink-dark); font-family: var(--script); font-weight: 700; }
.phone-screen img { height: 326px; object-fit: cover; }
.story-caption { padding: 9px 12px; font-family: var(--script); font-size: 16px; text-align: center; }
.scribble { position: absolute; z-index: 4; color: var(--pink-dark); font-family: var(--script); font-size: 26px; font-weight: 700; }
.scribble-one { left: -28px; top: 0; transform: rotate(-9deg); }
.sticker { position: absolute; z-index: 4; display: grid; place-items: center; border: 3px solid var(--ink); border-radius: 50%; font-family: var(--display); font-size: 16px; line-height: .95; text-align: center; text-transform: uppercase; }
.sticker-yellow { width: 92px; height: 92px; right: 125px; top: 10px; background: var(--yellow); transform: rotate(12deg); }

.ride-strip { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 16px 24px; color: var(--cream); background: var(--ink); text-align: center; }
.ride-strip p { margin: 0; color: #bcb5ac; font-size: 13px; }
.ride-strip strong { font-family: var(--script); font-size: 21px; color: var(--yellow); }
.ride-strip a { font-size: 12px; font-weight: 900; text-underline-offset: 4px; }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 50px; margin-bottom: 50px; }
.section-heading h2, .why-copy h2, .join-section h2 { margin: 0; font-family: var(--display); font-size: clamp(46px, 5.4vw, 74px); line-height: .95; letter-spacing: -.055em; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.ride-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 0; margin: 0; list-style: none; }
.ride-chip { min-height: 105px; display: flex; flex-direction: column; justify-content: space-between; padding: 17px; border: 2px solid var(--ink); font-family: var(--display); font-size: 19px; line-height: 1; box-shadow: 4px 4px 0 var(--ink); transition: transform .2s; }
.ride-chip:hover { transform: rotate(-2deg) translateY(-4px); }
.ride-chip span { font-family: var(--body); font-size: 9px; font-weight: 900; opacity: .58; }
.chip-1 { background: var(--yellow); transform: rotate(-1deg); }
.chip-2 { background: var(--cream); transform: rotate(1deg); }
.chip-3 { background: var(--pink); color: white; transform: rotate(-.5deg); }
.chip-4 { color: var(--cream); background: var(--ink); transform: rotate(1deg); }

.gallery-section { width: 100%; max-width: none; padding: 110px max(20px, calc((100vw - 1180px)/2)); color: var(--cream); background: var(--ink); }
.light-heading .eyebrow, .light-heading > p { color: #aaa39b; }
.gallery-grid { display: grid; grid-template-columns: 1.12fr .88fr 1fr; grid-template-rows: 310px 260px; gap: 12px; }
.gallery-card { position: relative; min-height: 0; margin: 0; overflow: hidden; background: #272321; }
.gallery-card img { height: 100%; object-fit: cover; transition: transform .45s; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card::after { content: ""; position: absolute; inset: auto 0 0; height: 50%; background: linear-gradient(transparent, rgba(0,0,0,.78)); }
.gallery-card figcaption { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 16px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.gallery-card figcaption strong { font-family: var(--script); font-size: 27px; }
.gallery-card figcaption span { max-width: 150px; color: #ddd5ca; font-size: 10px; font-weight: 800; text-align: right; text-transform: uppercase; }
.gallery-card-1 { grid-row: span 2; }
.gallery-card-4 { grid-column: span 2; }
.gallery-card-5, .gallery-card-6 { display: none; }

.why-section { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.why-image-wrap { position: relative; padding: 18px; background: var(--cream); border: 2px solid var(--ink); box-shadow: var(--shadow); transform: rotate(-2deg); }
.why-image-wrap img { aspect-ratio: 4 / 5; object-fit: cover; }
.tape { position: absolute; top: -15px; left: 50%; width: 95px; height: 30px; background: rgba(255, 214, 41, .85); transform: translateX(-50%) rotate(2deg); }
.photo-note { position: absolute; right: -24px; bottom: 35px; padding: 6px 12px; background: var(--pink); color: white; font-family: var(--script); font-size: 22px; transform: rotate(-5deg); }
.why-copy h2 { max-width: 680px; }
.why-copy > p:not(.eyebrow) { max-width: 650px; margin: 24px 0 32px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.why-list { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.why-list li { display: grid; grid-template-columns: 45px 180px 1fr; align-items: center; gap: 14px; min-height: 67px; border-bottom: 1px solid var(--line); }
.why-list li > span { color: var(--pink-dark); font-size: 10px; font-weight: 900; }
.why-list strong { font-family: var(--display); font-size: 16px; }
.why-list small { color: var(--muted); font-size: 12px; }

.join-section { position: relative; width: min(1100px, calc(100% - 40px)); margin: 30px auto 90px; padding: 92px 36px; border: 3px solid var(--ink); background: var(--pink); box-shadow: var(--shadow); text-align: center; overflow: hidden; }
.join-section::before, .join-section::after { content: "✦"; position: absolute; color: var(--yellow); font-size: 58px; }
.join-section::before { left: 7%; top: 18%; transform: rotate(-14deg); }
.join-section::after { right: 8%; bottom: 15%; transform: rotate(14deg); }
.join-kicker { display: inline-block; margin-bottom: 14px; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.join-section h2 { color: white; font-size: clamp(56px, 8vw, 100px); }
.join-section > p { max-width: 590px; margin: 20px auto 30px; color: #4a0825; font-size: 15px; line-height: 1.7; }
.join-actions { display: flex; justify-content: center; gap: 12px; }
.join-scribble { position: absolute; right: 6%; top: 18%; font-family: var(--script); font-size: 22px; transform: rotate(8deg); }

.tweaks { position: fixed; z-index: 50; right: 18px; bottom: 18px; }
.tweaks-toggle { min-width: 54px; height: 54px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; border: 2px solid var(--ink); border-radius: 999px; background: var(--yellow); box-shadow: 4px 4px 0 var(--ink); font-weight: 900; cursor: pointer; }
.tweaks-toggle > span:first-child { font-family: var(--script); font-size: 20px; }
.tweaks-panel { position: absolute; right: 0; bottom: 66px; width: 295px; padding: 20px; border: 2px solid var(--ink); border-radius: 16px; background: var(--cream); box-shadow: 7px 7px 0 var(--ink); }
.tweaks-head { display: flex; align-items: center; justify-content: space-between; }
.tweaks-head strong { font-family: var(--display); font-size: 22px; }
.tweaks-close { border: 0; background: none; font-size: 26px; cursor: pointer; }
.tweaks-panel > p { margin: 5px 0 15px; color: var(--muted); font-size: 12px; }
.theme-options { display: grid; gap: 8px; }
.theme-option { display: flex; align-items: center; gap: 12px; width: 100%; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: white; text-align: left; cursor: pointer; }
.theme-option.active { border: 2px solid var(--ink); box-shadow: 2px 2px 0 var(--ink); }
.theme-option i { width: 30px; height: 30px; flex: 0 0 auto; border: 2px solid var(--ink); border-radius: 50%; background: var(--pink); }
.theme-option[data-theme="bold"] i { background: var(--yellow); }
.theme-option[data-theme="safe"] i { background: #eee8df; }
.theme-option span { display: grid; gap: 2px; }
.theme-option strong { font-size: 12px; }
.theme-option small { color: var(--muted); font-size: 9px; }
.motion-toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-top: 14px; padding: 12px 0 0; border: 0; border-top: 1px solid var(--line); background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }
.motion-toggle i { width: 34px; height: 19px; border: 2px solid var(--ink); border-radius: 20px; background: #ddd5ca; }
.motion-toggle i::after { content: ""; display: block; width: 11px; height: 11px; margin: 2px; border-radius: 50%; background: var(--ink); transition: transform .2s; }
.motion-toggle[aria-pressed="true"] i { background: var(--pink); }
.motion-toggle[aria-pressed="true"] i::after { transform: translateX(15px); }

.site-footer { width: min(1180px, calc(100% - 40px)); min-height: 115px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 auto; border-top: 1px solid var(--line); }
.site-footer p { color: #928b83; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.site-footer > a:last-child { font-size: 11px; font-weight: 900; text-underline-offset: 4px; }
.footer-brand { transform: scale(.82); transform-origin: left center; }

/* Bold variation */
body[data-theme="bold"] { --paper: #ffd629; --cream: #fff; --pink: #ff146f; --pink-dark: #b7004b; --radius: 0px; }
body[data-theme="bold"] .hero { grid-template-columns: 1.05fr .95fr; }
body[data-theme="bold"] h1 { text-transform: uppercase; }
body[data-theme="bold"] .photo-card-main, body[data-theme="bold"] .why-image-wrap { transform: none; }
body[data-theme="bold"] .hero-tagline { background: white; }
body[data-theme="bold"] .rides-section { padding-top: 80px; }

/* Safe variation */
body[data-theme="safe"] { --paper: #faf7f2; --cream: #fff; --pink: #ef5b8f; --pink-dark: #b22659; --yellow: #f4d66d; --shadow: 0 12px 40px rgba(28, 24, 20, .12); }
body[data-theme="safe"] h1, body[data-theme="safe"] .section-heading h2, body[data-theme="safe"] .why-copy h2, body[data-theme="safe"] .join-section h2 { font-family: var(--body); letter-spacing: -.05em; }
body[data-theme="safe"] .photo-card-main, body[data-theme="safe"] .phone-preview, body[data-theme="safe"] .why-image-wrap, body[data-theme="safe"] .ride-chip { transform: none; border-radius: 16px; }
body[data-theme="safe"] .ride-chip { box-shadow: none; }
body[data-theme="safe"] .sticker, body[data-theme="safe"] .scribble, body[data-theme="safe"] .photo-note, body[data-theme="safe"] .join-scribble { display: none; }

body.reduce-motion *, body.reduce-motion *::before, body.reduce-motion *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 30px; padding-top: 48px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { min-height: 560px; }
  .photo-card-main { width: min(76%, 520px); }
  .phone-preview { right: 7%; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .section-heading > p { max-width: 550px; }
  .ride-list { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 310px 280px 250px; }
  .gallery-card-1 { grid-row: span 1; }
  .gallery-card-4 { grid-column: span 1; }
  .gallery-card-5, .gallery-card-6 { display: block; }
  .why-section { grid-template-columns: 1fr; gap: 65px; }
  .why-image-wrap { width: min(75%, 500px); margin: 0 auto; }
}

@media (max-width: 620px) {
  .site-header { width: min(100% - 28px, 1180px); height: 72px; }
  .site-header .button { display: none; }
  .brand strong { font-size: 14px; }
  .hero, .section, .site-footer { width: min(100% - 28px, 1180px); }
  .hero { min-height: auto; padding: 52px 0 62px; }
  h1 { font-size: clamp(45px, 14vw, 67px); }
  .hero-tagline { font-size: 21px; }
  .hero-intro { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-notes { flex-wrap: wrap; gap: 10px 18px; }
  .hero-visual { min-height: 440px; margin-top: 10px; }
  .photo-card-main { width: 82%; left: -8px; }
  .photo-card-main img { height: 330px; }
  .photo-card figcaption { display: block; }
  .photo-card figcaption span { display: block; margin-top: 3px; }
  .phone-preview { width: 145px; height: 310px; right: 0; bottom: 0; border-width: 4px; border-radius: 26px; }
  .phone-screen { border-radius: 16px; }
  .phone-screen img { height: 223px; }
  .story-head { height: 34px; padding: 4px; font-size: 6px; }
  .story-avatar { width: 20px; height: 20px; }
  .story-caption { padding: 7px; font-size: 12px; }
  .sticker-yellow { width: 68px; height: 68px; top: -13px; right: 55px; font-size: 12px; }
  .scribble-one { left: 4px; top: -33px; }
  .ride-strip { align-items: flex-start; flex-direction: column; gap: 4px; padding: 18px 28px; text-align: left; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .why-copy h2 { font-size: 47px; }
  .ride-list { grid-template-columns: 1fr 1fr; gap: 9px; }
  .ride-chip { min-height: 90px; padding: 13px; font-size: 16px; }
  .gallery-section { padding: 78px 14px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 230px); gap: 6px; }
  .gallery-card figcaption { display: block; left: 12px; right: 12px; bottom: 11px; }
  .gallery-card figcaption strong { font-size: 20px; }
  .gallery-card figcaption span { display: none; }
  .why-image-wrap { width: 88%; padding: 10px; }
  .why-list li { grid-template-columns: 32px 1fr; padding: 12px 0; }
  .why-list small { grid-column: 2; }
  .join-section { width: min(100% - 28px, 1100px); margin-bottom: 70px; padding: 72px 20px; }
  .join-section h2 { font-size: 58px; }
  .join-actions { flex-direction: column; }
  .join-actions .button { width: 100%; }
  .join-scribble, .join-section::before, .join-section::after { display: none; }
  .tweaks { right: 12px; bottom: 12px; }
  .toggle-label { display: none; }
  .tweaks-toggle { min-width: 50px; width: 50px; height: 50px; padding: 0; }
  .tweaks-panel { width: min(295px, calc(100vw - 24px)); }
  .site-footer { align-items: flex-start; flex-direction: column; padding: 30px 0 90px; }
  .site-footer p { order: 3; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
