@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,500;1,600&family=Karla:wght@400;500;600&display=swap";
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  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 {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-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"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .contents {
    display: contents;
  }
  .table {
    display: table;
  }
  .grow {
    flex-grow: 1;
  }
}
:root {
  --cream: #fffaf5;
  --cream-deep: #f8efe8;
  --blush: #fde3e9;
  --blush-soft: #fff1f5;
  --blush-strong: #df7d7a;
  --pink: #ffc6de;
  --ink: #302b2e;
  --ink-soft: #686064;
  --paper: #fff;
  --gold-deep: #9a6a22;
  --gold: #c99a3f;
  --gold-light: #f1d98e;
  --brand-gradient: linear-gradient(90deg, #fff7ad 0%, #ffa9f9 100%);
  --gold-gradient: linear-gradient(
    110deg,
    #94611c 0%,
    #d8ad4d 18%,
    #fff3ba 38%,
    #b97c20 58%,
    #f1d782 78%,
    #93611c 100%
  );
  --line: #302b2e1f;
  --gold-line: #b7812447;
  --shadow-soft: 0 24px 70px #533e451a;
  --shadow-lift: 0 34px 90px #533e4526;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--cream);
  color: var(--ink);
  text-rendering: optimizelegibility;
  margin: 0;
  font-family: Karla, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}
body:before {
  z-index: -1;
  content: "";
  pointer-events: none;
  background-image:
    radial-gradient(circle at 12% 15%, #ffc6de29, #0000 24%),
    radial-gradient(circle at 88% 70%, #fff7ad1f, #0000 24%);
  position: fixed;
  inset: 0;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
::selection {
  background: var(--pink);
  color: var(--ink);
}
:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}
h1,
h2,
h3,
blockquote,
.brand-name strong,
.price,
.signature {
  color: var(--ink);
  letter-spacing: -0.035em;
  margin: 0;
  font-family:
    Cormorant Garamond,
    Georgia,
    serif;
  font-weight: 500;
}
h1 {
  font-size: clamp(3.8rem, 7.3vw, 7.35rem);
  line-height: 0.91;
}
h2 {
  font-size: clamp(2.8rem, 5vw, 5.1rem);
  line-height: 0.96;
}
h3 {
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.02;
}
p,
figure,
blockquote {
  margin: 0;
}
.shell {
  width: min(1220px, 100% - 56px);
  margin: 0 auto;
}
.narrow {
  width: min(840px, 100%);
}
.section {
  padding: 126px 0;
}
.blush-section {
  background: linear-gradient(135deg, var(--blush-soft), var(--blush));
}
.eyebrow {
  color: var(--blush-strong);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.4;
}
.section-heading {
  max-width: 790px;
  margin-bottom: 58px;
}
.section-heading.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-copy {
  max-width: 690px;
  color: var(--ink-soft);
  margin-top: 24px;
  font-size: 1.08rem;
}
.section-heading.center .section-copy {
  margin-left: auto;
  margin-right: auto;
}
.section-heading-row {
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  display: flex;
}
.section-heading-row .section-heading {
  margin-bottom: 58px;
}
.text-link {
  color: var(--ink);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  font-size: 0.76rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}
.text-link:after {
  background: var(--gold-gradient);
  content: "";
  width: 34px;
  height: 1px;
  transition: width 0.18s;
}
.text-link:hover:after {
  width: 52px;
}
.text-link-top {
  flex: none;
  margin-bottom: 64px;
}
.button-row {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
  display: flex;
}
.button {
  letter-spacing: 0.11em;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 14px 25px;
  font-size: 0.76rem;
  font-weight: 600;
  text-decoration: none;
  transition:
    box-shadow 0.18s,
    transform 0.18s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 34px #9a6a222e;
}
.button-gold,
.button-dark {
  background: var(--gold-gradient);
  color: #292325;
  background-size: 180% 100%;
  box-shadow: 0 12px 30px #9a6a222e;
}
.button-gold:hover,
.button-dark:hover {
  animation: 1.5s linear infinite gold-shimmer;
}
.button-outline,
.button-light {
  border-color: var(--gold-line);
  color: var(--ink);
  background: #ffffff6b;
}
.button-quiet {
  border-bottom: 1px solid var(--gold);
  color: var(--ink);
  border-radius: 0;
}
@keyframes gold-shimmer {
  to {
    background-position: -180% 0;
  }
}
.site-header {
  z-index: 40;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #fffaf5eb;
  border-bottom: 1px solid #302b2e14;
  position: sticky;
  top: 0;
}
.header-inner {
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  min-height: 94px;
  display: flex;
}
.brand {
  align-items: center;
  gap: 13px;
  text-decoration: none;
  display: inline-flex;
}
.brand-logo {
  border: 1px solid var(--gold-line);
  object-fit: cover;
  background: #fff;
  border-radius: 50%;
  width: 62px;
  height: 62px;
}
.brand-name {
  flex-direction: column;
  line-height: 1;
  display: flex;
}
.brand-name strong {
  letter-spacing: -0.015em;
  font-size: 1.25rem;
}
.brand-name small {
  color: var(--ink-soft);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-top: 7px;
  font-size: 0.59rem;
  font-weight: 600;
}
.desktop-nav {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  align-items: center;
  gap: 26px;
  font-size: 0.72rem;
  font-weight: 600;
  display: flex;
}
.desktop-nav a {
  text-decoration: none;
}
.desktop-nav a:not(.nav-gift) {
  position: relative;
}
.desktop-nav a:not(.nav-gift):after {
  background: var(--gold-gradient);
  content: "";
  height: 1px;
  transition: transform 0.16s;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  transform: scaleX(0);
}
.desktop-nav a:hover:after {
  transform: scaleX(1);
}
.nav-gift {
  background: var(--brand-gradient);
  color: var(--ink);
  border-radius: 999px;
  padding: 12px 17px;
  box-shadow: 0 9px 25px #df7d7a1f;
}
.mobile-menu {
  display: none;
  position: relative;
}
.mobile-menu summary {
  border: 1px solid var(--gold-line);
  cursor: pointer;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 10px 15px;
  font-size: 0.73rem;
  font-weight: 600;
  list-style: none;
}
.mobile-menu nav {
  border: 1px solid var(--gold-line);
  background: var(--cream);
  width: min(320px, 100vw - 36px);
  box-shadow: var(--shadow-lift);
  border-radius: 22px;
  flex-direction: column;
  gap: 5px;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 55px;
  right: 0;
}
.mobile-menu nav a {
  padding: 10px 8px;
  text-decoration: none;
}
.site-footer {
  color: #fffaf5c7;
  background: #302b2e;
  padding: 86px 0 28px;
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
}
.footer-glow {
  background: radial-gradient(circle, #ffc6de38, #fff7ad0d 45%, #0000 70%);
  border-radius: 50%;
  width: 520px;
  height: 520px;
  position: absolute;
  top: -240px;
  right: -100px;
}
.site-footer .brand-name strong,
.site-footer .brand-name small {
  color: var(--cream);
}
.site-footer .brand-logo {
  border-color: #ffffff40;
}
.footer-grid {
  grid-template-columns: 1.7fr 0.78fr 0.9fr 1.08fr;
  gap: 56px;
  display: grid;
  position: relative;
}
.footer-grid > div:not(.footer-intro) {
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  display: flex;
}
.footer-grid a {
  text-decoration: none;
}
.footer-intro > p {
  max-width: 410px;
  margin: 27px 0 16px;
}
.footer-title {
  color: var(--gold-light);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 0.68rem;
  font-weight: 600;
}
.footer-bottom {
  border-top: 1px solid #ffffff1f;
  justify-content: space-between;
  gap: 20px;
  margin-top: 62px;
  padding-top: 23px;
  font-size: 0.74rem;
  display: flex;
  position: relative;
}
.hero {
  background: linear-gradient(130deg, #fffaf5 0%, #fff7f3 42%, #fde3e9 100%);
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "";
  background: linear-gradient(90deg, #fff7ad24, #ffa9f91f);
  position: absolute;
  inset: 0;
}
.hero-aura {
  filter: blur(2px);
  opacity: 0.75;
  border-radius: 50%;
  position: absolute;
}
.hero-aura-one {
  background: radial-gradient(circle, #fff7ad8c, #0000 68%);
  width: 470px;
  height: 470px;
  top: -170px;
  right: 10%;
}
.hero-aura-two {
  background: radial-gradient(circle, #ffa9f947, #0000 67%);
  width: 520px;
  height: 520px;
  bottom: -160px;
  right: -120px;
}
.hero-grid {
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 76px;
  min-height: min(795px, 100vh - 94px);
  padding: 85px 0 102px;
  display: grid;
  position: relative;
}
.hero-copy h1 {
  max-width: 750px;
}
.hero-copy h1 em {
  background: var(--gold-gradient);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}
.hero-scene {
  max-width: 630px;
  color: var(--ink-soft);
  margin-top: 30px;
  font-size: 1.05rem;
}
.hero-lead {
  max-width: 650px;
  color: var(--ink);
  margin-top: 18px;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  font-weight: 500;
}
.micro-copy {
  color: var(--ink-soft);
  margin-top: 18px;
  font-size: 0.83rem;
}
.hero-portrait-wrap {
  position: relative;
}
.photo-slot {
  box-shadow: var(--shadow-lift);
  background: linear-gradient(145deg, #fff7ad9e, #ffc6dea6 58%, #ffa9f96b);
  border: 1px solid #ffffffe6;
  position: relative;
  overflow: hidden;
}
.photo-slot:after {
  border-radius: inherit;
  content: "";
  pointer-events: none;
  border: 1px solid #ffffff9e;
  position: absolute;
  inset: 12px;
}
.photo-slot-image {
  z-index: 1;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity 0.24s;
  position: absolute;
  inset: 0;
}
.photo-slot.has-photo .photo-slot-image {
  opacity: 1;
}
.photo-slot-note {
  z-index: 2;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #fffaf5c2;
  border: 1px solid #fffc;
  border-radius: 18px;
  flex-direction: column;
  gap: 8px;
  padding: 23px;
  display: flex;
  position: absolute;
  bottom: 42px;
  left: 42px;
  right: 42px;
}
.photo-slot-note span {
  color: var(--ink);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}
.photo-slot-note small {
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.5;
}
.hero-photo {
  border-radius: 270px 270px 34px 34px;
  min-height: 590px;
}
.founder-seal {
  z-index: 4;
  border: 1px solid var(--gold-line);
  width: 170px;
  min-height: 170px;
  box-shadow: var(--shadow-soft);
  text-align: center;
  background: #fffaf5ed;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  bottom: 40px;
  right: -22px;
}
.founder-seal:before {
  content: "";
  border: 1px solid #c99a3f47;
  border-radius: 50%;
  position: absolute;
  inset: 7px;
}
.founder-seal span,
.founder-seal small {
  color: var(--ink-soft);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.62rem;
  position: relative;
}
.founder-seal strong {
  margin: 6px 0;
  font-family:
    Cormorant Garamond,
    Georgia,
    serif;
  font-size: 1.45rem;
  line-height: 1;
  position: relative;
}
.pillar-band {
  background: var(--brand-gradient);
  color: var(--ink);
  letter-spacing: 0.035em;
  border-top: 1px solid #ffffff8c;
  border-bottom: 1px solid #ffffff8c;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 19px 24px;
  font-family:
    Cormorant Garamond,
    Georgia,
    serif;
  font-size: 1.28rem;
  font-style: italic;
  display: flex;
  position: relative;
}
.pillar-band b {
  color: var(--gold-deep);
  font-size: 0.78rem;
}
.proof-section {
  border-bottom: 1px solid var(--line);
  background: #ffffff85;
  padding: 34px 0;
}
.trust-ribbon {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.trust-ribbon > div {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 12px 34px;
  display: flex;
}
.trust-ribbon > div + div {
  border-left: 1px solid var(--gold-line);
}
.trust-ribbon strong {
  background: var(--gold-gradient);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
  font-family:
    Cormorant Garamond,
    Georgia,
    serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
}
.trust-ribbon span {
  color: var(--ink-soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 7px;
  font-size: 0.72rem;
}
.path-section {
  background: var(--cream);
}
.path-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  display: grid;
}
.path-card {
  border: 1px solid var(--gold-line);
  background: #ffffff9e;
  border-radius: 180px 180px 26px 26px;
  flex-direction: column;
  min-height: 550px;
  padding: 34px;
  transition:
    box-shadow 0.18s,
    transform 0.18s;
  display: flex;
  box-shadow: 0 18px 50px #533e4512;
}
.path-card:nth-child(2) {
  background: linear-gradient(165deg, #fffaf5, #fde3e9);
}
.path-card:nth-child(3) {
  background: linear-gradient(165deg, #fffdf2, #fff2d4);
}
.path-card:hover {
  box-shadow: var(--shadow-lift);
  transform: translateY(-5px);
}
.path-number {
  border: 1px solid var(--gold-line);
  background: var(--brand-gradient);
  border-radius: 50%;
  place-items: center;
  width: 102px;
  height: 102px;
  margin: 0 auto 72px;
  font-family:
    Cormorant Garamond,
    Georgia,
    serif;
  font-size: 2.2rem;
  font-style: italic;
  display: grid;
}
.path-card h3 {
  margin-bottom: 24px;
  font-size: 2.05rem;
  line-height: 1.08;
}
.path-card > p:not(.eyebrow) {
  color: var(--ink-soft);
}
.path-card .text-link {
  margin-top: auto;
  padding-top: 30px;
}
.start-here-section {
  background: linear-gradient(145deg, #fff4f7, var(--blush));
}
.product-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  display: grid;
}
.product-card {
  background: #fffc;
  border: 1px solid #302b2e1a;
  border-radius: 28px;
  flex-direction: column;
  min-height: 720px;
  transition:
    box-shadow 0.18s,
    transform 0.18s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 22px 65px #533e4517;
}
.product-card:hover {
  box-shadow: var(--shadow-lift);
  transform: translateY(-5px);
}
.product-card-featured {
  border-color: var(--gold-line);
}
.product-mockup {
  background: linear-gradient(135deg, #fff7ad73, #ffa9f961), var(--cream);
  place-items: center;
  min-height: 260px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.product-mockup:before {
  content: "";
  border: 1px solid #ffffffbf;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  position: absolute;
}
.mockup-page {
  z-index: 2;
  background: #fffaf5;
  border: 1px solid #302b2e24;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  width: 152px;
  min-height: 205px;
  padding: 19px 18px;
  display: flex;
  position: relative;
  transform: rotate(-3deg);
  box-shadow: 18px 22px 34px #533e452e;
}
.mockup-page:after {
  content: "";
  background: linear-gradient(90deg, #ece3dc, #fff);
  border: 1px solid #302b2e1a;
  width: 8px;
  position: absolute;
  top: 5px;
  bottom: -5px;
  right: -8px;
}
.mockup-page span,
.mockup-page small {
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.45rem;
  font-weight: 600;
}
.mockup-page strong {
  text-align: center;
  font-family:
    Cormorant Garamond,
    Georgia,
    serif;
  font-size: 1.27rem;
  font-weight: 500;
  line-height: 1;
}
.mockup-page small {
  color: var(--blush-strong);
}
.mockup-shadow {
  z-index: 1;
  filter: blur(8px);
  background: #302b2e1f;
  border-radius: 50%;
  width: 210px;
  height: 22px;
  position: absolute;
  bottom: 29px;
}
.product-content {
  padding: 30px 31px 24px;
}
.product-meta {
  color: var(--blush-strong);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 24px;
  font-size: 0.65rem;
  font-weight: 600;
  display: flex;
}
.product-card h3 {
  margin-bottom: 17px;
  font-size: 2.2rem;
}
.product-content > p {
  color: var(--ink-soft);
  font-size: 0.94rem;
}
.contents-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.contents-list li {
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  padding: 8px 0;
  font-size: 0.86rem;
}
.product-bottom {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: auto;
  padding: 24px 31px 30px;
  display: flex;
}
.product-bottom small {
  color: var(--ink-soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.62rem;
  display: block;
}
.price {
  margin-top: 3px;
  font-size: 2.15rem;
  font-weight: 600;
  line-height: 1;
}
.product-card .button {
  min-height: 46px;
  padding: 11px 17px;
  font-size: 0.66rem;
}
.founder-section {
  background: #fffaf5;
}
.founder-grid {
  grid-template-columns: 0.83fr 1.17fr;
  align-items: center;
  gap: 106px;
  display: grid;
}
.founder-photo {
  border-radius: 280px 280px 28px 28px;
  min-height: 650px;
}
.founder-copy .section-heading {
  margin-bottom: 30px;
}
.founder-copy > p {
  color: var(--ink-soft);
  margin-bottom: 20px;
}
.founder-copy .body-large {
  color: var(--ink);
  font-family:
    Cormorant Garamond,
    Georgia,
    serif;
  font-size: 1.65rem;
  line-height: 1.35;
}
.sunrise-story {
  align-items: center;
  min-height: 690px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.sunrise-story > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.sunrise-overlay {
  background: linear-gradient(90deg, #302b2e9e, #302b2e24 68%, #fffaf514);
  position: absolute;
  inset: 0;
}
.sunrise-copy {
  z-index: 2;
  color: #fff;
  position: relative;
}
.sunrise-copy .eyebrow {
  color: #fff0bf;
}
.sunrise-copy blockquote {
  color: #fff;
  max-width: 820px;
  font-size: clamp(3rem, 5.7vw, 5.5rem);
  font-style: italic;
  line-height: 0.98;
}
.sunrise-copy > p:last-child {
  color: #ffffffe0;
  max-width: 620px;
  margin-top: 28px;
  font-size: 1.06rem;
}
.testimonial-section {
  background: var(--cream);
}
.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  display: grid;
}
.testimonial-card {
  border: 1px solid var(--gold-line);
  background: #ffffffad;
  border-radius: 28px;
  flex-direction: column;
  min-height: 420px;
  padding: 34px;
  display: flex;
  box-shadow: 0 16px 44px #533e4512;
}
.quote-mark {
  background: var(--gold-gradient);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 14px;
  font-family:
    Cormorant Garamond,
    Georgia,
    serif;
  font-size: 5.2rem;
  line-height: 0.7;
}
.testimonial-card blockquote {
  color: var(--ink);
  font-size: 1.72rem;
  line-height: 1.22;
}
.testimonial-card figcaption {
  flex-direction: column;
  margin-top: auto;
  padding-top: 30px;
  display: flex;
}
.testimonial-card figcaption strong {
  font-family:
    Cormorant Garamond,
    Georgia,
    serif;
  font-size: 1.32rem;
}
.testimonial-card figcaption span {
  color: var(--ink-soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 3px;
  font-size: 0.7rem;
}
.results-note {
  color: var(--ink-soft);
  text-align: center;
  margin-top: 28px;
  font-size: 0.75rem;
}
.private-section {
  background: linear-gradient(135deg, #fff7f8, #fffaf5);
}
.private-panel {
  border: 1px solid var(--gold-line);
  box-shadow: var(--shadow-lift);
  background: #fff;
  border-radius: 38px;
  grid-template-columns: 0.9fr 1.1fr;
  display: grid;
  overflow: hidden;
}
.private-image {
  min-height: 580px;
}
.private-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.private-copy {
  flex-direction: column;
  justify-content: center;
  padding: 74px;
  display: flex;
}
.private-copy h2 {
  font-size: clamp(2.8rem, 4.5vw, 4.6rem);
}
.private-copy > p:not(.eyebrow) {
  max-width: 620px;
  color: var(--ink-soft);
  margin-top: 24px;
}
.gift-cta-section {
  background: linear-gradient(90deg, #fff7ad66, #ffa9f952);
}
.gift-cta {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 70px;
  display: grid;
}
.gift-cta h2 {
  max-width: 820px;
  font-size: clamp(2.8rem, 4.6vw, 4.8rem);
}
.gift-cta > div > p:last-child {
  max-width: 720px;
  color: var(--ink-soft);
  margin-top: 24px;
}
.page-hero {
  background: linear-gradient(130deg, #fffaf5 0%, #fff1f5 55%, #fde3e9 100%);
  padding: 132px 0;
  position: relative;
  overflow: hidden;
}
.page-hero:after {
  content: "";
  background: radial-gradient(circle, #fff7ad8c, #0000 67%);
  border-radius: 50%;
  width: 520px;
  height: 520px;
  position: absolute;
  top: -180px;
  right: -120px;
}
.page-hero-grid {
  z-index: 2;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: center;
  gap: 78px;
  display: grid;
  position: relative;
}
.page-hero h1 {
  max-width: 910px;
  font-size: clamp(3.7rem, 6.5vw, 6.7rem);
}
.page-hero-grid > div:first-child > p:not(.eyebrow),
.page-hero .narrow > p:not(.eyebrow),
.contact-grid > div:first-child > p:not(.eyebrow) {
  max-width: 700px;
  color: var(--ink-soft);
  margin-top: 29px;
  font-size: 1.12rem;
}
.page-hero .button {
  margin-top: 34px;
}
.editorial-image {
  min-height: 470px;
  box-shadow: var(--shadow-lift);
  border: 1px solid #ffffffe0;
  border-radius: 230px 230px 28px 28px;
  overflow: hidden;
}
.editorial-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 470px;
}
.editorial-image-workspace img {
  object-position: 34% center;
}
.anchor-row {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
  display: flex;
}
.anchor-row a {
  border: 1px solid var(--gold-line);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  background: #ffffff6b;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 0.7rem;
  font-weight: 600;
  text-decoration: none;
}
.library-section:nth-of-type(odd) {
  background: #ffffff61;
}
.collection-section {
  background: linear-gradient(140deg, #fffaf5, #fff7dc);
}
.delivery-section {
  background: var(--blush-soft);
}
.delivery-panel {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 82px;
  display: grid;
}
.delivery-image {
  min-height: 520px;
  box-shadow: var(--shadow-soft);
  border-radius: 28px 220px 28px 28px;
  overflow: hidden;
}
.delivery-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 520px;
}
.delivery-list {
  gap: 18px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.delivery-list li {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  display: grid;
}
.delivery-list span {
  background: var(--brand-gradient);
  border-radius: 50%;
  place-items: center;
  width: 44px;
  height: 44px;
  font-family:
    Cormorant Garamond,
    Georgia,
    serif;
  font-size: 1.3rem;
  display: grid;
}
.small-note {
  color: var(--ink-soft);
  margin-top: 24px;
  font-size: 0.82rem;
}
.small-note a {
  color: var(--ink);
  font-weight: 600;
}
.gift-detail-grid {
  gap: 32px;
  display: grid;
}
.gift-detail {
  border: 1px solid var(--gold-line);
  box-shadow: var(--shadow-soft);
  background: #ffffffc7;
  border-radius: 34px;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: 72px;
  padding: 38px;
  display: grid;
}
.gift-cover {
  text-align: center;
  background: linear-gradient(145deg, #fffaf5 0%, #fde3e9 60%, #ffc6de 100%);
  border: 1px solid #302b2e1c;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 430px;
  padding: 34px 28px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 22px 28px 50px #533e4529;
}
.gift-cover:before {
  content: "";
  border: 1px solid #fffc;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  position: absolute;
  top: -75px;
  right: -58px;
}
.gift-detail-2 .gift-cover {
  background: linear-gradient(145deg, #fffdf1 0%, #fff7ad 38%, #ffc6de 100%);
}
.gift-detail-3 .gift-cover {
  background: linear-gradient(145deg, #fffaf5 0%, #ffc6de 48%, #ffa9f9 100%);
}
.gift-cover span,
.gift-cover small,
.gift-cover i {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 600;
  position: relative;
}
.gift-cover small {
  margin-top: auto;
  margin-bottom: 14px;
}
.gift-cover strong {
  max-width: 300px;
  font-family:
    Cormorant Garamond,
    Georgia,
    serif;
  font-size: 2.85rem;
  font-weight: 500;
  line-height: 0.96;
  position: relative;
}
.gift-cover i {
  margin-top: auto;
}
.gift-copy h2 {
  font-size: clamp(2.7rem, 4.4vw, 4.4rem);
}
.gift-copy > p:not(.eyebrow) {
  max-width: 610px;
  color: var(--ink-soft);
  margin-top: 23px;
}
.gift-points {
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
  display: flex;
}
.gift-points span {
  border: 1px solid var(--gold-line);
  color: var(--ink-soft);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 0.69rem;
}
.gift-copy .button {
  margin-top: 28px;
}
.integration-note {
  border: 1px solid var(--gold-line);
  color: var(--ink-soft);
  text-align: center;
  background: #ffffffa3;
  border-radius: 18px;
  margin-top: 36px;
  padding: 22px 26px;
}
.integration-note a {
  color: var(--ink);
  font-weight: 600;
}
.gift-reassurance {
  background: var(--cream);
}
.quote-panel {
  border: 1px solid var(--gold-line);
  text-align: center;
  background: linear-gradient(120deg, #fff7ad61, #ffa9f952);
  border-radius: 34px;
  padding: 76px;
}
.quote-panel blockquote {
  max-width: 880px;
  margin: 0 auto;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-style: italic;
  line-height: 1;
}
.quote-panel > p:last-child {
  max-width: 700px;
  color: var(--ink-soft);
  margin: 25px auto 0;
}
.session-photo,
.about-hero-photo {
  border-radius: 270px 270px 30px 30px;
  min-height: 570px;
}
.session-intro {
  border-bottom: 1px solid var(--line);
  background: #fff;
  padding: 35px 0;
}
.intro-note {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.intro-note > div {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 11px 26px;
  display: flex;
}
.intro-note > div + div {
  border-left: 1px solid var(--gold-line);
}
.intro-note span {
  color: var(--blush-strong);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 600;
}
.intro-note strong {
  margin-top: 7px;
  font-family:
    Cormorant Garamond,
    Georgia,
    serif;
  font-size: 1.35rem;
  font-weight: 500;
}
.sessions-section {
  background: var(--cream);
}
.session-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  display: grid;
}
.session-card {
  border: 1px solid var(--gold-line);
  background: #ffffffb8;
  border-radius: 28px;
  flex-direction: column;
  min-height: 610px;
  padding: 33px;
  display: flex;
  box-shadow: 0 18px 54px #533e4514;
}
.session-card:nth-child(2),
.session-card:nth-child(5) {
  background: linear-gradient(145deg, #fffaf5, #fff7d6);
}
.session-card:nth-child(3),
.session-card:nth-child(6) {
  background: linear-gradient(145deg, #fffaf5, var(--blush-soft));
}
.session-top {
  color: var(--blush-strong);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 48px;
  font-size: 0.66rem;
  font-weight: 600;
  display: flex;
}
.session-card h3 {
  margin-bottom: 20px;
  font-size: 2.4rem;
}
.session-card > p {
  color: var(--ink-soft);
}
.session-outcome {
  border-left: 2px solid var(--gold);
  background: #ffffff80;
  margin-top: 25px;
  padding: 20px;
}
.session-outcome b {
  color: var(--ink);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 0.68rem;
}
.session-outcome p {
  color: var(--ink-soft);
  margin-top: 7px;
  font-size: 0.88rem;
}
.session-bottom {
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: auto;
  padding-top: 30px;
  display: flex;
}
.session-bottom .button {
  min-height: 45px;
  padding: 10px 18px;
  font-size: 0.67rem;
}
.how-it-works-section {
  background: linear-gradient(135deg, #fff3f6, #fffaf5);
}
.process-panel {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 85px;
  display: grid;
}
.process-image {
  min-height: 690px;
  box-shadow: var(--shadow-lift);
  border-radius: 280px 280px 28px 28px;
  overflow: hidden;
}
.process-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 690px;
}
.process-panel .section-heading {
  margin-bottom: 36px;
}
.process-list {
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.process-list li {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 24px 0;
  display: grid;
}
.process-list li > span {
  background: var(--gold-gradient);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
  font-family:
    Cormorant Garamond,
    Georgia,
    serif;
  font-size: 1.45rem;
  font-style: italic;
}
.process-list b {
  font-family:
    Cormorant Garamond,
    Georgia,
    serif;
  font-size: 1.55rem;
  font-weight: 600;
}
.process-list p {
  color: var(--ink-soft);
  margin-top: 5px;
}
.safety-section {
  background: var(--cream);
}
.safety-grid {
  border: 1px solid var(--gold-line);
  border-radius: 30px;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 95px;
  padding: 58px;
  display: grid;
}
.safety-grid > div:last-child {
  color: var(--ink-soft);
  gap: 18px;
  display: grid;
}
.safety-grid a {
  color: var(--ink);
  font-weight: 600;
}
.story-chapter {
  background: var(--cream);
}
.story-grid {
  grid-template-columns: 0.78fr 1.22fr;
  align-items: start;
  gap: 105px;
  display: grid;
}
.story-sticky {
  position: sticky;
  top: 140px;
}
.story-prose {
  max-width: 740px;
}
.story-prose > p {
  color: var(--ink-soft);
  margin-bottom: 25px;
}
.story-prose .story-drop {
  color: var(--ink);
  font-family:
    Cormorant Garamond,
    Georgia,
    serif;
  font-size: 1.85rem;
  line-height: 1.3;
}
.story-prose blockquote {
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
  background: linear-gradient(90deg, #fff7ad33, #ffa9f929);
  margin: 50px 0;
  padding: 42px;
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  font-style: italic;
  line-height: 1.05;
}
.life-now-section {
  background: linear-gradient(135deg, var(--blush-soft), var(--blush));
}
.life-now-grid {
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 95px;
  display: grid;
}
.life-now-photo {
  border-radius: 280px 280px 30px 30px;
  min-height: 620px;
}
.life-now-grid .section-heading {
  margin-bottom: 28px;
}
.life-now-grid > div:last-child > p {
  color: var(--ink-soft);
  margin-bottom: 20px;
}
.life-now-grid .button {
  margin-top: 17px;
}
.credentials-section {
  background: #fffaf5;
}
.credential-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  display: grid;
}
.credential-card {
  border: 1px solid var(--gold-line);
  background: #ffffff9e;
  border-radius: 18px;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 15px;
  min-height: 125px;
  padding: 23px;
  display: grid;
}
.credential-card span {
  background: var(--gold-gradient);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
  font-family:
    Cormorant Garamond,
    Georgia,
    serif;
  font-size: 1.5rem;
  font-style: italic;
}
.credential-card p {
  font-size: 0.9rem;
  font-weight: 500;
}
.credential-note {
  max-width: 830px;
  color: var(--ink-soft);
  text-align: center;
  margin: 35px auto 0;
  font-size: 0.8rem;
}
.founder-closing {
  background: linear-gradient(120deg, #fff7ad52, #ffa9f947);
}
.founder-closing-grid {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 90px;
  display: grid;
}
.founder-closing-grid > div:first-child > p:not(.eyebrow) {
  max-width: 680px;
  color: var(--ink-soft);
  margin-top: 25px;
}
.founder-closing-photo {
  border-radius: 260px 260px 28px 28px;
  min-height: 560px;
}
.contact-grid {
  z-index: 2;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 92px;
  display: grid;
  position: relative;
}
.signature {
  font-style: italic;
  color: var(--blush-strong) !important;
  margin-top: 28px !important;
  font-size: 1.8rem !important;
}
.contact-card {
  box-shadow: var(--shadow-lift);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffffb3;
  border: 1px solid #fffc;
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 44px;
  display: flex;
}
.contact-email {
  overflow-wrap: anywhere;
  font-family:
    Cormorant Garamond,
    Georgia,
    serif;
  font-size: clamp(1.4rem, 2.7vw, 2.15rem);
  line-height: 1;
}
.contact-card > p:not(.eyebrow, .contact-label, .small-note) {
  color: var(--ink-soft);
  font-size: 0.86rem;
}
.contact-card hr {
  background: var(--gold-line);
  border: 0;
  width: 100%;
  height: 1px;
  margin: 10px 0;
}
.contact-label {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.69rem;
  font-weight: 600;
}
.contact-card ul {
  color: var(--ink-soft);
  margin: 0;
  padding-left: 19px;
}
.contact-links-section {
  background: var(--cream);
}
.contact-links-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  display: grid;
}
.contact-links-grid article {
  border: 1px solid var(--gold-line);
  background: #fff;
  border-radius: 26px;
  flex-direction: column;
  min-height: 350px;
  padding: 33px;
  display: flex;
}
.contact-links-grid article > span {
  background: var(--gold-gradient);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: auto;
  font-family:
    Cormorant Garamond,
    Georgia,
    serif;
  font-size: 2.4rem;
  font-style: italic;
}
.contact-links-grid h2 {
  margin-bottom: 17px;
  font-size: 2.35rem;
}
.contact-links-grid article > p {
  color: var(--ink-soft);
}
.access-hero {
  text-align: center;
  align-items: center;
  min-height: 730px;
  display: flex;
}
.access-hero .narrow {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}
.access-hero h1 {
  max-width: 950px;
}
.access-hero .button-row {
  justify-content: center;
}
.success-mark {
  border: 1px solid var(--gold-line);
  background: var(--brand-gradient);
  border-radius: 50%;
  place-items: center;
  width: 68px;
  height: 68px;
  margin-bottom: 30px;
  font-size: 1.5rem;
  display: grid;
}
.small-print {
  max-width: 650px !important;
  margin-top: 38px !important;
  font-size: 0.82rem !important;
}
.legal-hero {
  background: linear-gradient(135deg, #fffaf5, var(--blush));
  padding: 112px 0 82px;
}
.legal-hero h1 {
  font-size: clamp(3.4rem, 6vw, 5.7rem);
}
.legal-hero p:last-child {
  color: var(--ink-soft);
  margin-top: 24px;
}
.legal-shell {
  max-width: 850px;
}
.legal-page {
  background: var(--cream);
  padding: 82px 0 126px;
}
.prose p {
  color: var(--ink-soft);
  margin-bottom: 22px;
}
.prose h2 {
  margin: 56px 0 18px;
  font-size: clamp(2.1rem, 4vw, 3.15rem);
}
.prose h2:first-child {
  margin-top: 0;
}
.prose a {
  color: var(--ink);
  font-weight: 600;
}
@media (width<=1080px) {
  .desktop-nav {
    gap: 16px;
  }
  .desktop-nav a {
    font-size: 0.67rem;
  }
  .product-grid,
  .session-grid,
  .credential-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1.5fr 0.8fr 0.9fr;
  }
  .footer-grid > div:last-child {
    grid-column: 2 / span 2;
  }
}
@media (width<=880px) {
  .shell {
    width: min(100% - 36px, 720px);
  }
  .desktop-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .section {
    padding: 92px 0;
  }
  .hero-grid,
  .page-hero-grid,
  .founder-grid,
  .private-panel,
  .delivery-panel,
  .gift-detail,
  .process-panel,
  .safety-grid,
  .story-grid,
  .life-now-grid,
  .founder-closing-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    gap: 62px;
    min-height: auto;
    padding: 78px 0 82px;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-copy h1,
  .hero-scene,
  .hero-lead {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-copy .button-row {
    justify-content: center;
  }
  .hero-photo {
    width: min(100%, 520px);
    min-height: 590px;
    margin: 0 auto;
  }
  .founder-seal {
    right: 4%;
  }
  .path-grid,
  .testimonial-grid,
  .contact-links-grid {
    grid-template-columns: 1fr;
  }
  .path-card {
    border-radius: 30px;
    min-height: 460px;
  }
  .path-number {
    margin: 0 0 48px;
  }
  .section-heading-row {
    display: block;
  }
  .text-link-top {
    margin: -30px 0 52px;
  }
  .founder-grid,
  .life-now-grid {
    gap: 62px;
  }
  .founder-photo,
  .life-now-photo,
  .founder-closing-photo,
  .session-photo,
  .about-hero-photo {
    width: min(100%, 520px);
    min-height: 590px;
    margin: 0 auto;
  }
  .private-image {
    min-height: 440px;
  }
  .private-copy {
    padding: 52px 38px 58px;
  }
  .gift-cta {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .page-hero {
    padding: 95px 0;
  }
  .page-hero-grid {
    gap: 60px;
  }
  .editorial-image {
    width: min(100%, 620px);
    margin: 0 auto;
  }
  .delivery-panel,
  .process-panel,
  .safety-grid,
  .story-grid,
  .founder-closing-grid,
  .contact-grid {
    gap: 60px;
  }
  .gift-detail {
    gap: 42px;
  }
  .gift-cover {
    width: min(100%, 430px);
    margin: 0 auto;
  }
  .process-image,
  .process-image img {
    min-height: 520px;
  }
  .story-sticky {
    position: static;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-intro {
    grid-column: 1/-1;
  }
  .footer-grid > div:last-child {
    grid-column: auto;
  }
}
@media (width<=620px) {
  body {
    font-size: 16px;
  }
  .header-inner {
    min-height: 80px;
  }
  .brand-logo {
    width: 50px;
    height: 50px;
  }
  .brand-name strong {
    font-size: 1.05rem;
  }
  .brand-name small {
    display: none;
  }
  h1 {
    font-size: clamp(3.35rem, 16.5vw, 5rem);
  }
  h2 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }
  .section,
  .page-hero {
    padding: 76px 0;
  }
  .section-heading {
    margin-bottom: 42px;
  }
  .button-row {
    flex-direction: column;
  }
  .button {
    width: 100%;
  }
  .hero-grid {
    padding-top: 63px;
  }
  .hero-photo {
    min-height: 470px;
  }
  .photo-slot-note {
    padding: 18px;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
  .founder-seal {
    width: 142px;
    min-height: 142px;
    bottom: 22px;
    right: 2px;
  }
  .pillar-band {
    gap: 12px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
  }
  .trust-ribbon {
    grid-template-columns: 1fr;
  }
  .trust-ribbon > div + div {
    border-top: 1px solid var(--gold-line);
    border-left: 0;
  }
  .path-card {
    padding: 28px;
  }
  .product-grid,
  .session-grid,
  .credential-grid {
    grid-template-columns: 1fr;
  }
  .product-card {
    min-height: 0;
  }
  .product-bottom,
  .session-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-bottom .button,
  .session-bottom .button {
    width: 100%;
  }
  .founder-photo,
  .life-now-photo,
  .founder-closing-photo,
  .session-photo,
  .about-hero-photo {
    min-height: 470px;
  }
  .sunrise-story {
    min-height: 620px;
  }
  .sunrise-overlay {
    background: #302b2e5c;
  }
  .testimonial-card {
    min-height: 350px;
  }
  .private-copy,
  .quote-panel,
  .safety-grid {
    padding: 38px 25px;
  }
  .intro-note {
    grid-template-columns: 1fr;
  }
  .intro-note > div + div {
    border-top: 1px solid var(--gold-line);
    border-left: 0;
  }
  .session-card {
    min-height: 0;
  }
  .process-image {
    border-radius: 210px 210px 24px 24px;
    min-height: 430px;
  }
  .process-image img {
    min-height: 430px;
  }
  .story-prose blockquote {
    padding: 32px 22px;
  }
  .contact-card {
    padding: 30px 24px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid > div:last-child {
    grid-column: auto;
  }
  .footer-bottom {
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
