:root {
  --ink: #18233f;
  --cream: #f5efe4;
  --paper: #fffdf8;
  --red: #ef5549;
  --yellow: #f5c958;
  --blue: #3978cb;
  --mint: #b9d9ca;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "League Spartan", Arial, sans-serif; font-size: 18px; line-height: 1.45; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { width: min(1180px, calc(100% - 48px)); min-height: 86px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(24,35,63,.16); }
.brand { font-weight: 800; letter-spacing: .08em; text-decoration: none; }
nav { display: flex; gap: 32px; align-items: center; }
nav a { text-decoration: none; font-weight: 600; }
.nav-cta { padding: 10px 18px; border: 2px solid var(--ink); border-radius: 999px; }
.hero { padding: 80px 0 96px; }
.eyebrow, .section-label { color: var(--blue); font-size: .82rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 72px; align-items: center; margin-top: 26px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 28px; font-size: clamp(3.4rem, 7vw, 6.8rem); line-height: .9; letter-spacing: -.055em; }
em { color: var(--red); font-family: "Playfair Display", Georgia, serif; font-weight: 500; }
.hero-lede { max-width: 650px; font-size: 1.35rem; line-height: 1.5; }
.tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 34px 0; }
.tags span { padding: 7px 13px; background: var(--paper); border: 1px solid rgba(24,35,63,.14); border-radius: 999px; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.button { display: inline-flex; align-items: center; gap: 14px; padding: 14px 22px; background: var(--ink); color: white; border-radius: 999px; font-weight: 700; text-decoration: none; }
.placeholder { display: grid; place-items: center; overflow: hidden; border: 2px dashed rgba(24,35,63,.26); background: repeating-linear-gradient(135deg, rgba(255,255,255,.5) 0 12px, rgba(57,120,203,.04) 12px 24px); color: rgba(24,35,63,.5); text-align: center; font-weight: 800; letter-spacing: .08em; }
.hero-art { position: relative; isolation: isolate; transform: rotate(2deg); }
.portrait-media { position: relative; z-index: 1; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 220px 220px 28px 28px; background: #c8744f; box-shadow: 0 20px 55px rgba(24,35,63,.16); }
.portrait-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.brand-star { position: absolute; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; pointer-events: none; }
.brand-star-yellow { z-index: 2; width: 160px; height: 165px; left: -52px; bottom: -164px; background-image: url("assets/star-yellow.png"); transform: rotate(-7deg); }
.brand-star-red { z-index: 2; width: 235px; height: 233px; right: -126px; top: -188px; background-image: url("assets/star-red.png"); transform: rotate(5deg); }
.section { padding: 110px 0; }
.about { border-top: 1px solid rgba(24,35,63,.16); }
.about-grid { display: grid; grid-template-columns: .55fr 1.2fr .7fr; gap: 48px; align-items: start; margin-top: 28px; }
h2 { font-size: clamp(2.5rem, 5vw, 5rem); line-height: .96; letter-spacing: -.04em; }
.about-copy { max-width: 720px; }
.about-lead { font-size: 1.35rem; font-weight: 600; }
.about-copy strong { font-weight: 800; }
.intro-media { width: min(320px, 100%); margin: 0 auto; overflow: hidden; border-radius: 26px; background: var(--ink); box-shadow: 0 18px 52px rgba(24,35,63,.18); }
.intro-media video { display: block; width: 100%; height: auto; aspect-ratio: 512 / 910; object-fit: contain; background: var(--ink); }
.work { background: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin: 26px 0 44px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading p { max-width: 460px; margin-bottom: 4px; }
.video-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 149px)); justify-content: center; gap: 44px 16px; }
.video-grid article { grid-column: span 2; }
.video-grid article:nth-last-child(2):nth-child(3n + 1) { grid-column: 2 / span 2; }
.reel-card { position: relative; display: block; width: 100%; aspect-ratio: 9 / 16; overflow: hidden; border: 1px solid rgba(24,35,63,.14); border-radius: 22px; background: var(--ink); box-shadow: 0 16px 45px rgba(24,35,63,.1); color: white; }
.reel-card img { display: block; width: 100%; height: 100%; object-fit: contain; }
.reel-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(13,20,38,.58)); pointer-events: none; }
.reel-play { position: absolute; z-index: 1; left: 50%; top: 50%; width: 64px; height: 64px; display: grid; place-items: center; padding-left: 4px; transform: translate(-50%,-50%); border-radius: 50%; background: rgba(255,255,255,.92); color: var(--ink); font-size: 1.35rem; box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.reel-cta { position: absolute; z-index: 1; left: 20px; bottom: 18px; font-weight: 800; letter-spacing: .02em; }
.reel-card:hover .reel-play { transform: translate(-50%,-50%) scale(1.06); }
article h3 { margin: 18px 0 2px; font-size: 1.12rem; }
article p { color: rgba(24,35,63,.7); }
.proof { background: var(--ink); color: white; }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }
.section-label.light { color: var(--yellow); }
.proof h2 { margin-top: 28px; margin-bottom: 0; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stats div { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.35); }
.stats strong, .stats span { display: block; }
.stats strong { color: var(--yellow); font-size: 2.7rem; line-height: 1; }
.stats span { margin-top: 10px; font-size: .86rem; }
.contact-card { padding: 68px; border-radius: 34px; background: var(--yellow); }
.contact-card h2 { max-width: 800px; margin: 24px 0; }
.contact-card p { max-width: 700px; font-size: 1.12rem; }
.interest-line strong { font-weight: 800; }
.services { display: flex; flex-wrap: wrap; gap: 9px; max-width: 850px; margin: 28px 0 10px; }
.services span { padding: 8px 13px; border: 1px solid rgba(24,35,63,.25); border-radius: 999px; font-size: .82rem; font-weight: 700; }
.contact-links { display: flex; align-items: center; gap: 24px; margin: 34px 0 18px; }
.text-link { font-weight: 700; }
.contact-card small { opacity: .66; }
footer { display: flex; justify-content: space-between; padding: 22px 0 44px; font-size: .85rem; }
footer a { font-weight: 700; }

