:root {
  --ivory: #f6f1e8;
  --ivory-deep: #eee5d8;
  --paper: #fbf8f2;
  --charcoal: #2b2724;
  --espresso: #171412;
  --gold: #a98a5c;
  --gold-light: #d7c39d;
  --rose: #ddc5be;
  --rose-deep: #ad7c72;
  --sage: #8d9585;
  --line: rgba(43, 39, 36, 0.16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --container: min(1180px, calc(100% - 48px));
  --shadow: 0 28px 70px rgba(62, 49, 39, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  color: var(--paper);
  background: var(--rose-deep);
}

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

button,
input {
  font: inherit;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  color: white;
  background: var(--espresso);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background 250ms ease, border-color 250ms ease, box-shadow 250ms ease;
}

.site-header.scrolled,
.site-header.menu-active {
  border-color: var(--line);
  background: rgba(246, 241, 232, 0.92);
  box-shadow: 0 10px 35px rgba(43, 39, 36, 0.05);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 90px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
}

.brand-mark i {
  position: absolute;
  font: 500 17px/1 var(--serif);
  font-style: normal;
}

.brand-mark i:first-child {
  transform: translateX(-3px);
}

.brand-mark i:last-child {
  transform: translateX(4px);
}

.brand-name {
  font: 500 17px/1 var(--serif);
  letter-spacing: 0.22em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.desktop-nav a,
.header-cta,
.mobile-nav a {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 27px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  justify-self: end;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--gold);
}

.menu-button,
.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  padding: 150px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 15%, rgba(255,255,255,0.76), transparent 29%),
    linear-gradient(125deg, var(--paper) 0%, var(--ivory) 48%, #eadfd5 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 84px;
}

.hero-copy {
  padding-top: 20px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 24px;
  color: #74675e;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.eyebrow > span {
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--gold);
}

.hero h1,
.section h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 730px;
  font-size: clamp(54px, 6.25vw, 92px);
  line-height: 0.94;
}

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

.hero-lead {
  max-width: 590px;
  margin: 34px 0 0;
  color: #655d57;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform 200ms ease, background 200ms ease, color 200ms ease;
}

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

.button-dark {
  color: var(--paper);
  background: var(--charcoal);
}

.button-dark:hover,
.button-dark:focus-visible {
  background: var(--espresso);
}

.text-link {
  position: relative;
  padding-bottom: 5px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
}

.text-link span {
  margin-left: 8px;
}

.hero-signature {
  margin: 45px 0 0;
  color: #8b7d72;
  font: italic 19px/1.4 var(--serif);
}

.hero-art {
  position: relative;
  justify-self: end;
  width: min(100%, 465px);
  min-height: 620px;
}

