:root {
  color-scheme: light;
  --ink: #1d1721;
  --ink-soft: #625866;
  --plum: #2c1831;
  --plum-light: #503458;
  --cream: #f8f4ed;
  --paper: #fffdf9;
  --gold: #b68a4c;
  --gold-soft: #eadcc8;
  --line: rgba(44, 24, 49, 0.14);
  --shadow: 0 24px 70px rgba(44, 24, 49, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-size: 1rem;
  line-height: 1.65;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 20;
  padding: 0.7rem 1rem;
  color: #fff;
  background: var(--plum);
  border-radius: 0.4rem;
  transform: translateY(-160%);
}

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

.shell {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid var(--line);
  background: rgba(248, 244, 237, 0.94);
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.header-inner {
  min-height: 5rem;
}

.brand {
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

nav a {
  padding: 0.35rem 0;
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 650;
}

nav a:hover,
nav a:focus-visible,
nav a[aria-current="page"] {
  color: var(--plum);
  box-shadow: inset 0 -2px 0 var(--gold);
  outline: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  min-height: 660px;
  padding-block: clamp(5rem, 10vw, 9rem);
}

.hero::before {
  position: absolute;
  inset: 10% auto auto -22%;
  width: 30rem;
  height: 30rem;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(182, 138, 76, 0.16), transparent 68%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 1rem;
  color: #765b32;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

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

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
}

h1 {
  max-width: 9ch;
  font-size: clamp(4.6rem, 13vw, 8.6rem);
  letter-spacing: 0.08em;
}

h2 {
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.hero-intro {
  max-width: 700px;
  margin: 2rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 2rem 0 0;
  padding: 0.65rem 1rem;
  color: var(--plum);
  border: 1px solid var(--gold-soft);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.72);
  font-size: 0.9rem;
  font-weight: 700;
}

.status span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0.32rem rgba(182, 138, 76, 0.16);
}

.scent-mark {
  position: relative;
  display: grid;
  width: min(100%, 330px);
  aspect-ratio: 1;
  place-items: center;
  justify-self: end;
  color: var(--cream);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--plum-light), var(--plum));
  box-shadow: var(--shadow);
}

.scent-mark::after {
  position: absolute;
  inset: 12%;
  content: "";
  border: 1px solid rgba(234, 220, 200, 0.46);
  border-radius: 50%;
}

.scent-mark-core {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 12vw, 8.5rem);
  line-height: 1;
}

.scent-mark-ring {
  position: absolute;
  border: 1px solid rgba(234, 220, 200, 0.22);
  border-radius: 50%;
}

.ring-one {
  inset: -7%;
}

.ring-two {
  inset: -14%;
}

.features-section {
  padding-block: clamp(4.5rem, 8vw, 7rem);
  color: #f9f3e9;
  background: var(--plum);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 2rem;
  align-items: end;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.section-heading .eyebrow {
  color: #d6b985;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.feature-card {
  min-height: 200px;
  padding: 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.feature-card:nth-child(3n) {
  border-right: 0;
}

.feature-card span {
  color: #d6b985;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.85rem;
}

.feature-card h3 {
  max-width: 16ch;
  margin: 2.25rem 0 0;
  font-size: 1.15rem;
  font-weight: 650;
  line-height: 1.45;
}

.site-footer {
  padding-block: 2rem;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.site-footer p {
  margin: 0;
  font-size: 0.9rem;
}

.site-footer nav a {
  font-size: 0.85rem;
}

.legal-page {
  min-height: calc(100vh - 10rem);
  padding-block: clamp(4rem, 8vw, 7rem);
}

.legal-page h1 {
  max-width: none;
  font-size: clamp(3rem, 8vw, 5.5rem);
  letter-spacing: 0;
}

.legal-lead {
  max-width: 760px;
  margin: 1.75rem 0 0;
  color: var(--ink-soft);
  font-size: 1.1rem;
}

.placeholder-notice {
  max-width: 880px;
  margin-top: 2rem;
  padding: 1.25rem 1.4rem;
  color: #503813;
  border: 1px solid #dcbf8a;
  border-radius: 0.75rem;
  background: #fff5df;
}

.placeholder-notice strong {
  display: block;
  margin-bottom: 0.35rem;
}

.legal-card {
  max-width: 880px;
  margin-top: 2rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--paper);
  box-shadow: 0 14px 40px rgba(44, 24, 49, 0.06);
}

.legal-card h2 {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
}

.legal-card p:last-child,
.legal-card ul:last-child {
  margin-bottom: 0;
}

.legal-fields {
  margin: 1.5rem 0 0;
}

.legal-fields div {
  display: grid;
  grid-template-columns: minmax(190px, 0.7fr) 1.3fr;
  gap: 1.5rem;
  padding-block: 0.9rem;
  border-top: 1px solid var(--line);
}

.legal-fields dt {
  font-weight: 750;
}

.legal-fields dd {
  margin: 0;
  color: var(--ink-soft);
}

.privacy-list {
  padding-left: 1.25rem;
}

.privacy-list li + li {
  margin-top: 0.65rem;
}

.legal-review-note {
  max-width: 880px;
  margin: 2rem 0 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

@media (max-width: 820px) {
  .header-inner,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
  }

  .header-inner {
    padding-block: 1.1rem;
  }

  nav {
    width: 100%;
    gap: 1.1rem;
    overflow-x: auto;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .scent-mark {
    width: min(72vw, 260px);
    justify-self: center;
    order: -1;
  }

  .section-heading,
  .legal-fields div {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-card:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }

  .feature-card:nth-child(2n) {
    border-right: 0;
  }

  .footer-inner {
    padding-block: 0.5rem;
  }
}

@media (max-width: 430px) {
  .shell {
    width: min(100% - 1.5rem, 1120px);
  }

  nav a {
    font-size: 0.86rem;
  }

  .hero {
    display: block;
    padding-block: 3.5rem 4.5rem;
  }

  .hero::before {
    inset: 8rem 0 auto;
    width: 100%;
    height: 24rem;
  }

  .hero-copy,
  .eyebrow,
  .hero-intro {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .scent-mark {
    margin: 0 auto 2.5rem;
  }

  .status {
    max-width: 100%;
    flex-wrap: wrap;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(3.6rem, 20vw, 4.8rem);
    letter-spacing: 0.04em;
  }

  .eyebrow {
    letter-spacing: 0.14em;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .feature-card:nth-child(3n) {
    min-height: auto;
    border-right: 0;
  }

  .feature-card h3 {
    margin-top: 1.25rem;
  }

  .legal-card {
    padding: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
