:root {
  --ink: #17100d;
  --cream: #f6f0e6;
  --paper: #fffaf1;
  --red: #d93322;
  --red-dark: #a91f15;
  --orange: #ef7b25;
  --gold: #e8b550;
  --green: #54733d;
  --muted: #736961;
  --line: rgba(23, 16, 13, .13);
  --radius: 26px;
  --shadow: 0 24px 70px rgba(45, 22, 10, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
em { color: var(--red); font-style: normal; }
h1, h2, h3, p { margin-top: 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 16px 5%;
  pointer-events: none;
}
.navbar {
  width: min(1240px, 100%);
  min-height: 72px;
  margin: auto;
  padding: 9px 12px 9px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: white;
  background: rgba(22, 14, 11, .84);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 20px;
  box-shadow: 0 15px 45px rgba(0,0,0,.2);
  backdrop-filter: blur(18px);
  pointer-events: auto;
}
.brand, .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}
.brand strong, .footer-brand strong { font-weight: 800; }
.brand-logo, .footer-brand img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 14px;
}
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
  position: relative;
  color: rgba(255,255,255,.72);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: color .2s;
}
.nav-links a:hover { color: white; }
.nav-order {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 13px 18px;
  color: white;
  background: var(--red);
  border-radius: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: .2s ease;
}
.nav-order:hover { background: var(--orange); transform: translateY(-1px); }

