.hero{background:linear-gradient(135deg,var(--dark) 0%,#0f2e2c 55%,#1a4a46 100%);padding:90px 48px;display:grid;grid-template-columns:1fr 460px;gap:60px;align-items:center;position:relative;overflow:hidden}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(61,184,176,.15);border:1px solid rgba(61,184,176,.35);border-radius:100px;padding:7px 18px;font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--teal);margin-bottom:24px}
.hero-eyebrow::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--teal)}
.hero-h1{font-family:'Playfair Display',serif;font-size:54px;font-weight:900;line-height:1.06;color:#fff;margin-bottom:24px}
.hero-h1 em{font-style:normal;color:var(--teal)}
.hero-sub{font-size:16px;line-height:1.75;color:rgba(255,255,255,.6);max-width:480px;margin-bottom:32px}
.hero-benefits{display:flex;flex-direction:column;gap:12px}
.hero-benefit{display:flex;align-items:center;gap:10px;font-size:14px;color:rgba(255,255,255,.8)}
.hero-benefit-dot{width:5px;height:5px;border-radius:50%;background:var(--teal);flex-shrink:0}
.hero-bottles{position:relative;display:flex;justify-content:center;align-items:center;height:480px}
.hero-bottle-img{position:absolute;width:200px;border-radius:10px;box-shadow:0 24px 60px rgba(0,0,0,.4)}
.hb1{left:10px;top:30px;z-index:2;transform:rotate(-6deg)}
.hb2{right:10px;top:0;z-index:3;transform:rotate(5deg)}
.hb3{left:80px;bottom:0;z-index:4;transform:rotate(-2deg)}

.coming-soon-bar{background:var(--teal);padding:14px 0;text-align:center}
.coming-soon-bar span{font-size:13px;font-weight:700;color:#fff;letter-spacing:.1em;text-transform:uppercase}

.intro{padding:90px 48px;text-align:center;background:#fff}
.sec-eyebrow{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--teal-dark);margin-bottom:14px}
.sec-h{font-family:'Playfair Display',serif;font-size:42px;font-weight:700;color:var(--dark);line-height:1.18;max-width:760px;margin:0 auto 24px}
.intro p{font-size:17px;line-height:1.8;color:#444;max-width:680px;margin:0 auto}

.products{padding:0 48px 60px;background:#fff}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;max-width:1200px;margin:0 auto}
.product-card{border-radius:16px;overflow:hidden;border:1px solid #eee;background:#fff;position:relative;transition:transform .25s}
.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(0,0,0,.1)}
.product-card-img{height:280px;background:#0d1f1e;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}
.product-card-img img{height:100%;width:100%;object-fit:cover;object-position:center top}
.coming-soon-badge{position:absolute;top:14px;right:14px;background:var(--teal);color:#fff;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 12px;border-radius:100px;z-index:5}
.product-card-body{padding:22px}
.product-card-name{font-family:'Playfair Display',serif;font-size:18px;font-weight:700;color:var(--dark);margin-bottom:6px}
.product-card-tag{font-size:12px;color:var(--muted);margin-bottom:14px}
.product-card-features{list-style:none;display:flex;flex-direction:column;gap:6px}
.product-card-features li{font-size:12px;color:#555;padding-left:14px;position:relative}
.product-card-features li::before{content:'';position:absolute;left:0;top:6px;width:4px;height:4px;border-radius:50%;background:var(--teal)}

.products-fade-wrap{position:relative;max-width:1200px;margin:0 auto}
.card-fade-overlay{position:absolute;top:33%;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 100%);pointer-events:none;z-index:5}
.coming-soon-teaser{position:relative;margin:0 auto;text-align:center;padding-top:8px}
.coming-soon-teaser h3{font-family:'Playfair Display',serif;font-size:30px;font-weight:700;color:var(--dark);margin-bottom:0}

.philosophy{background:var(--dark);padding:90px 48px;display:grid;grid-template-columns:340px 1fr;gap:64px;align-items:center}
.philosophy-photo{border-radius:14px;overflow:hidden;height:400px}
.philosophy-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 15%}
.philosophy-eyebrow{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--teal);margin-bottom:16px}
.philosophy-quote{font-family:'Playfair Display',serif;font-size:28px;font-weight:700;color:#fff;line-height:1.35;margin-bottom:24px}
.philosophy-body{font-size:16px;line-height:1.8;color:rgba(255,255,255,.6)}

.standards{padding:90px 48px;background:#f9fafb}
.standards-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;max-width:1100px;margin:52px auto 0}
.standard-item{text-align:center}
.standard-icon{width:56px;height:56px;border-radius:50%;background:var(--teal-light);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:22px;color:var(--teal-dark)}
.standard-title{font-size:14px;font-weight:700;color:var(--dark);margin-bottom:6px}
.standard-desc{font-size:12px;color:var(--muted);line-height:1.5}

.notify{background:var(--teal-dark);padding:80px 48px;text-align:center}
.notify h2{font-family:'Playfair Display',serif;font-size:42px;font-weight:900;color:#fff;line-height:1.15;margin-bottom:16px}
.notify p{font-size:16px;color:rgba(255,255,255,.75);margin-bottom:36px;max-width:480px;margin-left:auto;margin-right:auto}
.notify-form{display:flex;justify-content:center;gap:10px;max-width:420px;margin:0 auto;flex-wrap:wrap}
.notify-input{flex:1;min-width:200px;padding:15px 20px;border-radius:6px;border:none;font-size:14px}
.notify-btn{background:#fff;color:var(--teal-dark);border:none;padding:15px 28px;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;letter-spacing:.04em;text-transform:uppercase}

@media(max-width:960px){
  .hero,.philosophy{grid-template-columns:1fr;gap:40px}
  .products-grid{grid-template-columns:1fr 1fr;gap:18px}
  .standards-grid{grid-template-columns:1fr 1fr}
  .hero-bottles{height:320px}
  .hero-bottle-img{width:140px}
}
