:root {
  --earth: #141315;
  --ink: #242327;
  --muted: #66636b;
  --paper: #ffffff;
  --soft: #f7f7f7;
  --line: #e8e8e8;
  --spice: #d71435;
  --spice-dark: #a90f29;
  --gold: #c9a15b;
  --surface: #ffffff;
  --surface-warm: #f6f2ee;
  --shadow-soft: 0 18px 48px rgba(23, 23, 24, .09);
  --shadow-lift: 0 28px 78px rgba(23, 23, 24, .18);
  --radius: 8px;
  --max: 1180px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fff 0, #f8f4ef 42rem, #f6f2ee 100%);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(215, 20, 53, .42);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 200;
  background: var(--spice);
  color: #fff;
  padding: .75rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(100% - 3rem, var(--max));
  margin-inline: auto;
}

.narrow {
  width: min(100% - 3rem, 760px);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: 14px;
  right: max(14px, env(safe-area-inset-right));
  left: max(14px, env(safe-area-inset-left));
  z-index: 60;
  width: min(calc(100% - 28px), 1220px);
  margin-inline: auto;
  padding-block: 10px;
  color: #fff;
  background: rgba(20, 19, 21, .72);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  backdrop-filter: blur(20px) saturate(150%);
  box-shadow: 0 20px 54px rgba(0, 0, 0, .24);
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.site-header .container {
  width: min(100% - 1.4rem, var(--max));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  text-decoration: none;
  min-width: 0;
  flex: 0 1 auto;
}

.brand > span:last-child {
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .05));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.brand-mark img {
  width: 38px;
  height: 38px;
}

.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.brand strong span {
  color: var(--spice);
  font-family: inherit;
  font-size: .72rem;
  font-style: normal;
  letter-spacing: 0;
}

.brand small {
  display: block;
  margin-top: .55rem;
  color: rgba(255, 255, 255, .82);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .42em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: .45rem;
  align-items: center;
  min-width: 0;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 3px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 3px 0;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav a,
.site-footer a {
  color: rgba(255, 255, 255, .9);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: color .18s ease, opacity .18s ease;
}

.nav a {
  padding: .72rem .82rem;
  border: 1px solid transparent;
  border-radius: 999px;
}

.nav a:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .12);
}

.nav a:hover,
.site-footer a:hover {
  color: #fff;
}

.hero {
  position: relative;
  min-height: min(940px, calc(100svh - 18px));
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--earth);
}

.hero picture,
.hero picture img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero picture img {
  object-fit: cover;
  object-position: center 46%;
  transform: scale(1.04);
}

.hero-shade {
  background:
    radial-gradient(circle at 50% 40%, rgba(215, 20, 53, .12), rgba(0, 0, 0, .36) 46%, rgba(0, 0, 0, .78) 76%),
    linear-gradient(180deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .12) 38%, rgba(0, 0, 0, .78));
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 920px;
  padding-top: 126px;
  text-align: center;
}

.hero-proof,
.eyebrow {
  margin: 0 0 .65rem;
  color: var(--spice);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .42em;
  text-transform: uppercase;
}

.hero-proof {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 1.25rem;
  padding: .55rem .82rem;
  color: rgba(255, 255, 255, .84);
  font-size: .78rem;
  letter-spacing: .26em;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: inherit;
  line-height: 1.08;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  font-size: clamp(3.25rem, 8.5vw, 8rem);
  font-weight: 700;
  letter-spacing: 0;
}

h1 span {
  display: block;
  color: #fff;
  font-style: italic;
}

.hero-line,
.section-heading i {
  display: block;
  width: 72px;
  height: 5px;
  margin: 1.55rem auto;
  background: linear-gradient(90deg, var(--spice), #ff6d43);
  border-radius: 999px;
}

.hero-quote {
  max-width: min(100%, 36rem);
  margin: 0 auto 1.2rem;
  color: rgba(255, 255, 255, .88);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2.6vw, 2rem);
  font-style: italic;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.lead {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .78);
  font-size: 1.08rem;
  letter-spacing: .02em;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: .8rem;
  margin-top: 1.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .9rem 1.32rem;
  border: 0;
  background: var(--earth);
  color: #fff;
  font: inherit;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 1.25;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .14);
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .18);
}

