/* TTPCG · Farben, Abstände und Typografie werden hier zentral gepflegt. */
:root {
    --blue: #195487;
    --blue-dark: #113a61;
    --blue-light: #4a90d9;
    --ink: #172b3e;
    --muted: #607184;
    --line: #dfe6ed;
    --paper: #f5f8fb;
    --white: #fff;
    --rose: #b95167;
    --radius: 16px;
    --shadow: 0 16px 48px #142e4d0d;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: #fff;
    font-synthesis: none
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 24px
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 1.65
}

h1,
h2,
h3,
p,
figure,
blockquote {
    margin: 0
}

h1,
h2,
h3 {
    line-height: 1.15;
    font-weight: 500
}

h1,
h2 {
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: -.035em
}

h2 {
    font-size: clamp(1.9rem, 3.2vw, 2.75rem)
}

h3 {
    font-size: 1.2rem;
    font-weight: 650
}

p {
    color: var(--muted)
}

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

a:hover {
    color: var(--blue)
}

button,
input,
select,
textarea {
    font: inherit
}

button,
a,
input,
select,
textarea {
    touch-action: manipulation
}

button {
    cursor: pointer
}

button:disabled {
    cursor: not-allowed;
    opacity: .6
}

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

svg {
    flex-shrink: 0;
    vertical-align: middle
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
    outline: 3px solid var(--blue-light);
    outline-offset: 4px
}

.container {
    width: min(1160px, calc(100% - 64px));
    margin-inline: auto
}

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

.skip {
    position: absolute;
    top: -100px;
    left: 20px;
    z-index: 100;
    background: white;
    padding: 10px
}

.skip:focus {
    top: 10px
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: var(--blue);
    border: 1px solid var(--blue);
    border-radius: 7px;
    padding: 14px 22px;
    color: white;
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.45;
    transition: background .2s, transform .2s;
    min-height: 48px
}

.button:hover {
    color: white;
    background: var(--blue-dark);
    border-color: var(--blue-dark)
}

.button-white {
    background: white;
    border-color: white;
    color: var(--blue-dark)
}

.button-white:hover {
    color: var(--blue-dark);
    background: #edf5ff;
    border-color: #edf5ff
}

.button-outline {
    background: transparent;
    color: var(--blue);
    border-color: #bdd0e1
}

.button-outline:hover {
    background: #eaf2fa;
    color: var(--blue);
    border-color: var(--blue)
}

.button.small {
    padding: 9px 14px;
    font-size: .875rem;
    min-height: 40px
}

.button.danger {
    background: #a53543;
    border-color: #a53543
}

.text-link {
    text-decoration: underline;
    text-underline-offset: 3px
}

.eyebrow {
    display: block;
    font-size: .72rem;
    letter-spacing: .16em;
    line-height: 1.6;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 15px
}

.eyebrow.light {
    color: #c4def4
}

.demo-strip {
    text-align: center;
    padding: 7px 18px;
    background: #edf3fa;
    color: #365772;
    font-size: .8rem;
    border-bottom: 1px solid #e2e9f0
}

.site-header {
    background: white
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 96px
}

.brand {
    display: inline-flex;
    flex-shrink: 0
}

.brand img {
    object-fit: contain;
    height: auto
}

.site-header nav {
    display: flex;
    gap: 30px;
    font-size: .9rem
}

.site-header nav a {
    padding-block: 12px
}

.header-cta {
    font-size: .85rem;
    min-height: 44px;
    padding: 11px 17px
}

