:root {
    --ink: #2c2a28;
    --muted: #7a736c;
    --paper: #f7f3ec;
    --paper-2: #efe8dc;
    --teal: #8b7355;
    --teal-deep: #5c5346;
    --coral: #c4a574;
    --coral-deep: #a68968;
    --cream: #fbf8f2;
    --line: rgba(44, 42, 40, 0.12);
    --shadow: 0 20px 55px rgba(44, 42, 40, 0.12);
    --radius: 16px;
    --font-display: "Fraunces", Georgia, serif;
    --font-body: "Manrope", system-ui, sans-serif;
    --gold: #c4a574;
    --charcoal: #2c2a28;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--ink);
    background:
        radial-gradient(900px 480px at 0% 0%, rgba(196, 165, 116, 0.18), transparent 55%),
        radial-gradient(800px 420px at 100% 10%, rgba(44, 42, 40, 0.06), transparent 50%),
        linear-gradient(180deg, #fbf8f2 0%, var(--paper) 50%, #efe8dc 100%);
    min-height: 100vh;
    line-height: 1.55;
}

a { color: inherit; text-decoration: none; }

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

.container {
    width: min(1100px, calc(100% - 2rem));
    margin-inline: auto;
}

.site-header {
    padding: 1.1rem 0;
}

.site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.7rem;
    letter-spacing: -0.01em;
    font-style: italic;
}

.brand span { color: var(--teal); }

.nav-links {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border: 0;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.85rem 1.4rem;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
    background: linear-gradient(135deg, var(--teal), #b54d68);
    color: #fff;
    box-shadow: 0 12px 28px rgba(155, 61, 85, 0.32);
}

.btn-primary:hover { background: var(--teal-deep); }

.btn-accent {
    background: linear-gradient(135deg, var(--coral), #e8a0ae);
    color: #fff;
    box-shadow: 0 12px 28px rgba(212, 120, 140, 0.35);
}

.btn-accent:hover { background: var(--coral-deep); }

.btn-ghost {
    background: transparent;
    border: 1.5px solid var(--line);
    color: var(--ink);
}

.btn-soft {
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid var(--line);
}

.hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2.5rem;
    align-items: end;
    padding: 2.5rem 0 3.5rem;
    min-height: calc(100vh - 90px);
}

.hero-copy h1 {
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 6.5vw, 4.8rem);
    line-height: 1.02;
    letter-spacing: -0.02em;
    margin: 0 0 1rem;
    font-weight: 600;
    font-style: italic;
}

.hero-copy h1 em {
    font-style: italic;
    color: var(--teal);
}

.hero-copy p {
    font-size: 1.12rem;
    color: var(--muted);
    max-width: 38ch;
    margin: 0 0 1.75rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.hero-visual {
    position: relative;
    min-height: 420px;
    border-radius: 32px;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(244, 228, 200, 0.28), transparent 45%),
        radial-gradient(circle at 80% 80%, rgba(232, 160, 174, 0.35), transparent 40%),
        linear-gradient(155deg, #7a2a40 0%, #9b3d55 45%, #c45d74 100%);
    color: #fff;
    padding: 2.2rem;
    box-shadow: var(--shadow);
    animation: rise 0.9s ease both;
}

.hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 18c-5-8-16-8-16 2 0 12 16 22 16 22s16-10 16-22c0-10-11-10-16-2z' fill='%23ffffff' fill-opacity='0.07'/%3E%3C/svg%3E");
    background-size: 70px 70px;
    pointer-events: none;
    animation: drift 18s linear infinite;
}

.hero-visual h2,
.hero-visual p,
.hero-chips {
    position: relative;
    z-index: 1;
}

.hero-visual h2 {
    font-family: var(--font-display);
    font-size: 2.35rem;
    margin: 0 0 0.75rem;
    max-width: 12ch;
    font-weight: 600;
    font-style: italic;
    line-height: 1.1;
}

.hero-visual p {
    margin: 0;
    opacity: 0.9;
    max-width: 28ch;
}

.hero-chips {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.chip {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(8px);
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    font-size: 0.88rem;
}

.section {
    padding: 1.5rem 0 3.5rem;
}

.section-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 3.2vw, 2.7rem);
    margin: 0 0 0.4rem;
    letter-spacing: -0.02em;
    font-style: italic;
    font-weight: 600;
}

