/* ==========================================================================
   Kayo's Flavors — kayosflavors.com
   Design system + page styles
   ========================================================================== */

/* ---------- Fonts (self-hosted, no third-party requests) ---------- */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/fraunces-latin-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/dm-sans-latin-400-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/dm-sans-latin-500-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/dm-sans-latin-700-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Tokens ---------- */
:root {
  /* Surfaces */
  --cream: #fdf9f3;
  --cream-deep: #f6eee3;
  --card: #fffdfa;
  --ink-bg: #2b2320;

  /* Text */
  --ink: #2e2622;
  --ink-soft: #5e514a;
  --ink-invert: #fdf9f3;

  /* Brand */
  --rose: #d6527e;
  --rose-ink: #b83a65;
  --rose-deep: #a8305a;
  --rose-soft: #f6d9e2;
  --rose-tint: #fdeff4;

  --sky: #3e93ab;
  --sky-ink: #256b80;
  --sky-soft: #d8eaf1;
  --sky-tint: #f0f8fb;

  --gold: #b3853f;

  --line: #ebdfd1;
  --line-soft: #f3e9dc;

  /* Type */
  --font-display: 'Fraunces', 'Iowan Old Style', 'Palatino Linotype', Palatino,
    Georgia, 'Times New Roman', serif;
  --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif;

  /* Space */
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --section-y: clamp(4.5rem, 9vw, 7.5rem);
  --max: 1200px;

  /* Shape */
  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 28px;
  --r-xl: 40px;
  --r-pill: 999px;

  /* Elevation */
  --shadow-sm: 0 1px 2px rgba(74, 52, 42, 0.05),
    0 4px 12px rgba(74, 52, 42, 0.05);
  --shadow-md: 0 2px 4px rgba(74, 52, 42, 0.04),
    0 12px 32px rgba(74, 52, 42, 0.08);
  --shadow-lg: 0 4px 8px rgba(74, 52, 42, 0.04),
    0 28px 60px rgba(74, 52, 42, 0.12);

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- Reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}
body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img,
svg,
video {
  display: block;
  max-width: 100%;
}
img {
  height: auto;
}
button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}
a {
  color: var(--rose-ink);
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
a:hover {
  color: var(--rose-deep);
}
ul,
ol {
  padding: 0;
  list-style: none;
}

:focus-visible {
  outline: 3px solid var(--rose-ink);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- Typography ---------- */
h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
h1 {
  font-size: clamp(2.75rem, 6.4vw, 4.75rem);
  font-weight: 500;
}
h2 {
  font-size: clamp(2.1rem, 4.4vw, 3.15rem);
  font-weight: 500;
}
h3 {
  font-size: clamp(1.3rem, 2vw, 1.55rem);
  font-weight: 600;
  letter-spacing: -0.015em;
}
p {
  text-wrap: pretty;
}

.accent {
  color: var(--rose-ink);
  font-style: italic;
  font-weight: 400;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sky-ink);
}
.eyebrow::before {
  content: '';
  width: 26px;
  height: 1.5px;
  background: currentColor;
  opacity: 0.6;
  flex: none;
}

.lede {
  font-size: clamp(1.0625rem, 1.6vw, 1.1875rem);
  color: var(--ink-soft);
  max-width: 54ch;
}

/* ---------- Layout ---------- */
.wrap {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.section {
  padding-block: var(--section-y);
  position: relative;
}
.section--tint {
  background: var(--cream-deep);
}
.section-head {
  max-width: 62ch;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.section-head .eyebrow {
  margin-bottom: 1rem;
}
.section-head h2 + p {
  margin-top: 1.1rem;
}
.section-head--center {
  margin-inline: auto;
  text-align: center;
}
.section-head--center .eyebrow::before {
  display: none;
}
.section-head--center .lede {
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 200;
  background: var(--ink);
  color: var(--ink-invert);
  padding: 0.75rem 1.25rem;
  border-radius: var(--r-sm);
  font-weight: 500;
  text-decoration: none;
  transition: top 0.2s var(--ease);
}
.skip-link:focus {
  top: 1rem;
  color: var(--ink-invert);
}

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--rose-ink);
  --btn-fg: #fff;
  --btn-bd: var(--rose-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.95rem 1.7rem;
  border: 1.5px solid var(--btn-bd);
  border-radius: var(--r-pill);
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.005em;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease),
    background-color 0.25s var(--ease), color 0.25s var(--ease);
}
.btn:hover {
  color: var(--btn-fg);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(168, 48, 90, 0.22);
}
.btn:active {
  transform: translateY(0);
}
.btn svg {
  flex: none;
}

.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--ink);
  --btn-bd: var(--line);
}
.btn--ghost:hover {
  --btn-bg: var(--card);
  --btn-bd: var(--rose-soft);
  box-shadow: var(--shadow-sm);
}