.hero {
    background: radial-gradient(ellipse at 100% 15%, #64a3dc66, transparent 65%), linear-gradient(135deg, #1e3a5f 0%, #2e5c8a 50%, #4a90d9 100%);
    color: white;
    overflow: hidden
}

.hero-inner {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    min-height: 536px;
    gap: 44px;
    padding-block: 48px 100px
}

.hero h1 {
    font-size: clamp(3rem, 5.5vw, 4.8rem);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.045em
}

.hero h1 em {
    font-weight: 400;
    color: #d5e9fb
}

.hero-copy>p {
    color: #e0ebf5;
    max-width: 460px;
    margin-top: 22px;
    font-size: 1rem;
    line-height: 1.75
}

.hero-copy>.button {
    margin-top: 29px
}

.hero-trust {
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #d1e2f0;
    font-size: .78rem
}

.hero-trust>span {
    margin: 0 1px
}

.hero-portraits {
    position: relative;
    height: 355px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding-left: 12px
}

.hero-person {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 13px;
    flex: 0 1 226px;
    height: 316px;
    box-shadow: 0 22px 45px #061e423d;
    border: 5px solid #ffffffd9;
    transform: rotate(-7deg);
    background: #d0dce8
}

.hero-person.person-1 {
    transform: rotate(7deg);
    margin-top: 46px
}

.hero-person .profile-photo,
.hero-person .sample-photo {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-person-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 38px 18px 13px;
    color: white;
    background: linear-gradient(transparent, #081d35c9);
    display: flex;
    flex-direction: column;
    line-height: 1.45
}

.hero-person-caption strong {
    font-size: 1.17rem;
    font-weight: 500
}

.hero-person-caption span {
    font-size: .77rem;
    color: #e5eef5
}

.connection-seal {
    position: absolute;
    bottom: -23px;
    left: 27%;
    border: 1px solid #ffffffe6;
    background: #fff;
    color: var(--blue);
    box-shadow: 0 8px 24px #10375d21;
    border-radius: 9px;
    padding: 13px 20px;
    display: flex;
    gap: 13px;
    align-items: center;
    transform: rotate(-3deg);
    font-size: .78rem;
    line-height: 1.45
}

.connection-seal svg {
    color: var(--rose)
}

.hero-empty {
    text-align: center;
    justify-self: center;
    border-left: 1px solid #ffffff33;
    padding: 40px 70px
}

.hero-empty p {
    font-family: Georgia, serif;
    font-size: 2rem;
    color: white;
    margin-top: 20px
}

.large-heart {
    display: block;
    color: #cae2f8
}

.filter-panel {
    position: relative;
    margin-top: -50px;
    z-index: 1;
    background: white;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 26px 30px 30px;
    box-shadow: var(--shadow);
    scroll-margin-top: 24px
}

.filter-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px
}

.filter-intro h2 {
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: 650;
    letter-spacing: -.02em
}

.filter-intro>span {
    color: var(--muted);
    font-size: .82rem
}

.filter-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1.15fr auto;
    align-items: end;
    gap: 20px
}

label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: .875rem;
    font-weight: 550;
    color: var(--ink)
}

input,
select,
textarea {
    width: 100%;
    border: 1px solid #cfdbe5;
    border-radius: 7px;
    background: white;
    color: var(--ink);
    min-width: 0;
    padding: 12px;
    font-size: .95rem;
    line-height: 1.5
}

select {
    padding-right: 26px
}

textarea {
    resize: vertical
}

input[type=checkbox],
input[type=radio] {
    width: 18px;
    min-width: 18px;
    height: 18px;
    accent-color: var(--blue);
    margin: 3px 0 0
}

.age-filter {
    padding: 0;
    margin: 0;
    border: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    min-width: 0
}

.age-filter legend {
    font-size: .875rem;
    font-weight: 550;
    margin-bottom: 7px;
    padding: 0
}

.age-filter label {
    min-width: 0;
    flex: 1
}

.age-filter>span {
    font-size: .82rem;
    color: var(--muted)
}

.filter-form>.button {
    padding-inline: 22px;
    min-height: 49px
}

.singles-section {
    padding-top: 66px
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 29px
}

.section-heading .eyebrow {
    margin-bottom: 11px
}

.section-heading p {
    margin-top: 14px;
    font-size: .85rem
}

.section-heading p a {
    text-decoration: underline;
    text-underline-offset: 3px
}

.sort-form {
    max-width: 170px;
    flex-shrink: 0
}

.sort-form select {
    border: 0;
    background: #f4f7fb;
    font-size: .84rem;
    padding: 10px 25px 10px 12px
}

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

.single-card {
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow .2s, transform .2s;
    background: white
}

.single-card:hover {
    box-shadow: 0 14px 32px #142e4d12;
    transform: translateY(-3px)
}

.card-image {
    display: block;
    aspect-ratio: 1.05;
    position: relative;
    overflow: hidden;
    background: #eaf0f5
}

.card-image>.profile-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%
}

.sample-photo {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #d5dfe7
}

.sample-photo img {
    position: absolute;
    max-width: none !important;
    height: auto !important;
    left: 0;
    top: 0
}

.sample-laura img {
    width: 970.29% !important;
    transform: translateY(-18.871252%)
}

.sample-thomas img {
    width: 692.82% !important;
    transform: translateY(-9.210526%)
}

.card-image-label {
    position: absolute;
    bottom: 14px;
    left: 16px;
    background: #ffffffed;
    color: #2a465e;
    border-radius: 5px;
    font-size: .72rem;
    font-weight: 600;
    padding: 4px 10px
}

.video-tag {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    background: #183752c9;
    color: white;
    font-size: .72rem;
    border-radius: 5px;
    padding: 4px 8px
}

