/* Myrionas — editorial spice house (Greece) */
:root{
  --ink:#120c0a;
  --ink-2:#2a1c16;
  --paper:#f3ebe0;
  --paper-2:#e7d9c6;
  --bone:#faf6f0;
  --wine:#7a1f2a;
  --wine-d:#54141c;
  --copper:#c45a28;
  --copper-d:#9c431c;
  --clove:#5a301c;
  --muted:#6a5d52;
  --line:#d8cbb8;
  --line-d:rgba(255,255,255,.14);
  --white:#fff;
  --wrap:1180px;
  --serif:"Cormorant Garamond",Georgia,"Times New Roman",serif;
  --sans:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--sans);
  color:var(--ink);
  background:var(--paper);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{font-family:var(--serif);line-height:1.08;color:var(--ink);margin:0;font-weight:600}
p{margin:0 0 1em}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,textarea{font-family:inherit}

.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 24px}
.wrap--narrow{max-width:760px}
.muted{color:var(--muted)}
.kicker{
  font-family:var(--sans);font-weight:600;text-transform:uppercase;
  letter-spacing:.22em;font-size:.68rem;color:var(--copper-d);margin:0 0 .7em
}

/* Buttons — sharp, not pills */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55em;
  font-family:var(--sans);font-weight:600;letter-spacing:.06em;text-transform:uppercase;
  text-align:center;cursor:pointer;border:none;border-radius:2px;
  padding:.95em 1.7em;font-size:.78rem;transition:background .2s,transform .12s,color .2s;
  line-height:1.1
}
.btn--buy{background:var(--wine);color:#fff}
.btn--buy:hover{background:var(--wine-d);transform:translateY(-1px)}
.btn--ghost{background:transparent;color:var(--ink);border:1px solid var(--ink)}
.btn--ghost:hover{background:var(--ink);color:var(--paper)}
.btn--light{background:var(--bone);color:var(--ink);border:1px solid var(--line)}
.btn--light:hover{background:#fff}
.btn--sm{padding:.7em 1.15em;font-size:.72rem}
.btn--lg{padding:1.1em 2em;font-size:.84rem}
.btn--xl{width:100%;padding:1.2em 1.5em;font-size:.88rem}
.btn--on-dark{background:var(--copper);color:#fff}
.btn--on-dark:hover{background:var(--copper-d)}

/* Ticker */
.ticker{
  background:var(--ink);color:#e8dcc8;font-size:.72rem;letter-spacing:.14em;
  text-transform:uppercase;overflow:hidden;white-space:nowrap;border-bottom:1px solid var(--line-d)
}
.ticker__track{display:inline-block;padding:.7em 0;animation:marquee 28s linear infinite}
.ticker strong{color:#f3c9a0;font-weight:700}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* Header */
.site-header{
  position:sticky;top:0;z-index:50;background:rgba(18,12,10,.94);
  backdrop-filter:blur(12px);border-bottom:1px solid var(--line-d)
}
.site-header__inner{
  display:grid;grid-template-columns:auto 1fr auto;align-items:center;
  gap:1.4rem;padding:.85rem 24px
}
.brand{display:flex;align-items:center;gap:.7rem;color:#faf6f0}
.brand__mark{
  width:34px;height:34px;border:1px solid #c45a28;display:grid;place-items:center;flex-shrink:0
}
.brand__word{
  font-family:var(--serif);font-size:1.28rem;letter-spacing:.12em;font-weight:600;line-height:1
}
.brand__sub{
  display:block;font-family:var(--sans);font-size:.58rem;letter-spacing:.28em;
  text-transform:uppercase;opacity:.65;margin-top:.15rem
}
.nav{display:flex;justify-content:center;gap:1.7rem;font-size:.78rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}
.nav a{color:#d9cfc0;position:relative;padding:.2em 0}
.nav a:hover,.nav a.is-active{color:#fff}
.nav a.is-active::after{
  content:"";position:absolute;left:0;right:0;bottom:-6px;height:1px;background:var(--copper)
}
.menu-toggle{
  display:none;background:none;border:0;width:40px;height:40px;padding:8px;cursor:pointer
}
.menu-toggle span{display:block;height:1.5px;background:#faf6f0;margin:6px 0}

.mobile-nav{
  display:none;background:var(--ink);border-top:1px solid var(--line-d);padding:1rem 24px 1.4rem
}
.mobile-nav a{
  display:block;color:#e8dcc8;padding:.7rem 0;border-bottom:1px solid var(--line-d);
  text-transform:uppercase;letter-spacing:.12em;font-size:.82rem
}
body.nav-open .mobile-nav{display:block}

/* Hero */
.hero{
  display:grid;grid-template-columns:1.05fr .95fr;min-height:86vh;background:var(--ink)
}
.hero__copy{
  color:#f4ebe0;padding:clamp(2.4rem,6vw,5.5rem) clamp(1.5rem,5vw,4.5rem);
  display:flex;flex-direction:column;justify-content:center
}
.hero__copy .eyebrow{
  font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;color:var(--copper);margin:0 0 1.2rem
}
.hero h1{
  font-size:clamp(3rem,7vw,5.6rem);color:#faf6f0;font-weight:500;letter-spacing:-.02em
}
.hero h1 em{font-style:italic;color:#e2b48a;display:block}
.hero .lead{font-size:1.08rem;color:#cfc3b4;max-width:34em;margin:1.4rem 0 1.8rem}
.ticks{list-style:none;padding:0;margin:0 0 2rem;display:grid;gap:.55rem}
.ticks li{
  position:relative;padding-left:1.6rem;color:#e8dcc8;font-size:.95rem
}
.ticks li::before{
  content:"";position:absolute;left:0;top:.55em;width:10px;height:1px;background:var(--copper)
}
.hero__cta{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}
.price-stack{display:flex;flex-direction:column;line-height:1}
.price{font-family:var(--serif);font-size:2.4rem;font-weight:600;color:#faf6f0}
.price--ink{color:var(--ink)}
.price-unit{font-size:.78rem;color:#b7aa9c;margin-top:.25rem;letter-spacing:.04em}
.hero__media{
  background:linear-gradient(160deg,#3a2218 0%,#1e120e 100%);
  display:grid;place-items:center;padding:3rem 2rem;position:relative;overflow:hidden
}
.hero__media::before{
  content:"";position:absolute;width:68%;aspect-ratio:1;border:1px solid rgba(196,90,40,.35);border-radius:50%
}
.hero__pack{width:min(78%,460px);position:relative;z-index:1;filter:drop-shadow(0 30px 50px rgba(0,0,0,.45))}
.hero__badge{
  position:absolute;bottom:2rem;right:2rem;z-index:2;background:var(--wine);
  color:#fff;padding:.7rem .9rem;font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;text-align:center
}

/* Specs bar */
.specs{
  background:var(--wine);color:#f6e8dc;display:grid;grid-template-columns:repeat(4,1fr)
}
.specs div{padding:1.4rem 1.2rem;border-right:1px solid rgba(255,255,255,.12);text-align:center}
.specs div:last-child{border-right:none}
.specs strong{display:block;font-family:var(--serif);font-size:1.45rem;font-weight:600}
.specs span{display:block;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;opacity:.75;margin-top:.25rem}

/* Sections */
.section{padding:5.2rem 0}
.section--dark{background:var(--ink);color:#e8dcc8}
.section--dark h2,.section--dark h3{color:#faf6f0}
.section--paper{background:var(--bone)}
.section__title{font-size:clamp(2.1rem,4.4vw,3.3rem);margin-bottom:1.8rem;max-width:14em}
.section-lead{max-width:40em;color:var(--muted);font-size:1.05rem;margin:0 0 2.4rem}

.editorial{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.editorial img{width:100%;height:520px;object-fit:cover;filter:saturate(.92)}
.editorial__label{
  font-size:.68rem;letter-spacing:.24em;text-transform:uppercase;color:var(--copper-d);margin-bottom:1rem
}
.feature-nums{display:grid;gap:1.3rem;margin-top:1.6rem}
.feature-nums article{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start}
.feature-nums b{
  font-family:var(--serif);font-size:1.6rem;color:var(--wine);line-height:1;font-weight:500
}
.feature-nums h3{font-size:1.25rem;margin-bottom:.25rem}
.feature-nums p{margin:0;color:var(--muted);font-size:.95rem}

/* Product stage */
.stage{
  display:grid;grid-template-columns:.9fr 1.1fr;background:var(--ink);color:#e8dcc8
}
.stage__visual{
  background:#241610;display:grid;place-items:center;padding:3rem 2rem
}
.stage__visual img{max-width:380px;filter:drop-shadow(0 24px 40px rgba(0,0,0,.5))}
.stage__copy{padding:clamp(2rem,5vw,4.2rem)}
.stage__copy h2{font-size:clamp(2rem,3.6vw,3rem);color:#faf6f0;margin-bottom:.8rem}
.stage .price{margin:.8rem 0 1.4rem}
.stage__btns{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:.4rem}

/* Recipe mosaic */
.mosaic{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-template-rows:auto auto;gap:1rem}
.tile{position:relative;overflow:hidden;background:#1a100c;min-height:280px;color:#fff}
.tile img{width:100%;height:100%;object-fit:cover;min-height:280px;transition:transform .5s}
.tile:hover img{transform:scale(1.04)}
.tile__cap{
  position:absolute;left:0;right:0;bottom:0;padding:1.4rem;
  background:linear-gradient(transparent,rgba(12,8,6,.86))
}
.tile__cap span{display:block;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:#e2b48a;margin-bottom:.3rem}
.tile__cap h3{color:#fff;font-size:1.55rem}
.tile--lg{grid-row:1 / span 2;min-height:580px}
.tile--lg img{min-height:580px}

/* CTA */
.cta{
  background:var(--wine);color:#f6e8dc;text-align:center;padding:4.5rem 24px
}
.cta h2{color:#fff;font-size:clamp(2rem,4vw,3.1rem);margin-bottom:.7rem}
.cta p{max-width:36em;margin:0 auto 1.6rem;color:#f0d4c8}

/* Footer */
.site-footer{background:#0c0806;color:#c8b9a8;font-size:.9rem}
.site-footer__inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:2.2rem;padding:3.4rem 24px 2.2rem}
.site-footer .brand{margin-bottom:.8rem}
.site-footer__brand p{color:#8f8274;max-width:26em}
.site-footer__col h4{
  color:#faf6f0;font-family:var(--sans);font-size:.72rem;letter-spacing:.18em;
  text-transform:uppercase;margin-bottom:1rem
}
.site-footer__col h4 + p + h4{margin-top:1.5rem}
.site-footer__col a{display:block;color:#c8b9a8;margin-bottom:.5rem}
.site-footer__col a:hover{color:#f3c9a0}
.site-footer__col p{color:#8f8274;line-height:1.75;margin:0}
.site-footer__legal{border-top:1px solid var(--line-d);padding:1.2rem 24px 1.6rem}
.site-footer__legal p{margin:0;color:#7a6e62;font-size:.78rem}

/* Sticky buy */
.sticky-buy{
  position:fixed;left:0;right:0;bottom:0;z-index:55;display:none;
  align-items:center;gap:1rem;background:#fff;border-top:1px solid var(--line);
  padding:.75rem 16px
}
.sticky-buy__name{font-weight:600;font-size:.88rem}
.sticky-buy__price{font-family:var(--serif);font-size:1.2rem;font-weight:600}
.sticky-buy .btn{margin-left:auto}

/* Inner pages */
.page-hero{
  background:var(--ink);color:#f4ebe0;padding:3.2rem 0 2.8rem;border-bottom:1px solid var(--line-d)
}
.page-hero h1{font-size:clamp(2.3rem,5vw,3.8rem);color:#faf6f0;font-weight:500}
.page-hero p{color:#cfc3b4;max-width:40em;margin:.7rem 0 0}
.breadcrumb{font-size:.78rem;color:#9c8f82;margin:0 0 1rem;letter-spacing:.08em;text-transform:uppercase}
.breadcrumb a{color:#e2b48a}

.prose h2{font-size:1.7rem;margin:2.2rem 0 .7rem}
.prose h3{font-size:1.2rem;margin:1.4rem 0 .45rem}
.prose p,.prose li{color:#443932;font-size:1.02rem}
.prose ul{padding-left:1.15rem;margin:.4rem 0 1rem}
.prose li{margin-bottom:.4rem}
.prose a{color:var(--wine);text-decoration:underline}
.prose a.btn{text-decoration:none;color:#fff}
.prose a.btn--buy,.prose a.btn--on-dark{color:#fff}
.prose a.btn--ghost,.prose a.btn--light{color:var(--ink)}
.prose .updated{color:var(--muted);font-size:.85rem;margin-bottom:1.6rem}

/* PDP */
.pdp{display:grid;grid-template-columns:1.05fr .95fr;gap:3.2rem;padding:3rem 0 4rem;align-items:start}
.pdp__gallery{position:sticky;top:92px}
.pdp__main-img{background:#1a100c;padding:2.2rem;min-height:420px;display:grid;place-items:center}
.pdp__main-img img{width:100%;max-width:440px}
.pdp__thumbs{display:flex;gap:.6rem;margin-top:.7rem}
.pdp__thumbs button{
  border:1px solid var(--line);background:var(--bone);padding:.3rem;cursor:pointer;
  width:76px;height:76px
}
.pdp__thumbs button.is-active{border-color:var(--wine)}
.pdp__thumbs img{width:100%;height:100%;object-fit:cover}
.pdp__info h1{font-size:clamp(2rem,3.4vw,3rem);font-weight:500;margin-bottom:.6rem}
.meta-row{display:flex;gap:.5rem;flex-wrap:wrap;margin:1rem 0}
.tag{
  border:1px solid var(--line);padding:.28em .7em;font-size:.68rem;letter-spacing:.12em;
  text-transform:uppercase;color:var(--clove)
}
.offer__price{display:flex;align-items:baseline;gap:.8rem;margin:1.2rem 0 .6rem;flex-wrap:wrap}
.offer__unit{color:var(--muted);font-size:.9rem}
.offer__format{font-weight:600;margin-bottom:1.2rem}
.qty{display:flex;align-items:center;gap:1rem;margin-bottom:1.3rem}
.qty label{font-weight:600;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase}
.qty__control{display:inline-flex;align-items:center;border:1px solid var(--ink)}
.qty__btn{background:transparent;border:none;width:2.6rem;height:2.6rem;font-size:1.2rem;cursor:pointer}
.qty input{
  width:2.6rem;text-align:center;border:none;border-left:1px solid var(--line);border-right:1px solid var(--line);
  font-size:1rem;font-weight:600;background:var(--bone)
}
.offer__perks{list-style:none;padding:0;margin:1.3rem 0 0;display:grid;gap:.45rem;font-size:.92rem;color:#4a4038}
.offer__perks li{padding-left:1.1rem;position:relative}
.offer__perks li::before{content:"—";position:absolute;left:0;color:var(--wine)}
.offer__redirect{font-size:.8rem;color:var(--muted);margin:1rem 0 0}

.info-block{border-top:1px solid var(--line);padding:1.6rem 0}
.info-block h2{font-size:1.45rem;margin-bottom:.6rem}
.info-block p,.info-block li{color:#4a4038}

.nutri{width:100%;border-collapse:collapse;margin:.5rem 0 1rem;background:var(--bone)}
.nutri th,.nutri td{padding:.75em 1em;text-align:left;border-bottom:1px solid var(--line);font-size:.96rem}
.nutri th{font-weight:600}
.nutri td{text-align:right;font-variant-numeric:tabular-nums}
.nutri tr.sub th{font-weight:400;color:var(--muted);padding-left:2rem;font-size:.9rem}
.mini{font-size:.82rem;color:var(--muted);margin-top:.6rem}

.faq{display:grid;gap:.7rem}
.faq details{background:var(--bone);border:1px solid var(--line);padding:0 1.2rem}
.faq summary{
  list-style:none;cursor:pointer;font-family:var(--serif);font-size:1.2rem;
  padding:1.05rem 2rem 1.05rem 0;position:relative
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";position:absolute;right:0;top:.95rem;color:var(--wine);font-size:1.3rem}
.faq details[open] summary::after{content:"–"}
.faq details p{margin:0 0 1.15rem;color:#4a4038}

.recipe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.recipe{background:var(--bone);border:1px solid var(--line);display:flex;flex-direction:column}
.recipe img{width:100%;height:220px;object-fit:cover}
.recipe__body{padding:1.3rem 1.35rem 1.5rem}
.recipe__tag{
  display:inline-block;font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--copper-d);margin-bottom:.55rem
}
.recipe__body h3{font-size:1.45rem;margin-bottom:.4rem}
.recipe__body p{color:var(--muted);margin:0 0 .6rem}
.recipe ol{margin:.2rem 0 0;padding-left:1.15rem;color:#4a4038;font-size:.93rem}
.recipe ol li{margin-bottom:.28rem}

.values{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:1.4rem}
.value{background:var(--bone);border-top:3px solid var(--wine);padding:1.5rem 1.3rem}
.value h3{font-size:1.3rem;margin-bottom:.4rem}
.value p{margin:0;color:var(--muted);font-size:.95rem}

.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:3rem;align-items:start}
.contact-info h3{font-size:1.25rem;margin:1.3rem 0 .3rem}
.contact-info p{color:#4a4038;margin:0 0 .3rem}
.contact-info a{color:var(--wine)}
.contact-form{background:var(--bone);border:1px solid var(--line);padding:1.8rem}
.field{margin-bottom:1rem}
.field label{display:block;font-weight:600;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem}
.field input,.field textarea{
  width:100%;border:1px solid var(--line);border-radius:0;padding:.8em .9em;
  font-size:1rem;background:#fff;color:var(--ink)
}
.field input:focus,.field textarea:focus{outline:1px solid var(--wine)}
.field textarea{min-height:130px;resize:vertical}
.form-note{font-size:.8rem;color:var(--muted);margin-top:.6rem}
.form-success{background:#edf4ea;border:1px solid #b7d0ae;color:#2a4a28;padding:1rem;margin-top:1rem;display:none;font-weight:600}
.form-success.show{display:block}

.ref{font-size:.7em;vertical-align:super;color:var(--wine);font-weight:700;margin-left:1px}

/* Cookie */
.cookie-banner{
  position:fixed;left:0;right:0;bottom:0;z-index:80;background:#fff;
  border-top:1px solid var(--line);padding:1.1rem 20px;display:none
}
.cookie-banner.show{display:block}
.cookie-banner__inner{max-width:var(--wrap);margin:0 auto;display:flex;align-items:center;gap:1.4rem;flex-wrap:wrap}
.cookie-banner__txt{flex:1;min-width:240px;font-size:.88rem;color:#4a4038;margin:0}
.cookie-banner__txt a{color:var(--wine);text-decoration:underline}
.cookie-banner__btns{display:flex;gap:.6rem}
body.cookie-open .sticky-buy{display:none}

@media(max-width:980px){
  .hero,.editorial,.stage,.pdp,.contact-grid,.mosaic,.specs,.recipe-grid,.values,.site-footer__inner{
    grid-template-columns:1fr
  }
  .hero{min-height:auto}
  .hero__media{min-height:380px}
  .nav{display:none}
  .menu-toggle{display:block}
  .site-header__inner{grid-template-columns:1fr auto auto}
  .tile--lg,.tile--lg img{min-height:320px}
  .pdp__gallery{position:static}
  .editorial img{height:340px}
  .stage__visual{order:-1}
}
@media(max-width:640px){
  .specs{grid-template-columns:1fr 1fr}
  .specs div:nth-child(odd){border-right:1px solid rgba(255,255,255,.12)}
  .section{padding:3.4rem 0}
  .site-footer__inner{grid-template-columns:1fr}
  .sticky-buy{display:flex}
  body{padding-bottom:72px}
  .ticker{font-size:.62rem}
  .cookie-banner__inner{flex-direction:column;align-items:stretch}
  .cookie-banner__btns .btn{flex:1}
}
