:root{
  --cream:#f4efe5;
  --paper:#fbf8f2;
  --ink:#171611;
  --brown:#6c3d27;
  --rust:#bd563b;
  --sage:#6e7557;
  --line:rgba(23,22,17,.18);
  --white:#fff;
  --font-sans:"Manrope",sans-serif;
  --font-serif:"Playfair Display",serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:var(--font-sans);
  overflow-x:hidden;
}
body.no-scroll{overflow:hidden}
button,input{font:inherit}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:100%;object-fit:cover}
button{cursor:pointer}
.announcement{
  background:var(--ink);
  color:#f8e6c4;
  height:34px;
  overflow:hidden;
  display:flex;
  align-items:center;
  font-size:10px;
  letter-spacing:.18em;
}
.announcement-track{
  display:flex;
  gap:32px;
  align-items:center;
  min-width:max-content;
  animation:ticker 24s linear infinite;
}
@keyframes ticker{to{transform:translateX(-50%)}}

.site-header{
  height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 4vw;
  border-bottom:1px solid var(--line);
  background:rgba(251,248,242,.9);
  backdrop-filter:blur(18px);
  position:sticky;
  top:0;
  z-index:50;
}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{
  width:38px;height:38px;border:1px solid var(--ink);border-radius:50%;
  display:grid;place-items:center;font-family:var(--font-serif);font-size:22px;font-style:italic
}
.brand-name{font-size:17px;font-weight:800;letter-spacing:.18em}
.desktop-nav{display:flex;gap:34px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.desktop-nav a{position:relative}
.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:var(--ink);transition:.3s}
.desktop-nav a:hover:after{right:0}
.header-actions{display:flex;align-items:center;gap:8px}
.pill-control,.cart-button{
  height:40px;border:1px solid var(--line);background:transparent;border-radius:999px;padding:0 14px;
  display:flex;align-items:center;gap:7px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;
}
.cart-button{background:var(--ink);color:white;border-color:var(--ink)}
.cart-count{background:var(--rust);min-width:20px;height:20px;border-radius:50%;display:grid;place-items:center}
.menu-button{display:none;border:0;background:transparent;font-size:24px}
.country-menu{
  position:fixed;right:152px;top:112px;width:220px;background:var(--paper);border:1px solid var(--line);
  box-shadow:0 20px 50px rgba(0,0,0,.12);z-index:80;padding:8px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.25s;
}
.country-menu.open{opacity:1;visibility:visible;transform:none}
.country-menu button{
  width:100%;border:0;background:transparent;padding:13px 12px;text-align:left;display:flex;justify-content:space-between;border-radius:8px
}
.country-menu button:hover{background:var(--cream)}

