/* Patisserie by Patricia Anne Pineda — brand layer over Ladurée theme tokens */
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url("../assets/subset-AGaramondPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url("../assets/subset-AGaramondPro-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ShelleyAndante BT";
  src: url("../assets/subset-ShelleyAndanteBT-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

:root {
  --lq-button: #2e2c2a;
  --lq-button-text: #fefbf4;
  --lq-red: #c71a1a;
  --color-brand-cream: #fefbf4;
  --color-brand-pink: #f5d6db;
  --color-brand-gold: #efdfbd;
  --color-black: #1d1a17;
  --color-dark: #2e2c2a;
  --banner-height: 2.25rem;
  --nav-height: 4.15rem;
  --header-dynamic: calc(var(--banner-height) + var(--nav-height));
  --fb: #1877f2;
  --ease-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --page-pad: clamp(1rem, 4vw, 3rem);
  --type-display: clamp(2.4rem, 6.5vw, 4.25rem);
  --type-display-sm: clamp(1.85rem, 4.5vw, 3rem);
}

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

html {
  scroll-behavior: auto;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

body {
  margin: 0;
  font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", serif;
  font-size: max(16px, 1rem);
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: var(--color-black);
  background: var(--color-brand-cream);
  -webkit-font-smoothing: antialiased;
}

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

.section-defer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 720px;
}

.product-card {
  content-visibility: auto;
  contain-intrinsic-size: 1px 28rem;
}

/* Product media must win over the global img rule or abs-positioned
   photos collapse to 0 height in some browsers. */
.product-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  min-height: 16rem;
  overflow: hidden;
  background: #f5f0e5;
  isolation: isolate;
  padding: 0;
  border: 0;
  cursor: pointer;
  text-align: left;
}

.product-media img {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.55s var(--ease-expo), transform 0.7s var(--ease-expo);
}

.product-media img.front {
  opacity: 1;
  z-index: 1;
}

.product-media img.hover {
  opacity: 0;
  z-index: 2;
}

.product-media img.hover:not([src]) {
  visibility: hidden;
}

/* Cookies sit on cream with contain framing (cutouts, not flyer crops) */
.product-card.is-cookie .product-media {
  background: linear-gradient(180deg, #fffdf9 0%, #f5f0e5 100%);
}

.product-card.is-cookie .product-media img {
  object-fit: contain;
  object-position: center;
  padding: 6%;
  box-sizing: border-box;
}

.product-card.is-cookie .product-media img.hover {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .product-card.is-cookie:hover .product-media img.front,
  .product-card.is-cookie:focus-within .product-media img.front {
    opacity: 1;
    transform: scale(1.04);
  }
}

/* Angle swap only when a real second photo exists */
@media (hover: hover) and (pointer: fine) {
  .product-card.has-angle:hover .product-media img.hover,
  .product-card.has-angle:focus-within .product-media img.hover {
    opacity: 1;
  }
  .product-card.has-angle:hover .product-media img.front,
  .product-card.has-angle:focus-within .product-media img.front {
    opacity: 0;
  }
  .product-card.has-angle:hover .product-media img,
  .product-card.has-angle:focus-within .product-media img {
    transform: scale(1.03);
  }

  /* Single-angle cards: keep the photo, light zoom only */
  .product-card:not(.has-angle):not(.is-cookie):hover .product-media img.front,
  .product-card:not(.has-angle):not(.is-cookie):focus-within .product-media img.front {
    opacity: 1;
    transform: scale(1.03);
  }
}

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

button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}

.font-shelley {
  font-family: "ShelleyAndante BT", "Adobe Garamond Pro", serif;
  font-style: italic;
}

.font-helvetica {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Banner */
.promo-banner {
  position: sticky;
  top: 0;
  z-index: 60;
  height: var(--banner-height);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-dark);
  color: var(--color-brand-cream);
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0 1rem;
}

.promo-banner p {
  margin: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.promo-banner a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* Header */
.site-header {
  position: sticky;
  top: var(--banner-height);
  z-index: 50;
  height: var(--nav-height);
  background: var(--color-brand-cream);
  border-bottom: 1px solid #46413d18;
  transition: box-shadow 0.45s var(--ease-expo), background 0.45s var(--ease-expo);
}

@media (min-width: 900px) {
  .site-header {
    background: color-mix(in oklab, var(--color-brand-cream) 94%, transparent);
    backdrop-filter: blur(10px);
  }
}

.site-header.is-scrolled {
  background: var(--color-brand-cream);
  box-shadow: 0 10px 32px -20px rgba(29, 26, 23, 0.4);
}

.section-rule {
  height: 0;
  margin: 0 var(--page-pad);
  border: 0;
  border-top: 1px solid #46413d22;
}

.header-inner {
  height: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 var(--page-pad);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "brand actions";
  align-items: center;
  gap: 0.5rem;
}

.nav-desktop {
  display: none;
  gap: 1.15rem;
  align-items: center;
  font-size: 0.75rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 400;
  min-width: 0;
}

.header-inner > .nav-desktop {
  grid-area: nav;
}

.nav-desktop-end {
  margin-right: 0.2rem;
  gap: 0.95rem;
  flex-shrink: 0;
}

.nav-desktop a {
  position: relative;
  padding: 0.35rem 0;
  white-space: nowrap;
}

.nav-desktop a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s var(--ease-expo);
}

.nav-desktop a:hover::after,
.nav-desktop a:focus-visible::after {
  transform: scaleX(1);
}

.nav-desktop a:hover {
  opacity: 0.72;
}

.brand-lockup {
  grid-area: brand;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  justify-self: start;
  gap: 0.55rem;
  text-align: left;
  text-decoration: none;
  color: inherit;
  min-width: 0;
  max-width: 100%;
}

.brand-mark {
  width: 2.35rem;
  height: 2.35rem;
  object-fit: contain;
  border-radius: 50%;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
  line-height: 1;
  min-width: 0;
}

.brand-name {
  margin: 0;
  font-family: "ShelleyAndante BT", "Adobe Garamond Pro", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
}

.brand-by {
  margin: 0;
  font-size: 0.5rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #46413dcc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
  text-decoration: none;
  color: inherit;
}

.footer-brand .brand-mark {
  width: 3rem;
  height: 3rem;
}

.footer-brand .brand-name {
  display: block;
  font-size: 1.55rem;
}

.footer-brand .brand-by {
  display: block;
  margin-top: 0.2rem;
}

.footer-blurb {
  margin: 0 0 1rem;
  color: #46413de3;
  max-width: 22rem;
  font-size: 0.95rem;
}

.header-actions {
  grid-area: actions;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
  flex-shrink: 0;
}

.icon-btn {
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--color-dark);
  transition: background 0.3s var(--ease-expo);
}

