@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

:root {
    --background: #fbf9f5;
    --background-soft: #f5f3ef;
    --background-deep: #2e2230;
    --surface: rgba(255, 250, 246, 0.86);
    --surface-strong: rgba(255, 251, 248, 0.96);
    --surface-dark: rgba(55, 38, 53, 0.88);
    --surface-line: rgba(121, 84, 101, 0.14);
    --text: #1b1c1a;
    --muted: #60575c;
    --muted-strong: #4f4448;
    --primary: #795465;
    --primary-deep: #5f3c4d;
    --primary-soft: rgba(121, 84, 101, 0.12);
    --primary-container: #f8c8dc;
    --secondary: #5e604d;
    --secondary-soft: rgba(94, 96, 77, 0.14);
    --secondary-container: #e1e1c9;
    --tertiary: #c68f7f;
    --tertiary-soft: rgba(198, 143, 127, 0.18);
    --shadow-lg: 0 28px 90px rgba(74, 54, 68, 0.16);
    --shadow-md: 0 18px 52px rgba(74, 54, 68, 0.12);
    --radius-xl: 34px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 14px;
    --shell-width: min(1180px, calc(100% - 40px));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 14% 14%, rgba(248, 200, 220, 0.52), transparent 24%),
        radial-gradient(circle at 84% 16%, rgba(225, 225, 201, 0.44), transparent 26%),
        radial-gradient(circle at 72% 78%, rgba(198, 143, 127, 0.18), transparent 24%),
        linear-gradient(180deg, #fffaf7 0%, #f8f4ef 45%, #fbf9f5 100%);
}

.site-body--home::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.48), transparent 34%),
        radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.36), transparent 18%);
}

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

a {
    color: inherit;
}

.site-shell,
.policy-shell {
    width: var(--shell-width);
    margin: 0 auto;
    padding: 26px 0 56px;
    position: relative;
    z-index: 1;
}

.topbar,
.site-footer,
.policy-hero,
.policy-content,
.surface-card,
.policy-card,
.preview-card--phone,
.policy-tile {
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.topbar,
.site-footer,
.policy-hero,
.policy-content,
.surface-card,
.policy-card,
.policy-tile {
    border: 1px solid var(--surface-line);
    background: var(--surface);
    box-shadow: var(--shadow-md);
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 20px;
    border-radius: 999px;
    position: sticky;
    top: 14px;
    z-index: 5;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-family: "Noto Serif", Georgia, serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.brand--compact {
    margin-bottom: 14px;
}

.brand--footer {
    margin-bottom: 12px;
}

.topnav,
.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.topnav a,
.footer-links a,
.text-link {
    color: var(--muted-strong);
    text-decoration: none;
    transition: color 180ms ease, opacity 180ms ease;
}

.topnav a:hover,
.footer-links a:hover,
.text-link:hover {
    color: var(--primary-deep);
}

.hero-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 28px;
    align-items: center;
    padding: 56px 0 28px;
}

.hero-copy h1,
.surface-card h2,
.policy-heading h2,
.policy-hero h1,
.policy-content h2,
.activity-card h3,
.policy-card h3,
.policy-tile strong {
    margin: 0;
    font-family: "Noto Serif", Georgia, serif;
    letter-spacing: -0.04em;
}

.hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 6vw, 5.5rem);
    line-height: 0.95;
}

.lede,
.policy-heading p,
.policy-hero p,
.policy-content p,
.policy-content li,
.surface-card p,
.policy-card p,
.footer-copy,
.supporting-copy,
.policy-tile p {
    color: var(--muted);
}

.lede {
    margin: 24px 0 0;
    max-width: 640px;
    font-size: 1.08rem;
    line-height: 1.78;
}

.eyebrow,
.section-kicker,
.mini-label,
.activity-tag,
.stat-label,
.policy-tile__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.79rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.eyebrow,
.section-kicker {
    width: fit-content;
    margin-bottom: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(121, 84, 101, 0.14);
    color: var(--primary-deep);
}

.cta-row,
.chip-row,
.meta,
.nav,
.badge-stack,
.ritual-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cta-row {
    margin-top: 28px;
}

.button,
.nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 700;
}

.button--primary,
.nav a.primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-deep) 100%);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(121, 84, 101, 0.24);
}

.button--ghost,
.nav a.secondary {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(121, 84, 101, 0.16);
    color: var(--muted-strong);
}

.chip,
.ritual-tag,
.badge,
.pill,
.activity-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 600;
}

.chip,
.pill {
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(121, 84, 101, 0.12);
    color: var(--muted-strong);
}

.ritual-tag {
    background: rgba(248, 200, 220, 0.38);
    color: var(--primary-deep);
}