.button.primary {
  background: linear-gradient(135deg, #ef1742, #b90f2d);
}

.button.primary:hover {
  background: var(--spice-dark);
}

.button.ghost {
  border: 1px solid rgba(255, 255, 255, .44);
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
}

.section {
  padding-block: clamp(88px, 8vw, 132px);
}

.section-heading {
  margin-bottom: 54px;
  text-align: center;
}

.section-heading h2,
.claim-section h2,
.dough-section h2 {
  color: var(--ink);
  font-size: clamp(2.3rem, 5.2vw, 4.35rem);
  font-weight: 700;
  letter-spacing: 0;
}

.section-heading p:last-child {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .72);
}

.claim-section,
.dough-section,
.sources-section,
.faq-section,
.contact-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(246, 242, 238, .92));
}

.claim-grid,
.history-grid,
.dough-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
}

.claim-grid {
  align-items: start;
}

.claim-copy p:not(.eyebrow),
.history-copy p,
.dough-section p,
.number-list {
  color: #56535b;
  font-size: clamp(1rem, 1.4vw, 1.08rem);
}

.claim-copy p,
.history-copy p {
  margin: 0 0 1.42rem;
}

.source-link {
  color: var(--spice);
  font-weight: 900;
}

.registry-panel {
  background:
    linear-gradient(180deg, #fff, #fffaf8);
  border: 1px solid rgba(36, 35, 39, .08);
  border-top: 4px solid var(--spice);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.registry-panel h3 {
  padding: 24px 28px 0;
  font-size: 1.25rem;
}

.registry-card,
.ingredients-card dl {
  margin: 0;
  padding: 16px 28px 26px;
}

.registry-card div,
.ingredients-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .72rem 0;
  border-bottom: 1px solid var(--line);
}

.registry-card div:last-child,
.ingredients-card dl div:last-child {
  border-bottom: 0;
}

dt {
  color: #4d4852;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

dd {
  margin: 0;
  text-align: right;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.history-photo,
.recipe-photo,
.dough-photo,
.share-card {
  margin: 0;
  border-radius: 18px;
  box-shadow: var(--shadow-lift);
}

.history-photo {
  position: relative;
  aspect-ratio: 768 / 367;
  border: 10px solid #fff;
  overflow: hidden;
}

.history-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.history-photo figcaption {
  position: absolute;
  left: 34px;
  bottom: 28px;
  max-width: 360px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, .95);
  border-left: 5px solid var(--earth);
  border-radius: 0 14px 14px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-style: italic;
}

.recipe-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}

.recipe-side,
.recipe-main {
  min-width: 0;
}

.recipe-side {
  display: grid;
  gap: 22px;
}

.recipe-side > * {
  min-width: 0;
  width: 100%;
}

.side-card,
.ingredients-card,
.note-card,
.tips-grid article,
.source-grid a,
.contact-card,
.contact-form,
.faq-list details {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(36, 35, 39, .08);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
}

.side-card,
.ingredients-card {
  padding: 22px;
}

.side-card h3,
.ingredients-card h3 {
  margin-bottom: 18px;
  font-size: 1.08rem;
}

.side-link {
  position: relative;
  display: block;
  padding: 16px 18px;
  margin-top: 10px;
  background: #f7f4f1;
  border-left: 3px solid transparent;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 900;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.side-link small {
  display: block;
  color: #4f4a54;
  font-size: .68rem;
  font-style: italic;
}

.side-link.active {
  background: #201f22;
  color: #fff;
  border-left-color: var(--spice);
  transform: translateX(3px);
}

.side-link.active small {
  color: #fff !important;
}

.video-card {
  display: grid;
  min-height: 170px;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)),
    url("/assets/arabasi-tepsi-640.webp") center / cover;
  text-align: center;
  text-decoration: none;
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.video-card span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
  border-radius: 50%;
  background: var(--spice);
}

