:root {
  --cream: #faf7f2;
  --pistachio: #e6ebe0;
  --peach: #f5e6db;
  --brown: #4a3f35;
  --brown-light: #7a6b5d;
  --accent: #d4a373;
  --terracotta: #bd5b3f;
  --sage: #d8dab9;
  --sage-soft: #e0e2c8;
  --white: #fff;
  --line: rgba(74, 63, 53, .12);
  --danger: #a6362b;
  --radius: 2rem;
  --shadow: 0 24px 60px rgba(74, 63, 53, .1);
  color: var(--brown);
  background: var(--cream);
  font-family: "Jost", ui-sans-serif, system-ui, sans-serif;
  font-synthesis: none;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; }
body { margin: 0; color: var(--brown); background: var(--cream); line-height: 1.55; overflow-x: hidden; }
body, button, input, textarea, select { font-family: "Jost", ui-sans-serif, system-ui, sans-serif; }
h1, h2, h3, h4, p { margin-top: 0; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.icon { width: 1.25rem; height: 1.25rem; flex: 0 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.content-shell { width: min(100% - 3rem, 1280px); margin-inline: auto; position: relative; z-index: 2; }

/* Public header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; min-height: 6rem; border-bottom: 1px solid rgba(74, 63, 53, .06); background: rgba(250, 247, 242, .72); backdrop-filter: blur(18px); }
.site-header-inner { width: min(100% - 3rem, 1280px); height: 6rem; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; }
.brand { justify-self: center; font: 600 clamp(1.75rem, 3vw, 2.25rem)/1 "Lora", serif; letter-spacing: -.045em; text-decoration: none; white-space: nowrap; }
.brand span { color: var(--terracotta); }
.desktop-nav, .header-actions { display: flex; align-items: center; gap: 2rem; }
.desktop-nav a, .b2b-pill { color: var(--brown-light); font-size: .94rem; font-weight: 500; text-decoration: none; transition: color .2s ease; }
.desktop-nav a:hover, .b2b-pill:hover { color: var(--brown); }
.header-actions { justify-content: flex-end; gap: .9rem; }
.b2b-pill { padding: .55rem 1rem; border-radius: 999px; color: var(--brown); background: var(--pistachio); }
.icon-button { position: relative; display: grid; place-items: center; width: 2.4rem; height: 2.4rem; padding: 0; border: 0; background: transparent; color: var(--brown); cursor: pointer; }
.future-action { opacity: .55; cursor: not-allowed; }
.bag-button span { position: absolute; top: -.05rem; right: -.1rem; display: grid; place-items: center; width: 1rem; height: 1rem; border-radius: 50%; color: white; background: var(--terracotta); font-size: .62rem; font-weight: 600; }
.menu-button { display: none; }
.menu-button .icon-close { display: none; }
.menu-button[aria-expanded="true"] .icon-menu { display: none; }
.menu-button[aria-expanded="true"] .icon-close { display: block; }
body.menu-open { overflow: hidden; }
.site-header-inner { position: relative; z-index: 2; }
.mobile-nav { position: fixed; inset: 0; z-index: 40; display: flex; flex-direction: column; justify-content: center; padding: 6.5rem clamp(1.5rem, 7vw, 3.5rem) 3rem; background: linear-gradient(180deg, #faf7f2 0%, #ebecd9 100%); border-top: 0; counter-reset: mnav; }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { display: flex; align-items: baseline; gap: 1.1rem; padding: 1.15rem 0; border-bottom: 1px solid rgba(74, 63, 53, .12); color: #2f2a24; font: 400 clamp(1.9rem, 7.5vw, 2.6rem)/1.05 "Libre Bodoni", "Lora", serif; letter-spacing: -.03em; text-decoration: none; }
.mobile-nav a::before { counter-increment: mnav; content: "0" counter(mnav); color: var(--terracotta); font: 500 .78rem/1 "Jost", sans-serif; letter-spacing: .1em; }
.mobile-nav:not([hidden]) a { animation: fade-up .7s cubic-bezier(.16,1,.3,1) both; }
.mobile-nav a:nth-child(1) { animation-delay: .05s; }
.mobile-nav a:nth-child(2) { animation-delay: .11s; }
.mobile-nav a:nth-child(3) { animation-delay: .17s; }
.mobile-nav a:nth-child(4) { animation-delay: .23s; }
.mobile-nav a:nth-child(5) { animation-delay: .29s; }
.mobile-nav::after { content: "El sabor de la calma."; margin-top: 2.75rem; color: var(--brown-light); font: italic 400 1.05rem/1 "Lora", serif; animation: fade-up .7s .4s cubic-bezier(.16,1,.3,1) both; }

/* Hero */
.home-page { --hero-green: var(--sage); --hero-ink: #2f2824; --hero-clay: var(--terracotta); --hero-gutter: clamp(2rem, 4.4vw, 5.5rem); }
.home-page .site-header { border-bottom: 1px solid transparent; background: transparent; backdrop-filter: none; transition: transform .55s cubic-bezier(.22,1,.36,1), background-color .35s ease, border-color .35s ease, box-shadow .35s ease; }
.home-page .site-header.is-solid { min-height: 4.75rem; border-bottom-color: rgba(74, 63, 53, .08); background: rgba(250, 247, 242, .68); backdrop-filter: blur(18px); box-shadow: 0 18px 40px -28px rgba(74, 63, 53, .35); }
.home-page .site-header.is-hidden { transform: translateY(-100%); box-shadow: none; }
.home-page .site-header-inner { animation: hero-header-in .8s cubic-bezier(.22,1,.36,1) both; transition: height .4s cubic-bezier(.22,1,.36,1); }
.home-page .site-header.is-solid .site-header-inner { height: 4.75rem; }
.home-page .site-header-inner { width: 100%; padding-inline: var(--hero-gutter); grid-template-areas: "brand nav actions"; grid-template-columns: 1fr auto 1fr; }
.home-page .brand { grid-area: brand; justify-self: start; }
.home-page .desktop-nav { grid-area: nav; justify-self: center; }
.home-page .header-actions { grid-area: actions; }
.home-hero { position: relative; height: 100svh; min-height: 42rem; overflow: hidden; color: var(--hero-ink); background: var(--hero-green); isolation: isolate; }
.hero-lockup { position: absolute; top: 50%; left: var(--hero-gutter); z-index: 1; width: min(64%, 75rem); transform: translateY(-50%); }
.hero-statement { margin: 0; color: var(--hero-ink); font: 500 clamp(6.5rem, 8.2vw, 11rem)/.82 "Libre Bodoni", "Lora", serif; letter-spacing: -.052em; text-transform: uppercase; }
.hero-statement > span { position: relative; z-index: 1; display: block; width: max-content; max-width: none; white-space: nowrap; clip-path: inset(-20% 100% -20% -20%); animation: hero-line-in 1.15s cubic-bezier(.16,1,.3,1) forwards; }
.hero-statement > span:nth-child(2) { animation-delay: .16s; }
.hero-dot { margin-left: .025em; color: var(--hero-clay); }
.hero-product-art { --hero-shift-x: 0px; --hero-shift-y: 0px; position: absolute; inset: 0; z-index: 0; pointer-events: none; will-change: transform; animation: hero-product-in 1.45s .25s cubic-bezier(.16,1,.3,1) both; transition: transform .9s cubic-bezier(.22,1,.36,1); }
.hero-product-art img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 84% center; }
.hero-details { position: absolute; top: auto; bottom: clamp(3rem, 6vh, 4.5rem); left: var(--hero-gutter); z-index: 4; width: min(28rem, calc(100% - (var(--hero-gutter) * 2))); padding-left: 1.35rem; border-left: 2px solid var(--hero-clay); animation: hero-details-in .9s .95s cubic-bezier(.16,1,.3,1) both; }
.hero-copy { max-width: 26rem; margin-bottom: 0; font-size: clamp(1rem, 1vw, 1.15rem); line-height: 1.55; }
.hero-cta { display: inline-flex; align-items: center; justify-content: center; gap: 1.15rem; min-height: clamp(3.6rem, 3.6vw, 4.6rem); margin-top: clamp(2.25rem, 3.5vh, 3.25rem); padding: 1rem clamp(1.6rem, 2vw, 2.5rem); color: white; background: var(--hero-clay); font-size: clamp(.95rem, .95vw, 1.15rem); font-weight: 500; letter-spacing: .02em; text-decoration: none; transition: color .25s ease, background .25s ease, transform .25s ease; animation: hero-details-in .9s .62s cubic-bezier(.16,1,.3,1) both; }
.hero-cta .icon { width: 1.15rem; height: 1.15rem; transition: transform .25s ease; }
.hero-cta:hover { color: white; background: var(--hero-ink); transform: translateY(-2px); }
.hero-cta:hover .icon { transform: translateX(.25rem); }
@keyframes hero-header-in { from { opacity: 0; transform: translateY(-1rem); } }
@keyframes hero-line-in { from { opacity: 0; clip-path: inset(-20% 100% -20% -20%); transform: translateY(28%); } to { opacity: 1; clip-path: inset(-20% -100% -20% -20%); transform: translateY(0); } }
@keyframes hero-product-in { from { opacity: 0; transform: translate3d(calc(var(--hero-shift-x) + 3rem), calc(var(--hero-shift-y) + 2rem), 0) scale(.94); } to { opacity: 1; transform: translate3d(var(--hero-shift-x), var(--hero-shift-y), 0) scale(1); } }
@keyframes hero-details-in { from { opacity: 0; transform: translateY(1.5rem); } }
.footer-club h2 em { display: block; color: var(--brown-light); font-weight: 400; }
.primary-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.5rem; padding: .8rem 2.5rem; border: 0; border-radius: 999px; color: var(--cream); background: var(--brown); font-weight: 500; text-decoration: none; cursor: pointer; box-shadow: 0 16px 32px rgba(74,63,53,.18); transition: background .25s ease, transform .25s ease; }
.primary-cta:hover, .button:hover { background: var(--accent); transform: translateY(-2px); }
.reveal-item { animation: fade-up .9s cubic-bezier(.16,1,.3,1) both; animation-delay: var(--delay, 0ms); }
.reveal-delay-1 { --delay: 100ms; }.reveal-delay-2 { --delay: 200ms; }.reveal-delay-3 { --delay: 300ms; }
@keyframes fade-up { from { opacity: 0; transform: translateY(20px); } }

/* Shared headings */
.section-kicker { color: var(--terracotta); font-size: clamp(.7rem,.9vw,.95rem); font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.section-kicker .icon { display: inline-block; width: 1rem; height: 1rem; margin-right: .5rem; vertical-align: -.22rem; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 4rem; }
.section-heading h2, .center-heading h2 { margin: .6rem 0 0; font: 500 clamp(2.5rem, 5vw, 4rem)/1.08 "Lora", serif; letter-spacing: -.04em; }
.text-link { display: flex; align-items: center; gap: .55rem; padding-bottom: .5rem; color: var(--brown-light); font-weight: 500; text-decoration: none; }
.text-link:hover { color: var(--terracotta); }.text-link .icon { transition: transform .2s ease; }.text-link:hover .icon { transform: translateX(.25rem); }

/* Collection */
.collection-section { position: relative; overflow: hidden; padding: clamp(5rem,8vw,7rem) 0; color: #2f2824; background: linear-gradient(180deg, var(--sage-soft) 0%, #ebe9d6 38%, #f1eee2 66%); }
.collection-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; margin-bottom: clamp(2.75rem,5vw,4.5rem); }
.collection-heading .section-kicker { margin-bottom: 1rem; color: var(--terracotta); }
.collection-heading h2 { margin: 0; font: 400 clamp(3.8rem,6.4vw,6.2rem)/.9 "Libre Bodoni","Lora",serif; letter-spacing: -.045em; }
.collection-heading h2 span { color: var(--terracotta); }
.collection-heading-link { display: flex; align-items: center; gap: .65rem; flex: 0 0 auto; margin-bottom: .45rem; padding-bottom: .35rem; border-bottom: 1px solid currentColor; font: 500 .92rem/1.2 "Jost",sans-serif; letter-spacing: .05em; text-decoration: none; transition: color .2s ease, border-color .2s ease; }
.collection-heading-link:hover { color: var(--terracotta); }
.collection-heading-link .icon { width: 1rem; height: 1rem; }
.collection-layout { position: relative; display: grid; grid-template-columns: minmax(0,1.62fr) minmax(0,1fr); grid-template-rows: repeat(2,minmax(0,1fr)); gap: clamp(1rem,1.8vw,1.5rem); min-height: clamp(38rem,58vw,48rem); }
.collection-card { position: relative; display: block; min-width: 0; min-height: 0; overflow: hidden; color: #2f2824; background: #e7e3d2; text-decoration: none; }
.collection-card-main { grid-row: 1/3; }
.collection-card-slot-1 { background: #dcd8c7; }
.collection-card-slot-2 { background: #d3cab7; }
.collection-card-art, .collection-card-art img { position: absolute; inset: 0; width: 100%; height: 100%; }
.collection-card-art img { object-fit: cover; transition: transform .8s cubic-bezier(.22,.61,.36,1); }
.collection-card:hover .collection-card-art img { transform: scale(1.035); }
.collection-card::after { content: ""; position: absolute; inset: auto 0 0 0; height: clamp(7rem,11vw,9.5rem); background: linear-gradient(180deg, rgba(240,236,225,0) 0%, rgba(240,236,225,.55) 45%, rgba(240,236,225,.9) 100%); pointer-events: none; }
.collection-card-slot-1::after { background: linear-gradient(180deg, rgba(222,218,203,0) 0%, rgba(222,218,203,.55) 45%, rgba(222,218,203,.9) 100%); }
.collection-card-slot-2::after { background: linear-gradient(180deg, rgba(214,205,187,0) 0%, rgba(214,205,187,.55) 45%, rgba(214,205,187,.9) 100%); }
.collection-card-footer { position: absolute; inset: auto 0 0 0; z-index: 2; display: flex; align-items: center; justify-content: flex-start; gap: clamp(2rem,4vw,3.5rem); padding: clamp(1.4rem,2.4vw,2.2rem) clamp(1.5rem,2.6vw,2.5rem); }
.collection-card-main .collection-card-footer { padding-left: clamp(8rem,19vw,14rem); padding-bottom: clamp(1.8rem,3vw,2.8rem); }
.collection-card-info { display: grid; gap: .4rem; min-width: 0; }
.collection-card-info strong { font: 500 clamp(1.45rem,2.1vw,1.9rem)/1.1 "Libre Bodoni","Lora",serif; letter-spacing: -.02em; color: #241f1a; }
.collection-card-main .collection-card-info strong { font-size: clamp(1.7rem,2.5vw,2.25rem); }
.collection-card-meta { color: #3f372e; font-size: 1.25rem; font-weight: 500; letter-spacing: .04em; }
.collection-card-meta i { margin: 0 .35rem; font-style: normal; color: var(--terracotta); }
.collection-card-cta { display: grid; place-items: center; flex: 0 0 auto; width: clamp(2.5rem,3.2vw,2.9rem); height: clamp(2.5rem,3.2vw,2.9rem); border: 2px solid var(--terracotta); border-radius: 50%; color: var(--terracotta); transition: background-color .25s ease, color .25s ease; }
.collection-card-cta .icon { width: 1rem; height: 1rem; stroke-width: 2; }
.collection-card:hover .collection-card-cta { background: var(--terracotta); color: #fdfaf3; }
.collection-numeral { position: absolute; left: clamp(-5rem,-4vw,-2.5rem); bottom: -1.5rem; z-index: 3; color: #c3c7a0; mix-blend-mode: multiply; font: 400 clamp(10rem,19vw,16rem)/.75 "Libre Bodoni","Lora",serif; letter-spacing: -.04em; pointer-events: none; }

/* Gestures (Del origen al bocado) */
.gestures-section { padding: clamp(5rem,8vw,7rem) 0; color: #2f2a24; background: var(--sage-soft); }
.gestures-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; margin-bottom: clamp(2.5rem,4.5vw,4rem); }
.gestures-heading .section-kicker { margin-bottom: 1rem; color: var(--terracotta); }
.gestures-heading h2 { margin: 0; font: 400 clamp(3.8rem,5.25vw,5.55rem)/.98 "Libre Bodoni","Lora",serif; letter-spacing: -.04em; }
.gestures-heading h2 span { color: var(--terracotta); }
.gestures-note { max-width: 20rem; margin: 0 0 .75rem; color: #4c443a; font: 400 1rem/1.6 "Jost",sans-serif; }
.gestures-strip { display: grid; grid-template-columns: repeat(3,1fr); }
.gestures-photo { position: relative; margin: 0; min-height: clamp(18rem,30vw,27.5rem); overflow: hidden; background: #cfd3bd; }
.gestures-photo-2 { background: #d8d3c1; }
.gestures-photo-3 { background: #e3ddcb; }
.gestures-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gestures-numeral { position: absolute; left: -.05em; bottom: -.14em; z-index: 2; color: rgba(247,244,233,.78); font: 400 clamp(6rem,10vw,9rem)/1 "Libre Bodoni","Lora",serif; letter-spacing: -.03em; pointer-events: none; }
.gestures-steps { display: grid; grid-template-columns: repeat(3,1fr); margin: clamp(2rem,3.5vw,3rem) 0 0; padding: 0; border-top: 1px solid var(--terracotta); list-style: none; }
.gestures-steps li { position: relative; padding-top: 1.5rem; font: 500 clamp(1.25rem,1.8vw,1.6rem)/1.15 "Libre Bodoni","Lora",serif; }
.gestures-steps li::before { content: ""; position: absolute; top: -4.5px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--terracotta); }
.gestures-cta { display: flex; justify-content: flex-end; margin-top: clamp(2rem,3.5vw,3rem); }

/* Origin philosophy */
.origin-section { display: grid; grid-template-columns: 1fr 1fr; width: 100%; height: clamp(44rem,56.28vw,68rem); min-height: 44rem; overflow: hidden; color: #29231f; background: #f7f3eb; }
.origin-philosophy-photo { margin: 0; min-width: 0; overflow: hidden; background: #5f4c3e; }
.origin-philosophy-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.origin-philosophy-copy { position: relative; z-index: 2; min-width: 0; overflow: visible; background: #f7f3eb; }
.origin-philosophy-rule { position: absolute; top: 13.5%; bottom: 23.5%; left: 13%; width: 2px; background: var(--terracotta); }
.origin-philosophy-content { position: relative; z-index: 2; padding: 13.5% 8% 10% 20.5%; }
.origin-philosophy-content .section-kicker { margin-bottom: 1.35rem; color: var(--terracotta); font-size: clamp(.7rem,.9vw,.95rem); letter-spacing: .17em; }
.origin-philosophy-content h2 { margin: 0; color: #29231f; font: 400 clamp(3.8rem,5.25vw,5.55rem)/.93 "Libre Bodoni","Lora",serif; letter-spacing: -.045em; }
.origin-philosophy-content .section-kicker, .origin-philosophy-content h2 { transform: translateY(1rem); }
.origin-philosophy-content h2 > span { display: block; white-space: nowrap; }
.origin-philosophy-dot { color: var(--terracotta); }
.origin-philosophy-text { display: grid; gap: .15rem; margin: clamp(2.6rem,4vw,4.25rem) 0 0; color: #332c27; font: 400 clamp(1rem,1.4vw,1.42rem)/1.45 "Libre Bodoni","Lora",serif; }
.origin-philosophy-text span { display: block; }
.origin-philosophy-link { display: inline-flex; align-items: center; gap: 1rem; margin-top: clamp(2.4rem,4vw,4.2rem); padding-bottom: .28rem; border-bottom: 1px solid currentColor; color: #332c27; font: 400 clamp(1rem,1.35vw,1.28rem)/1.2 "Libre Bodoni","Lora",serif; text-decoration: none; }
.origin-philosophy-link .icon { width: 1.1rem; height: 1.1rem; transition: transform .2s ease; }
.origin-philosophy-link:hover .icon { transform: translateX(.25rem); }
.origin-philosophy-watermark { position: absolute; z-index: 3; right: 0; bottom: -.35em; color: rgba(150,158,121,.32); font: 400 clamp(10rem,14.2vw,15rem)/1 "Libre Bodoni","Lora",serif; letter-spacing: 0; text-transform: uppercase; white-space: nowrap; pointer-events: none; }

/* Business */
.business-section { position: relative; display: grid; grid-template-columns: minmax(0,44fr) minmax(0,56fr); overflow: hidden; color: #f4efe6; background: #2e2620; }
.business-panel { position: relative; z-index: 2; display: flex; align-items: center; padding: clamp(4.5rem,7vw,7.5rem) 0 clamp(4.5rem,7vw,7.5rem) clamp(1.5rem,4.6vw,5.2rem); }
.business-panel-content { position: relative; z-index: 2; width: 100%; max-width: 33rem; }
.business-panel .section-kicker { margin-bottom: 1.35rem; }
.business-panel h2 { margin: 0; font: 400 clamp(3.8rem,5.25vw,5.55rem)/.93 "Libre Bodoni","Lora",serif; letter-spacing: -.045em; }
.business-panel h2 > span { display: block; white-space: nowrap; }
.business-dot { color: var(--terracotta); }
.business-copy { max-width: 27rem; margin: clamp(1.8rem,3vw,2.6rem) 0 0; color: rgba(244,239,230,.82); font: 400 clamp(1rem,1.4vw,1.42rem)/1.5 "Libre Bodoni","Lora",serif; }
.business-table { position: relative; z-index: 3; width: calc(100% + clamp(3rem,10vw,11rem)); margin: clamp(2.2rem,3.5vw,3rem) 0 0; padding: 0; list-style: none; }
.business-table li { display: flex; align-items: baseline; justify-content: space-between; gap: 2rem; padding: 1.05rem clamp(3rem,10vw,11rem) 1.05rem 0; border-bottom: 1px solid rgba(244,239,230,.22); }
.business-table li span:first-child { font: 400 clamp(1.15rem,1.5vw,1.4rem)/1.2 "Libre Bodoni","Lora",serif; }
.business-table li span:last-child { color: rgba(244,239,230,.68); font-size: .92rem; letter-spacing: .03em; text-align: right; }
.business-cta { display: inline-flex; align-items: center; gap: 1.15rem; margin-top: clamp(2.4rem,4vw,3.4rem); color: #f4efe6; font: 400 clamp(1rem,1.35vw,1.28rem)/1.2 "Libre Bodoni","Lora",serif; text-decoration: none; }
.business-cta-circle { display: grid; place-items: center; flex: 0 0 auto; width: clamp(2.5rem,3.2vw,2.9rem); height: clamp(2.5rem,3.2vw,2.9rem); border: 2px solid var(--terracotta); border-radius: 50%; color: var(--terracotta); transition: background-color .25s ease, color .25s ease; }
.business-cta-circle .icon { width: 1rem; height: 1rem; stroke-width: 2; }
.business-cta > span:last-child { padding-bottom: .3rem; border-bottom: 1px solid currentColor; }
.business-cta:hover .business-cta-circle { background: var(--terracotta); color: #f4efe6; }
.business-photo { position: relative; margin: 0; min-height: clamp(34rem,50vw,46rem); background: #46392e; }
.business-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.business-vertical { position: absolute; z-index: 1; left: -.06em; top: 50%; color: rgba(147,123,100,.24); font: 400 clamp(6.6rem,9.4vw,9.4rem)/1 "Libre Bodoni","Lora",serif; letter-spacing: -.02em; text-transform: uppercase; white-space: nowrap; writing-mode: vertical-rl; transform: translateY(-50%) rotate(180deg); pointer-events: none; }

/* Footer */
.site-footer { position: relative; z-index: 3; padding: clamp(5rem,8vw,7.5rem) max(1.5rem, calc((100% - 1280px)/2)) 1.5rem; overflow: hidden; color: var(--brown); background: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 7rem; margin-bottom: 7rem; }.footer-club h2 { margin: 1rem 0 1.5rem; font: 400 clamp(2.85rem,5.25vw,5.55rem)/.98 "Libre Bodoni","Lora",serif; letter-spacing: -.045em; }.footer-club h2 em { display: block; color: var(--brown-light); font-style: normal; }.footer-club > p:not(.section-kicker) { max-width: 28rem; color: var(--brown-light); font: 400 clamp(1rem,1.4vw,1.42rem)/1.5 "Libre Bodoni","Lora",serif; }
.newsletter-preview { display: flex; align-items: flex-end; justify-content: space-between; max-width: 30rem; margin-top: 2rem; padding: .75rem 0; border-bottom: 1px solid rgba(74,63,53,.3); color: rgba(122,107,93,.62); }.newsletter-preview strong { color: var(--brown); font-size: .67rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; }.footer-links h3 { margin-bottom: .5rem; color: rgba(74,63,53,.5); font: 600 .65rem/1 "Jost", sans-serif; letter-spacing: .2em; text-transform: uppercase; }.footer-links a { font: 500 .98rem/1.4 "Jost", sans-serif; text-decoration: none; transition: color .2s ease; }.footer-links a:hover { color: var(--terracotta); }.footer-links span { color: var(--brown-light); font-size: .88rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-top: 2rem; border-top: 1px solid var(--line); color: rgba(74,63,53,.65); font-size: .67rem; letter-spacing: .15em; text-transform: uppercase; }.footer-bottom p { margin: 0; }.footer-bottom > div { display: flex; gap: 1.5rem; }.back-to-top { display: grid; place-items: center; width: 3rem; height: 3rem; border: 1px solid rgba(74,63,53,.2); border-radius: 50%; color: var(--brown); background: transparent; cursor: pointer; }.back-to-top:hover { color: var(--cream); background: var(--brown); }
.footer-wordmark { margin: 5rem 0 -1.5rem; text-align: center; color: rgba(74,63,53,.9); font: 400 clamp(3.3rem,14.2vw,12.8rem)/.75 "Libre Bodoni","Lora",serif; letter-spacing: -.05em; text-transform: uppercase; white-space: nowrap; transform: translateY(.06em); }
.footer-wordmark span { color: var(--terracotta); }

/* Existing catalog and product pages */
.hero { padding: clamp(9rem,14vw,13rem) clamp(1.5rem,9vw,9rem) clamp(4rem,8vw,7rem); background: radial-gradient(circle at 85% 15%,rgba(212,163,115,.2),transparent 30%),linear-gradient(145deg,#f7f2e6,#eef2e9); }.hero h1 { max-width: 52rem; margin: .75rem 0 1.5rem; font: 500 clamp(3rem,7vw,6rem)/1 "Lora", serif; letter-spacing: -.055em; }.hero > p:not(.eyebrow) { max-width: 38rem; color: var(--brown-light); font-size: 1.2rem; }
.eyebrow { color: var(--accent); font-size: .75rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }.catalog-section, .product-page { width: min(100% - 3rem, 1280px); margin: auto; padding: 6rem 0; }.product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.5rem; }.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 30px rgba(74,63,53,.06); }.product-image { display: block; aspect-ratio: 1; overflow: hidden; background: #f0eee6; }.product-image img, .product-main-image { width: 100%; height: 100%; object-fit: cover; }.product-card-body { padding: 1.5rem; }.product-meta { color: var(--brown-light); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }.product-card h3 { margin: .5rem 0; font: 500 1.6rem/1.2 "Lora",serif; }.product-card h3 a { text-decoration: none; }.product-card-body > p { color: var(--brown-light); }.product-card-footer { display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem; }.empty-state { padding: 4rem; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); background: white; }
.breadcrumbs { display:flex;gap:.6rem;flex-wrap:wrap;color:var(--brown-light);font-size:.9rem;margin-bottom:2rem; }.product-layout { display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:clamp(2.5rem,7vw,6rem);align-items:start; }.product-gallery { aspect-ratio:1;border-radius:var(--radius);overflow:hidden;background:#f0eee6; }.product-info { padding-top:1.5rem; }.product-info h1 { font:500 clamp(2.7rem,5vw,5rem)/1 "Lora",serif;letter-spacing:-.045em;margin:.75rem 0 1.4rem; }.product-lead { font-size:1.15rem;color:var(--brown-light); }.price-row { display:flex;align-items:baseline;gap:1.1rem;padding:1.5rem 0;border-block:1px solid var(--line);margin:1.8rem 0 1.1rem; }.price-row strong { font-size:2rem; }.price-row span { color:var(--brown-light); }.stock { font-weight:600; }.in-stock { color:#4e6b3a; }.out-stock { color:var(--danger); }.rich-text { margin-top:1.8rem; }.product-details { margin-top:5rem;border-top:1px solid var(--line);padding-top:2.6rem; }.product-details h2 { font:500 2.2rem/1.1 "Lora",serif; }.product-details dl { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 2.5rem; }.product-details dl div { padding:1.4rem 0;border-bottom:1px solid var(--line); }.product-details dt { font-weight:600;margin-bottom:.4rem; }.product-details dd { margin:0;color:var(--brown-light); }.not-found { min-height:70vh;display:grid;place-content:center;text-align:center;padding-top:6rem; }

/* Admin */
.admin-body { background:#f4f3ef; }.admin-header { position:sticky;top:0;z-index:20;min-height:4.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:0 clamp(1.25rem,5vw,4.5rem);border-bottom:1px solid var(--line);background:rgba(250,247,242,.96); }.admin-header .brand { justify-self:auto;font-family:"Lora",serif; }.admin-header nav { display:flex;gap:1.5rem; }.admin-header nav a { color:var(--brown-light);font-weight:500;text-decoration:none; }.admin-header>form { margin:0; }.link-button { border:0;background:none;font:inherit;color:var(--brown-light);cursor:pointer; }.admin-main { max-width:1280px;margin:auto;padding:clamp(2rem,6vw,4.5rem) clamp(1.1rem,4vw,3.2rem); }.login-card { max-width:460px;margin:7vh auto;background:white;padding:clamp(1.8rem,5vw,3rem);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow); }.login-card h1 { font:500 2.4rem/1.05 "Lora",serif; }.login-card form { display:grid;gap:1.25rem; }.field { display:grid;gap:.45rem;font-size:.9rem;font-weight:600; }.field input,.field textarea,.field select { width:100%;border:1px solid #cfc9bc;background:#fff;border-radius:.65rem;padding:.7rem .8rem;font:inherit;color:var(--brown); }.field input:focus,.field textarea:focus,.field select:focus { outline:3px solid rgba(78,107,58,.18);border-color:#4e6b3a; }.flash { padding:.9rem 1.1rem;border-radius:.65rem;margin-bottom:1.5rem; }.flash-success { background:#e8f2e3;color:#2f5224; }.flash-error { background:#f9e4e1;color:#7b241e; }.page-heading { display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:2rem; }.page-heading h1 { margin:.5rem 0;font:500 clamp(2.5rem,5vw,4rem)/1 "Lora",serif; }.page-heading p { color:var(--brown-light); }.table-wrap { overflow:auto;background:#fff;border:1px solid var(--line);border-radius:var(--radius); }table { width:100%;border-collapse:collapse;min-width:760px; }th,td { text-align:left;padding:1.05rem 1.25rem;border-bottom:1px solid var(--line); }th { font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--brown-light); }td small { display:block;color:var(--brown-light); }.status { display:inline-flex;padding:.3rem .65rem;border-radius:999px;font-size:.78rem;font-weight:600; }.status-published { background:#e8f2e3;color:#2f5224; }.status-draft { background:#f1eee7;color:#655e52; }.status-archived { background:#eee7f1;color:#5d4567; }.product-form { display:grid;gap:1.4rem; }.form-section { background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.4rem,4vw,2.4rem); }.form-section h2 { margin-top:0;font:500 1.7rem/1.1 "Lora",serif; }.form-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem; }.form-grid-4 { grid-template-columns:repeat(4,minmax(0,1fr)); }.field-wide { grid-column:1/-1; }.form-actions { display:flex;justify-content:flex-end;gap:.75rem; }.button-secondary { color:var(--brown);background:transparent;border:1px solid var(--line);box-shadow:none; }.button-danger { background:var(--danger); }.danger-zone { display:flex;align-items:center;justify-content:space-between;gap:1.25rem;margin-top:2.6rem;padding:1.5rem;border:1px solid #e4bbb6;border-radius:var(--radius);background:#fff8f7; }.danger-zone p { margin:.25rem 0 0;color:var(--brown-light); }

@media (max-width: 1000px) {
  .desktop-nav, .b2b-pill { display: none; }.site-header-inner { grid-template-columns: 1fr auto; }.brand { justify-self: start; }.menu-button { display: grid; }
  .gestures-note { max-width: 16rem; }
  .business-section { grid-template-columns:1fr; }
  .business-panel { padding:clamp(4rem,8vw,6rem) clamp(1.5rem,6vw,3rem) clamp(4.5rem,9vw,6.5rem); }
  .business-panel-content { max-width:40rem; }
  .business-table { width:100%; }
  .business-table li { padding-right:0; }
  .business-photo { min-height:clamp(22rem,55vw,30rem); }
  .footer-grid { grid-template-columns:1fr;gap:4rem; }.product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.product-layout { grid-template-columns:1fr; }.form-grid-4 { grid-template-columns:repeat(2,minmax(0,1fr)); }.admin-header nav { display:none; }
  .home-page .site-header-inner { grid-template-areas:"brand actions";grid-template-columns:1fr auto;width:100%;padding-inline:var(--hero-gutter); }.hero-statement { font-size:clamp(5rem,12.5vw,7.25rem); }.hero-details { bottom:2.5rem; }
}

@media (max-width: 700px) {
  .content-shell, .site-header-inner, .hero-content, .catalog-section, .product-page { width:min(100% - 2rem,1280px); }.site-header, .site-header-inner { min-height:4.8rem;height:4.8rem; }.header-actions { gap:.35rem; }.future-action { display:none; }.brand { font-size:1.7rem; }
  .home-page { --hero-gutter: 1.25rem; }.home-page .site-header-inner { width:100%;padding-inline:var(--hero-gutter); }.home-hero { height:100svh;min-height:0; }.hero-lockup { top:27%;left:var(--hero-gutter);width:calc(100% - (var(--hero-gutter) * 2)); }.hero-statement { font-size:clamp(3rem,13vw,4rem);line-height:.9;letter-spacing:-.045em; }.hero-product-art img { object-position:right center; }.hero-details { right:var(--hero-gutter);bottom:2.75rem;left:var(--hero-gutter);width:auto;padding-left:1rem; }.hero-copy { max-width:20rem;font-size:.92rem;line-height:1.48; }.hero-cta { min-height:3.4rem;margin-top:1.6rem;padding:.8rem 1.2rem;font-size:.88rem; }
  .section-heading { align-items:flex-start;flex-direction:column;margin-bottom:2.5rem; }
  .gestures-section { padding:5rem 0; }
  .gestures-heading { flex-direction:column;align-items:flex-start;gap:1.25rem;margin-bottom:2.25rem; }
  .gestures-heading h2 { font-size:clamp(2.5rem,10.5vw,3.2rem); }
  .gestures-note { max-width:24rem;margin:0; }
  .gestures-strip { grid-template-columns:1fr; }
  .gestures-photo { min-height:clamp(14rem,62vw,18rem); }
  .gestures-numeral { font-size:5rem; }
  .gestures-steps li { padding-top:1.1rem;font-size:1rem; }
  .gestures-cta { justify-content:flex-start;margin-top:2rem; }
  .collection-section { padding:5rem 0; }
  .collection-heading { align-items:flex-start;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem; }
  .collection-heading .section-kicker { margin-bottom:.75rem; }
  .collection-heading h2 { max-width:21rem;font-size:clamp(3rem,13vw,4rem);line-height:.92; }
  .collection-heading-link { margin:0;font-size:.9rem; }
  .collection-layout { grid-template-columns:1fr;grid-template-rows:none;gap:.9rem;min-height:0; }
  .collection-card { grid-column:1/-1;grid-row:auto;min-height:clamp(22rem,88vw,26rem); }
  .collection-card-footer { gap:1rem;padding:1.3rem 1.4rem;justify-content:space-between; }
  .collection-card-main .collection-card-footer { padding:1.3rem 1.4rem; }
  .collection-card-info strong, .collection-card-main .collection-card-info strong { font-size:1.4rem; }
  .collection-card-meta { font-size:1.25rem; }
  .collection-card-cta { width:2.6rem;height:2.6rem; }
  .collection-numeral { display:none; }
  .origin-section { grid-template-columns: 1fr; height: auto; min-height: 0; }
  .origin-philosophy-photo { aspect-ratio: 5 / 4; }
  .origin-philosophy-photo img { object-position: center 42%; }
  .origin-philosophy-copy { min-height: 40rem; overflow: hidden; }
  .origin-philosophy-rule { top: 4rem; bottom: 6.6rem; left: 1.25rem; }
  .origin-philosophy-content { padding: 4rem 1.5rem 9rem 3.5rem; }
  .origin-philosophy-content .section-kicker { margin-bottom: 1.2rem; font-size: .68rem; }
  .origin-philosophy-content h2 { font-size: clamp(2.85rem,12vw,3.75rem); line-height: .94; }
  .origin-philosophy-content .section-kicker, .origin-philosophy-content h2 { transform: none; }
  .origin-philosophy-text { gap: .1rem; margin-top: 2.5rem; font-size: 1rem; line-height: 1.5; }
  .origin-philosophy-link { margin-top: 2.5rem; font-size: 1rem; }
  .origin-philosophy-watermark { right:auto; left: 50%; bottom: -.22em; max-width: none; font-size: min(23vw, 5.6rem); letter-spacing: 0; transform: translateX(-50%); }
  .business-panel { padding:4rem 1.25rem 5rem; }
  .business-panel h2 { font-size:clamp(2.85rem,12vw,3.75rem); }
  .business-vertical { left:-.06em;font-size:clamp(5.3rem,23vw,6.2rem);color:rgba(147,123,100,.17); }
  .gestures-heading h2 { font-size:clamp(2.85rem,12vw,3.75rem); }
  .business-table li { flex-direction:column;align-items:flex-start;gap:.3rem;padding-block:.9rem; }
  .business-table li span:last-child { text-align:left; }
  .business-photo { min-height:clamp(18rem,70vw,24rem); }
  .site-footer { padding:5rem 1rem 1rem; }.footer-links { grid-template-columns:1fr 1fr; }.footer-links div:last-child { grid-column:1/-1; }.footer-bottom { align-items:flex-start;flex-direction:column; }.footer-bottom>div { flex-direction:column;gap:.5rem; }.back-to-top { position:absolute;right:1rem; }.footer-wordmark { margin-top:4rem;margin-bottom:-1rem; }
  .product-grid,.product-details dl,.form-grid,.form-grid-4 { grid-template-columns:1fr; }.field-wide { grid-column:auto; }.page-heading { align-items:flex-start;flex-direction:column; }.form-actions { flex-direction:column-reverse; }.form-actions .button { width:100%; }.danger-zone { align-items:flex-start;flex-direction:column; }.danger-zone .button { width:100%; }
}

@media (max-width: 420px) {
  .home-hero { height:100svh;min-height:0; }
  .hero-statement { font-size:clamp(2.9rem,13vw,3.35rem); }
  .hero-details { bottom:2.75rem; }
  .hero-copy { max-width:18rem;font-size:.88rem; }
  .hero-cta { padding-inline:.9rem; }
}

@media (max-width: 700px) and (max-height: 760px) {
  .home-page .site-header,.home-page .site-header-inner { min-height:4.25rem;height:4.25rem; }
  .hero-lockup { top:32%; }
  .hero-statement { font-size:clamp(2.65rem,12vw,3.35rem); }
  .hero-details { bottom:1.25rem; }
  .hero-copy { max-width:18rem;font-size:.82rem;line-height:1.4; }
  .hero-cta { min-height:3rem;margin-top:1.2rem;padding:.65rem .95rem;font-size:.78rem; }
}

@media (max-width: 700px) and (max-height: 620px) {
  .hero-lockup { top:33%; }
  .hero-statement { font-size:clamp(2.4rem,11vw,3rem); }
  .hero-details { bottom:1.25rem;padding-left:.75rem; }
  .hero-copy { max-width:17rem;font-size:.75rem; }
  .hero-cta { min-height:2.75rem;margin-top:1rem;padding:.55rem .85rem;font-size:.72rem; }
}

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