:root {
  --paper: #f7fbfd;
  --paper-deep: #edf6fa;
  --mist: #e5f2f8;
  --sky: #7fc4e8;
  --blue: #178ac5;
  --blue-deep: #0c679c;
  --ink: #073f68;
  --night: #032942;
  --text: #0b324b;
  --muted: #557080;
  --orange: #f0602b;
  --line: rgba(7, 63, 104, 0.18);
  --display: Georgia, "Times New Roman", serif;
  --body: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  --container: 1240px;
  --section: clamp(100px, 11vw, 170px);
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--sky);
  color: var(--night);
}

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

img {
  height: auto;
}

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

a {
  color: inherit;
}

button,
summary {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--orange);
  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;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  border-radius: 4px;
  background: #fff;
  color: var(--night);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 150ms ease;
}

.skip-link:focus {
  transform: none;
}

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

.site-header {
  position: fixed;
  z-index: 30;
  inset: 0 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  padding: 17px max(24px, calc((100vw - var(--container)) / 2));
  background: var(--night);
  color: #eef9fd;
  transition: min-height 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  min-height: 68px;
  background: rgba(3, 41, 66, 0.97);
  box-shadow: 0 10px 28px rgba(1, 24, 40, 0.18);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 2vw, 29px);
}

.site-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #c9e0eb;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a:not(.nav-cta) {
  position: relative;
}

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

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

.nav-cta {
  padding: 10px 17px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  color: #fff !important;
  transition: background 180ms ease, border-color 180ms ease;
}

.nav-cta:hover {
  border-color: var(--sky);
  background: rgba(127, 196, 232, 0.12);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 920px;
  display: grid;
  grid-template-columns: minmax(430px, 0.88fr) minmax(570px, 1.12fr);
  align-items: center;
  gap: clamp(30px, 4vw, 70px);
  overflow: hidden;
  padding: 138px max(24px, calc((100vw - var(--container)) / 2)) 70px;
  background:
    linear-gradient(90deg, transparent 0 64%, rgba(23, 138, 197, 0.055) 64% 64.1%, transparent 64.1%),
    var(--paper);
}

.hero::before {
  content: "";
  position: absolute;
  top: 82px;
  bottom: 0;
  left: max(24px, calc((100vw - var(--container)) / 2));
  width: 1px;
  background: var(--line);
}

.hero::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 0;
  width: clamp(20px, calc((100vw - var(--container)) / 2), 100px);
  border-top: 1px solid var(--line);
}

.hero-copy {
  position: relative;
  z-index: 5;
  padding-left: clamp(20px, 3vw, 46px);
}

