/* SunBurger — ULTIMATE Home Page (cinematic editorial experience) */

/* ============ GLOBAL PAGE RHYTHM ============ */
body { background: #FAF6F0; }
.home-ultimate { overflow-x: clip; }

/* ============ HERO — CINEMATIC EDITORIAL ============ */
.hero-cine {
  position: relative;
  min-height: 92vh;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 0;
  background:
    radial-gradient(1200px 600px at 85% 20%, rgba(139,0,0,.10), transparent 60%),
    radial-gradient(900px 500px at 10% 90%, rgba(223,161,60,.08), transparent 55%),
    #FAF6F0;
  padding: 90px max(28px, calc((100% - 1240px) / 2)) 70px;
  overflow: hidden;
}

/* subtle grain */
.hero-cine::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}

/* giant watermark word */
.hero-watermark {
  position: absolute;
  bottom: -3vw;
  inset-inline-start: -1vw;
  font-weight: 900;
  font-size: clamp(90px, 17vw, 260px);
  letter-spacing: .02em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(139,0,0,.08);
  user-select: none;
  pointer-events: none;
  line-height: 1;
  white-space: nowrap;
}

.hero-left { position: relative; z-index: 3; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 800; letter-spacing: .5px;
  color: #8B0000;
  background: rgba(139,0,0,.07);
  border: 1px solid rgba(139,0,0,.18);
  border-radius: 999px;
  padding: 8px 18px;
  margin-bottom: 28px;
  animation: fade-up .8s .1s both;
}
.hero-eyebrow .dot-live { width: 8px; height: 8px; border-radius: 50%; background: #1E7A46; box-shadow: 0 0 0 0 rgba(30,122,70,.5); animation: live 2s infinite; }
.hero-eyebrow.closed .dot-live { background: #C0392B; animation: none; }
@keyframes live { 70% { box-shadow: 0 0 0 8px rgba(30,122,70,0); } 100% { box-shadow: 0 0 0 0 rgba(30,122,70,0); } }

.hero-title {
  font-size: clamp(44px, 6.5vw, 88px);
  font-weight: 900;
  line-height: 1.12;
  color: #1C1512;
  margin-bottom: 10px;
  animation: fade-up .8s .22s both;
}
.hero-title .stroke-word {
  display: block;
  color: transparent;
  -webkit-text-stroke: 2.5px #8B0000;
  paint-order: stroke fill;
}
.hero-title .red-word { color: #8B0000; }

.hero-sub {
  font-size: clamp(15px, 1.6vw, 18px);
  color: #6F625B;
  font-weight: 500;
  max-width: 420px;
  line-height: 2.1;
  margin: 18px 0 34px;
  animation: fade-up .8s .34s both;
}

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; animation: fade-up .8s .46s both; }

.btn-ghost-dark {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 15px; font-weight: 800;
  color: #1C1512;
  border: 2px solid rgba(28,21,18,.22);
  border-radius: 999px;
  padding: 14px 30px;
  text-decoration: none;
  transition: border-color .2s, background .2s, transform .2s;
}
.btn-ghost-dark:hover { border-color: #1C1512; background: rgba(28,21,18,.04); transform: translateY(-2px); }

.hero-meta {
  display: flex; gap: 26px; margin-top: 44px;
  animation: fade-up .8s .58s both;
}
.hero-meta .hm { display: flex; flex-direction: column; }
.hero-meta .hm b { font-size: 20px; font-weight: 900; color: #1C1512; }
.hero-meta .hm span { font-size: 11.5px; color: #A08C76; font-weight: 700; margin-top: 2px; }

/* hero visual — right */
.hero-visual {
  position: relative;
  z-index: 2;
  height: min(72vh, 620px);
  animation: fade-in 1.2s .3s both;
}

.hero-burger {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.hero-burger img {
  width: min(88%, 560px);
  filter: drop-shadow(0 60px 80px rgba(60,10,0,.35));
  animation: float-burger 7s ease-in-out infinite;
}
@keyframes float-burger { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-18px) rotate(2deg); } }

/* rotating badge circle */
.hero-stamp {
  position: absolute;
  top: 6%;
  inset-inline-end: 2%;
  width: 128px; height: 128px;
  border-radius: 50%;
  background: #8B0000;
  color: #F9EED3;
  display: grid; place-items: center;
  font-weight: 900; font-size: 13px; text-align: center; line-height: 1.6;
  box-shadow: 0 24px 50px -12px rgba(139,0,0,.55);
  animation: spin-badge 22s linear infinite;
}
.hero-stamp span { animation: spin-badge-rev 22s linear infinite; display: block; }
@keyframes spin-badge { to { transform: rotate(1turn); } }
@keyframes spin-badge-rev { to { transform: rotate(-1turn); } }

/* floating chips */
.hero-chip {
  position: absolute;
  background: #FFFDF8;
  border: 1px solid #EADFD2;
  border-radius: 14px;
  box-shadow: 0 18px 40px -14px rgba(33,27,24,.25);
  padding: 10px 16px;
  font-size: 12.5px; font-weight: 800; color: #211B18;
  display: flex; align-items: center; gap: 8px;
  z-index: 4;
}
.hero-chip small { display: block; font-size: 10.5px; color: #A08C76; font-weight: 700; }
.hero-chip.c1 { bottom: 16%; inset-inline-start: -4%; animation: chip-float 6s .8s ease-in-out infinite; }
.hero-chip.c2 { top: 20%; inset-inline-start: 8%; animation: chip-float 7.4s .2s ease-in-out infinite; }
.hero-chip .chip-emoji { font-size: 22px; }
@keyframes chip-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* scroll hint */
.scroll-hint {
  position: absolute;
  bottom: 26px;
  left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: #A08C76; font-size: 10.5px; font-weight: 800; letter-spacing: 2px;
  z-index: 5;
}
.scroll-hint .mouse {
  width: 22px; height: 36px; border: 2px solid #C9B8A4; border-radius: 12px;
  position: relative;
}
.scroll-hint .mouse::after {
  content: ""; position: absolute; top: 6px; left: 50%; transform: translateX(-50%);
  width: 4px; height: 8px; border-radius: 2px; background: #8B0000;
  animation: wheel 1.8s ease infinite;
}
@keyframes wheel { 0% { opacity: 1; transform: translate(-50%,0); } 100% { opacity: 0; transform: translate(-50%,10px); } }

@keyframes fade-up { from { opacity: 0; transform: translateY(26px); } }
@keyframes fade-in { from { opacity: 0; } }

/* ============ MARQUEE STRIP ============ */
.marquee {
  background: #1C1512;
  color: #F3E9DC;
  overflow: hidden;
  padding: 16px 0;
  white-space: nowrap;
  position: relative;
}
.marquee-track { display: inline-flex; gap: 48px; animation: marquee 26s linear infinite; padding-inline-start: 48px; }
.marquee-track span { font-size: 15px; font-weight: 900; letter-spacing: 1px; display: inline-flex; align-items: center; gap: 14px; }
.marquee-track .m-dot { color: #DFA13C; }
@keyframes marquee { to { transform: translateX(50%); } }

/* ============ HUNGER EDITORIAL ============ */
.hunger {
  padding: 110px max(28px, calc((100% - 1240px) / 2)) 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
}
.hunger h2 {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.18;
  color: #1C1512;
}
.hunger h2 em { font-style: normal; color: #8B0000; }
.hunger .hunger-side {
  max-width: 300px;
  color: #6F625B; font-size: 14.5px; line-height: 2.1;
  border-inline-start: 3px solid #DFA13C;
  padding-inline-start: 18px;
  padding-bottom: 8px;
}

.hunger-grid {
  padding: 20px max(28px, calc((100% - 1240px) / 2)) 30px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-template-rows: 300px 240px;
  gap: 18px;
}
.hunger-grid .hg {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
}
.hunger-grid .hg:nth-child(1) { grid-row: 1 / 3; }
.hunger-grid .hg img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.hunger-grid .hg:hover img { transform: scale(1.07); }
.hunger-grid .hg .hg-cap {
  position: absolute; inset-inline: 0; bottom: 0;
  padding: 44px 20px 16px;
  background: linear-gradient(transparent, rgba(20,10,5,.78));
  color: #fff;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 10px;
}
.hunger-grid .hg .hg-cap b { font-size: 17px; font-weight: 900; }
.hunger-grid .hg .hg-cap small { display: block; font-size: 11.5px; opacity: .75; font-weight: 600; margin-top: 2px; }
.hunger-grid .hg .hg-cap .hg-price { font-weight: 900; color: #F5C36B; white-space: nowrap; }

/* ============ CATEGORIES — PILL LIST ============ */
.cats-sec { padding: 80px max(28px, calc((100% - 1240px) / 2)); }
.sec-eyebrow {
  font-size: 12px; font-weight: 900; letter-spacing: 3px;
  color: #A08C76; text-transform: uppercase;
  margin-bottom: 10px;
}
.cats-sec h2, .wanted h2, .story-sec h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 900; color: #1C1512; margin-bottom: 34px; }
.cats-row { display: flex; gap: 14px; flex-wrap: wrap; }
.cat-pill {
  display: inline-flex; align-items: center; gap: 12px;
  background: #FFFDF8;
  border: 1.5px solid #EADFD2;
  border-radius: 999px;
  padding: 14px 26px 14px 16px;
  text-decoration: none; color: #1C1512;
  font-weight: 800; font-size: 15px;
  transition: all .25s cubic-bezier(.2,.7,.2,1);
}
.cat-pill .cp-ic {
  width: 44px; height: 44px; border-radius: 50%;
  background: #F5EDE2;
  display: grid; place-items: center;
  font-size: 21px;
  transition: all .25s;
}
.cat-pill small { color: #A08C76; font-weight: 700; }
.cat-pill:hover {
  background: #8B0000; border-color: #8B0000; color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -16px rgba(139,0,0,.45);
}
.cat-pill:hover .cp-ic { background: rgba(255,255,255,.18); }
.cat-pill:hover small { color: rgba(255,255,255,.7); }

/* ============ MOST WANTED — editorial showcase ============ */
.wanted { padding: 80px max(28px, calc((100% - 1240px) / 2)); background: #F3ECE2; }
.wanted-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 40px; }
.wanted-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 18px;
}
.wcard {
  position: relative;
  background: #FFFDF8;
  border-radius: 22px;
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s;
}
.wcard:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -20px rgba(33,27,24,.3); }
.wcard.feature { grid-row: 1 / 3; }
.wcard .w-media { position: relative; overflow: hidden; }
.wcard.feature .w-media { aspect-ratio: 4/4.6; }
.wcard:not(.feature) .w-media { aspect-ratio: 16/9; }
.wcard .w-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.wcard:hover .w-media img { transform: scale(1.06); }
.wcard .w-rank {
  position: absolute; top: 14px; inset-inline-start: 14px;
  background: rgba(28,21,18,.85); color: #F5C36B;
  font-size: 11px; font-weight: 900; letter-spacing: 1px;
  border-radius: 999px; padding: 5px 13px;
  backdrop-filter: blur(4px);
}
.wcard .w-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 3px; flex: 1; }
.wcard.feature .w-body { padding: 22px 24px 24px; }
.wcard .w-body h3 { font-size: 16px; font-weight: 900; }
.wcard.feature .w-body h3 { font-size: 21px; }
.wcard .w-body p { font-size: 12px; color: #A08C76; font-weight: 600; line-height: 1.8; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.wcard .w-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 12px; }
.wcard .w-price { font-size: 16px; font-weight: 900; color: #8B0000; }
.wcard.feature .w-price { font-size: 20px; }
.wcard .w-price small { font-size: 10.5px; color: #A08C76; }
.w-add {
  width: 44px; height: 44px; border-radius: 50%;
  background: #8B0000; color: #fff;
  font-size: 21px; font-weight: 700;
  display: grid; place-items: center;
  box-shadow: 0 8px 20px -6px rgba(139,0,0,.5);
  transition: transform .2s, background .2s;
}
.w-add:hover { background: #650000; transform: scale(1.1); }
.wcard.is-off { opacity: .58; }
.wcard.is-off .w-media img { filter: grayscale(.9); }
.w-off-chip {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  background: #211B18; color: #F3E9DC;
  font-size: 12.5px; font-weight: 800;
  border-radius: 999px; padding: 7px 18px;
}

/* ============ CAMPAIGN ============ */
.campaign {
  margin: 90px max(28px, calc((100% - 1240px) / 2));
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: #1C1512;
  color: #fff;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  min-height: 400px;
  isolation: isolate;
}
.campaign .camp-glow {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(700px 380px at 80% 30%, rgba(139,0,0,.5), transparent 65%),
    radial-gradient(500px 300px at 15% 80%, rgba(223,161,60,.14), transparent 60%);
}
.campaign .camp-left { padding: 56px 48px; display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.camp-tag {
  display: inline-flex; align-self: flex-start;
  font-size: 11.5px; font-weight: 900; letter-spacing: 2px;
  color: #F5C36B; border: 1.5px solid rgba(245,195,107,.45);
  border-radius: 999px; padding: 6px 16px;
}
.campaign h2 { font-size: clamp(30px, 4.4vw, 52px); font-weight: 900; line-height: 1.2; }
.campaign h2 .gold { color: #F5C36B; }
.camp-sub { color: rgba(243,233,220,.72); font-size: 14.5px; line-height: 2; max-width: 400px; }
.camp-codes { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 6px; }
.camp-code {
  background: rgba(255,255,255,.07);
  border: 1.5px dashed rgba(245,195,107,.5);
  border-radius: 14px;
  padding: 12px 18px;
  display: flex; flex-direction: column; gap: 2px;
}
.camp-code b { font-size: 17px; font-weight: 900; letter-spacing: 1.5px; direction: ltr; color: #F5C36B; }
.camp-code span { font-size: 11px; color: rgba(243,233,220,.6); font-weight: 700; }
.campaign .camp-right { position: relative; min-height: 320px; }
.campaign .camp-right img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  opacity: .92;
}

/* ============ WHY — big words ============ */
.why-sec {
  padding: 110px max(28px, calc((100% - 1240px) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.why-words { display: flex; flex-direction: column; gap: 4px; }
.why-words .ww {
  font-size: clamp(56px, 8vw, 110px);
  font-weight: 900;
  line-height: 1.08;
  color: transparent;
  -webkit-text-stroke: 2px #D8CCBC;
  transition: color .4s, -webkit-text-stroke-color .4s;
  cursor: default;
}
.why-words .ww:hover { color: #8B0000; -webkit-text-stroke-color: #8B0000; }
.why-words .ww:nth-child(2):hover { color: #DFA13C; -webkit-text-stroke-color: #DFA13C; }
.why-cards { display: flex; flex-direction: column; gap: 14px; }
.why-item {
  display: flex; gap: 16px; align-items: flex-start;
  background: #FFFDF8;
  border: 1px solid #EADFD2;
  border-radius: 18px;
  padding: 20px 22px;
  transition: transform .25s;
}
.why-item:hover { transform: translateX(-6px); }
.why-item .wi-ic {
  width: 48px; height: 48px; flex-shrink: 0;
  background: #F5EDE2; border-radius: 14px;
  display: grid; place-items: center; font-size: 23px;
}
.why-item h3 { font-size: 15.5px; font-weight: 900; margin-bottom: 3px; }
.why-item p { font-size: 12.5px; color: #A08C76; font-weight: 600; line-height: 1.9; }

/* ============ STORY ============ */
.story-sec { padding: 40px max(28px, calc((100% - 1240px) / 2)) 90px; }
.story-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 50px; align-items: center; }
.story-grid .story-copy p { font-size: 15px; color: #6F625B; line-height: 2.2; }
.story-grid .story-copy .sig {
  margin-top: 22px;
  font-weight: 900; font-size: 14px; color: #8B0000;
  display: flex; align-items: center; gap: 10px;
}
.story-grid .story-copy .sig::before { content: ""; width: 34px; height: 2.5px; background: #DFA13C; border-radius: 2px; }
.story-photos { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 210px 150px; gap: 14px; }
.story-photos .sp { border-radius: 18px; overflow: hidden; }
.story-photos .sp:first-child { grid-row: 1/3; }
.story-photos .sp img { width: 100%; height: 100%; object-fit: cover; }

/* ============ FINAL CTA ============ */
.final-moment {
  margin: 0 max(28px, calc((100% - 1240px) / 2)) 90px;
  background: linear-gradient(135deg, #8B0000, #3D0000 70%);
  border-radius: 30px;
  padding: 80px 30px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.final-moment::before {
  content: "SUNBURGER";
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  font-size: clamp(70px, 14vw, 200px); font-weight: 900;
  color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.06);
  pointer-events: none; white-space: nowrap;
}
.final-moment h2 { font-size: clamp(30px, 4.5vw, 50px); font-weight: 900; margin-bottom: 10px; position: relative; }
.final-moment p { font-size: 15.5px; opacity: .82; margin-bottom: 34px; position: relative; }
.btn-order-now {
  position: relative;
  display: inline-flex; align-items: center; gap: 12px;
  background: #FFF9F4; color: #8B0000;
  font-size: 17px; font-weight: 900;
  padding: 17px 44px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 24px 50px -14px rgba(0,0,0,.5);
  transition: transform .25s;
}
.btn-order-now:hover { transform: translateY(-3px) scale(1.02); }
.btn-order-now .arrow { font-size: 19px; }

/* ============ reveal on scroll ============ */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ============ responsive ============ */
@media (max-width: 1024px) {
  .hero-cine { grid-template-columns: 1fr; padding-top: 60px; min-height: auto; }
  .hero-visual { height: 380px; order: -1; }
  .hero-burger img { width: min(70%, 380px); }
  .hunger-grid { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .hunger-grid .hg:nth-child(1) { grid-row: auto; }
  .wanted-grid { grid-template-columns: 1fr 1fr; }
  .wcard.feature { grid-row: auto; grid-column: 1 / -1; }
  .campaign { grid-template-columns: 1fr; }
  .campaign .camp-right { min-height: 260px; order: -1; }
  .campaign .camp-right img { clip-path: none; }
  .why-sec { grid-template-columns: 1fr; gap: 34px; }
  .story-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .hero-cine { padding-inline: 18px; }
  .hero-title { font-size: 40px; }
  .hero-sub { font-size: 13.5px; }
  .hero-actions .btn-ghost-dark { padding: 12px 22px; font-size: 13.5px; }
  .hero-stamp { width: 92px; height: 92px; font-size: 10.5px; top: 2%; }
  .hero-chip { font-size: 11px; padding: 8px 12px; }
  .hero-chip.c1 { inset-inline-start: 0; }
  .hero-meta { gap: 18px; }
  .hunger { grid-template-columns: 1fr; padding-top: 70px; }
  .hunger-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .wanted-grid { grid-template-columns: 1fr; }
  .cats-row { gap: 10px; }
  .cat-pill { padding: 10px 18px 10px 10px; font-size: 13px; }
  .cat-pill .cp-ic { width: 36px; height: 36px; font-size: 17px; }
  .campaign { margin-inline: 14px; border-radius: 22px; }
  .campaign .camp-left { padding: 34px 24px; }
  .why-words .ww { font-size: 52px; }
  .story-photos { grid-template-rows: 160px 110px; }
  .final-moment { margin-inline: 14px; padding: 56px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-burger img, .hero-chip, .hero-stamp, .hero-stamp span, .marquee-track, .scroll-hint .mouse::after, .hero-eyebrow .dot-live { animation: none !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