.btn--light {
  --btn-bg: var(--cream);
  --btn-fg: var(--ink);
  --btn-bd: var(--cream);
}
.btn--light:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.btn--outline-light {
  --btn-bg: transparent;
  --btn-fg: var(--ink-invert);
  --btn-bd: rgba(253, 249, 243, 0.42);
}
.btn--outline-light:hover {
  --btn-bd: var(--ink-invert);
  box-shadow: none;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

/* ---------- Header ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253, 249, 243, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease),
    background-color 0.3s var(--ease);
}
.header.is-stuck {
  border-bottom-color: var(--line-soft);
  box-shadow: 0 2px 20px rgba(74, 52, 42, 0.06);
}
.header__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 80px;
  padding-block: 0.75rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--ink);
  flex: 0 1 auto;
  min-width: 0;
}
.brand:hover {
  color: var(--ink);
}
.brand__mark {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex: none;
}
.brand__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.1;
}
.brand__name {
  font-family: var(--font-display);
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  white-space: nowrap;
}
.brand__tag {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sky-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
}
.nav a {
  padding: 0.55rem 0.9rem;
  border-radius: var(--r-pill);
  color: var(--ink);
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s var(--ease), color 0.2s var(--ease);
}
.nav a:hover {
  background: var(--rose-tint);
  color: var(--rose-deep);
}
.header__cta {
  flex: none;
  padding: 0.75rem 1.4rem;
  font-size: 0.9375rem;
}

/* Contact block inside the mobile menu only. */
.nav__contact {
  display: none;
}

.nav-toggle {
  position: relative;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1.5px solid var(--line);
  border-radius: var(--r-pill);
  background: var(--card);
  cursor: pointer;
}
.nav-toggle__bars {
  position: relative;
  width: 18px;
  height: 12px;
}
.nav-toggle__bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.75px;
  border-radius: 2px;
  background: var(--ink);
  transition: transform 0.28s var(--ease), opacity 0.2s var(--ease);
}
.nav-toggle__bars span:nth-child(1) {
  top: 0;
}
.nav-toggle__bars span:nth-child(2) {
  top: 5px;
}
.nav-toggle__bars span:nth-child(3) {
  top: 10px;
}
.nav-toggle[aria-expanded='true'] .nav-toggle__bars span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.nav-toggle[aria-expanded='true'] .nav-toggle__bars span:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded='true'] .nav-toggle__bars span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding-block: clamp(3rem, 7vw, 5.5rem) clamp(4rem, 8vw, 6.5rem);
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(
      46rem 30rem at 82% 8%,
      rgba(246, 217, 226, 0.75),
      transparent 62%
    ),
    radial-gradient(
      38rem 26rem at 8% 74%,
      rgba(216, 234, 241, 0.68),
      transparent 60%
    ),
    radial-gradient(
      30rem 22rem at 50% 110%,
      rgba(246, 238, 227, 0.9),
      transparent 60%
    );
}
.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
.hero__copy .eyebrow {
  margin-bottom: 1.25rem;
}
.hero h1 {
  margin-bottom: 1.4rem;
}
.hero .lede {
  margin-bottom: 2rem;
}
.hero .btn-row {
  margin-bottom: 2.25rem;
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 1.5rem;
  font-size: 0.875rem;
  color: var(--ink-soft);
}
.hero__meta li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.hero__meta svg {
  color: var(--rose-ink);
  flex: none;
}

/* Hero visual */
.hero__visual {
  position: relative;
}
.hero__photo {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--card);
  aspect-ratio: 4 / 5;
  rotate: 1.25deg;
}
.hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__badge {
  position: absolute;
  z-index: 2;
  left: -1.25rem;
  bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.25rem 0.85rem 0.9rem;
  border-radius: var(--r-pill);
  background: var(--card);
  box-shadow: var(--shadow-md);
  rotate: -2deg;
}
.hero__badge-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--rose-tint);
  color: var(--rose-deep);
  flex: none;
}
.hero__badge-text {
  line-height: 1.25;
}
.hero__badge-text strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
}
.hero__badge-text span {
  font-size: 0.75rem;
  color: var(--ink-soft);
}

