:root {
  --display: "Fraunces", "Times New Roman", Georgia, serif;
  --body: "Inter Tight", "Helvetica Neue", Arial, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --bg: #f4eee3;
  --bg-alt: #ede3d2;
  --bg-deep: #2a1f17;
  --ink: #1f1612;
  --ink-dim: #6b5a4d;
  --line: rgba(42, 31, 23, 0.14);
  --accent: #b85c3d;
  --accent-deep: #8e4128;
  --pistachio: #7b8a4f;
  --pink: #e8c4bc;
  --cream: #faf6ee;
  --chocolate: #3d2817;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--ink);
  overflow-x: hidden;
}

button,
input {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(250, 246, 238, 0.68), rgba(250, 246, 238, 0) 320px),
    var(--bg);
  color: var(--ink);
  font-family: var(--body);
  padding-bottom: 0;
}

.site-shell * {
  box-sizing: border-box;
}

.site-shell a {
  color: inherit;
}

.topbar {
  background: var(--bg-deep);
  color: var(--cream);
  font-size: 12px;
  letter-spacing: 0;
  overflow: hidden;
  padding: 9px 0;
  text-transform: uppercase;
}

.topbar__track {
  align-items: center;
  display: flex;
  gap: 34px;
  justify-content: center;
  min-width: max-content;
  white-space: nowrap;
}

.topbar__dot {
  background: var(--accent);
  border-radius: 999px;
  display: inline-block;
  height: 5px;
  margin-right: 10px;
  width: 5px;
}

.site-header {
  align-items: center;
  background: rgba(250, 246, 238, 0.92);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto 1fr;
  min-height: 76px;
  padding: 0 40px;
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
}

.site-header__nav {
  align-items: center;
  display: flex;
  gap: 24px;
  font-size: 14px;
}

.site-header__nav a {
  text-decoration: none;
}

.site-header__nav a:hover {
  color: var(--accent-deep);
}

.site-header__actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.icon-button {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  position: relative;
  transition: border-color 0.24s var(--ease), background 0.24s var(--ease);
  width: 42px;
}

.icon-button:hover {
  background: var(--cream);
  border-color: rgba(42, 31, 23, 0.32);
}

.cart-count {
  align-items: center;
  background: var(--accent);
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  height: 18px;
  justify-content: center;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 18px;
}

.mobile-menu-button {
  display: none;
}

.mobile-menu {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  display: none;
  padding: 8px 20px 18px;
}

.mobile-menu a {
  border-top: 1px solid var(--line);
  display: block;
  padding: 14px 0;
  text-decoration: none;
}

.section {
  scroll-margin-top: 86px;
}

.section-inner {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 40px;
  width: 100%;
}

.hero {
  background: var(--bg);
  padding: 50px 0 38px;
}

.hero__grid {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
}

.eyebrow {
  align-items: center;
  color: var(--accent);
  display: inline-flex;
  font-family: var(--mono);
  font-size: 11px;
  gap: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  background: currentColor;
  content: "";
  display: inline-block;
  height: 1px;
  opacity: 0.55;
  width: 18px;
}

.hero h1,
.section-heading,
.bundle h2,
.story-card h3,
.product-card h3,
.review-card h3,
.checkout-title,
.cart-drawer h2 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: 0;
}

.hero h1 {
  font-size: 74px;
  line-height: 0.98;
  margin: 16px 0 20px;
  max-width: 780px;
}

.hero h1 em,
.section-heading em,
.bundle h2 em {
  color: var(--accent);
  font-style: italic;
  font-weight: 400;
}

.hero__copy {
  color: var(--ink-dim);
  font-size: 18px;
  line-height: 1.58;
  margin: 0 0 28px;
  max-width: 550px;
}

.hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  text-decoration: none;
  transition: transform 0.24s var(--ease), box-shadow 0.24s var(--ease), background 0.24s var(--ease);
}

.button:hover {
  transform: translateY(-1px);
}

.button:disabled,
.mini-button:disabled,
.stepper button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
}

.button--primary {
  background: var(--ink);
  color: var(--cream);
  box-shadow: 0 12px 28px rgba(31, 22, 18, 0.16);
}

.button--primary:hover {
  box-shadow: 0 16px 38px rgba(31, 22, 18, 0.2);
}

