:root {
  --ink: #17211c;
  --muted: #66736d;
  --paper: #fffaf1;
  --cream: #f1e5d2;
  --moss: #526d42;
  --moss-dark: #142a20;
  --rose: #c63f56;
  --peach: #efaa74;
  --lilac: #805796;
  --marigold: #d99a22;
  --sky: #9fc9c3;
  --line: rgba(23, 33, 28, 0.14);
  --shadow: 0 22px 70px rgba(23, 33, 28, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(20, 42, 32, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(20, 42, 32, 0.03) 1px, transparent 1px),
    var(--paper);
  background-size: 38px 38px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body,
button,
input,
select,
textarea {
  overflow-wrap: anywhere;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 250, 246, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.notice {
  display: flex;
  justify-content: center;
  gap: 14px;
  padding: 8px 16px;
  background: linear-gradient(90deg, var(--moss-dark), #541f2c 55%, #7d451d);
  color: #fffaf2;
  font-size: 0.86rem;
}

.notice a {
  color: var(--peach);
  font-weight: 700;
}

.nav-shell {
  display: grid;
  grid-template-columns: minmax(220px, 318px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 14px 24px;
}

.home-nav-shell {
  grid-template-columns: minmax(220px, 318px) minmax(0, 1fr) auto;
}

.home-nav-shell .nav-links {
  justify-content: center;
}

.home-nav-actions {
  justify-content: flex-end;
}

.brand {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.brand small {
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-logo {
  width: min(100%, 318px);
  height: auto;
  max-height: 66px;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  font-size: 0.95rem;
  color: #314139;
}

.nav-links a,
.phone-link,
.account-link,
.cart-button {
  white-space: nowrap;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 10px;
  min-width: 0;
}

.phone-link {
  font-weight: 800;
}

.home-phone-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(20, 42, 32, 0.16);
  border-radius: 999px;
  background: var(--moss-dark);
  color: white;
  font-weight: 900;
}

.icon-button,
.cart-button,
.segment-control button,
.add-button,
.favorites-button,
.save-product-button,
.delivery-checker button,
.button {
  border: 0;
  cursor: pointer;
}

.icon-button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  color: var(--ink);
  font-size: 1.45rem;
}

.cart-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
}

.cart-button strong {
  display: grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--rose);
  font-size: 0.82rem;
}

.account-link strong {
  display: grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: rgba(198, 63, 86, 0.12);
  color: var(--rose);
  font-size: 0.76rem;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
  min-height: calc(100vh - 111px);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 9% 24%, rgba(198, 63, 86, 0.18), transparent 25%),
    radial-gradient(circle at 92% 12%, rgba(217, 154, 34, 0.2), transparent 26%),
    linear-gradient(115deg, #fffaf1 0 52%, #1b3026 52% 100%);
}

.hero-media {
  position: relative;
  overflow: hidden;
  min-height: 590px;
  background: transparent;
}

.hero-media::after {
  display: none;
}

.hero-card {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 10px solid #fffaf1;
  border-radius: 8px;
  background: white;
  box-shadow: 0 36px 90px rgba(4, 20, 13, 0.38);
}

.hero-card img {
  height: 100%;
  object-fit: cover;
}

.hero-card-large {
  inset: 8% 19% 12% 9%;
  transform: rotate(-2.5deg);
}

.hero-card-small {
  width: 31%;
  aspect-ratio: 0.82;
}

.hero-card-top {
  right: 7%;
  top: 12%;
  transform: rotate(7deg);
}

.hero-card-bottom {
  right: 12%;
  bottom: 7%;
  transform: rotate(-6deg);
}

.hero-card figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.9);
  color: var(--moss-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.year-stamp {
  position: absolute;
  top: 4%;
  right: 14%;
  z-index: 4;
  color: rgba(255, 250, 241, 0.23);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 13vw, 11rem);
  line-height: 1;
}

.route-note {
  position: absolute;
  left: 0;
  bottom: 8%;
  z-index: 5;
  display: grid;
  gap: 3px;
  max-width: 340px;
  padding: 18px 20px;
  border-radius: 0 8px 8px 0;
  background: var(--marigold);
  color: #1f1608;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.route-note strong {
  font-size: 1rem;
}

.route-note span {
  font-size: 0.9rem;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 7vw, 92px);
  background: transparent;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.04;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(3.4rem, 6.5vw, 7.6rem);
  letter-spacing: 0;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 30px;
  color: #39463f;
  font-size: 1.18rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 19px;
  border-radius: 999px;
  font-weight: 850;
}

.button.primary {
  background: linear-gradient(135deg, var(--moss-dark), #531d2a);
  color: white;
}

.button.secondary {
  border: 1px solid rgba(20, 42, 32, 0.28);
  background: rgba(255, 250, 241, 0.72);
}

.quick-shop {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  max-width: 1220px;
  margin: -24px auto 0;
  padding: 0 24px;
  position: relative;
  z-index: 5;
}

.quick-shop a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 74px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-right: 0;
  background: rgba(255, 255, 255, 0.88);
  color: #293a32;
  font-weight: 850;
  box-shadow: 0 18px 40px rgba(23, 33, 28, 0.08);
}

.quick-shop span,
.quick-shop small {
  display: block;
}

.quick-shop small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.quick-shop a:nth-child(2) {
  border-top-color: rgba(128, 87, 150, 0.4);
}

.quick-shop a:nth-child(6) {
  border-top-color: rgba(198, 63, 86, 0.48);
}

.quick-shop a:first-child {
  border-radius: 8px 0 0 8px;
}

.quick-shop a:last-child {
  border-right: 1px solid var(--line);
  border-radius: 0 8px 8px 0;
}

.section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 92px 24px;
}

