:root{
  --ink:#111111;
  --cream:#f8ecd7;
  --cream-dim:#d6d1c4;
  --paper:#fafafa;
  --line:rgba(255,255,255,.12);
}
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'Noto Sans KR',sans-serif;
  color:#222;
  background:#fff;
  -webkit-font-smoothing:antialiased;
  padding-bottom:56px; /* fixed footer bar */
}
a{color:inherit;text-decoration:none;}
.wrap{max-width:1100px;margin:0 auto;padding:0 24px;}
.eyebrow{
  font-size:13px;letter-spacing:.08em;font-weight:700;
}
.center{text-align:center;}

/* ---------- delivery watermark ---------- */
.watermark{
  position:fixed;
  inset:0;
  display:grid;
  place-items:center;
  z-index:45;
  pointer-events:none;
  user-select:none;
  width:100%;
  text-align:center;
}
.watermark span{
  font-size:clamp(72px,18vw,220px);
  font-weight:900;
  letter-spacing:-3px;
  line-height:1;
  color:rgba(255,255,255,.05);
  white-space:nowrap;
  text-align:center;
}

/* reveal-on-scroll */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .9s ease, transform .9s ease;}
.reveal.in{opacity:1;transform:translateY(0);}

/* ---------- top nav ---------- */
header.nav{
  position:fixed;top:0;left:0;right:0;z-index:50;
  display:flex;align-items:center;justify-content:space-between;
  padding:22px 32px;
  color:#fff;
  mix-blend-mode:difference;
}
header.nav .logo{font-weight:900;letter-spacing:.08em;font-size:15px;}
header.nav nav{display:flex;gap:28px;font-size:12px;letter-spacing:.08em;opacity:.75;}
header.nav nav a:hover{opacity:1;}
@media (max-width:700px){ header.nav nav{display:none;} }

/* ---------- hero ---------- */
.hero{
  position:relative;height:100vh;min-height:640px;
  display:flex;align-items:flex-end;
  background:
    linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.65)),
    radial-gradient(120% 90% at 30% 20%, #3a2b20 0%, #17110c 55%, #0a0805 100%);
  color:#fff;
  overflow:hidden;
}
.hero::before{
  content:'';position:absolute;inset:0;
  background-image:
    repeating-linear-gradient(115deg, rgba(255,255,255,.035) 0 2px, transparent 2px 26px);
  pointer-events:none;
}
.hero-inner{position:relative;padding:0 32px 70px;width:100%;}
.hero-tag{font-size:13px;letter-spacing:.2em;color:var(--cream);margin-bottom:18px;font-weight:700;}
.hero-title{font-size:clamp(34px,6vw,68px);font-weight:900;line-height:1.15;letter-spacing:-.01em;}
.hero-sub{margin-top:22px;font-size:15px;color:rgba(255,255,255,.65);max-width:520px;line-height:1.7;}
.hero-scroll{
  position:absolute;right:32px;bottom:36px;
  display:flex;flex-direction:column;align-items:center;gap:8px;
  font-size:11px;letter-spacing:.16em;color:rgba(255,255,255,.55);
}
.hero-scroll span{
  width:1px;height:44px;background:rgba(255,255,255,.4);
  position:relative;overflow:hidden;
}
.hero-scroll span::after{
  content:'';position:absolute;left:0;top:-100%;width:100%;height:100%;
  background:#fff;animation:scrolldown 1.8s infinite;
}
@keyframes scrolldown{ to{ top:100%; } }

