:root {
  --cream: #fcfaf6;
  --paper: #f3eee5;
  --ivory: #f8f3ed;
  --ink: #5a3a24;
  --ink-soft: #5a3a24;
  --clove: #4b2e1c;
  --saffron: #d4933a;
  --turmeric: #c9a356;
  --pistachio: #6b7350;
  --cardamom: #42573a;
  --terracotta: #c9852b;
  --gold: #c9a356;
  --sun: #d4933a;
  --soil: #4b2e1c;
  --muted: #6b7350;
  --leaf: #6b7350;
  --leaf-deep: #42573a;
  --leaf-bright: #c9a356;
  --sand: #f8f3ed;
  --line: rgba(90, 58, 36, 0.14);
  --shadow: 0 28px 70px rgba(75, 46, 28, 0.09);
  --radius: 26px;
  --header: 76px;
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --font-deva: "Noto Sans Tamil", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.01em;
  font-optical-sizing: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 8;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.sketch-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

main {
  position: relative;
  flex: 1 0 auto;
}

main > *:not(.sketch-layer) {
  position: relative;
  z-index: 1;
}

.sketch {
  position: absolute;
  opacity: 0.15;
  mix-blend-mode: multiply;
  user-select: none;
}

.sketch-gift {
  top: 4%;
  right: -3%;
  width: min(300px, 36vw);
}

.sketch-pepper {
  top: 22%;
  left: -4%;
  width: min(210px, 26vw);
}

.sketch-fig {
  top: 48%;
  right: 3%;
  width: min(180px, 22vw);
  opacity: 0.12;
}

.sketch-cardamom {
  top: 72%;
  left: 4%;
  width: min(190px, 24vw);
  opacity: 0.12;
}

.wizard-page .sketch-gift {
  top: 6%;
  right: -2%;
  width: min(250px, 34vw);
}

.wizard-page .sketch-pepper {
  top: auto;
  bottom: 8%;
  left: auto;
  right: 2%;
  width: min(190px, 24vw);
}

.wizard-page .sketch-fig {
  top: 38%;
  left: -2%;
  right: auto;
}

.wizard-page .sketch-cardamom {
  display: none;
}

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

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

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

button {
  background: none;
  border: none;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrap {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--leaf);
}

.kicker::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
}

.ico {
  width: 1.2em;
  height: 1.2em;
  display: block;
  flex-shrink: 0;
}

.ico-well {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--ivory) 55%, white);
  color: var(--leaf-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.ico-well .ico {
  width: 26px;
  height: 26px;
}

.ico-well-sm {
  width: 40px;
  height: 40px;
}

.ico-well-sm .ico {
  width: 20px;
  height: 20px;
}

.ico-well-lg {
  width: 64px;
  height: 64px;
}

.ico-well-lg .ico {
  width: 32px;
  height: 32px;
}

.display {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 0.96;
  color: var(--leaf-deep);
}

.lede {
  max-width: 36rem;
  color: var(--ink-soft);
  font-size: 1.06rem;
  line-height: 1.75;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  transition: transform 0.35s var(--ease), background 0.35s var(--ease), color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.btn-primary {
  background: var(--leaf-deep);
  color: var(--cream);
  box-shadow: 0 10px 24px rgba(66, 87, 58, 0.22);
}

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

.btn-primary:hover {
  background: #3a5332;
  color: var(--cream);
  box-shadow: 0 12px 28px rgba(58, 83, 50, 0.28);
}

.btn-ghost {
  background: transparent;
  border-color: var(--line);
}

.btn-light {
  background: var(--ivory);
  color: var(--ink);
}

:focus-visible {
  outline: 2px solid var(--saffron);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 12px;
  top: -40px;
  z-index: 40;
  padding: 8px 12px;
  background: var(--ink);
  color: var(--ivory);
  border-radius: 999px;
}

.skip:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: var(--header);
  display: flex;
  align-items: center;
  backdrop-filter: blur(16px);
  background: color-mix(in srgb, var(--cream) 90%, transparent);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: color-mix(in srgb, var(--cream) 94%, transparent);
}

.header-inner {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.brand-mark {
  display: block;
  height: 38px;
  width: auto;
}

.nav {
  display: flex;
  gap: 26px;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.nav a {
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: var(--leaf);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}

.nav a:hover::after,
.nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cart-link {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--leaf-deep);
  background: color-mix(in srgb, var(--ivory) 70%, white);
}

.cart-link .ico {
  width: 20px;
  height: 20px;
}

.cart-link[aria-current="page"] {
  border-color: var(--leaf);
  background: var(--ivory);
}

.cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--sun);
  color: var(--leaf-deep);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--leaf-deep);
  place-items: center;
}

