/*
Theme Name: Gravfun Premium Golf Grips
Theme URI: https://www.gfunsports.com/
Author: Gravfun
Description: A premium multi-page WordPress theme for handmade imported PU putter grips, OEM and ODM services, product specifications, golf insights and global inquiries.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: gfun-sports
*/

:root {
  --ink: #10211b;
  --muted: #60706a;
  --line: #dbe4df;
  --surface: #f7faf8;
  --white: #ffffff;
  --green: #176c45;
  --green-dark: #0f4f34;
  --lime: #b7d957;
  --gold: #d7aa45;
  --graphite: #26312d;
  --shadow: 0 22px 60px rgba(18, 35, 29, 0.16);
}

/* Multi-page Gravfun layouts */
.page-main {
  overflow: hidden;
  background: var(--white);
}

.page-hero {
  position: relative;
  min-height: 620px;
  color: var(--white);
  background: var(--green-dark);
}

.compact-page-hero {
  min-height: 510px;
}

.page-hero > img,
.page-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-hero > img {
  object-fit: cover;
}

.page-hero-overlay {
  background: linear-gradient(90deg, rgba(8, 28, 20, 0.91), rgba(8, 28, 20, 0.54) 58%, rgba(8, 28, 20, 0.16));
}

.page-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: inherit;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 150px 0 80px;
  flex-direction: column;
  justify-content: flex-end;
}

.page-hero-content h1 {
  max-width: 900px;
  margin-bottom: 16px;
}

.page-hero-content > p:last-child {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
}

.home-intro,
.editorial-split,
.rubber-line,
.custom-advantages,
.contact-page-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
}

.home-intro-copy > p:not(.eyebrow),
.prose-stack,
.product-lead .section-heading > p:last-child {
  color: var(--muted);
  font-size: 18px;
}

.home-intro-image,
.product-detail-image {
  overflow: hidden;
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.home-intro-image {
  aspect-ratio: 4 / 3;
}

.home-intro-image img,
.product-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-link {
  display: inline-block;
  margin-top: 12px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--green);
  color: var(--green-dark);
  font-weight: 800;
}

.signature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.signature-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding-bottom: 24px;
  border-bottom: 3px solid var(--line);
  transition: border-color 180ms ease, transform 180ms ease;
}

.signature-card:hover {
  border-color: var(--green);
  transform: translateY(-4px);
}

.signature-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 20px;
  border-radius: 6px;
  object-fit: cover;
  background: var(--surface);
}

.signature-card span,
.product-detail-copy > span,
.scope-grid article > span,
.article-card > div > span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.signature-card p {
  margin: 0;
  color: var(--muted);
}

.home-cta,
.page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: clamp(48px, 7vw, 88px) max(18px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background: var(--graphite);
}

.home-cta > div {
  max-width: 760px;
}

.home-cta h2,
.page-cta h2 {
  margin-bottom: 12px;
}

.home-cta p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.page-cta h2 {
  max-width: 760px;
}

.editorial-split {
  align-items: start;
}

.prose-stack p:last-child {
  margin-bottom: 0;
}

.philosophy-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  padding-top: 0;
  padding-bottom: 0;
}

.philosophy-band article {
  min-height: 320px;
  padding: clamp(36px, 5vw, 68px);
  color: var(--white);
  background: var(--green-dark);
}

.philosophy-band article:last-child {
  background: var(--graphite);
}

.philosophy-band span {
  display: block;
  margin-bottom: 28px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.philosophy-band p {
  color: rgba(255, 255, 255, 0.7);
}

.advantage-list {
  border-top: 1px solid var(--line);
}

.advantage-list article {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.advantage-list strong,
.article-index {
  color: var(--gold);
  font-size: 28px;
}

.advantage-list p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}

.product-lead {
  padding-bottom: 30px;
}

.product-detail-list {
  padding-top: 24px;
}

.product-detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(38px, 7vw, 96px);
  padding: 48px 0;
  border-top: 1px solid var(--line);
}

.product-detail:nth-child(even) .product-detail-image {
  order: 2;
}

.product-detail-image {
  aspect-ratio: 16 / 11;
}

.product-detail-copy p {
  max-width: 560px;
  color: var(--muted);
  font-size: 17px;
}

