:root {
  --ink: #07182e;
  --muted: #5b6878;
  --paper: #f4f8fb;
  --panel: #ffffff;
  --line: #d8e3ec;
  --court: #00bfcd;
  --acid: #19d6e4;
  --clay: #2f78ff;
  --steel: #1a2b42;
  --shadow: 0 22px 70px rgba(7, 24, 46, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 0%, rgba(25, 214, 228, 0.13), transparent 28%),
    radial-gradient(circle at 92% 14%, rgba(47, 120, 255, 0.09), transparent 25%),
    linear-gradient(90deg, rgba(7, 24, 46, 0.04) 1px, transparent 1px) 0 0 / 54px 54px,
    linear-gradient(rgba(7, 24, 46, 0.032) 1px, transparent 1px) 0 0 / 54px 54px,
    var(--paper);
  font-family: "Avenir Next", "Gill Sans", "Trebuchet MS", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

.shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 248, 251, 0.92);
  backdrop-filter: blur(14px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  min-width: 178px;
}

.brand-logo {
  display: block;
  width: 192px;
  height: auto;
  max-height: 44px;
  object-fit: contain;
}

.navlinks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

.navlinks a {
  text-decoration: none;
}

.navlinks a:hover {
  color: var(--ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 5px 5px 0 var(--acid);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 var(--acid);
}

.button.secondary {
  background: var(--panel);
  color: var(--ink);
  box-shadow: 5px 5px 0 rgba(0, 191, 205, 0.65);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: 52px;
  align-items: end;
  padding: 76px 0 56px;
}

.hero > *,
.nav > *,
.split > *,
.product-panel > *,
.proof-head > * {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--court);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  background: var(--court);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.98;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h1 {
  max-width: 860px;
  font-size: clamp(3.1rem, 8vw, 7.6rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
}

h3 {
  font-size: 1.45rem;
}

.lead {
  max-width: 780px;
  margin: 24px 0 0;
  color: var(--steel);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  overflow-wrap: break-word;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.factory-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 0 26px 26px;
  border: 2px solid var(--ink);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.factory-card::before {
  content: "";
  position: absolute;
  inset: 14px -14px -14px 14px;
  z-index: -1;
  border: 2px solid var(--ink);
  background: linear-gradient(135deg, var(--acid), #e7fbff);
}

.card-photo {
  position: relative;
  margin: 0 -26px 24px;
  border-bottom: 2px solid var(--ink);
  background: var(--ink);
}

.card-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.card-photo figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 8px 10px;
  background: rgba(7, 24, 46, 0.88);
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 900;
}

.label {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fact-list {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.fact-list li {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.fact-list strong {
  display: block;
  font-size: 0.9rem;
}

.fact-list span {
  color: var(--muted);
}

.band {
  padding: 72px 0;
  border-top: 1px solid var(--line);
}

.product-spotlight {
  background:
    linear-gradient(120deg, rgba(0, 191, 205, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.58);
}

.product-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
  gap: 38px;
  align-items: center;
}

.product-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  margin: 0;
  padding: 26px;
  border: 2px solid var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(235, 247, 250, 0.82)),
    var(--panel);
  box-shadow: 18px 18px 0 rgba(0, 191, 205, 0.72);
}

.product-visual::after {
  content: "16MM PRO SERIES";
  position: absolute;
  left: 22px;
  bottom: 18px;
  color: var(--court);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
}

.product-visual img {
  display: block;
  width: min(100%, 420px);
  max-height: 660px;
  object-fit: contain;
}

.product-copy {
  min-width: 0;
}

.product-copy h2 {
  max-width: 720px;
}

.spec-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
}

.spec-list div {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
}

.spec-list dt,
.spec-list dd {
  margin: 0;
}

.spec-list dt {
  color: var(--court);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.spec-list dd {
  margin-top: 8px;
  color: var(--ink);
  font-weight: 800;
  overflow-wrap: break-word;
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.section-copy {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}

.tile {
  min-width: 0;
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 246, 0.72);
}

.tile strong {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--court);
  font-size: 0.8rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tile p {
  margin: 12px 0 0;
  color: var(--muted);
}

.tile h3 {
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  line-height: 1.04;
  overflow-wrap: break-word;
}

.quality-section {
  background:
    linear-gradient(135deg, rgba(7, 24, 46, 0.045), transparent 40%),
    rgba(255, 255, 255, 0.38);
}

.qc-photo {
  margin: 28px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 16px 38px rgba(7, 24, 46, 0.08);
}

.qc-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.qc-photo figcaption {
  padding: 12px 14px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.process-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: qc-step;
}

.process-list li {
  position: relative;
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 18px 18px 18px 58px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 26px rgba(7, 24, 46, 0.06);
  counter-increment: qc-step;
}

.process-list li::before {
  content: counter(qc-step);
  position: absolute;
  left: 16px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--acid);
  font-size: 0.82rem;
  font-weight: 900;
}

.process-list strong {
  color: var(--ink);
  font-size: 1rem;
}

.process-list span {
  color: var(--muted);
}

.factory-proof {
  background:
    linear-gradient(rgba(7, 24, 46, 0.025), rgba(7, 24, 46, 0.025)),
    rgba(255, 255, 255, 0.42);
}

.proof-head {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 30px;
}

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

.photo-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 16px 38px rgba(7, 24, 46, 0.08);
}

.photo-card.wide {
  grid-column: span 2;
}

.photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  transition: transform 420ms ease;
}

.photo-card:hover img {
  transform: scale(1.025);
}

.photo-card figcaption {
  display: grid;
  gap: 6px;
  padding: 16px 18px 18px;
}

.photo-card strong {
  color: var(--ink);
  font-size: 1rem;
}

.photo-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

.terms-section {
  background:
    linear-gradient(135deg, rgba(0, 191, 205, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.5);
}

.terms-photo {
  margin: 28px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 16px 38px rgba(7, 24, 46, 0.08);
}

.terms-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.terms-photo figcaption {
  padding: 12px 14px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.pickleball-layout {
  display: grid;
  gap: 28px;
}

.pickleball-banner {
  width: min(100%, 980px);
  margin: 0 auto;
  overflow: hidden;
  border: 2px solid var(--ink);
  background: var(--ink);
  box-shadow: 14px 14px 0 rgba(0, 191, 205, 0.55);
}

.pickleball-banner img {
  display: block;
  width: 100%;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
  object-position: center;
}

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

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

.term-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 14px 32px rgba(7, 24, 46, 0.07);
}

.term-card strong {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--court);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.term-card h3 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.05;
  overflow-wrap: break-word;
}

.term-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.entity-table {
  display: grid;
  border: 2px solid var(--ink);
  background: var(--panel);
}

.entity-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 54px;
  border-bottom: 1px solid var(--line);
}