.icon-btn:hover,
.icon-btn:focus-visible {
  background: #1d1a170d;
  outline: none;
}

.icon-svg {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  flex-shrink: 0;
}

.icon-btn-cart .cart-icon {
  width: 1.55rem;
  height: 1.55rem;
}

.icon-btn-fb .icon-svg {
  width: 1.45rem;
  height: 1.45rem;
}

.cart-badge {
  position: absolute;
  top: 0.2rem;
  right: 0.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.05rem;
  height: 1.05rem;
  padding: 0 0.28rem;
  margin: 0;
  border-radius: 999px;
  background: var(--color-dark);
  color: var(--color-brand-cream);
  font-size: 0.62rem;
  line-height: 1;
  pointer-events: none;
}

@media (max-width: 520px) {
  .brand-by {
    display: none;
  }

  .brand-lockup {
    gap: 0.4rem;
  }

  .brand-mark {
    width: 2rem;
    height: 2rem;
  }

  .brand-name {
    font-size: 1.2rem;
  }
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: auto;
  height: 2.55rem;
  min-width: 0;
  padding: 0 0.7rem 0 0.6rem;
  border: 1px solid #46413d33;
  border-radius: 999px;
  background: transparent;
  font-family: inherit;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-dark);
  transition: background 0.3s var(--ease-expo), border-color 0.3s var(--ease-expo);
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  background: #1d1a170d;
  border-color: #46413d55;
  outline: none;
}

.menu-toggle-bars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.22rem;
  width: 0.95rem;
}

.menu-toggle-bars span {
  display: block;
  height: 1.5px;
  width: 100%;
  background: currentColor;
  border-radius: 1px;
}

.menu-toggle-label {
  line-height: 1;
}

@media (max-width: 380px) {
  .menu-toggle-label {
    display: none;
  }

  .menu-toggle {
    width: 2.55rem;
    height: 2.55rem;
    padding: 0;
    border-radius: 999px;
  }

  .header-actions .icon-btn-fb {
    display: none;
  }
}

@media (min-width: 1100px) {
  .header-inner {
    max-width: 92rem;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    grid-template-areas: "nav brand actions";
    gap: 0.75rem;
  }

  .nav-desktop {
    display: flex;
  }

  .brand-lockup {
    justify-content: center;
    justify-self: center;
  }

  .menu-toggle {
    display: none;
  }
}

/* Mobile drawer */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: var(--color-brand-cream);
  transform: translateX(100%);
  transition: transform 0.5s var(--ease-expo);
  padding: max(1rem, env(safe-area-inset-top)) var(--page-pad) max(2rem, env(safe-area-inset-bottom));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-nav.is-open {
  transform: translateX(0);
}

.mobile-nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.35rem 0 1.15rem;
  border-bottom: 1px solid #46413d22;
  margin-bottom: 0.35rem;
}

.mobile-nav-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
  border: 0 !important;
  padding: 0 !important;
}

.mobile-nav-brand img {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  object-fit: contain;
  flex-shrink: 0;
}

.mobile-nav-brand .brand-name {
  display: block;
  font-size: 1.35rem;
}

.mobile-nav-brand .brand-by {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.48rem;
}

.mobile-nav-close {
  position: static;
  flex-shrink: 0;
  height: 2.4rem;
  padding: 0 0.85rem;
  border: 1px solid #46413d33;
  border-radius: 999px;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-dark);
  background: transparent;
}

.mobile-nav-label {
  margin: 1.1rem 0 0.35rem;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #46413daa;
}

.mobile-nav > a {
  display: block;
  padding: 0.85rem 0;
  border-bottom: 1px solid #46413d18;
  font-family: "Adobe Garamond Pro", "Times New Roman", serif;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  color: inherit;
  text-decoration: none;
}

.mobile-nav > a:active {
  opacity: 0.65;
}

