:root {
  --black: #0b0b0b;
  --black-soft: #141414;
  --gold: #c9a45c;
  --gold-light: #e0c27d;
  --cream: #f8f5ef;
  --paper: #fffdf9;
  --ink: #22201e;
  --muted: #6c6862;
  --line: rgba(201, 164, 92, 0.28);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --shadow: 0 18px 50px rgba(31, 25, 17, 0.12);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--ink); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; background: var(--gold); color: #111; padding: 10px 18px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 72px; color: #fff; transition: background-color .35s ease, box-shadow .35s ease; }
.site-header.is-scrolled { background: rgba(8, 8, 8, .94); box-shadow: 0 8px 30px rgba(0, 0, 0, .3); backdrop-filter: blur(12px); }
.nav-wrap { width: min(88%, 1720px); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.logo { color: var(--gold-light); font: 600 clamp(1.14rem, 2vw, 1.48rem)/1 var(--serif); text-transform: uppercase; letter-spacing: -.02em; white-space: nowrap; }
.site-header .logo { min-height: 44px; display: inline-flex; align-items: center; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: 27px; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .055em; white-space: nowrap; }
.primary-nav > a:not(.button) { position: relative; padding: 11px 0; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--gold); transition: right .25s ease; }
.primary-nav > a:not(.button):hover::after, .primary-nav > a:not(.button):focus-visible::after { right: 0; }
.primary-nav .nav-login { border: 1px solid rgba(201, 164, 92, .7); padding-inline: 16px !important; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 10px 7px; }
.menu-toggle span { display: block; height: 1px; margin: 6px 0; background: #fff; transition: transform .25s ease, opacity .25s ease; }

.button { position: relative; isolation: isolate; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 164px; min-height: 49px; overflow: hidden; border: 1px solid var(--gold); border-radius: 2px; background: var(--gold); color: #fff; font-size: .76rem; font-weight: 600; text-transform: uppercase; letter-spacing: .045em; box-shadow: 0 9px 26px rgba(201, 164, 92, .18); transition: transform .25s ease, background-color .25s ease, color .25s ease; }
.button::before { content: ""; position: absolute; z-index: -1; inset: -20% auto -20% -45%; width: 28%; background: rgba(255,255,255,.48); transform: skewX(-20deg); transition: left .55s ease; }
.button:hover::before { left: 120%; }
.button:hover { transform: translateY(-2px); background: var(--gold-light); color: #111; }
.button-small { min-width: 92px; min-height: 36px; padding: 0 16px; }
.button-dark { background: var(--black); border-color: var(--black); }
.eyebrow { margin: 0 0 11px; color: var(--gold); font-size: .71rem; font-weight: 600; text-transform: uppercase; letter-spacing: .18em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; }

.hero { position: relative; min-height: 650px; height: min(72vh, 720px); display: grid; align-items: center; overflow: hidden; color: #fff; background: #060606; }
.hero::before { content: ""; position: absolute; z-index: 0; inset: 72px 0 0; background: url("../assets/images/hero-night-couple.webp") right top / 120% auto no-repeat; }
.hero-overlay { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.91) 0%, rgba(0,0,0,.65) 38%, rgba(0,0,0,.12) 70%, rgba(0,0,0,.2) 100%); }
.hero-content { position: relative; z-index: 2; width: min(88%, 1720px); padding-top: 70px; }
.hero-eyebrow { display: none; }
.hero h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(3.55rem, 4.55vw, 5.05rem); line-height: .97; letter-spacing: -.025em; text-transform: none; text-shadow: 0 3px 24px rgba(0,0,0,.35); }
.hero-line { display: block; color: #fff; }
.hero-accent { color: var(--gold); }
.hero-copy { max-width: 490px; margin-bottom: 27px; color: rgba(255,255,255,.88); font-size: .96rem; line-height: 1.7; }
.micro-trust { display: flex; align-items: center; gap: 12px; margin-top: 19px; color: rgba(255,255,255,.72); font-size: .65rem; }
.micro-trust span:not(:last-child)::after { content: "·"; margin-left: 12px; color: var(--gold); }
.micro-trust i { color: var(--gold); margin-right: 6px; }

.trust-bar { background: linear-gradient(90deg, #111, #1a1a1a 50%, #111); color: #fff; border-top: 1px solid rgba(255,255,255,.04); }
.trust-grid { min-height: 82px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid article { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 17px; padding: 0 28px; border-right: 1px solid rgba(255,255,255,.08); }
.trust-grid article:last-child { border-right: 0; }
.trust-grid i { color: var(--gold); font-size: 1.25rem; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font: 500 1rem/1.2 var(--serif); }
.trust-grid span { margin-top: 4px; color: rgba(255,255,255,.58); font-size: .58rem; }

.section-light { background: var(--cream); }
.match-section { padding: 68px 0 64px; }
.match-grid { display: grid; grid-template-columns: .86fr 1.45fr; align-items: center; gap: 74px; }
.match-intro h2 { margin-bottom: 24px; font-size: clamp(2.35rem, 4vw, 3.75rem); line-height: 1; letter-spacing: -.02em; }
.match-intro > p:not(.eyebrow) { max-width: 440px; margin-bottom: 28px; color: var(--muted); font-size: .88rem; }
.role-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.role-card { position: relative; overflow: hidden; background: var(--paper); border: 1px solid rgba(80,70,55,.11); border-radius: 8px; box-shadow: 0 5px 16px rgba(48,39,27,.06); transition: transform .35s ease, box-shadow .35s ease; }
.role-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.role-image { aspect-ratio: 1.55; overflow: hidden; }
.role-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.role-card:hover .role-image img { transform: scale(1.055); }
.role-body { min-height: 174px; padding: 25px 22px 20px; }
.role-body h3 { margin-bottom: 2px; font-size: 1.45rem; }
.role-body p { min-height: 48px; margin-bottom: 16px; color: var(--muted); font-size: .76rem; }
.role-body a { font-size: .64rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.role-body a span { margin-left: 5px; }

.profiles-section { padding: 72px 0 78px; background: #eee8de; border-top: 1px solid rgba(80,70,55,.1); }
.profiles-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 31px; }
.profiles-heading h2 { margin-bottom: 8px; font-size: clamp(2.35rem, 4vw, 3.55rem); line-height: 1; letter-spacing: -.02em; }
.profiles-heading > div > p:last-child { max-width: 620px; margin-bottom: 0; color: var(--muted); font-size: .82rem; }
.profiles-note { flex: 0 0 auto; max-width: 290px; margin-bottom: 3px; padding: 10px 13px; border: 1px solid rgba(132,105,57,.18); border-radius: 3px; background: rgba(255,255,255,.38); color: #736b61; font-size: .61rem; line-height: 1.45; }
.profiles-note i { margin-right: 6px; color: var(--gold); }
.profiles-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.profile-card { overflow: hidden; min-width: 0; border: 1px solid rgba(74,61,43,.12); border-radius: 7px; background: var(--paper); box-shadow: 0 8px 24px rgba(53,43,29,.08); transition: transform .35s ease, box-shadow .35s ease; }
.profile-card:hover { transform: translateY(-7px); box-shadow: 0 20px 40px rgba(53,43,29,.15); }
.profile-photo { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #28241f; }
.profile-photo::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(7,7,7,.42)); pointer-events: none; }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.profile-card:hover .profile-photo img { transform: scale(1.045); }
.profile-type { position: absolute; z-index: 1; left: 14px; bottom: 13px; padding: 7px 10px 6px; border: 1px solid rgba(224,194,125,.7); border-radius: 2px; background: rgba(9,9,9,.78); color: var(--gold-light); font-size: .56rem; font-weight: 600; line-height: 1; text-transform: uppercase; letter-spacing: .1em; backdrop-filter: blur(8px); }
.profile-body { padding: 18px 16px 17px; }
.profile-title-row { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.profile-title-row h3 { margin-bottom: 0; color: #1a1815; font-size: 1.5rem; line-height: 1; }
.profile-title-row > span { flex: 0 0 auto; color: #80786e; font-size: .55rem; }
.profile-title-row i, .profile-work i { margin-right: 4px; color: var(--gold); }
.profile-work { margin: 9px 0 8px; color: #5c554d; font-size: .65rem; font-weight: 600; }
.profile-bio { min-height: 61px; margin-bottom: 13px; color: #6f685f; font-size: .66rem; line-height: 1.55; }
.profile-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.profile-tags li { padding: 5px 8px; border: 1px solid rgba(158,126,67,.22); border-radius: 999px; background: #f5efe5; color: #77623c; font-size: .54rem; line-height: 1; }

.how-section { position: relative; padding: 94px 0 102px; overflow: hidden; background: #0d0d0d; color: #fff; }
.how-section::before { content: ""; position: absolute; inset: 0; opacity: .42; background: radial-gradient(circle at 14% 18%, rgba(201,164,92,.15), transparent 24%), linear-gradient(115deg, transparent 0 56%, rgba(255,255,255,.025) 56% 56.15%, transparent 56.15%); }
.how-section .container { position: relative; }
.how-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(58px, 8vw, 112px); }
.how-intro { position: sticky; top: 110px; padding-top: 12px; }
.how-intro h2 { max-width: 470px; margin: 0 0 24px; font-size: clamp(3.5rem, 6vw, 5.8rem); line-height: .84; letter-spacing: -.045em; }
.how-intro-copy { max-width: 430px; margin: 0 0 30px; color: rgba(255,255,255,.58); font-size: .78rem; line-height: 1.75; }
.how-intro > a { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 6px; border-bottom: 1px solid rgba(201,164,92,.65); color: var(--gold-light); font-size: .64rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.how-intro > a span { font-size: .9rem; transition: transform .25s ease; }
.how-intro > a:hover span { transform: translate(3px, -3px); }
.section-heading { text-align: center; }
.section-heading h2 { margin-bottom: 36px; font-size: clamp(2.1rem, 3.8vw, 3rem); line-height: 1.05; }
.journey-stack { position: relative; padding: 0 92px 0 0; }
.journey-stack::before { content: ""; position: absolute; top: 34px; bottom: 34px; left: 35px; width: 1px; background: linear-gradient(var(--gold), rgba(201,164,92,.12)); }
.journey-card { position: relative; display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 22px; min-height: 178px; margin-bottom: 18px; padding: 30px 34px 28px 22px; border: 1px solid rgba(224,194,125,.17); background: linear-gradient(120deg, #191918, #131313); box-shadow: 0 24px 55px rgba(0,0,0,.24); }
.journey-card:nth-child(2) { margin-left: 46px; }
.journey-card:nth-child(3) { margin-left: 92px; margin-bottom: 0; }
.journey-card::before { content: ""; position: absolute; top: 39px; left: 30px; width: 11px; height: 11px; border: 2px solid #111; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.journey-number { position: relative; z-index: 1; align-self: start; padding-top: 28px; color: rgba(224,194,125,.28); font: 500 3.5rem/.8 var(--serif); letter-spacing: -.04em; }
.journey-label { margin: 0 0 7px; color: var(--gold); font-size: .58rem; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; }
.journey-card h3 { margin: 0 0 9px; color: #fff; font-size: clamp(1.55rem, 2.4vw, 2rem); line-height: 1.05; }
.journey-card div > p:last-child { max-width: 540px; margin: 0; color: rgba(255,255,255,.57); font-size: .7rem; line-height: 1.65; }

.stories-mobile { display: block; border-bottom: 1px solid rgba(80,70,55,.12); }
.stories-panel, .mobile-panel { min-height: 430px; padding: 64px max(24px, calc((100vw - var(--container)) / 2)); }
.stories-panel { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: 58px; border-bottom: 1px solid rgba(80,70,55,.14); background: var(--cream); }
.stories-copy h2, .mobile-copy h2 { margin-bottom: 25px; font-size: clamp(2rem, 3vw, 2.7rem); line-height: 1.05; }
.story-slider { min-height: 176px; padding: 28px 28px 20px; background: linear-gradient(120deg, #ece4d7, #f8f4eb); border-radius: 8px 0 0 8px; }
.story { display: none; }
.story.is-active { display: block; animation: fadeIn .45s ease both; }
.story i { margin-bottom: 9px; color: var(--gold); font-size: 1.4rem; }
.story blockquote { margin: 0 0 15px; font: 500 .83rem/1.65 var(--sans); color: #514c46; }
.story p { margin-bottom: 0; font-size: .64rem; font-weight: 600; }
.slider-controls { display: flex; align-items: center; gap: 13px; margin-top: 13px; }
.slider-arrow { width: 30px; height: 30px; padding: 0; border: 1px solid var(--gold); border-radius: 50%; background: transparent; color: var(--gold); }
.slider-dots { display: flex; gap: 7px; }
.slider-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #bbb2a4; }
.slider-dot.is-active { background: var(--gold); }
.story-note { margin: 9px 0 0; color: #8a847b; font-size: .57rem; }
.story-photo { position: relative; }
.story-photo img { width: 100%; height: 330px; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.mobile-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .8fr); align-items: center; gap: 72px; min-height: 560px; background: var(--paper); }
.mobile-copy ul { list-style: none; padding: 0; margin: 0 0 24px; color: #55504a; font-size: .76rem; }
.mobile-copy li { margin: 11px 0; }
.mobile-copy i { margin-right: 9px; color: var(--gold); }
.phone-mockup { position: relative; justify-self: center; width: 190px; height: 370px; padding: 9px; overflow: hidden; border: 5px solid #101010; border-radius: 30px; background: #111; box-shadow: 0 18px 35px rgba(0,0,0,.2); }
.phone-mockup img { width: 100%; height: 100%; object-fit: cover; border-radius: 15px; filter: brightness(.72); }
.phone-speaker { position: absolute; z-index: 2; top: 10px; left: 50%; width: 48px; height: 6px; transform: translateX(-50%); border-radius: 5px; background: #080808; }
.phone-brand { position: absolute; inset: 48px 10px auto; color: var(--gold-light); font: 600 1rem/1.15 var(--serif); text-align: center; text-transform: uppercase; text-shadow: 0 2px 8px #000; }
.phone-home { position: absolute; bottom: 13px; left: 50%; width: 32px; height: 3px; transform: translateX(-50%); border-radius: 5px; background: rgba(255,255,255,.75); }
.mobile-app-stage { position: relative; justify-self: center; width: min(100%, 500px); min-height: 500px; }
.app-device { position: absolute; width: 226px; margin: 0; transition: transform .45s cubic-bezier(.22,1,.36,1); }
.app-device-discover { z-index: 2; top: 4px; left: 13%; transform: rotate(-7deg); }
.app-device-chat { z-index: 1; top: 42px; right: 7%; transform: rotate(8deg); }
.mobile-app-stage:hover .app-device-discover { transform: translate(-8px,-8px) rotate(-9deg); }
.mobile-app-stage:hover .app-device-chat { transform: translate(8px,5px) rotate(10deg); }
.app-device-frame { position: relative; height: 464px; padding: 8px; overflow: hidden; border: 5px solid #111; border-radius: 34px; background: #111; box-shadow: 0 28px 55px rgba(36,28,17,.25); }
.app-device-frame img { width: 100%; height: 100%; object-fit: cover; border-radius: 22px; }
.app-device-notch { position: absolute; z-index: 2; top: 8px; left: 50%; width: 70px; height: 18px; transform: translateX(-50%); border-radius: 0 0 12px 12px; background: #111; }
.app-device figcaption { margin-top: 9px; color: #80786e; font-size: .55rem; font-weight: 600; text-align: center; text-transform: uppercase; letter-spacing: .12em; }

.faq-section { padding: 44px 0 50px; }
.section-heading-dark h2 { color: var(--ink); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 18px; }
.faq-item { border: 1px solid rgba(70,60,45,.14); border-radius: 4px; background: rgba(255,255,255,.28); }
.faq-item h3 { margin: 0; font-family: var(--sans); }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 14px 18px; border: 0; background: transparent; color: var(--ink); text-align: left; font: 500 .78rem/1.35 var(--serif); }
.faq-item button i { color: var(--muted); transition: transform .25s ease; }
.faq-item.is-open button i { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { overflow: hidden; margin: 0; padding: 0 18px; color: var(--muted); font-size: .72rem; transition: padding .3s ease; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { padding-bottom: 16px; }

.final-cta { position: relative; min-height: 220px; display: grid; align-items: center; color: #fff; background: #111 url("../assets/images/final-cta-harbour.webp") center/cover no-repeat; }
.final-cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.52), rgba(0,0,0,.72)); }
.final-cta-inner { position: relative; display: flex; align-items: center; justify-content: center; gap: 76px; }
.final-cta h2 { margin-bottom: 8px; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.05; }
.final-cta p:not(.eyebrow) { margin-bottom: 0; color: rgba(255,255,255,.72); font-size: .8rem; }

.site-footer { background: #121212; color: rgba(255,255,255,.66); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, .75fr) 1.15fr; gap: 38px; padding: 42px 0 28px; }
.footer-brand { padding-right: 32px; border-right: 1px solid rgba(255,255,255,.09); }
.footer-brand p, .footer-grid > div > p { margin: 18px 0; font-size: .67rem; }
.footer-grid h2 { margin-bottom: 13px; color: #fff; font: 600 .66rem/1.3 var(--sans); text-transform: uppercase; letter-spacing: .08em; }
.footer-grid > div > a { display: block; margin: 5px 0; font-size: .64rem; }
.footer-grid a:hover, .footer-bottom a:hover { color: var(--gold); }
.social-links { display: flex; gap: 18px; color: #fff; }
.newsletter-form { position: relative; display: flex; margin-top: 16px; }
.newsletter-form input { width: 100%; min-width: 0; height: 40px; padding: 0 48px 0 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 2px; outline: 0; background: transparent; color: #fff; font-size: .68rem; }
.newsletter-form input:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(201,164,92,.18); }
.newsletter-form button { position: absolute; right: 0; width: 40px; height: 40px; border: 0; background: var(--gold); color: #fff; }
.form-status { position: absolute; top: 46px; left: 0; color: var(--gold-light); font-size: .6rem; }
.footer-bottom { min-height: 56px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); font-size: .58rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 28px; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { animation: revealUp .62s cubic-bezier(.22, 1, .36, 1) both; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
@keyframes revealUp { from { opacity: .01; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

.simple-page { min-height: 100vh; background: var(--cream); }
.simple-hero { padding: 154px 0 72px; background: #101010; color: #fff; text-align: center; }
.simple-hero h1 { margin-bottom: 12px; font-size: clamp(3rem, 7vw, 5.5rem); }
.simple-hero p { max-width: 650px; margin: 0 auto; color: rgba(255,255,255,.68); }
.prose { width: min(calc(100% - 48px), 820px); margin: 0 auto; padding: 76px 0 92px; }
.prose h2 { margin-top: 42px; font-size: 2.3rem; }
.prose h3 { margin-top: 30px; font-size: 1.45rem; }
.prose p, .prose li { color: #5e5952; }
.prose a { color: #8f6d2c; text-decoration: underline; }
.contact-form { display: grid; gap: 18px; margin-top: 30px; }
.contact-form label { font-size: .8rem; font-weight: 600; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 13px; border: 1px solid #cfc6b8; background: #fff; font: inherit; }
.contact-form textarea { min-height: 150px; resize: vertical; }

.legal-prose { width: min(calc(100% - 48px), 900px); }
.policy-meta { display: inline-flex; margin-bottom: 22px; padding: 7px 11px; border: 1px solid rgba(143,109,44,.22); border-radius: 3px; background: #f0e9dc; color: #6b6257; font-size: .68rem; }
.legal-intro { color: #3f3a34 !important; font-size: 1rem; line-height: 1.8; }
.legal-callout { display: grid; grid-template-columns: 38px 1fr; gap: 15px; margin: 26px 0 30px; padding: 20px 22px; border-left: 3px solid var(--gold); background: #eee7da; }
.legal-callout i { color: var(--gold); font-size: 1.25rem; padding-top: 4px; }
.legal-callout p { margin: 0; color: #514a42; }
.legal-toc { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 26px 0 42px; padding: 18px 20px; border: 1px solid rgba(70,60,45,.13); background: rgba(255,255,255,.44); font-size: .72rem; }
.legal-toc strong { width: 100%; color: var(--ink); font-family: var(--serif); font-size: 1rem; }
.legal-toc a { color: #80632e; text-decoration: none; }
.legal-prose h2 { scroll-margin-top: 92px; }
.legal-prose li { margin: 8px 0; }
.policy-table-wrap { overflow-x: auto; margin: 24px 0 34px; border: 1px solid rgba(70,60,45,.14); }
.policy-table { width: 100%; min-width: 680px; border-collapse: collapse; background: var(--paper); font-size: .72rem; }
.policy-table th, .policy-table td { padding: 14px 16px; border-bottom: 1px solid rgba(70,60,45,.11); text-align: left; vertical-align: top; }
.policy-table th { background: #171717; color: #fff; font-weight: 600; }

.product-hero { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; background: #0b0b0b; color: #fff; }
.product-hero::before { content: ""; position: absolute; inset: 0; opacity: .34; background: radial-gradient(circle at 78% 34%, rgba(201,164,92,.24), transparent 27%), linear-gradient(135deg, #050505, #1d1812); }
.product-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: center; gap: 100px; padding: 130px 0 74px; }
.product-hero h1 { max-width: 760px; margin-bottom: 20px; font-size: clamp(3.4rem, 6vw, 5.8rem); line-height: .92; letter-spacing: -.035em; }
.product-hero-copy { max-width: 610px; margin-bottom: 28px; color: rgba(255,255,255,.72); font-size: .95rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button-outline { border-color: rgba(224,194,125,.7); background: transparent; color: var(--gold-light); box-shadow: none; }
.product-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; color: rgba(255,255,255,.58); font-size: .65rem; }
.product-proof i { margin-right: 6px; color: var(--gold); }
.app-phone-stage { display: grid; place-items: center; }
.app-phone-stage .phone-mockup { width: 228px; height: 450px; transform: rotate(3deg); box-shadow: 0 30px 80px rgba(0,0,0,.52), 0 0 0 1px rgba(224,194,125,.14); }
.app-phone-stage::before { content: ""; position: absolute; width: 320px; height: 320px; border: 1px solid rgba(201,164,92,.2); border-radius: 50%; }
.app-phone-pair { position: relative; min-height: 520px; isolation: isolate; }
.app-phone-pair::after { content: ""; position: absolute; z-index: -1; width: 245px; height: 245px; border-radius: 50%; background: rgba(201,164,92,.1); filter: blur(10px); }
.app-hero-device { position: absolute; width: 224px; overflow: hidden; border: 7px solid #090909; border-radius: 31px; background: #111; box-shadow: 0 28px 70px rgba(0,0,0,.58), 0 0 0 1px rgba(224,194,125,.18); }
.app-hero-device img { width: 100%; height: auto; display: block; }
.app-hero-device-back { z-index: 1; left: 5px; top: 44px; transform: rotate(-8deg); opacity: .76; }
.app-hero-device-front { z-index: 2; right: -8px; top: 5px; transform: rotate(7deg); }

.app-journey { padding: 86px 0 92px; background: #eee8de; }
.app-screen-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center; gap: 22px; }
.app-screen { position: relative; min-height: 560px; padding: 18px 18px 22px; overflow: hidden; border: 7px solid #171717; border-radius: 24px; background: #fbf8f2; box-shadow: 0 12px 28px rgba(37,29,20,.14); }
.app-screen-featured { min-height: 604px; box-shadow: 0 16px 36px rgba(37,29,20,.2); }
.app-screen-grid:has(.app-screen-shot) { max-width: 1080px; margin-inline: auto; align-items: start; gap: 34px; }
.app-screen-shot, .app-screen-shot.app-screen-featured { min-height: 0; padding: 0 0 78px; border-radius: 30px; background: #151515; box-shadow: 0 20px 48px rgba(37,29,20,.2); }
.app-screen-shot.app-screen-featured { transform: translateY(-24px); }
.app-screen-image { overflow: hidden; border-radius: 22px 22px 0 0; background: #111; }
.app-screen-image img { width: 100%; height: auto; display: block; }
.app-screen-shot .screen-caption { inset: auto 20px 19px; }
.app-screen-shot .screen-caption strong { color: #fff; }
.app-screen-shot .screen-caption span { color: rgba(255,255,255,.58); }
.screen-top { display: flex; justify-content: space-between; color: #37332e; font-size: .55rem; }
.screen-brand { margin: 22px 0 15px; color: #1d1a16; font: 600 1.35rem/1 var(--serif); }
.screen-filter-row { display: flex; gap: 6px; margin-bottom: 13px; }
.screen-filter-row span { padding: 6px 9px; border: 1px solid rgba(143,109,44,.25); border-radius: 999px; color: #715b34; font-size: .51rem; }
.screen-profile { position: relative; height: 330px; overflow: hidden; border-radius: 14px; background: #211d19; }
.screen-profile::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.83)); }
.screen-profile img { width: 100%; height: 100%; object-fit: cover; }
.screen-profile > div { position: absolute; z-index: 1; inset: auto 14px 14px; color: #fff; }
.screen-profile strong, .screen-profile span { display: block; }
.screen-profile strong { font: 600 1.25rem/1 var(--serif); }
.screen-profile span { margin-top: 4px; color: rgba(255,255,255,.68); font-size: .52rem; }
.screen-action-row { display: flex; justify-content: center; gap: 12px; margin-top: 14px; }
.screen-action-row span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(70,60,45,.15); border-radius: 50%; color: #746c62; background: #fff; }
.screen-action-row .screen-action-primary { border-color: var(--gold); background: var(--gold); color: #fff; }
.screen-profile-detail { overflow: hidden; border-radius: 14px; background: #fff; box-shadow: 0 7px 22px rgba(42,33,23,.08); }
.screen-profile-detail > img { width: 100%; height: 300px; object-fit: cover; object-position: center top; }
.screen-profile-copy { padding: 16px; }
.screen-profile-copy strong, .screen-profile-copy > span { display: block; }
.screen-profile-copy strong { font: 600 1.35rem/1 var(--serif); }
.screen-profile-copy > span { margin-top: 5px; color: #766f66; font-size: .52rem; }
.screen-profile-copy > span i { color: var(--gold); }
.screen-profile-copy p { margin: 11px 0; color: #625b52; font-size: .56rem; line-height: 1.55; }
.screen-profile-copy div { display: flex; gap: 5px; }
.screen-profile-copy em { padding: 5px 7px; border-radius: 999px; background: #f2ebdf; color: #806736; font: normal .49rem/1 var(--sans); }
.screen-chat { display: flex; flex-direction: column; gap: 11px; padding: 15px 0 20px; }
.screen-chat p { max-width: 84%; margin: 0; padding: 11px 12px; border-radius: 12px 12px 12px 3px; background: #ece5da; color: #514b44; font-size: .57rem; line-height: 1.5; }
.screen-chat p:nth-child(2) { align-self: flex-end; border-radius: 12px 12px 3px; background: #171717; color: rgba(255,255,255,.84); }
.screen-safety { display: grid; grid-template-columns: 30px 1fr; gap: 10px; margin-top: 10px; padding: 13px; border: 1px solid rgba(201,164,92,.25); background: #f2ebdf; color: #6c604e; }
.screen-safety i { color: var(--gold); padding-top: 3px; }
.screen-safety strong, .screen-safety span { display: block; }
.screen-safety span { font-size: .5rem; line-height: 1.45; }
.screen-safety strong { margin-bottom: 3px; color: #302b25; font-size: .56rem; }
.screen-caption { position: absolute; inset: auto 18px 17px; }
.screen-caption strong, .screen-caption span { display: block; }
.screen-caption strong { color: #2a2621; font: 600 1rem/1 var(--serif); }
.screen-caption span { margin-top: 5px; color: #7b7369; font-size: .51rem; line-height: 1.4; }

.content-section { padding: 78px 0; background: var(--cream); }
.content-heading { max-width: 720px; margin-bottom: 36px; }
.content-heading h2 { margin-bottom: 12px; font-size: clamp(2.5rem, 4.5vw, 4rem); line-height: .98; }
.content-heading > p:last-child { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 210px; padding: 28px 25px; border: 1px solid rgba(70,60,45,.12); border-radius: 6px; background: var(--paper); }
.feature-card i { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 22px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); }
.feature-card h3 { margin-bottom: 7px; font-size: 1.45rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .72rem; }
.app-detail-dark { padding: 78px 0; background: #111; color: #fff; }
.app-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.app-detail-grid h2 { font-size: clamp(2.6rem, 4.5vw, 4rem); line-height: .98; }
.app-detail-grid p { color: rgba(255,255,255,.65); }
.detail-list { display: grid; gap: 12px; }
.detail-list div { display: grid; grid-template-columns: 34px 1fr; gap: 13px; padding: 17px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); }
.detail-list i { color: var(--gold); padding-top: 4px; }
.detail-list strong, .detail-list span { display: block; }
.detail-list span { color: rgba(255,255,255,.55); font-size: .66rem; }
.availability-note { margin-top: 24px; padding: 15px 17px; border: 1px solid rgba(201,164,92,.28); background: rgba(201,164,92,.08); color: rgba(255,255,255,.7); font-size: .68rem; }

.mobile-rhythm { padding: 88px 0; background: var(--paper); }
.mobile-rhythm-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: 76px; }
.mobile-rhythm-image { position: relative; }
.mobile-rhythm-image::before { content: ""; position: absolute; z-index: 1; inset: 18px -18px -18px 18px; border: 1px solid rgba(201,164,92,.38); pointer-events: none; }
.mobile-rhythm-image img { position: relative; z-index: 2; width: 100%; min-height: 540px; object-fit: cover; border-radius: 4px; box-shadow: var(--shadow); }
.mobile-rhythm-image span { position: absolute; z-index: 3; right: 16px; bottom: 14px; padding: 6px 9px; background: rgba(0,0,0,.68); color: rgba(255,255,255,.76); font-size: .5rem; text-transform: uppercase; letter-spacing: .08em; }
.mobile-rhythm-copy h2 { margin-bottom: 15px; font-size: clamp(2.7rem, 4.6vw, 4.3rem); line-height: .94; }
.mobile-rhythm-copy > p:not(.eyebrow) { margin-bottom: 25px; color: var(--muted); font-size: .78rem; }
.rhythm-list { margin: 0; padding: 0; list-style: none; }
.rhythm-list li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 15px 0; border-top: 1px solid rgba(70,60,45,.12); }
.rhythm-list > li > span { color: var(--gold); font: 600 1.25rem/1 var(--serif); }
.rhythm-list strong { display: block; color: #302b25; font-family: var(--serif); font-size: 1rem; }
.rhythm-list p { margin: 3px 0 0; color: var(--muted); font-size: .64rem; }

.meet-hero { min-height: 540px; background: #090909 url("../assets/images/final-cta-harbour.webp") center / cover no-repeat; }
.meet-hero::before { opacity: 1; background: linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.62) 55%, rgba(0,0,0,.35)); }
.meet-hero .product-hero-grid { grid-template-columns: minmax(0, 820px); padding-bottom: 90px; }
.meet-hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: center; gap: 70px; padding: 135px 0 80px; }
.meet-preference-preview { padding: 26px; border: 1px solid rgba(224,194,125,.32); background: #0e0e0e; }
.meet-preference-preview h2 { margin-bottom: 21px; font-size: 2rem; line-height: 1; }
.preference-row { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.11); }
.preference-row span, .preference-row strong { display: block; }
.preference-row span { margin-bottom: 3px; color: rgba(255,255,255,.44); font-size: .52rem; text-transform: uppercase; letter-spacing: .08em; }
.preference-row strong { color: rgba(255,255,255,.86); font-size: .67rem; font-weight: 500; }
.meet-preference-preview > a { display: flex; align-items: center; justify-content: space-between; margin-top: 19px; padding: 12px 14px; background: var(--gold); color: #111; font-size: .62rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.meet-preference-preview small { display: block; margin-top: 10px; color: rgba(255,255,255,.38); font-size: .48rem; }

.browse-section { padding: 82px 0; background: var(--paper); }
.browse-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.browse-card { position: relative; min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 20px; background: #181818; color: #fff; }
.browse-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.85)), var(--browse-image) center / cover; transition: transform .55s ease; }
.browse-card:hover::before { transform: scale(1.04); }
.browse-card > * { position: relative; z-index: 1; }
.browse-card > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(224,194,125,.65); border-radius: 50%; color: var(--gold-light); font: 600 .8rem/1 var(--serif); }
.browse-card p { margin-bottom: 7px; color: var(--gold-light); font-size: .56rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.browse-card h3 { margin: 0; font-size: 1.35rem; line-height: 1.05; }
.browse-card-dining { --browse-image: url("../assets/images/story-couple.webp"); }
.browse-card-coast { --browse-image: url("../assets/images/final-cta-harbour.webp"); }
.browse-card-city { --browse-image: url("../assets/images/profile-grace.webp"); }
.browse-card-travel { --browse-image: url("../assets/images/profile-oliver.webp"); }
.meet-directory { background: #eee8de; }
.directory-cta { display: flex; align-items: center; justify-content: space-between; gap: 26px; margin-top: 30px; padding: 24px 26px; border: 1px solid rgba(70,60,45,.12); background: rgba(255,255,255,.46); }
.directory-cta p { margin: 0; color: var(--muted); font-size: .76rem; }
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.city-card { min-height: 180px; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; border: 1px solid rgba(201,164,92,.24); border-radius: 5px; background: linear-gradient(145deg, #191919, #2a241c); color: #fff; }
.city-card i { margin-bottom: auto; color: var(--gold); }
.city-card h3 { margin-bottom: 1px; font-size: 1.45rem; }
.city-card p { margin: 0; color: rgba(255,255,255,.52); font-size: .62rem; }
.connection-section { padding: 72px 0; background: #111; color: #fff; }
.connection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.connection-card { padding: 26px; border: 1px solid rgba(255,255,255,.1); }
.connection-card span { color: var(--gold); font: 600 2rem/1 var(--serif); }
.connection-card h3 { margin: 18px 0 7px; font-size: 1.45rem; }
.connection-card p { margin: 0; color: rgba(255,255,255,.58); font-size: .7rem; }

.prompt-section { padding: 84px 0; background: #e9e1d4; }
.prompt-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 72px; align-items: center; }
.prompt-intro h2 { margin-bottom: 14px; font-size: clamp(2.7rem, 4.5vw, 4.1rem); line-height: .94; }
.prompt-intro > p:not(.eyebrow) { color: var(--muted); font-size: .76rem; }
.text-link { color: #7d602b; font-size: .64rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.text-link i { margin-left: 6px; }
.prompt-cards { display: grid; gap: 12px; }
.prompt-card { padding: 24px 26px; border: 1px solid rgba(89,71,44,.12); background: rgba(255,255,255,.64); }
.prompt-card span { color: var(--gold); font-size: .54rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.prompt-card p { margin: 8px 0 0; color: #3d3832; font: 500 1.18rem/1.35 var(--serif); }

.app-page h1, .app-page h2, .app-page h3, .meet-page h1, .meet-page h2, .meet-page h3 { text-wrap: balance; }
.app-page p, .meet-page p { text-wrap: pretty; }
.meet-directory .profile-card { border: 0; box-shadow: 0 5px 12px rgba(53,43,29,.1); }

.blog-index-hero { padding-bottom: 86px; text-align: left; }
.blog-index-hero p { margin-left: 0; }
.blog-index-section { padding: 80px 0 96px; background: #f4f2ee; }
.blog-index-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 38px; }
.blog-index-heading > div > p { margin-bottom: 8px; color: var(--gold); font-size: .68rem; font-weight: 600; text-transform: uppercase; letter-spacing: .13em; }
.blog-index-heading h2 { max-width: 650px; margin-bottom: 0; font-size: clamp(2.7rem, 4.8vw, 4.5rem); line-height: .95; }
.blog-index-heading > p { max-width: 390px; margin-bottom: 4px; color: #5e5952; font-size: .76rem; }
.blog-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.blog-card { background: #fff; }
.blog-card-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #171717; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.22,1,.36,1); }
.blog-card:hover .blog-card-image img { transform: scale(1.035); }
.blog-card > div { padding: 24px 23px 27px; }
.blog-card-meta { margin-bottom: 12px; color: #8b6c31; font-size: .58rem; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; }
.blog-card h3 { margin-bottom: 12px; font-size: 1.65rem; line-height: 1.05; text-wrap: balance; }
.blog-card > div > p:not(.blog-card-meta) { min-height: 74px; margin-bottom: 20px; color: #625d56; font-size: .7rem; }

.article-page { background: #f4f2ee; }
.article-hero { padding: 140px 0 0; background: #0d0d0d; color: #fff; }
.article-hero-copy { padding-bottom: 56px; }
.article-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 38px; color: rgba(255,255,255,.6); font-size: .62rem; text-transform: uppercase; letter-spacing: .09em; }
.article-back:hover { color: var(--gold-light); }
.article-category { margin-bottom: 12px; color: var(--gold); font-size: .68rem; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; }
.article-hero h1 { max-width: 960px; margin-bottom: 20px; font-size: clamp(3.5rem, 6.8vw, 6rem); line-height: .91; letter-spacing: -.035em; text-wrap: balance; }
.article-deck { max-width: 760px; margin-bottom: 26px; color: rgba(255,255,255,.7); font-size: 1rem; line-height: 1.7; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 26px; color: rgba(255,255,255,.48); font-size: .62rem; }
.article-meta span:not(:last-child)::after { content: "·"; margin-left: 26px; color: var(--gold); }
.article-hero-image { width: min(calc(100% - 48px), 1320px); margin: 0 auto; }
.article-hero-image img { width: 100%; max-height: 690px; object-fit: cover; }
.article-hero-image figcaption, .article-inline-image figcaption { padding-top: 8px; color: #7b746b; font-size: .58rem; }
.article-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); justify-content: center; gap: 78px; padding-top: 78px; padding-bottom: 96px; }
.article-toc { position: sticky; top: 104px; align-self: start; padding-top: 4px; }
.article-toc strong { display: block; margin-bottom: 14px; color: #2a2723; font: 600 1.1rem/1 var(--serif); }
.article-toc ol { margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.article-toc li { counter-increment: toc; border-top: 1px solid rgba(70,60,45,.12); }
.article-toc a { display: grid; grid-template-columns: 24px 1fr; gap: 7px; padding: 10px 0; color: #655f57; font-size: .65rem; line-height: 1.4; }
.article-toc a::before { content: counter(toc, decimal-leading-zero); color: #a7813d; font-family: var(--serif); }
.article-body { min-width: 0; color: #3e3a35; font-size: .98rem; line-height: 1.82; }
.article-body > p, .article-body > ul, .article-body > ol { max-width: 70ch; }
.article-lead { margin-bottom: 24px; color: #25221f; font: 500 1.34rem/1.55 var(--serif); }
.article-body h2 { scroll-margin-top: 100px; margin: 58px 0 16px; color: #211e1a; font-size: clamp(2.15rem, 4vw, 3.2rem); line-height: 1; letter-spacing: -.02em; text-wrap: balance; }
.article-body h3 { margin: 28px 0 8px; color: #2c2824; font-size: 1.45rem; line-height: 1.15; }
.article-body a { color: #795a23; text-decoration: underline; text-underline-offset: 3px; }
.article-body li { margin: 8px 0; }
.article-inline-image { margin: 42px 0 48px; }
.article-inline-image img { width: 100%; border-radius: 3px; }
.article-example { margin: 28px 0; padding: 24px 26px; border: 1px solid rgba(130,99,45,.22); background: #ebe5da; }
.article-example span { display: block; margin-bottom: 8px; color: #896a32; font-size: .58rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.article-example p { margin: 0; color: #37322c; font: 500 1.08rem/1.55 var(--serif); }
.article-checklist { padding: 24px 30px 24px 46px; background: #ebe5da; }
.message-list { display: grid; gap: 0; margin-top: 24px; }
.message-list section { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 28px 0; border-top: 1px solid rgba(70,60,45,.14); }
.message-list section > span { color: var(--gold); font: 600 2rem/1 var(--serif); }
.message-list h3 { margin-top: 0; }
.message-list blockquote { margin: 12px 0; padding: 16px 18px; background: #ebe5da; color: #322e29; font: 500 1.05rem/1.55 var(--serif); }
.message-list p { margin-bottom: 0; font-size: .86rem; }
.article-sources { margin-top: 64px; padding-top: 2px; border-top: 1px solid rgba(70,60,45,.18); }
.article-sources h2 { font-size: 2rem; }
.article-sources p, .article-sources li { color: #625d56; font-size: .78rem; }
.author-block { display: grid; grid-template-columns: 72px 1fr; gap: 22px; margin-top: 54px; padding: 28px; background: #171717; color: #fff; }
.author-mark { width: 72px; height: 72px; display: block; object-fit: cover; border: 1px solid var(--gold); border-radius: 50%; }
.author-block > div > p:first-child { margin-bottom: 2px; color: var(--gold); font-size: .55rem; text-transform: uppercase; letter-spacing: .1em; }
.author-block h2 { margin: 0 0 8px; color: #fff; font-size: 1.55rem; }
.author-block > div > p:last-child { margin: 0; color: rgba(255,255,255,.62); font-size: .68rem; }

/* Editorial, contact and safety page refinements */
.prose-wide { width: min(calc(100% - 40px), 1040px); }
.prose-lead { color: #302c27; font: 500 clamp(1.35rem, 2.2vw, 1.8rem)/1.55 var(--serif); }
.about-story > section { margin-top: 64px; }
.about-story .eyebrow { margin-bottom: 8px; }
.about-split { display: grid; grid-template-columns: 1.35fr .65fr; gap: 54px; align-items: start; }
.about-note { padding: 32px; background: #171717; color: rgba(255,255,255,.72); }
.about-note h2 { margin-top: 0; color: #fff; }
.about-note p { margin-bottom: 0; }
.about-closing { padding: 42px; background: #ebe5da; text-align: center; }
.about-closing h2 { margin-top: 0; }
.about-closing p { max-width: 700px; margin-inline: auto; }

.safety-hero { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; background: #0e0e0e; color: #fff; }
.safety-hero picture, .safety-hero picture::after { position: absolute; inset: 0; }
.safety-hero picture::after { content: ""; background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.68) 42%, rgba(0,0,0,.08) 76%); }
.safety-hero img { width: 100%; height: 100%; object-fit: cover; }
.safety-hero-copy { position: relative; z-index: 1; padding-top: 90px; }
.safety-hero h1 { max-width: 690px; margin: 8px 0 20px; color: #fff; font: 500 clamp(3.4rem, 6.6vw, 6.2rem)/.92 var(--serif); }
.safety-hero-copy > p:not(.eyebrow) { max-width: 570px; color: rgba(255,255,255,.78); font-size: .92rem; line-height: 1.75; }
.safety-nav { position: sticky; z-index: 5; top: 72px; background: #161616; border-top: 1px solid rgba(255,255,255,.08); }
.safety-nav .container { display: flex; justify-content: center; overflow-x: auto; scrollbar-width: none; }
.safety-nav a { min-height: 48px; display: grid; place-items: center; flex: 0 0 auto; padding: 0 25px; color: rgba(255,255,255,.7); font-size: .62rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.safety-nav a:hover { color: var(--gold-light); }
.safety-intro { padding-block: 92px; text-align: center; }
.safety-intro h2 { max-width: 800px; margin: 8px auto 24px; font-size: clamp(2.5rem, 4vw, 4rem); }
.safety-intro p:not(.eyebrow) { max-width: 820px; margin-inline: auto; color: #625d56; }
.safety-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding-bottom: 100px; }
.safety-feature-image { position: relative; }
.safety-feature-image::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid rgba(180,135,63,.4); }
.safety-feature-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.safety-feature h2, .safety-steps h2, .safety-boundaries h2, .safety-help h2 { margin: 8px 0 20px; font-size: clamp(2.35rem, 4vw, 3.7rem); }
.safety-checks { display: grid; gap: 12px; margin-top: 22px; padding: 0; list-style: none; }
.safety-checks li { position: relative; padding-left: 28px; color: #56514b; }
.safety-checks li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.safety-dark { padding: 96px 0 104px; background: #111; color: #fff; }
.safety-dark h2 { color: #fff; }
.safety-dark .section-heading > p:not(.eyebrow) { color: rgba(255,255,255,.58); }
.safety-card-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 54px; border: 1px solid rgba(255,255,255,.12); }
.safety-card-grid article { min-height: 300px; padding: 34px 26px; border-right: 1px solid rgba(255,255,255,.12); }
.safety-card-grid article:last-child { border-right: 0; }
.safety-card-grid article > span { color: var(--gold); font: 600 2rem/1 var(--serif); }
.safety-card-grid h3 { margin: 40px 0 14px; color: #fff; font: 500 1.65rem/1.05 var(--serif); }
.safety-card-grid p { color: rgba(255,255,255,.56); font-size: .72rem; line-height: 1.75; }
.safety-steps { padding-block: 100px; }
.safety-steps .section-heading { max-width: 720px; }
.safety-steps ol { margin: 50px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(70,60,45,.15); }
.safety-steps li { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid rgba(70,60,45,.15); }
.safety-steps li > span { color: var(--gold); font: 600 2.2rem/1 var(--serif); }
.safety-steps h3 { margin: 0 0 8px; font: 500 1.6rem/1 var(--serif); }
.safety-steps li p { max-width: 760px; margin: 0; color: #625d56; }
.safety-boundaries { padding: 95px 0; background: #eae4d9; }
.safety-boundaries-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: start; }
.safety-boundaries aside { padding: 34px; background: #fff; box-shadow: 0 18px 45px rgba(40,30,20,.08); }
.safety-boundaries aside h3 { margin-top: 0; font: 500 1.8rem/1 var(--serif); }
.safety-boundaries aside ul { display: grid; gap: 12px; padding-left: 20px; }
.safety-help { padding-block: 100px; }
.safety-resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 38px 0; }
.safety-resource-grid a { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border: 1px solid rgba(70,60,45,.18); color: inherit; }
.safety-resource-grid a:hover { border-color: var(--gold); transform: translateY(-3px); }
.safety-resource-grid strong { font: 500 1.45rem/1 var(--serif); }
.safety-resource-grid span { color: #6b655f; font-size: .7rem; }
.safety-emergency, .contact-emergency { padding: 22px 24px; border-left: 3px solid var(--gold); background: #f0ebe2; }
.safety-faq { border-top: 1px solid rgba(70,60,45,.12); }
.faq-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px 18px; }
.faq-list details { border: 1px solid rgba(70,60,45,.14); background: rgba(255,255,255,.35); }
.faq-list summary { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 18px; cursor: pointer; color: #2b2722; font: 500 .82rem/1.35 var(--serif); list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: 0 0 auto; color: #7b6d59; font: 400 1.25rem/1 var(--sans); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > p { margin: 0; padding: 0 18px 18px; color: #66605a; font-size: .72rem; line-height: 1.7; }

.contact-overview, .contact-expectations { padding: 90px 0; }
.contact-overview .section-heading, .contact-expectations .container { max-width: 880px; }
.contact-topic-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 44px; }
.contact-topic-grid article { padding: 28px 24px; border: 1px solid rgba(70,60,45,.16); }
.contact-topic-grid i { color: var(--gold); font-size: 1.3rem; }
.contact-topic-grid h3 { margin: 28px 0 10px; font: 500 1.55rem/1 var(--serif); }
.contact-topic-grid p { margin: 0; color: #6b655f; font-size: .68rem; line-height: 1.7; }
.contact-main { padding: 94px 0; background: #171717; color: #fff; }
.contact-main-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 74px; align-items: start; }
.contact-main h2 { color: #fff; font-size: clamp(2.4rem, 4vw, 3.7rem); }
.contact-main p { color: rgba(255,255,255,.62); }
.contact-main .contact-form { margin-top: 30px; padding: 0; background: transparent; }
.contact-main .contact-form label { color: rgba(255,255,255,.76); }
.contact-main .contact-form input, .contact-main .contact-form select, .contact-main .contact-form textarea { min-height: 48px; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.06); color: #fff; }
.contact-main .contact-form select option { color: #111; }
.contact-main .contact-form textarea { min-height: 150px; }
.form-note { font-size: .64rem; }
.contact-guidance { padding: 38px; border: 1px solid rgba(255,255,255,.15); }
.contact-guidance h2 { margin: 0 0 18px; font-size: 1.8rem; }
.contact-guidance h2:not(:first-child) { margin-top: 38px; }
.contact-guidance ul { display: grid; gap: 12px; padding-left: 20px; color: rgba(255,255,255,.65); }
.contact-guidance a { color: var(--gold-light); }
.contact-main .contact-emergency { color: #28231e; }
.contact-expectations { background: #ebe5da; }
.contact-expectations h2 { font-size: clamp(2.35rem, 4vw, 3.7rem); }
.blog-editorial-card { display: grid; grid-template-columns: 88px 1fr; gap: 28px; align-items: center; max-width: 920px; margin: 72px auto 0; padding: 38px; background: #171717; color: #fff; }
.blog-editorial-card .author-mark { width: 88px; height: 88px; }
.blog-editorial-card .eyebrow { margin-bottom: 5px; }
.blog-editorial-card h2 { margin: 0 0 10px; color: #fff; font-size: 2rem; }
.blog-editorial-card p:not(.eyebrow) { margin: 0 0 14px; color: rgba(255,255,255,.62); font-size: .72rem; }
.blog-editorial-card .text-link { color: var(--gold-light); }
.related-guides { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 52px 0 8px; padding-top: 28px; border-top: 1px solid rgba(70,60,45,.18); }
.related-guides > p { grid-column: 1/-1; margin: 0 0 4px; color: #8a6a32; font-size: .58rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.related-guides a { display: flex; min-height: 118px; flex-direction: column; justify-content: space-between; padding: 20px; border: 1px solid rgba(70,60,45,.16); color: #27231f; }
.related-guides a:hover { border-color: var(--gold); }
.related-guides strong { font: 500 1.25rem/1.15 var(--serif); }
.related-guides span { color: #8a6a32; font-size: .62rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }

.menu-toggle { min-width: 44px; min-height: 44px; }
.newsletter-form button { min-width: 44px; min-height: 44px; }
.slider-arrow { min-width: 44px; min-height: 44px; }
.slider-dot { position: relative; width: 44px; height: 44px; background: transparent !important; border: 0; }
.slider-dot::after { content: ""; position: absolute; inset: 17px; border-radius: 50%; background: rgba(180,135,63,.35); }
.slider-dot.active::after { background: var(--gold); }

:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
@media (max-width: 1080px) {
  .safety-card-grid { grid-template-columns: repeat(2,1fr); }
  .safety-card-grid article:nth-child(2) { border-right: 0; }
  .safety-card-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .contact-topic-grid { grid-template-columns: repeat(2,1fr); }
  .nav-wrap { gap: 18px; }
  .logo { font-size: 1.15rem; }
  .primary-nav { gap: 13px; font-size: .64rem; letter-spacing: .035em; }
  .primary-nav > a:nth-child(5) { display: none; }
  .primary-nav .nav-login { padding-inline: 12px !important; }
  .primary-nav .button-small { min-width: 84px; padding-inline: 12px; }
  .hero h1 { max-width: 610px; font-size: clamp(3.15rem, 5.7vw, 4rem); }
  .match-grid { gap: 40px; }
  .profiles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .profile-bio { min-height: 42px; }
  .stories-panel { gap: 38px; }
  .mobile-panel { gap: 52px; }
  .how-layout { gap: 54px; }
  .journey-stack { padding-right: 54px; }
  .journey-card:nth-child(2) { margin-left: 28px; }
  .journey-card:nth-child(3) { margin-left: 54px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-brand { grid-row: span 2; }
  .product-hero-grid { gap: 55px; }
  .app-phone-pair { min-height: 470px; }
  .app-hero-device { width: 196px; }
  .city-grid { grid-template-columns: repeat(3, 1fr); }
  .app-screen-grid { gap: 13px; }
  .app-screen { min-height: 530px; padding-inline: 13px; }
  .app-screen-featured { min-height: 566px; }
  .screen-profile { height: 300px; }
  .mobile-rhythm-grid { gap: 46px; }
  .meet-hero-layout { grid-template-columns: minmax(0, 1fr) 310px; gap: 35px; }
  .browse-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: 200px minmax(0, 680px); gap: 44px; }
}
@media (max-width: 860px) {
  .faq-list { grid-template-columns: 1fr; }
  .about-split, .safety-feature, .safety-boundaries-grid, .contact-main-grid { grid-template-columns: 1fr; }
  .safety-feature { gap: 48px; }
  .safety-resource-grid { grid-template-columns: 1fr; }
  .nav-wrap { width: min(calc(100% - 36px), 1320px); }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 72px 0 auto; max-height: 0; overflow: hidden; display: grid; grid-template-columns: 1fr; gap: 0; padding: 0 24px; background: rgba(10,10,10,.98); transition: max-height .35s ease, padding .35s ease; }
  .primary-nav.is-open { max-height: calc(100vh - 78px); padding-block: 22px 30px; overflow-y: auto; }
  .primary-nav > a { width: 100%; min-height: 44px; display: flex; align-items: center; padding: 13px 5px !important; }
  .primary-nav > a:nth-child(5) { display: flex; }
  .primary-nav .button { margin-top: 8px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 730px; height: 100svh; }
  .hero::before { inset: 0; background-size: auto 100%; background-position: 76% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.42)); }
  .match-grid { grid-template-columns: 1fr; }
  .match-intro { text-align: center; }
  .match-intro > p:not(.eyebrow) { margin-inline: auto; }
  .profiles-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .profiles-note { max-width: 390px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding-block: 16px; }
  .trust-grid article { min-height: 70px; }
  .trust-grid article:nth-child(2) { border-right: 0; }
  .how-layout { grid-template-columns: 1fr; gap: 48px; }
  .how-intro { position: static; max-width: 680px; padding-top: 0; }
  .how-intro h2 { max-width: 650px; }
  .journey-stack { max-width: 760px; padding-right: 72px; }
  .journey-card:nth-child(2) { margin-left: 36px; }
  .journey-card:nth-child(3) { margin-left: 72px; }
  .stories-panel { grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); }
  .faq-grid { grid-template-columns: 1fr; }
  .final-cta-inner { flex-direction: column; align-items: flex-start; gap: 25px; padding-block: 44px; }
  .product-hero-grid { grid-template-columns: minmax(0, 1fr) 250px; gap: 34px; }
  .app-phone-stage .phone-mockup { width: 194px; height: 385px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .app-detail-grid { grid-template-columns: 1fr; gap: 38px; }
  .connection-grid { grid-template-columns: 1fr; }
  .app-screen-grid { display: flex; max-width: none; margin-inline: 0; gap: 18px; overflow-x: auto; padding: 2px 2px 18px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--gold) transparent; }
  .app-screen { flex: 0 0 min(70vw, 350px); min-height: 570px; scroll-snap-align: center; }
  .app-screen-featured { min-height: 570px; }
  .app-screen-shot, .app-screen-shot.app-screen-featured { min-height: 0; padding-bottom: 78px; transform: none; }
  .screen-profile { height: 350px; }
  .mobile-rhythm-grid, .prompt-layout { grid-template-columns: 1fr; gap: 42px; }
  .mobile-rhythm-image img { min-height: 440px; }
  .meet-hero-layout { grid-template-columns: 1fr; gap: 28px; padding: 118px 0 60px; }
  .meet-preference-preview { max-width: 460px; }
  .blog-card-grid { grid-template-columns: 1fr; }
  .blog-card { display: grid; grid-template-columns: minmax(250px, .85fr) 1.15fr; }
  .blog-card > div > p:not(.blog-card-meta) { min-height: 0; }
  .article-layout { grid-template-columns: 1fr; gap: 42px; }
  .article-toc { position: static; padding: 22px; border: 1px solid rgba(70,60,45,.13); background: #ebe5da; }
  .article-toc ol { columns: 2; column-gap: 30px; }
  .article-toc li { break-inside: avoid; }
}
@media (max-width: 640px) {
  .related-guides { grid-template-columns: 1fr; }
  .related-guides > p { grid-column: auto; }
  .blog-editorial-card { grid-template-columns: 1fr; padding: 28px 22px; }
  .about-story > section { margin-top: 46px; }
  .about-closing, .about-note { padding: 28px 22px; }
  .safety-hero { min-height: 700px; align-items: end; }
  .safety-hero picture::after { background: linear-gradient(180deg, rgba(0,0,0,.05) 12%, rgba(0,0,0,.46) 52%, rgba(0,0,0,.95) 82%); }
  .safety-hero img { object-position: 62% center; }
  .safety-hero-copy { padding-top: 180px; padding-bottom: 52px; }
  .safety-hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .safety-nav { top: 68px; }
  .safety-nav .container { justify-content: flex-start; width: 100%; padding-inline: 8px; }
  .safety-nav a { min-height: 44px; padding-inline: 16px; }
  .safety-intro, .safety-steps, .safety-help { padding-block: 68px; }
  .safety-feature { padding-bottom: 74px; }
  .safety-feature-image::before { inset: 10px -10px -10px 10px; }
  .safety-dark, .safety-boundaries, .contact-overview, .contact-main, .contact-expectations { padding-block: 68px; }
  .safety-card-grid, .contact-topic-grid { grid-template-columns: 1fr; }
  .safety-card-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .safety-card-grid article:last-child { border-bottom: 0; }
  .safety-steps li { grid-template-columns: 44px 1fr; gap: 14px; }
  .safety-resource-grid a { min-height: 130px; }
  .contact-main-grid { gap: 48px; }
  .contact-guidance { padding: 28px 22px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .site-header { height: 68px; }
  .primary-nav { inset-block-start: 68px; }
  .hero { min-height: 680px; align-items: end; }
  .hero::before { background-position: 80% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(0,0,0,.12) 15%, rgba(0,0,0,.35) 40%, rgba(0,0,0,.96) 83%); }
  .hero-content { padding-top: 160px; padding-bottom: 48px; }
  .hero-eyebrow { display: block; }
  .hero h1 { max-width: 420px; font-size: clamp(2.55rem, 12vw, 4rem); text-transform: uppercase; }
  .hero-accent { display: block; }
  .hero-copy { font-size: .84rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .role-cards { grid-template-columns: 1fr; }
  .match-section { padding-block: 66px; }
  .profiles-section { padding: 58px 0 62px; }
  .profiles-grid { grid-template-columns: 1fr; gap: 14px; }
  .profile-card { display: grid; grid-template-columns: 42% 1fr; min-height: 220px; }
  .meet-directory .profiles-grid { display: flex; gap: 14px; overflow-x: auto; margin-right: -16px; padding: 2px 16px 18px 0; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--gold) transparent; }
  .meet-directory .profile-card { flex: 0 0 min(86vw, 360px); scroll-snap-align: start; }
  .profile-photo { height: 100%; min-height: 220px; aspect-ratio: auto; }
  .profile-photo img { object-position: center top; }
  .profile-body { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 17px 14px; }
  .profile-title-row { display: block; }
  .profile-title-row h3 { margin-bottom: 5px; font-size: 1.35rem; }
  .profile-bio { min-height: 0; margin-bottom: 11px; font-size: .62rem; }
  .profile-tags { gap: 5px; }
  .profile-tags li { padding: 5px 7px; font-size: .5rem; }
  .profile-type { left: 9px; bottom: 9px; padding-inline: 8px; }
  .stories-panel { grid-template-columns: 1fr; gap: 0; padding: 55px 20px; }
  .story-slider { border-radius: 8px; }
  .story-photo { margin: 28px 0 0; }
  .mobile-panel { grid-template-columns: 1fr; gap: 30px; padding: 55px 24px; text-align: center; }
  .mobile-copy li { text-align: left; }
  .phone-mockup { margin: 8px auto 0; }
  .how-section { padding: 68px 0 72px; }
  .how-intro h2 { font-size: clamp(3.15rem, 14vw, 4.6rem); }
  .journey-stack { width: 100%; padding-right: 0; }
  .journey-stack::before { left: 25px; }
  .journey-card, .journey-card:nth-child(2), .journey-card:nth-child(3) { grid-template-columns: 60px minmax(0,1fr); gap: 12px; min-height: 0; margin-left: 0; padding: 25px 20px 25px 15px; }
  .journey-card::before { top: 31px; left: 20px; }
  .journey-number { padding-top: 24px; font-size: 2.55rem; }
  .journey-card h3 { font-size: 1.55rem; }
  .mobile-panel { min-height: auto; }
  .mobile-app-stage { width: min(100%, 360px); min-height: 390px; margin: 8px auto 0; }
  .app-device { width: 165px; }
  .app-device-discover { left: 8%; }
  .app-device-chat { right: 7%; }
  .app-device-frame { height: 338px; padding: 6px; border-width: 4px; border-radius: 26px; }
  .app-device-frame img { border-radius: 17px; }
  .app-device-notch { top: 6px; width: 50px; height: 13px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); padding-top: 46px; }
  .footer-brand { grid-column: 1 / -1; grid-row: auto; padding-right: 0; border-right: 0; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; padding-block: 22px; }
  .footer-bottom div { flex-wrap: wrap; gap: 14px 22px; }
  .legal-prose { width: min(calc(100% - 32px), 900px); }
  .legal-callout { grid-template-columns: 1fr; }
  .legal-toc { display: grid; }
  .product-hero { min-height: auto; }
  .product-hero-grid { grid-template-columns: 1fr; gap: 48px; padding: 120px 0 64px; }
  .product-hero h1 { font-size: clamp(2.75rem, 13.2vw, 3.55rem); line-height: .95; }
  .app-page .product-hero { min-height: 1000px; }
  .app-page .product-hero-grid { display: block; min-height: 1000px; padding: 116px 0 64px; }
  .app-page .product-hero-grid > .reveal:first-child { position: relative; z-index: 2; }
  .app-page .app-phone-stage { position: absolute; z-index: 1; right: -66px; bottom: -88px; padding: 0; opacity: .34; pointer-events: none; }
  .app-page .app-phone-stage.app-phone-pair { right: -20px; bottom: -20px; width: 350px; min-height: 520px; opacity: .92; }
  .app-phone-pair .app-hero-device { width: 168px; border-width: 5px; border-radius: 25px; }
  .app-phone-pair .app-hero-device-back { left: 8px; top: 70px; }
  .app-phone-pair .app-hero-device-front { right: 8px; top: 24px; }
  .app-phone-stage .phone-mockup { width: 170px; height: 335px; }
  .app-page .app-phone-stage::before { width: 230px; height: 230px; }
  .feature-grid { grid-template-columns: 1fr; }
  .content-section, .app-detail-dark, .connection-section { padding: 58px 0; }
  .city-grid { grid-template-columns: repeat(2, 1fr); }
  .directory-cta { align-items: flex-start; flex-direction: column; }
  .app-journey, .mobile-rhythm, .browse-section, .prompt-section { padding: 60px 0; }
  .app-screen-grid { width: auto; margin-right: -16px; padding-right: 16px; }
  .app-screen, .app-screen-featured { flex-basis: min(84vw, 340px); min-height: 540px; }
  .app-screen-shot, .app-screen-shot.app-screen-featured { min-height: 0; }
  .screen-profile { height: 330px; }
  .mobile-rhythm-image::before { inset: 10px -10px -10px 10px; }
  .mobile-rhythm-image img { min-height: 360px; }
  .browse-grid { display: flex; gap: 12px; overflow-x: auto; margin-right: -16px; padding: 2px 16px 16px 0; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--gold) transparent; }
  .browse-card { flex: 0 0 min(82vw, 330px); min-height: 280px; scroll-snap-align: start; }
  .meet-page .meet-hero { min-height: auto; }
  .meet-page .meet-hero-layout { gap: 22px; padding: 112px 0 46px; }
  .meet-preference-preview { padding: 18px 20px; }
  .meet-preference-preview h2 { margin-bottom: 12px; font-size: 1.65rem; }
  .preference-row { display: grid; grid-template-columns: 108px 1fr; align-items: center; gap: 10px; padding: 8px 0; }
  .preference-row span { margin: 0; }
  .meet-preference-preview > a { margin-top: 12px; }
  .meet-preference-preview small { display: none; }
  .prompt-card { padding: 20px; }
  .blog-index-hero { padding-bottom: 60px; }
  .blog-index-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .blog-card { display: block; }
  .blog-card h3 { font-size: 1.55rem; }
  .article-hero { padding-top: 112px; }
  .article-hero-copy { padding-bottom: 38px; }
  .article-back { margin-bottom: 28px; }
  .article-hero h1 { font-size: clamp(2.8rem, 13.5vw, 4rem); line-height: .94; }
  .article-deck { font-size: .86rem; }
  .article-meta { gap: 8px 16px; }
  .article-meta span:not(:last-child)::after { margin-left: 16px; }
  .article-hero-image { width: 100%; }
  .article-hero-image figcaption { padding-inline: 16px; }
  .article-layout { padding-top: 46px; padding-bottom: 70px; }
  .article-toc ol { columns: 1; }
  .article-body { font-size: .92rem; line-height: 1.76; }
  .article-lead { font-size: 1.22rem; }
  .article-body h2 { margin-top: 46px; }
  .message-list section { grid-template-columns: 38px 1fr; gap: 12px; }
  .message-list blockquote { margin-left: -50px; }
  .author-block { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