.intro-band {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: end;
}

.intro-band h2,
.section-heading h2,
.split-copy h2,
.event-copy h2,
.delivery-band h2 {
  margin-bottom: 0;
  font-size: clamp(2.1rem, 4vw, 4rem);
}

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

.proof-grid article {
  min-height: 140px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 241, 0.72)),
    white;
}

.proof-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--moss);
  font-family: Georgia, serif;
  font-size: 2.5rem;
  line-height: 1;
}

.mood-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: 86px clamp(24px, 6vw, 84px);
  background:
    linear-gradient(120deg, rgba(20, 42, 32, 0.96), rgba(54, 28, 42, 0.94)),
    var(--moss-dark);
  color: white;
}

.mood-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 4.8vw, 5.2rem);
}

.mood-copy p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 250, 241, 0.78);
  font-size: 1.06rem;
}

.mood-section .eyebrow {
  color: var(--peach);
}

.mood-board {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 12px;
}

.mood-tile {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(255, 250, 241, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.08);
  color: white;
  text-align: left;
}

.mood-tile span,
.mood-tile small {
  display: block;
}

.mood-tile span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}

.mood-tile small {
  margin-top: 7px;
  color: rgba(255, 250, 241, 0.68);
  font-weight: 750;
}

.mood-tile.active {
  background: var(--peach);
  color: #221407;
}

.mood-tile.active small {
  color: rgba(34, 20, 7, 0.68);
}

.mood-result {
  grid-row: span 3;
  overflow: hidden;
  border-radius: 8px;
  background: #fffaf1;
  color: var(--ink);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.mood-result img {
  aspect-ratio: 1.35;
  object-fit: cover;
}

.mood-result div {
  padding: 24px;
}

.mood-result > div {
  display: grid;
  gap: 12px;
}

.mood-result strong {
  color: var(--rose);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.mood-result h3 {
  margin: 8px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.05;
}

.mood-result p {
  margin: 0;
  color: var(--muted);
}

.recommendation-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.recommendation-meta span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(20, 42, 32, 0.06);
  color: var(--moss-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

.recommendation-actions {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  gap: 9px;
  align-items: center;
  margin-top: 2px;
}

.recommendation-actions .recommendation-favorite {
  grid-column: 1 / -1;
  justify-content: center;
}

.rotate-button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(20, 42, 32, 0.15);
  border-radius: 50%;
  background: white;
  color: var(--moss-dark);
  font-size: 1.6rem;
  line-height: 1;
}

.recommendation-favorite.saved {
  border-color: rgba(198, 63, 86, 0.22);
  background: rgba(198, 63, 86, 0.1);
  color: var(--rose);
}

.proof-grid span {
  color: var(--muted);
}

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

.segment-control {
  display: flex;
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
}

.segment-control button {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-weight: 800;
}

.segment-control button.active {
  background: var(--ink);
  color: white;
}

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

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 36px rgba(23, 33, 28, 0.08);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(23, 33, 28, 0.14);
}

.featured-card {
  grid-column: span 2;
  grid-row: span 2;
}

.featured-card img {
  aspect-ratio: 1.28;
}

.featured-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.product-card[hidden] {
  display: none;
}

.product-card img {
  aspect-ratio: 1 / 0.95;
  object-fit: cover;
  background: #eee;
}

.product-card div {
  padding: 18px 18px 12px;
}

.product-card p {
  margin-bottom: 6px;
  color: var(--rose);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-card h3 {
  margin-bottom: 8px;
  font-size: 1.12rem;
  line-height: 1.22;
}

.product-card span {
  color: var(--muted);
  font-weight: 750;
}

.favorites-button {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(20, 42, 32, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--rose);
  font-size: 1.35rem;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(23, 33, 28, 0.12);
}

.favorites-button.saved,
.save-product-button.saved {
  background: var(--rose);
  color: white;
}

.add-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 0 18px 18px;
  border-radius: 6px;
  background: var(--ink);
  color: white;
  font-weight: 900;
  text-align: center;
}

.split-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(128, 87, 150, 0.12), transparent 55%),
    var(--cream);
}