.mobile-nav-cta {
  margin-top: 1.5rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.95rem 1rem !important;
  border: 0 !important;
  border-radius: 0;
  background: var(--color-dark);
  color: var(--color-brand-cream) !important;
  font-family: inherit !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

/* Hero — equal 4×2 cake mosaic */
.hero {
  position: relative;
  min-height: min(90vh, 54rem);
  display: grid;
  place-items: center;
  color: #fffdf9;
  overflow: hidden;
  background: #1d1a17;
}

.hero-mosaic {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0.12rem;
  padding: 0.12rem;
  background: #fffdf9;
}

.hero-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  min-height: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 58% 54% at 50% 46%,
      rgba(18, 15, 13, 0.78) 0%,
      rgba(18, 15, 13, 0.48) 48%,
      rgba(18, 15, 13, 0.3) 100%
    ),
    linear-gradient(
      to top,
      rgba(18, 15, 13, 0.72) 0%,
      rgba(18, 15, 13, 0.28) 55%,
      rgba(18, 15, 13, 0.4) 100%
    );
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 42rem);
  margin: 0 auto;
  padding: var(--page-pad);
  text-align: center;
  text-shadow: none;
}

.hero-copy::before {
  display: none;
}

.hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 auto 1.35rem;
  padding: 0.4rem 0.95rem 0.4rem 0.4rem;
  border-radius: 999px;
  background: color-mix(in oklab, var(--color-brand-cream) 14%, transparent);
  box-shadow:
    inset 0 0 0 1px color-mix(in oklab, var(--color-brand-cream) 34%, transparent),
    0 8px 24px -12px rgba(18, 15, 13, 0.55);
  text-align: left;
}

.hero-brand-mark {
  width: 2.45rem;
  height: 2.45rem;
  object-fit: contain;
  border-radius: 50%;
  background: var(--color-brand-cream);
  flex-shrink: 0;
}

.hero-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  line-height: 1;
  padding-right: 0.2rem;
}

.hero-brand-name {
  font-family: "ShelleyAndante BT", "Adobe Garamond Pro", serif;
  font-style: italic;
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  color: var(--color-brand-cream);
  letter-spacing: 0.01em;
}

.hero-brand-by {
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: color-mix(in oklab, var(--color-brand-pink) 82%, #fffdf9);
  font-weight: 700;
}

.hero-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin: 0 0 0.85rem;
  color: color-mix(in oklab, #c9b07a 40%, var(--color-brand-cream));
  font-weight: 700;
}

.hero h1 {
  margin: 0 0 1rem;
  font-family: "Adobe Garamond Pro", Georgia, serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(2.35rem, 6.2vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--color-brand-cream);
  text-shadow: 0 2px 18px rgba(18, 15, 13, 0.45);
}

.hero-accent {
  display: inline-block;
  margin-top: 0.08em;
  font-family: "ShelleyAndante BT", "Adobe Garamond Pro", serif;
  font-style: italic;
  font-size: 1.08em;
  color: var(--color-brand-pink);
  text-shadow: 0 2px 16px rgba(18, 15, 13, 0.4);
}

.hero p {
  margin: 0 0 1.65rem;
  color: #fffdf9;
}

.hero p.hero-lede {
  max-width: 28rem;
  margin: 0 auto 1.75rem;
  font-family: "Adobe Garamond Pro", Georgia, serif;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: color-mix(in oklab, var(--color-brand-cream) 92%, transparent);
}

.hero-soft {
  color: var(--color-brand-pink);
  font-style: italic;
}

.hero .btn-row {
  justify-content: center;
  gap: 0.75rem;
}

.hero .btn {
  min-width: 10.5rem;
  min-height: 3rem;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
}

.hero .btn-light {
  background: var(--color-brand-cream);
  color: var(--color-dark);
  box-shadow: 0 10px 28px -14px rgba(18, 15, 13, 0.55);
}

.hero .btn-outline {
  background: color-mix(in oklab, #1d1a17 55%, transparent);
  color: var(--color-brand-cream);
  box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--color-brand-cream) 78%, transparent);
  backdrop-filter: blur(6px);
}

.hero .btn-outline:hover {
  background: color-mix(in oklab, #1d1a17 72%, transparent);
  opacity: 1;
}

@media (max-width: 700px) {
  .hero {
    min-height: min(88vh, 42rem);
  }
  .hero-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 0.1rem;
    padding: 0.1rem;
  }
  .hero-copy {
    width: min(100%, 24rem);
  }
  .hero h1 {
    font-size: clamp(2rem, 9vw, 2.65rem);
  }
  .hero-accent {
    font-size: 1.05em;
  }
  .hero p.hero-lede {
    font-size: 1.02rem;
    margin-bottom: 1.45rem;
  }
  .hero-brand {
    margin-bottom: 1.1rem;
    padding: 0.32rem 0.75rem 0.32rem 0.32rem;
  }
  .hero-brand-mark {
    width: 2.15rem;
    height: 2.15rem;
  }
  .hero-brand-name {
    font-size: 1.25rem;
  }
  .hero-eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.24em;
  }
  .hero .btn {
    min-width: 0;
    flex: 1 1 auto;
  }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.7rem 1.35rem;
  background: var(--lq-button);
  color: var(--lq-button-text);
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.35s var(--ease-expo), opacity 0.35s var(--ease-expo);
}

.btn:hover {
  opacity: 0.88;
}

.btn-light {
  background: var(--color-brand-cream);
  color: var(--color-dark);
}

.btn-outline {
  background: rgba(29, 26, 23, 0.55);
  color: #fffdf9;
  box-shadow: inset 0 0 0 1px #fffdf9;
}

.btn-outline:hover {
  background: rgba(29, 26, 23, 0.75);
  opacity: 1;
}

.btn-ghost {
  background: transparent;
  color: var(--color-dark);
  box-shadow: inset 0 0 0 1px var(--color-dark);
}

