:root {
  --outer: #2a140f;
  --ink: #351c18;
  --cream: #fff9ef;
  --paper: #f4e2c6;
  --white: #fffaf2;
  --yellow: #dfa24d;
  --orange: #b96f25;
  --teal: #c6d1bd;
  --mint: #6f7442;
  --purple: #4a210f;
  --lavender: #e3cbb2;
  --rose: #d7ad98;
  --line: rgba(53, 28, 24, 0.16);
  --soft-shadow: 0 24px 48px rgba(53, 28, 24, 0.12);
  --display: "Lilita One", "Archivo Black", Impact, sans-serif;
  --body: "Baloo 2", ui-rounded, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--outer);
  color: var(--ink);
  font-family: var(--body);
  font-weight: 700;
  line-height: 1.35;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

button {
  cursor: pointer;
}

.site-shell {
  background:
    radial-gradient(circle at 9% 22%, rgba(223, 162, 77, 0.2), transparent 14rem),
    radial-gradient(circle at 91% 58%, rgba(111, 116, 66, 0.18), transparent 15rem),
    var(--paper);
  margin: 0;
  width: 100%;
  min-height: 100vh;
  overflow: clip;
  position: relative;
}

.site-header {
  align-items: center;
  background: rgba(255, 248, 239, 0.94);
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr auto;
  min-height: 82px;
  padding: 0 clamp(1rem, 4vw, 4.3rem);
  position: sticky;
  top: 0;
  z-index: 30;
}

.brand {
  font-family: var(--display);
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
}

.brand span {
  color: var(--orange);
}

.nav-links {
  align-items: center;
  display: flex;
  gap: clamp(0.9rem, 2.4vw, 2rem);
  justify-content: center;
}

.nav-links a,
.cart-link,
.text-link,
.menu-toggle {
  border: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 0.82rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  background: var(--orange);
  border-radius: 999px;
  bottom: -0.45rem;
  content: "";
  height: 0.22rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%) scaleX(0.3);
  transition: opacity 0.2s ease, transform 0.2s ease;
  width: 1.1rem;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  justify-content: end;
}

.pill-button {
  align-items: center;
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 0 3px 0 var(--ink);
  color: var(--ink);
  display: inline-flex;
  font-family: var(--display);
  font-size: 0.76rem;
  gap: 0.35rem;
  justify-content: center;
  letter-spacing: 0.01em;
  min-height: 2.55rem;
  padding: 0 1.15rem;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.pill-button:hover {
  background: #e8b968;
  box-shadow: 0 1px 0 var(--ink);
  transform: translateY(2px);
}

.pill-button.dark {
  background: var(--ink);
  color: var(--cream);
}

.cart-link {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  gap: 0.42rem;
  min-height: 2.55rem;
  padding: 0 0.85rem;
}

.cart-link span {
  align-items: center;
  background: var(--orange);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  font-size: 0.68rem;
  height: 1.35rem;
  justify-content: center;
  min-width: 1.35rem;
  padding: 0 0.2rem;
}

.menu-toggle {
  background: transparent;
  display: none;
  justify-self: end;
}

main {
  padding: clamp(1.15rem, 2.2vw, 1.75rem) clamp(1rem, 3.1vw, 2.2rem) 2.1rem;
}

.hero-card {
  background: var(--white);
  border-radius: 44px;
  box-shadow: var(--soft-shadow);
  display: grid;
  gap: clamp(1rem, 4vw, 2.3rem);
  grid-template-columns: minmax(460px, 0.98fr) minmax(300px, 0.92fr);
  margin: 0 clamp(0.1rem, 1.4vw, 1.1rem) 5rem;
  min-height: 505px;
  overflow: hidden;
  padding: clamp(1.4rem, 4vw, 3.1rem);
  position: relative;
}

.hero-copy {
  align-self: center;
  position: relative;
  z-index: 2;
}

.kicker,
.mini-label,
.tiny-note {
  color: var(--orange);
  font-family: var(--display);
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  margin: 0 0 0.7rem;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: var(--display);
  letter-spacing: 0;
  line-height: 0.88;
  margin: 0;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(4.2rem, 12vw, 8.7rem);
  max-width: 7.8ch;
}

.hero-copy h1 {
  font-size: clamp(4.2rem, 8.4vw, 7rem);
  max-width: 7ch;
}

h2 {
  font-size: clamp(2.8rem, 6.4vw, 5.1rem);
}

h3 {
  font-size: clamp(1.55rem, 3vw, 2.1rem);
}

.hero-subhead {
  font-family: var(--display);
  font-size: clamp(1.75rem, 3.8vw, 3.05rem);
  line-height: 0.92;
  margin: 1rem 0 0;
  /*max-width: 10ch;*/
  text-transform: uppercase;
}

.hero-note,
.feature-copy p,
.craft-panel p,
.page-hero p,
.story-band p,
.value-card p,
.contact-cards p,
.cart-summary p,
.detail-panel p {
  color: rgba(53, 28, 24, 0.82);
  font-size: clamp(1rem, 1.45vw, 1.16rem);
}

.hero-note {
  max-width: 23rem;
}

.button-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.8rem;
}