.product-detail-copy strong {
  display: inline-block;
  padding: 10px 14px;
  border-left: 3px solid var(--green);
  color: var(--green-dark);
  background: var(--surface);
}

.rubber-line {
  margin-bottom: 72px;
  padding-top: 58px;
  padding-bottom: 58px;
  color: var(--white);
  background: var(--green-dark);
}

.rubber-line p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.rubber-line img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  object-fit: cover;
}

.table-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.product-table {
  width: 100%;
  min-width: 840px;
  border-collapse: collapse;
  background: var(--white);
}

.product-table th,
.product-table td {
  padding: 17px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.product-table th {
  color: var(--white);
  background: var(--graphite);
  font-size: 13px;
}

.product-table tr:last-child td {
  border-bottom: 0;
}

.product-table tbody tr:nth-child(even) {
  background: var(--surface);
}

.scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.scope-grid article {
  min-height: 250px;
  padding: 30px;
  background: var(--white);
}

.scope-grid p {
  color: var(--muted);
}

.custom-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-process li {
  position: relative;
  min-width: 0;
  padding: 0 24px 0 0;
}

.custom-process li:not(:last-child)::after {
  position: absolute;
  top: 18px;
  right: 12px;
  width: 30px;
  height: 1px;
  content: "";
  background: var(--gold);
}

.custom-process span {
  display: block;
  margin-bottom: 36px;
  color: var(--gold);
  font-size: 28px;
  font-weight: 800;
}

.custom-process p {
  color: var(--muted);
}

.custom-advantages {
  color: var(--white);
  background: var(--green-dark);
}

.custom-advantages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-advantages li {
  padding: 14px 0 14px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.custom-advantages li::before {
  float: left;
  margin-left: -25px;
  color: var(--lime);
  content: "+";
}

.article-list {
  padding-top: 20px;
}

.article-card {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 26px;
  padding: 36px 0;
  border-top: 1px solid var(--line);
}

.article-card:last-child {
  border-bottom: 1px solid var(--line);
}

.article-card h2 {
  max-width: 840px;
  margin: 8px 0 12px;
  font-size: clamp(25px, 3vw, 38px);
}

.article-card p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
}

.contact-page-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 120px) 0;
  align-items: start;
}

.contact-details > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.contact-list {
  margin: 38px 0;
  border-top: 1px solid var(--line);
}

