@font-face {
  font-family: "Bai Jamjuree";
  src: url("fonts/bai-jamjuree-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bai Jamjuree";
  src: url("fonts/bai-jamjuree-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bai Jamjuree";
  src: url("fonts/bai-jamjuree-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bai Jamjuree";
  src: url("fonts/bai-jamjuree-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #050505;
  --soft-black: #090908;
  --charcoal: #12110f;
  --charcoal-warm: #1c1913;
  --ink: #17140f;
  --gold: #c9a86a;
  --gold-light: #e1c17f;
  --gold-deep: #8f7139;
  --silver: #b5b5b5;
  --ivory: #ebe4d7;
  --warm-white: #f8f6f1;
  --white: #ffffff;
  --line: rgba(201, 168, 106, 0.38);
  --light-line: #d6cdbf;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: "Bai Jamjuree", Arial, sans-serif; }
body, button, input, textarea, select { font-family: "Bai Jamjuree", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; }
.rvr-site p { margin-bottom: 0; }
.rvr-site h1, .rvr-site h2, .rvr-site h3 { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 15px; top: -60px; z-index: 100; background: var(--gold); color: #060606; padding: 12px 16px; font-weight: 700; }
.skip-link:focus { top: 15px; }

.topbar { background: var(--gold); color: var(--black); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.topbar-inner { height: 34px; display: flex; justify-content: space-between; align-items: center; }
.site-header { position: sticky; z-index: 9999; top: 0; left: 0; right: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.18); background: rgba(10,10,10,.96); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.nav-wrap { height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand-logo { align-self: stretch; width: 110px; display: grid; place-items: center; overflow: hidden; flex: 0 0 auto; }
.brand-logo img { width: 90px; height: 90px; object-fit: contain; display: block; }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; }
.desktop-nav a { font-size: 13px; font-weight: 500; opacity: .88; transition: color .2s ease, opacity .2s ease; }
.desktop-nav a:hover { color: var(--gold-light); opacity: 1; }
.button { min-height: 52px; padding: 0 24px; border: 1px solid var(--gold); background: var(--gold); color: #0c0b09; display: inline-flex; align-items: center; justify-content: center; gap: 20px; font-size: 13px; font-weight: 700; letter-spacing: .025em; transition: .25s ease; cursor: pointer; }
.button:hover { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-2px); }
.button-small { min-height: 43px; padding-inline: 18px; }
.mobile-menu { display: none; position: relative; }

.hero { min-height: 80px; position: relative; display: grid; grid-template-rows: minmax(0,1fr) auto; overflow: hidden; }
.hero-image { position: absolute; inset: 0; z-index: 0; background-image: url("images/rvr-hero.png"); background-size: cover; background-position: center; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; z-index: 1; background: rgba(0,0,0,.55); pointer-events: none; }
.hero-content { position: relative; z-index: 2; align-self: top; padding-top: 40px; padding-bottom: 10px; }
.hero-logo-seal { position: absolute; z-index: 3; top: 178px; right: max(28px, calc((100vw - 1180px) / 2)); width: 182px; height: 182px; padding: 9px; background: rgba(0,0,0,.88); border: 1px solid rgba(201,168,106,.48); box-shadow: 0 24px 70px rgba(0,0,0,.42); }
.hero-logo-seal img { width: 100%; height: 100%; object-fit: contain; }
.eyebrow { color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; margin: 0 0 24px; }
.eyebrow.dark { color: #806334; }
.hero h1 { margin: 0; max-width: 700px; font-size: clamp(56px, 7.1vw, 40px); padding-top: 40px line-height: .93; letter-spacing: -.055em; font-weight: 600; }
.hero h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 1px rgba(225,193,127,.84); }
.hero-copy { max-width: 595px; margin: 32px 0 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-size: 13px; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.42); padding-bottom: 6px; }
.text-link span { color: var(--gold); }
.trust-strip { position: relative; z-index: 3; bottom: auto; left: auto; transform: none; align-self: end; display: grid; grid-template-columns: repeat(4,1fr); background: rgba(5,5,5,.42); border-top: 1px solid rgba(201,168,106,.46); }
.trust-strip div { padding: 24px 26px; border-right: 1px solid rgba(255,255,255,.17); display: flex; flex-direction: column; gap: 4px; }
.trust-strip div:first-child { border-left: 1px solid rgba(255,255,255,.17); }
.trust-strip strong { color: var(--gold-light); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.trust-strip span { color: rgba(255,255,255,.62); font-size: 12px; }

.section { padding-top: 20px; padding-bottom: 20px }
.section-light { background: var(--white); color: var(--ink); }
.section-ivory { background: var(--ivory); color: var(--ink); }
.section-dark { background: var(--soft-black); }
.section-heading { margin-bottom: 58px; }
.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }
.section-heading h2, .about-copy h2, .b2b h2, .contact-intro h2, .detail-intro-grid h2, .additions-grid h2, .faq-grid h2, .choice-grid h2, .story-grid h2, .credentials-grid h2, .expectation-grid h2, .b2b-benefit-grid h2, .visit-grid h2 { margin: 0; font-size: clamp(38px, 4.4vw, 63px); line-height: 1.03; letter-spacing: -.045em; font-weight: 600; }
.split-heading > p { color: #000000; font-size: 16px; line-height: 1.75; margin: 0 0 6px; }
.dark-heading > p { color: rgba(255,255,255,.62); }

.service-grid { display: grid; }
.service-grid-five {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.service-grid-five .service-card {
    grid-column: span 2;
}

.service-grid-five .service-card:nth-child(-n+2) {
    grid-column: span 3;
}
.service-card { padding: 34px; min-height: 300px; border: 1px solid #d7cdbd; display: flex; flex-direction: column; transition: transform .3s ease, background .3s ease, border-color .3s ease; background: var(--warm-white); }
.service-card:nth-child(even) { background: var(--ivory); }
.service-card:hover { transform: translateY(-4px); border-color: var(--gold-deep); background: #e5dbc9; }
.service-top { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.service-number { color: #806133; font-size: 12px; font-weight: 700; }
.service-label { color: #716a60; font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: .13em; text-align: right; }
.service-card h3 { margin: 68px 0 18px; font-size: 29px; line-height: 1.1; letter-spacing: -.035em; }
.service-card > p { color: #000000; font-size: 14px; line-height: 1.7; margin: 0; }
.service-result { margin-top: 24px; padding-top: 20px; border-top: 1px solid #cfc4b5; display: flex; gap: 10px; color: #000000; font-size: 12px; line-height: 1.45; }
.service-result span { color: #806133; }
.service-card > a { margin-top: auto; padding-top: 26px; display: flex; justify-content: space-between; gap: 15px; font-size: 12px; font-weight: 700; }
.audience-grid { margin-top: 30px; margin-bottom: 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.audience-grid article { background: #0d0d0c; color: white; min-height: 285px; padding: 31px; display: flex; flex-direction: column; position: relative; overflow: hidden; border-top: 3px solid #2e291f; }
.audience-grid article:nth-child(2) { background: #1b1812; border-top-color: var(--gold); }
.audience-grid article:nth-child(3) { background: #121315; border-top-color: var(--silver); }
.audience-grid article::after { content: ''; position: absolute; width: 180px; height: 180px; border: 1px solid rgba(201,168,106,.28); border-radius: 50%; right: -85px; bottom: -80px; }
.audience-grid p { color: var(--gold-light); margin: 0; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.audience-grid h3 { margin: 24px 0 13px; font-size: 27px; }
.audience-grid span { color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.65; }
.audience-grid small { margin-top: auto; color: rgba(255,255,255,.48); }

.audience2-grid { margin-top: 30px; margin-bottom: 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.audience2-grid article { background: #0d0d0c; color: white; min-height: 285px; padding: 31px; display: flex; flex-direction: column; position: relative; overflow: hidden; border-top: 3px solid #2e291f; }
.audience2-grid article:nth-child(2) { background: #1b1812; border-top-color: var(--gold); }
.audience2-grid article:nth-child(3) { background: #121315; border-top-color: var(--silver); }
.audience2-grid article::after { content: ''; position: absolute; width: 180px; height: 180px; border: 1px solid rgba(201,168,106,.28); border-radius: 50%; right: -85px; bottom: -80px; }
.audience2-grid p { color: var(--gold-light); margin: 0; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.audience2-grid h3 { margin: 24px 0 13px; font-size: 27px; }
.audience2-grid span { color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.65; }
.audience2-grid small { margin-top: auto; color: rgba(255,255,255,.48); }

.statement-section { min-height: 640px; position: relative; display: grid; place-items: center; overflow: hidden; }
.statement-image { position: absolute; inset: 0; background-image: url("images/rvr-hero.png"); background-position: center 68%; background-size: cover; filter: saturate(.48) contrast(1.08); transform: scale(1.04); }
.statement-section::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.76); }
.statement-content { position: relative; z-index: 2; text-align: center; }
.statement-content blockquote { max-width: 960px; margin: 0 auto 30px; font-size: clamp(35px, 5.1vw, 67px); line-height: 1.1; letter-spacing: -.045em; font-weight: 500; }
.statement-content blockquote em { color: var(--gold-light); font-style: normal; }
.statement-content > p:last-child { color: rgba(255,255,255,.62); font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article { padding: 30px 26px 30px 0; border-right: 1px solid var(--line); min-height: 220px; }
.process-grid article:not(:first-child) { padding-left: 26px; }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: var(--gold); font-size: 11px; }
.process-grid h3 { margin: 43px 0 12px; font-size: 22px; }
.process-grid p { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.65; margin: 0; }
.process-link { margin-top: 35px; }

.about-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 95px; align-items: center; }
.about-visual { min-height: 620px; position: relative; }
.about-photo { position: absolute; inset: 0 60px 55px 0; background-image: url("images/rvr-hero.png"); background-position: 74% center; background-size: cover; filter: contrast(1.08); border: 1px solid #cfc4b4; }
.about-badge { position: absolute; right: 0; bottom: 0; width: 220px; aspect-ratio: 1; background: var(--gold); color: #111; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; box-shadow: -20px -20px 0 rgba(255,255,255,.5); }
.about-badge strong { font-size: 42px; letter-spacing: -.06em; }
.about-badge span { max-width: 120px; margin-top: 6px; text-transform: uppercase; font-weight: 700; font-size: 10px; line-height: 1.5; letter-spacing: .13em; }
.about-copy .lead { color: #514b42; font-size: 17px; line-height: 1.75; margin: 28px 0 34px; }
.values-list { border-top: 1px solid #c9bead; }
.values-list div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 26px; padding: 20px 0; border-bottom: 1px solid #c9bead; }
.values-list strong { font-size: 13px; }
.values-list span { color: #5e574e; font-size: 12px; line-height: 1.55; }
.dark-link { color: var(--ink); border-color: #8b7e6c; margin-top: 30px; }

.b2b { padding: 30px 0; background: var(--charcoal-warm); color: white; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
.b2b-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: center; }
.b2b h2 { font-size: clamp(38px,4.2vw,59px); }
.b2b-grid > div:last-child > p { color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.75; margin: 0 0 30px; }
.button-outline { background: transparent; color: var(--gold-light); }
.button-outline:hover { color: var(--black); }

.contact-section { background: var(--white); color: var(--ink); padding: 30px 0; }
.home-contact-grid, .contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact-intro > p:not(.eyebrow) { color: #5d574e; line-height: 1.7; max-width: 470px; }
.contact-options { margin-top: 40px; border-top: 1px solid #cfc4b5; }
.contact-options a, .contact-location { display: grid; grid-template-columns: 90px 1fr auto; gap: 12px; align-items: center; padding: 17px 0; border-bottom: 1px solid #cfc4b5; }
.contact-options span { color: #746d62; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.contact-options strong { font-size: 13px; }
.contact-options a > span:last-child { color: #806333; font-size: 16px; }
.contact-options-card { background: var(--ivory); margin-top: 0; padding: 28px 36px 36px; border-top: 4px solid var(--gold); }
.contact-options-card .button { margin-top: 28px; width: 100%; }
.contact-options-card > .button { display: inline-flex; grid-template-columns: none; padding: 0 24px; border-bottom: 0; }
.contact-form { background: var(--ivory); padding: 40px; border-top: 4px solid var(--gold); display: flex; flex-direction: column; gap: 20px; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 700; color: #625b51; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 0; border-bottom: 1px solid #b8aa96; background: transparent; padding: 12px 0; outline: none; color: var(--ink); border-radius: 0; text-transform: none; letter-spacing: 0; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: #795b2d; }
.form-button { border: 0; margin-top: 6px; }
.contact-form small { text-align: center; color: #6f675c; font-size: 10px; }
.contact-page { padding-top: 110px; }

.visit-section { background: var(--charcoal-warm); padding: 95px 0; }
.visit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.visit-grid ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.visit-grid li { padding: 18px 0; border-bottom: 1px solid var(--line); color: rgba(255,255,255,.72); font-size: 14px; }
.visit-grid li::before { content: "✓"; color: var(--gold); margin-right: 13px; }

footer { background: #030303; padding: 60px 0 24px; border-top: 1px solid rgba(201,168,106,.28); }
.footer-main { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.footer-logo { width: 155px; height: 155px; display: block; margin: -22px 0 5px; }
.footer-logo img { width: 100%; height: 100%; object-fit: contain; }
.footer-main > div:first-child p { color: rgba(255,255,255,.5); font-size: 12px; max-width: 230px; line-height: 1.6; }
.footer-main > div:not(:first-child) { display: flex; flex-direction: column; gap: 12px; }
.footer-main strong { color: var(--gold-light); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; margin-bottom: 8px; }
.footer-main a, .footer-main span { color: rgba(255,255,255,.57); font-size: 12px; }
.footer-main a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; color: rgba(255,255,255,.38); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }


.inner-hero { min-height: 300px; position: relative; display: flex; align-items: flex-end; overflow: hidden; }
.inner-hero-image { position: absolute; inset: 0; background-image: url("images/rvr-hero.png"); background-position: center 43%; background-size: cover; transform: scale(1.025); }
.inner-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,2,2,.98), rgba(2,2,2,.78) 48%, rgba(2,2,2,.31)), linear-gradient(0deg, rgba(2,2,2,.88), transparent 58%); }
.inner-hero-content { position: relative; z-index: 2; padding: 220px 0 78px; }
.inner-hero-content h1 { max-width: 930px; margin: 0; font-size: clamp(54px,7vw,92px); line-height: .96; letter-spacing: -.055em; font-weight: 600; }
.inner-hero-content > p:last-child { max-width: 720px; margin: 28px 0 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.7; }
.inner-index { position: absolute; right: 0; bottom: 78px; font-size: 110px; font-weight: 600; line-height: .8; color: transparent; -webkit-text-stroke: 1px rgba(201,168,106,.46); }

.detail-intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.detail-lead { color: #4d473f; font-size: 18px; line-height: 1.8; margin: 0; }
.detail-intro-grid blockquote { margin: 35px 0 0; padding: 25px 0 0 28px; border-top: 1px solid #cfc4b4; border-left: 3px solid var(--gold); color: #25211b; font-size: 20px; line-height: 1.6; }

.package-section { padding: 30px 0; background: #050504; color: white; border-top: 1px solid #2c261c; border-bottom: 1px solid #2c261c; }
.package-grid { display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; gap: 14px; }
.package-card { position: relative; border: 1px solid rgba(181,181,181,.26); background: #11110f; padding: 34px; display: flex; flex-direction: column; min-height: 690px; }
.package-card:nth-child(3) { background: #171717; }
.package-card.featured { border-color: var(--gold); background: #241f15; box-shadow: inset 0 0 0 1px rgba(201,168,106,.15); }
.recommended { position: absolute; top: 0; right: 0; padding: 8px 12px; background: var(--gold); color: #0b0b0a; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.package-label { margin: 0 0 55px; color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.package-card h3 { margin: 0 0 18px; font-size: 29px; line-height: 1.12; letter-spacing: -.03em; }
.package-description { min-height: 86px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.65; margin: 0; }
.package-card dl { margin: 28px 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.package-card dl div { display: grid; grid-template-columns: 92px 1fr; gap: 15px; padding: 14px 0; }
.package-card dl div + div { border-top: 1px solid rgba(255,255,255,.1); }
.package-card dt { color: rgba(255,255,255,.43); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.package-card dd { margin: 0; color: rgba(255,255,255,.82); font-size: 11px; line-height: 1.4; }
.package-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.package-card li { display: flex; gap: 10px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.45; }
.package-card li span { color: var(--gold); }
.package-card > a { margin-top: auto; padding-top: 30px; color: var(--gold-light); display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 12px; font-weight: 700; }
.pricing-note { margin: 28px 0 0; color: rgba(255,255,255,.54); font-size: 12px; line-height: 1.6; }
.pricing-note strong { color: var(--gold-light); }

.additions-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.additions-grid > div:first-child > p:last-child { color: #585148; line-height: 1.7; }
.addition-list { border-top: 1px solid #c5b9a8; }
.addition-list div { padding: 20px 0; border-bottom: 1px solid #c5b9a8; display: grid; grid-template-columns: 54px 1fr; align-items: center; }
.addition-list span { color: #795b2d; font-size: 10px; }
.addition-list strong { font-size: 15px; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.faq-grid details { border-top: 1px solid #cfc4b5; }
.faq-grid details:last-child { border-bottom: 1px solid #cfc4b5; }
.faq-grid summary { list-style: none; padding: 23px 0; display: flex; justify-content: space-between; gap: 25px; font-size: 15px; font-weight: 600; cursor: pointer; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary span { color: #806133; font-size: 19px; }
.faq-grid details p { margin: 0; padding: 0 48px 23px 0; color: #5c554c; font-size: 14px; line-height: 1.7; }

.contact-band { padding: 95px 0; background: var(--charcoal-warm); border-top: 1px solid var(--gold); color: white; }
.contact-band-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.contact-band h2 { margin: 0; max-width: 720px; font-size: clamp(38px,4.4vw,60px); line-height: 1.03; letter-spacing: -.045em; }
.contact-band-inner > div:first-child > p:last-child { color: rgba(255,255,255,.62); line-height: 1.7; max-width: 650px; }
.contact-band-actions { display: flex; flex-direction: column; gap: 20px; align-items: stretch; }
.contact-band-actions .text-link { align-self: flex-start; }

.overview-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #cfc4b4; }
.overview-grid article { position: relative; min-height: 520px; padding: 38px 42px 35px 0; border-bottom: 1px solid #cfc4b4; background: var(--white); }
.overview-grid article:nth-child(odd) { border-right: 1px solid #cfc4b4; padding-right: 45px; }
.overview-grid article:nth-child(even) { padding-left: 45px; background: var(--warm-white); }
.overview-number { position: absolute; top: 38px; right: 42px; color: #806133; font-size: 11px; }
.overview-grid article > p:first-of-type { color: #795b2d; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; margin: 0 0 38px; max-width: 72%; }
.overview-grid h2 { margin: 0 0 22px; font-size: 37px; letter-spacing: -.04em; }
.overview-package-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.overview-package-tags span { padding: 7px 9px; border: 1px solid #cfc4b4; color: #5a5349; font-size: 9px; background: rgba(255,255,255,.55); }
.overview-lead { color: #575148; font-size: 14px; line-height: 1.7; margin: 25px 0 0; }
.overview-grid article > a { position: absolute; bottom: 35px; left: 0; right: 42px; padding-top: 19px; border-top: 1px solid #d7cdbf; display: flex; justify-content: space-between; font-size: 12px; font-weight: 700; }
.overview-grid article:nth-child(even) > a { left: 45px; }
.choice-section, .expectation-section { padding: 100px 0; background: #0d0d0c; color: white; border-top: 1px solid var(--line); }
.choice-grid, .expectation-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: center; }
.choice-grid > div:last-child > p, .expectation-grid > div:last-child > p { color: rgba(255,255,255,.63); line-height: 1.75; margin: 0 0 25px; }

.story-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.story-image { min-height: 540px; background-image: url("images/rvr-hero.png"); background-position: 68% center; background-size: cover; position: relative; display: flex; align-items: flex-end; padding: 35px; border: 1px solid #cfc4b4; }
.story-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.82),transparent 62%); }
.story-image span, .story-image small { position: relative; z-index: 2; }
.story-image span { color: white; font-size: 50px; font-weight: 700; letter-spacing: -.06em; }
.story-image small { margin-left: 14px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.large-copy { color: #38332c; font-size: 19px; line-height: 1.75; }
.story-grid > div:last-child > p:last-child { color: #595248; line-height: 1.75; }
.principle-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle-grid article { padding: 30px 28px 30px 0; border-right: 1px solid var(--line); }
.principle-grid article:not(:first-child) { padding-left: 28px; }
.principle-grid article:last-child { border-right: 0; }
.principle-grid span { color: var(--gold); font-size: 10px; }
.principle-grid h3 { margin: 48px 0 12px; font-size: 22px; }
.principle-grid p { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.65; }
.credentials-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.credential-list { border-top: 1px solid #c5b9a8; }
.credential-list div { display: grid; grid-template-columns: .65fr 1.35fr; gap: 25px; padding: 22px 0; border-bottom: 1px solid #c5b9a8; }
.credential-list strong { font-size: 14px; }
.credential-list span { color: #565046; font-size: 13px; line-height: 1.6; }

.workflow-list { border-top: 1px solid #cfc4b4; }
.workflow-list article { display: grid; grid-template-columns: 90px 1.25fr .75fr; gap: 45px; align-items: center; padding: 37px 24px; border-bottom: 1px solid #cfc4b4; }
.workflow-list article:nth-child(even) { background: var(--warm-white); }
.workflow-list article > span { color: #806133; font-size: 12px; }
.workflow-list h2 { margin: 0 0 8px; font-size: 30px; letter-spacing: -.035em; }
.workflow-list p { color: #575148; font-size: 14px; line-height: 1.6; margin: 0; }
.workflow-list strong { font-size: 12px; line-height: 1.55; font-weight: 600; }

.business-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.business-grid article { min-height: 450px; padding: 33px; background: var(--warm-white); border-top: 4px solid #a59b8b; display: flex; flex-direction: column; }
.business-grid article:nth-child(2) { background: var(--ivory); border-top-color: var(--gold); }
.business-grid article:nth-child(3) { background: #e2ded5; border-top-color: #7c7c7c; }
.business-grid article > span { color: #806133; font-size: 10px; }
.business-grid h3 { margin: 58px 0 15px; font-size: 27px; }
.business-grid p { color: #575148; font-size: 13px; line-height: 1.65; }
.business-grid ul { list-style: none; padding: 22px 0 0; margin: auto 0 0; border-top: 1px solid #c7bcac; display: grid; gap: 10px; }
.business-grid li { font-size: 12px; }
.business-grid li::before { content: '✓'; color: #795b2d; margin-right: 9px; }
.b2b-benefits { padding: 100px 0; background: #0d0d0c; color: white; }
.b2b-benefit-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.b2b-benefit-grid .button { margin-top: 30px; }
.metric-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.metric-list div { min-height: 160px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 12px; }
.metric-list div:nth-child(2), .metric-list div:nth-child(3) { background: rgba(201,168,106,.07); }
.metric-list strong { color: var(--gold-light); font-size: 15px; }
.metric-list span { color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.6; }

.legal-content { max-width: 820px; }
.legal-updated { color: #806133; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.legal-content h2 { margin: 52px 0 14px; font-size: 28px; letter-spacing: -.03em; }
.legal-content p { color: #514b42; font-size: 15px; line-height: 1.8; }
.legal-content a { color: #6d4e20; text-decoration: underline; }

@media (max-width: 1080px) {
  .hero-logo-seal { display: none; }
  .service-grid-five { grid-template-columns: 1fr 1fr; }
  .service-grid-five .service-card, .service-grid-five .service-card:nth-last-child(-n+2) { grid-column: auto; }
  .service-grid-five .service-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 750px) {
  .desktop-nav, .nav-wrap > .button-small { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { list-style: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.34); display: flex; flex-direction: column; gap: 6px; justify-content: center; align-items: center; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 17px; height: 1px; background: white; }
  .mobile-menu nav { position: absolute; right: 0; top: 50px; width: 250px; background: #0b0b0a; padding: 22px; display: flex; flex-direction: column; gap: 17px; border: 1px solid var(--line); box-shadow: 0 22px 50px rgba(0,0,0,.4); }
  .hero { min-height: 790px; }
  .hero-image { background-position: 63% center; }
  .split-heading, .about-grid, .b2b-grid, .home-contact-grid, .contact-grid, .detail-intro-grid, .additions-grid, .faq-grid, .contact-band-inner, .choice-grid, .story-grid, .credentials-grid, .expectation-grid, .b2b-benefit-grid, .visit-grid { grid-template-columns: 1fr; gap: 45px; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card { min-height: 600px; }
  .audience-grid, .business-grid { grid-template-columns: 1fr; }
  .process-grid, .principle-grid { grid-template-columns: 1fr 1fr; }
  .audience2-grid, .business-grid { grid-template-columns: 1fr; }
  .process-grid article:nth-child(2), .principle-grid article:nth-child(2) { border-right: 0; }
  .process-grid article:nth-child(n+3), .principle-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .about-grid { gap: 60px; }
  .about-copy { max-width: 670px; }
  .overview-grid { grid-template-columns: 1fr; }
  .overview-grid article:nth-child(odd), .overview-grid article:nth-child(even) { border-right: 0; padding-left: 34px; padding-right: 34px; }
  .overview-grid article > a, .overview-grid article:nth-child(even) > a { left: 34px; right: 34px; }
  .workflow-list article { grid-template-columns: 60px 1fr; }
  .workflow-list article > strong { grid-column: 2; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-main > div:last-child { display: none; }
}

@media (max-width: 650px) {
  .shell { width: min(100% - 32px, 1180px); }
  .topbar-right { display: none; }
  .topbar-inner { justify-content: center; }
  .nav-wrap { height: 78px; }
  .brand-logo { width: 82px; }
  .brand-logo img { width: 82px; height: 82px; }
  .hero { min-height: 790px; grid-template-rows: minmax(0,1fr) auto; }
  .hero-image { background-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,3,3,.97), rgba(3,3,3,.64)), linear-gradient(0deg, rgba(3,3,3,.94), transparent 52%); }
  .hero-content { align-self: start; padding-top: 205px; padding-bottom: 45px; }
  .hero h1 { font-size: 35px; }
  .hero-copy { font-size: 15px; line-height: 1.6; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip div { padding: 14px; }
  .trust-strip div:nth-child(3), .trust-strip div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.17); }
  .trust-strip strong { font-size: 10px; }
  .trust-strip span { font-size: 9px; }
  .section { padding: 82px 0; }
  .section-heading h2, .about-copy h2, .b2b h2, .contact-intro h2, .detail-intro-grid h2, .additions-grid h2, .faq-grid h2, .choice-grid h2, .story-grid h2, .credentials-grid h2, .expectation-grid h2, .b2b-benefit-grid h2, .visit-grid h2 { font-size: 40px; }
  .service-grid-five { grid-template-columns: 1fr; }
  .service-grid-five .service-card:last-child { grid-column: auto; }
  .service-card { padding: 27px; min-height: 350px; }
  .service-card h3 { margin-top: 48px; }
  .statement-section { min-height: 540px; }
  .statement-content blockquote { font-size: 36px; }
  .process-grid, .principle-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article:not(:first-child), .principle-grid article, .principle-grid article:not(:first-child) { border-right: 0; border-top: 1px solid var(--line); padding: 25px 0; min-height: auto; }
  .process-grid h3, .principle-grid h3 { margin: 22px 0 8px; }
  .about-visual { min-height: 450px; }
  .about-photo { inset: 0 34px 42px 0; }
  .about-badge { width: 155px; }
  .values-list div, .credential-list div { grid-template-columns: 1fr; gap: 8px; }
  .b2b { padding: 78px 0; }
  .contact-section { padding: 82px 0; }
  .contact-form { padding: 28px 22px; }
  .field-row { grid-template-columns: 1fr; }
  .contact-options a, .contact-location { grid-template-columns: 70px 1fr auto; }
  .contact-options-card { padding: 24px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-main > div:nth-child(3) { display: none; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .floating-whatsapp strong { display: none; }
  .floating-whatsapp { padding: 8px; right: 14px; bottom: 14px; }
  .inner-hero { min-height: 590px; }
  .inner-hero-content { padding: 190px 0 65px; }
  .inner-hero-content h1 { font-size: 50px; }
  .inner-hero-content > p:last-child { font-size: 15px; line-height: 1.65; }
  .inner-index { right: 0; bottom: 62px; font-size: 72px; opacity: .6; }
  .package-section { padding: 82px 0; }
  .package-card { min-height: 620px; padding: 28px 24px; }
  .overview-grid article { min-height: 560px; }
  .workflow-list article { grid-template-columns: 1fr; gap: 13px; padding: 30px 18px; }
  .workflow-list article > strong { grid-column: 1; }
  .metric-list { grid-template-columns: 1fr; }
  .visit-section, .contact-band, .choice-section, .expectation-section, .b2b-benefits { padding: 78px 0; }
}

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

/* WordPress integration */
body.rvr-wordpress-theme { margin: 0 !important; padding: 0; }
body.rvr-wordpress-theme .site-header, body.rvr-wordpress-theme footer { width: 100%; }
.form-honey { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { margin: 0; padding: 14px 16px; font-size: 13px; line-height: 1.55; text-transform: none; letter-spacing: 0; border-left: 3px solid var(--gold); background: rgba(255,255,255,.65); }
.form-status.success { color: #285c34; border-left-color: #4f8a5f; }
.form-status.error { color: #842f2f; border-left-color: #a84848; }
.rvr-page-content { max-width: 850px; color: #514b42; font-size: 16px; line-height: 1.8; }
.rvr-page-content h2 { margin: 42px 0 12px; color: var(--ink); font-size: clamp(30px,4vw,44px); letter-spacing: -.035em; }
.rvr-page-content a:not(.button) { color: #6d4e20; text-decoration: underline; }
.rvr-page-content article { padding: 30px 0; border-bottom: 1px solid var(--light-line); }
.rvr-not-found { min-height: 220px; display: flex; align-items: flex-start; }

/* Ruimte voor de WordPress-beheerbalk */
.admin-bar .site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }				
	
	/* Basisinstellingen dienstenblokken */
.service-grid-five {
    display: grid;
    gap: 14px;
}

.service-grid-five .service-card {
    min-width: 0;
    max-width: 100%;
}

/* Desktop: bovenaan 2 en daaronder 3 */
@media (min-width: 1081px) {
    .service-grid-five {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .service-grid-five .service-card,
    .service-grid-five .service-card:nth-last-child(-n+2) {
        grid-column: span 2;
    }

    .service-grid-five .service-card:nth-child(-n+2) {
        grid-column: span 3;
    }
}

/* Tablet: twee kaarten per rij, laatste kaart volledig */
@media (min-width: 651px) and (max-width: 1080px) {
    .service-grid-five {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-grid-five .service-card,
    .service-grid-five .service-card:nth-child(-n+2),
    .service-grid-five .service-card:nth-last-child(-n+2) {
        grid-column: auto;
    }

    .service-grid-five .service-card:last-child {
        grid-column: 1 / -1;
    }
}

/* Mobiel: iedere kaart onder elkaar */
@media (max-width: 650px) {
    .service-grid-five {
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
    }

    .service-grid-five .service-card,
    .service-grid-five .service-card:nth-child(-n+2),
    .service-grid-five .service-card:nth-last-child(-n+2),
    .service-grid-five .service-card:last-child {
        grid-column: 1 / -1;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
}

.about-visual {
    position: relative;
    min-height: 620px;
}

.about-video {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    height: calc(100% - 55px);
    display: block;
    object-fit: cover;
    object-position: center;
    border: 1px solid #cfc4b4;
}

@media (max-width: 650px) {
    .about-visual {
        width: 100%;
        min-height: 380px;
    }

    .about-video {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 340px;
        transform: none;
        object-fit: cover;
        object-position: center;
    }

    .about-badge {
        width: 120px;
    }
}

@media (max-width: 650px) {
    .hero {
        min-height: 680px;
    }

    .hero-content {
        padding-top: 125px;
        padding-bottom: 35px;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero-copy {
        margin-top: 22px;
    }

    .hero-actions {
        margin-top: 26px;
        gap: 18px;
    }

    .trust-strip div {
        padding: 11px 14px;
    }
}