:root {
  --font-geist-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --night: #070711;
  --night-soft: #0f0b18;
  --surface: #151021;
  --surface-2: #1d1428;
  --ivory: #f7f0e8;
  --muted: #b9afbd;
  --line: rgba(234, 210, 194, 0.14);
  --pink: #f42b7e;
  --coral: #ff6b56;
  --mint: #59e6b1;
  --gold: #d4b58b;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--ivory); font-family: var(--font-geist-sans), Arial, sans-serif; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { cursor: pointer; }
.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; }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; width: 100%; height: 92px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(212,181,139,.22); }
.wordmark { font: 600 clamp(32px, 3vw, 45px)/1 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.wordmark span { color: var(--pink); }
.main-nav { display: flex; align-items: center; gap: clamp(28px, 4vw, 66px); color: #e8dfe7; font-size: 15px; font-weight: 520; }
.main-nav a { position: relative; padding: 12px 2px; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: linear-gradient(90deg,var(--pink),var(--coral)); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.nav-login { color: var(--ivory); min-width: 134px; padding: 13px 25px; border-radius: 13px; border: 1px solid transparent; background: linear-gradient(var(--night),var(--night)) padding-box, linear-gradient(110deg,var(--pink),var(--coral)) border-box; }
.nav-login:hover { background: linear-gradient(#171021,#171021) padding-box, linear-gradient(110deg,var(--pink),var(--coral)) border-box; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 7px; }
.menu-button span { width: 23px; height: 1.5px; background: var(--ivory); }

.hero { min-height: 900px; position: relative; overflow: hidden; padding: 168px clamp(24px, 5vw, 76px) 70px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr); align-items: center; gap: 30px; background: radial-gradient(circle at 76% 40%, rgba(93,16,80,.26), transparent 36%), linear-gradient(145deg,#090712 0%,#070711 58%,#0c0814 100%); }
.hero::before { content: ""; position: absolute; inset: 92px 0 auto; height: 1px; background: rgba(255,255,255,.015); }
.hero-copy { position: relative; z-index: 4; max-width: 710px; }
.adult-badge { width: fit-content; display: flex; align-items: center; gap: 11px; color: #e4c7d1; padding: 10px 16px; border: 1px solid rgba(244,43,126,.3); border-radius: 999px; background: rgba(26,15,32,.72); font-size: 14px; }
.adult-badge svg { width: 25px; color: var(--mint); }
.hero h1 { margin: 34px 0 24px; font: 600 clamp(58px, 6.2vw, 92px)/.94 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
.hero h1 span { background: linear-gradient(90deg,#f8eee7 35%,#f5b5c8 76%,#ff7863); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(17px,1.5vw,21px); line-height: 1.55; }
.location-search { display: grid; grid-template-columns: 1fr auto; max-width: 680px; margin-top: 34px; border: 1px solid rgba(244,43,126,.33); background: rgba(18,15,30,.88); border-radius: 18px; padding: 7px; box-shadow: 0 18px 60px rgba(0,0,0,.28); }
.location-input { min-width: 0; display: flex; align-items: center; gap: 13px; padding: 0 18px; }
.location-input svg { width: 24px; flex: 0 0 auto; color: #aaa0b6; }
.location-input > span[aria-hidden] { width: 24px; flex: 0 0 auto; color: #aaa0b6; font-size: 25px; line-height: 1; }
.location-input input { width: 100%; height: 58px; border: 0; outline: 0; color: var(--ivory); background: transparent; font-size: 17px; }
.location-input input::placeholder { color: #8e8498; }
.location-search button, .modal-primary { border: 0; border-radius: 13px; padding: 0 26px; min-height: 58px; color: white; background: linear-gradient(110deg,var(--pink),var(--coral)); font-weight: 650; box-shadow: 0 12px 30px rgba(244,43,126,.18); }
.location-search button:hover, .modal-primary:hover { filter: brightness(1.08); transform: translateY(-1px); }
.how-link { width: fit-content; margin-top: 25px; display: flex; gap: 10px; align-items: center; color: #ef758f; font-size: 15px; }
.how-link span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(244,43,126,.55); border-radius: 50%; font-size: 9px; }
.trust-row { max-width: 680px; margin-top: 38px; padding: 21px 22px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 18px; background: rgba(22,14,28,.55); }
.trust-row div { display: flex; gap: 11px; align-items: center; justify-content: center; min-height: 36px; color: #dfd7df; font-size: 13px; border-right: 1px solid var(--line); }
.trust-row div:last-child { border-right: 0; }
.trust-row svg, .trust-icon { width: 27px; color: var(--mint); font-size: 26px; }

.profile-stage { position: relative; height: 590px; max-width: 735px; width: 100%; justify-self: end; }
.hero-profile { position: absolute; z-index: 3; width: 43%; height: 78%; top: 10%; border-radius: 26px; overflow: hidden; border: 1px solid rgba(255,172,96,.62); background: #17101e; box-shadow: 0 35px 80px rgba(0,0,0,.55); transition: transform .22s ease, border-color .22s ease; }
.hero-profile img { width: 100%; height: 100%; object-fit: cover; }
.hero-profile-1 { left: 2%; transform: rotate(-5deg) translateY(23px); }
.hero-profile-2 { left: 29%; z-index: 5; height: 88%; top: 4%; }
.hero-profile-3 { right: 1%; transform: rotate(5deg) translateY(25px); }
.hero-profile:hover { z-index: 8; transform: rotate(0) translateY(-4px) scale(1.015); border-color: #ffb06b; }
.profile-overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 74px 19px 18px; background: linear-gradient(transparent,rgba(7,6,12,.96)); }
.profile-overlay div { display: flex; align-items: center; gap: 8px; }
.profile-overlay strong { font-size: 21px; }
.profile-overlay > span { display: block; color: #c5bac7; margin-top: 5px; font-size: 14px; }
.verified { display: inline-grid; place-items: center; width: 20px; height: 20px; flex: 0 0 auto; border-radius: 50%; color: #04140f; background: var(--mint); font-size: 12px; font-weight: 800; }
.preview-label { position: absolute; z-index: 8; right: 5%; bottom: 1%; font-size: 11px; color: #aa9dac; text-transform: uppercase; letter-spacing: .16em; }
.orbit { position: absolute; border: 1px solid rgba(244,43,126,.22); border-radius: 50%; width: 620px; height: 350px; right: -12%; top: 12%; transform: rotate(-12deg); }
.orbit-two { width: 500px; height: 480px; right: 2%; top: 7%; border-color: rgba(255,107,86,.17); transform: rotate(19deg); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(8px); pointer-events: none; }
.hero-glow-one { width: 340px; height: 340px; right: 1%; top: 22%; background: radial-gradient(circle,rgba(244,43,126,.23),transparent 68%); }
.hero-glow-two { width: 260px; height: 260px; right: 34%; bottom: 4%; background: radial-gradient(circle,rgba(153,35,255,.17),transparent 67%); }

.principle-band { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; padding: 0 clamp(24px,5vw,76px); border-block: 1px solid var(--line); background: var(--line); }
.principle-band > div { padding: 35px clamp(24px,3vw,52px); background: #0d0a14; }
.principle-band span { display: block; color: var(--pink); font-size: 12px; letter-spacing: .18em; margin-bottom: 13px; }
.principle-band strong { font: 600 23px/1.2 Georgia,serif; }
.principle-band p { color: var(--muted); margin: 8px 0 0; font-size: 14px; }

.section { padding: 115px clamp(24px,7vw,108px); }
.section-heading { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(280px,.65fr); gap: 80px; align-items: end; max-width: 1280px; margin: 0 auto 48px; }
.section-heading.compact { grid-template-columns: 1fr; }
.eyebrow { display: block; margin-bottom: 18px; color: #f17f9a; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; }
.section h2, .final-cta h2, .signup-modal h2 { margin: 0; font: 600 clamp(42px,4.4vw,68px)/1 Georgia,serif; letter-spacing: -.045em; }
.section-heading > p { color: var(--muted); line-height: 1.7; font-size: 16px; margin: 0 0 5px; }
.discover-section { background: linear-gradient(180deg,#0c0912,#09070e); }
.city-list { max-width: 1280px; margin: 0 auto 31px; display: flex; gap: 10px; overflow-x: auto; padding-bottom: 3px; }
.city-list button { flex: 0 0 auto; color: #d8ced8; border: 1px solid var(--line); border-radius: 999px; padding: 10px 17px; background: rgba(255,255,255,.025); }
.city-list button:hover { border-color: rgba(244,43,126,.5); color: white; }
.profile-grid { max-width: 1280px; margin: auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.discover-card { border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: linear-gradient(145deg,#17111f,#0e0b15); transition: transform .2s ease,border-color .2s ease; }
.discover-card:hover { transform: translateY(-4px); border-color: rgba(244,43,126,.35); }
.discover-photo { height: 390px; position: relative; overflow: hidden; }
.discover-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent,#17111f); }
.discover-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.example-pill, .online-pill { position: absolute; z-index: 2; top: 15px; padding: 8px 11px; border-radius: 999px; backdrop-filter: blur(10px); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.example-pill { left: 15px; background: rgba(10,8,15,.62); color: #d7ccd7; }
.online-pill { right: 15px; background: rgba(7,20,16,.8); color: #c7fbe8; }
.online-pill i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); margin-right: 6px; }
.discover-content { padding: 0 23px 24px; margin-top: -10px; position: relative; z-index: 3; }
.discover-name { display: flex; align-items: center; gap: 8px; }
.discover-name h3 { margin: 0; font: 600 29px/1.2 Georgia,serif; }
.discover-location { color: #a99eab !important; display: flex; align-items: center; gap: 6px; font-size: 13px !important; }
.discover-location svg { width: 15px; }
.discover-content > p { color: #c2b7c3; font-size: 14px; line-height: 1.6; min-height: 45px; }
.discover-content button { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: 19px; padding: 14px 16px; color: white; border: 1px solid rgba(244,43,126,.34); border-radius: 12px; background: rgba(244,43,126,.08); font-weight: 620; }
.discover-content button:hover { background: linear-gradient(105deg,rgba(244,43,126,.9),rgba(255,107,86,.9)); }
.discover-content .instant-button { margin-top: 8px; color: #c8f7e5; border-color: rgba(89,230,177,.25); background: rgba(89,230,177,.055); font-size: 12px; }
.discover-content .instant-button:hover { color: #06150f; background: var(--mint); }

.steps-section { background: #0e0a15; }
.steps-grid { max-width: 1280px; margin: auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.steps-grid article { min-height: 245px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.018); }
.steps-grid article > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(244,43,126,.35); border-radius: 50%; color: #f69db0; }
.steps-grid h3 { margin: 34px 0 13px; font: 600 26px Georgia,serif; }
.steps-grid p { color: var(--muted); line-height: 1.65; font-size: 14px; }
.safety-section { background: #09070e; }
.safety-card { max-width: 1280px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: clamp(32px,5vw,75px); border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle at 12% 20%,rgba(244,43,126,.11),transparent 45%),linear-gradient(135deg,#18101e,#0c0a13); }
.safety-copy p { color: var(--muted); line-height: 1.7; max-width: 580px; }
.safety-copy a { display: inline-flex; gap: 10px; margin-top: 20px; color: #f2869c; font-weight: 650; }
.safety-list { display: grid; gap: 13px; align-content: center; }
.safety-list > div { display: flex; gap: 17px; padding: 20px; border-radius: 16px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.055); }
.safety-list svg, .safety-symbol { width: 31px; height: 31px; flex: 0 0 auto; color: var(--mint); font-size: 29px; text-align: center; }
.safety-list span span { display: block; }
.safety-list strong { display: block; font-size: 15px; margin-bottom: 6px; }
.safety-list small { color: #aa9eaa; line-height: 1.4; }

.pricing-section { background: #0d0913; }
.pricing-grid { max-width: 1280px; margin: auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 19px; }
.price-card { position: relative; padding: 31px; border: 1px solid var(--line); border-radius: 23px; background: #15101c; }
.price-card.featured { border-color: rgba(244,43,126,.55); background: radial-gradient(circle at 80% 0,rgba(244,43,126,.13),transparent 40%),#17101e; }
.popular { position: absolute; right: 18px; top: 17px; padding: 7px 10px; border-radius: 999px; background: rgba(244,43,126,.13); color: #f594aa; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.plan-name { color: #f291a6; font-weight: 700; }
.price-card h3 { font: 600 39px Georgia,serif; margin: 25px 0 10px; }
.price-card h3 small { font: 400 14px var(--font-geist-sans),sans-serif; color: var(--muted); }
.price-card > p { color: var(--muted); min-height: 48px; line-height: 1.55; }
.price-card ul { list-style: none; padding: 20px 0; margin: 19px 0; border-top: 1px solid var(--line); }
.price-card li { margin: 13px 0; color: #ddd4dd; font-size: 14px; }
.price-card li::before { content: "✓"; color: var(--mint); margin-right: 10px; }
.price-card button { width: 100%; padding: 14px; border-radius: 12px; color: white; border: 1px solid rgba(244,43,126,.32); background: rgba(244,43,126,.08); font-weight: 650; }
.price-card.featured button, .price-card.vip button { border: 0; background: linear-gradient(105deg,var(--pink),var(--coral)); }
.credits-note { max-width: 1280px; margin: 20px auto 0; padding: 22px 25px; display: flex; gap: 17px; border: 1px solid rgba(89,230,177,.2); border-radius: 17px; background: rgba(89,230,177,.04); }
.credits-note > span { color: var(--mint); font-size: 27px; }
.credits-note strong { display: block; margin-bottom: 6px; }
.credits-note p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.final-cta { padding: 120px 24px 130px; text-align: center; background: radial-gradient(circle at 50% 45%,rgba(244,43,126,.13),transparent 34%),#09070e; }
.final-cta p { color: var(--muted); max-width: 600px; margin: 25px auto 31px; line-height: 1.6; }
.final-cta button { padding: 16px 23px; border: 0; border-radius: 13px; color: white; background: linear-gradient(105deg,var(--pink),var(--coral)); font-weight: 670; }
.final-cta button span { margin-left: 14px; }
footer { padding: 50px clamp(24px,7vw,108px) 35px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; border-top: 1px solid var(--line); background: #07060b; }
footer .wordmark { font-size: 31px; }
footer > p { grid-column: 1; color: var(--muted); margin: -10px 0 15px; font-size: 13px; }
footer > div { grid-row: 1 / span 2; grid-column: 2; display: flex; gap: 27px; color: #bcb0bc; font-size: 13px; }
footer small { grid-column: 1 / -1; padding-top: 21px; border-top: 1px solid var(--line); color: #756d76; }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 18px; background: rgba(3,3,7,.78); backdrop-filter: blur(13px); }
.signup-modal { position: relative; width: min(100%,520px); max-height: calc(100vh - 36px); overflow-y: auto; padding: 41px; border: 1px solid rgba(244,43,126,.32); border-radius: 24px; background: radial-gradient(circle at 85% 0,rgba(244,43,126,.15),transparent 38%),#15101d; box-shadow: 0 40px 100px rgba(0,0,0,.66); }
.modal-close { position: absolute; right: 17px; top: 15px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: #d8ccd8; background: rgba(255,255,255,.055); font-size: 25px; }
.modal-mark { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 13px; color: var(--mint); background: rgba(89,230,177,.08); }
.modal-mark svg { width: 29px; }
.signup-modal h2 { font-size: 43px; }
.signup-modal > p { color: var(--muted); line-height: 1.6; }
.prototype-note { margin: 20px 0; padding: 12px 14px; color: #b9afbd; background: rgba(255,255,255,.035); border-radius: 10px; font-size: 12px; }
.check-row { display: flex; gap: 12px; align-items: center; margin: 20px 0; color: #e4dae4; }
.check-row input { width: 19px; height: 19px; accent-color: var(--pink); }
.modal-primary, .modal-secondary { width: 100%; min-height: 52px; }
.modal-primary:disabled { filter: grayscale(.8); opacity: .42; cursor: not-allowed; transform: none; }
.modal-secondary { margin-top: 9px; color: #bdb2bd; border: 0; background: transparent; }

.chat-backdrop { position: fixed; z-index: 110; inset: 0; display: flex; justify-content: flex-end; background: rgba(3,3,7,.62); backdrop-filter: blur(7px); }
.chat-panel { width: min(100%,470px); height: 100%; display: grid; grid-template-rows: auto auto 1fr auto auto; border-left: 1px solid rgba(244,43,126,.27); background: #100c17; box-shadow: -30px 0 90px rgba(0,0,0,.48); }
.chat-header { position: static; height: auto; display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--line); background: #15101d; }
.chat-person { display: flex; gap: 12px; align-items: center; }
.chat-person img { width: 47px; height: 47px; border-radius: 50%; object-fit: cover; object-position: center 22%; border: 1px solid rgba(244,43,126,.45); }
.chat-person strong { display: block; font-size: 15px; }
.chat-person span { display: flex; align-items: center; gap: 6px; color: #a99daa; font-size: 11px; margin-top: 5px; }
.chat-person i { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); }
.chat-header > button { width: 38px; height: 38px; border: 0; border-radius: 50%; color: #ded4de; background: rgba(255,255,255,.055); font-size: 24px; }
.chat-preview-note { padding: 9px 18px; color: #998e9a; background: rgba(255,255,255,.025); border-bottom: 1px solid var(--line); font-size: 10px; text-align: center; letter-spacing: .03em; }
.chat-messages { overflow-y: auto; padding: 23px 18px; }
.system-message { max-width: 90%; margin: 0 auto 26px; padding: 11px 14px; color: #a99eaa; background: rgba(255,255,255,.035); border-radius: 10px; font-size: 11px; line-height: 1.5; text-align: center; }
.empty-conversation { margin-top: 38%; text-align: center; color: #b9aebb; }
.empty-conversation span { font: 600 27px Georgia,serif; color: #eadfea; }
.empty-conversation p { max-width: 290px; margin: 9px auto; font-size: 12px; line-height: 1.55; }
.own-message { width: fit-content; max-width: 80%; margin: 12px 0 12px auto; padding: 12px 14px 8px; border-radius: 15px 15px 4px 15px; color: white; background: linear-gradient(115deg,#cd2369,#eb5d51); font-size: 14px; line-height: 1.45; }
.own-message small { display: block; margin-top: 6px; color: rgba(255,255,255,.7); font-size: 9px; text-align: right; }
.instant-composer { padding: 22px; border: 1px solid rgba(89,230,177,.22); border-radius: 18px; background: rgba(89,230,177,.04); }
.instant-composer .eyebrow { margin-bottom: 9px; color: var(--mint); }
.instant-composer h3 { margin: 0 0 19px; font: 600 27px Georgia,serif; }
.instant-composer > div { display: flex; flex-wrap: wrap; gap: 7px; }
.instant-composer > div button { padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; color: #d9cfd9; background: rgba(255,255,255,.035); font-size: 11px; }
.instant-composer p { color: #aaa0ab; line-height: 1.55; font-size: 11px; }
.instant-composer .instant-send { width: 100%; padding: 12px; border: 0; border-radius: 10px; color: #06130f; background: var(--mint); font-weight: 700; }
.instant-composer .instant-send:disabled { opacity: .6; }
.chat-form { display: grid; grid-template-columns: 1fr 45px; gap: 9px; padding: 14px 16px 7px; border-top: 1px solid var(--line); background: #15101d; }
.chat-form label { display: block; }
.chat-form input { width: 100%; height: 45px; padding: 0 14px; color: var(--ivory); border: 1px solid var(--line); border-radius: 13px; outline: 0; background: rgba(255,255,255,.04); }
.chat-form input:focus { border-color: rgba(244,43,126,.55); }
.chat-form button { width: 45px; height: 45px; border: 0; border-radius: 13px; color: white; background: linear-gradient(120deg,var(--pink),var(--coral)); font-size: 23px; }
.chat-form button:disabled { opacity: .35; cursor: not-allowed; }
.chat-free { padding: 3px 16px 13px; color: #877d88; background: #15101d; font-size: 10px; text-align: center; }

.age-gate { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 20px; background: radial-gradient(circle at 50% 35%,rgba(244,43,126,.17),transparent 33%),rgba(3,3,7,.96); backdrop-filter: blur(18px); }
.age-gate section { width: min(100%,560px); padding: 44px; border: 1px solid rgba(244,43,126,.34); border-radius: 26px; background: #15101d; box-shadow: 0 45px 120px rgba(0,0,0,.65); text-align: center; }
.age-mark { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 24px; border: 1px solid rgba(244,43,126,.5); border-radius: 22px; color: white; background: linear-gradient(135deg,rgba(244,43,126,.26),rgba(255,107,86,.12)); font-size: 24px; font-weight: 800; }
.age-gate h1 { margin: 0; font: 600 clamp(41px,7vw,58px)/1 Georgia,serif; letter-spacing: -.04em; }
.age-gate p { margin: 22px auto; max-width: 440px; color: var(--muted); line-height: 1.65; }
.age-gate button { width: 100%; min-height: 54px; margin-top: 8px; border: 0; border-radius: 13px; color: white; background: linear-gradient(110deg,var(--pink),var(--coral)); font-weight: 700; }
.age-gate a { display: inline-block; margin-top: 18px; color: #9e939f; font-size: 12px; }

.legal-page { min-height: 100vh; background: radial-gradient(circle at 15% 10%,rgba(244,43,126,.1),transparent 28%),var(--night); }
.legal-shell { width: min(100% - 40px,900px); margin: 0 auto; padding: 55px 0 100px; }
.legal-shell > .wordmark { display: inline-block; margin-bottom: 70px; }
.legal-shell article { padding: clamp(28px,6vw,65px); border: 1px solid var(--line); border-radius: 25px; background: rgba(21,16,29,.84); }
.legal-shell h1 { margin: 0 0 45px; font: 600 clamp(48px,8vw,74px)/1 Georgia,serif; }
.legal-shell h2 { margin: 35px 0 12px; font: 600 25px Georgia,serif; }
.legal-shell p { color: #c2b7c3; line-height: 1.75; }
.legal-shell a { color: #f38aa1; }

:focus-visible { outline: 3px solid rgba(89,230,177,.75); outline-offset: 3px; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; padding-top: 155px; min-height: auto; }
  .hero-copy { max-width: 800px; }
  .profile-stage { justify-self: center; margin-top: 5px; height: 570px; }
  .section-heading { gap: 40px; }
  .discover-photo { height: 330px; }
}

@media (max-width: 760px) {
  .site-header { height: 76px; padding-inline: 20px; background: rgba(7,7,17,.88); backdrop-filter: blur(14px); }
  .wordmark { font-size: 32px; }
  .menu-button { display: flex; }
  .main-nav { position: absolute; top: 76px; left: 12px; right: 12px; display: none; align-items: stretch; flex-direction: column; gap: 3px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: #15101d; box-shadow: 0 25px 60px rgba(0,0,0,.55); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px; }
  .nav-login { width: 100%; margin-top: 5px; }
  .hero { padding: 122px 20px 50px; gap: 40px; }
  .hero h1 { margin-top: 25px; font-size: clamp(48px,15vw,69px); }
  .hero-lead { font-size: 17px; }
  .location-search { grid-template-columns: 1fr; border-radius: 16px; }
  .location-search button { width: 100%; }
  .trust-row { grid-template-columns: 1fr; gap: 0; padding: 8px 18px; }
  .trust-row div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); padding: 13px 3px; }
  .trust-row div:last-child { border-bottom: 0; }
  .profile-stage { height: 385px; margin-inline: -8px; width: calc(100% + 16px); }
  .hero-profile { width: 47%; height: 78%; }
  .hero-profile-1 { left: -5%; }
  .hero-profile-2 { left: 26.5%; height: 88%; }
  .hero-profile-3 { right: -5%; }
  .profile-overlay { padding: 50px 12px 12px; }
  .profile-overlay strong { font-size: 16px; }
  .profile-overlay > span { font-size: 12px; }
  .orbit { width: 390px; height: 230px; right: -20%; }
  .orbit-two { width: 330px; height: 300px; }
  .principle-band, .profile-grid, .steps-grid, .pricing-grid { grid-template-columns: 1fr; }
  .principle-band { padding: 0; }
  .principle-band > div { padding: 27px 24px; }
  .section { padding: 80px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 35px; }
  .section h2, .final-cta h2 { font-size: clamp(40px,12vw,54px); }
  .profile-grid { gap: 18px; }
  .discover-photo { height: 430px; }
  .safety-card { grid-template-columns: 1fr; gap: 36px; padding: 30px 20px; }
  .price-card { padding: 26px 22px; }
  .final-cta { padding: 88px 20px 95px; }
  footer { grid-template-columns: 1fr; }
  footer > p, footer > div, footer small { grid-column: 1; grid-row: auto; }
  footer > div { flex-wrap: wrap; gap: 15px 24px; }
  .signup-modal { padding: 35px 22px 24px; }
  .age-gate section { padding: 34px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
