@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-normal-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-normal-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-italic-latin-ext.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --yellow: #ffc138;
  --orange-line: #f29a24;
  --ink: #1f1b1a;
  --muted: #a5a3a1;
  --weight-book: 400;
  --weight-medium: 500;
  --weight-bold: 700;
  --weight-black: 900;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: var(--weight-book);
  font-synthesis: none;
  line-height: 1.625;
  -webkit-font-smoothing: antialiased;
}

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

::selection {
  background: var(--yellow);
  color: #000;
}

.content-column {
  width: min(664px, calc(100% - 40px));
  margin-inline: auto;
}

.hero {
  position: relative;
  height: 612px;
  overflow: hidden;
  background: var(--yellow);
  display: flex;
  justify-content: center;
  align-items: center;
}

.honey-glow {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/hero-mm1-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}

.hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 828px;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  font-size: 143px;
  font-weight: var(--weight-black);
  line-height: 1;
  letter-spacing: -.012em;
  opacity: 1;
}

.hero h1 span {
  display: block;
}

.hero h1 span:first-child {
  line-height: 1.063;
  transform: translateY(-.077em);
}

.hero h1 .white {
  margin-left: .056em;
  color: #fff;
  font-size: .923em;
  line-height: .939;
  letter-spacing: -.022em;
}

.hero h1 .small {
  margin-top: .163em;
  margin-left: .07em;
  font-size: .643em;
  line-height: 1;
  letter-spacing: -.038em;
  transform: translateY(-.033em);
}

.intro {
  display: grid;
  align-items: center;
  background: #fff;
  padding-top: 100px;
}

.intro h2 {
  margin: -3px 0 29px;
  color: #000;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: var(--weight-black);
  line-height: 1;
  letter-spacing: -.045em;
  white-space: nowrap;
}

.intro .content-column {
  transform: translateY(5px);
}

.intro h2 span,
.footer h2 span {
  color: var(--yellow);
}

.intro p {
  margin: 0;
}

.story {
  position: relative;
}

.media-strip {
  --embed-header-crop: 190px;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 0 42px;
  overflow: visible;
}

.embedsocial-hashtag {
  width: 100%;
  min-height: 0;
  overflow: visible;
  clip-path: inset(0 -22px 0 -22px);
}

.embedsocial-hashtag:not(:has(iframe)) {
  min-height: 340px;
}

.embedsocial-hashtag iframe {
  display: block;
  width: calc(100% + 48px) !important;
  max-width: none;
  margin-top: calc(-1 * var(--embed-header-crop));
  margin-left: -24px;
  border: 0;
}

@media (min-width: 768px) {
  .embedsocial-hashtag iframe {
    width: 1100px !important;
    margin-left: -48px;
    zoom: .661354582;
  }
}

.rule,
.ruled-section {
  border-top: 2px solid var(--orange-line);
}

.rule {
  margin-bottom: 48px;
}

.article-block h2,
.ruled-section > h2 {
  margin: 0 0 26px;
  font-size: 24px;
  font-weight: var(--weight-bold);
  line-height: 1.22;
  letter-spacing: -.018em;
}

.article-block p,
.after-visual p,
.ruled-section p {
  margin: 0 0 26px;
}

.first-block {
  margin-bottom: 62px;
  transform: translateY(9px);
}

.first-block p:first-of-type {
  margin-bottom: 27px;
}

.queen-block {
  margin-bottom: -5px;
}

.visual {
  width: 100%;
  margin: 0;
}

.visual img {
  width: 100%;
  height: auto;
}

.comparison-visual {
  margin-top: -13px;
  margin-bottom: 19px;
}

.after-visual p {
  margin-bottom: 26px;
}

.special-block {
  margin-top: 54px;
}

.special-block p,
.balance-block p,
.research-block p,
.post-research p {
  margin-bottom: 26px;
}

.balance-block {
  margin-top: 55px;
}

.research-block {
  margin-top: 43px;
}

.research-block p {
  margin-bottom: 20px;
}

.body-visual {
  width: 662px;
  max-width: 100%;
  margin-top: -2px;
  margin-left: 50%;
  margin-bottom: 20px;
  transform: translateX(-50%);
}

.post-research {
  margin-bottom: 51px;
}

.facts-section {
  padding-top: 56px;
}

.facts-section > h2 {
  margin-bottom: 20px;
}

.facts-section article {
  margin-bottom: 21px;
}

.ruled-section h3 {
  margin: 0 0 9px;
  font-size: 20px;
  font-weight: var(--weight-medium);
  line-height: 1.3;
  letter-spacing: -.012em;
}

.facts-section article p {
  margin-bottom: 0;
}

.facts-section article h3 {
  font-weight: var(--weight-bold);
}

.faq-section {
  margin-top: 56px;
  padding-top: 56px;
}

.faq-section > h2 {
  margin-bottom: 24px;
}

.faq-section details {
  border-bottom: 1px solid #dedbd8;
}

.faq-section summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
  list-style: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.faq-section summary::-webkit-details-marker {
  display: none;
}

.faq-section summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--orange-line);
  font-size: 24px;
  font-weight: var(--weight-book);
  line-height: 1;
}

.faq-section details[open] summary::after {
  content: "−";
}

.faq-section summary:focus-visible {
  outline: 2px solid var(--orange-line);
  outline-offset: 4px;
}

.faq-section summary h3 {
  margin: 0;
}

.faq-answer {
  padding: 0 38px 20px 0;
}

.faq-answer p {
  margin-bottom: 0;
}

.footer {
  padding-top: 117px;
  padding-bottom: 117px;
}

.footer h2 {
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: var(--weight-black);
  line-height: 1.05;
  letter-spacing: -.05em;
}

