:root {
  --green: #6f7d5c;
  --green-deep: #2d3827;
  --green-dark: #20291c;
  --sage-light: #aeb89f;
  --beige: #e1d8ca;
  --cream: #f5f3ee;
  --white: #fffdf9;
  --gold: #c3a36a;
  --brown: #694936;
  --text: #283024;
  --muted: #60675b;
  --border: rgba(45, 56, 39, 0.14);
  --shadow: 0 24px 70px rgba(45, 56, 39, 0.12);
  --radius: 30px;
  --container: 1180px;
  --font-display: Georgia, "Times New Roman", serif;
  --font-body: "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  margin: 0;
  min-width: 0;
  color: var(--text);
  background: var(--cream);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

button {
  font: inherit;
}

.container {
  width: min(calc(100% - 36px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--white);
  background: var(--green-dark);
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 12px 0;
  transition: background 220ms ease, box-shadow 220ms ease, padding 220ms ease;
}

.site-header.is-scrolled {
  padding: 6px 0;
  background: rgba(245, 243, 238, 0.94);
  box-shadow: 0 8px 30px rgba(45, 56, 39, 0.08);
  backdrop-filter: blur(16px);
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
}

.header-botanical {
  position: absolute;
  top: 1px;
  right: 64px;
  left: 105px;
  z-index: 1;
  width: calc(100% - 169px);
  height: 70px;
  overflow: visible;
  pointer-events: none;
}

.header-branch path {
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.2;
  vector-effect: non-scaling-stroke;
}

.header-leaves path {
  fill: var(--green);
  opacity: 0.86;
}

.header-leaves path:nth-child(2n) {
  fill: var(--beige);
  stroke: var(--green);
  stroke-width: 1;
}

.header-flowers circle {
  fill: var(--beige);
  stroke: var(--gold);
  stroke-width: 1.2;
}

.header-flowers .flower-center {
  fill: var(--gold);
}

.header-bird > path:first-child {
  fill: var(--beige);
  stroke: var(--green-deep);
  stroke-width: 1.4;
}

.header-bird > path:nth-child(2) {
  fill: var(--sage-light);
  stroke: var(--green-deep);
  stroke-width: 1.2;
}

.header-bird > path:nth-child(3),
.header-bird .bird-feet {
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-width: 1.5;
}

.header-bird circle {
  fill: var(--green-dark);
}

.main-nav {
  z-index: 2;
}

.brand {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  width: 122px;
  height: 68px;
  overflow: hidden;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menu-toggle {
  position: relative;
  z-index: 3;
  display: grid;
  place-content: center;
  gap: 7px;
  width: 48px;
  height: 48px;
  padding: 0;
  color: var(--green-deep);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 50%;
  cursor: pointer;
}

.menu-toggle span {
  width: 19px;
  height: 1.5px;
  background: currentColor;
  transition: transform 180ms ease;
}

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

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

.main-nav {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 110px 28px 36px;
  background: var(--cream);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-18px);
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.main-nav.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-nav > a {
  padding: 12px 0;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 8vw, 2.5rem);
  line-height: 1.2;
}

.main-nav .nav-cta {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 54px;
  margin-top: 18px;
  color: var(--white);
  background: var(--green-deep);
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 0.96rem;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 125px 0 70px;
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 18%, rgba(225, 216, 202, 0.75), transparent 25rem),
    linear-gradient(145deg, var(--cream), var(--white));
}

.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(111, 125, 92, 0.2);
  border-radius: 50%;
}

.hero-decoration {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.hero-decoration-one {
  top: 14%;
  left: -110px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(195, 163, 106, 0.32);
}

.hero-decoration-two {
  top: 38%;
  left: 18%;
  width: 8px;
  height: 8px;
  background: var(--gold);
  box-shadow: 22px -18px 0 2px rgba(195, 163, 106, 0.25), 46px 8px 0 rgba(111, 125, 92, 0.35);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 58px;
  align-items: center;
}

.location-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 9px 13px;
  color: var(--green-deep);
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid rgba(111, 125, 92, 0.2);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(47, 60, 39, 0.07);
  font-size: clamp(0.68rem, 3vw, 0.78rem);
  font-weight: 750;
  line-height: 1.3;
}

.location-pill svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--green-deep);
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow span {
  width: 26px;
  height: 1px;
  background: var(--gold);
}