.card-content {
    padding: 24px 22px 18px
}

.card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px
}

.card-title h3 {
    font-family: Georgia, serif;
    font-size: 1.65rem;
    font-weight: 400
}

.card-title>svg {
    color: #ba7182
}

.location {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: .85rem
}

.location svg {
    color: #7d92a5
}

.card-quote {
    font-family: Georgia, serif;
    font-size: 1.15rem;
    line-height: 1.55;
    min-height: 72px;
    margin-top: 19px;
    color: #45596b
}

.card-bottom {
    border-top: 1px solid var(--line);
    padding-top: 16px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

.card-bottom>span {
    font-size: .7rem;
    color: #718090;
    letter-spacing: .025em
}

.card-bottom>a {
    font-size: .77rem;
    color: var(--blue);
    font-weight: 650;
    display: inline-flex;
    align-items: center;
    gap: 7px
}

.photo-missing {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf0f5;
    color: #8aa3b8;
    min-height: 130px;
    height: 100%
}

.discretion-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 25px 10px;
    color: var(--blue)
}

.discretion-note p {
    font-size: .78rem
}

.discretion-note strong {
    font-weight: 600;
    color: #455e72
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 30px 0
}

.pagination a {
    border: 1px solid var(--line);
    padding: 6px 14px;
    border-radius: 5px
}

.pagination [aria-current=page] {
    background: var(--blue);
    color: white
}

.empty-state {
    text-align: center;
    padding: 65px 25px;
    background: var(--paper);
    border-radius: 12px;
    margin-bottom: 30px
}

.empty-state>svg {
    margin-bottom: 20px;
    color: #6e8ea9
}

.empty-state p {
    margin: 15px auto 24px;
    max-width: 550px
}

.empty-state h1 {
    font-size: 2.8rem
}

.map-placeholder {
    margin: 38px 0 75px;
    border: 1px dashed #bbccd9;
    background: #f5f8fc;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 24px
}

.map-placeholder .eyebrow {
    margin-bottom: 6px
}

.map-placeholder h2 {
    font-size: 1.8rem
}

.map-placeholder p {
    font-size: .85rem;
    margin-top: 7px
}

.map-symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 68px;
    height: 68px;
    background: #e6eef7;
    border-radius: 50%;
    padding: 18px;
    color: var(--blue)
}

.preview-chip {
    padding: 5px 9px;
    background: #e9f0f7;
    color: #536d85;
    border-radius: 5px;
    font-size: .72rem;
    white-space: nowrap
}

.map-placeholder>.preview-chip {
    margin-left: auto
}

.map-section {
    margin: 45px 0 70px
}

.map-placeholder.map-section {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    column-gap: 20px;
    row-gap: 0;
    align-items: center
}

.map-section>.map-symbol {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 0
}

.map-section>.eyebrow,
.map-section>h2 {
    grid-column: 2
}

.map-section h2 {
    margin-bottom: 0
}

.map-section>.map-frame {
    grid-column: 1 / -1;
    margin-top: 25px
}

.map-frame {
    display: block;
    border: 0;
    width: 100%;
    height: 520px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.how-section {
    background: var(--paper);
    padding: 75px 0 70px
}

.section-heading.center {
    display: block;
    text-align: center
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 52px;
    margin-top: 48px
}

.step-number {
    font-family: Georgia, serif;
    font-size: 2.3rem;
    font-style: italic;
    color: #829fb9;
    display: block;
    border-bottom: 1px solid #cedce7;
    padding-bottom: 16px;
    margin-bottom: 22px
}

.steps h3 {
    font-size: 1.03rem;
    margin-bottom: 12px
}

.steps p {
    font-size: .875rem;
    line-height: 1.75
}

.awards-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding-block: 58px
}

.awards-section .eyebrow {
    margin-bottom: 9px
}

.awards-section h2 {
    font-size: 1.8rem
}

.awards-section p {
    font-size: .8rem;
    margin-top: 12px
}

.awards {
    display: flex;
    gap: 24px;
    align-items: center
}

.awards img {
    object-fit: contain;
    border-radius: 5px
}

.site-footer {
    border-top: 1px solid var(--line);
    padding-top: 46px
}

.footer-main {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    padding-bottom: 35px
}

.footer-main p {
    font-size: .85rem;
    margin-top: 12px
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 36px;
    font-size: .85rem
}

.footer-links a:last-child {
    color: var(--muted);
    display: flex;
    gap: 7px;
    align-items: center
}

.footer-bottom {
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    font-size: .74rem;
    color: var(--muted);
    padding-block: 20px
}

