:root {
  --cream: #faf9f5;
  --cream-deep: #f2efe7;
  --paper: #ffffff;
  --ink: #141413;
  --muted: #66635e;
  --line: #dedbd2;
  --coral: #d97757;
  --coral-dark: #b95d40;
  --shadow-soft: 0 16px 42px rgba(20, 20, 19, 0.08);
  --shadow-card: 0 10px 24px rgba(20, 20, 19, 0.07);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --shell: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(217, 119, 87, 0.55);
  outline-offset: 3px;
}

.shell {
  width: min(100% - 32px, var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 8px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(20, 20, 19, 0.1);
  background: rgba(250, 249, 245, 0.94);
}

.nav-wrap {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.wordmark {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.05rem, 4vw, 1.32rem);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
}

.nav-links > a {
  display: none;
  min-height: 44px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 500;
  text-decoration: none;
}

.nav-links > a:first-child {
  display: inline-flex;
}

.nav-user:not([hidden]) {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}

.nav-signin {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 500;
  transition: transform 180ms ease, opacity 180ms ease, background-color 180ms ease, color 180ms ease;
}

.toast {
  position: fixed;
  z-index: 80;
  left: 50%;
  bottom: 18px;
  width: max-content;
  max-width: calc(100vw - 32px);
  padding: 10px 14px;
  border: 1px solid rgba(250, 249, 245, 0.16);
  border-radius: 999px;
  color: var(--paper);
  background: var(--ink);
  box-shadow: var(--shadow-card);
  font-size: 0.84rem;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: transform 180ms ease, opacity 180ms ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.eyebrow,
.kicker {
  margin: 0 0 10px;
  color: var(--coral-dark);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

h1 {
  font-size: clamp(2.55rem, 11vw, 5.7rem);
}

h2 {
  font-size: clamp(2rem, 8vw, 4rem);
}

h3 {
  font-size: clamp(1.4rem, 5vw, 1.9rem);
}

p {
  overflow-wrap: anywhere;
}

.hero-copy {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 4.6vw, 1.25rem);
  line-height: 1.58;
}

.gallery-hero {
  padding: 74px 0 64px;
}

.gallery-hero-inner {
  max-width: 960px;
}

.gallery-hero h1 {
  max-width: 920px;
}

.lane-pills {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.lane-pills a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.lane-pills span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--paper);
  background: var(--ink);
  letter-spacing: 0;
}

.creative-band {
  margin-inline: 16px;
  padding: 46px 0;
  border-radius: var(--radius-lg);
  color: var(--paper);
  background: var(--ink);
}

.creative-grid {
  display: grid;
  gap: 28px;
}

.creative-grid h2 {
  max-width: 520px;
  font-size: clamp(2rem, 8vw, 3.7rem);
}

.creative-grid .eyebrow {
  color: #f19a78;
}

.creative-copy {
  min-width: 0;
}

.creative-copy p {
  margin: 0 0 16px;
  color: #d8d5cd;
}

.button {
  display: inline-flex;
  min-width: 44px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 17px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transform: translateZ(0);
  transition: transform 180ms ease, opacity 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button-primary {
  color: var(--paper);
  background: var(--coral);
  box-shadow: 0 8px 18px rgba(185, 93, 64, 0.22);
}

.button-dark {
  color: var(--ink);
  background: var(--paper);
}

.button-quiet {
  border-color: var(--line);
  color: var(--ink);
  background: transparent;
}

.lane-section {
  padding: 86px 0;
}

.lane-section-alt {
  border-block: 1px solid var(--line);
  background: var(--cream-deep);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 38px;
}

.section-heading > p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
}

.use-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.use-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
  box-shadow: 0 0 0 rgba(20, 20, 19, 0);
  transform: translateZ(0);
  transition: transform 200ms ease, opacity 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.card-link {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  text-decoration: none;
}

.card-art {
  aspect-ratio: 1;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.card-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.card-body h3 {
  margin-bottom: 14px;
}

.card-body > p:not(.kicker) {
  margin: 0 0 22px;
  color: var(--muted);
}

.card-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-size: 0.9rem;
  font-weight: 600;
}

.faq-section {
  padding: 88px 0;
}

.faq-layout {
  display: grid;
  gap: 34px;
}

.faq-list {
  min-width: 0;
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary span {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--coral-dark);
  transition: transform 180ms ease, opacity 180ms ease;
}

.faq-item[open] summary span {
  transform: rotate(45deg);
}

.faq-item p {
  margin: -2px 0 22px;
  color: var(--muted);
}

.faq-item code {
  padding: 2px 5px;
  border-radius: 5px;
  color: var(--ink);
  background: var(--cream-deep);
  font-size: 0.82em;
  overflow-wrap: anywhere;
}

.site-footer {
  padding: 54px 0;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  gap: 30px;
}

.footer-grid p {
  max-width: 390px;
  margin: 4px 0 0;
  color: var(--muted);
}

.footer-links {
  display: grid;
  gap: 4px;
}

.footer-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.recipe-hero {
  padding: 22px 0 66px;
}

.breadcrumb {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 0.85rem;
}

.breadcrumb a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.recipe-hero-grid {
  display: grid;
  gap: 34px;
}

.recipe-intro {
  min-width: 0;
}

.recipe-intro h1 {
  font-size: clamp(2.4rem, 10.5vw, 5rem);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.works-with {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
}

.recipe-art {
  width: min(100%, 520px);
  overflow: hidden;
  justify-self: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.recipe-art img {
  width: 100%;
}

.recipe-body {
  padding-bottom: 92px;
}

.recipe-step {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  padding: 58px 0;
  border-top: 1px solid var(--line);
}

.step-number {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--coral-dark);
  background: var(--paper);
  font-size: 0.8rem;
  font-weight: 600;
}

.step-content {
  min-width: 0;
}

.step-content > h2 {
  font-size: clamp(1.9rem, 7.5vw, 3.2rem);
}

.step-content > p:not(.eyebrow) {
  max-width: 770px;
  margin: 18px 0 0;
  color: var(--muted);
}

.prompt-box {
  min-width: 0;
  margin-top: 30px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
  box-shadow: var(--shadow-card);
}

.prompt-topline {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-button {
  min-width: 44px;
  min-height: 44px;
  padding: 8px;
  border: 0;
  color: var(--coral-dark);
  background: transparent;
  cursor: pointer;
  font-weight: 600;
}

.prompt-box pre {
  max-width: 100%;
  margin: 0 0 18px;
  overflow-x: auto;
  color: #34322f;
  font: 1rem/1.65 "Inter", system-ui, sans-serif;
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 16px 16px 16px 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
}

.check-list li::before {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: var(--paper);
  background: var(--coral);
  content: "✓";
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}

.outcome-card {
  margin-top: 28px;
  padding: 24px;
  border-left: 4px solid var(--coral);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: var(--cream-deep);
}

.outcome-card p:last-child {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.25rem, 5vw, 1.75rem);
  line-height: 1.35;
}

.ready-band {
  display: grid;
  gap: 28px;
  margin: 20px 0 70px;
  padding: 30px;
  border-radius: var(--radius-lg);
  color: var(--paper);
  background: var(--ink);
}

.ready-band .step-number {
  margin-bottom: 20px;
  color: var(--paper);
  background: transparent;
  border-color: #4f4e49;
}

.ready-band .eyebrow {
  color: #f19a78;
}

.ready-band h2 {
  max-width: 760px;
  font-size: clamp(1.8rem, 7vw, 3.1rem);
}

.ready-band .button {
  align-self: end;
}

.faq-step .faq-list {
  margin-top: 24px;
}

.related-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.related-card {
  display: grid;
  min-width: 0;
  min-height: 150px;
  align-content: space-between;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
  text-decoration: none;
  transform: translateZ(0);
  transition: transform 180ms ease, opacity 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.related-card strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.25;
}

.related-card > span:last-child {
  justify-self: end;
  color: var(--coral-dark);
}

.hero-enter {
  animation: hero-arrive 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 360ms ease;
}

.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-arrive {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .nav-links > a:hover,
  .nav-signin:hover {
    color: var(--ink);
    background: var(--cream-deep);
  }

  .button:hover,
  .use-card:hover,
  .related-card:hover {
    transform: translateY(-2px);
  }

  .button:hover {
    box-shadow: 0 10px 22px rgba(20, 20, 19, 0.13);
  }

  .use-card:hover,
  .related-card:hover {
    border-color: #c9c4b9;
    box-shadow: var(--shadow-card);
  }
}

.button:active,
.use-card:active,
.related-card:active {
  opacity: 0.88;
  transform: translateY(1px);
}

@media (min-width: 640px) {
  .shell {
    width: min(100% - 48px, var(--shell));
  }

  .nav-links {
    gap: 4px;
  }

  .nav-links > a {
    display: inline-flex;
  }

  .gallery-hero {
    padding: 96px 0 78px;
  }

  .lane-pills,
  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .lane-pills a {
    min-width: 220px;
  }

  .creative-band {
    margin-inline: 24px;
    padding: 62px 0;
  }

  .use-grid,
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recipe-hero {
    padding-bottom: 82px;
  }

  .recipe-step {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 24px;
    padding: 72px 0;
  }

  .prompt-box {
    padding: 26px;
  }

  .ready-band {
    padding: 42px;
  }
}

@media (min-width: 900px) {
  .creative-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 70px;
    align-items: start;
  }

  .lane-section {
    padding: 112px 0;
  }

  .use-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .faq-layout {
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
    gap: 76px;
  }

  .footer-grid {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .footer-links {
    grid-template-columns: repeat(3, auto);
    gap: 18px;
  }

  .recipe-hero-grid {
    grid-template-columns: minmax(0, 1.13fr) minmax(340px, 0.87fr);
    gap: 64px;
    align-items: center;
  }

  .recipe-body {
    width: min(100% - 48px, 980px);
  }

  .ready-band {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1180px) {
  .gallery-hero {
    padding: 122px 0 96px;
  }

  .creative-band {
    margin-inline: 32px;
  }

  .use-grid {
    gap: 26px;
  }

  .card-body {
    padding: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal,
  .reveal-ready .reveal,
  .reveal-ready .reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}