.hero h1,
.section-heading h2,
.story-copy h2,
.order-intro h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(3.35rem, 14.5vw, 7.3rem);
}

.hero h1 em {
  color: var(--green);
  font-weight: 400;
}

.hero-lead {
  max-width: 590px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 4.4vw, 1.15rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 56px;
  padding: 14px 23px;
  border: 0;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.button-primary {
  color: var(--white);
  background: var(--green-deep);
  box-shadow: 0 14px 30px rgba(45, 56, 39, 0.2);
}

.button-primary:hover {
  background: var(--green-dark);
}

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: var(--green-deep);
  border-bottom: 1px solid rgba(45, 56, 39, 0.3);
  font-size: 0.89rem;
  font-weight: 700;
}

.hero-note {
  display: flex;
  gap: 13px;
  max-width: 580px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
}

.hero-note svg {
  flex: 0 0 auto;
  width: 23px;
  margin-top: 4px;
  fill: none;
  stroke: var(--green);
  stroke-width: 1.5;
}

.hero-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

.hero-note strong {
  color: var(--text);
}

.hero-visual {
  position: relative;
  width: min(100%, 560px);
  margin-inline: auto;
  padding: 24px 18px 20px 34px;
}

.hero-photo-frame {
  position: relative;
  aspect-ratio: 0.82;
  overflow: hidden;
  background: var(--beige);
  border: 10px solid rgba(255, 253, 249, 0.85);
  border-radius: 48% 48% 18px 18px / 36% 36% 18px 18px;
  box-shadow: var(--shadow);
}

.hero-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(45, 56, 39, 0.16), transparent 42%);
  pointer-events: none;
}

.hero-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-badge {
  position: absolute;
  right: 0;
  bottom: -8px;
  display: grid;
  place-content: center;
  width: 112px;
  height: 112px;
  color: var(--white);
  background: var(--green-deep);
  border: 6px solid var(--cream);
  border-radius: 50%;
  text-align: center;
  transform: rotate(5deg);
}

.hero-badge span {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-badge strong {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.1;
}

.hero-botanical {
  position: absolute;
  bottom: -58px;
  left: -22px;
  width: 118px;
  fill: rgba(111, 125, 92, 0.74);
  stroke: var(--green-deep);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  pointer-events: none;
}

.promise-bar {
  color: var(--white);
  background: var(--green-deep);
}

.promise-grid {
  display: grid;
}

.promise-grid > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: start;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.promise-grid > div:last-child {
  border: 0;
}

.promise-number {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 0.8rem;
}

.promise-grid p {
  margin: 0;
  color: rgba(255, 253, 249, 0.7);
  font-size: 0.84rem;
  line-height: 1.6;
}

.promise-grid strong {
  color: var(--white);
  font-size: 0.95rem;
}

.section {
  padding: 90px 0;
}

.section-heading {
  display: grid;
  gap: 26px;
  margin-bottom: 42px;
}

.section-heading h2,
.story-copy h2,
.order-intro h2,
.final-cta h2 {
  font-size: clamp(2.75rem, 11vw, 5.4rem);
}

.section-heading > p {
  max-width: 510px;
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.product-grid {
  display: grid;
  gap: 26px;
}

.product-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(45, 56, 39, 0.09);
  border-radius: var(--radius);
  box-shadow: 0 18px 52px rgba(45, 56, 39, 0.07);
}

.product-media {
  position: relative;
  aspect-ratio: 1.2;
  margin: 10px;
  overflow: hidden;
  background: var(--beige);
  border-radius: calc(var(--radius) - 9px);
}

.product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(32, 41, 28, 0.2), transparent 45%);
  pointer-events: none;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.product-card:hover .product-media img {
  transform: scale(1.035);
}

.product-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  padding: 7px 13px;
  color: var(--green-deep);
  background: rgba(255, 253, 249, 0.91);
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.product-content {
  padding: 18px 22px 24px;
}

.product-kicker {
  margin: 0 0 6px;
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-content h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 7vw, 2.25rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.product-content > div > p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.product-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.price {
  display: grid;
  gap: 1px;
}

.price small {
  color: var(--muted);
  font-size: 0.67rem;
}

.price strong {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 400;
}

.quantity-control {
  display: grid;
  grid-template-columns: 44px 38px 44px;
  align-items: center;
  min-height: 48px;
  overflow: hidden;
  color: var(--white);
  background: var(--green-deep);
  border-radius: 999px;
}

.quantity-control button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 48px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 1.3rem;
}

