:root {
  --bg: #f6efe6;
  --bg-soft: #eadcc8;
  --cream: #f3ece2;
  --cream-deep: #e5d3bb;
  --ink: #171310;
  --ink-soft: rgba(23, 19, 16, 0.72);
  --line: rgba(23, 19, 16, 0.1);
  --gold: #b7905c;
  --gold-deep: #7a5633;
  --white: #fffaf4;
  --shadow: 0 28px 90px rgba(95, 61, 24, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --max-width: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.86), transparent 0 18%),
    radial-gradient(circle at 84% 16%, rgba(226, 190, 146, 0.34), transparent 0 22%),
    radial-gradient(circle at 78% 72%, rgba(196, 152, 102, 0.2), transparent 0 24%),
    linear-gradient(135deg, #f7f0e7 0%, #efe1cd 38%, #f5ecdf 72%, #ead7bf 100%);
  background-attachment: fixed;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  opacity: 0.5;
  background:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, black 18%, transparent 86%);
}

body::after {
  opacity: 0.55;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.7), transparent 0 10%),
    radial-gradient(circle at 70% 18%, rgba(183, 144, 92, 0.18), transparent 0 12%),
    radial-gradient(circle at 62% 78%, rgba(122, 86, 51, 0.1), transparent 0 14%);
  animation: ambientFloat 18s ease-in-out infinite alternate;
}

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

button {
  font: inherit;
}

.page-shell {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 20px;
}

.site-header,
.hero,
.store-intro,
.catalog-section,
.benefits-section,
.purchase-section,
.contact-section,
.site-footer {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 250, 244, 0.62);
  backdrop-filter: blur(16px);
  color: var(--ink);
}

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

.brand-copy {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
}

.brand-logo {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(255, 72, 0, 0.14);
}

.brand-script {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 0.8;
  font-weight: 600;
}

.brand-tag {
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.82;
}

.site-nav {
  display: flex;
  gap: 22px;
  font-size: 0.95rem;
}

.site-nav a {
  opacity: 0.84;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  opacity: 1;
  color: #f4d7aa;
}

.nav-toggle {
  display: none;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(20, 18, 16, 0.08);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero,
.store-intro,
.catalog-section,
.benefits-section,
.purchase-section,
.contact-section,
.site-footer {
  margin-top: 22px;
  border-radius: var(--radius-xl);
}

.hero,
.store-intro,
.catalog-section,
.benefits-section,
.purchase-section,
.contact-section,
.site-footer {
  padding: clamp(28px, 3vw, 40px);
  background: linear-gradient(135deg, rgba(243, 236, 226, 0.98), rgba(231, 216, 193, 0.96));
  box-shadow: var(--shadow);
}

.hero {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 22px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.store-intro h2,
.purchase-copy h2,
.contact-panel h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.hero-copy p,
.section-heading p,
.store-intro p,
.purchase-copy p,
.contact-panel p,
.contact-card p,
.site-footer p {
  color: var(--ink-soft);
  line-height: 1.75;
}

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

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-dark {
  background: #1a1511;
  color: var(--white);
}

.button-light {
  background: rgba(255, 255, 255, 0.48);
  border-color: rgba(20, 18, 16, 0.14);
}

.hero-badges,
.product-details,
.sizes,
.feature-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-badges {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
}

.hero-badges li,
.feature-meta span,
.product-details span,
.sizes span,
.product-type {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(20, 18, 16, 0.06);
  font-size: 0.84rem;
  font-weight: 700;
}

.hero-feature {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(22, 19, 17, 0.97), rgba(49, 36, 27, 0.96));
  color: var(--white);
}

.feature-pill {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-feature h2 {
  margin: 12px 0 10px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.hero-feature p {
  color: rgba(255, 250, 244, 0.74);
  line-height: 1.75;
}

.hero-product-card {
  position: relative;
  display: block;
  min-height: 520px;
  overflow: hidden;
  border-radius: 24px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(246, 239, 229, 0.98), rgba(233, 221, 204, 0.98));
}

.hero-product-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.hero-brand-panel {
  display: grid;
  align-content: center;
  gap: 18px;
}

.hero-brand-card,
.hero-brand-strip {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 250, 244, 0.76);
  border: 1px solid rgba(20, 18, 16, 0.08);
}

.hero-brand-card h2 {
  margin: 14px 0 12px;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 0.98;
}

.hero-brand-logo {
  width: 86px;
  height: 86px;
  margin-bottom: 16px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 18px 36px rgba(255, 72, 0, 0.14);
}

.hero-brand-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.hero-brand-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-brand-strip span {
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(20, 18, 16, 0.06);
  font-size: 0.84rem;
  font-weight: 800;
}

.store-intro {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 18px;
  align-items: center;
}

.store-intro h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.catalog-grid {
  display: grid;
  gap: 18px;
}

.catalog-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 26px;
}