.section-sub {
    color: var(--muted);
    margin: 0 0 1.75rem;
}

.panel {
    background: rgba(255, 248, 250, 0.85);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.5rem;
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
}

.progress {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 1.5rem;
}

.progress span {
    flex: 1;
    height: 6px;
    border-radius: 999px;
    background: rgba(58, 36, 44, 0.1);
}

.progress span.done,
.progress span.active {
    background: var(--teal);
}

.progress span.active {
    background: linear-gradient(90deg, var(--teal), var(--coral));
}

.step-head {
    margin-bottom: 1.25rem;
}

.step-head .eyebrow {
    color: var(--teal);
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.step-head h1 {
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 3vw, 2.4rem);
    margin: 0.35rem 0 0.35rem;
    font-style: italic;
    font-weight: 600;
}

.step-head p {
    margin: 0;
    color: var(--muted);
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-grid .full { grid-column: 1 / -1; }

label {
    display: grid;
    gap: 0.4rem;
    font-weight: 700;
    font-size: 0.92rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="password"],
select,
textarea {
    width: 100%;
    border: 1.5px solid var(--line);
    background: var(--cream);
    border-radius: 14px;
    padding: 0.85rem 1rem;
    font: inherit;
    color: var(--ink);
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input[type="password"] {
    letter-spacing: 0.08em;
}

input[type="password"]::placeholder {
    letter-spacing: normal;
}

.password-field {
    position: relative;
}

.password-field input {
    padding-right: 3rem;
}

.password-toggle {
    position: absolute;
    right: 0.7rem;
    bottom: 0.7rem;
    border: 0;
    background: transparent;
    color: var(--muted);
    font: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    padding: 0.25rem 0.35rem;
}

.password-toggle:hover {
    color: var(--teal);
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--coral);
    box-shadow: 0 0 0 4px rgba(212, 120, 140, 0.18);
}

textarea { min-height: 120px; resize: vertical; }

.choice-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.75rem;
}

.choice {
    position: relative;
}

.choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.choice span {
    display: block;
    text-align: center;
    padding: 0.95rem 0.6rem;
    border-radius: 14px;
    border: 1.5px solid var(--line);
    background: var(--cream);
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s ease;
}

.choice input:checked + span {
    border-color: var(--teal);
    background: rgba(155, 61, 85, 0.1);
    color: var(--teal-deep);
    box-shadow: inset 0 0 0 1px var(--teal);
}

.form-actions {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.error-list {
    background: #ffe8ec;
    color: #8a2a3d;
    border: 1px solid #f0b8c4;
    border-radius: 12px;
    padding: 0.9rem 1rem;
    margin-bottom: 1rem;
}

.toast-stack {
    position: fixed;
    top: 1.15rem;
    right: 1.15rem;
    z-index: 1000;
    display: grid;
    gap: 0.65rem;
    width: min(360px, calc(100vw - 2rem));
    pointer-events: none;
}

.toast {
    pointer-events: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(58, 36, 44, 0.18);
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.4;
    animation: toastIn 0.3s ease both;
}

.toast--success {
    background: #fff8fa;
    color: var(--teal-deep);
    border: 1px solid #efc2cf;
}

.toast--error {
    background: #fff5f6;
    color: #8a2a3d;
    border: 1px solid #f0b8c4;
}

.toast-close {
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.7;
    padding: 0;
}

.toast-close:hover { opacity: 1; }

.toast--hide {
    animation: toastOut 0.28s ease forwards;
}

@keyframes toastIn {
    from { opacity: 0; transform: translateX(18px); }
    to { opacity: 1; transform: none; }
}

@keyframes toastOut {
    from { opacity: 1; transform: none; }
    to { opacity: 0; transform: translateX(18px); }
}

.filters {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr auto;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

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

.nav-badge {
    display: inline-grid;
    place-items: center;
    min-width: 1.2rem;
    height: 1.2rem;
    padding: 0 0.3rem;
    margin-left: 0.25rem;
    border-radius: 999px;
    background: var(--coral);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
}

.note-unread {
    background: rgba(155, 61, 85, 0.05);
    border-radius: 12px;
    padding-inline: 0.65rem;
}

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

.person-card {
    background: rgba(255, 248, 250, 0.9);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 1.15rem;
    display: grid;
    gap: 0.85rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    animation: fadeUp 0.55s ease both;
}

.person-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.avatar {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    overflow: hidden;
    flex-shrink: 0;
}

.avatar-img img,
.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-photo {
    width: 100%;
    height: 190px;
    border-radius: 16px;
    overflow: hidden;
    background: var(--paper-2);
}

.card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.person-card:hover .card-photo img {
    transform: scale(1.04);
}

.profile-photo {
    width: 100%;
    max-width: 220px;
    aspect-ratio: 1;
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 1rem;
    border: 3px solid rgba(255, 255, 255, 0.28);
}

.profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-preview {
    display: flex;
    gap: 0.85rem;
    align-items: center;
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 0.75rem;
}

.photo-preview img {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    object-fit: cover;
}

.photo-preview span {
    color: var(--muted);
    font-size: 0.9rem;
}

.photo-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 0.65rem;
}

.photo-row img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid var(--line);
}