.disclaimer {
  margin: 80px 0 0;
  padding-top: 34px;
  border-top: 1px solid #A1A1A1;
  color: var(--muted);
  font-size: 16px;
  font-style: italic;
  line-height: 1.55;
}

.brand {
  margin-top: 108px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.brand img {
  display: block;
  width: 132px;
  height: auto;
}

@media (max-width: 767px) {
  body {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .content-column {
    width: calc(100% - 32px);
    max-width: 360px;
  }

  .hero {
    height: clamp(360px, 58vw, 440px);
  }

  .honey-glow {
    background-size: auto 100%;
  }

  .hero h1 {
    width: calc(100% - 32px);
    max-width: 360px;
    font-size: min(62.2px, calc((100vw - 32px) * .1727));
    transform: none;
    opacity: 1;
  }

  .intro {
    height: auto;
    min-height: 0;
    padding: 72px 0 68px;
  }

  .intro .content-column {
    transform: none;
  }

  .intro h2 {
    margin: 0 0 24px;
    font-size: min(32.5px, calc((100vw - 32px) * .09036));
  }

  .intro br {
    display: none;
  }

  .media-strip {
    --embed-header-crop: 230px;
    margin-bottom: 28px;
  }

  .embedsocial-hashtag:not(:has(iframe)) {
    min-height: 620px;
  }

  .rule {
    margin-bottom: 40px;
  }

  .article-block h2,
  .ruled-section > h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .article-block p,
  .after-visual p,
  .ruled-section p,
  .special-block p,
  .balance-block p,
  .research-block p,
  .post-research p {
    margin-bottom: 22px;
  }

  .first-block {
    margin-bottom: 48px;
    transform: none;
  }

  .first-block p:first-of-type {
    margin-bottom: 22px;
  }

  .queen-block {
    margin-bottom: 0;
  }

  .comparison-visual {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .special-block,
  .balance-block {
    margin-top: 46px;
  }

  .research-block {
    margin-top: 40px;
  }

  .research-block p {
    margin-bottom: 20px;
  }

  .body-visual {
    width: 100%;
    margin: 0 auto 24px;
    transform: none;
  }

  .post-research {
    margin-bottom: 42px;
  }

  .facts-section {
    padding-top: 44px;
  }

  .facts-section article {
    margin-bottom: 18px;
  }

  .faq-section {
    margin-top: 44px;
    padding-top: 44px;
  }

  .faq-section summary {
    min-height: 56px;
    gap: 16px;
    padding: 16px 0;
  }

  .faq-answer {
    padding: 0 0 18px;
  }

  .footer {
    min-height: 0;
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .footer h2 {
    font-size: min(34.7px, calc((100vw - 32px) * .09639));
  }

  .disclaimer {
    margin-top: 56px;
    padding-top: 28px;
    font-size: 15px;
  }

  .brand {
    margin-top: 72px;
  }

  .brand img {
    width: 124px;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 15px;
    line-height: 1.6;
  }

  .content-column {
    width: min(100% - 32px, 664px);
  }

  .hero {
    height: clamp(330px, 92vw, 390px);
  }

  .hero h1 {
    width: calc(100% - 32px);
  }

  .intro {
    padding: 52px 0 50px;
  }

  .intro h2 {
    margin-bottom: 20px;
  }

  .media-strip {
    margin-bottom: 24px;
  }

  .rule {
    margin-bottom: 32px;
  }

  .article-block h2,
  .ruled-section > h2 {
    margin-bottom: 18px;
    font-size: 21px;
    overflow-wrap: break-word;
  }

  .ruled-section h3 {
    font-size: 18px;
  }

  .article-block p,
  .after-visual p,
  .ruled-section p,
  .special-block p,
  .balance-block p,
  .research-block p,
  .post-research p {
    margin-bottom: 18px;
  }

  .first-block {
    margin-bottom: 42px;
  }

  .first-block p:first-of-type {
    margin-bottom: 18px;
  }

  .comparison-visual {
    margin-bottom: 20px;
  }

  .special-block,
  .balance-block,
  .research-block {
    margin-top: 40px;
  }

  .body-visual {
    margin-top: 4px;
    margin-bottom: 20px;
  }

  .post-research {
    margin-bottom: 36px;
  }

  .facts-section {
    padding-top: 36px;
  }

  .facts-section > h2 {
    margin-bottom: 18px;
  }

  .faq-section {
    margin-top: 40px;
    padding-top: 36px;
  }

  .faq-section > h2 {
    margin-bottom: 18px;
  }

  .faq-section summary {
    gap: 12px;
    padding: 15px 0;
  }

  .faq-section summary::after {
    font-size: 26px;
  }

  .footer {
    padding-top: 68px;
    padding-bottom: 48px;
  }

  .disclaimer {
    margin-top: 48px;
    padding-top: 24px;
    font-size: 13px;
    line-height: 1.6;
  }

  .brand {
    margin-top: 48px;
  }

  .brand img {
    width: 116px;
  }
}

@media (max-width: 360px) {
  .content-column {
    width: calc(100% - 24px);
    max-width: none;
  }

  .hero {
    height: 310px;
  }

  .hero h1 {
    width: calc(100% - 24px);
    max-width: none;
    font-size: calc((100vw - 24px) * .1727);
  }

  .intro {
    padding: 44px 0;
  }

  .intro h2 {
    font-size: calc((100vw - 24px) * .09036);
  }

  .article-block h2,
  .ruled-section > h2 {
    font-size: 20px;
  }

  .ruled-section h3 {
    font-size: 17px;
  }

  .footer h2 {
    font-size: calc((100vw - 24px) * .09639);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
