:root {
  --navy: #152f47;
  --navy-2: #214662;
  --wine: #a44255;
  --wine-dark: #843244;
  --sage: #728b79;
  --sage-soft: #e9efe9;
  --cream: #f7f1e8;
  --paper: #fffdfa;
  --gold: #c29a58;
  --ink: #263743;
  --muted: #61717c;
  --line: #ddd8d0;
  --white: #fff;
  --radius: 20px;
  --shadow: 0 18px 48px rgba(21,47,71,.12);
  --content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16.5px/1.7 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { margin: 0 0 .55em; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-weight: 600; line-height: 1.13; }
h1 { font-size: clamp(2.45rem, 5vw, 4.75rem); letter-spacing: -.045em; }
h2 { font-size: clamp(1.95rem, 3.4vw, 3.05rem); letter-spacing: -.03em; }
h3 { font-size: 1.34rem; }
p { margin: 0 0 1.2rem; }

.skip-link { position: fixed; top: -60px; left: 15px; z-index: 100; padding: 10px 14px; border-radius: 8px; background: #fff; }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 790px); margin-inline: auto; }
.section { padding: 88px 0; }
.section-soft { background: var(--cream); }
.section-sage { background: var(--sage-soft); }
.eyebrow { margin-bottom: 13px; color: var(--wine); font-size: .75rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.lead { font-size: clamp(1.06rem, 1.8vw, 1.22rem); line-height: 1.6; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 50px; margin-bottom: 38px; }
.section-heading > p { margin-bottom: 8px; color: var(--muted); }
.text-link { color: var(--wine); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,253,250,.97); border-bottom: 1px solid rgba(38,55,67,.12); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 850; text-decoration: none; white-space: nowrap; }
.brand-mark { position: relative; display: inline-block; flex: 0 0 43px; width: 43px; height: 43px; border-radius: 12px; background: var(--navy); box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.brand-mark::before { content: "♥"; position: absolute; inset: 5px 5px 7px; display: grid; place-items: center; color: #fff8ee; font-size: 27px; line-height: 1; }
.brand-mark::after { content: "40+"; position: absolute; right: -4px; bottom: -4px; display: grid; place-items: center; width: 22px; height: 22px; border: 2px solid var(--navy); border-radius: 50%; background: var(--wine); color: #fff; font-size: 7px; font-weight: 900; letter-spacing: -.03em; }
.brand-mark-large { width: 65px; height: 65px; margin-bottom: 32px; border-radius: 18px; }
.brand-mark-large::before { font-size: 40px; }
.brand-mark-large::after { right: -5px; bottom: -5px; width: 30px; height: 30px; font-size: 9px; }
.brand:has(> img)::before { content: "♥"; display: grid; flex: 0 0 43px; width: 43px; height: 43px; place-items: center; border-radius: 12px; background: var(--navy); color: #fff8ee; font-size: 27px; line-height: 1; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.brand:has(> img)::after { content: "40+"; position: relative; z-index: 1; display: grid; place-items: center; width: 22px; height: 22px; margin-left: -26px; margin-right: 4px; margin-bottom: -29px; border: 2px solid var(--navy); border-radius: 50%; background: var(--wine); color: #fff; font-size: 7px; font-weight: 900; }
.brand > img { display: none; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 21px; }
.site-nav > a:not(.button) { font-size: .86rem; font-weight: 700; text-decoration: none; }
.site-nav > a:hover, .site-nav > a[aria-current="page"] { color: var(--wine); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 12px 21px; border: 1px solid var(--wine); border-radius: 999px; background: var(--wine); color: #fff; font-size: .88rem; font-weight: 850; line-height: 1.2; text-decoration: none; box-shadow: 0 9px 24px rgba(164,66,85,.24); transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--wine-dark); }
.button-light { border-color: #fff; background: #fff; color: var(--navy); box-shadow: none; }
.button-outline { border-color: rgba(255,255,255,.72); background: rgba(21,47,71,.16); color: #fff; box-shadow: none; }
.button-small { min-height: 42px; padding: 9px 16px; font-size: .76rem; }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--navy); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 19px; height: 2px; margin: 4px auto; background: currentColor; transition: .2s; }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; background: var(--navy); color: #fff; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,30,47,.97) 0%, rgba(10,30,47,.84) 40%, rgba(10,30,47,.25) 70%, rgba(10,30,47,.06) 100%); }
.hero-content { position: relative; z-index: 2; padding: 72px 0; }
.hero-copy { max-width: 670px; }
.hero h1 { color: #fff; font-size: clamp(2.65rem, 5.2vw, 4.7rem); }
.hero .lead { max-width: 590px; margin-bottom: 0; color: #eef2f4; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 27px 0 21px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 17px; color: #d9e1e6; font-size: .82rem; }
.hero-note span::before { content: "✓"; margin-right: 7px; color: #d8be90; font-weight: 900; }
.trust-strip { background: var(--navy); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 20px 22px; border-left: 1px solid rgba(255,255,255,.15); text-align: center; font-size: .82rem; font-weight: 750; }
.trust-item:last-child { border-right: 1px solid rgba(255,255,255,.15); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.media-frame { overflow: hidden; border-radius: var(--radius); background: var(--cream); box-shadow: var(--shadow); }
.media-frame img { width: 100%; height: auto; }
.check-list { padding: 0; margin: 24px 0; list-style: none; }
.check-list li { position: relative; padding: 10px 0 10px 32px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--wine); font-weight: 900; }
.keyword-note { margin-top: 24px; padding: 18px 20px; border-radius: 13px; background: var(--sage-soft); color: var(--navy); font-size: .9rem; }

.age-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.age-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 28px rgba(21,47,71,.07); }
.age-card img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; background: var(--cream); }
.age-card-body { padding: 26px; }
.age-number { display: inline-flex; align-items: baseline; gap: 3px; margin-bottom: 9px; color: var(--wine); font: 700 2.2rem/1 Georgia, serif; }
.age-number small { font: 800 .75rem/1 Inter, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.age-card p { color: var(--muted); font-size: .91rem; }
.age-card a { color: var(--wine); font-weight: 850; text-decoration: none; }

.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.benefit-card { min-height: 250px; padding: 27px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.benefit-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 50%; background: var(--cream); color: var(--wine); font-weight: 900; }
.benefit-card p { color: var(--muted); font-size: .9rem; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; counter-reset: steps; }
.step { position: relative; padding: 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); counter-increment: steps; }
.step + .step { border-left: 1px solid var(--line); }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 42px; color: var(--wine); font: 700 1.2rem Georgia,serif; }
.step p { color: var(--muted); font-size: .92rem; }

.dating-cta { position: relative; min-height: 500px; display: grid; align-items: center; overflow: hidden; border-radius: 28px; color: #fff; }
.dating-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dating-cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,38,59,.94), rgba(15,38,59,.76) 55%, rgba(15,38,59,.15)); }
.dating-cta-copy { position: relative; z-index: 2; max-width: 630px; padding: 60px; }
.dating-cta h2 { color: #fff; }
.dating-cta p { color: #e2e9ed; }

.topic-preview-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.topic-preview { padding: 27px; border-radius: 16px; background: #fff; border: 1px solid var(--line); }
.topic-preview .tag { display: inline-block; margin-bottom: 16px; color: var(--wine); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.topic-preview p { color: var(--muted); font-size: .9rem; }
.topic-preview a { color: var(--wine); font-weight: 850; text-decoration: none; }

.faq-list { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 48px 22px 0; cursor: pointer; color: var(--navy); font: 600 1.2rem/1.35 Georgia,serif; list-style: none; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 18px; color: var(--wine); font: 400 1.7rem/1 sans-serif; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 780px; padding-bottom: 22px; color: var(--muted); }

.app-section { background: var(--navy); color: #fff; }
.app-section h2 { color: #fff; }
.app-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 75px; align-items: center; }
.store-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.store-button { min-width: 188px; display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 9px; padding: 10px 17px; border: 1px solid rgba(255,255,255,.5); border-radius: 11px; color: #fff; text-decoration: none; }
.store-button b { grid-row: 1/3; font-size: 1.45rem; }
.store-button small { font-size: .63rem; line-height: 1; }
.store-button strong { font-size: .96rem; line-height: 1; }
.phone-card { max-width: 310px; margin-inline: auto; padding: 27px; border: 7px solid #0a2032; border-radius: 32px; background: var(--cream); color: var(--ink); box-shadow: var(--shadow); }
.phone-card .brand-mark { display: block; }

.page-hero { padding: 94px 0 76px; background: var(--cream); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1.1fr .62fr; gap: 65px; align-items: center; }
.page-hero h1 { max-width: 820px; }
.page-hero .lead { color: var(--muted); }
.page-hero-photo { overflow: hidden; border-radius: 20px; box-shadow: var(--shadow); }
.page-hero-photo img { width: 100%; height: auto; }
.side-card { padding: 27px; border-radius: 18px; background: var(--navy); color: #fff; }
.side-card h2 { color: #fff; font-size: 1.65rem; }
.side-card p { color: #dce5eb; font-size: .9rem; }
.prose-layout { display: grid; grid-template-columns: 235px minmax(0,760px); gap: 65px; align-items: start; }
.toc { position: sticky; top: 105px; padding: 23px; border: 1px solid var(--line); border-radius: 15px; background: var(--cream); }
.toc strong { display: block; margin-bottom: 12px; color: var(--navy); }
.toc a { display: block; padding: 6px 0; color: var(--muted); font-size: .81rem; line-height: 1.35; text-decoration: none; }
.prose h2 { margin-top: 2.15em; scroll-margin-top: 105px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.7em; }
.prose p { color: #3c4b56; }
.note { margin: 28px 0; padding: 22px 25px; border-radius: 13px; background: var(--sage-soft); font-size: .91rem; }
.quote { margin: 27px 0; padding: 24px 27px; border-left: 4px solid var(--wine); background: var(--cream); color: var(--navy); font: 1.2rem/1.55 Georgia,serif; }
.medical-note { margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.inline-cta { margin-top: 56px; padding: 38px; border-radius: 20px; background: var(--navy); color: #fff; }
.inline-cta h2 { color: #fff; font-size: 1.95rem; }

.age-page-hero { padding: 0; background: var(--navy); color: #fff; }
.age-page-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.age-page-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px max(40px,calc((100vw - var(--content))/2)); padding-right: 65px; }
.age-page-copy h1 { color: #fff; }
.age-page-copy p { color: #dce5eb; }
.age-page-image img { width: 100%; height: 100%; object-fit: cover; }

.blog-hero { position: relative; min-height: 450px; display: grid; align-items: center; overflow: hidden; color: #fff; }
.blog-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.blog-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(12,34,52,.95),rgba(12,34,52,.72) 52%,rgba(12,34,52,.18)); }
.blog-hero-copy { position: relative; z-index: 2; max-width: 660px; padding: 70px 0; }
.blog-hero h1 { color: #fff; }
.blog-hero p { color: #e1e8ed; }
.blog-nav { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.blog-nav a { padding: 8px 13px; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; color: #fff; font-size: .76rem; font-weight: 750; text-decoration: none; }
.blog-feature-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; }
.blog-feature { padding: 34px; border-radius: 19px; background: var(--cream); }
.blog-feature.primary { background: var(--navy); color: #fff; }
.blog-feature.primary h2 { color: #fff; }
.blog-feature p { color: var(--muted); }
.blog-feature.primary p { color: #dbe4ea; }
.blog-feature a { color: var(--wine); font-weight: 850; }
.blog-feature.primary a { color: #f2d7ae; }
.question-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
.question-link { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 13px; padding: 19px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 750; text-decoration: none; }
.question-link span:first-child { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--sage-soft); color: var(--wine); }

.about-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 35px; }
.about-value { padding: 27px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }

.error-page { min-height: 75vh; display: grid; place-items: center; padding: 80px 20px; background: var(--cream); text-align: center; }
.error-page img { display: none; }
.error-page > div::before { content: "♥"; display: grid; width: 65px; height: 65px; margin: 0 auto 32px; place-items: center; border-radius: 18px; background: var(--navy); color: #fff8ee; font-size: 40px; line-height: 1; }
.error-page p { max-width: 560px; margin-inline: auto; color: var(--muted); }

.site-footer { padding: 58px 0 24px; background: #0d2639; color: #dce5eb; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .72fr .82fr auto; gap: 45px; align-items: start; }
.footer-brand { max-width: 350px; }
.footer-brand .brand { color: #fff; }
.footer-brand p { margin-top: 17px; color: #bfcbd4; font-size: .88rem; }
.footer-column strong { display: block; margin-bottom: 14px; color: #fff; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-column a { display: block; margin: 8px 0; color: #dce5eb; font-size: .84rem; text-decoration: none; }
.footer-bottom { margin-top: 43px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.14); color: #aebdc8; font-size: .75rem; }

@media (max-width: 1080px) {
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 77px 0 auto; display: none; margin: 0; padding: 23px 20px 32px; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.button) { padding: 8px 5px; font-size: .98rem; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-grid > .button { grid-column: 1/-1; justify-self: start; }
}

@media (max-width: 850px) {
  .section-heading, .split, .app-grid, .page-hero-grid, .blog-feature-grid, .age-page-grid { grid-template-columns: 1fr; }
  .age-grid, .topic-preview-grid { grid-template-columns: 1fr; }
  .age-card { display: block; }
  .age-card img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
  .prose-layout { grid-template-columns: 1fr; }
  .toc { position: static; }
  .page-hero-grid { gap: 35px; }
  .side-card { max-width: 520px; }
  .age-page-copy { padding: 65px 35px; }
  .age-page-image { max-height: 500px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 660px) {
  body { font-size: 16px; }
  .container, .narrow { width: min(calc(100% - 28px), var(--content)); }
  .header-inner { min-height: 69px; }
  .brand-mark { flex-basis: 39px; width: 39px; height: 39px; }
  .site-nav { top: 70px; }
  .hero { display: block; min-height: 0; }
  .hero-media { position: relative; inset: auto; height: auto; aspect-ratio: 4/3; object-fit: cover; object-position: 72% center; }
  .hero::after { display: none; }
  .hero-content { padding: 39px 0 43px; }
  .hero h1 { font-size: clamp(2.15rem,10.5vw,3.1rem); }
  .hero .lead { font-size: 1rem; line-height: 1.52; }
  .hero-actions { margin: 22px 0 18px; }
  .hero-actions .button { width: 100%; }
  .hero-note { gap: 8px 14px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(3), .trust-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.15); }
  .section { padding: 63px 0; }
  .section-heading { gap: 10px; margin-bottom: 28px; }
  .age-card { display: block; }
  .benefit-grid, .steps, .question-list, .about-values { grid-template-columns: 1fr; }
  .step + .step { border-left: 0; border-top: 0; }
  .dating-cta { min-height: 560px; align-items: end; }
  .dating-cta > img { object-position: 62% center; }
  .dating-cta::after { background: linear-gradient(0deg,rgba(15,38,59,.96),rgba(15,38,59,.64) 70%,rgba(15,38,59,.12)); }
  .dating-cta-copy { padding: 36px 24px; }
  .page-hero { padding: 65px 0 55px; }
  .toc { display: none; }
  .inline-cta { padding: 28px 23px; }
  .age-page-grid { min-height: 0; }
  .age-page-copy { padding: 55px 20px; }
  .age-page-image { grid-row: 1; }
  .blog-hero { min-height: 0; display: block; background: var(--navy); }
  .blog-hero > img { position: relative; height: auto; aspect-ratio: 4/3; object-fit: cover; object-position: 67% center; }
  .blog-hero::after { display: none; }
  .blog-hero-copy { padding: 40px 0 46px; }
  .question-list { gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid > .button { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