@media (min-width: 801px) and (max-width: 1000px) {
  .about-grid { grid-template-columns: .55fr 1.45fr; }
  .intro-media { grid-column: 2; width: min(340px, 100%); margin: 8px 0 0; }
}

@media (min-width: 801px) and (max-width: 1100px) {
  .video-grid { grid-template-columns: repeat(4, minmax(0, 149px)); }
  .video-grid article:last-child:nth-child(odd) { grid-column: 2 / span 2; }
}

@media (max-width: 800px) {
  body { font-size: 16px; }
  .shell, .site-header { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 70px; }
  nav { gap: 14px; }
  nav a:not(.nav-cta) { display: none; }
  .hero { padding: 54px 0 70px; }
  .hero-grid, .about-grid, .proof-grid { grid-template-columns: 1fr; gap: 38px; }
  h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-art { max-width: 430px; width: calc(100% - 24px); justify-self: center; }
  .portrait-media { width: 100%; }
  .brand-star-yellow { left: -12px; bottom: -128px; transform: scale(.78) rotate(-7deg); transform-origin: center; }
  .brand-star-red { right: -24px; top: -112px; transform: scale(.64) rotate(5deg); transform-origin: center; }
  .section { padding: 76px 0; }
  .about-grid { margin-top: 20px; }
  .intro-media { width: min(350px, 100%); margin: 4px auto 0; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 18px; }
  .video-grid { grid-template-columns: minmax(0, 330px); gap: 42px; }
  .video-grid article { width: 100%; margin-inline: auto; grid-column: auto; }
  .video-grid article:nth-last-child(2):nth-child(3n + 1) { grid-column: auto; }
  .creator-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: 1fr; }
  .contact-card { padding: 38px 24px; border-radius: 24px; }
  .contact-links { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
