:root {
  --charcoal: #2a2829;
  --black: #231f20;
  --black-soft: #181516;
  --orange: #ed683c;
  --yellow: #fff33b;
  --red: #c22026;
  --brown: #544a45;
  --silver: #bab9ba;
  --steel: #757679;
  --white: #ffffff;
  --line: rgba(186, 185, 186, 0.2);
  --shadow: 0 22px 80px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--silver);
  font-family: "Modern No. 20", Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
.brand-mark strong {
  font-family: "Colonna MT", "Copperplate Gothic Bold", Georgia, serif;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(3.25rem, 9vw, 8.5rem);
}

h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.7rem, 4.4vw, 4.75rem);
  white-space: normal;
  text-wrap: balance;
  text-align: left;
  max-width: 100%;
}

h3 {
  margin: 0 0 0.65rem;
  color: var(--white);
  font-size: clamp(1rem, 1.75vw, 1.5rem);
}

p {
  margin: 0;
}

section {
  position: relative;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.65rem clamp(1rem, 4vw, 4rem);
  background: rgba(35, 31, 32, 0.82);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(35, 31, 32, 0.94);
  border-color: var(--line);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--white);
  width: clamp(14rem, 22vw, 20rem);
  height: 5rem;
  overflow: hidden;
  flex: 0 0 auto;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.main-nav a {
  color: var(--silver);
  text-decoration: none;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.is-active {
  color: var(--white);
}

.nav-cta {
  padding: 0.65rem 0.9rem;
  color: var(--black) !important;
  background: var(--orange);
}

.nav-linktree {
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--line);
}

.nav-linktree:hover,
.nav-linktree:focus-visible {
  border-color: var(--orange);
}

.nav-cta:hover,
.nav-cta:focus-visible,
.nav-cta.is-active {
  background: var(--yellow);
  color: var(--black) !important;
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  padding: 0.7rem;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: currentColor;
}

.hero {
  min-height: clamp(30rem, 62vh, 42rem);
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.82fr);
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(35, 31, 32, 0.28), rgba(35, 31, 32, 0.9) 55%, var(--black)),
    url("Images/Background%20image/AdobeStock_472005764.webp") center / cover;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 10vh;
  background: linear-gradient(transparent, var(--black));
  z-index: -1;
}

.hero-media {
  min-height: 520px;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  padding: 7rem 0 4rem clamp(1rem, 4vw, 4rem);
}

.hero-media img {
  width: min(680px, 90%);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: var(--shadow);
}

.hero-copy {
  grid-column: 1 / -1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  padding: 7rem clamp(1rem, 5vw, 5.5rem) 3rem clamp(1rem, 5vw, 5.5rem);
  max-width: 720px;
  min-width: 0;
  text-align: center;
}

.hero-copy h1 {
  max-width: 100%;
  font-size: clamp(3rem, 7vw, 6.75rem);
  white-space: nowrap;
}

.eyebrow {
  margin-bottom: 0.9rem;
  color: var(--orange);
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tagline {
  margin-top: 0.65rem;
  color: var(--yellow);
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  font-style: italic;
}

.hero-text {
  margin-top: 1.4rem;
  max-width: 620px;
  color: var(--white);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 2rem;
}

.hero-image-pair {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  width: min(50%, 560px);
  margin: 1rem auto 0;
}

.hero-image-pair img {
  flex: 0 0 calc(50% - 0.5rem);
  width: calc(50% - 0.5rem);
  aspect-ratio: 1;
  min-width: 0;
  object-fit: cover;
  border: 1px solid rgba(186, 185, 186, 0.22);
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
}

.button.primary {
  background: var(--orange);
  color: var(--black);
}

.button.secondary {
  border: 1px solid var(--silver);
  color: var(--white);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--black-soft);
}

.proof-strip div {
  min-height: 8rem;
  padding: 1.35rem clamp(1rem, 3vw, 2rem);
  border-right: 1px solid var(--line);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip strong {
  display: block;
  color: var(--orange);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

.proof-strip span {
  color: var(--white);
  text-transform: uppercase;
}

.split-section,
.care-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 5vw, 5rem);
  background: var(--charcoal);
}

.section-copy {
  max-width: 690px;
}

.section-copy p:not(.eyebrow),
.smoke-copy p:not(.eyebrow),
.contact-section p {
  margin-top: 1rem;
  color: var(--silver);
  font-size: 1.08rem;
}

