:root { --wine: #4d1425; --wine-dark: #250912; --cream: #f7f3ed; --ink: #231f20; --gold: #c9a56c; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { color: var(--ink); background: var(--cream); font-family: 'DM Sans', Arial, sans-serif; font-size: 18px; line-height: 1.75; }
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; }
h1 { color: #fff; font-size: clamp(3.15rem, 7vw, 6.7rem); letter-spacing: -.045em; line-height: .98; }
h2 { font-size: clamp(2.4rem, 4.5vw, 4rem); letter-spacing: -.035em; line-height: 1.08; }
h3 { font-size: 1.55rem; }
em { color: var(--gold); font-weight: 500; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 9999; top: -100px; left: 1rem; background: #fff; color: var(--wine); padding: .6rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }
.site-header { position: absolute; width: 100%; z-index: 10; padding-top: 0; background: var(--wine-dark); border-bottom: 1px solid rgba(255,255,255,.16); }
.navbar { align-items: center; background: transparent; border: 0; border-radius: 0; padding: 1.15rem 1.5rem; }
.navbar-brand { align-items: center; color: #fff !important; display: inline-flex; font-size: 1.08rem; font-weight: 700; letter-spacing: .16em; margin-right: 2rem; }
.navbar-brand span { color: var(--gold); font-size: .65em; letter-spacing: .22em; }
.brand-seal { background: #fff; border-radius: 50%; height: 43px; margin-right: .7rem; object-fit: cover; width: 43px; }
.navbar-nav { display: flex; gap: .3rem; list-style: none; margin: 0; padding: 0; }
.nav-item { list-style: none; }
.nav-link { color: rgba(255,255,255,.92) !important; display: block; font-size: .78rem; font-weight: 700; letter-spacing: .1em; padding: .55rem .85rem !important; text-transform: uppercase; }
.nav-link:hover, .nav-link:focus { color: var(--gold) !important; }
.navbar .btn-outline-light { border-color: var(--gold); color: #fff; border-radius: 0; font-size: .75rem; font-weight: 700; letter-spacing: .08em; padding: .55rem .85rem; text-transform: uppercase; }
.navbar .btn-outline-light:hover, .navbar .btn-outline-light:focus { background: var(--gold); border-color: var(--gold); color: var(--wine-dark); }
.hero { min-height: 760px; height: 100vh; position: relative; display: flex; align-items: center; background: url('https://images.unsplash.com/photo-1506377247377-2a5b3b417ebb?auto=format&fit=crop&w=2000&q=85') center/cover; }
.hero-overlay, .image-break-overlay { background: linear-gradient(90deg, rgba(20,4,8,.9) 0%, rgba(20,4,8,.65) 45%, rgba(20,4,8,.18) 100%), linear-gradient(0deg, rgba(20,4,8,.35), transparent); inset: 0; position: absolute; }
.hero-content { position: relative; padding-top: 4rem; }
.eyebrow { color: var(--wine); text-transform: uppercase; letter-spacing: .16em; font-size: .82rem; font-weight: 700; margin-bottom: 1.45rem; }
.hero .eyebrow { color: #fff; text-shadow: 0 2px 9px rgba(0,0,0,.7); }
.hero-copy { max-width: 520px; color: #fff; font-size: 1.18rem; font-weight: 500; margin: 1.7rem 0 2rem; text-shadow: 0 2px 9px rgba(0,0,0,.65); }
.btn-wine { color: #fff; background: var(--wine); border-radius: 0; padding: .85rem 1.3rem; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: .2s; }
.btn-wine:hover, .btn-wine:focus { background: #731d36; color: #fff; transform: translateY(-2px); }
.btn-wine span { padding-left: 1rem; font-size: 1.2rem; vertical-align: -1px; }
.scroll-cue { position: absolute; bottom: 2rem; right: 5vw; color: #fff; font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; text-decoration: none; transform: rotate(90deg); transform-origin: right; }
.scroll-cue span { display: inline-block; height: 1px; width: 45px; background: var(--gold); vertical-align: middle; margin-right: .6rem; }
.section-pad { padding: 7.5rem 0; }
.intro p:not(.eyebrow), .approach p { color: #5c5655; }
.lead-copy { color: var(--ink) !important; font-family: 'Playfair Display', Georgia, serif; font-size: 1.55rem; line-height: 1.5; }
.text-link { color: var(--wine); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; }
.text-link:hover { color: #8b3048; }
.text-link span { margin-left: .5rem; font-size: 1.2rem; }
.image-break { min-height: 420px; display: flex; position: relative; align-items: center; background: url('../images/suan-sawan-farm.jpg') center/cover; }
.products-section { background: #fff; }
.product-image { box-shadow: 18px 18px 0 var(--gold); display: block; height: 560px; object-fit: cover; object-position: center; width: 100%; }
.image-break-content { z-index: 1; position: relative; }
blockquote { max-width: 650px; color: #fff; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2rem, 4vw, 3.5rem); font-style: italic; line-height: 1.2; }
.approach { background: #eee8df; }
.value-card { min-height: 270px; background: var(--cream); padding: 2rem; border-top: 3px solid var(--gold); }
.value-number { color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .16em; margin-bottom: 2.8rem; }
.value-card h3 { margin-bottom: .8rem; }
.value-card p { font-size: .93rem; line-height: 1.7; }
.contact-section { background: var(--wine-dark); color: #fff; }
.text-gold { color: var(--gold); }
.contact-copy { color: rgba(255,255,255,.72); font-size: 1.05rem; margin-top: 1.5rem; max-width: 530px; }
.contact-details { border-left: 1px solid rgba(201,165,108,.65); padding-left: 2rem; }
.contact-details a { color: #fff; font-family: 'Playfair Display', Georgia, serif; font-size: 1.4rem; text-decoration: none; }
.contact-details a:hover { color: var(--gold); }
.contact-details p { color: rgba(255,255,255,.7); margin: .3rem 0; }
.contact-details .small-note { color: var(--gold); font-size: .75rem; line-height: 1.5; margin-top: 1.5rem; }
.site-footer { background: #17060c; color: rgba(255,255,255,.55); padding: 1.5rem 0; font-size: .7rem; letter-spacing: .06em; }
.site-footer p { margin: 0; }.site-footer a { color: var(--gold); text-decoration: none; }
@media (max-width: 991.98px) { .navbar { padding-left: 1rem; padding-right: 1rem; }.navbar-collapse { background: var(--wine-dark); margin-top: 1rem; padding: .6rem 1rem 1rem; }.navbar-nav { display: block; }.nav-link { padding: .7rem 0 !important; }.navbar .btn-outline-light { display: inline-block; margin-top: .6rem; }.hero { min-height: 650px; }.section-pad { padding: 5rem 0; }.contact-details { margin-top: 2.5rem; } }
@media (max-width: 575.98px) { .hero { min-height: 610px; }.scroll-cue { display: none; }.section-pad { padding: 4.25rem 0; }.contact-details { border-left: 0; border-top: 1px solid rgba(201,165,108,.65); padding: 1.75rem 15px 0; }.image-break { min-height: 330px; }.value-card { min-height: auto; }.product-image { height: 460px; box-shadow: 10px 10px 0 var(--gold); } }