.arch-frame {
  position: absolute;
  top: 0;
  right: 0;
  width: 89%;
  height: 570px;
  overflow: hidden;
  border: 1px solid rgba(169, 138, 92, 0.45);
  border-radius: 220px 220px 8px 8px;
  background:
    linear-gradient(155deg, rgba(255,255,255,0.45), transparent 35%),
    linear-gradient(180deg, #dbc3bb 0%, #cba99f 54%, #a7786f 100%);
  box-shadow: var(--shadow);
}

.arch-light {
  position: absolute;
  inset: 10% -10% -10% 20%;
  border-radius: 50% 50% 0 0;
  background: radial-gradient(circle at 48% 29%, rgba(255,244,222,0.9), rgba(255,241,219,0.08) 39%, transparent 62%);
}

.arch-frame::after {
  position: absolute;
  inset: auto -60px -130px;
  height: 340px;
  border-radius: 50%;
  background: rgba(73, 58, 53, 0.2);
  filter: blur(1px);
  content: "";
}

.arch-wordmark {
  position: absolute;
  top: 45%;
  right: 45px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: rgba(255,255,255,0.92);
  font: 400 61px/0.78 var(--serif);
  letter-spacing: 0.08em;
}

.arch-wordmark span:last-child {
  font-style: italic;
}

.botanical {
  position: absolute;
  bottom: -15px;
  left: 28px;
  z-index: 4;
  width: 200px;
  height: 360px;
  transform: rotate(-9deg);
}

.botanical .stem {
  position: absolute;
  bottom: -20px;
  left: 88px;
  width: 2px;
  height: 375px;
  background: rgba(242, 230, 210, 0.8);
  transform: rotate(7deg);
  transform-origin: bottom;
}

.leaf {
  position: absolute;
  width: 78px;
  height: 35px;
  border: 1px solid rgba(242, 230, 210, 0.86);
  border-radius: 100% 0 100% 0;
}

.leaf-one { top: 52px; left: 104px; transform: rotate(-12deg); }
.leaf-two { top: 137px; left: 24px; transform: rotate(34deg) scaleX(-1); }
.leaf-three { top: 207px; left: 107px; transform: rotate(6deg); }
.leaf-four { top: 274px; left: 24px; transform: rotate(37deg) scaleX(-1); }

.hero-note {
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 7;
  display: flex;
  gap: 22px;
  width: 235px;
  padding: 23px 24px;
  color: var(--paper);
  background: var(--charcoal);
  box-shadow: 0 20px 45px rgba(43,39,36,0.18);
}

.hero-note p {
  margin: 0;
  font: 400 19px/1.32 var(--serif);
}

.note-number {
  color: var(--gold-light);
  font-size: 9px;
  letter-spacing: 0.15em;
}

.gold-seal {
  position: absolute;
  right: -34px;
  bottom: 31px;
  z-index: 8;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border: 1px solid var(--gold-light);
  border-radius: 50%;
  color: #f9f4e8;
  background: var(--gold);
  box-shadow: 0 13px 35px rgba(91, 69, 45, 0.2);
}

.gold-seal::before {
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: inherit;
  content: "";
}

.gold-seal span {
  font: italic 30px/1 var(--serif);
}

.hero-scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #8d8279;
  font-size: 8px;
  letter-spacing: 0.25em;
  transform: translateX(-50%);
}

.hero-scroll span {
  width: 45px;
  height: 1px;
  background: var(--gold);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.hero-orb-one {
  top: 17%;
  right: -100px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(169, 138, 92, 0.22);
}

.hero-orb-two {
  bottom: -190px;
  left: 31%;
  width: 410px;
  height: 410px;
  border: 1px solid rgba(173, 124, 114, 0.1);
}

.section {
  padding: 130px 0;
}

.manifesto {
  background: var(--paper);
}

.manifesto-grid {
  display: grid;
  grid-template-columns: 165px 1fr;
  gap: 65px;
}

.section-index {
  padding-top: 8px;
}

.section-index span {
  color: var(--gold);
  font: 500 12px/1 var(--serif);
}

.section-index p {
  margin: 12px 0 0;
  color: #8a7d73;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.manifesto-content h2 {
  max-width: 890px;
  font-size: clamp(42px, 4.6vw, 67px);
  line-height: 1.05;
}

.manifesto-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-top: 64px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.manifesto-bottom > p {
  max-width: 530px;
  margin: 0;
  color: #69615b;
  font-weight: 300;
  line-height: 1.9;
}

.value-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px;
}

.value-list span {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #71645b;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.universes {
  background: var(--ivory);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 60px;
}

.section-heading h2,
.products-heading h2,
.future h2 {
  font-size: clamp(46px, 5vw, 70px);
  line-height: 0.98;
}

.section-heading > p,
.products-heading > p {
  margin: 0 0 5px;
  color: #746a63;
  font-weight: 300;
  line-height: 1.85;
}

.universe-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.universe-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 450px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,0.09);
  transition: color 260ms ease, background 260ms ease, transform 260ms ease;
}

.universe-card:hover {
  color: var(--paper);
  background: var(--charcoal);
  transform: translateY(-7px);
}

.universe-card-featured {
  color: var(--paper);
  background: var(--charcoal);
}

.card-top {
  display: flex;
  justify-content: space-between;
  color: var(--gold);
  font: 500 11px/1 var(--serif);
}

