:root {
  --cream: #efe7df;
  --cream-strong: #fbf5ef;
  --ivory: #fffaf4;
  --ink: #26231f;
  --muted: #766d65;
  --line: rgba(38, 35, 31, 0.12);
  --glass: rgba(251, 245, 239, 0.72);
  --shadow: 0 24px 70px rgba(83, 63, 52, 0.13);
  --stone: #8d705f;
  --rose: #d7aaa7;
  --lavender: #d8cceb;
  --sage: #aeb9a5;
  --gold: #b58b70;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 250, 244, 0.8), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(216, 204, 235, 0.24), transparent 24rem),
    linear-gradient(180deg, #f2eae3, #eadfd7);
  color: var(--ink);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.panel-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
  color: inherit;
  cursor: pointer;
}

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

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

.ambient {
  position: fixed;
  z-index: -2;
  width: 32rem;
  height: 32rem;
  border-radius: 999px;
  filter: blur(50px);
  opacity: 0.28;
  pointer-events: none;
  animation: float 13s ease-in-out infinite;
}

.ambient-one {
  left: -12rem;
  top: 30rem;
  background: var(--rose);
}

.ambient-two {
  right: -12rem;
  top: 5rem;
  background: var(--lavender);
  animation-delay: -5s;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: rgba(251, 245, 239, 0.82);
  opacity: 0;
  visibility: hidden;
  transition: opacity 240ms ease, visibility 240ms ease;
  backdrop-filter: blur(18px);
}

.loader.active {
  opacity: 1;
  visibility: visible;
}

.loader span {
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(38, 35, 31, 0.14);
  border-top-color: var(--ink);
  border-radius: 999px;
  animation: spin 800ms linear infinite;
}

.site-header {
  position: fixed;
  top: 1rem;
  left: 50%;
  z-index: 50;
  width: min(calc(100% - 2rem), 1240px);
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 1.4rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  background: rgba(251, 245, 239, 0.74);
  box-shadow: 0 12px 36px rgba(70, 51, 42, 0.1);
  transform: translateX(-50%);
  backdrop-filter: blur(22px);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
  font-weight: 800;
}

.brand span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  line-height: 0.96;
}

.brand small {
  margin-top: 0.2rem;
  font-size: 0.55rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.top-nav,
.header-actions,
.language-switcher,
.site-footer nav,
.socials {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 2vw, 2.2rem);
  font-size: 0.78rem;
  font-weight: 700;
}

.top-nav {
  justify-content: center;
}

