:root {
  --forest: #10251c;
  --forest-2: #19372a;
  --mint: #20e6aa;
  --mint-dark: #0aa879;
  --cream: #f3f0e7;
  --paper: #fbfaf6;
  --ink: #17241d;
  --muted: #66736b;
  --orange: #ef6a32;
  --font-body: "Trebuchet MS", Arial, sans-serif;
  --font-display: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--font-body); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3 { overflow-wrap: normal; word-break: normal; text-wrap: balance; }

/* WordPress and Divi integration */
body.rv-site-page #top-header,
body.rv-site-page #main-header,
body.rv-site-page #main-footer { display: none !important; }
body.rv-site-page #page-container { padding-top: 0 !important; overflow: hidden; }
body.rv-site-page #main-content,
body.rv-site-page .entry-content { background: var(--paper); }
body.rv-site-page .et_pb_section.rv-native-section { width: 100% !important; max-width: none !important; margin: 0 !important; }
body.rv-site-page .rv-native-section .et_pb_row { padding-top: 0; padding-bottom: 0; }
body.rv-site-page .rv-native-section .et_pb_column { min-width: 0; }
body.rv-site-page .rv-native-section .et_pb_module { margin-bottom: 0; }
body.rv-site-page .rv-native-section h1,
body.rv-site-page .rv-native-section h2,
body.rv-site-page .rv-native-section h3,
body.rv-site-page .rv-native-section p { padding-bottom: 0; }
body.rv-site-page .rv-native-section .et_pb_button::after { display: none !important; }
.rv-shell-row { width: min(1180px, calc(100% - 48px)) !important; max-width: 1180px !important; margin-right: auto !important; margin-left: auto !important; }

/* Shared brand */
.brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; }
.brand-mark { width: 51px; height: 51px; border: 2px solid var(--mint); border-radius: 50% 46% 48% 42%; position: relative; display: inline-flex; align-items: center; justify-content: center; transform: rotate(-5deg); color: var(--mint); }
.brand-mark::after { content: ''; position: absolute; width: 2px; height: 17px; background: var(--mint); bottom: -12px; left: 24px; }
.brand-mark b, .brand-mark i { font: 700 17px/1 var(--font-display), sans-serif; font-style: normal; transform: rotate(5deg); }
.brand-mark i { color: #fff; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { text-transform: uppercase; letter-spacing: .08em; font: 600 18px/1.1 var(--font-display), sans-serif; }
.brand small { color: rgba(255,255,255,.65); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; margin-top: 5px; }
.rv-brand-module .et_pb_text_inner { line-height: 1; }

/* Shared headings and labels */
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 800; color: var(--mint); }
.eyebrow span { width: 34px; height: 2px; flex: 0 0 34px; background: currentColor; }
.eyebrow.dark { color: var(--mint-dark); }
.eyebrow.light { color: var(--mint); }
.rv-section-heading h2 { margin: 0; font: 600 clamp(52px, 6vw, 84px)/1.02 var(--font-display), sans-serif; text-transform: uppercase; letter-spacing: -.025em; }