.video-card strong {
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.note-card {
  padding: 18px;
  color: #4f4a54;
  border-left: 3px solid var(--gold);
  font-size: .86rem;
  font-style: italic;
}

.recipe-main h3 {
  margin-bottom: 28px;
  font-size: 2.2rem;
}

.recipe-main.is-switching {
  animation: recipeSwap .26s ease;
}

@keyframes recipeSwap {
  from {
    opacity: .35;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.recipe-main h3 span {
  color: var(--spice);
  font-size: 1rem;
  font-style: italic;
}

.method-list {
  display: grid;
  gap: 17px;
  margin-bottom: 32px;
}

.method-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px;
  background:
    linear-gradient(180deg, #fff, #fffaf7);
  border: 1px solid rgba(36, 35, 39, .08);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(23, 23, 24, .05);
}

.method-list b {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(180deg, #242327, #111);
  color: #fff;
  border-bottom: 4px solid var(--spice);
  border-radius: 12px;
  font-size: .78rem;
}

.method-list h4 {
  margin-bottom: .2rem;
  font-family: inherit;
  font-size: 1rem;
}

.method-list p {
  margin: 0;
  color: #66636b;
}

.recipe-photo {
  position: relative;
  aspect-ratio: 480 / 442;
  border: 10px solid #fff;
  overflow: hidden;
}

.recipe-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recipe-photo figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 8px 13px;
  background: linear-gradient(135deg, #ef1742, #b90f2d);
  color: #fff;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dough-grid {
  grid-template-columns: minmax(360px, .86fr) minmax(0, 1fr);
}

.dough-photo {
  aspect-ratio: 480 / 442;
  border: 8px solid #fff;
  overflow: hidden;
}

.dough-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.number-list {
  padding-left: 1.3rem;
}

.number-list li {
  margin-bottom: .55rem;
}

.tips-grid,
.manners-grid,
.source-grid,
.note-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.tips-grid article,
.source-grid a,
.note-board article {
  padding: 28px;
  text-decoration: none;
}

.tips-grid h3,
.source-grid strong,
.note-board h3 {
  display: block;
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.tips-grid p,
.source-grid span,
.note-board p {
  margin: 0;
  color: #66636b;
}

.manners-section {
  color: #fff;
  background:
    radial-gradient(circle at 50% 0, rgba(215, 20, 53, .28), transparent 42%),
    linear-gradient(rgba(18, 18, 19, .9), rgba(18, 18, 19, .96)),
    url("/assets/arabasi-tepsi-640.webp") center / cover;
}

.section-heading.light h2 {
  color: #fff;
}

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

.manners-grid article {
  min-height: 210px;
  padding: 42px 28px;
  background: #fff;
  color: var(--ink);
  text-align: center;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .16);
}

.manners-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  color: var(--spice);
  font-weight: 900;
}

.manners-grid h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.manners-grid p {
  margin: 0;
  color: #68666c;
  font-size: .93rem;
}

.share-card {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 70% 0, rgba(215, 20, 53, .28), transparent 34%),
    var(--earth);
}

.share-card img {
  width: 100%;
  height: 280px;
  aspect-ratio: 640 / 427;
  object-fit: cover;
}

.share-card div {
  padding: 46px;
  background: linear-gradient(rgba(23, 23, 24, .9), rgba(23, 23, 24, .98));
  text-align: center;
}

.share-card h3 {
  margin-bottom: 14px;
  font-size: 2.2rem;
}

.share-card p {
  max-width: 580px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, .74);
}

.master-section {
  background: #fff;
}

.chat-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 22px;
  align-items: stretch;
  margin-bottom: 76px;
  padding: 26px;
  background:
    linear-gradient(rgba(23, 23, 24, .9), rgba(23, 23, 24, .94)),
    url("/assets/arabasi-corbasi-sunum-665-q40.jpg") center / cover;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  box-shadow: var(--shadow-lift);
  overflow: hidden;
}

.chat-stage {
  display: grid;
  align-content: start;
  min-height: 360px;
  max-height: 460px;
  overflow-y: auto;
  padding: 18px;
  gap: 14px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(23, 23, 24, .05), 0 20px 42px rgba(0, 0, 0, .18);
}

.chat-window-title {
  align-self: start;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  padding-bottom: 12px;
  color: var(--ink);
  border-bottom: 1px solid rgba(23, 23, 24, .1);
}

.chat-window-title span {
  color: var(--spice);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.chat-window-title strong {
  font-size: .82rem;
}

.chat-message {
  width: min(100%, 680px);
  max-width: 82%;
  padding: 17px 19px;
  background: rgba(255, 255, 255, .94);
  color: var(--ink);
  border-left: 4px solid var(--spice);
  border-radius: 18px 18px 18px 6px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
}

.chat-message.user {
  justify-self: end;
  background: linear-gradient(135deg, #ef1742, var(--spice-dark));
  color: #fff;
  border-left-color: var(--gold);
  border-radius: 18px 18px 6px 18px;
}

.chat-message.thinking {
  opacity: .78;
}

.chat-message span {
  display: block;
  margin-bottom: 5px;
  color: var(--spice);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.chat-message.user span {
  color: rgba(255, 255, 255, .76);
}

.chat-message p {
  margin: 0;
  overflow-wrap: anywhere;
}

.chat-prompts {
  display: grid;
  align-self: start;
  gap: 10px;
}

.chat-prompts button,
.chat-form button {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font: inherit;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 12px 24px rgba(0, 0, 0, .12);
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.chat-prompts button:hover,
.chat-form button:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #ef1742, var(--spice-dark));
  border-color: var(--spice);
  box-shadow: 0 16px 30px rgba(0, 0, 0, .2);
}

.chat-form {
  grid-column: 1 / -1;
  padding-top: 8px;
}

.chat-form label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .72);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.chat-form div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 10px;
}

.chat-form input {
  min-width: 0;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .95);
  color: var(--ink);
  padding: 0 15px;
  font: inherit;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}

