:root {
  --caramel: #9c4454;
  --caramel-dark: #6f2d39;
  --cream: #fff1dc;
  --cream-deep: #f5dfbd;
  --green: #b7c795;
  --green-dark: #435b3a;
  --ink: #2b2024;
  --muted: #716366;
  --white: #fffdf8;
  --line: rgba(111, 45, 57, 0.16);
  --shadow: 0 22px 60px rgba(70, 33, 40, 0.14);
  --page: min(1220px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: linear-gradient(180deg, #fffdf8 0%, #fff8ed 54%, #fffdf8 100%);
  color: var(--ink);
  font-family: Inter, Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

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

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

::selection {
  background: var(--green);
  color: var(--ink);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--page);
  min-height: 82px;
  margin: 0 auto;
  background: rgba(255, 253, 248, 0.92);
  backdrop-filter: blur(16px);
}

.site-header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--line);
  content: "";
}

.brand {
  display: block;
  width: clamp(188px, 18vw, 248px);
  padding: 8px 0;
}

.brand img {
  width: 100%;
  height: auto;
  max-height: 64px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 15px;
  color: #6d5f62;
  font-size: 0.88rem;
  font-weight: 760;
}

.site-nav a:not(.nav-action)::after {
  position: absolute;
  right: 15px;
  bottom: 5px;
  left: 15px;
  height: 2px;
  background: var(--caramel);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--caramel-dark);
  outline: none;
}

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

.site-nav .nav-action {
  min-width: 116px;
  justify-content: center;
  margin-left: 9px;
  border-radius: 6px;
  background: var(--caramel-dark);
  color: var(--white);
  transition: background 180ms ease, transform 180ms ease;
}

.site-nav .nav-action:hover,
.site-nav .nav-action:focus-visible {
  background: var(--caramel-dark);
  color: var(--white);
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--cream);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--caramel-dark);
  transition: transform 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.hero {
  position: relative;
  isolation: isolate;
  width: var(--page);
  height: clamp(580px, calc(100svh - 130px), 730px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  background: var(--cream);
  box-shadow: inset 0 -1px 0 var(--line);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255, 241, 220, 0.98) 0%, rgba(255, 241, 220, 0.9) 35%, rgba(255, 241, 220, 0.18) 67%, rgba(255, 241, 220, 0.02) 100%);
  content: "";
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: hero-settle 1100ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(640px, 58%);
  height: 100%;
  padding: clamp(42px, 7vw, 88px);
  padding-right: 0;
  animation: rise-in 700ms 120ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.kicker,