.quantity-control button:hover,
.quantity-control button:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.quantity-control output {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 800;
}

.story {
  padding-top: 30px;
}

.story-card {
  display: grid;
  overflow: hidden;
  color: var(--white);
  background: var(--green-deep);
  border-radius: 36px;
  box-shadow: var(--shadow);
}

.story-art {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.06), transparent),
    var(--green);
}

.story-art svg {
  position: absolute;
  right: -22px;
  bottom: -52px;
  width: min(92%, 420px);
}

.story-art .stem {
  fill: none;
  stroke: var(--gold);
  stroke-width: 4;
}

.story-art .leaf {
  fill: var(--green-deep);
  stroke: rgba(255, 253, 249, 0.13);
  stroke-width: 2;
}

.story-art .leaf.light {
  fill: var(--beige);
  opacity: 0.84;
}

.story-circle {
  position: absolute;
  top: 36px;
  left: 34px;
  width: 136px;
  height: 136px;
  border: 1px solid rgba(255, 253, 249, 0.26);
  border-radius: 50%;
}

.story-circle::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(195, 163, 106, 0.5);
  border-radius: 50%;
}

.story-art > p {
  position: absolute;
  top: 80px;
  left: 70px;
  z-index: 1;
  width: 100px;
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.1;
  text-align: center;
}

.story-copy {
  padding: 44px 26px 36px;
}

.light-eyebrow {
  color: var(--white);
}

.story-copy h2 {
  margin-bottom: 25px;
}

.story-copy > p:not(.eyebrow) {
  margin: 0 0 17px;
  color: rgba(255, 253, 249, 0.72);
  font-size: 0.94rem;
}

.story-copy > p strong {
  color: var(--white);
}

.story-cost {
  margin: 25px 0 0 !important;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 253, 249, 0.16);
  color: rgba(255, 253, 249, 0.68) !important;
  font-size: 0.84rem !important;
}

.order {
  background:
    radial-gradient(circle at 100% 20%, rgba(225, 216, 202, 0.65), transparent 28rem),
    var(--cream);
}

.order-layout {
  display: grid;
  gap: 42px;
}

.order-intro > p:not(.eyebrow) {
  max-width: 570px;
  margin: 24px 0 0;
  color: var(--muted);
}

.order-steps {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.order-steps > div {
  display: flex;
  align-items: center;
  gap: 13px;
}

.order-steps span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 0.8rem;
}

.order-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.87rem;
}

.order-steps strong {
  color: var(--text);
}

.order-summary {
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.summary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border);
}

.summary-header p {
  margin: 0 0 2px;
  color: var(--green);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.summary-header h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
}

.summary-header svg {
  width: 30px;
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.summary-empty {
  display: grid;
  justify-items: center;
  padding: 36px 12px 30px;
  text-align: center;
}

.summary-empty > span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  color: var(--green);
  background: var(--cream);
  border: 1px solid var(--beige);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 1.2rem;
}

.summary-empty p {
  margin: 15px 0 2px;
  font-weight: 700;
}

.summary-empty small {
  color: var(--muted);
}

.summary-items {
  display: grid;
  gap: 16px;
  padding: 24px 0;
}

.summary-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 16px;
}

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

.summary-item strong {
  grid-row: span 2;
  align-self: center;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 400;
}

.summary-total {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid var(--border);
}

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

.summary-total strong {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.button-whatsapp {
  width: 100%;
  color: var(--white);
  background: var(--green-deep);
}

.button-whatsapp.is-disabled {
  color: rgba(255, 253, 249, 0.7);
  background: #7e847a;
  cursor: not-allowed;
}

.button-whatsapp:not(.is-disabled):hover {
  background: var(--green-dark);
}

.summary-note {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 0.69rem;
  line-height: 1.5;
  text-align: center;
}

.final-cta {
  padding: 34px 0;
  color: var(--white);
  background: var(--green);
}

.final-cta-inner {
  position: relative;
  display: grid;
  gap: 28px;
  padding: 48px 26px;
  overflow: hidden;
  background: var(--green-deep);
  border-radius: 34px;
}

.final-cta-inner::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -160px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255, 253, 249, 0.16);
  border-radius: 50%;
}

