:root {
  --earth: #171718;
  --ink: #242327;
  --muted: #66636b;
  --paper: #ffffff;
  --soft: #f7f7f7;
  --line: #e8e8e8;
  --spice: #d71435;
  --spice-dark: #a90f29;
  --gold: #c9a15b;
  --max: 1180px;
  font-family: "Inter", 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: var(--paper);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

.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: 0;
  right: 0;
  left: 0;
  z-index: 60;
  padding-block: 14px;
  color: #fff;
  background: rgba(23, 23, 24, .86);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(16px);
}

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

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 3px;
  background: rgba(255, 255, 255, .07);
}

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

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

.brand strong span {
  color: var(--spice);
  font-family: "Inter", sans-serif;
  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: 1.55rem;
  align-items: center;
}

.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;
}

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

.hero {
  position: relative;
  min-height: 100vh;
  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;
}

.hero-shade {
  background:
    radial-gradient(circle at 50% 45%, rgba(0, 0, 0, .16), rgba(0, 0, 0, .64) 62%, rgba(0, 0, 0, .85)),
    linear-gradient(rgba(0, 0, 0, .36), rgba(0, 0, 0, .56));
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 850px;
  padding-top: 110px;
  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 {
  margin-bottom: 1.4rem;
  color: rgba(255, 255, 255, .62);
  font-size: .92rem;
}

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

h1,
h2,
h3 {
  font-family: "Playfair Display", Georgia, serif;
}

h1 {
  font-size: 7.5rem;
  font-weight: 700;
  letter-spacing: 0;
}

h1 span {
  display: block;
  color: var(--spice);
  font-style: italic;
}

.hero-line,
.section-heading i {
  display: block;
  width: 68px;
  height: 4px;
  margin: 1.55rem auto;
  background: var(--spice);
}

.hero-quote {
  margin: 0 0 1.2rem;
  color: rgba(255, 255, 255, .88);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  font-style: italic;
}

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

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

.hero-down {
  position: absolute;
  left: 50%;
  bottom: 32px;
  z-index: 2;
  transform: translateX(-50%);
  color: var(--spice);
  font-size: 3rem;
  line-height: 1;
  text-decoration: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .82rem 1.22rem;
  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;
}

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

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

.button.ghost {
  border: 1px solid rgba(255, 255, 255, .44);
  background: rgba(255, 255, 255, .08);
}

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

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

.section-heading h2,
.claim-section h2,
.dough-section h2 {
  color: var(--ink);
  font-size: 4.2rem;
  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: #fafafa;
}

.claim-grid,
.history-grid,
.dough-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  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: 1.08rem;
}

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

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

.registry-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--spice);
  box-shadow: 0 24px 44px rgba(0, 0, 0, .08);
}

.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: #777;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

.history-photo,
.recipe-photo,
.dough-photo,
.share-card {
  margin: 0;
  box-shadow: 0 24px 46px rgba(0, 0, 0, .16);
}

.history-photo {
  position: relative;
  border: 8px solid #e7e7e7;
}

.history-photo img {
  width: 100%;
  min-height: 310px;
  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);
  font-family: "Playfair Display", Georgia, 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 {
  display: grid;
  gap: 22px;
}

.side-card,
.ingredients-card,
.note-card,
.tips-grid article,
.source-grid a,
.contact-card,
.contact-form,
.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .07);
}

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

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

.side-link {
  display: block;
  padding: 16px 18px;
  margin-top: 10px;
  background: #f7f7f7;
  border-left: 3px solid transparent;
  text-decoration: none;
  font-weight: 900;
}

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

.side-link.active {
  background: var(--earth);
  color: #fff;
  border-left-color: var(--spice);
}

.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;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .14);
}

.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: #777;
  border-left: 3px solid var(--gold);
  font-size: .86rem;
  font-style: italic;
}

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

.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;
}

.method-list b {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: var(--earth);
  color: #fff;
  border-bottom: 4px solid var(--spice);
  font-size: .78rem;
}

.method-list h4 {
  margin-bottom: .2rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}

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

.recipe-photo {
  position: relative;
  border: 6px solid var(--spice);
}

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

.recipe-photo figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 8px 13px;
  background: var(--spice);
  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 {
  border: 8px solid #fff;
}

.dough-photo img {
  width: 100%;
  min-height: 390px;
  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: "Playfair Display", Georgia, serif;
  font-size: 1.2rem;
}

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

.manners-section {
  color: #fff;
  background:
    linear-gradient(rgba(18, 18, 19, .94), rgba(18, 18, 19, .94)),
    url("/assets/arabasi-tepsi.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;
}

.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: var(--earth);
}

.share-card img {
  width: 100%;
  height: 280px;
  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: end;
  margin-bottom: 76px;
  padding: 34px;
  background:
    linear-gradient(rgba(23, 23, 24, .9), rgba(23, 23, 24, .94)),
    url("/assets/arabasi-corbasi-sunum.webp") center / cover;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 26px 54px rgba(0, 0, 0, .18);
}

.chat-stage {
  display: grid;
  align-content: end;
  min-height: 360px;
  max-height: 460px;
  overflow-y: auto;
  padding-right: 6px;
  gap: 14px;
}

.chat-message {
  width: min(100%, 680px);
  padding: 17px 19px;
  background: rgba(255, 255, 255, .94);
  color: var(--ink);
  border-left: 4px solid var(--spice);
}

.chat-message.user {
  justify-self: end;
  background: var(--spice);
  color: #fff;
  border-left-color: var(--gold);
}

.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;
  gap: 10px;
}

.chat-prompts button,
.chat-form button {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font: inherit;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}

.chat-prompts button:hover,
.chat-form button:hover {
  background: var(--spice);
  border-color: var(--spice);
}

.chat-form {
  grid-column: 1 / -1;
}

.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;
}

.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);
  box-shadow: 0 24px 48px rgba(0, 0, 0, .07);
}

.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;
}

.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 var(--line);
  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: "Playfair Display", Georgia, 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;
}

.contact-side blockquote {
  margin: 0;
  padding: 28px;
  background: var(--earth);
  color: rgba(255, 255, 255, .82);
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  box-shadow: 0 22px 44px rgba(0, 0, 0, .16);
}

.contact-side cite {
  display: block;
  margin-top: 16px;
  color: var(--spice);
  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: #777;
  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%;
  border: 1px solid #dcdcdc;
  background: #fafafa;
  color: var(--ink);
  padding: 15px;
  font: inherit;
  resize: vertical;
}

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

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

.site-footer p {
  margin: 0;
}

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

@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: 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: 680px) {
  html {
    scroll-padding-top: 88px;
  }

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

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

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

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

  .brand small {
    font-size: .62rem;
    letter-spacing: .18em;
  }

  .hero {
    min-height: 760px;
  }

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

  .menu-toggle {
    display: grid;
  }

  .nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left: 0;
    display: none;
    gap: 0;
    flex-direction: column;
    align-items: stretch;
    overflow: 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: 104px;
  }

  h1 {
    font-size: 4rem;
  }

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

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

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

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

  .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;
  }

  .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;
  }

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

  .chat-shell {
    margin-bottom: 58px;
  }

  .chat-stage {
    min-height: 330px;
  }

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

  .chat-message {
    padding: 15px;
  }

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