.image-pair {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: min(50%, 560px);
}

.image-pair img,
.image-pair video,
.story-video-card,
.wide-image img,
.care-image img,
.gallery-band img {
  width: 100%;
}

.image-pair img,
.image-pair video,
.wide-image img,
.care-image img,
.gallery-band img {
  object-fit: cover;
  border: 1px solid rgba(186, 185, 186, 0.22);
}

.image-pair img:first-child {
  aspect-ratio: 1;
}

.image-pair img:last-child {
  aspect-ratio: 1;
  margin-bottom: 0;
}

.story-section .image-pair {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch;
  gap: clamp(1rem, 2vw, 1.5rem);
  width: min(100%, 620px);
}

.story-video-card {
  flex: 0 1 50%;
  width: 50%;
  min-width: 0;
  aspect-ratio: 4 / 3;
}

.product-card-strip {
  flex: 1 1 50%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  min-width: 0;
  aspect-ratio: 4 / 3;
}

.story-section .product-card-strip img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  border: 1px solid rgba(186, 185, 186, 0.22);
}

.story-section .image-pair video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--black);
}

.story-video-card {
  position: relative;
  background: var(--black);
}

.video-play-button {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: var(--orange);
  color: var(--white);
  padding: 0.9rem 1.4rem;
  font: inherit;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.story-video-card.is-playing .video-play-button {
  display: none;
}

.benefits,
.heat-section {
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 5vw, 5rem);
  background: var(--black);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 2.2rem;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
}

.benefit-grid article {
  min-height: 9rem;
  padding: 0.7rem;
  border-right: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
}

.benefit-grid article:last-child {
  border-right: 0;
}

.benefit-grid span {
  display: none;
  margin-bottom: 0;
  color: var(--orange);
  font-weight: 700;
}

.benefit-grid p,
.method-grid p {
  color: var(--silver);
}

.gallery-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--black-soft);
}

.gallery-band img {
  aspect-ratio: 1;
  border-width: 0 1px 0 0;
}

.heat-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: stretch;
}

.heat-card {
  padding: clamp(1.2rem, 3vw, 2rem);
  background: var(--charcoal);
  border: 1px solid var(--line);
}

.heat-card ul {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
}

.heat-card li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}

.heat-card li:last-child {
  border-bottom: 0;
}

.heat-card strong {
  color: var(--orange);
}

.wide-image img {
  height: 100%;
  min-height: 420px;
}

.smoke-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 5vw, 5rem);
  background:
    linear-gradient(90deg, rgba(35, 31, 32, 0.94), rgba(35, 31, 32, 0.74)),
    url("Images/Background%20image/AdobeStock_1848687105.webp") center / cover;
}

.smoke-copy,
.method-grid {
  min-width: 0;
}

.smoke-copy h2 {
  white-space: normal;
  max-width: 720px;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(35, 31, 32, 0.72);
  backdrop-filter: blur(10px);
}

.method-grid article {
  min-height: 5.5rem;
  padding: 0.65rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.method-grid article:nth-child(2n) {
  border-right: 0;
}

.method-grid article:nth-last-child(-n+2) {
  border-bottom: 0;
}

.care-section {
  grid-template-columns: 1fr;
  background: var(--charcoal);
}

.care-image img {
  aspect-ratio: 4 / 3;
}

.material-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.material-list span {
  padding: 0.5rem 0.7rem;
  border: 1px solid var(--line);
  color: var(--white);
  background: rgba(255, 255, 255, 0.03);
}

.contact-section {
  display: block;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
  background:
    linear-gradient(90deg, rgba(24, 21, 22, 0.9), rgba(24, 21, 22, 0.72)),
    url("Images/Background%20image/AdobeStock_98512585.webp") center / cover;
}

.contact-section > div {
  max-width: 780px;
}

.contact-section .button {
  margin-top: 1.6rem;
}

.page-hero {
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
  padding: 12rem clamp(1rem, 5vw, 5rem) clamp(4rem, 8vw, 7rem);
  background:
    linear-gradient(90deg, rgba(35, 31, 32, 0.92), rgba(35, 31, 32, 0.48)),
    var(--black);
}

.smoke-page-hero {
  background:
    linear-gradient(90deg, rgba(35, 31, 32, 0.94), rgba(35, 31, 32, 0.45)),
    url("Images/Background%20image/AdobeStock_1848687105.webp") center / cover;
}

.order-page-hero {
  background:
    linear-gradient(90deg, rgba(35, 31, 32, 0.9), rgba(35, 31, 32, 0.45)),
    url("Images/Background%20image/AdobeStock_472005764.webp") center / cover;
}

.store-page-hero {
  background:
    linear-gradient(90deg, rgba(35, 31, 32, 0.92), rgba(35, 31, 32, 0.5)),
    url("Images/Background%20image/AdobeStock_472005764.webp") center / cover;
}

.integration-page-hero {
  background:
    linear-gradient(90deg, rgba(35, 31, 32, 0.94), rgba(35, 31, 32, 0.62)),
    url("Images/Background%20image/AdobeStock_98512585.webp") center / cover;
}

.page-hero-copy {
  max-width: 820px;
}

.page-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(3rem, 8vw, 7.5rem);
}