.filter-pill {
  border: 1px solid rgba(20, 18, 16, 0.08);
  background: rgba(255, 255, 255, 0.54);
  color: var(--ink);
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}

.filter-pill.is-active {
  background: #171310;
  color: var(--white);
}

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

.shop-card {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(20, 18, 16, 0.08);
  background: rgba(255, 250, 244, 0.92);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
}

.shop-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  padding: 22px;
  background: linear-gradient(180deg, #f8f1e7 0%, #eee3d5 100%);
}

.shop-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform 220ms ease, filter 220ms ease;
}

.shop-card:hover .shop-media img,
.shop-card:focus-within .shop-media img {
  transform: scale(1.03);
  filter: brightness(0.72);
}

.sale-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 10px 16px;
  background: #ff5a4f;
  color: var(--white);
  font-weight: 800;
  border-radius: 4px;
}

.shop-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  opacity: 0;
  transition: opacity 220ms ease;
}

.shop-card:hover .shop-overlay,
.shop-card:focus-within .shop-overlay {
  opacity: 1;
}

.shop-action {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--white);
  font-size: 1.4rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.shop-info {
  padding: 22px 22px 26px;
}

.product-code {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  color: var(--gold-deep);
  text-transform: uppercase;
}

.shop-info h3,
.detail-panel h3,
.product-card h3,
.benefits-grid h3,
.purchase-steps h3,
.contact-card h3 {
  margin: 0 0 10px;
  font-size: 1.7rem;
  line-height: 1;
}

.shop-info p,
.detail-panel p,
.product-card p,
.benefits-grid p,
.purchase-steps p,
.contact-list span {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.72;
}

.shop-rating {
  display: flex;
  gap: 4px;
  color: #f7b321;
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.shop-pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
}

.shop-pricing strong {
  font-size: 1rem;
}

.shop-pricing span {
  color: #6f5a46;
  font-weight: 800;
}

.detail-page-shell {
  min-height: calc(100vh - 120px);
}

.product-detail-section {
  width: min(100%, var(--max-width));
  margin: 22px auto 0;
  padding: clamp(28px, 3vw, 40px);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(243, 236, 226, 0.98), rgba(231, 216, 193, 0.96));
  box-shadow: var(--shadow);
}

.detail-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: start;
}

.detail-gallery {
  display: grid;
  gap: 16px;
}

.detail-visual {
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(20, 18, 16, 0.08);
  background: #f8f6f1;
}

.detail-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.detail-visual-main {
  min-height: 690px;
  padding: 18px;
}

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

.detail-thumb {
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(20, 18, 16, 0.12);
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}

.detail-thumb.is-active {
  border-color: #7c63ff;
  box-shadow: inset 0 0 0 1px #7c63ff;
}

.detail-thumb img {
  width: 100%;
  height: 120px;
  display: block;
  object-fit: contain;
}

.detail-panel {
  padding: 12px 0;
}

.detail-code,
.sheet-code {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #1d1a18;
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detail-pricing {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 4px 0 18px;
}

.detail-pricing strong {
  font-size: 1.5rem;
  color: #6c63ff;
}

.detail-pricing span {
  color: #9a9288;
  font-weight: 800;
}

.detail-table {
  margin: 28px 0;
  border-top: 1px solid rgba(20, 18, 16, 0.08);
  border-left: 1px solid rgba(20, 18, 16, 0.08);
}

.detail-row {
  display: grid;
  grid-template-columns: 170px 1fr;
}

.detail-row strong,
.detail-row span {
  padding: 16px 18px;
  border-right: 1px solid rgba(20, 18, 16, 0.08);
  border-bottom: 1px solid rgba(20, 18, 16, 0.08);
  background: rgba(255, 255, 255, 0.46);
}

.detail-row strong {
  background: rgba(248, 244, 237, 0.9);
}

.detail-actions-strip {
  margin-bottom: 24px;
  color: var(--ink-soft);
}

.benefits-grid article,
.purchase-steps article,
.contact-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 250, 244, 0.76);
  border: 1px solid rgba(20, 18, 16, 0.08);
}