.menu-toggle .ico {
  width: 22px;
  height: 22px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 56px;
  align-items: center;
  padding: 56px 0 40px;
  overflow: hidden;
}

.hero-copy h1 {
  font-size: clamp(3.1rem, 6.4vw, 5.8rem);
  max-width: none;
  line-height: 1.02;
  margin: 18px 0 22px;
}

.hero-copy h1 em {
  font-style: italic;
  color: var(--saffron);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.hero-meta-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.hero-meta strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.45rem;
  line-height: 1.1;
}

.hero-meta span {
  color: var(--muted);
  font-size: 0.82rem;
}

.hero-photo {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  min-height: min(68vh, 640px);
  box-shadow: var(--shadow);
  background: #d9cbb8;
  border: 1px solid rgba(201, 163, 86, 0.28);
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(252, 250, 246, 0.42);
  border-radius: 28px;
  pointer-events: none;
  z-index: 1;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.22);
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 36px;
  animation: marquee 38s linear infinite;
  padding: 18px 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-style: italic;
  letter-spacing: 0.02em;
}

.marquee-track span::before {
  content: "·";
  margin-right: 36px;
  color: var(--saffron);
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

section {
  padding: 108px 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: 48px;
}

.section-head h2 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  max-width: 12ch;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

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

.pillar {
  padding: 26px 22px 28px;
  background: color-mix(in srgb, var(--ivory) 82%, white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 240px;
}

.pillar .ico-well {
  margin-bottom: 22px;
}

.pillar b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.7rem;
  margin: 12px 0 10px;
}

.pillar p {
  color: var(--muted);
  font-size: 0.92rem;
}

.pillar-index {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: var(--gold);
}

.collections {
  background: linear-gradient(180deg, transparent, rgba(107, 115, 80, 0.06) 40%, transparent);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.filter {
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.filter.is-active,
.filter:hover {
  background: var(--leaf-deep);
  color: var(--cream);
  border-color: var(--leaf-deep);
}

.grid-cards {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-template-rows: auto auto;
  gap: 18px;
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  min-height: 280px;
  background: #d7c8b4;
  color: var(--ivory);
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform 0.8s var(--ease);
}

.card:hover img {
  transform: scale(1.06);
}

.card-body {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 28px;
  background: linear-gradient(transparent, rgba(66, 87, 58, 0.78));
}

.card-body .ico-well {
  margin-bottom: 14px;
  background: rgba(252, 250, 246, 0.16);
  border-color: rgba(252, 250, 246, 0.28);
  color: var(--cream);
  box-shadow: none;
}

.card.featured {
  grid-row: span 2;
  min-height: 580px;
}

.card small {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.68rem;
}

.card h3 {
  font-family: var(--font-display);
  font-size: 2.2rem;
  margin: 8px 0;
}

.card.hidden {
  display: none;
}

.craft-band {
  background: var(--paper);
  border-block: 1px solid var(--line);
  padding: 112px 0;
}

.craft-intro {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 40px;
}

.craft-intro h2 {
  font-size: clamp(2.6rem, 5.4vw, 4.6rem);
  max-width: 11ch;
  margin-top: 10px;
}

.craft-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.craft-step {
  min-height: 280px;
  padding: 28px 26px 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: color-mix(in srgb, var(--ivory) 70%, white);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.craft-step small {
  display: block;
  margin: 22px 0 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--gold);
}

.craft-step h3 {
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 500;
  color: var(--leaf-deep);
  margin-bottom: 10px;
  line-height: 1.15;
}

.craft-step p {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.craft-footnote {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 22px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: color-mix(in srgb, var(--ivory) 55%, white);
}

.craft-footnote p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  max-width: 44rem;
}

.craft {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

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

.occasion {
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  border-radius: 28px;
  background: color-mix(in srgb, var(--ivory) 70%, white);
  color: var(--ink);
  min-height: 248px;
  border: 1px solid var(--line);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.occasion:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.occasion small {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--gold);
}

.occasion h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  margin: 18px 0 8px;
  color: var(--leaf-deep);
}

.occasion p {
  color: var(--ink-soft);
}

.occasion .ico-well {
  margin-bottom: 28px;
}

.lots {
  background: var(--paper);
  color: var(--ink);
}

.pantry-roster .pantry-group {
  margin-top: 8px;
}

.pantry-roster .pantry-group + .pantry-group {
  margin-top: 32px;
}

.ingredient-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 12px;
}

.ingredient {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 156px;
  padding: 20px 18px 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: color-mix(in srgb, var(--ivory) 60%, white);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}

.ingredient:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--gold) 55%, var(--line));
  box-shadow: var(--shadow);
}