.top-nav a,
.site-footer a,
.header-actions button,
.menu-button {
  opacity: 0.82;
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.top-nav a:hover,
.site-footer a:hover,
.header-actions button:hover,
.menu-button:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.header-actions {
  justify-content: flex-end;
  gap: 0.5rem;
}

.language-switcher {
  gap: 0.15rem;
  padding: 0.18rem;
  border: 1px solid rgba(38, 35, 31, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
}

.language-switcher button {
  min-width: 2rem;
  min-height: 1.85rem;
  padding: 0 0.42rem;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.language-switcher button:hover {
  color: var(--ink);
  transform: translateY(-1px);
}

.language-switcher button.active {
  background: #1f1e1a;
  color: var(--ivory);
}

.header-actions button,
.menu-button {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 2.2rem;
  padding: 0 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
}

.menu-button {
  display: none;
}

.action-icon {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.icon-search {
  border: 1.5px solid currentColor;
  border-radius: 999px;
}

.icon-search::after {
  content: "";
  position: absolute;
  right: -0.25rem;
  bottom: -0.17rem;
  width: 0.42rem;
  height: 1.5px;
  background: currentColor;
  transform: rotate(45deg);
}

.icon-heart::before,
.icon-heart::after {
  content: "";
  position: absolute;
  top: 0.18rem;
  width: 0.52rem;
  height: 0.78rem;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.icon-heart::before {
  left: 0.18rem;
  transform: rotate(-45deg);
}

.icon-heart::after {
  right: 0.18rem;
  transform: rotate(45deg);
}

.icon-bag {
  border: 1.5px solid currentColor;
  border-radius: 0 0 4px 4px;
  transform: translateY(0.18rem);
}

.icon-bag::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.45rem;
  width: 0.48rem;
  height: 0.48rem;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  transform: translateX(-50%);
}

.icon-user {
  border: 1.5px solid currentColor;
  border-radius: 999px;
}

.icon-user::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.46rem;
  width: 1.2rem;
  height: 0.62rem;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  transform: translateX(-50%);
}

.page-shell {
  min-height: 100vh;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 260ms ease, transform 260ms ease;
}

.page-shell.is-leaving {
  opacity: 0;
  transform: translateY(8px);
}

.hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  border-radius: 0 0 28px 28px;
  isolation: isolate;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 42%, rgba(216, 204, 235, 0.28), transparent 24rem),
    radial-gradient(circle at 88% 74%, rgba(215, 170, 167, 0.28), transparent 22rem),
    linear-gradient(90deg, #f8f1ec, #efe3df);
  overflow: hidden;
}

.hero-image img {
  width: auto;
  max-width: none;
  height: 136%;
  margin-left: auto;
  transform: translate(1.5rem, -9%);
  filter: saturate(0.9) contrast(0.96) brightness(1.05);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(251, 245, 239, 0.98), rgba(251, 245, 239, 0.86) 38%, rgba(251, 245, 239, 0.14) 72%),
    linear-gradient(0deg, rgba(239, 231, 223, 0.96), rgba(239, 231, 223, 0.04) 45%);
}

.hero-content {
  width: min(39rem, calc(100% - 2rem));
  padding: clamp(10rem, 16vw, 13.5rem) 0 20rem;
  margin-left: clamp(1rem, 6vw, 5rem);
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 1rem;
  font-size: clamp(4rem, 8vw, 7.2rem);
  line-height: 0.9;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  line-height: 0.98;
}

h3 {
  font-size: 1.7rem;
  line-height: 1.05;
}

.lead {
  max-width: 34rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.pill-button,
.ghost-button,
.mini-button,
.checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.25rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.pill-button,
.checkout-button {
  background: #1f1e1a;
  color: var(--ivory);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.ghost-button,
.mini-button {
  border: 1px solid var(--line);
  background: rgba(251, 245, 239, 0.62);
}

.pill-button:hover,
.ghost-button:hover,
.mini-button:hover,
.checkout-button:hover {
  transform: translateY(-2px);
}

.donation-card {
  position: absolute;
  left: clamp(1rem, 6vw, 5rem);
  bottom: 2rem;
  z-index: 2;
  width: min(30rem, calc(100% - 2rem));
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  background: rgba(251, 245, 239, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.donation-card .heart {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(216, 204, 235, 0.45);
}

.section,
.site-footer {
  width: min(calc(100% - 2rem), 1240px);
  margin-inline: auto;
}

.section {
  padding: clamp(4rem, 8vw, 7rem) 0 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.25rem;
}

.collection-grid,
.product-grid,
.values-grid,
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.campaign-card,
.product-card,
.value-card,
.review-card,
.article-card,
.store-card,
.account-card {
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  background: rgba(251, 245, 239, 0.66);
  box-shadow: var(--shadow);
  overflow: hidden;
  backdrop-filter: blur(14px);
}

.campaign-card,
.product-card {
  position: relative;
  min-height: 26rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  isolation: isolate;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.campaign-card:hover,
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 60px rgba(70, 51, 42, 0.16);
}

.campaign-visual,
.product-visual,
.large-visual {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.campaign-card::after,
.product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(251, 245, 239, 0.9), rgba(251, 245, 239, 0.12));
}

.campaign-card strong,
.product-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

.campaign-card em {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.8rem;
  border: 1px solid rgba(38, 35, 31, 0.14);
  border-radius: 999px;
  background: rgba(251, 245, 239, 0.74);
  color: var(--ink);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.campaign-card.is-live em {
  background: #1f1e1a;
  color: var(--ivory);
}

.campaign-card.is-coming .campaign-visual {
  filter: saturate(0.78) brightness(1.04);
}

.campaign-card.is-coming::after {
  background:
    linear-gradient(0deg, rgba(251, 245, 239, 0.94), rgba(251, 245, 239, 0.28)),
    rgba(251, 245, 239, 0.12);
}

.campaign-card small,
.product-card small,
.muted {
  color: var(--muted);
}

.collection-hero,
.product-page,
.info-page {
  width: min(calc(100% - 2rem), 1240px);
  margin: 0 auto;
  padding-top: 8rem;
}

.collection-hero-grid,
.product-page {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 1rem;
  align-items: stretch;
}

.collection-copy,
.product-copy,
.info-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 38rem;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 8px;
  background: rgba(251, 245, 239, 0.7);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.collection-stage,
.product-gallery {
  position: relative;
  min-height: 38rem;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(251, 245, 239, 0.6);
  box-shadow: var(--shadow);
}

.collection-stage .large-visual,
.product-gallery .large-visual {
  position: absolute;
}

.tag-list,
.benefit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.6rem;
}

.tag-list span,
.benefit-list span {
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.visual-set {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.68), transparent 12rem),
    linear-gradient(145deg, var(--tone-a), var(--tone-b));
}

.visual-set::before {
  content: "";
  position: absolute;
  inset: 10% 4% auto auto;
  width: 52%;
  height: 68%;
  border-radius: 999px 999px 32px 32px;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.46), transparent 24% 68%, rgba(255, 255, 255, 0.32)),
    rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 18px 0 36px rgba(255, 255, 255, 0.48),
    inset -18px 0 30px rgba(74, 56, 46, 0.1),
    0 26px 70px rgba(74, 56, 46, 0.12);
  transform: rotate(7deg);
}

.visual-set::after {
  content: "";
  position: absolute;
  right: 16%;
  bottom: 14%;
  width: 46%;
  height: 16%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  filter: blur(2px);
}

.visual-stone {
  --tone-a: #d5c2af;
  --tone-b: #8d705f;
}

.visual-pastel {
  --tone-a: #f2dce4;
  --tone-b: #d9d0f0;
}

.visual-bloom {
  --tone-a: #f7dad6;
  --tone-b: #dba7a8;
}

.visual-eco {
  --tone-a: #dfe4d3;
  --tone-b: #9fac93;
}

.visual-stone::before {
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.36), transparent 24% 70%, rgba(255, 255, 255, 0.26)),
    linear-gradient(145deg, #b58b70, #7b5c4d);
  border-radius: 26px;
  transform: rotate(-5deg);
}

