:root {
  --ink: #111111;
  --paper: #f1e7d6;
  --white: #fffaf2;
  --gold: #d1a13a;
  --red: #c53d2f;
  --mint: #d8efe6;
  --blue: #b9d7ee;
  --shadow: 0 22px 60px rgba(17, 17, 17, 0.14);
}

* {
  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.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 14px clamp(18px, 4vw, 58px);
  background: rgba(247, 243, 236, 0.92);
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 76px;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0;
}

.nav a:hover,
.site-footer a:hover {
  color: var(--red);
}

.button,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0;
  cursor: pointer;
}

.header-cta,
.button-primary {
  background: var(--gold);
  color: var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
}

.button-secondary {
  background: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 105px);
  padding: clamp(42px, 7vw, 96px) clamp(18px, 5vw, 72px) 42px;
  background:
    linear-gradient(135deg, rgba(209, 161, 58, 0.28), transparent 34%),
    linear-gradient(315deg, rgba(197, 61, 47, 0.12), transparent 32%),
    var(--paper);
}

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

h1,
h2,
h3 {
  margin: 0;
  line-height: 1;
  letter-spacing: 0;
}

h1,
h2 {
  font-family: Anton, Impact, sans-serif;
  text-transform: uppercase;
}

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

h2 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

h3 {
  font-size: 1.15rem;
}