.btn-ghost:hover {
  background: #1d1a170d;
  opacity: 1;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Sections */
.section {
  padding: clamp(2.75rem, 6.5vw, 5.25rem) var(--page-pad);
}

.section-compact {
  padding: clamp(2rem, 5vw, 3.5rem) var(--page-pad);
}

.section-atelier {
  padding: clamp(2.5rem, 6vw, 4.5rem) var(--page-pad);
}

.section-head {
  max-width: 48rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.section-title {
  margin: 0 0 0.65rem;
  font-size: var(--type-display);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 0.95;
}

.section-title-sm {
  font-size: var(--type-display-sm);
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1.02;
}

.section-title-script {
  font-family: "ShelleyAndante BT", "Adobe Garamond Pro", serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: clamp(2.6rem, 7vw, 4.5rem);
}

.section-head h2:not(.section-title) {
  margin: 0 0 0.4rem;
  font-size: var(--type-display-sm);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.section-lede,
.section-head p {
  margin: 0 auto;
  color: #46413de3;
  max-width: 28rem;
  font-size: 1.05rem;
  font-style: italic;
}

.section-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: #78613a;
  margin: 0 0 0.85rem;
}

/* Product grids — responsive across phone / tablet / desktop */
.product-rail.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: unset;
  grid-auto-columns: unset;
  gap: 1.15rem 0.85rem;
  overflow: visible;
  scroll-snap-type: none;
  padding-bottom: 0;
}

@media (min-width: 700px) {
  .product-rail.product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 1.15rem;
  }
}

@media (min-width: 1100px) {
  .product-rail.product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.25rem 1.5rem;
  }
}

.product-rail:not(.product-grid) {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(14.5rem, 17rem);
  gap: 1.35rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.product-meta {
  padding: 0.7rem 0.05rem 0;
}

.product-blurb {
  display: none;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin: 1rem 0 0;
}

.chip {
  padding: 0.4rem 0.8rem;
  border: 1px solid #46413d33;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.3s var(--ease-expo);
}

.chip:hover,
.chip.is-active {
  background: var(--color-dark);
  color: var(--color-brand-cream);
  border-color: var(--color-dark);
}

.product-rail::-webkit-scrollbar {
  height: 4px;
}

.product-rail::-webkit-scrollbar-thumb {
  background: #46413d44;
}

.product-card {
  scroll-snap-align: start;
}

.product-cat {
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #78613a;
  margin-bottom: 0.35rem;
}

.product-meta h3 {
  margin: 0 0 0.65rem;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.15;
}

.product-title-btn h3 {
  margin-bottom: 0.55rem;
}

.product-note {
  margin: 0 0 0.55rem;
  color: #78613a;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.product-meta .inquire {
  display: none;
}

/* Editorial split */
.split {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .split {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
  }
  .split.reverse {
    grid-template-columns: 0.95fr 1.05fr;
  }
  .split.reverse .split-copy {
    order: 2;
  }
}

.split-media {
  overflow: hidden;
  background: #f5f0e5;
  min-height: 18rem;
}

.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}

@media (min-width: 900px) {
  .split-media img {
    aspect-ratio: 5 / 6;
    min-height: 28rem;
  }
}

.split-copy h2,
.split-copy .section-title {
  margin: 0 0 1rem;
  font-size: var(--type-display-sm);
  font-weight: 400;
  line-height: 1.02;
}

.split-copy p {
  margin: 0 0 1rem;
  color: #46413de3;
}

/* Services */
.services {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .services {
    grid-template-columns: repeat(3, 1fr);
  }
}

.service h3 {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.service p {
  margin: 0;
  color: #46413de3;
  font-size: 0.95rem;
}

.split-points {
  margin: 0 0 1.35rem;
  padding: 0;
  list-style: none;
  color: #46413de3;
}

.split-points li {
  position: relative;
  padding-left: 1.1rem;
  margin: 0.45rem 0;
  font-size: 0.95rem;
}

.split-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 1px;
  background: #78613a;
}

/* Order journey — all steps visible + SVG path draw */
.section-order {
  background: #faf6ec;
}

.order-journey {
  position: relative;
  max-width: 68rem;
  margin: 0 auto;
  padding-top: 0.25rem;
}

.order-path {
  display: none;
  width: 100%;
  height: 3.5rem;
  margin: 0 0 -0.35rem;
  color: #46413d33;
  overflow: visible;
}

.order-path-draw {
  color: var(--color-dark);
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

.order-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  max-width: 28rem;
  margin-inline: auto;
  position: relative;
}

/* Mobile / tablet: compact horizontal timeline rows */
.order-step {
  position: relative;
  display: grid;
  grid-template-columns: 2.65rem minmax(0, 1fr);
  gap: 0 0.95rem;
  align-items: start;
  text-align: left;
  padding: 0.95rem 0 0.95rem;
}

.order-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 3.35rem;
  bottom: 0;
  width: 1px;
  background: #46413d22;
  transform: translateX(-50%);
}

.order-step-node {
  width: 2.65rem;
  height: 2.65rem;
  margin: 0;
  color: var(--color-dark);
  background: var(--color-brand-cream);
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 1px #46413d22;
  position: relative;
  z-index: 1;
}

.order-step-node svg {
  width: 1.7rem;
  height: 1.7rem;
  display: block;
}

.order-step-body {
  min-width: 0;
  padding-top: 0.15rem;
}

.order-step-num {
  margin: 0 0 0.2rem;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #78613a;
}