.final-cta-inner > img {
  position: absolute;
  top: -60px;
  right: -50px;
  width: 260px;
  opacity: 0.12;
  pointer-events: none;
}

.final-cta-inner > div,
.final-cta-inner > a {
  position: relative;
  z-index: 1;
}

.final-cta h2 {
  font-size: clamp(2.5rem, 10vw, 5rem);
}

.button-light {
  width: fit-content;
  color: var(--green-deep);
  background: var(--white);
}

.site-footer {
  padding: 48px 0 105px;
  color: var(--white);
  background: var(--green-dark);
}

.footer-grid {
  display: grid;
  gap: 28px;
}

.footer-grid > div:first-child > strong {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 400;
}

.footer-grid p {
  margin: 4px 0 0;
  color: rgba(255, 253, 249, 0.6);
  font-size: 0.82rem;
}

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

.footer-links a,
.footer-contact {
  display: flex;
  align-items: center;
  min-height: 44px;
  color: rgba(255, 253, 249, 0.76);
  font-size: 0.84rem;
}

.footer-contact {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}

.footer-contact strong {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  padding-top: 20px;
  color: rgba(255, 253, 249, 0.42);
  border-top: 1px solid rgba(255, 253, 249, 0.1);
  font-size: 0.67rem;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 90px;
  z-index: 110;
  max-width: calc(100% - 36px);
  padding: 12px 17px;
  color: var(--white);
  background: var(--green-deep);
  border-radius: 12px;
  box-shadow: var(--shadow);
  font-size: 0.78rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

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

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--delay, 0ms);
}

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

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

@media (min-width: 700px) {
  .container {
    width: min(calc(100% - 64px), var(--container));
  }

  .hero-actions {
    flex-direction: row;
    align-items: center;
  }

  .text-link {
    justify-content: flex-start;
  }

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

  .promise-grid > div {
    padding: 28px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 0;
  }

  .promise-grid > div:first-child {
    padding-left: 0;
  }

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

  .story-card {
    grid-template-columns: minmax(260px, 0.8fr) minmax(400px, 1.2fr);
  }

  .story-copy {
    padding: 56px 46px;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
    align-items: start;
  }

}

@media (min-width: 960px) {
  .site-header {
    padding: 18px 0;
  }

  .brand {
    width: 146px;
    height: 72px;
  }

  .menu-toggle {
    display: none;
  }

  .main-nav {
    position: static;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    width: auto;
    padding: 0;
    background: transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .main-nav > a {
    min-height: 44px;
    padding: 12px 0;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 700;
  }

  .main-nav .nav-cta {
    width: auto;
    min-height: 46px;
    margin: 0 0 0 8px;
    padding: 11px 21px;
    font-size: 0.78rem;
  }

  .hero {
    display: grid;
    align-items: center;
    padding: 128px 0 90px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.78fr);
    gap: clamp(48px, 6vw, 100px);
  }

  .hero-copy {
    padding-top: 30px;
  }

  .hero h1 {
    font-size: clamp(5rem, 7.7vw, 7.35rem);
  }

  .hero-visual {
    padding-right: 24px;
  }

  .hero-badge {
    right: -18px;
    bottom: 18px;
    width: 126px;
    height: 126px;
  }

  .hero-botanical {
    bottom: -40px;
    left: -36px;
    width: 150px;
  }

  .section {
    padding: 125px 0;
  }

  .section-heading {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: end;
    margin-bottom: 58px;
  }

  .section-heading > p {
    justify-self: end;
    margin-bottom: 10px;
  }

  .product-content {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: end;
    padding: 24px 28px 30px;
  }

  .product-footer {
    flex-direction: column;
    align-items: end;
    margin: 0;
    padding: 0 0 2px 28px;
    border-top: 0;
    border-left: 1px solid var(--border);
  }

  .story {
    padding-top: 40px;
  }

  .story-card {
    grid-template-columns: minmax(340px, 0.85fr) minmax(550px, 1.15fr);
    min-height: 610px;
  }

  .story-art {
    min-height: 100%;
  }

  .story-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px clamp(55px, 7vw, 90px);
  }

  .order-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.72fr);
    gap: clamp(65px, 9vw, 130px);
    align-items: start;
  }

  .order-summary {
    position: sticky;
    top: 105px;
  }

  .final-cta {
    padding: 52px 0;
  }

  .final-cta-inner {
    grid-template-columns: 1fr auto;
    align-items: end;
    padding: 70px clamp(45px, 7vw, 90px);
  }

  .final-cta-inner .eyebrow {
    grid-column: 1 / -1;
  }

  .site-footer {
    padding-bottom: 48px;
  }

}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Coverflow de sabores */
.coverflow-section {
  position: relative;
  min-height: 820px;
  padding: 88px 0 66px;
  overflow: hidden;
  color: var(--white);
  background: var(--green-dark);
  isolation: isolate;
}