.hero-text {
  max-width: 680px;
  margin: 22px 0;
  font-size: clamp(1.05rem, 2vw, 1.34rem);
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-panel {
  position: relative;
  padding: clamp(22px, 5vw, 42px);
  background: var(--ink);
  border: 3px solid var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-panel img {
  position: relative;
  z-index: 2;
  width: min(100%, 430px);
  margin: 0 auto 24px;
}

.hero-panel::before,
.hero-panel::after {
  content: none;
  display: none;
}

.logo-trail,
.center-bolt-flash {
  display: none;
}

/*
  Previous light effects are intentionally disabled above. The logo keeps
  the clean shooting animation without background lightning or flashes.
*/

/*
  Legacy light-show styles kept inert by display/content rules above.
*/

.hero-panel .disabled-light-show {
  position: absolute;
  inset: 8% 10%;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(255,255,255,0.86) 39% 40%, transparent 41% 100%),
    linear-gradient(75deg, transparent 0 49%, rgba(209,161,58,0.92) 50% 51%, transparent 52% 100%),
    linear-gradient(150deg, transparent 0 58%, rgba(255,255,255,0.66) 59% 60%, transparent 61% 100%);
  filter: drop-shadow(0 0 16px rgba(255,255,255,0.45));
  animation: lightning-flash 5.8s linear infinite;
}

.hero-panel::after {
  inset: 16% 5% 12% 18%;
  transform: scaleX(-1);
  animation-delay: 2.6s;
}

.logo-trail {
  position: absolute;
  z-index: 1;
  top: 24%;
  left: 17%;
  width: 360px;
  height: 130px;
  opacity: 0.95;
  pointer-events: none;
  background:
    linear-gradient(105deg, transparent 0 8%, rgba(255,255,255,0.9) 20%, rgba(209,161,58,0.72) 38%, transparent 72%),
    linear-gradient(105deg, transparent 0 16%, rgba(255,255,255,0.46) 30%, transparent 58%);
  clip-path: polygon(0 42%, 78% 0, 100% 28%, 22% 100%);
  filter:
    drop-shadow(0 0 7px rgba(255,255,255,0.96))
    drop-shadow(0 0 22px rgba(209,161,58,0.85));
  animation: trail-sweep 6s cubic-bezier(0.16, 0.84, 0.28, 1) infinite;
}

.center-bolt-flash {
  position: absolute;
  z-index: 3;
  top: 43%;
  left: 50%;
  width: 34px;
  height: 76px;
  pointer-events: none;
  opacity: 0;
  background: #ffd83d;
  clip-path: polygon(58% 0, 18% 45%, 47% 45%, 24% 100%, 88% 35%, 58% 35%);
  filter:
    drop-shadow(0 0 10px rgba(255,216,61,0.95))
    drop-shadow(0 0 24px rgba(255,216,61,0.75));
  transform: translate(-50%, -50%) rotate(3deg);
  animation: center-bolt-pop 6s steps(1, end) infinite;
}

.hero-logo {
  animation: logo-y-fall 6s cubic-bezier(0.16, 0.84, 0.28, 1) infinite;
  transform-origin: center;
  will-change: transform;
}

.hero-logo::after {
  content: "";
}

.hero-panel::before,
.hero-panel::after,
.logo-trail,
.center-bolt-flash {
  display: none !important;
  content: none !important;
  animation: none !important;
}

@keyframes logo-y-fall {
  0%,
  6% {
    opacity: 0;
    transform: perspective(900px) translate3d(-260px, -150px, -420px) scale(0.06) rotateY(-720deg);
    filter: blur(9px) drop-shadow(-70px -42px 20px rgba(255,255,255,0.48));
  }

  24% {
    opacity: 1;
    transform: perspective(900px) translate3d(0, 0, 0) scale(1) rotateY(0);
    filter: blur(0) drop-shadow(-22px -14px 14px rgba(209,161,58,0.46));
  }

  70% {
    opacity: 1;
    transform: perspective(900px) translate3d(0, 0, 0) scale(1) rotateY(0);
    filter: blur(0);
  }

  86% {
    opacity: 0;
    transform: perspective(900px) translate3d(0, 150px, -520px) scale(0.16) rotateY(720deg) rotateX(28deg);
    filter: blur(7px) drop-shadow(0 42px 24px rgba(255,255,255,0.42));
  }

  100% {
    opacity: 0;
    transform: perspective(900px) translate3d(-260px, -150px, -420px) scale(0.06) rotateY(-720deg);
    filter: blur(8px);
  }
}

@keyframes lightning-flash {
  0%,
  72%,
  100% {
    opacity: 0;
  }

  74% {
    opacity: 0.92;
  }

  75% {
    opacity: 0.12;
  }

  77% {
    opacity: 0.72;
  }

  80% {
    opacity: 0;
  }
}

@keyframes trail-sweep {
  0%,
  100% {
    opacity: 0;
    transform: translate(-170px, -105px) scale(0.2) rotate(-18deg);
  }

  8% {
    opacity: 0.92;
    transform: translate(-100px, -72px) scale(0.7) rotate(-18deg);
  }

  20% {
    opacity: 0.62;
    transform: translate(32px, 18px) scale(1.05) rotate(-18deg);
  }

  30% {
    opacity: 0;
    transform: translate(70px, 40px) scale(1.1) rotate(-18deg);
  }
}

@keyframes center-bolt-pop {
  0%,
  21%,
  27%,
  100% {
    opacity: 0;
  }

  22%,
  24%,
  26% {
    opacity: 0.95;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-logo,
  .product-card,
  .service-list div {
    animation: none;
  }
}

.quick-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  position: relative;
  z-index: 2;
  overflow: visible;
}

.quick-list a,
.idea-grid div {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 8px;
  font-weight: 900;
  text-align: center;
}

.quick-list a {
  position: relative;
  z-index: 3;
  opacity: 1;
  visibility: visible;
  color: var(--ink);
  box-shadow: none;
  transition: background 0.18s ease;
}

.quick-list a:hover,
.product-card:hover {
  transform: translateY(-2px);
}

.category-jump:hover {
  background: var(--gold);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: var(--white);
}

.trust-strip div {
  padding: 24px;
  border-right: 2px solid var(--ink);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  font-size: 1rem;
  text-transform: uppercase;
}

.trust-strip span {
  margin-top: 4px;
  color: #555;
  font-weight: 600;
}

.section,
.split-section,
.quote-section {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

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

.product-card {
  display: block;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.12);
  animation: card-showcase 4.8s ease-in-out infinite;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.product-card:nth-child(2) {
  animation-delay: 0.45s;
}

.product-card:nth-child(3) {
  animation-delay: 0.9s;
}

.product-card:nth-child(4) {
  animation-delay: 1.35s;
}

.product-card:hover {
  animation-play-state: paused;
  box-shadow: 10px 10px 0 rgba(17, 17, 17, 0.2);
}

@keyframes card-showcase {
  0%,
  100% {
    transform: translateY(0) rotate(0);
    border-color: var(--ink);
    background: var(--white);
    box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.12);
  }

  25% {
    transform: translateY(-10px) rotate(-0.6deg);
    border-color: var(--red);
    background: #fffaf3;
    box-shadow: 12px 14px 0 rgba(197, 61, 47, 0.22);
  }

  55% {
    transform: translateY(0) rotate(0);
    border-color: var(--gold);
    background: #fffdf8;
    box-shadow: 8px 8px 0 rgba(209, 161, 58, 0.28);
  }

  78% {
    transform: translateY(7px) rotate(0.5deg);
    border-color: #777777;
    background: #f7f7f7;
    box-shadow: 5px 5px 0 rgba(17, 17, 17, 0.1);
  }
}

.product-card h3,
.product-card p,
.product-card span {
  margin-left: 18px;
  margin-right: 18px;
}

.product-card h3 {
  margin-top: 18px;
}

.product-card p {
  min-height: 96px;
  color: #444;
}

.product-card span {
  display: block;
  margin-bottom: 18px;
  font-weight: 900;
  color: var(--red);
}

.product-media {
  width: 124px;
  height: 100px;
  min-height: 100px;
  margin: 18px auto 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  border-bottom: 2px solid var(--ink);
  overflow: hidden;
  background: var(--white);
  background-size: cover;
  background-position: center;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shirt-mockup {
  position: relative;
  width: 74px;
  height: 86px;
  background: #ffffff;
  border: 2px solid rgba(17, 17, 17, 0.16);
  border-radius: 18px 18px 8px 8px;
  box-shadow: inset 0 -18px 34px rgba(17, 17, 17, 0.05);
}

.shirt-mockup::before,
.shirt-mockup::after {
  content: "";
  position: absolute;
  top: 15px;
  width: 24px;
  height: 52px;
  background: #ffffff;
  border: 2px solid rgba(17, 17, 17, 0.14);
  z-index: 0;
}

.shirt-mockup::before {
  left: -18px;
  transform: rotate(18deg);
  border-radius: 18px 8px 18px 20px;
}

.shirt-mockup::after {
  right: -18px;
  transform: rotate(-18deg);
  border-radius: 8px 18px 20px 18px;
}

.shirt-mockup img {
  position: relative;
  z-index: 1;
  width: 42px;
  margin: 25px auto 0;
}

.shirt-display {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #e9eef1, #ffffff);
}

.large-shirt {
  width: 170px;
  height: 205px;
  border-radius: 36px 36px 14px 14px;
}

.large-shirt::before,
.large-shirt::after {
  top: 32px;
  width: 54px;
  height: 112px;
}

.large-shirt::before {
  left: -40px;
}

.large-shirt::after {
  right: -40px;
}

.large-shirt img {
  width: 92px;
  margin-top: 60px;
}

.pricing-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: 0 clamp(18px, 5vw, 72px) clamp(58px, 8vw, 112px);
}

.embroidery-pricing {
  padding-top: 0;
}

.laser-pricing {
  padding-top: 0;
}

.shirt-pricing {
  padding-top: 0;
}

.pricing-photo {
  width: min(100%, 360px);
  min-height: 260px;
  justify-self: center;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.12);
}