.purchase-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 22px;
}

.purchase-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #141210;
  color: var(--white);
  font-weight: 800;
}

.contact-section {
  display: grid;
  gap: 28px;
  text-align: center;
}

.contact-heading {
  max-width: 760px;
  margin: 0 auto;
}

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

.contact-tile {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 32px 24px;
  border-radius: 24px;
  background: rgba(255, 250, 244, 0.76);
  border: 1px solid rgba(20, 18, 16, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.contact-tile:hover,
.contact-tile:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
  border-color: rgba(122, 86, 51, 0.28);
}

.contact-tile strong {
  font-size: 1.08rem;
}

.contact-tile span:last-child {
  color: var(--ink-soft);
  line-height: 1.6;
}

.contact-icon {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(20, 18, 16, 0.04);
}

.contact-icon svg {
  width: 28px;
  height: 28px;
  fill: var(--ink);
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #25d366;
  color: white;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
}

.floating-whatsapp svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

@keyframes ambientFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(0, -18px, 0) scale(1.04);
  }
}

.product-showcase {
  display: grid;
  grid-template-columns: 118px minmax(0, 1.35fr) minmax(220px, 0.58fr) 150px;
  gap: 12px;
  padding: 14px;
  min-height: 540px;
  background: linear-gradient(135deg, #f7f1e8, #e2d2bc);
}

.showcase-brand,
.sheet-info,
.thumb-stack {
  border-radius: 22px;
}

.showcase-brand {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 14px;
  background: linear-gradient(180deg, #f1e7d8, #eadfce);
}

.sheet-brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}

.sheet-sub {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sheet-collection,
.sheet-fabric {
  font-size: 0.78rem;
  line-height: 1.6;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.sheet-number {
  font-size: 3.8rem;
  line-height: 0.8;
  font-family: "Cormorant Garamond", serif;
}

.showcase-front,
.showcase-details,
.photo-card {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
}

.showcase-front {
  min-height: 100%;
  background: #d3c7ba;
}

.showcase-front img,
.photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(239, 232, 220, 0.78));
}

.showcase-details strong {
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.showcase-details small {
  color: var(--gold);
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.thumb-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.photo-card {
  position: relative;
  min-height: 0;
  background: #c8beb2;
}

.photo-card figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(20, 15, 12, 0.8);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-showcase .sheet-code {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 999px;
  background: #1d1a18;
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sheet-copy {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.showcase-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.showcase-meta span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(218, 199, 173, 0.38);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--ink);
}

.tee {
  position: relative;
  border-radius: 26px;
  min-height: 100px;
  overflow: hidden;
}

.tee::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.14);
}

.tee::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 74px;
  width: 130px;
  height: 180px;
  border-radius: 28px;
  transform: translateX(-50%);
  background: currentColor;
}

.tee-front {
  min-height: 312px;
}

.tee-side,
.tee-back {
  min-height: 144px;
}

.tee-front::after {
  width: 168px;
  height: 206px;
}

.tee-front::before {
  width: 86px;
  height: 86px;
}

.tee-back::before,
.tee-side::before {
  width: 46px;
  height: 46px;
  top: 12px;
}

.tee-back::after,
.tee-side::after {
  width: 76px;
  height: 92px;
  top: 48px;
}