.button--accent {
  background: #ff5b24;
  color: #fff;
}

.button--ghost {
  background: transparent;
  border: 1px solid var(--ink);
  color: var(--ink);
}

.button--line {
  background: transparent;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  color: var(--ink);
  min-height: 38px;
  padding: 0;
}

.button--full {
  width: 100%;
}

.hero__proof {
  align-items: center;
  color: var(--ink-dim);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 16px;
}

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

.hero__visual {
  background:
    radial-gradient(circle at 20% 10%, rgba(232, 196, 188, 0.8), transparent 36%),
    radial-gradient(circle at 88% 72%, rgba(123, 138, 79, 0.38), transparent 30%),
    var(--cream);
  border: 1px solid var(--line);
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.hero__visual--photo {
  background: var(--chocolate);
}

.hero__visual--photo::before {
  display: none;
}

.hero__visual--photo .hero-photo-surface {
  background:
    radial-gradient(28% 34% at 56% 72%, rgba(123, 138, 79, 0.78), transparent 64%),
    radial-gradient(74% 90% at 40% 22%, rgba(250, 237, 230, 0.16), transparent 58%),
    linear-gradient(135deg, #2a1711 0%, #4a281f 48%, #20110d 100%);
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.hero-photo-surface::after {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent 2px);
  background-size: 90px 90px;
  content: "";
  inset: 0;
  opacity: 0.18;
  position: absolute;
}

.hero-photo-surface span {
  background: rgba(0, 0, 0, 0.42);
  bottom: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--mono);
  font-size: 9px;
  left: 12px;
  letter-spacing: 0;
  padding: 4px 7px;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}

.hero__visual::before {
  color: rgba(42, 31, 23, 0.07);
  content: "Dubai";
  font-family: var(--display);
  font-size: 154px;
  font-style: italic;
  left: 34px;
  line-height: 1;
  position: absolute;
  top: 24px;
  white-space: nowrap;
}

.hero__visual-main {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -42%) rotate(-3deg);
  width: 78%;
}

.hero__badge {
  background: var(--bg-deep);
  bottom: 26px;
  color: var(--cream);
  display: grid;
  gap: 6px;
  left: 26px;
  max-width: 230px;
  padding: 16px 18px;
  position: absolute;
}

.hero__visual--photo .hero__badge {
  background: var(--cream);
  bottom: auto;
  color: var(--ink);
  left: auto;
  max-width: 220px;
  right: -22px;
  top: 40px;
}

.hero__visual--photo .hero__badge span {
  color: var(--accent);
}

