:root {
  --paper: #f7f3ea;
  --paper-strong: #eee8dc;
  --mist: #e3edf0;
  --mist-deep: #cddde0;
  --ink: #182529;
  --muted: #5c6868;
  --blue: #173f4d;
  --blue-soft: #2c5965;
  --sage: #aeb99b;
  --lavender: #b8acd2;
  --coral: #d99086;
  --line: rgba(24, 37, 41, 0.16);
  --line-light: rgba(247, 243, 234, 0.18);
  --display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --body: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  --container: 1240px;
  --section: clamp(96px, 10vw, 164px);
  --shadow: 0 34px 80px rgba(23, 63, 77, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.65;
}

body::selection {
  background: var(--lavender);
  color: var(--ink);
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #a74f47;
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 15px;
  background: var(--coral);
  color: #101b1e;
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 12px clamp(22px, 4.8vw, 76px);
  border-bottom: 1px solid transparent;
  transition: background 200ms ease, border-color 200ms ease, min-height 200ms ease;
}

.site-header.is-scrolled {
  min-height: 66px;
  border-color: var(--line);
  background: rgba(247, 243, 234, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
  font-size: 0.86rem;
  font-weight: 750;
  letter-spacing: 0.015em;
  white-space: nowrap;
}

.site-nav > a:not(.nav-cta) {
  position: relative;
  padding: 9px 0;
}

.site-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav > a:not(.nav-cta):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.nav-cta,
.button-primary {
  background: var(--blue);
  color: var(--paper);
  box-shadow: 0 16px 34px rgba(23, 63, 77, 0.16);
}

.nav-cta:hover,
.button-primary:hover {
  background: var(--blue-soft);
  transform: translateY(-2px);
}

.nav-cta:active,
.button-primary:active,
.button-light:active {
  transform: translateY(1px);
}

.section-space {
  padding: var(--section) max(24px, calc((100vw - var(--container)) / 2));
}

.section-index,
.eyebrow {
  margin: 0 0 20px;
  color: var(--blue-soft);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.052em;
}

h2 {
  font-size: clamp(2.8rem, 5.1vw, 5.35rem);
  line-height: 0.98;
}

.section-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.75;
}

.hero {
  position: relative;
  min-height: max(780px, 100dvh);
  display: grid;
  grid-template-columns: minmax(390px, 0.84fr) minmax(580px, 1.16fr);
  align-items: center;
  overflow: hidden;
  padding: 106px max(24px, calc((100vw - var(--container)) / 2)) 42px;
  isolation: isolate;
  background: var(--paper);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.62;
  background-image: radial-gradient(circle, rgba(23, 63, 77, 0.24) 0 0.8px, transparent 0.9px);
  background-size: 20px 20px;
  mask-image: linear-gradient(90deg, transparent 0 42%, #000 72%, transparent 100%);
}

.hero::after {
  content: "365";
  position: absolute;
  right: -0.03em;
  bottom: -0.2em;
  z-index: -2;
  color: rgba(23, 63, 77, 0.035);
  font-family: var(--display);
  font-size: clamp(16rem, 29vw, 33rem);
  font-style: italic;
  line-height: 0.8;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 630px;
  padding: 36px 0 68px;
}

.hero .eyebrow {
  max-width: 520px;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(4.2rem, 6vw, 7.25rem);
  line-height: 0.88;
}

.hero h1 em {
  display: block;
  color: var(--blue-soft);
  font-weight: 400;
}

.hero-lead {
  max-width: 580px;
  margin: 31px 0 30px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid currentColor;
  font-weight: 800;
  line-height: 1.2;
  transition: gap 180ms ease, color 180ms ease;
}

.text-link:hover {
  gap: 15px;
  color: var(--blue-soft);
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 0.87rem;
  font-weight: 700;
}

.hero-note span {
  color: var(--coral);
}

.hero-stage {
  position: relative;
  z-index: 1;
  min-height: 730px;
  align-self: end;
}

.day-arch {
  position: absolute;
  width: min(48vw, 670px);
  height: min(48vw, 670px);
  right: 2%;
  bottom: -16%;
  border-radius: 50% 50% 0 0;
  background: var(--mist-deep);
  box-shadow: inset 0 0 0 1px rgba(23, 63, 77, 0.08);
}

.day-arch::before,
.day-arch::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(23, 63, 77, 0.18);
  border-radius: inherit;
}

.day-arch::before {
  inset: 7%;
}

.day-arch::after {
  inset: 14%;
}

.day-arch span {
  position: absolute;
  top: 10%;
  left: 50%;
  color: var(--blue);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero-mug {
  position: absolute;
  z-index: 2;
  width: min(49vw, 680px);
  left: -3%;
  bottom: 3%;
  filter: drop-shadow(0 28px 26px rgba(23, 63, 77, 0.17));
}

.hero-phone {
  position: absolute;
  z-index: 3;
  width: min(17vw, 245px);
  right: 1%;
  bottom: -1%;
  filter: drop-shadow(0 30px 28px rgba(23, 63, 77, 0.24));
}

.stage-words {
  position: absolute;
  top: 12%;
  right: 0;
  z-index: 4;
  display: grid;
  gap: 3px;
  margin: 0;
  color: rgba(23, 63, 77, 0.58);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: right;
}

.daily-seal {
  position: absolute;
  right: 23%;
  bottom: 6%;
  z-index: 5;
  width: 138px;
  height: 138px;
  display: grid;
  align-content: center;
  justify-items: center;
  border: 1px solid rgba(23, 63, 77, 0.2);
  border-radius: 50%;
  background: var(--paper);
  color: var(--blue);
  box-shadow: 0 18px 44px rgba(23, 63, 77, 0.15);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
  transform: rotate(-7deg);
}

.daily-seal::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px dashed rgba(23, 63, 77, 0.35);
  border-radius: 50%;
}

.daily-seal strong {
  font-family: var(--display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.proof-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 max(24px, calc((100vw - var(--container)) / 2));
  background: var(--blue);
  color: var(--paper);
}

.proof-line p {
  min-height: 104px;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 19px;
  margin: 0;
  padding: 20px clamp(20px, 3vw, 46px);
  border-right: 1px solid var(--line-light);
}

.proof-line p:first-child {
  border-left: 1px solid var(--line-light);
}

.proof-line strong {
  color: #bed4d9;
  font-family: var(--display);
  font-size: 1.65rem;
  font-style: italic;
  font-weight: 500;
}

.proof-line span {
  font-weight: 750;
}

.experience {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.66fr);
  align-items: center;
  gap: clamp(70px, 10vw, 150px);
}

.experience-copy {
  max-width: 700px;
}

.steps {
  max-width: 640px;
  margin: 46px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 22px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.steps li > span {
  color: var(--coral);
  font-family: var(--display);
  font-size: 1.05rem;
  font-style: italic;
}

.steps p {
  margin: 0;
  color: var(--muted);
}

.steps strong {
  color: var(--ink);
}

.video-note {
  position: relative;
  width: min(100%, 408px);
  justify-self: center;
  margin: 0;
  padding: 13px 13px 20px;
  background: #fffdf8;
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}

.video-note::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  z-index: -1;
  border: 1px solid rgba(23, 63, 77, 0.22);
  background: var(--sage);
}

.video-frame {
  overflow: hidden;
  background: #d8e1e1;
}

.video-frame video {
  width: 100%;
  aspect-ratio: 478 / 850;
  max-height: 670px;
  object-fit: cover;
}

.video-note figcaption {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 14px 6px 0;
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 800;
}

.video-note figcaption span {
  color: var(--coral);
  font-size: 1.25rem;
}

.daily-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(70px, 10vw, 160px);
  overflow: hidden;
  background: var(--mist);
}