.coverflow-ambience {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.coverflow-ambience img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.23) blur(34px) saturate(0.76);
  opacity: 0.82;
  transform: scale(1.18);
  transition: opacity 500ms ease;
}

.coverflow-ambience span {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 40%, rgba(111, 125, 92, 0.12), rgba(32, 41, 28, 0.84) 62%),
    linear-gradient(to bottom, rgba(32, 41, 28, 0.42), var(--green-dark));
}

.coverflow-shell {
  position: relative;
  z-index: 1;
}

.coverflow-heading {
  position: relative;
  z-index: 12;
  max-width: 680px;
  margin: 0 auto 24px;
  text-align: center;
}

.coverflow-heading .eyebrow {
  justify-content: center;
}

.coverflow-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 11vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.coverflow-heading > p:last-child {
  margin: 15px 0 0;
  color: rgba(255, 253, 249, 0.62);
  font-size: 0.82rem;
}

.coverflow-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 510px;
  margin-top: 6px;
  perspective: 1200px;
  touch-action: pan-y;
}

.coverflow-card {
  position: absolute;
  width: min(78vw, 330px);
  height: 470px;
  overflow: hidden;
  background: #171b15;
  border: 1px solid rgba(255, 253, 249, 0.15);
  border-radius: 24px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.46);
  cursor: pointer;
  opacity: 0;
  filter: brightness(0.5) blur(1px);
  transform: translateX(0) scale(0.68);
  transform-origin: center;
  transition:
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 600ms ease,
    filter 600ms ease,
    box-shadow 600ms ease;
  will-change: transform, opacity;
}

.coverflow-card.is-active {
  z-index: 3;
  cursor: default;
  opacity: 1;
  filter: brightness(1);
  transform: translateX(0) scale(1) rotateY(0);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.64), 0 0 34px rgba(195, 163, 106, 0.2);
}

.coverflow-card.is-next {
  z-index: 2;
  opacity: 0.54;
  filter: brightness(0.62);
  transform: translateX(64%) scale(0.8) rotateY(-22deg);
}

.coverflow-card.is-prev {
  z-index: 2;
  opacity: 0.54;
  filter: brightness(0.62);
  transform: translateX(-64%) scale(0.8) rotateY(22deg);
}

.coverflow-card.is-next-far {
  z-index: 1;
  opacity: 0.18;
  filter: brightness(0.5) blur(1px);
  transform: translateX(104%) scale(0.64) rotateY(-30deg);
}

.coverflow-card.is-prev-far {
  z-index: 1;
  opacity: 0.18;
  filter: brightness(0.5) blur(1px);
  transform: translateX(-104%) scale(0.64) rotateY(30deg);
}

.coverflow-card.is-hidden {
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transform: translateX(0) scale(0.54);
}

.coverflow-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coverflow-card[data-product="torta"] > img {
  object-position: 50% 56%;
}

.coverflow-card[data-product="brownie"] > img {
  object-position: center;
}

.coverflow-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(14, 17, 12, 0.35), rgba(14, 17, 12, 0.08) 27%, rgba(14, 17, 12, 0.72) 65%, rgba(14, 17, 12, 0.98));
}

.coverflow-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 22px 20px 24px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 400ms ease 180ms, transform 400ms ease 180ms;
}

.coverflow-card.is-active .coverflow-card-content {
  opacity: 1;
  transform: translateY(0);
}

.coverflow-card:not(.is-active) .coverflow-card-content {
  pointer-events: none;
}

.coverflow-tag {
  align-self: flex-end;
  color: rgba(255, 253, 249, 0.86);
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
}

.coverflow-card-body {
  display: grid;
  justify-items: center;
  text-align: center;
}

.coverflow-card-body > p:first-child {
  margin: 0 0 3px;
  color: var(--gold);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.coverflow-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 7vw, 2.3rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.02;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.86);
}

