:root {
  --background: #fff8f4;
  --surface: #ffffff;
  --surface-soft: #faf2ee;
  --surface-warm: #f4ece8;
  --primary: #884c2c;
  --primary-hover: #744026;
  --terracotta: #b5714e;
  --blush: #e3c4ae;
  --burgundy: #7e2a3c;
  --charcoal: #2d2926;
  --muted: #6f625b;
  --outline: #d8c2b9;
  --outline-soft: rgba(181, 113, 78, 0.16);
  --shadow: 0 20px 54px rgba(126, 71, 43, 0.1);
  --shadow-soft: 0 12px 32px rgba(126, 71, 43, 0.08);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 32px;
  --font-display: "Noto Naskh Arabic", serif;
  --font-body: "IBM Plex Sans Arabic", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--background);
  color: var(--charcoal);
  font-family: var(--font-body);
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(136, 76, 44, 0.28);
  outline-offset: 3px;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--charcoal);
  color: white;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.section {
  padding-block: 74px;
}

.section-heading {
  margin-block-end: 30px;
}

.section-heading.compact {
  max-width: 700px;
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.story-copy h2,
.order-intro h2 {
  margin: 4px 0 10px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.18;
}

.section-heading p,
.story-copy p,
.order-intro p {
  color: var(--muted);
}

.eyebrow {
  margin: 0;
  color: var(--primary) !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #ffe4d5 !important;
}

.site-header {
  position: sticky;
  z-index: 100;
  inset-block-start: 0;
  border-bottom: 1px solid rgba(181, 113, 78, 0.12);
  background: rgba(255, 248, 244, 0.9);
  box-shadow: 0 8px 28px rgba(76, 50, 36, 0.04);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  min-height: 70px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 1.42rem;
  font-weight: 700;
  line-height: 1;
}

.brand-logo {
  display: block;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  object-fit: contain;
}

.icon-button,
.basket-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
}

.icon-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: transparent;
  color: var(--charcoal);
}

.icon-button:hover {
  background: var(--surface-warm);
}

.icon-button svg,
.basket-button svg {
  width: 22px;
  height: 22px;
}

.menu-button {
  justify-self: start;
}

.basket-button {
  justify-self: end;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(126, 42, 60, 0.08);
  color: var(--burgundy);
}

.desktop-nav,
.desktop-only {
  display: none;
}

.mobile-menu {
  position: fixed;
  z-index: 110;
  inset: 70px 0 auto;
  display: grid;
  gap: 4px;
  padding: 20px 24px 26px;
  border-bottom: 1px solid var(--outline-soft);
  background: rgba(255, 248, 244, 0.98);
  box-shadow: var(--shadow);
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu a {
  padding: 13px 4px;
  border-bottom: 1px solid rgba(181, 113, 78, 0.1);
  font-weight: 600;
}

.hero {
  padding-block: 18px 24px;
}

.hero-card {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #3c312b;
  box-shadow: var(--shadow);
}

.hero-picture,
.hero-picture img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-picture img {
  object-fit: cover;
  object-position: 53% center;
}

.hero-shade {
  background: linear-gradient(180deg, rgba(31, 23, 19, 0.05) 15%, rgba(38, 24, 18, 0.82) 88%);
}

.hero-copy {
  position: absolute;
  z-index: 1;
  inset-inline: 24px;
  inset-block-end: 30px;
  color: white;
  text-align: center;
}

.hero-copy h1 {
  max-width: 760px;
  margin: 4px auto 10px;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 9vw, 4.6rem);
  line-height: 1.08;
}

.hero-copy > p:not(.eyebrow, .delivery-note) {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-block: 22px 14px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

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

.button-primary {
  background: var(--primary);
  box-shadow: 0 12px 24px rgba(68, 31, 16, 0.18);
  color: white;
}

.button-primary:hover {
  background: var(--primary-hover);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  backdrop-filter: blur(8px);
}

.delivery-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.8rem;
}

.delivery-note svg {
  width: 19px;
}

.benefits {
  padding-block-start: 58px;
}

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

.benefit-card {
  min-height: 185px;
  padding: 20px 16px;
  border: 1px solid var(--outline-soft);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.benefit-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0 auto 15px;
  place-items: center;
  border-radius: 50%;
  background: #f0d6c6;
  color: var(--primary);
}

.benefit-icon.blush {
  background: #f6e6d8;
  color: #795938;
}

.benefit-icon.sand {
  background: #e7ded3;
  color: #6c5d50;
}

.benefit-icon.burgundy {
  background: #f3dce1;
  color: var(--burgundy);
}

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

.benefit-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.benefit-card p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.gallery-section {
  background: var(--surface-soft);
}

.split-heading > p {
  max-width: 480px;
  margin: 12px 0 0;
  color: var(--muted);
}

