:root {
  --ink: #071629;
  --ink-soft: #15304b;
  --blue: #0a54ff;
  --orange: #ff6b35;
  --lime: #c7f15b;
  --cream: #fff5dc;
  --paper: #f7f7f2;
  --white: #ffffff;
  --line: rgba(7, 22, 41, 0.16);
  --shadow: 0 24px 70px rgba(2, 16, 37, 0.16);
  --radius: 1.6rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); overflow-x: hidden; }
body.dialog-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; color: var(--ink); padding: .8rem 1rem; border-radius: .7rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.site-header { position: fixed; z-index: 40; top: 0; left: 0; width: 100%; min-height: 4.75rem; display: flex; align-items: center; justify-content: space-between; padding: .8rem clamp(1rem, 4vw, 4.5rem); color: white; transition: background .25s ease, box-shadow .25s ease, color .25s ease; }
.site-header.is-scrolled, .site-header.menu-open { background: rgba(247, 247, 242, .96); color: var(--ink); box-shadow: 0 10px 30px rgba(7, 22, 41, .08); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-weight: 900; letter-spacing: -.045em; }
.brand-mark { display: grid; place-items: center; width: 2.25rem; height: 2.25rem; color: var(--orange); }
.brand-mark svg { width: 100%; height: 100%; fill: currentColor; }
.brand-mark svg path:nth-child(2) { fill: var(--white); }
.brand-name { font-size: 1.42rem; }
.brand-name > span { color: var(--orange); }

.site-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.8vw, 2.4rem); font-size: .92rem; font-weight: 750; }
.site-nav > a { position: relative; }
.site-nav > a::after { content: ""; position: absolute; left: 0; bottom: -.4rem; width: 100%; height: 2px; transform: scaleX(0); transform-origin: right; background: var(--orange); transition: transform .2s ease; }
.site-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-button { display: none; width: 2.75rem; height: 2.75rem; border: 0; border-radius: 50%; background: rgba(255,255,255,.14); align-items: center; justify-content: center; flex-direction: column; gap: 4px; color: inherit; }
.menu-button span:not(.sr-only) { width: 18px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.45rem; padding: .85rem 1.35rem; border: 0; border-radius: 999px; font-weight: 850; line-height: 1; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 2.8rem; padding-inline: 1rem; font-size: .88rem; }
.button-primary { background: var(--orange); color: white; box-shadow: 0 12px 25px rgba(255, 107, 53, .28); }
.button-primary:hover { box-shadow: 0 15px 34px rgba(255, 107, 53, .38); }
.button-dark { background: var(--ink); color: white; }
.button-light { background: white; color: var(--ink); }
.button-full { width: 100%; }

.hero { position: relative; min-height: 48rem; height: min(58rem, 100svh); display: grid; align-items: center; isolation: isolate; overflow: hidden; color: white; background: var(--ink); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { z-index: -3; object-fit: cover; object-position: center; animation: hero-in 1.4s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(4, 16, 33, .88) 0%, rgba(4, 16, 33, .62) 38%, rgba(4, 16, 33, .12) 73%, rgba(4, 16, 33, .18) 100%), linear-gradient(0deg, rgba(4,16,33,.55), transparent 45%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto -5% -7rem; height: 10rem; background: var(--paper); transform: rotate(-2deg); }
.hero-content { width: min(48rem, 90vw); margin-left: clamp(1rem, 7vw, 8rem); padding-top: 4rem; }
.eyebrow, .kicker { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.2rem; text-transform: uppercase; font-size: .76rem; font-weight: 900; letter-spacing: .13em; }
.eyebrow > span { width: 1.8rem; height: 2px; background: var(--orange); }
.hero h1 { margin: 0; max-width: 10ch; font-size: clamp(4rem, 8.3vw, 8.6rem); line-height: .84; letter-spacing: -.078em; font-weight: 950; }
.hero h1 em { color: var(--lime); font-family: Georgia, serif; font-weight: 500; letter-spacing: -.065em; }
.hero-copy { max-width: 36rem; margin: 2rem 0; font-size: clamp(1.06rem, 1.4vw, 1.28rem); line-height: 1.62; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; }
.text-link { font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.5); padding-block: .35rem; }
.text-link span { color: var(--lime); }
.hero-stamp { position: absolute; right: clamp(1.2rem, 5vw, 5.5rem); bottom: clamp(3.5rem, 8vw, 8rem); display: grid; width: 8.5rem; aspect-ratio: 1; place-content: center; text-align: center; border: 2px solid white; border-radius: 50%; transform: rotate(8deg); background: rgba(7,22,41,.18); backdrop-filter: blur(5px); }
.hero-stamp::before, .hero-stamp::after { content: "✦"; position: absolute; color: var(--lime); font-size: .85rem; }
.hero-stamp::before { top: .72rem; left: 50%; transform: translateX(-50%); }
.hero-stamp::after { bottom: .72rem; left: 50%; transform: translateX(-50%); }
.hero-stamp span { font-size: .62rem; letter-spacing: .18em; font-weight: 900; }
.hero-stamp strong { display: block; margin: .1rem 0; color: var(--lime); font-size: 1.05rem; }

