:root {
  --navy: #061426;
  --navy-2: #0b2038;
  --red: #ef1f2f;
  --yellow: #ffc928;
  --aqua: #67d4d6;
  --cream: #f5efdf;
  --white: #fffdf7;
  --ink: #101721;
  --line: rgba(255, 255, 255, 0.18);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: Inter, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--navy);
  font-family: var(--body);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 50;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.site-header {
  min-height: 88px;
  padding: 18px clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
}
.wordmark {
  display: inline-flex;
  flex-direction: column;
  transform: skew(-6deg);
  line-height: 0.8;
}
.wordmark-main {
  color: var(--red);
  font: 900 34px/0.8 var(--display);
  letter-spacing: -1.5px;
  text-shadow: 2px 2px 0 var(--yellow);
}
.wordmark-main span { color: var(--yellow); }
.wordmark-sub {
  margin-top: 8px;
  color: var(--aqua);
  font: 800 10px/1 var(--body);
  letter-spacing: 3px;
}
nav { display: flex; gap: clamp(18px, 3vw, 44px); }
nav a {
  color: rgba(255,255,255,.74);
  font-size: 13px;
  font-weight: 600;
  transition: .2s ease;
}
nav a:hover { color: var(--yellow); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  color: white;
  background: var(--red);
  border: 2px solid var(--red);
  border-radius: 3px;
  box-shadow: 5px 5px 0 var(--yellow);
  font: 800 16px/1 var(--display);
  letter-spacing: .8px;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--yellow); }
.button-small { min-height: 42px; padding: 0 20px; font-size: 14px; }
.button-yellow { background: var(--yellow); border-color: var(--yellow); color: var(--ink); box-shadow: 5px 5px 0 var(--red); }
.button-full { width: 100%; gap: 14px; }

