:root {
  color-scheme: light;
  --paper: #f7f4ef;
  --pearl: #f7f4ef;
  --ivory: #e6dfd2;
  --sand: #c8bca8;
  --champagne: #c8a966;
  --brass: #c8a966;
  --ink: #1a1a1a;
  --charcoal: #1a1a1a;
  --smoke: #7d756b;
  --teal: #17393d;
  --sea: #54747b;
  --line: rgba(26, 26, 26, 0.15);
  --white-line: rgba(255, 253, 248, 0.22);
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Montserrat", Arial, Helvetica, sans-serif;
  --shadow: 0 22px 60px rgba(26, 26, 26, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-padding-top: 78px;
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.86), rgba(247, 244, 239, 0.94)),
    var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(26, 26, 26, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 26, 26, 0.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 72%);
}

a {
  color: inherit;
}

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

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
}

p {
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(160px, 1fr);
  align-items: center;
  gap: 24px;
  min-height: 70px;
  padding: 10px 6.5vw;
  background: rgba(255, 253, 248, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--ink);
  background: rgba(247, 244, 239, 0.72);
  border: 1px solid rgba(26, 26, 26, 0.18);
  border-radius: 50%;
}

.brand-monogram {
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
  font-family: var(--serif);
  font-size: 1.36rem;
  font-weight: 500;
  line-height: 0.86;
}

.brand-monogram span {
  font-size: 0.62em;
  transform: translateY(0.08em);
}

.brand-type {
  display: grid;
  gap: 0;
  min-width: 112px;
  font-family: var(--serif);
  font-size: 1.15rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.brand-type span:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--smoke);
  font-family: var(--sans);
  font-size: 0.63rem;
  font-weight: 500;
  text-align: center;
}

.brand-type span:last-child::before,
.brand-type span:last-child::after {
  display: block;
  width: 24px;
  height: 1px;
  content: "";
  background: rgba(125, 117, 107, 0.72);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
}

.site-nav a,
.header-action,
.button,
.brand-panel a,
.footer-links a {
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.site-nav a {
  color: var(--charcoal);
  font-size: 0.76rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--brass);
}

.header-action {
  justify-self: end;
  min-width: 148px;
  padding: 12px 20px;
  color: var(--charcoal);
  border: 1px solid var(--brass);
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
}

.header-action:hover,
.header-action:focus-visible {
  color: var(--ink);
  background: var(--brass);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(420px, 1.07fr);
  min-height: 500px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.94) 36%, rgba(247, 244, 239, 0.28) 65%, rgba(247, 244, 239, 0.03) 100%),
    url("/assets/coastal-hero.jpg") right center / cover no-repeat;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  height: 1px;
  content: "";
  background: var(--white-line);
}

.hero-media {
  min-height: 100%;
}

.hero-copy {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  max-width: 660px;
  padding: 72px 0 70px 11vw;
}

.eyebrow {
  color: var(--brass);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero h1 {
  margin-top: 10px;
  font-family: var(--serif);
  font-size: 4.7rem;
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-question {
  position: relative;
  margin-top: 28px;
  padding-top: 18px;
  font-family: var(--serif);
  font-size: 2.25rem;
  font-style: italic;
  line-height: 1.05;
}

.hero-question::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 2px;
  content: "";
  background: var(--brass);
}

.lede {
  max-width: 500px;
  margin-top: 20px;
  color: #3f413d;
  font-size: 0.98rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border: 1px solid transparent;
  font-size: 0.76rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
}

.button-primary {
  min-width: 194px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--brass), var(--champagne));
  box-shadow: var(--shadow);
}

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

.button-secondary {
  color: var(--charcoal);
  border-color: transparent;
}

.button-secondary::after {
  margin-left: 12px;
  content: "->";
  color: var(--brass);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--brass);
}

.brand-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 274px;
}

.brand-panel {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 274px;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.brand-panel::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background-position: center;
  background-size: cover;
  transition: transform 700ms ease;
}