.hero__badge span {
  color: var(--pink);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero__badge strong {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.12;
}

.quick-strip {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 28px 0;
}

.quick-strip__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.quick-item {
  display: grid;
  gap: 8px;
}

.quick-item__icon {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--accent);
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.quick-item strong {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 500;
}

.quick-item span {
  color: var(--ink-dim);
  font-size: 13px;
  line-height: 1.45;
}

.products,
.craft,
.reviews,
.faq {
  padding: 88px 0;
}

.section-kicker {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 36px;
}

.section-heading {
  font-size: 52px;
  line-height: 1.04;
  margin: 12px 0 0;
  max-width: 720px;
}

.section-subcopy {
  color: var(--ink-dim);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  max-width: 360px;
}

.product-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.product-card {
  background: var(--cream);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.product-card__media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
}

.product-card__link,
.product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.product-card__link:hover .product-visual__bar {
  transform: rotate(-4deg) scale(1.04);
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
}

.product-card__top {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.tag {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--accent-deep);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0;
  padding: 5px 8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-card h3 {
  font-size: 24px;
  margin: 0;
}

.product-card p {
  color: var(--ink-dim);
  font-size: 13.5px;
  line-height: 1.48;
  margin: 0;
}

.product-card__footer {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: auto;
}

.price {
  font-family: var(--mono);
  font-size: 14px;
  white-space: nowrap;
}

.mini-button {
  align-items: center;
  background: var(--ink);
  border: 0;
  border-radius: 999px;
  color: var(--cream);
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  height: 38px;
  justify-content: center;
  padding: 0 14px;
}

.product-visual {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.product-visual::before {
  background: rgba(255, 255, 255, 0.12);
  content: "";
  height: 170%;
  position: absolute;
  transform: rotate(24deg);
  width: 52px;
}

.product-visual--pink {
  background:
    radial-gradient(circle at 26% 20%, rgba(232, 196, 188, 0.95), transparent 40%),
    linear-gradient(140deg, #3d2817, #c58b78 56%, #f4eee3);
}

.product-visual--cream {
  background:
    radial-gradient(circle at 72% 22%, rgba(123, 138, 79, 0.48), transparent 35%),
    linear-gradient(145deg, #f7f1e6, #e8c4bc 58%, #3d2817);
}

.product-visual--cocoa {
  background:
    radial-gradient(circle at 30% 72%, rgba(232, 196, 188, 0.36), transparent 34%),
    linear-gradient(145deg, #26140b, #5a3620 50%, #a68f62);
}

.product-visual--pistachio {
  background:
    radial-gradient(circle at 74% 30%, rgba(232, 196, 188, 0.68), transparent 32%),
    linear-gradient(145deg, #7b8a4f, #a4b07a 50%, #2a1f17);
}

.product-visual__bar {
  position: relative;
  transform: rotate(-8deg);
  transition: transform 0.28s var(--ease);
  width: 78%;
  z-index: 1;
}

.craft {
  background: var(--bg-deep);
  color: var(--cream);
}

.craft .section-subcopy {
  color: rgba(250, 246, 238, 0.68);
}

.craft .eyebrow {
  color: var(--pink);
}

.story-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.story-card {
  display: grid;
  gap: 18px;
}

.story-card__media {
  aspect-ratio: 4 / 3;
  background: rgba(250, 246, 238, 0.08);
  overflow: hidden;
}

.story-card__number {
  color: var(--pink);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.story-card h3 {
  font-size: 26px;
  margin: 0 0 8px;
}

.story-card p {
  color: rgba(250, 246, 238, 0.72);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.bundle {
  background: var(--bg-alt);
  padding: 88px 0;
}

.bundle__grid {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
}

.bundle h2 {
  font-size: 50px;
  line-height: 1.04;
  margin: 12px 0 16px;
}

.bundle__copy {
  color: var(--ink-dim);
  line-height: 1.55;
  margin: 0 0 26px;
  max-width: 560px;
}

.bundle-picker {
  display: grid;
  gap: 12px;
}

.bundle-row {
  align-items: center;
  background: var(--cream);
  border: 1px solid var(--line);
  display: grid;
  gap: 16px;
  grid-template-columns: 74px 1fr auto;
  padding: 12px;
}

.bundle-row__media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.bundle-row h3 {
  font-family: var(--display);
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 4px;
}

.bundle-row p {
  color: var(--ink-dim);
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.stepper {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  height: 38px;
  overflow: hidden;
}

.stepper button {
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  height: 38px;
  width: 34px;
}

.stepper span {
  font-family: var(--mono);
  font-size: 13px;
  text-align: center;
  width: 28px;
}

.bundle-summary {
  background: var(--bg-deep);
  color: var(--cream);
  padding: 26px;
  position: sticky;
  top: 96px;
}

.bundle-summary__label {
  color: var(--pink);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.bundle-summary__count {
  font-family: var(--display);
  font-size: 44px;
  line-height: 1;
}

.bundle-summary__price {
  color: rgba(250, 246, 238, 0.68);
  font-family: var(--display);
  font-size: 24px;
  margin: 4px 0 20px;
}

.progress-line {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  height: 5px;
  margin: 9px 0 18px;
  overflow: hidden;
}

.progress-line span {
  background: var(--pink);
  display: block;
  height: 100%;
}

.bundle-summary__items {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding-top: 16px;
}

.bundle-summary__items div {
  display: flex;
  font-size: 13px;
  justify-content: space-between;
}

.reviews {
  background: var(--bg);
}

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

.review-card {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 24px;
}

.review-card h3 {
  font-size: 23px;
  line-height: 1.2;
  margin: 14px 0 10px;
}

.review-card p {
  color: var(--ink-dim);
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 18px;
}

.review-card footer {
  display: flex;
  font-family: var(--mono);
  font-size: 11px;
  justify-content: space-between;
  letter-spacing: 0;
  text-transform: uppercase;
}

.faq {
  background: var(--cream);
  border-top: 1px solid var(--line);
}

.faq__grid {
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
}

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}

.faq summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq h3 {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

.faq p {
  color: var(--ink-dim);
  font-size: 15px;
  line-height: 1.58;
  margin: 12px 42px 0 0;
}

.page {
  background: var(--bg);
}

.pdp {
  padding: 56px 0 72px;
}

.pdp__grid {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.pdp__gallery {
  display: grid;
  gap: 10px;
}

.pdp__main-media {
  aspect-ratio: 4 / 5;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  overflow: hidden;
}

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

.pdp__thumb {
  aspect-ratio: 1 / 1;
  border: 1px solid var(--line);
  overflow: hidden;
}

.pdp__info {
  position: sticky;
  top: 104px;
}

.pdp__info h1,
.subpage-hero h1 {
  font-family: var(--display);
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin: 14px 0 14px;
}

.pdp__info h1 em,
.subpage-hero h1 em {
  color: var(--accent);
  font-style: italic;
  font-weight: 400;
}

.pdp__info p {
  color: var(--ink-dim);
  font-size: 16px;
  line-height: 1.58;
  margin: 20px 0 24px;
  max-width: 520px;
}

.pdp__price-row {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  gap: 16px;
  margin: 24px 0 18px;
  padding: 18px 0;
}

.pdp__price-row strong {
  font-family: var(--display);
  font-size: 38px;
  font-weight: 500;
}

.pdp__price-row span {
  color: var(--ink-dim);
  font-family: var(--mono);
  font-size: 12px;
}

.pdp__notice {
  align-items: center;
  background: var(--cream);
  border: 1px solid var(--line);
  color: var(--ink-dim);
  display: flex;
  gap: 12px;
  line-height: 1.45;
  margin-bottom: 16px;
  padding: 13px 14px;
}

.pdp__buy-row {
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
  margin-bottom: 10px;
}

.product-details {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 72px 0;
}

.product-details__grid {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
}

.ingredient-table {
  border-top: 1px solid var(--line);
}

.ingredient-table div {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 19px 0;
}

.ingredient-table span {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 500;
}

.ingredient-table strong {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 13px;
}

.subpage-hero {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  padding: 76px 0 56px;
  text-align: center;
}

.subpage-hero .section-inner {
  max-width: 880px;
}

.subpage-hero p {
  color: var(--ink-dim);
  font-size: 17px;
  line-height: 1.58;
  margin: 0 auto;
  max-width: 600px;
}

.site-footer {
  background: var(--bg-deep);
  color: var(--cream);
  padding: 64px 0 28px;
}

.site-footer__grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  margin-bottom: 48px;
}

.site-footer h2 {
  font-family: var(--display);
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 14px;
}

.site-footer p {
  color: rgba(250, 246, 238, 0.65);
  line-height: 1.6;
  margin: 0;
  max-width: 340px;
}

.site-footer h3 {
  color: rgba(250, 246, 238, 0.52);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.site-footer a {
  color: rgba(250, 246, 238, 0.82);
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

.site-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(250, 246, 238, 0.52);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding-top: 22px;
}

.cart-overlay {
  background: rgba(15, 10, 6, 0.42);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.25s var(--ease);
  z-index: 90;
}

.cart-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.cart-drawer {
  background: var(--bg);
  box-shadow: -24px 0 60px rgba(0, 0, 0, 0.22);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: auto;
  max-width: 460px;
  transform: translateX(100%);
  transition: transform 0.3s var(--ease);
  width: min(100%, 460px);
}

.cart-overlay.is-open .cart-drawer {
  transform: translateX(0);
}

.cart-drawer__header,
.cart-drawer__footer {
  padding: 20px 22px;
}

.cart-drawer__header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
}

.cart-drawer h2 {
  font-size: 26px;
  margin: 0;
}

.cart-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 0 22px 22px;
}

.cart-line {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: 72px 1fr auto;
  padding: 18px 0;
}

.cart-line__media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.cart-line h3 {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 3px;
}

.cart-line p {
  color: var(--ink-dim);
  font-size: 12px;
  line-height: 1.35;
  margin: 0 0 10px;
}

.cart-drawer__footer {
  background: var(--cream);
  border-top: 1px solid var(--line);
}

.total-row {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin-bottom: 8px;
}

.total-row--strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 22px;
  font-weight: 500;
  margin: 14px 0 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.checkout-form {
  display: grid;
  gap: 12px;
  padding-top: 18px;
}

.checkout-title {
  font-size: 28px;
  margin: 0;
}

.field {
  display: grid;
  gap: 6px;
}

.field span {
  color: var(--ink-dim);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.field input {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  height: 44px;
  outline: none;
  padding: 0 12px;
}

.field input:focus {
  border-color: var(--accent);
}

.empty-cart {
  align-items: center;
  color: var(--ink-dim);
  display: flex;
  min-height: 280px;
  text-align: center;
}

.toast {
  background: var(--bg-deep);
  border: 1px solid rgba(255, 255, 255, 0.12);
  bottom: 22px;
  color: var(--cream);
  left: 50%;
  opacity: 0;
  padding: 12px 16px;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 18px);
  transition: opacity 0.24s var(--ease), transform 0.24s var(--ease);
  z-index: 110;
}

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

.mobile-sticky-buy {
  background: rgba(250, 246, 238, 0.94);
  border-top: 1px solid var(--line);
  bottom: 0;
  display: none;
  gap: 12px;
  left: 0;
  padding: 10px 16px;
  position: fixed;
  right: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
}

.mobile-sticky-buy__price {
  display: grid;
  flex: 0 0 auto;
  font-family: var(--display);
  font-size: 20px;
  justify-content: center;
  line-height: 1;
  min-width: 74px;
}

.mobile-sticky-buy__price span {
  color: var(--ink-dim);
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .hero__grid,
  .bundle__grid,
  .faq__grid,
  .pdp__grid,
  .product-details__grid {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    min-height: 420px;
  }

  .bundle-summary {
    position: static;
  }

  .pdp__info {
    position: static;
  }

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

@media (max-width: 760px) {
  .site-shell {
    padding-bottom: 68px;
  }

  .topbar {
    font-size: 11px;
    padding: 8px 0;
  }

  .topbar__track {
    animation: topbar-slide 18s linear infinite;
    justify-content: flex-start;
    padding-left: 16px;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    min-height: 62px;
    padding: 0 16px;
  }

  .site-header__nav {
    display: none;
  }

  .site-header__actions {
    gap: 8px;
  }

  .site-header__actions .button {
    display: none;
  }

  .mobile-menu-button {
    display: inline-flex;
  }

  .mobile-menu.is-open {
    display: block;
    position: sticky;
    top: 62px;
    z-index: 29;
  }

  .section-inner {
    padding: 0 20px;
  }

  .hero {
    padding: 30px 0 26px;
  }

  .hero__grid {
    gap: 28px;
  }

  .hero h1 {
    font-size: 36px;
    line-height: 1.02;
    overflow-wrap: break-word;
  }

  .hero__copy {
    font-size: 16px;
  }

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

  .hero__actions .button {
    width: 100%;
  }

  .hero__visual {
    min-height: 300px;
  }

  .hero__visual::before {
    font-size: 86px;
    left: 18px;
  }

  .hero__badge {
    bottom: 16px;
    left: 16px;
    max-width: 190px;
    padding: 12px 14px;
  }

  .quick-strip {
    padding: 22px 0;
  }

  .quick-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .products,
  .craft,
  .reviews,
  .faq,
  .bundle {
    padding: 58px 0;
  }

  .section-kicker {
    align-items: start;
    flex-direction: column;
  }

  .section-heading,
  .bundle h2 {
    font-size: 36px;
    line-height: 1.08;
  }

  .pdp {
    padding: 28px 0 52px;
  }

  .pdp__grid {
    gap: 28px;
  }

  .pdp__main-media {
    aspect-ratio: 4 / 3;
  }

  .pdp__info h1,
  .subpage-hero h1 {
    font-size: 42px;
  }

  .pdp__buy-row {
    grid-template-columns: 1fr;
  }

  .pdp__buy-row .stepper {
    justify-self: start;
  }

  .product-details,
  .subpage-hero {
    padding: 52px 0;
  }

  .product-grid,
  .story-grid,
  .review-grid,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .bundle-row {
    grid-template-columns: 64px 1fr;
  }

  .bundle-row .stepper {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .site-footer__bottom {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }

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

  .cart-line .price {
    grid-column: 2;
  }

  .mobile-sticky-buy {
    display: flex;
  }
}

@keyframes topbar-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-42%);
  }
}