.footer-bottom>div {
    display: flex;
    gap: 25px
}

.profile-main {
    padding: 32px 0 72px
}

.back-link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    font-size: .85rem;
    color: var(--muted);
    margin-bottom: 32px
}

.profile-layout {
    display: grid;
    grid-template-columns: .83fr 1.17fr;
    gap: 64px;
    align-items: start
}

.profile-primary {
    border-radius: 13px;
    overflow: hidden;
    aspect-ratio: 4/5;
    background: var(--paper)
}

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

.profile-primary .photo-missing {
    height: 100%
}

.profile-media-note {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: .73rem;
    color: var(--muted);
    padding: 17px 4px
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 12px
}

.gallery img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    height: auto;
    border-radius: 8px
}

.profile-kicker {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin-bottom: 17px
}

.profile-kicker .eyebrow {
    margin-bottom: 0;
    font-size: .66rem
}

.profile-story h1 {
    font-size: 4.1rem;
    margin-bottom: 12px
}

.profile-story h1>span {
    color: #74889a
}

.profile-story>.location {
    font-size: .95rem
}

.profile-story blockquote {
    font-family: Georgia, serif;
    font-size: 1.9rem;
    line-height: 1.4;
    color: var(--blue-dark);
    margin: 28px 0
}

.profile-facts {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    border-block: 1px solid var(--line);
    padding: 24px 0
}

.profile-facts dt {
    font-size: .77rem;
    color: var(--muted);
    margin-bottom: 3px
}

.profile-facts dd {
    margin: 0;
    font-size: .95rem;
    font-weight: 550
}

.story-text {
    margin-top: 30px
}

.story-text h2 {
    font-size: 1.6rem;
    margin-bottom: 16px
}

.story-text p {
    margin-bottom: 16px;
    line-height: 1.85;
    font-size: .95rem;
    white-space: normal;
    overflow-wrap: anywhere
}

.interest-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 22px 0
}

.interest-tags>span {
    background: #f0f5fa;
    border-radius: 30px;
    padding: 5px 13px;
    font-size: .76rem;
    color: #49677f
}

.profile-reference {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: .73rem;
    color: var(--muted);
    margin: 24px 0 28px;
    overflow-wrap: anywhere
}

.profile-reference strong {
    font-weight: 600;
    margin-left: 6px
}

.match-code {
    font-variant-numeric: tabular-nums;
    margin-left: 6px;
    letter-spacing: .01em
}

.contact-card {
    display: flex;
    gap: 17px;
    padding: 25px;
    background: #eff5fa;
    border: 1px solid #dce7f0;
    border-radius: 11px
}

.contact-icon {
    color: var(--rose);
    padding-top: 3px
}

.contact-card h2 {
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.02em
}

.contact-card p {
    font-size: .84rem;
    margin-top: 10px;
    margin-bottom: 19px
}

.contact-card .button {
    font-size: .83rem;
    padding: 12px 17px
}

.video-section {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 65px;
    align-items: center;
    border-top: 1px solid var(--line);
    padding-top: 55px;
    margin-top: 65px
}

.video-section h2 {
    margin-bottom: 20px
}

.video-section p {
    font-size: .93rem
}

.video-section video {
    width: 100%;
    max-height: 500px;
    background: #122c43;
    border-radius: 12px;
    min-height: 220px
}

.video-placeholder {
    aspect-ratio: 16/9;
    background: #eff4f9;
    border: 1px dashed #becfdd;
    display: flex;
    gap: 18px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #66839c;
    border-radius: 12px;
    font-size: .85rem;
    text-align: center
}

.narrow {
    width: min(700px, calc(100% - 40px));
    margin-inline: auto
}

.form-page {
    padding-block: 54px 75px
}

.form-page h1 {
    font-size: 3rem;
    margin-bottom: 18px
}

.form-page>.intro {
    margin-bottom: 28px
}

.panel {
    background: white;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 24px
}

.panel>h2 {
    font-family: inherit;
    font-weight: 650;
    font-size: 1.1rem;
    letter-spacing: -.02em;
    margin-bottom: 20px
}

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

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