.brand-panel::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
}

.brand-panel:hover::before {
  transform: scale(1.025);
}

.siren-panel {
  color: var(--pearl);
  background: var(--teal);
}

.siren-panel::before {
  background-image: url("/assets/siren-silk.jpg");
  background-position: right center;
}

.siren-panel::after {
  background:
    linear-gradient(90deg, rgba(10, 31, 34, 0.96) 0%, rgba(10, 31, 34, 0.75) 42%, rgba(10, 31, 34, 0.08) 100%);
}

.angel-panel {
  color: var(--charcoal);
  background: var(--ivory);
}

.angel-panel::before {
  background-image: url("/assets/angel-silk.jpg");
  background-position: right center;
}

.angel-panel::after {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.82) 47%, rgba(255, 253, 248, 0.1) 100%);
}

.panel-copy {
  width: min(360px, calc(100% - 56px));
  margin-left: 7.5vw;
  padding: 34px 0;
}

.angel-panel .panel-copy {
  margin-left: 7vw;
}

.mini-mark {
  display: block;
  width: 42px;
  height: 30px;
  margin-bottom: 14px;
  color: var(--champagne);
}

.sun-mark {
  position: relative;
  border-bottom: 1px solid currentColor;
}

.sun-mark::before {
  position: absolute;
  left: 6px;
  bottom: 4px;
  width: 22px;
  height: 22px;
  content: "";
  border: 1px solid currentColor;
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
}

.shell-mark {
  position: relative;
  width: 34px;
  height: 30px;
  border: 1px solid currentColor;
  border-radius: 50% 50% 8px 8px;
}

.shell-mark::before,
.shell-mark::after {
  position: absolute;
  top: 3px;
  bottom: 4px;
  content: "";
  border-left: 1px solid currentColor;
}

.shell-mark::before {
  left: 11px;
  transform: rotate(-14deg);
}

.shell-mark::after {
  right: 11px;
  transform: rotate(14deg);
}

.brand-panel h2 {
  font-family: var(--serif);
  font-size: 2.45rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.panel-kicker {
  position: relative;
  margin-top: 8px;
  padding-bottom: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
}

.panel-kicker::after {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 34px;
  height: 2px;
  content: "";
  background: var(--champagne);
}

.brand-panel p:not(.panel-kicker) {
  max-width: 250px;
  font-size: 0.94rem;
}

.brand-panel a {
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
  color: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-panel a::after {
  margin-left: 15px;
  content: "->";
  color: var(--champagne);
}

.brand-panel a:hover,
.brand-panel a:focus-visible {
  color: var(--champagne);
}

.status-section {
  padding: 20px 6.5vw 28px;
  background: rgba(255, 253, 248, 0.88);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  display: grid;
  justify-items: center;
  gap: 5px;
  margin-bottom: 18px;
  text-align: center;
}

.section-heading h2 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.status-item {
  min-height: 132px;
  padding: 0 24px;
  border-left: 1px solid var(--line);
}

.status-item:first-child {
  border-left: 0;
}

.status-index {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 10px;
  color: var(--brass);
  border: 1px solid rgba(200, 169, 102, 0.32);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1rem;
}

.status-item h3,
.pillars-section h3 {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
}

.status-label {
  margin-top: 4px;
  color: var(--brass);
  font-family: var(--serif);
  font-size: 1.02rem;
  font-style: italic;
  line-height: 1.2;
}

.status-item p:last-child {
  margin-top: 8px;
  color: #4c4a45;
  font-size: 0.78rem;
  line-height: 1.35;
}

.path-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 48px;
  padding: 54px 6.5vw;
  background:
    linear-gradient(90deg, rgba(26, 26, 26, 0.9), rgba(26, 26, 26, 0.72)),
    url("/assets/brand-in-use.jpg") center / cover no-repeat;
  color: var(--pearl);
  border-bottom: 1px solid var(--line);
}

.path-intro {
  max-width: 470px;
}

.path-intro h2 {
  margin-top: 12px;
  font-family: var(--serif);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.02;
}

.path-intro p:not(.eyebrow) {
  margin-top: 18px;
  color: rgba(255, 253, 248, 0.78);
}

.path-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  align-self: stretch;
  background: rgba(255, 253, 248, 0.18);
}