.contact-list > div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.contact-list dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-list dd {
  margin: 0;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.support-list {
  display: grid;
  gap: 9px;
}

.support-list h3 {
  margin-bottom: 6px;
}

.support-list span {
  padding-left: 20px;
  color: var(--muted);
}

.support-list span::before {
  float: left;
  margin-left: -20px;
  color: var(--green);
  content: "+";
}

.contact-page-section .rfq-form {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  border-top: 5px solid var(--green);
  border-radius: 6px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.contact-page-section .rfq-form > p {
  color: var(--muted);
}

.footer-brand {
  max-width: 520px;
}

.footer-brand strong {
  font-size: 25px;
}

.footer-brand p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.footer-links {
  display: flex;
  gap: 28px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .main-nav {
    gap: 16px;
    font-size: 13px;
  }

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

  .custom-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
  }

  .custom-process li::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .page-hero,
  .compact-page-hero {
    min-height: 470px;
  }

  .page-hero-content {
    padding-top: 120px;
    padding-bottom: 52px;
  }

  .page-hero-content h1 {
    font-size: 42px;
    line-height: 1;
  }

  .home-intro,
  .editorial-split,
  .rubber-line,
  .custom-advantages,
  .contact-page-section,
  .product-detail {
    grid-template-columns: minmax(0, 1fr);
  }

  .signature-grid,
  .scope-grid,
  .philosophy-band,
  .custom-process {
    grid-template-columns: minmax(0, 1fr);
  }

  .signature-card img {
    aspect-ratio: 16 / 10;
  }

  .product-detail:nth-child(even) .product-detail-image {
    order: 0;
  }

  .home-cta,
  .page-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .advantage-list article,
  .article-card {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
  }

  .philosophy-band article {
    min-height: 0;
  }

  .rubber-line {
    margin-bottom: 40px;
  }

  .contact-list > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #fbfcfb;
  line-height: 1.55;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 32px rgba(16, 33, 27, 0.1);
  backdrop-filter: blur(14px);
}

body.admin-bar .site-header {
  top: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}

.brand-logo {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  object-fit: cover;
  background: #123e2f;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.site-header.is-scrolled .brand-logo,
.site-header.is-open .brand-logo {
  border-color: rgba(16, 33, 27, 0.14);
  box-shadow: 0 8px 18px rgba(16, 33, 27, 0.12);
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  font-size: 12px;
  color: currentColor;
  opacity: 0.72;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
  font-weight: 700;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid currentColor;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
}

.header-cta {
  font-size: 14px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 6px;
  color: inherit;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  color: var(--white);
}

.hero-slider,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  pointer-events: none;
  transform: translateX(4%);
  transition: opacity 650ms ease, transform 650ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image.focus-right {
  object-position: 68% center;
}

.hero-image.focus-center {
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 28, 20, 0.9) 0%, rgba(8, 28, 20, 0.76) 38%, rgba(8, 28, 20, 0.16) 78%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 92vh;
  width: min(760px, calc(100% - 36px));
  flex-direction: column;
  justify-content: center;
  padding: 120px 0 68px clamp(18px, 5vw, 72px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
.hero-title {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 46px;
}

.btn.primary {
  border-color: var(--lime);
  color: #10211b;
  background: var(--lime);
}

.btn.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(560px, 100%);
  margin: 0;
}

.hero-stats div {
  border-left: 1px solid rgba(255, 255, 255, 0.34);
  padding-left: 16px;
}

.hero-stats dt {
  font-size: 28px;
  font-weight: 900;
}

.hero-stats dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.hero-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  color: var(--white);
  background: rgba(16, 33, 27, 0.28);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 160ms ease, border-color 160ms ease;
}

.hero-arrow:hover {
  border-color: var(--white);
  background: rgba(16, 33, 27, 0.54);
}

.hero-arrow.prev {
  left: clamp(14px, 2vw, 28px);
}

.hero-arrow.next {
  right: clamp(14px, 2vw, 28px);
}

.hero-arrow span {
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.hero-arrow.prev span {
  transform: translateX(3px) rotate(-45deg);
}

.hero-arrow.next span {
  transform: translateX(-3px) rotate(135deg);
}

.hero-dots {
  position: absolute;
  z-index: 3;
  left: clamp(18px, 5vw, 72px);
  bottom: 30px;
  display: flex;
  gap: 10px;
}

.hero-dots button {
  width: 34px;
  height: 4px;
  border: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

.hero-dots button.is-active {
  background: var(--lime);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.trust-strip span {
  min-height: 74px;
  display: grid;
  place-items: center;
  padding: 14px;
  background: var(--surface);
  font-weight: 800;
  text-align: center;
}

.section,
.split-section,
.inquiry-section {
  padding: clamp(70px, 9vw, 120px) clamp(18px, 5vw, 72px);
}

.intro-section,
.product-section,
.custom-section,
.policy-section {
  position: relative;
}

.intro-section::before,
.product-section::before,
.custom-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, #ffffff 0%, #f6faf7 100%);
}

.section-heading {
  max-width: 830px;
  margin-bottom: 42px;
}

.section-heading p:not(.eyebrow),
.split-copy p,
.inquiry-copy p {
  color: var(--muted);
  font-size: 17px;
}

.section-heading.compact {
  margin-bottom: 28px;
}

.intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  margin-bottom: 24px;
}

.intro-copy {
  max-width: 710px;
}

.intro-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.intro-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.intro-points span {
  border: 1px solid rgba(23, 108, 69, 0.16);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 900;
}

.intro-media {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background: #e8eee9;
  box-shadow: var(--shadow);
}

.intro-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.intro-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  content: "";
  background: linear-gradient(180deg, rgba(16, 33, 27, 0), rgba(16, 33, 27, 0.76));
}

.intro-media-card {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 22px;
  display: grid;
  max-width: 290px;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 8px;
  padding: 16px 18px;
  color: var(--white);
  background: rgba(16, 33, 27, 0.7);
  backdrop-filter: blur(12px);
}

.intro-media-card strong {
  font-size: 24px;
  line-height: 1;
}

.intro-media-card span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.intro-quality article {
  min-height: 0;
  padding: 24px;
}

.quality-number {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  color: var(--green-dark);
  background: rgba(183, 217, 87, 0.28);
  font-size: 13px;
  font-weight: 900;
}

.product-heading {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.5fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: end;
  margin-bottom: 42px;
}

.product-heading p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 17px;
}