input[type="file"] {
    width: 100%;
    border: 1.5px dashed var(--line);
    background: var(--cream);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    font: inherit;
}

.person-meta h3 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 600;
}

.person-meta p {
    margin: 0.2rem 0 0;
    color: var(--muted);
    font-size: 0.92rem;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.tag {
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: rgba(155, 61, 85, 0.1);
    color: var(--teal-deep);
}

.rate {
    font-weight: 700;
    color: var(--coral-deep);
}

.profile-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 1.5rem;
}

.profile-side {
    background:
        radial-gradient(circle at 15% 20%, rgba(244, 228, 200, 0.22), transparent 40%),
        linear-gradient(160deg, #7a2a40, #9b3d55 55%, #c45d74);
    color: #fff;
    border-radius: 28px;
    padding: 1.75rem;
    min-height: 360px;
}

.profile-side .big-avatar {
    width: 88px;
    height: 88px;
    border-radius: 24px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.16);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.profile-side h1 {
    font-family: var(--font-display);
    margin: 0 0 0.35rem;
    font-size: 2.2rem;
    font-style: italic;
    font-weight: 600;
}

.profile-side .rate { color: #ffe0e8; }

.success-box {
    text-align: center;
    max-width: 560px;
    margin: 2rem auto;
    padding: 2.5rem 1.5rem;
}

.success-box .icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    display: grid;
    place-items: center;
    background: rgba(155, 61, 85, 0.12);
    color: var(--teal);
    font-size: 2rem;
}

.success-box h1 {
    font-family: var(--font-display);
    margin: 0 0 0.5rem;
    font-style: italic;
    font-weight: 600;
}

.success-box p { color: var(--muted); }

.site-footer {
    padding: 2rem 0 2.5rem;
    color: var(--muted);
    font-size: 0.92rem;
    border-top: 1px solid var(--line);
    margin-top: 1rem;
}

/* Landing page */
.page-landing {
    background: #fff7f9;
}

.page-landing .site-footer {
    margin-top: 0;
    background: #2a151c;
    color: rgba(255, 245, 248, 0.72);
    border-top: 0;
    padding: 2.25rem 0;
}

.site-header--over-hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    padding-top: 1.35rem;
}

.site-header--over-hero .brand {
    color: #fff;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.site-header--over-hero .brand span {
    color: #ffd0db;
}

.site-header--over-hero .btn-ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
}

.site-header--over-hero .btn-soft {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
    backdrop-filter: blur(8px);
}

.site-header--over-hero .btn-primary {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.lp-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: grid;
    align-items: end;
    overflow: hidden;
    color: #fff;
}

.lp-hero-media {
    position: absolute;
    inset: 0;
}

.lp-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.06);
    animation: heroZoom 16s ease-out forwards;
}

.lp-hero-veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(28, 12, 18, 0.45) 0%, rgba(28, 12, 18, 0.2) 40%, rgba(28, 12, 18, 0.78) 100%),
        linear-gradient(105deg, rgba(28, 12, 18, 0.72) 0%, rgba(28, 12, 18, 0.35) 48%, rgba(28, 12, 18, 0.12) 100%);
}