.hero{
  min-height:calc(100vh - 118px);
  display:grid;grid-template-columns:1.05fr .95fr;
  border-bottom:1px solid var(--line);
}
.hero-copy{padding:8vh 6vw 5vh 6vw;display:flex;flex-direction:column;justify-content:center}
.eyebrow{display:flex;align-items:center;gap:14px;font-size:10px;font-weight:800;letter-spacing:.18em}
.eyebrow-line{width:42px;height:1px;background:var(--ink)}
.hero h1{font-size:clamp(58px,7.3vw,116px);line-height:.84;letter-spacing:-.065em;margin:28px 0 34px;max-width:720px}
.hero h1 span{display:block}
.hero h1 em{font-family:var(--font-serif);font-weight:600;color:var(--rust);display:block;margin-left:11%;letter-spacing:-.05em}
.hero-copy>p{font-size:15px;line-height:1.7;max-width:510px;color:#4d4a42}
.hero-buttons{display:flex;align-items:center;gap:28px;margin-top:24px}
.button{
  display:inline-flex;align-items:center;justify-content:space-between;gap:34px;
  padding:15px 18px;border:1px solid currentColor;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.11em
}
.button-dark{background:var(--ink);color:white}
.button-light{background:var(--paper);color:var(--ink);border-color:var(--paper)}
.text-link{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid var(--ink);padding-bottom:6px;display:flex;gap:18px}
.hero-stats{display:flex;gap:0;margin-top:8vh;border-top:1px solid var(--line);padding-top:24px;max-width:560px}
.hero-stats div{padding-right:34px;margin-right:34px;border-right:1px solid var(--line);display:flex;flex-direction:column}
.hero-stats div:last-child{border:0}
.hero-stats strong{font-family:var(--font-serif);font-size:23px}
.hero-stats span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;margin-top:4px}
.hero-visual{position:relative;background:var(--cream);overflow:hidden;padding:4.5vw 4vw}
.hero-image-wrap{height:100%;min-height:620px;overflow:hidden;border-radius:220px 220px 10px 10px;position:relative}
.hero-image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(22,16,11,.36))}
.hero-image-wrap img{transition:transform 1.4s ease}
.hero:hover .hero-image-wrap img{transform:scale(1.035)}
.floating-card{position:absolute;background:rgba(251,248,242,.92);backdrop-filter:blur(10px);box-shadow:0 18px 50px rgba(0,0,0,.13)}
.roast-card{left:1.5vw;top:17%;padding:18px 20px;width:168px}
.mini-label,.origin-card small{font-size:8px;font-weight:800;letter-spacing:.16em;display:block;margin-bottom:8px}
.roast-card strong{font-family:var(--font-serif);font-size:24px}
.roast-dots{display:flex;gap:5px;margin-top:13px}.roast-dots i{width:14px;height:5px;background:var(--rust);border-radius:4px}.roast-dots .muted{background:#d5cbbd}
.origin-card{right:1.5vw;bottom:12%;padding:14px 18px;display:flex;gap:12px;align-items:center;min-width:210px}
.origin-card>span{font-size:22px;color:var(--rust)}.origin-card strong{font-size:12px}
.hero-seal{
  position:absolute;right:2vw;top:8%;width:112px;height:112px;border-radius:50%;background:var(--rust);color:white;
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  font-size:8px;font-weight:800;letter-spacing:.17em;transform:rotate(10deg);box-shadow:0 14px 28px rgba(0,0,0,.17)
}
.hero-seal b{font-size:18px;margin:5px}

.featured{padding:110px 5vw}
.section-heading{display:grid;grid-template-columns:.55fr 1.35fr .7fr;gap:50px;align-items:end}
.section-number{font-family:var(--font-serif);font-size:13px;font-style:italic}
.section-kicker{font-size:9px;font-weight:800;letter-spacing:.18em;margin:12px 0 0}
.section-heading h2,.story h2,.experience h2,.newsletter h2{font-size:clamp(38px,4.3vw,72px);line-height:1;letter-spacing:-.045em;margin:0}
.section-heading h2 em,.story h2 em,.experience h2 em,.newsletter h2 em{font-family:var(--font-serif);font-weight:600;color:var(--rust)}
.section-heading>p{font-size:13px;line-height:1.7;color:#666157;margin:0}
.filter-row{display:flex;gap:10px;margin:58px 0 26px}
.filter{border:1px solid var(--line);background:transparent;padding:10px 16px;border-radius:30px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.filter.active{background:var(--ink);color:white}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{position:relative;transition:.35s}
.product-card.hidden{display:none}
.product-image{height:410px;background:#e9e0d2;overflow:hidden;position:relative}
.product-image img{transition:.7s cubic-bezier(.2,.8,.2,1)}
.product-card:hover .product-image img{transform:scale(1.06)}
.product-badge{position:absolute;left:14px;top:14px;background:var(--paper);padding:7px 10px;font-size:8px;font-weight:800;letter-spacing:.12em}
.quick-add{
  position:absolute;left:14px;right:14px;bottom:14px;background:var(--ink);color:#fff;border:0;padding:14px;
  font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;transform:translateY(70px);transition:.3s
}
.product-card:hover .quick-add{transform:none}
.product-info{padding:18px 4px 8px}
.product-top{display:flex;justify-content:space-between;gap:20px}
.product-info h3{margin:0;font-size:14px}
.product-info strong{font-size:13px;white-space:nowrap}
.product-info p{font-size:10px;color:#777166;text-transform:uppercase;letter-spacing:.08em}
.tasting-notes{display:flex;gap:6px;flex-wrap:wrap}
.tasting-notes span{border:1px solid var(--line);padding:5px 7px;font-size:8px;text-transform:uppercase;letter-spacing:.05em}

.story{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:white}
.story-media{min-height:760px;position:relative}
.story-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.65))}
.story-caption{position:absolute;left:26px;right:26px;bottom:24px;z-index:2;display:flex;justify-content:space-between;font-size:9px;letter-spacing:.15em}
.story-copy{padding:9vw 8vw;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.light{color:#bcb5a7}
.story h2{margin:25px 0 32px}.story h2 em{color:#e6a479}
.story-copy>p{color:#c9c3b7;font-size:14px;line-height:1.8}
.story-list{width:100%;margin:32px 0}
.story-list div{border-top:1px solid rgba(255,255,255,.18);padding:18px 0;display:flex;gap:24px;font-size:12px}
.story-list b{font-family:var(--font-serif);color:#a7a093}

.experience{padding:120px 5vw;background:var(--cream)}
.centered{display:flex;flex-direction:column;text-align:center;align-items:center}
.centered .section-kicker{margin-bottom:25px}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:70px;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.process-grid article{min-height:290px;padding:24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);position:relative}
.process-grid article>span{font-family:var(--font-serif);font-size:12px}
.process-icon{font-size:48px;margin:52px 0 28px;color:var(--rust)}
.process-grid h3{font-family:var(--font-serif);font-size:25px;margin:0 0 12px}
.process-grid p{font-size:11px;line-height:1.7;color:#686258;max-width:220px}

.quote-section{display:grid;grid-template-columns:1fr 1fr;min-height:620px}
.quote-image{overflow:hidden}.quote-image img{transition:1s}.quote-section:hover img{transform:scale(1.03)}
blockquote{margin:0;padding:8vw;display:flex;flex-direction:column;justify-content:center;background:var(--rust);color:white}
blockquote>span{font-family:var(--font-serif);font-size:90px;line-height:.4}
blockquote p{font-family:var(--font-serif);font-size:clamp(34px,4vw,62px);line-height:1.1;font-style:italic}

.newsletter{padding:100px 6vw;display:grid;grid-template-columns:1fr .8fr;gap:7vw;align-items:end}
.newsletter h2{margin-top:20px}
.newsletter form{border-bottom:1px solid var(--ink);display:flex}
.newsletter input{width:100%;border:0;background:transparent;padding:18px 0;outline:none;font-size:14px}
.newsletter button{border:0;background:transparent;font-size:24px}
.form-message{grid-column:2;font-size:11px;margin:0;color:var(--sage)}

footer{background:var(--ink);color:white;padding:70px 5vw 20px}
.footer-brand{display:flex;gap:16px;align-items:center;margin-bottom:60px}
.brand-mark.invert{border-color:white}
.footer-brand div{display:flex;flex-direction:column}.footer-brand strong{letter-spacing:.18em}.footer-brand small{font-size:8px;letter-spacing:.16em;color:#ada89e}
.footer-links{display:grid;grid-template-columns:repeat(3,1fr);max-width:720px;margin-left:auto}
.footer-links div{display:flex;flex-direction:column;gap:12px}
.footer-links b{font-size:9px;letter-spacing:.15em;margin-bottom:12px;color:#918c82}
.footer-links a{font-size:12px;color:#d8d2c6}
.footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:70px;padding-top:20px;display:flex;justify-content:space-between;font-size:8px;letter-spacing:.12em;color:#9d988f}

.overlay{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:90;opacity:0;visibility:hidden;transition:.3s}
.overlay.open{opacity:1;visibility:visible}
.cart-drawer{
  position:fixed;right:0;top:0;bottom:0;width:min(470px,100%);background:var(--paper);z-index:100;transform:translateX(100%);
  transition:.45s cubic-bezier(.7,0,.2,1);display:flex;flex-direction:column
}
.cart-drawer.open{transform:none}
.cart-header{height:86px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 26px}
.cart-header h2{font-family:var(--font-serif);font-size:27px}.cart-header button,.close-menu{border:0;background:transparent;font-size:30px}
.cart-content{flex:1;overflow:auto;padding:22px}
.empty-cart{height:100%;display:grid;place-content:center;text-align:center;color:#777166}.empty-cart span{font-size:50px}.empty-cart p{font-size:13px}
.cart-item{display:grid;grid-template-columns:82px 1fr auto;gap:14px;border-bottom:1px solid var(--line);padding:14px 0}
.cart-item img{height:96px}
.cart-item h4{margin:4px 0;font-size:12px}.cart-item p{font-size:10px;color:#777166}
.quantity{display:flex;align-items:center;gap:10px;margin-top:12px}.quantity button{border:1px solid var(--line);background:transparent;width:25px;height:25px}
.remove-item{border:0;background:transparent;font-size:18px;align-self:start}
.cart-footer{border-top:1px solid var(--line);padding:22px}
.cart-footer>div{display:flex;justify-content:space-between;margin-bottom:16px}.checkout-button{width:100%}.cart-footer small{display:block;text-align:center;font-size:9px;color:#777166;margin-top:12px}
.toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%,30px);background:var(--ink);color:white;padding:13px 20px;z-index:120;opacity:0;visibility:hidden;transition:.3s;font-size:11px}
.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}
.mobile-menu{position:fixed;inset:0;background:var(--paper);z-index:110;display:flex;flex-direction:column;justify-content:center;padding:8vw;gap:28px;transform:translateY(-100%);transition:.4s}
.mobile-menu.open{transform:none}.mobile-menu a{font-family:var(--font-serif);font-size:42px}.close-menu{position:absolute;right:24px;top:18px}

@media(max-width:1100px){
  .desktop-nav{display:none}.menu-button{display:block}
  .hero{grid-template-columns:1fr}.hero-copy{min-height:720px}.hero-visual{min-height:760px}
  .section-heading{grid-template-columns:.45fr 1.4fr}.section-heading>p{grid-column:2}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .product-image{height:470px}
}
@media(max-width:720px){
  .site-header{height:70px;padding:0 18px}.brand-name{display:none}
  .pill-control{padding:0 10px}.header-actions{gap:5px}.cart-button>span:first-child{display:none}
  .country-menu{right:16px;top:104px}
  .hero-copy{padding:65px 22px 45px;min-height:auto}.hero h1{font-size:60px;margin-top:24px}.hero h1 em{margin-left:0}
  .hero-buttons{align-items:flex-start;flex-direction:column}.hero-stats{margin-top:55px;gap:0}.hero-stats div{padding-right:16px;margin-right:16px}
  .hero-visual{padding:35px 18px;min-height:620px}.hero-image-wrap{min-height:550px;border-radius:150px 150px 8px 8px}
  .roast-card{left:8px;top:20%;}.origin-card{right:8px;bottom:10%}.hero-seal{width:90px;height:90px;right:12px;top:20px}
  .featured{padding:80px 18px}.section-heading{display:block}.section-heading h2{margin:22px 0}.filter-row{overflow:auto;margin-top:38px}
  .product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-image{height:270px}.quick-add{transform:none;padding:11px;font-size:8px}
  .product-info h3{font-size:11px}.product-info strong{font-size:10px}.tasting-notes{display:none}
  .story{grid-template-columns:1fr}.story-media{min-height:520px}.story-copy{padding:80px 24px}
  .experience{padding:80px 18px}.process-grid{grid-template-columns:1fr 1fr;margin-top:45px}.process-grid article{min-height:250px;padding:18px}.process-icon{margin:38px 0 22px}
  .quote-section{grid-template-columns:1fr}.quote-image{height:430px}blockquote{min-height:430px;padding:55px 28px}
  .newsletter{grid-template-columns:1fr;padding:75px 22px}.form-message{grid-column:1}
  footer{padding:60px 22px 20px}.footer-links{grid-template-columns:1fr 1fr;gap:44px}.footer-bottom{gap:16px;flex-wrap:wrap}
}
@media(max-width:440px){
  .hero h1{font-size:52px}.hero-stats span{font-size:7px}.product-image{height:230px}
  .process-grid{grid-template-columns:1fr}.process-grid article{min-height:220px}
}

.hero-slider{position:relative;height:calc(100vh - 118px);min-height:720px;overflow:hidden;background:#111;color:#fff}
.slides,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:0;visibility:hidden;transition:opacity .9s ease,visibility .9s}.hero-slide.active{opacity:1;visibility:visible}
.slide-bg{position:absolute;inset:0;overflow:hidden}.slide-bg img{transform:scale(1.07);transition:transform 7s ease}.hero-slide.active .slide-bg img{transform:scale(1)}
.slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,10,8,.84),rgba(12,10,8,.5) 45%,rgba(12,10,8,.12) 75%,rgba(12,10,8,.34))}
.slide-overlay.warm{background:linear-gradient(90deg,rgba(45,19,10,.84),rgba(76,37,20,.46) 48%,rgba(0,0,0,.16))}
.slide-overlay.dark{background:linear-gradient(90deg,rgba(7,7,7,.88),rgba(7,7,7,.46) 50%,rgba(7,7,7,.15))}
.slide-content{position:absolute;left:6vw;top:50%;transform:translateY(-52%);width:min(760px,70vw);z-index:3}
.slide-meta{display:flex;align-items:center;gap:18px;font-size:10px;letter-spacing:.2em;font-weight:800}.slide-meta span:first-child{font-family:var(--font-serif);font-size:14px;font-style:italic}
.slide-content h1{font-size:clamp(68px,8.2vw,132px);line-height:.82;letter-spacing:-.07em;margin:28px 0 30px;max-width:820px}.slide-content h1 span{display:block}
.slide-content h1 em{display:block;font-family:var(--font-serif);font-weight:600;color:#e4a06f;margin-left:10%;letter-spacing:-.045em}.slide-content h1.alt-title em{margin-left:0}
.slide-content p{max-width:550px;font-size:15px;line-height:1.7;color:rgba(255,255,255,.78)}.slide-actions{display:flex;gap:24px;align-items:center;margin-top:30px}
.button-cream{background:var(--paper);color:var(--ink);border-color:var(--paper)}.ghost-link{font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;display:flex;gap:16px;align-items:center;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:7px}
.slide-sidecard{position:absolute;right:5vw;bottom:18%;z-index:4;width:220px;padding:22px 24px;background:rgba(245,239,229,.91);color:var(--ink);backdrop-filter:blur(16px);border-left:4px solid var(--rust);box-shadow:0 20px 60px rgba(0,0,0,.2)}
.sidecard-label{font-size:8px;font-weight:800;letter-spacing:.18em;display:block;margin-bottom:13px}.slide-sidecard strong{display:block;font-family:var(--font-serif);font-size:28px}.slide-sidecard small{font-size:10px;color:#676158}
.slider-controls{position:absolute;left:6vw;bottom:72px;z-index:6;display:flex;align-items:center;gap:16px}.slider-arrow{width:44px;height:44px;border:1px solid rgba(255,255,255,.42);background:rgba(0,0,0,.18);color:#fff;display:grid;place-items:center;border-radius:50%;font-size:18px}
.slider-dots{display:flex;gap:8px}.slider-dots button{border:0;background:transparent;padding:8px 0;width:34px}.slider-dots span{display:block;height:2px;background:rgba(255,255,255,.35);position:relative;overflow:hidden}
.slider-dots button.active span:after{content:"";position:absolute;inset:0;background:#fff;animation:slideProgress 6.5s linear}@keyframes slideProgress{from{transform:translateX(-100%)}to{transform:none}}
.hero-bottom-bar{position:absolute;left:0;right:0;bottom:0;height:58px;background:rgba(13,12,10,.78);backdrop-filter:blur(14px);border-top:1px solid rgba(255,255,255,.16);z-index:5;display:grid;grid-template-columns:repeat(3,160px) 1fr;padding:0 6vw;align-items:center}
.hero-bottom-bar>div{display:flex;gap:8px;align-items:baseline}.hero-bottom-bar b{font-family:var(--font-serif);font-size:18px}.hero-bottom-bar span{font-size:8px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.65)}
.hero-scroll{justify-content:flex-end!important;align-items:center!important}.hero-scroll i{width:52px;height:1px;background:rgba(255,255,255,.55)}
.creative-intro{min-height:320px;background:var(--cream);display:grid;grid-template-columns:1.4fr .8fr .5fr;align-items:center;padding:55px 5vw;overflow:hidden;border-bottom:1px solid var(--line)}
.creative-word{font-size:clamp(72px,12vw,190px);font-weight:800;letter-spacing:-.08em;line-height:.7;color:transparent;-webkit-text-stroke:1px rgba(23,22,17,.22);white-space:nowrap;transform:translateX(-4vw)}
.creative-card{max-width:340px;border-left:1px solid var(--line);padding-left:28px}.creative-card span{font-size:9px;font-weight:800;letter-spacing:.18em}.creative-card p{font-family:var(--font-serif);font-size:23px;line-height:1.25;margin:18px 0 0}
.creative-orbit{width:150px;height:150px;border:1px solid var(--ink);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;animation:orbitFloat 4s ease-in-out infinite}
.creative-orbit span{font-size:10px;letter-spacing:.18em;font-weight:800}.creative-orbit b{font-size:28px;color:var(--rust);margin:8px}.creative-orbit small{font-size:8px;letter-spacing:.12em}@keyframes orbitFloat{50%{transform:translateY(-10px) rotate(4deg)}}
@media(max-width:900px){.hero-slider{height:820px;min-height:820px}.slide-content{left:24px;right:24px;width:auto;top:44%}.slide-content h1{font-size:72px}.slide-sidecard{right:24px;bottom:145px;width:190px}.slider-controls{left:24px;bottom:78px}.hero-bottom-bar{padding:0 24px;grid-template-columns:repeat(3,1fr)}.hero-scroll{display:none!important}.creative-intro{grid-template-columns:1fr;gap:40px}.creative-word{font-size:22vw}.creative-card{border-left:0;border-top:1px solid var(--line);padding:24px 0 0}}
@media(max-width:600px){.hero-slider{height:760px;min-height:760px}.slide-content{top:42%}.slide-content h1{font-size:54px}.slide-content h1 em{margin-left:0}.slide-content p{font-size:13px;max-width:88%}.slide-actions{align-items:flex-start;flex-direction:column}.slide-sidecard{bottom:120px;right:18px;width:165px;padding:16px}.slide-sidecard strong{font-size:22px}.slider-controls{left:18px;bottom:70px}.hero-bottom-bar{height:50px;padding:0 18px}.hero-bottom-bar b{font-size:14px}.hero-bottom-bar span{font-size:6px}.creative-intro{padding:50px 20px;min-height:300px}.creative-orbit{width:120px;height:120px}}

.slide-bg video,.cinematic-coffee>video{width:100%;height:100%;object-fit:cover;display:block}
.video-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(0,0,0,.08),rgba(155,73,34,.15));pointer-events:none}
.cinematic-coffee{height:min(86vh,820px);min-height:650px;position:relative;overflow:hidden;background:#21150e;color:#fff}
.cinematic-coffee>video{position:absolute;inset:0;transform:scale(1.02)}
.cinematic-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,9,6,.82),rgba(14,9,6,.25) 58%,rgba(14,9,6,.45))}
.cinematic-copy{position:absolute;z-index:2;left:6vw;top:50%;transform:translateY(-50%);max-width:750px}
.cinematic-index{font-family:var(--font-serif);font-size:13px;font-style:italic;color:#d9c8b3;margin-bottom:18px}
.cinematic-copy h2{font-size:clamp(48px,6vw,92px);line-height:.94;letter-spacing:-.055em;margin:24px 0 28px}
.cinematic-copy h2 span{font-family:var(--font-sans)}
.cinematic-copy h2 em{font-family:var(--font-serif);font-weight:600;color:#e3a070}
.cinematic-copy>p:last-child{max-width:530px;font-size:14px;line-height:1.75;color:rgba(255,255,255,.75)}
.video-controls{position:absolute;z-index:3;left:6vw;right:6vw;bottom:36px;border-top:1px solid rgba(255,255,255,.25);padding-top:20px;display:flex;align-items:center;justify-content:space-between}
.video-controls button{border:1px solid rgba(255,255,255,.5);background:rgba(0,0,0,.18);color:#fff;border-radius:999px;padding:11px 17px;display:flex;align-items:center;gap:10px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;backdrop-filter:blur(10px)}
.video-controls button:hover{background:#fff;color:var(--ink)}
.video-status{display:flex;align-items:center;gap:10px;font-size:8px;letter-spacing:.16em;color:rgba(255,255,255,.72)}
.video-status i{width:7px;height:7px;border-radius:50%;background:#d88256;box-shadow:0 0 0 5px rgba(216,130,86,.16);animation:videoPulse 1.7s infinite}
@keyframes videoPulse{50%{box-shadow:0 0 0 9px rgba(216,130,86,0)}}
@media(max-width:720px){
  .cinematic-coffee{height:720px;min-height:720px}
  .cinematic-copy{left:22px;right:22px;max-width:none}
  .cinematic-copy h2{font-size:50px}
  .cinematic-copy>p:last-child{font-size:13px}
  .video-controls{left:22px;right:22px;bottom:25px}
  .video-status span{display:none}
}
@media(prefers-reduced-motion:reduce){
  .slide-bg video,.cinematic-coffee>video{display:none}
  .video-bg{background:url("assets/coffee-roast-poster.jpg") center/cover no-repeat}
  .cinematic-coffee{background:url("assets/coffee-ritual-poster.jpg") center/cover no-repeat}
  .video-status{display:none}
}

/* V4 — Video real de taza de café */
.quote-video{position:relative;overflow:hidden;background:#160d08}
.quote-video video{
  width:100%;
  height:100%;
  min-height:620px;
  display:block;
  object-fit:cover;
  object-position:center;
  transition:transform 1s ease;
}
.quote-section:hover .quote-video video{transform:scale(1.025)}
@media(max-width:720px){
  .quote-video video{min-height:430px}
}
@media(prefers-reduced-motion:reduce){
  .quote-video video{display:none}
  .quote-video{
    background:url("assets/coffee-cup-real-poster.jpg") center/cover no-repeat;
    min-height:430px;
  }
}


/* ===== V5 Product detail popup ===== */
.product-card{cursor:pointer;outline:none}
.product-card:focus-visible{box-shadow:0 0 0 3px rgba(189,86,59,.35)}
.product-view-hint{
  position:absolute;right:14px;top:14px;background:rgba(23,22,17,.84);color:#fff;
  backdrop-filter:blur(8px);padding:8px 10px;font-size:8px;font-weight:800;
  letter-spacing:.09em;text-transform:uppercase;display:flex;align-items:center;gap:8px;
  opacity:0;transform:translateY(-7px);transition:.3s
}
.product-card:hover .product-view-hint,.product-card:focus-visible .product-view-hint{opacity:1;transform:none}

.product-overlay{
  position:fixed;inset:0;background:rgba(10,8,6,.72);backdrop-filter:blur(7px);
  z-index:130;opacity:0;visibility:hidden;transition:.35s
}
.product-overlay.open{opacity:1;visibility:visible}

.product-modal{
  position:fixed;inset:0;z-index:140;display:grid;place-items:center;padding:28px;
  opacity:0;visibility:hidden;pointer-events:none;transition:.35s
}
.product-modal.open{opacity:1;visibility:visible;pointer-events:auto}
.product-modal-shell{
  width:min(1260px,96vw);max-height:92vh;overflow:auto;background:var(--paper);
  box-shadow:0 35px 100px rgba(0,0,0,.35);position:relative;
  transform:translateY(28px) scale(.985);transition:.45s cubic-bezier(.2,.8,.2,1)
}
.product-modal.open .product-modal-shell{transform:none}
.product-modal-close{
  position:absolute;right:18px;top:18px;z-index:10;width:44px;height:44px;border:0;
  border-radius:50%;background:rgba(251,248,242,.92);color:var(--ink);font-size:30px;
  line-height:1;box-shadow:0 8px 25px rgba(0,0,0,.13)
}
.product-modal-close:hover{background:var(--ink);color:#fff}
.product-modal-grid{display:grid;grid-template-columns:1.08fr .92fr;min-height:700px}
.product-gallery{padding:22px;background:#e9e0d2;display:flex;flex-direction:column;gap:12px}
.product-gallery-main{min-height:560px;position:relative;overflow:hidden;background:#d9cebe}
.product-gallery-main>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;animation:galleryReveal .35s ease}
@keyframes galleryReveal{from{opacity:.25;transform:scale(1.015)}to{opacity:1;transform:none}}
.product-modal-badge{position:absolute;left:18px;top:18px;background:var(--paper);padding:9px 12px;font-size:8px;font-weight:800;letter-spacing:.13em}
.gallery-counter{position:absolute;right:18px;bottom:18px;background:rgba(20,18,15,.78);color:#fff;padding:9px 12px;font-family:var(--font-serif);font-size:11px;letter-spacing:.08em}
.gallery-arrow{
  position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border:1px solid rgba(255,255,255,.6);
  border-radius:50%;background:rgba(10,8,6,.35);color:#fff;font-size:20px;backdrop-filter:blur(8px);
  opacity:0;transition:.25s
}
.product-gallery-main:hover .gallery-arrow{opacity:1}
.gallery-prev{left:18px}.gallery-next{right:18px}
.gallery-arrow:hover{background:#fff;color:var(--ink)}
.product-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.product-thumbnails button{height:95px;border:2px solid transparent;background:none;padding:0;opacity:.62;transition:.25s;overflow:hidden}
.product-thumbnails button.active{border-color:var(--rust);opacity:1}
.product-thumbnails button:hover{opacity:1}
.product-thumbnails img{width:100%;height:100%;object-fit:cover}

.product-modal-info{padding:70px 58px 42px;display:flex;flex-direction:column}
.product-modal-eyebrow{font-size:9px;font-weight:800;letter-spacing:.18em;color:var(--rust);margin-bottom:18px}
.product-modal-info h2{font-family:var(--font-serif);font-size:clamp(40px,4vw,66px);line-height:.95;letter-spacing:-.045em;margin:0;max-width:530px}
.product-modal-type{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#746d62;margin:15px 0}
.product-modal-price{font-size:22px;margin-bottom:22px}
.product-modal-notes{display:flex;flex-wrap:wrap;gap:7px;padding-bottom:24px;border-bottom:1px solid var(--line)}
.product-modal-notes span{border:1px solid var(--line);padding:7px 9px;font-size:8px;text-transform:uppercase;letter-spacing:.08em}
.product-description{padding:24px 0;border-bottom:1px solid var(--line)}
.product-description h3,.product-characteristics h3{font-size:9px;letter-spacing:.15em;text-transform:uppercase;margin:0 0 13px}
.product-description p{font-family:var(--font-serif);font-size:17px;line-height:1.55;margin:0;color:#4f4a42}
.product-characteristics{padding:24px 0}
.characteristics-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.characteristics-grid>div{min-height:76px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:13px}
.characteristics-grid span{display:block;font-size:7px;text-transform:uppercase;letter-spacing:.13em;color:#837b70;margin-bottom:8px}
.characteristics-grid strong{font-size:11px;line-height:1.35}
.product-purchase{display:grid;grid-template-columns:125px 1fr;gap:12px;margin-top:auto;padding-top:8px}
.modal-quantity-block>span{display:block;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}
.modal-quantity{height:52px;border:1px solid var(--line);display:grid;grid-template-columns:36px 1fr 36px;align-items:center;text-align:center}
.modal-quantity button{height:100%;border:0;background:transparent;font-size:18px}
.modal-quantity button:hover{background:var(--cream)}
.modal-add-button{
  border:0;background:var(--ink);color:#fff;padding:0 19px;display:grid;grid-template-columns:1fr auto auto;
  gap:16px;align-items:center;text-align:left;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.1em
}
.modal-add-button strong{font-size:12px}.modal-add-button b{font-size:17px}
.modal-add-button:hover{background:var(--rust)}
.product-fresh-note{display:flex;align-items:center;gap:10px;margin-top:17px;font-size:8px;letter-spacing:.1em;text-transform:uppercase;color:#6e685e}
.product-fresh-note i{width:7px;height:7px;border-radius:50%;background:var(--sage);box-shadow:0 0 0 5px rgba(110,117,87,.13)}

@media(max-width:980px){
  .product-modal{padding:14px}
  .product-modal-shell{max-height:95vh}
  .product-modal-grid{grid-template-columns:1fr;min-height:auto}
  .product-gallery-main{min-height:520px}
  .product-modal-info{padding:45px 30px 35px}
}
@media(max-width:600px){
  .product-modal{padding:0;align-items:end}
  .product-modal-shell{width:100%;max-height:96vh;border-radius:20px 20px 0 0}
  .product-gallery{padding:10px}
  .product-gallery-main{min-height:360px}
  .product-thumbnails button{height:68px}
  .product-modal-close{right:12px;top:12px}
  .product-modal-info{padding:32px 20px 26px}
  .product-modal-info h2{font-size:39px;padding-right:35px}
  .characteristics-grid{grid-template-columns:1fr}
  .product-purchase{grid-template-columns:105px 1fr;position:sticky;bottom:0;background:var(--paper);padding-top:14px}
  .modal-add-button{padding:0 13px;gap:8px}
  .modal-add-button span{font-size:8px}
  .product-view-hint{display:none}
}


/* V6 — Uploaded videos inside HERO */
.hero-user-video{
  position:absolute;
  inset:0;
  overflow:hidden;
  background:#140d08;
}
.hero-user-video video{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  filter:saturate(1.02) contrast(1.02);
}
.hero-slide.active .hero-user-video video{
  transform:scale(1.01);
}
@media(max-width:720px){
  .hero-user-video video{
    object-position:center;
  }
}
@media(prefers-reduced-motion:reduce){
  .hero-user-video video{display:none}
  .hero-slide[data-slide="0"] .hero-user-video{
    background:url("assets/hero-video-1-poster.jpg") center/cover no-repeat;
  }
  .hero-slide[data-slide="1"] .hero-user-video{
    background:url("assets/hero-video-2-poster.jpg") center/cover no-repeat;
  }
}
