:root {
  --ink: #f7f2e8;
  --muted: #c7bdad;
  --paper: #151515;
  --panel: #202020;
  --line: rgba(247, 242, 232, 0.14);
  --gold: #e8b94d;
  --rose: #d85c60;
  --cyan: #54b9c8;
  --green: #8fb45f;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, rgba(232, 185, 77, 0.08), transparent 34%),
    linear-gradient(240deg, rgba(84, 185, 200, 0.08), transparent 38%),
    #151515;
}

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

img,
svg {
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(21, 21, 21, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--gold);
  color: #151515;
  border-radius: 8px;
  box-shadow: 6px 6px 0 var(--rose);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
  padding: 10px 12px;
}

.site-nav a:hover,
.site-nav a.active {
  background: rgba(247, 242, 232, 0.09);
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  display: grid;
  grid-template-columns: minmax(300px, 1.05fr) minmax(300px, 0.95fr);
  align-items: center;
  gap: clamp(34px, 7vw, 88px);
  min-height: calc(100vh - 76px);
  padding: clamp(42px, 7vw, 88px) clamp(18px, 5vw, 72px) 56px;
}

.hero-copy {
  max-width: 760px;
}

.hero-media {
  position: relative;
  min-height: 580px;
}

.hero-frame {
  position: absolute;
  display: grid;
  place-items: end start;
  min-height: 180px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  padding: 22px;
  box-shadow: var(--shadow);
}

.hero-frame span {
  position: relative;
  z-index: 1;
  background: rgba(21, 21, 21, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font-weight: 800;
  padding: 8px 12px;
}

.hero-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 28%, rgba(232, 185, 77, 0.48), transparent 18%),
    radial-gradient(circle at 76% 66%, rgba(84, 185, 200, 0.36), transparent 18%),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 24px),
    linear-gradient(140deg, #292929, #151515 56%, #593a3d);
}

.hero-frame-main {
  inset: 0 14% auto 0;
  height: 68%;
  background: url("../images/apparel/04-website-assets/optimized/hero-banners/hero.jpg") center / cover;
  transform: rotate(-3deg);
}

.hero-frame-small {
  inset: auto 0 0 42%;
  height: 38%;
  background: url("../images/apparel/02-dtf-apparel/ChatGPT Image Jul 5, 2026, 12_56_41 PM.png") center / cover;
  transform: rotate(6deg);
}

.hero-frame-tall {
  inset: 38% auto 8% 3%;
  width: 42%;
  background: url("../images/apparel/03-bleach-art/ChatGPT Image Jul 5, 2026, 01_23_25 PM.png") center / cover;
  transform: rotate(-9deg);
}

.hero-frame-main::before,
.hero-frame-small::before,
.hero-frame-tall::before {
  background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.58));
}

.eyebrow {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  line-height: 1.04;
  margin: 0;
}

