/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: var(--font-sans);
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .table {
    display: table;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}
@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}
@property --tw-animation-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}
@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --scroll-fade-t {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-b {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-s {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-e {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-mask {
  syntax: "*";
  inherits: false;
}
@property --shimmer-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 20deg;
}
@property --shimmer-image {
  syntax: "*";
  inherits: false;
}
@property --shimmer-text-fill {
  syntax: "*";
  inherits: false;
}
@media (prefers-reduced-motion: reduce) {
  .shimmer {
    animation: none;
    background-image: none;
    -webkit-text-fill-color: currentColor;
  }
}
:root {
  --cream: #f1ebd6;
  --paper: #fff8e9;
  --persimmon: #c84f28;
  --tomato: #d9562f;
  --peach: #e88d70;
  --mango: #efb63f;
  --oxblood: #762a29;
  --wine: #7e173f;
  --cornflower: #7f9fc8;
  --olive: #9a9b48;
  --forest: #273a2c;
  --ink: #321813;
  --font-sans: Arial, Helvetica, sans-serif;
  --font-serif: Didot, 'Bodoni 72', 'Bodoni MT', 'Iowan Old Style', Georgia, serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-sans);
}
body::selection {
  background: var(--mango);
  color: var(--ink);
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
p, h1, h2, figure {
  margin-top: 0;
}
.announcement {
  position: relative;
  z-index: 10;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 11px 24px;
  background: var(--cornflower);
  color: var(--paper);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.announcement i {
  color: var(--mango);
  font-size: 6px;
}
.hero {
  position: relative;
  min-height: calc(100svh - 42px);
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 30px max(48px, calc((100vw - 1320px) / 2)) 62px;
  background: var(--oxblood);
  color: var(--paper);
}
.hero-photo, .hero-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-photo {
  object-fit: cover;
  object-position: 56% 43%;
}
.hero-wash {
  background: linear-gradient(90deg, rgba(29, 11, 8, .82) 0%, rgba(29, 11, 8, .48) 45%, rgba(29, 11, 8, .08) 75%),
    linear-gradient(0deg, rgba(29, 11, 8, .55), transparent 52%);
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-brand {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: max(48px, calc((100vw - 1320px) / 2));
}
.hero-brand img {
  width: 190px;
  filter: brightness(0) invert(1);
  opacity: .92;
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(650px, 48vw);
}
.eyebrow {
  margin-bottom: 18px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .22em;
  line-height: 1.45;
}
.eyebrow.terracotta {
  color: var(--persimmon);
}
.hero h1 {
  max-width: 650px;
  margin-bottom: 24px;
  font-family: var(--font-serif);
  font-size: clamp(66px, 6.2vw, 104px);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .86;
}
.hero-lede {
  max-width: 590px;
  margin-bottom: 10px;
  font-family: var(--font-serif);
  font-size: clamp(22px, 1.75vw, 29px);
  line-height: 1.07;
}
.hero-detail {
  max-width: 590px;
  margin-bottom: 28px;
  color: rgba(255, 248, 233, .82);
  font-size: 14px;
  line-height: 1.62;
}
.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 62px;
  padding: 0 25px;
  border: 2px solid var(--paper);
  background: var(--persimmon);
  color: var(--paper);
  box-shadow: 8px 8px 0 var(--mango);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.35;
  transition: transform 170ms ease, box-shadow 170ms ease, background-color 170ms ease;
}
.primary-cta > span:last-child {
  font-family: var(--font-serif);
  font-size: 26px;
}
.primary-cta:hover, .primary-cta:focus-visible {
  background: var(--wine);
  transform: translate(4px, 4px);
  box-shadow: 4px 4px 0 var(--mango);
}
.primary-cta:focus-visible {
  outline: 3px solid var(--cornflower);
  outline-offset: 5px;
}
.hero-note {
  margin: 24px 0 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.hero-sun {
  position: absolute;
  z-index: 2;
  right: -5vw;
  bottom: -13vw;
  width: clamp(260px, 36vw, 600px);
  opacity: .2;
  filter: brightness(0) invert(1);
}
@media (min-width: 1100px) {
  .hero {
    min-height: max(800px, calc(100svh - 42px));
  }
  .hero-photo {
    right: 0;
    left: auto;
    width: 82%;
    object-position: 50% 43%;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 17%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 17%, #000 100%);
  }
  .hero-wash {
    background: linear-gradient(90deg, rgba(29, 11, 8, .88) 0%, rgba(29, 11, 8, .64) 36%, rgba(29, 11, 8, .18) 62%, rgba(29, 11, 8, .03) 82%),
      linear-gradient(0deg, rgba(29, 11, 8, .58), transparent 54%);
  }
  .hero-brand img {
    width: 130px;
  }
  .hero-copy {
    transform: translateY(-72px);
  }
  .hero h1 {
    font-size: clamp(66px, 5.7vw, 98px);
  }
  .hero-lede {
    font-size: clamp(22px, 1.6vw, 27px);
  }
}
.chapter-intro {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 10vw;
  align-items: end;
  padding: 120px max(48px, calc((100vw - 1320px) / 2));
  background: var(--cream);
}
.chapter-intro h2 {
  margin-bottom: 0;
  color: var(--oxblood);
  font-family: var(--font-serif);
  font-size: clamp(74px, 10vw, 164px);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .7;
}
.chapter-copy {
  max-width: 500px;
}
.chapter-copy p {
  margin: 0 0 28px;
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.5vw, 38px);
  letter-spacing: -.025em;
  line-height: 1.08;
}
.chapter-copy strong {
  color: var(--persimmon);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.sun-mark {
  width: 90px;
  height: auto;
}
.movements {
  overflow: hidden;
}
.movement {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.movement-number {
  font-family: var(--font-serif);
  font-size: clamp(180px, 25vw, 390px);
  font-weight: 400;
  letter-spacing: -.09em;
  line-height: .68;
}
.movement-copy {
  position: relative;
  z-index: 2;
}
.movement-copy h2 {
  margin-bottom: 28px;
  font-family: var(--font-serif);
  font-size: clamp(58px, 6.7vw, 110px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .83;
}
.movement-copy > p:not(.eyebrow) {
  max-width: 510px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.65;
}
.movement figure {
  margin: 0;
}
.movement figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.movement-clarify {
  grid-template-columns: .8fr 1fr .75fr;
  gap: 5vw;
  padding: 70px 0 70px max(48px, calc((100vw - 1320px) / 2));
  background: var(--cornflower);
  color: var(--forest);
}
.movement-clarify .movement-number {
  align-self: start;
  margin-top: 34px;
  color: rgba(255, 248, 233, .48);
}
.movement-clarify figure {
  height: 560px;
  align-self: end;
  transform: translateY(70px);
}
.movement-claim {
  min-height: 920px;
  grid-template-columns: .85fr 1.15fr;
  gap: 7vw;
  padding: 110px max(48px, calc((100vw - 1320px) / 2));
  background: var(--wine) url('brand/texture-wine-shells.png') center / 760px;
  background-blend-mode: soft-light;
  color: var(--paper);
}
.movement-claim::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(94, 8, 44, .18);
  pointer-events: none;
}
.movement-claim .movement-number {
  position: relative;
  z-index: 2;
  color: var(--peach);
  font-size: clamp(250px, 32vw, 520px);
  transform: translateX(-.08em);
}
.movement-claim .movement-copy {
  max-width: 700px;
}
.movement-claim .movement-copy h2 {
  max-width: 720px;
  font-size: clamp(68px, 8vw, 132px);
}
.movement-claim .movement-copy > p:not(.eyebrow) {
  color: rgba(255, 248, 233, .82);
}
.movement-claim blockquote {
  max-width: 630px;
  margin: 64px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 248, 233, .5);
  font-family: var(--font-serif);
  font-size: clamp(25px, 2.6vw, 40px);
  line-height: 1.08;
}
.claim-sun {
  position: absolute;
  z-index: 2;
  right: -90px;
  top: -100px;
  width: 330px;
  opacity: .18;
  filter: brightness(0) invert(1);
}
.movement-create {
  min-height: 820px;
  grid-template-columns: .55fr 1fr .85fr;
  gap: 5vw;
  padding: 90px max(48px, calc((100vw - 1320px) / 2));
  background: var(--mango);
  color: var(--oxblood);
}
.movement-create .movement-number {
  align-self: start;
  color: var(--paper);
}
.movement-create figure {
  height: 590px;
  transform: rotate(-2deg);
  box-shadow: 22px 22px 0 var(--persimmon);
}
.movement-create .movement-copy {
  align-self: end;
  padding-bottom: 70px;
}
.one-day-section {
  position: relative;
  min-height: 1050px;
  overflow: hidden;
  padding: 260px max(48px, calc((100vw - 1320px) / 2)) 110px;
  background: var(--forest);
  color: var(--paper);
}
.one-day-ghost {
  position: absolute;
  top: 18px;
  left: -2vw;
  color: rgba(255, 248, 233, .075);
  font-family: var(--font-serif);
  font-size: clamp(180px, 27vw, 430px);
  letter-spacing: -.085em;
  line-height: .7;
  white-space: nowrap;
}
.one-day-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .45fr 1.2fr 1fr;
  gap: 7vw;
  align-items: start;
}
.one-day-grid h2 {
  max-width: 700px;
  margin-bottom: 0;
  font-family: var(--font-serif);
  font-size: clamp(62px, 7vw, 118px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .82;
}
.one-day-copy {
  padding-top: 15px;
}
.one-day-copy p {
  margin-bottom: 25px;
  color: rgba(255, 248, 233, .78);
  font-size: 15px;
  line-height: 1.72;
}
.one-day-copy strong {
  display: block;
  margin-top: 40px;
  color: var(--mango);
  font-family: var(--font-serif);
  font-size: clamp(26px, 2.6vw, 42px);
  font-weight: 400;
  line-height: 1.08;
}
.returning-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 150px;
  border-top: 1px solid rgba(255, 248, 233, .4);
  border-bottom: 1px solid rgba(255, 248, 233, .4);
}
.returning-list span {
  min-height: 130px;
  display: grid;
  align-items: center;
  padding: 24px;
  border-right: 1px solid rgba(255, 248, 233, .4);
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 1.08;
}
.returning-list span:last-child {
  border-right: 0;
}
.motherhood {
  display: grid;
  grid-template-columns: 46% 54%;
  background: var(--tomato);
  color: var(--paper);
}
.motherhood-image {
  min-height: 900px;
}
.motherhood-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 49% center;
}
.motherhood-copy {
  position: relative;
  overflow: hidden;
  align-self: center;
  padding: 110px clamp(48px, 7vw, 130px);
}
.motherhood-copy h2 {
  max-width: 820px;
  margin-bottom: 36px;
  font-family: var(--font-serif);
  font-size: clamp(60px, 6.8vw, 116px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .82;
}
.motherhood-copy > p:not(.eyebrow) {
  position: relative;
  z-index: 2;
  max-width: 560px;
  color: rgba(255, 248, 233, .84);
  font-size: 15px;
  line-height: 1.7;
}
.motherhood-sun {
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 360px;
  opacity: .16;
  filter: brightness(0) invert(1);
}
.way-shift {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 50px;
  align-items: center;
  padding: 68px max(48px, calc((100vw - 1320px) / 2));
  background: var(--oxblood);
}
.way-shift div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 28px;
  align-items: start;
}
.way-shift span {
  padding-top: 7px;
  color: var(--mango);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
}
.way-shift p {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.05;
}
.way-shift i {
  color: var(--peach);
  font-family: var(--font-serif);
  font-size: 58px;
  font-style: normal;
}
.sensory-break {
  position: relative;
  min-height: 82vh;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: var(--paper);
}
.sensory-break > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sensory-break::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(31, 42, 34, .34);
}
.sensory-break > div {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 96px));
  text-align: center;
}
.sensory-break blockquote {
  max-width: 1050px;
  margin: 0 auto;
  font-family: var(--font-serif);
  font-size: clamp(68px, 9vw, 150px);
  letter-spacing: -.06em;
  line-height: .82;
}
.proof {
  padding: 150px max(48px, calc((100vw - 1320px) / 2));
  background: var(--cream);
}
.proof-head {
  max-width: 900px;
  margin-bottom: 150px;
}
.proof-head h2 {
  margin-bottom: 0;
  color: var(--oxblood);
  font-family: var(--font-serif);
  font-size: clamp(66px, 7.3vw, 120px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .82;
}
.proof-moment {
  max-width: 1080px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  padding: 86px 0;
  border-top: 1px solid rgba(50, 24, 19, .42);
}
.proof-moment blockquote {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.3vw, 36px);
  line-height: 1.12;
}
.proof-moment > p, .proof-identity > div > p {
  align-self: end;
  grid-column: 2;
  margin: -3vw 0 0;
  color: var(--persimmon);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.proof-stat {
  display: flex;
  flex-direction: column;
}
.proof-stat strong {
  color: var(--persimmon);
  font-family: var(--font-serif);
  font-size: clamp(68px, 8.5vw, 140px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .75;
}
.proof-stat span {
  margin-top: 20px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.proof-2 {
  margin-left: auto;
}
.proof-3 {
  max-width: 1180px;
}
.proof-identity {
  max-width: 1180px;
  grid-template-columns: .85fr 1.15fr;
  align-items: end;
  margin: 80px auto 0;
  border-top: 0;
}
.proof-identity figure {
  height: 650px;
  margin: 0;
}
.proof-identity figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proof-identity > div > strong {
  display: block;
  margin-bottom: 30px;
  color: var(--persimmon);
  font-family: var(--font-serif);
  font-size: clamp(46px, 6vw, 92px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .84;
}
.proof-identity > div > p {
  margin-top: 28px;
}
.proof-note {
  max-width: 800px;
  margin: 70px auto 0;
  color: rgba(50, 24, 19, .62);
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}
.private-container {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 9vw;
  align-items: center;
  padding: 150px max(48px, calc((100vw - 1320px) / 2));
  background: var(--paper);
}
.container-copy h2 {
  max-width: 780px;
  margin-bottom: 36px;
  color: var(--oxblood);
  font-family: var(--font-serif);
  font-size: clamp(64px, 7vw, 115px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .82;
}
.container-lede {
  max-width: 600px;
  margin-bottom: 70px;
  font-family: var(--font-serif);
  font-size: 28px;
  line-height: 1.12;
}
.inclusions {
  margin: 0;
}
.inclusions > div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  padding: 25px 0;
  border-top: 1px solid rgba(50, 24, 19, .3);
}
.inclusions dt {
  color: var(--persimmon);
  font-family: var(--font-serif);
  font-size: 25px;
}
.inclusions dd {
  margin: 0;
}
.inclusions dd strong, .inclusions dd span {
  display: block;
}
.inclusions dd strong {
  margin-bottom: 8px;
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 400;
}
.inclusions dd span {
  max-width: 580px;
  color: rgba(50, 24, 19, .67);
  font-size: 13px;
  line-height: 1.6;
}
.container-portrait {
  position: relative;
  margin: 0;
  padding: 0 0 44px 44px;
}
.container-portrait::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 76%;
  height: 76%;
  background: var(--cornflower) url('brand/texture-blue-waves.png') center / 390px;
  opacity: .62;
}
.container-portrait img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-height: 790px;
  object-fit: cover;
}
.container-portrait figcaption {
  position: relative;
  z-index: 2;
  margin: 22px 0 0 5vw;
  color: var(--oxblood);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}
.mirror {
  padding: 160px max(48px, calc((100vw - 1320px) / 2));
  background: var(--wine) url('brand/texture-wine-shells.png') center / 620px;
  background-blend-mode: multiply;
  color: var(--paper);
}
.mirror-copy {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
.mirror h2 {
  margin-bottom: 46px;
  font-family: var(--font-serif);
  font-size: clamp(68px, 8vw, 130px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .82;
}
.mirror-copy > p:not(.eyebrow) {
  max-width: 640px;
  margin: 0 auto 22px;
  color: rgba(255, 248, 233, .8);
  font-size: 15px;
  line-height: 1.7;
}
.investment {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 10vw;
  padding: 150px max(48px, calc((100vw - 1320px) / 2));
  background: var(--forest);
  color: var(--paper);
}
.investment-head, .investment-details {
  position: relative;
  z-index: 2;
}
.investment-head h2 {
  margin-bottom: 0;
  font-family: var(--font-serif);
  font-size: clamp(66px, 7.4vw, 122px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .8;
}
.investment-head h2 em {
  color: var(--mango);
  font-weight: 400;
}
.investment-details {
  align-self: end;
}
.investment-name {
  margin-bottom: 20px;
  color: var(--mango);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .17em;
}
.investment-details > p:not(.investment-name) {
  max-width: 570px;
  color: rgba(255, 248, 233, .76);
  font-size: 14px;
  line-height: 1.65;
}
.price-lines {
  margin: 48px 0;
  border-top: 1px solid rgba(255, 248, 233, .45);
}
.price-lines > div {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 248, 233, .45);
}
.price-lines span, .price-lines strong, .price-lines p {
  display: block;
}
.price-lines span {
  margin-bottom: 15px;
  color: var(--peach);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
}
.price-lines strong {
  font-family: var(--font-serif);
  font-size: clamp(58px, 6vw, 94px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .8;
}
.price-lines p {
  margin: 14px 0 0;
  color: rgba(255, 248, 233, .72);
  font-size: 12px;
}
.investment-note {
  margin-bottom: 36px;
}
.primary-cta.dark {
  border-color: var(--paper);
  background: var(--mango);
  color: var(--ink);
  box-shadow-color: var(--persimmon);
}
.investment-sun {
  position: absolute;
  left: -130px;
  bottom: -150px;
  width: 460px;
  opacity: .11;
  filter: brightness(0) invert(1);
}
.faq {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 10vw;
  padding: 150px max(48px, calc((100vw - 1320px) / 2));
  background: var(--cream);
}
.faq-heading h2 {
  margin-bottom: 65px;
  color: var(--oxblood);
  font-family: var(--font-serif);
  font-size: clamp(66px, 7vw, 112px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .82;
}
.faq-heading figure {
  width: 72%;
  margin: 0 0 0 auto;
  transform: rotate(2.5deg);
  box-shadow: -18px 18px 0 var(--mango);
}
.faq-heading figure img {
  width: 100%;
}
.faq-list details {
  border-top: 1px solid rgba(50, 24, 19, .45);
}
.faq-list details:last-child {
  border-bottom: 1px solid rgba(50, 24, 19, .45);
}
.faq-list summary {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-serif);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.1;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary i {
  color: var(--persimmon);
  font-family: var(--font-sans);
  font-size: 26px;
  font-style: normal;
  transition: transform 180ms ease;
}
.faq-list details[open] summary i {
  transform: rotate(45deg);
}
.faq-list details p {
  max-width: 650px;
  margin: -4px 0 32px;
  color: rgba(50, 24, 19, .66);
  font-size: 14px;
  line-height: 1.65;
}
.finale {
  position: relative;
  min-height: 1060px;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 120px max(48px, calc((100vw - 1320px) / 2));
  color: var(--paper);
}
.finale > img, .finale-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.finale > img {
  object-fit: cover;
}
.finale-wash {
  background: linear-gradient(90deg, rgba(37, 19, 13, .78), rgba(37, 19, 13, .28) 62%, rgba(37, 19, 13, .1));
}
.finale-copy {
  position: relative;
  z-index: 2;
  max-width: 890px;
}
.finale-copy h2 {
  margin-bottom: 46px;
  font-family: var(--font-serif);
  font-size: clamp(68px, 8vw, 134px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .8;
}
.finale-list {
  color: var(--mango);
  font-family: var(--font-serif);
  font-size: clamp(32px, 3.4vw, 52px);
  line-height: .96;
}
.finale-copy > p:not(.eyebrow):not(.finale-list) {
  max-width: 620px;
  margin: 32px 0;
  color: rgba(255, 248, 233, .82);
  font-size: 15px;
  line-height: 1.65;
}
.finale-note {
  display: block;
  margin-top: 30px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
footer {
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 50px max(48px, calc((100vw - 1320px) / 2));
  background: var(--oxblood);
  color: var(--paper);
}
footer > img {
  width: 190px;
  filter: brightness(0) invert(1);
}
footer > div {
  display: flex;
  gap: 30px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
footer a:hover, footer a:focus-visible {
  color: var(--mango);
}
@media (max-width: 760px) {
  .announcement {
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
  }
  .announcement span:nth-of-type(2), .announcement i:nth-of-type(2) {
    display: none;
  }
  .hero {
    min-height: 900px;
    padding: 28px 24px 44px;
  }
  .hero-photo {
    object-position: 58% center;
  }
  .hero-wash {
    background: linear-gradient(0deg, rgba(29, 11, 8, .92) 0%, rgba(29, 11, 8, .64) 54%, rgba(29, 11, 8, .12) 82%);
  }
  .hero-brand {
    left: 24px;
    top: 26px;
  }
  .hero-brand img {
    width: 145px;
  }
  .hero-copy {
    width: 100%;
  }
  .hero h1 {
    font-size: clamp(54px, 15vw, 76px);
  }
  .primary-cta {
    width: calc(100% - 8px);
  }
  .chapter-intro {
    grid-template-columns: 1fr;
    gap: 64px;
    padding: 96px 24px;
  }
  .chapter-intro h2 {
    font-size: clamp(72px, 24vw, 110px);
  }
  .movement {
    min-height: 0;
  }
  .movement-clarify, .movement-claim, .movement-create {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 84px 24px;
  }
  .movement-number {
    font-size: 48vw;
  }
  .movement-copy h2 {
    font-size: clamp(56px, 17vw, 84px);
  }
  .movement-clarify figure {
    height: 500px;
    transform: none;
  }
  .movement-claim {
    min-height: 880px;
  }
  .movement-claim .movement-number {
    position: absolute;
    top: 70px;
    left: -15px;
    font-size: 68vw;
    opacity: .23;
  }
  .movement-claim .movement-copy {
    padding-top: 230px;
  }
  .movement-claim blockquote {
    margin-top: 44px;
  }
  .claim-sun {
    width: 230px;
  }
  .movement-create figure {
    order: 3;
    height: 500px;
    box-shadow: 12px 12px 0 var(--persimmon);
  }
  .movement-create .movement-copy {
    padding-bottom: 0;
  }
  .one-day-section {
    min-height: 0;
    padding: 190px 24px 80px;
  }
  .one-day-ghost {
    top: 28px;
    font-size: 42vw;
  }
  .one-day-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .one-day-grid h2 {
    font-size: clamp(58px, 17vw, 86px);
  }
  .returning-list {
    grid-template-columns: 1fr;
    margin-top: 90px;
  }
  .returning-list span {
    min-height: 90px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 248, 233, .4);
  }
  .returning-list span:last-child {
    border-bottom: 0;
  }
  .motherhood {
    grid-template-columns: 1fr;
  }
  .motherhood-image {
    min-height: 630px;
  }
  .motherhood-copy {
    padding: 85px 24px 110px;
  }
  .motherhood-copy h2 {
    font-size: clamp(58px, 17vw, 86px);
  }
  .way-shift {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 66px 24px;
  }
  .way-shift div {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .way-shift i {
    transform: rotate(90deg);
  }
  .sensory-break {
    min-height: 680px;
  }
  .sensory-break > div {
    width: calc(100% - 48px);
  }
  .sensory-break blockquote {
    font-size: 18vw;
  }
  .proof {
    padding: 96px 24px;
  }
  .proof-head {
    margin-bottom: 80px;
  }
  .proof-head h2 {
    font-size: clamp(58px, 17vw, 86px);
  }
  .proof-moment {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 64px 0;
  }
  .proof-moment > p {
    grid-column: auto;
    margin: 0;
  }
  .proof-stat strong {
    font-size: 20vw;
  }
  .proof-identity {
    margin-top: 30px;
  }
  .proof-identity figure {
    height: 580px;
  }
  .proof-identity > div > p {
    margin-top: 28px;
  }
  .private-container {
    grid-template-columns: 1fr;
    gap: 80px;
    padding: 96px 24px;
  }
  .container-copy h2 {
    font-size: clamp(58px, 17vw, 86px);
  }
  .container-lede {
    font-size: 24px;
  }
  .container-portrait {
    padding: 0 0 24px 24px;
  }
  .mirror {
    padding: 100px 24px;
  }
  .mirror h2 {
    font-size: clamp(58px, 17vw, 86px);
  }
  .investment {
    grid-template-columns: 1fr;
    gap: 80px;
    padding: 100px 24px;
  }
  .investment-head h2 {
    font-size: clamp(58px, 17vw, 86px);
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 90px;
    padding: 96px 24px;
  }
  .faq-heading h2 {
    font-size: clamp(58px, 17vw, 86px);
  }
  .faq-heading figure {
    width: 60%;
  }
  .finale {
    min-height: 1000px;
    padding: 90px 24px;
  }
  .finale-wash {
    background: rgba(37, 19, 13, .58);
  }
  .finale-copy h2 {
    font-size: clamp(58px, 17vw, 88px);
  }
  footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 50px 24px;
  }
  footer > div {
    flex-wrap: wrap;
    gap: 18px 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    transition-duration: .01ms !important;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    :root, :host {
      --shimmer-angle: 20deg;
    }
    *, ::before, ::after, ::backdrop {
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
      --scroll-fade-t: 0px;
      --scroll-fade-b: 0px;
      --scroll-fade-s: 0px;
      --scroll-fade-e: 0px;
      --scroll-fade-mask: initial;
      --shimmer-image: initial;
      --shimmer-text-fill: initial;
    }
  }
}
