/* =========================
   ORYA STUDIO — GLOBAL
   ========================= */
:root {
  --blue: #3347ff;
  --orange: #ff6b35;
  --lilac: #e6c4ff;
  --yellow: #f5ff85;
  --paper: #f8f9ff;
  --plum: #27152f;
  --white: #ffffff;
  --radius-lg: 42px;
  --radius-md: 26px;
  --shadow: 0 30px 80px rgba(39, 21, 47, 0.18);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--plum);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}

body.menu-open,
body.cart-open { overflow: hidden; }

img { display: block; max-width: 100%; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }

::selection {
  background: var(--orange);
  color: var(--white);
}

.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;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-pad {
  padding: 140px 5vw;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 70px;
}

.section-heading h2,
.sensory h2,
.signature h2,
.newsletter h2 {
  margin: 0;
  font-family: "Italiana", serif;
  font-weight: 400;
  font-size: clamp(3rem, 7vw, 7.2rem);
  line-height: 0.94;
}

.section-heading--split {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}

.section-heading--split > p {
  max-width: 330px;
  line-height: 1.7;
}

/* Loader */
.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-content: center;
  text-align: center;
  background: var(--blue);
  color: var(--white);
}

.loader__mark {
  font-family: "Italiana", serif;
  font-size: clamp(4rem, 13vw, 11rem);
  letter-spacing: -0.04em;
}

.loader__line {
  width: 0;
  height: 2px;
  margin: 16px auto;
  background: var(--yellow);
}

.loader p {
  margin: 0;
  opacity: 0;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.7rem;
}

/* Header */
.site-header {
  position: fixed;
  z-index: 1000;
  top: 18px;
  left: 2vw;
  right: 2vw;
  height: 66px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-radius: 999px;
  transition: background .35s ease, box-shadow .35s ease, backdrop-filter .35s ease;
}

.site-header.is-scrolled {
  background: rgba(248,249,255,.78);
  box-shadow: 0 14px 40px rgba(39,21,47,.08);
  backdrop-filter: blur(18px);
}