.lp-hero-content {
    position: relative;
    z-index: 2;
    padding: 8rem 0 5.5rem;
    max-width: 680px;
}

.lp-brand {
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 6vw, 4.2rem);
    font-style: italic;
    font-weight: 700;
    margin: 0 0 0.35rem;
    letter-spacing: -0.03em;
    color: #fff;
    line-height: 1;
    animation: rise 0.9s ease both;
}

.lp-hero-content h1 {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 4.8vw, 3.55rem);
    line-height: 1.1;
    font-weight: 600;
    font-style: italic;
    margin: 0 0 1rem;
    max-width: 16ch;
    animation: rise 0.95s ease 0.12s both;
}

.lp-lead {
    margin: 0 0 1.85rem;
    font-size: 1.12rem;
    line-height: 1.65;
    max-width: 34ch;
    color: rgba(255, 245, 248, 0.9);
    animation: rise 0.95s ease 0.2s both;
}

.lp-hero .hero-actions {
    animation: rise 0.95s ease 0.28s both;
}

.lp-scroll {
    position: absolute;
    left: 50%;
    bottom: 1.4rem;
    transform: translateX(-50%);
    z-index: 2;
    width: 22px;
    height: 36px;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
}

.lp-scroll span {
    display: block;
    width: 4px;
    height: 4px;
    margin: 8px auto 0;
    border-radius: 50%;
    background: #fff;
    animation: scrollDot 1.6s ease-in-out infinite;
}

.btn-light {
    background: rgba(255, 255, 255, 0.94);
    color: var(--teal-deep);
    box-shadow: 0 12px 28px rgba(28, 12, 18, 0.24);
}

.btn-light:hover {
    background: #fff;
}

.lp-section {
    padding: 5rem 0;
}

.lp-moments {
    background: #fff;
    border-bottom: 1px solid var(--line);
}

.lp-moments-head {
    margin-bottom: 2rem;
}

.lp-moment-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.lp-moment-list li {
    padding-top: 1rem;
    border-top: 2px solid rgba(155, 61, 85, 0.18);
}

.lp-moment-list strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.55rem;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.lp-moment-list span {
    color: var(--muted);
    font-size: 0.95rem;
}

.lp-how {
    background:
        radial-gradient(680px 280px at 0% 0%, rgba(212, 120, 140, 0.12), transparent 55%),
        #fff7f9;
}

.lp-heading {
    font-family: var(--font-display);
    font-size: clamp(2.1rem, 3.6vw, 3rem);
    font-style: italic;
    font-weight: 600;
    margin: 0 0 0.45rem;
    letter-spacing: -0.02em;
}

.lp-sub {
    margin: 0 0 2.5rem;
    color: var(--muted);
    max-width: 38ch;
    font-size: 1.05rem;
}

.lp-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.25rem 2rem;
    position: relative;
}

.lp-steps::before {
    content: "";
    position: absolute;
    top: 1.15rem;
    left: 8%;
    right: 8%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(155, 61, 85, 0.28), transparent);
}

.lp-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(155, 61, 85, 0.22);
    color: var(--teal);
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.lp-steps h3 {
    font-family: var(--font-display);
    font-size: 1.7rem;
    font-style: italic;
    font-weight: 600;
    margin: 0 0 0.5rem;
}

.lp-steps p {
    margin: 0;
    color: var(--muted);
    max-width: 28ch;
    line-height: 1.6;
}

.lp-featured {
    background: #fff;
}

.lp-featured-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.lp-featured-head .lp-sub {
    margin-bottom: 0;
}

.lp-featured-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 1.75rem;
}

.lp-featured-item {
    display: block;
    transition: transform 0.25s ease;
}

.lp-featured-item:hover {
    transform: translateY(-4px);
}

.lp-featured-photo {
    aspect-ratio: 3 / 4;
    border-radius: 20px;
    overflow: hidden;
    background: var(--paper-2);
    margin-bottom: 0.85rem;
}

.lp-featured-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.lp-featured-item:hover .lp-featured-photo img {
    transform: scale(1.05);
}

.lp-featured-meta h3 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-style: italic;
    font-weight: 600;
}

.lp-featured-meta p {
    margin: 0.2rem 0 0;
    color: var(--muted);
    font-size: 0.92rem;
}