.card-arrow {
  font-family: var(--sans);
  font-size: 14px;
  transition: transform 220ms ease;
}

.universe-card:hover .card-arrow {
  transform: translate(4px, -4px);
}

.universe-card h3 {
  margin: 7px 0 12px;
  font: 500 36px/1 var(--serif);
}

.universe-card p:last-child {
  margin: 0;
  color: #867970;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.75;
}

.universe-card:hover p:last-child,
.universe-card-featured p:last-child {
  color: #cbbfb7;
}

.card-kicker {
  margin: 0;
  color: var(--gold);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.universe-symbol {
  position: relative;
  align-self: center;
  width: 105px;
  height: 105px;
  color: var(--gold);
}

.maison-symbol span {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 58px;
  height: 58px;
  border: 1px solid currentColor;
  transform: rotate(45deg);
}

.maison-symbol i {
  position: absolute;
  top: 44px;
  left: 38px;
  width: 30px;
  height: 40px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
}

.mind-symbol span,
.mind-symbol i,
.mind-symbol b {
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.mind-symbol span { inset: 12px; }
.mind-symbol i { inset: 28px; }
.mind-symbol b { inset: 44px; background: currentColor; }

.femme-symbol span,
.femme-symbol i {
  position: absolute;
  top: 22px;
  width: 49px;
  height: 70px;
  border: 1px solid currentColor;
  border-radius: 100% 0 100% 0;
}

.femme-symbol span { left: 13px; transform: rotate(-10deg); }
.femme-symbol i { right: 13px; transform: rotate(100deg); }

.grace-symbol span {
  position: absolute;
  top: 9px;
  left: 52px;
  width: 1px;
  height: 88px;
  background: currentColor;
}

.grace-symbol i {
  position: absolute;
  top: 48px;
  left: 9px;
  width: 88px;
  height: 1px;
  background: currentColor;
}

.grace-symbol::after {
  position: absolute;
  inset: 30px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}

.universe-footer {
  display: grid;
  grid-template-columns: 165px 1fr;
  gap: 65px;
  margin-top: 38px;
}

.universe-footer > p {
  margin: 6px 0 0;
  color: #8c7f75;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.universe-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 38px;
}

.universe-footer span {
  color: #73675f;
  font: italic 23px/1.4 var(--serif);
}

.products {
  color: var(--paper);
  background: var(--charcoal);
}

.products-heading {
  display: grid;
  grid-template-columns: 165px 1fr 0.52fr;
  align-items: end;
  gap: 65px;
  margin-bottom: 68px;
}

.products-heading h2 {
  max-width: 630px;
}

.products-heading > p {
  color: #b9aea7;
}

.eyebrow.light,
.section-index.light p {
  color: #b9aea7;
}

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

.product-card {
  min-width: 0;
}

.product-cover {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  aspect-ratio: 0.77;
  padding: 31px 24px;
  overflow: hidden;
  color: var(--charcoal);
  text-align: center;
  box-shadow: 0 28px 50px rgba(0,0,0,0.16);
  transition: transform 350ms cubic-bezier(.2,.8,.2,1), box-shadow 350ms ease;
}

.product-card:hover .product-cover {
  box-shadow: 0 36px 70px rgba(0,0,0,0.27);
  transform: translateY(-10px) rotate(-0.5deg);
}

.product-cover::before {
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(169, 138, 92, 0.4);
  pointer-events: none;
  content: "";
}

.cover-planner {
  background: linear-gradient(145deg, #f9f5ed, #e9dfd0);
}

.cover-gratitude {
  color: #f8f1e6;
  background: linear-gradient(155deg, #ba8b80, #9c6d65 60%, #7e524d);
}

.cover-gratitude::before {
  border-color: rgba(255,255,255,0.32);
}

.cover-home {
  background: linear-gradient(150deg, #ded8c9, #b9b5a4 60%, #9b9d8b);
}

.cover-brand,
.cover-year {
  position: relative;
  z-index: 2;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.product-cover > div:not(.sun-mark):not(.home-line) {
  position: relative;
  z-index: 2;
}

.product-cover p {
  margin: 0 0 5px;
  font-size: 9px;
  letter-spacing: 0.25em;
}

.product-cover h3 {
  margin: 0;
  font: italic 46px/0.92 var(--serif);
}

.product-cover small {
  display: block;
  max-width: 190px;
  margin: 15px auto 0;
  font: 400 13px/1.4 var(--serif);
}

.cover-icon {
  color: var(--gold);
  font-size: 39px;
  font-weight: 300;
}

.sun-mark {
  position: relative;
  width: 105px;
  height: 105px;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 50%;
}

.sun-mark::before,
.sun-mark::after,
.sun-mark span::before,
.sun-mark span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 137px;
  height: 1px;
  background: rgba(255,255,255,0.42);
  content: "";
  transform: translate(-50%, -50%);
}

.sun-mark::after { transform: translate(-50%, -50%) rotate(45deg); }
.sun-mark span::before { transform: translate(-50%, -50%) rotate(90deg); }
.sun-mark span::after { transform: translate(-50%, -50%) rotate(-45deg); }

.home-line {
  position: relative;
  width: 130px;
  height: 110px;
}

.home-line span {
  position: absolute;
  top: 28px;
  left: 31px;
  width: 68px;
  height: 68px;
  border-top: 1px solid #665f52;
  border-left: 1px solid #665f52;
  transform: rotate(45deg);
}

.home-line i {
  position: absolute;
  right: 17px;
  bottom: 9px;
  left: 17px;
  height: 57px;
  border-right: 1px solid #665f52;
  border-bottom: 1px solid #665f52;
  border-left: 1px solid #665f52;
}

.product-info {
  padding: 25px 4px 0;
}

.product-info > span {
  color: var(--gold-light);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.product-info h3 {
  margin: 6px 0 10px;
  font: 500 30px/1.1 var(--serif);
}

.product-info p {
  min-height: 67px;
  margin: 0 0 17px;
  color: #b9aea7;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
}

.product-info a {
  display: inline-flex;
  gap: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--gold);
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.future {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 100%, rgba(221,197,190,0.45), transparent 35%),
    var(--paper);
}

.future-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  align-items: center;
  gap: 100px;
}

.future-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 29px 0 0;
  color: #70665f;
  font-weight: 300;
  line-height: 1.9;
}

.future-paths {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 34px;
}

.future-paths span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #7f7269;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.future-arch {
  position: absolute;
  top: 47px;
  left: -180px;
  width: 480px;
  height: 650px;
  border: 1px solid rgba(169,138,92,0.17);
  border-radius: 240px 240px 0 0;
}

.signup-card {
  padding: 52px;
  border: 1px solid rgba(169,138,92,0.35);
  background: rgba(246,241,232,0.75);
  box-shadow: 0 26px 65px rgba(60,46,37,0.09);
  backdrop-filter: blur(8px);
}

.signup-number {
  color: var(--gold);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.signup-card h3 {
  margin: 17px 0 12px;
  font: 500 42px/1 var(--serif);
}

.signup-card > p {
  margin: 0 0 28px;
  color: #756a62;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.75;
}

.signup-form {
  display: grid;
}

.signup-form label {
  margin: 14px 0 7px;
  color: #776a61;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.signup-form input {
  width: 100%;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid #c8bbae;
  border-radius: 0;
  outline: 0;
  color: var(--charcoal);
  background: transparent;
  font-size: 14px;
}

.signup-form input:focus {
  border-color: var(--gold);
}

.signup-form input::placeholder {
  color: #a29891;
}

.signup-form .button {
  width: 100%;
  margin-top: 29px;
}

.form-note,
.form-status {
  margin: 11px 0 0 !important;
  text-align: center;
  font-size: 9px !important;
}

.form-note {
  color: #a0968e !important;
}

.form-status {
  min-height: 19px;
  color: #6c7463 !important;
}

.site-footer {
  padding: 65px 0 28px;
  color: var(--paper);
  background: var(--espresso);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding-bottom: 48px;
}

.footer-brand .brand-mark {
  border-color: var(--gold);
}

.footer-top > p {
  margin: 0;
  color: #bcb1a9;
  font: italic 20px/1.4 var(--serif);
  text-align: center;
}

.social-links {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

.social-links a {
  color: #cabfb8;
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: #817770;
  font-size: 8px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.75,.25,1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.universe-grid .reveal:nth-child(2),
.product-grid .reveal:nth-child(2) { transition-delay: 90ms; }
.universe-grid .reveal:nth-child(3),
.product-grid .reveal:nth-child(3) { transition-delay: 180ms; }
.universe-grid .reveal:nth-child(4) { transition-delay: 270ms; }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

@media (max-width: 1050px) {
  .hero-grid { gap: 40px; }
  .hero-art { width: 410px; }
  .arch-frame { height: 530px; }
  .gold-seal { right: -10px; }
  .universe-grid { grid-template-columns: repeat(2, 1fr); }
  .products-heading { grid-template-columns: 120px 1fr; }
  .products-heading > p { grid-column: 2; max-width: 570px; }
  .product-cover h3 { font-size: 40px; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 36px, 680px); }
  .header-inner { grid-template-columns: 1fr auto; min-height: 76px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button {
    display: grid;
    gap: 7px;
    width: 42px;
    height: 42px;
    padding: 12px 8px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-button span { display: block; width: 26px; height: 1px; background: var(--charcoal); transition: transform 200ms ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav {
    position: fixed;
    inset: 76px 0 auto;
    display: grid;
    gap: 0;
    padding: 22px 18px 32px;
    border-bottom: 1px solid var(--line);
    background: var(--ivory);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 200ms ease, transform 200ms ease;
  }
  .mobile-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-nav a { padding: 18px 6px; border-bottom: 1px solid var(--line); }
  .hero { min-height: auto; padding: 128px 0 85px; }
  .hero-grid { grid-template-columns: 1fr; gap: 70px; }
  .hero-copy { padding-top: 0; }
  .hero-art { justify-self: center; width: min(100%, 465px); }
  .hero-scroll { display: none; }
  .section { padding: 92px 0; }
  .manifesto-grid, .universe-footer { grid-template-columns: 1fr; gap: 32px; }
  .section-index { display: flex; align-items: baseline; gap: 13px; }
  .manifesto-bottom { gap: 35px; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .section-heading > p { max-width: 560px; }
  .universe-footer { gap: 18px; }
  .products-heading { grid-template-columns: 1fr; gap: 24px; }
  .products-heading > p { grid-column: auto; }
  .product-grid { grid-template-columns: 1fr; gap: 70px; max-width: 480px; margin-inline: auto; }
  .product-cover { aspect-ratio: 0.9; }
  .product-info p { min-height: auto; }
  .future-grid { grid-template-columns: 1fr; gap: 65px; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 30px); }
  .brand-name { font-size: 15px; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: 49px; }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-art { min-height: 520px; }
  .arch-frame { width: 91%; height: 475px; }
  .arch-wordmark { right: 25px; font-size: 48px; }
  .botanical { left: 0; transform: scale(.82) rotate(-9deg); transform-origin: bottom; }
  .hero-note { bottom: -4px; width: 215px; }
  .gold-seal { right: -1px; bottom: 8px; width: 76px; height: 76px; }
  .manifesto-content h2, .section-heading h2, .products-heading h2, .future h2 { font-size: 42px; }
  .manifesto-bottom { grid-template-columns: 1fr; margin-top: 43px; }
  .universe-grid { grid-template-columns: 1fr; }
  .universe-card { min-height: 400px; }
  .universe-footer div { gap: 9px 24px; }
  .universe-footer span { font-size: 20px; }
  .product-cover { aspect-ratio: 0.77; }
  .signup-card { padding: 36px 25px; }
  .signup-card h3 { font-size: 36px; }
  .footer-top { grid-template-columns: 1fr; justify-items: center; gap: 34px; }
  .social-links { justify-content: center; }
  .footer-bottom { flex-direction: column; align-items: center; gap: 11px; text-align: center; }
}

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