:root {
  --bg: #efe7d8;
  --paper: #fbf7ee;
  --surface: #fffdf8;
  --ink: #182116;
  --muted: #566355;
  --line: rgba(24, 33, 22, 0.12);
  --green-strong: #213925;
  --green-soft: #5f7e47;
  --green-wash: #dce7c6;
  --gold: #be9361;
  --shadow: 0 24px 50px rgba(24, 33, 22, 0.11);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shell: 1220px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(190, 147, 97, 0.2), transparent 28%),
    linear-gradient(180deg, #f5efe2 0%, var(--bg) 100%);
  color: var(--ink);
  font-family: "Sora", sans-serif;
  line-height: 1.6;
}

body.drawer-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.section--light {
  background: rgba(255, 253, 248, 0.72);
  backdrop-filter: blur(8px);
}

.section--paper {
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.8), rgba(240, 233, 219, 0.86));
}

.section-label {
  margin: 0 0 14px;
  color: var(--green-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading h2,
.page-hero h1,
.hero h1,
.product-summary h1,
.story-grid h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.section-heading p,
.hero__lede,
.page-hero p,
.product-summary__copy,
.story-grid p,
.faq-grid article p,
.split-feature__intro p {
  color: var(--muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(251, 247, 238, 0.84);
  border-bottom: 1px solid rgba(24, 33, 22, 0.06);
}

.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
}

.brandmark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brandmark__seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(24, 33, 22, 0.1);
  background: #062313;
  box-shadow: 0 16px 28px rgba(24, 33, 22, 0.12);
}

.brandmark__seal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
}

