:root {
  --cream: #f6ead8;
  --cream-2: #ebddc7;
  --paper: #fff7e8;
  --coffee: #1b1009;
  --coffee-2: #2b190e;
  --coffee-3: #432719;
  --bronze: #a8693f;
  --amber: #f0a24e;
  --sage: #728a4a;
  --ink: #29190f;
  --ink-soft: #765b48;
  --line: rgba(27, 16, 9, .12);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 0%, rgba(240,162,78,.28), transparent 36rem),
    linear-gradient(180deg, #f8ecda 0%, #ead8bd 52%, #f5ead7 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .32;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.18 0 0 0 0 0.10 0 0 0 0 0.04 0 0 0 0.11 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  background: rgba(246, 234, 216, .68);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}
.nav.scrolled { border-color: var(--line); background: rgba(246, 234, 216, .88); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; font-size: 18px; }
.brand img { width: 30px; height: 30px; border-radius: 9px; object-fit: cover; }
.nav-links { display: flex; gap: 26px; }
.nav-links a { color: var(--ink-soft); font-size: 14px; font-weight: 700; }
.nav-links a:hover { color: var(--coffee); }
.nav-cta {
  padding: 10px 18px;
  border-radius: 999px;
  color: var(--cream);
  background: var(--coffee);
  font-size: 13px;
  font-weight: 800;
}

.home { position: relative; z-index: 2; }
.hero {
  position: relative;
  min-height: 950px;
  padding: 74px 24px 90px;
  display: grid;
  place-items: start center;
  overflow: hidden;
}
.hero-copy {
  position: relative;
  z-index: 4;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.hero-logo {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 20px 48px -26px rgba(27,16,9,.5);
}
.eyebrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(168,105,63,.12);
  color: var(--bronze);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.eyebrow.dark { background: rgba(27,16,9,.08); color: var(--coffee); }
.eyebrow.light { background: rgba(246,234,216,.16); color: var(--cream); }
.hero h1 {
  max-width: 860px;
  margin: 20px auto 20px;
  font-family: 'Fraunces', serif;
  font-size: clamp(54px, 8vw, 108px);
  line-height: .92;
  letter-spacing: -2.8px;
  color: var(--coffee);
}
.lede {
  max-width: 700px;
  margin: 0 auto 30px;
  color: var(--ink-soft);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.75;
}
.cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.btn-primary, .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn-primary {
  padding: 15px 24px;
  color: var(--cream);
  background: var(--coffee);
  box-shadow: 0 18px 36px -22px rgba(27,16,9,.75);
}
.btn-primary.big { padding: 18px 28px; }
.btn-primary:hover { transform: translateY(-2px); background: var(--coffee-2); }
.btn-ghost {
  padding: 14px 20px;
  color: var(--coffee);
  background: rgba(255,255,255,.28);
  border: 1px solid rgba(27,16,9,.1);
}
.btn-ghost:hover { transform: translateY(-2px); background: rgba(255,255,255,.48); }

.hero-orbit {
  position: absolute;
  inset: 190px 0 auto;
  height: 720px;
  pointer-events: none;
}
.ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(27,16,9,.1);
}
.ring-one { width: 760px; height: 760px; }
.ring-two { width: 560px; height: 560px; border-style: dashed; }
.ring-three { width: 350px; height: 350px; background: radial-gradient(circle, rgba(240,162,78,.2), transparent 64%); }
.taste-orb {
  position: relative;
  z-index: 3;
  width: min(920px, 96vw);
  height: 640px;
  margin-top: 70px;
}
.orb-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 210px;
  height: 210px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  color: var(--cream);
  background:
    radial-gradient(circle at 35% 30%, rgba(240,162,78,.42), transparent 38%),
    var(--coffee);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 30px 80px -42px rgba(27,16,9,.75);
}
.orb-center span {
  font-family: 'Fraunces', serif;
  font-size: 28px;
  font-weight: 850;
  line-height: 1.05;
}
.orb-shot {
  position: absolute;
  width: 210px;
  margin: 0;
  padding: 9px;
  border-radius: 32px;
  background: rgba(255,247,232,.88);
  box-shadow: 0 26px 70px -36px rgba(27,16,9,.68);
  transition: transform .35s ease, z-index .35s ease;
}
.orb-shot:hover { z-index: 8; }
.orb-shot img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 24px;
}
.orb-shot-a { left: 50%; top: 4px; width: 250px; transform: translateX(-50%) rotate(-2deg); z-index: 5; }
.orb-shot-b { left: 46px; top: 164px; transform: rotate(-12deg); }
.orb-shot-c { right: 46px; top: 164px; transform: rotate(12deg); }
.orb-shot-d { left: 50%; bottom: 0; transform: translateX(-50%) rotate(3deg); }
.orb-shot-a:hover { transform: translateX(-50%) translateY(-10px) rotate(0deg); }
.orb-shot-b:hover { transform: translateY(-10px) rotate(-7deg); }
.orb-shot-c:hover { transform: translateY(-10px) rotate(7deg); }
.orb-shot-d:hover { transform: translateX(-50%) translateY(-10px) rotate(0deg); }
.note-chip {
  position: absolute;
  z-index: 6;
  padding: 10px 15px;
  border-radius: 999px;
  color: var(--coffee);
  background: var(--paper);
  border: 1px solid rgba(27,16,9,.1);
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 18px 34px -24px rgba(27,16,9,.55);
}
.chip-a { left: 24%; top: 48px; transform: rotate(-8deg); }
.chip-b { right: 23%; top: 70px; transform: rotate(8deg); }
.chip-c { left: 15%; bottom: 120px; transform: rotate(7deg); }
.chip-d { right: 17%; bottom: 130px; transform: rotate(-9deg); }