.marquee { overflow: hidden; padding: 1rem 0 1.6rem; background: var(--paper); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 1.4rem; animation: marquee 26s linear infinite; color: var(--ink); font-size: clamp(1.15rem, 2vw, 1.7rem); font-weight: 900; letter-spacing: -.03em; }
.marquee-track i { color: var(--orange); font-style: normal; }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1rem, 7vw, 8rem); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(17rem, .65fr); gap: 3rem; align-items: end; margin-bottom: 3.5rem; }
.section-heading h2, .watch h2, .business h2, .final-cta h2 { margin: 0; font-size: clamp(3rem, 6.1vw, 6.4rem); line-height: .91; letter-spacing: -.07em; font-weight: 950; }
.section-heading > p, .watch-intro > p, .business-top > p { margin: 0; font-size: 1.05rem; line-height: 1.7; color: #526174; }
.kicker { color: var(--blue); }

.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.category-card { position: relative; min-height: 24rem; display: flex; flex-direction: column; padding: 1.25rem; border-radius: var(--radius); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.category-card:hover { transform: translateY(-7px) rotate(-.3deg); box-shadow: var(--shadow); }
.category-card-blue { background: var(--blue); color: white; }
.category-card-orange { background: var(--orange); color: white; }
.category-card-lime { background: var(--lime); color: var(--ink); }
.category-card-cream { background: var(--cream); color: var(--ink); border: 1px solid rgba(7,22,41,.08); }
.card-number { font-size: .75rem; font-weight: 900; letter-spacing: .12em; opacity: .72; }
.category-icon { display: grid; place-items: center; width: 6.5rem; height: 6.5rem; margin: auto; border: 1px solid currentColor; border-radius: 50%; opacity: .92; }
.category-icon svg { width: 3rem; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.category-card h3 { margin: 0; font-size: 2rem; letter-spacing: -.05em; }
.category-card p { min-height: 3rem; margin: .65rem 2rem 0 0; line-height: 1.45; font-size: .92rem; opacity: .83; }
.card-arrow { position: absolute; right: 1.2rem; bottom: 1.2rem; font-size: 1.5rem; }

.stories { background: var(--ink); color: white; }
.section-heading-light .kicker { color: var(--lime); }
.section-heading-light > p { color: rgba(255,255,255,.64); }
.story-grid { display: grid; grid-template-columns: 1.55fr .85fr; gap: 1.2rem; }
.story-feature { overflow: hidden; border-radius: calc(var(--radius) + .4rem); background: white; color: var(--ink); }
.story-photo { min-height: 27rem; background: linear-gradient(0deg, rgba(7,22,41,.18), transparent 45%), url("gonearbys-hero.jpg") center / cover; }
.story-body { padding: clamp(1.5rem, 3vw, 2.7rem); }
.story-meta, .story-row p { margin: 0 0 .65rem; color: var(--blue); text-transform: uppercase; font-size: .7rem; font-weight: 900; letter-spacing: .13em; }
.story-body h3 { max-width: 21ch; margin: 0; font-size: clamp(2rem, 3.4vw, 3.5rem); line-height: 1; letter-spacing: -.055em; }
.story-body > p:not(.story-meta) { max-width: 44rem; line-height: 1.65; color: #526174; }
.coming-pill, .launch-note { display: inline-flex; padding: .55rem .8rem; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: .76rem; font-weight: 900; }
.story-list { display: grid; gap: .8rem; }
.story-row { min-height: 10rem; display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; padding: 1.3rem; border: 1px solid rgba(255,255,255,.14); border-radius: 1.2rem; transition: background .2s ease, color .2s ease, transform .2s ease; }
.story-row:hover { background: var(--lime); color: var(--ink); transform: translateX(-5px); }
.story-row:hover p { color: var(--ink); }
.story-index { align-self: start; color: var(--orange); font-size: .7rem; font-weight: 900; }
.story-row h3 { margin: 0; font-size: 1.4rem; line-height: 1.15; letter-spacing: -.035em; }
.story-row > span:last-child { font-size: 1.4rem; }

.watch { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; background: var(--lime); }
.watch .kicker { color: var(--ink); }
.watch-intro > p { max-width: 31rem; margin: 1.7rem 0; color: rgba(7,22,41,.7); }
.video-stack { min-height: 38rem; position: relative; }
.video-card { position: absolute; width: min(19rem, 52%); aspect-ratio: .72; padding: 1.25rem; display: flex; flex-direction: column; justify-content: space-between; border-radius: 2.2rem; box-shadow: var(--shadow); overflow: hidden; color: white; background-image: linear-gradient(0deg, rgba(7,22,41,.9), rgba(7,22,41,.02) 70%), url("gonearbys-hero.jpg"); background-size: cover; }
.video-card-one { left: 6%; top: 2%; background-position: 22% center; transform: rotate(-7deg); }
.video-card-two { right: 5%; bottom: 1%; background-position: 88% center; transform: rotate(7deg); }
.video-label { align-self: flex-start; padding: .45rem .65rem; border-radius: 999px; background: rgba(7,22,41,.7); backdrop-filter: blur(7px); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.video-card button { align-self: center; display: grid; place-items: center; width: 4.5rem; height: 4.5rem; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(255,255,255,.17); color: white; backdrop-filter: blur(8px); }
.video-card button span { transform: translateX(2px); }
.video-card h3 { margin: 0; font-size: 2rem; line-height: .98; letter-spacing: -.045em; }

.business { background: var(--paper); }
.business-top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(16rem, .5fr); column-gap: 4rem; align-items: end; }
.business-top .kicker { grid-column: 1 / -1; }
.business-top h2 em { color: var(--blue); font-family: Georgia, serif; font-weight: 500; }
.business-top > p { grid-column: 2; grid-row: 2; }
.business-top > .button { grid-column: 2; justify-self: start; margin-top: 1.4rem; }
.listing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 5rem; }
.listing-card { position: relative; min-height: 20rem; padding: 1.6rem; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: var(--radius); background: white; overflow: hidden; }
.listing-card > span { position: absolute; top: 1.5rem; left: 1.5rem; color: var(--orange); font-size: .75rem; font-weight: 900; }
.listing-card::after { content: ""; position: absolute; width: 9rem; height: 9rem; border: 1px solid var(--line); border-radius: 50%; top: 1.2rem; right: -2rem; box-shadow: 0 0 0 1.4rem rgba(10,84,255,.04), 0 0 0 2.8rem rgba(10,84,255,.025); }
.listing-card h3 { margin: 0 0 .8rem; font-size: 2rem; letter-spacing: -.05em; }
.listing-card p { margin: 0; line-height: 1.62; color: #526174; }
.listing-card-featured { background: var(--blue); color: white; transform: translateY(-1.3rem); border-color: var(--blue); }
.listing-card-featured p { color: rgba(255,255,255,.72); }
.listing-card-featured > span { color: var(--lime); }
.listing-card-featured::after { border-color: rgba(255,255,255,.18); box-shadow: 0 0 0 1.4rem rgba(255,255,255,.05), 0 0 0 2.8rem rgba(255,255,255,.03); }
.popular-tag { position: absolute; top: 1rem; right: 1rem; padding: .45rem .65rem; border-radius: 999px; background: var(--lime); color: var(--ink); text-transform: uppercase; font-size: .63rem; font-weight: 950; letter-spacing: .08em; }
.business-foot { margin-top: 1.7rem; padding-top: 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); }
.business-foot p { margin: 0; }
.text-button { padding: .4rem 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); font-weight: 850; cursor: pointer; }
.text-button span { color: var(--blue); }

.final-cta { padding: clamp(5rem, 10vw, 10rem) 1rem; text-align: center; color: white; background: var(--orange); }
.final-cta .kicker { justify-content: center; color: var(--ink); }
.final-cta h2 { margin-bottom: 2.5rem; }
.final-cta h2 span { color: var(--lime); font-family: Georgia, serif; font-style: italic; font-weight: 500; }

.site-footer { padding: 3rem clamp(1rem, 7vw, 8rem); display: grid; grid-template-columns: 1fr auto; gap: 1.3rem 2rem; align-items: center; background: var(--ink); color: white; }
.brand-footer { justify-self: start; }
.site-footer > p { margin: 0; color: rgba(255,255,255,.55); }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 1.3rem; font-size: .86rem; font-weight: 750; }
.site-footer nav a:hover { color: var(--lime); }
.copyright { grid-column: 2; font-size: .78rem; }

.listing-dialog { width: min(42rem, calc(100% - 1.5rem)); max-height: calc(100vh - 1.5rem); padding: clamp(1.4rem, 4vw, 3rem); border: 0; border-radius: 2rem; color: var(--ink); background: var(--paper); box-shadow: 0 40px 120px rgba(0,0,0,.45); }
.listing-dialog::backdrop { background: rgba(3,12,24,.78); backdrop-filter: blur(6px); }
.dialog-close { position: absolute; top: 1rem; right: 1rem; display: grid; place-items: center; width: 2.7rem; height: 2.7rem; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--ink); font-size: 1.7rem; line-height: 1; cursor: pointer; }
.dialog-heading { padding-right: 2rem; }
.dialog-heading .kicker { margin-bottom: .8rem; }
.dialog-heading h2 { max-width: 12ch; margin: 0; font-size: clamp(2.2rem, 5vw, 3.7rem); line-height: .95; letter-spacing: -.06em; }
.dialog-heading > p:last-child { line-height: 1.55; color: #526174; }
.listing-form { display: grid; gap: 1rem; margin-top: 1.7rem; }
.listing-form label { display: grid; gap: .45rem; font-size: .82rem; font-weight: 850; }
.listing-form input, .listing-form select, .listing-form textarea { width: 100%; padding: .85rem .9rem; border: 1px solid rgba(7,22,41,.22); border-radius: .75rem; background: white; color: var(--ink); font-size: 1rem; }
.listing-form textarea { resize: vertical; min-height: 6.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-status { min-height: 1.3rem; margin: 0; text-align: center; color: #526174; font-size: .82rem; }

@keyframes hero-in { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: scale(1); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 960px) {
  .menu-button { display: flex; }
  .site-nav { position: absolute; left: 1rem; right: 1rem; top: calc(100% + .35rem); display: grid; gap: 0; padding: .75rem; border-radius: 1.2rem; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); opacity: 0; transform: translateY(-.7rem); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
  .site-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .site-nav > a { padding: 1rem; border-bottom: 1px solid var(--line); }
  .site-nav > a::after { display: none; }
  .site-nav .button { margin-top: .6rem; }
  .site-header.menu-open .menu-button span:nth-child(2) { transform: translateY(6px) rotate(45deg); }
  .site-header.menu-open .menu-button span:nth-child(3) { opacity: 0; }
  .site-header.menu-open .menu-button span:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }
  .hero-content { margin-left: clamp(1rem, 5vw, 3rem); }
  .section-heading, .story-grid, .watch { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-card { min-height: 20rem; }
  .watch-intro { max-width: 46rem; }
  .video-stack { width: min(43rem, 100%); justify-self: center; }
  .business-top { grid-template-columns: 1fr; }
  .business-top > p, .business-top > .button { grid-column: 1; grid-row: auto; }
  .business-top > p { margin-top: 1.5rem; max-width: 40rem; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 4.5rem; }
  .site-header { min-height: 4.25rem; padding: .65rem 1rem; }
  .brand-mark { width: 2rem; height: 2rem; }
  .brand-name { font-size: 1.28rem; }
  .hero { min-height: 45rem; height: 94svh; align-items: end; }
  .hero-image { object-position: 59% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,16,33,.94) 5%, rgba(4,16,33,.74) 52%, rgba(4,16,33,.18) 100%); }
  .hero-content { width: auto; margin: 0; padding: 8rem 1rem 6rem; }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 5.6rem); }
  .hero-copy { margin: 1.4rem 0; font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .hero-stamp { display: none; }
  .marquee { padding-top: .4rem; }
  .section { padding: 4.8rem 1rem; }
  .section-heading { gap: 1.2rem; margin-bottom: 2.2rem; }
  .section-heading h2, .watch h2, .business h2, .final-cta h2 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 17rem; }
  .category-icon { width: 5rem; height: 5rem; }
  .story-photo { min-height: 16rem; }
  .story-row { min-height: 8.5rem; }
  .video-stack { min-height: 29rem; }
  .video-card { width: 55%; border-radius: 1.6rem; }
  .video-card-one { left: 2%; }
  .video-card-two { right: 2%; }
  .video-card h3 { font-size: 1.45rem; }
  .video-card button { width: 3.7rem; height: 3.7rem; }
  .listing-grid { grid-template-columns: 1fr; gap: .8rem; margin-top: 3rem; }
  .listing-card { min-height: 16rem; }
  .listing-card-featured { transform: none; }
  .business-foot { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; padding: 2.5rem 1rem; }
  .site-footer nav { margin-block: .5rem; }
  .copyright { grid-column: 1; }
  .form-row { grid-template-columns: 1fr; }
}

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