.eyebrow,
.section-index {
  margin: 0 0 25px;
  color: var(--blue-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1,
h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 670px;
  font-size: clamp(4rem, 6.1vw, 7.15rem);
}

.hero h1 em,
h2 em {
  color: var(--blue);
  font-weight: 400;
}

.hero-lead,
.section-lead {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
}

.hero-lead {
  max-width: 580px;
  margin: 34px 0 0;
}

.hero-lead strong {
  color: var(--text);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 35px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 13px 24px;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 12px 26px rgba(7, 63, 104, 0.18);
}

.button-primary:hover {
  background: var(--night);
  box-shadow: 0 16px 34px rgba(7, 63, 104, 0.25);
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 0 5px;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}

.text-link span {
  display: inline-block;
  margin-left: 6px;
  color: var(--blue);
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateY(3px);
}

.hero-note {
  margin: 21px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
}

.hero-note span {
  margin-right: 8px;
  color: var(--blue);
  font-size: 1rem;
}

.hero-stage {
  position: relative;
  z-index: 2;
  min-height: 720px;
}

.hero-stage::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: min(46vw, 650px);
  height: min(46vw, 650px);
  top: 5%;
  right: -6%;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.hero-stage::after {
  content: "";
  position: absolute;
  z-index: -3;
  width: 56%;
  height: 52%;
  top: 20%;
  right: 7%;
  border-radius: 50% 47% 54% 42%;
  background: var(--mist);
}

.breath-line {
  position: absolute;
  z-index: -1;
  inset: 8% -13% auto -11%;
  width: 124%;
  height: 74%;
  overflow: visible;
}

.breath-line path,
.access-visual svg path {
  fill: none;
  stroke: var(--sky);
  stroke-linecap: round;
  stroke-width: 2;
  stroke-dasharray: 8 10;
}

.hero-tile,
.hero-mug,
.hero-phone {
  position: absolute;
  filter: drop-shadow(0 28px 27px rgba(4, 45, 70, 0.19));
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-tile {
  z-index: 1;
  width: min(34vw, 470px);
  left: -7%;
  bottom: 5%;
  transform: rotate(-6deg);
}

.hero-mug {
  z-index: 2;
  width: min(31vw, 440px);
  left: 21%;
  bottom: -1%;
}

.hero-phone {
  z-index: 3;
  width: min(17vw, 245px);
  right: -2%;
  bottom: 3%;
  transform: rotate(2deg);
}

.hero-stage:hover .hero-tile {
  transform: rotate(-8deg) translateY(-4px);
}

.hero-stage:hover .hero-mug {
  transform: translateY(-5px);
}

.hero-stage:hover .hero-phone {
  transform: rotate(1deg) translateY(-4px);
}

.hero-month {
  position: absolute;
  z-index: -1;
  top: 7%;
  right: -3%;
  color: rgba(7, 63, 104, 0.075);
  font-family: var(--display);
  font-size: clamp(5rem, 10vw, 11rem);
  letter-spacing: -0.08em;
  writing-mode: vertical-rl;
}

.calm-stamp {
  position: absolute;
  z-index: 5;
  top: 15%;
  left: 5%;
  width: 126px;
  height: 126px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
  border: 1px dashed var(--blue);
  border-radius: 50%;
  padding: 20px;
  background: rgba(247, 251, 253, 0.91);
  color: var(--ink);
  transform: rotate(-7deg);
}

.calm-stamp strong {
  font-family: var(--display);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
}

.calm-stamp span {
  font-size: 0.56rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

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

.proof-line p {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  margin: 0;
  padding: 20px clamp(22px, 3vw, 46px);
  border-right: 1px solid var(--line);
}

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

.proof-line strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 500;
}

.proof-line span {
  color: var(--muted);
  font-size: 0.72rem;
}

h2 {
  font-size: clamp(3rem, 5vw, 5.35rem);
}

.experience {
  display: grid;
  grid-template-columns: minmax(380px, 0.88fr) minmax(390px, 0.72fr);
  align-items: center;
  gap: clamp(80px, 13vw, 190px);
  background: var(--paper);
}

.experience-copy .section-lead {
  margin: 30px 0 0;
}

.steps {
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 17px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.steps li:last-child {
  border-bottom: 1px solid var(--line);
}

.steps li > span {
  padding-top: 4px;
  color: var(--blue);
  font-family: var(--display);
  font-size: 0.76rem;
}

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

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

.video-note {
  position: relative;
  width: min(420px, 100%);
  margin: 0;
  justify-self: end;
  padding: 16px 16px 20px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(7, 63, 104, 0.15);
  transform: rotate(1.6deg);
}

.video-note::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 18px -20px -22px 18px;
  border: 1px dashed var(--sky);
}

.video-frame {
  overflow: hidden;
  aspect-ratio: 478 / 850;
  background: var(--night);
}

.video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-note figcaption {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.4;
}

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

.collection {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(400px, 0.82fr) minmax(410px, 0.9fr);
  grid-template-areas:
    "heading stage"
    "content content";
  align-items: center;
  gap: clamp(80px, 10vw, 150px);
  background: var(--mist);
}

.collection-heading {
  grid-area: heading;
}

.collection-heading .section-lead {
  margin: 30px 0 0;
}

.daily-stage {
  position: relative;
  grid-area: stage;
  min-height: 680px;
  display: grid;
  place-items: center;
}

.daily-stage::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: var(--ink);
}

.daily-stage img {
  position: relative;
  z-index: 4;
  width: min(310px, 62%);
  filter: drop-shadow(0 34px 36px rgba(3, 41, 66, 0.3));
}

.orbit {
  position: absolute;
  z-index: 2;
  width: 620px;
  height: 260px;
  border: 1px dashed rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  transform: rotate(-14deg);
}

.orbit-two {
  transform: rotate(69deg);
}

.daily-caption {
  position: absolute;
  z-index: 5;
  right: -2%;
  bottom: 14%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 13px 17px;
  border-left: 2px solid var(--sky);
  background: rgba(229, 242, 248, 0.9);
}

.daily-caption strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.22rem;
  font-weight: 600;
}