.daily-visual {
  position: relative;
  min-height: 730px;
  display: grid;
  place-items: center;
}

.daily-visual::before {
  content: "";
  position: absolute;
  width: 630px;
  height: 630px;
  border: 1px solid rgba(23, 63, 77, 0.16);
  border-radius: 50%;
  box-shadow: inset 0 0 0 58px rgba(247, 243, 234, 0.37);
}

.daily-visual::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 610px;
  border-radius: 170px 170px 0 0;
  background: var(--paper-strong);
}

.daily-visual img {
  position: relative;
  z-index: 2;
  width: min(270px, 53vw);
  filter: drop-shadow(0 34px 30px rgba(23, 63, 77, 0.2));
}

.calendar-mark {
  position: absolute;
  right: 0;
  bottom: 11%;
  z-index: 3;
  width: 146px;
  height: 146px;
  display: grid;
  place-content: center;
  border-top: 18px solid var(--blue);
  background: #fffdf8;
  box-shadow: 0 20px 55px rgba(23, 63, 77, 0.14);
  text-align: center;
  transform: rotate(4deg);
}

.calendar-mark strong {
  color: var(--blue);
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1;
}

.calendar-mark span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.daily-copy {
  max-width: 720px;
}

.daily-facts {
  margin: 50px 0 0;
}