.hero__blob {
  position: absolute;
  z-index: -1;
  inset: 8% -6% -8% 6%;
  border-radius: 48% 52% 44% 56% / 52% 46% 54% 48%;
  background: linear-gradient(140deg, var(--rose-soft), var(--sky-soft));
  filter: blur(2px);
  opacity: 0.65;
}

/* ---------- Trust strip ---------- */
.strip {
  border-block: 1px solid var(--line-soft);
  background: var(--card);
}
.strip__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-soft);
}
.strip__list li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.5rem clamp(0.9rem, 2vw, 1.5rem);
  background: var(--card);
  font-size: 0.9375rem;
  font-weight: 500;
}
.strip__list svg {
  color: var(--sky-ink);
  flex: none;
}

/* ---------- Menu cards ---------- */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: clamp(1.25rem, 2.4vw, 1.9rem);
}
.card {
  display: flex;
  flex-direction: column;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease),
    border-color 0.35s var(--ease);
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--rose-soft);
}
.card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--cream-deep);
}
.card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.card:hover .card__media img {
  transform: scale(1.045);
}
.card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.6rem;
  padding: 1.5rem 1.5rem 1.65rem;
}
.card__body p {
  font-size: 0.9375rem;
  color: var(--ink-soft);
  flex: 1;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.35rem;
}
.tag {
  padding: 0.3rem 0.7rem;
  border-radius: var(--r-pill);
  background: var(--sky-tint);
  color: var(--sky-ink);
  font-size: 0.7188rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.tag--rose {
  background: var(--rose-tint);
  color: var(--rose-deep);
}

.menu-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: clamp(1.5rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2.5rem);
  border: 1px dashed var(--line);
  border-radius: var(--r-lg);
  background: var(--rose-tint);
}
.menu-note p {
  max-width: 48ch;
  font-size: 0.9375rem;
  color: var(--ink-soft);
}
.menu-note strong {
  display: block;
  margin-bottom: 0.2rem;
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--ink);
}

/* ---------- Story ---------- */
.story {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
.story__media {
  position: relative;
}
.story__photo {
  width: 100%;
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.story__media .story__seal {
  position: absolute;
  right: -1.5rem;
  bottom: -1.5rem;
  width: clamp(92px, 12vw, 124px);
  height: auto;
  border-radius: 50%;
  border: 5px solid var(--cream);
  box-shadow: var(--shadow-md);
  background: #fff;
}
.story__copy h2 {
  margin-bottom: 1.35rem;
}
.story__copy p + p {
  margin-top: 1.1rem;
}
.story__copy p {
  color: var(--ink-soft);
  max-width: 56ch;
}
.quote {
  margin: 1.9rem 0 1.75rem;
  padding: 0.35rem 0 0.35rem 1.4rem;
  border-left: 3px solid var(--rose-soft);
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.signature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9375rem;
  color: var(--ink-soft);
}
.signature strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--ink);
}

/* ---------- Steps ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  counter-reset: step;
}
.step {
  position: relative;
  padding-top: 1.75rem;
  border-top: 2px solid var(--line);
}
.step::before {
  counter-increment: step;
  content: '0' counter(step);
  display: block;
  margin-bottom: 0.9rem;
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--rose-ink);
}
.step h3 {
  margin-bottom: 0.55rem;
}
.step p {
  font-size: 0.9375rem;
  color: var(--ink-soft);
}

/* ---------- Gallery ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: clamp(0.75rem, 1.6vw, 1.15rem);
}
.gallery figure {
  position: relative;
  margin: 0;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--cream-deep);
  box-shadow: var(--shadow-sm);
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  transition: transform 0.65s var(--ease);
}
.gallery figure:hover img {
  transform: scale(1.06);
}
.gallery figure:nth-child(1),
.gallery figure:nth-child(6) {
  grid-row: span 2;
}
.gallery figure:nth-child(1) img,
.gallery figure:nth-child(6) img {
  aspect-ratio: 1 / 2.07;
}

/* ---------- Feature band (custom orders) ---------- */
.band {
  position: relative;
  overflow: hidden;
  background: var(--ink-bg);
  color: var(--ink-invert);
}
.band::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      36rem 24rem at 12% 0%,
      rgba(214, 82, 126, 0.32),
      transparent 60%
    ),
    radial-gradient(
      34rem 24rem at 90% 100%,
      rgba(62, 147, 171, 0.3),
      transparent 60%
    );
  pointer-events: none;
}
.band__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.band .eyebrow {
  color: var(--rose-soft);
  margin-bottom: 1rem;
}
.band h2 {
  margin-bottom: 1.15rem;
}
.band p {
  color: rgba(253, 249, 243, 0.78);
  max-width: 52ch;
  margin-bottom: 2rem;
}
.band__occasions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.band__occasions li {
  padding: 0.5rem 1rem;
  border: 1px solid rgba(253, 249, 243, 0.2);
  border-radius: var(--r-pill);
  font-size: 0.875rem;
  color: rgba(253, 249, 243, 0.92);
}