.section-label,
.tag {
  margin: 0;
  color: var(--caramel-dark);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.kicker,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.kicker::before,
.section-label::before {
  width: 24px;
  height: 2px;
  background: var(--green-dark);
  content: "";
}

.hero h1,
.section h2,
.ritual h2,
.visit h2,
.page-hero h1,
.about-hero h1,
.detail-summary h1,
.detail-box h2 {
  margin: 0;
  font-family: "Avenir Next", Avenir, "Trebuchet MS", sans-serif;
  font-weight: 820;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 610px;
  margin-top: 18px;
  font-size: clamp(3.3rem, 6.2vw, 5.8rem);
  line-height: 0.96;
}

.hero-text,
.page-hero p,
.about-hero p,
.detail-copy {
  color: #554d44;
  line-height: 1.7;
}

.hero-text {
  width: min(520px, 92%);
  margin: 22px 0 0;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 820;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
  transform: none;
}

.primary {
  background: var(--caramel-dark);
  color: var(--white);
}

.primary:hover,
.primary:focus-visible {
  background: var(--caramel);
}

.secondary {
  border-color: rgba(45, 41, 36, 0.28);
  background: rgba(255, 253, 248, 0.76);
  color: var(--ink);
}

.secondary:hover,
.secondary:focus-visible {
  border-color: var(--caramel);
  color: var(--caramel-dark);
}

.availability {
  position: absolute;
  right: clamp(18px, 3vw, 38px);
  bottom: clamp(18px, 3vw, 38px);
  display: grid;
  grid-template-columns: 58px auto;
  align-items: center;
  min-width: 245px;
  padding: 13px 16px 13px 12px;
  border: 1px solid rgba(255, 254, 248, 0.48);
  border-radius: 8px;
  background: rgba(67, 91, 58, 0.92);
  color: var(--cream);
  backdrop-filter: blur(12px);
  animation: rise-in 700ms 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.availability img {
  grid-row: 1 / 3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.availability span {
  font-size: 0.72rem;
  font-weight: 750;
  text-transform: uppercase;
}

.availability strong {
  margin-top: 2px;
  font-size: 1rem;
}

.flavor-ticker {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(255, 249, 220, 0.28);
  background: var(--caramel-dark);
  color: var(--cream);
}

.ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  min-height: 47px;
  animation: ticker 26s linear infinite;
}

.ticker-track span {
  padding: 0 26px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker-track i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}

.section,
.ritual,
.visit,
.page-hero,
.about-hero,
.detail-shell {
  width: var(--page);
  margin: 0 auto;
}

.section,
.ritual,
.visit {
  padding: 96px 0;
}

.intro,
.section-heading,
.ritual,
.visit,
.about-hero,
.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(30px, 6vw, 88px);
}

.intro {
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.section h2,
.ritual h2,
.visit h2 {
  margin-top: 13px;
  font-size: clamp(2.35rem, 4.6vw, 4.6rem);
  line-height: 1.02;
}

.intro > p,
.ritual-panel p,
.visit p,
.story-copy p,
.value-card p,
.detail-box p,
.detail-list dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.intro > p {
  padding-top: 28px;
  font-size: 1.04rem;
}

.section-heading {
  align-items: end;
  margin-bottom: 34px;
}

.text-link {
  position: relative;
  justify-self: end;
  padding-bottom: 5px;
  color: var(--caramel-dark);
  font-weight: 850;
}

.text-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--green-dark);
  content: "";
  transform-origin: left;
  transition: transform 180ms ease;
}

.text-link:hover::after {
  transform: scaleX(0.35);
}

.product-toolbar {
  display: grid;
  justify-items: end;
  gap: 13px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.filter {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 800;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.filter.active,
.filter:hover,
.filter:focus-visible {
  border-color: var(--green-dark);
  background: var(--green-dark);
  color: var(--cream);
  outline: none;
  transform: translateY(-1px);
}

.product-count {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 780;
}

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

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

.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.94);
  transition: transform 240ms ease, box-shadow 240ms ease, opacity 180ms ease;
}

.product-card:hover {
  z-index: 1;
  box-shadow: var(--shadow);
  transform: translateY(-7px);
}

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

.product-link {
  display: block;
}

.product-art {
  position: relative;
  display: grid;
  height: 210px;
  place-items: center;
  overflow: hidden;
}

.product-art::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 158px;
  height: 46px;
  border: 1px solid rgba(45, 41, 36, 0.16);
  border-radius: 50%;
  background: rgba(255, 254, 248, 0.52);
  content: "";
  transform: translate(-50%, 55%);
  transition: transform 260ms ease;
}

.product-art::after {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(45, 41, 36, 0.16);
  border-radius: 50%;
  color: rgba(111, 45, 57, 0.54);
  content: "CO";
  display: grid;
  place-items: center;
  font-size: 0.55rem;
  font-weight: 900;
}

