:root {
  --bg-0: #0e0e0e;
  --bg-1: #111111;
  --bg-2: #171717;
  --bg-3: #1f1f1f;
  --line: rgba(255, 255, 255, 0.12);
  --text: #e5e2e1;
  --text-dim: #b8b8b8;
  --brand: #ff3b1f;
  --brand-deep: #ce2f18;
  --max: 1240px;
}

@font-face {
  font-family: "ThunderLC";
  src: url("../../fonts/thunder-font/thunder/THUNDER/Fonts/Web-TT/Thunder-BlackLC.woff2") format("woff2");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Disket";
  src: url("../../fonts/Disket Rostype/Disket-Mono-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Disket";
  src: url("../../fonts/Disket Rostype/Disket-Mono-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: var(--bg-0);
  color: var(--text);
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.shell {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 10, 10, 0.7);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.brand-mark {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.brand-name {
  height: 22px;
  width: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.03);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0.85rem 0 1rem;
  border-top: 1px solid var(--line);
}

.mobile-menu .btn {
  width: 100%;
}

.nav-link {
  text-transform: uppercase;
  font-family: "Disket", sans-serif;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.nav-link:hover,
.nav-link[aria-current="page"] {
  color: var(--brand);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Disket", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  border: 1px solid transparent;
  transition: transform 0.15s ease, background-color 0.15s ease;
  cursor: pointer;
}

.btn:focus-visible,
a:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 2px;
}

.btn-primary {
  background: var(--brand);
  color: #fff;
  padding: 0.7rem 1rem;
}

.btn-primary:hover {
  background: var(--brand-deep);
}

.btn-dark {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.02);
  padding: 0.95rem 1.25rem;
}

.btn-whatsapp {
  border-color: #25d366;
  color: #25d366;
  background: transparent;
  padding: 0.95rem 1.25rem;
}

.btn-whatsapp:hover {
  background: rgba(37, 211, 102, 0.14);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  filter: grayscale(0);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 12, 12, 0.38) 0%, rgba(14, 14, 14, 0.9) 86%);
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 1100px;
  padding: 2rem 0 1rem;
}

h1,
h2,
h3,
.display {
  font-family: "Disket", "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.1em;
  line-height: 0.94;
  margin: 0 0 1rem;
}

.hero h1 {
  font-size: clamp(3.2rem, 11vw, 8.8rem);
}

.hero p {
  margin: 0 auto 2rem;
  max-width: 760px;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(1rem, 2.4vw, 1.42rem);
}

.brand-emphasis {
  color: var(--brand);
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-actions .btn {
  padding: 1rem 1.4rem;
}

.kinetic-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2rem;
  white-space: nowrap;
  opacity: 0.12;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.18);
  font-family: "ThunderLC", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 7vw, 5rem);
}

.section {
  padding: 6rem 0;
}

.section-center {
  text-align: center;
}

.section-gap {
  margin-top: 2rem;
}

.section-bg-1 {
  background: var(--bg-1);
}

.section-bg-2 {
  background: var(--bg-2);
}

.section-bg-3 {
  background: var(--bg-3);
}

.section-title {
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-family: "Space Grotesk", "Inter", sans-serif;
  letter-spacing: -0.03em;
  line-height: 0.92;
}

.section-subtitle {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--brand);
  font-size: 0.8rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.grid-cards {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.p16-bento {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.p16-span-4 {
  grid-column: span 4;
}

.p16-span-6 {
  grid-column: span 6;
}

.grid-2 {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p16-pillars {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.p16-featured {
  transform: scale(1.03);
  border-color: rgba(255, 59, 31, 0.45);
}

.feature-card {
  background: #1c1b1b;
  border: 1px solid var(--line);
  padding: 2.2rem 2rem;
}

.feature-card h3 {
  font-size: 1.75rem;
}

.feature-card p {
  color: var(--text-dim);
  margin: 0;
  line-height: 1.55;
}

.step-number {
  display: block;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.17);
  font-family: "ThunderLC", sans-serif;
  font-size: 3.4rem;
}

.testimonial-card {
  border: 1px solid var(--line);
  background: #1e1e1e;
  padding: 1.7rem;
}

.testimonial-card.feature {
  grid-column: span 2;
  padding: 2.8rem;
}

.testimonial-quote {
  font-family: "Disket", monospace;
  letter-spacing: 0.01em;
  margin: 0 0 1.8rem;
  line-height: 1.55;
  color: #efefef;
}

.testimonial-name {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonial-meta {
  margin: 0.2rem 0 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.68rem;
  color: var(--text-dim);
}

.about-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-visual {
  position: relative;
}

.about-visual img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: grayscale(1) brightness(0.78);
}

.about-content p {
  margin: 0 0 1rem;
  color: var(--text-dim);
  line-height: 1.7;
}

.offer-wrap {
  border: 1px solid var(--line);
  padding: 3rem;
  text-align: center;
  background: #151515;
}

.price-old {
  margin: 0;
  color: #8c8c8c;
  text-decoration: line-through;
  font-size: 1.8rem;
}

.price-new {
  margin: 0.3rem 0 0.8rem;
  font-family: "Disket", "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(2.7rem, 7vw, 5.6rem);
  color: var(--brand);
  letter-spacing: 0.02em;
}

.offer-label {
  margin: 0 0 1.5rem;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.72rem;
}

.offer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.2rem;
  border: 1px solid var(--line);
  background: #1d1d1d;
}

.final-cta h2 {
  font-size: clamp(2.1rem, 5.5vw, 4.6rem);
  margin: 0;
}

.final-cta p {
  margin: 0;
  color: var(--text-dim);
}

.final-cta-vertical {
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.final-cta-btn {
  margin-top: 0.8rem;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.media-card {
  margin: 0;
  border: 1px solid var(--line);
  overflow: hidden;
  background: #131313;
}

.media-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.08);
  transition: transform 0.25s ease;
}

.media-card:hover img {
  transform: scale(1.04);
}

.video-subtext {
  color: var(--text-dim);
  margin: 0 0 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.video-wrap {
  width: min(100%, 960px);
  margin-inline: auto;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.video-wrap iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.project-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--text-dim);
}

.project-list li {
  margin-bottom: 0.45rem;
}

.pricing-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.2rem 0 1.8rem;
}

.price-option {
  border: 1px solid var(--line);
  background: #1a1a1a;
  padding: 1rem;
}

.price-option h3 {
  margin-bottom: 0.35rem;
  font-size: 1.4rem;
}

.price-option p {
  margin: 0;
  font-weight: 700;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #090909;
  padding: 2.2rem 0;
}

.footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}

