:root{
  --ink:#17130f;
  --ink-2:#211a14;
  --cream:#f2eadc;
  --paper:#e7dcc8;
  --copper:#b56f3e;
  --copper-2:#d69a62;
  --wine:#57271f;
  --muted:#b7aa96;
  --line:rgba(242,234,220,.18);
  --max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--cream);font-family:Arial,"Noto Sans KR",sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(calc(100% - 40px),var(--max));margin:auto}.eyebrow{font-size:12px;letter-spacing:.24em;text-transform:uppercase;color:var(--copper-2);font-weight:700}.display{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.04em;line-height:.95}.muted{color:var(--muted)}
.site-header{position:fixed;z-index:30;left:0;right:0;top:0;border-bottom:1px solid transparent;transition:.3s;background:linear-gradient(to bottom,rgba(15,12,9,.7),transparent)}.site-header.scrolled{backdrop-filter:blur(16px);background:rgba(23,19,15,.88);border-color:var(--line)}.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between}.brandmark{display:flex;align-items:center;gap:12px}.brandmark strong{font-family:Georgia,serif;font-size:24px;letter-spacing:.16em}.brandmark small{font-size:9px;letter-spacing:.22em;color:var(--muted)}.nav{display:flex;gap:28px;align-items:center}.nav a{font-size:13px;color:#e6dccb}.nav a:hover{color:var(--copper-2)}.menu-btn{display:none;border:1px solid var(--line);background:transparent;color:var(--cream);padding:8px 11px;border-radius:999px}
.hero{min-height:100vh;position:relative;display:grid;align-items:end;overflow:hidden;background:radial-gradient(circle at 70% 30%,rgba(181,111,62,.22),transparent 32%),radial-gradient(circle at 15% 70%,rgba(87,39,31,.34),transparent 34%),linear-gradient(135deg,#17130f 0%,#261b14 55%,#11100e 100%)}.hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,transparent,black 45%)}.hero-inner{position:relative;z-index:2;padding:170px 0 72px}.hero-kicker{display:flex;justify-content:space-between;gap:24px;border-top:1px solid var(--line);padding-top:16px;margin-bottom:28px;font-size:12px;letter-spacing:.2em;color:var(--muted)}.hero h1{font-size:clamp(78px,15vw,210px);margin:0;letter-spacing:.05em}.hero h1 span{display:block}.hero-bottom{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:end;margin-top:40px}.hero-copy{font-size:clamp(22px,3vw,40px);max-width:780px;line-height:1.25}.hero-copy em{font-family:Georgia,serif;color:var(--copper-2);font-style:italic}.route-mini{justify-self:end;text-align:right}.route-mini strong{display:block;font-size:17px;letter-spacing:.12em}.route-mini span{color:var(--muted);font-size:13px}
.section{padding:120px 0;border-top:1px solid var(--line)}.section-head{display:grid;grid-template-columns:.5fr 1.5fr;gap:40px;margin-bottom:60px}.section-head h2{font-size:clamp(44px,7vw,92px);margin:0}.section-head p{max-width:690px;font-size:18px;color:#d2c5b1;margin:8px 0 0}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.story-card{min-height:360px;padding:30px;border:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.01));display:flex;flex-direction:column;justify-content:space-between}.story-card .num{font-family:Georgia,serif;font-size:56px;color:rgba(214,154,98,.75)}.story-card h3{font-size:27px;margin:0 0 12px}.story-card p{margin:0;color:var(--muted)}
.journey{background:var(--paper);color:var(--ink)}.journey .eyebrow{color:var(--wine)}.journey .section-head p{color:#65594d}.route{display:grid;grid-template-columns:1fr 120px 1fr;align-items:center;gap:30px;margin-top:30px}.place{padding:40px 0;border-top:1px solid rgba(23,19,15,.22);border-bottom:1px solid rgba(23,19,15,.22)}.place h3{font-family:Georgia,serif;font-size:clamp(46px,7vw,84px);font-weight:400;margin:0}.place p{max-width:460px}.arrow{height:1px;background:var(--wine);position:relative}.arrow:after{content:"";position:absolute;right:0;top:50%;width:11px;height:11px;border-top:1px solid var(--wine);border-right:1px solid var(--wine);transform:translateY(-50%) rotate(45deg)}
.process{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.process-step{padding:32px 24px;min-height:250px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.process-step b{font-family:Georgia,serif;font-size:48px;color:var(--copper-2);font-weight:400}.process-step h3{font-size:17px;letter-spacing:.02em}.process-step p{font-size:14px;color:var(--muted)}
.products{background:#0f0d0b}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.product-card{position:relative;overflow:hidden;min-height:660px;border:1px solid var(--line);padding:38px;display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(circle at 50% 45%,rgba(181,111,62,.16),transparent 27%),linear-gradient(145deg,#211912,#120f0c)}.product-card.reserve{background:radial-gradient(circle at 50% 45%,rgba(157,77,46,.22),transparent 27%),linear-gradient(145deg,#2a1712,#120f0c)}.product-card h3{font-size:clamp(40px,5vw,70px);margin:6px 0 10px}.product-card .meta{display:flex;gap:9px;flex-wrap:wrap}.chip{border:1px solid var(--line);border-radius:999px;padding:7px 12px;font-size:11px;letter-spacing:.08em;color:#d7cbb9}.bottle{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);width:165px;height:390px;border-radius:20px 20px 34px 34px;background:linear-gradient(90deg,#6f341e,#bf7038 38%,#d99654 52%,#8b4527 78%,#4c2417);box-shadow:0 30px 70px rgba(0,0,0,.45),inset 0 0 30px rgba(255,255,255,.12)}.bottle:before{content:"";position:absolute;width:72px;height:86px;background:#2b211b;left:50%;top:-77px;transform:translateX(-50%);border-radius:8px 8px 2px 2px}.bottle:after{content:"NOMAD";position:absolute;left:18px;right:18px;top:120px;height:94px;display:grid;place-items:center;border:1px solid rgba(244,229,205,.5);font-family:Georgia,serif;font-size:31px;letter-spacing:.12em;background:rgba(20,14,10,.62);color:#eadbc2}.reserve .bottle{background:linear-gradient(90deg,#5f2b1c,#a8582f 38%,#cc8244 52%,#733923 78%,#412016)}.product-bottom{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:end;gap:20px}.product-bottom p{max-width:360px;color:var(--muted);margin:0}.text-link{display:inline-flex;gap:10px;align-items:center;border-bottom:1px solid var(--copper-2);padding-bottom:4px;font-size:13px}.text-link:after{content:"→"}
.taste-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.taste-panel{border-top:1px solid var(--line);padding-top:24px}.taste-panel h3{font-size:28px}.note-list{display:flex;gap:10px;flex-wrap:wrap}.note{padding:10px 14px;border:1px solid var(--line);border-radius:999px;color:#d9cebd;font-size:13px}
.search-section{background:var(--wine)}.search-section .section-head p{color:#e0c8bd}.query-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.query{display:flex;justify-content:space-between;align-items:center;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.22);font-size:18px}.query span:last-child{opacity:.65}
.faq-list{max-width:900px;margin-left:auto}.faq-item{border-top:1px solid var(--line);padding:24px 0}.faq-item h3{font-size:20px;margin:0 0 10px}.faq-item p{margin:0;color:var(--muted)}
.site-footer{padding:55px 0 38px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.footer-brand{font-family:Georgia,serif;font-size:38px;letter-spacing:.12em}.footer-small{font-size:12px;color:var(--muted);max-width:620px}.footer-links{display:flex;gap:18px;justify-content:flex-end;flex-wrap:wrap;font-size:12px}.legal{margin-top:34px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;font-size:11px;color:#928673}
.age-gate{position:fixed;z-index:100;inset:0;background:rgba(15,13,11,.98);display:none;place-items:center;padding:24px}.age-gate.active{display:grid}.age-box{width:min(560px,100%);text-align:center;border:1px solid var(--line);padding:48px 34px}.age-logo{font-family:Georgia,serif;font-size:48px;letter-spacing:.14em}.age-box h2{font-size:23px}.age-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:28px}.age-actions button{padding:14px;border:1px solid var(--line);background:transparent;color:var(--cream);cursor:pointer}.age-actions .yes{background:var(--cream);color:var(--ink)}.age-note{font-size:11px;color:var(--muted);margin-top:18px}
.subhero{padding:180px 0 86px;border-bottom:1px solid var(--line);background:radial-gradient(circle at 80% 30%,rgba(181,111,62,.2),transparent 30%)}.subhero h1{font-size:clamp(58px,9vw,128px);margin:12px 0 18px}.subhero p{max-width:700px;font-size:19px;color:var(--muted)}.facts{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line);margin-top:46px}.fact{padding:22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.fact small{display:block;color:var(--muted);font-size:11px;letter-spacing:.12em}.fact strong{font-size:22px}.content-narrow{max-width:820px;margin:auto}.content-narrow h2{font-family:Georgia,serif;font-size:48px;font-weight:400}.content-narrow h3{font-size:24px;margin-top:40px}.content-narrow p{color:#c6b9a5}.callout{margin:40px 0;padding:30px;border-left:2px solid var(--copper-2);background:rgba(255,255,255,.03)}
.reveal{opacity:0;transform:translateY(18px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.nav{display:none;position:absolute;left:20px;right:20px;top:72px;background:#1c1713;border:1px solid var(--line);padding:18px;flex-direction:column;align-items:flex-start}.nav.open{display:flex}.menu-btn{display:block}.hero-inner{padding-top:140px}.hero-bottom,.section-head,.story-grid,.product-grid,.taste-grid,.footer-grid{grid-template-columns:1fr}.route{grid-template-columns:1fr}.arrow{width:80px;transform:rotate(90deg);margin:12px auto}.process{grid-template-columns:1fr 1fr}.route-mini{justify-self:start;text-align:left}.product-card{min-height:600px}.footer-links{justify-content:flex-start}.facts{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.container{width:min(calc(100% - 28px),var(--max))}.header-inner{height:68px}.brandmark small{display:none}.hero h1{font-size:22vw}.hero-kicker{font-size:9px}.section{padding:82px 0}.section-head{margin-bottom:40px}.story-card{min-height:270px}.process{grid-template-columns:1fr}.product-card{min-height:560px;padding:26px}.bottle{width:130px;height:320px}.bottle:before{width:60px;height:70px;top:-62px}.bottle:after{top:95px;font-size:24px}.product-bottom{flex-direction:column;align-items:flex-start}.query-grid{grid-template-columns:1fr}.facts{grid-template-columns:1fr}.legal{flex-direction:column}.age-actions{grid-template-columns:1fr}}


/* v2 — official NOMAD imagery */
.hero-photo{position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,13,10,.94) 0%,rgba(17,13,10,.78) 35%,rgba(17,13,10,.42) 65%,rgba(17,13,10,.78) 100%),url("https://www.gonzalezbyass.com/sites/www.gonzalezbyass.com/files/2025-10/Nomad-min.png") center/cover no-repeat;opacity:.72;transform:scale(1.08);filter:saturate(.82) contrast(1.05)}
.hero-bottle-wrap{position:absolute;z-index:1;right:7vw;bottom:2vh;width:min(31vw,430px);height:78vh;display:flex;align-items:flex-end;justify-content:center;pointer-events:none;opacity:.95}
.hero-bottle{display:block;width:auto;max-width:100%;max-height:76vh;object-fit:contain;filter:drop-shadow(0 30px 55px rgba(0,0,0,.6));mix-blend-mode:screen}
.hero .hero-inner{z-index:3}.hero h1{position:relative;z-index:2;text-shadow:0 3px 28px rgba(0,0,0,.32)}
.journey-visual{display:grid;grid-template-columns:minmax(280px,.8fr) 1.2fr;gap:42px;align-items:end;margin:-8px 0 65px}.journey-visual img{width:100%;height:440px;object-fit:cover;display:block;filter:saturate(.72) contrast(1.08)}.journey-visual p:last-child{font-family:Georgia,serif;font-size:clamp(23px,3.2vw,42px);line-height:1.25;margin:10px 0;color:#34281f;max-width:640px}
.product-card{isolation:isolate}.product-card:after{content:"";position:absolute;inset:27% 13% 19%;border-radius:50%;background:radial-gradient(circle,rgba(199,123,66,.2),transparent 67%);filter:blur(16px);z-index:-1}.product-bottle{position:absolute;z-index:1;left:50%;top:52%;transform:translate(-50%,-50%);width:auto;height:360px;max-width:43%;object-fit:contain;filter:drop-shadow(0 25px 50px rgba(0,0,0,.58))}.reserve-bottle{height:330px}.product-card>div:first-child,.product-bottom{position:relative;z-index:3}
.brand-gallery{width:min(calc(100% - 40px),1440px);margin:0 auto 30px;display:grid;grid-template-columns:1.55fr .65fr;gap:18px}.brand-gallery figure{margin:0;position:relative;overflow:hidden;background:#110f0d}.brand-gallery img{width:100%;height:520px;display:block;object-fit:cover;transition:transform .8s ease}.brand-gallery .gallery-small img{height:520px}.brand-gallery figure:hover img{transform:scale(1.025)}.brand-gallery figcaption{position:absolute;left:24px;bottom:20px;font-size:11px;letter-spacing:.16em;color:#fff;text-shadow:0 2px 12px #000}
.product-subhero{position:relative;overflow:hidden;min-height:760px;display:flex;align-items:flex-end}.product-subhero .container{position:relative;z-index:2}.subhero-art{position:absolute;right:4vw;top:110px;bottom:45px;width:min(38vw,520px);display:flex;align-items:center;justify-content:center;opacity:.94}.subhero-art img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 32px 55px rgba(0,0,0,.5))}.product-subhero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 48%,rgba(191,111,60,.21),transparent 30%);pointer-events:none}.product-editorial{margin-bottom:70px}.product-editorial figure{margin:0}.product-editorial img{width:100%;height:min(62vw,650px);object-fit:cover;display:block;filter:saturate(.8) contrast(1.03)}
.sherry-subhero{position:relative;overflow:hidden}.sherry-subhero .container{position:relative;z-index:2}.subhero-backdrop{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,13,11,.96),rgba(15,13,11,.68),rgba(15,13,11,.9)),url("https://www.gonzalezbyass.com/sites/www.gonzalezbyass.com/files/styles/mobile_brands_landing_carrousel/public/2026-07/nomad-1.jpg.webp?itok=JyHGmRJs") center/cover no-repeat;filter:saturate(.62)}
@media(max-width:900px){.hero-bottle-wrap{right:-3vw;width:45vw;opacity:.62}.hero-photo{background-position:62% center}.journey-visual{grid-template-columns:1fr}.journey-visual img{height:360px}.brand-gallery{grid-template-columns:1fr}.brand-gallery img,.brand-gallery .gallery-small img{height:460px}.product-subhero{min-height:700px}.subhero-art{right:-6vw;top:130px;width:50vw;opacity:.48}.product-bottle{height:310px;max-width:48%}.reserve-bottle{height:285px}}
@media(max-width:560px){.hero-bottle-wrap{width:62vw;right:-18vw;bottom:8vh;opacity:.46}.hero-photo{opacity:.56}.journey-visual img{height:300px}.brand-gallery{width:min(calc(100% - 28px),1440px)}.brand-gallery img,.brand-gallery .gallery-small img{height:360px}.product-bottle{height:260px;max-width:55%;top:54%}.reserve-bottle{height:235px}.product-subhero{min-height:650px}.subhero-art{width:70vw;right:-22vw;top:125px;bottom:80px;opacity:.32}.product-editorial img{height:360px}}
