:root {
  color-scheme: light;
  --bg: #fbf7f1;
  --surface: #fffdf9;
  --ink: #243243;
  --muted: #6f7b8c;
  --line: #e8dccf;
  --mint: #dff0ea;
  --sage: #6ca394;
  --sage-dark: #47796c;
  --peach: #f7dfd0;
  --sky: #e6f0fb;
  --rose: #f4d9dd;
  --shadow: 0 22px 60px rgba(74, 61, 45, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 12% 8%, rgba(223, 240, 234, 0.95), transparent 360px),
    radial-gradient(circle at 88% 14%, rgba(247, 223, 208, 0.9), transparent 420px),
    linear-gradient(180deg, #fffaf3 0, var(--bg) 520px);
  color: var(--ink);
  margin: 0;
}

main {
  display: flex;
  flex-direction: column;
}

main > section {
  width: 100%;
}

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

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 253, 249, 0.82);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 16px clamp(18px, 5vw, 64px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.announcement-bar {
  background: var(--sage-dark);
  color: white;
  font-size: 14px;
  font-weight: 850;
  padding: 10px clamp(18px, 5vw, 64px);
  text-align: center;
}

.site-header.static {
  position: static;
}

.site-header.minimal {
  backdrop-filter: none;
  background: transparent;
  border-bottom-color: transparent;
}

.brand,
.site-header nav {
  align-items: center;
  display: flex;
  gap: 12px;
}

.brand {
  font-size: 18px;
  font-weight: 900;
}

.brand-mark {
  align-items: center;
  background: var(--sage);
  border-radius: 14px;
  color: white;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  overflow: hidden;
  width: 38px;
}

.brand-mark img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.site-header nav {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.site-header nav a {
  border-radius: 999px;
  padding: 9px 12px;
}

.menu-toggle {
  display: none;
}

.panel-link {
  background: var(--mint);
  color: var(--sage-dark);
}

.shop-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}

.shop-actions button,
.support-link {
  min-height: 40px;
  padding: 0 14px;
}

.support-link {
  font-size: 14px;
}

#cartButton span {
  align-items: center;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  height: 22px;
  justify-content: center;
  margin-left: 8px;
  min-width: 22px;
  padding: 0 6px;
}

.hero,
.section,
footer {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(38px, 6vw, 70px) clamp(18px, 5vw, 42px);
}

.hero {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  min-height: min(640px, calc(100vh - 72px));
  padding-bottom: clamp(20px, 3vw, 34px);
}

#urun {
  padding-top: clamp(24px, 4vw, 42px);
}

#productCatalog {
  margin-top: clamp(8px, 2vw, 18px);
}

.hero.centered {
  grid-template-columns: 1fr;
  max-width: 980px;
  text-align: center;
}

.hero.centered .hero-actions {
  justify-content: center;
}

.hero.visual-first .product-showcase {
  order: -1;
}

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

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(44px, 7vw, 78px);
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 22px;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: 0;
  line-height: 1.05;
  margin-bottom: 16px;
}

.lead,
.section p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions,
.card-head {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button,
button {
  align-items: center;
  background: var(--sage);
  border: 1px solid var(--sage);
  border-radius: 14px;
  color: white;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  justify-content: center;
  line-height: 1.1;
  min-height: 46px;
  padding: 0 18px;
  text-align: center;
}

.button:disabled,
button:disabled,
button.is-disabled {
  cursor: not-allowed;
  filter: grayscale(0.12);
  opacity: 0.46;
  transform: none;
}

.button.ghost {
  background: rgba(255, 253, 249, 0.72);
  border-color: var(--line);
  color: var(--ink);
}

button.ghost {
  background: rgba(255, 253, 249, 0.72);
  border-color: var(--line);
  color: var(--ink);
}

.product-showcase {
  aspect-ratio: 1 / 0.92;
  background: transparent;
  border: 0;
  border-radius: 34px;
  box-shadow: none;
  overflow: hidden;
  position: relative;
}

.pod,
.ring {
  position: absolute;
}

.product-gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  inset: 24px;
  position: absolute;
}