.hero {
  min-height: 830px;
  padding: 150px clamp(24px, 6vw, 100px) 70px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 15%, rgba(103,212,214,.08), transparent 27%),
    linear-gradient(135deg, #071526 0%, #091b30 50%, #050f1d 100%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 55%;
  height: 160%;
  right: -18%;
  top: -28%;
  background: var(--red);
  transform: rotate(10deg);
  opacity: .96;
}
.hero-copy { position: relative; z-index: 2; max-width: 670px; min-width: 0; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--yellow);
  font: 800 12px/1 var(--body);
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.eyebrow span { width: 30px; height: 3px; background: currentColor; }
.eyebrow.dark { color: #a6262c; }
h1, h2 {
  margin: 22px 0 24px;
  font-family: var(--display);
  font-weight: 900;
  line-height: .82;
  letter-spacing: -3px;
  text-transform: uppercase;
}
h1 { font-size: clamp(72px, 9vw, 142px); }
h1 em, h2 em { color: var(--yellow); font-style: italic; }
.hero-lede {
  max-width: 610px;
  color: rgba(255,255,255,.75);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.65;
}
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.text-link { font: 700 14px/1 var(--body); border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 6px; }
.text-link span { color: var(--yellow); margin-left: 8px; }
.microcopy { margin-top: 22px; color: rgba(255,255,255,.42); font-size: 11px; }

.hero-visual { min-height: 620px; min-width: 0; position: relative; z-index: 2; }
.bucket {
  position: absolute;
  z-index: 3;
  width: min(650px, 92%);
  right: -1%;
  bottom: -65px;
  filter: drop-shadow(0 35px 30px rgba(0,0,0,.4));
  transform: rotate(1.5deg);
}
.sunburst {
  position: absolute;
  width: 660px;
  height: 660px;
  right: -5%;
  top: 5%;
  border-radius: 50%;
  opacity: .28;
  background: repeating-conic-gradient(from 0deg, var(--yellow) 0 6deg, transparent 6deg 12deg);
  animation: rotate 60s linear infinite;
}
@keyframes rotate { to { transform: rotate(360deg); } }
.stamp {
  position: absolute;
  z-index: 4;
  top: 8%;
  right: -2%;
  width: 116px;
  height: 116px;
  border: 3px solid var(--yellow);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(9deg);
  color: var(--yellow);
  font: 800 10px/1.2 var(--body);
  letter-spacing: 2px;
}
.stamp strong { color: white; font: 900 25px/.9 var(--display); letter-spacing: 0; }
.hero-caption {
  position: absolute;
  z-index: 5;
  left: 2%;
  bottom: 3%;
  padding-left: 15px;
  border-left: 5px solid var(--yellow);
  color: white;
  font: 800 17px/.95 var(--display);
  letter-spacing: .5px;
}
.hero-caption strong { color: var(--yellow); }

.ticker { overflow: hidden; background: var(--yellow); color: var(--ink); transform: rotate(-1deg) scale(1.02); position: relative; z-index: 6; }
.ticker-track {
  width: max-content;
  padding: 17px 0;
  display: flex;
  gap: 24px;
  align-items: center;
  font: 900 20px/1 var(--display);
  letter-spacing: 1px;
  animation: ticker 28s linear infinite;
}
.ticker b { color: var(--red); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.intro {
  color: var(--ink);
  background: var(--cream);
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 10vw;
  align-items: end;
}
h2 { font-size: clamp(58px, 7vw, 108px); }
.intro h2 em { color: var(--red); }
.intro-copy { padding-bottom: 10px; }
.intro-copy p { font-size: 18px; line-height: 1.7; color: #3b424b; }
.intro-copy p + p { margin-top: 28px; }

.pillars {
  padding-top: 0;
  background: var(--cream);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.pillar {
  min-height: 510px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 4px;
}
.pillar-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 30%, rgba(3,11,22,.92)); }
.pillar-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pillar-red { background: var(--red); }
.pillar-blue { background: var(--navy-2); }
.pillar-number { position: relative; z-index: 2; align-self: flex-end; font: 800 13px/1 var(--body); color: rgba(255,255,255,.55); }
.pillar-icon { font: 900 80px/1 var(--display); color: var(--yellow); }
.pillar div { position: relative; z-index: 2; }
.pillar h3 { margin: 0 0 12px; font: 900 42px/.95 var(--display); text-transform: uppercase; }
.pillar p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.6; }

.fit { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: center; background: var(--navy); }
.fit h2 { font-size: clamp(62px, 7vw, 104px); }
.fit-copy > p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.7; margin-bottom: 34px; }
.fit-list { border-top: 1px solid var(--line); }
.fit-list div { display: grid; grid-template-columns: 55px 1fr; gap: 20px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); }
.fit-list span { color: var(--yellow); font: 800 13px/1 var(--body); }
.fit-list p { margin: 0; font: 700 clamp(20px, 2vw, 28px)/1.2 var(--display); text-transform: uppercase; }