.brand {
  font-family: "Italiana", serif;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.desktop-nav {
  display: flex;
  gap: 34px;
  font-size: 0.84rem;
}

.desktop-nav a {
  position: relative;
  padding: 10px 0;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: 4px;
  height: 2px;
  background: var(--orange);
  transition: right .3s ease;
}

.desktop-nav a:hover::after { right: 0; }

.cart-button {
  justify-self: end;
  background: transparent;
  color: inherit;
}

.cart-count {
  display: inline-grid;
  place-items: center;
  width: 24px; height: 24px;
  margin-left: 6px;
  border-radius: 50%;
  background: var(--plum);
  color: var(--white);
  font-size: .72rem;
}

.menu-toggle { display: none; }
.mobile-menu { display: none; }

/* Hero */
.hero {
  min-height: 100svh;
  padding: 145px 5vw 70px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero__copy { position: relative; z-index: 2; }

.hero-title {
  margin: 0;
  font-family: "Italiana", serif;
  font-size: clamp(4.4rem, 9.4vw, 10.5rem);
  line-height: .8;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.hero-title span {
  display: block;
  overflow: hidden;
}

.hero__intro {
  max-width: 540px;
  margin: 35px 0;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.7;
}

.pill-button,
.outline-button {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  padding: 16px 22px;
  border-radius: 999px;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

.pill-button {
  background: var(--plum);
  color: var(--white);
}

.pill-button span { color: var(--yellow); }

.hero__visual {
  min-height: 640px;
  position: relative;
}

.hero-bottle {
  position: absolute;
  z-index: 4;
  width: min(36vw, 470px);
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 30px 30px rgba(39,21,47,.18));
}

.hero-shadow,
.signature__shadow {
  position: absolute;
  width: 43%;
  height: 48px;
  border-radius: 50%;
  background: rgba(39,21,47,.2);
  filter: blur(18px);
}

.hero-shadow {
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: saturate(1.15);
}

.orb--blue {
  width: 350px; height: 350px;
  background: var(--blue);
  top: 14%; left: 16%;
}

.orb--orange {
  width: 170px; height: 170px;
  background: var(--orange);
  top: 21%; right: 8%;
}

.orb--yellow {
  width: 95px; height: 95px;
  background: var(--yellow);
  bottom: 17%; left: 10%;
}

.hero-flower {
  position: absolute;
  z-index: 5;
  width: 155px;
  right: 5%;
  bottom: 18%;
}

.hero-tag {
  position: absolute;
  z-index: 6;
  top: 27%;
  left: 2%;
  padding: 10px 14px;
  background: var(--yellow);
  transform: rotate(-8deg);
  font-size: .7rem;
  letter-spacing: .15em;
}

.scroll-note {
  position: absolute;
  left: 5vw;
  bottom: 24px;
  font-size: .66rem;
  letter-spacing: .17em;
}

.scroll-note span { margin-left: 12px; }

/* Ticker */
.ticker {
  overflow: hidden;
  background: var(--plum);
  color: var(--yellow);
  padding: 19px 0;
}

.ticker__track {
  width: max-content;
  display: flex;
  gap: 28px;
  align-items: center;
  animation: ticker 22s linear infinite;
  font-family: "Italiana", serif;
  font-size: 1.55rem;
}

.ticker__track i { font-style: normal; font-size: .85rem; }

@keyframes ticker {
  to { transform: translateX(-50%); }
}

/* Manifesto */
.manifesto {
  min-height: 85vh;
  padding: 120px 5vw;
  display: grid;
  place-content: center;
  gap: 28px;
  position: relative;
  overflow: hidden;
  background: var(--lilac);
}

.manifesto__line {
  position: relative;
  z-index: 2;
  font-family: "Italiana", serif;
  font-size: clamp(2.8rem, 6.3vw, 7.6rem);
  line-height: 1;
}

.manifesto__line--right { text-align: right; }
.manifesto em { font-style: normal; color: var(--blue); }

.manifesto__ghost {
  position: absolute;
  width: 310px;
  opacity: .12;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
}

/* Collections */
.collections { background: var(--paper); }

.collection-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.collection-card {
  min-height: 610px;
  padding: 30px;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  transition: transform .45s cubic-bezier(.2,.8,.2,1);
}

.collection-card:hover { transform: translateY(-10px) rotate(.4deg); }

.collection-card--blue { background: var(--blue); color: var(--white); }
.collection-card--orange { background: var(--orange); min-height: 700px; margin-top: 80px; }
.collection-card--purple { background: var(--lilac); margin-top: -55px; }
.collection-card--yellow { background: var(--yellow); min-height: 690px; }

.collection-index {
  position: absolute;
  top: 28px;
  right: 30px;
  font-size: .78rem;
}

.collection-card__copy {
  position: absolute;
  left: 30px; bottom: 30px;
  z-index: 3;
}

.collection-card__copy p {
  margin: 0 0 8px;
  font-size: .65rem;
  letter-spacing: .13em;
}

.collection-card h3 {
  margin: 0;
  font-family: "Italiana", serif;
  font-size: clamp(2.6rem, 5vw, 5.7rem);
  font-weight: 400;
}

.collection-card img {
  position: absolute;
  width: 48%;
  max-height: 70%;
  object-fit: contain;
  left: 50%; top: 46%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 25px 22px rgba(39,21,47,.2));
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
}

.collection-card:hover img {
  transform: translate(-50%, -55%) rotate(3deg) scale(1.04);
}

.collection-arrow {
  position: absolute;
  top: 28px; left: 30px;
  width: 44px; height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

/* Signature */
.signature {
  min-height: 105vh;
  padding: 100px 5vw;
  background: var(--orange);
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: end;
}

.signature__word {
  position: absolute;
  left: -2vw;
  font-family: "Italiana", serif;
  font-size: clamp(9rem, 24vw, 28rem);
  line-height: .75;
  color: rgba(255,255,255,.27);
  white-space: nowrap;
}

.signature__word--top { top: 8%; }
.signature__word--bottom { bottom: 4%; left: 20%; }

.signature__bottle {
  position: absolute;
  z-index: 3;
  width: min(32vw, 440px);
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 30px 25px rgba(74,28,15,.22));
}

.signature__shadow {
  z-index: 2;
  left: 50%; top: 70%;
  transform: translateX(-50%);
}

.signature__copy {
  position: relative;
  z-index: 5;
  width: min(520px, 42vw);
  margin-left: auto;
}

.signature__copy p {
  max-width: 480px;
  line-height: 1.7;
}

.outline-button {
  background: transparent;
  border: 1px solid var(--plum);
  color: var(--plum);
}

.outline-button:hover {
  background: var(--plum);
  color: var(--white);
}

.ingredient {
  position: absolute;
  z-index: 4;
  padding: 11px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,.7);
  backdrop-filter: blur(10px);
  font-size: .76rem;
}

.ingredient--one { top: 24%; left: 19%; }
.ingredient--two { top: 49%; right: 15%; }
.ingredient--three { bottom: 22%; left: 24%; }

/* Sensory */
.sensory {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 8vw;
  align-items: center;
  background: linear-gradient(120deg, var(--paper) 0%, #f8f9ff 55%, var(--lilac) 140%);
}

.sensory__visual {
  min-height: 690px;
  position: relative;
}

.sensory__visual > img {
  position: absolute;
  z-index: 2;
  width: 84%;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(0 35px 50px rgba(39,21,47,.2));
}

.sensory__shape {
  position: absolute;
  inset: 8% 4% 2% 0;
  border-radius: 54% 46% 62% 38% / 44% 57% 43% 56%;
  background: var(--blue);
}

.sensory__badge {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 12%;
  background: var(--yellow);
  padding: 20px;
  transform: rotate(7deg);
  font-size: .7rem;
  letter-spacing: .16em;
}

.sensory__copy > p:not(.eyebrow) {
  max-width: 580px;
  line-height: 1.85;
  font-size: 1.05rem;
}

.sensory__facts {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}

.sensory__facts div {
  padding-top: 18px;
  border-top: 1px solid rgba(39,21,47,.25);
}

.sensory__facts strong {
  display: block;
  font-family: "Italiana", serif;
  font-size: 2.6rem;
  font-weight: 400;
}

.sensory__facts span {
  display: block;
  font-size: .72rem;
  line-height: 1.4;
}

/* Products */
.shop { background: var(--white); }

.product-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
}

.product-card {
  min-height: 610px;
  padding: 22px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}

.product-card--lilac { background: var(--lilac); }
.product-card--blue { background: #b8c1ff; }
.product-card--yellow { background: var(--yellow); }

.product-tag {
  display: inline-block;
  padding: 9px 12px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: .62rem;
  letter-spacing: .12em;
}

.product-card img {
  position: absolute;
  width: 56%;
  left: 50%; top: 44%;
  transform: translate(-50%,-50%);
  filter: drop-shadow(0 25px 25px rgba(39,21,47,.18));
  transition: transform .45s ease;
}

.product-card:hover img {
  transform: translate(-50%,-57%) rotate(-3deg);
}

.product-card__info {
  position: absolute;
  left: 22px; right: 22px; bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  transition: transform .35s ease;
}

.product-card h3 {
  margin: 0 0 5px;
  font-family: "Italiana", serif;
  font-size: 2.15rem;
  font-weight: 400;
}

.product-card p { margin: 0; font-size: .75rem; }

.product-card > button {
  position: absolute;
  left: 22px; right: 22px; bottom: -60px;
  padding: 14px;
  border-radius: 999px;
  background: var(--plum);
  color: var(--white);
  transition: bottom .35s ease;
}

.product-card:hover .product-card__info { transform: translateY(-56px); }
.product-card:hover > button { bottom: 20px; }

/* Composition */
.composition {
  background: var(--paper);
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.composition__stage {
  width: min(1100px, 92vw);
  height: 700px;
  position: relative;
}

.composition__circle {
  position: absolute;
  width: 430px; height: 430px;
  border-radius: 50%;
  background: var(--blue);
  left: 8%; top: 14%;
}

.composition__paper {
  position: absolute;
  right: 8%; top: 8%;
  width: 300px; height: 210px;
  padding: 30px;
  background: var(--orange);
  font-family: "Italiana", serif;
  font-size: 2.5rem;
  transform: rotate(6deg);
}

.composition__photo {
  position: absolute;
  left: 42%; top: 19%;
  width: 300px; height: 380px;
  overflow: hidden;
  transform: rotate(-4deg);
  box-shadow: var(--shadow);
  background: var(--lilac);
}

.composition__photo img {
  width: 100%; height: 100%;
  object-fit: cover;
}

.composition__text {
  position: absolute;
  left: 5%; bottom: 6%;
  width: 540px;
  padding: 38px;
  background: var(--lilac);
  border-radius: 40px 40px 120px 40px;
  font-family: "Italiana", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.15;
}

.composition__text p { margin: 0 0 7px; }

.composition__bottle {
  position: absolute;
  z-index: 3;
  width: 230px;
  right: 14%; bottom: 0;
  filter: drop-shadow(0 25px 25px rgba(39,21,47,.2));
}

.composition__flower {
  position: absolute;
  width: 160px;
  right: 28%; top: 0;
}

/* Ritual */
.ritual {
  min-height: 100vh;
  padding: 110px 5vw;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 7vw;
  align-items: center;
  background: var(--plum);
  color: var(--white);
}

.ritual__image {
  height: 650px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--blue);
}

.ritual__image img {
  width: 100%; height: 100%;
  object-fit: cover;
}

.ritual__words {
  display: grid;
}

.ritual-word {
  text-align: left;
  padding: 4px 0;
  background: transparent;
  color: rgba(255,255,255,.22);
  font-family: "Italiana", serif;
  font-size: clamp(4rem, 8vw, 8.5rem);
  line-height: .95;
  transition: color .3s ease, transform .3s ease;
}

.ritual-word.is-active {
  color: var(--yellow);
  transform: translateX(18px);
}

.ritual > p {
  grid-column: 2;
  margin: -150px 0 0;
  max-width: 420px;
  color: rgba(255,255,255,.68);
}

/* Testimonial */
.testimonial {
  min-height: 76vh;
  padding: 110px 8vw;
  position: relative;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: var(--white);
  text-align: center;
}

.testimonial__number {
  position: absolute;
  top: 38px; left: 5vw;
  font-size: .72rem;
  letter-spacing: .16em;
}

.testimonial__slides { max-width: 1050px; }

.testimonial__slide {
  display: none;
  margin: 0;
  font-family: "Italiana", serif;
  font-size: clamp(2.4rem, 5vw, 5.7rem);
  line-height: 1.05;
}

.testimonial__slide.is-active { display: block; }

.testimonial cite {
  display: block;
  margin-top: 34px;
  font-family: "DM Sans", sans-serif;
  font-size: .85rem;
  font-style: normal;
  letter-spacing: .12em;
}

.testimonial__controls {
  position: absolute;
  bottom: 35px;
  display: flex;
  gap: 12px;
}

.testimonial__controls button {
  width: 50px; height: 50px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255,255,255,.55);
  color: var(--white);
}

/* Newsletter */
.newsletter {
  min-height: 66vh;
  padding: 100px 7vw;
  display: grid;
  grid-template-columns: 1fr .9fr .5fr;
  gap: 5vw;
  align-items: center;
  background: var(--yellow);
}

.newsletter h2 { font-size: clamp(3.3rem, 7vw, 7.8rem); }

.newsletter__form {
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--plum);
}