.daily-caption span {
  color: var(--blue-deep);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.daily-content {
  grid-area: content;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: -20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.daily-content article {
  min-height: 255px;
  padding: 40px clamp(25px, 3vw, 46px) 42px 0;
  border-right: 1px solid var(--line);
}

.daily-content article:not(:first-child) {
  padding-left: clamp(25px, 3vw, 46px);
}

.daily-content article:last-child {
  border-right: 0;
}

.daily-content article > span {
  color: var(--blue-deep);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.daily-content h3 {
  margin: 38px 0 10px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.15;
}

.daily-content p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.arts {
  overflow: hidden;
  background: var(--paper);
}

.arts-heading {
  max-width: 860px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}

.arts-heading > p:last-child {
  margin: 28px 0 0;
  color: var(--muted);
}

.art-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 64px;
}

.art-sample {
  min-height: 320px;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  background: var(--paper-deep);
}

.art-sample img {
  width: 100%;
  height: 300px;
  padding: 22px 16px;
  object-fit: contain;
}

.seller {
  display: grid;
  grid-template-columns: minmax(450px, 0.95fr) minmax(420px, 0.84fr);
  align-items: center;
  gap: clamp(80px, 11vw, 170px);
  overflow: hidden;
  background: var(--night);
  color: #eef9fd;
}

.seller-visual {
  position: relative;
  min-height: 680px;
}

.seller-circle {
  position: absolute;
  width: 570px;
  height: 570px;
  top: 7%;
  left: -10%;
  border: 1px dashed rgba(127, 196, 232, 0.31);
  border-radius: 50%;
}

.seller-circle::before,
.seller-circle::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(127, 196, 232, 0.12);
  border-radius: 50%;
}

.seller-circle::before {
  inset: 60px;
}

.seller-circle::after {
  inset: 125px;
}

.seller-cushion,
.seller-mug {
  position: absolute;
  filter: drop-shadow(0 35px 32px rgba(0, 12, 22, 0.42));
}

.seller-cushion {
  z-index: 1;
  width: 99%;
  left: -9%;
  bottom: 5%;
  transform: rotate(-4deg);
}

.seller-mug {
  z-index: 2;
  width: 72%;
  right: -14%;
  bottom: -1%;
  transform: rotate(2deg);
}

.seller-visual > p {
  position: absolute;
  z-index: 3;
  right: 4%;
  bottom: 2%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 0;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(3, 41, 66, 0.93);
  color: #bcd7e4;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.seller-visual > p strong {
  color: var(--sky);
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 400;
}

.seller .section-index,
.seller h2 em {
  color: var(--sky);
}

.seller h2 {
  color: #f1f9fc;
}

.seller .section-lead {
  margin: 30px 0 0;
  color: #afc9d5;
}

.seller-points {
  margin-top: 43px;
}

.seller-points article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 21px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.seller-points article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.seller-points article > span {
  padding-top: 3px;
  color: var(--sky);
  font-family: var(--display);
  font-size: 0.78rem;
}

.seller-points h3 {
  margin: 0 0 5px;
  color: #fff;
  font-family: var(--display);
  font-size: 1.23rem;
  font-weight: 600;
}

.seller-points p {
  margin: 0;
  color: #9bb9c7;
  font-size: 0.9rem;
}

.occasions {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(470px, 1.3fr);
  gap: clamp(70px, 11vw, 160px);
  background: var(--paper-deep);
}

.occasions-heading {
  position: sticky;
  top: 120px;
  align-self: start;
}

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

.occasion-list p {
  position: relative;
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 28px;
  margin: 0;
  padding: 31px 40px 32px 0;
  border-bottom: 1px solid var(--line);
}

.occasion-list p::after {
  content: "↗";
  position: absolute;
  top: 32px;
  right: 0;
  color: var(--blue);
}

.occasion-list span {
  color: var(--blue-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.occasion-list strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.18rem, 2vw, 1.62rem);
  font-weight: 500;
  line-height: 1.3;
}

.faq {
  display: grid;
  grid-template-columns: minmax(0, 0.77fr) minmax(480px, 1.23fr);
  gap: clamp(70px, 11vw, 170px);
  background: var(--paper);
}

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

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

.faq summary {
  position: relative;
  padding: 27px 56px 27px 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.13rem, 1.7vw, 1.4rem);
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  list-style: none;
}

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