.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) repeat(3, minmax(0, 0.86fr));
  gap: 18px;
}

.product-card {
  position: relative;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(16, 33, 27, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-card:hover {
  border-color: rgba(23, 108, 69, 0.34);
  box-shadow: 0 22px 48px rgba(16, 33, 27, 0.12);
  transform: translateY(-4px);
}

.product-image {
  width: 100%;
  height: 210px;
  object-fit: cover;
  background: #e8eee9;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
}

.product-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.product-card.is-featured {
  min-height: 430px;
}

.product-card.is-featured .product-image {
  height: 100%;
  min-height: 430px;
}

.product-card.is-featured .product-card-copy {
  position: absolute;
  inset: auto 18px 18px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 8px;
  color: var(--white);
  background: rgba(16, 33, 27, 0.78);
  backdrop-filter: blur(14px);
}

.product-card.is-featured .product-card-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.product-card.is-featured .product-card-copy span {
  color: var(--lime);
}

.product-visual {
  position: relative;
  height: 150px;
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 6px;
  background: #e8eee9;
}

.product-visual::before,
.product-visual::after {
  position: absolute;
  content: "";
}

.product-visual.grip::before {
  width: 128px;
  height: 28px;
  top: 54px;
  left: 28px;
  border-radius: 20px;
  background: repeating-linear-gradient(90deg, var(--graphite) 0 14px, #46534f 14px 18px);
  transform: rotate(-18deg);
}

.product-visual.grip::after {
  width: 118px;
  height: 24px;
  right: 28px;
  bottom: 40px;
  border-radius: 20px;
  background: repeating-linear-gradient(90deg, var(--green-dark) 0 12px, #2f7f5c 12px 17px);
  transform: rotate(-18deg);
}

.product-visual.glove::before {
  width: 84px;
  height: 88px;
  top: 38px;
  left: 50px;
  border-radius: 36px 36px 24px 24px;
  background: linear-gradient(135deg, #ffffff, #d9e1dc);
  box-shadow: 34px -10px 0 -20px #f9fbfa, 58px 2px 0 -28px #f0f4f1;
}

.product-visual.glove::after {
  width: 92px;
  height: 12px;
  left: 44px;
  bottom: 26px;
  border-radius: 20px;
  background: var(--green);
}

.product-visual.tape::before {
  width: 82px;
  height: 82px;
  top: 34px;
  left: 36px;
  border: 14px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  box-shadow: inset 0 0 0 10px var(--line), 0 12px 26px rgba(16, 33, 27, 0.12);
}

.product-visual.tape::after {
  width: 96px;
  height: 20px;
  right: 28px;
  bottom: 42px;
  border-radius: 20px;
  background: var(--gold);
  transform: rotate(-12deg);
}

.product-visual.accessory::before {
  width: 70px;
  height: 70px;
  top: 38px;
  left: 34px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #ffffff 0 10%, #eef2ef 48%, #cfdad5 100%);
  box-shadow: 80px 28px 0 -32px var(--green), 122px -4px 0 -42px var(--gold);
}

.product-visual.accessory::after {
  width: 80px;
  height: 8px;
  right: 34px;
  bottom: 30px;
  border-radius: 20px;
  background: var(--graphite);
  transform: rotate(24deg);
}

.product-card p {
  color: var(--muted);
}

.product-card span {
  display: inline-block;
  order: -1;
  margin: 0 0 14px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(23, 108, 69, 0.08), rgba(215, 170, 69, 0.08)),
    var(--surface);
}

.split-copy {
  position: relative;
  z-index: 1;
}

.about-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(219, 228, 223, 0.9);
  border-radius: 8px;
  background: #e8eee9;
  box-shadow: var(--shadow);
}

.about-image {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

.about-visual::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  content: "";
  background: linear-gradient(180deg, rgba(16, 33, 27, 0), rgba(16, 33, 27, 0.74));
}

.about-badge,
.about-stat {
  position: absolute;
  z-index: 1;
  display: grid;
  gap: 2px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  padding: 16px 18px;
  color: var(--white);
  background: rgba(16, 33, 27, 0.72);
  backdrop-filter: blur(12px);
}

.about-badge {
  left: 22px;
  bottom: 22px;
  max-width: 260px;
}

.about-stat {
  right: 22px;
  top: 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
}

.about-badge strong,
.about-stat strong {
  font-size: 26px;
  line-height: 1;
}

.about-badge span,
.about-stat span {
  color: inherit;
  font-size: 13px;
  opacity: 0.78;
}

.process-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.process-list div {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 0 20px;
  border: 1px solid rgba(219, 228, 223, 0.9);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(16, 33, 27, 0.06);
}

.process-list strong {
  grid-row: span 2;
  color: var(--gold);
  font-size: 28px;
}

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

.quality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.quality-grid article,
.blog-grid article,
.policy-grid article {
  min-height: 210px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  padding: 26px;
  background: linear-gradient(180deg, #ffffff, #f8fbf9);
  box-shadow: 0 12px 30px rgba(16, 33, 27, 0.05);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.quality-grid article:hover,
.blog-grid article:hover,
.policy-grid article:hover {
  border-color: rgba(23, 108, 69, 0.28);
  box-shadow: 0 20px 42px rgba(16, 33, 27, 0.1);
  transform: translateY(-3px);
}

.feature-image {
  width: calc(100% + 52px);
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  margin: -26px -26px 22px;
  border-bottom: 1px solid var(--line);
}

.quality-grid p,
.blog-grid p,
.policy-grid p {
  color: var(--muted);
}

.custom-section {
  background: #ffffff;
}

.custom-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 22px;
}

.custom-copy {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(219, 228, 223, 0.92);
  border-radius: 8px;
  padding: clamp(28px, 4vw, 50px);
  background:
    linear-gradient(135deg, rgba(23, 108, 69, 0.08), rgba(183, 217, 87, 0.16)),
    #ffffff;
  box-shadow: 0 18px 46px rgba(16, 33, 27, 0.07);
}

.custom-copy p:not(.eyebrow) {
  max-width: 660px;
  color: var(--muted);
  font-size: 17px;
}

.custom-photo {
  min-height: 390px;
  overflow: hidden;
  border-radius: 8px;
  background: #e8eee9;
  box-shadow: var(--shadow);
}

.custom-photo img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.custom-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.custom-metrics span {
  display: grid;
  gap: 2px;
  border: 1px solid rgba(23, 108, 69, 0.16);
  border-radius: 8px;
  padding: 16px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.76);
}

.custom-metrics strong {
  color: var(--green-dark);
  font-size: 28px;
  line-height: 1;
}

.custom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.custom-grid article {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(16, 33, 27, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.custom-grid article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--green), var(--lime));
}

.custom-grid article:hover {
  border-color: rgba(23, 108, 69, 0.32);
  box-shadow: 0 20px 46px rgba(16, 33, 27, 0.11);
  transform: translateY(-3px);
}

.custom-grid span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  color: var(--green-dark);
  background: rgba(183, 217, 87, 0.28);
  font-weight: 900;
}

.custom-grid p {
  color: var(--muted);
}

.blog-grid,
.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.blog-section {
  background:
    linear-gradient(135deg, rgba(16, 33, 27, 0.96), rgba(38, 49, 45, 0.94));
  color: var(--white);
}

.blog-heading {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.48fr);
  gap: 28px;
  align-items: end;
}