.page-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 1.2rem;
  color: var(--white);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.page-hero-copy .button {
  margin-top: 2rem;
}

.smoke-detail,
.order-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 5vw, 5rem);
  background: var(--charcoal);
}

.smoke-detail .wide-image img,
.order-product img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(186, 185, 186, 0.22);
}

.method-section {
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 5vw, 5rem);
  background: var(--black);
}

.order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.store-section {
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 5vw, 5rem);
  background: var(--charcoal);
}

.store-product {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.store-product-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(186, 185, 186, 0.22);
}

.store-product-copy p:not(.eyebrow) {
  margin-top: 1rem;
  color: var(--silver);
  font-size: 1.08rem;
}

.store-list {
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.store-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--white);
}

.store-checkout {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  max-width: 1180px;
  margin: clamp(3rem, 7vw, 6rem) auto 0;
  padding-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--line);
}

.store-payment-card {
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  background: var(--black);
  border: 1px solid var(--line);
}

.store-payment-card p {
  margin: 0;
  color: var(--silver);
}

.shipping-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 1rem 0 0 1.15rem;
  border-top: 1px solid var(--line);
  color: var(--white);
}

.shipping-list li::marker {
  color: var(--orange);
}

.integration-section {
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 5vw, 5rem);
  background: var(--charcoal);
}

.integration-section.integration-dark {
  background: var(--black);
}

.integration-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2rem);
}

.integration-card {
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.integration-card ul,
.launch-steps ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.integration-card li,
.launch-steps li {
  margin: 0.45rem 0;
}

.integration-card a {
  color: var(--white);
}

.integration-card code,
.launch-steps code {
  color: var(--yellow);
}

.launch-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
}

.launch-steps article {
  padding: clamp(1rem, 2vw, 1.35rem);
  border-right: 1px solid var(--line);
}

.launch-steps article:last-child {
  border-right: 0;
}

.launch-steps span {
  display: block;
  margin-bottom: 1rem;
  color: var(--orange);
  font-weight: 700;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem clamp(1rem, 5vw, 5rem);
  background: var(--black);
  border-top: 1px solid var(--line);
  color: var(--steel);
  font-size: 0.9rem;
}

footer a {
  color: var(--silver);
  text-decoration: none;
}

.footer-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
}

.footer-brand img {
  width: clamp(8rem, 13vw, 12rem);
  height: auto;
  object-fit: contain;
}

.footer-credit {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  color: var(--silver);
  text-align: center;
}

.footer-credit img {
  width: 4.8rem;
  height: 4.8rem;
  object-fit: contain;
}

body.modal-open {
  overflow: hidden;
}

.recipe-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2rem);
  background: rgba(35, 31, 32, 0.86);
  backdrop-filter: blur(12px);
}

.recipe-modal.is-open {
  display: flex;
}

.recipe-modal__panel {
  width: min(1100px, 100%);
  height: min(82vh, 820px);
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--black);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.recipe-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid var(--line);
}

.recipe-modal__header h2 {
  font-size: clamp(1.4rem, 3vw, 2.5rem);
  white-space: normal;
}

.recipe-modal__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.modal-close {
  min-height: 3rem;
  padding: 0.82rem 1rem;
  border: 1px solid var(--silver);
  background: transparent;
  color: var(--white);
  font: inherit;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.recipe-modal iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: var(--white);
}