.text-link {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
}

.text-link::after {
  content: ">";
}

.flavor-badge {
  border-radius: 8px;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(0.82rem, 1.4vw, 1rem);
  padding: 0.32rem 0.55rem;
  position: absolute;
  text-transform: uppercase;
  transform: rotate(-4deg);
}

.badge-green {
  background: var(--mint);
  left: min(25vw, 18.2rem);
  top: min(11vw, 6.5rem);
}

.badge-orange {
  background: var(--orange);
  right: clamp(1rem, 3vw, 2.8rem);
  top: clamp(2.2rem, 7vw, 4.7rem);
}

.hero-visual {
  align-self: center;
  margin: 0;
  min-height: 335px;
  overflow: hidden;
  position: relative;
}

.hero-visual img {
  border-radius: 34px;
  height: 100%;
  min-height: 335px;
  object-fit: cover;
  width: 100%;
}

.section-grid,
.products-strip,
.special-section,
.rating-panel,
.page-hero,
.shop-section,
.product-detail,
.story-band,
.values-grid,
.contact-layout,
.cart-layout {
  margin: 0 clamp(0.1rem, 1.4vw, 1.1rem) clamp(4.8rem, 8vw, 6.7rem);
}

.delight-row {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1fr);
}

.basket-card {
  background: var(--teal);
  border-radius: 0 0 26px 26px;
  justify-self: center;
  margin-top: 3rem;
  max-width: 450px;
  padding: 0 2rem 1.3rem;
  position: relative;
}

.basket-card img {
  aspect-ratio: 1 / 1.05;
  filter: drop-shadow(0 12px 20px rgba(53, 28, 24, 0.2));
  margin-top: -3.4rem;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}

.round-stamp {
  align-items: center;
  background: var(--white);
  border: 2px dashed var(--ink);
  border-radius: 50%;
  display: flex;
  font-family: var(--display);
  font-size: 0.7rem;
  height: 7rem;
  justify-content: center;
  left: -1rem;
  line-height: 1;
  padding: 1rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -2.5rem;
  transform: rotate(-17deg);
  width: 7rem;
  z-index: 2;
}

.feature-copy {
  max-width: 600px;
  position: relative;
}

.feature-copy h2 {
  font-size: clamp(3.1rem, 6.4vw, 5rem);
}

.featured-item {
  align-items: center;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 82px 1fr auto;
  margin: 1rem 0;
}

.featured-item img {
  aspect-ratio: 1;
  background: var(--white);
  border-radius: 18px;
  object-fit: cover;
}

.featured-item strong,
.featured-item b,
.price-line strong,
.cart-item strong,
.rating-score strong {
  font-family: var(--display);
}

.featured-item span {
  display: block;
  font-size: 0.9rem;
}

.featured-item b {
  color: var(--ink);
  font-size: 2rem;
}

.cookie-mark {
  background:
    radial-gradient(circle at 42% 38%, var(--ink) 0 6%, transparent 7%),
    radial-gradient(circle at 62% 58%, var(--ink) 0 7%, transparent 8%),
    radial-gradient(circle at 50% 70%, var(--ink) 0 5%, transparent 6%),
    #d9b16f;
  border-radius: 50%;
  display: block;
  height: 2.45rem;
  position: absolute;
  right: 3.7rem;
  top: -0.7rem;
  transform: rotate(18deg);
  width: 2.45rem;
}

.products-strip {
  position: relative;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1fr);
  margin-bottom: 2.1rem;
}

.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: end;
}

