@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Oswald:wght@500;600;700&display=swap');

:root {
  --ink: #0a0909;
  --coal: #151212;
  --paper: #f6f2ed;
  --white: #fff;
  --red: #e1222d;
  --red-dark: #aa111a;
  --yellow: #ffc928;
  --muted: #696263;
  --line: rgba(20, 13, 14, .14);
  --radius: 22px;
  --shadow: 0 24px 70px rgba(25, 10, 12, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'DM Sans', Arial, sans-serif; font-size: 16px; line-height: 1.68; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.rp-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.rp-skip { position: fixed; left: 18px; top: -100px; z-index: 1000; padding: 12px 18px; color: #000; background: var(--yellow); border-radius: 8px; }
.rp-skip:focus { top: 18px; }

.rp-agebar { background: var(--ink); color: rgba(255,255,255,.7); font-size: 12px; letter-spacing: .05em; }
.rp-agebar .rp-shell { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.rp-agebar a { color: var(--yellow); text-decoration: none; }
.rp-header { position: relative; z-index: 50; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
.rp-nav { min-height: 84px; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 28px; }
.rp-brand { display: inline-flex; width: fit-content; }
.rp-brand img { width: 240px; height: auto; filter: drop-shadow(0 6px 14px rgba(0,0,0,.08)); }
.rp-menu { justify-self: center; display: flex; gap: clamp(18px, 2vw, 34px); align-items: center; }
.rp-menu a { text-decoration: none; font-weight: 650; font-size: 14px; position: relative; white-space: nowrap; }
.rp-menu a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -9px; height: 3px; background: var(--red); transition: right .2s ease; }
.rp-menu a:hover::after, .rp-menu a:focus-visible::after { right: 0; }
.rp-nav-cta { display: inline-flex; align-items: center; gap: 12px; background: var(--red); color: #fff; text-decoration: none; padding: 13px 18px; border-radius: 999px; font-size: 14px; font-weight: 800; box-shadow: 0 9px 24px rgba(225,34,45,.22); }
.rp-nav-cta span { color: var(--yellow); font-size: 18px; }
.rp-nav-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }

.rp-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.rp-kicker::before { content: ''; width: 24px; height: 3px; background: currentColor; }
.rp-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.rp-button:hover { transform: translateY(-2px); }
.rp-button--yellow { background: var(--yellow); color: #0a0909; box-shadow: 0 14px 34px rgba(255,201,40,.25); }
.rp-button--yellow:hover { box-shadow: 0 18px 40px rgba(255,201,40,.36); }
.rp-button--ghost { color: #fff; border: 1px solid rgba(255,255,255,.35); }
.rp-button--ghost:hover { background: rgba(255,255,255,.1); }
.rp-button--dark { background: var(--ink); color: #fff; box-shadow: 0 14px 30px rgba(10,9,9,.18); }
.rp-button--dark:hover { background: var(--red); }

.rp-hero { position: relative; isolation: isolate; overflow: hidden; background: #090808; color: #fff; }
.rp-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 13% 16%, rgba(225,34,45,.30), transparent 34%), linear-gradient(90deg, rgba(6,5,5,.99) 0%, rgba(9,7,7,.94) 48%, rgba(9,7,7,.74) 100%); }
.rp-hero::after { content: '18+'; position: absolute; left: -10px; bottom: -88px; color: rgba(255,255,255,.035); font: 700 270px/1 'Oswald', sans-serif; z-index: -1; }
.rp-hero__media { position: absolute; inset: 0 0 0 46%; z-index: -2; background: url('../images/bg_1.jpg') center / cover no-repeat; opacity: .52; filter: contrast(1.15); }
.rp-hero--guide .rp-hero__media { background-image: url('../images/bg_2.jpg'); background-position: 55% center; }
.rp-hero--contrast .rp-hero__media { opacity: .38; transform: scaleX(-1); }
.rp-hero__grid { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(400px, .72fr); align-items: center; gap: clamp(56px, 7vw, 110px); padding-block: 60px; }
.rp-hero__copy { max-width: 670px; }
.rp-hero__copy .rp-kicker { color: var(--yellow); }
.rp-hero h1 { margin: 18px 0 22px; font: 700 clamp(46px, 5.8vw, 78px)/.98 'Oswald', Arial, sans-serif; letter-spacing: -.025em; text-wrap: balance; }
.rp-hero__copy > p { max-width: 640px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.5vw, 20px); }
.rp-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 28px; }
.rp-hero__copy ul { display: flex; gap: 10px 25px; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; color: rgba(255,255,255,.68); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.rp-hero__copy li::before { content: '●'; color: var(--red); margin-right: 8px; }
.rp-hero__form { width: 100%; align-self: center; min-width: 0; }
.rp-signup { width: 100%; max-width: 470px; margin-left: auto; background: rgba(255,255,255,.98); color: var(--ink); padding: 26px; border-radius: 26px; border: 1px solid rgba(255,255,255,.35); box-shadow: 0 38px 85px rgba(0,0,0,.42); overflow: hidden; }
.rp-signup__head span { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rp-signup__head strong { display: block; margin-top: 3px; font: 700 28px/1.1 'Oswald', sans-serif; }
.rp-signup__head p { margin: 7px 0 12px; color: var(--muted); font-size: 13px; }
.rp-signup__note { margin: 10px 0 0; color: #726b6c; font-size: 11px; line-height: 1.45; }
#formuser { width: 100% !important; min-height: 300px; margin: 0 !important; overflow: visible; }
#formuser > * { max-width: 100% !important; }
#formuser iframe { display: block; width: 100% !important; max-width: 100% !important; border: 0; }
#formuser input, #formuser select, #formuser button { max-width: 100%; }

.rp-trust { background: var(--yellow); color: #130f0f; border-bottom: 1px solid rgba(0,0,0,.1); }
.rp-trust .rp-shell { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.rp-trust span { font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }

.rp-profiles { padding: 82px 0 76px; background: #fff; }
.rp-section-head { max-width: 760px; margin-bottom: 35px; }
.rp-section-head h2 { margin: 10px 0 8px; font: 700 clamp(34px, 4vw, 54px)/1.04 'Oswald', sans-serif; letter-spacing: -.02em; text-wrap: balance; }
.rp-section-head p { color: var(--muted); margin: 0; }
.rp-prelinker { position: relative; width: 100%; max-width: 100%; min-height: 260px; overflow: hidden; padding: 2px; }
.rp-prelinker #caruser, .rp-prelinker #caruser2 { max-width: 100% !important; overflow: hidden; }
.rp-prelinker iframe { max-width: 100% !important; }

.rp-editorial { padding: 110px 0; background: var(--paper); }
.rp-editorial__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(310px, .55fr); gap: clamp(60px, 9vw, 130px); align-items: start; }
.rp-editorial article h2 { margin: 12px 0 28px; font: 700 clamp(39px, 5vw, 66px)/1.02 'Oswald', sans-serif; letter-spacing: -.025em; text-wrap: balance; }
.rp-editorial article p { max-width: 740px; color: #514a4b; }
.rp-editorial article .rp-lede { color: var(--ink); font-size: 21px; line-height: 1.55; }
.rp-angle { position: sticky; top: 28px; overflow: hidden; min-height: 430px; padding: 35px; background: var(--ink); color: #fff; border-radius: 2px 28px 2px 28px; box-shadow: var(--shadow); }
.rp-angle::after { content: ''; position: absolute; width: 220px; height: 220px; right: -90px; bottom: -80px; border: 40px solid var(--red); border-radius: 50%; }
.rp-angle > span { color: var(--yellow); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.rp-angle h3 { margin: 12px 0; font: 700 34px/1.05 'Oswald', sans-serif; }
.rp-angle p { position: relative; z-index: 1; color: rgba(255,255,255,.72); }
.rp-angle b { position: absolute; left: 34px; bottom: 28px; color: rgba(255,255,255,.065); font: 700 46px/.86 'Oswald', sans-serif; letter-spacing: -.04em; }
.rp-editorial--contrast { background: #fff; }
.rp-editorial--contrast .rp-angle { background: var(--red); }
.rp-editorial--guide .rp-angle { border-radius: 28px 2px 28px 2px; }

.rp-checklist { padding: 95px 0; background: var(--ink); color: #fff; }
.rp-section-head--light .rp-kicker { color: var(--yellow); }
.rp-section-head--light h2 { color: #fff; }
.rp-checklist ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; list-style: none; padding: 0; margin: 0; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); }
.rp-checklist li { min-height: 250px; padding: 34px; background: var(--coal); display: flex; flex-direction: column; justify-content: space-between; transition: background .2s ease; }
.rp-checklist li:hover { background: #20191a; }
.rp-checklist li span { color: var(--yellow); font: 600 42px/1 'Oswald', sans-serif; }
.rp-checklist li p { margin: 40px 0 0; font-size: 18px; line-height: 1.55; }

.rp-health { width: min(1180px, calc(100% - 40px)); margin: 90px auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 45px; padding: 42px; background: #fff; border: 1px solid var(--line); border-left: 6px solid var(--red); box-shadow: var(--shadow); }
.rp-health h2 { margin: 8px 0 0; font: 700 32px/1.1 'Oswald', sans-serif; }
.rp-health p { margin: 0; color: var(--muted); }
.rp-health a { color: var(--red-dark); font-weight: 800; }

.rp-chat-section { padding: 110px 0; background: var(--red); color: #fff; position: relative; overflow: hidden; }
.rp-chat-section::after { content: 'CHAT'; position: absolute; right: -35px; bottom: -65px; font: 700 210px/1 'Oswald', sans-serif; color: rgba(0,0,0,.09); }
.rp-chat-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.rp-chat-copy .rp-kicker { color: var(--yellow); }
.rp-chat-copy h2 { margin: 13px 0 20px; font: 700 clamp(42px, 5vw, 66px)/1 'Oswald', sans-serif; }
.rp-chat-copy p { color: rgba(255,255,255,.78); max-width: 440px; }
.rp-text-link { display: inline-flex; gap: 12px; margin-top: 20px; color: #fff; font-weight: 800; text-decoration: none; border-bottom: 2px solid var(--yellow); padding-bottom: 6px; }
.rp-chat-card { min-width: 0; padding: 26px; background: #f7f4f0; color: var(--ink); border-radius: 28px 5px 28px 5px; box-shadow: 0 35px 75px rgba(64,0,6,.26); }
.rp-chat-card__top { display: flex; align-items: center; gap: 13px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.rp-avatar { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--yellow); font: 700 21px 'Oswald', sans-serif; }
.rp-chat-card__top strong, .rp-chat-card__top small { display: block; }
.rp-chat-card__top small { color: var(--muted); }
.rp-chat-card__top i { width: 9px; height: 9px; margin-left: auto; border-radius: 50%; background: #28b16c; }
.rp-bubble { width: fit-content; max-width: 79%; margin-top: 18px; padding: 12px 16px; font-size: 14px; line-height: 1.5; }
.rp-bubble--them { background: #e9e4df; border-radius: 4px 17px 17px 17px; }
.rp-bubble--me { margin-left: auto; background: var(--yellow); border-radius: 17px 4px 17px 17px; }
.rp-chat-input { margin-top: 25px; height: 51px; padding: 0 6px 0 18px; display: flex; align-items: center; justify-content: space-between; background: #fff; border: 1px solid var(--line); border-radius: 999px; color: #968e8f; font-size: 13px; }
.rp-chat-input b { width: 40px; height: 40px; display: grid; place-items: center; background: var(--red); color: #fff; border-radius: 50%; }

.rp-guides { padding: 110px 0; background: #fff; }
.rp-guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.rp-guide-card { min-height: 330px; padding: 28px; display: flex; flex-direction: column; color: var(--ink); text-decoration: none; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, color .2s ease, transform .2s ease; }
.rp-guide-card:hover { position: relative; z-index: 1; background: var(--ink); color: #fff; transform: translateY(-7px); }
.rp-guide-card > span { color: var(--red); font: 600 25px 'Oswald', sans-serif; }
.rp-guide-card h3 { margin: 35px 0 12px; font: 700 25px/1.12 'Oswald', sans-serif; }
.rp-guide-card p { margin: 0; color: var(--muted); font-size: 14px; }
.rp-guide-card:hover p { color: rgba(255,255,255,.68); }
.rp-guide-card b { margin-top: auto; color: var(--red); font-size: 13px; }

.rp-geo-home { padding: 105px 0; overflow: hidden; background: var(--paper); border-top: 1px solid var(--line); }
.rp-geo-home__head { display: flex; justify-content: space-between; align-items: end; gap: 45px; margin-bottom: 42px; }
.rp-geo-home__head > div { max-width: 790px; }
.rp-geo-home__head h2 { margin: 12px 0; font: 700 clamp(40px, 5vw, 66px)/1 'Oswald', sans-serif; letter-spacing: -.025em; }
.rp-geo-home__head p { margin: 0; max-width: 700px; color: var(--muted); }
.rp-geo-featured { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: #fff; }
.rp-geo-featured a { position: relative; min-height: 220px; padding: 28px; display: flex; flex-direction: column; text-decoration: none; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: color .2s ease, background .2s ease; }
.rp-geo-featured a:nth-child(3n) { border-right: 0; }
.rp-geo-featured a:nth-last-child(-n+3) { border-bottom: 0; }
.rp-geo-featured a::after { content: ''; position: absolute; right: -50px; bottom: -80px; width: 150px; height: 150px; border: 28px solid rgba(225,34,45,.14); border-radius: 50%; }
.rp-geo-featured a:hover { background: var(--ink); color: #fff; }
.rp-geo-featured a > span { color: var(--red); font: 600 20px 'Oswald', sans-serif; }
.rp-geo-featured strong { margin-top: 28px; font: 700 28px/1.08 'Oswald', sans-serif; }
.rp-geo-featured small { margin-top: auto; color: var(--muted); }
.rp-geo-featured a:hover small { color: rgba(255,255,255,.6); }
.rp-country-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 25px; }
.rp-country-row > span { margin-right: 10px; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.rp-country-row a { padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; text-decoration: none; font-size: 13px; font-weight: 700; }
.rp-country-row a:hover { border-color: var(--red); color: var(--red-dark); }

.rp-geo-hub { padding: 110px 0; background: #fff; }
.rp-geo-directory { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.rp-geo-directory a { min-height: 285px; padding: 25px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.rp-geo-directory a:hover { position: relative; z-index: 1; background: var(--red); color: #fff; transform: translateY(-5px); }
.rp-geo-directory a > span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.rp-geo-directory a:hover > span { color: var(--yellow); }
.rp-geo-directory h3 { margin: 20px 0 12px; font: 700 31px/1 'Oswald', sans-serif; }
.rp-geo-directory p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.rp-geo-directory a:hover p { color: rgba(255,255,255,.72); }
.rp-geo-directory b { margin-top: auto; color: var(--red); font-size: 12px; }
.rp-geo-directory a:hover b { color: var(--yellow); }

.rp-local { padding: 115px 0; background: #fff; }
.rp-local__top { display: flex; align-items: end; justify-content: space-between; gap: 45px; margin-bottom: 45px; }
.rp-local__top > div { max-width: 790px; }
.rp-local__top h2, .rp-local-places h2 { margin: 12px 0 15px; font: 700 clamp(40px, 5vw, 62px)/1 'Oswald', sans-serif; letter-spacing: -.02em; }
.rp-local__top p { margin: 0; color: var(--muted); font-size: 18px; }
.rp-location-parent { flex: 0 0 auto; padding-bottom: 5px; border-bottom: 2px solid var(--red); color: var(--ink); font-weight: 800; text-decoration: none; }
.rp-map-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: 22px; align-items: stretch; }
.rp-map { min-width: 0; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 3px 28px 3px 28px; }
.rp-map iframe { display: block; width: 100%; min-height: 535px; border: 0; filter: grayscale(.9) contrast(1.05); }
.rp-map > a { display: block; padding: 11px 16px; color: var(--red-dark); font-size: 11px; font-weight: 800; text-align: right; text-decoration: none; }
.rp-local-intents { display: grid; grid-template-rows: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.15); border-radius: 28px 3px 28px 3px; overflow: hidden; }
.rp-local-intents article { position: relative; padding: 26px 30px 24px 78px; background: var(--ink); color: #fff; }
.rp-local-intents article > span { position: absolute; left: 27px; top: 27px; color: var(--yellow); font: 600 24px 'Oswald', sans-serif; }
.rp-local-intents h3 { margin: 0 0 8px; font: 700 24px/1.12 'Oswald', sans-serif; }
.rp-local-intents p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.55; }
.rp-local-places { margin-top: 65px; padding: 42px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; background: var(--red); color: #fff; border-radius: 3px 28px 3px 28px; }
.rp-local-places .rp-kicker { color: var(--yellow); }
.rp-local-places h2 { margin-bottom: 0; font-size: 45px; }
.rp-local-places ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 1px; background: rgba(255,255,255,.25); }
.rp-local-places li { padding: 18px 20px; background: rgba(129,0,10,.28); font-weight: 700; }
.rp-local-places li::before { content: '↗'; margin-right: 13px; color: var(--yellow); }
.rp-nearby { margin-top: 55px; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.rp-nearby > span { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.rp-nearby > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.rp-nearby a { padding: 9px 14px; border-radius: 999px; background: var(--paper); text-decoration: none; font-size: 13px; font-weight: 700; }
.rp-nearby b { color: var(--red); }
.rp-local-faq { margin-top: 55px; border-top: 1px solid var(--line); }
.rp-local-faq details { border-bottom: 1px solid var(--line); }
.rp-local-faq summary { padding: 22px 40px 22px 0; cursor: pointer; list-style: none; font: 600 22px/1.3 'Oswald', sans-serif; }
.rp-local-faq summary::-webkit-details-marker { display: none; }
.rp-local-faq summary::after { content: '+'; float: right; color: var(--red); font-size: 26px; }
.rp-local-faq details[open] summary::after { content: '−'; }
.rp-local-faq p { max-width: 820px; margin: 0 0 22px; color: var(--muted); }

.rp-final { padding: 80px 0; background: var(--ink); color: #fff; border-top: 1px solid rgba(255,255,255,.12); }
.rp-final .rp-shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.rp-final .rp-kicker { color: var(--yellow); }
.rp-final h2 { margin: 9px 0; font: 700 clamp(36px, 4vw, 54px)/1.02 'Oswald', sans-serif; }
.rp-final p { margin: 0; color: rgba(255,255,255,.68); }

.rp-footer { background: #080707; color: #fff; }
.rp-footer__top { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 40px; padding: 75px 0; }
.rp-footer__brand img { width: 240px; }
.rp-footer__brand p { color: rgba(255,255,255,.58); max-width: 320px; font-size: 14px; }
.rp-footer__brand span { color: var(--yellow); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.rp-footer h2 { margin: 0 0 20px; color: var(--yellow); font: 600 18px 'Oswald', sans-serif; }
.rp-footer__top > div > a { display: block; width: fit-content; margin: 10px 0; color: rgba(255,255,255,.65); font-size: 13px; text-decoration: none; }
.rp-footer__top > div > a:hover { color: #fff; }
.rp-partners { padding: 25px 0; border-top: 1px solid rgba(255,255,255,.1); }
.rp-partners > span { display: block; margin-bottom: 10px; color: rgba(255,255,255,.38); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rp-partners div { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.rp-partners a { color: rgba(255,255,255,.48); font-size: 11px; text-decoration: none; }
.rp-partners a:hover { color: var(--yellow); }
.rp-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); }
.rp-footer__bottom .rp-shell { min-height: 63px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.rp-footer__bottom p { margin: 0; color: rgba(255,255,255,.42); font-size: 11px; }

.rp-utility { min-height: 65vh; padding: 100px 0; background: #fff; }
.rp-utility .rp-shell { max-width: 840px; }
.rp-utility h1 { margin: 15px 0 25px; font: 700 clamp(48px, 7vw, 78px)/1 'Oswald', sans-serif; }
.rp-utility h2 { margin-top: 45px; font: 700 30px 'Oswald', sans-serif; }
.rp-utility p { color: var(--muted); font-size: 18px; }
.rp-utility a { color: var(--red-dark); font-weight: 800; }

.rp-blog-teaser { padding: 110px 0; background: var(--paper); }
.rp-blog-teaser__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rp-blog-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 4px 24px 4px 24px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.rp-blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.rp-blog-card img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; filter: grayscale(1); }
.rp-blog-card div { padding: 25px; }
.rp-blog-card small { color: var(--red); font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.rp-blog-card h3 { margin: 10px 0; font: 700 25px/1.15 'Oswald', sans-serif; }
.rp-blog-card p { color: var(--muted); font-size: 14px; }

.rp-blog-hero { padding: 90px 0; background: var(--ink); color: #fff; }
.rp-blog-hero h1 { max-width: 900px; margin: 15px 0 20px; font: 700 clamp(48px, 7vw, 82px)/.98 'Oswald', sans-serif; }
.rp-blog-hero p { max-width: 700px; color: rgba(255,255,255,.68); font-size: 19px; }
.rp-article-list { padding: 80px 0 110px; background: #fff; }
.rp-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 70px; padding: 75px 0 110px; }
.rp-article { min-width: 0; }
.rp-article > img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 4px 30px 4px 30px; filter: grayscale(1); }
.rp-article h1 { margin: 20px 0; font: 700 clamp(44px, 6vw, 72px)/1 'Oswald', sans-serif; }
.rp-article h2 { margin: 48px 0 14px; font: 700 34px/1.1 'Oswald', sans-serif; }
.rp-article p, .rp-article li { color: #50494a; font-size: 18px; line-height: 1.78; }
.rp-article a { color: var(--red-dark); font-weight: 800; }
.rp-article-meta { color: var(--red); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.rp-article-sidebar { align-self: start; position: sticky; top: 25px; }
.rp-sidebar-card { padding: 27px; background: var(--ink); color: #fff; border-radius: 4px 24px 4px 24px; }
.rp-sidebar-card h2 { margin: 8px 0; font: 700 29px/1.1 'Oswald', sans-serif; }
.rp-sidebar-card p { color: rgba(255,255,255,.64); font-size: 14px; }
.rp-sidebar-card .rp-button { width: 100%; margin-top: 12px; }

@media (max-width: 1080px) {
  .rp-nav { grid-template-columns: 220px 1fr auto; gap: 16px; }
  .rp-brand img { width: 210px; }
  .rp-menu { gap: 16px; }
  .rp-menu a { font-size: 13px; }
  .rp-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(370px, .78fr); gap: 45px; }
  .rp-guide-grid { grid-template-columns: repeat(2, 1fr); }
  .rp-footer__top { grid-template-columns: repeat(3, 1fr); }
  .rp-footer__brand { grid-column: 1 / -1; }
  .rp-geo-directory { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
  .rp-shell { width: min(100% - 28px, 720px); }
  .rp-agebar a { display: none; }
  .rp-nav { min-height: 74px; grid-template-columns: 1fr auto; }
  .rp-brand img { width: 205px; }
  .rp-nav-toggle { display: grid; grid-template-columns: 22px auto; column-gap: 8px; align-items: center; }
  .rp-nav-toggle span { grid-column: 1; display: block; width: 22px; height: 2px; margin: 2px 0; background: var(--ink); }
  .rp-nav-toggle b { grid-column: 2; grid-row: 1 / span 3; font-size: 12px; }
  .rp-menu { position: absolute; left: 14px; right: 14px; top: 106px; display: none; padding: 18px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 18px; }
  .rp-menu.is-open { display: grid; }
  .rp-menu a { padding: 10px; }
  .rp-nav-cta { display: none; }
  .rp-hero__grid { grid-template-columns: 1fr; min-height: 0; padding: 65px 0; gap: 38px; }
  .rp-hero__copy { max-width: 720px; }
  .rp-hero h1 { font-size: clamp(46px, 12vw, 70px); }
  .rp-hero__media { inset: 0; opacity: .28; }
  .rp-signup { max-width: 620px; margin: 0; }
  .rp-trust .rp-shell { padding: 13px 0; flex-wrap: wrap; justify-content: flex-start; gap: 8px 20px; }
  .rp-trust span { white-space: normal; }
  .rp-editorial__grid, .rp-chat-layout, .rp-health, .rp-article-layout { grid-template-columns: 1fr; }
  .rp-angle, .rp-article-sidebar { position: static; }
  .rp-checklist ol { grid-template-columns: 1fr; }
  .rp-checklist li { min-height: 190px; }
  .rp-blog-teaser__grid { grid-template-columns: 1fr; }
  .rp-geo-home__head, .rp-local__top { align-items: flex-start; flex-direction: column; }
  .rp-geo-featured { grid-template-columns: repeat(2, 1fr); }
  .rp-geo-featured a:nth-child(3n) { border-right: 1px solid var(--line); }
  .rp-geo-featured a:nth-child(2n) { border-right: 0; }
  .rp-geo-featured a:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .rp-geo-featured a:nth-last-child(-n+2) { border-bottom: 0; }
  .rp-geo-directory { grid-template-columns: repeat(2, 1fr); }
  .rp-map-layout, .rp-local-places { grid-template-columns: 1fr; }
  .rp-map iframe { min-height: 420px; }
  .rp-nearby { align-items: flex-start; flex-direction: column; }
  .rp-nearby > div { justify-content: flex-start; }
  .rp-footer__top { grid-template-columns: repeat(2, 1fr); }
  .rp-footer__brand { grid-column: 1 / -1; }
  .rp-footer__top > div:last-child { grid-column: auto; }
  .rp-final .rp-shell { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .rp-shell { width: min(100% - 22px, 520px); }
  .rp-agebar .rp-shell { justify-content: center; }
  .rp-brand img { width: 180px; }
  .rp-hero__grid { padding: 48px 0 55px; }
  .rp-hero h1 { font-size: 46px; }
  .rp-hero__copy > p { font-size: 16px; }
  .rp-hero__actions { display: grid; }
  .rp-button { width: 100%; }
  .rp-signup { padding: 18px 14px; border-radius: 18px; }
  #formuser { min-height: 330px; }
  .rp-profiles, .rp-editorial, .rp-guides, .rp-chat-section, .rp-blog-teaser { padding: 70px 0; }
  .rp-editorial__grid { gap: 40px; }
  .rp-editorial article h2, .rp-section-head h2 { font-size: 38px; }
  .rp-editorial article .rp-lede { font-size: 18px; }
  .rp-angle { min-height: 350px; padding: 26px; }
  .rp-angle b { left: 25px; font-size: 38px; }
  .rp-checklist { padding: 70px 0; }
  .rp-checklist li { padding: 26px; }
  .rp-chat-card { padding: 17px; }
  .rp-bubble { max-width: 90%; }
  .rp-health { width: calc(100% - 22px); margin: 60px auto; padding: 28px 22px; gap: 20px; }
  .rp-guide-grid { grid-template-columns: 1fr; }
  .rp-geo-featured, .rp-geo-directory { grid-template-columns: 1fr; }
  .rp-geo-featured a { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .rp-geo-featured a:last-child { border-bottom: 0 !important; }
  .rp-geo-directory a { min-height: 235px; }
  .rp-local { padding: 75px 0; }
  .rp-local__top p { font-size: 16px; }
  .rp-map iframe { min-height: 340px; }
  .rp-local-intents article { padding: 24px 22px 24px 68px; }
  .rp-local-places { margin-top: 40px; padding: 28px 22px; gap: 25px; }
  .rp-local-places h2 { font-size: 38px; }
  .rp-country-row > span { width: 100%; }
  .rp-guide-card { min-height: 260px; }
  .rp-footer__top { grid-template-columns: 1fr; gap: 30px; }
  .rp-footer__brand { grid-column: auto; }
  .rp-footer__bottom .rp-shell { padding: 18px 0; align-items: flex-start; flex-direction: column; }
  .rp-article-layout { gap: 40px; padding-top: 45px; }
  .rp-article h1 { font-size: 45px; }
  .rp-article p, .rp-article li { font-size: 16px; }
}

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

.rp-admin-body { min-height: 100vh; background: #efebe6; }
.rp-admin-login { width: min(460px, calc(100% - 28px)); margin: 8vh auto; padding: 36px; background: #fff; border-top: 6px solid var(--red); box-shadow: var(--shadow); }
.rp-admin-login > img { width: 230px; margin-bottom: 34px; }
.rp-admin-login h1 { margin: 8px 0 25px; font: 700 50px/1 'Oswald', sans-serif; }
.rp-admin-login form, .rp-admin-form { display: grid; gap: 18px; }
.rp-admin-login label, .rp-admin-form label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.rp-admin-login input, .rp-admin-form input, .rp-admin-form textarea { width: 100%; padding: 13px; border: 1px solid #cec7c2; background: #fff; border-radius: 7px; color: var(--ink); text-transform: none; letter-spacing: normal; }
.rp-admin-login > a { display: inline-block; margin-top: 20px; color: var(--red-dark); }
.rp-admin-header { min-height: 76px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; background: var(--ink); }
.rp-admin-header img { width: 220px; }
.rp-admin-header nav { display: flex; gap: 18px; }
.rp-admin-header a { color: #fff; text-decoration: none; font-size: 13px; }
.rp-admin { width: min(1440px, calc(100% - 30px)); margin: 30px auto; display: grid; grid-template-columns: 320px 1fr; gap: 28px; align-items: start; }
.rp-admin > aside, .rp-admin > section { background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(30,15,17,.08); }
.rp-admin > aside { padding: 22px; }
.rp-admin > aside h1 { font: 700 32px 'Oswald', sans-serif; }
.rp-admin > aside a { display: grid; gap: 4px; padding: 13px 10px; border-top: 1px solid var(--line); text-decoration: none; }
.rp-admin > aside a.is-active { border-left: 4px solid var(--red); background: #faf5f2; }
.rp-admin > aside strong { font-size: 13px; }
.rp-admin > aside small { color: var(--muted); }
.rp-admin > section { padding: 34px; }
.rp-admin > section h2 { margin: 8px 0 25px; font: 700 44px 'Oswald', sans-serif; }
.rp-admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.rp-admin-notice, .rp-admin-alert { padding: 12px 15px; border-left: 4px solid #28a66a; background: #eaf8f0; }
.rp-admin-alert { border-color: var(--red); background: #fff0f1; }
@media (max-width: 800px) { .rp-admin { grid-template-columns: 1fr; } .rp-admin-grid { grid-template-columns: 1fr; } .rp-admin-header { padding: 15px; gap: 18px; align-items: flex-start; flex-direction: column; } }