/* ---------- FAQ ---------- */
.faq {
  max-width: 820px;
  margin-inline: auto;
}
.faq__item {
  border-bottom: 1px solid var(--line);
}
.faq__item:first-child {
  border-top: 1px solid var(--line);
}
.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  padding: 1.5rem 0.25rem;
  border: 0;
  background: none;
  text-align: left;
  font-family: var(--font-display);
  font-size: clamp(1.0625rem, 1.7vw, 1.1875rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
  cursor: pointer;
  transition: color 0.2s var(--ease);
}
.faq__q:hover {
  color: var(--rose-deep);
}
.faq__icon {
  position: relative;
  flex: none;
  width: 30px;
  height: 30px;
  border: 1.5px solid var(--line);
  border-radius: 50%;
  transition: background-color 0.25s var(--ease),
    border-color 0.25s var(--ease), transform 0.3s var(--ease);
}
.faq__icon::before,
.faq__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1.5px;
  background: var(--ink);
  translate: -50% -50%;
  transition: transform 0.3s var(--ease), background-color 0.25s var(--ease);
}
.faq__icon::after {
  transform: rotate(90deg);
}
.faq__q[aria-expanded='true'] .faq__icon {
  background: var(--rose-ink);
  border-color: var(--rose-ink);
}
.faq__q[aria-expanded='true'] .faq__icon::before,
.faq__q[aria-expanded='true'] .faq__icon::after {
  background: #fff;
}
.faq__q[aria-expanded='true'] .faq__icon::after {
  transform: rotate(0deg);
}
.faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s var(--ease);
}
.faq__item.is-open .faq__a {
  grid-template-rows: 1fr;
}
.faq__a > div {
  overflow: hidden;
}
.faq__a p {
  padding: 0 3rem 1.75rem 0.25rem;
  font-size: 0.9688rem;
  color: var(--ink-soft);
}
.faq__a p + p {
  padding-top: 0.9rem;
}