.split-image img {
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 7vw, 86px);
}

.split-copy p:not(.eyebrow),
.event-copy p {
  max-width: 620px;
  color: #4d5c55;
  font-size: 1.05rem;
}

.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 28px;
}

.mini-list span {
  padding: 9px 12px;
  border: 1px solid rgba(79, 107, 86, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  color: var(--moss-dark);
  font-weight: 800;
}

.event-section {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 40px;
  align-items: start;
}

.event-types {
  display: grid;
  gap: 14px;
}

.event-types article {
  display: grid;
  grid-template-columns: 64px 0.6fr 1fr;
  gap: 20px;
  align-items: start;
  padding: 24px 0;
  border-top: 2px solid rgba(20, 42, 32, 0.18);
}

.event-types article:last-child {
  border-bottom: 1px solid var(--line);
}

.event-types span {
  color: var(--rose);
  font-family: Georgia, serif;
  font-size: 2rem;
}

.event-types h3 {
  margin-bottom: 0;
  font-size: 1.35rem;
}

.event-types p {
  margin-bottom: 0;
  color: var(--muted);
}

.delivery-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
  padding: 80px clamp(24px, 7vw, 96px);
  background: var(--moss-dark);
  color: white;
}

.delivery-band .eyebrow {
  color: var(--peach);
}

.delivery-checker {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.delivery-checker label {
  display: block;
  margin-bottom: 10px;
  font-weight: 850;
}

.delivery-checker div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.delivery-checker input {
  min-width: 0;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 6px;
}

.delivery-checker button {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 6px;
  background: var(--peach);
  color: var(--ink);
  font-weight: 900;
}

.delivery-checker p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 70px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 52px 24px;
}

.site-footer h2 {
  margin: 0 0 12px;
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-footer a,
.site-footer span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
}

.footer-brand small {
  max-width: 230px;
  text-transform: none;
}

.footer-brand .brand-logo {
  max-width: 280px;
}

.commerce-page {
  min-height: 100vh;
}

.commerce-hero {
  max-width: 1220px;
  margin: 0 auto;
  padding: 72px 24px 42px;
}

.commerce-hero h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 6vw, 6.2rem);
}

.commerce-hero p:not(.eyebrow) {
  max-width: 680px;
  color: #44534c;
  font-size: 1.08rem;
}

.checkout-layout,
.step-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 26px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px 88px;
  align-items: start;
}

.cart-panel,
.summary-panel,
.form-section,
.admin-panel,
.admin-metrics article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(23, 33, 28, 0.08);
}

.cart-panel {
  overflow: hidden;
}

.cart-line {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--line);
}

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

.cart-line strong,
.cart-line span {
  display: block;
}

.cart-line span {
  margin: 4px 0 10px;
  color: var(--muted);
}

.cart-line button,
.panel-heading button,
.order-row button,
.address-card button,
.compact-heading button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--moss-dark);
  font-weight: 850;
}

.account-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 11px;
  border: 1px solid rgba(20, 42, 32, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--moss-dark);
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
}

.cart-line p {
  margin: 0;
  font-weight: 900;
}

.cart-options,
.checkout-form {
  display: grid;
  gap: 16px;
}

.cart-options {
  grid-template-columns: 1fr 1fr;
  padding: 20px;
}

label span,
fieldset legend {
  display: block;
  margin-bottom: 7px;
  color: var(--moss-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid rgba(20, 42, 32, 0.18);
  border-radius: 6px;
  background: white;
  color: var(--ink);
}

input,
select {
  min-height: 46px;
  padding: 0 12px;
}

textarea {
  padding: 12px;
  resize: vertical;
}

.wide-field,
fieldset {
  grid-column: 1 / -1;
}

fieldset {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(20, 42, 32, 0.14);
  border-radius: 8px;
}

fieldset label {
  display: flex;
  gap: 8px;
  color: #44534c;
}

fieldset input {
  width: auto;
  min-height: 0;
}

.summary-panel {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.summary-panel h2,
.form-section h2,
.admin-panel h2 {
  margin: 0;
  font-size: 1.35rem;
}

.summary-panel div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #44534c;
}

.summary-panel .summary-total {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 1.15rem;
}

.summary-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.checkout-hero {
  padding-bottom: 24px;
}

.checkout-form {
  gap: 18px;
}

.form-section {
  position: relative;
  padding: 24px;
}

.account-login-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 20px;
  align-items: end;
  border-color: rgba(198, 63, 86, 0.22);
  background: linear-gradient(135deg, rgba(255, 250, 241, 0.94), rgba(244, 235, 220, 0.84));
}

