:root {
  color-scheme: light;
  /* The cream canvas and oversized display are specific to the supplied landing-page reference. */
  --paper: #fffaef;
  --ink: #18181b;
  --muted: #62605b;
  --focus: #0066d6;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button, a { touch-action: manipulation; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--focus); outline-offset: 6px; }
.page { max-width: 1720px; min-height: 100svh; margin: auto; padding: 36px 56px 20px; display: flex; flex-direction: column; overflow: clip; }
.masthead { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; }
.brand img { width: 48px; height: 48px; object-fit: contain; mix-blend-mode: multiply; }
.brand span { font-size: 49px; line-height: 1; font-weight: 900; letter-spacing: -2px; padding-bottom: 6px; }
.descriptor { display: flex; align-items: center; gap: 9px; margin: 0; font-size: 15px; font-weight: 500; line-height: 1.4; }
.descriptor svg { width: 24px; height: 24px; flex: 0 0 24px; }
.hero { position: relative; flex: 1; min-height: 660px; padding-top: 62px; padding-bottom: 74px; }
.hero-copy { position: relative; z-index: 1; width: min(760px, 75%); }
h1 { margin: 0; font-size: clamp(4rem, 6.8vw, 7rem); font-weight: 900; letter-spacing: -.045em; line-height: 1.03; }
h1 span { display: block; }
.intro { max-width: 590px; margin: 27px 0 30px; color: var(--muted); font-size: 24px; font-weight: 400; line-height: 1.45; letter-spacing: -.015em; }
.access-button { display: inline-flex; align-items: center; gap: 24px; padding: 14px 19px; border: 0; border-radius: 15px; background: var(--ink); color: var(--paper); text-align: left; transition: transform 120ms ease, background 120ms ease; }
.access-button:hover { background: #343437; transform: translateY(-2px); }
.access-button:active { transform: scale(.98); }
.button-eyebrow { display: block; font-size: 12px; line-height: 1.4; font-weight: 400; }
.button-title { display: block; font-size: 19px; line-height: 1.4; font-weight: 700; }
.button-arrow { font-size: 30px; line-height: 1; }
.collage { position: absolute; margin: 0; width: min(58%, 640px); right: -56px; bottom: 8px; pointer-events: none; }
/* Lucide icons retain one consistent stroke and inherit the shared identity colors. */
.life-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: repeat(6, 1fr); aspect-ratio: 1; }
.life-tile { display: grid; place-items: center; color: var(--ink); }
.life-tile.ink { background: var(--ink); }
.life-tile svg { display: block; width: 66%; height: 66%; }
.row-1 { grid-row: 1; } .row-2 { grid-row: 2; } .row-3 { grid-row: 3; }
.row-4 { grid-row: 4; } .row-5 { grid-row: 5; } .row-6 { grid-row: 6; }
.col-1 { grid-column: 1; } .col-2 { grid-column: 2; } .col-3 { grid-column: 3; }
.col-4 { grid-column: 4; } .col-5 { grid-column: 5; } .col-6 { grid-column: 6; }
.happiness, .wealth { background: var(--coz-identity-butter); }
.health, .balance { background: var(--coz-identity-mint); }
.growth { color: var(--coz-identity-mint); }
.relationships, .learning { background: var(--coz-identity-sky); }
.connection, .possibility { background: var(--coz-identity-lilac); }
.joy, .care { color: var(--coz-identity-tangerine); }
.love { color: var(--coz-identity-tangerine); }
.happiness svg { transform: rotate(-10deg); width: 71%; height: 71%; }
.love svg { fill: currentColor; transform: rotate(10deg); }
.connection svg { transform: rotate(-12deg); }
.growth svg, .joy svg { width: 75%; height: 75%; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; position: relative; z-index: 1; }
.footer p { font-size: 14px; font-weight: 500; margin: 0; }
.footer nav { display: flex; align-items: center; gap: 14px; }
.footer button { font-size: 16px; min-height: 44px; padding: 8px 0; color: inherit; background: none; border: 0; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.footer button:hover { text-decoration: underline; }
dialog { border: 0; border-radius: 28px; padding: 0; width: min(520px, calc(100% - 32px)); max-height: calc(100svh - 48px); color: var(--ink); background: var(--paper); box-shadow: 0 24px 100px #18181b30; }
dialog::backdrop { background: #18181b66; backdrop-filter: blur(5px); }
.dialog-content { position: relative; padding: 36px; }
.dialog-mark { object-fit: contain; mix-blend-mode: multiply; }
.close-button { position: absolute; right: 16px; top: 16px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #eae5dc; color: inherit; font-size: 30px; line-height: 1; }
dialog h2 { font-size: 36px; line-height: 1.1; letter-spacing: -.04em; margin: 22px 0; }
dialog p { font-size: 17px; line-height: 1.55; }
dialog .note { color: var(--muted); font-size: 14px; }
details { border-top: 1px solid #d4cfc6; padding: 18px 0; }
details:last-child { padding-bottom: 0; }
summary { font-size: 17px; font-weight: 700; cursor: pointer; line-height: 1.4; }
details p { margin-bottom: 0; }
@media (min-width: 1700px) { .hero { min-height: 810px; } .collage { width: 750px; } }
@media (max-width: 1000px) and (min-width: 701px) {
  .page { padding-inline: 36px; }
  .hero { min-height: 800px; }
  .collage { width: 80%; right: -36px; }
}
@media (max-width: 700px) {
  .page { padding: 24px 24px 16px; }
  .masthead { gap: 12px; }
  .brand { gap: 7px; }
  .brand img { width: 35px; height: 35px; }
  .brand span { font-size: 39px; letter-spacing: -1.5px; padding-bottom: 5px; }
  .descriptor { max-width: 172px; gap: 7px; text-align: right; font-size: 12px; }
  .descriptor svg { width: 20px; height: 20px; flex-basis: 20px; }
  .hero { padding-top: 62px; padding-bottom: 0; min-height: 0; }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(2.4rem, 10.4vw, 4.5rem); letter-spacing: -.045em; line-height: 1.08; }
  .intro { font-size: 18px; margin: 23px 0 24px; line-height: 1.5; }
  .access-button { padding: 12px 16px; gap: 20px; }
  .button-title { font-size: 17px; }
  .button-arrow { font-size: 27px; }
  .collage { position: relative; width: calc(100% + 24px); right: auto; margin: 20px 0 0; }
  .footer { margin-top: 16px; gap: 8px; align-items: center; flex-wrap: wrap; }
  .footer p { font-size: 12px; }
  .footer nav { gap: 10px; }
  .footer button { font-size: 14px; }
  .dialog-content { padding: 28px; }
  dialog h2 { font-size: 32px; }
}
@media (max-width: 360px) {
  .page { padding-inline: 20px; }
  .hero { padding-top: 48px; }
  .footer { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
[hidden] { display: none !important; }
.phone-label { display: block; font-size: 15px; font-weight: 700; margin: 24px 0 8px; }
#phone { display: block; width: 100%; min-height: 56px; padding: 13px 16px; border: 1px solid #858590; border-radius: 14px; background: #fffdf7; color: var(--ink); font-size: 19px; }
#phone:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
#phone[aria-invalid="true"] { border: 2px solid var(--ink); }
.consent-notice { margin: 16px 0 0; }
.submit-button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 54px; margin-top: 22px; padding: 14px 20px; border: 0; border-radius: 999px; background: var(--ink); color: var(--paper); font-size: 17px; font-weight: 700; }
.submit-button:disabled { cursor: not-allowed; opacity: .35; }
.form-status:empty { display: none; }
.form-status { font-weight: 500; }
#access-form[data-received] > :not(.form-status):not(.note),
#access-form[data-received] .consent-notice { display: none; }