.path-steps article {
  min-height: 230px;
  padding: 26px 20px;
  background: rgba(26, 26, 26, 0.3);
}

.path-steps span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--champagne);
  border: 1px solid rgba(200, 169, 102, 0.46);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1rem;
}

.path-steps h3 {
  margin-top: 24px;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
}

.path-steps p {
  margin-top: 12px;
  color: rgba(255, 253, 248, 0.76);
  font-size: 0.86rem;
  line-height: 1.48;
}

.about-section {
  display: grid;
  grid-template-columns: 0.9fr 0.78fr 1.1fr;
  gap: 54px;
  align-items: center;
  padding: 58px 6.5vw;
  border-bottom: 1px solid var(--line);
}

.about-logo {
  display: grid;
  justify-items: center;
  text-align: center;
}

.primary-monogram {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  font-family: var(--serif);
  line-height: 0.8;
}

.monogram-letter {
  font-family: var(--serif);
  font-size: 8rem;
  font-weight: 500;
  line-height: 0.8;
}

.monogram-amp {
  font-family: var(--serif);
  font-size: 4.1rem;
  font-weight: 400;
  line-height: 0.8;
  transform: translateY(0.18em);
}

.about-logo strong {
  margin-top: 28px;
  font-family: var(--serif);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.about-logo em {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 8px;
  color: var(--smoke);
  font-family: var(--serif);
  font-size: 1.4rem;
  font-style: normal;
  text-transform: uppercase;
}

.about-logo em::before,
.about-logo em::after {
  display: block;
  width: 82px;
  height: 1px;
  content: "";
  background: rgba(125, 117, 107, 0.72);
}

.about-logo p {
  margin-top: 34px;
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: uppercase;
}

.about-copy {
  max-width: 430px;
}

.about-copy h2,
.vision-copy h2,
.waitlist-card h2,
.journal-strip h2 {
  margin-top: 12px;
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.08;
}

.about-copy p:not(.eyebrow) {
  margin-top: 22px;
  color: #3f413d;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 54px;
  padding: 56px 6.5vw;
  background: var(--pearl);
  border-bottom: 1px solid var(--line);
}

.founder-note {
  max-width: 720px;
}

.founder-note h2 {
  margin-top: 12px;
  font-family: var(--serif);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.05;
}

.founder-note p:not(.eyebrow),
.standards-note li {
  color: #4c4a45;
}

.founder-note p:not(.eyebrow) {
  margin-top: 18px;
}

.standards-note {
  padding: 28px;
  background: var(--ivory);
  border: 1px solid var(--line);
}

.standards-note ul {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.standards-note li {
  position: relative;
  padding-left: 24px;
  font-size: 0.9rem;
}

.standards-note li::before {
  position: absolute;
  top: 0.64em;
  left: 0;
  width: 9px;
  height: 1px;
  content: "";
  background: var(--brass);
}

.mood-board {
  margin: 0;
}

.mood-board img {
  width: 100%;
  aspect-ratio: 1.62;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.mood-board figcaption {
  margin-top: 16px;
  color: var(--charcoal);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
}

.pillars-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0 6.5vw 56px;
  background: linear-gradient(180deg, transparent 0, transparent 20px, rgba(26, 26, 26, 0.11) 20px, rgba(26, 26, 26, 0.11) 21px, transparent 21px);
}

.pillars-section article {
  min-height: 138px;
  padding: 34px 24px 26px 0;
}

.pillars-section p {
  max-width: 260px;
  margin-top: 9px;
  color: #4c4a45;
  font-size: 0.88rem;
}

.vision-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 290px;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98), rgba(255, 253, 248, 0.9) 56%, rgba(255, 253, 248, 0.28)),
    url("/assets/waitlist-shell.jpg") right center / auto 100% no-repeat,
    var(--ivory);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.vision-copy,