.coverflow-line {
  width: 36px;
  height: 2px;
  margin: 10px 0 7px;
  background: var(--gold);
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(195, 163, 106, 0.5);
}

.coverflow-desc {
  max-width: 270px;
  margin: 0;
  color: rgba(255, 253, 249, 0.75);
  font-size: 0.76rem;
  line-height: 1.45;
}

.coverflow-buy {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 253, 249, 0.18);
  text-align: left;
}

.coverflow-buy > div:first-child {
  display: grid;
}

.coverflow-buy small {
  color: rgba(255, 253, 249, 0.56);
  font-size: 0.6rem;
}

.coverflow-buy strong {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 400;
}

.coverflow-buy .quantity-control {
  grid-template-columns: 42px 32px 42px;
  min-height: 44px;
  color: var(--green-deep);
  background: rgba(255, 253, 249, 0.95);
}

.coverflow-buy .quantity-control button {
  width: 42px;
  height: 44px;
}

.coverflow-buy .quantity-control button:hover,
.coverflow-buy .quantity-control button:focus-visible {
  background: rgba(111, 125, 92, 0.14);
}

.coverflow-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: var(--white);
  background: rgba(32, 41, 28, 0.72);
  border: 1px solid rgba(255, 253, 249, 0.2);
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transform: translateY(-50%);
}

.coverflow-arrow svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.coverflow-prev {
  left: 0;
}

.coverflow-next {
  right: 0;
}

.coverflow-dots {
  position: relative;
  z-index: 12;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 2px;
}

.coverflow-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  background: rgba(255, 253, 249, 0.25);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: width 220ms ease, background 220ms ease;
}

.coverflow-dots button.is-active {
  width: 30px;
  background: var(--gold);
}

/* Rodapé cinematográfico */
main {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: var(--cream);
  border-radius: 0 0 36px 36px;
  box-shadow: 0 28px 70px rgba(16, 22, 13, 0.34);
}

.cinematic-footer-wrapper {
  position: relative;
  z-index: 1;
  height: 100svh;
  min-height: 660px;
  margin-top: -36px;
  clip-path: inset(0);
  background: var(--green-dark);
}

.cinematic-footer {
  position: fixed;
  inset: auto 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100svh;
  min-height: 660px;
  padding: 92px 0 22px;
  overflow: hidden;
  color: var(--white);
  background: #171f14;
}

.footer-aurora {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(96vw, 1050px);
  height: 60vh;
  background: radial-gradient(circle, rgba(111, 125, 92, 0.35), rgba(195, 163, 106, 0.08) 42%, transparent 70%);
  border-radius: 50%;
  filter: blur(72px);
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: footer-breathe 8s ease-in-out infinite alternate;
}

.footer-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 253, 249, 0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 253, 249, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, transparent, #000 28%, #000 75%, transparent);
  pointer-events: none;
}

.footer-giant-text {
  position: absolute;
  bottom: -2vh;
  left: 50%;
  color: transparent;
  font-family: var(--font-body);
  font-size: 19vw;
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.72;
  white-space: nowrap;
  -webkit-text-stroke: 1px rgba(255, 253, 249, 0.08);
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.1), transparent 74%);
  background-clip: text;
  pointer-events: none;
  transform: translateX(-50%) scale(var(--footer-scale, 0.88));
  opacity: var(--footer-opacity, 0.35);
  transition: transform 80ms linear, opacity 80ms linear;
}

.footer-marquee {
  position: absolute;
  top: 50px;
  left: -5%;
  z-index: 3;
  width: 110%;
  overflow: hidden;
  background: rgba(32, 41, 28, 0.58);
  border-block: 1px solid rgba(255, 253, 249, 0.12);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(14px);
  transform: rotate(-1.5deg);
}

.footer-marquee-track {
  display: flex;
  align-items: center;
  gap: 30px;
  width: max-content;
  padding: 13px 0;
  color: rgba(255, 253, 249, 0.62);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  animation: footer-marquee 28s linear infinite;
}

.footer-marquee-track i {
  width: 5px;
  height: 5px;
  background: var(--gold);
  border-radius: 50%;
}

.cinematic-footer-content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  margin-block: auto;
  padding-top: 54px;
  text-align: center;
}

.cinematic-footer-content > img {
  width: 170px;
  height: 104px;
  object-fit: contain;
  margin-bottom: 2px;
}