.lp-section--paths {
    padding-bottom: 5.5rem;
    background:
        radial-gradient(700px 320px at 100% 0%, rgba(212, 120, 140, 0.18), transparent 55%),
        linear-gradient(180deg, #fff7f9, #f8e8ee);
}

.lp-paths {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem;
}

.lp-path {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    border-radius: 28px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    min-height: 250px;
}

.lp-path:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 55px rgba(123, 42, 64, 0.16);
}

.lp-path--alt {
    background: linear-gradient(155deg, #6f2438 0%, #9b3d55 55%, #c45d74 100%);
    border-color: transparent;
    color: #fff;
}

.lp-path-label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--coral-deep);
    margin-bottom: 0.85rem;
}

.lp-path--alt .lp-path-label {
    color: rgba(255, 224, 232, 0.85);
}

.lp-path h3 {
    font-family: var(--font-display);
    font-size: 2.1rem;
    font-style: italic;
    font-weight: 600;
    margin: 0 0 0.7rem;
}

.lp-path p {
    margin: 0 0 auto;
    color: var(--muted);
    max-width: 34ch;
    line-height: 1.6;
    padding-bottom: 1.5rem;
}

.lp-path--alt p {
    color: rgba(255, 245, 248, 0.88);
}

.lp-path-cta {
    font-weight: 700;
    color: var(--teal);
}

.lp-path-cta::after {
    content: " →";
}

.lp-path--alt .lp-path-cta {
    color: #ffe0e8;
}

@keyframes heroZoom {
    from { transform: scale(1.1); }
    to { transform: scale(1.02); }
}

@keyframes scrollDot {
    0%, 100% { opacity: 0.3; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(12px); }
}

@media (max-width: 900px) {
    .lp-steps,
    .lp-paths,
    .lp-moment-list,
    .lp-featured-grid {
        grid-template-columns: 1fr 1fr;
    }

    .lp-steps::before {
        display: none;
    }

    .lp-hero-content {
        padding: 7rem 0 4rem;
    }

    .lp-hero-content h1 {
        max-width: none;
    }

    .lp-featured-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-header--over-hero .nav-links .btn-ghost {
        display: none;
    }
}

@media (max-width: 640px) {
    .lp-steps,
    .lp-paths,
    .lp-moment-list,
    .lp-featured-grid {
        grid-template-columns: 1fr;
    }

    .lp-scroll {
        display: none;
    }
}

.profile-edit-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 1.25rem;
    align-items: start;
}

.upload-block {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 1rem;
}

.upload-title {
    font-weight: 700;
    margin-bottom: 0.85rem;
}

.upload-title span {
    font-weight: 500;
    color: var(--muted);
    font-size: 0.9rem;
}

.upload-main {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 1rem;
    align-items: center;
}

.upload-preview {
    width: 120px;
    height: 120px;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1.5px dashed rgba(155, 61, 85, 0.28);
    display: grid;
    place-items: center;
}

.upload-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upload-placeholder {
    color: var(--muted);
    font-size: 0.82rem;
    text-align: center;
    padding: 0.5rem;
}

.upload-actions p {
    margin: 0 0 0.75rem;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 500;
}

.upload-btn {
    display: inline-flex;
    cursor: pointer;
    margin-bottom: 0.45rem;
}

.upload-filename {
    display: block;
    color: var(--muted);
    font-size: 0.85rem;
    font-weight: 500;
}

.upload-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    margin-bottom: 0.85rem;
}

.upload-thumb {
    aspect-ratio: 1;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
}

.upload-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upload-empty {
    grid-column: 1 / -1;
    padding: 1.25rem;
    text-align: center;
    color: var(--muted);
    border: 1.5px dashed rgba(155, 61, 85, 0.22);
    border-radius: 14px;
    background: #fff;
    font-size: 0.92rem;
}

.booking-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1.25rem;
}

.booking-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 0.95rem 0;
    border-bottom: 1px solid var(--line);
}

.booking-row:last-child {
    border-bottom: 0;
}

.booking-row-right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.muted {
    color: var(--muted);
    font-size: 0.92rem;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: capitalize;
}

