:root {
  --ink: #17120f;
  --paper: #f2eee5;
  --cream: #e7ddcc;
  --gold: #bb9560;
  --burgundy: #681d24;
  --line: rgba(23, 18, 15, .22);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Noto Sans KR", "Noto Sans SC", "Noto Sans JP", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-weight: 300; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; width: 100%; }
.skip-link { position: fixed; top: -80px; left: 1rem; z-index: 100; background: var(--paper); padding: .8rem 1rem; transition: top .2s; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 94px; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; color: #fff; border-bottom: 1px solid rgba(255,255,255,.28); }
.wordmark { position: absolute; left: 50%; top: 18px; transform: translateX(-50%); display: grid; justify-items: center; font: 500 1.15rem/1 var(--serif); letter-spacing: .18em; white-space: nowrap; }
.wordmark .sun { color: var(--gold); font-size: 1.1rem; margin-bottom: 7px; }
.desktop-nav { display: flex; gap: clamp(1rem, 2vw, 2.4rem); font-size: .71rem; letter-spacing: .12em; }
.desktop-nav a, .footer-links a { position: relative; }
.desktop-nav a::after, .footer-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: currentColor; transition: right .25s; }
.desktop-nav a:hover::after, .footer-links a:hover::after { right: 0; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 1.2rem; }
.language-picker { position: relative; }
.language-picker summary { list-style: none; display: flex; align-items: center; gap: .55rem; min-width: 126px; cursor: pointer; font-size: .73rem; letter-spacing: .04em; }
.language-picker summary::-webkit-details-marker { display: none; }
.current-flag { font-size: 1.05rem; }
.chevron { margin-left: auto; transition: transform .2s; }
.language-picker[open] .chevron { transform: rotate(180deg); }
.language-menu { position: absolute; right: 0; top: 34px; min-width: 164px; padding: .45rem; background: rgba(18,14,12,.97); border: 1px solid rgba(255,255,255,.22); box-shadow: 0 20px 60px rgba(0,0,0,.24); }
.language-menu button { width: 100%; display: flex; gap: .65rem; align-items: center; padding: .72rem .78rem; color: #fff; background: none; border: 0; cursor: pointer; text-align: left; font-size: .76rem; }
.language-menu button:hover, .language-menu button:focus-visible { background: rgba(255,255,255,.1); }
.menu-button { display: none; width: 36px; height: 32px; padding: 6px 0; border: 0; background: transparent; color: inherit; cursor: pointer; }
.menu-button span { display: block; width: 28px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .2s; }
.mobile-nav { display: none; }

.hero { position: relative; height: 100svh; min-height: 680px; color: #fff; background: #110d0b; overflow: hidden; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; transform: scale(1.015); animation: settle 1.5s ease-out forwards; }
@keyframes settle { to { transform: scale(1); } }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,5,4,.82) 0%, rgba(8,5,4,.3) 48%, rgba(8,5,4,.08) 72%), linear-gradient(0deg, rgba(8,5,4,.45), transparent 40%); }
.hero-content { position: absolute; left: 8vw; top: 51%; transform: translateY(-50%); width: min(570px, 48vw); }
.eyebrow, .section-label { margin: 0 0 1.5rem; font-size: .68rem; font-weight: 500; letter-spacing: .25em; text-transform: uppercase; }
.hero h1 { margin: 0; font: 500 clamp(4.3rem, 7.8vw, 8rem)/.84 var(--serif); letter-spacing: -.035em; }
.hero-copy { max-width: 460px; margin: 2rem 0 2.2rem; font-size: .9rem; line-height: 1.8; color: rgba(255,255,255,.8); }
.text-link { display: inline-flex; align-items: center; gap: 2.5rem; padding: 0 0 .65rem; border-bottom: 1px solid currentColor; font-size: .7rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.text-link span:last-child { transition: transform .25s; }
.text-link:hover span:last-child { transform: translate(3px, -3px); }
.hero-index { position: absolute; right: 4vw; top: 52%; display: flex; align-items: center; gap: .7rem; font: .65rem var(--sans); }
.hero-index i { width: 80px; height: 1px; background: rgba(255,255,255,.4); }
.hero-index i::before { content: ""; display: block; width: 34%; height: 1px; background: #fff; }
.scroll-cue { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); display: grid; justify-items: center; gap: .8rem; font-size: .58rem; letter-spacing: .25em; text-transform: uppercase; }
.scroll-cue i { width: 1px; height: 50px; background: rgba(255,255,255,.65); }

.section-pad { padding: clamp(6rem, 10vw, 10rem) 8vw; }
.manifesto { min-height: 640px; display: flex; flex-direction: column; justify-content: center; }
.manifesto-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; }
.display { margin: 0; font: 500 clamp(3.4rem, 6.1vw, 6.5rem)/.9 var(--serif); letter-spacing: -.035em; }
.manifesto-copy { max-width: 440px; padding-bottom: .6rem; }
.manifesto-copy p { margin: 0 0 2.5rem; line-height: 1.9; font-size: .92rem; }