.daily-facts > div {
  display: grid;
  grid-template-columns: minmax(180px, 0.62fr) 1fr;
  gap: 34px;
  padding: 18px 0;
  border-top: 1px solid rgba(23, 63, 77, 0.18);
}

.daily-facts > div:last-child {
  border-bottom: 1px solid rgba(23, 63, 77, 0.18);
}

.daily-facts dt {
  color: var(--blue);
  font-weight: 850;
}

.daily-facts dd {
  margin: 0;
  color: var(--muted);
}

.sample {
  position: relative;
  overflow: hidden;
}

.sample::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 28%;
  height: 100%;
  opacity: 0.22;
  background-image: radial-gradient(circle, var(--blue) 0 0.75px, transparent 0.9px);
  background-size: 17px 17px;
  mask-image: linear-gradient(90deg, transparent, #000);
}

.sample-heading {
  position: relative;
  z-index: 1;
  max-width: 830px;
}

.sample-heading p:last-child {
  max-width: 590px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.mug-line {
  position: relative;
  z-index: 2;
  width: min(1140px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 0;
  margin: 54px auto 0;
}

.mug-line figure {
  min-width: 0;
  margin: 0 -7%;
}

.mug-line figure:nth-child(2) {
  transform: translateY(-22px);
}

.mug-line img {
  width: 100%;
  filter: drop-shadow(0 24px 20px rgba(23, 63, 77, 0.14));
}

.sample-note {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.sample-note span {
  color: var(--coral);
}

.applications {
  display: grid;
  grid-template-columns: minmax(360px, 0.74fr) minmax(0, 1.26fr);
  align-items: center;
  gap: clamp(70px, 8vw, 130px);
  overflow: hidden;
  background: var(--blue);
  color: var(--paper);
}

.applications .section-index {
  color: #bfd4d8;
}

.applications-copy {
  max-width: 640px;
}

.applications .section-lead {
  color: #cedbdd;
}

.application-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 45px 0 0;
  border-top: 1px solid var(--line-light);
}

.application-list span {
  padding: 14px 0;
  border-bottom: 1px solid var(--line-light);
  font-size: 0.9rem;
  font-weight: 800;
}

.application-list span:nth-child(even) {
  padding-left: 24px;
  border-left: 1px solid var(--line-light);
}

.application-visuals {
  position: relative;
  min-height: 700px;
}

.application-visuals::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  top: 7%;
  right: 2%;
  border: 1px solid var(--line-light);
  border-radius: 50%;
}

.application-visuals figure {
  position: absolute;
  margin: 0;
}

.application-visuals img {
  filter: drop-shadow(0 28px 28px rgba(5, 23, 28, 0.28));
}

.format-shirt {
  width: 48%;
  top: -2%;
  left: 0;
  transform: rotate(-5deg);
}

.format-tile {
  width: 53%;
  top: 18%;
  right: -2%;
  transform: rotate(3deg);
}

.format-pillow {
  width: 52%;
  bottom: -3%;
  left: 8%;
  transform: rotate(-2deg);
}

.seller {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(70px, 10vw, 160px);
  align-items: start;
}

.seller-heading {
  position: sticky;
  top: 120px;
}

.seller-copy > p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.6;
}