.tee-front .tee-mark,
.tee-side .tee-mark,
.tee-back .tee-mark {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.tee-front .tee-mark { top: 144px; width: 160px; }
.tee-side .tee-mark,
.tee-back .tee-mark { top: 78px; width: 84px; }

.tee-black { color: #101010; background: linear-gradient(180deg, #a9a39f, #8d8580); }
.tee-white { color: #ffffff; background: linear-gradient(180deg, #bfb9b2, #a5a09a); }
.tee-sand { color: #d6bb94; background: linear-gradient(180deg, #bda78a, #a89478); }
.tee-washed { color: #3f3f3f; background: linear-gradient(180deg, #878787, #6f6f6f); }

.tee-striped::after {
  box-shadow:
    -88px -22px 0 -62px #2d7b68,
    88px -22px 0 -62px #2d7b68;
}

.tee-mark-script {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 3rem;
  color: #ffffff;
}

.tee-mark-script-light {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 2.4rem;
  color: #f0ece8;
}

.tee-mark-script-black {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 2.5rem;
  color: #111111;
}

.tee-mark-gothic {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.9rem;
  color: #ffffff;
}

.tee-mark-sport {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.04em;
}

.tee-mark-varsity {
  font-size: 4rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.04em;
}

.tee-mark-minimal {
  font-size: 1rem;
  color: #ffffff;
}

.tee-mark-minimal-white {
  font-size: 1.4rem;
  color: #ffffff;
}

.tee-mark-777 {
  font-size: 4rem;
  font-weight: 800;
  color: #d62631;
}

.tee-mark-boston {
  font-size: 2.8rem;
  font-weight: 800;
  color: #db7a30;
}

.tee-mark-fears-front {
  top: 142px;
  width: 190px;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.3rem;
  font-weight: 700;
  color: #8d6a47;
}

.tee-mark-fears-sub {
  top: 236px;
  width: 160px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  font-style: italic;
  color: #6d5847;
}

.tee-mark-fears-side-text {
  top: 72px;
  width: 92px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #8d6a47;
}

.tee-mark-fears-back-top {
  top: 56px;
  width: 110px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #8d6a47;
}

.tee-mark-fears-back-main {
  top: 94px;
  width: 110px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #8d6a47;
}

.tee-mark-back-red,
.tee-mark-back-orange,
.tee-mark-back-bronze,
.tee-mark-back-pink,
.tee-mark-back-gray,
.tee-mark-back-white {
  font-weight: 800;
}

.tee-mark-back-red { font-size: 2.2rem; color: #ff595d; }
.tee-mark-back-orange { font-size: 1.4rem; color: #f67a2f; }
.tee-mark-back-bronze { font-size: 2rem; color: #b78761; }
.tee-mark-back-pink { font-size: 1.5rem; color: #df47ae; }
.tee-mark-back-gray { font-size: 1.4rem; color: #6c6c6c; }
.tee-mark-back-white { font-size: 1.2rem; color: #ffffff; }

.scene-crazy { background: linear-gradient(135deg, #f5efe6, #dccabb); }
.scene-fears { background: linear-gradient(135deg, #f4eee4, #d8c6b0); }
.scene-kingdom { background: linear-gradient(135deg, #f3eee5, #d6d2ce); }
.scene-jordan { background: linear-gradient(135deg, #f4eee5, #d8d0cb); }
.scene-timelimit { background: linear-gradient(135deg, #f0e6d5, #d5c09f); }
.scene-realistic { background: linear-gradient(135deg, #f2e9db, #d8bb96); }
.scene-body { background: linear-gradient(135deg, #f3ede5, #ccc4bb); }
.scene-777 { background: linear-gradient(135deg, #f3ede5, #cac3bd); }
.scene-sacred { background: linear-gradient(135deg, #f3ede5, #cbc2ba); }
.scene-boston { background: linear-gradient(135deg, #f3ede5, #cfc6be); }
.scene-silents { background: linear-gradient(135deg, #f3ede5, #cec5bd); }
.scene-radiance { background: linear-gradient(135deg, #f5efe6, #ddd7cf); }

@media (max-width: 1120px) {
  .hero,
  .purchase-section,
  .contact-section,
  .hero-feature,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .shop-grid,
  .contact-grid-clean,
  .benefits-grid,
  .purchase-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .shop-media,
  .hero-product-card {
    min-height: 420px;
  }

  .contact-tile {
    padding: 24px 18px;
  }

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

  .detail-visual-main {
    min-height: 520px;
  }

  .detail-thumb img {
    height: 88px;
  }
}

@media (max-width: 760px) {
  .page-shell {
    padding: 14px;
  }

  .site-header {
    flex-wrap: wrap;
    border-radius: 28px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 8px;
  }

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

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .site-footer {
    display: grid;
    align-items: start;
  }

  .hero h1,
  .section-heading h2,
  .store-intro h2,
  .purchase-copy h2,
  .contact-panel h2 {
    font-size: clamp(2.3rem, 12vw, 4.1rem);
  }
}
