:root{
  --ink:#141414;
  --muted:#3f3b36;
  --gold:#c89123;
  --gold-2:#f2c85c;
  --cream:#fbf5eb;
  --line:#eee6dc;
  --header-h:124px;
  --max:1500px;
}

*{box-sizing:border-box}
html{margin:0;scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;background:var(--cream)}
body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;background:var(--cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
button,a{font:inherit}
img{display:block;max-width:100%}

.site-header{
  height:var(--header-h);
  display:grid;
  grid-template-columns:minmax(340px,1fr) auto auto;
  align-items:center;
  gap:36px;
  padding:18px clamp(26px,4vw,62px);
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(0,0,0,.05);
  position:sticky;
  top:0;
  z-index:20;
  backdrop-filter:saturate(1.12) blur(12px);
}
.brand{display:flex;align-items:center;gap:20px;color:inherit;text-decoration:none;min-width:0}
.brand img{width:88px;height:88px;object-fit:contain;filter:drop-shadow(0 7px 16px rgba(0,0,0,.12));flex:0 0 auto}
.brand-copy{display:flex;flex-direction:column;line-height:1.05;min-width:0}
.brand-copy strong{font-family:Georgia,'Times New Roman',serif;font-size:clamp(30px,2.5vw,44px);font-weight:700;letter-spacing:-.04em;white-space:nowrap}
.brand-copy em{font-family:Georgia,'Times New Roman',serif;font-style:normal;font-size:clamp(17px,1.4vw,24px);color:#b17816;margin-top:6px;white-space:nowrap}

.top-nav{display:flex;align-items:center;gap:clamp(24px,3vw,54px)}
.top-nav a{display:grid;justify-items:center;gap:8px;color:#151515;text-decoration:none;font-size:14px;font-weight:700;white-space:nowrap}
.top-nav svg{width:28px;height:28px;fill:none;stroke:#111;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.top-nav a:hover span{color:#b17816}
.header-actions{display:flex;align-items:center;gap:24px}
.round-btn{width:68px;height:68px;border-radius:50%;border:1px solid #e8e1db;background:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 5px 18px rgba(0,0,0,.04)}
.round-btn svg{width:34px;height:34px;fill:none;stroke:#101010;stroke-width:2.4;stroke-linecap:round}
.menu-btn{width:44px;height:34px;border:0;background:transparent;display:grid;gap:12px;cursor:pointer;padding:2px}
.menu-btn span{height:2.4px;background:#111;border-radius:20px;width:100%;display:block}

.hero{
  min-height:calc(100vh - var(--header-h));
  position:relative;
  overflow:hidden;
  background:#fbf1e1;
}
.hero-bg{position:absolute;top:0;bottom:0;width:54%;background-size:cover;background-repeat:no-repeat;will-change:transform;z-index:0}
.hero-bg-left{left:0;background-image:url('assets/hero-salad.png');background-position:left center;opacity:.94}
.hero-bg-right{right:0;background-image:url('assets/hero-lemons.png');background-position:right center;opacity:.92}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,248,239,.1) 0%,rgba(255,248,239,.66) 43%,rgba(255,248,239,.16) 100%);z-index:1;pointer-events:none}
.hero-glow{position:absolute;inset:auto -8% -20% -8%;height:42%;background:radial-gradient(ellipse at 50% 0%, rgba(231,166,45,.32), transparent 68%);z-index:1;pointer-events:none}
.hero-inner{position:relative;z-index:2;max-width:var(--max);min-height:calc(100vh - var(--header-h));margin:0 auto;padding:clamp(52px,6vw,98px) clamp(28px,4vw,62px);display:grid;grid-template-columns:minmax(430px,1fr) minmax(440px,650px);align-items:center;gap:clamp(44px,6vw,86px)}
.hero-copy{max-width:640px;padding-top:4px}
.hero-copy h1{margin:0 0 28px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(52px,5.2vw,84px);line-height:.98;letter-spacing:-.055em;color:#111}
.hero-copy h1 span{color:#c68f23}
.hero-copy p{font-size:clamp(20px,1.8vw,29px);line-height:1.34;margin:0 0 38px;max-width:650px;color:#171717;font-weight:500}
.hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:680px}
.point{padding:0 26px;min-height:98px;border-right:1px solid rgba(194,146,74,.27);display:grid;grid-template-rows:auto auto 1fr;align-content:start;gap:5px}.point:first-child{padding-left:0}.point:last-child{border-right:0;padding-right:0}
.point-icon{font-size:30px;color:#c89123;line-height:1;filter:drop-shadow(0 2px 3px rgba(0,0,0,0.15));}.point b{font-size:16px;font-weight:800;color:#111;}.point small{font-size:15px;line-height:1.3;color:#2b2b2b;}

.vote-card{position:relative;isolation:isolate;margin-left:auto;width:min(100%,630px);min-height:474px;border-radius:31px;padding:20px clamp(40px,4vw,58px) 36px;text-align:center;background:radial-gradient(circle at 24% 14%, rgba(255,255,255,.58), transparent 28%),radial-gradient(circle at 80% 8%, rgba(255,241,143,.35), transparent 30%),linear-gradient(145deg,#fedc71 0%,#e4aa28 54%,#c78312 100%);border:1px solid rgba(132,82,9,.38);box-shadow:0 24px 42px rgba(111,70,7,.22),inset 0 1px 0 rgba(255,255,255,.58);display:flex;flex-direction:column;align-items:center;justify-content:flex-start}
.card-top-arc{display: none;}
.award-zone{position:relative;height:146px;width:min(100%,430px);display:grid;place-items:center;margin:-2px auto 8px}
.award-zone img{width:146px;height:146px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(0,0,0,.22));z-index:2}


.vote-card h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(62px,5.8vw,82px);line-height:.95;letter-spacing:-.055em;margin:0 0 8px;font-weight:800;color:#111;text-shadow:0 1px 0 rgba(255,255,255,.08)}
.vote-card p{font-size:clamp(20px,1.7vw,27px);line-height:1.16;margin:0 0 24px;color:#111;font-weight:600}
.dark-cta{height:70px;min-width:286px;border:0;border-radius:24px;padding:0 36px;background:linear-gradient(180deg,#1b1b1b 0%,#090909 100%);color:#fff;font-weight:900;font-size:24px;letter-spacing:.02em;display:inline-flex;align-items:center;justify-content:center;gap:15px;cursor:pointer;box-shadow:0 12px 24px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.12);transition:transform .2s ease,box-shadow .2s ease}.dark-cta:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.16)}.dark-cta span{font-size:34px;line-height:1;transform:translateY(-1px)}
.vote-note{margin-top:26px;background:#fff;border-radius:999px;padding:13px 28px;max-width:470px;width:100%;font-size:18px;line-height:1.15;font-weight:700;box-shadow:inset 0 0 0 1px rgba(0,0,0,.04);white-space:nowrap}

.modal{border:0;border-radius:24px;background:transparent;padding:0;max-width:min(92vw,520px)}.modal::backdrop{background:rgba(0,0,0,.46);backdrop-filter:blur(2px)}.modal-card{position:relative;padding:30px;border-radius:24px;background:#fff9ee;box-shadow:0 20px 60px rgba(0,0,0,.25);display:flex;flex-direction:column;gap:14px}.modal-card>img{align-self:center}.modal-card h2{font-family:Georgia,serif;font-size:30px;margin:0}.modal-card p{margin:0 0 8px;color:#555}.modal-card label{padding:12px 14px;border:1px solid #ead6a8;border-radius:14px;background:#fff}.submit{border:0;border-radius:999px;padding:14px 22px;background:#d99b24;color:#111;font-weight:900;cursor:pointer}.close{position:absolute;right:14px;top:12px;border:0;background:transparent;font-size:32px;line-height:1;cursor:pointer}.small{max-width:420px}#voteResult{font-weight:700;color:#5b4200}

@media(max-width:1180px){:root{--header-h:104px}.site-header{grid-template-columns:1fr auto;padding:14px 24px}.brand img{width:74px;height:74px}.top-nav{display:none}.hero-inner{grid-template-columns:1fr;gap:38px;text-align:left;padding-top:46px}.hero-copy{max-width:760px}.hero-points{max-width:760px}.vote-card{margin:0 auto}.hero-bg{width:100%}.hero-bg-right{opacity:.28}.hero::after{background:linear-gradient(90deg,rgba(255,248,239,.78),rgba(255,248,239,.48))}}
@media(max-width:720px){:root{--header-h:86px}.site-header{gap:14px}.brand{gap:12px}.brand img{width:60px;height:60px}.brand-copy strong{font-size:25px}.brand-copy em{font-size:15px}.round-btn{display:none}.menu-btn{width:36px}.hero{min-height:auto}.hero-inner{min-height:auto;padding:38px 18px 50px}.hero-copy h1{font-size:45px}.hero-copy p{font-size:18px}.hero-points{grid-template-columns:1fr;gap:16px}.point{border-right:0;border-bottom:1px solid rgba(194,146,74,.25);padding:0 0 16px;min-height:auto}.point:last-child{border-bottom:0}.vote-card{border-radius:24px;min-height:410px;padding:22px 22px 26px}.award-zone{height:112px}.award-zone img{width:112px;height:112px}.vote-card h2{font-size:54px}.dark-cta{min-width:230px;height:60px;font-size:20px}.vote-note{white-space:normal;font-size:15px}}

.award-logo { width: 120px; height: 120px; object-fit: contain; }


/* =========================================================
   LAPTOP-FIRST HERO FIT
   Small corrections only:
   - hero fits fully inside a laptop viewport
   - large yellow VOTA ORA card stays visually large
   - white note stays readable and inside the card
   - no content is cut off at first open
   ========================================================= */

html,
body {
  min-height: 100%;
}

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

/* The hero now uses the available screen height exactly.
   This avoids the first screen being taller than the laptop viewport. */
.hero {
  height: calc(100svh - var(--header-h)) !important;
  min-height: 560px !important;
}

/* Padding is now included inside the hero height, not added on top of it. */
.hero-inner {
  min-height: 100% !important;
  height: 100% !important;
  padding-top: clamp(28px, 4vh, 58px) !important;
  padding-bottom: clamp(22px, 3vh, 42px) !important;
}

/* Keep the left content comfortably above the lower edge. */
.hero-copy {
  transform: translateY(-8px);
}

/* Keep the three benefits readable and within the first screen. */
.hero-points {
  margin-top: clamp(22px, 3vh, 34px) !important;
}

.point {
  min-height: 82px !important;
}

/* Keep the card large, but fit it better into laptop height. */
.vote-card {
  min-height: clamp(430px, 58vh, 474px) !important;
  padding-top: clamp(14px, 2vh, 20px) !important;
  padding-bottom: clamp(28px, 3vh, 36px) !important;
  transform: translateY(-6px);
}

/* Preserve the strong VOTA ORA headline, but prevent vertical overflow. */
.vote-card h2 {
  font-size: clamp(58px, 5.3vw, 82px) !important;
}

.award-zone {
  height: clamp(112px, 15vh, 146px) !important;
  margin-bottom: clamp(4px, 1vh, 8px) !important;
}

.award-zone img {
  width: clamp(112px, 15vh, 146px) !important;
  height: clamp(112px, 15vh, 146px) !important;
}

/* The white note keeps enough width for the full phrase. */
.vote-note {
  width: min(100%, 500px) !important;
  max-width: 500px !important;
  padding: 13px 26px !important;
  white-space: nowrap !important;
}

/* Most common laptop height: make the entire hero visible immediately. */
@media (max-height: 800px) and (min-width: 1181px) {
  :root {
    --header-h: 104px;
  }

  .site-header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .brand img {
    width: 76px !important;
    height: 76px !important;
  }

  .brand-copy strong {
    font-size: clamp(30px, 2.35vw, 40px) !important;
  }

  .brand-copy em {
    font-size: clamp(16px, 1.25vw, 21px) !important;
  }

  .round-btn {
    width: 60px !important;
    height: 60px !important;
  }

  .hero-inner {
    padding-top: 26px !important;
    padding-bottom: 18px !important;
    align-items: center !important;
  }

  .hero-copy {
    transform: translateY(-14px);
  }

  .hero-copy h1 {
    font-size: clamp(54px, 4.8vw, 72px) !important;
    margin-bottom: 20px !important;
  }

  .hero-copy p {
    font-size: clamp(19px, 1.55vw, 24px) !important;
    margin-bottom: 24px !important;
  }

  .hero-points {
    margin-top: 22px !important;
  }

  .point {
    min-height: 76px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .point:first-child {
    padding-left: 0 !important;
  }

  .point-icon {
    font-size: 26px !important;
  }

  .point b {
    font-size: 15px !important;
  }

  .point small {
    font-size: 14px !important;
  }

  .vote-card {
    min-height: 430px !important;
    width: min(100%, 600px) !important;
    padding-left: 46px !important;
    padding-right: 46px !important;
    transform: translateY(-10px);
  }

  .award-zone {
    height: 118px !important;
    margin-bottom: 4px !important;
  }

  .award-zone img {
    width: 118px !important;
    height: 118px !important;
  }

  .vote-card h2 {
    font-size: clamp(60px, 5.2vw, 74px) !important;
    margin-bottom: 7px !important;
  }

  .vote-card p {
    font-size: clamp(20px, 1.55vw, 24px) !important;
    margin-bottom: 18px !important;
  }

  .dark-cta {
    height: 64px !important;
    min-width: 278px !important;
    font-size: 23px !important;
  }

  .vote-note {
    margin-top: 20px !important;
    font-size: 17px !important;
  }
}

/* Very low laptop screens */
@media (max-height: 700px) and (min-width: 1181px) {
  :root {
    --header-h: 96px;
  }

  .brand img {
    width: 68px !important;
    height: 68px !important;
  }

  .hero-copy h1 {
    font-size: clamp(48px, 4.3vw, 64px) !important;
  }

  .vote-card {
    transform: translateY(-12px) scale(.94);
    transform-origin: center;
  }
}


/* =========================================================
   KEEP COLUMN POSITIONS
   Removes the first benefit visually, but keeps its original
   space so the other two columns stay exactly where they were.
   ========================================================= */
.point-empty{
  visibility:hidden !important;
  pointer-events:none !important;
}


/* =========================================================
   CATEGORY CARDS — final polished version
   - text moved to upper part like the reference
   - fifth card uses the new DNA produce image
   - vertical and horizontal images crop cleanly
   ========================================================= */

.category-cards{
  background:#fbf5eb;
  padding:clamp(22px,3vw,38px) clamp(18px,4vw,62px) clamp(48px,5vw,78px);
  position:relative;
  z-index:3;
}

.category-cards-inner{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:clamp(14px,1.6vw,22px);
}

.category-card{
  position:relative;
  height:clamp(250px,25vw,330px);
  min-height:0 !important;
  border-radius:26px;
  overflow:hidden;
  text-decoration:none;
  color:#151515;
  isolation:isolate;
  background:#eadfce;
  box-shadow:0 18px 42px rgba(82,55,18,.12), inset 0 1px 0 rgba(255,255,255,.35);
  transform:translateZ(0);
}

.category-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  inset:0;
  z-index:0;
  transition:transform .75s ease,filter .75s ease;
}

.category-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,.72) 0%,
      rgba(255,255,255,.56) 30%,
      rgba(255,255,255,.20) 62%,
      rgba(0,0,0,.10) 100%);
  pointer-events:none;
}

.category-card-overlay{
  position:absolute;
  left:0;
  right:0;
  top:22px;
  bottom:auto;
  z-index:2;
  padding:0 22px;
  text-shadow:none;
}

.category-card-overlay span{
  display:block;
  font-size:12px;
  line-height:1;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#a5751c;
  opacity:.95;
  margin-bottom:8px;
}

.category-card-overlay h3{
  margin:0;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(24px,2vw,32px);
  line-height:1;
  letter-spacing:-.045em;
  color:#16120d;
}

.category-card-overlay p{
  margin:10px 0 0;
  font-size:14px;
  line-height:1.28;
  font-weight:700;
  max-width:210px;
  color:#2f2a23;
  opacity:.92;
}

.category-card > b{
  position:absolute;
  right:18px;
  bottom:18px;
  z-index:3;
  width:44px;
  height:44px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#111;
  background:rgba(255,255,255,.94);
  font-size:24px;
  line-height:1;
  box-shadow:0 10px 22px rgba(0,0,0,.16);
  transition:transform .25s ease,background .25s ease;
}

.category-card:hover img{
  transform:scale(1.055);
  filter:saturate(1.04) contrast(1.02);
}

.category-card:hover > b{
  transform:translateX(3px);
  background:#fff;
}

/* Crops tuned to match the reference layout */
.category-products img{object-position:center 64%}
.category-recipes img{object-position:center 68%}
.category-wellness img{object-position:center 55%}
.category-tools img{object-position:center 74%}
.category-news img{object-position:center bottom}

@media(max-width:1180px){
  .category-cards-inner{grid-template-columns:repeat(2,minmax(0,1fr))}
  .category-card{height:300px}
  .category-news{grid-column:1/-1;height:260px}
}

@media(max-width:720px){
  .category-cards{padding:24px 18px 46px}
  .category-cards-inner{grid-template-columns:1fr}
  .category-card,.category-news{height:280px;grid-column:auto}
}


/* =========================================================
   TODAY VOTE — interactive product choice block
   ========================================================= */

.today-vote{
  background:#fbf5eb;
  padding:0 clamp(18px,4vw,62px) clamp(54px,5vw,82px);
  position:relative;
  z-index:3;
}

.today-vote-inner{
  max-width:var(--max);
  margin:0 auto;
  background:
    radial-gradient(circle at 16% 18%, rgba(255,212,96,.13), transparent 34%),
    linear-gradient(135deg,#161616 0%,#0d0d0d 100%);
  border-radius:30px;
  padding:clamp(26px,3vw,42px);
  color:#fff;
  display:grid;
  grid-template-columns:minmax(260px,380px) 1fr;
  gap:clamp(24px,3vw,42px);
  box-shadow:0 24px 60px rgba(36,24,8,.18);
  overflow:hidden;
}

.vote-panel{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}

.vote-badge{
  display:inline-flex;
  padding:8px 14px;
  border-radius:999px;
  background:linear-gradient(180deg,#f0c657,#c99224);
  color:#211606;
  font-size:13px;
  font-weight:900;
  letter-spacing:.06em;
  margin-bottom:18px;
}

.vote-panel h2{
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(38px,4vw,58px);
  line-height:.98;
  letter-spacing:-.05em;
  margin:0 0 18px;
}

.vote-panel p{
  margin:0;
  font-size:clamp(18px,1.4vw,22px);
  line-height:1.35;
  max-width:330px;
  color:rgba(255,255,255,.88);
  font-weight:600;
}

.vote-panel small{
  display:block;
  margin:24px 0;
  color:#f2c85c;
  font-family:Georgia,'Times New Roman',serif;
  font-size:24px;
  font-style:italic;
}

.vote-main-btn{
  min-width:220px;
  height:58px;
  border:0;
  border-radius:999px;
  background:linear-gradient(180deg,#ffd75e,#d59a25);
  color:#17110a;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 14px 28px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.4);
  transition:transform .2s ease, box-shadow .2s ease;
}

.vote-main-btn:hover{
  transform:translateY(-2px);
}

.product-race{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr;
  align-items:center;
  gap:clamp(12px,1.4vw,22px);
}

.product-card{
  position:relative;
  min-height:350px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:24px;
  background:linear-gradient(180deg,#fffaf1 0%,#f8efe2 100%);
  color:#161616;
  padding:22px 18px 20px;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-end;
  box-shadow:0 18px 38px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.72);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.product-card img{
  width:100%;
  max-width:210px;
  height:220px;
  object-fit:contain;
  object-position:center;
  margin:auto 0 16px;
  filter:drop-shadow(0 18px 18px rgba(0,0,0,.14));
}

.product-card strong{
  font-size:17px;
  font-weight:900;
  line-height:1.15;
  text-align:center;
}

.product-card em{
  font-style:normal;
  font-size:14px;
  font-weight:700;
  color:#4b4034;
  text-align:center;
  margin-top:4px;
}

.product-heart{
  position:absolute;
  top:17px;
  right:18px;
  font-size:28px;
  line-height:1;
  color:#3a2a14;
}

.rating{
  margin-top:10px;
  color:#d29b23;
  font-size:14px;
  font-weight:900;
}

.rating small{
  color:#6a6259;
  font-size:12px;
  font-weight:700;
}

.product-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 48px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.78);
}

.product-card.is-selected{
  transform:translateY(-7px);
  border-color:#f0c657;
  box-shadow:
    0 0 0 4px rgba(240,198,87,.24),
    0 28px 56px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.78);
}

.product-card.is-selected::after{
  content:"SCELTO";
  position:absolute;
  left:18px;
  top:18px;
  padding:7px 10px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
}

.product-card.is-selected .product-heart{
  color:#d49b25;
}

.vs-badge{
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,#f2c85c,#c89123);
  color:#fff;
  font-weight:900;
  box-shadow:0 12px 28px rgba(0,0,0,.28);
  z-index:2;
}

.vote-trust{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:4px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:20px;
  padding:15px 20px;
  background:rgba(255,255,255,.04);
}

.vote-trust div{
  display:flex;
  flex-direction:column;
  gap:3px;
}

.vote-trust b{
  color:#f2c85c;
  font-size:15px;
}

.vote-trust span{
  color:rgba(255,255,255,.74);
  font-size:13px;
}

@media(max-width:1180px){
  .today-vote-inner{grid-template-columns:1fr}
  .product-race{grid-template-columns:1fr}
  .vs-badge{margin:0 auto}
}

@media(max-width:720px){
  .today-vote{padding:0 18px 46px}
  .today-vote-inner{border-radius:24px;padding:24px 18px}
  .product-card{min-height:310px}
  .vote-trust{grid-template-columns:1fr}
}


/* =========================================================
   MARKET STORIES — horizontal story cards section
   ========================================================= */

.market-stories{
  background:#fbf5eb;
  padding:0 clamp(18px,4vw,62px) clamp(52px,5vw,82px);
  position:relative;
  z-index:3;
}

.market-stories-inner{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(260px,330px) 1fr;
  gap:clamp(18px,2vw,26px);
  align-items:stretch;
}

.stories-intro{
  min-height:240px;
  border-radius:26px;
  padding:28px;
  background:
    radial-gradient(circle at 86% 15%, rgba(200,145,35,.14), transparent 34%),
    linear-gradient(180deg,#fff8ec,#f4eadb);
  box-shadow:0 18px 42px rgba(82,55,18,.10), inset 0 1px 0 rgba(255,255,255,.72);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.stories-intro span{
  color:#c89123;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  margin-bottom:12px;
}

.stories-intro h2{
  margin:0 0 14px;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(32px,3vw,46px);
  line-height:1;
  letter-spacing:-.05em;
  color:#15120e;
}

.stories-intro p{
  margin:0 0 24px;
  font-size:17px;
  line-height:1.35;
  color:#302922;
  font-weight:600;
}

.story-main-btn{
  align-self:flex-start;
  border:1px solid rgba(188,132,30,.42);
  background:#fff7e8;
  color:#9b6814;
  border-radius:999px;
  padding:13px 18px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(122,78,12,.08);
  transition:transform .2s ease, background .2s ease;
}

.story-main-btn:hover{
  transform:translateY(-2px);
  background:#fff;
}

.stories-track{
  min-width:0;
  display:grid;
  grid-template-columns:repeat(4,minmax(190px,1fr));
  gap:clamp(14px,1.5vw,20px);
}

.story-card{
  position:relative;
  min-height:240px;
  border-radius:24px;
  overflow:hidden;
  text-decoration:none;
  color:#fff;
  isolation:isolate;
  background:#111;
  box-shadow:0 18px 42px rgba(82,55,18,.13);
}

.story-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .7s ease, filter .7s ease;
}

.story-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(0,0,0,.06) 0%,rgba(0,0,0,.18) 44%,rgba(0,0,0,.78) 100%);
  z-index:1;
}

.story-layer{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:2;
  text-shadow:0 2px 10px rgba(0,0,0,.34);
}

.story-layer span{
  width:30px;
  height:30px;
  border-radius:50%;
  background:#fff;
  color:#111;
  display:grid;
  place-items:center;
  font-size:14px;
  font-weight:900;
  margin-bottom:12px;
  text-shadow:none;
}

.story-layer h3{
  margin:0;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
  max-width:210px;
}

.story-layer p{
  margin:8px 0 0;
  font-size:15px;
  font-weight:800;
}

.story-card:hover img{
  transform:scale(1.07);
  filter:saturate(1.04) contrast(1.02);
}

@media(max-width:1180px){
  .market-stories-inner{
    grid-template-columns:1fr;
  }

  .stories-track{
    overflow-x:auto;
    grid-auto-flow:column;
    grid-auto-columns:minmax(220px,34%);
    grid-template-columns:none;
    padding-bottom:8px;
    scroll-snap-type:x mandatory;
  }

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

@media(max-width:720px){
  .market-stories{
    padding:0 18px 46px;
  }

  .stories-intro{
    min-height:auto;
  }

  .stories-track{
    grid-auto-columns:minmax(220px,78%);
  }
}


/* ARTICLES BLOCK */

.articles{
  background:#fbf5eb;
  padding:60px 20px;
}

.articles-inner{
  max-width:1200px;
  margin:0 auto;
}

.articles-head span{
  color:#c89123;
  font-weight:900;
  font-size:12px;
  letter-spacing:.1em;
}

.articles-head h2{
  font-size:36px;
  margin:10px 0 30px;
}

.articles-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.article-card{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  transition:transform .2s;
}

.article-card:hover{
  transform:translateY(-5px);
}

.article-card img{
  width:100%;
  height:180px;
  object-fit:cover;
}

.article-content{
  padding:15px;
}

.article-content h3{
  font-size:18px;
  margin-bottom:10px;
}

.article-content p{
  font-size:14px;
  margin-bottom:10px;
  color:#555;
}

.article-content a{
  font-weight:700;
  color:#c89123;
  text-decoration:none;
}


/* =========================================================
   ARTICLES COMPACT FIX
   - pulls article block closer to the previous section
   - reduces vertical height so the next block fits better
   - keeps visual style unchanged
   ========================================================= */

.articles{
  padding-top: 26px !important;
  padding-bottom: 38px !important;
}

.articles-head h2{
  margin-bottom: 22px !important;
}

.articles-grid{
  gap: 18px !important;
}

.article-card{
  border-radius: 18px !important;
}

.article-card img{
  height: 150px !important;
}

.article-content{
  padding: 14px 16px 16px !important;
}

.article-content h3{
  font-size: 17px !important;
  line-height: 1.18 !important;
  margin: 0 0 9px !important;
}

.article-content p{
  font-size: 13.5px !important;
  line-height: 1.35 !important;
  margin: 0 0 10px !important;
}

.article-content a{
  display:inline-flex;
  align-items:center;
  cursor:pointer;
}

/* laptop height optimization */
@media (max-height: 800px) and (min-width: 1000px){
  .articles{
    padding-top: 18px !important;
    padding-bottom: 28px !important;
  }

  .article-card img{
    height: 132px !important;
  }

  .articles-head h2{
    font-size: 32px !important;
    margin-bottom: 18px !important;
  }
}


/* =========================================================
   GLOBAL COMPACT LAYOUT
   Makes all main blocks sit one under another with small,
   premium spacing like the reference image.
   ========================================================= */

/* Reduce the gap after the hero */
.category-cards{
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

/* Reduce the gap after the category cards */
.today-vote{
  padding-top: 0 !important;
  padding-bottom: 18px !important;
}

/* Reduce the gap after the voting block */
.market-stories{
  padding-top: 0 !important;
  padding-bottom: 18px !important;
}

/* Reduce the gap before/after articles */
.articles{
  padding-top: 18px !important;
  padding-bottom: 28px !important;
}

/* Keep inner cards visually close and consistent */
.category-cards-inner,
.today-vote-inner,
.market-stories-inner,
.articles-inner{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Slightly tighter article header */
.articles-head h2{
  margin-top: 8px !important;
  margin-bottom: 18px !important;
}

/* Laptop optimization */
@media (max-height: 800px) and (min-width: 1000px){
  .category-cards{
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .today-vote,
  .market-stories{
    padding-bottom: 14px !important;
  }

  .articles{
    padding-top: 14px !important;
    padding-bottom: 24px !important;
  }
}


/* =========================================================
   ARTICLES HORIZONTAL DESIGN
   Article cards now look like real editorial previews:
   image on the left, text on the right.
   ========================================================= */

.articles-grid{
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.article-card{
  display:grid !important;
  grid-template-columns: 42% 58% !important;
  align-items:stretch !important;
  min-height: 128px !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.88) !important;
  overflow:hidden !important;
  box-shadow:0 10px 24px rgba(72,48,18,.08), inset 0 1px 0 rgba(255,255,255,.55) !important;
}

.article-card img{
  width:100% !important;
  height:100% !important;
  min-height:128px !important;
  object-fit:cover !important;
  object-position:center !important;
}

.article-content{
  padding: 14px 14px 12px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}

.article-content h3{
  font-size: 15.5px !important;
  line-height:1.16 !important;
  margin:0 0 7px !important;
  color:#15120e !important;
}

.article-content p{
  font-size: 12.5px !important;
  line-height:1.28 !important;
  margin:0 0 8px !important;
  color:#4b4339 !important;
}

.article-content a{
  font-size:13px !important;
  font-weight:900 !important;
  color:#b17816 !important;
}

@media(max-width:1180px){
  .articles-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media(max-width:720px){
  .articles-grid{
    grid-template-columns: 1fr !important;
  }

  .article-card{
    grid-template-columns: 38% 62% !important;
  }
}


/* =========================================================
   FOOTER — final premium bottom block
   ========================================================= */

.site-footer{
  background:
    radial-gradient(circle at 12% 18%, rgba(242,200,92,.12), transparent 32%),
    linear-gradient(135deg,#151515 0%,#0d0d0d 100%);
  color:#fff;
  padding: clamp(42px,5vw,70px) clamp(18px,4vw,62px) 24px;
  position:relative;
  z-index:3;
}

.footer-inner{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns: 1.45fr repeat(3, minmax(150px, .7fr));
  gap:clamp(28px,4vw,70px);
  align-items:start;
}

.footer-brand img{
  width:74px;
  height:74px;
  object-fit:contain;
  margin-bottom:16px;
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.28));
}

.footer-brand h2{
  margin:0;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(30px,2.5vw,42px);
  line-height:1;
  letter-spacing:-.045em;
}

.footer-slogan{
  margin:8px 0 18px;
  color:#f2c85c;
  font-family:Georgia,'Times New Roman',serif;
  font-size:20px;
}

.footer-text{
  margin:0;
  max-width:390px;
  color:rgba(255,255,255,.72);
  font-size:15px;
  line-height:1.55;
}

.footer-col{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.footer-col h3{
  margin:0 0 8px;
  color:#f2c85c;
  font-size:13px;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.footer-col a{
  color:rgba(255,255,255,.76);
  text-decoration:none;
  font-size:15px;
  font-weight:700;
  transition:color .2s ease, transform .2s ease;
}

.footer-col a:hover{
  color:#fff;
  transform:translateX(3px);
}

.footer-bottom{
  max-width:var(--max);
  margin:38px auto 0;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  justify-content:space-between;
  gap:18px;
  color:rgba(255,255,255,.58);
  font-size:13px;
}

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

@media(max-width:620px){
  .footer-inner{
    grid-template-columns:1fr;
  }

  .footer-bottom{
    flex-direction:column;
  }
}