.section {
  position: relative;
  z-index: 2;
  padding: 90px 24px;
}
.section-head {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}
.section-head h2 {
  margin: 14px 0 12px;
  font-family: 'Fraunces', serif;
  color: var(--coffee);
  font-size: clamp(38px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -1.5px;
}
.section-head p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

.feature-wheel {
  max-width: 1020px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.feature-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  text-align: center;
  border-radius: 999px 999px 34px 34px;
  background: rgba(255,247,232,.68);
  border: 1px solid rgba(27,16,9,.1);
  box-shadow: 0 24px 54px -40px rgba(27,16,9,.45);
}
.feature-card span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--coffee);
  color: var(--cream);
  font-weight: 900;
  font-size: 13px;
}
.feature-card h3 {
  margin: 20px 0 10px;
  font-family: 'Fraunces', serif;
  color: var(--coffee);
  font-size: 23px;
  line-height: 1.08;
}
.feature-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

.studio { padding-top: 40px; }
.studio-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 54px 24px 70px;
  border-radius: 56px;
  overflow: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 50% 34%, rgba(240,162,78,.3), transparent 34rem),
    linear-gradient(145deg, #27170d, #110907);
  box-shadow: 0 40px 100px -56px rgba(27,16,9,.82);
}
.studio-shell .section-head h2 { color: var(--cream); }
.studio-board {
  position: relative;
  width: min(880px, 100%);
  height: 690px;
  margin: 0 auto;
}
.studio-phone {
  position: absolute;
  margin: 0;
  padding: 8px;
  border-radius: 34px;
  background: rgba(246,234,216,.86);
  box-shadow: 0 28px 70px -38px rgba(0,0,0,.75);
}
.studio-phone img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 26px;
}
.main-phone { width: 270px; left: 50%; top: 54px; transform: translateX(-50%); z-index: 6; }
.small-phone { width: 190px; opacity: .95; }
.top-right { right: 96px; top: 38px; transform: rotate(8deg); }
.bottom-left { left: 90px; bottom: 44px; transform: rotate(-9deg); }
.bottom-right { right: 112px; bottom: 26px; transform: rotate(9deg); }
.studio-panel {
  position: absolute;
  z-index: 8;
  width: 220px;
  padding: 18px;
  border-radius: 24px;
  color: var(--coffee);
  background: var(--paper);
  box-shadow: 0 24px 50px -34px rgba(0,0,0,.7);
}
.studio-panel strong {
  display: block;
  font-family: 'Fraunces', serif;
  font-size: 22px;
  margin-bottom: 6px;
}
.studio-panel p { margin: 0; color: var(--ink-soft); line-height: 1.55; font-size: 14px; }
.panel-left { left: 0; top: 155px; }
.panel-right { right: 0; top: 315px; }