.collection { display: grid; grid-template-columns: 58% 42%; min-height: 920px; background: #e7ddcc; }
.collection-visual { position: relative; overflow: hidden; }
.collection-visual img { height: 100%; object-fit: cover; }
.vertical-caption { position: absolute; top: 50%; left: 1.4rem; transform: translateY(-50%) rotate(180deg); writing-mode: vertical-rl; color: rgba(23,18,15,.55); font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; }
.collection-copy { padding: 8vw 6vw; display: flex; flex-direction: column; }
.wine-tabs { display: flex; gap: 1.6rem; margin: 3.5rem 0 2.4rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.wine-tabs button { padding: 0; border: 0; background: none; color: rgba(23,18,15,.42); cursor: pointer; font-size: .68rem; letter-spacing: .09em; }
.wine-tabs button.active { color: var(--ink); }
.wine-detail { margin-top: auto; max-width: 500px; }
.wine-number { font-size: .65rem; letter-spacing: .18em; color: rgba(23,18,15,.5); }
.wine-detail h3 { margin: .4rem 0 1rem; font: 500 2.5rem var(--serif); }
.wine-detail > p:not(.wine-number) { line-height: 1.85; font-size: .86rem; }
.wine-detail dl { margin: 2rem 0 2.5rem; border-top: 1px solid var(--line); }
.wine-detail dl div { display: flex; justify-content: space-between; padding: .9rem 0; border-bottom: 1px solid var(--line); font-size: .69rem; }
.wine-detail dt { color: rgba(23,18,15,.52); }
.wine-detail dd { margin: 0; }

.heritage { background: var(--burgundy); color: #fff; }
.heritage-intro { display: grid; grid-template-columns: .35fr 1fr; gap: 4vw; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 7rem; background: rgba(255,255,255,.24); }
.facts article { min-height: 260px; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; background: var(--burgundy); }
.facts strong { font: 400 6rem/.8 var(--serif); }
.facts span { font-size: .72rem; letter-spacing: .08em; color: rgba(255,255,255,.75); }

.experience { position: relative; height: 88svh; min-height: 700px; color: #fff; overflow: hidden; }
.experience > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.experience-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,10,7,.76), rgba(13,10,7,.12) 70%); }
.experience-content { position: absolute; left: 8vw; top: 50%; transform: translateY(-50%); width: min(650px, 62vw); }
.experience-content p:not(.eyebrow) { max-width: 420px; margin: 2rem 0; font-size: .86rem; line-height: 1.85; }
.button-light { display: inline-block; padding: 1rem 1.6rem; border: 1px solid rgba(255,255,255,.8); font-size: .68rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; transition: color .2s, background .2s; }
.button-light:hover { color: var(--ink); background: #fff; }

.journal-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 4rem; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2vw; }
.story-card { position: relative; border-bottom: 1px solid var(--line); padding-bottom: 1.5rem; }
.story-image { height: 420px; overflow: hidden; margin-bottom: 1.35rem; background: #d7cdbc; }
.story-image img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.1,1); }
.story-card:hover img { transform: scale(1.035); }
.crop-vineyard img { object-position: 67% center; }
.crop-bottle img { object-position: 77% center; }
.crop-collection img { object-position: center; }
.story-meta { font-size: .62rem; letter-spacing: .12em; color: rgba(23,18,15,.52); text-transform: uppercase; }
.story-card h3 { max-width: 85%; margin: .7rem 0 0; font: 500 1.65rem/1.15 var(--serif); }
.story-card > a { position: absolute; right: 0; bottom: 1.6rem; }

