:root {
  --ink: #101a24;
  --paper: #fffdf7;
  --white: #ffffff;
  --sky: #19bee5;
  --sky-dark: #087f9d;
  --blue: #155bd7;
  --yellow: #ffd13f;
  --coral: #ff705f;
  --muted: #5f6b76;
  --line: #d8e1e7;
  --shadow: 0 18px 50px rgba(16, 26, 36, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; background: var(--ink); color: white; padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 clamp(1rem, 5vw, 5rem);
  background: rgba(255, 253, 247, .92);
  border-bottom: 1px solid rgba(16, 26, 36, .1);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; font-size: 1.1rem; font-weight: 800; text-decoration: none; letter-spacing: -.03em; }
.brand img { width: 48px; height: 48px; object-fit: cover; border: 3px solid var(--sky); border-radius: 50%; }
.brand strong { color: var(--blue); }
nav { display: flex; align-items: center; gap: 1.8rem; }
nav a { font-size: .9rem; font-weight: 750; text-decoration: none; }
nav a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { padding: .7rem 1rem; color: white; background: var(--ink); border-radius: 999px; }
.menu-button { display: none; }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
  padding: 6rem clamp(1.25rem, 7vw, 8rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 28%, rgba(25,190,229,.14) 0 9%, transparent 9.2%),
    linear-gradient(135deg, #fffdf7 0 62%, #dff7fd 62% 100%);
}
.hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 .9rem; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.5rem; font-size: clamp(3rem, 7vw, 6.8rem); line-height: .92; letter-spacing: -.07em; }
h1 em { color: var(--blue); font-style: normal; }
.hero-text { max-width: 660px; margin-bottom: 2rem; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .8rem 1.2rem; border: 2px solid var(--ink); border-radius: 999px; font-weight: 850; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 0 rgba(16,26,36,.12); }
.button.primary { background: var(--yellow); }
.button.secondary { background: var(--white); }
.button.dark { color: white; background: var(--ink); }
.microcopy { margin: 1rem 0 0; color: var(--muted); font-size: .82rem; font-weight: 700; }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 510px; }
.burst { position: absolute; width: 520px; aspect-ratio: 1; background: var(--yellow); clip-path: polygon(50% 0,58% 28%,78% 7%,75% 34%,100% 28%,78% 49%,98% 61%,70% 63%,77% 91%,56% 70%,45% 100%,40% 70%,12% 92%,25% 62%,0 55%,26% 44%,5% 21%,34% 33%); transform: rotate(8deg); }
.portrait-card { position: relative; width: min(390px, 88vw); padding: 1rem; background: white; border: 3px solid var(--ink); border-radius: 2rem; box-shadow: 18px 18px 0 var(--blue); transform: rotate(2deg); }
.portrait-card img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 1.25rem; }
.stamp { position: absolute; right: -1.4rem; bottom: 1.2rem; padding: .75rem 1rem; color: white; background: var(--coral); border: 2px solid var(--ink); border-radius: 999px; font-size: .82rem; font-weight: 900; text-transform: uppercase; transform: rotate(-8deg); }
.doodle { position: absolute; font-size: 3rem; font-weight: 900; }
.doodle-one { top: 0; right: 3%; color: var(--blue); transform: rotate(18deg); }
.doodle-two { left: 2%; bottom: 4%; color: var(--coral); transform: rotate(-12deg); }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); background: var(--ink); }
.proof-strip span { padding: 1rem; color: white; border-right: 1px solid rgba(255,255,255,.25); font-size: .78rem; font-weight: 850; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.proof-strip span:last-child { border-right: 0; }
.section { padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 7vw, 8rem); }
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 8vw, 8rem); align-items: start; }
h2 { margin-bottom: 1rem; font-size: clamp(2.4rem, 5vw, 5rem); line-height: .98; letter-spacing: -.06em; }
.about-copy { max-width: 650px; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.35rem); }
.about-copy p:last-child { margin-bottom: 0; }

