@media (max-width: 767.98px) {
  :root {
    --m-announce: 36px;
    --m-nav: 56px;
    --m-chrome: calc(var(--m-announce) + var(--m-nav));
  }

  .desk-only { display: none !important; }
  .phone-only { display: block !important; }
  img.phone-only { display: block !important; }
  h2.phone-only { display: block !important; }
  span.phone-only,
  .how-ico.phone-only,
  .qty-label.phone-only { display: block !important; }
  svg.phone-only { display: inline-block !important; }
  .hero-buy.phone-only { display: grid !important; }
  .snap-benefits.phone-only { display: block !important; }

  html { overflow-x: clip; }
  body {
    overflow-x: clip;
    font-size: 16px;
    line-height: 1.5;
    background: var(--cream);
    padding-bottom: 24px;
    -webkit-tap-highlight-color: rgba(74, 16, 31, 0.12);
  }
  body.has-sticky { padding-bottom: 24px; }

  .wrap {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .announce {
    height: var(--m-announce);
    min-height: var(--m-announce);
    padding: 0 16px;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: center;
    gap: 0;
  }
  .announce-icon { display: none; }

  .site-chrome {
    z-index: 120;
    background: color-mix(in srgb, var(--cream) 94%, transparent);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .site-header { background: transparent; backdrop-filter: none; }
  .nav-bar {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    width: 100%;
    max-width: none;
    height: var(--m-nav);
    min-height: var(--m-nav);
    padding: 0 10px;
    margin: 0;
    gap: 0;
  }
  .site-header.is-scrolled .nav-bar,
  .site-chrome.is-scrolled .nav-bar { min-height: var(--m-nav); height: var(--m-nav); }
  .nav-toggle {
    display: grid !important;
    position: relative;
    z-index: 3;
    justify-self: start;
  }
  .icon-btn { width: 44px; height: 44px; color: var(--maroon); }
  .nav-bar .logo {
    position: static;
    left: auto;
    transform: none;
    margin: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--m-nav);
    justify-self: center;
    min-width: 0;
  }
  .logo img {
    width: 38px;
    height: 38px;
    max-width: 38px;
    max-height: 38px;
    object-fit: contain;
  }
  .desktop-nav { display: none !important; }
  .nav-actions {
    display: flex !important;
    justify-self: end;
    margin: 0;
    z-index: 5;
    gap: 0;
  }
  .nav-actions #search-open { display: none !important; }
  .nav-social-link { display: none !important; }
  .cart-btn { display: grid !important; }
  .cart-btn .cart-count {
    top: 6px;
    right: 6px;
  }

  .hero {
    position: relative;
    z-index: 1;
    padding: 0;
    height: calc(80vh - var(--m-chrome));
    height: calc(80dvh - var(--m-chrome));
    min-height: calc(80vh - var(--m-chrome));
    min-height: calc(80dvh - var(--m-chrome));
    overflow: hidden;
    background: var(--maroon-deep);
  }
  .hero-grid {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 100%;
    padding: 0 0 22px;
  }
  .hero-copy {
    order: 1;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 3;
    padding: 0 8px;
  }
  .hero-buy { order: 3; position: relative; z-index: 3; }
  .hero .eyebrow {
    display: block;
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.28em;
    color: var(--gold);
    text-shadow: 0 1px 10px rgba(42, 11, 18, 0.4);
  }
  .hero h1 {
    font-size: 36px;
    line-height: 0.98;
    margin: 0;
    letter-spacing: -0.04em;
    color: var(--white);
    text-shadow: 0 2px 20px rgba(42, 11, 18, 0.55);
  }
  .hero h1 span { display: inline; }
  .hero h1 span + span::before { content: " "; }
  .hero-lead {
    margin: 10px auto 0;
    max-width: 240px;
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: 0.04em;
    color: rgba(252, 250, 246, 0.82);
  }
  .hero-media {
    order: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    z-index: 0;
  }
  .hero-glow { display: none; }
  .hero-frame {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    max-width: none;
    height: 100%;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .hero-slider {
    width: 100%;
    height: 100%;
    place-items: stretch;
  }
  .hero-slider .hero-slide {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: 50% 36%;
    filter: none;
    animation: none !important;
  }
  .hero-dots {
    bottom: calc(var(--m-chrome) + 5.8rem);
  }
  .hero-dot {
    background: rgba(252, 250, 246, 0.45);
  }
  .hero-dot.is-active { background: #fcfaf6; }
  .hero-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
      linear-gradient(180deg,
        rgba(42, 11, 18, 0.12) 0%,
        rgba(42, 11, 18, 0.04) 32%,
        rgba(42, 11, 18, 0.18) 58%,
        rgba(42, 11, 18, 0.68) 82%,
        rgba(42, 11, 18, 0.92) 100%);
    pointer-events: none;
  }
  .hero-product {
    width: 100%;
    max-width: none;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: none;
    object-fit: cover;
    object-position: 50% 36%;
    filter: none;
    animation: mimg 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .hero-shadow { display: none; }
  .hero-price { display: none !important; }
  .hero-buy {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
    max-width: 340px;
    padding: 0;
  }
  .hero-copy .reveal,
  .hero-buy {
    animation: mhero 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-play-state: paused;
  }
  .hero-media.reveal {
    animation: mimg 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.22s;
    animation-play-state: paused;
  }
  body.is-ready .hero-copy .reveal,
  body.is-ready .hero-buy,
  body.is-ready .hero-media.reveal {
    animation-play-state: running;
  }
  .hero-buy .btn {
    width: 100%;
    max-width: none;
    height: 48px;
    min-height: 48px;
    border-radius: 12px;
    font-size: 11px;
    letter-spacing: 0.14em;
  }
  .hero-buy .btn-primary {
    background: var(--white);
    color: var(--maroon-deep);
  }
  .hero-buy .btn-ghost {
    background: transparent;
    color: var(--white);
    box-shadow: inset 0 0 0 1.5px rgba(252, 250, 246, 0.88);
  }
  .btn-primary:hover { transform: none; }
  .btn:active { transform: scale(0.98); }

  .snap-benefits {
    overflow: hidden;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 16px 0;
    border-top: 1px solid var(--border);
    box-sizing: border-box;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  }
  .snap-track {
    display: flex;
    width: max-content;
    animation: snapMarquee 18s linear infinite;
  }
  .snap-benefits:hover .snap-track {
    animation-play-state: paused;
  }
  .snap-set {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .snap-benefits li {
    display: grid;
    gap: 8px;
    align-content: start;
    justify-items: center;
    flex: 0 0 148px;
    width: 148px;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    color: var(--ink);
    font-weight: 500;
  }
  .snap-ico {
    width: 22px;
    height: 22px;
    color: #b86f4a;
    border: 0;
    background: none;
    transform: none;
  }

  .section { padding: 56px 0; }
  h2 { font-size: 28px; }

  .shop {
    padding: 10px 0 24px;
    background: var(--cream);
  }
  .buy-card {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    max-height: none;
    background: #fcfaf6;
    border: 1px solid rgba(74, 16, 31, 0.1);
    border-radius: 22px;
    box-shadow: 0 16px 40px rgba(42, 11, 18, 0.08);
    overflow: hidden;
  }
  .buy-gallery {
    display: block;
    flex: 0 0 auto;
    height: min(72vw, 320px);
    max-height: 320px;
    min-height: 220px;
    background: #eee3d5;
    overflow: hidden;
  }
  .gallery-main,
  .gallery-main img {
    width: 100%;
    height: 100%;
  }
  .gallery-main img {
    max-height: none;
    padding: 0;
    object-fit: cover;
    object-position: 50% 42%;
    content-visibility: auto;
  }
  .gallery-zoom { cursor: zoom-in; }
  .flavor-detail {
    margin-top: 10px;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.45;
    border-radius: 10px;
    background: rgba(74, 16, 31, 0.06);
    color: var(--muted);
  }
  .buy-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    overflow: visible;
    padding: 12px 16px 14px;
  }
  .buy-heading {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    flex-shrink: 0;
  }
  .buy-info h2 {
    font-size: 22px;
    margin: 0;
    line-height: 1.05;
  }
  .buy-sub {
    font-size: 12px;
    margin: 4px 0 0;
    flex-shrink: 0;
  }
  .buy-stars { display: none !important; }
  .buy-heading .price {
    font-size: 22px;
    margin: 0;
    line-height: 1;
    flex-shrink: 0;
  }
  [hidden],
  #flavor-block[hidden],
  #flavor-block-2[hidden] { display: none !important; }
  #flavor-block { display: block; }
  .picks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
  .pick {
    min-height: 40px;
    padding: 8px 6px;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    border-radius: 10px;
  }
  .option-block {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    min-height: 0;
    overflow: visible;
  }
  .buy-row {
    order: 0;
    margin-top: 12px;
    flex-shrink: 0;
  }
  .pay-row { display: none !important; }
  .option-label {
    font-size: 11px;
    margin-bottom: 8px;
    flex-shrink: 0;
  }
  .packages {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 0 0 auto;
    min-height: 0;
  }
  .package {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    gap: 10px;
    flex: 0 0 auto;
    min-height: 52px;
    max-height: none;
    height: auto;
    padding: 8px 12px;
    border-radius: 12px;
    border: 1px solid #e3d5c8;
    background: #fcfaf6;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  }
  .package input {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    margin: 0;
    justify-self: center;
    flex-shrink: 0;
    border: 1.5px solid #e3d5c8;
    border-radius: 50%;
    background: #fcfaf6;
  }
  .package.is-active {
    border: 1px solid #4a101f;
    background: #fcfaf6;
    box-shadow: inset 3px 0 0 #b86f4a;
    padding: 8px 12px;
  }
  .package.is-active input {
    border-color: #b86f4a;
    background: radial-gradient(circle, #b86f4a 42%, #fcfaf6 46%);
  }
  .package strong { font-size: 14px; }
  .package small { font-size: 12px; }
  .package em {
    text-align: right;
    font-size: 14px;
    color: var(--ink);
  }
  .save {
    display: block;
    margin-top: 4px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #b86f4a;
  }
  .buy-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 14px;
    align-items: stretch;
  }
  .qty-wrap {
    min-width: 0;
    display: grid;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(74, 16, 31, 0.04);
    border: 1px solid rgba(74, 16, 31, 0.08);
  }
  .qty-label {
    margin: 0;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--maroon);
    font-weight: 600;
  }
  .qty {
    border-radius: 10px;
    height: 46px;
    background: #fcfaf6;
  }
  .qty button {
    width: 42px;
    height: 46px;
  }
  .qty span { min-width: 28px; font-size: 15px; font-weight: 600; }
  .qty-limit {
    grid-column: auto;
    margin: 0;
    font-size: 11px;
    text-align: left;
    color: var(--muted);
  }
  .btn-buy {
    width: 100%;
    height: 50px;
    min-height: 50px;
    border-radius: 12px;
    letter-spacing: 0.12em;
    font-size: 11px;
  }

  .love {
    padding: 48px 0 56px;
    background: var(--cream);
  }
  .how h2 {
    display: block;
    max-width: 12ch;
    margin: 8px 0 0;
    font-size: 28px;
    line-height: 1.12;
  }
  .inside h2 { display: none; }
  .love h2 {
    display: block;
    max-width: 14ch;
    margin: 8px 0 0;
    font-size: 28px;
    line-height: 1.12;
  }
  .love .eyebrow,
  .how .eyebrow,
  .inside .eyebrow,
  .about .eyebrow,
  .faq .eyebrow {
    font-size: 11px;
  }
  .love-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
  }
  .how-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
  }
  .inside-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 16px;
  }
  .love-card {
    display: block;
    padding: 20px 18px 18px;
    border: 1px solid rgba(74, 16, 31, 0.1);
    border-radius: 16px;
    background: #fcfaf6;
    box-shadow: 0 10px 28px rgba(42, 11, 18, 0.04);
  }
  .love-card:last-child { border-bottom-color: rgba(74, 16, 31, 0.1); }
  .love-card:hover { transform: none; }
  .love-icon {
    display: block;
    width: 28px;
    height: 2px;
    margin: 0 0 14px;
    border: 0;
    border-radius: 99px;
    background: var(--copper);
  }
  .love-card .kicker {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--copper);
  }
  .love-card h3 {
    margin: 6px 0 0;
    font-size: 22px;
    line-height: 1.15;
  }
  .love-card p:last-child {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--muted);
  }

  .ritual-band { display: none !important; }

  .ritual-band {
    padding: 48px 0 32px;
    position: relative;
    background: #2a0b12;
  }
  .ritual-band::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    width: 48px;
    height: 2px;
    background: #b86f4a;
  }
  .ritual-grid { gap: 12px; }
  .ritual-copy .eyebrow { display: none; }
  .ritual-copy h2 {
    font-size: 32px;
    line-height: 1;
    max-width: none;
    color: var(--cream);
  }
  .ritual-copy .btn { display: none; }
  .ritual-visual {
    position: relative;
    overflow: hidden;
    height: 220px;
    -webkit-mask-image: radial-gradient(ellipse 80% 88% at 50% 50%, #000 48%, transparent 78%);
    mask-image: radial-gradient(ellipse 80% 88% at 50% 50%, #000 48%, transparent 78%);
  }
  .ritual-visual::after { display: none; }
  .ritual-visual img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: 50% 42%;
    transform: scale(1.35);
    border-radius: 0;
  }

  .how { padding: 48px 0 56px; background: var(--cream); }
  .how-grid article {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 18px 16px;
    background: #fcfaf6;
    border: 1px solid rgba(74, 16, 31, 0.1);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(42, 11, 18, 0.04);
  }
  .how-grid article:last-child { padding-bottom: 18px; }
  .how-grid article:not(:last-child)::before { display: none; }
  .how .step {
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    display: block;
    background: none;
    font-family: var(--font-serif);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: var(--copper);
    line-height: 1;
  }
  .how h3 {
    display: block;
    margin: 0;
    font-size: 20px;
    font-family: var(--font-serif);
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: none;
    color: var(--maroon);
  }
  .how-ico {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(184, 111, 74, 0.12);
    color: var(--copper);
  }
  .how-ico svg { width: 20px; height: 20px; }
  .how p {
    font-size: 14px;
    line-height: 1.45;
    color: var(--muted);
    margin: 4px 0 0;
  }

  .inside {
    padding: 56px 0;
    background: var(--white);
  }
  .inside-grid article {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 12px;
    padding: 12px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--border);
    border-radius: 0;
  }
  .inside-grid article:last-child { border-bottom: 0; }
  .inside-mark {
    width: 8px;
    height: 8px;
    margin-top: 7px;
    border-radius: 99px;
    background: var(--copper);
  }
  .inside h3 {
    font-size: 15px;
    font-family: var(--font-sans);
    font-weight: 600;
    color: var(--ink);
  }
  .inside p {
    font-size: 13px;
    color: var(--muted);
    margin: 2px 0 0;
  }

  .about {
    padding: 56px 0;
    background: var(--cream);
  }
  .about-grid { gap: 8px; }
  .about h2 {
    font-size: 32px;
    line-height: 1.02;
    margin-top: 6px;
  }
  .story p {
    font-size: 15px;
    margin: 0 0 10px;
    color: var(--muted);
  }
  .about-shot {
    width: 48%;
    margin: 12px auto 0;
    object-fit: cover;
    height: 140px;
    object-position: 50% 42%;
    -webkit-mask-image: radial-gradient(ellipse 70% 78% at 50% 50%, #000 48%, transparent 78%);
    mask-image: radial-gradient(ellipse 70% 78% at 50% 50%, #000 48%, transparent 78%);
  }

  .faq {
    padding: 56px 0;
    background: var(--cream);
  }
  .faq-layout { gap: 8px; }
  .faq h2 { font-size: 28px; }
  .faq-list details { padding: 0; }
  .faq-list summary {
    min-height: 58px;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
  }
  .faq-list .faq-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.32s ease;
  }
  .faq-list details[open] .faq-body { grid-template-rows: 1fr; }
  .faq-list .faq-body > * { overflow: hidden; }
  .faq-body p {
    font-size: 14px;
    padding-bottom: 12px;
  }

  .final-cta {
    background: var(--cream);
    color: var(--ink);
    padding: 48px 0 8px;
    overflow: hidden;
  }
  .final-grid { gap: 8px; }
  .final-cta h2 {
    color: var(--maroon);
    font-size: 34px;
    line-height: 0.98;
  }
  .final-cta .btn {
    width: 86%;
    max-width: 330px;
    height: 54px;
    margin-top: 16px;
  }
  .final-cta img {
    width: 64%;
    height: 160px;
    margin: 8px auto -20px;
    object-fit: cover;
    object-position: 50% 42%;
    justify-self: center;
    -webkit-mask-image: radial-gradient(ellipse 72% 80% at 50% 40%, #000 40%, transparent 76%);
    mask-image: radial-gradient(ellipse 72% 80% at 50% 40%, #000 40%, transparent 76%);
  }

  .wa-pro { padding: 24px 0 40px; }
  .wa-card { padding: 16px; }

  .site-footer { padding: 48px 0 24px; }
  .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
    justify-items: center;
  }
  .footer-brand { grid-column: auto; }
  .footer-brand img {
    height: 44px;
    width: auto;
    margin: 0 auto 10px;
  }
  .footer-title { margin-bottom: 10px; }
  .site-footer a, .site-footer p { margin: 0.4rem auto; font-size: 14px; }
  .footer-pay {
    margin-top: 18px !important;
    font-size: 12px !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .copyright { font-size: 12px; margin-top: 18px; }

  .wa-float {
    right: 16px;
    bottom: 24px;
    width: 56px;
    height: 56px;
    box-shadow: 0 10px 22px rgba(18, 64, 32, 0.22);
  }
  .sticky-bar { display: none !important; }
  .sheet-panel { padding-bottom: calc(1.2rem + env(safe-area-inset-bottom)); }
  .menu-panel { width: min(88%, 20rem); }
  .drawer-head img {
    width: 72px;
    height: auto;
    max-height: 72px;
    object-fit: contain;
  }
  .mobile-nav { font-size: 1.55rem; }
  .toast { bottom: 5.5rem; }

  [data-animate] { transform: translateY(16px); }
  [data-animate].in { opacity: 1; transform: none; }

  @keyframes mfloat {
    0%, 100% { transform: none; }
    50% { transform: none; }
  }
  @keyframes mhero {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: none; }
  }
  @keyframes mimg {
    from { opacity: 0; transform: scale(1.04); }
    to { opacity: 1; transform: none; }
  }
  @keyframes snapMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }
}

@media (max-width: 389.98px) {
  .hero h1 { font-size: 32px; }
  .final-cta h2, .ritual-copy h2, .about h2 { font-size: 30px; }
}

@media (max-width: 359.98px) {
  .wrap { padding-left: 16px; padding-right: 16px; }
  .hero h1 { font-size: 28px; }
  .snap-benefits { width: 100%; margin: 0; }
  .picks { grid-template-columns: 1fr; }
  .pick { font-size: 12px; }
}

@media (min-width: 390px) and (max-width: 430px) {
  .hero h1 { font-size: 38px; }
}