.taste-map { padding-top: 60px; }
.map-line {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-radius: 34px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
}
.map-line div {
  min-height: 170px;
  padding: 28px;
  display: grid;
  place-items: center;
  text-align: center;
  border-right: 1px solid var(--line);
}
.map-line div:last-child { border-right: 0; }
.map-line span {
  font-family: 'Fraunces', serif;
  font-size: 30px;
  font-weight: 850;
  color: var(--coffee);
}
.map-line strong {
  color: var(--ink-soft);
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.download-center { padding-top: 40px; }
.download-card {
  max-width: 860px;
  margin: 0 auto;
  padding: 58px 26px;
  border-radius: 46px;
  text-align: center;
  color: var(--cream);
  background:
    radial-gradient(circle at 50% 0%, rgba(240,162,78,.45), transparent 24rem),
    var(--coffee);
}
.download-card img {
  width: 86px;
  height: 86px;
  margin: 0 auto 18px;
  border-radius: 24px;
  object-fit: cover;
}
.download-card h2 {
  max-width: 580px;
  margin: 14px auto;
  font-family: 'Fraunces', serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
}
.download-card p {
  max-width: 520px;
  margin: 0 auto 26px;
  color: rgba(246,234,216,.72);
}

.faq {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}
.faq details {
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255,247,232,.72);
  border: 1px solid var(--line);
}
.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--coffee);
  font-weight: 850;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--bronze); font-size: 22px; }
.faq details[open] summary::after { content: '−'; }
.faq p { margin: 12px 0 0; color: var(--ink-soft); line-height: 1.65; }
.faq a { color: var(--bronze); font-weight: 800; }

.footer {
  position: relative;
  z-index: 2;
  padding: 64px 32px 30px;
  color: var(--cream);
  background: var(--coffee);
}
.footer-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(246,234,216,.13);
}
.footer-brand img { width: 38px; height: 38px; border-radius: 12px; margin-bottom: 12px; }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand span { font-family: 'Fraunces', serif; font-size: 24px; font-weight: 850; }
.footer-brand p { margin: 6px 0 0; color: rgba(246,234,216,.68); }
.footer-col h4 {
  margin: 0 0 14px;
  color: rgba(246,234,216,.55);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-col a { display: block; margin-bottom: 10px; color: var(--cream); }
.footer-col a:hover { color: var(--amber); }
.footer-col .muted { color: rgba(246,234,216,.52); font-size: 13px; }
.footer-bottom {
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 24px;
  color: rgba(246,234,216,.5);
  font-size: 13px;
}

@media (max-width: 980px) {
  .nav { padding: 14px 18px; }
  .nav-links { display: none; }
  .hero { min-height: auto; padding: 46px 18px 70px; }
  .taste-orb { height: 620px; margin-top: 44px; }
  .ring-one { width: 620px; height: 620px; }
  .ring-two { width: 450px; height: 450px; }
  .orb-shot { width: 180px; }
  .orb-shot-a { width: 220px; }
  .orb-shot-b { left: 0; }
  .orb-shot-c { right: 0; }
  .feature-wheel { grid-template-columns: repeat(2, 1fr); }
  .studio-board { height: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .studio-phone, .main-phone, .small-phone, .studio-panel {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    transform: none;
  }
  .main-phone { grid-column: 1 / -1; max-width: 280px; margin: 0 auto; }
  .studio-panel { text-align: center; }
  .map-line { grid-template-columns: repeat(2, 1fr); }
  .map-line div:nth-child(2) { border-right: 0; }
  .map-line div:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: 50px; letter-spacing: -1.4px; }
  .taste-orb { height: auto; display: grid; grid-template-columns: 1fr; gap: 16px; }
  .hero-orbit, .orb-center, .note-chip { display: none; }
  .orb-shot, .orb-shot-a, .orb-shot-b, .orb-shot-c, .orb-shot-d {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: min(260px, 82vw);
    margin: 0 auto;
    transform: none;
  }
  .feature-wheel, .map-line, .studio-board, .footer-grid { grid-template-columns: 1fr; }
  .feature-card { border-radius: 34px; min-height: auto; }
  .map-line div { border-right: 0; border-bottom: 1px solid var(--line); }
  .map-line div:last-child { border-bottom: 0; }
}