.stack {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.help {
    font-size: .78rem;
    color: var(--muted);
    font-weight: 400;
    line-height: 1.65
}

.checkbox-label {
    flex-direction: row;
    align-items: start;
    gap: 10px;
    font-weight: 400;
    font-size: .85rem
}

.checkbox-label a {
    text-decoration: underline;
    text-underline-offset: 3px
}

.notice {
    padding: 14px 18px;
    background: #e9f3ee;
    border: 1px solid #c1dccd;
    border-radius: 7px;
    color: #24553e;
    font-size: .875rem;
    margin-bottom: 22px
}

.notice.error {
    background: #fff0f0;
    border-color: #edc6cb;
    color: #913747
}

.notice.info {
    background: #edf4fb;
    border-color: #c8dcea;
    color: #385d7d
}

.hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.inquiry-reference {
    padding: 16px 20px;
    background: #edf4fa;
    border-radius: 9px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px
}

.inquiry-reference strong {
    display: block
}

.inquiry-reference span {
    color: var(--muted);
    font-size: .8rem
}

.inquiry-reference svg {
    color: var(--rose)
}

.form-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap
}

.login-page {
    min-height: 100vh;
    background: linear-gradient(125deg, #123b62, #376fa8);
    padding: 50px 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.login-card {
    width: 100%;
    max-width: 450px;
    padding: 40px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 20px 70px #09284938
}

.login-card>.brand {
    display: flex;
    justify-content: center;
    margin-bottom: 35px
}

.login-card h1 {
    font-size: 2.05rem;
    margin-bottom: 12px
}

.login-card>p {
    margin-bottom: 25px;
    font-size: .88rem
}

.login-card .button {
    width: 100%
}

.login-back {
    display: block;
    text-align: center;
    font-size: .8rem;
    color: var(--muted);
    margin-top: 23px
}

.admin-body {
    background: #f4f7fb
}

.admin-header {
    background: white;
    border-bottom: 1px solid var(--line)
}

.admin-header .header-inner {
    min-height: 82px
}

.admin-label {
    margin-right: auto;
    border-left: 1px solid var(--line);
    padding-left: 24px;
    font-size: .9rem;
    color: var(--muted)
}

.admin-user {
    display: flex;
    align-items: center;
    gap: 23px;
    font-size: .82rem
}

.admin-user form {
    margin: 0
}

.icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: white;
    width: 39px;
    height: 39px;
    color: var(--muted)
}

.icon-button:hover {
    color: var(--blue);
    background: var(--paper)
}

.admin-main {
    padding-block: 40px 65px
}

.admin-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px
}

.admin-heading h1 {
    font-family: inherit;
    font-size: 2rem;
    font-weight: 650;
    letter-spacing: -.04em;
    margin-bottom: 7px
}

.admin-heading p {
    font-size: .87rem
}

.admin-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 24px
}

.admin-search {
    display: flex;
    gap: 9px;
    max-width: 480px;
    flex: 1
}

.admin-search input {
    font-size: .87rem
}

.status-tabs {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap
}

.status-tabs a {
    font-size: .8rem;
    padding: 8px 12px;
    border-radius: 6px;
    color: var(--muted)
}

.status-tabs a[aria-current=page] {
    background: #eaf1f8;
    color: var(--blue);
    font-weight: 600
}

.admin-table-wrap {
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: auto;
    background: white
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: left
}

th {
    font-size: .73rem;
    letter-spacing: .02em;
    color: var(--muted);
    font-weight: 600;
    background: #fafbfd;
    padding: 15px 22px;
    border-bottom: 1px solid var(--line)
}

td {
    padding: 18px 22px;
    border-bottom: 1px solid #edf1f5;
    font-size: .88rem
}

tr:last-child td {
    border-bottom: 0
}

.table-person {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 190px
}

.table-avatar {
    height: 60px;
    width: 48px;
    overflow: hidden;
    border-radius: 6px;
    flex-shrink: 0
}

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

.table-avatar .photo-missing {
    min-height: 0
}

.table-person strong {
    display: block;
    font-weight: 650
}

.table-person small {
    color: var(--muted);
    font-size: .74rem
}

.status {
    display: inline-block;
    padding: 4px 9px;
    border-radius: 5px;
    background: #eef1f5;
    color: #5c7081;
    font-size: .75rem;
    white-space: nowrap
}

.status.published {
    background: #e8f3ed;
    color: #366149
}

.table-actions {
    display: flex;
    justify-content: flex-end;
    gap: 9px;
    white-space: nowrap
}

.table-actions .button {
    padding: 8px 11px;
    font-size: .78rem
}

.table-actions form {
    margin: 0
}

.edit-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 26px;
    align-items: start
}

.edit-sidebar .panel {
    padding: 23px
}

.edit-sidebar .button {
    width: 100%
}

.edit-sidebar .help {
    margin-top: 14px
}

.field-required {
    color: var(--rose)
}

.upload-field {
    position: relative;
    padding: 22px;
    border: 1px dashed #b6cbdc;
    background: #f8fbfe;
    border-radius: 8px
}