.visual-bloom .petal,
.visual-pastel .wave,
.visual-eco .leaf,
.visual-stone .stone {
  position: absolute;
  display: block;
  opacity: 0.55;
}

.wave {
  left: 8%;
  top: 18%;
  width: 68%;
  height: 34%;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 56% 44% 70% 30%;
  transform: rotate(-16deg);
}

.petal {
  right: 18%;
  top: 17%;
  width: 32%;
  height: 52%;
  border-radius: 80% 20% 74% 26%;
  background: rgba(255, 255, 255, 0.28);
  transform: rotate(28deg);
}

.leaf {
  left: 13%;
  bottom: 18%;
  width: 42%;
  height: 22%;
  border-radius: 100% 0 100% 0;
  border: 1px solid rgba(255, 255, 255, 0.62);
  transform: rotate(-24deg);
}

.stone {
  left: 9%;
  bottom: 12%;
  width: 58%;
  height: 18%;
  border-radius: 42% 58% 50% 50%;
  background: rgba(255, 255, 255, 0.18);
}

.product-figure {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 34%;
  height: 54%;
  border-radius: 999px 999px 28px 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.56), transparent 28% 68%, rgba(255, 255, 255, 0.34)),
    var(--product-tone);
  box-shadow:
    inset 16px 0 30px rgba(255, 255, 255, 0.42),
    inset -14px 0 28px rgba(56, 41, 34, 0.12),
    0 28px 70px rgba(73, 54, 45, 0.16);
  transform: translate(-50%, -50%) rotate(5deg);
}

.product-figure::before {
  content: "";
  position: absolute;
  top: -2.2rem;
  left: 50%;
  width: 36%;
  height: 3rem;
  border-radius: 999px 999px 8px 8px;
  background: rgba(255, 250, 244, 0.88);
  transform: translateX(-50%);
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.8rem;
}

.coming-soon-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.value-card,
.review-card,
.article-card,
.store-card {
  padding: 1.25rem;
}

.article-grid,
.store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.panel-backdrop {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(38, 35, 31, 0.18);
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
  backdrop-filter: blur(8px);
}

.panel-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.side-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 80;
  width: min(30rem, 100%);
  height: 100%;
  padding: 1rem;
  background: var(--cream-strong);
  box-shadow: -18px 0 70px rgba(54, 38, 30, 0.16);
  transform: translateX(104%);
  transition: transform 260ms ease;
  overflow: auto;
}