.account-login-panel h2 {
  margin-bottom: 10px;
}

.login-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
  align-items: end;
}

.login-grid .button {
  min-height: 46px;
  white-space: nowrap;
}

.profile-loaded-note {
  grid-column: 1 / -1;
  padding: 12px 14px;
  border: 1px solid rgba(82, 109, 66, 0.22);
  border-radius: 8px;
  background: rgba(82, 109, 66, 0.1);
  color: var(--moss-dark);
  font-weight: 900;
}

.step-number {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(198, 63, 86, 0.28);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 1;
}

.form-section h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field-note {
  max-width: 760px;
  margin: -8px 0 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.saved-address-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.saved-address-card {
  display: grid;
  gap: 5px;
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(20, 42, 32, 0.16);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  text-align: left;
}

.saved-address-card strong,
.saved-address-card span {
  display: block;
}

.saved-address-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
}

.saved-address-card span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.3;
}

.saved-address-card.active {
  border-color: var(--moss);
  background: rgba(82, 109, 66, 0.12);
  box-shadow: inset 0 0 0 2px rgba(82, 109, 66, 0.16);
}

.card-message-field small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.card-message-field small strong {
  color: var(--moss-dark);
}

.account-status-card {
  display: grid;
  gap: 6px;
  margin-top: 16px;
  padding: 15px;
  border: 1px solid rgba(20, 42, 32, 0.14);
  border-radius: 8px;
  background: rgba(20, 42, 32, 0.04);
}

.account-status-card.approved {
  border-color: rgba(82, 109, 66, 0.26);
  background: rgba(82, 109, 66, 0.1);
}

.account-status-card.pending {
  border-color: rgba(198, 63, 86, 0.28);
  background: rgba(198, 63, 86, 0.08);
}

.account-status-card span,
.account-charge-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.account-status-card strong,
.account-charge-grid strong {
  color: var(--moss-dark);
}

.account-status-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

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

.slot {
  min-height: 70px;
  border: 1px solid rgba(20, 42, 32, 0.16);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font-weight: 900;
}

.slot small {
  color: var(--muted);
  font-weight: 750;
}

.slot.active {
  border-color: var(--moss);
  background: rgba(82, 109, 66, 0.12);
}

.slot:disabled {
  opacity: 0.56;
  cursor: not-allowed;
}

.alert-note {
  margin-top: 12px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(217, 154, 34, 0.16);
  color: #5d3b06;
  font-weight: 800;
}

.zone-result,
.delivery-rule-card {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(82, 109, 66, 0.22);
  border-radius: 8px;
  background: rgba(82, 109, 66, 0.1);
}

.zone-result span,
.delivery-rule-card span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.zone-result strong,
.delivery-rule-card strong {
  color: var(--moss-dark);
}

.delivery-rule-card {
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 12px;
  background: rgba(255, 255, 255, 0.72);
}

.delivery-date-field {
  display: block;
  margin-top: 12px;
}

.secure-card-box,
.wallet-payment-box,
.house-account-box,
.payload-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid rgba(20, 42, 32, 0.14);
  border-radius: 8px;
  background: rgba(20, 42, 32, 0.04);
}

.secure-card-box,
.wallet-payment-box,
.house-account-box {
  gap: 14px;
  margin-top: 14px;
}

.secure-card-box[hidden],
.wallet-payment-box[hidden],
.house-account-box[hidden] {
  display: none;
}

.secure-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(82, 109, 66, 0.12);
  color: var(--moss-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

.secure-badge span {
  color: var(--moss);
  font-size: 0.72rem;
}

.account-badge {
  background: rgba(217, 154, 34, 0.14);
  color: #5d3b06;
}

.wallet-badge {
  background: rgba(128, 87, 150, 0.12);
  color: var(--lilac);
}

.account-charge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.account-charge-grid div {
  padding: 12px;
  border: 1px solid rgba(20, 42, 32, 0.12);
  border-radius: 8px;
  background: white;
}

.card-field-row {
  display: grid;
  grid-template-columns: 1fr 0.75fr 0.85fr;
  gap: 12px;
}

.secure-card-box p,
.wallet-payment-box p,
.house-account-box p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.payload-list span {
  color: var(--muted);
  font-weight: 850;
}

.payload-list {
  margin-top: 4px;
  padding: 0;
  border: 0;
  background: transparent;
}

.payload-list span {
  padding-left: 18px;
  position: relative;
}

.payload-list span::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--moss);
}