.faq summary::after {
  content: "+";
  position: absolute;
  top: 19px;
  right: 3px;
  color: var(--blue);
  font-family: var(--body);
  font-size: 1.9rem;
  font-weight: 300;
  transition: transform 180ms ease;
}

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

.faq details p {
  max-width: 620px;
  margin: -2px 0 27px;
  color: var(--muted);
}

.access {
  position: relative;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 0.92fr);
  align-items: center;
  gap: 50px;
  overflow: hidden;
  background: var(--blue-deep);
  color: #eef9fd;
}

.access::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  right: -170px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.access-copy {
  position: relative;
  z-index: 5;
}

.access .section-index,
.access h2 em {
  color: #bfe6f8;
}

.access h2 {
  color: #fff;
}

.access-copy > p:not(.section-index):not(.access-note) {
  max-width: 650px;
  margin: 28px 0 0;
  color: #c3dfeb;
  font-size: 1.04rem;
}

.access-note {
  margin: 24px 0 22px;
  color: #d6eff9;
  font-size: 0.76rem;
  font-weight: 800;
}

.button-light {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 13px 27px rgba(0, 28, 48, 0.18);
}

.button-light:hover {
  background: var(--paper-deep);
}

.access-visual {
  position: relative;
  z-index: 2;
  min-height: 540px;
}

.access-visual svg {
  position: absolute;
  z-index: -1;
  inset: 4% -20% auto -6%;
  width: 125%;
  height: 80%;
}

.access-visual svg path {
  stroke: rgba(255, 255, 255, 0.35);
}

.access-shirt,
.access-mug {
  position: absolute;
  filter: drop-shadow(0 34px 30px rgba(0, 25, 43, 0.3));
}

.access-shirt {
  z-index: 1;
  width: 108%;
  right: 6%;
  bottom: 1%;
}

.access-mug {
  z-index: 2;
  width: 68%;
  right: -11%;
  bottom: -7%;
}

