*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:#f5eee8;color:#2b1f1c;font-family:'Inter',sans-serif}
h1,h2,h3{font-family:'Noto Serif KR',serif}
a{text-decoration:none;color:inherit}
button{font-family:inherit;cursor:pointer}

.navbar{height:88px;padding:0 36px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#f8f1ec;border-bottom:1px solid rgba(43,31,28,.12);position:sticky;top:0;z-index:100}
.nav-left,.nav-right{display:flex;gap:28px;align-items:center;font-size:14px}
.nav-right{justify-content:flex-end}
.nav-left a{transition:.25s}
.nav-left a:hover,.footer-links a:hover{color:#7b2d34}
.brand-logo img{height:92px;width:auto;display:block}
.lang,.notification-btn{border:0;background:transparent;font-size:14px}
.lang.active{font-weight:700;color:#7b2d34}
.notification-btn{position:relative;padding:6px 8px}
.notification-btn b{position:absolute;top:-7px;right:-9px;background:#7b2d34;color:#fff;border-radius:999px;font-size:10px;min-width:18px;height:18px;display:grid;place-items:center}

.hero{position:relative;background:#f3e6df;overflow:hidden}
.hero>img{width:100%;display:block}
.hero-copy{position:absolute;right:9vw;top:21%;max-width:430px}
.eyebrow{font-size:13px;letter-spacing:1px;margin-bottom:26px;color:#5d3f3a}
.hero-copy h1{font-size:43px;line-height:1.42;font-weight:400;margin-bottom:24px;color:#3b241f}
.hero-copy p{font-size:16px;line-height:1.85;margin-bottom:32px;color:#4e3b36}
.shop-link{display:inline-flex;align-items:center;gap:20px;border-bottom:1px solid #3b241f;padding-bottom:10px;letter-spacing:1px}
.shop-link::after{content:'→'}

.products-intro{text-align:center;padding:70px 8vw 30px;background:#fffaf6}
.products-intro p{font-size:13px;letter-spacing:2px;margin-bottom:12px}
.products-intro h2{font-family:'Inter',sans-serif;font-size:16px;font-weight:400;color:#614b45}

.product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;padding:20px 5vw 70px;background:#fffaf6}
.product-card{text-align:center}
.product-card img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block;background:#eee1d8;transition:.35s ease}
.product-card:hover img{transform:translateY(-6px);box-shadow:0 22px 45px rgba(61,37,33,.12)}
.product-card h3{font-family:'Inter',sans-serif;font-size:14px;font-weight:500;margin:16px 0 6px}
.product-card p{font-size:13px;color:#66504a;margin-bottom:8px}
.product-card strong{display:block;font-size:16px;margin-bottom:12px}
.detail-link{display:inline-block;font-size:12px;letter-spacing:1px;border-bottom:1px solid #2b1f1c;padding-bottom:5px}

.feature-band{display:grid;grid-template-columns:repeat(4,1fr);background:#fbf5ef;border-top:1px solid rgba(43,31,28,.12);border-bottom:1px solid rgba(43,31,28,.12)}
.feature-band div{text-align:center;padding:34px 16px;border-right:1px solid rgba(43,31,28,.10)}
.feature-band span{font-size:36px;display:block;margin-bottom:8px}
.feature-band strong{font-size:12px;letter-spacing:.8px}
.feature-band p{font-size:13px;color:#614b45;margin-top:8px}

.brand-strip{position:relative;background:#f2e5dd;overflow:hidden}
.brand-strip img{width:100%;display:block}
.brand-strip div{position:absolute;left:10vw;top:24%;max-width:360px}
.brand-strip p{letter-spacing:9px;margin-bottom:26px}
.brand-strip h2{font-size:34px;line-height:1.55;font-weight:400;margin-bottom:24px}
.brand-strip span{line-height:1.85;color:#604b45}

.details-section{background:#f7f0ea}
.detail{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;align-items:center;padding:80px 9vw;border-top:1px solid rgba(43,31,28,.10)}
.detail:nth-child(even){background:#fffaf6}
.detail img{width:100%;height:330px;object-fit:cover;box-shadow:0 20px 55px rgba(61,37,33,.12)}
.detail h2{font-size:40px;font-weight:400;margin-bottom:12px}
.detail strong{display:block;font-size:24px;color:#7b2d34;margin-bottom:24px}
.detail p{font-size:16px;line-height:1.9;color:#604b45;margin-bottom:18px}

.contact{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;padding:90px 9vw;background:#f3e8df}
.contact-copy p{font-size:20px;font-family:'Noto Serif KR',serif;margin-bottom:24px}
.contact-copy h2{font-size:18px;font-weight:400;margin-bottom:10px}
.contact-copy span{line-height:1.8;color:#604b45}
form{display:grid;grid-template-columns:1fr 1fr;gap:14px}
input,select,textarea{width:100%;padding:15px;border:1px solid rgba(43,31,28,.14);background:#fffaf7;font-family:inherit}
select,textarea{grid-column:1/-1}
textarea{min-height:140px;resize:vertical}
form button{justify-self:end;width:160px;padding:15px;border:0;background:#3a201f;color:#fff}

footer{display:flex;align-items:center;justify-content:space-between;padding:34px 9vw;background:#f8f1ec;border-top:1px solid rgba(43,31,28,.12)}
footer img{height:86px}
.footer-links{display:flex;gap:36px;font-size:13px;color:#4e3b36}

.toast{position:fixed;right:24px;bottom:24px;max-width:360px;background:#3a201f;color:#fff;padding:16px 20px;box-shadow:0 18px 40px rgba(0,0,0,.2);opacity:0;pointer-events:none;transform:translateY(12px);transition:.3s;z-index:200}
.toast.show{opacity:1;transform:translateY(0)}

@media(max-width:1050px){
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .hero-copy{position:static;padding:45px 8vw}
  .brand-strip div{position:static;padding:50px 8vw}
  .detail,.contact{grid-template-columns:1fr}
}
@media(max-width:760px){
  .navbar{height:auto;grid-template-columns:1fr;gap:12px;padding:16px}
  .nav-left,.nav-right{justify-content:center;flex-wrap:wrap;gap:16px}
  .brand-logo img{margin:auto}
  .product-grid{grid-template-columns:repeat(2,1fr);gap:14px}
  .feature-band,form{grid-template-columns:1fr}
  select,textarea{grid-column:auto}
  form button{justify-self:stretch;width:100%}
  footer{flex-direction:column;gap:18px;text-align:center}
  .footer-links{flex-wrap:wrap;justify-content:center}
}