.ingredient b {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--leaf-deep);
  line-height: 1.15;
}

.ingredient em {
  margin-top: auto;
  font-style: normal;
  color: var(--leaf);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

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

.lot {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--ivory);
}

.lot span {
  color: var(--leaf);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
}

.lot b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--leaf-deep);
  margin: 12px 0 8px;
}

.lot p {
  color: var(--ink-soft);
}

.quote-block {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
}

.quote-block .ico-well {
  margin-bottom: 22px;
}

.quote-block blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.15;
}

.quote-block cite {
  display: block;
  margin-top: 18px;
  font-style: normal;
  color: var(--muted);
}

.cta-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 48px;
  border-radius: 32px;
  background: var(--leaf-deep);
  color: var(--cream);
}

.cta-band h2 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  max-width: 14ch;
  color: var(--cream);
}

.cta-band .btn-primary {
  background: var(--sun);
  color: var(--leaf-deep);
  box-shadow: none;
}

.cta-band .btn-primary:hover {
  background: var(--gold);
  color: var(--leaf-deep);
}

.location {
  padding-top: 24px;
}

.location-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.location h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 12px 0 20px;
}

.location address,
.site-footer address {
  font-style: normal;
  color: inherit;
  line-height: 1.7;
}

.site-footer {
  padding: 64px 0 32px;
  background: var(--leaf-deep);
  color: var(--sand);
  border-top: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
}

.site-footer h2 {
  font-family: var(--font-display);
  font-size: 2.6rem;
  color: var(--cream);
}

.site-footer a,
.site-footer p {
  color: var(--sand);
}

.footer-links {
  display: grid;
  gap: 8px;
}

.legal {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--sand);
  font-size: 0.86rem;
}

.site-footer-slim {
  padding: 22px 0;
  margin-top: auto;
}

.site-footer-slim .legal {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.page-hero {
  padding: 48px 0 24px;
}

.page-hero h1 {
  font-size: clamp(3rem, 7vw, 6.2rem);
  max-width: 14ch;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.story-photo {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 32px;
}

.compose-title {
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  max-width: 12ch;
  margin-bottom: 8px;
}

.story-grid p + p {
  margin-top: 18px;
  color: var(--muted);
}

.compose {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  padding: 48px 0 80px;
}

.compose-intro p {
  margin-top: 16px;
  color: var(--muted);
}

.atelier {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 32px;
  box-shadow: var(--shadow);
}

.progress {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
}

.progress span {
  flex: 1;
  height: 4px;
  border-radius: 99px;
  background: var(--paper);
}

.progress span.is-on {
  background: var(--saffron);
}

.panel {
  display: none;
}

.panel.is-on {
  display: block;
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.choice,
.field {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--cream);
}

.choice {
  padding: 18px;
  text-align: left;
  cursor: pointer;
}

.choice.is-picked,
.choice:hover {
  border-color: var(--ink);
  background: #fff;
}

.fields {
  display: grid;
  gap: 14px;
}

.field {
  padding: 4px 14px 10px;
}

.field label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 8px;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 8px 0;
  outline: none;
}

.atelier-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.summary {
  background: var(--paper);
  border-radius: 18px;
  padding: 18px;
}

.summary li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}