.status-pending { background: #fff1d6; color: #8a5a00; }
.status-confirmed { background: #e4f5ef; color: #1f6b4f; }
.status-rejected { background: #ffe8ec; color: #8a2a3d; }
.status-cancelled { background: #ececec; color: #555; }
.status-completed { background: #efe6ff; color: #5a3d8a; }

@media (max-width: 900px) {
    .profile-edit-grid {
        grid-template-columns: 1fr;
    }

    .upload-main {
        grid-template-columns: 1fr;
    }

    .booking-row {
        flex-direction: column;
        align-items: flex-start;
    }
}

.pagination a,
.pagination span {
    padding: 0.45rem 0.75rem;
    border-radius: 10px;
    border: 1px solid var(--line);
    background: rgba(255, 248, 250, 0.85);
}

.pagination .active span {
    background: var(--teal);
    color: #fff;
    border-color: var(--teal);
}

@keyframes rise {
    from { opacity: 0; transform: translateY(18px) scale(0.98); }
    to { opacity: 1; transform: none; }
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: none; }
}

@keyframes drift {
    from { background-position: 0 0; }
    to { background-position: 70px 70px; }
}

@media (max-width: 900px) {
    .hero,
    .profile-layout,
    .people-grid,
    .filters,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .hero { min-height: auto; padding-top: 1.5rem; }
    .hero-visual { min-height: 320px; }
    .nav-links .btn-ghost { display: none; }
}

/* —— CHALYAAR additions —— */
.brand { font-style: normal; letter-spacing: 0.06em; font-size: 1.35rem; }
.brand span { color: var(--gold); }

.nav-links--desktop a {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--ink);
    opacity: 0.85;
}
.nav-links--desktop a:hover { opacity: 1; color: var(--teal-deep); }

.nav-icon {
    display: none;
    border: 0;
    background: transparent;
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0.35rem 0.5rem;
}

.mobile-menu {
    display: none;
    background: var(--cream);
    border-top: 1px solid var(--line);
    padding: 0.75rem 1rem 1rem;
}
.mobile-menu a {
    display: block;
    padding: 0.7rem 0;
    font-weight: 600;
    border-bottom: 1px solid var(--line);
}

.hero-search {
    display: grid;
    grid-template-columns: 1.2fr 1fr auto;
    gap: 0.65rem;
    margin-top: 1.5rem;
    background: rgba(251, 248, 242, 0.94);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 14px;
    padding: 0.75rem;
    max-width: 720px;
    box-shadow: var(--shadow);
}
.hero-search-field {
    display: grid;
    gap: 0.25rem;
    text-align: left;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.hero-search-field input,
.hero-search-field select {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 0.7rem 0.8rem;
    font: inherit;
    background: #fff;
    color: var(--ink);
}
.lp-hi {
    color: rgba(255,255,255,0.82);
    font-style: italic;
    margin: 0.5rem 0 0;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.15rem;
}

.companion-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(44,42,40,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}
.companion-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(44,42,40,0.12);
}
.card-photo {
    aspect-ratio: 4/5;
    overflow: hidden;
    background: var(--paper-2);
    position: relative;
}
.card-photo img { width: 100%; height: 100%; object-fit: cover; }
.avatar-fallback {
    width: 100%; height: 100%;
    display: grid; place-items: center;
    color: #fff; font-size: 2.5rem; font-weight: 700;
}
.badge-verified {
    position: absolute;
    top: 0.75rem; left: 0.75rem;
    background: rgba(44,42,40,0.88);
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.3rem 0.55rem;
    border-radius: 6px;
}
.card-body { padding: 1rem; display: grid; gap: 0.45rem; }
.card-top { display: flex; justify-content: space-between; gap: 0.5rem; align-items: start; }
.card-top h3 { margin: 0; font-size: 1.1rem; font-family: var(--font-display); }
.card-meta { color: var(--muted); font-size: 0.9rem; display: flex; gap: 0.75rem; }
.card-cta {
    margin-top: 0.35rem;
    font-weight: 700;
    color: var(--teal-deep);
    font-size: 0.9rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 1.5rem;
    padding: 2rem 0;
}
.footer-grid h4 { margin: 0 0 0.75rem; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; }
.footer-grid a { display: block; color: var(--muted); margin-bottom: 0.4rem; }
.footer-tag { font-family: var(--font-display); font-size: 1.15rem; margin: 0.5rem 0; }
.footer-hi { color: var(--muted); font-style: italic; margin: 0 0 0.75rem; }
.footer-safety { color: var(--muted); font-size: 0.85rem; }

.exp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1rem;
}
.exp-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.25rem;
    transition: border-color 0.2s ease, transform 0.2s ease;
}
.exp-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.exp-card h2 { font-family: var(--font-display); margin: 0 0 0.5rem; font-size: 1.35rem; }
.exp-card p { color: var(--muted); margin: 0 0 0.75rem; }
.exp-card span { font-weight: 700; color: var(--teal-deep); }

.safety-strip, .notice-box {
    background: rgba(196,165,116,0.12);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.25rem 1.5rem;
}
.safety-list { padding-left: 1.2rem; color: var(--muted); }
.safety-list li { margin-bottom: 0.45rem; }

.price-row { display: flex; gap: 0.85rem; flex-wrap: wrap; margin: 1.25rem 0; }
.price-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    min-width: 120px;
}