.notes-container {
  padding-top: 4px;
}

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

.note-board article {
  border-top: 4px solid var(--spice);
  background: #fff;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .07);
}

.sources-section {
  padding-top: 76px;
}

.source-panel {
  padding: 38px;
  background: #fff;
  border-top: 5px solid var(--spice);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
}

.source-intro {
  max-width: 760px;
  margin: 0 auto 24px;
  color: #56535b;
  font-size: 1.05rem;
  text-align: center;
}

.source-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 920px;
  margin: 0 auto 24px;
  border: 1px solid var(--line);
  background: #fafafa;
  border-radius: 16px;
  overflow: hidden;
}

.source-facts span {
  padding: 16px 18px;
  color: #68666c;
  font-size: .86rem;
  text-align: center;
  border-right: 1px solid var(--line);
}

.source-facts span:last-child {
  border-right: 0;
}

.source-facts b {
  display: block;
  color: var(--ink);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.source-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 980px;
  margin-inline: auto;
}

.source-grid a {
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(215, 20, 53, .055), rgba(23, 23, 24, .02)),
    #fff;
  border: 1px solid rgba(36, 35, 39, .08);
  border-bottom: 4px solid var(--spice);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.source-grid a::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(215, 20, 53, .2);
  background:
    linear-gradient(var(--spice), var(--spice)) center / 18px 2px no-repeat,
    linear-gradient(var(--spice), var(--spice)) center / 2px 18px no-repeat,
    #fff7f8;
}

.source-grid a:hover {
  transform: translateY(-4px);
  border-bottom-color: var(--earth);
  box-shadow: 0 24px 46px rgba(0, 0, 0, .1);
}

.source-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 9px;
  background: #f5f5f5;
  color: var(--spice);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  padding: 0;
}

.faq-list summary {
  cursor: pointer;
  padding: 19px 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  list-style-position: inside;
}

.faq-list details[open] {
  border-color: var(--spice);
  box-shadow: 0 18px 34px rgba(215, 20, 53, .12);
}

.faq-list p {
  margin: 0;
  padding: 0 24px 24px 48px;
  color: #66636b;
}

.contact-grid {
  align-items: start;
  grid-template-columns: 310px minmax(0, 1fr);
}

.contact-side {
  display: grid;
  gap: 22px;
}

.contact-card {
  padding: 22px;
  border-left: 4px solid var(--spice);
}

.contact-card strong,
.contact-card a,
.contact-card span {
  display: block;
}

