:root {
    --cream: #f7f4ec;
    --paper: #fbfaf6;
    --ink: #181814;
    --muted: #77736a;
    --line: rgba(24, 24, 20, .22);
    --serif: "Times New Roman", "Noto Serif KR", serif;
    --sans: Arial, "Noto Sans KR", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 14px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
figure { margin: 0; }
h1, h2 { font-weight: 600; letter-spacing: -.025em; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.eyebrow, .footer-label { color: var(--muted); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.text-link { position: relative; display: inline-block; width: max-content; margin-top: 22px; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.text-link::after { content: ""; position: absolute; right: 0; bottom: -3px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.text-link:hover::after { transform: scaleX(1); transform-origin: left; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; display: flex; align-items: center; justify-content: space-between; height: 68px; padding: 0 34px; color: var(--ink); border-bottom: 1px solid var(--line); background: rgba(247,244,236,.95); backdrop-filter: blur(10px); }
.wordmark { font-family: var(--serif); font-size: 31px; font-weight: 600; letter-spacing: .11em; line-height: 1; }
.menu-toggle { display: block; width: 34px; padding: 8px 4px; border: 0; color: inherit; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 5px 0; background: currentColor; transition: transform .25s, opacity .2s; }
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-menu { position: fixed; inset: 0; z-index: 90; visibility: hidden; overflow-y: auto; opacity: 0; background: var(--cream); transition: opacity .25s, visibility .25s; }
.menu-open .mobile-menu { visibility: visible; opacity: 1; }
.mobile-menu__inner { display: grid; grid-template-columns: minmax(260px,.65fr) 1.35fr; gap: 8vw; max-width: 1500px; min-height: 100%; margin: 0 auto; padding: 125px 5vw 70px; }
.mobile-menu__label { position: absolute; top: 92px; color: var(--muted); font-size: 9px; letter-spacing: .16em; }
.menu-main { display: flex; flex-direction: column; gap: 12px; }
.menu-main a { font-family: var(--serif); font-size: clamp(42px,5vw,78px); line-height: 1.05; }
.menu-products { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; padding-top: 8px; }
.menu-products h2 { padding-bottom: 12px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 500; }
.menu-products section { display: flex; flex-direction: column; gap: 11px; }
.menu-products a { color: #55524b; font-size: 11px; line-height: 1.4; }

.hero-slider { position: relative; height: calc(100vh - 68px); min-height: 620px; margin-top: 68px; overflow: hidden; background: #e7e2d8; }
.hero-slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; background: var(--hero-image) center/cover no-repeat; transform: scale(1.015); transition: opacity .8s, visibility .8s, transform 6s; }
.hero-slide.is-active { visibility: visible; opacity: 1; transform: scale(1); }
.slider-controls { position: absolute; right: 30px; bottom: 25px; z-index: 5; display: flex; gap: 7px; }
.slider-dot { width: 30px; height: 2px; padding: 0; border: 0; background: rgba(255,255,255,.55); cursor: pointer; }
.slider-dot.is-active { width: 52px; background: #fff; }

.home-story { display: grid; grid-template-columns: repeat(12,1fr); gap: 70px 34px; max-width: 1500px; margin: 0 auto; padding: 150px 5vw 180px; }
.home-story__lead { grid-column: 1 / 7; min-height: 620px; }
.home-story__lead img, .home-story__image img { height: 100%; object-fit: cover; }
.home-story__copy { grid-column: 8 / 13; display: flex; align-items: center; justify-content: center; min-height: 620px; }
.home-story__copy p { max-width: 430px; margin: 0; font-family: var(--serif); font-size: clamp(20px,2vw,31px); line-height: 1.45; }
.home-story__title { grid-column: 1 / 5; min-height: 360px; padding-top: 60px; }
.home-story__title h2 { margin: 20px 0 55px; font-family: var(--serif); font-size: clamp(54px,6vw,100px); font-weight: 400; line-height: .95; }
.home-story__image { min-height: 560px; }
.home-story__image--left { grid-column: 1 / 7; }
.home-story__image--right { grid-column: 7 / 13; margin-top: 130px; }

.lineup-section { max-width: 1500px; margin: 0 auto; padding: 70px 34px 160px; }
.lineup-heading { display: flex; align-items: baseline; gap: 48px; margin-bottom: 36px; border-bottom: 1px solid var(--line); }
.lineup-heading h2 { margin: 0 0 19px; font-family: var(--serif); font-size: 33px; font-weight: 600; letter-spacing: .02em; }
.lineup-tabs { display: flex; gap: 26px; }
.lineup-tabs button { position: relative; padding: 0 0 20px; border: 0; color: var(--muted); background: transparent; font-size: 11px; cursor: pointer; }
.lineup-tabs button::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; background: var(--ink); transform: scaleX(0); }
.lineup-tabs button.is-active { color: var(--ink); }
.lineup-tabs button.is-active::after { transform: scaleX(1); }
.lineup-panel { display: none; }
.lineup-panel.is-active { display: block; }
.lineup-grid, .product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 50px 12px; }
.product-card__image { display: block; overflow: hidden; aspect-ratio: .86; background: var(--card-color,#ece8dd); }
.product-card__image img { height: 100%; object-fit: cover; transition: transform .55s; }
.product-card:hover .product-card__image img { transform: scale(1.02); }
.product-card__meta { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; padding: 13px 2px 0; }
.product-card__meta h2, .product-card__meta h3 { margin: 0; font-size: 10px; font-weight: 500; line-height: 1.45; text-transform: uppercase; }
.product-card__meta span { color: var(--muted); font-size: 9px; }
.product-card__category { display: none; }

.page-hero { display: flex; min-height: 430px; flex-direction: column; align-items: center; justify-content: center; padding: 145px 24px 70px; text-align: center; }
.page-hero h1 { margin: 15px 0; font-family: var(--serif); font-size: clamp(58px,8vw,110px); font-weight: 400; }
.category-filter { position: sticky; top: 68px; z-index: 20; display: flex; justify-content: center; gap: 30px; padding: 17px 24px; border-block: 1px solid var(--line); background: rgba(247,244,236,.94); }
.category-filter a { color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.category-filter a.is-active { color: var(--ink); border-bottom: 1px solid; }
.product-grid { padding: 60px 34px 150px; }
.empty-state { grid-column: 1 / -1; padding: 70px 0; color: var(--muted); text-align: center; }

.product-detail-head { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(380px,.88fr); gap: 7vw; max-width: 1370px; min-height: 900px; margin: 0 auto; padding: 150px 5vw 130px; }
.product-gallery { display: grid; grid-template-columns: minmax(0,1fr) 90px; gap: 13px; align-self: start; }
.product-gallery__stage { display: flex; align-items: center; justify-content: center; min-height: 650px; overflow: hidden; background: var(--product-color); }
.product-gallery__stage img { width: 100%; height: 100%; object-fit: contain; }
.product-gallery__thumbs { display: flex; flex-direction: column; gap: 10px; }
.product-gallery__thumbs button { padding: 0; overflow: hidden; border: 1px solid transparent; background: #efede7; opacity: .55; cursor: pointer; }
.product-gallery__thumbs button.is-active { border-color: var(--ink); opacity: 1; }
.product-gallery__thumbs img { aspect-ratio: 1; object-fit: cover; }
.product-summary { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-bottom: 40px; }
.product-summary h1 { max-width: 560px; margin: 18px 0 20px; font-size: clamp(24px,2.5vw,39px); font-weight: 600; line-height: 1.2; }
.product-summary__description { max-width: 570px; margin: 0 0 65px; font-size: 14px; line-height: 1.7; }
.button { display: inline-flex; min-width: 160px; align-items: center; justify-content: center; padding: 14px 28px; border: 1px solid #777; color: #555; background: rgba(255,255,255,.35); font-size: 12px; letter-spacing: .05em; }
.button:hover { color: #fff; background: var(--ink); border-color: var(--ink); }

.product-document-section { max-width: 760px; margin: 0 auto; padding: 140px 24px; }
.product-document-section h2, .reviews-section > h2 { margin-bottom: 42px; text-align: center; font-size: 24px; }
.feature-list { display: flex; flex-direction: column; gap: 22px; }
.feature-list article h3 { margin: 0 0 2px; font-size: 14px; }
.feature-list article p { margin: 0; color: #4e4b45; font-size: 13px; }
.product-usage { padding-top: 100px; padding-bottom: 160px; }
.product-usage ol { max-width: 620px; margin: 0 auto; padding-left: 22px; }
.product-usage li { margin: 7px 0; padding-left: 4px; }

.reviews-section { max-width: 1420px; margin: 0 auto; padding: 80px 34px 170px; }
.reviews-section > h2 { margin-bottom: 70px; }
.review-market + .review-market { margin-top: 75px; }
.review-market > header { display: flex; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid var(--line); color: #c45445; font-size: 10px; letter-spacing: .12em; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; padding-top: 12px; }
.review-card { min-height: 320px; padding: 24px; border: 1px solid var(--line); background: rgba(255,255,255,.34); }
.review-card > div { display: flex; justify-content: space-between; gap: 15px; font-size: 10px; }
.review-card time { color: var(--muted); }
.review-card > p { margin: 35px 0 0; font-size: 12px; line-height: 1.65; }

.story-intro { display: flex; min-height: 95vh; flex-direction: column; align-items: center; justify-content: center; padding: 150px 24px 100px; text-align: center; }
.story-intro h1 { margin-bottom: 45px; font-size: clamp(24px,3vw,42px); }
.story-intro p { margin: 7px 0; }
.story-balance { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; }
.story-balance__copy { display: flex; flex-direction: column; justify-content: center; padding: 100px 8vw; }
.story-balance__copy h2 { margin-bottom: 55px; font-size: clamp(28px,3vw,48px); }
.story-balance figure img { height: 100%; object-fit: cover; }
.story-vegan { padding: 170px 5vw 80px; }
.story-vegan__copy { text-align: center; }
.story-vegan__copy h2 { margin-bottom: 45px; font-size: clamp(28px,3vw,48px); }
.story-collage { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; max-width: 1250px; margin: 130px auto 0; }
.story-collage figure { min-height: 620px; }
.story-collage__right { margin-top: 120px; }
.story-collage img { height: 100%; object-fit: cover; }
.story-band { height: 360px; margin-top: 120px; }
.story-band img { height: 100%; object-fit: cover; }
.story-manifesto { padding: 150px 24px 180px; text-align: center; }
.story-manifesto h2 { margin-bottom: 45px; font-size: clamp(30px,4vw,58px); }
.story-manifesto p { margin: 18px auto; }

.contact-hero { min-height: 680px; background: #ebe7dd; }
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; padding: 0 28px 130px; }
.contact-grid article { min-height: 350px; padding: 35px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-grid h2 { margin: 40px 0 18px; font-size: clamp(26px,3vw,42px); }
.not-found { display: flex; min-height: 80vh; flex-direction: column; align-items: center; justify-content: center; padding: 120px 24px; text-align: center; }

.site-footer { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; padding: 80px 34px 30px; color: #ece8de; background: #1b1b17; }
.wordmark--footer { font-size: 48px; }
.site-footer__brand > p:last-child { color: #aaa79f; font-family: var(--serif); font-size: 18px; }
.site-footer__links { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.site-footer__links > div { display: flex; flex-direction: column; gap: 8px; }
.site-footer__links a { font-size: 12px; }
.site-footer__legal { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 50px; border-top: 1px solid #4a4944; color: #8c8982; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.reveal { opacity: 1; transform: none; }

@media (max-width: 1000px) {
    .mobile-menu__inner { grid-template-columns: 1fr; }
    .menu-products { padding-top: 30px; }
    .home-story__lead { min-height: 500px; }
    .home-story__copy { min-height: 500px; }
    .lineup-grid, .product-grid { grid-template-columns: repeat(2,1fr); }
    .product-detail-head { grid-template-columns: 1fr; }
    .product-summary { padding: 30px 0 0; }
    .story-balance { grid-template-columns: 1fr; }
    .story-balance figure { min-height: 620px; }
}

@media (max-width: 720px) {
    body { font-size: 13px; }
    .site-header { height: 58px; padding: 0 18px; }
    .wordmark { font-size: 25px; }
    .mobile-menu__inner { display: block; padding: 105px 22px 50px; }
    .mobile-menu__label { top: 75px; }
    .menu-main a { font-size: 42px; }
    .menu-products { grid-template-columns: 1fr; gap: 32px; margin-top: 45px; }
    .hero-slider { height: 72vh; min-height: 510px; margin-top: 58px; }
    .hero-slide { background-position: center; }
    .slider-controls { right: 18px; bottom: 18px; }
    .home-story { display: block; padding: 75px 18px 100px; }
    .home-story__lead, .home-story__copy, .home-story__title, .home-story__image { min-height: 0; margin: 0 0 75px; }
    .home-story__lead { height: 62vh; }
    .home-story__copy { padding: 35px 12px 10px; }
    .home-story__copy p { font-size: 22px; }
    .home-story__title { padding: 15px 0; }
    .home-story__title h2 { font-size: 62px; }
    .home-story__image { height: 58vh; }
    .home-story__image--right { margin-left: 13vw; }
    .lineup-section { padding: 40px 12px 100px; }
    .lineup-heading { display: block; }
    .lineup-heading h2 { font-size: 30px; }
    .lineup-tabs { gap: 18px; overflow-x: auto; }
    .lineup-tabs button { white-space: nowrap; }
    .lineup-grid, .product-grid { grid-template-columns: repeat(2,1fr); gap: 36px 8px; }
    .product-card__meta { display: block; }
    .product-card__meta span { display: block; margin-top: 5px; }
    .category-filter { top: 58px; justify-content: flex-start; overflow-x: auto; }
    .category-filter a { white-space: nowrap; }
    .product-grid { padding: 40px 10px 90px; }
    .product-detail-head { min-height: 0; padding: 95px 10px 80px; }
    .product-gallery { grid-template-columns: 1fr; }
    .product-gallery__stage { min-height: 58vh; }
    .product-gallery__thumbs { flex-direction: row; overflow-x: auto; }
    .product-gallery__thumbs button { min-width: 70px; width: 70px; }
    .product-summary { padding: 40px 14px 0; }
    .product-summary h1 { font-size: 26px; }
    .product-summary__description { margin-bottom: 40px; }
    .product-document-section { padding: 95px 24px; }
    .product-usage { padding-top: 65px; padding-bottom: 110px; }
    .reviews-section { padding: 70px 14px 110px; }
    .review-grid { grid-template-columns: 1fr; }
    .review-card { min-height: 0; }
    .story-intro { min-height: 85vh; padding-inline: 24px; }
    .story-balance__copy { padding: 100px 24px; }
    .story-balance figure { min-height: 58vh; }
    .story-vegan { padding: 110px 24px 30px; }
    .story-collage { grid-template-columns: 1fr; gap: 25px; margin-top: 80px; }
    .story-collage figure { min-height: 58vh; }
    .story-collage__right { margin: 0 0 0 12vw; }
    .story-band { height: 240px; margin-top: 80px; }
    .story-manifesto { padding: 100px 24px 130px; }
    .contact-grid { grid-template-columns: 1fr; padding-inline: 16px; }
    .site-footer { display: block; padding: 70px 20px 24px; }
    .site-footer__links { margin: 60px 0; }
    .site-footer__legal { display: block; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