.order-step h3 {
  margin: 0 0 0.35rem;
  font-size: 1.28rem;
  font-weight: 400;
  line-height: 1.15;
}

.order-step-body > p {
  margin: 0 0 0.5rem;
  color: #46413de3;
  font-size: 0.9rem;
  line-height: 1.4;
  max-width: 22rem;
}

.order-step-link {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-dark);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.order-step-link:hover {
  opacity: 0.7;
}

.order-cta {
  margin: 1.35rem auto 0;
  max-width: 22rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  text-align: center;
}

.order-cta .btn-message {
  width: 100%;
  justify-content: center;
}

.order-cta-note {
  margin: 0;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #46413daa;
}

.btn-message {
  gap: 0.65rem;
  justify-content: flex-start;
  padding-left: 0.55rem;
  padding-right: 1.25rem;
}

.btn-mark {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background: #fffdf9;
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  overflow: hidden;
}

.btn-mark img {
  width: 1.35rem;
  height: 1.35rem;
  object-fit: contain;
  display: block;
}

.btn-icon {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
}

@media (min-width: 700px) and (max-width: 899px) {
  .order-steps {
    max-width: 34rem;
  }

  .order-step {
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 0 1.15rem;
    padding: 1.05rem 0;
  }

  .order-step:not(:last-child)::before {
    left: 1.45rem;
    top: 3.7rem;
  }

  .order-step-node {
    width: 3rem;
    height: 3rem;
  }

  .order-step-node svg {
    width: 1.9rem;
    height: 1.9rem;
  }

  .order-step h3 {
    font-size: 1.4rem;
  }

  .order-cta {
    max-width: 24rem;
    margin-top: 1.6rem;
  }
}

@media (min-width: 900px) {
  .order-path {
    display: block;
  }

  .order-steps {
    max-width: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }

  .order-step {
    display: block;
    text-align: center;
    padding: 0 0.35rem;
  }

  .order-step:not(:last-child)::before {
    display: none;
  }

  .order-step-node {
    width: 3.25rem;
    height: 3.25rem;
    margin: 0 auto 0.85rem;
  }

  .order-step-node svg {
    width: 2.15rem;
    height: 2.15rem;
  }

  .order-step-body {
    padding-top: 0;
  }

  .order-step-num {
    margin: 0 0 0.35rem;
    font-size: 0.65rem;
  }

  .order-step h3 {
    margin: 0 0 0.55rem;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
  }

  .order-step-body > p {
    margin: 0 auto 0.95rem;
    font-size: 0.95rem;
    line-height: 1.45;
    max-width: none;
  }

  .order-cta {
    margin-top: 2rem;
    max-width: 26rem;
  }
}

.btn .btn-icon {
  margin-right: 0.15rem;
}