.newsletter { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 8vw; padding: 8vw; color: #fff; background: #17120f; }
.newsletter .display { font-size: clamp(3rem, 5.3vw, 5.7rem); }
.newsletter-form label { display: block; margin-bottom: .8rem; font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.65); }
.newsletter-form > div { display: flex; border-bottom: 1px solid rgba(255,255,255,.55); }
.newsletter-form input { flex: 1; min-width: 0; padding: 1rem 0; color: #fff; background: transparent; border: 0; outline: 0; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.42); }
.newsletter-form button { padding: 0; color: #fff; background: none; border: 0; cursor: pointer; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.form-status { min-height: 1.4rem; margin: .8rem 0 0; font-size: .72rem; color: var(--gold); }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 5vw; align-items: end; padding: 5rem 8vw 2.4rem; color: #fff; background: #17120f; border-top: 1px solid rgba(255,255,255,.15); }
.footer-brand { display: grid; gap: .55rem; }
.footer-brand .sun { color: var(--gold); }
.footer-brand strong { font: 500 1.3rem var(--serif); letter-spacing: .18em; }
.footer-brand p, .footer-meta { margin: 0; font-size: .62rem; line-height: 1.7; color: rgba(255,255,255,.48); }
.footer-links { display: flex; gap: 1.7rem; font-size: .65rem; letter-spacing: .1em; }
.footer-meta { text-align: right; }
.footer-meta p { margin: .25rem 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 76px; padding: 0 1.2rem; }
  .desktop-nav { display: none; }
  .wordmark { left: 1.2rem; top: 18px; transform: none; justify-items: start; font-size: 1rem; }
  .wordmark .sun { display: none; }
  .language-picker summary { min-width: auto; }
  .current-language { display: none; }
  .language-picker summary { width: 34px; justify-content: center; }
  .language-picker .chevron { display: none; }
  .language-menu { position: fixed; top: 62px; right: 3.8rem; }
  .header-actions { position: absolute; top: 22px; right: 1.2rem; gap: .45rem; }
  .menu-button { display: block; }
  .site-header.menu-open { position: fixed; color: var(--paper); background: var(--ink); }
  .site-header.menu-open .menu-button span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .site-header.menu-open .menu-button span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 76px 0 0; z-index: 18; padding: 8vh 1.5rem; display: flex; flex-direction: column; gap: 1.6rem; color: var(--paper); background: var(--ink); transform: translateX(100%); transition: transform .35s ease; }
  .mobile-nav a { font: 500 3.5rem/.95 var(--serif); }
  .site-header.menu-open .mobile-nav { transform: none; }
  .hero { min-height: 640px; }
  .hero > img { object-position: 63% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,5,4,.78), rgba(8,5,4,.12)), linear-gradient(0deg, rgba(8,5,4,.5), transparent 45%); }
  .hero-content { left: 1.5rem; top: 54%; width: calc(100% - 3rem); }
  .hero h1 { max-width: 100%; font-size: clamp(2.75rem, 11.5vw, 3.7rem); line-height: .94; }
  .hero-copy { max-width: 84%; font-size: .76rem; }
  .hero-index { display: none; }
  .section-pad { padding: 6rem 1.5rem; }
  .manifesto-grid, .heritage-intro { grid-template-columns: 1fr; gap: 2rem; }
  .display { font-size: clamp(3.2rem, 14vw, 5.2rem); }
  .collection { grid-template-columns: 1fr; }
  .collection-visual { height: 68svh; min-height: 520px; }
  .collection-copy { min-height: 760px; padding: 5rem 1.5rem; }
  .wine-tabs { gap: .9rem; overflow-x: auto; }
  .wine-tabs button { white-space: nowrap; }
  .facts { grid-template-columns: 1fr; margin-top: 4rem; }
  .facts article { min-height: 180px; }
  .experience { min-height: 680px; }
  .experience > img { object-position: 64% center; }
  .experience-content { left: 1.5rem; width: calc(100% - 3rem); }
  .story-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .story-image { height: 66svh; min-height: 420px; }
  .newsletter { grid-template-columns: 1fr; gap: 4rem; padding: 6rem 1.5rem; }
  .site-footer { grid-template-columns: 1fr; gap: 3rem; padding: 4rem 1.5rem 2rem; }
  .footer-links { flex-wrap: wrap; }
  .footer-meta { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