.upload-field input {
    padding: 8px 0;
    border: 0;
    background: transparent;
    font-size: .8rem;
    max-width: 100%
}

input::file-selector-button {
    border: 1px solid #bbcfdf;
    background: white;
    color: var(--blue);
    border-radius: 5px;
    padding: 7px 12px;
    margin-right: 10px;
    cursor: pointer
}

.media-manager {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 22px
}

.media-item {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 9px;
    min-width: 0
}

.media-item img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px
}

.media-item .checkbox-label {
    font-size: .73rem
}

.media-item .cover-label {
    font-size: .7rem;
    margin-bottom: 6px
}

.media-item input[type=number] {
    padding: 5px 8px;
    font-size: .8rem
}

.existing-video {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 18px
}

.existing-video video {
    width: 100%;
    max-height: 230px;
    background: #122c43;
    margin-bottom: 12px
}

.edit-heading .back-link {
    margin-bottom: 16px
}

.admin-footer-help {
    font-size: .78rem;
    color: var(--muted);
    margin-top: 23px
}

.save-hint {
    font-size: .75rem;
    color: var(--muted);
    text-align: center;
    margin-top: 12px
}

.delete-page .panel {
    border-top: 4px solid #b24352
}

.delete-page h1 {
    font-size: 2.5rem
}

.delete-page p {
    margin-bottom: 20px
}

.admin-count {
    color: var(--muted);
    font-size: .78rem;
    white-space: nowrap
}

.setup-page {
    max-width: 760px
}

.setup-page .panel {
    padding: 28px
}

.setup-page h1 {
    font-size: 2.6rem
}

.setup-checks {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    font-size: .84rem
}

.setup-checks li {
    padding: 8px 11px;
    border-radius: 5px;
    background: #edf4fa
}

@media(min-width:1450px) {
    .hero-inner {
        min-height: 570px
    }

    .hero-portraits {
        transform: scale(1.06)
    }
}

@media(max-width:1050px) {
    .container {
        width: calc(100% - 44px)
    }

    .site-header nav {
        gap: 18px
    }

    .header-inner {
        gap: 20px
    }

    .header-cta {
        padding: 11px 12px;
        font-size: .78rem
    }

    .hero-inner {
        gap: 25px;
        min-height: 490px
    }

    .hero-portraits {
        height: 320px;
        gap: 8px
    }

    .hero-person {
        height: 285px
    }

    .hero h1 {
        font-size: 3.75rem
    }

    .hero-trust {
        font-size: .68rem
    }

    .filter-form {
        gap: 14px;
        grid-template-columns: 1fr 1fr 1fr auto
    }

    .filter-form>.button {
        padding-inline: 14px;
        font-size: .85rem
    }

    .singles-grid {
        gap: 18px
    }

    .card-content {
        padding: 20px 16px
    }

    .card-bottom {
        flex-wrap: wrap
    }

    .profile-layout {
        gap: 35px
    }

    .profile-story h1 {
        font-size: 3.5rem
    }

    .awards {
        gap: 12px
    }

    .awards img {
        width: 75px;
        height: 75px
    }

    .footer-links {
        gap: 22px
    }

    .edit-layout {
        grid-template-columns: minmax(0, 1fr) 270px
    }

    .admin-user {
        gap: 15px
    }
}