.seller-copy ul {
  margin: 50px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.seller-copy li {
  display: grid;
  grid-template-columns: minmax(150px, 0.58fr) 1fr;
  gap: 34px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.seller-copy strong {
  color: var(--blue);
}

.seller-copy span {
  color: var(--muted);
}

.faq {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(70px, 11vw, 170px);
  background: var(--paper-strong);
}

.faq-heading {
  max-width: 540px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 25px 58px 25px 0;
  color: var(--ink);
  cursor: pointer;
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  font-weight: 800;
  list-style: none;
}

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

.faq-list summary::before,
.faq-list summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 20px;
  height: 1px;
  background: var(--blue);
  transition: transform 180ms ease;
}

.faq-list summary::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary::after {
  transform: rotate(0deg);
}

.faq-list details p {
  max-width: 650px;
  margin: -3px 0 25px;
  color: var(--muted);
}

.access {
  position: relative;
  min-height: 710px;
  display: grid;
  grid-template-columns: minmax(440px, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 50px;
  overflow: hidden;
  background: var(--sage);
}

.access::before {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  right: -8%;
  bottom: -38%;
  border: 1px solid rgba(23, 63, 77, 0.22);
  border-radius: 50%;
  box-shadow: inset 0 0 0 62px rgba(247, 243, 234, 0.15);
}

.access-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.access-copy > p:not(.section-index) {
  max-width: 570px;
  margin: 27px 0 0;
  color: #304548;
  font-size: 1.07rem;
}

.access-note {
  font-size: 0.87rem !important;
  font-weight: 800;
}

.button-light {
  margin-top: 28px;
  background: var(--paper);
  color: var(--blue);
  box-shadow: 0 18px 38px rgba(23, 63, 77, 0.14);
}

.button-light:hover {
  background: #fffdf9;
  transform: translateY(-2px);
}

.access-product {
  position: relative;
  z-index: 2;
  width: min(720px, 112%);
  max-width: none;
  filter: drop-shadow(0 35px 30px rgba(23, 63, 77, 0.18));
}

.site-footer {
  min-height: 118px;
  display: grid;
  grid-template-columns: 0.75fr 1.6fr auto;
  align-items: center;
  gap: 34px;
  padding: 28px max(24px, calc((100vw - var(--container)) / 2));
  background: var(--ink);
  color: #c9d1d0;
  font-size: 0.74rem;
  line-height: 1.5;
}

.site-footer p {
  margin: 0;
}

.site-footer p:first-child {
  color: var(--paper);
  font-weight: 800;
}

.js .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 680ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 680ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.js .video-note.reveal.is-visible {
  transform: rotate(1.2deg);
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: minmax(330px, 0.8fr) minmax(500px, 1.2fr);
  }

  .hero h1 {
    font-size: clamp(4rem, 6.6vw, 5.5rem);
  }

  .hero-stage {
    min-height: 660px;
  }

  .hero-mug {
    width: min(53vw, 620px);
    left: -8%;
  }

  .daily-seal {
    right: 20%;
  }

  .application-visuals {
    min-height: 600px;
  }
}

@media (max-width: 900px) {
  .site-header {
    min-height: 70px;
  }

  .menu-toggle {
    position: relative;
    z-index: 3;
    width: 48px;
    height: 48px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(24, 37, 41, 0.28);
    border-radius: 50%;
    background: rgba(247, 243, 234, 0.86);
    cursor: pointer;
  }

  .menu-toggle > span:not(.sr-only) {
    width: 19px;
    height: 1px;
    background: var(--ink);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    padding: 90px max(28px, 9vw);
    background: var(--paper);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 220ms ease, visibility 220ms ease, transform 220ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .site-nav > a:not(.nav-cta) {
    width: 100%;
    padding: 9px 0;
    font-family: var(--display);
    font-size: clamp(1.8rem, 5.5vw, 2.7rem);
    font-weight: 600;
  }

  .site-nav > a:not(.nav-cta)::after {
    display: none;
  }

  .site-nav .nav-cta {
    margin-top: 24px;
    font-family: var(--body);
    font-size: 0.92rem;
  }

  .menu-open {
    overflow: hidden;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 122px;
    padding-bottom: 0;
  }

  .hero-copy {
    max-width: 700px;
    padding-bottom: 10px;
  }

  .hero h1 {
    max-width: 760px;
    font-size: clamp(4.3rem, 10vw, 6.4rem);
  }

  .hero-stage {
    width: min(760px, 100%);
    min-height: 680px;
    margin: 0 auto;
  }

  .day-arch {
    width: min(74vw, 590px);
    height: min(74vw, 590px);
    right: 6%;
  }

  .hero-mug {
    width: min(73vw, 590px);
    left: -2%;
  }

  .hero-phone {
    width: min(28vw, 225px);
    right: 5%;
  }

  .daily-seal {
    right: 26%;
  }

  .stage-words {
    right: 5%;
  }

  .experience,
  .daily-section,
  .applications,
  .seller,
  .faq,
  .access {
    grid-template-columns: 1fr;
  }

  .experience,
  .daily-section,
  .applications,
  .seller,
  .faq {
    gap: 80px;
  }

  .experience-copy,
  .daily-copy,
  .applications-copy,
  .seller-heading,
  .faq-heading,
  .access-copy {
    max-width: 700px;
  }

  .video-note {
    width: min(410px, 88%);
  }

  .daily-visual {
    width: min(620px, 100%);
    min-height: 700px;
    margin: 0 auto;
  }

  .daily-section .daily-copy {
    order: -1;
  }

  .applications {
    padding-bottom: 70px;
  }

  .application-visuals {
    width: min(700px, 100%);
    min-height: 650px;
    margin: 0 auto;
  }

  .seller-heading {
    position: static;
  }

  .access {
    min-height: auto;
    gap: 50px;
    padding-bottom: 0;
  }

  .access-product {
    width: min(680px, 100%);
    margin: 0 auto;
  }

  .site-footer {
    grid-template-columns: 1fr 1.8fr;
  }

  .site-footer p:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  :root {
    --section: 88px;
  }

  .section-space {
    padding-inline: 22px;
  }

  .hero {
    padding: 112px 22px 0;
  }

  .hero::before,
  .hero::after,
  .stage-words {
    display: none;
  }

  .hero h1 {
    font-size: clamp(3.45rem, 16vw, 4.7rem);
    line-height: 0.92;
  }

  .hero-lead {
    margin-top: 24px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }

  .button {
    width: 100%;
  }

  .text-link {
    width: fit-content;
  }

  .hero-stage {
    min-height: 490px;
    margin-top: 18px;
  }

  .day-arch {
    width: 365px;
    height: 365px;
    right: -4%;
    bottom: -15%;
  }

  .day-arch span {
    top: 8%;
  }

  .hero-mug {
    width: 365px;
    max-width: none;
    left: -18%;
    bottom: 3%;
  }

  .hero-phone {
    width: 167px;
    right: -1%;
    bottom: -1%;
  }

  .daily-seal {
    width: 108px;
    height: 108px;
    right: 29%;
    bottom: 2%;
    font-size: 0.45rem;
  }

  .daily-seal strong {
    font-size: 0.71rem;
  }

  .proof-line {
    grid-template-columns: 1fr;
    padding-inline: 22px;
  }

  .proof-line p,
  .proof-line p:first-child {
    min-height: 82px;
    padding: 14px 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid var(--line-light);
  }

  h2 {
    font-size: clamp(2.65rem, 12.5vw, 3.7rem);
  }

  .experience,
  .daily-section,
  .applications,
  .seller,
  .faq {
    gap: 62px;
  }

  .steps li {
    grid-template-columns: 38px 1fr;
    gap: 13px;
  }

  .video-note {
    width: calc(100% - 20px);
    justify-self: start;
  }

  .video-note::before {
    inset: 14px -14px -14px 14px;
  }

  .daily-visual {
    min-height: 580px;
  }

  .daily-visual::before {
    width: 440px;
    height: 440px;
  }

  .daily-visual::after {
    width: 280px;
    height: 520px;
  }

  .daily-visual img {
    width: 226px;
  }

  .calendar-mark {
    right: -10px;
    bottom: 5%;
    width: 118px;
    height: 118px;
  }

  .calendar-mark strong {
    font-size: 1.55rem;
  }

  .daily-facts > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .sample::before {
    display: none;
  }

  .mug-line {
    width: calc(100vw - 22px);
    display: flex;
    gap: 4px;
    margin-top: 42px;
    padding: 0 22px 14px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .mug-line figure,
  .mug-line figure:nth-child(2) {
    width: min(82vw, 370px);
    min-width: min(82vw, 370px);
    margin: 0 -4%;
    transform: none;
    scroll-snap-align: start;
  }

  .sample-note {
    justify-content: flex-start;
  }

  .application-list {
    grid-template-columns: 1fr;
  }

  .application-list span:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

  .application-visuals {
    min-height: 500px;
  }

  .application-visuals::before {
    width: 420px;
    height: 420px;
    right: -30%;
  }

  .format-shirt {
    width: 54%;
    left: -5%;
  }

  .format-tile {
    width: 60%;
    right: -7%;
  }

  .format-pillow {
    width: 62%;
    left: 2%;
  }

  .seller-copy li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .faq-list summary {
    padding-right: 48px;
  }

  .access {
    padding-inline: 22px;
  }

  .access::before {
    width: 440px;
    height: 440px;
  }

  .access-product {
    width: 125%;
    max-width: none;
    margin-left: -12%;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 38px 22px;
  }

  .site-footer p:last-child {
    grid-column: auto;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js .reveal,
  .js .video-note.reveal {
    opacity: 1;
    transform: none;
  }
}
