:root {
  --ink: #16070b;
  --ink-soft: #241016;
  --wine: #6f1525;
  --red: #c53b52;
  --rose: #e85a70;
  --ivory: #f3ede5;
  --ivory-muted: #cfc3ba;
  --line: rgba(243, 237, 229, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 130px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 12px 16px; background: var(--ivory); color: var(--ink); border-radius: 4px; }
.skip-link:focus { top: 16px; }

.site-header {
  align-items: center;
  color: var(--ivory);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 88px;
  left: 0;
  padding: 0 clamp(24px, 4vw, 64px);
  position: fixed;
  right: 0;
  top: 0;
  transition: background .3s ease, height .3s ease, border-color .3s ease;
  z-index: 100;
}
.site-header.is-scrolled { height: 72px; background: rgba(22, 7, 11, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand { align-items: center; display: flex; font-size: 19px; font-weight: 800; letter-spacing: .12em; justify-self: start; }
.brand i { color: var(--red); font-family: var(--serif); font-size: 24px; font-weight: 400; margin: 0 8px; }
.desktop-nav { display: flex; gap: 34px; }
.desktop-nav a { color: rgba(243,237,229,.78); font-size: 12px; font-weight: 700; letter-spacing: .13em; position: relative; text-transform: uppercase; }
.desktop-nav a::after { background: var(--red); bottom: -8px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; width: 100%; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta { border: 1px solid rgba(243,237,229,.45); border-radius: 999px; font-size: 12px; font-weight: 800; justify-self: end; letter-spacing: .12em; padding: 10px 20px; text-transform: uppercase; transition: background .2s, color .2s; }
.header-cta:hover { background: var(--ivory); color: var(--ink); }
.menu-button, .mobile-nav { display: none; }

.hero { background: var(--ink); color: var(--ivory); min-height: 800px; height: 100svh; position: relative; isolation: isolate; }
.hero-media { background-image: url('/assets/grace-jj-header.png'); background-position: 57% center; background-repeat: no-repeat; background-size: cover; inset: 0; position: absolute; z-index: -3; }
.hero-shade { background: linear-gradient(90deg, rgba(16,4,8,.97) 0%, rgba(16,4,8,.84) 31%, rgba(16,4,8,.24) 62%, rgba(16,4,8,.38) 100%), linear-gradient(0deg, rgba(16,4,8,.78) 0%, transparent 37%); inset: 0; position: absolute; z-index: -2; }
.hero::before { background: radial-gradient(circle at 22% 28%, rgba(197,59,82,.22), transparent 29%); content: ""; inset: 0; position: absolute; z-index: -1; }
.hero-content { display: flex; flex-direction: column; justify-content: center; min-height: 100%; padding-top: 70px; }
.eyebrow { align-items: center; display: flex; font-size: 12px; font-weight: 800; gap: 12px; letter-spacing: .23em; margin: 0 0 22px; text-transform: uppercase; }
.eyebrow::before { background: var(--red); content: ""; height: 2px; width: 36px; }
.hero h1 { font-size: clamp(64px, 7.8vw, 116px); font-weight: 700; letter-spacing: -.065em; line-height: .84; margin: 0; max-width: 780px; }
.hero h1 em { color: var(--rose); font-family: var(--serif); font-weight: 400; }
.hero-copy { color: rgba(243,237,229,.82); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.65; margin: 34px 0 30px; max-width: 620px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { align-items: center; border-radius: 999px; display: inline-flex; font-size: 12px; font-weight: 800; gap: 10px; justify-content: center; letter-spacing: .1em; min-height: 52px; padding: 0 24px; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; box-shadow: 0 14px 38px rgba(111,21,37,.32); }
.button-primary:hover { background: #d94a62; }
.button-ghost { border: 1px solid rgba(243,237,229,.38); color: var(--ivory); }
.button-ghost:hover { border-color: var(--ivory); background: rgba(243,237,229,.08); }
.play { font-size: 10px; }
.hero-signature { display: flex; gap: 26px; margin-top: 36px; }
.hero-signature span { color: rgba(243,237,229,.62); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero-signature span + span::before { color: var(--red); content: "✦"; margin-right: 26px; }
.scroll-cue { align-items: center; bottom: 32px; display: flex; font-size: 10px; font-weight: 700; gap: 12px; left: clamp(24px, 4vw, 64px); letter-spacing: .16em; position: absolute; text-transform: uppercase; }
.scroll-cue span { border: 1px solid rgba(243,237,229,.45); border-radius: 50%; display: block; height: 36px; position: relative; width: 36px; }
.scroll-cue span::after { animation: scroll 1.8s infinite; background: var(--ivory); content: ""; height: 8px; left: 17px; position: absolute; top: 10px; width: 1px; }
@keyframes scroll { 0% { opacity: 0; transform: translateY(-3px); } 50% { opacity: 1; } 100% { opacity: 0; transform: translateY(7px); } }

.marquee { background: var(--red); color: white; overflow: hidden; padding: 15px 0; transform: rotate(-.5deg) scale(1.01); }
.marquee div { animation: ticker 28s linear infinite; display: flex; gap: 34px; min-width: max-content; }
.marquee span { font-size: 12px; font-weight: 900; letter-spacing: .22em; }
.marquee i { font-style: normal; opacity: .7; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-index { color: var(--wine); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-index-light { color: var(--rose); }
.intro-grid { align-items: start; display: grid; gap: 80px; grid-template-columns: 1.1fr .9fr; margin-top: 38px; }
.intro h2, .project-copy h2, .youtube h2, .collab h2 { font-size: clamp(46px, 6vw, 86px); letter-spacing: -.06em; line-height: .96; margin: 0; }
.intro h2 em, .project-copy h2 em, .youtube h2 em, .collab h2 em { color: var(--red); font-family: var(--serif); font-weight: 400; }
.intro-copy { padding-top: 10px; }
.intro-copy .lead { font-size: 22px; font-weight: 700; line-height: 1.4; }
.intro-copy p { color: #63565a; font-size: 17px; }
.intro-copy .handwritten { color: var(--wine); font-family: var(--serif); font-size: 28px; font-style: italic; margin-top: 32px; transform: rotate(-3deg); }

.projects { background: #e8dfd7; }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 54px; }
.section-heading > p { color: #706268; line-height: 1.5; margin: 0; max-width: 360px; }
.featured-project { background: var(--ink); color: var(--ivory); display: grid; grid-template-columns: 1.1fr .9fr; min-height: 620px; overflow: hidden; }
.project-art { align-items: center; background: radial-gradient(circle at 55% 45%, #7e2333 0, #3b0e18 34%, #16070b 70%); display: flex; justify-content: center; min-height: 620px; overflow: hidden; position: relative; }
.project-art::after { background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 34px 34px; content: ""; inset: 0; position: absolute; }
.project-word { font-size: clamp(68px, 8vw, 124px); font-weight: 900; letter-spacing: -.08em; line-height: .72; position: relative; text-align: center; z-index: 2; }
.project-word::first-line { color: var(--ivory); }
.orbit { border: 1px solid rgba(232,90,112,.42); border-radius: 50%; position: absolute; }
.orbit-one { height: 500px; width: 500px; }
.orbit-two { height: 330px; width: 330px; }
.project-copy { align-self: center; padding: 64px clamp(42px, 5vw, 76px); }
.project-tag { border: 1px solid rgba(232,90,112,.55); border-radius: 999px; color: var(--rose); display: inline-block; font-size: 10px; font-weight: 800; letter-spacing: .14em; margin-bottom: 26px; padding: 7px 12px; text-transform: uppercase; }
.project-copy h2 { font-size: clamp(52px, 5.5vw, 78px); }
.project-copy p { color: rgba(243,237,229,.7); margin: 25px 0; }
.project-copy ul { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); list-style: none; margin: 28px 0; padding: 18px 0; }
.project-copy li { align-items: center; display: flex; font-size: 13px; gap: 10px; padding: 7px 0; }
.project-copy li::before { color: var(--red); content: "✦"; font-size: 8px; }
.text-link { border-bottom: 1px solid var(--red); display: inline-flex; font-size: 12px; font-weight: 800; gap: 16px; letter-spacing: .08em; padding-bottom: 7px; text-transform: uppercase; }
.text-link span { color: var(--rose); }
.project-note { align-items: center; border-bottom: 1px solid rgba(22,7,11,.15); display: grid; gap: 50px; grid-template-columns: 190px 1fr; margin-top: 38px; padding: 26px 0 38px; }
.project-note span { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-note p { color: #6a5c61; margin: 0; max-width: 720px; }

.youtube { background: var(--ink); color: var(--ivory); }
.youtube-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 58px; }
.youtube-heading .section-index { margin-bottom: 28px; }
.channel-link { align-items: center; border: 1px solid var(--line); border-radius: 999px; display: flex; gap: 14px; padding: 10px 19px 10px 10px; }
.youtube-icon { align-items: center; background: var(--red); border-radius: 50%; display: flex; font-size: 10px; height: 38px; justify-content: center; width: 38px; }
.channel-link b, .channel-link small { display: block; }
.channel-link b { font-size: 13px; }
.channel-link small { color: rgba(243,237,229,.55); font-size: 10px; }
.video-layout { display: grid; gap: 28px; grid-template-columns: 1fr 360px; }
.video-feature { aspect-ratio: 16/9; background: #000; overflow: hidden; }
.video-feature iframe { border: 0; height: 100%; width: 100%; }
.video-list { display: flex; flex-direction: column; }
.video-list > a:not(.all-videos) { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 16px; grid-template-columns: 118px 1fr auto; padding: 0 0 20px; }
.video-list > a + a:not(.all-videos) { padding-top: 20px; }
.video-list img { aspect-ratio: 16/9; object-fit: cover; }
.video-list small, .video-list b { display: block; }
.video-list small { color: var(--rose); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.video-list b { font-size: 14px; line-height: 1.35; margin-top: 5px; }
.video-list i { color: var(--rose); font-style: normal; }
.all-videos { align-items: center; display: flex; font-size: 11px; font-weight: 800; justify-content: space-between; letter-spacing: .12em; margin-top: auto; padding-top: 30px; text-transform: uppercase; }
.all-videos span { color: var(--rose); font-size: 20px; }

.content-pillars { padding-bottom: 150px; }
.pillars { border-bottom: 1px solid rgba(22,7,11,.16); border-top: 1px solid rgba(22,7,11,.16); display: grid; grid-template-columns: repeat(3, 1fr); }
.pillars article { min-height: 330px; padding: 34px 38px; position: relative; }
.pillars article + article { border-left: 1px solid rgba(22,7,11,.16); }
.pillars article > span { color: var(--red); font-family: var(--serif); font-size: 14px; }
.pillars h3 { font-size: 38px; letter-spacing: -.04em; margin: 80px 0 18px; }
.pillars p { color: #6a5c61; margin: 0; }

.collab { background: #240b12; color: var(--ivory); overflow: hidden; position: relative; text-align: center; }
.collab-glow { background: radial-gradient(circle, rgba(197,59,82,.35), rgba(111,21,37,.1) 36%, transparent 68%); height: 900px; left: 50%; position: absolute; top: -300px; transform: translateX(-50%); width: 900px; }
.collab-inner { position: relative; }
.collab-kicker { color: var(--rose); font-family: var(--serif); font-size: 24px; font-style: italic; margin: 34px 0 14px; }
.collab h2 em { color: var(--rose); }
.collab-copy { color: rgba(243,237,229,.7); font-size: 18px; margin: 32px auto; max-width: 690px; }
.collab-types { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 38px 0; }
.collab-types span { border: 1px solid var(--line); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .14em; padding: 8px 15px; text-transform: uppercase; }
.button-large { font-size: 13px; min-height: 58px; padding-inline: 30px; }

.footer { background: #100408; color: var(--ivory); padding: 72px 0 26px; }
.footer-top { align-items: start; display: grid; grid-template-columns: 1fr auto auto; gap: 90px; }
.footer-brand { font-size: clamp(30px, 4vw, 54px); font-weight: 900; letter-spacing: -.05em; line-height: 1; }
.footer-brand i { color: var(--red); font-family: var(--serif); font-weight: 400; }
.footer-top > div span, .footer-top > div a { display: block; }
.footer-top > div span { color: rgba(243,237,229,.45); font-size: 9px; font-weight: 800; letter-spacing: .14em; margin-bottom: 9px; text-transform: uppercase; }
.footer-top > div a { font-size: 15px; font-weight: 700; }
.footer-bottom { border-top: 1px solid var(--line); color: rgba(243,237,229,.38); display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .08em; margin-top: 62px; padding-top: 22px; text-transform: uppercase; }

.whatsapp-float { align-items: center; background: #25d366; border-radius: 999px; bottom: 20px; box-shadow: 0 12px 36px rgba(0,0,0,.28); color: #092b16; display: flex; font-size: 11px; gap: 8px; padding: 11px 16px 11px 11px; position: fixed; right: 20px; z-index: 90; }
.whatsapp-float span { align-items: center; background: white; border-radius: 50%; display: flex; height: 27px; justify-content: center; width: 27px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { background: none; border: 0; cursor: pointer; display: flex; flex-direction: column; gap: 7px; padding: 10px 0 10px 16px; }
  .menu-button span { background: var(--ivory); height: 1px; transition: transform .2s; width: 27px; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { background: rgba(22,7,11,.98); border-top: 1px solid var(--line); display: flex; flex-direction: column; left: 0; opacity: 0; padding: 24px; pointer-events: none; position: absolute; right: 0; top: 72px; transform: translateY(-10px); transition: opacity .2s, transform .2s; }
  .mobile-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .mobile-nav a { border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 800; letter-spacing: .12em; padding: 14px 0; text-transform: uppercase; }
  .hero-media { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(16,4,8,.95), rgba(16,4,8,.58) 62%, rgba(16,4,8,.38)), linear-gradient(0deg, rgba(16,4,8,.85), transparent 45%); }
  .hero-content { justify-content: flex-end; padding-bottom: 120px; }
  .intro-grid, .featured-project { grid-template-columns: 1fr; }
  .project-art { min-height: 460px; }
  .video-layout { grid-template-columns: 1fr; }
  .video-list { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
  .all-videos { grid-column: 1/-1; }
  .pillars article { padding-inline: 24px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 32px, 1180px); }
  .section { padding: 88px 0; }
  .site-header { height: 72px; padding-inline: 18px; }
  .hero { height: 860px; min-height: 100svh; }
  .hero-media { background-position: 64% top; background-size: auto 58%; top: 72px; }
  .hero-shade { background: linear-gradient(0deg, rgba(16,4,8,1) 36%, rgba(16,4,8,.2) 72%, rgba(16,4,8,.35)); }
  .hero-content { justify-content: flex-end; padding-bottom: 92px; padding-top: 330px; }
  .eyebrow { margin-bottom: 18px; }
  .hero h1 { font-size: clamp(53px, 17vw, 76px); }
  .hero-copy { font-size: 16px; line-height: 1.55; margin: 24px 0; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-signature { display: none; }
  .scroll-cue { display: none; }
  .intro-grid { gap: 32px; }
  .intro h2, .youtube h2, .collab h2 { font-size: 48px; }
  .section-heading, .youtube-heading { align-items: start; flex-direction: column; gap: 28px; }
  .featured-project { min-height: 0; }
  .project-art { min-height: 350px; }
  .project-word { font-size: 70px; }
  .orbit-one { height: 340px; width: 340px; }
  .orbit-two { height: 220px; width: 220px; }
  .project-copy { padding: 44px 28px 50px; }
  .project-copy h2 { font-size: 54px; }
  .project-note { gap: 14px; grid-template-columns: 1fr; }
  .channel-link { width: 100%; }
  .video-list { display: flex; }
  .video-list > a:not(.all-videos) { grid-template-columns: 108px 1fr auto; }
  .all-videos { margin-top: 8px; }
  .pillars { grid-template-columns: 1fr; }
  .pillars article { min-height: 260px; padding: 28px 8px; }
  .pillars article + article { border-left: 0; border-top: 1px solid rgba(22,7,11,.16); }
  .pillars h3 { margin-top: 50px; }
  .collab-copy { font-size: 16px; }
  .footer-top { gap: 34px; grid-template-columns: 1fr; }
  .footer-bottom { display: block; line-height: 1.6; }
  .whatsapp-float b { display: none; }
  .whatsapp-float { padding-right: 11px; }
}

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