.category-pills a,
.filter-button,
.rating-tags a {
  align-items: center;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-family: var(--display);
  font-size: 0.8rem;
  gap: 0.55rem;
  min-height: 2.35rem;
  padding: 0 0.9rem;
  text-transform: uppercase;
}

.category-pills a:nth-child(1),
.filter-button:nth-child(3) {
  background: var(--rose);
}

.category-pills a:nth-child(2),
.filter-button:nth-child(6) {
  background: var(--teal);
}

.category-pills a:nth-child(3),
.filter-button:nth-child(2) {
  background: var(--lavender);
}

.category-pills a:nth-child(4),
.filter-button:nth-child(7) {
  background: #efe3d4;
}

.category-pills a:nth-child(5),
.filter-button:nth-child(5) {
  background: var(--yellow);
}

.category-pills span {
  align-items: center;
  background: var(--ink);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 0.72rem;
  justify-content: center;
  min-width: 1.5rem;
  padding: 0.1rem 0.4rem;
}

.showcase-products,
.catalog-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}

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

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

.product-card {
  min-width: 0;
}

.product-card a {
  display: block;
}

.product-card figure {
  align-items: end;
  aspect-ratio: 1 / 0.83;
  background: var(--tile, var(--yellow));
  border-radius: 34px;
  display: flex;
  justify-content: center;
  margin: 0 0 0.75rem;
  overflow: hidden;
  padding: 0.45rem;
  position: relative;
}

.product-card figure::after {
  border: 2px solid rgba(53, 28, 24, 0.16);
  border-radius: 50%;
  content: "";
  height: 4.2rem;
  opacity: 0.7;
  position: absolute;
  right: 0.65rem;
  top: 0.65rem;
  width: 4.2rem;
}

.product-card img {
  border-radius: 26px;
  height: 100%;
  object-fit: cover;
  position: relative;
  transition: transform 0.4s ease;
  width: 100%;
  z-index: 1;
}

.product-card:hover img {
  transform: scale(1.045) rotate(-1deg);
}

.product-card h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 0.95;
  text-align: center;
}

.product-card p {
  color: rgba(53, 28, 24, 0.75);
  margin: 0.35rem auto 0;
  max-width: 18rem;
  text-align: center;
}

.product-meta {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  margin-top: 0.55rem;
}

.product-meta span,
.product-meta button {
  font-family: var(--display);
}

.product-meta button {
  background: var(--ink);
  border: 0;
  border-radius: 999px;
  color: var(--white);
  min-height: 2rem;
  padding: 0 0.75rem;
  text-transform: uppercase;
}

.craft-panel {
  background: var(--ink);
  border-radius: 42px;
  color: var(--white);
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
  overflow: hidden;
  padding: clamp(1rem, 4vw, 2.2rem);
  position: relative;
}

.craft-panel::after {
  border: 2px solid rgba(255, 248, 239, 0.12);
  border-radius: 50%;
  bottom: -9rem;
  content: "";
  height: 22rem;
  position: absolute;
  right: -7rem;
  width: 22rem;
}

.craft-panel figure {
  margin: 0;
  overflow: hidden;
}