.blog-heading p:not(.eyebrow) {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.68);
}

.blog-grid article {
  display: flex;
  min-height: 290px;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.06));
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--white);
}

.blog-grid article:hover {
  border-color: rgba(183, 217, 87, 0.5);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.18);
}

.blog-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.blog-grid strong {
  display: inline-flex;
  margin-top: auto;
  color: var(--lime);
  font-size: 13px;
  font-weight: 900;
}

.blog-tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid rgba(183, 217, 87, 0.38);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.policy-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f6faf7 100%);
}

.policy-panel {
  border: 1px solid rgba(219, 228, 223, 0.95);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 44px);
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(16, 33, 27, 0.08);
}

.policy-panel .section-heading {
  max-width: 760px;
}

.policy-grid article {
  display: grid;
  min-height: 260px;
  align-content: start;
  border-color: rgba(219, 228, 223, 0.95);
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
}

.policy-grid span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--green-dark);
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(15, 79, 52, 0.2);
}

.inquiry-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(30px, 6vw, 80px);
  color: var(--white);
  background: var(--graphite);
}

.inquiry-copy p,
.inquiry-copy address {
  color: rgba(255, 255, 255, 0.74);
}

.inquiry-copy address {
  margin-top: 28px;
  font-style: normal;
}

.rfq-form {
  display: grid;
  gap: 16px;
  border-radius: 8px;
  padding: 24px;
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
}