.swatches {
  display: flex;
  gap: 8px;
  margin-block-end: 24px;
  padding-block-end: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.swatch {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid var(--outline);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.swatch span {
  width: 18px;
  height: 18px;
  border: 2px solid white;
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: 0 0 0 1px rgba(45, 41, 38, 0.18);
}

.swatch.active {
  border-color: var(--primary);
  background: var(--primary);
  color: white;
}

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

.product-card {
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow-soft);
  transition: border-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.product-card.selected {
  border-color: var(--primary);
  transform: translateY(-4px);
}

.product-card.dimmed {
  opacity: 0.5;
}

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

.product-card > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  padding: 13px 14px 15px;
}

.product-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.1rem;
}

.product-card span {
  color: var(--muted);
  font-size: 0.72rem;
}

.story-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--outline-soft);
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: var(--shadow);
}

.story-image-wrap {
  position: relative;
  min-height: 330px;
}

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

.story-image-wrap span {
  position: absolute;
  inset-inline-start: 18px;
  inset-block-end: 18px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.story-copy {
  padding: 34px 26px 38px;
}

.story-copy p {
  margin: 0 0 14px;
}

.story-copy blockquote {
  margin: 26px 0 0;
  padding: 18px 20px;
  border-inline-start: 3px solid var(--terracotta);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: var(--surface-soft);
  color: var(--primary);
  font-family: var(--font-display);
  font-size: 1.1rem;
}

.pricing {
  background: #efe0d5;
}

.price-grid {
  display: grid;
  gap: 14px;
  max-width: 820px;
  margin: 32px auto 18px;
}

.price-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 23px 20px;
  border: 1px solid rgba(136, 76, 44, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.price-card.featured {
  border-color: var(--burgundy);
  background: white;
  box-shadow: var(--shadow-soft);
}

.popular-tag {
  position: absolute;
  inset-block-start: -12px;
  inset-inline-start: 18px;
  padding: 4px 11px;
  border-radius: 999px;
  background: var(--burgundy);
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
}

.price-size {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
}

.price-card p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.price-card strong {
  color: var(--primary);
  font-size: 1.5rem;
  white-space: nowrap;
}

.price-card small {
  font-size: 0.8rem;
}

.price-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 0.8rem;
  text-align: center;
}

.price-note svg {
  flex: 0 0 auto;
  width: 19px;
}

.order-section {
  background: var(--charcoal);
  color: white;
}

.order-layout {
  display: grid;
  gap: 32px;
}

.order-intro h2 {
  color: white;
}

.order-intro p,
.order-intro li {
  color: rgba(255, 255, 255, 0.7);
}

.order-intro ul {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.order-intro li::before {
  content: "✓";
  display: inline-grid;
  width: 21px;
  height: 21px;
  margin-inline-end: 8px;
  place-items: center;
  border-radius: 50%;
  background: rgba(227, 196, 174, 0.15);
  color: var(--blush);
  font-size: 0.72rem;
}

.order-form {
  padding: 24px 20px;
  border: 1px solid rgba(227, 196, 174, 0.23);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
  color: var(--charcoal);
}

.honeypot-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

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

.order-form label > span,
.delivery-fieldset legend {
  display: block;
  margin-block-end: 7px;
  color: #4c423c;
  font-size: 0.8rem;
  font-weight: 700;
}

.order-form label small {
  color: var(--muted);
  font-weight: 400;
}

.order-form input,
.order-form select,
.order-form textarea {
  width: 100%;
  border: 1px solid #ddcfc8;
  border-radius: var(--radius-sm);
  background: #fdfaf8;
  color: var(--charcoal);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.order-form input,
.order-form select {
  min-height: 50px;
  padding: 10px 13px;
}

.order-form textarea {
  min-height: 100px;
  padding: 12px 13px;
  resize: vertical;
}

.order-form input:focus,
.order-form select:focus,
.order-form textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(136, 76, 44, 0.09);
  outline: 0;
}

.order-form [aria-invalid="true"] {
  border-color: #b42318;
}

.delivery-fieldset {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.radio-card {
  display: flex !important;
  min-height: 45px;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
  border: 1px solid #ddcfc8;
  border-radius: 12px;
  cursor: pointer;
}

.radio-card input {
  width: 17px;
  min-height: auto;
  height: 17px;
  accent-color: var(--primary);
}

.radio-card span {
  margin: 0 !important;
  font-size: 0.76rem !important;
}

.submit-button {
  width: 100%;
  margin-block-start: 22px;
  border: 0;
}

.submit-button svg,
.whatsapp-button svg {
  width: 21px;
  height: 21px;
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-reassurance {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  text-align: center;
}

.form-policy-note {
  margin: 6px auto 0;
  max-width: 520px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.65;
  text-align: center;
}

.form-policy-note a {
  color: var(--primary);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-status {
  margin-block-start: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f4ece8;
  color: var(--primary);
  font-size: 0.84rem;
  text-align: center;
}

.form-status.error {
  background: #fff0ed;
  color: #9d271e;
}

.whatsapp-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-block: 18px 12px;
  color: #9a8e87;
  font-size: 0.72rem;
}

.whatsapp-divider::before,
.whatsapp-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #eadfd9;
}

.whatsapp-button {
  width: 100%;
  border-color: #4d9c69;
  background: white;
  color: #277743;
}

.site-footer {
  padding-block: 44px 118px;
  background: #211e1c;
  color: white;
}

.footer-inner {
  display: grid;
  gap: 30px;
}

.footer-brand {
  justify-self: start;
}

.footer-brand .brand-logo {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: rgba(255, 248, 244, 0.94);
}

.footer-inner > div:first-child > p {
  max-width: 400px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
}

.footer-inner nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
}

.footer-inner nav a:hover {
  color: white;
}

.footer-note p {
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.footer-note small {
  color: rgba(255, 255, 255, 0.46);
}

/* Draft customer-information pages */
.policy-page {
  background: #fffaf7;
}

.policy-header-inner {
  grid-template-columns: 1fr auto;
  gap: 20px;
}

.policy-header-inner .brand {
  justify-self: start;
}

.policy-header-nav {
  display: none;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.policy-header-nav a:hover,
.policy-header-nav a[aria-current="page"] {
  color: var(--primary);
}

.policy-main {
  min-height: 70vh;
  padding-block: 32px 70px;
}

.policy-hero {
  padding: clamp(32px, 7vw, 72px);
  border: 1px solid var(--outline-soft);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #fff 0%, #f8ece5 100%);
  box-shadow: var(--shadow-soft);
}

.policy-hero h1 {
  max-width: 850px;
  margin: 8px 0 14px;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 8vw, 4.8rem);
  line-height: 1.08;
}

.policy-lead {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 2vw, 1.12rem);
}

.policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-block-start: 22px;
  color: var(--muted);
  font-size: 0.78rem;
}

.draft-banner {
  margin-block-end: 24px;
  padding: 13px 15px;
  border: 1px solid #d59b52;
  border-radius: 14px;
  background: #fff4dc;
  color: #6f461b;
  font-size: 0.82rem;
  font-weight: 700;
}

.policy-layout {
  display: grid;
  gap: 24px;
  margin-block-start: 26px;
}

.policy-nav {
  display: grid;
  gap: 6px;
  align-self: start;
  padding: 16px;
  border: 1px solid var(--outline-soft);
  border-radius: var(--radius);
  background: white;
}

.policy-nav strong {
  margin-block-end: 5px;
  color: var(--primary);
  font-size: 0.82rem;
}

.policy-nav a {
  padding: 9px 11px;
  border-radius: 10px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.policy-nav a:hover,
.policy-nav a[aria-current="page"] {
  background: var(--surface-soft);
  color: var(--primary);
}

.policy-content {
  padding: clamp(24px, 5vw, 54px);
  border: 1px solid var(--outline-soft);
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: var(--shadow-soft);
}

.policy-section + .policy-section {
  margin-block-start: 38px;
  padding-block-start: 34px;
  border-block-start: 1px solid var(--outline-soft);
}

.policy-section h2 {
  margin: 0 0 12px;
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 4vw, 2.2rem);
  line-height: 1.25;
}

.policy-section h3 {
  margin: 24px 0 8px;
  color: var(--primary);
  font-size: 1rem;
}

.policy-section p,
.policy-section li,
.contact-list dd {
  color: var(--muted);
}

.policy-section ul,
.policy-section ol {
  display: grid;
  gap: 9px;
  padding-inline-start: 22px;
}

.policy-callout {
  margin-block: 20px;
  padding: 17px 18px;
  border-inline-start: 4px solid var(--terracotta);
  border-radius: 12px;
  background: var(--surface-soft);
}

.policy-callout p {
  margin: 0;
}

.draft-field {
  display: inline-block;
  padding: 2px 7px;
  border: 1px dashed #b8792f;
  border-radius: 7px;
  background: #fff7e7;
  color: #7a4d1c;
  font-weight: 700;
}

.contact-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px 18px;
  margin: 0;
}