.cinematic-footer-content > p {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cinematic-footer-content h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.9rem, 12vw, 6.8rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
  text-shadow: 0 0 34px rgba(255, 253, 249, 0.12);
}

.footer-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.footer-glass-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  color: rgba(255, 253, 249, 0.76);
  background: linear-gradient(145deg, rgba(255, 253, 249, 0.08), rgba(255, 253, 249, 0.025));
  border: 1px solid rgba(255, 253, 249, 0.11);
  border-radius: 999px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 16px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
  font-size: 0.75rem;
  font-weight: 800;
  transform: translate(var(--magnetic-x, 0), var(--magnetic-y, 0));
  transition: transform 240ms ease, background 240ms ease, border-color 240ms ease, color 240ms ease;
}

.footer-glass-pill:hover {
  color: var(--white);
  background: linear-gradient(145deg, rgba(255, 253, 249, 0.14), rgba(255, 253, 249, 0.04));
  border-color: rgba(255, 253, 249, 0.24);
}

.footer-pill-primary {
  color: var(--green-dark);
  background: var(--white);
  border-color: var(--white);
}

.footer-pill-primary:hover {
  color: var(--green-dark);
  background: var(--beige);
}

.cinematic-footer-bottom {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 16px;
  align-items: center;
  color: rgba(255, 253, 249, 0.46);
  font-size: 0.62rem;
}

.footer-phone {
  grid-column: 1 / -1;
  grid-row: 1;
  justify-self: start;
  min-height: 42px;
  padding: 9px 16px;
  font-size: 0.7rem;
}

.footer-top {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  color: var(--white);
  background: rgba(255, 253, 249, 0.06);
  border: 1px solid rgba(255, 253, 249, 0.14);
  border-radius: 50%;
  cursor: pointer;
  backdrop-filter: blur(14px);
}

.footer-top svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

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

@keyframes footer-breathe {
  from { opacity: 0.58; transform: translate(-50%, -50%) scale(0.96); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }
}

@media (min-width: 700px) {
  .coverflow-section {
    min-height: 900px;
    padding-top: 105px;
  }

  .coverflow-stage {
    height: 580px;
  }

  .coverflow-card {
    width: 370px;
    height: 550px;
  }

  .coverflow-card.is-next {
    transform: translateX(300px) scale(0.82) rotateY(-25deg);
  }

  .coverflow-card.is-prev {
    transform: translateX(-300px) scale(0.82) rotateY(25deg);
  }

  .coverflow-card.is-next-far {
    transform: translateX(520px) scale(0.62) rotateY(-34deg);
  }

  .coverflow-card.is-prev-far {
    transform: translateX(-520px) scale(0.62) rotateY(34deg);
  }

  .coverflow-prev {
    left: max(8px, calc(50% - 330px));
  }

  .coverflow-next {
    right: max(8px, calc(50% - 330px));
  }

  .coverflow-card-content {
    padding: 26px 24px 28px;
  }

  .cinematic-footer-bottom {
    grid-template-columns: 1fr auto 1fr;
  }

  .cinematic-footer-bottom > span {
    grid-column: 1;
  }

  .footer-phone {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }

  .footer-top {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }
}