@media(max-width:800px) {
    .nav-how {
        display: none
    }

    .site-header nav {
        margin-left: auto
    }

    .header-cta {
        display: none
    }

    .header-inner {
        min-height: 78px
    }

    .hero-inner {
        grid-template-columns: 1fr .85fr;
        gap: 22px;
        min-height: 460px;
        padding-top: 40px
    }

    .hero h1 {
        font-size: 3.2rem
    }

    .hero-copy>p {
        font-size: .9rem
    }

    .hero-person {
        height: 225px;
        border-width: 4px
    }

    .hero-portraits {
        height: 285px;
        padding-left: 0
    }

    .hero-person-caption {
        padding: 35px 10px 10px
    }

    .hero-person-caption strong {
        font-size: .95rem
    }

    .hero-person-caption span {
        font-size: .65rem
    }

    .connection-seal {
        font-size: .64rem;
        left: 15%;
        padding: 11px 14px;
        bottom: 0
    }

    .hero-trust {
        align-items: start;
        flex-wrap: wrap;
        font-size: .7rem;
        max-width: 300px
    }

    .filter-intro>span {
        display: none
    }

    .filter-form {
        grid-template-columns: 1fr 1fr
    }

    .filter-form>.button {
        min-height: 49px
    }

    .filter-panel {
        padding: 25px
    }

    .singles-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .section-heading h2 {
        font-size: 2.1rem
    }

    .section-heading .eyebrow {
        font-size: .64rem
    }

    .map-placeholder {
        flex-wrap: wrap;
        padding: 24px;
        gap: 17px
    }

    .map-placeholder>.preview-chip {
        margin-left: 0
    }

    .map-placeholder h2 {
        font-size: 1.6rem
    }

    .map-symbol {
        padding: 14px
    }

    .steps {
        gap: 28px
    }

    .steps h3 {
        font-size: .92rem;
        line-height: 1.4
    }

    .awards-section {
        flex-direction: column;
        align-items: start
    }

    .awards {
        gap: 26px
    }

    .footer-links {
        align-items: start;
        flex-direction: column;
        gap: 12px
    }

    .profile-layout {
        grid-template-columns: .8fr 1.2fr;
        gap: 26px
    }

    .profile-story h1 {
        font-size: 3rem
    }

    .profile-story blockquote {
        font-size: 1.55rem
    }

    .contact-card {
        padding: 20px;
        gap: 10px
    }

    .contact-icon {
        display: none
    }

    .video-section {
        gap: 28px
    }

    .admin-label {
        display: none
    }

    .edit-layout {
        grid-template-columns: 1fr
    }

    .edit-sidebar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }

    .admin-toolbar {
        flex-direction: column
    }

    .admin-search {
        max-width: none
    }

    .media-manager {
        grid-template-columns: repeat(3, 1fr)
    }

    .admin-table-wrap th,
    .admin-table-wrap td {
        padding: 14px
    }

    .admin-table-wrap table {
        min-width: 760px
    }
}