.product-art span {
  position: relative;
  z-index: 1;
  display: block;
  width: 116px;
  height: 78px;
  border-radius: 50% 50% 42% 42%;
  box-shadow: inset 0 -14px 0 rgba(83, 49, 19, 0.1), 0 16px 22px rgba(78, 47, 22, 0.15);
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-card:hover .product-art span {
  transform: translateY(-7px) rotate(-2deg);
}

.product-card:hover .product-art::before {
  transform: translate(-50%, 55%) scale(1.06);
}

.tart-art {
  background: #f7d7ae;
}

.tart-art span {
  background: radial-gradient(circle at 50% 35%, #fff8d6 0 23%, #c27649 24% 100%);
}

.cake-art {
  background: #ffe2c9;
}

.cake-art span {
  width: 128px;
  height: 88px;
  border-radius: 48% 48% 20% 20%;
  background: linear-gradient(180deg, #fffef1 0 48%, #d99f58 49% 61%, #fff4d7 62% 100%);
}

.bun-art {
  background: #ead4bd;
}

.bun-art span {
  width: 126px;
  height: 88px;
  border-radius: 48% 48% 38% 38%;
  background: radial-gradient(circle at 50% 58%, #fff1dc 0 12%, #d19a68 13% 100%);
}

.matcha-art {
  background: #d1deb7;
}

.matcha-art span {
  background: radial-gradient(circle at 68% 24%, #9c4454 0 8%, transparent 9%), linear-gradient(180deg, #8aa46f, #435b3a);
}

.sesame-art {
  background: #e1d9d4;
}

.sesame-art span {
  width: 122px;
  height: 88px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 46%, #fff9dc 0 16%, #39332d 17% 100%);
}

.roll-art {
  background: #f2ccd0;
}

.roll-art span {
  width: 132px;
  height: 86px;
  border-radius: 999px;
  background: radial-gradient(circle at 32% 50%, #fffef1 0 13%, #9c4454 14% 21%, transparent 22%), linear-gradient(90deg, #fff7df 0 45%, #d8808b 46% 100%);
}

.product-info {
  padding: 20px 20px 0;
}

.product-info h3 {
  min-height: 52px;
  margin: 8px 0 9px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.product-info p:not(.tag) {
  min-height: 74px;
  margin: 0;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.62;
}

.product-meta,
.price-line,
.detail-actions,
.detail-footer-actions,
.footer {
  display: flex;
  align-items: center;
}

.product-meta {
  gap: 9px;
  justify-content: space-between;
  padding: 18px 20px 20px;
  font-weight: 850;
}

.product-meta > span {
  margin-right: auto;
  color: var(--caramel-dark);
}

.product-meta button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--caramel-dark);
  color: var(--white);
  cursor: pointer;
  font-size: 1.2rem;
  transition: background 160ms ease, transform 160ms ease;
}

.product-meta button:hover,
.product-meta button:focus-visible {
  background: var(--green-dark);
  outline: none;
  transform: rotate(90deg);
}

.detail-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.8rem;
}

.detail-link:hover,
.detail-link:focus-visible {
  border-color: var(--caramel);
  color: var(--caramel-dark);
  outline: none;
}

.ritual {
  position: relative;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100vw - 1220px) / 2));
  padding-left: max(20px, calc((100vw - 1220px) / 2));
  background: linear-gradient(135deg, var(--green) 0%, #e3d0b0 100%);
}

.ritual-panel {
  padding: clamp(28px, 4vw, 52px);
  border-radius: 8px;
  background: var(--green-dark);
  color: var(--cream);
}

.ritual-panel .section-label {
  color: var(--cream);
}

.ritual-panel .section-label::before {
  background: var(--caramel);
}

.ritual-panel p {
  margin-top: 20px;
  color: rgba(255, 249, 220, 0.78);
}

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

.steps li,
.value-card,
.detail-box {
  padding: 24px;
  border: 1px solid rgba(45, 41, 36, 0.13);
  border-radius: 8px;
  background: rgba(255, 254, 248, 0.86);
}

.steps span,
.value-card span {
  color: var(--caramel-dark);
  font-size: 0.8rem;
  font-weight: 900;
}

.steps strong {
  display: block;
  margin-top: 56px;
  font-size: 1.3rem;
}

.steps p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.visit {
  align-items: center;
  padding-bottom: 110px;
}

.compact-visit {
  padding-top: 54px;
}

.visit-card {
  justify-self: end;
  width: min(430px, 100%);
  padding: 30px;
  border: 1px solid rgba(49, 95, 59, 0.28);
  border-radius: 8px;
  background: rgba(255, 241, 220, 0.9);
  box-shadow: var(--shadow);
}

.hours span {
  display: block;
  margin-bottom: 5px;
  color: var(--caramel-dark);
  font-size: 0.72rem;
  font-weight: 820;
  text-transform: uppercase;
}

.hours strong {
  display: block;
  font-size: 1.45rem;
}

address {
  margin: 22px 0;
  color: var(--muted);
  font-style: normal;
  line-height: 1.7;
}

.visit-card-copy {
  margin: 20px 0;
  color: var(--muted);
  line-height: 1.65;
}

.full {
  width: 100%;
}

.page-hero {
  position: relative;
  padding: 92px 0 70px;
  border-bottom: 1px solid var(--line);
}

.page-hero::before {
  position: absolute;
  top: 42px;
  right: 0;
  width: 150px;
  height: 8px;
  background: var(--green);
  content: "";
}

.page-hero h1 {
  margin-top: 14px;
  color: var(--caramel-dark);
  font-size: clamp(4rem, 9vw, 7.5rem);
  line-height: 0.92;
}

.page-hero p {
  width: min(690px, 100%);
  margin: 23px 0 0;
  font-size: 1.08rem;
}

.about-hero {
  align-items: center;
  min-height: calc(100svh - 120px);
  padding: 55px 0 82px;
}

.about-hero h1 {
  margin-top: 14px;
  color: var(--caramel-dark);
  font-size: clamp(3rem, 6.2vw, 5.9rem);
  line-height: 0.98;
}

.about-hero p {
  margin: 22px 0 0;
  font-size: 1.08rem;
}

.about-photo {
  position: relative;
}

.about-photo::before {
  position: absolute;
  inset: -18px 18px 18px -18px;
  z-index: -1;
  border-radius: 8px;
  background: var(--green);
  content: "";
}

.about-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.story-grid {
  align-items: start;
}

.story-copy {
  display: grid;
  gap: 18px;
}

.values-section {
  padding-top: 46px;
}

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

.value-card {
  background: var(--cream);
  transition: background 200ms ease, transform 200ms ease;
}

.value-card:hover {
  background: #f8ebd8;
  transform: translateY(-4px);
}

.value-card h3 {
  margin: 38px 0 10px;
  font-size: 1.24rem;
}

.detail-shell {
  padding: 58px 0 96px;
}

.crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 780;
}

.crumb a {
  color: var(--caramel-dark);
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
}

.detail-art {
  min-height: 460px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.detail-art span {
  width: 220px;
  height: 150px;
}

.detail-summary h1 {
  margin-top: 11px;
  color: var(--caramel-dark);
  font-size: clamp(3rem, 6.2vw, 5.6rem);
  line-height: 0.96;
}

.detail-copy {
  margin: 23px 0 0;
  font-size: 1.06rem;
}

.price-line {
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.price-line strong {
  color: var(--caramel-dark);
  font-size: 1.9rem;
}

.price-line span {
  color: var(--green-dark);
  font-weight: 800;
}

.detail-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 56px;
}

.detail-box {
  background: #fffdf3;
}

.detail-box h2 {
  margin-bottom: 18px;
  color: var(--caramel-dark);
  font-size: 1.4rem;
}

.detail-box h3 {
  margin: 22px 0 8px;
  font-size: 0.96rem;
}

.detail-list {
  display: grid;
  gap: 14px;
  margin: 0;
}

.detail-list dt {
  color: var(--ink);
  font-weight: 850;
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.badge-list li {
  padding: 8px 10px;
  border-radius: 999px;
  background: #e6edd8;
  color: var(--green-dark);
  font-size: 0.8rem;
  font-weight: 800;
}

.detail-footer-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.loading-state {
  padding: 80px 0;
  color: var(--muted);
  font-weight: 780;
}

.footer {
  justify-content: space-between;
  width: var(--page);
  margin: 0 auto;
  padding: 30px 0 38px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.86rem;
}

.footer-brand {
  width: 190px;
}

.footer-brand img {
  width: 100%;
}

.footer a:not(.footer-brand):hover {
  color: var(--caramel-dark);
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 50;
  max-width: calc(100% - 36px);
  padding: 14px 18px;
  border-radius: 6px;
  background: var(--caramel-dark);
  color: var(--white);
  box-shadow: 0 18px 48px rgba(45, 41, 36, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 200ms ease, transform 200ms ease;
}

.floating-cart {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 45;
}

.floating-cart-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 166px;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(255, 253, 248, 0.64);
  border-radius: 999px;
  background: var(--caramel-dark);
  color: var(--white);
  box-shadow: 0 18px 46px rgba(70, 33, 40, 0.24);
  cursor: pointer;
  font-weight: 850;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.floating-cart-toggle:hover,
.floating-cart-toggle:focus-visible {
  background: var(--caramel);
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(70, 33, 40, 0.28);
}

.cart-icon {
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 4px 4px 7px 7px;
}

.cart-icon::before {
  position: absolute;
  top: -9px;
  left: 4px;
  width: 10px;
  height: 9px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  content: "";
}

.cart-count {
  display: grid;
  min-width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  background: var(--cream);
  color: var(--caramel-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.cart-drawer {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: min(390px, calc(100vw - 36px));
  max-height: min(640px, calc(100vh - 124px));
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.98);
  box-shadow: 0 26px 70px rgba(43, 32, 36, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.floating-cart.open .cart-drawer {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cart-drawer-header,
.cart-line,
.cart-totals-row,
.summary-line,
.summary-totals-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.cart-drawer-header {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 18px 18px 14px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.98);
}

.cart-drawer-header h2,
.summary-header h2,
.panel-heading h2 {
  margin: 0;
  font-size: 1.18rem;
}

.cart-close {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
}

.cart-close:hover,
.cart-close:focus-visible {
  border-color: var(--caramel);
  color: var(--caramel-dark);
  outline: none;
}

.cart-items {
  display: grid;
  gap: 0;
  padding: 4px 18px 0;
}

.cart-line {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.cart-line h3,
.summary-line h3 {
  margin: 0 0 5px;
  font-size: 0.98rem;
}

.cart-line p,
.summary-line p,
.empty-cart,
.panel-heading p,
.checkout-hero p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.cart-line-actions {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.quantity-control {
  display: grid;
  grid-template-columns: 30px 34px 30px;
  align-items: center;
  min-height: 32px;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}

.quantity-control button {
  height: 32px;
  border: 0;
  background: transparent;
  color: var(--caramel-dark);
  cursor: pointer;
  font-weight: 900;
}

.quantity-control span {
  text-align: center;
  font-size: 0.86rem;
  font-weight: 850;
}

.line-price {
  color: var(--caramel-dark);
  font-weight: 900;
}

.empty-cart {
  padding: 24px 18px;
}

.cart-footer {
  padding: 16px 18px 18px;
}

.cart-totals {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  padding-top: 2px;
}

.cart-totals-row {
  color: var(--muted);
  font-size: 0.92rem;
}

.cart-totals-row.total,
.summary-totals-row.total {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
}

.checkout-hero,
.checkout-shell {
  width: var(--page);
  margin: 0 auto;
}

.checkout-hero {
  padding: 76px 0 46px;
  border-bottom: 1px solid var(--line);
}

.checkout-hero h1 {
  max-width: 820px;
  margin: 14px 0 18px;
  color: var(--caramel-dark);
  font-family: "Avenir Next", Avenir, "Trebuchet MS", sans-serif;
  font-size: clamp(3.1rem, 6.8vw, 6.4rem);
  line-height: 0.96;
}

.checkout-hero p {
  width: min(720px, 100%);
  font-size: 1.04rem;
}

.checkout-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 430px);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
  padding: 52px 0 98px;
}

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

.checkout-panel,
.order-summary {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--shadow);
}

.checkout-panel {
  padding: clamp(22px, 3vw, 32px);
}

.order-summary {
  position: sticky;
  top: 102px;
  padding: 24px;
}

.panel-heading {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.panel-heading > span {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--cream);
  color: var(--caramel-dark);
  font-size: 0.8rem;
  font-weight: 900;
}

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

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 820;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffaf1;
  color: var(--ink);
  padding: 0 14px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

textarea {
  min-height: 112px;
  padding-top: 12px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--caramel);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(156, 68, 84, 0.12);
}

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

.demo-payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
}

.demo-payment span {
  color: var(--muted);
  text-align: right;
}

.check-row {
  grid-template-columns: 20px 1fr;
  align-items: start;
  margin: 18px 0;
  color: var(--muted);
  font-weight: 680;
  line-height: 1.6;
}

.check-row input {
  min-height: 20px;
  margin-top: 2px;
  accent-color: var(--caramel-dark);
}

.checkout-submit {
  margin-top: 4px;
}

.checkout-confirmation {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--green-dark);
  font-weight: 850;
}

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

.summary-header > span {
  display: grid;
  min-width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: var(--caramel-dark);
  color: var(--white);
  font-weight: 900;
}

.summary-lines {
  display: grid;
  gap: 0;
}

.summary-line {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.summary-line strong {
  white-space: nowrap;
}

.summary-totals {
  display: grid;
  gap: 10px;
  padding: 18px 0;
}

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

.js .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 600ms cubic-bezier(0.22, 1, 0.36, 1), transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.js .reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-settle {
  from {
    opacity: 0;
    transform: scale(1.06);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

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

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

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

@media (max-width: 920px) {
  :root {
    --page: min(100% - 30px, 760px);
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(255, 241, 220, 0.96) 0%, rgba(255, 241, 220, 0.82) 54%, rgba(255, 241, 220, 0.18) 100%);
  }

  .hero-copy {
    width: 72%;
    padding-left: clamp(28px, 6vw, 52px);
  }

  .intro,
  .section-heading,
  .ritual,
  .visit,
  .about-hero,
  .story-grid,
  .detail-hero,
  .checkout-shell {
    grid-template-columns: 1fr;
  }

  .order-summary {
    position: static;
  }

  .ritual {
    padding-right: 15px;
    padding-left: 15px;
  }

  .about-hero {
    min-height: auto;
    padding-top: 40px;
  }

  .about-photo {
    margin: 18px;
  }

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

  .filters,
  .product-toolbar {
    justify-content: flex-start;
    justify-items: start;
  }

  .text-link {
    justify-self: start;
  }

  .visit-card {
    justify-self: stretch;
  }
}

@media (max-width: 720px) {
  :root {
    --page: calc(100% - 24px);
  }

  .site-header {
    min-height: 70px;
  }

  .brand {
    width: 184px;
  }

  .nav-toggle {
    position: relative;
    z-index: 40;
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 10px;
    z-index: 35;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 241, 220, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    width: min(280px, 84vw);
    justify-content: center;
    font-size: 1rem;
  }

  .site-nav .nav-action {
    margin: 8px 0 0;
  }

  .hero {
    height: max(520px, calc(100svh - 112px));
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(255, 241, 220, 0.92) 0%, rgba(255, 241, 220, 0.78) 58%, rgba(255, 241, 220, 0.28) 100%);
  }

  .hero-media img {
    object-position: 66% center;
  }

  .hero-copy {
    justify-content: flex-start;
    width: 100%;
    padding: 52px 24px 130px;
  }

  .hero h1 {
    max-width: 520px;
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .hero-text {
    font-size: 0.98rem;
  }

  .availability {
    right: 14px;
    bottom: 14px;
    min-width: 220px;
  }

  .page-hero h1,
  .about-hero h1,
  .detail-summary h1 {
    font-size: clamp(2.9rem, 14vw, 4.5rem);
  }

  .page-hero::before {
    width: 90px;
  }

  .product-grid,
  .catalog-grid,
  .steps,
  .values-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .product-info h3,
  .product-info p:not(.tag) {
    min-height: 0;
  }

  .product-meta {
    align-items: center;
  }

  .detail-art {
    min-height: 320px;
  }

  .detail-art span {
    width: 150px;
    height: 104px;
  }

  .section,
  .ritual,
  .visit {
    padding: 70px 0;
  }

  .ritual {
    padding-right: 12px;
    padding-left: 12px;
  }

  .page-hero,
  .detail-shell {
    padding-top: 50px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .ticker-track span {
    padding: 0 18px;
  }

  .floating-cart {
    right: 12px;
    bottom: 12px;
  }

  .floating-cart-toggle {
    min-width: 58px;
    width: 58px;
    padding: 0;
    justify-content: center;
  }

  .floating-cart-toggle > span:not(.cart-icon):not(.cart-count) {
    display: none;
  }

  .cart-drawer {
    right: 0;
    width: calc(100vw - 24px);
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .demo-payment {
    align-items: flex-start;
    flex-direction: column;
  }

  .demo-payment span {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .ticker-track {
    transform: none;
  }
}
