:root {
  --ink: #f7efe6;
  --muted: #bfb2a5;
  --paper: #f0dfc8;
  --dark: #110d0a;
  --dark-soft: #1d1510;
  --line: rgba(255,255,255,.12);
  --accent: #e9a446;
  --accent-2: #f4c77d;
  --shadow: 0 22px 70px rgba(0,0,0,.38);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(233,164,70,.17), transparent 25rem),
    radial-gradient(circle at 92% 18%, rgba(119,57,25,.2), transparent 24rem),
    linear-gradient(180deg, #120d09 0%, #0d0a08 54%, #15100c 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  z-index: 10;
}

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.ambient {
  position: fixed;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
  opacity: .3;
  animation: ambientFloat 11s ease-in-out infinite alternate;
}
.ambient-one { width: 220px; height: 220px; background: #8c3f18; top: 20%; left: -120px; }
.ambient-two { width: 240px; height: 240px; background: #d08c3d; bottom: 12%; right: -160px; opacity: .16; animation-delay: -4s; }

.bio-shell {
  position: relative;
  width: min(100%, 560px);
  margin: 0 auto;
  padding: max(24px, env(safe-area-inset-top)) 18px calc(40px + env(safe-area-inset-bottom));
}

.profile { text-align: center; position: relative; padding: 10px 44px 18px; }
.logo-wrap { width: min(330px, 88%); margin: 12px auto 15px; animation: logoBreathe 6s ease-in-out infinite; }
.logo { width: 100%; height: auto; display: block; filter: invert(1); }
.location-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--accent-2);
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(233,164,70,.12);
  animation: pulseRing 2.4s ease-out infinite;
}
.brand-line { margin: 10px 0 0; color: var(--muted); font-size: .94rem; }