@media (min-width: 960px) {
  .coverflow-section {
    min-height: 940px;
  }

  .coverflow-stage {
    height: 610px;
  }

  .coverflow-card {
    width: 390px;
    height: 580px;
  }

  .coverflow-card.is-next {
    transform: translateX(340px) scale(0.82) rotateY(-27deg);
  }

  .coverflow-card.is-prev {
    transform: translateX(-340px) scale(0.82) rotateY(27deg);
  }

  .coverflow-card.is-next-far {
    transform: translateX(590px) scale(0.62) rotateY(-36deg);
  }

  .coverflow-card.is-prev-far {
    transform: translateX(-590px) scale(0.62) rotateY(36deg);
  }

  .coverflow-prev {
    left: calc(50% - 410px);
  }

  .coverflow-next {
    right: calc(50% - 410px);
  }

  .cinematic-footer {
    padding-bottom: 30px;
  }

  .cinematic-footer-content > img {
    width: 210px;
    height: 128px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .coverflow-card,
  .coverflow-card-content,
  .footer-glass-pill,
  .footer-giant-text {
    transition: none;
  }

  .footer-marquee-track,
  .footer-aurora {
    animation: none;
  }
}

/* Sacola de pedidos */
.floating-cart {
  position: fixed;
  right: 18px;
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 96;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  padding: 0;
  color: var(--white);
  background: var(--green-deep);
  border: 1px solid rgba(255, 253, 249, 0.18);
  border-radius: 50%;
  box-shadow: 0 16px 34px rgba(32, 41, 28, 0.28);
  cursor: pointer;
  transition: transform 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.floating-cart:hover,
.floating-cart:focus-visible {
  background: var(--green-dark);
  box-shadow: 0 20px 42px rgba(32, 41, 28, 0.34);
  transform: translateY(-3px);
}

.floating-cart svg {
  width: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.floating-cart > span {
  position: absolute;
  top: 9px;
  right: 8px;
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding-inline: 5px;
  color: var(--green-dark);
  background: var(--beige);
  border: 2px solid var(--green-deep);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
}

.cart-layer {
  position: fixed;
  inset: 0;
  z-index: 150;
}

.cart-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(17, 24, 14, 0.56);
  border: 0;
  backdrop-filter: blur(5px);
  cursor: pointer;
  opacity: 0;
  transition: opacity 260ms ease;
}

.cart-drawer {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(100%, 430px);
  height: 100%;
  color: var(--text);
  background: var(--white);
  box-shadow: -24px 0 70px rgba(32, 41, 28, 0.24);
  transform: translateX(100%);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cart-layer.is-open .cart-backdrop {
  opacity: 1;
}

.cart-layer.is-open .cart-drawer {
  transform: translateX(0);
}

.cart-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 24px 20px;
  border-bottom: 1px solid var(--border);
}

.cart-drawer-header p {
  margin: 0 0 2px;
  color: var(--green);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cart-drawer-header h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.cart-drawer-header button {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: var(--green-deep);
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 50%;
  cursor: pointer;
}

.cart-drawer-header svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.6;
}

.cart-drawer-body {
  min-height: 0;
  padding: 22px 24px;
  overflow-y: auto;
}

.cart-empty {
  display: grid;
  justify-items: center;
  min-height: 100%;
  align-content: center;
  padding: 28px 0;
  text-align: center;
}

.cart-empty > span {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  color: var(--green);
  background: var(--cream);
  border: 1px solid var(--beige);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 1.4rem;
}

.cart-empty h3 {
  margin: 20px 0 3px;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 400;
}

.cart-empty p {
  max-width: 280px;
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.cart-empty a {
  display: grid;
  place-items: center;
  min-height: 46px;
  margin-top: 20px;
  padding: 10px 19px;
  color: var(--white);
  background: var(--green-deep);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
}

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

.cart-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 11px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 18px;
}

.cart-item-copy {
  min-width: 0;
}

.cart-item img {
  width: 64px;
  height: 68px;
  object-fit: cover;
  border-radius: 13px;
}

.cart-item p {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.35;
}

.cart-item span {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
}

.cart-item strong {
  align-self: start;
  padding-top: 2px;
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 400;
}

.cart-quantity {
  display: grid;
  grid-template-columns: 34px 34px 34px;
  width: max-content;
  margin-top: 9px;
  overflow: hidden;
  color: var(--green-deep);
  background: var(--white);
  border: 1px solid rgba(47, 60, 39, 0.18);
  border-radius: 999px;
}

.cart-quantity button,
.cart-quantity output {
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 800;
}

.cart-quantity button {
  cursor: pointer;
}

.cart-quantity button:hover,
.cart-quantity button:focus-visible {
  background: rgba(111, 125, 92, 0.14);
}

.cart-drawer-footer {
  padding: 20px 24px max(20px, env(safe-area-inset-bottom));
  background: var(--white);
  border-top: 1px solid var(--border);
}

.cart-drawer-footer > div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.cart-drawer-footer > div span {
  color: var(--muted);
  font-size: 0.75rem;
}

.cart-drawer-footer > div strong {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.cart-drawer-footer > small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.45;
  text-align: center;
}

body.cart-open {
  overflow: hidden;
}

@media (min-width: 960px) {
  .floating-cart {
    right: 24px;
    bottom: 24px;
    width: 66px;
    height: 66px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cart-backdrop,
  .cart-drawer,
  .floating-cart {
    transition: none;
  }
}