.product-gallery img {
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(42, 62, 78, 0.13);
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  width: 100%;
}

.product-gallery img:first-child {
  grid-row: span 2;
}

.single-product-gallery {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  position: absolute;
}

.single-product-gallery img {
  background: transparent;
  border: 0;
  border-radius: 34px;
  box-shadow: 0 18px 42px rgba(42, 62, 78, 0.12);
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  padding: 0;
  width: 100%;
}

.pod {
  border: 12px solid rgba(255, 255, 255, 0.62);
  box-shadow: 0 24px 55px rgba(42, 62, 78, 0.18);
}

.pod-one {
  background: linear-gradient(135deg, #80b9aa, #dff0ea);
  border-radius: 42% 58% 55% 45%;
  height: 210px;
  left: 14%;
  top: 20%;
  transform: rotate(-18deg);
  width: 150px;
}

.pod-two {
  background: linear-gradient(135deg, #e8a986, #f7dfd0);
  border-radius: 999px;
  height: 230px;
  right: 14%;
  top: 28%;
  transform: rotate(21deg);
  width: 138px;
}

.ring {
  border: 14px solid #d5c5b4;
  border-radius: 50%;
  height: 112px;
  left: 42%;
  top: 12%;
  width: 112px;
}

.showcase-card {
  background: rgba(255, 253, 249, 0.88);
  border: 1px solid var(--line);
  border-radius: 18px;
  bottom: 24px;
  box-shadow: 0 14px 34px rgba(74, 61, 45, 0.12);
  display: grid;
  gap: 4px;
  left: 24px;
  padding: 16px;
  position: absolute;
}

.showcase-card strong {
  font-size: 30px;
}

.showcase-card span {
  color: var(--muted);
  font-weight: 750;
}

.split,
.order-band {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
}

.trust-strip {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: -18px auto 0;
  max-width: 1180px;
  padding: 0 clamp(18px, 5vw, 42px) clamp(18px, 4vw, 34px);
}

.trust-strip article,
.storefront-panel,
.checkout-summary,
.faq-grid article {
  background: rgba(255, 253, 249, 0.86);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 14px 38px rgba(74, 61, 45, 0.09);
  padding: 18px;
}

.trust-strip strong,
.checkout-summary strong,
.faq-grid strong {
  display: block;
  margin-bottom: 6px;
}

.trust-strip span,
.checkout-summary span,
.faq-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.split.stacked,
.order-band.stacked {
  grid-template-columns: 1fr;
}

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

.feature-grid article,
.product-card,
.process article,
.order-form,
.price-box {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(74, 61, 45, 0.08);
  padding: 18px;
}

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

.storefront-panel {
  display: grid;
  gap: 16px;
}

.storefront-head {
  align-items: end;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.storefront-head h3 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
  margin: 0;
}

.storefront-head > span {
  background: var(--mint);
  border-radius: 999px;
  color: var(--sage-dark);
  font-size: 13px;
  font-weight: 950;
  padding: 9px 12px;
  white-space: nowrap;
}

.store-toolbar {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) 220px;
}

.product-card,
.marketplace-card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  padding: 0;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.marketplace-card:hover,
.marketplace-card:focus-visible {
  border-color: rgba(108, 163, 148, 0.55);
  box-shadow: 0 18px 42px rgba(74, 61, 45, 0.12);
  outline: none;
  transform: translateY(-3px);
}

.product-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.product-media {
  background:
    linear-gradient(135deg, rgba(223, 240, 234, 0.7), rgba(246, 232, 213, 0.74)),
    #fffaf4;
  min-height: 210px;
  position: relative;
}

.product-placeholder {
  align-items: center;
  aspect-ratio: 4 / 3;
  display: flex;
  justify-content: center;
}

.product-placeholder span {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--sage-dark);
  font-weight: 950;
  padding: 12px 18px;
}

.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  left: 12px;
  position: absolute;
  top: 12px;
}

.product-badges span,
.variant-pills span {
  background: rgba(255, 253, 249, 0.92);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--sage-dark);
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
}

.product-body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.product-body strong {
  font-size: 20px;
}