/* Atelier */
.atelier-grid {
  display: grid;
  gap: 1.25rem;
  max-width: 64rem;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .atelier-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.atelier-card {
  padding: 1.35rem 1.2rem 1.45rem;
  border-top: 1px solid #46413d33;
}

.atelier-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.atelier-card p {
  margin: 0 0 1rem;
  color: #46413de3;
  font-size: 0.95rem;
  line-height: 1.45;
}

.atelier-card .atelier-socials {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  margin-top: -0.15rem;
}

.atelier-address {
  margin: 2rem auto 0;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #78613a;
}

/* FAQ */
.faq-list {
  max-width: 46rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.faq-item {
  border-top: 1px solid #46413d22;
  padding: 0.15rem 0;
}

.faq-item:last-child {
  border-bottom: 1px solid #46413d22;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.75rem 1rem 0;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  line-height: 1.3;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.15rem;
  color: #78613a;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item summary:hover {
  opacity: 0.75;
}

.faq-item p {
  margin: 0 0 1.1rem;
  max-width: 40rem;
  color: #46413de3;
  font-size: 0.98rem;
  line-height: 1.5;
}

.faq-item a {
  color: var(--color-dark);
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

.faq-item a:hover,
.faq-item a:focus-visible {
  opacity: 0.72;
  outline: none;
}

/* Reviews marquee — Muni / Broadcast style two-row infinite drift */
.section-reviews {
  padding-bottom: clamp(2rem, 4vw, 3rem);
  overflow: hidden;
}

.reviews-marquee {
  position: relative;
  margin-top: 0.5rem;
  padding: 0.85rem 0 1.15rem;
  border-top: 1px solid #46413d22;
  border-bottom: 1px solid #46413d22;
  background:
    linear-gradient(180deg, color-mix(in oklab, var(--color-brand-pink) 28%, transparent) 0%, transparent 55%),
    var(--color-brand-cream);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.reviews-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.reviews-marquee-track--left {
  animation: reviews-marquee-left 58s linear infinite;
}

.reviews-marquee-track--right {
  margin-top: 0.85rem;
  animation: reviews-marquee-right 68s linear infinite;
}

.reviews-marquee:hover .reviews-marquee-track {
  animation-play-state: paused;
}

.reviews-marquee.is-offscreen .reviews-marquee-track,
.reviews-marquee:not(.is-active) .reviews-marquee-track {
  animation-play-state: paused;
}

.reviews-marquee.is-static .reviews-marquee-track {
  animation: none;
  transform: none;
}

.reviews-marquee.is-static {
  -webkit-mask-image: none;
  mask-image: none;
  overflow-x: auto;
}

.reviews-marquee-group {
  display: flex;
  flex-shrink: 0;
  gap: 0.85rem;
  padding-inline: 0.45rem;
}

.reviews-marquee-item {
  margin: 0;
  flex-shrink: 0;
}

.reviews-marquee-item img {
  display: block;
  height: clamp(7.25rem, 16vw, 10.5rem);
  width: auto;
  max-width: min(78vw, 28rem);
  object-fit: contain;
  object-position: left center;
  background: #fff;
  border-radius: 0.4rem;
  box-shadow: 0 10px 28px -18px rgba(29, 26, 23, 0.4);
}

@keyframes reviews-marquee-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes reviews-marquee-right {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reviews-marquee-track {
    animation: none !important;
  }
}

.social-link,
.inline-social {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-dark);
}

.social-link svg,
.inline-social svg,
.social-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.social-link:hover,
.inline-social:hover {
  opacity: 0.7;
}

.footer-social {
  display: flex;
  gap: 0.55rem;
}

.social-icon {
  width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--color-dark);
  transition: background 0.3s var(--ease-expo);
}

.social-icon:hover {
  background: #1d1a170d;
}

.social-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

/* Order steps (legacy fallback unused) */
.steps {
  display: grid;
  gap: 1.25rem;
  counter-reset: step;
}

@media (min-width: 900px) {
  .steps {
    grid-template-columns: repeat(4, 1fr);
  }
}

.step {
  border-top: 1px solid #46413d33;
  padding-top: 1rem;
}

.step::before {
  counter-increment: step;
  content: "0" counter(step);
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
  color: #78613a;
}

.step h3 {
  margin: 0 0 0.4rem;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.step p {
  margin: 0;
  color: #46413de3;
  font-size: 0.95rem;
}

/* Footer */
.site-footer {
  border-top: 1px solid #46413d22;
  padding: 3rem var(--page-pad) 2rem;
  background: #faf6ec;
}

.footer-grid {
  display: grid;
  gap: 2rem;
  max-width: 90rem;
  margin: 0 auto 2.5rem;
}

@media (min-width: 900px) {
  .footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
  }
}

.site-footer h4 {
  margin: 0 0 0.85rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.site-footer li + li {
  margin-top: 0.45rem;
}

.site-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.footer-bottom {
  max-width: 90rem;
  margin: 0 auto;
  padding-top: 1.5rem;
  border-top: 1px solid #46413d22;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
  font-size: 0.8125rem;
  color: #46413d99;
}

/* Product detail modal */
.product-backdrop {
  position: fixed;
  inset: 0;
  z-index: 85;
  background: rgba(18, 15, 13, 0.48);
  backdrop-filter: blur(4px);
  opacity: 1;
}

.product-detail-grid,
.product-detail-close {
  opacity: 1;
}

.product-detail {
  position: fixed;
  inset: 0;
  z-index: 95;
  display: grid;
  place-items: center;
  padding:
    max(0.65rem, env(safe-area-inset-top))
    max(0.65rem, env(safe-area-inset-right))
    max(0.65rem, env(safe-area-inset-bottom))
    max(0.65rem, env(safe-area-inset-left));
  pointer-events: none;
  box-sizing: border-box;
}

.product-detail:not([hidden]) {
  pointer-events: none;
}

.product-detail:not([hidden]) .product-detail-grid,
.product-detail:not([hidden]) .product-detail-close {
  pointer-events: auto;
}

.product-detail[hidden],
.product-backdrop[hidden] {
  display: none !important;
}

.product-detail-grid {
  position: relative;
  width: min(100%, 58rem);
  height: auto;
  max-height: calc(100dvh - 1.3rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  display: grid;
  grid-template-rows: minmax(0, 0.9fr) minmax(0, 1.1fr);
  background: var(--color-brand-cream);
  box-shadow: 0 24px 80px -28px rgba(18, 15, 13, 0.55);
  overflow: hidden;
}

/* iPad / tablet / desktop: side-by-side so image + copy + CTAs all fit */
@media (min-width: 700px) {
  .product-detail-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(0, 1fr);
    width: min(100%, 64rem);
    height: min(78dvh, 40rem);
    max-height: calc(100dvh - 1.5rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  }
}

@media (min-width: 1100px) {
  .product-detail-grid {
    height: min(82dvh, 44rem);
  }
}

.product-detail-close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  padding: 0.4rem 0.65rem;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: color-mix(in oklab, var(--color-brand-cream) 92%, transparent);
  color: var(--color-dark);
}

.product-detail-media {
  position: relative;
  background: #f5f0e5;
  min-height: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
  -webkit-touch-callout: none;
  user-select: none;
}

.product-detail-media[data-has-angle="1"] {
  cursor: pointer;
}

.product-detail-media[data-has-angle="0"],
.product-detail-media:not([data-has-angle="1"]) {
  cursor: default;
}

.product-detail-angle-hint[hidden] {
  display: none !important;
}

.product-detail-media img {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  min-height: 0;
  transition: opacity 0.35s var(--ease-expo);
  pointer-events: none;
}

.product-detail-media img.front {
  opacity: 1;
  z-index: 1;
}

.product-detail-media img.hover {
  opacity: 0;
  z-index: 2;
}

.product-detail-media img.hover:not([src]) {
  visibility: hidden;
}

.product-detail-media.is-alt img.hover {
  opacity: 1;
  visibility: visible;
}

.product-detail-media.is-alt img.front {
  opacity: 0;
}

.product-detail-media img.is-cookie-shot {
  background: linear-gradient(180deg, #fffdf9 0%, #f5f0e5 100%);
  padding: clamp(0.65rem, 2vw, 1.25rem);
  box-sizing: border-box;
}

.product-detail-angle-hint {
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  z-index: 3;
  transform: translateX(-50%);
  margin: 0;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: color-mix(in oklab, var(--color-brand-cream) 88%, transparent);
  color: var(--color-dark);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0.92;
  transition: opacity 0.3s var(--ease-expo);
}

.product-detail-media.is-alt .product-detail-angle-hint {
  opacity: 0;
}

.product-detail-copy {
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(0.85rem, 2.2vw, 1.75rem);
  overflow: hidden;
}

.product-detail-cat {
  margin: 0 0 0.35rem;
  font-size: clamp(0.62rem, 1.5vh, 0.72rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #78613a;
  flex-shrink: 0;
}

.product-detail-copy h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.25rem, 3.8vh, 2.35rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.01em;
  flex-shrink: 0;
}

.product-detail-desc {
  margin: 0 0 0.65rem;
  color: #46413de3;
  font-size: clamp(0.82rem, 2.1vh, 1rem);
  line-height: 1.4;
  flex: 0 1 auto;
  min-height: 0;
}

.product-detail-points {
  margin: 0 0 0.65rem;
  padding: 0;
  list-style: none;
  flex: 0 1 auto;
  min-height: 0;
}

.product-detail-points li {
  position: relative;
  padding: 0.28rem 0 0.28rem 1rem;
  border-top: 1px solid #46413d18;
  color: #46413de3;
  font-size: clamp(0.78rem, 1.9vh, 0.92rem);
  line-height: 1.35;
}

.product-detail-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 0.35rem;
  height: 1px;
  background: #78613a;
}

.product-detail-note {
  margin: 0 0 0.65rem;
  font-size: clamp(0.7rem, 1.7vh, 0.82rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #78613a;
  flex-shrink: 0;
}

.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: auto;
  margin-bottom: 0.45rem;
  flex-shrink: 0;
  padding-top: 0.35rem;
}

.product-detail-actions .btn {
  min-height: 2.55rem;
  padding: 0.55rem 1rem;
  font-size: 0.72rem;
}

.product-detail-hint {
  margin: 0;
  font-size: clamp(0.72rem, 1.6vh, 0.84rem);
  color: #46413d99;
  line-height: 1.35;
  flex-shrink: 0;
}

/* Phones: keep stacked, but tighten so CTAs stay on screen */
@media (max-width: 699px) {
  .product-detail-grid {
    width: 100%;
    height: calc(100dvh - 1.2rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    max-height: calc(100dvh - 1.2rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    grid-template-rows: minmax(0, 34%) minmax(0, 66%);
  }

  .product-detail-copy {
    padding: 0.85rem 0.9rem 1rem;
  }

  .product-detail-actions {
    flex-direction: column;
    gap: 0.45rem;
  }

  .product-detail-actions .btn {
    width: 100%;
  }

  .product-detail-hint {
    display: none;
  }
}

/* Short phones / landscape: favor copy + buttons over tall photo */
@media (max-height: 720px) {
  .product-detail-grid {
    grid-template-rows: minmax(0, 28%) minmax(0, 72%);
  }

  .product-detail-hint {
    display: none;
  }

  .product-detail-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
  }
}

@media (min-width: 700px) and (max-height: 720px) {
  .product-detail-grid {
    grid-template-rows: minmax(0, 1fr);
    height: calc(100dvh - 1.2rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  }

  .product-detail-desc {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    display: block;
    overflow: hidden;
  }
}

.product-title-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: inherit;
  font: inherit;
}

.product-title-btn:hover h3,
.product-title-btn:focus-visible h3 {
  opacity: 0.7;
  outline: none;
}

/* Inquire drawer (simplified cart) */
.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(29, 26, 23, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s var(--ease-expo);
  z-index: 80;
}

.drawer-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.inquire-drawer,
.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  width: min(100%, 26rem);
  height: 100%;
  background: var(--color-brand-cream);
  transform: translateX(100%);
  transition: transform 0.55s var(--ease-expo);
  padding: 1.25rem 1.35rem 2rem;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overscroll-behavior: contain;
}

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

.drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.drawer-head h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 400;
}

.drawer-body p {
  color: #46413de3;
  margin: 0 0 1rem;
}

.drawer-list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.drawer-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #46413d22;
  font-size: 0.95rem;
}

.reveal {
  /* Content stays visible; motion is handled by GSAP when available */
  opacity: 1;
  transform: none;
}

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

/* Cart toast */
.cart-toast {
  position: fixed;
  left: 50%;
  bottom: 1.5rem;
  z-index: 100;
  transform: translateX(-50%) translateY(1.25rem);
  opacity: 0;
  pointer-events: none;
  background: var(--color-dark);
  color: var(--color-brand-cream);
  padding: 0.75rem 1.15rem;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  transition: opacity 0.4s var(--ease-expo), transform 0.4s var(--ease-expo);
  max-width: min(90vw, 22rem);
  text-align: center;
}

.cart-toast.is-on {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-top: 0.35rem;
}

.btn-add {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 2.25rem;
  padding: 0.35rem 0.85rem;
  background: var(--color-dark);
  color: var(--color-brand-cream);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: opacity 0.3s var(--ease-expo), background 0.3s var(--ease-expo);
}

.btn-add.is-in-cart {
  background: transparent;
  color: var(--color-dark);
  box-shadow: inset 0 0 0 1px var(--color-dark);
}

.btn-add:hover {
  opacity: 0.85;
}

.cart-line {
  display: grid;
  grid-template-columns: 4.25rem 1fr auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.85rem 0;
  border-bottom: 1px solid #46413d22;
}

.cart-line img {
  width: 4.25rem;
  height: 5.25rem;
  object-fit: cover;
  background: #f5f0e5;
}

.cart-line h3 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  font-weight: 400;
}