@media(max-width:560px) {
    .container {
        width: calc(100% - 36px)
    }

    .demo-strip {
        font-size: .69rem;
        padding: 6px 16px
    }

    .site-header .brand img {
        width: 146px
    }

    .site-header nav {
        font-size: .8rem
    }

    .header-inner {
        gap: 12px;
        min-height: 73px
    }

    .hero-inner {
        display: block;
        padding: 38px 0 76px
    }

    .hero h1 {
        font-size: 3.55rem
    }

    .hero .eyebrow {
        font-size: .64rem
    }

    .hero-copy>p {
        font-size: .94rem;
        max-width: 350px;
        margin-top: 20px
    }

    .hero-copy>.button {
        margin-top: 23px
    }

    .hero-trust {
        max-width: none;
        font-size: .68rem;
        margin-top: 21px;
        align-items: center;
        gap: 6px
    }

    .hero-portraits {
        height: 270px;
        gap: 16px;
        max-width: 355px;
        margin: 26px auto 0;
        padding: 0 13px
    }

    .hero-person {
        height: 240px;
        flex-basis: 157px
    }

    .hero-person.person-1 {
        margin-top: 15px
    }

    .hero-person-caption strong {
        font-size: 1rem
    }

    .connection-seal {
        bottom: 3px;
        left: 24%;
        font-size: .64rem
    }

    .hero-empty {
        display: none
    }

    .filter-panel {
        margin-top: -35px;
        padding: 22px 18px
    }

    .filter-intro h2 {
        font-size: 1rem;
        line-height: 1.4
    }

    .filter-form {
        gap: 16px 12px
    }

    .filter-form label,
    .age-filter legend {
        font-size: .78rem
    }

    .filter-form input,
    .filter-form select {
        font-size: .83rem;
        padding: 11px 9px
    }

    .age-filter {
        gap: 5px
    }

    .age-filter input {
        padding-inline: 6px
    }

    .filter-form>.button {
        font-size: .8rem;
        gap: 7px;
        padding: 12px 9px
    }

    .singles-section {
        padding-top: 41px
    }

    .section-heading {
        align-items: start;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 23px
    }

    .section-heading h2 {
        font-size: 2rem
    }

    .section-heading .eyebrow {
        font-size: .59rem;
        letter-spacing: .1em
    }

    .section-heading p {
        font-size: .8rem
    }

    .sort-form {
        max-width: 180px
    }

    .singles-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .card-image {
        aspect-ratio: 1.04
    }

    .card-content {
        padding: 23px
    }

    .card-title h3 {
        font-size: 1.8rem
    }

    .card-quote {
        font-size: 1.22rem;
        min-height: 0;
        margin-bottom: 23px
    }

    .card-bottom {
        flex-wrap: nowrap
    }

    .card-bottom>span {
        font-size: .72rem
    }

    .card-bottom>a {
        font-size: .8rem
    }

    .discretion-note {
        align-items: start;
        padding: 24px 0;
        gap: 10px
    }

    .discretion-note p {
        font-size: .76rem;
        line-height: 1.7
    }

    .discretion-note svg {
        margin-top: 4px
    }

    .map-placeholder {
        padding: 10px;
        margin: 25px 0 50px;
        display: block
    }

    .map-symbol {
        display: inline-flex;
        margin-bottom: 19px
    }

    .map-placeholder h2 {
        font-size: 1.9rem
    }

    .map-placeholder>.preview-chip {
        display: inline-block;
        margin-top: 18px
    }

    .map-frame {
        height: 440px
    }

    .how-section {
        padding: 50px 0
    }

    .section-heading.center h2 {
        font-size: 2.2rem
    }

    .steps {
        grid-template-columns: 1fr;
        gap: 26px;
        margin-top: 28px
    }

    .step-number {
        float: left;
        font-size: 1.8rem;
        border: 0;
        margin: 0 20px 40px 0;
        padding: 0
    }

    .steps h3 {
        font-size: 1rem;
        margin-bottom: 9px
    }

    .steps p {
        font-size: .85rem;
        padding-left: 52px
    }

    .awards-section {
        padding-block: 40px;
        gap: 22px
    }

    .awards {
        width: 100%;
        gap: 10px;
        justify-content: space-between
    }

    .awards img {
        width: 66px;
        height: 66px
    }

    .footer-main {
        gap: 24px;
        padding-bottom: 30px
    }

    .footer-main .brand img {
        width: 135px
    }

    .footer-main p {
        font-size: .76rem
    }

    .footer-links {
        font-size: .76rem;
        gap: 15px
    }

    .footer-bottom {
        flex-direction: column;
        gap: 12px;
        font-size: .68rem;
        padding-block: 17px
    }

    .profile-main {
        padding-top: 25px
    }

    .back-link {
        font-size: .8rem;
        margin-bottom: 24px
    }

    .profile-layout {
        display: flex;
        flex-direction: column;
        gap: 25px
    }

    .profile-visuals {
        width: 100%
    }

    .profile-primary {
        aspect-ratio: 4/4.7
    }

    .profile-story h1 {
        font-size: 3.6rem
    }

    .profile-story blockquote {
        font-size: 1.85rem
    }

    .profile-story .eyebrow {
        font-size: .6rem
    }

    .profile-facts {
        gap: 18px
    }

    .story-text p {
        font-size: .95rem
    }

    .profile-reference {
        font-size: .71rem
    }

    .contact-card {
        padding: 23px
    }

    .contact-card h2 {
        font-size: 1.55rem
    }

    .video-section {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 40px;
        padding-top: 35px
    }

    .video-section h2 {
        font-size: 2rem
    }

    .form-page {
        padding-block: 34px 50px
    }

    .form-page h1 {
        font-size: 2.45rem
    }

    .panel {
        padding: 22px
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .form-grid>.full {
        grid-column: auto
    }

    .login-card {
        padding: 30px 25px
    }

    .admin-header .brand img {
        width: 115px
    }

    .admin-user {
        gap: 12px;
        font-size: .75rem
    }

    .admin-user>a:first-child {
        display: none
    }

    .admin-main {
        padding-block: 26px
    }

    .admin-heading {
        align-items: start;
        flex-direction: column;
        gap: 18px
    }

    .admin-heading h1 {
        font-size: 1.8rem
    }

    .admin-heading .button {
        width: 100%
    }

    .admin-heading p {
        font-size: .8rem
    }

    .admin-toolbar {
        padding: 15px
    }

    .status-tabs a {
        font-size: .74rem;
        padding: 7px 8px
    }

    .admin-search .button {
        padding: 12px
    }

    .admin-search .button span {
        display: none
    }

    .admin-label {
        display: none
    }

    .edit-sidebar {
        display: flex;
        flex-direction: column;
        gap: 0
    }

    .media-manager {
        grid-template-columns: repeat(2, 1fr)
    }

    .admin-count {
        display: none
    }

    .setup-checks {
        grid-template-columns: 1fr
    }

    .form-actions>.button {
        flex-grow: 1
    }
}

.profiles-more {
    text-align: center;
    margin: 30px 0
}

.profiles-more[hidden] {
    display: none
}

.profiles-more p:not(:empty) {
    margin-top: 12px;
    font-size: .85rem
}

.profiles-more [aria-disabled=true] {
    cursor: wait;
    opacity: .6
}

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

    *,
    *::before,
    *::after {
        transition: none !important;
        animation: none !important
    }
}

.setup-title {
    margin-top: 28px
}