.craft-panel img {
  aspect-ratio: 1.45 / 1;
  border-radius: 28px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.craft-panel div {
  align-self: center;
  max-width: 470px;
  position: relative;
  z-index: 1;
}

.craft-panel h2 {
  color: var(--white);
  font-size: clamp(2.4rem, 5.5vw, 4.3rem);
}

.craft-panel p {
  color: rgba(255, 248, 239, 0.82);
  max-width: 27rem;
}

.special-section .section-heading {
  grid-template-columns: minmax(0, 1fr) auto;
}

.special-grid {
  align-items: end;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.special-photo,
.special-price,
.quote-card {
  margin: 0;
}

.special-photo {
  background: #e8c08a;
  border-radius: 34px;
  overflow: hidden;
  padding: 1rem;
}

.special-photo.yellow {
  background: var(--yellow);
}

.special-photo img {
  aspect-ratio: 1;
  border-radius: 24px;
  object-fit: cover;
  width: 100%;
}

.special-price {
  background: #8c4e1e;
  border-radius: 34px;
  color: var(--white);
  padding: 1.3rem;
}

.special-price img {
  aspect-ratio: 1.4 / 1;
  border-radius: 24px;
  object-fit: cover;
  width: 100%;
}

.special-price h3 {
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  margin-top: 1rem;
}

.special-price b {
  color: var(--orange);
  display: block;
  font-family: var(--display);
  font-size: 2rem;
  margin-top: 0.2rem;
}

.quote-card {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  justify-content: end;
  padding: 1rem;
}

.quote-card p {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  margin: 0;
}

.quote-card p::before {
  color: var(--orange);
  content: "“";
  font-family: var(--display);
  font-size: 4rem;
  line-height: 0;
  margin-right: 0.35rem;
  vertical-align: -0.35em;
}

.quote-card span {
  font-family: var(--display);
}

.rating-panel {
  align-items: center;
  background: #c8d1bd;
  border-radius: 34px;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.05fr 0.55fr 1fr;
  overflow: hidden;
  padding: clamp(1.2rem, 4vw, 2rem);
  position: relative;
}

.rating-panel::after {
  background: url("../assets/menu/Sea%20Salt%20Triple%20Chocolate%20Cookies.jpg") center / cover;
  border-radius: 50%;
  content: "";
  height: 6.8rem;
  opacity: 0.9;
  position: absolute;
  right: -1.8rem;
  top: -1.8rem;
  width: 6.8rem;
}

.rating-panel h2 {
  color: var(--cocoa-text, #4a210f);
  font-size: clamp(2rem, 4.8vw, 4rem);
}

.rating-panel p {
  color: var(--cocoa-text, #4a210f);
  margin-bottom: 0;
}

.rating-score {
  border-inline: 1px solid rgba(74, 33, 15, 0.28);
  padding: 1.5rem 2rem;
}

.rating-score strong {
  color: var(--cocoa-text, #4a210f);
  display: block;
  font-size: 3rem;
}

.rating-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.rating-tags a {
  background: transparent;
  border: 2px solid #4a210f;
  color: #4a210f;
  font-size: 0.68rem;
}

.page-hero {
  padding: clamp(3rem, 7vw, 5.4rem) 0 1rem;
  text-align: center;
}

.page-hero h1 {
  margin: 0 auto;
  max-width: 10.5ch;
}

.page-hero p:not(.kicker) {
  margin: 1rem auto 0;
  max-width: 42rem;
}

.shop-hero {
  background: var(--white);
  border-radius: 40px;
  box-shadow: var(--soft-shadow);
  margin-top: 0;
  padding: clamp(2rem, 6vw, 4.5rem);
}

.shop-section {
  margin-top: -2.2rem;
}

.shop-tools {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.filter-button {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.filter-button.active,
.filter-button:hover {
  box-shadow: 0 3px 0 var(--ink);
  transform: translateY(-2px);
}

.product-detail {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  padding-top: 2rem;
}

.product-gallery {
  min-width: 0;
}

.gallery-main {
  background: var(--yellow);
  border-radius: 40px;
  margin: 0;
  overflow: hidden;
  padding: 1rem;
}

.gallery-main img {
  aspect-ratio: 1 / 1;
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.thumbs {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0.9rem;
}

.thumbs button {
  aspect-ratio: 1;
  background: var(--white);
  border: 3px solid transparent;
  border-radius: 20px;
  overflow: hidden;
  padding: 0.2rem;
}

.thumbs button.active {
  border-color: var(--orange);
}

.thumbs img {
  border-radius: 14px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.detail-panel,
.contact-form,
.contact-cards article,
.cart-item,
.cart-summary {
  background: var(--white);
  border-radius: 34px;
  box-shadow: var(--soft-shadow);
}

.detail-panel {
  align-self: start;
  padding: clamp(1.2rem, 3vw, 2rem);
  position: sticky;
  top: 7rem;
}

.detail-panel h1 {
  font-size: clamp(2.6rem, 4.7vw, 4.3rem);
  max-width: 100%;
}

.price-line {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.price-line strong {
  font-size: 2.4rem;
}

.price-line span {
  background: var(--teal);
  border-radius: 999px;
  font-family: var(--display);
  padding: 0.35rem 0.8rem;
  text-transform: uppercase;
}

.options {
  display: grid;
  gap: 0.75rem;
  margin: 1.2rem 0;
}

.options label,
.contact-form label {
  color: rgba(53, 28, 24, 0.78);
  font-family: var(--display);
  font-size: 0.78rem;
  text-transform: uppercase;
}

select,
input,
textarea {
  background: var(--cream);
  border: 2px solid var(--line);
  border-radius: 18px;
  color: var(--ink);
  min-height: 3rem;
  padding: 0 0.9rem;
  width: 100%;
}

textarea {
  min-height: 10rem;
  padding-top: 0.85rem;
  resize: vertical;
}

.qty {
  align-items: center;
  border: 2px solid var(--ink);
  border-radius: 999px;
  display: inline-flex;
  height: 2.65rem;
  overflow: hidden;
  width: max-content;
}

.qty button {
  background: transparent;
  border: 0;
  color: var(--ink);
  height: 100%;
  min-width: 2.4rem;
}

.qty span {
  font-family: var(--display);
  min-width: 2.2rem;
  text-align: center;
}

.accordion {
  border-top: 2px solid var(--line);
  margin-top: 1.4rem;
}

.accordion details {
  border-bottom: 2px solid var(--line);
  padding: 0.85rem 0;
}

.accordion summary {
  cursor: pointer;
  font-family: var(--display);
  text-transform: uppercase;
}

.story-band {
  align-items: center;
  display: grid;
  gap: clamp(1.4rem, 4vw, 3rem);
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
}

.story-band figure {
  background: var(--teal);
  border-radius: 36px;
  margin: 0;
  overflow: hidden;
  padding: 1rem;
}

.story-band img {
  aspect-ratio: 1 / 0.85;
  border-radius: 28px;
  object-fit: cover;
  width: 100%;
}

.stats-row {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.4rem;
}

.stats-row span {
  background: var(--yellow);
  border-radius: 22px;
  padding: 1rem;
  text-transform: uppercase;
}

.stats-row strong {
  display: block;
  font-family: var(--display);
  font-size: 2rem;
}

.values-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, 1fr);
}

.value-card {
  background: var(--white);
  border-radius: 34px;
  box-shadow: var(--soft-shadow);
  overflow: hidden;
  padding: 1rem;
}

.value-card img {
  aspect-ratio: 1 / 0.85;
  border-radius: 26px;
  object-fit: cover;
  width: 100%;
}

.value-card h3 {
  margin-top: 1rem;
}

.contact-layout,
.cart-layout {
  display: grid;
  gap: clamp(1.4rem, 4vw, 2.6rem);
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.62fr);
}

.contact-form {
  display: grid;
  gap: 0.85rem;
  padding: clamp(1rem, 3vw, 2rem);
}

.contact-cards {
  display: grid;
  gap: 1rem;
}

.contact-cards article {
  padding: 1.3rem;
}

.map-card {
  background: var(--white);
  border-radius: 34px;
  box-shadow: var(--soft-shadow);
  margin: 0 clamp(0.1rem, 1.4vw, 1.1rem) clamp(4.8rem, 8vw, 6.7rem);
  overflow: hidden;
  padding: clamp(1rem, 3vw, 1.5rem);
}

.map-card iframe {
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 26px;
  display: block;
  min-height: 280px;
  width: 100%;
}

.map-card .button-row {
  margin-top: 1rem;
}

.cart-list {
  display: grid;
  gap: 1rem;
}

.cart-item {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: 110px 1fr auto;
  padding: 1rem;
}

.cart-item img {
  aspect-ratio: 1;
  border-radius: 24px;
  object-fit: cover;
}

.cart-item h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.cart-item p {
  margin: 0.25rem 0 0.65rem;
}

.cart-item strong {
  font-size: 1.6rem;
}

.cart-summary {
  align-self: start;
  padding: clamp(1rem, 3vw, 2rem);
}

.cart-summary div {
  border-bottom: 2px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0;
}

.cart-summary .total {
  border-bottom: 0;
  font-family: var(--display);
  font-size: 1.7rem;
}

.cart-summary .pill-button {
  margin: 1rem 0;
  width: 100%;
}

.site-footer {
  align-items: center;
  background: var(--ink);
  border-radius: 16px 16px 0 0;
  color: var(--cream);
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 clamp(1rem, 3vw, 2.2rem) 1rem;
  min-height: 88px;
  padding: 1rem clamp(1rem, 3vw, 2.4rem);
}

.site-footer > span,
.site-footer nav a {
  color: rgba(255, 248, 239, 0.78);
  font-size: 0.9rem;
}

.footer-location {
  color: rgba(255, 248, 239, 0.78);
  font-size: 0.82rem;
  line-height: 1.25;
}

.footer-location strong {
  color: var(--cream);
  display: block;
  font-family: var(--display);
  font-size: 0.78rem;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}

.footer-brand {
  color: var(--cream);
  justify-self: center;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: end;
}

.toast {
  background: var(--ink);
  border-radius: 999px;
  bottom: 1.1rem;
  box-shadow: var(--soft-shadow);
  color: var(--cream);
  font-family: var(--display);
  left: 50%;
  opacity: 0;
  padding: 0.9rem 1.2rem;
  pointer-events: none;
  position: fixed;
  text-transform: uppercase;
  transform: translate(-50%, 1rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 60;
}

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

.not-found-panel {
  align-items: center;
  background: var(--white);
  border-radius: 44px;
  box-shadow: var(--soft-shadow);
  display: grid;
  gap: clamp(1.5rem, 5vw, 3rem);
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.7fr);
  margin: 0 clamp(0.1rem, 1.4vw, 1.1rem) clamp(4.8rem, 8vw, 6.7rem);
  min-height: 520px;
  overflow: hidden;
  padding: clamp(1.4rem, 4vw, 3.1rem);
}

.not-found-panel h1 {
  font-size: clamp(4rem, 10vw, 7.4rem);
}

.not-found-panel p {
  color: rgba(53, 28, 24, 0.82);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  max-width: 34rem;
}

.not-found-art {
  background: var(--yellow);
  border-radius: 34px;
  min-height: 320px;
  overflow: hidden;
  padding: 1rem;
}

.not-found-art img {
  border-radius: 26px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 980px) {
  .site-shell {
    margin-block: 0;
  }

  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    background: var(--cream);
    border-top: 1px solid var(--line);
    box-shadow: var(--soft-shadow);
    display: grid;
    grid-column: 1 / -1;
    justify-items: start;
    left: 0;
    padding: 5.5rem clamp(1rem, 4vw, 2rem) 1.2rem;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(-110%);
    transition: transform 0.28s ease;
    z-index: 25;
  }

  .nav-open .nav-links {
    transform: translateY(0);
  }

  .header-actions {
    display: none;
  }

  .hero-card,
  .delight-row,
  .craft-panel,
  .rating-panel,
  .product-detail,
  .story-band,
  .contact-layout,
  .cart-layout {
    grid-template-columns: 1fr;
  }

  .hero-card {
    min-height: 0;
  }

  .section-heading,
  .special-section .section-heading {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .category-pills {
    justify-content: start;
  }

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

  .rating-score {
    border-inline: 0;
    border-block: 1px solid rgba(7, 86, 102, 0.32);
    padding: 1rem 0;
  }

  .detail-panel {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 72px;
  }

  main {
    padding-inline: 0.85rem;
  }

  .hero-card,
  .craft-panel,
  .shop-hero {
    border-radius: 28px;
  }

  h1 {
    font-size: clamp(3.55rem, 18vw, 5.9rem);
  }

  .page-hero h1 {
    font-size: clamp(3.05rem, 14.2vw, 4.8rem);
  }

  h2 {
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

  .badge-green,
  .badge-orange {
    display: none;
  }

  .showcase-products,
  .catalog-grid,
  .special-grid,
  .values-grid,
  .stats-row {
    grid-template-columns: 1fr;
  }

  .product-card figure {
    border-radius: 28px;
  }

  .basket-card {
    max-width: 100%;
  }

  .cart-item {
    grid-template-columns: 86px 1fr;
  }

  .cart-item strong {
    grid-column: 2;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .site-footer nav {
    justify-content: center;
  }

  .not-found-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .brand {
    font-size: 1.08rem;
  }

  .hero-card,
  .shop-hero,
  .craft-panel,
  .rating-panel,
  .detail-panel,
  .contact-form,
  .cart-summary {
    border-radius: 22px;
  }

  .hero-card {
    padding: 1rem;
  }

  .hero-subhead {
    font-size: 1.6rem;
  }

  .featured-item {
    grid-template-columns: 72px 1fr;
  }

  .featured-item b {
    grid-column: 2;
  }

  .thumbs {
    gap: 0.45rem;
  }
}

.feedback-form,
.order-note {
  background: rgba(255, 250, 241, 0.78);
  border: 1px solid rgba(60, 38, 22, 0.14);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(61, 35, 18, 0.12);
}

.feedback-form {
  display: grid;
  gap: 0.75rem;
  padding: clamp(1rem, 3vw, 1.4rem);
}

.feedback-form label {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.order-note {
  color: var(--muted);
  margin: 1rem 0;
  padding: 1rem 1.1rem;
}

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

/* Most ordered item polish */
.featured-item {
  /*background: rgba(255, 250, 241, 0.7);*/
  /*border: 1px solid rgba(53, 28, 24, 0.12);*/
  border-radius: 24px;
  box-shadow: 0 16px 38px rgba(53, 28, 24, 0.1);
  grid-template-columns: 96px minmax(0, 1fr);
  padding: 0.85rem;
}

.featured-item img {
  height: 96px;
  width: 96px;
}

.featured-item strong {
  display: block;
  font-size: clamp(1.05rem, 2.2vw, 1.45rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.featured-item span {
  color: rgba(53, 28, 24, 0.7);
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 0.35rem;
  text-transform: uppercase;
}

.featured-item b {
  align-self: start;
  background: var(--yellow);
  border-radius: 999px;
  font-size: clamp(1.05rem, 2.1vw, 1.45rem);
  grid-column: 1 / -1;
  justify-self: start;
  line-height: 1.05;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 0.45rem 0.8rem;
}

@media (max-width: 760px) {
  .featured-item {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .featured-item img {
    height: 82px;
    width: 82px;
  }
}
/* Most ordered price nowrap */
.featured-item b {
  align-items: center;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0.38rem;
  white-space: nowrap;
}

.featured-item b .woocommerce-Price-amount,
.featured-item b .woocommerce-Price-currencySymbol {
  display: inline;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .featured-item b {
    font-size: clamp(0.92rem, 4.2vw, 1.2rem);
  }
}
/* Most ordered price right align */
.featured-item {
  grid-template-columns: 96px minmax(0, 1fr) max-content;
}

.featured-item b {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  align-self: center;
}

@media (max-width: 760px) {
  .featured-item {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .featured-item b {
    grid-column: 2;
    grid-row: auto;
    justify-self: start;
  }
}
/* Saved client Q&A */
.qa-hero h1 {
  max-width: 10ch;
}

.qa-shell {
  background: rgba(255, 250, 241, 0.82);
  border: 1px solid rgba(53, 28, 24, 0.12);
  border-radius: 32px;
  box-shadow: 0 22px 58px rgba(53, 28, 24, 0.12);
  margin: 0 clamp(0.1rem, 1.4vw, 1.1rem) clamp(4.8rem, 8vw, 6.7rem);
  padding: clamp(1rem, 3vw, 2rem);
}

.qa-toolbar {
  align-items: end;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 1rem;
}

.qa-toolbar h2 {
  font-size: clamp(2.1rem, 5vw, 4rem);
}

.qa-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: end;
}

.qa-status {
  color: rgba(53, 28, 24, 0.72);
  font-size: 0.86rem;
  font-weight: 800;
}

.qa-status[data-tone="ok"] {
  color: #176a3a;
}

.qa-status[data-tone="bad"] {
  color: #9d2f25;
}

.qa-progress {
  background: rgba(53, 28, 24, 0.12);
  border-radius: 999px;
  height: 1.1rem;
  margin-bottom: 1.4rem;
  overflow: hidden;
}

.qa-progress span {
  align-items: center;
  background: var(--yellow);
  color: var(--ink);
  display: flex;
  font-size: 0.68rem;
  font-weight: 900;
  height: 100%;
  justify-content: center;
  min-width: 5.5rem;
  transition: width 0.2s ease;
  white-space: nowrap;
}

.qa-sections {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qa-section {
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(53, 28, 24, 0.12);
  border-radius: 22px;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.qa-section h3 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  margin-bottom: 1rem;
}

.qa-question {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.qa-question span {
  font-weight: 900;
  line-height: 1.15;
}

.qa-question textarea {
  min-height: 7.5rem;
  resize: vertical;
}

@media (max-width: 900px) {
  .qa-toolbar,
  .qa-sections {
    grid-template-columns: 1fr;
  }

  .qa-actions {
    justify-content: start;
  }
}
