/* KAVALAN GUIDE KOREA - static site */
:root{
  --bg:#0a0a0a;--bg2:#11100e;--panel:#151411;--text:#f3efe7;--muted:#aaa297;
  --gold:#d3a755;--gold2:#f2d69b;--line:rgba(211,167,85,.24);--soft:rgba(255,255,255,.055);
  --max:1180px;--radius:24px;--shadow:0 24px 70px rgba(0,0,0,.38);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo",Inter,system-ui,-apple-system,sans-serif;line-height:1.7;word-break:keep-all}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit}::selection{background:var(--gold);color:#111}
.container{width:min(calc(100% - 40px),var(--max));margin:auto}.eyebrow{font-size:.76rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold2);font-weight:800}.serif{font-family:Georgia,"Times New Roman",serif}.gold{color:var(--gold2)}
.skip{position:absolute;left:-999px;top:10px}.skip:focus{left:10px;z-index:1000;background:#fff;color:#000;padding:10px 14px;border-radius:8px}
.site-header{position:sticky;top:0;z-index:50;backdrop-filter:blur(18px);background:rgba(8,8,8,.76);border-bottom:1px solid rgba(255,255,255,.07)}
.nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.08em}.brand-mark{width:36px;height:36px;border:1px solid var(--gold);display:grid;place-items:center;border-radius:50%;font-family:Georgia,serif;color:var(--gold2)}.brand small{display:block;font-size:.61rem;color:var(--muted);letter-spacing:.16em;font-weight:700;margin-top:-3px}
.navlinks{display:flex;align-items:center;gap:24px;font-size:.91rem;color:#ddd7cd}.navlinks a:hover{color:var(--gold2)}.nav-cta{border:1px solid var(--line);padding:9px 13px;border-radius:999px}.menu-btn{display:none;background:transparent;color:#fff;border:1px solid var(--line);border-radius:10px;padding:8px 11px}
.hero{min-height:830px;position:relative;overflow:hidden;display:grid;align-items:center;background:radial-gradient(circle at 72% 38%,rgba(177,125,54,.16),transparent 26%),radial-gradient(circle at 20% 5%,rgba(255,255,255,.04),transparent 25%),linear-gradient(180deg,#090909,#0d0c0a 70%,#0a0a0a)}
.hero:before{content:"";position:absolute;inset:-10%;opacity:.32;background-image:repeating-radial-gradient(ellipse at 73% 58%,transparent 0 23px,rgba(211,167,85,.10) 24px 25px,transparent 26px 43px);transform:rotate(-12deg);pointer-events:none}.hero-grid{position:relative;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:55px;padding:80px 0 100px}.hero h1{font-size:clamp(3.7rem,8vw,7.5rem);line-height:.88;margin:14px 0 26px;letter-spacing:-.055em}.hero h1 span{display:block;font-size:.26em;letter-spacing:.04em;line-height:1.2;margin-bottom:10px;color:#d5cec1;font-family:inherit;font-weight:700}.hero-copy{max-width:640px;color:#c8c0b4;font-size:1.05rem}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 19px;border-radius:999px;border:1px solid var(--line);font-weight:800}.btn.primary{background:var(--gold);color:#17120a;border-color:var(--gold)}.btn:hover{transform:translateY(-1px)}
.bottle-stage{position:relative;min-height:610px;display:grid;place-items:center}.bottle-stage:after{content:"";position:absolute;width:72%;height:36px;background:rgba(0,0,0,.68);filter:blur(20px);bottom:42px;border-radius:50%}.bottle-stage img{height:590px;width:auto;position:relative;z-index:2;filter:drop-shadow(0 30px 45px rgba(0,0,0,.56))}.hero-badge{position:absolute;right:2%;bottom:17%;z-index:3;width:160px;height:160px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;text-align:center;background:rgba(11,10,9,.76);backdrop-filter:blur(10px);font-size:.76rem;letter-spacing:.11em;color:#ddd2be}
.quick-nav{position:relative;margin-top:-58px;z-index:5}.quick-grid{display:grid;grid-template-columns:repeat(5,1fr);background:rgba(20,18,15,.92);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;overflow:hidden}.quick-grid a{padding:21px 18px;text-align:center;border-right:1px solid var(--line);font-weight:800;font-size:.9rem}.quick-grid a:last-child{border:0}.quick-grid a:hover{background:rgba(211,167,85,.09);color:var(--gold2)}
section{padding:110px 0}.section-head{display:grid;grid-template-columns:.72fr 1.28fr;gap:45px;margin-bottom:52px;align-items:end}.section-head h2{font-size:clamp(2.25rem,5vw,4.45rem);line-height:1.02;letter-spacing:-.04em;margin:8px 0 0}.section-head p{color:var(--muted);max-width:690px;margin:0}.intro-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px}.editorial{font-size:1.12rem;color:#d8d0c4}.fact-panel{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,rgba(211,167,85,.06),rgba(255,255,255,.025));padding:30px}.facts{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.fact{background:var(--soft);border-radius:17px;padding:18px}.fact b{display:block;font-size:1.05rem;color:var(--gold2)}.fact span{color:var(--muted);font-size:.88rem}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature{border-top:1px solid var(--gold);padding:28px 20px 24px;background:linear-gradient(180deg,rgba(211,167,85,.06),transparent);min-height:230px}.feature i{font-family:Georgia,serif;font-size:2rem;color:var(--gold2);font-style:normal}.feature h3{margin:26px 0 8px;font-size:1.08rem}.feature p{color:var(--muted);font-size:.91rem;margin:0}
.products{background:var(--bg2)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{border:1px solid rgba(255,255,255,.085);border-radius:var(--radius);overflow:hidden;background:#12110f;transition:.25s}.product-card:hover{transform:translateY(-5px);border-color:var(--line);box-shadow:var(--shadow)}.product-visual{height:420px;display:grid;place-items:center;background:radial-gradient(circle at 50% 65%,rgba(211,167,85,.15),transparent 36%),linear-gradient(180deg,#181612,#0d0c0b);position:relative}.product-visual img{height:360px;width:auto}.product-tag{position:absolute;left:18px;top:18px;padding:7px 10px;border-radius:999px;background:rgba(0,0,0,.5);border:1px solid var(--line);font-size:.7rem;color:var(--gold2);letter-spacing:.08em}.product-body{padding:25px}.product-body h3{font-size:1.45rem;margin:0 0 10px}.product-body p{color:var(--muted);font-size:.92rem}.chips{display:flex;gap:7px;flex-wrap:wrap;margin:18px 0}.chip{font-size:.74rem;padding:5px 8px;background:rgba(255,255,255,.05);border-radius:999px;color:#d9d0c3}.text-link{color:var(--gold2);font-weight:800;font-size:.9rem}
.match-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.match{border:1px solid var(--line);padding:27px;border-radius:20px;background:linear-gradient(135deg,rgba(211,167,85,.08),rgba(255,255,255,.02))}.match small{color:var(--gold2);font-weight:800}.match h3{margin:8px 0;font-size:1.18rem}.match p{color:var(--muted);font-size:.9rem}.arrow{display:block;color:var(--gold);font-size:1.3rem;margin-top:18px}
.compare-wrap{overflow:auto;border:1px solid var(--line);border-radius:20px}.compare{width:100%;border-collapse:collapse;min-width:760px}.compare th,.compare td{padding:18px 20px;text-align:left;border-bottom:1px solid rgba(255,255,255,.07)}.compare th{font-size:.78rem;color:var(--gold2);letter-spacing:.06em;background:rgba(211,167,85,.055)}.compare td{color:#cfc7bb;font-size:.9rem}.compare tr:last-child td{border:0}
.korea-band{background:linear-gradient(135deg,#15120d,#0b0b0b);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.korea-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.stat-big{font-family:Georgia,serif;font-size:clamp(4rem,8vw,7rem);line-height:1;color:var(--gold2)}.source-note{font-size:.76rem;color:#807a72;margin-top:15px}
.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:0}summary{cursor:pointer;list-style:none;padding:24px 48px 24px 0;font-weight:850;position:relative}summary::-webkit-details-marker{display:none}summary:after{content:"+";position:absolute;right:8px;color:var(--gold2);font-size:1.35rem}details[open] summary:after{content:"−"}.answer{padding:0 55px 26px 0;color:#bdb5a9;max-width:920px}
.cta{padding:95px 0;background:radial-gradient(circle at 50% 0,rgba(211,167,85,.14),transparent 38%),#0d0c0a;text-align:center}.cta h2{font-size:clamp(2.5rem,6vw,5.4rem);margin:6px 0 20px;line-height:.98}.cta p{color:var(--muted);max-width:680px;margin:0 auto 28px}
.site-footer{padding:50px 0 95px;border-top:1px solid rgba(255,255,255,.07);color:#8d867c;font-size:.8rem}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.footer-links{display:flex;gap:16px;justify-content:flex-end;flex-wrap:wrap}.legal{margin-top:30px;padding-top:25px;border-top:1px solid rgba(255,255,255,.07);color:#777168}.legal strong{color:#b7aea1}
.age-gate{position:fixed;inset:0;z-index:200;background:rgba(5,5,5,.88);backdrop-filter:blur(20px);display:none;place-items:center;padding:24px}.age-gate.show{display:grid}.age-box{width:min(100%,520px);background:#12110f;border:1px solid var(--line);border-radius:26px;padding:38px;box-shadow:var(--shadow);text-align:center}.age-box .brand-mark{margin:0 auto 18px;width:54px;height:54px}.age-box h2{font-size:1.8rem;margin:8px 0}.age-box p{color:var(--muted);font-size:.92rem}.age-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}.age-actions button,.age-actions a{min-height:50px;border-radius:12px;border:1px solid var(--line);display:grid;place-items:center;font-weight:800;cursor:pointer}.age-ok{background:var(--gold);color:#111;border-color:var(--gold)!important}.age-no{background:transparent;color:#d6cec2}
.article-hero{padding:100px 0 65px;background:radial-gradient(circle at 75% 20%,rgba(211,167,85,.12),transparent 28%)}.breadcrumbs{color:#857f76;font-size:.79rem;margin-bottom:24px}.article-hero h1{font-size:clamp(2.7rem,6vw,5.7rem);line-height:.97;letter-spacing:-.045em;margin:12px 0}.lead{font-size:1.08rem;color:#c4bcb0;max-width:790px}.article-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:55px}.side-card{position:sticky;top:100px;align-self:start;border:1px solid var(--line);border-radius:22px;background:#11100e;padding:22px}.side-card img{height:390px;margin:auto}.specs{display:grid;gap:8px;margin-top:18px}.spec{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid rgba(255,255,255,.06);padding:9px 0;font-size:.84rem}.spec span:first-child{color:#858078}.article h2{font-size:2rem;line-height:1.2;margin:54px 0 14px}.article h2:first-child{margin-top:0}.article h3{margin-top:34px}.article p,.article li{color:#c4bcb0}.article ul{padding-left:20px}.quote{border-left:2px solid var(--gold);padding:8px 0 8px 20px;color:#e2d8c8;font-size:1.08rem}.answer-box{border:1px solid var(--line);border-radius:18px;padding:24px;background:rgba(211,167,85,.045);margin:18px 0}.answer-box h3{margin-top:0}.toc{display:flex;gap:8px;flex-wrap:wrap;margin:28px 0}.toc a{font-size:.78rem;border:1px solid var(--line);border-radius:999px;padding:7px 10px;color:#bfb5a6}
@media(max-width:900px){.navlinks{display:none;position:absolute;left:20px;right:20px;top:70px;flex-direction:column;align-items:stretch;background:#11100f;border:1px solid var(--line);border-radius:16px;padding:16px}.navlinks.open{display:flex}.menu-btn{display:block}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;padding:65px 0 110px}.hero h1{font-size:clamp(3.25rem,18vw,6rem)}.bottle-stage{min-height:490px}.bottle-stage img{height:470px}.hero-badge{width:125px;height:125px;right:8%;bottom:12%}.quick-grid{grid-template-columns:1fr 1fr}.quick-grid a{border-bottom:1px solid var(--line)}.section-head,.intro-grid,.korea-grid,.article-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr 1fr}.product-grid,.match-grid{grid-template-columns:1fr}.product-visual{height:360px}.product-visual img{height:305px}.side-card{position:relative;top:0}.footer-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start}}
@media(max-width:560px){.container{width:min(calc(100% - 28px),var(--max))}.brand{font-size:.86rem}.brand small{font-size:.54rem}section{padding:82px 0}.hero-grid{gap:20px}.hero-copy{font-size:.96rem}.bottle-stage{min-height:430px}.bottle-stage img{height:420px}.quick-grid{grid-template-columns:1fr}.quick-grid a{border-right:0}.section-head{gap:20px}.feature-grid,.facts{grid-template-columns:1fr}.feature{min-height:180px}.product-visual{height:330px}.product-visual img{height:280px}.age-box{padding:28px 20px}.age-actions{grid-template-columns:1fr}.article-hero{padding-top:70px}.article-grid{gap:32px}.side-card img{height:330px}.footer-links{display:grid}.answer{padding-right:0}}

/* v2: official product packshots */
.hero-bottles{position:relative;min-height:620px;display:flex;align-items:flex-end;justify-content:center;gap:0;padding-bottom:34px}
.hero-bottles:after{content:"";position:absolute;width:78%;height:36px;background:rgba(0,0,0,.72);filter:blur(22px);bottom:31px;border-radius:50%}
.hero-bottles img{position:relative;z-index:2;width:auto;object-fit:contain;filter:drop-shadow(0 30px 42px rgba(0,0,0,.55))}
.hero-bottles img:nth-child(1){height:475px;transform:translate(52px,18px) rotate(-3deg);z-index:1;opacity:.92}
.hero-bottles img:nth-child(2){height:585px;z-index:3}
.hero-bottles img:nth-child(3){height:475px;transform:translate(-52px,18px) rotate(3deg);z-index:1;opacity:.92}
.brand-logo-panel{background:#f7f4ed;border-radius:22px;padding:20px;display:grid;place-items:center;border:1px solid rgba(211,167,85,.35);min-height:310px}
.brand-logo-panel img{width:min(100%,310px);height:auto}
.collection-intro{display:flex;justify-content:space-between;align-items:end;gap:24px;margin:70px 0 24px;padding-top:45px;border-top:1px solid var(--line)}
.collection-intro h3{font-size:clamp(1.8rem,3vw,2.8rem);margin:5px 0 0}.collection-intro p{max-width:620px;color:var(--muted);margin:0}
.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.collection-card{border:1px solid rgba(255,255,255,.08);border-radius:20px;background:#11100e;overflow:hidden;transition:.25s;min-width:0}
.collection-card:hover{transform:translateY(-4px);border-color:var(--line);box-shadow:var(--shadow)}
.collection-shot{height:360px;display:grid;place-items:end center;padding:24px 18px 0;position:relative;background:radial-gradient(circle at 50% 72%,rgba(211,167,85,.14),transparent 38%),linear-gradient(180deg,#171510,#0d0c0b)}
.collection-shot img{height:320px;width:auto;max-width:90%;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(0,0,0,.45))}
.collection-card .product-body{padding:20px}.collection-card h3{font-size:1.08rem;line-height:1.25}.collection-card p{font-size:.84rem;margin:.35rem 0;color:var(--muted)}
.collection-card .chip{font-size:.68rem}.real-packshot{height:390px!important;width:auto!important;object-fit:contain}
.side-card .real-packshot{max-width:100%}
.product-logo-placeholder{background:#f5f2eb;border-radius:16px;padding:20px;margin:4px auto 18px}.product-logo-placeholder img{height:auto!important;width:100%!important;max-width:290px!important}
.source-badge{font-size:.72rem;color:#8f887e;margin-top:12px}.source-badge strong{color:#c9b88f}
.solo-hero{padding:100px 0 70px;background:radial-gradient(circle at 70% 30%,rgba(211,167,85,.13),transparent 30%)}
.solo-hero-grid{display:grid;grid-template-columns:1fr .75fr;gap:50px;align-items:center}.solo-hero h1{font-size:clamp(2.9rem,6vw,5.8rem);line-height:.98;margin:10px 0 18px}.solo-hero .lead{max-width:720px}.solo-hero-pack{height:520px;display:grid;place-items:center}.solo-hero-pack img{height:500px;width:auto;filter:drop-shadow(0 30px 42px rgba(0,0,0,.55))}
@media(max-width:1000px){.collection-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.hero-bottles{min-height:500px}.hero-bottles img:nth-child(1),.hero-bottles img:nth-child(3){height:350px}.hero-bottles img:nth-child(2){height:445px}.solo-hero-grid{grid-template-columns:1fr}.solo-hero-pack{height:440px}.solo-hero-pack img{height:420px}.collection-intro{align-items:start;flex-direction:column}}
@media(max-width:560px){.hero-bottles{min-height:390px}.hero-bottles img:nth-child(1),.hero-bottles img:nth-child(3){height:265px}.hero-bottles img:nth-child(2){height:345px}.hero-bottles img:nth-child(1){transform:translate(38px,12px) rotate(-3deg)}.hero-bottles img:nth-child(3){transform:translate(-38px,12px) rotate(3deg)}.collection-grid{grid-template-columns:1fr 1fr;gap:10px}.collection-shot{height:260px;padding:15px 8px 0}.collection-shot img{height:235px}.collection-card .product-body{padding:14px}.collection-card h3{font-size:.9rem;word-break:normal}.collection-card p{font-size:.76rem}.collection-card .chips{display:none}.solo-hero-pack{height:360px}.solo-hero-pack img{height:340px}}