.side-panel.active {
  transform: translateX(0);
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.panel-head button {
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  background: rgba(38, 35, 31, 0.07);
}

.search-box {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.search-box input {
  width: 100%;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  outline: 0;
}

.panel-list {
  display: grid;
  gap: 0.75rem;
}

.panel-item {
  display: grid;
  grid-template-columns: 4rem 1fr auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.48);
}

.panel-thumb {
  position: relative;
  height: 4rem;
  overflow: hidden;
  border-radius: 7px;
}

.checkout-page {
  align-items: start;
}

.checkout-summary {
  justify-content: flex-start;
  gap: 0.75rem;
}

.checkout-line {
  display: grid;
  grid-template-columns: 4rem 1fr auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}

.checkout-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: 1.15rem;
}

.payment-note {
  margin-top: 1.2rem;
  padding: 1rem;
  box-shadow: none;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 1.2rem;
  z-index: 120;
  padding: 0.9rem 1.1rem;
  border-radius: 999px;
  background: #1f1e1a;
  color: var(--ivory);
  opacity: 0;
  transform: translate(-50%, 1rem);
  transition: opacity 200ms ease, transform 200ms ease;
  pointer-events: none;
}

.toast.active {
  opacity: 1;
  transform: translate(-50%, 0);
}

.install-prompt {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 110;
  width: min(32rem, calc(100% - 2rem));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  background: rgba(251, 245, 239, 0.86);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
  backdrop-filter: blur(18px);
}

.install-prompt.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.install-prompt h3,
.install-prompt p {
  margin-bottom: 0.35rem;
}

.install-prompt .eyebrow {
  margin-bottom: 0.45rem;
}

.install-actions {
  display: flex;
  gap: 0.55rem;
  align-items: center;
}

.mobile-drawer {
  position: fixed;
  top: 5rem;
  left: 1rem;
  right: 1rem;
  z-index: 45;
  display: none;
  gap: 0.4rem;
  padding: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  background: rgba(251, 245, 239, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.mobile-drawer.active {
  display: grid;
}

.mobile-drawer a {
  padding: 0.9rem;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.38);
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  margin-top: 5rem;
  padding: 2rem 0 2.5rem;
}

.socials {
  justify-content: flex-end;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: reveal 680ms ease forwards;
}

.reveal:nth-child(2) {
  animation-delay: 80ms;
}

.reveal:nth-child(3) {
  animation-delay: 140ms;
}

.reveal:nth-child(4) {
  animation-delay: 200ms;
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(1rem, -1.2rem, 0) scale(1.04);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto 1fr auto;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
  }

  .top-nav {
    display: none;
  }

  .header-actions button {
    min-width: 2.25rem;
    padding: 0 0.62rem;
  }

  .action-text {
    display: none;
  }

  .collection-grid,
  .product-grid,
  .values-grid,
  .reviews-grid,
  .article-grid,
  .store-grid,
  .detail-grid,
  .collection-hero-grid,
  .product-page {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 860px;
  }

  .hero-content {
    padding-top: 8.2rem;
    padding-bottom: 21rem;
    margin-left: 1rem;
  }

  .donation-card {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    width: auto;
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 0.6rem;
    width: calc(100% - 1rem);
    gap: 0.45rem;
    padding: 0.65rem;
  }

  .brand span {
    font-size: 1rem;
  }

  .brand small {
    font-size: 0.48rem;
  }

  .header-actions {
    gap: 0.25rem;
  }

  .language-switcher {
    order: 5;
    grid-column: 1 / -1;
    width: fit-content;
    margin-top: 0.15rem;
  }

  .hero {
    min-height: 830px;
  }

  h1 {
    font-size: clamp(3.35rem, 14vw, 4.2rem);
  }

  h2 {
    font-size: clamp(2.2rem, 10vw, 3.3rem);
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(251, 245, 239, 0.98), rgba(251, 245, 239, 0.58)),
      linear-gradient(0deg, rgba(239, 231, 223, 0.98), rgba(239, 231, 223, 0.08) 56%);
  }

  .hero-image img {
    height: 112%;
    transform: translate(28%, -4%);
    opacity: 0.84;
  }

  .campaign-card,
  .product-card {
    min-height: 20rem;
  }

  .collection-copy,
  .product-copy,
  .collection-stage,
  .product-gallery,
  .info-card {
    min-height: auto;
  }

  .collection-stage,
  .product-gallery {
    min-height: 24rem;
  }

  .site-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer nav,
  .socials {
    flex-wrap: wrap;
  }

  .install-prompt {
    right: 0.5rem;
    bottom: 0.5rem;
    width: calc(100% - 1rem);
    grid-template-columns: 1fr;
  }

  .install-actions {
    justify-content: flex-start;
  }
}