.waitlist-card {
  padding: 48px 6.5vw;
}

.vision-copy {
  border-right: 1px solid var(--line);
}

.vision-copy h2 {
  max-width: 650px;
}

.vision-copy > p:not(.eyebrow, .script-line) {
  margin-top: 18px;
  color: #4c4a45;
}

.script-line {
  margin-top: 8px;
  color: var(--brass);
  font-family: var(--serif);
  font-size: 1.55rem;
  font-style: italic;
}

.waitlist-card {
  max-width: 640px;
}

.waitlist-card p:not(.eyebrow) {
  margin-top: 14px;
  color: #4c4a45;
}

.waitlist-form {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) minmax(150px, 0.72fr) auto;
  gap: 0;
  margin-top: 24px;
}

.spirit-field {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
}

.spirit-field legend {
  width: 100%;
  margin-bottom: 2px;
  color: var(--charcoal);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
}

.spirit-field label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid rgba(26, 26, 26, 0.18);
  cursor: pointer;
}

.spirit-field input,
.consent-check input {
  accent-color: var(--brass);
}

.spirit-field span,
.consent-check,
.form-note,
.form-status {
  font-size: 0.76rem;
}

.waitlist-form > input[type="email"],
.waitlist-form select,
.waitlist-form button {
  min-height: 50px;
  border-radius: 0;
  font: inherit;
}

.waitlist-form > input[type="email"],
.waitlist-form select {
  width: 100%;
  padding: 0 18px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid rgba(26, 26, 26, 0.18);
  border-right: 0;
}

.waitlist-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--brass) 50%), linear-gradient(135deg, var(--brass) 50%, transparent 50%);
  background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px;
  background-repeat: no-repeat;
  background-size: 5px 5px;
}

.waitlist-card input::placeholder {
  color: rgba(26, 26, 26, 0.5);
}

.waitlist-form button {
  padding: 0 28px;
  color: var(--ink);
  background: var(--brass);
  border: 1px solid var(--brass);
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.waitlist-form button:hover,
.waitlist-form button:focus-visible {
  color: var(--pearl);
  background: var(--charcoal);
  border-color: var(--charcoal);
}

.waitlist-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.consent-check,
.form-note,
.form-status {
  grid-column: 1 / -1;
}

.consent-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  color: #4c4a45;
}

.consent-check input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex: 0 0 auto;
}

.form-note {
  margin-top: 8px;
  color: rgba(26, 26, 26, 0.56);
}

.form-note a {
  color: var(--brass);
}

.form-status {
  min-height: 1.3em;
  margin-top: 10px;
  color: var(--smoke);
  font-weight: 500;
}

.form-status[data-tone="success"] {
  color: var(--teal);
}

.form-status[data-tone="error"] {
  color: #8b3f2f;
}

.journal-strip {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  padding: 36px 6.5vw;
  background: var(--charcoal);
  color: var(--pearl);
}

.journal-strip img {
  width: 100%;
  aspect-ratio: 1.42;
  object-fit: cover;
}

.journal-strip h2 {
  max-width: 760px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
  align-items: center;
  gap: 22px;
  padding: 24px 6.5vw;
  color: var(--charcoal);
  background: var(--pearl);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.footer-links a,
.site-footer p {
  color: #4c4a45;
  font-size: 0.78rem;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--brass);
}

.site-footer p {
  justify-self: end;
}

.brand-domain-page {
  background: var(--paper);
}

.domain-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  gap: 34px;
  padding: 32px 4vw;
}

.domain-header-dark {
  color: rgba(247, 244, 239, 0.94);
}

.domain-header-light {
  color: var(--ink);
}