.finds { background: #eafaff; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3rem; }
.section-heading > p { max-width: 500px; color: var(--muted); }
.find-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.find-card { position: relative; min-height: 330px; padding: 1.5rem; overflow: hidden; border: 2px solid var(--ink); border-radius: 1.5rem; box-shadow: 8px 8px 0 var(--ink); }
.find-card.sky { background: var(--sky); }
.find-card.yellow { background: var(--yellow); }
.find-card.coral { background: var(--coral); }
.card-number { font-size: .8rem; font-weight: 900; }
.card-icon { display: grid; place-items: center; height: 150px; font-size: 5rem; }
.find-card h3 { margin-bottom: .35rem; font-size: 2rem; letter-spacing: -.04em; }
.find-card p { max-width: 290px; margin: 0; font-weight: 650; }
.follow-banner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 4rem; padding: 2rem; color: white; background: var(--blue); border: 2px solid var(--ink); border-radius: 1.5rem; }
.follow-banner .eyebrow { color: var(--yellow); }
.follow-banner h3 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.6rem); line-height: 1; }

.watch { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 8vw, 8rem); align-items: center; }
.watch-copy > p:not(.eyebrow) { max-width: 600px; color: var(--muted); font-size: 1.1rem; }
.social-list { margin-top: 2rem; border-top: 2px solid var(--ink); }
.social-list a { display: flex; justify-content: space-between; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.social-list a:hover strong { color: var(--blue); }
.social-list span { color: var(--muted); }
.quote-card { padding: clamp(2rem, 5vw, 4rem); color: white; background: var(--ink); border-radius: 2rem; box-shadow: 16px 16px 0 var(--sky); transform: rotate(-2deg); }
.quote-card p { margin-bottom: 1rem; font-size: clamp(2.3rem, 5vw, 4.5rem); font-weight: 900; line-height: .98; letter-spacing: -.06em; }
.quote-card span { color: var(--yellow); font-weight: 900; }

.partner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; background: var(--yellow); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.partner > div { max-width: 850px; }
.partner p:not(.eyebrow) { max-width: 680px; margin-bottom: 0; font-size: 1.1rem; }
.partner .button { flex: 0 0 auto; background: white; }

footer { display: grid; grid-template-columns: 1fr auto; gap: 1rem 3rem; align-items: center; padding: 2.5rem clamp(1.25rem, 7vw, 8rem); background: var(--paper); }
.footer-brand img { width: 42px; height: 42px; }
footer > p { margin: 0; color: var(--muted); font-size: .8rem; }
footer details { grid-column: 1 / -1; max-width: 800px; color: var(--muted); font-size: .78rem; }
footer summary { color: var(--ink); cursor: pointer; font-weight: 800; }
footer details p { margin: .6rem 0 0; }

@media (max-width: 900px) {
  .site-header { min-height: 68px; }
  .menu-button { display: inline-flex; padding: .55rem .8rem; background: white; border: 1px solid var(--ink); border-radius: 999px; font-weight: 800; }
  nav { position: absolute; top: 68px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem; background: var(--paper); border-bottom: 2px solid var(--ink); }
  nav.open { display: flex; }
  nav a { padding: .9rem; }
  .nav-cta { text-align: center; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 4rem; }
  .hero-visual { min-height: 440px; }
  .burst { width: 440px; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip span:nth-child(2) { border-right: 0; }
  .proof-strip span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.25); }
  .about, .watch { grid-template-columns: 1fr; }
  .section-heading { align-items: start; flex-direction: column; }
  .find-grid { grid-template-columns: 1fr; }
  .find-card { min-height: 260px; }
  .card-icon { height: 90px; }
  .partner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .brand span { font-size: 1rem; }
  .hero { padding-top: 3rem; background: linear-gradient(160deg, #fffdf7 0 62%, #dff7fd 62%); }
  h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .hero-visual { min-height: 370px; }
  .burst { width: 350px; }
  .portrait-card { width: 285px; box-shadow: 11px 11px 0 var(--blue); }
  .stamp { right: -.5rem; bottom: .5rem; }
  .follow-banner { align-items: stretch; flex-direction: column; }
  .social-list a { flex-direction: column; gap: .15rem; }
  footer { grid-template-columns: 1fr; }
}

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