:root {
  --pink: #e51b77;
  --pink-dark: #b51359;
  --pink-soft: #fff0f6;
  --ink: #331c19;
  --muted: #765f5a;
  --cream: #fffaf6;
  --line: #eedfd8;
  --white: #fff;
  --green: #3d9a76;
  --shadow: 0 16px 38px rgba(62, 31, 27, .11);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--cream); font-family: var(--font); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 251, .96);
  box-shadow: 0 5px 18px rgba(51, 28, 25, .07);
  backdrop-filter: blur(16px);
}
.site-header .trust-strip { min-height: 34px; padding: 9px 20px; }
.nav {
  width: min(100% - 40px, 1180px);
  height: 76px;
  margin: auto;
  display: grid;
  grid-template-columns: 170px 1fr auto;
  align-items: center;
  gap: 28px;
}
.logo { display: inline-flex; width: fit-content; line-height: 0; }
.logo img { width: auto; height: 60px; object-fit: contain; }
.nav-links { display: flex; justify-content: center; gap: clamp(22px, 3vw, 42px); }
.nav-links a {
  position: relative;
  padding: 29px 0 26px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 2px;
  background: var(--pink);
  transform: scaleX(0);
  transition: transform .18s ease;
}
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-cta, .button {
  display: inline-flex;
  min-height: 44px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ef237f, #d51768);
  box-shadow: 0 11px 22px rgba(229, 27, 119, .22);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}