/* Hero and navigation */
.rv-hero-section { min-height: 920px; position: relative; overflow: hidden; color: #fff; background: var(--forest) !important; }
.rv-hero-image-row { position: absolute !important; z-index: 0; inset: 109px 0 0 52%; width: auto !important; max-width: none !important; height: auto; margin: 0 !important; padding: 0 !important; }
.rv-hero-image-row > .et_pb_column,
.rv-hero-image,
.rv-hero-image .et_pb_image_wrap { width: 100%; height: 100%; display: block; }
.rv-hero-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 38%; filter: saturate(.72) contrast(1.06); }
.rv-hero-section::before { content: ''; position: absolute; z-index: 1; inset: 109px 0 0; pointer-events: none; background: linear-gradient(90deg, #10251c 0%, rgba(16,37,28,.97) 36%, rgba(16,37,28,.48) 70%, rgba(16,37,28,.16) 100%), linear-gradient(0deg, rgba(8,22,15,.62), transparent 55%); }
.rv-hero-section::after { content: ''; position: absolute; z-index: 2; inset: 109px 0 0; opacity: .13; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.6) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.6) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.rv-nav-row { height: 109px; display: grid !important; grid-template-columns: 1fr auto auto; gap: 48px; align-items: center; position: relative; z-index: 5; border-bottom: 1px solid rgba(255,255,255,.17); }
.rv-nav-row > .et_pb_column { width: auto !important; margin: 0 !important; float: none !important; }
.rv-nav-links-column { justify-self: center; }
.nav-links { display: flex; align-items: center; gap: 32px; font-size: 14px; }
.nav-links a { color: rgba(255,255,255,.78); transition: color .2s; }
.nav-links a:hover { color: var(--mint); }
.rv-nav-call-column { justify-self: end; }
.rv-nav-call-column .et_pb_button,
a.et_pb_button.rv-nav-call-button { padding: 15px 21px !important; border: 1px solid rgba(255,255,255,.4) !important; border-radius: 2px !important; color: #fff !important; background: transparent !important; text-transform: uppercase; letter-spacing: .09em; font: 800 11px/1.7 var(--font-body) !important; }
.rv-nav-call-column .et_pb_button:hover,
a.et_pb_button.rv-nav-call-button:hover { padding: 15px 21px !important; color: var(--mint) !important; background: rgba(255,255,255,.05) !important; }
.rv-hero-layout-row { min-height: 811px; display: grid !important; grid-template-columns: minmax(0,1.3fr) minmax(0,.7fr); align-items: center; gap: 80px; position: relative; z-index: 3; padding: 90px 0 100px !important; }
.rv-hero-layout-row > .et_pb_column { width: auto !important; margin: 0 !important; float: none !important; }
.rv-hero-eyebrow { margin-bottom: 50px !important; }
.rv-hero-eyebrow .eyebrow { margin-bottom: 0; }
.rv-hero-heading h1 { margin: 0; color: #fff; text-transform: uppercase; letter-spacing: -.035em; font: 650 clamp(80px, 10.7vw, 154px)/.86 var(--font-display), Impact, sans-serif; }
.rv-hero-heading h1 em { color: var(--mint); font-style: normal; }
.rv-hero-lead { width: min(570px, 100%); margin-top: 36px !important; }
.rv-hero-lead p { color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.8; }
.rv-hero-copy-column .et_pb_button_module_wrapper { display: inline-block; margin-top: 38px; margin-right: 9px; vertical-align: top; }
.rv-hero-copy-column .et_pb_button { display: inline-flex; justify-content: center; align-items: center; min-height: 53px; padding: 15px 25px !important; border-radius: 2px !important; text-transform: uppercase; letter-spacing: .085em; font: 900 11px/1.7 var(--font-body) !important; transition: transform .2s, background .2s; }
.rv-hero-copy-column .et_pb_button:hover { min-height: 53px; padding: 15px 25px !important; transform: translateY(-2px); }
.rv-primary-button .et_pb_button,
a.et_pb_button.rv-primary-button { border: 1px solid var(--mint) !important; color: #0c2418 !important; background: var(--mint) !important; }
.rv-ghost-button .et_pb_button,
a.et_pb_button.rv-ghost-button { border: 1px solid rgba(255,255,255,.34) !important; color: #fff !important; background: transparent !important; }
.rv-trust-module { margin-top: 50px !important; }
.trust-row { display: flex; flex-wrap: wrap; gap: 25px; color: rgba(255,255,255,.62); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.trust-row i { color: var(--mint); font-style: normal; margin-right: 5px; }
.rv-hero-card-column { align-self: end; justify-self: end; }
.rv-hero-card { width: 310px; padding: 26px; border-left: 3px solid var(--mint); background: rgba(9,28,19,.86); backdrop-filter: blur(12px); box-shadow: 0 26px 60px rgba(0,0,0,.22); }
.rv-hero-card p { margin: 0 0 8px; color: var(--mint); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 800; }
.rv-hero-card strong { display: block; color: #fff; font: 500 30px/1.2 var(--font-display), sans-serif; text-transform: uppercase; }
.rv-hero-card a { display: block; width: max-content; margin-top: 13px; color: #fff; font-weight: 800; }
.rv-hero-card a:first-of-type { color: var(--mint); font-size: 21px; }
.rv-hero-card small { display: block; margin-top: 20px; color: rgba(255,255,255,.62); line-height: 1.6; }
.rv-scroll-row { position: absolute !important; z-index: 4; bottom: 0; left: 50%; transform: translateX(-50%); }
.rv-scroll-note p { margin: 0; }
.rv-scroll-note a { height: 75px; display: flex; align-items: center; gap: 15px; color: rgba(255,255,255,.53); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.rv-scroll-note i { width: 1px; height: 42px; display: block; background: var(--mint); }

/* Introduction */
.rv-intro-section { padding: 118px 0 65px !important; background: var(--paper) !important; }
.rv-intro-row { display: grid !important; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: 100px; align-items: end; }
.rv-intro-row > .et_pb_column { width: auto !important; margin: 0 !important; float: none !important; }
.rv-intro-copy-column { padding-bottom: 4px; }
.rv-intro-copy p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.rv-text-link-button { margin-top: 26px !important; text-align: left; }
.rv-text-link-button .et_pb_button,
a.et_pb_button.rv-text-link-button { padding: 0 0 7px !important; border: 0 !important; border-bottom: 1px solid var(--ink) !important; border-radius: 0 !important; color: var(--ink) !important; background: transparent !important; text-transform: uppercase; letter-spacing: .09em; font: 900 11px/1.7 var(--font-body) !important; }
.rv-text-link-button .et_pb_button:hover,
a.et_pb_button.rv-text-link-button:hover { padding: 0 0 7px !important; color: var(--mint-dark) !important; background: transparent !important; }

/* Service cards */
.rv-services-section { padding: 35px 0 125px !important; background: var(--paper) !important; }
.rv-service-row { display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: #cad0ca; }
.rv-service-row-bottom { border-top: 1px solid #cad0ca; }
.rv-service-row > .et_pb_column { width: auto !important; margin: 0 !important; float: none !important; background: #fff; }
.rv-service-card { height: 100%; min-height: 445px; padding: 42px; position: relative; overflow: hidden; background: #fff; }
.rv-service-card.featured { background: var(--cream); }
.rv-service-card.landscape { background: #edf8f2; }
.rv-service-card.compact { color: #fff; background: var(--forest); }
.rv-service-card .et_pb_text_inner { position: relative; height: 100%; }
.card-number { display: block; color: #96a199; font: 600 13px var(--font-display), sans-serif; }
.service-kicker { margin: 80px 0 12px; color: var(--mint-dark); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 900; }
.rv-service-card h3 { position: relative; margin: 0 0 20px; color: var(--ink); font: 600 35px/1.1 var(--font-display), sans-serif; text-transform: uppercase; overflow-wrap: normal; word-break: normal; }
.rv-service-card p:not(.service-kicker) { position: relative; color: var(--muted); font-size: 14px; line-height: 1.75; }
.rv-service-card ul { position: relative; list-style: none; padding: 0; margin: 25px 0 0; }
.rv-service-card li { padding: 9px 0 9px 20px; border-top: 1px solid #e5e7e2; font-size: 12px; font-weight: 700; }
.rv-service-card li::before { content: '↳'; color: var(--mint-dark); position: absolute; margin-left: -20px; }
.stump-art { position: absolute; inset: -55px -25px auto auto; width: 190px; height: 170px; opacity: .16; }
.stump-art::before { content: ''; position: absolute; inset: 37px 23px 60px; border: 4px solid var(--forest); border-radius: 50% 42% 48% 40%; box-shadow: inset 0 0 0 13px var(--cream), inset 0 0 0 17px var(--forest), inset 0 0 0 31px var(--cream), inset 0 0 0 34px var(--forest); transform: rotate(8deg); }
.stump-art::after { content: ''; position: absolute; left: 82px; bottom: 8px; width: 28px; height: 66px; border-left: 4px solid var(--forest); border-right: 4px solid var(--forest); }
.rv-service-card.compact h3 { color: #fff; }
.rv-service-card.compact p:not(.service-kicker) { color: rgba(255,255,255,.62); }
.mini-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 25px; }
.mini-checks span { padding: 10px; border: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.76); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.rv-card-link { display: inline-flex; gap: 25px; margin-top: 30px; color: var(--mint); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 900; }

/* Process */
.rv-process-section { padding: 120px 0 135px !important; color: #fff; background: var(--forest) !important; }
.rv-process-header-row { display: grid !important; grid-template-columns: 1fr 320px; gap: 80px; align-items: end; }
.rv-process-header-row > .et_pb_column,
.rv-process-steps-row > .et_pb_column { width: auto !important; margin: 0 !important; float: none !important; }
.rv-process-section .rv-section-heading h2 { color: #fff; }
.rv-process-intro p { margin: 0 0 8px; color: rgba(255,255,255,.58); line-height: 1.7; }
.rv-process-steps-row { display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 75px !important; border-top: 1px solid rgba(255,255,255,.16); }
.rv-process-step-column { min-height: 270px; padding: 32px 32px 0 0; border-right: 1px solid rgba(255,255,255,.16); }
.rv-process-step-column + .rv-process-step-column { padding-left: 32px; }
.rv-process-step span { color: var(--mint); font: 500 12px var(--font-display), sans-serif; }
.rv-process-step h3 { margin: 65px 0 14px; color: #fff; text-transform: uppercase; font: 500 30px var(--font-display), sans-serif; }
.rv-process-step p { margin: 0; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.75; }

/* Photo band */
.rv-photo-section { min-height: 560px; position: relative; overflow: hidden; color: #fff; background: #1c3027 !important; }
.rv-photo-section::before { content: ''; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(16,37,28,.94) 0%, rgba(16,37,28,.61) 55%, rgba(16,37,28,.14)); }
.rv-photo-image-row { position: absolute !important; z-index: 0; inset: 0; width: 100% !important; max-width: none !important; height: 100%; margin: 0 !important; padding: 0 !important; }
.rv-photo-image-row > .et_pb_column,
.rv-photo-band-image,
.rv-photo-band-image .et_pb_image_wrap { width: 100%; height: 100%; display: block; }
.rv-photo-band-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 48%; filter: saturate(.65); }
.rv-photo-content-row { min-height: 560px; display: flex !important; align-items: center; position: relative; z-index: 2; }
.rv-photo-content-row > .et_pb_column { width: 100% !important; margin: 0 !important; }
.rv-photo-kicker p { color: var(--mint); text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 900; }
.rv-photo-heading { margin-top: 15px !important; }
.rv-photo-heading h2 { margin: 0; color: #fff; font: 600 clamp(55px,7vw,94px)/.96 var(--font-display), sans-serif; text-transform: uppercase; }
.rv-photo-phone-button { margin-top: 30px !important; text-align: left; }
.rv-photo-phone-button .et_pb_button,
a.et_pb_button.rv-photo-phone-button { padding: 0 0 8px !important; border: 0 !important; border-bottom: 2px solid var(--mint) !important; border-radius: 0 !important; color: #fff !important; background: transparent !important; font: 800 22px/1.5 var(--font-body) !important; }
.rv-photo-phone-button .et_pb_button:hover,
a.et_pb_button.rv-photo-phone-button:hover { padding: 0 0 8px !important; color: var(--mint) !important; background: transparent !important; }

/* Contact */
.rv-contact-section { padding: 130px 0 !important; background: var(--cream) !important; }
.rv-contact-row { display: grid !important; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 100px; }
.rv-contact-row > .et_pb_column { width: auto !important; margin: 0 !important; float: none !important; }
.rv-contact-copy { margin-top: 26px !important; }
.rv-contact-copy p { color: var(--muted); line-height: 1.8; }
.rv-contact-list-start { margin-top: 40px !important; border-top: 1px solid #cfd2cb; }
.rv-contact-item { border-bottom: 1px solid #cfd2cb; }
.rv-contact-item .et_pb_text_inner > a,
.rv-contact-item address { display: block; padding: 18px 0; font-style: normal; }
.rv-contact-item small { display: block; margin-bottom: 5px; color: var(--mint-dark); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 900; }
.rv-contact-item strong { color: var(--ink); font-size: 19px; line-height: 1.45; }
.rv-contact-item a[href^="mailto:"] strong { overflow-wrap: anywhere; }
.rv-contact-form-module .et_pb_text_inner { min-width: 0; }
.contact-form { display: flex; flex-direction: column; gap: 18px; padding: 45px; background: #fff; box-shadow: 0 20px 60px rgba(31,49,39,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form label:not(.privacy-check) { display: flex; flex-direction: column; gap: 8px; color: #4d5a52; text-transform: uppercase; letter-spacing: .11em; font-size: 9px; font-weight: 900; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #d9ddd6; border-radius: 0; padding: 15px; background: #fcfcf9; color: var(--ink); outline: none; text-transform: none; letter-spacing: normal; font-size: 14px; font-weight: 500; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--mint-dark); box-shadow: 0 0 0 2px rgba(10,168,121,.12); }
.privacy-check { display: flex; align-items: flex-start; gap: 10px; color: #738078; font-size: 10px; line-height: 1.55; text-transform: none; letter-spacing: 0; font-weight: 500; }
.privacy-check input { width: auto; margin-top: 3px; accent-color: var(--mint-dark); }
.privacy-check a { text-decoration: underline; }
.contact-form .button { align-self: flex-start; display: inline-flex; justify-content: center; align-items: center; gap: 22px; margin-top: 2px; padding: 18px 25px; border: 0; border-radius: 2px; color: #fff; background: var(--forest); text-transform: uppercase; letter-spacing: .085em; font-size: 11px; font-weight: 900; cursor: pointer; transition: transform .2s, background .2s; }
.contact-form .button:hover { transform: translateY(-2px); }
.form-hint { color: #849087; font-size: 10px; }
.form-status { margin: 0 0 6px; padding: 14px 16px; border-left: 3px solid var(--mint-dark); background: #edf9f4; color: #234b3b; font-size: 12px; line-height: 1.6; }
.form-status.error { border-color: var(--orange); background: #fff1e9; color: #6d3c27; }
.form-status a { text-decoration: underline; }
.rv-field-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Footer */
.rv-footer-section { padding: 80px 0 25px !important; color: #fff; background: #091711 !important; }
.rv-footer-main-row { display: grid !important; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 50px; padding-bottom: 65px !important; }
.rv-footer-main-row > .et_pb_column,
.rv-footer-bottom-row > .et_pb_column { width: auto !important; margin: 0 !important; float: none !important; }
.rv-footer-slogan p { color: var(--mint); text-transform: uppercase; letter-spacing: .1em; font: 500 18px var(--font-display), sans-serif; }
.rv-footer-links p { display: flex; flex-direction: column; gap: 11px; font-size: 12px; }
.rv-footer-links a { white-space: nowrap; }
.rv-footer-bottom-row { display: grid !important; grid-template-columns: 1fr 1fr; padding-top: 22px !important; border-top: 1px solid rgba(255,255,255,.15); }
.rv-footer-copy p,
.rv-footer-region p { color: rgba(255,255,255,.44); font-size: 10px; }
.rv-footer-region { text-align: right; }

/* Legal pages */
.rv-legal-header-section { color: #fff; background: var(--forest) !important; }
.rv-legal-header-row { min-height: 105px; display: grid !important; grid-template-columns: 1fr auto; align-items: center; gap: 25px; border-bottom: 1px solid rgba(255,255,255,.16); }
.rv-legal-header-row > .et_pb_column { width: auto !important; margin: 0 !important; float: none !important; }
.rv-legal-back-column { justify-self: end; }
.rv-legal-back-column .et_pb_button,
a.et_pb_button.rv-legal-back-button { padding: 8px 0 !important; border: 0 !important; color: rgba(255,255,255,.72) !important; background: transparent !important; text-transform: uppercase; letter-spacing: .1em; white-space: nowrap; font: 900 10px/1.5 var(--font-body) !important; }
.rv-legal-back-column .et_pb_button:hover,
a.et_pb_button.rv-legal-back-button:hover { padding: 8px 0 !important; color: var(--mint) !important; background: transparent !important; }
.rv-legal-page-section { padding: 90px 0 120px !important; background: var(--paper) !important; }
.rv-legal-title-row,
.rv-legal-content-row { display: block !important; }
.rv-legal-title-row > .et_pb_column,
.rv-legal-content-row > .et_pb_column { width: 100% !important; margin: 0 !important; float: none !important; }
.rv-legal-title h1 { max-width: 100%; margin: 0; color: var(--forest); font: 600 clamp(58px,7vw,92px)/.98 var(--font-display); text-transform: uppercase; letter-spacing: -.035em; white-space: normal; overflow-wrap: normal; word-break: normal; hyphens: none; }
.rv-legal-title-long h1 { font-size: clamp(38px,6.4vw,82px); letter-spacing: -.025em; white-space: nowrap; }
.rv-legal-version { margin-top: 22px !important; }
.rv-legal-version p { color: #839087; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 800; }
.rv-legal-content-row { margin-top: clamp(36px,5vw,64px) !important; }
.rv-legal-content-column { width: min(900px,100%) !important; max-width: 900px; margin-left: auto !important; padding: clamp(38px,5vw,60px); background: #fff; box-shadow: 0 24px 70px rgba(26,49,37,.07); }
.rv-legal-entry + .rv-legal-entry { margin-top: 46px !important; }
.rv-legal-entry h2 { margin: 0 0 14px; color: var(--forest); font: 600 24px/1.2 var(--font-display); text-transform: uppercase; letter-spacing: .01em; overflow-wrap: normal; word-break: normal; }
.rv-legal-entry p { margin: 0 0 18px; color: #5b685f; font-size: 14px; line-height: 1.8; overflow-wrap: break-word; }
.rv-legal-entry p:last-child { margin-bottom: 0; }
.rv-legal-entry a { color: var(--mint-dark); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; overflow-wrap: anywhere; }

@media (max-width: 980px) {
  .rv-shell-row { width: min(calc(100% - 36px),760px) !important; }
  .rv-nav-row { height: 93px; grid-template-columns: 1fr auto; gap: 15px; }
  .rv-nav-links-column { display: none !important; }
  .rv-nav-call-column { grid-column: 2; }
  .rv-nav-call-column .et_pb_button,
  a.et_pb_button.rv-nav-call-button { padding: 12px !important; }
  .rv-nav-call-column .et_pb_button:hover,
  a.et_pb_button.rv-nav-call-button:hover { padding: 12px !important; }
  .rv-hero-section { min-height: 880px; }
  .rv-hero-image-row { inset: 93px 0 0 37%; }
  .rv-hero-section::before,
  .rv-hero-section::after { inset: 93px 0 0; }
  .rv-hero-section::before { background: linear-gradient(90deg,#10251c 0%,rgba(16,37,28,.91) 60%,rgba(16,37,28,.3)); }
  .rv-hero-layout-row { min-height: 787px; grid-template-columns: 1fr; padding: 90px 0 85px !important; }
  .rv-hero-eyebrow { margin-bottom: 46px !important; }
  .rv-hero-heading h1 { font-size: clamp(80px,18vw,130px); }
  .rv-hero-card-column { display: none !important; }
  .rv-intro-row,
  .rv-contact-row { grid-template-columns: 1fr; gap: 45px; }
  .rv-process-header-row { grid-template-columns: 1fr; gap: 25px; }
  .rv-photo-section,
  .rv-photo-content-row { min-height: 480px; }
  .rv-footer-main-row { grid-template-columns: 1fr 1fr; }
  .rv-footer-links-column { grid-column: 1 / -1; }
  .rv-footer-links p { flex-direction: row; flex-wrap: wrap; gap: 11px 24px; }
}

@media (max-width: 620px) {
  .rv-shell-row { width: calc(100% - 28px) !important; }
  .rv-nav-row { height: 83px; }
  .brand-mark { width: 43px; height: 43px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 8px; }
  .rv-nav-call-column .et_pb_button,
  a.et_pb_button.rv-nav-call-button { min-width: 80px; font-size: 0 !important; }
  .rv-nav-call-column .et_pb_button::before,
  a.et_pb_button.rv-nav-call-button::before { content: 'Anrufen ↗'; font-size: 10px; }
  .rv-hero-section { min-height: 780px; }
  .rv-hero-image-row { inset: 83px 0 0 7%; }
  .rv-hero-section::before,
  .rv-hero-section::after { inset: 83px 0 0; }
  .rv-hero-layout-row { min-height: 697px; padding: 70px 0 90px !important; }
  .rv-hero-eyebrow { margin-bottom: 42px !important; }
  .rv-hero-heading h1 { font-size: clamp(56px,20vw,95px); }
  .rv-hero-lead p { font-size: 15px; line-height: 1.65; }
  .rv-hero-copy-column .et_pb_button_module_wrapper { display: block; width: 100%; margin-top: 12px; margin-right: 0; }
  .rv-hero-copy-column .rv-primary-button { margin-top: 30px !important; }
  .rv-hero-copy-column .et_pb_button { width: 100%; }
  .rv-trust-module { margin-top: 30px !important; }
  .trust-row { gap: 12px 20px; }
  .rv-scroll-row { display: none !important; }
  .rv-intro-section { padding: 85px 0 45px !important; }
  .rv-section-heading h2 { font-size: clamp(39px,11.5vw,52px); line-height: 1.04; }
  .rv-service-row { grid-template-columns: 1fr; }
  .rv-service-row-bottom { border-top: 0; }
  .rv-service-card { min-height: 0; padding: 30px; }
  .rv-service-card h3 { font-size: clamp(24px,7.3vw,32px); }
  .service-kicker { margin-top: 65px; }
  .rv-process-section { padding: 90px 0 !important; }
  .rv-process-steps-row { grid-template-columns: 1fr; }
  .rv-process-step-column,
  .rv-process-step-column + .rv-process-step-column { min-height: 0; padding: 25px 0 35px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .rv-process-step h3 { margin-top: 25px; }
  .rv-photo-heading h2 { font-size: clamp(39px,11vw,52px); line-height: 1; }
  .rv-photo-phone-button .et_pb_button,
  a.et_pb_button.rv-photo-phone-button { font-size: 18px !important; }
  .rv-contact-section { padding: 85px 0 !important; }
  .contact-form { padding: 25px 19px; }
  .field-row { grid-template-columns: 1fr; }
  .rv-footer-main-row { grid-template-columns: 1fr; gap: 25px; }
  .rv-footer-links-column { grid-column: auto; }
  .rv-footer-links p { flex-direction: column; align-items: flex-start; }
  .rv-footer-bottom-row { grid-template-columns: 1fr; gap: 8px; }
  .rv-footer-region { text-align: left; }
  .rv-legal-header-row { min-height: 88px; }
  .rv-legal-header-section .brand small { display: none; }
  .rv-legal-back-column .et_pb_button,
  a.et_pb_button.rv-legal-back-button { max-width: 130px; white-space: normal; text-align: right; line-height: 1.4 !important; font-size: 9px !important; }
  .rv-legal-page-section { padding: 58px 0 78px !important; }
  .rv-legal-title h1 { font-size: clamp(46px,15vw,56px); }
  .rv-legal-title-long h1 { font-size: clamp(22px,7vw,42px); line-height: 1.05; letter-spacing: -.04em; }
  .rv-legal-content-row { margin-top: 30px !important; }
  .rv-legal-content-column { padding: 28px 20px; }
  .rv-legal-entry + .rv-legal-entry { margin-top: 38px !important; }
  .rv-legal-entry h2 { font-size: clamp(18px,5.5vw,21px); overflow-wrap: break-word; hyphens: auto; }
}

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