.contact-list dt {
  font-weight: 700;
}

.contact-list dd {
  margin: 0;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-block-start: 22px;
}

.contact-actions .button {
  min-width: 180px;
}

.button-secondary {
  border-color: var(--outline);
  background: white;
  color: var(--primary);
}

.button-secondary:hover {
  background: var(--surface-soft);
}

.policy-footer {
  padding-block-end: 46px;
}

.mobile-bottom-nav {
  position: fixed;
  z-index: 90;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 74px;
  padding: 7px 10px calc(7px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(181, 113, 78, 0.16);
  background: rgba(255, 250, 247, 0.96);
  box-shadow: 0 -10px 32px rgba(76, 50, 36, 0.09);
  backdrop-filter: blur(16px);
}

.mobile-bottom-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border-radius: 16px;
  color: #81736b;
  font-size: 0.67rem;
}

.mobile-bottom-nav a.active,
.mobile-bottom-nav a:hover {
  color: var(--primary);
}

.mobile-bottom-nav .order-nav {
  background: #f0ddcf;
  color: var(--primary);
  font-weight: 700;
}

.mobile-bottom-nav svg {
  width: 21px;
  height: 21px;
}

@media (min-width: 600px) {
  .page-shell {
    width: min(1180px, calc(100% - 56px));
  }

  .hero-actions {
    flex-direction: row;
    justify-content: center;
  }

  .hero-actions .button {
    min-width: 170px;
  }

  .benefit-grid {
    gap: 18px;
  }

  .policy-header-nav {
    display: flex;
  }

  .contact-list {
    grid-template-columns: minmax(150px, 0.45fr) 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

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

  .full-width {
    grid-column: 1 / -1;
  }
}

@media (min-width: 860px) {
  .section {
    padding-block: 104px;
  }

  .site-header .header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 50px;
    min-height: 82px;
  }

  .brand {
    justify-self: start;
    font-size: 1.55rem;
  }

  .site-header .brand-logo {
    width: 52px;
    height: 52px;
  }

  .menu-button,
  .mobile-menu,
  .mobile-bottom-nav {
    display: none !important;
  }

  .desktop-nav {
    display: flex;
    justify-content: center;
    gap: 34px;
    color: #5f534d;
    font-size: 0.9rem;
  }

  .desktop-nav a {
    position: relative;
    padding-block: 12px;
  }

  .desktop-nav a::after {
    content: "";
    position: absolute;
    inset: auto 0 5px;
    height: 2px;
    border-radius: 999px;
    background: var(--terracotta);
    transform: scaleX(0);
    transition: transform 0.2s ease;
  }

  .desktop-nav a:hover::after {
    transform: scaleX(1);
  }

  .basket-button {
    width: auto;
    gap: 8px;
    padding-inline: 17px;
    border-radius: 999px;
    background: var(--primary);
    color: white;
    font-size: 0.78rem;
    font-weight: 700;
  }

  .desktop-only {
    display: inline;
  }

  .hero {
    padding-block: 28px 40px;
  }

  .hero-card {
    min-height: 690px;
  }

  .hero-picture img {
    object-position: center 62%;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(31, 22, 18, 0.13), rgba(31, 22, 18, 0.72) 68%, rgba(31, 22, 18, 0.83));
  }

  .hero-copy {
    inset-block: 0;
    inset-inline: auto 0;
    display: flex;
    width: min(58%, 660px);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-inline: clamp(42px, 6vw, 82px) 46px;
    text-align: start;
  }

  .hero-copy h1,
  .hero-copy > p:not(.eyebrow, .delivery-note) {
    margin-inline: 0;
  }

  .hero-actions {
    justify-content: flex-start;
  }

  .delivery-note {
    justify-content: flex-start;
  }

  .benefit-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .benefit-card {
    min-height: 220px;
    padding: 30px 22px;
  }

  .benefit-card p {
    font-size: 0.88rem;
  }

  .split-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 60px;
  }

  .split-heading > p {
    margin: 0;
  }

  .swatches {
    margin-block-end: 34px;
  }

  .product-grid {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 190px;
  }

  .product-card {
    grid-column: span 6;
  }

  .product-card,
  .product-card img {
    height: 100%;
  }

  .product-card {
    position: relative;
  }

  .product-card > div {
    position: absolute;
    inset: auto 12px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
  }

  .story-card {
    grid-template-columns: 1.05fr 0.95fr;
    min-height: 590px;
  }

  .story-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px clamp(45px, 6vw, 90px);
  }

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

  .price-card {
    padding: 32px;
  }

  .order-layout {
    grid-template-columns: 0.78fr 1.22fr;
    align-items: start;
    gap: clamp(45px, 7vw, 100px);
  }

  .order-intro {
    position: sticky;
    inset-block-start: 120px;
    padding-block-start: 30px;
  }

  .order-form {
    padding: 40px;
  }

  .site-footer {
    padding-block: 64px 54px;
  }

  .footer-inner {
    grid-template-columns: 1.4fr 0.8fr 1fr;
    align-items: start;
  }

  .footer-note {
    text-align: end;
  }

  .policy-layout {
    grid-template-columns: 250px minmax(0, 1fr);
    align-items: start;
  }

  .policy-nav {
    position: sticky;
    inset-block-start: 96px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