.footer-brand {
  justify-content: center;
}

.footer-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-links a {
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.74rem;
  color: #9a9a9a;
}

.footer-links a:hover {
  color: var(--brand);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .nav .btn.btn-primary {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .mobile-menu.is-open {
    display: flex;
  }

  .grid-3,
  .grid-cards,
  .p16-pillars,
  .about-grid,
  .pricing-options,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .p16-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p16-span-4,
  .p16-span-6 {
    grid-column: auto;
  }

  .p16-featured {
    transform: none;
  }

  .testimonial-card.feature {
    grid-column: auto;
  }

  .final-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* sample-style intensity for Project 16 cards/bento */
.p16-bento .feature-card,
.p16-pillars .feature-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p16-bento .feature-card:hover,
.p16-pillars .feature-card:hover,
.grid-cards .feature-card:hover {
  border-color: rgba(255, 59, 31, 0.45);
  transform: translateY(-4px);
}


/* =========================
   GLOBAL SPACING UPGRADE
========================= */

.section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.section-title {
  margin-bottom: 1.5rem;
}

.section-subtitle {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

/* =========================
   GRID IMPROVEMENTS
========================= */

.grid-3 {
  gap: 1.25rem;
}

.grid-2 {
  gap: 1.25rem;
}

.grid-cards {
  gap: 1.25rem;
}

/* =========================
   CARD IMPROVEMENTS
========================= */

.feature-card {
  padding: 2rem;
  background: #1a1a1a;
  transition: transform 0.2s ease, border 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.25);
}

.feature-card h3 {
  margin-bottom: 0.6rem;
}

.feature-card p {
  font-size: 0.95rem;
}

/* =========================
   HERO REFINEMENT
========================= */

.hero-overlay {
  background: linear-gradient(
    180deg,
    rgba(12, 12, 12, 0.2) 0%,
    rgba(14, 14, 14, 0.85) 80%
  );
}

.hero-content {
  max-width: 900px;
}

.hero-actions {
  margin-top: 1.5rem;
}

/* =========================
   BUTTON IMPROVEMENTS
========================= */

.btn {
  font-size: 0.8rem;
}

.btn-primary {
  padding: 0.9rem 1.4rem;
}

.btn-primary:hover {
  transform: translateY(-1px);
}

.btn-dark:hover {
  transform: translateY(-1px);
}

/* =========================
   VIDEO SECTION
========================= */

.video-wrap {
  margin-top: 2rem;
  border-radius: 10px;
  overflow: hidden;
}

.video-subtext {
  text-align: center;
}

/* =========================
   PRICING CLEANUP
========================= */

.offer-wrap {
  max-width: 720px;
  margin-inline: auto;
}

.price-new {
  margin-top: 0.5rem;
}

.pricing-options {
  margin-top: 1.5rem;
}

/* =========================
   FINAL CTA IMPROVEMENT
========================= */

.final-cta {
  max-width: 900px;
  margin-inline: auto;
}

.final-cta h2 {
  line-height: 1.1;
}

/* =========================
   SMALL UX DETAILS
========================= */

.section-bg-1,
.section-bg-2,
.section-bg-3 {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

/* smoother feel between sections */
.section + .section {
  margin-top: -1px;
}

/* =========================
   MOBILE REFINEMENT
========================= */

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.8rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .feature-card {
    padding: 1.5rem;
  }

  .section {
    padding: 3.5rem 0;
  }

  .p16-bento,
  .media-grid {
    grid-template-columns: 1fr;
  }
}