.domain-wordmark,
.domain-nav a,
.domain-header-action,
.domain-button,
.domain-stage,
.domain-kicker,
.domain-footer p {
  text-transform: uppercase;
  letter-spacing: 0;
}

.domain-wordmark {
  color: inherit;
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.domain-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.domain-nav a {
  color: inherit;
  font-size: 0.76rem;
  font-weight: 600;
  text-decoration: none;
}

.domain-header-action {
  justify-self: end;
  min-width: 176px;
  padding: 12px 18px;
  color: inherit;
  border: 1px solid currentColor;
  font-size: 0.76rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.domain-wordmark:hover,
.domain-wordmark:focus-visible,
.domain-nav a:hover,
.domain-nav a:focus-visible,
.domain-header-action:hover,
.domain-header-action:focus-visible,
.domain-button:hover,
.domain-button:focus-visible {
  color: var(--champagne);
}

.domain-main {
  min-height: 100svh;
}

.domain-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 820px;
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
  padding: 128px 7.8vw 84px;
}

.domain-hero::before,
.domain-hero::after {
  position: absolute;
  inset: 0;
  content: "";
}

.domain-hero::before {
  z-index: -2;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.domain-hero::after {
  z-index: -1;
}

.siren-domain-hero {
  color: var(--paper);
  background: #071014;
}

.siren-domain-hero::before {
  background-image: url("/assets/siren-domain-hero.jpg");
  background-position: right center;
}

.siren-domain-hero::after {
  background:
    linear-gradient(90deg, rgba(7, 16, 20, 0.98) 0%, rgba(7, 16, 20, 0.94) 34%, rgba(7, 16, 20, 0.54) 62%, rgba(7, 16, 20, 0.16) 100%),
    linear-gradient(180deg, rgba(7, 16, 20, 0.62), rgba(7, 16, 20, 0.22) 46%, rgba(7, 16, 20, 0.68));
}

.angel-domain-hero {
  color: var(--smoke);
  background: var(--paper);
}

.angel-domain-hero::before {
  background-image: url("/assets/angel-domain-hero.jpg");
  background-position: right center;
}

.angel-domain-hero::after {
  background:
    linear-gradient(90deg, rgba(247, 244, 239, 1) 0%, rgba(247, 244, 239, 0.96) 34%, rgba(247, 244, 239, 0.42) 63%, rgba(247, 244, 239, 0.02) 100%),
    linear-gradient(180deg, rgba(247, 244, 239, 0.38), rgba(247, 244, 239, 0.03) 56%, rgba(247, 244, 239, 0.52));
}

.domain-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(520px, 44vw);
  justify-items: center;
  text-align: center;
}

.domain-hero h1 {
  font-family: var(--serif);
  font-size: clamp(4.2rem, 7vw, 7.4rem);
  font-weight: 500;
  line-height: 0.92;
  text-transform: uppercase;
}

.angel-domain-hero h1 {
  color: #b89668;
}

.angel-domain-page .domain-hero-copy {
  width: min(660px, 54vw);
}

.domain-symbol {
  margin-top: 30px;
  margin-bottom: 28px;
  color: var(--champagne);
}

.domain-symbol.shell-mark {
  width: 54px;
  height: 46px;
}

.domain-symbol.shell-mark::before,
.domain-symbol.shell-mark::after {
  top: 5px;
  bottom: 5px;
}

.domain-symbol.shell-mark::before {
  left: 17px;
}

.domain-symbol.shell-mark::after {
  right: 17px;
}

.domain-symbol.sun-mark {
  width: 62px;
  height: 40px;
}

.domain-symbol.sun-mark::before {
  left: 17px;
  width: 28px;
  height: 28px;
}

.domain-kicker {
  color: inherit;
  font-size: 1.12rem;
  font-weight: 500;
}

.domain-line {
  width: 76px;
  height: 1px;
  margin-top: 26px;
  margin-bottom: 22px;
  background: var(--champagne);
}

.domain-line-short {
  width: 42px;
  margin-top: 30px;
  margin-bottom: 26px;
}

.domain-copy {
  color: currentColor;
  font-size: 1.02rem;
  line-height: 1.75;
}

.domain-stage {
  color: currentColor;
  font-size: 0.78rem;
  font-weight: 600;
}

.domain-state {
  margin-top: 8px;
  font-family: var(--serif);
  font-size: 1.65rem;
  line-height: 1;
  text-transform: uppercase;
}

.domain-button {
  display: inline-flex;
  min-width: 238px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  padding: 13px 28px;
  color: inherit;
  border: 1px solid var(--champagne);
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
}

.angel-domain-page .domain-button {
  color: #a78358;
}

.domain-footer {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 62px 18px 70px;
  color: var(--smoke);
  background:
    linear-gradient(90deg, rgba(247, 244, 239, 0.95), rgba(230, 223, 210, 0.74)),
    var(--ivory);
  text-align: center;
}

.domain-footer-symbol.shell-mark {
  width: 32px;
  height: 28px;
  color: var(--champagne);
}

.domain-footer-brand {
  margin-top: 2px;
  color: var(--smoke);
  font-family: var(--serif);
  font-size: 1.8rem;
  line-height: 1;
}

.domain-footer p:not(.domain-footer-brand) {
  font-size: 0.72rem;
  font-weight: 500;
}

.brand-detail-hero {
  min-height: 560px;
  display: grid;
  align-items: center;
  padding: 80px 6.5vw;
  background: var(--charcoal);
  color: var(--pearl);
  border-bottom: 1px solid var(--line);
}

.brand-detail-hero > div {
  max-width: 720px;
}

.brand-detail-hero h1,
.legal-page h1 {
  margin-top: 10px;
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 500;
  line-height: 0.92;
}

.brand-detail-hero .lede {
  color: rgba(255, 253, 248, 0.84);
}

.siren-detail {
  background:
    linear-gradient(90deg, rgba(8, 28, 31, 0.96), rgba(8, 28, 31, 0.82) 44%, rgba(8, 28, 31, 0.2)),
    url("/assets/siren-silk.jpg") right center / cover no-repeat;
}

.angel-detail {
  color: var(--charcoal);
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98), rgba(255, 253, 248, 0.82) 48%, rgba(255, 253, 248, 0.12)),
    url("/assets/angel-silk.jpg") right center / cover no-repeat;
}

