:root {
  --ink: #050505;
  --cream: #f3f4f2;
  --paper: #ffffff;
  --coral: #50ccd2;
  --teal: #050505;
  --yellow: #50ccd2;
  --lime: #ffffff;
  --line: #d9dddc;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
}
button,
a {
  font: inherit;
}
.announcement {
  background: var(--ink);
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  font-size: 13px;
}
.announcement a {
  color: var(--yellow);
}
.site-header {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  background: rgba(255, 253, 248, 0.96);
  backdrop-filter: blur(12px);
  z-index: 20;
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  text-decoration: none;
  font: 700 20px "Space Grotesk";
  letter-spacing: 0.12em;
}
.brand-mark {
  background: var(--coral);
  color: #fff;
  padding: 8px 7px;
  letter-spacing: -0.08em;
  transform: skew(-6deg);
}
nav {
  display: flex;
  gap: 30px;
}
nav a,
.site-header a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.cart-button {
  border: 1px solid var(--ink);
  background: transparent;
  border-radius: 30px;
  padding: 9px 14px;
}
.cart-button span {
  background: var(--ink);
  color: #fff;
  border-radius: 50%;
  padding: 2px 7px;
  margin-left: 6px;
}
.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  background: var(--cream);
  overflow: hidden;
}
.hero-copy {
  padding: 9vw 6vw 7vw;
}
.eyebrow {
  font: 700 12px "Space Grotesk";
  letter-spacing: 0.18em;
  margin: 0 0 18px;
}
.hero h1 {
  font: 700 clamp(56px, 7vw, 104px)/0.88 "Space Grotesk";
  letter-spacing: -0.07em;
  margin: 0 0 30px;
}
.hero h1 em {
  color: var(--coral);
  font-style: normal;
}
.hero-lede {
  font-size: 19px;
  line-height: 1.55;
  max-width: 610px;
}
.button-row {
  display: flex;
  gap: 12px;
  margin: 34px 0 20px;
}
.button {
  display: inline-block;
  border: 1px solid var(--ink);
  padding: 15px 23px;
  border-radius: 2px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.primary {
  background: var(--ink);
  color: #fff;
}
.secondary {
  background: transparent;
  color: var(--ink);
}
.cream {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--cream);
}
.microcopy {
  font-size: 12px;
  color: #5d5a54;
}
.hero-art {
  position: relative;
  min-height: 620px;
  background: var(--teal);
  overflow: hidden;
}
.sunburst {
  position: absolute;
  width: 700px;
  height: 700px;
  left: 0;
  top: -50px;
  background: repeating-conic-gradient(
    var(--yellow) 0 13deg,
    transparent 13deg 26deg
  );
  border-radius: 50%;
  opacity: 0.9;
}
.tee {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(14px 18px 0 rgba(0, 0, 0, 0.18));
  clip-path: polygon(
    23% 0,
    37% 9%,
    63% 9%,
    77% 0,
    100% 18%,
    84% 38%,
    76% 32%,
    76% 100%,
    24% 100%,
    24% 32%,
    16% 38%,
    0 18%
  );
}
.tee-front {
  width: 330px;
  height: 430px;
  background: var(--paper);
  left: 16%;
  top: 19%;
  transform: rotate(-7deg);
  text-align: center;
}
.tee-front strong {
  font: 700 61px/0.82 "Space Grotesk";
  letter-spacing: -0.06em;
}
.tee-front small {
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 18px;
}
.tee-back {
  width: 280px;
  height: 370px;
  background: var(--coral);
  right: -5%;
  top: 8%;
  transform: rotate(12deg);
  color: white;
  font: 700 52px/0.86 "Space Grotesk";
}
.sticker {
  position: absolute;
  right: 8%;
  bottom: 7%;
  width: 135px;
  height: 135px;
  background: var(--lime);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font: 700 18px/1 "Space Grotesk";
  transform: rotate(8deg);
  border: 3px solid var(--ink);
}
.choice-band {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  padding: 80px 6vw;
  gap: 60px;
  border-bottom: 1px solid var(--line);
}
h2 {
  font: 700 clamp(38px, 4.5vw, 65px)/0.98 "Space Grotesk";
  letter-spacing: -0.055em;
  margin: 0;
}
.choice-band article {
  border-left: 1px solid var(--line);
  padding-left: 35px;
}
.choice-band article span {
  font: 700 13px "Space Grotesk";
  color: var(--coral);
}
h3 {
  font: 700 22px "Space Grotesk";
  letter-spacing: -0.03em;
}
.choice-band p,
.steps p,
.faq p {
  color: #625f59;
  line-height: 1.55;
}
.choice-band a,
.text-button {
  color: var(--ink);
  font-weight: 700;
  background: none;
  border: 0;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
}
.shop-section,
.steps,
.faq {
  padding: 100px 6vw;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 44px;
}
.section-heading > a {
  color: var(--ink);
  font-weight: 700;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.catalog-photo {
  background: #f4f5f4;
}
.catalog-photo img {
  object-position: center;
}
.store-cta {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
.product-image {
  height: 430px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.product-image.coral {
  background: #f4a493;
}
.product-image.teal {
  background: #9bcac2;
}
.product-image.yellow {
  background: #f8d773;
}
.shirt-shape,
.hoodie-shape {
  width: 230px;
  height: 285px;
  background: var(--paper);
  clip-path: polygon(
    23% 0,
    38% 8%,
    62% 8%,
    77% 0,
    100% 20%,
    84% 39%,
    76% 32%,
    76% 100%,
    24% 100%,
    24% 32%,
    16% 39%,
    0 20%
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: rotate(-4deg);
  filter: drop-shadow(8px 10px 0 rgba(0, 0, 0, 0.12));
}
.shirt-shape b {
  font: 700 30px "Space Grotesk";
}
.shirt-shape small {
  font-size: 8px;
  font-weight: 700;
}
.drip {
  background: #29282a;
  color: white;
}
.drip b {
  font-size: 64px;
  color: var(--coral);
}
.hoodie-shape {
  background: var(--teal);
  color: #fff;
  clip-path: polygon(
    30% 9%,
    38% 0,
    62% 0,
    70% 9%,
    82% 12%,
    100% 30%,
    85% 46%,
    78% 38%,
    78% 100%,
    22% 100%,
    22% 38%,
    15% 46%,
    0 30%,
    18% 12%
  );
}
.hoodie-shape b {
  font: 700 30px/0.9 "Space Grotesk";
}
.hoodie-shape small {
  font-size: 8px;
  margin-top: 12px;
}
.badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--lime);
  border: 1px solid var(--ink);
  font: 700 10px "Space Grotesk";
  padding: 7px 9px;
}
.badge.dark {
  background: var(--ink);
  color: white;
}
.product-info {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 18px 0 10px;
}
.product-info h3 {
  font-size: 18px;
  margin: 0 0 5px;
}
.product-info p {
  font-size: 13px;
  color: #77716a;
  margin: 0;
}
.product-info > strong {
  font-size: 17px;
}
.quick-add {
  width: 100%;
  padding: 11px;
  background: transparent;
  border: 1px solid var(--line);
  font-weight: 700;
  cursor: pointer;
}
.quick-add:hover {
  background: var(--ink);
  color: white;
}
.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
}
.product-link {
  display: block;
  color: var(--ink);
  text-align: center;
  text-decoration: none;
}
.quick-add:disabled {
  color: #797d7c;
  cursor: not-allowed;
  background: #f1f2f1;
}
.header-shop-link {
  border: 1px solid var(--ink);
  padding: 10px 18px;
  font-weight: 700;
}
.custom-banner {
  margin: 20px 3vw 80px;
  background: var(--coral);
  color: white;
  padding: 65px 6vw;
  display: grid;
  grid-template-columns: 0.6fr 1.5fr 0.5fr;
  align-items: center;
  gap: 40px;
}
.ink-mark {
  font: 700 38px/0.8 "Space Grotesk";
  width: 180px;
  height: 180px;
  border: 4px solid white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  transform: rotate(-8deg);
}
.custom-banner h2 {
  font-size: 56px;
}
.custom-banner p {
  max-width: 650px;
  line-height: 1.5;
}
.light {
  color: #fff;
}
.step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--line);
}
.step-grid article {
  padding: 32px;
  border-right: 1px solid var(--line);
}
.step-grid article:last-child {
  border: 0;
}
.step-grid b {
  display: grid;
  place-items: center;
  background: var(--yellow);
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.impact {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.impact-photo {
  min-height: 600px;
  background: var(--yellow);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.impact-photo:before,
.impact-photo:after {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  border: 70px solid var(--coral);
  border-radius: 50%;
}
.impact-photo:before {
  left: -180px;
  top: -120px;
}
.impact-photo:after {
  right: -190px;
  bottom: -180px;
}
.photo-caption {
  font: 700 63px/0.86 "Space Grotesk";
  z-index: 1;
  transform: rotate(-4deg);
}
.impact-copy {
  background: var(--teal);
  color: white;
  padding: 90px 7vw;
}
.impact-copy p {
  font-size: 18px;
  line-height: 1.6;
}
.impact-copy blockquote {
  font: 600 24px/1.35 "Space Grotesk";
  border-left: 4px solid var(--yellow);
  margin: 38px 0;
  padding-left: 25px;
}
.faq {
  max-width: 1000px;
  margin: auto;
}
.faq h2 {
  margin-bottom: 45px;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}
.faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  font: 600 18px "Space Grotesk";
  cursor: pointer;
}
footer {
  background: var(--ink);
  color: white;
  padding: 65px 6vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: start;
}
.inverted {
  color: white;
}
@media (max-width: 580px) {
  .site-header {
    height: 76px;
  }
}
.inverted .brand-mark {
  background: var(--yellow);
  color: var(--ink);
}
footer p {
  margin: 0;
  line-height: 1.5;
  color: #cac5bb;
}
footer div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer a {
  color: white;
}
footer small {
  grid-column: 1/-1;
  color: #8e8981;
  margin-top: 35px;
}
dialog {
  border: 0;
  padding: 0;
  width: min(720px, 94vw);
  max-height: 92vh;
  background: var(--paper);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}
dialog::backdrop {
  background: rgba(20, 20, 20, 0.72);
  backdrop-filter: blur(4px);
}
.builder {
  padding: 46px;
  position: relative;
}
.close {
  position: absolute;
  right: 20px;
  top: 15px;
  border: 0;
  background: none;
  font-size: 34px;
  cursor: pointer;
}
.builder-progress {
  display: flex;
  gap: 8px;
  margin-bottom: 35px;
}
.builder-progress span {
  height: 4px;
  background: var(--line);
  flex: 1;
}
.builder-progress .active {
  background: var(--coral);
}
.builder h2 {
  font-size: 48px;
  margin-bottom: 30px;
}
.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field-grid label {
  font-size: 13px;
  font-weight: 700;
}
.field-grid input,
.field-grid select,
.field-grid textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  border: 1px solid var(--line);
  background: white;
  padding: 13px;
  font: inherit;
}
.field-grid textarea {
  resize: vertical;
  min-height: 75px;
}
.full {
  grid-column: 1/-1;
}
.upload {
  border: 2px dashed var(--line);
  padding: 18px;
}
.upload input {
  border: 0;
  padding: 8px 0;
}
.upload span {
  display: block;
  margin-top: 7px;
  font-size: 11px;
  color: #77716a;
}
.artwork-note {
  font-size: 13px;
  line-height: 1.45;
}
.full-button {
  width: 100%;
  margin-top: 24px;
}
.form-note {
  text-align: center;
  font-size: 11px;
  color: #77716a;
}
.route-result {
  background: #e7f1df;
  border-left: 5px solid var(--teal);
  padding: 18px;
  margin-top: 20px;
  line-height: 1.45;
}
.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background: var(--ink);
  color: white;
  padding: 14px 20px;
  transform: translateY(120px);
  transition: 0.3s;
  z-index: 50;
}
.toast.show {
  transform: translateY(0);
}
@media (max-width: 900px) {
  nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-art {
    min-height: 520px;
  }
  .choice-band {
    grid-template-columns: 1fr;
  }
  .choice-band article {
    padding-left: 20px;
  }
  .product-grid {
    grid-template-columns: 1fr 1fr;
  }
  .custom-banner {
    grid-template-columns: 1fr;
  }
  .ink-mark {
    width: 120px;
    height: 120px;
    font-size: 27px;
  }
  .step-grid {
    grid-template-columns: 1fr 1fr;
  }
  .step-grid article:nth-child(2) {
    border-right: 0;
  }
  .impact {
    grid-template-columns: 1fr;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 580px) {
  .site-header {
    height: 64px;
  }
  .hero-copy {
    padding: 80px 6vw;
  }
  .hero h1 {
    font-size: 59px;
  }
  .hero-art {
    min-height: 450px;
  }
  .tee-front {
    width: 250px;
    height: 330px;
  }
  .tee-front strong {
    font-size: 45px;
  }
  .tee-back {
    width: 220px;
    height: 300px;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .product-image {
    height: 360px;
  }
  .custom-banner {
    margin: 0;
    padding: 55px 7vw;
  }
  .custom-banner h2 {
    font-size: 42px;
  }
  .step-grid {
    grid-template-columns: 1fr;
  }
  .step-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .photo-caption {
    font-size: 46px;
  }
  .impact-photo {
    min-height: 430px;
  }
  .builder {
    padding: 35px 22px;
  }
  .field-grid {
    grid-template-columns: 1fr;
  }
  .full {
    grid-column: auto;
  }
  .button-row {
    flex-direction: column;
  }
  .button {
    text-align: center;
  }
  footer {
    grid-template-columns: 1fr;
  }
}

/* Real EYPStudio imagery */
.brand img {
  width: 112px;
  height: 112px;
  object-fit: contain;
  transform: scale(1.45);
  transform-origin: center;
  margin: -10px 20px -10px 0;
}
.inverted img {
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.35));
}
.hero-art > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 52% center;
}
.hero-art:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.58));
}
.hero-photo-note {
  position: absolute;
  z-index: 2;
  left: 36px;
  bottom: 34px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font: 700 28px/1.05 "Space Grotesk";
}
.hero-photo-note span {
  color: var(--yellow);
}
.custom-photo {
  width: 190px;
  height: 190px;
  overflow: hidden;
  border: 4px solid white;
  transform: rotate(-4deg);
  box-shadow: 10px 12px 0 rgba(0, 0, 0, 0.14);
}
.custom-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 68%;
  transform: scale(1.35);
}
.impact-photo:before {
  display: none;
}
.impact-photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.impact-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.68));
}
.photo-caption {
  position: absolute;
  left: 7%;
  bottom: 8%;
  color: white;
  font-size: clamp(42px, 5vw, 67px);
  z-index: 1;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}