.process { color: var(--ink); background: var(--white); }
.section-heading { max-width: 820px; }
.section-heading h2 { margin-bottom: 20px; }
.section-heading > p:last-child { max-width: 620px; color: #59616b; font-size: 18px; line-height: 1.6; }
.process-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); }
.process-grid article { padding: 38px 34px 20px 0; border-right: 1px solid #d9d8d3; }
.process-grid article + article { padding-left: 34px; }
.process-grid article:last-child { border-right: 0; }
.process-grid span { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: var(--white); background: var(--red); font: 800 12px/1 var(--body); }
.process-grid h3 { margin: 30px 0 12px; font: 900 34px/1 var(--display); text-transform: uppercase; }
.process-grid p { color: #5a6169; line-height: 1.65; }

.inquire { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr .72fr; gap: 9vw; align-items: center; background: var(--red); }
.inquire::before { content: "SMACK"; position: absolute; left: -2vw; bottom: -7vw; color: rgba(4,12,23,.1); font: 900 29vw/.8 var(--display); }
.inquire-copy, .inquire-card { position: relative; z-index: 1; }
.inquire h2 { font-size: clamp(68px, 8vw, 122px); }
.inquire h2 em { color: var(--yellow); }
.inquire-copy > p:last-child { max-width: 650px; font-size: 18px; line-height: 1.7; color: rgba(255,255,255,.8); }
.inquire-card { padding: clamp(30px, 4vw, 56px); color: var(--ink); background: var(--cream); border: 4px solid var(--ink); box-shadow: 14px 14px 0 var(--yellow); transform: rotate(1deg); }
.card-kicker { margin: 0; color: var(--red); font: 900 12px/1 var(--body); letter-spacing: 2px; }
.inquire-card h3 { margin: 15px 0 28px; font: 900 55px/.9 var(--display); text-transform: uppercase; }
.inquire-card ul { margin: 0 0 32px; padding: 0; list-style: none; }
.inquire-card li { padding: 14px 0; border-bottom: 1px solid #cfcbc0; font-size: 14px; }
.inquire-card li span { color: var(--red); margin-right: 9px; font-weight: 900; }
.card-note { margin: 18px 0 0; color: #74746f; font-size: 11px; text-align: center; }

.faq { color: var(--ink); background: var(--cream); display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; }
.faq h2 { font-size: clamp(55px, 6vw, 90px); }
.accordion { border-top: 2px solid var(--ink); }
details { border-bottom: 1px solid #bfc0bb; }
summary { padding: 27px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 800 23px/1.2 var(--display); text-transform: uppercase; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--red); font-size: 26px; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 700px; margin: -6px 0 28px; color: #565e66; line-height: 1.7; }

footer {
  padding: 55px clamp(24px, 7vw, 110px);
  display: grid;
  grid-template-columns: .5fr 1.3fr .7fr;
  gap: 50px;
  align-items: start;
  border-top: 1px solid var(--line);
  color: rgba(255,255,255,.52);
  font-size: 11px;
  line-height: 1.6;
}
footer p { margin: 0; max-width: 700px; }
footer > div { display: flex; gap: 22px; justify-content: flex-end; }
footer a:hover { color: var(--yellow); }
.copyright { grid-column: 1 / -1; padding-top: 26px; border-top: 1px solid var(--line); }

@media (max-width: 1050px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .bucket { width: 115%; right: -25%; }
  .pillars { grid-template-columns: 1fr 1fr; }
  .pillar:last-child { grid-column: 1 / -1; min-height: 360px; }
  .fit, .inquire { gap: 5vw; }
}

@media (max-width: 760px) {
  .site-header { min-height: 72px; padding: 14px 20px; }
  .site-header .button { display: none; }
  .hero { min-height: auto; padding: 120px 22px 0; grid-template-columns: 1fr; }
  .hero-copy { width: 100%; max-width: calc(100vw - 44px); overflow: hidden; }
  .hero-visual { width: 100%; overflow: hidden; }
  .hero::before { width: 80%; height: 65%; right: -42%; top: 58%; transform: rotate(18deg); }
  h1 { font-size: clamp(68px, 19vw, 88px); letter-spacing: -2px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 530px; margin-top: 15px; }
  .bucket { width: 120%; max-width: none; right: -23%; bottom: -35px; }
  .sunburst { width: 520px; height: 520px; right: -55%; top: 5%; }
  .stamp { top: 5%; right: 0; width: 94px; height: 94px; }
  .hero-caption { left: 0; bottom: 18%; }
  .section { padding: 85px 22px; }
  .intro, .fit, .inquire, .faq { grid-template-columns: 1fr; gap: 45px; }
  h2 { letter-spacing: -2px; }
  .pillars { grid-template-columns: 1fr; }
  .pillar, .pillar:last-child { grid-column: auto; min-height: 430px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article + article { padding: 28px 0; border-right: 0; border-bottom: 1px solid #d9d8d3; }
  .inquire-card { margin-right: 10px; }
  footer { grid-template-columns: 1fr; gap: 28px; }
  footer > div { justify-content: flex-start; }
  .copyright { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track, .sunburst { animation: none; }
}