.success {
  display: none;
  text-align: center;
  padding: 40px 12px;
}

.success.is-on {
  display: block;
}

.success h2 {
  font-size: 3rem;
  margin: 12px 0;
}

.size-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-bottom: 8px;
}

.size-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: inherit;
  min-height: 0;
  padding: 28px 24px 22px;
  border: 1px solid color-mix(in srgb, var(--gold) 32%, var(--line));
  border-radius: 32px;
  background: linear-gradient(180deg, #fcfaf6 0%, #f8f3ed 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease), background 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.size-card:hover {
  border-color: var(--leaf);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.size-card.is-picked {
  background: var(--leaf-deep);
  color: var(--cream);
  border-color: var(--leaf-deep);
}

.size-card.is-picked p,
.size-card.is-picked small,
.size-card.is-picked .size-cta,
.size-card.is-picked .display {
  color: var(--cream);
}

.size-card > .ico-well {
  margin-bottom: 14px;
  color: var(--leaf-deep);
}

.size-card.is-picked > .ico-well {
  background: rgba(252, 250, 246, 0.12);
  border-color: rgba(252, 250, 246, 0.22);
  color: var(--leaf-bright);
  box-shadow: none;
}

.size-card small {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.68rem;
  color: var(--gold);
}

.size-card h2,
.size-card h3 {
  font-size: 2.2rem;
  margin: 10px 0 8px;
}

.size-price {
  font-family: var(--font-display);
  font-size: 2rem;
  margin-bottom: 12px;
}

.size-card p {
  color: var(--ink-soft);
  flex: 1;
}

.size-card.is-picked p {
  color: color-mix(in srgb, var(--paper) 82%, transparent);
}

.size-cta {
  margin-top: 18px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--leaf);
}

.steps-row {
  display: flex;
  gap: 18px;
  margin-bottom: 22px;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.steps-row .is-on {
  color: var(--ink);
  font-weight: 600;
}

.customise-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 36px;
  align-items: start;
  padding-bottom: 80px;
}

.fill-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 10px 0 12px;
}

.pantry-group {
  margin: 28px 0 0;
}

.pantry-group h3 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0 0 14px;
}

.pick-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
  gap: 10px;
}

.pick {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 112px;
  padding: 12px 8px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--ivory);
  cursor: pointer;
  text-align: center;
  font-size: 0.82rem;
  line-height: 1.2;
}

.pick svg {
  width: 34px;
  height: 34px;
  color: var(--saffron);
}

.pick:hover {
  border-color: var(--ink);
}

.pick.is-on {
  background: var(--leaf-deep);
  color: var(--cream);
  border-color: var(--leaf-deep);
}

.pick.is-on svg {
  color: var(--leaf-bright);
}

.pick:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

.details-block {
  margin-top: 36px;
}

.details-block h3 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 14px;
}

.pick-list {
  display: grid;
  gap: 8px;
  margin: 12px 0;
}

.pick-list li {
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}

.slot-note {
  margin: 18px 0;
  color: var(--muted);
}

.basket {
  position: sticky;
  top: calc(var(--header) + 16px);
  padding: 28px;
  border-radius: 28px;
  background: var(--ivory);
  border: 1px solid var(--line);
}

.basket-price {
  font-family: var(--font-display);
  font-size: 2rem;
  margin: 8px 0 16px;
}

.wizard-page {
  font-size: 1.05rem;
  background: var(--cream);
}

.wizard-page .page-hero {
  display: none;
}

.wizard {
  position: relative;
  z-index: 9;
  padding: 36px 0 80px;
}

.wizard-intro {
  margin-bottom: 22px;
}

.wizard-intro h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  max-width: 14ch;
  margin-top: 8px;
}

