:root {
  --ink: #261a18;
  --muted: #755f59;
  --line: #eaded8;
  --paper: #fffaf6;
  --panel: #ffffff;
  --rose: #a8324a;
  --rose-dark: #7d2235;
  --marigold: #f1b84b;
  --leaf: #286f5a;
  --danger: #b42318;
  --shadow: 0 18px 50px rgba(69, 35, 27, 0.13);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  padding-top: 184px;
}

.admin-page {
  min-height: 100vh;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

.promo-strip {
  background: #050505;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  overflow: hidden;
  padding: 14px 16px;
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  z-index: 30;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #1f1f1f;
  display: grid;
  gap: 0 28px;
  grid-template-columns: 230px minmax(260px, 360px) minmax(0, 1fr) auto;
  grid-template-rows: 86px 46px;
  left: 0;
  min-height: 132px;
  padding: 0 clamp(14px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 47px;
  z-index: 29;
}

.brand {
  align-items: center;
  display: flex;
  gap: 10px;
  grid-column: 1;
  grid-row: 1 / 3;
  justify-content: center;
  justify-self: start;
}

.brand-mark,
.brand-logo {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.brand-mark {
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}

.brand-logo {
  background: #fff;
  border: 1px solid var(--line);
  object-fit: contain;
  padding: 3px;
}

.brand-logo-real {
  border: 0;
  border-radius: 0;
  height: 112px;
  object-fit: contain;
  object-position: center;
  padding: 0;
  width: 220px;
}

.brand-logo-real + span {
  display: none;
}

.brand strong,
.brand small {
  display: block;
}

.brand small,
.muted {
  color: var(--muted);
}

.nav-links {
  display: flex;
  gap: clamp(18px, 3.5vw, 66px);
  grid-column: 2 / -1;
  grid-row: 2;
  justify-content: center;
  min-width: 0;
  overflow-x: auto;
  padding-bottom: 12px;
  white-space: nowrap;
}

.nav-links a {
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  grid-column: 4;
  grid-row: 1;
  justify-content: flex-end;
}

.search-wrap {
  align-items: center;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  display: flex;
  gap: 12px;
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  min-width: 286px;
  padding: 14px 16px;
}

.search-wrap span {
  color: #3f3f3f;
  font-size: 0;
  font-weight: 500;
  text-transform: none;
}

.search-wrap span::before {
  content: "⌕";
  font-size: 34px;
  line-height: 1;
}

.search-wrap input {
  border: 0;
  color: #555;
  min-width: 190px;
  outline: 0;
}

.header-icon {
  background: transparent;
  border: 0;
  color: #444;
  min-height: 44px;
  min-width: 44px;
  padding: 0;
  position: relative;
}

.header-icon svg {
  fill: none;
  height: 28px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
  width: 28px;
}

.header-count {
  align-items: center;
  background: var(--rose);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  height: 17px;
  justify-content: center;
  min-width: 17px;
  padding: 0 4px;
  position: absolute;
  right: -4px;
  top: 0;
}

.hero {
  min-height: 640px;
  overflow: hidden;
  position: relative;
}

.hero-slider,
.hero-slide,
.hero-slide::after {
  inset: 0;
  position: absolute;
}

.hero-slide {
  opacity: 0;
  transition: opacity 0.55s ease;
}

.hero-slide.active {
  opacity: 1;
}

.hero-slide img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.hero-slide::after {
  background:
    linear-gradient(90deg, rgba(38, 26, 24, 0.78), rgba(38, 26, 24, 0.32), rgba(38, 26, 24, 0.08)),
    linear-gradient(0deg, rgba(38, 26, 24, 0.24), transparent 42%);
  content: "";
}

.hero-content {
  color: #fff;
  max-width: 680px;
  padding: 130px clamp(18px, 6vw, 76px);
  position: relative;
  z-index: 2;
}

.hero-arrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 48px;
  height: 58px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  z-index: 3;
}

.hero-arrow-left {
  left: 22px;
}

.hero-arrow-right {
  right: 22px;
}

.hero-dots {
  bottom: 22px;
  display: flex;
  gap: 9px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}

.hero-dots button {
  background: rgba(255, 255, 255, 0.62);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 10px;
  padding: 0;
  width: 10px;
}

.hero-dots button.active {
  background: #fff;
  width: 26px;
}

.eyebrow {
  color: var(--marigold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.95;
  margin: 0 0 18px;
  max-width: 760px;
}

.hero p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 620px;
}

.hero-actions,
.button-row,
.admin-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.primary-button,
.secondary-button,
.cart-button,
.icon-button,
.text-button,
.danger-button,
.file-button {
  align-items: center;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
}

.primary-button,
.cart-button {
  background: var(--rose);
  color: #fff;
  padding: 12px 18px;
}

.primary-button:hover,
.cart-button:hover {
  background: var(--rose-dark);
}

.secondary-button,
.icon-button,
.file-button {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  padding: 11px 16px;
}

.danger-button {
  background: #fff1f0;
  color: var(--danger);
  padding: 11px 16px;
}

.icon-button {
  min-height: 42px;
  min-width: 42px;
}

.text-button {
  background: transparent;
  color: var(--rose);
  padding: 8px 0;
}

.full {
  width: 100%;
}

.trust-row {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
}

.trust-row article {
  background: #fff;
  padding: 22px;
  text-align: center;
}

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

.trust-row span {
  color: var(--muted);
  font-size: 14px;
}

.section,
.admin-shell {
  padding: 58px clamp(16px, 5vw, 56px);
}

.section-heading,
.admin-topbar {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 22px;
}

h2,
h3 {
  margin: 0;
}

.section h2,
.admin-dashboard h2,
.admin-login h2 {
  font-size: clamp(28px, 4vw, 44px);
}

.category-scroller {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.category-card {
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: center;
}

.category-card img {
  aspect-ratio: 1;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: var(--shadow);
  display: block;
  object-fit: cover;
  width: 100%;
}

.category-card span {
  display: block;
  font-weight: 900;
  margin-top: 12px;
  text-transform: uppercase;
}

.sort-row select,
input,
select,
textarea {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  width: 100%;
}

textarea {
  min-height: 86px;
  resize: vertical;
}

.product-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
}

.product-card:focus-visible {
  outline: 3px solid rgba(168, 50, 74, 0.34);
  outline-offset: 3px;
}

.product-image {
  aspect-ratio: 4 / 5;
  background: #f5eee9;
  position: relative;
}

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

.badge {
  background: var(--rose);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  left: 12px;
  padding: 7px 10px;
  position: absolute;
  top: 12px;
}

.wishlist-toggle {
  background: #fff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 40px;
}

.product-body {
  padding: 16px;
}

.product-meta {
  color: var(--muted);
  display: flex;
  font-size: 13px;
  justify-content: space-between;
}

.price-row {
  align-items: baseline;
  display: flex;
  gap: 8px;
  margin: 10px 0;
}

.product-thumbs {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}

.product-thumbs img {
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 6px;
  object-fit: cover;
  width: 42px;
}

.price {
  font-size: 20px;
  font-weight: 900;
}

.mrp {
  color: var(--muted);
  text-decoration: line-through;
}

.stock {
  color: var(--leaf);
  font-size: 13px;
  font-weight: 900;
}

.stock.low {
  color: var(--danger);
}

.split-section {
  align-items: start;
  background: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1.2fr);
}

.lookup-form,
.admin-login,
.admin-form,
.drawer-panel,
.admin-dashboard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 22px;
}