.share-button {
  position: absolute;
  top: 2px;
  right: 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
  color: var(--ink);
  backdrop-filter: blur(18px);
  cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.share-button:hover { transform: rotate(-6deg) scale(1.04); border-color: rgba(244,199,125,.45); background: rgba(255,255,255,.09); }
.share-button svg { width: 19px; fill: currentColor; }

.hero-card {
  position: relative;
  min-height: 480px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.13);
  isolation: isolate;
  transform: translateZ(0);
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-video {
  position: absolute;
  inset: -3%;
  width: 106%;
  height: 106%;
  object-fit: cover;
  object-position: 50% center;
  z-index: 0;
  transform: scale(1.025);
  animation: heroDrift 12s ease-in-out infinite alternate;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(6,4,3,.08) 0%, rgba(10,7,5,.12) 37%, rgba(9,6,4,.91) 100%),
    linear-gradient(90deg, rgba(7,5,3,.22), transparent 70%);
}
.hero-glow {
  position: absolute;
  z-index: 1;
  width: 250px;
  height: 250px;
  right: -90px;
  top: -110px;
  border-radius: 50%;
  background: rgba(244,199,125,.17);
  filter: blur(70px);
  animation: glowMove 7s ease-in-out infinite alternate;
}
.hero-copy { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 25px; }
.eyebrow { display: block; margin-bottom: 8px; color: var(--accent-2); font-size: .68rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.hero-copy h1, .section-heading h2 {
  margin: 0;
  font-family: "Arial Black", Impact, ui-sans-serif, sans-serif;
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .92;
}
.hero-copy h1 { font-size: clamp(3.25rem, 14vw, 5.2rem); max-width: 7ch; }
.hero-copy p { margin: 14px 0 0; color: #e1d7cd; max-width: 37ch; line-height: 1.45; font-size: .94rem; }

.video-control {
  position: absolute;
  z-index: 4;
  top: 15px;
  right: 15px;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(9,6,4,.34);
  color: #fff;
  backdrop-filter: blur(12px);
  cursor: pointer;
  opacity: .78;
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}
.video-control:hover { opacity: 1; transform: scale(1.05); background: rgba(9,6,4,.54); }
.pause-symbol { width: 11px; height: 13px; border-left: 3px solid currentColor; border-right: 3px solid currentColor; }
.video-control.is-paused .pause-symbol {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid currentColor;
  border-right: 0;
  margin-left: 3px;
}

.primary-links { display: grid; gap: 11px; margin-top: 14px; }
.link-button {
  position: relative;
  min-height: 76px;
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 11px 17px 11px 12px;
  border-radius: 22px;
  border: 1px solid transparent;
  overflow: hidden;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.link-button:hover { transform: translateY(-3px) scale(1.004); }
.link-button:active { transform: translateY(-1px) scale(.995); }
.link-button.primary { background: var(--paper); color: #17110d; box-shadow: 0 15px 45px rgba(0,0,0,.24); }
.link-button.primary:hover { box-shadow: 0 20px 55px rgba(0,0,0,.3); }
.link-button.secondary { border-color: var(--line); background: rgba(255,255,255,.055); backdrop-filter: blur(16px); }
.link-button.secondary:hover { border-color: rgba(244,199,125,.28); background: rgba(255,255,255,.075); }
.button-shine {
  position: absolute;
  inset: -80% auto -80% -45%;
  width: 34%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
  animation: buttonShine 5.8s ease-in-out infinite;
  pointer-events: none;
}
.button-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; background: rgba(17,13,10,.09); transition: transform .25s ease; }
.link-button:hover .button-icon { transform: rotate(-3deg) scale(1.04); }
.secondary .button-icon { background: rgba(255,255,255,.09); }
.button-icon svg, .quick-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-copy { display: flex; flex-direction: column; min-width: 0; }
.button-copy strong { font-size: .98rem; letter-spacing: -.01em; }
.button-copy small { margin-top: 3px; color: rgba(23,17,13,.64); font-size: .72rem; }
.secondary .button-copy small { color: var(--muted); }
.arrow { font-size: 1.1rem; transition: transform .25s ease; }
.link-button:hover .arrow { transform: translate(2px,-2px); }

.quick-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin: 11px 0 25px; }
.quick-links a {
  min-height: 88px;
  padding: 13px 6px 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  font-size: .72rem;
  color: #e7ddd2;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), background .25s ease, border-color .25s ease;
}
.quick-links a:hover { transform: translateY(-3px); background: rgba(255,255,255,.08); border-color: rgba(244,199,125,.22); }
.quick-icon { width: 34px; height: 34px; display: grid; place-items: center; transition: transform .3s ease; }
.quick-links a:hover .quick-icon { transform: translateY(-2px) scale(1.06); }
.quick-icon svg { width: 22px; }
.quick-icon .fill { fill: currentColor; stroke: none; }

.taste-section { margin-top: 4px; padding: 25px 0 10px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 15px; }
.eyebrow.dark { color: #cfbcaa; }
.section-heading h2 { font-size: clamp(2.25rem, 10vw, 3.8rem); }
.tiny-mark {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: 1.3rem;
  font-weight: 700;
  animation: markFloat 4s ease-in-out infinite;
}
.taste-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.taste-card { position: relative; overflow: hidden; min-height: 245px; border-radius: 24px; border: 1px solid rgba(255,255,255,.1); background: var(--dark-soft); transform: translateZ(0); }
.taste-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .75s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.taste-card:hover img { transform: scale(1.055); filter: saturate(1.08); }
.taste-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(8,5,3,.9) 100%); }
.taste-card div { position: absolute; z-index: 2; left: 14px; right: 14px; bottom: 15px; transition: transform .35s ease; }
.taste-card:hover div { transform: translateY(-3px); }
.taste-card span { display: block; color: var(--accent-2); font-size: .6rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.taste-card strong { display: block; margin-top: 4px; font-size: .9rem; line-height: 1.15; }

.full-site {
  margin-top: 15px;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 18px 17px 21px;
  border-radius: 24px;
  background: linear-gradient(135deg, #9c491f, #5b2715);
  background-size: 160% 160%;
  border: 1px solid rgba(244,199,125,.2);
  box-shadow: 0 18px 55px rgba(0,0,0,.25);
  transition: transform .25s ease, box-shadow .25s ease;
  animation: gradientShift 9s ease infinite alternate;
}
.full-site:hover { transform: translateY(-3px); box-shadow: 0 22px 65px rgba(0,0,0,.32); }
.full-site span:first-child { display: flex; flex-direction: column; }
.full-site small { color: #edcfaa; font-size: .68rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.full-site strong { margin-top: 5px; font-size: 1rem; }
.round-arrow { flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); font-size: 1.2rem; transition: transform .3s ease, background .3s ease; }
.full-site:hover .round-arrow { transform: rotate(8deg) translate(2px,-2px); background: rgba(255,255,255,.18); }

.footer { padding: 30px 9px 6px; text-align: center; color: var(--muted); font-size: .77rem; line-height: 1.6; }
.footer-line { height: 1px; width: 64px; margin: 19px auto; background: var(--line); }
.footer-note { font-size: .64rem; opacity: .6; }

.toast { position: fixed; left: 50%; bottom: 26px; z-index: 20; transform: translate(-50%, 18px); padding: 11px 16px; border-radius: 999px; background: #f1e2cf; color: #17110d; font-size: .78rem; font-weight: 800; opacity: 0; pointer-events: none; transition: .25s ease; box-shadow: 0 15px 50px rgba(0,0,0,.3); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(18px) scale(.992); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
.hero-card.reveal { transform: translateY(20px) scale(.975); }
.hero-card.reveal.visible { transform: none; }

@keyframes ambientFloat {
  from { transform: translate3d(-8px,-6px,0) scale(.94); }
  to { transform: translate3d(14px,18px,0) scale(1.08); }
}
@keyframes logoBreathe {
  0%,100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-2px) scale(1.006); }
}
@keyframes pulseRing {
  0% { box-shadow: 0 0 0 0 rgba(233,164,70,.36); }
  70%,100% { box-shadow: 0 0 0 8px rgba(233,164,70,0); }
}
@keyframes heroDrift {
  from { transform: scale(1.025) translate3d(-.5%,0,0); }
  to { transform: scale(1.07) translate3d(.8%,-.5%,0); }
}
@keyframes glowMove {
  from { transform: translate3d(-15px,0,0) scale(.9); opacity: .55; }
  to { transform: translate3d(20px,18px,0) scale(1.15); opacity: .9; }
}
@keyframes buttonShine {
  0%,58% { left: -50%; opacity: 0; }
  65% { opacity: .8; }
  82%,100% { left: 135%; opacity: 0; }
}
@keyframes markFloat {
  0%,100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-4px) rotate(3deg); }
}
@keyframes gradientShift {
  from { background-position: 0% 50%; }
  to { background-position: 100% 50%; }
}

@media (max-width: 390px) {
  .bio-shell { padding-left: 13px; padding-right: 13px; }
  .hero-card { min-height: 440px; border-radius: 26px; }
  .hero-copy { left: 20px; right: 20px; bottom: 21px; }
  .hero-video { object-position: 51% center; }
  .taste-card { min-height: 220px; }
  .button-copy small { font-size: .67rem; }
}

@media (min-width: 700px) {
  .bio-shell { padding-top: 40px; }
  .hero-card { min-height: 590px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-video { transform: scale(1.03); }
}