@media (max-width: 980px) {
  h1 {
    font-size: clamp(3rem, 12vw, 6.5rem);
  }

  h2 {
    font-size: clamp(1.35rem, 4.8vw, 3.2rem);
  }

  h3 {
    font-size: clamp(0.98rem, 2.4vw, 1.3rem);
  }

  .page-hero-copy h1 {
    font-size: clamp(2.8rem, 11vw, 6rem);
  }

  .hero,
  .split-section,
  .smoke-section,
  .care-section,
  .heat-layout,
  .smoke-detail,
  .order-section,
  .store-product,
  .store-checkout,
  .integration-grid,
  .launch-steps {
    grid-template-columns: 1fr;
  }

  .launch-steps article,
  .launch-steps article:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .launch-steps article:last-child {
    border-bottom: 0;
  }

  .hero {
    min-height: auto;
    padding-top: 5rem;
    background:
      linear-gradient(180deg, rgba(35, 31, 32, 0.35), rgba(35, 31, 32, 0.94) 48%, var(--black)),
      url("Images/Background%20image/AdobeStock_472005764.webp") center / cover;
  }

  .hero-media {
    min-height: auto;
    padding: 2rem 1rem 0;
  }

  .hero-media img {
    width: 100%;
    max-height: 520px;
  }

  .hero-copy {
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
    padding: 2rem 1rem 4rem;
    margin-inline: auto;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 14vw, 5.75rem);
  }

  .hero-image-pair {
    width: min(86%, 360px);
  }

  .page-hero {
    min-height: 68vh;
    padding-top: 9rem;
  }

  .proof-strip,
  .benefit-grid,
  .gallery-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-strip div:nth-child(2n),
  .benefit-grid article:nth-child(2n),
  .gallery-band img:nth-child(2n) {
    border-right: 0;
  }

  .benefit-grid article {
    border-bottom: 1px solid var(--line);
  }

  .benefit-grid article:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

@media (max-width: 1180px) {
  .smoke-section {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .smoke-copy {
    max-width: 780px;
  }

  .smoke-section .method-grid {
    max-width: 780px;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.75rem 1rem 1rem;
    background: rgba(35, 31, 32, 0.98);
    border-bottom: 1px solid var(--line);
  }

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

  .main-nav a {
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-linktree,
  .nav-cta {
    margin-top: 0.85rem;
    padding: 0.85rem !important;
    text-align: center;
    border-bottom: 0 !important;
  }

  .nav-linktree {
    margin-top: 0;
  }

  .brand-logo {
    width: 100%;
    max-height: none;
  }

  .brand-mark {
    width: min(14rem, calc(100vw - 5.75rem));
    height: 4rem;
  }

  h2 {
    font-size: clamp(0.95rem, 4.3vw, 1.95rem);
  }

  h3 {
    font-size: clamp(0.95rem, 4vw, 1.2rem);
  }

  .page-hero-copy h1 {
    font-size: clamp(2.45rem, 13vw, 4.5rem);
  }

  .method-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .image-pair {
    width: min(86%, 360px);
  }

  .image-pair img:last-child {
    margin-bottom: 0;
  }

  .method-grid article,
  .method-grid article:nth-child(2n),
  .method-grid article:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .method-grid article:last-child {
    border-bottom: 0;
  }

  .proof-strip,
  .benefit-grid,
  .gallery-band {
    grid-template-columns: 1fr;
  }

  .proof-strip div,
  .benefit-grid article,
  .gallery-band img {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .benefit-grid article:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .benefit-grid article:last-child,
  .proof-strip div:last-child,
  .gallery-band img:last-child {
    border-bottom: 0;
  }

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

  .footer-brand,
  .footer-credit {
    align-items: flex-start;
  }

  .recipe-modal__panel {
    height: 86vh;
  }

  .recipe-modal__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .recipe-modal__actions {
    justify-content: flex-start;
  }

}

@media (max-width: 430px) {
  h1 {
    font-size: clamp(2.6rem, 15vw, 3.8rem);
  }

  h2 {
    font-size: clamp(0.78rem, 3.7vw, 1.35rem);
  }

  h3 {
    font-size: clamp(0.9rem, 4.4vw, 1.08rem);
  }

  .page-hero-copy h1 {
    font-size: clamp(2.1rem, 14vw, 3.4rem);
  }

  .hero-copy h1 {
    font-size: clamp(2.6rem, 13vw, 3.7rem);
  }
}