.access-month {
  position: absolute;
  z-index: 0;
  top: -9%;
  right: -6%;
  color: rgba(255, 255, 255, 0.08);
  font-family: var(--display);
  font-size: clamp(9rem, 17vw, 17rem);
  letter-spacing: -0.08em;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 48px;
  padding: 31px max(24px, calc((100vw - var(--container)) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #021f33;
  color: #8cabb9;
  font-size: 0.74rem;
}

.site-footer p {
  margin: 0;
}

.footer-brand {
  width: 112px;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.footer-brand img {
  width: 112px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.js .reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

@media (max-width: 1180px) {
  .site-nav {
    gap: 17px;
  }

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

  .hero {
    grid-template-columns: minmax(370px, 0.84fr) minmax(500px, 1.16fr);
  }

  .hero-phone {
    width: 215px;
  }

  .daily-stage::before {
    width: 460px;
    height: 460px;
  }

  .orbit {
    width: 535px;
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 70px;
  }

  .site-header {
    min-height: 72px;
  }

  .site-header.is-scrolled {
    min-height: 64px;
  }

  .site-header .nav-cta {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 4;
    width: 46px;
    height: 46px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle > span:not(.sr-only) {
    width: 19px;
    height: 1px;
    background: #fff;
    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: 3px;
    padding: 90px max(28px, 10vw);
    background: var(--night);
    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),
  .site-nav .nav-cta {
    display: block;
  }

  .site-nav > a:not(.nav-cta) {
    width: 100%;
    padding: 10px 0;
    color: #f1f9fc;
    font-family: var(--display);
    font-size: clamp(1.55rem, 5.5vw, 2.4rem);
    font-weight: 500;
  }

  .site-nav .nav-cta {
    margin-top: 22px;
    padding: 13px 22px;
    font-family: var(--body);
    font-size: 0.88rem;
  }

  .menu-open {
    overflow: hidden;
  }

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

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

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

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

  .hero-stage::before {
    width: 610px;
    height: 610px;
  }

  .hero-tile {
    width: min(57vw, 440px);
    left: 0;
  }

  .hero-mug {
    width: min(50vw, 395px);
    left: 28%;
  }

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

  .experience,
  .collection,
  .seller,
  .occasions,
  .faq,
  .access {
    grid-template-columns: 1fr;
  }

  .experience {
    gap: 80px;
  }

  .video-note {
    justify-self: center;
  }

  .collection {
    grid-template-areas:
      "heading"
      "stage"
      "content";
    gap: 60px;
  }

  .collection-heading {
    max-width: 700px;
  }

  .daily-stage {
    width: min(670px, 100%);
    margin: 0 auto;
  }

  .daily-content {
    margin-top: 0;
  }

  .seller {
    gap: 85px;
  }

  .seller-visual {
    width: min(650px, 100%);
    margin: 0 auto;
  }

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

  .occasions-heading {
    position: static;
  }

  .faq {
    gap: 60px;
  }

  .access {
    padding-bottom: 0;
  }

  .access-copy {
    max-width: 710px;
  }

  .access-visual {
    width: min(650px, 100%);
    min-height: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 620px) {
  :root {
    --section: 92px;
  }

  .hero {
    padding-top: 112px;
  }

  .hero::after {
    display: none;
  }

  .hero-copy {
    padding-left: 17px;
  }

  .hero h1 {
    font-size: clamp(3.55rem, 16vw, 4.75rem);
  }

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

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

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

  .button {
    width: 100%;
  }

  .hero-stage {
    min-height: 510px;
    margin-top: 12px;
  }

  .hero-stage::before {
    width: 420px;
    height: 420px;
    right: -30%;
  }

  .hero-stage::after {
    width: 78%;
    right: -10%;
  }

  .hero-month {
    display: none;
  }

  .breath-line {
    inset: 0 -90px 0 -40px;
    width: calc(100% + 130px);
  }

  .hero-tile {
    width: 340px;
    left: -32%;
    bottom: 1%;
  }

  .hero-mug {
    width: 310px;
    left: 10%;
    bottom: -2%;
  }

  .hero-phone {
    width: 160px;
    right: -7%;
    bottom: -4%;
  }

  .calm-stamp {
    top: 7%;
    left: -1%;
    width: 105px;
    height: 105px;
    padding: 14px;
  }

  .calm-stamp strong {
    font-size: 2.35rem;
  }

  .calm-stamp span {
    font-size: 0.49rem;
  }

  .proof-line {
    grid-template-columns: 1fr;
  }

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

  h2 {
    font-size: clamp(2.7rem, 13vw, 3.75rem);
  }

  .steps li {
    grid-template-columns: 36px 1fr;
    gap: 12px;
  }

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

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

  .collection {
    gap: 48px;
  }

  .daily-stage {
    min-height: 570px;
  }

  .daily-stage::before {
    width: 390px;
    height: 390px;
  }

  .daily-stage img {
    width: 235px;
  }

  .orbit {
    width: 450px;
    height: 220px;
  }

  .daily-caption {
    right: -2%;
    bottom: 11%;
  }

  .daily-content {
    grid-template-columns: 1fr;
  }

  .daily-content article,
  .daily-content article:not(:first-child) {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .daily-content article:last-child {
    border-bottom: 0;
  }

  .daily-content h3 {
    margin-top: 14px;
  }

  .art-gallery {
    width: calc(100vw - 24px);
    display: flex;
    gap: 12px;
    margin-top: 50px;
    padding: 0 24px 14px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .art-sample {
    width: min(76vw, 300px);
    min-width: min(76vw, 300px);
    min-height: 300px;
    scroll-snap-align: start;
  }

  .art-sample img {
    height: 280px;
  }

  .seller-visual {
    min-height: 490px;
  }

  .seller-circle {
    width: 400px;
    height: 400px;
  }

  .seller-cushion {
    width: 118%;
    left: -19%;
  }

  .seller-mug {
    width: 88%;
    right: -28%;
  }

  .seller-visual > p {
    right: 0;
    padding: 13px 10px;
    font-size: 0.61rem;
  }

  .occasion-list p {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .faq summary {
    padding-right: 44px;
  }

  .access {
    gap: 44px;
  }

  .access-visual {
    min-height: 370px;
  }

  .access-shirt {
    width: 112%;
    right: 3%;
    bottom: 2%;
  }

  .access-mug {
    width: 77%;
    right: -20%;
    bottom: -3%;
  }

  .access-month {
    display: none;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 13px;
    padding-top: 39px;
    padding-bottom: 39px;
  }
}

@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 {
    opacity: 1;
    transform: none;
  }
}