.cart-line .cat {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #78613a;
}

.cart-remove {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.65;
}

.cart-remove:hover {
  opacity: 1;
  text-decoration: underline;
}

.cart-note {
  margin: 0 0 1rem;
  color: #46413de3;
  font-size: 0.92rem;
}

.cart-message {
  width: 100%;
  min-height: 9rem;
  max-height: min(42vh, 16rem);
  margin: 0 0 1rem;
  padding: 0.85rem;
  border: 1px solid #46413d33;
  background: #fffdf9;
  font: inherit;
  font-size: 0.9rem;
  line-height: 1.45;
  resize: vertical;
  color: var(--color-black);
  overflow-y: auto;
  overscroll-behavior: contain;
  /* Keep wheel focus in the field while Lenis is active on the page */
  touch-action: pan-y;
}

.cart-actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.cart-hint {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
  color: #46413d99;
  line-height: 1.4;
}

.cart-empty {
  padding: 1.5rem 0;
  text-align: center;
  color: #46413de3;
}

.cart-empty img {
  width: 5rem;
  margin: 0 auto 1rem;
  opacity: 0.85;
}

/* —— Cross-device responsive polish —— */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.promo-banner {
  padding-top: max(0.45rem, env(safe-area-inset-top));
}

.site-header {
  top: var(--banner-height);
}