.newsletter__form input {
  flex: 1;
  padding: 18px 4px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--plum);
}

.newsletter__form button {
  width: 50px; height: 50px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--plum);
}

.newsletter__card {
  justify-self: end;
  width: 190px; height: 250px;
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--lilac);
  border: 1px solid var(--plum);
  box-shadow: 14px 14px 0 var(--blue);
  transform: rotate(8deg);
  font-family: "Italiana", serif;
  font-size: 2rem;
}

/* Footer */
.footer {
  height: 84vh;
  padding: 80px 5vw 0;
  position: relative;
  overflow: hidden;
  background: var(--plum);
  color: var(--white);
}

.footer__links {
  display: grid;
  width: max-content;
}

.footer__links a {
  font-family: "Italiana", serif;
  font-size: clamp(2.6rem, 5.2vw, 5.7rem);
  line-height: 1.05;
  transition: color .25s ease, transform .25s ease;
}

.footer__links a:nth-child(1):hover { color: var(--yellow); }
.footer__links a:nth-child(2):hover { color: var(--orange); }
.footer__links a:nth-child(3):hover { color: var(--lilac); }
.footer__links a:nth-child(4):hover { color: #8793ff; }
.footer__links a:hover { transform: translateX(18px); }

.footer__meta {
  position: absolute;
  left: 5vw; right: 5vw; bottom: 18px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer__giant {
  position: absolute;
  right: -1vw;
  bottom: -9vw;
  font-family: "Italiana", serif;
  font-size: 31vw;
  line-height: .78;
  color: rgba(255,255,255,.07);
}

/* Cart */
.cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 1500;
  opacity: 0;
  pointer-events: none;
  background: rgba(39,21,47,.38);
  backdrop-filter: blur(5px);
  transition: opacity .35s ease;
}

.cart-drawer {
  position: fixed;
  z-index: 1600;
  top: 0; right: 0;
  width: min(460px, 100%);
  height: 100svh;
  padding: 28px;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  transform: translateX(100%);
  transition: transform .45s cubic-bezier(.2,.8,.2,1);
}

body.cart-open .cart-drawer { transform: translateX(0); }
body.cart-open .cart-overlay { opacity: 1; pointer-events: auto; }

.cart-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-drawer h2 {
  font-family: "Italiana", serif;
  font-size: 2.4rem;
  font-weight: 400;
}

.cart-close {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--plum);
  color: var(--white);
  font-size: 1.7rem;
}