.wizard-intro .lede {
  margin-top: 12px;
}

.wizard-status {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 18px;
  color: var(--ink-soft);
}

.wizard-alert {
  display: none;
  margin: 0 0 16px;
  padding: 12px 16px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--saffron) 14%, var(--cream));
  color: var(--terracotta);
  font-weight: 600;
}

.wizard-alert.is-on {
  display: block;
}

.wizard-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.wizard-steps button {
  width: 100%;
  min-height: 52px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--ivory);
  font-size: 0.92rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.wizard-steps b {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--paper);
  font-size: 0.82rem;
}

.wizard-steps .is-on,
.wizard-steps .is-done {
  border-color: var(--leaf-deep);
}

.wizard-steps .is-done {
  background: var(--paper);
}

.wizard-steps .is-on {
  background: var(--sun);
  color: var(--cream);
}

.wizard-steps .is-on b {
  background: var(--cream);
  color: var(--leaf-deep);
}

.wizard-stage {
  padding: 8px 0 12px;
}

.wizard-page section.wizard {
  padding: 36px 0 80px;
}

.gift-fill {
  display: none;
  margin-top: 40px;
  padding: 40px 36px 36px;
  border: 1px solid color-mix(in srgb, var(--gold) 30%, var(--line));
  border-radius: 36px;
  background: #fbf8f2;
  box-shadow: 0 32px 80px rgba(75, 46, 28, 0.08);
  scroll-margin-top: calc(var(--header) + 20px);
}

.gift-fill.is-open {
  display: block !important;
}

.gift-fill-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.gift-fill-head h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.preset-row {
  margin: 28px 0 8px;
}

.preset-label {
  margin: 0 0 14px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--leaf);
}

.preset-chips {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.preset-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 148px;
  padding: 20px 14px 16px;
  border: 1px solid color-mix(in srgb, var(--gold) 22%, var(--line));
  border-radius: 24px;
  background: color-mix(in srgb, var(--ivory) 40%, white);
  cursor: pointer;
  text-align: center;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease), transform 0.3s var(--ease);
}

.preset-chip:hover {
  transform: translateY(-2px);
  border-color: var(--leaf);
}

.preset-chip > .ico-well {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  margin: 0;
  padding: 0;
  flex-direction: unset;
  gap: 0;
  box-shadow: none;
}

.preset-chip > .ico-well .ico {
  width: 18px;
  height: 18px;
}

.preset-chip > span:not(.ico-well) {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 0;
  line-height: 1.25;
}

.preset-chip b {
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--leaf-deep);
}

.preset-chip small {
  color: var(--leaf);
  font-weight: 500;
  font-size: 0.72rem;
  line-height: 1.4;
  max-width: 16ch;
}

.preset-chip.is-on {
  background: var(--leaf-deep);
  color: var(--cream);
  border-color: var(--leaf-deep);
}

.preset-chip.is-on b,
.preset-chip.is-on small {
  color: var(--cream);
}

.preset-chip.is-on .ico-well {
  background: var(--sun);
  border-color: transparent;
  color: var(--leaf-deep);
  box-shadow: none;
}

.qty-panel {
  margin: 36px 0 8px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: color-mix(in srgb, var(--ivory) 55%, white);
}

.qty-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.qty-chip {
  min-width: 52px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--cream);
  font-weight: 600;
  cursor: pointer;
}

.qty-chip.is-on {
  background: var(--leaf-deep);
  color: var(--cream);
  border-color: var(--leaf-deep);
}

.qty-exact {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--leaf);
}

.qty-exact input {
  width: 88px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--cream);
}

.qty-hint {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.enquire-card {
  margin-top: 16px;
  padding: 18px 20px;
  border-radius: 18px;
  background: var(--paper);
}

.enquire-card .btn {
  margin-top: 12px;
  margin-right: 8px;
}

#giftItems {
  margin-top: 28px;
}

.gift-note {
  margin-top: 32px;
  padding: 28px 32px;
  border-radius: 28px;
  background: color-mix(in srgb, var(--ivory) 30%, white);
  border: 1px solid color-mix(in srgb, var(--gold) 22%, var(--line));
}