.summary-product {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.summary-product img {
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
}

.summary-product strong,
.summary-product span {
  display: block;
}

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

.place-order-button {
  width: 100%;
}

.product-page {
  min-height: 100vh;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
  gap: 34px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 42px 24px 88px;
  align-items: start;
}

.product-gallery,
.product-config,
.product-summary {
  min-width: 0;
}

.product-main-image {
  aspect-ratio: 0.9;
  border: 10px solid #fffaf1;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 30px 80px rgba(23, 33, 28, 0.18);
}

.gallery-note {
  display: grid;
  gap: 3px;
  margin-top: -42px;
  margin-left: 22px;
  max-width: 320px;
  position: relative;
  padding: 16px;
  border-radius: 8px;
  background: var(--marigold);
  color: #211706;
  box-shadow: 0 18px 42px rgba(23, 33, 28, 0.2);
}

.gallery-note span {
  font-size: 0.9rem;
}

.product-config h1 {
  margin-bottom: 16px;
  font-size: clamp(3rem, 4.4vw, 4.7rem);
}

.product-config > p:not(.eyebrow) {
  max-width: 680px;
  color: #44534c;
  font-size: 1.05rem;
}

.save-product-button {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(198, 63, 86, 0.24);
  border-radius: 999px;
  background: rgba(198, 63, 86, 0.09);
  color: var(--rose);
  font-weight: 900;
}

.choice-section,
.product-summary {
  margin-top: 22px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(23, 33, 28, 0.08);
}

.choice-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.choice-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.choice-heading span {
  color: var(--rose);
  white-space: nowrap;
  font-weight: 900;
}

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

.tier-card,
.addon-card {
  border: 1px solid rgba(20, 42, 32, 0.16);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  text-align: left;
}

.tier-card {
  display: grid;
  gap: 8px;
  min-height: 148px;
  padding: 16px;
}

.tier-card span,
.tier-card strong,
.tier-card small,
.addon-card strong,
.addon-card small {
  display: block;
}

.tier-card span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.08;
}

.tier-card strong {
  color: var(--moss);
  font-size: 1.35rem;
}

.tier-card small,
.addon-card small {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.28;
}

.tier-card.active,
.addon-card.active {
  border-color: var(--moss);
  background: rgba(82, 109, 66, 0.12);
  box-shadow: inset 0 0 0 2px rgba(82, 109, 66, 0.16);
}

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

.addon-card {
  display: grid;
  grid-template-columns: 78px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 94px;
  padding: 12px;
}

.addon-visual {
  display: grid;
  width: 78px;
  min-height: 58px;
  place-items: center;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(198, 63, 86, 0.18), rgba(217, 154, 34, 0.16)),
    #fffaf1;
  color: var(--moss-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 900;
}

.addon-card strong {
  line-height: 1.15;
}

.fulfillment-section {
  border-color: rgba(82, 109, 66, 0.26);
  background:
    linear-gradient(135deg, rgba(82, 109, 66, 0.1), rgba(217, 154, 34, 0.08)),
    rgba(255, 255, 255, 0.9);
}

.fulfillment-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}

.fulfillment-option {
  display: grid;
  gap: 6px;
  min-height: 96px;
  padding: 16px;
  border: 1px solid rgba(20, 42, 32, 0.16);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  text-align: left;
}

.fulfillment-option strong,
.fulfillment-option span {
  display: block;
}

.fulfillment-option strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  line-height: 1.1;
}

.fulfillment-option span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.3;
}

.fulfillment-option.active {
  border-color: var(--moss);
  background: rgba(82, 109, 66, 0.12);
  box-shadow: inset 0 0 0 2px rgba(82, 109, 66, 0.16);
}

.fulfillment-fields {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(180px, 240px);
  gap: 12px;
  align-items: end;
}

.product-zone-card {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
}

.product-availability-note {
  margin-top: 12px;
}

.product-summary {
  grid-column: 2;
  position: static;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: center;
}

.product-summary h2 {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 1.35rem;
}

.product-summary div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #44534c;
}

.product-summary .selected-addons {
  display: grid;
  gap: 4px;
  grid-column: 1 / -1;
}

.product-summary .selected-addons strong {
  color: var(--ink);
  font-size: 0.92rem;
  text-align: right;
}

.product-summary p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.product-summary .place-order-button {
  grid-column: 1 / -1;
}