.product-body p {
  color: var(--muted);
  margin: 0;
}

.variant-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.variant-pills span {
  background: var(--sky);
  color: #40637f;
}

.product-buy {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: auto;
  padding: 16px 18px;
}

.product-buy small {
  color: var(--muted);
  display: block;
  font-weight: 850;
  margin-bottom: 4px;
}

.product-card .product-price {
  color: var(--sage-dark);
  font-size: 22px;
  font-weight: 950;
}

.product-buy button {
  border-radius: 12px;
  min-height: 42px;
  white-space: nowrap;
}

.cart-panel,
.payment-info {
  background: rgba(255, 250, 244, 0.9);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
}

.cart-head,
.cart-item {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.cart-head span,
.cart-item small,
.cart-item span,
.payment-info span,
.payment-info small {
  color: var(--muted);
}

.cart-head strong {
  display: block;
  font-size: 22px;
}

.cart-items {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.cart-item {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px;
}

.cart-item > div:first-child {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.cart-qty {
  align-items: center;
  background: var(--sky);
  border-radius: 999px;
  display: inline-flex;
  gap: 8px;
  padding: 5px;
}

.cart-qty button {
  border-radius: 50%;
  height: 30px;
  min-height: 30px;
  padding: 0;
  width: 30px;
}

.cart-qty span {
  color: var(--ink);
  font-weight: 950;
  min-width: 22px;
  text-align: center;
}

.empty-cart {
  border: 1px dashed var(--line);
  border-radius: 14px;
  color: var(--muted);
  font-weight: 850;
  padding: 18px;
  text-align: center;
}

.payment-info {
  display: grid;
  gap: 6px;
}

.payment-info b {
  color: var(--sage-dark);
  font-size: 18px;
  word-break: break-word;
}

.product-modal[hidden] {
  display: none;
}

.product-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: clamp(14px, 3vw, 34px);
  position: fixed;
  z-index: 80;
}

.product-modal-backdrop {
  background: rgba(36, 50, 67, 0.45);
  backdrop-filter: blur(10px);
  inset: 0;
  position: absolute;
}

.product-modal-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 28px 80px rgba(36, 50, 67, 0.26);
  max-height: min(860px, calc(100vh - 28px));
  max-width: 1080px;
  overflow: auto;
  padding: clamp(18px, 3vw, 28px);
  position: relative;
  width: min(100%, 1080px);
}

.product-modal-close {
  align-items: center;
  background: var(--ink);
  border-color: var(--ink);
  border-radius: 50%;
  color: white;
  font-size: 28px;
  height: 44px;
  line-height: 1;
  min-height: 44px;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 44px;
  z-index: 2;
}

.product-modal-layout {
  display: grid;
  gap: clamp(20px, 4vw, 34px);
  grid-template-columns: minmax(280px, 0.94fr) minmax(320px, 1.06fr);
}

.product-modal-media {
  align-content: start;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-modal-media img,
.product-modal-media .product-placeholder {
  background: #fffaf4;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(74, 61, 45, 0.1);
  min-height: 180px;
  object-fit: contain;
  padding: 10px;
  width: 100%;
}

.product-modal-media img:first-child {
  grid-column: 1 / -1;
  max-height: 420px;
}

.product-modal-info {
  display: grid;
  gap: 16px;
  padding-right: 42px;
}

.product-modal-info h2 {
  margin-bottom: 0;
}

.product-modal-info p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.modal-lead {
  color: var(--ink) !important;
  font-size: 18px;
  font-weight: 750;
}

.detail-metrics {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-metrics article,
.detail-block {
  background: rgba(255, 250, 244, 0.86);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
}

.detail-metrics span,
.product-code {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.detail-metrics strong {
  display: block;
  font-size: 24px;
  margin-top: 4px;
}

.detail-block > strong {
  display: block;
  margin-bottom: 12px;
}

.detail-tabs {
  background: rgba(255, 250, 244, 0.86);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 10px;
}

.detail-tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.detail-tab-buttons button {
  background: white;
  border-color: var(--line);
  color: var(--ink);
  min-height: 38px;
  padding: 0 14px;
}

.detail-tab-buttons button.active {
  background: var(--sage);
  border-color: var(--sage);
  color: white;
}

.detail-tab-panel {
  display: none;
  min-height: 96px;
  padding: 10px 4px 4px;
}

.detail-tab-panel.active {
  display: block;
}

.detail-bullets {
  color: var(--muted);
  display: grid;
  gap: 9px;
  line-height: 1.55;
  margin: 0;
  padding-left: 20px;
}

.detail-bullets li::marker {
  color: var(--sage);
}

.detail-variants,
.detail-documents {
  display: grid;
  gap: 10px;
}

.detail-variants div {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding-top: 10px;
}

.detail-variants div:first-child {
  border-top: 0;
  padding-top: 0;
}

.detail-variants span {
  font-weight: 900;
}

.detail-variants small {
  color: var(--muted);
  grid-column: 1 / -1;
}

.detail-documents a {
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--sage-dark);
  font-weight: 900;
  padding: 10px 12px;
}

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

.member-modal-card,
.cart-modal-card {
  max-width: 980px;
}

#cartModal {
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
}

#cartModal.checkout-modal {
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 3vw, 34px);
}