@media (max-width: 580px) {
  .brand img {
    width: 58px;
    height: 58px;
  }
  .brand {
    font-size: 16px;
  }
  .hero-photo-note {
    left: 22px;
    bottom: 24px;
    font-size: 23px;
  }
  .custom-photo {
    width: 150px;
    height: 150px;
  }
}

/* EYP Studio brand system */
.announcement {
  background: var(--coral);
  color: var(--ink);
  font-weight: 700;
}
.announcement a {
  color: var(--ink);
}
.site-header {
  height: 112px;
  background: rgba(255, 255, 255, 0.96);
}
.brand {
  letter-spacing: 0.08em;
}
.brand-mark {
  display: none;
}
.hero h1 em {
  color: var(--coral);
}
.custom-banner {
  background: var(--ink);
}
.custom-banner .eyebrow,
.impact-copy .eyebrow {
  color: var(--coral);
}
.impact-copy {
  background: var(--ink);
}
.product-image.coral {
  background: #aeecef;
}
.product-image.teal {
  background: #242727;
}
.product-image.yellow {
  background: #e8ebea;
}
.drip b {
  color: var(--coral);
}
.step-grid b {
  color: var(--ink);
}
.badge {
  background: var(--paper);
}
.inverted {
  color: white;
}
@media (max-width: 580px) {
  .site-header {
    height: 92px;
  }
  .brand img {
    width: 82px;
    height: 82px;
    transform: scale(1.35);
    margin: -8px 13px -8px 0;
  }
}