.contact-card strong {
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.contact-card a,
.contact-card span {
  color: #66636b;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.contact-side blockquote {
  margin: 0;
  padding: 28px;
  background: var(--earth);
  color: rgba(255, 255, 255, .94);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  border-radius: 18px;
  box-shadow: var(--shadow-lift);
}

.contact-side cite {
  display: block;
  margin-top: 16px;
  color: #ff6b7f;
  text-align: right;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 30px;
  border-top: 4px solid var(--spice);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #4d4852;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-form .full,
.contact-form button {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #dcdcdc;
  background: #fafafa;
  color: var(--ink);
  padding: 15px;
  font: inherit;
  resize: vertical;
  border-radius: 12px;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.contact-form input:focus,
.contact-form textarea:focus,
.chat-form input:focus {
  background: #fff;
  border-color: rgba(215, 20, 53, .52);
  box-shadow: 0 0 0 4px rgba(215, 20, 53, .08);
}

.contact-form button {
  min-height: 48px;
  border: 0;
  background: var(--spice);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  border-radius: 999px;
}

.site-footer {
  padding-block: 36px;
  color: rgba(255, 255, 255, .78);
  background: var(--earth);
}

.footer-brand strong {
  display: block;
  color: #fff;
  font-size: 1.12rem;
}

.footer-brand p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
}

.site-footer nav {
  display: flex;
  gap: 1.3rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 1080px) {
  .site-header {
    padding-block: 12px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    max-width: 100%;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: .5rem;
  }

  .claim-grid,
  .history-grid,
  .recipe-grid,
  .dough-grid,
  .manners-grid,
  .tips-grid,
  .source-grid,
  .note-board,
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .chat-shell {
    grid-template-columns: 1fr;
  }

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

  .source-facts {
    grid-template-columns: 1fr;
  }

  .source-facts span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .source-facts span:last-child {
    border-bottom: 0;
  }

  h1 {
    font-size: 5.8rem;
  }

  .hero-quote {
    font-size: 1.72rem;
  }

  .section-heading h2,
  .claim-section h2,
  .dough-section h2 {
    font-size: 3.45rem;
  }

  .recipe-main h3 {
    font-size: 1.95rem;
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 108px;
  }

  .site-header {
    top: 10px;
    right: 10px;
    left: 10px;
    width: calc(100% - 20px);
    padding-block: 9px;
    border-radius: 14px;
  }

  .header-inner {
    position: relative;
    gap: 1rem;
    justify-content: space-between;
  }

  .brand {
    flex: 1 1 auto;
    max-width: calc(100% - 58px);
  }

  .menu-toggle {
    display: grid;
    flex: 0 0 auto;
    border-radius: 12px;
  }

  .nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    max-height: min(440px, calc(100svh - 104px));
    gap: 0;
    flex-direction: column;
    align-items: stretch;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px;
    background: rgba(20, 19, 21, .98);
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 22px 44px rgba(0, 0, 0, .28);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    font-size: .7rem;
    letter-spacing: .14em;
  }

  .nav a:last-child {
    border-bottom: 0;
  }

  .hero-content {
    padding-top: 118px;
  }

  .hero-proof,
  .eyebrow {
    letter-spacing: .24em;
  }

  .recipe-grid {
    gap: 30px;
  }

  .recipe-tabs {
    position: sticky;
    top: 78px;
    z-index: 10;
    padding: 14px;
  }

  .recipe-tablist {
    display: flex;
    gap: 8px;
    min-width: 0;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
    scroll-snap-type: x proximity;
  }

  .side-link {
    display: grid;
    min-height: 62px;
    align-content: center;
    margin-top: 0;
    padding: 12px 14px;
    border-left: 0;
    border-bottom: 3px solid transparent;
    flex: 0 0 min(170px, 72vw);
    font-size: .84rem;
    min-width: 0;
    scroll-snap-align: start;
  }

  .side-link.active {
    border-bottom-color: var(--spice);
    transform: none;
  }

  .side-link small {
    font-size: .62rem;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 108px;
  }

  .container,
  .narrow {
    width: min(100% - 1.25rem, var(--max));
  }

  .brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .brand-mark img {
    width: 31px;
    height: 31px;
  }

  .brand strong {
    font-size: 1.06rem;
  }

  .brand small {
    font-size: .58rem;
    letter-spacing: .16em;
  }

  .hero {
    min-height: min(760px, calc(100svh - 28px));
  }

  .header-inner {
    position: relative;
    gap: 1rem;
  }

  .menu-toggle {
    display: grid;
  }

  .nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    max-height: min(420px, calc(100svh - 104px));
    gap: 0;
    flex-direction: column;
    align-items: stretch;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px;
    background: rgba(23, 23, 24, .96);
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 22px 44px rgba(0, 0, 0, .28);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 13px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    font-size: .68rem;
    letter-spacing: .14em;
  }

  .nav a:last-child {
    border-bottom: 0;
  }

  .hero-content {
    padding-top: 118px;
  }

  h1 {
    font-size: 4rem;
  }

  .hero-proof,
  .eyebrow {
    letter-spacing: .22em;
  }

  .hero-quote {
    font-size: 1.28rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .button {
    width: min(100%, 306px);
  }

  .section {
    padding-block: 72px;
  }

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

  .section-heading h2,
  .claim-section h2,
  .dough-section h2 {
    font-size: 2.55rem;
  }

  .recipe-main h3 {
    font-size: 1.65rem;
  }

  .recipe-grid {
    gap: 26px;
  }

  .recipe-tabs {
    position: sticky;
    top: 78px;
    z-index: 10;
    padding: 14px;
    margin-inline: -2px;
    border-radius: 16px;
  }

  .recipe-tablist {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    overflow: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .recipe-tabs h3 {
    margin-bottom: 10px;
  }

  .side-link {
    display: grid;
    width: 100%;
    flex: none;
    min-height: 58px;
    padding: 13px 14px;
    border-left: 3px solid transparent;
    border-bottom: 0;
    white-space: normal;
    scroll-snap-align: none;
  }

  .side-link small {
    font-size: .62rem;
  }

  .side-link.active {
    border-left-color: var(--spice);
    transform: none;
  }

  .recipe-main {
    padding-top: 6px;
    scroll-margin-top: 96px;
  }

  .recipe-photo {
    border-width: 4px;
  }

  .registry-panel h3,
  .registry-card,
  .ingredients-card dl,
  .share-card div,
  .chat-shell,
  .source-panel {
    padding-inline: 20px;
  }

  .registry-card div,
  .ingredients-card dl div {
    display: grid;
    grid-template-columns: 1fr;
    gap: .2rem;
  }

  dd {
    text-align: left;
  }

  .method-list article {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }

  .method-list b {
    width: 42px;
    height: 42px;
  }

  .history-photo figcaption {
    position: static;
    max-width: none;
  }

  .history-photo {
    aspect-ratio: auto;
  }

  .history-photo img {
    aspect-ratio: 768 / 367;
    height: auto;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .chat-shell {
    margin-bottom: 58px;
    padding: 14px;
    gap: 14px;
    border-color: rgba(255, 255, 255, .22);
  }

  .chat-stage {
    min-height: 360px;
    max-height: 62vh;
    padding: 12px;
    gap: 12px;
  }

  .chat-prompts,
  .chat-form div {
    grid-template-columns: 1fr;
  }

  .chat-message {
    max-width: 94%;
    padding: 15px;
  }

  .chat-window-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .chat-prompts button,
  .chat-form button {
    min-height: 46px;
  }

  .chat-form label {
    color: rgba(255, 255, 255, .86);
  }

  .footer-inner {
    align-items: stretch;
    gap: 22px;
    text-align: center;
  }

  .footer-brand {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .site-footer nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    justify-content: stretch;
  }

  .site-footer a {
    display: grid;
    min-height: 42px;
    place-items: center;
    padding: 8px 10px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    font-size: .72rem;
  }

  .source-grid a {
    min-height: 220px;
    padding: 24px;
  }
}

@media (max-width: 520px) {
  .container,
  .narrow {
    width: min(100% - 1rem, var(--max));
  }

  .brand {
    gap: 9px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand-mark img {
    width: 30px;
    height: 30px;
  }

  .brand strong {
    font-size: .96rem;
    overflow-wrap: anywhere;
  }

  .brand small {
    margin-top: .35rem;
    font-size: .53rem;
    letter-spacing: .1em;
  }

  .hero {
    min-height: min(720px, calc(100svh - 28px));
  }

  .hero-content {
    padding-top: 116px;
  }

  h1 {
    font-size: clamp(3.05rem, 17vw, 4rem);
  }

  .hero-proof {
    font-size: .72rem;
  }

  .lead {
    max-width: min(21rem, calc(100vw - 2.5rem));
    font-size: .96rem;
    overflow-wrap: anywhere;
  }

  .hero-quote {
    max-width: 18rem;
    font-size: 1.12rem;
  }

  .section {
    padding-block: 58px;
  }

  .section-heading h2,
  .claim-section h2,
  .dough-section h2 {
    font-size: clamp(2.05rem, 12vw, 2.55rem);
  }

  .hero-actions,
  .contact-form,
  .chat-form div {
    width: 100%;
  }

  .button {
    width: 100%;
    max-width: 320px;
  }

  .registry-panel h3,
  .registry-card,
  .ingredients-card dl,
  .share-card div,
  .source-panel {
    padding-inline: 16px;
  }

  .method-list article {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }

  .method-list b {
    width: 38px;
    height: 38px;
  }

  .share-card img {
    height: auto;
  }

  .source-grid a {
    min-height: 190px;
  }

  .faq-list summary {
    padding: 17px 18px;
  }

  .faq-list p {
    padding: 0 18px 20px;
  }
}

@media (max-width: 380px) {
  .brand strong {
    font-size: .86rem;
  }

  .brand small {
    display: none;
  }

  .hero-quote {
    font-size: 1.2rem;
  }

  .recipe-tablist {
    grid-auto-columns: minmax(138px, 1fr);
  }
}
    border-radius: 14px;