.cart-modal-card {
  background: #fffdf9;
  border-radius: 28px 0 0 28px;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  height: 100vh;
  max-height: 100vh;
  max-width: 520px;
  padding: 22px;
  width: min(100%, 520px);
}

.cart-modal-card.checkout-mode {
  background: linear-gradient(135deg, #fffdf9 0%, #f7fbf7 46%, #fff7ef 100%);
  border-radius: 26px;
  gap: 20px;
  grid-template-columns: minmax(360px, 1.1fr) minmax(320px, 0.82fr);
  height: min(900px, calc(100vh - 28px));
  max-height: min(900px, calc(100vh - 28px));
  max-width: 1160px;
  width: min(100%, 1160px);
}

.cart-modal-card > h2 {
  margin: 0;
}

.cart-modal-card.checkout-mode > h2 {
  display: none;
}

.cart-modal-card:not(.checkout-mode) .checkout-title,
.cart-modal-card:not(.checkout-mode) #checkoutGate,
.cart-modal-card:not(.checkout-mode) #checkoutFields,
.cart-modal-card:not(.checkout-mode) #orderResult {
  display: none;
}

.cart-modal-card.checkout-mode .cart-panel {
  order: 2;
  position: sticky;
  top: 0;
}

.cart-modal-card.checkout-mode .checkout-form {
  order: 1;
}

.checkout-form {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
  border-radius: 22px;
  margin-top: 0;
  padding: 16px;
}