.check-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start;
    gap: 0.65rem;
}
.check-row input { width: auto; margin-top: 0.25rem; }

.dash-links { display: flex; flex-wrap: wrap; gap: 0.65rem; }
.dash-links a {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0.55rem 1rem;
    font-weight: 600;
}
.dash-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 0.9rem 1rem;
    margin-bottom: 0.55rem;
}
.dash-row span { color: var(--muted); }

.pill {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
}
.pill-pending { background: #f3e6c8; color: #7a5a20; }
.pill-approved { background: #d8efe3; color: #1f6b45; }
.pill-rejected { background: #f5d5d5; color: #8a3030; }

.empty-state { text-align: center; padding: 2rem; }

.lp-moment-list a { display: grid; gap: 0.25rem; color: inherit; }

@media (max-width: 860px) {
    .nav-links--desktop { display: none !important; }
    .nav-icon { display: inline-flex; }
    .mobile-menu:not([hidden]) { display: block; }
    .hero-search { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .nav-links--actions .btn-soft,
    .nav-links--actions .btn-primary { display: none; }
}

@media (max-width: 520px) {
    .footer-grid { grid-template-columns: 1fr; }
}

/* Profile multi-photo gallery */
.profile-gallery { margin-bottom: 1rem; }
.profile-gallery-main {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(0,0,0,0.2);
    aspect-ratio: 4/5;
}
.profile-gallery-main > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(44,42,40,0.72);
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    display: grid;
    place-items: center;
}
.gallery-nav--prev { left: 0.6rem; }
.gallery-nav--next { right: 0.6rem; }
.gallery-count {
    position: absolute;
    bottom: 0.65rem;
    right: 0.65rem;
    background: rgba(44,42,40,0.75);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
}
.profile-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.45rem;
    margin-top: 0.55rem;
}
.gallery-thumb {
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    background: transparent;
    aspect-ratio: 1;
}
.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.gallery-thumb.is-active {
    border-color: var(--gold);
}
.profile-photo-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
.photo-grid-item {
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
}
.photo-grid-item img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
    transition: transform 0.2s ease;
}
.photo-grid-item:hover img { transform: scale(1.03); }

.exp-groups { display: grid; gap: 1.25rem; }
.exp-group {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.25rem;
}
.exp-group-head { display: flex; gap: 0.85rem; align-items: flex-start; margin-bottom: 0.75rem; }
.exp-emoji { font-size: 1.75rem; line-height: 1; }
.exp-group-head h2 { margin: 0; font-family: var(--font-display); font-size: 1.35rem; }
.exp-group-head p { margin: 0.25rem 0 0; color: var(--muted); }
.exp-subgrid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 0.85rem;
}
.exp-subgrid a {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-size: 0.88rem;
    font-weight: 600;
}
.exp-subgrid a:hover { border-color: var(--gold); }
.exp-group-cta { font-weight: 700; color: var(--teal-deep); }

.discover-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0 0 1.25rem;
}
.chip {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 999px;
    padding: 0.4rem 0.85rem;
    font-size: 0.88rem;
    font-weight: 600;
}
.chip.is-active, .chip:hover {
    border-color: var(--gold);
    background: rgba(196,165,116,0.12);
}
