.artec-site {
  background: #ffffff;
  color: #111111;
}

.artec-site [data-reveal] {
  opacity: 1;
  transform: none;
}

.artec-site .site-header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  backdrop-filter: blur(18px);
}

.artec-site .brand-mark {
  color: #111111;
}

.artec-brand img {
  width: clamp(132px, 14vw, 176px);
  height: auto;
}

.artec-site .nav-links a,
.artec-site .header-cta {
  color: #111111;
}

.artec-site .header-cta {
  border-color: rgba(17, 17, 17, 0.2);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.header-cart {
  position: relative;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 50%;
  color: #111111;
  background: rgba(255, 255, 255, 0.72);
}

.header-cart svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -5px;
  display: grid;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  place-items: center;
  border: 2px solid #ffffff;
  border-radius: 999px;
  color: #ffffff;
  background: #111111;
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1;
}

.cart-count[hidden] {
  display: none;
}

@media (max-width: 719px) {
  .artec-brand img {
    width: 120px;
  }

  .header-actions {
    gap: 7px;
  }

  .header-cart {
    width: 38px;
    height: 38px;
  }

  .artec-site .header-cta {
    padding-inline: 11px;
    font-size: 0.65rem;
  }
}

.artec-hero {
  min-height: 88vh;
  background: #ffffff;
}

.artec-hero .hero-shade {
  background: linear-gradient(90deg, rgba(255,255,255,0.98), rgba(255,255,255,0.9), rgba(255,255,255,0.48));
}

.artec-hero .hero-media {
  left: auto;
  right: 0;
  width: min(52vw, 780px);
}

.artec-hero .hero-image {
  filter: none;
  opacity: 0.62;
}

.artec-hero .hero-content {
  color: #111111;
  z-index: 3;
}

.artec-hero h1 {
  max-width: 760px;
  font-size: clamp(3.8rem, 9vw, 9.8rem);
  line-height: 0.86;
  letter-spacing: -0.04em;
}

.artec-hero .hero-copy {
  color: rgba(17, 17, 17, 0.68);
}

.artec-hero .button-ghost {
  color: #111111;
  border-color: rgba(17, 17, 17, 0.28);
}

.artec-hero .hero-side {
  color: rgba(17, 17, 17, 0.45);
}

.artec-site .section,
.artec-site .order-cta,
.artec-site .quality-strip {
  background: #ffffff;
}

.artec-site .section-heading h2,
.artec-site .order-card h2 {
  color: #111111;
}

.artec-configurator {
  background: #ffffff;
  border-color: rgba(17, 17, 17, 0.12);
}

.artec-site .shirt-preview-panel,
.artec-site .shirt-controls,
.artec-site .order-card,
.artec-site .product-card {
  background: #f7f5f2;
  color: #111111;
  border-color: rgba(17, 17, 17, 0.12);
}

.artec-site .shirt-canvas-wrap {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.9), rgba(238,233,226,0.8)),
    #f5f2ec;
}

.artec-site #shirtCanvas {
  touch-action: none;
}

.artec-site .shirt-preview-toolbar,
.artec-site .preview-actions,
.artec-site .control-group,
.artec-site .footer {
  border-color: rgba(17, 17, 17, 0.12);
}

.artec-site .control-group {
  padding: 0;
}

.artec-site .control-heading {
  align-items: center;
  min-height: 64px;
  margin: 0;
  padding: 16px 18px;
  cursor: pointer;
  user-select: none;
}

.artec-site .control-heading:focus-visible {
  outline: 2px solid #111111;
  outline-offset: -3px;
}

.artec-site .control-heading-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.artec-site .control-heading-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.artec-site .control-chevron {
  position: relative;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 50%;
  background: #ffffff;
}

.artec-site .control-chevron::before,
.artec-site .control-chevron::after {
  content: "";
  position: absolute;
  top: 14px;
  width: 8px;
  height: 1.5px;
  background: #111111;
  transition: transform 0.2s ease;
}

.artec-site .control-chevron::before {
  left: 8px;
  transform: rotate(45deg);
}

.artec-site .control-chevron::after {
  right: 8px;
  transform: rotate(-45deg);
}

.artec-site .control-group.is-collapsed .control-chevron::before {
  transform: rotate(-45deg);
}

.artec-site .control-group.is-collapsed .control-chevron::after {
  transform: rotate(45deg);
}

.artec-site .control-content {
  padding: 0 18px 18px;
}

.artec-site .control-group.is-collapsed .control-content {
  display: none;
}

.case-model-select {
  width: 100%;
  min-height: 48px;
  padding: 0 42px 0 14px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 6px;
  color: #111111;
  background-color: #ffffff;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}

.uploaded-image-manager,
.pet-count-field {
  display: grid;
  gap: 9px;
  margin-top: 12px;
}

.uploaded-image-manager[hidden] {
  display: none;
}

.uploaded-image-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.uploaded-image-tab {
  min-height: 42px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 6px;
  background: #ffffff;
  color: #111111;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

.uploaded-image-tab.is-active {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
}

.pet-count-field > span {
  font-size: 0.78rem;
  font-weight: 800;
}

.pet-count-field select {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 6px;
  background: #ffffff;
  color: #111111;
  font: inherit;
}

.pet-count-field small {
  color: rgba(17, 17, 17, 0.62);
  line-height: 1.45;
}

.case-color-options {
  grid-template-columns: repeat(auto-fill, minmax(86px, 1fr));
  gap: 14px 10px;
  max-height: 320px;
  overflow: auto;
  padding: 4px 8px 4px 0;
}

.artec-site .color-button {
  appearance: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  min-width: 0;
  min-height: 58px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #2b2926;
  background: transparent;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
}

.artec-site .color-button span {
  display: inline-block;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--swatch);
  border: 1px solid rgba(17, 17, 17, 0.2);
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.18);
}

.artec-site .color-button:hover,
.artec-site .color-button:focus-visible {
  transform: none;
  color: #000000;
  background: transparent;
}

.artec-site .color-button:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 4px;
}

.artec-site .color-button.is-selected span {
  outline: 2px solid #111111;
  outline-offset: 3px;
}

.artec-gallery .product-image-wrap {
  aspect-ratio: 1;
}

.artec-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .artec-hero .hero-media {
    width: 100%;
  }

  .artec-hero .hero-shade {
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.9), rgba(255,255,255,0.72));
  }

  .artec-hero .hero-image {
    opacity: 0.38;
  }

  .artec-hero h1 {
    font-size: clamp(3rem, 16vw, 6.4rem);
  }

  .artec-site .control-heading {
    min-height: 58px;
    padding: 14px 16px;
  }

  .artec-site .control-content {
    padding: 0 16px 16px;
  }
}