.rfq-form label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 800;
}

.rfq-form input,
.rfq-form select,
.rfq-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
  background: #fbfdfc;
}

.rfq-form textarea {
  resize: vertical;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.72);
  background: #121917;
}

.site-footer p {
  margin: 0;
}

.generic-header {
  position: static;
}

.wp-content-area {
  min-height: 65vh;
  padding: 80px clamp(18px, 5vw, 72px);
}

.wp-entry {
  max-width: 880px;
  margin: 0 auto;
}

.wp-entry img {
  height: auto;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .site-header.is-open .main-nav {
    position: absolute;
    top: 78px;
    left: 18px;
    right: 18px;
    display: grid;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-header.is-open .main-nav a {
    padding: 16px 18px;
    border-bottom: 1px solid var(--line);
  }

  .site-header.is-open .main-nav a:last-child {
    border-bottom: 0;
  }

  .hero,
  .hero-content {
    min-height: 780px;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-arrow {
    top: auto;
    bottom: 28px;
    width: 42px;
    height: 42px;
    transform: none;
  }

  .hero-arrow.prev {
    left: auto;
    right: 76px;
  }

  .hero-arrow.next {
    right: 24px;
  }

  .trust-strip,
  .product-grid,
  .quality-grid,
  .custom-showcase,
  .custom-grid,
  .blog-grid,
  .policy-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .intro-layout,
  .product-heading,
  .custom-showcase,
  .blog-heading {
    grid-template-columns: 1fr;
  }

  .product-card.is-featured {
    grid-column: 1 / -1;
  }

  .split-section,
  .inquiry-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .site-header {
    padding: 14px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  h1 {
    font-size: 40px;
  }

  .hero,
  .hero-content {
    min-height: 760px;
  }

  .hero-content {
    width: 100%;
    padding: 112px 18px 44px;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(8, 28, 20, 0.9) 0%, rgba(8, 28, 20, 0.78) 48%, rgba(8, 28, 20, 0.46) 100%);
  }

  .hero-dots {
    left: 18px;
    bottom: 46px;
  }

  .hero-dots button {
    width: 24px;
  }

  .hero-stats,
  .trust-strip,
  .product-grid,
  .quality-grid,
  .custom-grid,
  .custom-metrics,
  .blog-grid,
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .intro-media,
  .intro-media img {
    min-height: 360px;
  }

  .intro-media-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
  }

  .product-card,
  .product-card.is-featured {
    min-height: 0;
  }

  .product-card.is-featured .product-image {
    height: 260px;
    min-height: 260px;
  }

  .product-card.is-featured .product-card-copy {
    position: static;
    border: 0;
    border-radius: 0;
    color: var(--ink);
    background: var(--white);
    backdrop-filter: none;
  }

  .product-card.is-featured .product-card-copy p {
    color: var(--muted);
  }

  .product-card.is-featured .product-card-copy span {
    color: var(--green-dark);
  }

  .custom-copy,
  .custom-photo,
  .custom-photo img {
    min-height: 0;
  }

  .custom-copy,
  .policy-panel {
    padding: 24px;
  }

  .blog-grid article,
  .policy-grid article,
  .custom-grid article {
    min-height: 0;
  }

  .hero-stats div {
    padding: 12px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    border-left: 0;
  }

  .section,
  .split-section,
  .inquiry-section {
    padding: 62px 18px;
  }

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

  .about-visual,
  .about-image {
    min-height: 380px;
  }

  .about-badge,
  .about-stat {
    left: 14px;
    right: 14px;
    width: auto;
  }

  .about-stat {
    top: 14px;
  }

  .about-badge {
    bottom: 14px;
  }

  .inquiry-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-footer {
    display: grid;
  }
}