.nav-cta:hover, .button:hover { transform: translateY(-2px); }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}
.menu-toggle span { display: block; width: 21px; height: 2px; margin: 4px auto; background: var(--ink); }
.mobile-menu {
  position: fixed;
  z-index: 150;
  inset: 110px 0 auto;
  display: none;
  padding: 18px 24px 28px;
  border-bottom: 1px solid var(--line);
  background: #fffdfb;
  box-shadow: var(--shadow);
}
.mobile-menu.open { display: grid; }
.mobile-menu a { padding: 14px 4px; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 800; text-decoration: none; }
.page-hero {
  padding: 70px 20px 64px;
  text-align: center;
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 195, 218, .45), transparent 18rem),
    radial-gradient(circle at 85% 35%, rgba(255, 218, 186, .5), transparent 22rem),
    linear-gradient(135deg, #fff9f4, #fff1f7);
}
.flavors-page .page-hero,
.contact-page .page-hero {
  min-height: 430px;
  display: flex;
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.flavors-page .page-hero {
  background-image:
    linear-gradient(90deg, rgba(255, 250, 246, .98) 0%, rgba(255, 250, 246, .94) 39%, rgba(255, 250, 246, .25) 64%, rgba(255, 250, 246, 0) 100%),
    url("hero-flavors-photo-v2.png");
}
.contact-page .page-hero {
  background-image:
    linear-gradient(90deg, rgba(255, 250, 246, .98) 0%, rgba(255, 250, 246, .94) 42%, rgba(255, 250, 246, .22) 66%, rgba(255, 250, 246, 0) 100%),
    url("hero-contact-photo-v2.png");
}
.flavors-page .page-hero h1,
.flavors-page .page-hero p,
.contact-page .page-hero h1,
.contact-page .page-hero p { width: min(48%, 650px); margin-right: 0; margin-left: 0; }
.eyebrow {
  display: inline-flex;
  padding: 7px 13px;
  border-radius: 999px;
  color: var(--pink-dark);
  background: #ffe2ed;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.page-hero h1 { max-width: 800px; margin: 16px auto 12px; font-family: var(--display); font-size: clamp(44px, 6vw, 68px); line-height: 1; letter-spacing: -.04em; }
.page-hero p { max-width: 680px; margin: auto; color: var(--muted); font-size: 16px; line-height: 1.7; }
.trust-strip { display: flex; justify-content: center; gap: 34px; padding: 14px 20px; color: #fff; background: var(--ink); font-size: 11px; font-weight: 800; }
.page-shell { width: min(100% - 40px, 1180px); margin: auto; padding: 58px 0 80px; }
.section-heading { max-width: 690px; margin-bottom: 28px; }
.section-heading h2 { margin: 0 0 9px; font-family: var(--display); font-size: clamp(32px, 4vw, 46px); line-height: 1.05; }
.section-heading p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.flavor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.flavor-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 9px 25px rgba(51, 28, 25, .065);
}
.flavor-art { height: 250px; padding: 15px; background: #f8e5db; }
.flavor-art img { width: 100%; height: 100%; object-fit: contain; }
.flavor-content { padding: 19px; }
.flavor-content h3 { margin: 0 0 7px; font-family: var(--display); font-size: 22px; }
.flavor-content p { min-height: 54px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.flavor-notes { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.flavor-notes span { padding: 6px 9px; border-radius: 999px; color: var(--pink-dark); background: var(--pink-soft); font-size: 9px; font-weight: 800; }
.card-action { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 17px; }
.card-action strong { font-size: 15px; }
.info-band {
  margin-top: 48px;
  padding: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(120deg, #391d1a, #6f263f);
  box-shadow: var(--shadow);
}
.info-band h3 { margin: 0 0 7px; font-family: var(--display); font-size: 19px; }
.info-band p { margin: 0; color: #ead7d1; font-size: 11px; line-height: 1.6; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: start; }
.contact-panel, .contact-form { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.contact-panel h2, .contact-form h2 { margin: 0 0 12px; font-family: var(--display); font-size: 32px; }
.contact-panel > p, .contact-form > p { margin: 0 0 23px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.contact-list { display: grid; gap: 13px; }
.contact-item { padding: 15px; border-radius: 10px; background: #fff6f9; }
.contact-item strong { display: block; margin-bottom: 5px; font-size: 12px; }
.contact-item span, .contact-item a { color: var(--muted); font-size: 12px; line-height: 1.5; }
.contact-item a { color: var(--pink-dark); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 850; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--ink);
  background: #fffdfc;
}
.field input, .field select { height: 46px; padding: 0 13px; }
.field textarea { min-height: 140px; padding: 13px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(229, 27, 119, .16); border-color: var(--pink); }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 17px; }
.form-note { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.status { min-height: 20px; margin-top: 12px; color: var(--green); font-size: 12px; font-weight: 750; }
.site-footer { padding: 34px 20px; color: #f9e9e2; background: var(--ink); text-align: center; font-size: 12px; }
.site-footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-bottom: 14px; }
.site-footer a { color: #fff; text-decoration: none; font-weight: 750; }
.site-footer p { margin: 5px 0 0; color: #cdb7ae; }
@media (max-width: 900px) {
  .nav { grid-template-columns: 1fr auto auto; }
  .nav-links { display: none; }
  .menu-toggle { display: block; }
  .flavor-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; }
}
@media (max-width: 650px) {
  .nav { width: min(100% - 26px, 1180px); grid-template-columns: 1fr auto; }
  .logo img { height: 54px; }
  .nav-cta { display: none; }
  .page-hero { padding: 48px 18px; }
  .page-hero h1 { font-size: 42px; }
  .flavors-page .page-hero,
  .contact-page .page-hero {
    min-height: 410px;
    padding-left: 20px;
    background-position: 62% center;
  }
  .flavors-page .page-hero,
  .contact-page .page-hero {
    background-image:
      linear-gradient(90deg, rgba(255, 250, 246, .96) 0%, rgba(255, 250, 246, .82) 60%, rgba(255, 250, 246, .08) 100%),
      var(--page-hero-image);
  }
  .flavors-page { --page-hero-image: url("hero-flavors-photo-v2.png"); }
  .contact-page { --page-hero-image: url("hero-contact-photo-v2.png"); }
  .flavors-page .page-hero h1,
  .flavors-page .page-hero p,
  .contact-page .page-hero h1,
  .contact-page .page-hero p { width: 75%; }
  .trust-strip { gap: 9px 18px; flex-wrap: wrap; }
  .page-shell { width: min(100% - 24px, 1180px); padding: 42px 0 60px; }
  .flavor-grid, .info-band, .form-grid { grid-template-columns: 1fr; }
  .flavor-art { height: 260px; }
  .field.full { grid-column: auto; }
  .contact-panel, .contact-form, .info-band { padding: 22px; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
}
