:root {
  --experience-ink: #15130f;
  --experience-cream: #f1e8d9;
  --experience-paper: #f8f4ec;
  --experience-gold: #b58a3c;
  --experience-line: rgba(21, 19, 15, .2);
}

.home-reframed,
.home-reframed button,
.home-reframed a {
  font-family: "Playfair Display", Georgia, serif;
}

.home-reframed { background: var(--experience-ink); }
.home-reframed main { overflow: clip; }
.home-reframed .global-header { z-index: 100; }
.home-reframed .global-header .header-container { position: relative; z-index: 2; }
.home-reframed .global-header .btn-contact { display: none; }

.experience-kicker {
  margin: 0 0 1.25rem;
  color: var(--experience-gold);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.experience-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: max(7.5rem, 120px) clamp(1.25rem, 6vw, 7rem) clamp(2.5rem, 6vh, 5rem);
  color: #fff;
}

.experience-hero-media,
.experience-hero-shade { position: absolute; inset: 0; z-index: -2; }
.experience-hero-media { overflow: hidden; }
.experience-hero-media img { width: 100%; height: 112%; object-fit: cover; object-position: center; transform: translate3d(0, var(--hero-shift, 0), 0) scale(1.03); will-change: transform; }
.experience-hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(10,9,7,.78), rgba(10,9,7,.13) 72%), linear-gradient(0deg, rgba(10,9,7,.78), transparent 60%); }
.experience-hero-copy { position: relative; z-index: 2; width: min(900px, 88vw); margin-top: auto; pointer-events: auto; }
.experience-hero h1 { margin: 0; font-size: clamp(3.2rem, 7.8vw, 9.2rem); font-weight: 500; letter-spacing: -.065em; line-height: .82; }
.experience-lede { max-width: 650px; margin: 2rem 0; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.7vw, 1.35rem); line-height: 1.55; }
.journey-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 3rem; min-width: 270px; padding: 1rem 1.25rem; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(15,13,10,.22); color: #fff; font-size: .9rem; cursor: pointer; backdrop-filter: blur(12px); transition: background .25s ease, color .25s ease, transform .25s ease; pointer-events: auto; }
.journey-button:hover, .journey-button:focus-visible { background: #fff; color: var(--experience-ink); transform: translateY(-2px); }
.journey-button:active { transform: translateY(1px) scale(.985); }
.hero-chapter { position: absolute; right: clamp(1.25rem, 6vw, 7rem); bottom: clamp(3rem, 8vh, 6rem); display: flex; align-items: center; gap: .8rem; font-size: .72rem; }
.hero-chapter i { display: block; width: 64px; height: 1px; background: rgba(255,255,255,.5); }
.hero-side-note { position: absolute; right: clamp(1.25rem, 3vw, 3rem); top: 50%; margin: 0; writing-mode: vertical-rl; font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; }

.project-intro { padding: clamp(7rem, 14vw, 15rem) clamp(1.25rem, 8vw, 10rem); background: var(--experience-cream); color: var(--experience-ink); display: grid; grid-template-columns: .35fr 1.4fr .65fr; column-gap: 3rem; align-items: start; }
.project-intro h2 { margin: 0; font-size: clamp(3.7rem, 7.5vw, 8.4rem); font-weight: 500; letter-spacing: -.055em; line-height: .9; }
.project-intro > p:last-child { margin: 1rem 0 0; color: #5f574d; font-size: 1.05rem; line-height: 1.7; }

.story-experience { padding: clamp(6rem, 11vw, 11rem) clamp(1.25rem, 6vw, 7rem); background: var(--experience-paper); color: var(--experience-ink); }
.story-experience-heading { display: grid; grid-template-columns: .35fr 1fr .45fr; gap: 3rem; align-items: end; margin-bottom: 5rem; }
.story-experience-heading h2 { margin: 0; font-size: clamp(3.6rem, 7vw, 7.5rem); font-weight: 500; letter-spacing: -.055em; line-height: .84; }
.story-experience-heading > p:last-child { margin: 0; color: #675e53; line-height: 1.6; }
.story-experience-grid { display: grid; grid-template-columns: minmax(280px, .48fr) minmax(0, 1.52fr); gap: clamp(2rem, 6vw, 7rem); }
.story-step-list { border-top: 1px solid var(--experience-line); }
.story-step { width: 100%; padding: 1.4rem 0; display: grid; grid-template-columns: 2.5rem 1fr; column-gap: .8rem; text-align: left; border: 0; border-bottom: 1px solid var(--experience-line); background: transparent; color: #777064; cursor: pointer; transition: color .25s ease, padding-left .25s ease; }
.story-step > span { grid-row: 1 / span 2; padding-top: .25rem; font-size: .72rem; }
.story-step strong { font-size: clamp(1.45rem, 2.5vw, 2.25rem); font-weight: 500; }
.story-step small { margin-top: .25rem; font-size: .75rem; }
.story-step:hover, .story-step:focus-visible { color: var(--experience-ink); padding-left: .5rem; }
.story-step.is-active { color: var(--experience-ink); padding-left: .8rem; box-shadow: inset 3px 0 0 var(--experience-gold); }
.story-step.is-active strong { font-style: italic; }
.story-stage { position: relative; min-height: min(720px, 73vw); background: #26221b; overflow: hidden; }
.story-panel { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.025); transition: opacity .55s ease, transform .8s cubic-bezier(.2,.75,.25,1); pointer-events: none; }
.story-panel.is-active { opacity: 1; transform: scale(1); pointer-events: auto; }
.story-panel img { width: 100%; height: 100%; object-fit: cover; }
.story-panel::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(12,10,7,.82)); }
.story-panel > div { position: absolute; z-index: 2; left: clamp(1.25rem, 4vw, 3rem); right: clamp(1.25rem, 4vw, 3rem); bottom: clamp(1.5rem, 4vw, 3rem); color: #fff; display: grid; grid-template-columns: .45fr 1fr; gap: 2rem; align-items: end; }
.story-panel span { color: #e1c27d; font-size: .73rem; letter-spacing: .12em; text-transform: uppercase; }
.story-panel p { margin: 0; font-size: clamp(1.25rem, 2.3vw, 2.05rem); line-height: 1.25; }
.story-stage-progress { position: absolute; z-index: 3; left: 0; bottom: 0; width: 100%; height: 3px; background: rgba(255,255,255,.2); }
.story-stage-progress span { display: block; width: 25%; height: 100%; background: #e0bf72; transition: width .4s ease; }

.product-reveal { position: relative; min-height: 100svh; padding: clamp(6rem, 10vw, 10rem) clamp(1.25rem, 6vw, 7rem); background: var(--experience-ink); color: #f8f0e5; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.product-reveal-visual { position: relative; min-height: 650px; display: grid; place-items: center; perspective: 900px; }
.product-reveal-visual img { position: relative; z-index: 2; width: min(95%, 880px); transform: rotate(-4deg) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); filter: drop-shadow(0 45px 30px rgba(0,0,0,.5)); transition: transform .18s ease-out; }
.product-halo { position: absolute; width: 70%; aspect-ratio: 1; border: 1px solid rgba(220,185,109,.28); border-radius: 50%; box-shadow: 0 0 130px rgba(170,119,35,.18) inset; }
.product-reveal-visual > p { position: absolute; inset: auto auto 2rem 0; width: 100%; margin: 0; color: rgba(255,255,255,.07); font-size: clamp(4rem, 8vw, 8rem); white-space: nowrap; pointer-events: none; }
.product-reveal-copy { position: relative; z-index: 3; }
.product-reveal-copy h2 { margin: 0; font-size: clamp(3.8rem, 6.3vw, 7rem); font-weight: 500; letter-spacing: -.055em; line-height: .87; }
.product-reveal-copy > p:not(.experience-kicker):not(.taste-description) { margin: 2rem 0; color: rgba(255,255,255,.63); font-size: 1.05rem; line-height: 1.65; }
.tasting-selector { display: flex; flex-wrap: wrap; gap: .65rem; }
.taste-button { padding: .75rem 1rem; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; background: transparent; color: rgba(255,255,255,.65); cursor: pointer; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.taste-button:hover, .taste-button:focus-visible { border-color: #fff; color: #fff; }
.taste-button.is-active { border-color: #e2c276; background: #e2c276; color: var(--experience-ink); }
.taste-description { min-height: 3rem; margin: 1.25rem 0 0; color: #e2c276; font-style: italic; font-size: 1.15rem; line-height: 1.5; }

.impact-section { padding: clamp(6rem, 11vw, 11rem) clamp(1.25rem, 6vw, 7rem); background: #d8c198; color: var(--experience-ink); display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.impact-image { min-height: 650px; overflow: hidden; }
.impact-image img { width: 100%; height: 650px; object-fit: cover; transition: transform .8s ease; }
.impact-section:hover .impact-image img { transform: scale(1.025); }
.impact-copy h2 { margin: 0; font-size: clamp(3.5rem, 6vw, 6.7rem); font-weight: 500; letter-spacing: -.05em; line-height: .9; }
.impact-numbers { margin: 3rem 0; border-top: 1px solid rgba(21,19,15,.25); }
.impact-numbers div { padding: 1.15rem 0; display: grid; grid-template-columns: .4fr 1fr; align-items: center; border-bottom: 1px solid rgba(21,19,15,.25); }
.impact-numbers strong { font-size: clamp(2.5rem, 4vw, 4.5rem); font-weight: 500; }
.impact-numbers span { color: #5d4d36; }
.editorial-link { color: inherit; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: .3rem; }

.store-final { min-height: 100svh; padding: clamp(7rem, 12vw, 12rem) clamp(1.25rem, 6vw, 7rem) 1.5rem; background: #7d5b20; color: #fff6e8; display: flex; flex-direction: column; justify-content: center; text-align: center; }
.store-final .experience-kicker { color: #f0d590; }
.store-final-copy h2 { margin: 0; font-size: clamp(4.2rem, 9vw, 10rem); font-weight: 500; letter-spacing: -.065em; line-height: .78; }
.store-final-copy > p:not(.experience-kicker) { max-width: 590px; margin: 2rem auto; color: rgba(255,255,255,.75); font-size: 1.05rem; line-height: 1.6; }
.store-final-button { width: min(100%, 410px); margin: 0 auto; padding: 1.15rem 1.4rem; display: flex; align-items: center; justify-content: space-between; border: 1px solid #fff6e8; border-radius: 999px; background: #fff6e8; color: var(--experience-ink); text-decoration: none; transition: background .25s ease, color .25s ease, transform .25s ease; }
.store-final-button:hover, .store-final-button:focus-visible { background: transparent; color: #fff; transform: translateY(-3px); }
.store-final-button:active { transform: translateY(1px) scale(.985); }
.experience-footer { margin-top: auto; padding-top: 6rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.experience-footer a { color: inherit; text-decoration: none; }

@media (max-width: 980px) {
  .project-intro, .story-experience-heading { grid-template-columns: 1fr; row-gap: 1.5rem; }
  .project-intro h2 { grid-column: 1; }
  .project-intro > p:last-child { max-width: 620px; }
  .story-experience-grid, .product-reveal, .impact-section { grid-template-columns: 1fr; }
  .story-step-list { display: grid; grid-template-columns: repeat(2, 1fr); }
  .story-step { padding-right: 1rem; }
  .story-stage { min-height: 72svh; }
  .product-reveal-visual { min-height: 490px; order: 2; }
  .impact-image, .impact-image img { min-height: 500px; height: 500px; }
}

@media (max-width: 640px) {
  .experience-hero { min-height: 100svh; }
  .experience-hero-copy { width: 100%; }
  .experience-hero h1 { font-size: clamp(4rem, 19vw, 6rem); }
  .hero-chapter, .hero-side-note { display: none; }
  .journey-button { width: 100%; min-width: 0; }
  .project-intro h2, .story-experience-heading h2, .product-reveal-copy h2, .impact-copy h2 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .story-step-list { grid-template-columns: 1fr; }
  .story-step small { display: none; }
  .story-stage { min-height: 72svh; }
  .story-panel > div { grid-template-columns: 1fr; gap: .75rem; }
  .product-reveal-visual { min-height: 360px; }
  .impact-numbers div { grid-template-columns: .5fr 1fr; }
  .store-final-copy h2 { font-size: clamp(4rem, 18vw, 6rem); }
  .experience-footer { align-items: center; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .experience-hero-media img,
  .story-panel,
  .product-reveal-visual img,
  .impact-image img { transition: none; transform: none !important; }
}
