:root {
  --ink: #191919;
  --paper: #fffaf0;
  --orange: #ff5c35;
  --yellow: #ffd532;
  --mint: #8ce6c7;
  --cream: #fff1c9;
  --line: 2px solid var(--ink);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Noto Sans KR", sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { height: 86px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; background: var(--paper); border-bottom: var(--line); position: sticky; top: 0; z-index: 50; }
.logo { font-family: "Gasoek One", sans-serif; font-size: 27px; letter-spacing: -2px; }
.logo span { color: var(--orange); }
nav { display: flex; align-items: center; gap: clamp(26px, 4vw, 54px); font-weight: 700; font-size: 14px; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--orange); }
nav a.is-current { color: var(--orange); }
.nav-contact { padding: 11px 17px; border: var(--line); border-radius: 100px; box-shadow: 3px 3px 0 var(--ink); }
.nav-contact:hover { background: var(--yellow); color: var(--ink); }
.menu-button { display: none; background: none; border: 0; padding: 8px; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); transition: .25s; }

.hero { position: relative; min-height: calc(100vh - 86px); display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: var(--orange); padding: 70px clamp(24px, 7vw, 110px) 110px; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-block; margin: 0 0 20px; padding: 7px 11px; border: 1.5px solid currentColor; border-radius: 100px; font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.hero h1 { margin: 0; font-size: clamp(58px, 7.8vw, 118px); line-height: .95; letter-spacing: -.09em; font-weight: 900; }
.hero h1 em, .section-heading em, .contact h2 em { color: var(--yellow); font-style: normal; -webkit-text-stroke: 2px var(--ink); text-shadow: 4px 4px 0 var(--ink); }
.hero-description { margin: 30px 0; font-size: clamp(15px, 1.3vw, 18px); line-height: 1.8; font-weight: 600; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 100px; padding: 15px 21px; font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--ink); }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: var(--paper); color: var(--ink); border: var(--line); }
.button-outline { border: var(--line); }