.badge {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.9);
}

.hero-preview {
    position: relative;
    min-height: 700px;
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
    opacity: 0.82;
}

.orb--rose {
    top: 18px;
    right: 22px;
    width: 170px;
    height: 170px;
    background: radial-gradient(circle, rgba(248, 200, 220, 0.82), rgba(248, 200, 220, 0.12));
}

.orb--sage {
    bottom: 44px;
    left: 14px;
    width: 186px;
    height: 186px;
    background: radial-gradient(circle, rgba(225, 225, 201, 0.82), rgba(225, 225, 201, 0.12));
}

.hero-art-shell {
    position: relative;
    min-height: 700px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto 1fr;
    gap: 18px 20px;
}

.hero-artwork {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-callout {
    position: relative;
    z-index: 2;
    padding: 14px 16px;
    max-width: 228px;
    border-radius: 22px;
    border: 1px solid rgba(121, 84, 101, 0.14);
    background: rgba(255, 251, 248, 0.84);
    box-shadow: 0 16px 36px rgba(74, 54, 68, 0.12);
}

.hero-callout strong {
    display: block;
    margin-top: 6px;
    line-height: 1.45;
}

.hero-callout__label {
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--primary-deep);
}

.hero-callout--day {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: start;
    margin-top: 52px;
    margin-left: 6px;
}

.hero-callout--private {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    margin-top: 176px;
    margin-right: 12px;
}

.preview-card--phone {
    position: relative;
    z-index: 3;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: end;
    align-self: end;
    margin-right: 18px;
    margin-bottom: 22px;
    width: min(380px, calc(100% - 72px));
    border-radius: 34px;
    padding: 18px;
    border: 1px solid rgba(121, 84, 101, 0.14);
    background: rgba(255, 251, 248, 0.8);
    box-shadow: var(--shadow-lg);
}

.phone-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

.status-dot,
.status-line {
    height: 8px;
    border-radius: 999px;
    background: rgba(121, 84, 101, 0.16);
}

.status-dot {
    width: 8px;
    background: var(--primary);
}

.status-line {
    width: 46px;
}

.status-line--short {
    width: 22px;
}

.phone-panel {
    border-radius: 26px;
    padding: 22px;
}

.phone-panel--hero {
    background: linear-gradient(160deg, rgba(248, 200, 220, 0.9), rgba(255, 250, 246, 0.7));
    border: 1px solid rgba(121, 84, 101, 0.12);
}

.phone-panel h2 {
    font-size: 1.6rem;
    line-height: 1.05;
    margin: 10px 0;
}

.phone-panel p {
    margin: 0;
    color: var(--muted-strong);
    line-height: 1.6;
}

.activity-stack {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.activity-card,
.stat-card {
    border-radius: 24px;
    padding: 16px 18px;
    border: 1px solid rgba(121, 84, 101, 0.12);
    background: rgba(255, 255, 255, 0.72);
}

.activity-card {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

.activity-card--accent {
    background: linear-gradient(160deg, rgba(225, 225, 201, 0.74), rgba(255, 255, 255, 0.76));
}

.activity-tag,
.mini-label,
.stat-label {
    color: var(--primary-deep);
}

.activity-card h3 {
    font-size: 1.03rem;
    line-height: 1.32;
}

.activity-chip {
    background: rgba(121, 84, 101, 0.08);
    color: var(--primary-deep);
}

.stat-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.stat-card strong {
    display: block;
    margin-top: 6px;
    line-height: 1.35;
}

.ritual-strip {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(300px, 1.02fr);
    gap: 28px;
    align-items: center;
    margin: 14px 0 34px;
}

.ritual-strip__copy h2,
.policy-heading h2 {
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.03;
}

.ritual-strip__copy p {
    margin: 18px 0 0;
    color: var(--muted);
    line-height: 1.76;
}

.ritual-grid-art {
    width: 100%;
    border-radius: 30px;
    box-shadow: var(--shadow-md);
}

.feature-mosaic,
.section-grid,
.policy-grid,
.support-rows {
    display: grid;
    gap: 20px;
}

.feature-mosaic {
    grid-template-columns: 1.15fr 0.85fr 0.85fr;
    margin: 12px 0 22px;
}

.mosaic-card,
.support-card {
    padding: 28px;
    border-radius: 28px;
    border: 1px solid rgba(121, 84, 101, 0.12);
    box-shadow: var(--shadow-md);
}

.mosaic-card--primary {
    background: linear-gradient(160deg, rgba(248, 200, 220, 0.72), rgba(255, 251, 248, 0.82));
}

.mosaic-card--secondary {
    background: linear-gradient(160deg, rgba(225, 225, 201, 0.7), rgba(255, 251, 248, 0.82));
}

.mosaic-card--accent {
    background: linear-gradient(160deg, rgba(255, 251, 248, 0.9), rgba(198, 143, 127, 0.12));
}

.mosaic-list,
.detail-list,
.timeline-list,
.policy-content ul {
    margin: 18px 0 0;
    padding-left: 20px;
    color: var(--muted);
    line-height: 1.75;
}

.section-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
}

.section-grid--reverse {
    margin-top: 22px;
}

.surface-card,
.policy-content,
.policy-hero {
    border-radius: 32px;
}

.surface-card {
    padding: 32px;
}

.surface-card--dark {
    background: linear-gradient(180deg, rgba(56, 38, 53, 0.94), rgba(38, 28, 40, 0.94));
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.08);
}