h1 {
  font-size: clamp(3.6rem, 11vw, 8.6rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(1.55rem, 3vw, 2.7rem);
}

h3 {
  font-size: 1.15rem;
}

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

.hero-copy p:not(.eyebrow) {
  max-width: 640px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions,
.section .button {
  margin-top: 28px;
}

/* Used on both <a> and <button>. Anchors have no default background, but
   buttons default to the UA's grey buttonface, so it has to be reset here or
   a .button.secondary <button> renders as a white block with white text. */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 12px 18px;
}

.button.primary {
  background: var(--gold);
  border-color: var(--gold);
  color: #18130a;
}

.button.secondary {
  color: var(--ink);
  margin-left: 10px;
}

.section {
  padding: clamp(44px, 8vw, 90px) clamp(18px, 5vw, 72px);
}

.intro-grid,
.values,
.service-list,
.catalogue-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.intro-grid article,
.values article,
.service-list article,
.product-card,
.contact-card,
.finish-grid article {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(20px, 3vw, 30px);
}

.stat,
.service-number {
  color: var(--cyan);
  display: block;
  font-weight: 800;
  margin-bottom: 26px;
}

article h2,
.contact-card h2 {
  font-size: 1.28rem;
  margin-bottom: 12px;
}

.split {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(280px, 1fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
  border-top: 1px solid var(--line);
}

.feature-band {
  background: rgba(255, 255, 255, 0.03);
}

.split > p,
.page-hero > p {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.page-hero {
  padding: clamp(72px, 12vw, 132px) clamp(18px, 5vw, 72px) clamp(34px, 6vw, 70px);
  max-width: 1100px;
}

.page-hero.compact {
  max-width: 940px;
}

.catalogue-hero {
  max-width: 1180px;
}

.page-hero h1 {
  font-size: clamp(2.8rem, 7vw, 6rem);
  margin-bottom: 22px;
}

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

.section-heading {
  display: grid;
  gap: 12px;
  max-width: 780px;
  margin-bottom: 28px;
}

.catalogue-section {
  border-top: 1px solid var(--line);
}

.product-card {
  display: grid;
  gap: 16px;
  min-height: 100%;
}

.product-card a,
.contact-card a {
  color: var(--gold);
  font-weight: 800;
}

.contact-links {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.product-media {
  position: relative;
  display: grid;
  place-items: end start;
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  padding: 16px;
}

.product-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 24%, rgba(247, 242, 232, 0.2), transparent 22%),
    repeating-linear-gradient(112deg, rgba(255, 255, 255, 0.06) 0 2px, transparent 2px 18px),
    linear-gradient(135deg, rgba(232, 185, 77, 0.35), rgba(84, 185, 200, 0.2) 52%, rgba(216, 92, 96, 0.28));
}

.product-media span {
  position: relative;
  z-index: 1;
  background: rgba(21, 21, 21, 0.82);
  border-radius: 8px;
  color: var(--ink);
  font-weight: 800;
  padding: 8px 11px;
}

.cap-media::before {
  background:
    linear-gradient(180deg, transparent 32%, rgba(0, 0, 0, 0.66)),
    url("../images/apparel/01-blank-apparel/import/caps/cool/067.jpg") center / cover;
}

.hoodie-media::before {
  background:
    linear-gradient(180deg, transparent 32%, rgba(0, 0, 0, 0.66)),
    url("../images/apparel/01-blank-apparel/import/winter/Hoodies/021.jpg") center / cover;
}

.mens-media::before {
  background:
    linear-gradient(180deg, transparent 32%, rgba(0, 0, 0, 0.66)),
    url("../images/apparel/01-blank-apparel/import/Shirts/men/Active/019.jpg") center / cover;
}

.womens-media::before {
  background:
    linear-gradient(180deg, transparent 32%, rgba(0, 0, 0, 0.66)),
    url("../images/apparel/01-blank-apparel/local/womens-local/186.jpg") center / cover;
}

.kids-media::before {
  background:
    linear-gradient(180deg, transparent 32%, rgba(0, 0, 0, 0.66)),
    url("../images/apparel/01-blank-apparel/import/Golf Wear/kids/041.jpg") center / cover;
}

.feature-card {
  align-content: space-between;
  background:
    linear-gradient(135deg, rgba(232, 185, 77, 0.15), rgba(216, 92, 96, 0.08)),
    rgba(255, 255, 255, 0.045);
}

.finish-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  border-top: 1px solid var(--line);
}

.catalogue-browser {
  display: grid;
  gap: 22px;
  margin-top: clamp(34px, 6vw, 64px);
}

.catalogue-browser-heading {
  display: grid;
  gap: 10px;
  max-width: 820px;
}

.gallery-group {
  display: grid;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.gallery-heading h3 {
  margin-bottom: 8px;
}

.gallery-heading a {
  color: var(--gold);
  flex: 0 0 auto;
  font-weight: 800;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.gallery-item {
  display: block;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item.is-hidden {
  display: none;
}

.gallery-toggle {
  justify-self: start;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 9px 14px;
}

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

.process h2 {
  margin-bottom: 24px;
}

.process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.process li {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  padding: 20px;
}

.process span {
  color: var(--ink);
  display: block;
  font-weight: 800;
  margin-bottom: 8px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 1.05fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 16px;
}

label {
  color: var(--ink);
  display: grid;
  gap: 8px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
}

input::placeholder,
textarea::placeholder {
  color: rgba(247, 242, 232, 0.48);
}

select option {
  color: #151515;
}

textarea {
  resize: vertical;
}

/* Honeypot: hidden from people, still filled in by naive bots. The element also
   carries these rules inline, so it stays hidden even if this file is stale or
   never loads. */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* Google's badge sits bottom-right and carries the required reCAPTCHA
   attribution, so it stays visible. Lifted clear of the footer links. */
.grecaptcha-badge {
  bottom: 92px !important;
  z-index: 15;
}

.contact-form button[disabled] {
  cursor: progress;
  opacity: 0.65;
}

.form-status {
  min-height: 24px;
  color: var(--green);
  font-weight: 700;
}

.form-status.is-error {
  color: var(--rose);
}

/* Confirmation modal shown over the page after a successful send. Both rules
   need the explicit display:none, because an author display value beats the
   browser's built-in [hidden] rule. */
.modal-overlay[hidden],
.contact-form[hidden] {
  display: none;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(8, 8, 8, 0.74);
  backdrop-filter: blur(6px);
  animation: modal-fade 0.18s ease-out;
}

@keyframes modal-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes modal-rise {
  from { opacity: 0; transform: translateY(14px) scale(0.97); }
  to { opacity: 1; transform: none; }
}

.modal-overlay .form-success {
  position: relative;
  width: min(520px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  box-shadow: var(--shadow);
  animation: modal-rise 0.22s ease-out;
}

.modal-overlay .form-success:focus {
  outline: none;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0;
}

.modal-close:hover {
  background: rgba(247, 242, 232, 0.09);
  color: var(--ink);
}

@media (prefers-reduced-motion: reduce) {
  .modal-overlay,
  .modal-overlay .form-success {
    animation: none;
  }
}

.form-success {
  display: grid;
  justify-items: start;
  gap: 14px;
  background:
    linear-gradient(135deg, rgba(143, 180, 95, 0.16), rgba(84, 185, 200, 0.06)),
    rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(143, 180, 95, 0.42);
  border-radius: 8px;
  padding: clamp(26px, 4vw, 38px);
}

.form-success:focus {
  outline: none;
}

.form-success-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--green);
  color: #151515;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1;
}

.form-success h2 {
  font-size: 1.6rem;
}

.form-success-hint {
  color: rgba(199, 189, 173, 0.78);
  font-size: 0.92rem;
}

.form-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

/* The card lays its own buttons out, so drop the .section .button top margin. */
.form-success-actions .button {
  margin-top: 0;
}

.form-success-actions .button.secondary {
  margin-left: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
}

.site-footer a {
  color: var(--gold);
  font-weight: 800;
}

@media (max-width: 980px) {
  .hero,
  .split,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    min-height: 390px;
    order: -1;
  }

  .intro-grid,
  .values,
  .catalogue-grid,
  .process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: #1b1b1b;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 8px;
  }

  .site-nav.open {
    display: flex;
  }

  .service-list,
  .finish-grid {
    grid-template-columns: 1fr;
  }

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

  .gallery-heading {
    align-items: start;
    flex-direction: column;
  }

  .button.secondary {
    margin-left: 0;
  }

  .hero-actions {
    display: grid;
    gap: 12px;
    max-width: 340px;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: 3.2rem;
  }

  .page-hero h1 {
    font-size: 2.45rem;
  }

  .site-header {
    min-height: 68px;
  }

  .intro-grid,
  .values,
  .catalogue-grid,
  .process ol {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 320px;
  }

  .hero-frame {
    padding: 14px;
  }

  .product-media {
    min-height: 190px;
  }

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