/* ---------- overview ---------- */
section.overview{
  background:linear-gradient(180deg,#1b1b1b, #0c0c0c);
  color:#fff;padding:150px 0 170px;
}
.overview p.lede{
  max-width:640px;margin:0 auto 70px;line-height:1.9;font-size:16px;font-weight:700;color:var(--cream-dim);
}
.badges{display:flex;justify-content:center;gap:26px;flex-wrap:wrap;}
.badge{
  width:200px;height:200px;border-radius:50%;
  border:1px solid rgba(248,236,215,.35);
  display:flex;align-items:center;justify-content:center;text-align:center;
  padding:20px;font-size:13px;line-height:1.6;color:var(--cream);
}
.badge strong{display:block;font-size:26px;font-family:'Noto Sans KR',sans-serif;font-weight:900;margin-bottom:8px;}
@media (max-width:760px){ .badge{width:150px;height:150px;font-size:11.5px;} }

/* ---------- vision block ---------- */
section.vision{padding:130px 0;background:#fff;}
.vision-head{font-size:clamp(20px,3vw,26px);font-weight:700;color:#c54b38;margin-bottom:64px;line-height:1.6;}
.vision-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.vision-card{
  background:#e77600;color:#fff;border-radius:2px;
  aspect-ratio:1/0.82;display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;padding:26px;gap:14px;
}
.vision-card .label{font-family:'Noto Sans KR',sans-serif;font-size:16px;font-weight:700;letter-spacing:.08em;}
.vision-card p{font-size:13px;font-weight:700;line-height:1.7;opacity:.95;}
@media (max-width:760px){ .vision-grid{grid-template-columns:1fr;} }

/* ---------- full-bleed image bands ---------- */
.band{width:100%;position:relative;overflow:hidden;}
.band img{width:100%;display:block;}
.band.dark{aspect-ratio:16/9;background:linear-gradient(135deg,#26221d,#0d0b09);}
.band.warm{aspect-ratio:21/9;background:linear-gradient(135deg,#5b4a36,#2a2019);}
.band.split{display:grid;grid-template-columns:1fr 1fr;}
.band.split > div{aspect-ratio:1/1;}
.band.split > div:nth-child(1){background:linear-gradient(160deg,#403528,#161310);}
.band.split > div:nth-child(2){background:linear-gradient(200deg,#6d5c40,#26201a);}

/* ---------- concept motif ---------- */
section.motif{padding:150px 0;background:#0e0e0e;color:#fff;}
.motif-eyebrow{color:#333;}
section.motif .eyebrow{color:#fff;opacity:.7;}
.motif-row{
  display:flex;align-items:center;justify-content:center;gap:24px;margin:70px 0 110px;flex-wrap:wrap;
}
.motif-icon{text-align:center;font-size:13px;color:rgba(255,255,255,.8);}
.motif-icon .glyph{
  width:96px;height:96px;border-radius:50%;border:1px solid rgba(255,255,255,.25);
  display:flex;align-items:center;justify-content:center;font-size:34px;margin:0 auto 12px;
}
.plus{font-size:22px;color:rgba(255,255,255,.4);}
.keywords{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;}
.keyword{
  width:130px;height:130px;border-radius:50%;border:1px solid rgba(255,255,255,.3);
  display:flex;align-items:center;justify-content:center;text-align:center;
  font-size:14px;font-weight:700;letter-spacing:.02em;
}

/* ---------- product gallery ---------- */
section.products{padding:130px 0;background:#fff;}
.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;}
.product-card{border:1px solid #e0dbd4;border-radius:2px;overflow:hidden;}
.product-img{width:100%;aspect-ratio:4/3;background:linear-gradient(160deg,#26221d,#0d0b09);position:relative;}
.product-img-placeholder{
  position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  font-size:12px;letter-spacing:.1em;color:rgba(255,255,255,.2);font-weight:700;
}
.product-body{padding:24px 32px 32px;}
.product-rec{
  padding:14px 32px;
  font-size:12px;font-weight:700;color:#999;letter-spacing:.06em;
  border-bottom:1px solid #e0dbd4;
  background:#fafafa;
}
.product-head{
  display:flex;align-items:center;gap:12px;
  margin-bottom:14px;flex-wrap:wrap;
}
.product-tag{
  display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;
  border:1px solid #ccc;padding:4px 10px;margin-bottom:0;color:#666;
  flex-shrink:0;
}
.product-tag.spicy{border-color:#c54b38;color:#c54b38;}
.product-name{font-size:22px;font-weight:900;margin-bottom:0;letter-spacing:-.01em;}
.product-desc{font-size:13.5px;font-weight:700;line-height:1.85;color:#555;margin-bottom:22px;}
.product-specs{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:0;}
.product-specs li{
  font-size:11.5px;font-weight:700;letter-spacing:.06em;
  background:#f4f2ee;padding:5px 12px;color:#444;
}
@media(max-width:560px){.product-grid{grid-template-columns:1fr;}}

/* ---------- competitiveness ---------- */
section.strength{padding:130px 0;background:#f7f5f0;}
.strength-head{font-size:clamp(18px,2.5vw,24px);font-weight:700;color:#111;margin-bottom:64px;line-height:1.5;}
.strength-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;}
.strength-item{
  background:#fff;padding:36px 28px;border:1px solid #e8e4dc;
}
.strength-num{font-size:11px;font-weight:700;letter-spacing:.14em;color:#bbb;margin-bottom:18px;}
.strength-item h4{font-size:15px;font-weight:900;margin-bottom:12px;letter-spacing:-.01em;}
.strength-item p{font-size:13px;font-weight:700;line-height:1.8;color:#666;}
@media(max-width:560px){.strength-grid{grid-template-columns:1fr;}}

/* ---------- location ---------- */
section.location{padding:130px 0;background:#fff;}
.location-head{font-size:clamp(18px,2.5vw,24px);font-weight:700;color:#111;margin-bottom:52px;line-height:1.5;}
.location-body{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start;}
.location-info{display:flex;flex-direction:column;gap:0;}
.location-row{
  display:flex;gap:24px;padding:20px 0;
  border-bottom:1px solid #e8e4dc;
  align-items:flex-start;
}
.location-label{font-size:12px;font-weight:700;letter-spacing:.08em;color:#999;min-width:80px;padding-top:2px;}
.location-value{font-size:14px;font-weight:700;color:#222;line-height:1.6;}
.location-btn{
  display:inline-block;margin-top:28px;
  font-size:13px;font-weight:700;letter-spacing:.04em;
  color:#fff;background:#111;
  padding:14px 24px;
  transition:background .2s;
  align-self:flex-start;
}
.location-btn:hover{background:#c54b38;}
.location-map{
  width:100%;aspect-ratio:4/3;display:block;
}
@media(max-width:760px){
  .location-body{grid-template-columns:1fr;}
  .location-map-placeholder{order:-1;}
}

/* ---------- design concept tagline ---------- */
section.tagline{padding:150px 0;background:#f7f5f0;}
.tagline-title{font-family:'Noto Sans KR',sans-serif;font-style:normal;font-weight:700;font-size:clamp(24px,4vw,34px);color:#c54b38;margin:20px 0 26px;}
.tagline p.body{max-width:640px;font-size:14.5px;font-weight:700;line-height:1.9;color:#444;}

/* ---------- fixed bottom bar ---------- */
.footbar{
  position:fixed;left:0;right:0;bottom:0;z-index:60;
  background:#000;color:rgba(255,255,255,.7);
  display:flex;padding:0 32px;font-size:13px;height:56px;align-items:center;
}
.footbar > div{flex:1;}
.footbar a{opacity:.75;transition:opacity .2s;}
.footbar a:hover{opacity:1;color:#fff;}
.footbar .right{text-align:right;}
.footbar .center{text-align:center;}