.address-book-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 26px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px 88px;
  align-items: start;
}

.address-book-panel {
  min-width: 0;
}

.compact-heading {
  align-items: center;
  margin-bottom: 20px;
}

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

.address-card {
  display: grid;
  gap: 12px;
  min-height: 280px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(23, 33, 28, 0.08);
}

.address-card.primary-address {
  border-color: rgba(82, 109, 66, 0.32);
  background:
    linear-gradient(135deg, rgba(82, 109, 66, 0.12), rgba(217, 154, 34, 0.08)),
    rgba(255, 255, 255, 0.92);
}

.address-card > span {
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.address-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1.05;
}

.address-card p,
.address-card small {
  margin: 0;
  color: var(--muted);
}

.address-card small {
  font-weight: 750;
}

.address-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-self: end;
}

.address-side-panel {
  position: sticky;
  top: 118px;
}

.sticky-summary {
  position: sticky;
  top: 118px;
}

.admin-body {
  display: grid;
  grid-template-columns: 280px 1fr;
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(20, 42, 32, 0.04) 1px, transparent 1px),
    #f7f4ec;
  background-size: 34px 34px;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 34px;
  min-height: 100vh;
  padding: 24px;
  background: #11241b;
  color: white;
}

.admin-sidebar .brand small {
  color: rgba(255, 250, 241, 0.68);
}

.admin-sidebar nav {
  display: grid;
  gap: 8px;
}

.admin-sidebar nav a {
  padding: 11px 12px;
  border-radius: 6px;
  color: rgba(255, 250, 241, 0.72);
  font-weight: 850;
}

.admin-sidebar nav a.active,
.admin-sidebar nav a:hover {
  background: rgba(255, 250, 241, 0.1);
  color: white;
}

.admin-main {
  padding: 34px;
}

.admin-topbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.admin-topbar h1 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4.8rem);
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}

.admin-metrics article {
  padding: 20px;
}

.admin-metrics strong {
  display: block;
  color: var(--moss);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.6rem;
  line-height: 1;
}

.admin-metrics span {
  color: var(--muted);
  font-weight: 800;
}

.admin-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.admin-panel {
  padding: 20px;
}

.wide-admin {
  grid-column: 1 / -1;
}