.entity-row:last-child {
  border-bottom: 0;
}

.entity-row dt,
.entity-row dd {
  margin: 0;
  padding: 16px;
}

.entity-row dt {
  color: var(--muted);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.entity-row dd {
  border-left: 1px solid var(--line);
  font-weight: 700;
}

.page-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-list li {
  overflow: hidden;
  border-left: 5px solid var(--court);
  background: var(--panel);
}

.page-list a {
  display: grid;
  gap: 6px;
  padding: 18px;
  color: inherit;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.page-list a:hover,
.page-list a:focus-visible {
  background: rgba(25, 214, 228, 0.1);
  transform: translateX(4px);
}

.focus-tag {
  width: fit-content;
  padding: 5px 10px;
  border: 1px solid rgba(0, 191, 205, 0.35);
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.faq {
  display: grid;
  gap: 14px;
}

details {
  border: 1px solid var(--line);
  background: rgba(255, 253, 246, 0.76);
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.quote-panel {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 2px solid var(--ink);
  background: linear-gradient(135deg, #07182e, #0a274b 58%, #005d73);
  color: var(--paper);
}

.quote-panel p {
  margin: 0;
  color: rgba(247, 244, 234, 0.78);
}

.quote-panel .button {
  justify-self: start;
  background: var(--acid);
  color: var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
}

footer {
  padding: 36px 0;
  border-top: 2px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
}

footer .shell {
  display: grid;
  gap: 18px;
}

footer a {
  color: var(--acid);
}

.footer-identity {
  display: grid;
  gap: 8px;
}

.footer-identity span {
  color: rgba(244, 248, 251, 0.78);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(244, 248, 251, 0.2);
}

.footer-links a {
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  text-decoration: underline;
}

@media (max-width: 880px) {
  .hero,
  .split,
  .product-panel {
    grid-template-columns: 1fr;
  }

  .product-visual {
    min-height: auto;
    padding: 22px 18px 40px;
    box-shadow: 10px 10px 0 rgba(0, 191, 205, 0.72);
  }

  .product-visual img {
    max-height: 560px;
  }

  .spec-list {
    grid-template-columns: 1fr;
  }

  .term-grid {
    grid-template-columns: 1fr;
  }

  .pickleball-banner {
    width: 100%;
    box-shadow: 8px 8px 0 rgba(0, 191, 205, 0.55);
  }

  .pickleball-banner img {
    aspect-ratio: 16 / 9;
    object-position: 32% center;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .proof-head,
  .photo-grid {
    grid-template-columns: 1fr;
  }

  .photo-card,
  .photo-card.wide {
    grid-column: auto;
  }

  .entity-row {
    grid-template-columns: 1fr;
  }

  .entity-row dd {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .brand-logo {
    width: 166px;
  }

  h1 {
    font-size: clamp(2.6rem, 16vw, 4.8rem);
  }
}