.lookup-form,
.checkout-form,
.admin-form {
  display: grid;
  gap: 14px;
}

.lookup-result {
  color: var(--muted);
  line-height: 1.6;
}

.drawer {
  background: rgba(38, 26, 24, 0.42);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.2s ease;
  z-index: 30;
}

.drawer.open {
  opacity: 1;
  pointer-events: auto;
}

.product-modal {
  align-items: center;
  background: rgba(38, 26, 24, 0.58);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.2s ease;
  z-index: 40;
}

.product-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.product-modal-panel {
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
  max-height: min(92vh, 980px);
  max-width: 1080px;
  overflow: auto;
  padding: 22px;
  position: relative;
  width: min(100%, 1080px);
}

.modal-close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
}

.product-detail-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 1fr);
}

.detail-main-image {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.detail-main-image img {
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  width: 100%;
}

.detail-thumbs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 12px;
}

.detail-thumbs button {
  background: #fff;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
}

.detail-thumbs button.active {
  border-color: var(--rose);
}

.detail-thumbs img {
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.detail-info {
  display: grid;
  gap: 14px;
  padding: 34px 8px 8px;
}

.detail-info h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.badge-inline {
  background: #fff1f0;
  border-radius: 999px;
  color: var(--rose);
  font-size: 12px;
  font-weight: 900;
  padding: 6px 9px;
}

.detail-specs {
  display: grid;
  gap: 10px;
  margin: 0;
}

.detail-specs div {
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-bottom: 10px;
}

.detail-specs dt {
  color: var(--muted);
  font-weight: 800;
}

.detail-specs dd {
  margin: 0;
  text-align: right;
}

.detail-description {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.drawer-panel {
  border-radius: 0;
  height: 100%;
  margin-left: auto;
  max-width: 520px;
  overflow-y: auto;
  width: min(100%, 520px);
}

.drawer-panel.slim {
  max-width: 420px;
}

.drawer-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.cart-items {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.cart-item {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 72px 1fr auto;
  padding: 10px;
}

.cart-item img {
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
  width: 72px;
}

.qty-row {
  align-items: center;
  display: flex;
  gap: 8px;
}

.qty-row button {
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
  height: 28px;
  width: 28px;
}

.checkout-grid,
.form-grid,
.stats-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cart-summary {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  padding-top: 14px;
}

.summary-line {
  display: flex;
  justify-content: space-between;
}

.admin-login {
  margin: 0 auto;
  max-width: 520px;
}

.admin-login h1,
.admin-dashboard h1 {
  font-size: clamp(30px, 4vw, 48px);
  margin: 0;
}

.admin-domain-note {
  background: #fff6df;
  border: 1px solid #efd08a;
  border-radius: 8px;
  color: #5b4213;
  margin-bottom: 18px;
  padding: 12px 14px;
}

.hidden {
  display: none !important;
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 22px 0;
}

.stat-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.stat-card strong {
  display: block;
  font-size: 28px;
}

.admin-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
}

.admin-tabs button {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  font-weight: 900;
  padding: 12px 16px;
}

.admin-tabs button.active {
  background: var(--rose);
  color: #fff;
}

.admin-panel {
  border: 1px solid var(--line);
  display: none;
  padding: 18px;
}

.admin-panel.active {
  display: grid;
  gap: 18px;
}

.wide {
  grid-column: 1 / -1;
}

.check-row {
  align-items: center;
  display: flex;
  gap: 8px;
}

.check-row input {
  width: auto;
}

.image-preview {
  align-items: center;
  background: var(--paper);
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  display: flex;
  justify-content: center;
  min-height: 132px;
  overflow: hidden;
  padding: 10px;
  text-align: center;
}

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

.image-slot {
  display: grid;
  gap: 8px;
}

.mini-upload {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  padding: 8px 9px;
  text-align: center;
}

.mini-upload input {
  display: none;
}

.image-preview.tall {
  min-height: 260px;
}

.image-preview img {
  display: block;
  max-height: 280px;
  max-width: 100%;
  object-fit: contain;
}

.ai-studio {
  background: #fffaf0;
  border: 1px solid #efd08a;
  border-radius: 8px;
  display: grid;
  gap: 16px;
  padding: 18px;
}

.ai-preview-row {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(220px, 0.8fr) minmax(260px, 1fr);
}

.ai-actions {
  align-content: start;
  display: grid;
  gap: 12px;
}

.table-wrap {
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  min-width: 760px;
  width: 100%;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

th {
  background: var(--paper);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

td button {
  margin: 2px;
}

.mini-button {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  padding: 7px 9px;
}

.mini-button.danger {
  color: var(--danger);
}

.file-button input {
  display: none;
}

pre {
  background: #221917;
  border-radius: 8px;
  color: #fff;
  max-height: 260px;
  overflow: auto;
  padding: 16px;
  white-space: pre-wrap;
}

.site-footer {
  background: var(--ink);
  color: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: 1.5fr 1fr 1fr;
  padding: 42px clamp(16px, 5vw, 56px);
}

.site-footer a,
.site-footer p {
  color: #f3dfd3;
  display: block;
}

.toast {
  background: var(--ink);
  border-radius: 8px;
  bottom: 20px;
  color: #fff;
  left: 50%;
  opacity: 0;
  padding: 12px 16px;
  position: fixed;
  transform: translate(-50%, 20px);
  transition: 0.2s ease;
  z-index: 50;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.auth-page {
  background: #fffaf6;
  padding-top: 0;
}

.auth-shell,
.account-shell {
  margin: 0 auto;
  max-width: 1040px;
  padding: 42px clamp(16px, 5vw, 56px);
}

.auth-shell {
  align-items: center;
  display: grid;
  gap: 28px;
  min-height: 100vh;
  place-items: center;
}

.auth-logo {
  display: inline-flex;
  justify-content: center;
}

.auth-logo img {
  height: 150px;
  object-fit: contain;
  width: 240px;
}

.auth-logo.small img {
  height: 80px;
  width: 150px;
}

.auth-card,
.account-hero,
.order-card,
.empty-orders {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 24px;
  width: 100%;
}

.auth-card {
  max-width: 520px;
}

.auth-card h1,
.account-hero h1 {
  font-size: clamp(30px, 5vw, 48px);
  margin: 0 0 10px;
}

.auth-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 14px 0 0;
}

.account-topbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.account-orders {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.order-card-head,
.order-line {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.order-card-head {
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}

.order-card-head span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  margin-top: 4px;
}

.order-status {
  background: #fff1f0;
  border-radius: 999px;
  color: var(--rose) !important;
  font-weight: 900;
  padding: 7px 11px;
}

.order-lines {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}

.empty-orders {
  text-align: center;
}

@media (max-width: 960px) {
  body {
    padding-top: 206px;
  }

  .site-header {
    gap: 8px 10px;
    grid-template-columns: 128px minmax(0, 1fr) auto;
    grid-template-rows: 58px 42px 36px;
    justify-items: center;
    min-height: 154px;
    padding: 9px 14px;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .brand-logo-real {
    height: 58px;
    width: 118px;
  }

  .search-wrap {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    min-width: 0;
    padding: 8px 12px;
    width: min(100%, 430px);
  }

  .header-actions {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    overflow: visible;
    width: auto;
  }

  .nav-links {
    grid-column: 1 / -1;
    grid-row: 3;
    gap: 26px;
    justify-content: flex-start;
    padding: 3px 2px 7px;
    width: 100%;
  }

  .nav-links a {
    font-size: 13px;
  }

  .search-wrap input {
    min-width: 0;
  }

  .trust-row,
  .stats-grid,
  .split-section,
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  body {
    padding-top: 222px;
  }

  .site-header {
    gap: 8px;
    grid-template-columns: 126px minmax(0, 1fr) auto;
    grid-template-rows: 62px 48px 38px;
    min-height: 170px;
    padding-inline: 10px;
  }

  .brand-logo-real {
    height: 62px;
    width: 124px;
  }

  .header-actions {
    gap: 2px;
  }

  .header-icon {
    min-height: 34px;
    min-width: 34px;
  }

  .header-icon svg {
    height: 24px;
    width: 24px;
  }

  .header-count {
    right: -1px;
  }

  .search-wrap {
    padding: 9px 12px;
  }

  .search-wrap span::before {
    font-size: 26px;
  }

  .nav-links {
    gap: 22px;
  }

  .hero {
    min-height: 620px;
  }

  .hero-content {
    padding: 112px 28px 92px;
  }

  .hero h1 {
    font-size: clamp(36px, 10vw, 46px);
    max-width: 360px;
  }

  .hero p {
    font-size: 17px;
    max-width: 350px;
  }

  .hero .eyebrow {
    font-size: 11px;
    line-height: 1.8;
    max-width: 330px;
  }

  .hero-arrow {
    font-size: 34px;
    height: 44px;
    width: 44px;
  }

  .hero-arrow-left {
    left: 8px;
  }

  .hero-arrow-right {
    right: 8px;
  }

  .trust-row,
  .checkout-grid,
  .form-grid,
  .ai-preview-row,
  .image-preview-grid,
  .product-detail-layout,
  .stats-grid,
  .split-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .admin-topbar {
    align-items: start;
    flex-direction: column;
  }

  .cart-item {
    grid-template-columns: 64px 1fr;
  }
}