.panel-heading {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.order-row {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.order-row span {
  color: var(--muted);
  font-weight: 850;
}

.order-row p {
  grid-column: 2;
  margin: -8px 0 0;
  color: var(--muted);
}

.order-row.urgent strong {
  color: var(--rose);
}

.route-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.zone-rule-list,
.blackout-list {
  display: grid;
  gap: 10px;
}

.account-admin-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.account-admin-card strong,
.account-admin-card span {
  display: block;
}

.account-admin-card span {
  margin-top: 3px;
  color: var(--muted);
  font-weight: 800;
}

.account-admin-card.approved strong {
  color: var(--moss-dark);
}

.admin-note {
  margin: 14px 0 0;
  padding: 12px;
  border-radius: 8px;
  background: rgba(20, 42, 32, 0.04);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.zone-rule-list article,
.blackout-list article {
  padding: 13px 0;
  border-top: 1px solid var(--line);
}

.zone-rule-list strong,
.zone-rule-list span,
.blackout-list strong,
.blackout-list span {
  display: block;
}

.zone-rule-list span,
.blackout-list span {
  color: var(--muted);
}

.toggle-pill {
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(198, 63, 86, 0.26);
  border-radius: 999px;
  background: rgba(198, 63, 86, 0.1);
  color: var(--rose);
  font-weight: 900;
}

.toggle-pill.active {
  border-color: rgba(82, 109, 66, 0.26);
  background: rgba(82, 109, 66, 0.12);
  color: var(--moss-dark);
}

.route-list li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.route-list strong,
.route-list span {
  display: block;
}

.route-list span {
  color: var(--muted);
}

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

.catalog-table div {
  display: grid;
  grid-template-columns: 1fr 160px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.catalog-table span {
  color: var(--muted);
  font-weight: 800;
}

.customer-account-page {
  min-height: 100vh;
}

.account-layout {
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px 88px;
  align-items: start;
}

.account-signin-card,
.account-dashboard {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(23, 33, 28, 0.08);
}

.account-signin-card {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.account-signin-card h2 {
  margin: -6px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.account-dashboard {
  padding: 24px;
}

.account-profile-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.account-profile-header span,
.account-data-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.account-profile-header strong {
  display: block;
  margin-top: 4px;
  color: var(--moss-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.account-profile-header p,
.account-data-grid p {
  margin: 4px 0 0;
  color: var(--muted);
  font-weight: 800;
}

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

.account-data-grid article {
  min-height: 132px;
  padding: 16px;
  border: 1px solid rgba(20, 42, 32, 0.13);
  border-radius: 8px;
  background: rgba(20, 42, 32, 0.03);
}

.account-data-grid article.approved {
  border-color: rgba(82, 109, 66, 0.25);
  background: rgba(82, 109, 66, 0.1);
}

.account-data-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 1.08rem;
}

.favorites-page {
  min-height: 100vh;
}

.favorites-layout {
  display: grid;
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px 88px;
}

.favorites-toolbar,
.favorites-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(23, 33, 28, 0.08);
}

.favorites-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 20px;
}

.favorites-toolbar span,
.favorites-card span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.favorites-toolbar strong {
  display: block;
  margin-top: 3px;
  color: var(--moss-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.favorites-grid {
  display: grid;
  gap: 14px;
}

.favorites-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  overflow: hidden;
  padding: 16px;
}

.empty-favorites {
  display: grid;
  gap: 4px;
  padding: 24px;
  border: 1px dashed rgba(20, 42, 32, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--muted);
  text-align: center;
}

.empty-favorites[hidden] {
  display: none;
}

.empty-favorites strong {
  color: var(--moss-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.favorites-card[hidden] {
  display: none;
}

.favorites-card img {
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
}

.favorites-card h2 {
  margin: 6px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
}

.favorites-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-weight: 800;
}

.favorites-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.live-chat-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: grid;
  justify-items: end;
  gap: 12px;
  max-width: calc(100vw - 36px);
}

.chat-launcher {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 16px 0 10px;
  border: 0;
  border-radius: 999px;
  background: var(--moss-dark);
  color: white;
  box-shadow: 0 18px 44px rgba(23, 33, 28, 0.24);
  font-weight: 900;
}

.chat-launcher span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.chat-panel {
  width: min(380px, calc(100vw - 36px));
  overflow: hidden;
  border: 1px solid rgba(20, 42, 32, 0.16);
  border-radius: 8px;
  background: #fffaf1;
  box-shadow: 0 24px 70px rgba(23, 33, 28, 0.26);
}

.chat-panel[hidden] {
  display: none;
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px;
  background: var(--moss-dark);
  color: white;
}

.chat-header span,
.chat-header strong {
  display: block;
}

.chat-header span {
  color: var(--peach);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.chat-header strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.chat-close {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 250, 241, 0.22);
  border-radius: 50%;
  background: transparent;
  color: white;
  font-size: 1.25rem;
}

.chat-thread {
  display: grid;
  gap: 10px;
  max-height: 260px;
  overflow-y: auto;
  padding: 15px;
}

.chat-thread p {
  width: fit-content;
  max-width: 86%;
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.35;
}

.agent-message {
  background: white;
  color: var(--ink);
}

.customer-message {
  justify-self: end;
  background: rgba(198, 63, 86, 0.12);
  color: #6f2130;
}

.chat-quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 15px 14px;
}

.chat-quick-replies button {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(20, 42, 32, 0.14);
  border-radius: 999px;
  background: white;
  color: var(--moss-dark);
  font-size: 0.84rem;
  font-weight: 900;
}

.chat-compose {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 14px 15px 15px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.64);
}

.chat-compose label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.chat-compose input {
  min-height: 42px;
}

.chat-compose button {
  min-height: 42px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: var(--rose);
  color: white;
  font-weight: 900;
}

@media (max-width: 1120px) {
  .nav-shell {
    grid-template-columns: minmax(200px, 300px) minmax(0, 1fr) auto;
    gap: 14px;
  }

  .nav-links {
    gap: 12px;
    font-size: 0.88rem;
  }

  .phone-link:not(.home-phone-link) {
    display: none;
  }
}

@media (max-width: 920px) {
  .nav-shell {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
  }

  .nav-links {
    display: none;
  }

  .home-nav-shell .nav-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .brand {
    justify-items: center;
  }

  .brand-logo {
    object-position: center;
  }

  .nav-actions {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }

  .phone-link:not(.home-phone-link) {
    display: none;
  }

  .hero,
  .intro-band,
  .split-section,
  .event-section,
  .delivery-band,
  .site-footer,
  .checkout-layout,
  .step-grid,
  .account-login-panel,
  .account-layout,
  .favorites-card,
  .product-detail,
  .address-book-layout,
  .admin-body,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    background:
      radial-gradient(circle at 12% 18%, rgba(198, 63, 86, 0.16), transparent 28%),
      linear-gradient(180deg, #fffaf1 0 52%, #1b3026 52% 100%);
  }

  .hero-media {
    min-height: 520px;
  }

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

  .quick-shop {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 0;
    padding: 0;
  }

  .quick-shop a,
  .quick-shop a:first-child,
  .quick-shop a:last-child {
    border-radius: 0;
  }

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

  .mood-section {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    min-height: 0;
    overflow: hidden;
  }

  .admin-sidebar nav {
    display: flex;
    max-width: 100%;
    overflow-x: auto;
  }

  .admin-sidebar nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

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

  .saved-address-strip,
  .address-card-grid {
    grid-template-columns: 1fr;
  }

  .sticky-summary {
    position: static;
  }

  .product-summary {
    position: static;
  }

  .address-side-panel {
    position: static;
  }

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

  .mood-result {
    grid-column: 1 / -1;
    grid-row: auto;
  }

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

  .event-types article {
    grid-template-columns: 48px 1fr;
  }

  .event-types p {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  .notice {
    align-items: center;
    flex-direction: column;
    gap: 2px;
    text-align: center;
  }

  .nav-shell {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
    padding: 14px 16px;
  }

  .brand {
    justify-items: center;
    min-width: 0;
  }

  .brand-logo {
    object-position: center;
  }

  .nav-actions {
    justify-content: center;
    width: 100%;
    gap: 8px;
  }

  .account-link {
    min-height: 36px;
    padding: 0 10px;
    font-size: 0.84rem;
  }

  .home-phone-link {
    min-height: 36px;
    padding: 0 11px;
    font-size: 0.84rem;
  }

  .icon-button {
    display: none;
  }

  .brand small {
    font-size: 0.66rem;
  }

  .cart-button {
    min-height: 36px;
    padding: 0 10px;
    font-size: 0.84rem;
  }

  .cart-button strong {
    min-width: 21px;
    height: 21px;
  }

  .hero-copy {
    padding: 36px 18px 44px;
  }

  .hero-media {
    min-height: 480px;
  }

  .hero-card {
    border-width: 7px;
  }

  .hero-card-large {
    inset: 6% 12% 18% 5%;
  }

  .hero-card-small {
    width: 36%;
  }

  .hero-card-top {
    right: 3%;
    top: 9%;
  }

  .hero-card-bottom {
    right: 7%;
    bottom: 7%;
  }

  .year-stamp {
    top: 2%;
    right: 6%;
    font-size: 5.8rem;
  }

  .route-note {
    max-width: 270px;
    padding: 14px 16px;
  }

  h1 {
    font-size: 3.45rem;
  }

  .quick-shop,
  .product-grid,
  .proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .quick-shop a {
    min-height: 58px;
    font-size: 0.9rem;
  }

  .quick-shop small {
    font-size: 0.64rem;
  }

  .section {
    padding: 64px 18px;
  }

  .segment-control {
    width: 100%;
    overflow-x: auto;
  }

  .mood-section {
    padding: 58px 18px;
  }

  .mood-board {
    grid-template-columns: 1fr;
  }

  .mood-tile {
    min-height: 86px;
  }

  .featured-card {
    grid-column: 1 / -1;
  }

  .split-image img {
    min-height: 340px;
  }

  .split-copy,
  .delivery-band {
    padding: 54px 18px;
  }

  .delivery-checker div {
    grid-template-columns: 1fr;
  }

  .site-footer {
    gap: 26px;
    padding: 44px 18px;
  }

  .commerce-hero {
    padding: 52px 18px 26px;
  }

  .checkout-layout,
  .step-grid,
  .address-book-layout,
  .admin-main {
    padding: 0 18px 58px;
  }

  .cart-line,
  .cart-options,
  .form-grid,
  .slot-row,
  .pay-methods,
  .delivery-rule-card,
  .card-field-row,
  .account-charge-grid,
  .login-grid,
  .tier-grid,
  .addon-grid,
  .fulfillment-toggle,
  .fulfillment-fields,
  .product-zone-card,
  .catalog-table div {
    grid-template-columns: 1fr;
  }

  .product-detail {
    padding: 28px 18px 58px;
  }

  .choice-heading {
    align-items: start;
    flex-direction: column;
  }

  .cart-line {
    align-items: start;
  }

  .cart-line img {
    width: 120px;
  }

  .admin-topbar {
    align-items: start;
    flex-direction: column;
  }

  .account-profile-header {
    align-items: start;
    flex-direction: column;
  }

  .account-data-grid {
    grid-template-columns: 1fr;
  }

  .favorites-toolbar {
    align-items: start;
    flex-direction: column;
  }

  .admin-metrics {
    grid-template-columns: 1fr;
  }

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

  .order-row p {
    grid-column: auto;
    margin: 0;
  }
}
