:root {
  --v2-ink: #123a2e;
  --v2-ink-deep: #09271f;
  --v2-paper: #f5f0e7;
  --v2-paper-light: #fffaf1;
  --v2-acid: #d8f36a;
  --v2-acid-soft: #eaf7ad;
  --v2-coral: #ff704d;
  --v2-sky: #c7e6df;
  --v2-line: rgba(18, 58, 46, .19);
  --v2-serif: "Fraunces", "Noto Sans Thai", serif;
}

body { background: var(--v2-paper-light); }
.section-label { color: var(--v2-ink); letter-spacing: .19em; }

/* Header */
.notice-bar { color: var(--v2-paper-light); background: var(--v2-ink-deep); }
.notice-inner { min-height: 38px; font-family: "DM Sans", sans-serif; letter-spacing: .025em; }
.notice-prices { display: flex; align-items: center; gap: 14px; color: var(--v2-acid); }
.notice-prices b { font-size: .7rem; font-weight: 600; }
.notice-prices i { width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.site-header { background: rgba(255, 250, 241, .9); }
.header-inner { min-height: 84px; }
.brand-monogram {
  width: 44px;
  height: 44px;
  color: var(--v2-ink-deep);
  background: var(--v2-acid);
  font-size: .83rem;
  letter-spacing: -.08em;
}
.brand-copy strong { color: var(--v2-ink-deep); font-size: 1.14rem; }
.primary-nav { gap: 34px; }
.nav-order { padding: 13px 22px; color: var(--v2-paper-light); background: var(--v2-ink); }
.nav-order:hover { color: var(--v2-ink-deep); background: var(--v2-acid); }

/* Hero */
.home-hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  padding: clamp(50px, 7vw, 95px) 0 70px;
  background: var(--v2-paper);
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .55;
  pointer-events: none;
  background-image: linear-gradient(var(--v2-line) 1px, transparent 1px), linear-gradient(90deg, var(--v2-line) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.5), transparent 78%);
}
.hero-ambient { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-ambient-one { top: -220px; right: -150px; width: 620px; height: 620px; border: 110px solid rgba(216,243,106,.38); }
.hero-ambient-two { bottom: -240px; left: 35%; width: 470px; height: 470px; background: rgba(199,230,223,.45); }
.home-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .82fr) 170px;
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}
.hero-overline { display: flex; justify-content: space-between; max-width: 690px; margin-bottom: 62px; padding-bottom: 12px; border-bottom: 1px solid var(--v2-line); color: #68766f; font: 600 .66rem/1 "DM Sans", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.home-hero-copy .section-label { margin-bottom: 18px; }
.home-hero-copy h1 { max-width: 760px; margin-bottom: 28px; color: var(--v2-ink-deep); font-size: clamp(4rem, 7.2vw, 7.4rem); line-height: .93; letter-spacing: -.07em; }
.home-hero-copy h1 span, .home-hero-copy h1 em { display: block; }
.home-hero-copy h1 em { color: var(--v2-ink); font-family: var(--v2-serif); font-weight: 500; letter-spacing: -.055em; }
.home-hero-lead { max-width: 670px; margin-bottom: 34px; color: #5e6c65; font-size: clamp(1rem, 1.35vw, 1.18rem); }
.hero-action-row { display: flex; align-items: center; gap: 12px; }
.hero-action-row .button-primary { min-width: 220px; background: var(--v2-ink); }
.round-link { display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid var(--v2-line); border-radius: 50%; color: var(--v2-ink); font-size: 1.35rem; transition: .2s ease; }
.round-link:hover { color: var(--v2-ink-deep); border-color: var(--v2-acid); background: var(--v2-acid); transform: rotate(12deg); }
.hero-action-note { color: #6c7771; font-size: .7rem; line-height: 1.45; }
.hero-trust-line { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 52px; color: var(--v2-ink); font-size: .72rem; font-weight: 650; }
.hero-trust-line span { position: relative; padding-left: 13px; }
.hero-trust-line span::before { content: ""; position: absolute; top: .58em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--v2-coral); }

.home-hero-product { position: relative; padding-bottom: 78px; }
.hero-product-frame { position: relative; min-height: 580px; overflow: hidden; border-radius: 220px 220px 30px 30px; background: var(--v2-acid-soft); box-shadow: 0 34px 90px rgba(9,39,31,.15); }
.hero-product-frame::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(18,58,46,.23); border-radius: inherit; }
.hero-product-frame img { position: absolute; z-index: 2; right: 7%; bottom: 0; width: 90%; aspect-ratio: 1; object-fit: cover; border-radius: 48% 48% 22px 22px; filter: saturate(.92) contrast(1.02); }
.frame-word { position: absolute; z-index: 3; font: 650 .61rem/1 "DM Sans", sans-serif; letter-spacing: .18em; }
.frame-word-top { top: 37px; left: 50%; transform: translateX(-50%); }
.frame-word-side { top: 50%; left: -20px; transform: rotate(-90deg); }
.product-stamp { position: absolute; z-index: 4; top: 75px; right: 20px; display: grid; width: 82px; height: 82px; place-content: center; border-radius: 50%; color: var(--v2-paper-light); background: var(--v2-coral); text-align: center; transform: rotate(7deg); }
.product-stamp strong { font: 700 1.9rem/.9 var(--v2-serif); }
.product-stamp span { font: 650 .48rem/1 "DM Sans", sans-serif; letter-spacing: .12em; }
.product-origin { position: absolute; z-index: 4; bottom: 20px; left: 27px; color: var(--v2-paper-light); font: 700 .65rem/1.1 "DM Sans", sans-serif; letter-spacing: .12em; }
.hero-price-dock { position: absolute; z-index: 5; right: -25px; bottom: 15px; left: 25px; display: grid; grid-template-columns: 1fr 1fr .72fr; border-radius: 12px; background: var(--v2-paper-light); box-shadow: 0 20px 50px rgba(9,39,31,.2); }
.hero-price-dock > div { display: grid; gap: 2px; padding: 17px 20px; border-right: 1px solid var(--v2-line); }
.hero-price-dock span { color: #748078; font-size: .61rem; }
.hero-price-dock strong { color: var(--v2-ink); font: 700 1.4rem/1 var(--v2-serif); }
.hero-price-dock > a { display: grid; place-items: center; border-radius: 0 12px 12px 0; color: var(--v2-ink-deep); background: var(--v2-acid); font-size: .7rem; font-weight: 700; }

.home-hero-rail { align-self: stretch; display: flex; flex-direction: column; padding: 18px 0 0 25px; border-left: 1px solid var(--v2-line); }
.rail-number { color: var(--v2-coral); font: 700 .72rem/1 "DM Sans", sans-serif; }
.home-hero-rail > div { display: grid; gap: 3px; padding: 20px 0; border-bottom: 1px solid var(--v2-line); }
.home-hero-rail strong { color: var(--v2-ink); font-size: .7rem; }
.home-hero-rail span { color: #6d7872; font-size: .62rem; }
.rail-caption { margin-top: auto; color: var(--v2-ink); font: 600 1.05rem/1.3 var(--v2-serif); }

.signal-strip { overflow: hidden; color: var(--v2-paper-light); background: var(--v2-coral); }
.signal-strip > div { display: flex; width: max-content; align-items: center; gap: 26px; padding: 17px 24px; font: 700 .68rem/1 "DM Sans", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.signal-strip i { color: var(--v2-ink-deep); font-style: normal; }

/* Brand story */
.brand-story { background: var(--v2-paper-light); }
.brand-story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 150px); }
.story-heading { position: sticky; top: 140px; height: fit-content; }
.story-heading h2 { color: var(--v2-ink-deep); font-size: clamp(3rem, 5.5vw, 5.9rem); }
.story-heading h2 em, .shop-heading h2 em, .journal-v2-head h2 em, .faq-v2-heading h2 em, .closing-content h2 em { color: var(--v2-ink); font-family: var(--v2-serif); font-weight: 500; }
.story-lead { color: var(--v2-ink); font: 500 clamp(1.6rem, 2.7vw, 2.6rem)/1.4 var(--v2-serif); }
.story-copy > p:not(.story-lead) { max-width: 710px; font-size: 1.05rem; }
.story-facts { margin-top: 70px; border-top: 1px solid var(--v2-line); }
.story-facts article { display: grid; grid-template-columns: 50px .8fr 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--v2-line); }
.story-facts article > span { color: var(--v2-coral); font: 700 .67rem/1 "DM Sans", sans-serif; }
.story-facts h3 { margin: 0; font-size: 1.22rem; }
.story-facts p { margin: 0; font-size: .88rem; }

/* Shop */
.shop-section { position: relative; overflow: hidden; background: var(--v2-ink-deep); }
.shop-section::before { content: "B-LIV"; position: absolute; top: -70px; right: -40px; color: rgba(255,255,255,.025); font: 700 25vw/.8 var(--v2-serif); pointer-events: none; }
.shop-heading { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: end; margin-bottom: 58px; }
.shop-heading .section-label { grid-column: 1 / -1; color: var(--v2-acid); }
.shop-heading h2 { margin: 0; color: var(--v2-paper-light); font-size: clamp(3.5rem, 7vw, 7.5rem); }
.shop-heading h2 em { color: var(--v2-acid); }
.shop-heading > p { max-width: 520px; justify-self: end; color: rgba(255,255,255,.65); }
.shop-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.shop-card { overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: var(--v2-paper); }
.shop-card-featured { background: var(--v2-acid-soft); }
.shop-card-head { display: flex; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid var(--v2-line); }
.shop-card-head span { color: var(--v2-coral); font: 700 .65rem/1 "DM Sans", sans-serif; }
.shop-card-head small { color: var(--v2-ink); font-size: .65rem; font-weight: 650; }
.shop-card-visual { position: relative; overflow: hidden; background: #e9e0d1; }
.shop-card-visual img { width: 100%; aspect-ratio: 1.55; object-fit: cover; transition: transform .55s ease; }
.shop-card:hover .shop-card-visual img { transform: scale(1.025); }
.value-tag { position: absolute; top: 17px; right: 17px; display: grid; width: 75px; height: 75px; place-content: center; border-radius: 50%; color: var(--v2-paper-light); background: var(--v2-coral); font: 700 .54rem/1.2 "DM Sans", sans-serif; text-align: center; transform: rotate(8deg); }
.shop-card-body { padding: clamp(26px, 3.5vw, 46px); }
.shop-card-body > div:first-child { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.shop-card-body > div:first-child p { margin: 0; color: var(--v2-coral); font: 700 .65rem/1 "DM Sans", sans-serif; }
.shop-card-body h3 { margin: 0; color: var(--v2-ink-deep); }
.shop-price { display: flex; align-items: end; gap: 15px; margin: 26px 0 22px; }
.shop-price strong { color: var(--v2-ink); font: 700 clamp(3rem, 5vw, 4.4rem)/.9 var(--v2-serif); letter-spacing: -.055em; }
.shop-price span { padding-bottom: 5px; color: #6d7872; font-size: .66rem; }
.shop-card-body > p { max-width: 590px; }
.shop-card-body ul { display: grid; gap: 7px; padding: 18px 0 0; margin: 24px 0; border-top: 1px solid var(--v2-line); list-style: none; }
.shop-card-body li { position: relative; padding-left: 17px; color: #657169; font-size: .78rem; }
.shop-card-body li::before { content: ""; position: absolute; top: .7em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--v2-coral); }
.shop-button { display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 12px 13px 12px 22px; border-radius: 999px; color: var(--v2-paper-light); background: var(--v2-ink); font-weight: 650; }
.shop-button i { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: var(--v2-ink); background: var(--v2-acid); font-style: normal; }
.shop-note { position: relative; z-index: 2; margin-top: 20px; color: rgba(255,255,255,.48); font-size: .7rem; }

/* Formula */
.formula-section { background: var(--v2-paper); }
.formula-top { display: grid; grid-template-columns: 1fr .75fr; gap: 60px; align-items: end; margin-bottom: 62px; }
.formula-top h2 { margin-bottom: 0; color: var(--v2-ink-deep); }
.formula-top > p { max-width: 520px; justify-self: end; }
.formula-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.formula-card { position: relative; display: flex; min-height: 300px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 24px; border: 1px solid var(--v2-line); border-radius: 120px 120px 18px 18px; background: var(--v2-paper-light); }
.formula-card:nth-child(1), .formula-card:nth-child(4) { grid-column: span 2; background: var(--v2-acid-soft); }
.formula-card:nth-child(2), .formula-card:nth-child(3), .formula-card:nth-child(5) { grid-column: span 1; }
.formula-card > span { position: relative; z-index: 2; color: var(--v2-coral); font: 700 .67rem/1 "DM Sans", sans-serif; }
.formula-card h3 { position: relative; z-index: 2; margin-bottom: 5px; font: 600 clamp(1.1rem, 1.7vw, 1.55rem)/1.1 "DM Sans", sans-serif; overflow-wrap: anywhere; }
.formula-card p { position: relative; z-index: 2; margin: 0; font-size: .73rem; }
.formula-card i { position: absolute; right: -35px; bottom: -40px; width: 150px; height: 150px; border: 35px solid rgba(18,58,46,.06); border-radius: 50%; }

/* Verification */
.verify-section { background: var(--v2-paper-light); }
.verify-grid { display: grid; grid-template-columns: 1fr .74fr; gap: clamp(60px, 10vw, 160px); align-items: center; }
.verify-copy h2 { color: var(--v2-ink-deep); font-size: clamp(3.3rem, 6vw, 6.7rem); }
.verify-copy h2 em { color: var(--v2-coral); font-family: var(--v2-serif); font-weight: 500; }
.verify-copy > p:not(.section-label) { max-width: 650px; }
.verify-copy dl { margin-top: 45px; border-top: 1px solid var(--v2-line); }
.verify-copy dl > div { display: grid; grid-template-columns: 160px 1fr; gap: 25px; padding: 18px 0; border-bottom: 1px solid var(--v2-line); }
.verify-copy dt { color: #77827b; font: 600 .65rem/1.5 "DM Sans", sans-serif; text-transform: uppercase; }
.verify-copy dd { margin: 0; color: var(--v2-ink); font-weight: 650; }
.verify-document { position: relative; margin: 0; padding: 28px; border: 1px solid var(--v2-line); border-radius: 8px; background: var(--v2-acid-soft); box-shadow: 20px 25px 0 var(--v2-sky); transform: rotate(1.5deg); }
.verify-document img { width: 100%; max-height: 650px; object-fit: cover; object-position: top; border-radius: 4px; }
.verify-document figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 17px; color: #66736b; font: 600 .58rem/1 "DM Sans", sans-serif; letter-spacing: .08em; }
.document-tape { position: absolute; z-index: 3; width: 85px; height: 24px; background: rgba(255,112,77,.72); }
.tape-one { top: -8px; left: 50px; transform: rotate(-9deg); }
.tape-two { right: 45px; bottom: -6px; transform: rotate(7deg); }

/* Responsible care */
.care-section { color: var(--v2-paper-light); background: var(--v2-ink); }
.care-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 10vw, 150px); }
.care-intro { position: sticky; top: 140px; height: fit-content; }
.care-intro .section-label { color: var(--v2-acid); }
.care-intro h2 { color: var(--v2-paper-light); }
.care-intro p:not(.section-label) { color: rgba(255,255,255,.62); }
.care-intro .text-link { color: var(--v2-acid); }
.care-steps { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.care-steps li { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 42px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.care-steps li > span { color: var(--v2-coral); font: 700 .7rem/1 "DM Sans", sans-serif; }
.care-steps h3 { margin-bottom: 10px; color: var(--v2-paper-light); font-size: clamp(1.7rem, 3vw, 3rem); }
.care-steps p { max-width: 550px; margin: 0; color: rgba(255,255,255,.6); }

/* Journal */
.journal-v2 { background: var(--v2-paper-light); }
.journal-v2-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.journal-v2-head h2 { margin-bottom: 0; color: var(--v2-ink-deep); }
.round-arrow { display: flex; width: 100px; height: 100px; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: var(--v2-paper-light); background: var(--v2-coral); transform: rotate(5deg); }
.round-arrow span { font: 700 1.7rem/.9 var(--v2-serif); }
.round-arrow i { font-style: normal; }
.journal-v2-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.journal-v2-card { grid-column: span 4; }
.journal-v2-card:nth-child(2) { margin-top: 70px; }
.journal-v2-image { position: relative; display: block; overflow: hidden; margin-bottom: 22px; border-radius: 180px 180px 16px 16px; background: var(--v2-paper); }
.journal-v2-image img { width: 100%; aspect-ratio: 1.15; object-fit: cover; transition: transform .5s ease; }
.journal-v2-card:hover img { transform: scale(1.03); }
.journal-v2-image span { position: absolute; right: 14px; bottom: 14px; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--v2-paper-light); background: var(--v2-ink); font: 700 .65rem/1 "DM Sans", sans-serif; }
.journal-v2-card > p { margin-bottom: 9px; color: var(--v2-coral); font: 650 .62rem/1 "DM Sans", sans-serif; }
.journal-v2-card h3 { min-height: 2.3em; font-size: clamp(1.3rem, 2vw, 1.85rem); }

/* FAQ */
.faq-v2 { background: var(--v2-paper); }
.faq-v2-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 9vw, 130px); }
.faq-v2-heading { position: sticky; top: 140px; height: fit-content; }
.faq-v2-heading h2 { color: var(--v2-ink-deep); }
.faq-v2-heading p:not(.section-label) { max-width: 460px; }
.faq-v2-list { border-top: 1px solid var(--v2-line); }
.faq-v2-list details { border-bottom: 1px solid var(--v2-line); }
.faq-v2-list summary { display: grid; grid-template-columns: 55px 1fr 30px; gap: 15px; align-items: center; padding: 27px 0; cursor: pointer; list-style: none; }
.faq-v2-list summary::-webkit-details-marker { display: none; }
.faq-v2-list summary > span { color: var(--v2-coral); font: 700 .65rem/1 "DM Sans", sans-serif; }
.faq-v2-list summary b { font-size: 1.05rem; }
.faq-v2-list summary i { position: relative; width: 20px; height: 20px; }
.faq-v2-list summary i::before, .faq-v2-list summary i::after { content: ""; position: absolute; top: 9px; left: 1px; width: 17px; height: 1px; background: var(--v2-ink); transition: transform .2s ease; }
.faq-v2-list summary i::after { transform: rotate(90deg); }
.faq-v2-list details[open] summary i::after { transform: rotate(0); }
.faq-v2-list details > p { max-width: 650px; padding: 0 45px 28px 70px; margin: 0; }

/* Closing */
.closing-section { position: relative; overflow: hidden; padding: clamp(110px, 14vw, 210px) 0; color: var(--v2-paper-light); background: var(--v2-coral); }
.closing-marquee { position: absolute; top: 20px; left: -4%; width: 120%; color: rgba(9,39,31,.08); font: 700 clamp(5rem, 12vw, 13rem)/1 var(--v2-serif); white-space: nowrap; transform: rotate(-3deg); }
.closing-content { position: relative; z-index: 2; text-align: center; }
.closing-content .section-label { color: var(--v2-ink-deep); }
.closing-content h2 { color: var(--v2-paper-light); font-size: clamp(4rem, 8vw, 8.8rem); letter-spacing: -.065em; }
.closing-content h2 em { color: var(--v2-ink-deep); }
.closing-content > div { display: flex; justify-content: center; gap: 10px; }
.closing-content .button-light { color: var(--v2-ink-deep); background: var(--v2-acid); }
.closing-content .button-outline-light { border-color: var(--v2-paper-light); }

/* Footer refresh */
.site-footer { position: relative; overflow: hidden; background: var(--v2-ink-deep); }
.footer-watermark { position: absolute; right: -3vw; bottom: -2vw; color: rgba(255,255,255,.025); font: 700 22vw/.75 var(--v2-serif); pointer-events: none; }
.footer-lead, .footer-grid, .footer-bottom { position: relative; z-index: 2; }
.footer-lead .button-light { background: var(--v2-acid); }
.brand-inverse .brand-monogram { color: var(--v2-ink-deep); background: var(--v2-acid); }
.mobile-buybar a:last-child { color: var(--v2-ink-deep); background: var(--v2-acid); }

@media (max-width: 1120px) {
  .home-hero-grid { grid-template-columns: 1.05fr .95fr; }
  .home-hero-rail { grid-column: 1 / -1; display: grid; grid-template-columns: 45px repeat(3, 1fr) 1fr; gap: 18px; align-items: center; padding: 18px 0; border-top: 1px solid var(--v2-line); border-left: 0; }
  .home-hero-rail > div { padding: 0 18px; border-right: 1px solid var(--v2-line); border-bottom: 0; }
  .rail-number, .rail-caption { margin: 0; }
  .formula-grid { grid-template-columns: repeat(4, 1fr); }
  .formula-card:nth-child(n) { grid-column: span 1; }
  .formula-card:nth-child(1) { grid-column: span 2; }
}

@media (max-width: 800px) {
  .notice-inner { justify-content: space-between; }
  .notice-prices { display: none; }
  .primary-nav { top: 106px; }
  .home-hero { min-height: 0; padding-top: 54px; }
  .home-hero::before { background-size: 56px 56px; }
  .home-hero-grid { grid-template-columns: 1fr; }
  .hero-overline { margin-bottom: 40px; }
  .home-hero-copy h1 { font-size: clamp(4rem, 18vw, 6.2rem); }
  .hero-trust-line { margin-top: 36px; }
  .home-hero-product { width: min(100%, 540px); margin-inline: auto; }
  .hero-product-frame { min-height: 520px; }
  .home-hero-rail { grid-template-columns: 45px 1fr; }
  .home-hero-rail > div { padding: 13px 0; border-right: 0; border-bottom: 1px solid var(--v2-line); }
  .rail-caption { grid-column: 2; }
  .brand-story-grid, .verify-grid, .care-grid, .faq-v2-grid { grid-template-columns: 1fr; }
  .story-heading, .care-intro, .faq-v2-heading { position: static; }
  .story-facts article { grid-template-columns: 40px 1fr; }
  .story-facts p { grid-column: 2; }
  .shop-heading, .formula-top { grid-template-columns: 1fr; }
  .shop-heading .section-label { grid-column: auto; }
  .shop-heading > p, .formula-top > p { justify-self: start; }
  .shop-grid { grid-template-columns: 1fr; }
  .formula-grid { grid-template-columns: repeat(2, 1fr); }
  .formula-card:nth-child(n) { grid-column: span 1; min-height: 250px; }
  .verify-document { max-width: 520px; margin-inline: auto; box-shadow: 10px 14px 0 var(--v2-sky); transform: none; }
  .journal-v2-grid { grid-template-columns: 1fr; gap: 55px; }
  .journal-v2-card { grid-column: auto; }
  .journal-v2-card:nth-child(2) { margin-top: 0; }
  .journal-v2-image { border-radius: 150px 150px 16px 16px; }
}

@media (max-width: 520px) {
  .home-hero-copy h1 { font-size: clamp(3.65rem, 18vw, 5.1rem); }
  .hero-action-row { display: grid; grid-template-columns: 1fr 58px; }
  .hero-action-note { display: none; }
  .hero-action-row .button { width: 100%; min-width: 0; }
  .hero-product-frame { min-height: 430px; border-radius: 180px 180px 22px 22px; }
  .hero-price-dock { right: 0; left: 0; grid-template-columns: 1fr 1fr; }
  .hero-price-dock > a { grid-column: 1 / -1; min-height: 42px; border-radius: 0 0 12px 12px; }
  .home-hero-product { padding-bottom: 115px; }
  .home-hero-rail { margin-top: -20px; }
  .story-heading h2, .shop-heading h2, .verify-copy h2, .closing-content h2 { font-size: clamp(3.2rem, 15vw, 4.8rem); }
  .story-facts article { gap: 10px; }
  .shop-card-visual img { aspect-ratio: 1.2; }
  .shop-card-body > div:first-child { display: grid; }
  .shop-price { display: grid; }
  .formula-grid { grid-template-columns: 1fr; }
  .formula-card:nth-child(n) { min-height: 220px; border-radius: 90px 90px 16px 16px; }
  .verify-copy dl > div { grid-template-columns: 120px 1fr; gap: 12px; }
  .care-steps li { grid-template-columns: 45px 1fr; }
  .journal-v2-head { display: grid; }
  .round-arrow { width: 82px; height: 82px; }
  .faq-v2-list summary { grid-template-columns: 38px 1fr 24px; gap: 9px; }
  .faq-v2-list details > p { padding-left: 47px; }
  .closing-content > div { display: grid; }
}