.pricing-photo img,
.feature-video,
.work-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-video {
  display: block;
  background: var(--ink);
  object-fit: contain;
}

.pricing-copy {
  max-width: 720px;
}

.pricing-copy p:not(.eyebrow) {
  font-size: 1.08rem;
  font-weight: 600;
}

.price-table {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}

.price-table div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 14px 18px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 8px;
}

.price-table strong,
.price-table span {
  font-weight: 900;
}

.price-table span {
  color: var(--red);
  text-align: right;
}

.premium-pricing {
  margin: 18px 0 24px;
  padding: 20px;
  background: #fffdf8;
  border: 2px solid var(--ink);
  border-radius: 8px;
}

.premium-pricing h3 {
  margin-bottom: 8px;
  text-transform: uppercase;
}

.pricing-subhead {
  margin: 22px 0 10px;
  text-transform: uppercase;
}

.premium-pricing p {
  margin: 0 0 14px;
}

.premium-pricing .price-table {
  margin: 0;
}

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

.tier-grid article {
  padding: 18px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 8px;
}

.tier-grid h3 {
  margin-bottom: 8px;
  text-transform: uppercase;
}

.tier-grid p {
  margin: 0 0 14px;
  font-size: 0.96rem;
}

.tier-grid strong {
  color: var(--red);
  font-size: 1.08rem;
}