.gift-note-strip .gift-note-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) 1fr;
  gap: 8px 36px;
  align-items: end;
  padding-bottom: 20px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--line);
}

.gift-note-strip .gift-note-head .lede {
  margin: 0;
  max-width: none;
}

.gift-note h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--leaf-deep);
  margin: 0;
}

.gift-chips {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
  gap: 12px;
}

.gift-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 118px;
  padding: 16px 10px 14px;
  border: 1px solid color-mix(in srgb, var(--gold) 20%, var(--line));
  border-radius: 22px;
  background: color-mix(in srgb, var(--ivory) 35%, white);
  cursor: pointer;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 600;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease), transform 0.3s var(--ease);
}

.gift-chip:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: var(--leaf);
}

.gift-chip > .ico-well {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  margin: 0;
  padding: 0;
  background: var(--paper);
  box-shadow: none;
  flex-direction: unset;
  gap: 0;
}

.gift-chip > .ico-well .ico {
  width: 16px;
  height: 16px;
}

.gift-chip > span:not(.ico-well) {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  line-height: 1.2;
  min-width: 0;
}

.gift-chip small {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--leaf);
}

.gift-chip.is-on small {
  color: color-mix(in srgb, var(--cream) 80%, var(--sand));
}

.gift-chip.is-on {
  background: var(--leaf-deep);
  color: var(--cream);
  border-color: var(--leaf-deep);
}

.gift-chip.is-on .ico-well {
  background: var(--sun);
  border-color: transparent;
  color: var(--leaf-deep);
  box-shadow: none;
}

.gift-chip:disabled {
  opacity: 0.34;
  cursor: not-allowed;
  transform: none;
}

.gift-send {
  width: 100%;
  margin-top: 18px;
}

.gift-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.gift-actions .gift-send {
  margin-top: 0;
}

.gift-fill > .review {
  margin-top: 16px;
}

.count-pill {
  display: inline-block;
  margin: 12px 0 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--leaf-deep);
  color: var(--cream);
  font-size: 0.95rem;
  font-weight: 600;
}

.wizard-page .pick {
  min-height: 118px;
  font-size: 0.95rem;
  font-weight: 600;
  position: relative;
  border-radius: 22px;
}

.wizard-page .pick svg {
  width: 38px;
  height: 38px;
  color: var(--leaf);
}

.pick.is-on::after {
  content: "✓";
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 1.1rem;
  color: var(--leaf-bright);
}

.message-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 18px 0 20px;
}

.message-btn {
  min-height: 72px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--ivory);
  text-align: left;
  font-size: 0.98rem;
  line-height: 1.45;
  cursor: pointer;
}

.message-btn:hover {
  border-color: var(--leaf);
}

.message-btn.is-on {
  border-color: var(--sun);
  background: var(--sun);
  color: var(--cream);
}

.wizard-page .fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.wizard-page .field {
  padding: 10px 16px 14px;
  background: var(--ivory);
}

.wizard-page .field:first-child {
  grid-column: 1 / -1;
}

.wizard-page .field label {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.wizard-page .field input,
.wizard-page .field textarea {
  font-size: 1.08rem;
  min-height: 44px;
}

.review {
  margin-top: 20px;
  padding: 20px;
  border-radius: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.review p + p {
  margin-top: 8px;
}

.btn-xl {
  min-height: 56px;
  padding: 0 28px;
  font-size: 1.05rem;
  font-weight: 600;
}

.shop-page {
  padding-top: 36px;
  padding-bottom: 72px;
}

.shop-page > .kicker {
  margin-bottom: 8px;
}

.shop-page > .display {
  margin: 0 0 10px;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  color: var(--leaf-deep);
}

.shop-page > .lede {
  max-width: 46rem;
  margin: 0 0 8px;
}

.shop-empty {
  margin-top: 36px;
  padding: 48px 40px 44px;
  max-width: 640px;
  border: 1px solid color-mix(in srgb, var(--gold) 24%, var(--line));
  border-radius: 28px;
  background: color-mix(in srgb, var(--ivory) 50%, white);
}

.shop-empty .ico-well {
  margin-bottom: 18px;
}

.shop-empty h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--leaf-deep);
  margin: 0 0 10px;
}