.surface-card--dark p {
    color: rgba(255, 255, 255, 0.74);
}

.policy-section {
    margin-top: 30px;
}

.policy-heading {
    max-width: 760px;
}

.policy-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 20px;
}

.policy-tile {
    display: block;
    min-height: 220px;
    padding: 24px;
    border-radius: 26px;
    text-decoration: none;
}

.policy-tile strong {
    display: block;
    margin-top: 12px;
    font-size: 1.25rem;
    line-height: 1.12;
}

.policy-tile p {
    margin: 12px 0 0;
    line-height: 1.6;
}

.site-footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-top: 34px;
    padding: 24px 26px;
    border-radius: 30px;
}

.footer-copy {
    max-width: 460px;
    margin: 0;
    line-height: 1.7;
}

.policy-shell {
    max-width: 940px;
}

.policy-hero,
.policy-content {
    padding: 32px;
}

.policy-content {
    margin-top: 18px;
}

.policy-hero__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.policy-hero h1 {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.02;
    margin-top: 4px;
}

.policy-hero p {
    max-width: 720px;
    line-height: 1.76;
}

.policy-content h2 {
    margin-top: 0;
    font-size: 1.55rem;
}

.policy-content h2 + p,
.policy-content h2 + ul {
    margin-top: 12px;
}

.policy-content h2:not(:first-child) {
    margin-top: 28px;
}

.policy-content footer {
    margin-top: 28px;
    color: var(--muted);
}

.support-rows {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
}

.support-card {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.8), rgba(248, 200, 220, 0.18));
}

.support-card h3 {
    margin: 0 0 10px;
}

.warning {
    margin-top: 24px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(248, 200, 220, 0.26);
    border: 1px solid rgba(121, 84, 101, 0.12);
    color: var(--muted-strong);
    line-height: 1.7;
}

@media (max-width: 1080px) {
    .hero-panel,
    .ritual-strip,
    .feature-mosaic,
    .section-grid,
    .policy-grid {
        grid-template-columns: 1fr;
    }

    .hero-preview {
        min-height: 720px;
    }

    .hero-art-shell {
        min-height: 720px;
    }

    .hero-callout--private {
        margin-top: 160px;
        margin-right: 18px;
    }
}

@media (max-width: 760px) {
    .site-shell,
    .policy-shell {
        width: min(100% - 24px, 100%);
        padding-top: 14px;
    }

    .topbar,
    .site-footer,
    .policy-hero,
    .policy-content,
    .surface-card,
    .policy-tile,
    .preview-card--phone,
    .mosaic-card,
    .support-card {
        border-radius: 24px;
    }

    .topbar,
    .site-footer {
        padding: 16px;
    }

    .topbar,
    .site-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-panel {
        padding-top: 32px;
    }

    .hero-copy h1 {
        max-width: none;
        font-size: clamp(2.4rem, 11vw, 4rem);
    }

    .hero-preview,
    .hero-art-shell {
        min-height: auto;
    }

    .hero-art-shell {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 16px;
        align-items: start;
    }

    .hero-artwork {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
    }

    .hero-callout--day {
        grid-column: auto;
        grid-row: auto;
        justify-self: stretch;
        align-self: auto;
        margin: 0;
    }

    .hero-callout--private {
        grid-column: auto;
        grid-row: auto;
        justify-self: stretch;
        align-self: auto;
        margin: 0;
    }

    .preview-card--phone {
        position: relative;
        grid-column: auto;
        grid-row: auto;
        justify-self: stretch;
        align-self: auto;
        margin: 0;
        width: 100%;
    }

    .hero-callout {
        position: relative;
        max-width: none;
    }

    .stat-row,
    .support-rows {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 520px) {
    .phone-panel h2 {
        font-size: 1.3rem;
    }

    .activity-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-callout {
        max-width: none;
        padding: 12px 14px;
    }
}