.cart-items { flex: 1; padding: 30px 0; }

.cart-item {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(39,21,47,.15);
}

.cart-drawer__footer p { font-size: .72rem; opacity: .7; }
.cart-drawer__footer button {
  width: 100%;
  padding: 16px;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
}

/* Cursor */
.cursor {
  position: fixed;
  z-index: 9998;
  width: 84px; height: 84px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  background: var(--yellow);
  color: var(--plum);
  font-size: .66rem;
  transition: transform .25s ease;
}

.cursor.is-visible { transform: translate(-50%, -50%) scale(1); }

/* Responsive */
@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; gap: 16px; }
  .menu-toggle {
    display: grid;
    width: 42px; height: 42px;
    place-content: center;
    gap: 6px;
    background: transparent;
  }
  .menu-toggle span {
    width: 22px; height: 2px;
    background: var(--plum);
    transition: transform .3s ease;
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 900;
    padding: 120px 7vw 50px;
    display: grid;
    align-content: center;
    background: var(--blue);
    color: var(--white);
    transform: translateY(-100%);
    transition: transform .5s cubic-bezier(.2,.8,.2,1);
  }
  body.menu-open .mobile-menu { transform: translateY(0); }
  .mobile-menu a {
    font-family: "Italiana", serif;
    font-size: clamp(3rem, 11vw, 6rem);
    line-height: 1.1;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 125px;
  }
  .hero__visual { min-height: 540px; }
  .hero-bottle { width: min(58vw, 390px); }
  .orb--blue { left: 24%; }

  .collection-card,
  .collection-card--orange,
  .collection-card--yellow { min-height: 540px; }
  .collection-card--orange { margin-top: 40px; }

  .signature__copy { width: min(520px, 100%); }
  .signature__bottle { width: min(45vw, 400px); left: 29%; }
  .ingredient--two { right: 6%; }

  .sensory { grid-template-columns: 1fr; }
  .sensory__visual { min-height: 580px; }

  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card:last-child { grid-column: 1 / -1; }

  .newsletter { grid-template-columns: 1fr 1fr; }
  .newsletter__card { display: none; }
}