.icon-btn,
.chip,
.btn,
.btn-add,
.menu-toggle {
  min-height: 2.75rem;
  touch-action: manipulation;
}

.chip {
  min-height: 2.35rem;
  display: inline-flex;
  align-items: center;
}

.product-media {
  min-height: 0;
  aspect-ratio: 4 / 5;
}

.product-media img {
  object-fit: cover;
}

.hero-copy .btn {
  min-width: 8.5rem;
}

.cart-drawer,
.inquire-drawer {
  padding-bottom: max(2rem, env(safe-area-inset-bottom));
  width: min(100%, 26rem);
}

.cart-toast {
  bottom: max(1.25rem, env(safe-area-inset-bottom));
}

/* Phones */
@media (max-width: 699px) {
  :root {
    --nav-height: 3.85rem;
    --page-pad: 1rem;
    --type-display: clamp(2rem, 10vw, 2.75rem);
    --type-display-sm: clamp(1.55rem, 7vw, 2.1rem);
  }

  .header-inner {
    gap: 0.45rem;
    padding: 0 0.85rem;
  }

  .header-actions {
    gap: 0.25rem;
  }

  .icon-btn {
    width: 2.45rem;
    height: 2.45rem;
  }

  .promo-banner {
    font-size: 0.7rem;
    letter-spacing: 0.04em;
  }

  .promo-banner p {
    padding-inline: 0.5rem;
  }

  .hero {
    min-height: min(86dvh, 40rem);
  }

  .hero-copy {
    width: min(100%, 24rem);
    padding-inline: 0.85rem;
  }

  .hero .btn-row {
    gap: 0.55rem;
  }

  .hero .btn {
    flex: 1 1 auto;
    min-width: 0;
    padding-inline: 0.85rem;
  }

  .section {
    padding: 2.25rem var(--page-pad);
  }

  .section-compact,
  .section-atelier {
    padding: 1.85rem var(--page-pad);
  }

  .section-head {
    margin-bottom: 1.35rem;
  }

  .product-rail.product-grid {
    gap: 1rem 0.65rem;
  }

  .product-meta h3,
  .product-title-btn h3 {
    font-size: 1.02rem;
  }

  .btn-add {
    width: 100%;
    justify-content: center;
  }

  .split-media img {
    aspect-ratio: 4 / 5;
    min-height: 14rem;
  }

  .footer-grid {
    gap: 1.5rem;
  }

  .atelier-card {
    padding: 1.1rem 0.15rem 1.2rem;
  }

  .section-order {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-order .section-head {
    margin-bottom: 1rem;
  }

  .order-step {
    padding: 0.8rem 0;
  }

  .order-step h3 {
    font-size: 1.18rem;
  }

  .order-step-body > p {
    font-size: 0.86rem;
  }

  .order-cta {
    margin-top: 1.1rem;
  }
}

/* Large phones / small tablets */
@media (min-width: 480px) and (max-width: 899px) {
  .hero-mosaic {
    gap: 0.14rem;
    padding: 0.14rem;
  }
}

/* Tablets / iPad */
@media (min-width: 700px) and (max-width: 1099px) {
  :root {
    --nav-height: 4.15rem;
  }

  .hero {
    min-height: min(78dvh, 46rem);
  }

  .split {
    gap: 1.75rem;
  }
}

/* Short landscape phones */
@media (max-height: 480px) and (orientation: landscape) {
  .hero {
    min-height: 100dvh;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 8vw, 2.75rem);
  }

  .hero p {
    margin-bottom: 0.85rem;
  }
}

/* Very small screens */
@media (max-width: 360px) {
  .brand-name {
    font-size: 1.05rem;
  }

  .nav-desktop,
  .promo-banner {
    font-size: 0.75rem;
  }

  .product-rail.product-grid {
    grid-template-columns: 1fr;
  }
}