.hero {
  min-height: 790px;
  padding: 150px 5% 72px;
  color: white;
  background:
    linear-gradient(90deg, rgba(17,9,7,.97) 0%, rgba(17,9,7,.85) 42%, rgba(17,9,7,.2) 75%),
    linear-gradient(0deg, rgba(17,9,7,.55), transparent 42%),
    url("images/foods/gulas.png") center right / cover no-repeat;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: -190px;
  top: 120px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.018);
}
.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1240px, 100%);
  min-height: 560px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.hero-content { max-width: 760px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 24px;
  color: #ffab6f;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 800;
}
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--red); }
.hero h1, .section-heading h2, .story-content h2, .order-intro h2 {
  margin-bottom: 28px;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(58px, 7vw, 106px);
  line-height: .93;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.hero-copy {
  max-width: 650px;
  color: rgba(255,255,255,.72);
  font-size: 18px;
  line-height: 1.75;
}
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 17px 22px;
  border-radius: 13px;
  text-decoration: none;
  font-weight: 800;
}
.btn-primary { color: white; background: var(--red); box-shadow: 0 16px 34px rgba(217,51,34,.28); }
.btn-primary:hover { background: var(--orange); }
.text-link { color: white; text-underline-offset: 6px; font-weight: 700; }
.text-link span { color: #ffab6f; margin-left: 6px; }
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 50px;
  color: rgba(255,255,255,.58);
  font-size: 13px;
  font-weight: 700;
}
.hero-trust span::first-letter { color: #ffab6f; }
.hero-card {
  align-self: flex-end;
  width: 245px;
  padding: 22px;
  margin-bottom: 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background: rgba(20,12,9,.7);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 60px rgba(0,0,0,.2);
}
.hero-card-label {
  display: inline-block;
  margin-bottom: 28px;
  padding: 6px 9px;
  color: #ffbc8c;
  background: rgba(239,123,37,.15);
  border-radius: 7px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-card > strong { display: block; font-size: 21px; }
.hero-card p { margin: 8px 0 28px; color: rgba(255,255,255,.62); font-size: 13px; }
.hero-card div { display: flex; justify-content: space-between; align-items: end; }
.hero-card div span { color: rgba(255,255,255,.5); font-size: 12px; }
.hero-card div b { color: #ffbc8c; font-size: 20px; }

.section { padding: 110px 5%; }
.products-section { width: min(1400px, 100%); margin: auto; }
.section-heading {
  width: min(1240px, 100%);
  margin: 0 auto 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}
.section-heading h2, .story-content h2, .order-intro h2 { font-size: clamp(48px, 5.8vw, 82px); margin-bottom: 0; }
.section-heading > p { max-width: 420px; margin-bottom: 6px; color: var(--muted); line-height: 1.75; }

.product-grid {
  width: min(1240px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.product-card {
  min-width: 0;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 35px rgba(55,29,17,.06);
  transition: transform .25s, box-shadow .25s;
}
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-visual {
  position: relative;
  height: 230px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #c84c43;
}
.berry .product-visual { background: radial-gradient(circle at 50% 45%, #ef796f, #a72924); }
.onion .product-visual { background: radial-gradient(circle at 50% 45%, #e8b968, #9b6327); }
.product-visual::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(255,255,255,.04), 0 0 0 70px rgba(255,255,255,.025);
}
.product-visual.photo {
  background:
    linear-gradient(0deg, rgba(20,9,5,.35), transparent 60%),
    url("images/foods/gulas.png") center 46% / cover no-repeat;
}
.product-icon { z-index: 1; font-size: 92px; filter: drop-shadow(0 18px 18px rgba(0,0,0,.2)); }
.product-number, .stock, .bestseller { position: absolute; z-index: 2; }
.product-number { top: 18px; left: 20px; color: rgba(255,255,255,.68); font-family: "Oswald"; font-size: 13px; }
.stock {
  right: 16px;
  bottom: 16px;
  padding: 7px 10px;
  color: #284018;
  background: #dceecb;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.bestseller {
  left: 18px;
  bottom: 16px;
  padding: 7px 10px;
  color: white;
  background: var(--red);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.product-content { padding: 25px; }
.product-type { margin-bottom: 8px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.product-content h3 { margin-bottom: 12px; font-family: "Oswald"; font-size: 29px; text-transform: uppercase; }
.product-content > p:not(.product-type) { min-height: 78px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 20px; border-top: 1px solid var(--line); }
.product-bottom > div { display: flex; flex-direction: column; }
.product-bottom strong { font-size: 21px; }
.product-bottom div span { color: var(--muted); font-size: 11px; }
.product-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 11px 12px 11px 16px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 11px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  transition: .2s;
}
.product-button span { color: white; background: var(--red); border-radius: 7px; padding: 4px 6px; }
.product-button:hover { color: white; background: var(--ink); }

.story-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 700px;
  color: white;
  background: var(--ink);
}
.story-image {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 600px;
  background:
    linear-gradient(rgba(34,13,7,.35), rgba(34,13,7,.55)),
    url("images/foods/gulas.png") center / cover;
}
.story-image::after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(255,255,255,.22); }
.story-image span {
  position: relative;
  z-index: 1;
  color: white;
  font-family: "Oswald";
  font-size: clamp(62px, 8vw, 120px);
  line-height: .82;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-5deg);
  text-shadow: 0 10px 40px rgba(0,0,0,.35);
}
.story-content { display: flex; flex-direction: column; justify-content: center; padding: 90px max(6%, 70px); }
.story-content > p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.62); line-height: 1.8; }
.story-points { margin-top: 26px; }
.story-points div { display: flex; align-items: center; gap: 18px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); }
.story-points strong { color: #ff9d63; font-family: "Oswald"; font-size: 14px; }
.story-points span { color: rgba(255,255,255,.82); font-weight: 700; }

.order-section {
  width: min(1240px, calc(100% - 10%));
  margin: 110px auto;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.order-intro { position: sticky; top: 115px; padding-top: 25px; }
.order-intro > p:not(.eyebrow) { max-width: 440px; color: var(--muted); line-height: 1.75; }
.order-intro ol { margin: 32px 0 0; padding: 0; list-style: none; }
.order-intro li { display: flex; align-items: center; gap: 14px; margin: 14px 0; font-weight: 700; }
.order-intro li span { width: 31px; height: 31px; display: grid; place-items: center; color: var(--red); background: rgba(217,51,34,.09); border-radius: 50%; font-size: 12px; }

.order-form {
  padding: 34px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.form-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.form-heading div { display: flex; flex-direction: column; gap: 5px; }
.form-heading div span, .order-total span { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.form-heading strong { font-size: 20px; }
.form-badge { padding: 7px 10px; color: var(--green); background: rgba(84,115,61,.1); border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.product-select { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 24px; }
.product-select button {
  min-height: 74px;
  padding: 12px 8px;
  color: var(--ink);
  background: #f4ecdf;
  border: 1px solid transparent;
  border-radius: 13px;
  cursor: pointer;
  font-size: 21px;
  transition: .2s;
}
.product-select button span { display: block; margin-top: 4px; font-size: 11px; font-weight: 800; }
.product-select button:hover, .product-select button.active { color: var(--red); background: #fff; border-color: rgba(217,51,34,.45); box-shadow: 0 8px 22px rgba(42,20,10,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 20px; }
label { display: block; color: var(--ink); font-size: 12px; font-weight: 800; }
.quantity-control { display: grid; grid-template-columns: 44px 1fr 44px; margin-top: 9px; }
.quantity-control button, .quantity-control input {
  height: 48px;
  margin: 0;
  color: var(--ink);
  background: #f4ecdf;
  border: 0;
  text-align: center;
}
.quantity-control button { cursor: pointer; font-size: 18px; }
.quantity-control button:first-child { border-radius: 11px 0 0 11px; }
.quantity-control button:last-child { border-radius: 0 11px 11px 0; }
.quantity-control input { border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-radius: 0; font-weight: 800; -moz-appearance: textfield; }
.quantity-control input::-webkit-outer-spin-button, .quantity-control input::-webkit-inner-spin-button { -webkit-appearance: none; }
.order-total { display: flex; flex-direction: column; justify-content: center; padding: 10px 18px; background: #f4ecdf; border-radius: 12px; }
.order-total strong { margin: 3px 0; color: var(--red); font-size: 24px; }
.order-total small { color: var(--muted); font-size: 10px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
input, textarea {
  width: 100%;
  margin: 8px 0 14px;
  padding: 14px 15px;
  color: var(--ink);
  background: white;
  border: 1px solid var(--line);
  border-radius: 11px;
  outline: none;
  transition: .2s;
}
input:focus, textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(217,51,34,.09); }
textarea { resize: vertical; }
.optional { float: right; color: var(--muted); font-weight: 600; }
.submit-button {
  width: 100%;
  min-height: 56px;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: white;
  background: var(--red);
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 800;
  transition: .2s;
}
.submit-button:hover { background: var(--red-dark); transform: translateY(-1px); }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; text-align: center; }

footer {
  padding: 40px 5%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  color: rgba(255,255,255,.62);
  background: #100a08;
  font-size: 12px;
}
.footer-brand { color: white; }
.footer-brand img { width: 44px; height: 44px; }
footer p { margin: 0; }
footer p:last-child { text-align: right; }

.toast {
  position: fixed;
  z-index: 80;
  left: 50%;
  bottom: 24px;
  padding: 13px 18px;
  color: white;
  background: var(--ink);
  border-radius: 11px;
  box-shadow: 0 16px 35px rgba(0,0,0,.25);
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  transform: translate(-50%, 20px);
  pointer-events: none;
  transition: .25s;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 940px) {
  .nav-links { display: none; }
  .hero-card { display: none; }
  .hero { background-position: 62% center; }
  .hero-inner { min-height: 510px; }
  .hero-content { max-width: 680px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 9px); }
  .story-section { grid-template-columns: 1fr; }
  .story-image { min-height: 460px; }
  .story-content { padding: 80px 7%; }
  .order-section { grid-template-columns: 1fr; gap: 40px; }
  .order-intro { position: static; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  footer p:last-child { text-align: center; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 86px; }
  .site-header { padding: 10px; }
  .navbar { min-height: 62px; border-radius: 16px; }
  .brand-logo { width: 42px; height: 42px; border-radius: 11px; }
  .brand { font-size: 15px; }
  .nav-order { padding: 11px 13px; font-size: 12px; }
  .nav-order span { display: none; }
  .hero { min-height: 720px; padding: 120px 20px 55px; background-position: 66% center; }
  .hero::after { content: ""; position: absolute; inset: 0; background: rgba(10,5,3,.2); }
  .hero-inner { min-height: 530px; align-items: flex-end; }
  .hero-content { position: relative; z-index: 2; }
  .hero h1 { font-size: clamp(52px, 17vw, 72px); }
  .hero-copy { font-size: 15px; line-height: 1.65; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-trust { gap: 8px 14px; margin-top: 32px; font-size: 11px; }
  .section { padding: 75px 18px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .section-heading h2, .story-content h2, .order-intro h2 { font-size: 52px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card:last-child { grid-column: auto; max-width: none; }
  .product-visual { height: 210px; }
  .story-image { min-height: 390px; }
  .story-content { padding: 68px 20px; }
  .order-section { width: calc(100% - 36px); margin: 75px auto; }
  .order-form { padding: 22px 16px; border-radius: 20px; }
  .form-heading strong { font-size: 16px; }
  .product-select button { min-height: 68px; font-size: 18px; }
  .form-row, .field-grid { grid-template-columns: 1fr; gap: 0; }
  .order-total { margin-top: 12px; }
  footer { padding: 38px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}