.cart-modal-card:not(.checkout-mode) .checkout-form {
  align-self: end;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.checkout-title {
  display: grid;
  gap: 4px;
}

.checkout-title h2,
.checkout-title p {
  margin: 0;
}

.checkout-title > span {
  color: var(--muted);
}

.cart-progress {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding: 12px;
}

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

.cart-progress div {
  background: #ece7df;
  border-radius: 999px;
  height: 7px;
  overflow: hidden;
}

.cart-progress i {
  background: linear-gradient(90deg, var(--sage), #f08d70);
  border-radius: inherit;
  display: block;
  height: 100%;
  width: 0;
}

.cart-mini-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 12px;
}

.cart-drawer-total {
  align-items: end;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 16px;
}

.cart-drawer-total span {
  display: grid;
  font-size: 20px;
  font-weight: 950;
}

.cart-drawer-total small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.cart-drawer-total strong {
  font-size: 24px;
  white-space: nowrap;
}

.member-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

.auth-tabs {
  background: rgba(255, 250, 244, 0.86);
  border: 1px solid var(--line);
  border-radius: 999px;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 6px;
}

.auth-tabs button {
  background: transparent;
  border-color: transparent;
  color: var(--muted);
  min-height: 40px;
}

.auth-tabs button.active {
  background: var(--sage);
  border-color: var(--sage);
  color: white;
}

.auth-panel {
  display: none;
}

.auth-panel.active {
  display: block;
}

.member-form {
  margin-top: 14px;
}

.social-login,
.otp-panel,
.verify-grid {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.social-login {
  background: rgba(255, 250, 244, 0.86);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
}

.social-login small,
.otp-panel small {
  color: var(--muted);
}

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

.verify-grid article {
  background: rgba(255, 250, 244, 0.86);
  border: 1px solid var(--line);
  border-radius: 16px;
  display: grid;
  gap: 5px;
  padding: 14px;
}

.verify-grid article.verified {
  background: var(--mint);
  border-color: rgba(71, 121, 108, 0.24);
}

.verify-grid span {
  color: var(--muted);
  word-break: break-word;
}

.verify-grid b {
  color: var(--sage-dark);
}

.otp-panel {
  background: var(--sky);
  border-radius: 16px;
  padding: 14px;
}

.otp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-modal-card {
  max-width: min(980px, calc(100vw - 28px));
}

.contact-layout {
  display: grid;
  gap: 22px;
  grid-template-columns: 0.95fr 1.05fr;
}

.contact-info,
.contact-form-wrap {
  min-width: 0;
}

.contact-cards {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.contact-cards article {
  background: rgba(255, 250, 244, 0.9);
  border: 1px solid var(--line);
  border-radius: 16px;
  display: grid;
  gap: 5px;
  padding: 14px;
}

.contact-cards strong {
  color: var(--ink);
}

.contact-cards span,
.contact-cards a {
  color: var(--muted);
  overflow-wrap: anywhere;
  text-decoration: none;
}

.contact-map {
  border: 1px solid var(--line);
  border-radius: 18px;
  height: 280px;
  margin-top: 20px;
  overflow: hidden;
}

.contact-map iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

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

.cart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.modal-open {
  overflow: hidden;
}

.empty-catalog {
  background: var(--surface);
  border: 1px dashed var(--line);
  border-radius: 20px;
  color: var(--muted);
  font-weight: 850;
  grid-column: 1 / -1;
  padding: 28px;
  text-align: center;
}

.feature-grid strong,
.process strong {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.feature-grid span,
.process p,
.price-box span,
.price-box small {
  color: var(--muted);
}

.order-band {
  align-items: start;
}

.price-box {
  display: inline-grid;
  gap: 4px;
  min-width: 240px;
}

.checkout-summary {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  max-width: 380px;
}

.price-box strong {
  font-size: 34px;
}

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

label {
  display: grid;
  gap: 7px;
}

label span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

input,
select,
textarea {
  background: #fffaf4;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  font: inherit;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

textarea {
  resize: vertical;
}

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

.check {
  align-items: start;
  display: flex;
  gap: 10px;
}

.check input {
  min-height: auto;
  margin-top: 4px;
  width: auto;
}

.order-total {
  align-items: center;
  background: var(--mint);
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
}

.order-total span {
  color: var(--sage-dark);
  font-weight: 900;
}

.order-total strong {
  font-size: 24px;
}

.form-result {
  color: var(--sage-dark);
  font-weight: 850;
  margin: 0;
  min-height: 22px;
}

.modal-lead {
  color: var(--muted);
  line-height: 1.55;
  margin: -6px 0 18px;
}

.track-modal-card {
  max-width: 720px;
}

.tracking-result {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.tracking-card {
  background: rgba(255, 250, 244, 0.9);
  border: 1px solid var(--line);
  border-radius: 20px;
  display: grid;
  gap: 16px;
  padding: 18px;
}

.tracking-card small,
.tracking-card span {
  color: var(--muted);
  font-size: 13px;
}

.tracking-card strong,
.tracking-card b {
  color: var(--ink);
}

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

.tracking-grid p {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 12px;
}

.member-orders {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.member-orders h3 {
  margin: 0;
}

.member-orders-list {
  display: grid;
  gap: 10px;
}

.member-order-card {
  background: rgba(255, 250, 244, 0.9);
  border: 1px solid var(--line);
  border-radius: 18px;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.member-order-card small,
.member-order-meta span {
  color: var(--muted);
}

.member-order-card strong {
  display: block;
  margin-top: 4px;
}

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

.member-order-meta span {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 10px;
}

.process {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.documents-section {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
}

.faq-section {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.7fr) minmax(320px, 1.3fr);
}

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

.document-list {
  display: grid;
  gap: 12px;
}

.document-list a {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(74, 61, 45, 0.08);
  display: flex;
  font-weight: 900;
  justify-content: space-between;
  padding: 16px 18px;
}

.document-list a span {
  color: var(--sage-dark);
}

.process article span {
  align-items: center;
  background: var(--peach);
  border-radius: 50%;
  display: inline-flex;
  font-weight: 950;
  height: 34px;
  justify-content: center;
  margin-bottom: 14px;
  width: 34px;
}

footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: grid;
  gap: 12px;
  justify-items: center;
  padding-top: 28px;
  text-align: center;
}

footer strong {
  color: var(--ink);
  font-size: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  justify-content: center;
  max-width: 980px;
}

.footer-links a {
  background: rgba(255, 250, 244, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--sage-dark);
  font-size: 13px;
  font-weight: 850;
  padding: 8px 12px;
  text-decoration: none;
}

.check a {
  color: var(--sage-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-modal-card {
  max-height: min(86vh, 900px);
  max-width: 900px;
  overflow: auto;
}

.legal-content {
  color: var(--ink);
  display: grid;
  gap: 12px;
  padding-right: 8px;
}

.legal-content h1 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
  margin: 0 42px 8px 0;
}

.legal-content h2 {
  font-size: 19px;
  margin: 18px 0 0;
}

.legal-content h3 {
  font-size: 16px;
  margin: 12px 0 0;
}

.legal-content p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

.cookie-banner {
  align-items: center;
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid var(--line);
  border-radius: 20px;
  bottom: 18px;
  box-shadow: 0 18px 54px rgba(36, 50, 67, 0.18);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  left: 18px;
  padding: 16px;
  position: fixed;
  right: 18px;
  z-index: 80;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner div:first-child {
  display: grid;
  gap: 4px;
}

.cookie-banner span {
  color: var(--muted);
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

@media (max-width: 820px) {
  .site-header {
    align-items: center;
    gap: 12px;
  }

  .menu-toggle {
    background: var(--surface);
    border-color: var(--line);
    color: var(--ink);
    display: inline-flex;
    min-height: 40px;
    padding: 0 14px;
  }

  .site-header nav {
    background: rgba(255, 253, 249, 0.96);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(74, 61, 45, 0.12);
    display: none;
    flex-direction: column;
    left: 18px;
    padding: 10px;
    position: absolute;
    right: 18px;
    top: calc(100% + 8px);
  }

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

  .site-header nav a {
    width: 100%;
  }

  .hero,
  .split,
  .order-band,
  .documents-section,
  .faq-section,
  .trust-strip,
  .feature-grid,
  .product-catalog,
  .process,
  .order-form,
  .member-layout,
  .cart-modal-card,
  .verify-grid,
  .checkout-fields,
  .faq-grid,
  .store-toolbar {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .product-showcase {
    min-height: 360px;
  }

  .trust-strip {
    margin-top: 0;
  }

  .storefront-head,
  .product-buy {
    align-items: flex-start;
    flex-direction: column;
  }

  .cart-head,
  .cart-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .cart-item > b,
  .cart-item > button {
    width: 100%;
  }

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

  .product-modal-card {
    border-radius: 20px;
    padding: 16px;
  }

  .product-modal-layout,
  .contact-layout,
  .detail-metrics {
    grid-template-columns: 1fr;
  }

  .contact-map {
    height: 240px;
  }

  .product-modal-info {
    padding-right: 0;
  }

  .product-modal-media {
    grid-template-columns: 1fr;
  }

  .product-modal-close {
    right: 12px;
    top: 12px;
  }

  .product-buy button {
    width: 100%;
  }

  footer {
    justify-items: center;
    gap: 10px;
  }

  .footer-links {
    justify-content: center;
  }

  .cookie-banner {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-actions {
    justify-content: stretch;
  }

  .cookie-actions button {
    flex: 1;
  }
}