/* ---------- Order CTA ---------- */
.order {
  text-align: center;
}
.order__card {
  position: relative;
  max-width: 760px;
  margin-inline: auto;
  padding: clamp(2.5rem, 6vw, 4.25rem) clamp(1.5rem, 5vw, 4rem);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background: linear-gradient(165deg, var(--rose-tint), var(--sky-tint));
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.order__card h2 {
  margin-bottom: 1.1rem;
}
.order__card .lede {
  margin-inline: auto;
  margin-bottom: 2rem;
}
.order__card .btn-row {
  justify-content: center;
}
.order__fine {
  margin-top: 1.75rem;
  font-size: 0.875rem;
  color: var(--ink-soft);
}

/* ---------- Footer ---------- */
.footer {
  padding-block: clamp(3.5rem, 7vw, 5rem) 2.5rem;
  background: var(--ink-bg);
  color: rgba(253, 249, 243, 0.72);
  font-size: 0.9375rem;
}
.footer a {
  color: rgba(253, 249, 243, 0.86);
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
  border-bottom: 1px solid rgba(253, 249, 243, 0.12);
}
.footer__brand .brand {
  color: var(--ink-invert);
  margin-bottom: 1.1rem;
}
.footer__brand .brand__tag {
  color: var(--rose-soft);
}
.footer__brand p {
  max-width: 34ch;
  margin-bottom: 1.35rem;
}
.footer h3 {
  margin-bottom: 1.1rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-invert);
}
.footer__links li + li {
  margin-top: 0.65rem;
}
.socials {
  display: flex;
  gap: 0.6rem;
}
.socials a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(253, 249, 243, 0.2);
  border-radius: 50%;
  transition: background-color 0.25s var(--ease),
    border-color 0.25s var(--ease), transform 0.25s var(--ease);
}
.socials a:hover {
  background: var(--rose-ink);
  border-color: var(--rose-ink);
  transform: translateY(-2px);
  text-decoration: none;
}
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 2rem;
  padding-top: 2rem;
  font-size: 0.8125rem;
  color: rgba(253, 249, 243, 0.55);
}
.footer__bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
  will-change: opacity, transform;
}
.reveal.is-in {
  opacity: 1;
  transform: none;
  will-change: auto;
}

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .hero__grid,
  .story,
  .band__inner {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero__grid {
    gap: clamp(3rem, 8vw, 4rem);
  }
  .hero__visual {
    max-width: 440px;
    margin-inline: auto;
    width: 100%;
  }
  .story__media {
    max-width: 420px;
  }
  .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .strip__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .nav {
    display: none;
  }
  .nav-toggle {
    display: inline-flex;
  }
  .header__inner {
    gap: 0.6rem;
  }
  .header__cta {
    margin-left: auto;
    padding: 0.7rem 1.1rem;
    font-size: 0.875rem;
  }

  /* `backdrop-filter` on .header makes it the containing block for fixed
     children, which would collapse the overlay — drop it while the menu is
     open (the header is fully opaque then anyway). */
  .header.is-open {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: var(--cream);
  }
  .header.is-open .nav {
    position: fixed;
    inset: 80px 0 0;
    height: calc(100dvh - 80px);
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 1.5rem var(--gutter) 3rem;
    margin: 0;
    background: var(--cream);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .header.is-open .nav a {
    padding: 1.15rem 0.25rem;
    border-bottom: 1px solid var(--line-soft);
    border-radius: 0;
    font-family: var(--font-display);
    font-size: 1.375rem;
    font-weight: 600;
    letter-spacing: -0.015em;
  }
  .header.is-open .nav a:hover {
    background: none;
  }

  .header.is-open .nav__contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 2.25rem;
  }
  .header.is-open .nav__contact p {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--sky-ink);
    margin-bottom: 0.15rem;
  }
  .header.is-open .nav__contact a {
    padding: 0.15rem 0.25rem;
    border: 0;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 500;
    color: var(--rose-deep);
  }

  body.is-locked {
    overflow: hidden;
  }
}

@media (max-width: 560px) {
  .header .brand__tag {
    display: none;
  }
  .brand__name {
    font-size: 1.0625rem;
  }
  .header__cta {
    padding: 0.65rem 1rem;
    font-size: 0.8125rem;
  }
}

@media (max-width: 400px) {
  .header__inner {
    gap: 0.5rem;
  }
  .brand__mark {
    width: 40px;
    height: 40px;
  }
  .header .brand__text {
    /* Logo alone carries the brand once space runs out. */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  :root {
    --r-xl: 28px;
    --r-lg: 20px;
  }
  .eyebrow {
    font-size: 0.6875rem;
    letter-spacing: 0.13em;
  }
  .hero {
    padding-top: 2.25rem;
  }
  .hero .lede {
    font-size: 1.0625rem;
    line-height: 1.6;
    margin-bottom: 1.75rem;
  }
  .hero .btn-row {
    margin-bottom: 1.75rem;
  }
  .hero__meta {
    gap: 0.5rem 1.15rem;
    font-size: 0.8125rem;
  }
  .hero__badge {
    left: 0;
    bottom: 1rem;
    padding: 0.7rem 1rem 0.7rem 0.75rem;
  }
  .story__seal {
    right: -0.5rem;
    bottom: -1rem;
    border-width: 4px;
  }
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery figure:nth-child(1),
  .gallery figure:nth-child(6) {
    grid-row: span 1;
  }
  .gallery figure:nth-child(1) img,
  .gallery figure:nth-child(6) img {
    aspect-ratio: 1 / 1;
  }
  .strip__list {
    grid-template-columns: minmax(0, 1fr);
  }
  .strip__list li {
    padding-block: 1.15rem;
  }
  .footer__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.25rem;
  }
  .faq__a p {
    padding-right: 0.5rem;
  }
  /* Full-width CTAs in content areas only — never the compact header button. */
  .hero .btn-row .btn,
  .order__card .btn-row .btn,
  .band .btn-row .btn,
  .menu-note .btn {
    width: 100%;
  }
}

/* ---------- Motion / print / forced colors ---------- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .header,
  .nav-toggle,
  .band,
  .hero__blob,
  .hero__bg {
    display: none !important;
  }
  body {
    background: #fff;
    color: #000;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