.brandmark__text {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.brandmark__kicker {
  color: var(--green-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brandmark__name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}

.primary-nav__links,
.primary-nav__actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.primary-nav__actions {
  gap: 12px;
}

.site-header__utility {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.primary-nav a {
  color: rgba(24, 33, 22, 0.88);
  font-size: 0.95rem;
}

.primary-nav a.header-link {
  color: var(--ink);
}

.primary-nav a.header-cta,
.primary-nav a.header-cta[aria-current="page"] {
  color: #f7f3ea;
}

.primary-nav a[aria-current="page"] {
  color: var(--green-strong);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.header-cta,
.button--primary {
  background: var(--green-strong);
  color: #f7f3ea;
}

.header-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(24, 33, 22, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border: 1px solid rgba(24, 33, 22, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.language-switcher__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.language-switcher__button:hover {
  color: var(--green-strong);
}

.language-switcher__button[aria-pressed="true"],
.language-switcher__button.is-active {
  background: var(--green-strong);
  color: #f7f3ea;
}

.header-cta--cart {
  gap: 10px;
}

.cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #f7f3ea;
  font-size: 0.82rem;
  font-weight: 700;
}

.button--ghost {
  border: 1px solid rgba(24, 33, 22, 0.14);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.44);
}

.button--small {
  min-height: 42px;
  padding: 0 16px;
  font-size: 0.9rem;
}

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

.nav-toggle {
  display: none;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
}

.hero {
  padding: 78px 0 54px;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: 42px;
  align-items: center;
}

.hero__copy h1 {
  max-width: 10ch;
}

.hero__copy p {
  max-width: 58ch;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.hero-stats div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.48);
}

.hero-stats dt {
  color: var(--green-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-stats dd {
  margin: 8px 0 0;
  font-size: 0.94rem;
}

.hero__frame {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(220, 231, 198, 0.78), transparent 34%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(239, 231, 216, 0.9));
  box-shadow: var(--shadow);
}

.hero-featured-heading {
  margin-bottom: 12px;
  padding-left: 6px;
}

.hero-featured-heading .section-label {
  margin: 0;
}

.hero-product {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(245, 239, 226, 0.94));
  border: 1px solid rgba(24, 33, 22, 0.08);
  box-shadow: 0 18px 36px rgba(24, 33, 22, 0.08);
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hero-product:hover {
  transform: translateY(-2px);
  border-color: rgba(54, 92, 49, 0.18);
  box-shadow: 0 22px 40px rgba(24, 33, 22, 0.12);
}

.hero-product:focus-visible {
  outline: 2px solid rgba(54, 92, 49, 0.45);
  outline-offset: 3px;
}

.hero-product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  max-height: 118px;
  padding: 10px;
  background: linear-gradient(180deg, rgba(238, 244, 222, 0.92), rgba(255, 255, 255, 0.78));
  border: 1px solid rgba(24, 33, 22, 0.08);
  border-radius: 18px;
}

.hero-product__copy p {
  margin: 0;
  color: var(--green-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-product__copy strong {
  display: block;
  margin: 4px 0 7px;
  color: var(--ink);
  font-size: 1.12rem;
}

.hero-product__copy span {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-note {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(24, 33, 22, 0.1);
}

.hero-note span {
  display: block;
  color: var(--green-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-note strong {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
}

.category-grid,
.faq-grid,
.process-grid,
.story-grid,
.resource-grid {
  display: grid;
  gap: 22px;
}

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

.category-card,
.faq-grid article,
.process-grid article,
.page-hero__card,
.product-card,
.story-grid article,
.resource-card,
.detail-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.category-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
  padding: 24px;
}

.category-card h3,
.faq-grid h3,
.process-grid h3,
.resource-card h3,
.detail-card h3 {
  margin: 8px 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
}

.category-card__count {
  margin: 0;
  color: var(--green-soft);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.category-card a {
  margin-top: 28px;
  font-weight: 600;
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 26px;
  align-items: start;
}

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

.product-grid--full {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
  overflow: hidden;
}

.product-card__image {
  display: block;
  padding: 14px 14px 0;
}

.product-card__image img {
  width: 100%;
  aspect-ratio: 5 / 4;
  max-height: clamp(180px, 20vw, 228px);
  object-fit: contain;
  padding: 12px;
  border-radius: 22px;
  border: 1px solid rgba(24, 33, 22, 0.08);
  background: linear-gradient(180deg, rgba(233, 241, 214, 0.9), rgba(255, 255, 255, 0.74));
}

.product-card__body {
  padding: 18px 18px 20px;
}

.product-card__eyebrow {
  margin: 0 0 8px;
  color: var(--green-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 0.98;
}

.product-card__summary {
  min-height: 68px;
  margin: 12px 0 18px;
  color: var(--muted);
  font-size: 0.93rem;
}

.product-card__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-card__meta strong,
.product-summary__price {
  font-size: 1.15rem;
  font-weight: 700;
}

.product-card__price-note,
.product-summary__price-note {
  margin: 0;
  color: var(--green-soft);
  font-size: 0.86rem;
}

.product-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-card__badges span,
.area-list span,
.filter-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(24, 33, 22, 0.1);
  background: rgba(220, 231, 198, 0.42);
  color: var(--ink);
  font-size: 0.78rem;
}

.product-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.product-card__actions .button {
  flex: 1 1 160px;
}

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

.process-grid article,
.faq-grid article,
.story-grid article,
.resource-card,
.detail-card {
  padding: 26px;
}

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

.resource-card a {
  color: var(--green-deep);
  font-weight: 700;
}

.area-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 30px;
  align-items: center;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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

.info-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
}

.info-list div {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(252, 250, 244, 0.92);
}

.info-list dt {
  color: var(--green-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.info-list dd {
  margin: 8px 0 0;
  color: var(--ink);
}

.inline-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.page-list {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.page-list li + li {
  margin-top: 10px;
}

.page-main {
  padding-bottom: 54px;
}

.page-hero,
.product-hero {
  padding: 48px 0 28px;
}

.page-hero__grid,
.product-hero__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1.16fr);
  gap: 28px;
  align-items: start;
}

.page-hero__card {
  display: grid;
  gap: 10px;
  padding: 24px;
}

.delivery-hero {
  padding-top: 56px;
  padding-bottom: 34px;
}

.delivery-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: 30px;
  align-items: stretch;
}

.delivery-hero__copy {
  display: grid;
  align-content: start;
  gap: 0;
}

.delivery-hero__copy h1 {
  max-width: 11ch;
}

.delivery-hero__copy p:not(.section-label) {
  max-width: 59ch;
}

.delivery-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.delivery-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.delivery-hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(24, 33, 22, 0.1);
  background: rgba(255, 255, 255, 0.64);
  color: var(--ink);
  font-size: 0.8rem;
}

.delivery-hero__panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(220, 231, 198, 0.9), transparent 32%),
    radial-gradient(circle at bottom left, rgba(210, 224, 188, 0.38), transparent 24%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(240, 232, 218, 0.96));
  box-shadow: 0 28px 60px rgba(24, 33, 22, 0.1);
}

.delivery-hero__meta {
  display: grid;
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(24, 33, 22, 0.08);
}

.delivery-hero__meta p {
  margin: 0;
  color: var(--green-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.delivery-hero__meta strong {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.3rem, 5vw, 3.8rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.delivery-hero__meta span {
  color: var(--muted);
  font-size: 0.95rem;
}

.delivery-hero__modes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.delivery-hero__mode {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(24, 33, 22, 0.08);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 34px rgba(24, 33, 22, 0.06);
}

.delivery-hero__mode p {
  margin: 0;
  color: var(--green-soft);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.delivery-hero__mode strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  line-height: 0.96;
}

.delivery-hero__mode span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.delivery-hero__note {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(24, 33, 22, 0.08);
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.6;
}

.shop-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-pill {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.66);
}

.filter-pill.is-active {
  background: var(--green-strong);
  border-color: var(--green-strong);
  color: #f7f3ea;
}

.search-box {
  display: grid;
  gap: 8px;
  min-width: min(360px, 100%);
}

.search-box span {
  color: var(--green-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.search-box input {
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.product-gallery {
  display: grid;
  gap: 16px;
  justify-items: center;
}

.product-gallery img {
  width: min(100%, 460px);
  aspect-ratio: 1 / 1;
  max-height: 460px;
  object-fit: contain;
  padding: 18px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(240, 245, 226, 0.92), rgba(255, 255, 255, 0.76));
  box-shadow: var(--shadow);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

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

.pricing-tier-panel {
  margin-top: 20px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(248, 244, 235, 0.56);
}

.pricing-tier-panel__head {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.pricing-tier-panel__head span {
  color: var(--green-soft);
  font-size: 0.92rem;
}

.pricing-tier-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
}

.pricing-tier {
  padding: 14px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.74);
}

.pricing-tier--best {
  border-color: rgba(18, 79, 52, 0.35);
  background: linear-gradient(180deg, rgba(243, 249, 243, 0.96), rgba(255, 255, 255, 0.82));
}

.pricing-tier p,
.pricing-tier strong,
.pricing-tier span {
  display: block;
}

.pricing-tier p {
  margin: 0 0 8px;
  font-size: 0.82rem;
  color: var(--green-soft);
}

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

.pricing-tier span {
  margin-top: 8px;
  font-size: 0.82rem;
  color: rgba(36, 44, 38, 0.74);
}

.product-specs div {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
}

.product-specs dt {
  color: var(--green-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-specs dd {
  margin: 8px 0 0;
}

.product-summary__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

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

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

.contact-card,
.cart-panel,
.cart-summary {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.contact-card {
  padding: 26px;
}

.contact-card h3,
.cart-empty h2,
.cart-summary h2,
.cart-item h3 {
  margin: 8px 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 24px;
  align-items: start;
}

.cart-panel {
  padding: 24px;
}

.cart-empty__actions,
.cart-summary__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.cart-items {
  display: grid;
  gap: 16px;
}

.cart-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(24, 33, 22, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
}

.cart-item__image img {
  width: 120px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 8px;
  border-radius: 18px;
  border: 1px solid rgba(24, 33, 22, 0.1);
  background: linear-gradient(180deg, rgba(240, 245, 226, 0.88), rgba(255, 255, 255, 0.76));
}

.cart-item h3 {
  margin-top: 0;
}

.cart-item__price {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
}

.cart-item__variant {
  margin: -2px 0 10px;
  color: var(--green-soft);
  font-size: 0.9rem;
}

.cart-item__controls {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.qty-controls {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  border: 1px solid rgba(24, 33, 22, 0.1);
  border-radius: 999px;
  background: rgba(220, 231, 198, 0.24);
}

.qty-button,
.cart-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
}

.cart-remove {
  min-width: auto;
  padding: 0 14px;
  border: 1px solid rgba(24, 33, 22, 0.1);
}

.cart-summary {
  padding: 26px;
}

.cart-summary__stats {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
}

.cart-summary__stats div {
  padding: 14px 16px;
  border: 1px solid rgba(24, 33, 22, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.cart-summary__stats dt {
  color: var(--green-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cart-summary__stats dd {
  margin: 8px 0 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.cart-checkout {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.checkout-field {
  display: grid;
  gap: 8px;
}

.checkout-field label {
  color: var(--green-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-field input,
.checkout-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(24, 33, 22, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  resize: vertical;
}

.checkout-field input:focus,
.checkout-field textarea:focus {
  outline: 2px solid rgba(95, 126, 71, 0.22);
  border-color: rgba(95, 126, 71, 0.44);
}

.cart-consent {
  margin-top: 4px;
  padding: 16px 18px;
  border: 1px solid rgba(24, 33, 22, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.cart-consent__label {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  cursor: pointer;
}

.cart-consent__label input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--green-strong);
}

.cart-consent__label span {
  font-size: 0.94rem;
  color: var(--ink);
}

.cart-consent__hint {
  margin: 12px 0 0;
  color: var(--green-soft);
  font-size: 0.84rem;
}

.button.is-disabled,
.button[aria-disabled="true"],
.button[disabled] {
  opacity: 0.52;
  pointer-events: none;
  box-shadow: none;
}

.cart-order-draft {
  margin-top: 20px;
  padding: 18px;
  border: 1px solid rgba(24, 33, 22, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(243, 249, 243, 0.92), rgba(255, 255, 255, 0.88));
}

.cart-order-draft h3 {
  margin: 8px 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  line-height: 1;
}

.cart-order-draft__meta {
  display: grid;
  gap: 12px;
  margin: 0;
}

.cart-order-draft__meta div {
  padding: 12px 14px;
  border: 1px solid rgba(24, 33, 22, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
}

.cart-order-draft__meta dt {
  color: var(--green-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cart-order-draft__meta dd {
  margin: 8px 0 0;
}

.cart-order-draft__items {
  margin-top: 16px;
}

.cart-order-draft__items-title {
  margin: 0 0 10px;
  color: var(--green-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart-order-draft__items ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart-order-draft__items li {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(24, 33, 22, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
}

.cart-order-draft__note {
  margin: 14px 0 0;
  color: var(--green-soft);
  font-size: 0.84rem;
}

.contact-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 24;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--green-strong);
  color: #f7f3ea;
  box-shadow: 0 18px 34px rgba(24, 33, 22, 0.22);
  transition: transform 0.18s ease;
}

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

.site-footer {
  padding: 54px 0;
  background: #17231a;
  color: rgba(247, 243, 234, 0.88);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.footer-brand {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 700;
}

.footer-label {
  margin: 0 0 12px;
  color: rgba(220, 231, 198, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer a {
  display: block;
  margin-bottom: 8px;
}

.size-drawer {
  position: fixed;
  inset: 0;
  z-index: 60;
}

.size-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 27, 20, 0.48);
  backdrop-filter: blur(8px);
}

.size-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: min(520px, 100%);
  height: 100%;
  padding: 24px;
  overflow-y: auto;
  background: rgba(251, 247, 238, 0.98);
  box-shadow: -24px 0 48px rgba(24, 33, 22, 0.16);
}

.size-drawer__content {
  display: grid;
  align-content: start;
  gap: 16px;
  width: 100%;
}

.size-drawer__close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
}

.size-drawer__image {
  width: 100%;
  max-width: 180px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(240, 245, 226, 0.92), rgba(255, 255, 255, 0.76));
  box-shadow: var(--shadow);
}

.size-drawer__copy {
  max-width: 42ch;
  color: var(--muted);
}

.size-drawer__options {
  display: grid;
  gap: 12px;
}

.size-option {
  display: grid;
  gap: 10px;
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(24, 33, 22, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  text-align: left;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.size-option:hover {
  transform: translateY(-1px);
  border-color: rgba(18, 79, 52, 0.28);
  box-shadow: 0 18px 34px rgba(24, 33, 22, 0.08);
}

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

.size-option__top strong {
  font-size: 1rem;
}

.size-option__price {
  color: var(--green-soft);
  font-size: 0.92rem;
}

.size-option__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(220, 231, 198, 0.58);
  color: var(--green-strong);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.size-drawer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.footer-copy {
  color: rgba(247, 243, 234, 0.72);
}

.footer-brandblock {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
}

.footer-brand__logo {
  width: min(100%, 220px);
  border-radius: 24px;
  border: 1px solid rgba(247, 243, 234, 0.08);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.18);
}

.is-hidden {
  display: none !important;
}

@media (max-width: 1100px) {
  .category-grid,
  .product-grid--full {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .hero__grid,
  .split-feature,
  .area-band,
  .delivery-hero__grid,
  .page-hero__grid,
  .product-hero__grid,
  .site-footer__grid,
  .cart-layout {
    grid-template-columns: 1fr;
  }

  .category-grid,
  .product-grid,
  .product-grid--full,
  .resource-grid,
  .faq-grid,
  .process-grid,
  .story-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .search-box {
    min-width: 100%;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(251, 247, 238, 0.98);
    box-shadow: var(--shadow);
  }

  .primary-nav__links,
  .primary-nav__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .primary-nav__actions {
    margin-left: 0;
  }

  .language-switcher {
    width: auto;
    justify-content: flex-start;
  }

  .language-switcher__button {
    flex: 0 0 auto;
  }

  .primary-nav.is-open {
    display: flex;
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(calc(100% - 32px), var(--shell));
  }

  .site-header__inner {
    min-height: 74px;
    gap: 12px;
  }

  .brandmark {
    gap: 0;
  }

  .brandmark__seal {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .brandmark__text {
    display: none;
  }

  .site-header__utility {
    gap: 8px;
    margin-left: auto;
  }

  .language-switcher {
    padding: 3px;
  }

  .language-switcher__button {
    min-width: 42px;
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.74rem;
  }

  .nav-toggle {
    width: auto;
    min-width: 72px;
    min-height: 44px;
    padding: 0 12px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-color: rgba(24, 33, 22, 0.14);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 8px 18px rgba(24, 33, 22, 0.08);
  }

  .nav-toggle::before {
    content: none;
  }

  .nav-toggle[aria-expanded="true"]::before {
    content: none;
  }

  .nav-toggle,
  .language-switcher__button,
  .header-link,
  .header-cta,
  .button {
    min-height: 46px;
  }

  .primary-nav {
    right: 16px;
    left: 16px;
    padding: 16px;
    border-radius: 20px;
  }

  .primary-nav a,
  .primary-nav a.header-link,
  .primary-nav a.header-cta {
    width: 100%;
  }

  .hero {
    padding-top: 48px;
    padding-bottom: 30px;
  }

  .section,
  .page-hero,
  .product-hero {
    padding-top: 48px;
    padding-bottom: 32px;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .section-heading h2,
  .page-hero h1,
  .hero h1,
  .product-summary h1,
  .story-grid h2 {
    font-size: clamp(2.15rem, 11vw, 3rem);
    line-height: 0.96;
  }

  .hero__grid,
  .delivery-hero__grid,
  .page-hero__grid,
  .product-hero__grid,
  .split-feature,
  .area-band {
    gap: 22px;
  }

  .hero__copy h1,
  .delivery-hero__copy h1,
  .hero__copy p {
    max-width: none;
  }

  .delivery-hero__copy p:not(.section-label) {
    max-width: none;
  }

  .hero__lede,
  .page-hero p,
  .product-summary__copy,
  .story-grid p,
  .faq-grid article p,
  .split-feature__intro p {
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .hero__actions,
  .delivery-hero__actions,
  .product-summary__actions,
  .cart-empty__actions,
  .cart-summary__actions,
  .size-drawer__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .hero__actions .button,
  .delivery-hero__actions .button,
  .product-summary__actions .button,
  .cart-empty__actions .button,
  .cart-summary__actions .button,
  .size-drawer__actions .button {
    width: 100%;
  }

  .hero-stats {
    gap: 10px;
    margin-top: 24px;
  }

  .hero-stats div {
    padding: 16px;
    border-radius: 16px;
  }

  .hero-stats dd {
    font-size: 0.9rem;
  }

  .hero__frame {
    gap: 12px;
    padding: 16px;
    border-radius: 24px;
  }

  .hero-product {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
    border-radius: 18px;
  }

  .hero-featured-heading {
    margin-bottom: 10px;
  }

  .hero-product img {
    max-height: 68px;
    padding: 6px;
    border-radius: 14px;
  }

  .hero-product__copy p {
    font-size: 0.74rem;
  }

  .hero-product__copy strong {
    margin: 3px 0 5px;
    font-size: 1rem;
  }

  .hero-product__copy span {
    font-size: 0.8rem;
  }

  .hero-note {
    margin-top: 14px;
    padding: 16px 18px;
    border-radius: 18px;
  }

  .delivery-hero {
    padding-top: 48px;
    padding-bottom: 26px;
  }

  .delivery-hero__chips {
    margin-top: 22px;
  }

  .delivery-hero__panel {
    padding: 20px;
    border-radius: 26px;
  }

  .delivery-hero__modes {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .delivery-hero__mode {
    padding: 16px;
    border-radius: 20px;
  }

  .delivery-hero__mode strong {
    font-size: 1.46rem;
  }

  .delivery-hero__note {
    padding: 14px 16px;
    border-radius: 18px;
    font-size: 0.9rem;
  }

  .category-card,
  .faq-grid article,
  .process-grid article,
  .page-hero__card,
  .story-grid article,
  .resource-card,
  .detail-card,
  .contact-card,
  .cart-panel,
  .cart-summary {
    padding: 20px;
  }

  .category-card {
    min-height: auto;
  }

  .category-card a {
    margin-top: 18px;
  }

  .hero-stats,
  .category-grid,
  .product-grid,
  .product-grid--full,
  .faq-grid,
  .process-grid,
  .story-grid,
  .resource-grid,
  .contact-grid,
  .product-specs {
    grid-template-columns: 1fr;
  }

  .filter-bar {
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    margin-inline: -2px;
    padding-inline: 2px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .filter-bar::-webkit-scrollbar {
    display: none;
  }

  .filter-pill {
    flex: 0 0 auto;
  }

  .search-box {
    gap: 6px;
  }

  .search-box input {
    min-height: 46px;
  }

  .product-card__body {
    padding: 16px 16px 18px;
  }

  .product-card__image {
    width: min(100%, 220px);
    margin: 12px auto 0;
    padding: 0;
  }

  .product-card__image img {
    aspect-ratio: 4 / 3;
    max-height: 136px;
    padding: 8px;
    border-radius: 18px;
  }

  .product-card h3,
  .category-card h3,
  .faq-grid h3,
  .process-grid h3,
  .resource-card h3,
  .detail-card h3,
  .contact-card h3,
  .cart-empty h2,
  .cart-summary h2,
  .cart-item h3 {
    font-size: 1.58rem;
  }

  .product-card__summary {
    min-height: 0;
    margin: 10px 0 14px;
    font-size: 0.9rem;
  }

  .product-card__meta {
    gap: 8px;
  }

  .product-card__price-note,
  .product-summary__price-note {
    font-size: 0.82rem;
  }

  .product-card__actions {
    gap: 8px;
    margin-top: 16px;
  }

  .product-card__actions .button {
    flex: 1 1 100%;
  }

  .breadcrumbs {
    margin-bottom: 14px;
    font-size: 0.82rem;
  }

  .page-hero__grid,
  .product-hero__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .product-gallery img {
    width: min(100%, 240px);
    max-height: 240px;
    padding: 10px;
  }

  .pricing-tier-panel {
    margin-top: 16px;
    padding: 16px;
  }

  .pricing-tier-grid {
    gap: 10px;
  }

  .pricing-tier {
    padding: 12px;
  }

  .product-specs {
    gap: 10px;
    margin: 22px 0;
  }

  .product-specs div {
    padding: 12px 14px;
    border-radius: 16px;
  }

  .cart-layout {
    gap: 18px;
  }

  .cart-item {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }

  .cart-item__image img {
    width: 72px;
    padding: 5px;
    border-radius: 14px;
  }

  .cart-item__controls {
    grid-column: 1 / -1;
    justify-items: start;
    gap: 10px;
  }

  .qty-controls {
    gap: 10px;
    padding: 7px 9px;
  }

  .cart-summary {
    padding: 20px;
  }

  .cart-summary__stats {
    gap: 10px;
    margin-top: 20px;
  }

  .cart-checkout {
    gap: 14px;
    margin-top: 18px;
  }

  .checkout-field input,
  .checkout-field textarea {
    padding: 13px 14px;
    border-radius: 14px;
  }

  .cart-consent {
    padding: 14px 16px;
  }

  .cart-consent__label span {
    font-size: 0.9rem;
  }

  .cart-order-draft {
    padding: 16px;
  }

  .cart-order-draft h3 {
    font-size: 1.48rem;
  }

  .contact-fab {
    right: 12px;
    left: auto;
    bottom: 12px;
    min-height: 46px;
    padding: 0 16px;
    font-size: 0.9rem;
  }

  .site-footer {
    padding: 42px 0 84px;
  }

  .size-drawer__panel {
    width: 100%;
    padding: 18px 16px 24px;
  }

  .size-drawer__image {
    max-width: 104px;
    border-radius: 18px;
  }

  .size-drawer__close {
    top: 14px;
    right: 16px;
    min-height: 38px;
    padding: 0 12px;
  }

  .size-option__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .size-option {
    padding: 14px 16px;
    border-radius: 18px;
  }
}