.section-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

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

.section-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 86px);
  background: var(--white);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

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

.service-list div {
  padding: 24px;
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 8px;
  animation: card-showcase 5.6s ease-in-out infinite;
}

.service-list div:nth-child(2) {
  animation-delay: 0.45s;
}

.service-list div:nth-child(3) {
  animation-delay: 0.9s;
}

.service-list div:nth-child(4) {
  animation-delay: 1.35s;
}

.service-list p {
  margin-bottom: 0;
  color: #444;
}

.dark-section {
  background: var(--ink);
  color: var(--white);
}

.dark-section .eyebrow {
  color: var(--gold);
}

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

.idea-grid div {
  color: var(--ink);
}

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

.work-gallery img {
  aspect-ratio: 4 / 3;
  border: 2px solid var(--white);
  border-radius: 8px;
  background: var(--white);
}

.quote-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(28px, 6vw, 82px);
}

.quote-copy p:not(.eyebrow) {
  font-size: 1.1rem;
  font-weight: 600;
}

.contact-card {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding: 22px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 8px;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(18px, 4vw, 34px);
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 2px solid var(--ink);
  border-radius: 8px;
  padding: 12px;
  font: inherit;
  background: #fffdf8;
}

textarea {
  resize: vertical;
}

.full,
.notice {
  grid-column: 1 / -1;
}

.notice {
  padding: 12px 14px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  font-weight: 900;
}

.success {
  background: var(--mint);
}

.error {
  background: #ffe4dd;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 28px;
  padding: 42px clamp(18px, 5vw, 72px);
  background: var(--ink);
  color: var(--white);
}

.site-footer img {
  width: 150px;
  margin-bottom: 14px;
}

.site-footer h2 {
  margin-bottom: 12px;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
}

.site-footer a {
  display: block;
  margin-bottom: 8px;
}

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

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .split-section,
  .quote-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .trust-strip,
  .product-grid,
  .idea-grid,
  .work-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

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

@media (max-width: 620px) {
  .site-header {
    gap: 12px;
  }

  .brand img {
    width: 64px;
  }

  .header-cta {
    padding: 10px 12px;
    font-size: 0.76rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-actions,
  .quick-list,
  .trust-strip,
  .product-grid,
  .service-list,
  .idea-grid,
  .work-gallery,
  .section-gallery,
  .laser-gallery,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .pricing-photo {
    min-height: 220px;
  }

  .price-table div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .price-table span {
    text-align: left;
  }

  .hero-actions {
    display: grid;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }

  .product-card p {
    min-height: 0;
  }
}
