
:root {
  --cream: #f6ecdf;
  --warm-white: #fffaf4;
  --ink: #0b0d10;
  --muted: #60645f;
  --teal: #078f8c;
  --line: rgba(11,13,16,.12);
  --shadow: 0 22px 70px rgba(11,13,16,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--warm-white); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { display: block; max-width: 100%; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px clamp(18px, 5vw, 72px);
  background: rgba(255,250,244,.9); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand img { width: 146px; height: auto; }
nav { display: flex; gap: clamp(14px, 3vw, 36px); }
nav a { color: var(--ink); text-decoration: none; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; }
.hero {
  min-height: 86vh; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(28px, 6vw, 78px);
  padding: clamp(52px, 8vw, 105px) clamp(18px, 5vw, 72px);
  background: radial-gradient(circle at 88% 18%, rgba(0,151,255,.18), transparent 28%), radial-gradient(circle at 72% 70%, rgba(255,0,138,.10), transparent 30%), linear-gradient(135deg,#fffaf4,#f4e7d4);
}
.eyebrow { margin: 0 0 16px; color: var(--teal); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .22em; }
h1,h2,h3,p { margin-top: 0; }
h1 { font-size: clamp(56px, 9vw, 132px); line-height: .88; letter-spacing: -.065em; margin-bottom: 24px; }
.hero-sub { font-size: clamp(20px,2vw,30px); font-weight: 900; letter-spacing: .04em; margin-bottom: 18px; }
.hero-body,.section-lead,.difference p,.cta p { color: var(--muted); font-size: clamp(17px,1.4vw,21px); line-height: 1.6; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 14px 24px; border-radius: 999px; text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 900; }
.btn.primary { background: var(--ink); color: white; }
.btn.secondary { color: var(--ink); border: 1px solid var(--ink); }
.hero-image,.collection-feature { border-radius: 30px; overflow: hidden; background: white; box-shadow: var(--shadow); }
.brand-strip { display: flex; justify-content: center; gap: clamp(18px,5vw,70px); flex-wrap: wrap; padding: 22px 18px; background: var(--ink); color: white; }
.brand-strip span { text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 900; }
.section { padding: clamp(60px,8vw,112px) clamp(18px,5vw,72px); }
.collection-section,.menu-section { background: white; text-align: center; }
.section h2,.cta h2 { font-size: clamp(38px,6vw,82px); line-height: .98; letter-spacing: -.055em; margin-bottom: 18px; }
.section-lead { max-width: 850px; margin: 0 auto 42px; }
.collection-feature { max-width: 1180px; margin: 0 auto 42px; }
.drink-grid,.mini-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; text-align: left; }
.drink-card,.menu-card,.list-card,.difference-grid article { background: var(--warm-white); border: 1px solid var(--line); border-radius: 24px; padding: 22px; box-shadow: 0 8px 30px rgba(11,13,16,.05); }
.drink-color { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: white; border: 1px solid var(--line); color: var(--teal); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 900; margin-bottom: 16px; }
.drink-card h3,.menu-card h3 { font-size: 20px; margin-bottom: 10px; letter-spacing: -.02em; }
.ingredients { color: var(--teal); font-weight: 900; font-size: 14px; line-height: 1.5; }
.drink-card p:last-child,.menu-card p:last-child { color: var(--muted); line-height: 1.5; margin-bottom: 0; }
.difference { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px,6vw,90px); background: var(--cream); align-items: center; }
.difference-grid { display: grid; gap: 16px; }
.difference-grid strong { display: block; font-size: 24px; margin-bottom: 8px; }
.difference-grid span,.menu-category > p,.list-card li { color: var(--muted); line-height: 1.55; }
.menu-category { margin-top: 48px; text-align: left; }
.menu-category > h3 { font-size: clamp(30px,4vw,54px); letter-spacing: -.04em; margin-bottom: 10px; }
.two-column-menu { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 48px; text-align: left; }
.list-card ul { columns: 2; padding-left: 20px; margin-bottom: 0; }
.cta { text-align: center; padding: clamp(70px,8vw,120px) 18px; background: radial-gradient(circle at 16% 20%,rgba(0,120,255,.18),transparent 28%), radial-gradient(circle at 70% 55%,rgba(255,0,128,.13),transparent 32%), var(--ink); color: white; }
.cta .eyebrow { color: #80fff5; }
.cta p { color: rgba(255,255,255,.78); }
.cta .btn.primary { background: white; color: var(--ink); }
footer { padding: 28px 18px; text-align: center; background: #05070a; color: rgba(255,255,255,.72); font-size: 13px; }
@media (max-width: 980px) {
  .hero,.difference { grid-template-columns: 1fr; }
  .drink-grid,.mini-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 640px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: 14px; }
  .brand img { width: 126px; }
  nav { width: 100%; justify-content: space-between; gap: 10px; }
  nav a { font-size: 10px; }
  .drink-grid,.mini-grid,.two-column-menu { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .list-card ul { columns: 1; }
}