.angel-detail .lede {
  color: #3f413d;
}

.detail-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 48px;
  padding: 58px 6.5vw;
  background: var(--pearl);
  border-bottom: 1px solid var(--line);
}

.detail-copy h2 {
  margin-top: 12px;
  font-family: var(--serif);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.05;
}

.detail-copy p:not(.eyebrow) {
  margin-top: 18px;
  color: #4c4a45;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.detail-grid article {
  min-height: 190px;
  padding: 26px;
  background: var(--ivory);
}

.detail-grid h3 {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
}

.detail-grid p {
  margin-top: 12px;
  color: #4c4a45;
  font-size: 0.9rem;
}

.legal-page {
  width: min(860px, calc(100% - 36px));
  margin: 0 auto;
  padding: 72px 0 88px;
}

.legal-page > p {
  max-width: 690px;
  margin-top: 18px;
  color: #4c4a45;
}

.legal-page section {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.legal-page h2 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
}

.legal-page section p {
  margin-top: 10px;
  color: #4c4a45;
}

.legal-page a {
  color: var(--brass);
}

.message-page {
  min-height: 100svh;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 18px;
  padding: 96px;
}

.message-page h1 {
  max-width: none;
  font-family: var(--serif);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.message-page p {
  color: var(--smoke);
}

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

  .site-nav {
    gap: 20px;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
  }

  .hero-copy {
    padding-left: 6.5vw;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .about-section {
    grid-template-columns: 0.85fr 1fr;
  }

  .trust-section {
    grid-template-columns: 1fr;
  }

  .mood-board {
    grid-column: 1 / -1;
  }

  .status-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 0;
  }

  .status-item:nth-child(4) {
    border-left: 0;
  }

  .path-section {
    grid-template-columns: 1fr;
  }

  .path-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 0;
  }

  .site-header {
    position: static;
    grid-template-columns: 1fr auto;
    gap: 16px;
  }

  .site-nav {
    grid-column: 1 / -1;
    order: 3;
    justify-content: flex-start;
    overflow-x: auto;
    padding-top: 2px;
    padding-bottom: 4px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.9) 46%, rgba(255, 253, 248, 0.34) 100%),
      url("/assets/coastal-hero.jpg") center bottom / cover no-repeat;
  }

  .hero-copy {
    max-width: 620px;
    min-height: 560px;
    padding: 58px 24px 170px;
  }

  .hero h1 {
    font-size: 3.65rem;
  }

  .hero-question {
    font-size: 1.95rem;
  }

  .brand-panels,
  .vision-section,
  .pillars-section {
    grid-template-columns: 1fr;
  }

  .brand-panel {
    min-height: 330px;
  }

  .panel-copy {
    margin-left: 24px;
  }

  .vision-copy {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .journal-strip,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .detail-section,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .site-footer p {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 15px;
  }

  .site-header {
    padding: 14px 18px;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .brand-monogram {
    font-size: 1.04rem;
  }

  .brand-type {
    min-width: 94px;
    font-size: 0.94rem;
  }

  .brand-type span:last-child::before,
  .brand-type span:last-child::after {
    width: 18px;
  }

  .header-action {
    min-width: 126px;
    padding: 10px 12px;
    font-size: 0.7rem;
  }

  .site-nav {
    gap: 18px;
  }

  .site-nav a {
    flex: 0 0 auto;
    font-size: 0.72rem;
  }

  .hero-copy {
    min-height: 570px;
    padding: 42px 18px 180px;
  }

  .hero h1 {
    font-size: 3.05rem;
  }

  .hero-question {
    margin-top: 22px;
    font-size: 1.75rem;
  }

  .hero-actions {
    gap: 10px;
  }

  .button {
    width: 100%;
  }

  .brand-panel {
    min-height: 356px;
  }

  .siren-panel::after {
    background:
      linear-gradient(90deg, rgba(10, 31, 34, 0.96) 0%, rgba(10, 31, 34, 0.72) 62%, rgba(10, 31, 34, 0.1) 100%);
  }

  .angel-panel::after {
    background:
      linear-gradient(90deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.86) 62%, rgba(255, 253, 248, 0.22) 100%);
  }

  .panel-copy {
    width: min(300px, calc(100% - 36px));
    margin-left: 18px;
  }

  .brand-panel h2 {
    font-size: 2.15rem;
  }

  .status-section,
  .path-section,
  .about-section,
  .trust-section,
  .brand-detail-hero,
  .detail-section,
  .vision-copy,
  .waitlist-card,
  .journal-strip,
  .site-footer {
    padding-inline: 18px;
  }

  .status-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .status-item,
  .status-item:nth-child(4) {
    min-height: 0;
    padding: 18px 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .status-item:first-child {
    border-top: 0;
  }

  .path-section {
    gap: 30px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .path-intro h2 {
    font-size: 2rem;
  }

  .path-steps {
    grid-template-columns: 1fr;
  }

  .path-steps article {
    min-height: 0;
    padding: 24px 20px;
  }

  .about-section {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .monogram-letter {
    font-size: 6.5rem;
  }

  .monogram-amp {
    font-size: 3.4rem;
  }

  .about-logo strong {
    font-size: 2.2rem;
  }

  .about-copy h2,
  .founder-note h2,
  .vision-copy h2,
  .waitlist-card h2,
  .journal-strip h2 {
    font-size: 1.85rem;
  }

  .pillars-section {
    padding: 0 18px 34px;
  }

  .pillars-section article {
    min-height: 0;
    padding: 22px 0;
    border-top: 1px solid var(--line);
  }

  .waitlist-form {
    grid-template-columns: 1fr;
  }

  .waitlist-form > input[type="email"],
  .waitlist-form select {
    border-right: 1px solid rgba(26, 26, 26, 0.18);
    border-bottom: 0;
  }

  .waitlist-form button {
    width: 100%;
  }

  .journal-strip {
    gap: 24px;
  }

  .brand-detail-hero {
    min-height: 620px;
    padding-top: 52px;
    padding-bottom: 140px;
  }

  .siren-detail {
    background:
      linear-gradient(180deg, rgba(8, 28, 31, 0.96), rgba(8, 28, 31, 0.78) 55%, rgba(8, 28, 31, 0.22)),
      url("/assets/siren-silk.jpg") center bottom / cover no-repeat;
  }

  .angel-detail {
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 253, 248, 0.84) 55%, rgba(255, 253, 248, 0.28)),
      url("/assets/angel-silk.jpg") center bottom / cover no-repeat;
  }

  .detail-copy h2,
  .legal-page h2 {
    font-size: 1.85rem;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .message-page {
    padding: 42px 18px;
  }

  .message-page h1 {
    font-size: 3rem;
  }
}

@media (max-width: 1180px) {
  .domain-header {
    grid-template-columns: auto 1fr auto;
    gap: 22px;
    padding-inline: 32px;
  }

  .domain-nav {
    gap: 24px;
  }

  .domain-hero-copy {
    width: min(500px, 52vw);
  }
}

@media (max-width: 900px) {
  .domain-header {
    position: relative;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
    padding: 22px 18px;
    text-align: center;
  }

  .domain-header-dark {
    background: #071014;
  }

  .domain-header-light {
    background: rgba(247, 244, 239, 0.96);
    border-bottom: 1px solid var(--line);
  }

  .domain-nav {
    flex-wrap: wrap;
    gap: 18px 24px;
  }

  .domain-header-action {
    justify-self: center;
  }

  .domain-hero {
    min-height: 760px;
    align-items: start;
    padding: 54px 18px 78px;
  }

  .domain-hero::before {
    background-position: center bottom;
    background-size: cover;
  }

  .siren-domain-hero::after {
    background:
      linear-gradient(180deg, rgba(7, 16, 20, 0.96) 0%, rgba(7, 16, 20, 0.88) 36%, rgba(7, 16, 20, 0.52) 68%, rgba(7, 16, 20, 0.18) 100%),
      linear-gradient(90deg, rgba(7, 16, 20, 0.82), rgba(7, 16, 20, 0.32));
  }

  .angel-domain-hero::after {
    background:
      linear-gradient(180deg, rgba(247, 244, 239, 0.98) 0%, rgba(247, 244, 239, 0.94) 38%, rgba(247, 244, 239, 0.62) 70%, rgba(247, 244, 239, 0.24) 100%),
      linear-gradient(90deg, rgba(247, 244, 239, 0.86), rgba(247, 244, 239, 0.28));
  }

  .domain-hero-copy {
    width: min(100%, 430px);
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  .domain-wordmark {
    font-size: 1.02rem;
  }

  .domain-nav a,
  .domain-header-action,
  .domain-button,
  .domain-stage {
    font-size: 0.72rem;
  }

  .domain-header-action,
  .domain-button {
    width: min(100%, 270px);
  }

  .domain-hero {
    min-height: 690px;
    padding-top: 44px;
  }

  .domain-hero h1 {
    font-size: 3.35rem;
  }

  .domain-symbol {
    margin-top: 24px;
    margin-bottom: 22px;
  }

  .domain-kicker {
    font-size: 0.98rem;
  }

  .domain-copy {
    font-size: 0.95rem;
  }

  .domain-state {
    font-size: 1.36rem;
  }

  .domain-footer {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .domain-footer-brand {
    font-size: 1.5rem;
  }
}