.shop-empty p {
  margin: 0;
  max-width: 36em;
  color: var(--ink-soft);
}

.shop-empty .hero-actions {
  margin-top: 28px;
}

.cart-layout[hidden],
.shop-empty[hidden],
.enquire-card[hidden] {
  display: none !important;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 28px;
  align-items: start;
  margin-top: 36px;
}

.cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px 28px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: color-mix(in srgb, var(--ivory) 40%, white);
}

.cart-item + .cart-item {
  margin-top: 12px;
}

.cart-item small {
  display: block;
  margin-bottom: 4px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--leaf);
}

.cart-item h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  margin: 0 0 6px;
  color: var(--leaf-deep);
}

.cart-item p {
  margin: 0;
  color: var(--ink-soft);
}

.cart-note {
  margin-top: 8px !important;
  font-size: 0.9rem;
  color: var(--leaf);
}

.cart-item-tools {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  min-width: 120px;
}

.cart-item-tools label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--leaf);
}

.cart-item-tools input {
  width: 72px;
  min-height: 40px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--cream);
}

.cart-item-tools strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--leaf-deep);
}

.text-btn {
  padding: 0;
  color: var(--leaf);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cart-summary {
  position: sticky;
  top: calc(var(--header) + 16px);
  padding: 28px 24px;
  border-radius: 28px;
  border: 1px solid color-mix(in srgb, var(--gold) 22%, var(--line));
  background: color-mix(in srgb, var(--ivory) 35%, white);
}

.cart-summary .display {
  margin: 4px 0 8px;
  font-size: 2.4rem;
  color: var(--leaf-deep);
}

.cart-summary .btn {
  width: 100%;
  margin-top: 12px;
  justify-content: center;
}

.checkout-form .fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.checkout-form .field {
  padding: 10px 16px 14px;
  background: var(--ivory);
  border-radius: 16px;
}

.checkout-form .field:has(textarea) {
  grid-column: 1 / -1;
}

.wizard-bar {
  display: none;
}

.wizard-bar .btn {
  flex: 1;
}

.wizard-page .site-footer {
  padding-top: 0;
}

a.card {
  color: var(--ivory);
}

@media (max-width: 980px) {
  .hero,
  .craft,
  .craft-intro,
  .craft-steps,
  .quote-block,
  .compose,
  .customise-layout,
  .story-grid,
  .footer-grid,
  .grid-cards,
  .pillars,
  .pillars-3,
  .occasions,
  .lots-grid,
  .choice-grid,
  .size-grid,
  .hero-meta,
  .wizard-steps {
    grid-template-columns: 1fr;
  }

  .card.featured {
    min-height: 360px;
    grid-row: auto;
  }

  .nav {
    display: none;
  }

  .header-cta .btn {
    min-height: 44px;
    padding: 0 16px;
    font-size: 0.8rem;
  }

  .brand-mark {
    height: 30px;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .nav.is-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 24px;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
  }

  .wizard-page .fields,
  .gift-actions,
  .message-grid,
  .gift-note-strip .gift-note-head,
  .cart-layout,
  .checkout-form .fields,
  .cart-item {
    grid-template-columns: 1fr;
  }

  .cart-item-tools {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .cart-summary {
    position: static;
  }

  .shop-empty {
    padding: 32px 22px;
  }

  .wizard-steps button {
    font-size: 0.82rem;
    padding: 8px 10px;
  }

  .hero-photo {
    min-height: 360px;
  }

  .sketch-fig,
  .sketch-cardamom {
    display: none;
  }

  .sketch-gift,
  .sketch-pepper {
    opacity: 0.08;
    width: 150px;
  }

  .cta-band,
  .section-head,
  .legal {
    flex-direction: column;
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track,
  .card img,
  .btn {
    animation: none;
    transition: none;
  }
}