.hero-visual { position: relative; height: min(620px, 66vw); min-height: 480px; display: grid; place-items: center; }
.orbit { position: absolute; border: 2px solid rgba(25,25,25,.6); border-radius: 50%; }
.orbit-one { width: 86%; height: 55%; transform: rotate(-18deg); }
.orbit-two { width: 76%; height: 46%; transform: rotate(49deg); }
.pack { width: clamp(230px, 23vw, 345px); height: clamp(330px, 34vw, 490px); position: relative; border: 3px solid var(--ink); background: var(--cream); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(7deg); box-shadow: 14px 15px 0 var(--ink); clip-path: polygon(3% 0, 97% 0, 100% 4%, 97% 8%, 100% 12%, 97% 16%, 100% 20%, 97% 24%, 100% 28%, 97% 32%, 100% 36%, 97% 40%, 100% 44%, 97% 48%, 100% 52%, 97% 56%, 100% 60%, 97% 64%, 100% 68%, 97% 72%, 100% 76%, 97% 80%, 100% 84%, 97% 88%, 100% 92%, 97% 100%, 3% 100%, 0 96%, 3% 92%, 0 88%, 3% 84%, 0 80%, 3% 76%, 0 72%, 3% 68%, 0 64%, 3% 60%, 0 56%, 3% 52%, 0 48%, 3% 44%, 0 40%, 3% 36%, 0 32%, 3% 28%, 0 24%, 3% 20%, 0 16%, 3% 12%, 0 8%, 3% 4%); }
.pack::before, .mini-pack::before { content: ""; position: absolute; inset: 15px; border: 1.5px solid var(--ink); border-radius: 50% 44% 52% 46%; transform: rotate(-8deg); }
.pack-top { position: absolute; top: 42px; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.pack strong, .mini-pack strong { position: relative; text-align: center; font-family: "Gasoek One", sans-serif; font-size: clamp(52px, 6vw, 88px); line-height: .8; letter-spacing: -7px; transform: rotate(-6deg); }
.pack strong i, .mini-pack strong i { color: var(--orange); font-style: normal; }
.hero-product-card { color: var(--ink); }
.hero-product-image { position: relative; z-index: 1; width: 76%; height: 65%; object-fit: contain; filter: drop-shadow(7px 9px 0 rgba(25,25,25,.78)); }
.pack-flavor { position: absolute; bottom: 43px; z-index: 2; max-width: 78%; display: -webkit-box; overflow: hidden; padding: 7px 13px; border: var(--line); border-radius: 14px; background: var(--yellow); font-size: 11px; font-weight: 900; line-height: 1.35; text-align: center; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.pack-badge { position: absolute; right: 23px; top: 90px; width: 62px; height: 62px; padding-top: 10px; border: var(--line); border-radius: 50%; background: var(--mint); text-align: center; font-size: 9px; line-height: 1.1; transform: rotate(8deg); }
.pack-badge b { font-size: 14px; }
.hero-sticker { position: absolute; right: 1%; bottom: 17%; z-index: 3; width: 110px; height: 110px; display: grid; place-content: center; background: var(--yellow); border: var(--line); border-radius: 50%; text-align: center; font-size: 13px; transform: rotate(9deg); box-shadow: 5px 5px 0 var(--ink); }
.hero-sticker b { font-size: 24px; }
.spark { position: absolute; font-size: 43px; }
.spark-one { left: 4%; top: 12%; }
.spark-two { right: 8%; top: 25%; font-size: 26px; }
.chip { position: absolute; width: 60px; height: 37px; border: var(--line); border-radius: 58% 42% 55% 45%; background: var(--yellow); box-shadow: inset 0 0 0 5px #ffc927; }
.chip-one { left: 7%; bottom: 17%; transform: rotate(-35deg); }
.chip-two { right: 5%; top: 15%; transform: rotate(28deg); }
.chip-three { right: 15%; bottom: 5%; transform: rotate(52deg) scale(.7); }
.ticker { position: absolute; bottom: 0; left: -2%; width: 104%; overflow: hidden; padding: 15px 0; background: var(--yellow); border-block: var(--line); transform: rotate(-1deg); white-space: nowrap; }
.ticker div { display: inline-flex; gap: 28px; align-items: center; min-width: max-content; animation: ticker 20s linear infinite; font-weight: 900; }
.ticker span { font-size: 15px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 130px clamp(24px, 7vw, 110px); }
.section-label { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.section-label span { width: 31px; height: 31px; display: grid; place-items: center; background: var(--ink); color: #fff; border-radius: 50%; font-size: 10px; letter-spacing: 0; }
.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; align-items: end; margin: 58px 0 100px; }
.about h2, .section-heading h2, .stories h2, .contact h2 { margin: 0; font-size: clamp(48px, 6.3vw, 92px); line-height: 1.05; letter-spacing: -.075em; }
.about h2 span { position: relative; z-index: 1; }
.about h2 span::after { content: ""; position: absolute; left: -2%; right: -2%; bottom: 4px; height: 22px; background: var(--yellow); z-index: -1; transform: rotate(-1deg); }
.about-copy { max-width: 570px; }
.about-copy p { line-height: 1.9; color: #555; }
.about-copy .lead { color: var(--ink); font-size: 20px; font-weight: 800; line-height: 1.65; }
.text-link { display: inline-flex; gap: 40px; border-bottom: 2px solid var(--ink); padding: 10px 0; margin-top: 20px; font-weight: 800; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); border-block: var(--line); }
.values article { padding: 38px 5%; position: relative; }
.values article + article { border-left: var(--line); }
.values article > span { color: var(--orange); font-weight: 900; }
.values h3 { margin: 18px 0 8px; font-size: 26px; }
.values p { margin: 0; color: #666; }

.products { background: var(--ink); color: #fff; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 65px; }
.products .section-label span { background: #fff; color: var(--ink); }
.section-heading h2 { text-align: right; }
.product-heading-copy { display: grid; justify-items: end; gap: 24px; }
.all-products-link { display: inline-flex; gap: 36px; padding-bottom: 8px; border-bottom: 2px solid #fff; font-size: 13px; font-weight: 800; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.product-card { min-width: 0; }
.product-image-link { height: 480px; position: relative; display: grid; place-items: center; padding: clamp(28px, 4vw, 60px); border: 2px solid #fff; border-radius: var(--radius); overflow: hidden; }
.product-image-link::before { content: ""; position: absolute; width: 70%; aspect-ratio: 1; border: 2px solid var(--ink); border-radius: 50%; opacity: .22; }
.product-orange .product-image-link { background: var(--orange); }
.product-yellow .product-image-link { background: var(--yellow); }
.product-mint .product-image-link { background: var(--mint); }
.product-image { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(12px 15px 0 rgba(25,25,25,.82)); transition: transform .3s ease; }
.product-image-link:hover .product-image { transform: rotate(-2deg) scale(1.04); }
.image-unavailable::after { content: attr(data-message); position: relative; z-index: 1; color: var(--ink); font-weight: 800; }
.product-info { padding: 22px 4px; display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: end; }
.product-info p { margin: 0 0 4px; color: #aaa; font-size: 13px; }
.product-info h3 { display: -webkit-box; margin: 0 0 14px; overflow: hidden; font-size: 18px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-price { font-size: 23px; }
.buy-button { display: inline-flex; align-items: center; gap: 14px; padding: 13px 16px; border: 2px solid #fff; border-radius: 100px; font-size: 13px; font-weight: 800; white-space: nowrap; transition: .2s; }
.buy-button:hover { background: var(--yellow); border-color: var(--yellow); color: var(--ink); box-shadow: 4px 4px 0 #fff; transform: translate(-2px, -2px); }
.product-status { grid-column: 1 / -1; margin: 0; padding: 50px 24px; border: 1px solid #666; border-radius: var(--radius); color: #aaa; text-align: center; }
.product-error { color: #fff; }

.product-page-hero { min-height: 500px; position: relative; display: flex; align-items: end; justify-content: space-between; gap: 50px; padding: 110px clamp(24px, 7vw, 110px) 80px; background: var(--orange); border-bottom: var(--line); overflow: hidden; }
.product-page-hero h1 { position: relative; z-index: 1; margin: 0; font-size: clamp(55px, 7vw, 104px); line-height: .98; letter-spacing: -.08em; }
.product-page-hero h1 em { color: var(--yellow); font-style: normal; -webkit-text-stroke: 2px var(--ink); text-shadow: 4px 4px 0 var(--ink); }
.product-page-hero > p { position: relative; z-index: 1; margin: 0 0 8px; font-size: 16px; font-weight: 700; line-height: 1.8; }
.product-page-pop { position: absolute; right: -1vw; top: 18px; color: transparent; font-family: "Gasoek One"; font-size: clamp(120px, 22vw, 330px); line-height: 1; -webkit-text-stroke: 2px rgba(25,25,25,.22); transform: rotate(-7deg); }
.products-catalog { min-height: 700px; }
.catalog-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 65px; }
.catalog-heading h2 { margin: 0; font-size: clamp(48px, 6.3vw, 92px); letter-spacing: -.075em; }

.stories { background: var(--paper); }
.stories-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 70px; }
.stories h2 { margin-top: 28px; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.story-status { grid-column: 1 / -1; margin: 0; padding: 50px 24px; border: var(--line); border-radius: var(--radius); color: #777; text-align: center; }
.story-image { aspect-ratio: 4 / 3; margin-bottom: 23px; border: var(--line); border-radius: var(--radius); position: relative; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.story-card a:hover .story-image { transform: translateY(-7px) rotate(-1deg); box-shadow: 8px 8px 0 var(--ink); }
.story-one { display: grid; place-items: center; background: var(--yellow); }
.story-one span { font-family: "Gasoek One"; font-size: 160px; line-height: 1; transform: rotate(-10deg); }
.story-one b { position: absolute; right: 12%; bottom: 14%; font-size: 20px; transform: rotate(8deg); }
.story-two { background: var(--mint); display: grid; place-items: center; }
.story-two span { font-size: 26px; font-weight: 900; transform: rotate(-8deg); }
.story-two i { position: absolute; font-size: 160px; color: var(--orange); opacity: .85; transform: rotate(8deg); font-style: normal; }
.story-three { background: var(--orange); display: grid; place-items: center; }
.logo-bubble { width: 190px; height: 190px; display: grid; place-content: center; background: var(--paper); border: var(--line); border-radius: 50%; text-align: center; font-family: "Gasoek One"; font-size: 45px; line-height: .85; transform: rotate(7deg); box-shadow: 8px 8px 0 var(--ink); }
.logo-bubble b { color: var(--orange); }
.story-card time { font-size: 11px; color: #888; }
.story-card h3 { margin: 9px 0; font-size: 19px; line-height: 1.4; }
.story-card p { margin: 0; color: #777; font-size: 13px; }

.contact { min-height: 660px; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--orange); }
.contact-inner { position: relative; z-index: 2; }
.contact h2 { font-size: clamp(58px, 7vw, 102px); }
.contact p:not(.eyebrow) { margin: 28px 0; font-size: 16px; line-height: 1.8; font-weight: 600; }
.contact-pop { position: absolute; right: -4vw; width: min(50vw, 700px); height: min(50vw, 700px); border: 3px solid var(--ink); border-radius: 50%; background: var(--yellow); display: grid; place-items: center; box-shadow: inset 0 0 0 28px var(--orange), inset 0 0 0 31px var(--ink); transform: rotate(-11deg); }
.contact-pop span { font-family: "Gasoek One"; font-size: clamp(58px, 9vw, 130px); letter-spacing: -5px; }
.contact-pop b { position: absolute; right: 13%; top: 13%; font-size: 100px; }

.contact-page-hero { min-height: 590px; position: relative; display: flex; align-items: end; justify-content: space-between; gap: 60px; padding: 120px clamp(24px, 7vw, 110px) 85px; overflow: hidden; background: var(--orange); border-bottom: var(--line); }
.contact-page-hero > div, .contact-page-hero > p { position: relative; z-index: 2; }
.contact-page-hero h1 { margin: 0; font-size: clamp(58px, 7.8vw, 112px); line-height: .96; letter-spacing: -.085em; }
.contact-page-hero h1 em { color: var(--yellow); font-style: normal; -webkit-text-stroke: 2px var(--ink); text-shadow: 4px 4px 0 var(--ink); }
.contact-page-hero > p { margin: 0 0 6px; font-size: 16px; font-weight: 700; line-height: 1.8; }
.contact-page-word { position: absolute; right: -2vw; top: 0; color: transparent; font-family: "Gasoek One", sans-serif; font-size: clamp(130px, 24vw, 350px); line-height: .9; -webkit-text-stroke: 2px rgba(25,25,25,.2); transform: rotate(-7deg); }
.contact-options { min-height: 760px; background: var(--ink); color: #fff; }
.contact-options-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 65px; }
.contact-options .section-label span { background: #fff; color: var(--ink); }
.contact-options h2 { margin: 0; font-size: clamp(46px, 6vw, 84px); letter-spacing: -.075em; }
.contact-button-list { display: grid; gap: 18px; }
.contact-channel { min-height: 145px; display: grid; grid-template-columns: minmax(110px, .35fr) 1fr; align-items: center; gap: 28px; padding: 28px 40px; border: 2px solid #fff; border-radius: var(--radius); transition: background .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease; }
.contact-channel > span { font-size: 13px; font-weight: 800; }
.contact-channel > strong { overflow-wrap: anywhere; font-size: clamp(25px, 4vw, 54px); letter-spacing: -.04em; }
.contact-channel:hover { background: var(--yellow); color: var(--ink); transform: translate(-4px, -4px); box-shadow: 8px 8px 0 var(--orange); }

footer { min-height: 210px; padding: 60px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr 1fr 1fr auto; align-items: center; gap: 35px; background: var(--ink); color: #fff; }
.footer-logo { font-size: 40px; }
footer p { margin: 5px 0; color: #999; font-size: 11px; }
.footer-links { display: flex; gap: 24px; font-size: 12px; font-weight: 700; }
.to-top { width: 45px; height: 45px; border: 1px solid #777; border-radius: 50%; background: transparent; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { height: 72px; }
  .menu-button { display: block; z-index: 2; cursor: pointer; }
  nav { position: fixed; inset: 72px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 24px 30px; background: var(--paper); border-bottom: var(--line); }
  nav.is-open { display: flex; }
  nav a { padding: 14px 0; font-size: 18px; }
  .nav-contact { margin-top: 8px; padding-inline: 17px; text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 55px; }
  .hero h1 { font-size: clamp(58px, 16vw, 88px); }
  .hero-visual { height: 620px; }
  .about-grid { grid-template-columns: 1fr; gap: 45px; margin-bottom: 70px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-top: 35px; text-align: left; }
  .product-heading-copy { justify-items: start; }
  .product-grid { grid-template-columns: 1fr; gap: 50px; }
  .product-image-link { height: 520px; }
  .product-page-hero { min-height: 560px; display: grid; align-content: end; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .contact-pop { opacity: .25; right: -25vw; width: 80vw; height: 80vw; }
  .contact-page-hero { min-height: 620px; display: grid; align-content: end; }
  .contact-options-head { display: block; }
  .contact-options h2 { margin-top: 28px; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .section { padding: 90px 20px; }
  .hero { padding: 46px 20px 92px; }
  .hero-description br { display: none; }
  .hero-visual { height: 485px; min-height: 0; }
  .pack { width: 230px; height: 335px; }
  .pack strong { font-size: 61px; }
  .hero-sticker { width: 85px; height: 85px; right: -3%; }
  .chip-one { left: 0; }
  .values { grid-template-columns: 1fr; }
  .values article { padding: 30px 5px; }
  .values article + article { border-left: 0; border-top: var(--line); }
  .products { padding-inline: 20px; }
  .product-image-link { height: 420px; }
  .product-info { grid-template-columns: 1fr; }
  .buy-button { justify-content: space-between; }
  .product-page-hero { min-height: 600px; padding: 100px 20px 70px; }
  .product-page-hero > p br { display: none; }
  .catalog-heading { display: block; }
  .catalog-heading h2 { margin-top: 28px; }
  .stories-head { display: block; }
  .stories-head .button { margin-top: 30px; }
  .story-grid { grid-template-columns: 1fr; gap: 50px; }
  .story-image { margin-bottom: 18px; }
  .contact { min-height: 660px; }
  .contact h2 { font-size: clamp(55px, 17vw, 78px); }
  .contact-pop { width: 115vw; height: 115vw; right: -67vw; top: 22%; }
  .contact-page-hero { min-height: 650px; padding: 100px 20px 65px; }
  .contact-page-hero > p br { display: none; }
  .contact-channel { min-height: 142px; grid-template-columns: 1fr; gap: 10px; padding: 24px; }
  .contact-channel > strong { font-size: clamp(24px, 8vw, 34px); }
  footer { grid-template-columns: 1fr; text-align: left; }
  .footer-links { flex-wrap: wrap; }
  .to-top { position: absolute; right: 24px; }
}

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