:root {
  --rb-navy: #0d2645;
  --rb-navy-2: #173f67;
  --rb-gold: #d9a520;
  --rb-cream: #f7f3e9;
  --rb-sky: #eaf4f6;
  --rb-ink: #183047;
  --rb-muted: #607287;
  --rb-card: #fff;
  --rb-line: rgba(13, 38, 69, .11);
  --rb-shadow: 0 22px 55px rgba(13, 38, 69, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--rb-ink); background: var(--rb-cream); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.apecury-header-ready { padding-top: 0; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.rb-container { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }
.rb-skip { position: fixed; left: 12px; top: -100px; z-index: 3000; padding: 10px 14px; background: #fff; color: var(--rb-navy); border-radius: 8px; }
.rb-skip:focus { top: 12px; }
.rb-hero { position: relative; min-height: 720px; display: grid; align-items: end; color: #fff; isolation: isolate; overflow: hidden; background: var(--rb-navy); }
.rb-hero__media, .rb-hero__media::after { position: absolute; inset: 0; }
.rb-hero__media { z-index: -2; }
.rb-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.rb-hero__media::after { content: ""; background: linear-gradient(90deg, rgba(7, 27, 48, .94) 0%, rgba(7, 27, 48, .72) 46%, rgba(7, 27, 48, .18) 100%), linear-gradient(0deg, rgba(7, 27, 48, .72), transparent 48%); }
.rb-hero__content { padding: 170px 0 76px; max-width: 720px; }
.rb-breadcrumb { margin: 0 0 28px; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; font-size: .82rem; color: rgba(255,255,255,.76); }
.rb-breadcrumb li + li::before { content: "/"; margin-right: 8px; color: var(--rb-gold); }
.rb-breadcrumb a { text-decoration: none; }
.rb-eyebrow { margin: 0 0 14px; color: #f1d981; font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.rb-hero h1 { margin: 0; max-width: 12ch; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7.4vw, 6.8rem); line-height: .92; letter-spacing: -.055em; }
.rb-hero__lead { max-width: 62ch; margin: 24px 0 0; color: rgba(255,255,255,.88); font-size: clamp(1rem, 1.5vw, 1.17rem); }
.rb-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.rb-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border-radius: 999px; background: linear-gradient(135deg, var(--rb-gold), #f1c84f); color: var(--rb-navy); text-decoration: none; font-size: .9rem; font-weight: 800; box-shadow: 0 14px 28px rgba(0,0,0,.18); transition: transform .2s ease, box-shadow .2s ease; }
.rb-button:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(0,0,0,.22); }
.rb-button--ghost { border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.12); color: #fff; backdrop-filter: blur(9px); }
.rb-button--navy { background: var(--rb-navy); color: #fff; box-shadow: none; }
.rb-hero__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 40px; }
.rb-hero__fact { padding: 15px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.1); backdrop-filter: blur(10px); }
.rb-hero__fact strong { display: block; color: #fff; font-size: .94rem; }
.rb-hero__fact span { display: block; margin-top: 2px; color: rgba(255,255,255,.7); font-size: .77rem; }
.rb-main { overflow: hidden; }
.rb-section { padding: 92px 0; }
.rb-section--white { background: #fff; }
.rb-section--sky { background: linear-gradient(145deg, #eef7f8, #fff); }
.rb-section--navy { background: var(--rb-navy); color: #fff; }
.rb-section__head { max-width: 760px; margin-bottom: 38px; }
.rb-section__head--split { max-width: none; display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: end; }
.rb-kicker { margin: 0 0 10px; color: #9b7415; font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.rb-section--navy .rb-kicker { color: #f1d981; }
.rb-section h2 { margin: 0; color: var(--rb-navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 4.1rem); line-height: 1; letter-spacing: -.04em; }
.rb-section--navy h2 { color: #fff; }
.rb-section__intro { margin: 14px 0 0; color: var(--rb-muted); font-size: 1.02rem; }
.rb-section--navy .rb-section__intro { color: rgba(255,255,255,.76); }
.rb-copy-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: start; }
.rb-prose { font-size: 1.03rem; }
.rb-prose p:first-child { margin-top: 0; }
.rb-prose p:last-child { margin-bottom: 0; }
.rb-highlights { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.rb-highlight { padding: 22px; border: 1px solid var(--rb-line); border-radius: 22px; background: rgba(255,255,255,.72); }
.rb-highlight strong { display: block; color: var(--rb-navy); font-size: 1rem; }
.rb-highlight span { display: block; margin-top: 5px; color: var(--rb-muted); font-size: .88rem; }
.rb-property-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.rb-property { overflow: hidden; border: 1px solid var(--rb-line); border-radius: 28px; background: var(--rb-card); box-shadow: var(--rb-shadow); }
.rb-property__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #dce5e8; }
.rb-property__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.rb-property:hover .rb-property__media img { transform: scale(1.035); }
.rb-property__tag { position: absolute; top: 16px; left: 16px; padding: 7px 11px; border-radius: 999px; background: rgba(13,38,69,.9); color: #fff; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.rb-property__body { padding: 26px; }
.rb-property__body h3 { margin: 0; color: var(--rb-navy); font-family: Georgia, "Times New Roman", serif; font-size: 2rem; line-height: 1.05; }
.rb-property__body p { margin: 12px 0 0; color: var(--rb-muted); }
.rb-property__meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; }
.rb-property__meta span { padding: 7px 10px; border-radius: 999px; background: var(--rb-sky); color: var(--rb-navy); font-size: .77rem; font-weight: 700; }
.rb-property__body .rb-actions { margin-top: 22px; }
.rb-place-group + .rb-place-group { margin-top: 46px; }
.rb-place-group h3 { margin: 0 0 18px; color: var(--rb-navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; }
.rb-place-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.rb-place { min-height: 180px; padding: 24px; border: 1px solid var(--rb-line); border-radius: 22px; background: #fff; }
.rb-place__icon { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 18px; border-radius: 14px; background: var(--rb-sky); font-size: 1.2rem; }
.rb-place h4 { margin: 0; color: var(--rb-navy); font-size: 1rem; }
.rb-place p { margin: 8px 0 0; color: var(--rb-muted); font-size: .88rem; }
.rb-place a { display: inline-block; margin-top: 12px; color: #86620e; font-size: .8rem; font-weight: 800; text-underline-offset: 3px; }
.rb-timeline { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.rb-timeline__item { padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.07); }
.rb-timeline__item span { color: #f1d981; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.rb-timeline__item h3 { margin: 10px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.rb-timeline__item p { margin: 10px 0 0; color: rgba(255,255,255,.72); font-size: .9rem; }
.rb-source { margin-top: 26px; color: rgba(255,255,255,.68); font-size: .8rem; }
.rb-source a { color: #f1d981; }
.rb-market { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.rb-market__numbers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.rb-market__number { padding: 22px; border: 1px solid var(--rb-line); border-radius: 22px; background: #fff; }
.rb-market__number strong { display: block; color: var(--rb-navy); font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: 1; }
.rb-market__number span { display: block; margin-top: 8px; color: var(--rb-muted); font-size: .8rem; }
.rb-market__note { padding: 28px; border-radius: 26px; background: var(--rb-navy); color: #fff; }
.rb-market__note h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; }
.rb-market__note p { margin: 12px 0 0; color: rgba(255,255,255,.76); }
.rb-market__note ul { margin: 18px 0 0; padding-left: 20px; color: rgba(255,255,255,.82); }
.rb-market__note li + li { margin-top: 8px; }
.rb-disclaimer { margin-top: 18px; color: var(--rb-muted); font-size: .78rem; }
.rb-disclaimer a { color: #79580c; }
.rb-faq { display: grid; gap: 10px; }
.rb-faq details { border: 1px solid var(--rb-line); border-radius: 18px; background: #fff; padding: 0 20px; }
.rb-faq summary { cursor: pointer; list-style: none; padding: 18px 34px 18px 0; color: var(--rb-navy); font-weight: 800; position: relative; }
.rb-faq summary::-webkit-details-marker { display: none; }
.rb-faq summary::after { content: "+"; position: absolute; right: 0; top: 15px; font-size: 1.35rem; color: #9b7415; }
.rb-faq details[open] summary::after { content: "−"; }
.rb-faq details p { margin: 0; padding: 0 0 20px; color: var(--rb-muted); }
.rb-final { position: relative; overflow: hidden; padding: 76px 0; background: linear-gradient(125deg, var(--rb-navy), var(--rb-navy-2)); color: #fff; }
.rb-final::after { content: ""; position: absolute; width: 420px; height: 420px; right: -120px; top: -220px; border-radius: 50%; border: 70px solid rgba(217,165,32,.14); }
.rb-final__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.rb-final h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; }
.rb-final p { margin: 14px 0 0; max-width: 66ch; color: rgba(255,255,255,.76); }
.rb-final .rb-actions { margin: 0; }
.rb-footer { padding: 34px 0 92px; background: #091d33; color: rgba(255,255,255,.68); font-size: .82rem; }
.rb-footer__inner { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.rb-footer a { color: #fff; }
.rb-floating { position: fixed; right: 18px; bottom: 18px; z-index: 1500; display: inline-flex; align-items: center; gap: 9px; padding: 13px 17px; border-radius: 999px; background: #25d366; color: #07391a; text-decoration: none; font-size: .83rem; font-weight: 900; box-shadow: 0 16px 36px rgba(7,57,26,.28); }
@media (max-width: 900px) {
  .rb-hero { min-height: 690px; }
  .rb-hero__media::after { background: linear-gradient(0deg, rgba(7,27,48,.96) 0%, rgba(7,27,48,.66) 68%, rgba(7,27,48,.28) 100%); }
  .rb-hero__content { padding-top: 150px; }
  .rb-section__head--split, .rb-copy-grid, .rb-market { grid-template-columns: 1fr; gap: 26px; }
  .rb-place-grid, .rb-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rb-final__inner { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .rb-container { width: min(100% - 24px, 1160px); }
  .rb-hero { min-height: 720px; }
  .rb-hero__content { padding: 132px 0 44px; }
  .rb-hero h1 { max-width: 9ch; font-size: clamp(3rem, 15vw, 4.5rem); }
  .rb-hero__facts { grid-template-columns: 1fr; gap: 8px; }
  .rb-hero__fact { padding: 12px 14px; }
  .rb-actions { display: grid; }
  .rb-button { width: 100%; }
  .rb-section { padding: 68px 0; }
  .rb-property-grid, .rb-place-grid, .rb-timeline, .rb-highlights, .rb-market__numbers { grid-template-columns: 1fr; }
  .rb-property__body { padding: 22px; }
  .rb-place { min-height: 0; }
  .rb-final { padding: 62px 0; }
  .rb-floating { left: 12px; right: 12px; bottom: 10px; justify-content: center; }
  .rb-footer { padding-bottom: 100px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