@media (max-width: 700px) {
  .section-pad { padding: 92px 20px; }
  .site-header { left: 10px; right: 10px; top: 10px; padding: 0 12px; }
  .cart-button { font-size: 0; }
  .cart-count { font-size: .72rem; margin: 0; }

  .hero {
    padding: 120px 20px 60px;
    min-height: auto;
  }

  .hero-title { font-size: clamp(4rem, 20vw, 6.8rem); }
  .hero__visual { min-height: 460px; margin-top: 18px; }
  .hero-bottle { width: min(72vw, 330px); }
  .orb--blue { width: 270px; height: 270px; left: 15%; }
  .orb--orange { width: 120px; height: 120px; }
  .hero-flower { width: 110px; }
  .scroll-note { display: none; }

  .manifesto {
    min-height: 75vh;
    padding: 90px 20px;
  }
  .manifesto__line { font-size: clamp(2.7rem, 13vw, 5rem); }

  .collection-grid { grid-template-columns: 1fr; }
  .collection-card,
  .collection-card--orange,
  .collection-card--purple,
  .collection-card--yellow {
    min-height: 520px;
    margin-top: 0;
  }
  .collection-card img { width: 55%; }

  .signature {
    min-height: 980px;
    padding: 70px 20px;
    align-items: end;
  }
  .signature__bottle {
    width: min(68vw, 340px);
    left: 50%; top: 37%;
  }
  .signature__copy { margin: 0; }
  .signature__word { font-size: 35vw; }
  .ingredient { font-size: .66rem; }
  .ingredient--one { left: 5%; top: 19%; }
  .ingredient--two { right: 4%; top: 40%; }
  .ingredient--three { left: 8%; bottom: 39%; }

  .sensory__visual { min-height: 470px; }
  .sensory__facts { grid-template-columns: 1fr; }

  .section-heading--split {
    display: block;
  }
  .section-heading--split > p { margin-top: 24px; }

  .product-grid { grid-template-columns: 1fr; }
  .product-card:last-child { grid-column: auto; }
  .product-card { min-height: 540px; }
  .product-card > button { bottom: 20px; }
  .product-card__info { transform: translateY(-56px); }

  .composition__stage { height: 760px; }
  .composition__circle { width: 290px; height: 290px; left: 0; }
  .composition__paper { width: 220px; height: 160px; right: 0; font-size: 1.8rem; }
  .composition__photo { width: 220px; height: 300px; left: 22%; top: 24%; }
  .composition__text {
    width: 90%;
    left: 0;
    padding: 25px;
    bottom: 7%;
  }
  .composition__bottle { width: 165px; right: 0; bottom: 25%; }
  .composition__flower { width: 100px; right: 8%; top: 4%; }

  .ritual {
    grid-template-columns: 1fr;
    padding: 85px 20px;
  }
  .ritual__image { height: 460px; }
  .ritual > p { grid-column: auto; margin: 0; }
  .ritual-word { font-size: 18vw; }

  .testimonial { padding: 90px 20px; }
  .testimonial__slide { font-size: clamp(2.2rem, 10vw, 4rem); }

  .newsletter {
    grid-template-columns: 1fr;
    padding: 85px 20px;
  }

  .footer { height: 75vh; padding: 70px 20px 0; }
  .footer__meta { left: 20px; right: 20px; gap: 20px; }
  .footer__giant { font-size: 48vw; }
}

@media (pointer: coarse) {
  .cursor { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
