:root {
  --black: #080908;
  --charcoal: #111210;
  --panel: #171816;
  --warm: #bea183;
  --warm-light: #d7c0a8;
  --paper: #f0eee9;
  --white: #ffffff;
  --muted: #a7aaa6;
  --line: rgba(255,255,255,.16);
  --dark-line: rgba(10,10,10,.16);
  --shell: min(1180px, calc(100% - 56px));
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.renvaro-page {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.rv-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.rv-shell { width: var(--shell); margin-inline: auto; }

.rv-header {
  position: relative;
  z-index: 100;
  height: 86px;
  color: var(--white);
  background: rgba(8,9,8,.98);
  border-bottom: 1px solid var(--line);
}
.rv-header.is-overlay {
  position: absolute;
  inset: 0 0 auto;
  background: linear-gradient(180deg, rgba(0,0,0,.84), rgba(0,0,0,.12));
  border-bottom-color: rgba(255,255,255,.14);
}
.rv-header.is-overlay.is-scrolled {
  position: fixed;
  background: rgba(8,9,8,.96);
  backdrop-filter: blur(12px);
}
.rv-header-inner {
  width: var(--shell);
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.rv-brand {
  width: 150px;
  height: 68px;
  margin-right: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.rv-brand img { width: 100%; height: 68px; object-fit: contain; }
.rv-nav ul {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.rv-nav a {
  color: rgba(255,255,255,.82);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .11em;
}
.rv-nav a:hover { color: var(--warm-light); }
.rv-header-cta {
  min-width: 112px;
  padding: 10px 16px;
  border: 1px solid var(--warm);
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .12em;
  white-space: nowrap;
}
.rv-header-cta:hover { background: var(--warm); color: var(--black); }
.rv-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 0;
  background: none;
  cursor: pointer;
}
.rv-menu-toggle span { display: block; height: 1px; margin: 6px 0; background: var(--white); }

.rv-hero {
  position: relative;
  min-height: 690px;
  height: 90vh;
  max-height: 900px;
  display: flex;
  align-items: flex-end;
  background: var(--hero) center / cover no-repeat;
}
.rv-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.67) 35%, rgba(0,0,0,.18) 70%, rgba(0,0,0,.08) 100%),
    linear-gradient(0deg, rgba(0,0,0,.58), transparent 50%);
}
.rv-hero-content { position: relative; padding-bottom: 92px; }
.rv-eyebrow {
  margin: 0 0 16px;
  color: var(--warm);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .24em;
}
.rv-eyebrow.light { color: var(--warm-light); }
.rv-hero h1 {
  max-width: 720px;
  margin: 0 0 20px;
  font-size: clamp(44px, 5.5vw, 72px);
  font-weight: 300;
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.rv-hero h1 span { color: var(--warm); }
.rv-lead {
  max-width: 510px;
  margin: 0 0 18px;
  color: rgba(255,255,255,.82);
  font-size: 17px;
}
.rv-hero-signature {
  margin: 0 0 30px;
  color: var(--white);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .28em;
}
.rv-hero-signature b { padding: 0 8px; color: var(--warm); }
.rv-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.rv-button {
  min-height: 48px;
  padding: 12px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  transition: .2s ease;
}
.rv-button-accent { background: var(--warm); color: var(--black); }
.rv-button-accent:hover { background: var(--warm-light); }
.rv-button-ghost { border-color: rgba(255,255,255,.55); color: var(--white); }
.rv-button-ghost:hover, .rv-button-light { background: var(--white); color: var(--black); }
.rv-button-dark { background: var(--black); color: var(--white); }
.rv-button-dark:hover { background: #282a27; }
.rv-scroll {
  position: absolute;
  right: max(24px, calc((100% - 1180px)/2));
  bottom: 26px;
  display: flex;
  gap: 10px;
  color: rgba(255,255,255,.64);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.rv-section { padding: 92px 0; background: var(--black); }
.rv-section h2, .rv-feature h2, .rv-cta-panel h2 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.rv-intro { background: var(--paper); color: var(--black); }
.rv-split { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; }
.rv-copy-large { margin: 0 0 20px; font-size: 20px; font-weight: 300; line-height: 1.6; }
.rv-text-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 14px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.rv-services { background: var(--charcoal); }
.rv-section-head {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}
.rv-section-head > p { max-width: 420px; margin: 0; color: var(--muted); }
.rv-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); }
.rv-service-card { background: var(--black); }
.rv-card-image { display: block; aspect-ratio: 1.12/1; overflow: hidden; }
.rv-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.rv-service-card:hover img { transform: scale(1.025); }
.rv-service-card > div { min-height: 230px; padding: 26px 24px 30px; text-align: center; }
.rv-service-card .rv-eyebrow { display: none; }
.rv-service-card h3, .rv-steps h3, .rv-values h3, .rv-card-row h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.rv-service-card p:not(.rv-eyebrow) { margin: 0; color: var(--muted); font-size: 13px; }
.rv-service-card .rv-text-link { color: var(--warm-light); }

.rv-feature { min-height: 610px; display: grid; grid-template-columns: 1.28fr .72fr; }
.rv-feature-image { min-height: 500px; background-position: center; background-size: cover; }
.rv-feature-copy {
  padding: 86px clamp(44px, 6vw, 92px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--white);
  background: #0e0f0d;
  border-block: 1px solid var(--line);
}
.rv-feature-copy p:not(.rv-eyebrow) { color: var(--muted); }
.rv-feature-copy .rv-button { margin-top: 18px; align-self: flex-start; }
.rv-tick-list { margin: 18px 0; padding: 0; list-style: none; }
.rv-tick-list li { position: relative; padding: 10px 0 10px 25px; border-bottom: 1px solid var(--line); color: #d4d6d2; }
.rv-tick-list li::before { content: "—"; position: absolute; left: 0; color: var(--warm); }

.rv-process { background: var(--paper); color: var(--black); }
.rv-process > div > h2 { max-width: 660px; }
.rv-steps { margin-top: 48px; display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }
.rv-steps article { padding-top: 22px; border-top: 1px solid currentColor; }
.rv-steps span { color: var(--warm); font-size: 10px; letter-spacing: .2em; }
.rv-steps h3 { margin-top: 30px; }
.rv-steps p { color: #595b57; }

.rv-enquiry { background: var(--charcoal); }
.rv-form-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; align-items: start; }
.rv-contact-mini { margin-top: 30px; display: flex; flex-direction: column; gap: 2px; color: var(--warm-light); }
.rv-form { padding: 34px; color: var(--black); background: var(--paper); }
.rv-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.rv-form label { display: block; margin-bottom: 15px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.rv-form input, .rv-form textarea {
  width: 100%;
  margin-top: 7px;
  padding: 11px 12px;
  display: block;
  border: 1px solid #c7c4bd;
  border-radius: 0;
  background: var(--white);
  color: var(--black);
  font: inherit;
}
.rv-form input:focus, .rv-form textarea:focus { outline: 2px solid var(--warm); outline-offset: 1px; }
.rv-form .rv-button { width: 100%; margin-top: 4px; }
.rv-form-privacy { margin: 9px 0 0; color: #6f706c; font-size: 10px; text-align: center; }
.rv-hp { position: absolute; left: -9999px; }
.rv-form-note { margin-bottom: 16px; padding: 13px; font-size: 13px; }
.rv-form-note.success { background: #e0eadf; color: #18331c; }
.rv-form-note.error { background: #f1dcda; color: #702b22; }

.rv-page-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  background: var(--hero) center / cover no-repeat;
}
.rv-page-hero .rv-hero-shade { background: linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.3)),linear-gradient(0deg,rgba(0,0,0,.62),transparent); }
.rv-page-hero .rv-shell { position: relative; padding-bottom: 64px; }
.rv-page-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 300;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.rv-page-hero .rv-shell > p:last-child { max-width: 620px; margin: 0; color: rgba(255,255,255,.78); font-size: 16px; }
.rv-editorial { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.rv-editorial p:not(.rv-eyebrow) { color: var(--muted); }
.rv-editorial .rv-copy-large { color: var(--white); }
.rv-editorial .rv-button { margin-top: 15px; border-color: var(--warm); }
.rv-editorial-image { width: 100%; height: 590px; object-fit: cover; }
.rv-image-stack { position: relative; padding: 0 0 62px 85px; }
.rv-image-stack img:first-child { width: 100%; height: 540px; object-fit: cover; }
.rv-image-stack img:last-child { position: absolute; left: 0; bottom: 0; width: 49%; height: 250px; object-fit: cover; border: 8px solid var(--black); }
.rv-band { padding: 70px 0; color: var(--white); background: var(--charcoal); border-block: 1px solid var(--line); }
.rv-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 45px; }
.rv-values article { padding-left: 24px; border-left: 1px solid var(--warm); }
.rv-values p { color: var(--muted); }
.rv-cta-panel { padding: 52px 58px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--panel); border: 1px solid var(--line); }
.rv-light-band { background: var(--paper); color: var(--black); }
.rv-light-band .rv-steps p { color: #595b57; }
.rv-gallery { height: 430px; display: grid; grid-template-columns: 1fr 1.25fr 1fr; gap: 1px; background: var(--black); }
.rv-gallery img { width: 100%; height: 100%; object-fit: cover; }
.rv-gallery-two { grid-template-columns: 1fr 1fr; }
.rv-feature-reverse .rv-feature-image { order: 2; }
.rv-chip-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.rv-chip-grid span { padding: 18px 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #d0d2ce; font-size: 11px; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.rv-card-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--dark-line); }
.rv-card-row article { padding: 28px; background: var(--white); border-top: 3px solid var(--warm); }
.rv-card-row p { color: #595b57; }
.rv-soft { color: var(--black); background: var(--paper); }
.rv-contact-details { margin: 32px 0; display: grid; gap: 15px; }
.rv-contact-details div { padding: 14px 0; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); }
.rv-contact-details small { color: var(--warm); font-size: 9px; text-transform: uppercase; letter-spacing: .2em; }
.rv-contact-details a { font-size: 19px; letter-spacing: .04em; }
.rv-muted { color: var(--muted); font-size: 12px; }

.rv-footer { padding: 66px 0 23px; color: var(--white); background: #050505; border-top: 1px solid var(--line); }
.rv-footer-top { padding-bottom: 48px; display: grid; grid-template-columns: .8fr 1.4fr .7fr; align-items: center; gap: 55px; border-bottom: 1px solid var(--line); }
.rv-footer-brand { width: 150px; }
.rv-footer-brand img { width: 100%; height: 96px; object-fit: contain; }
.rv-footer-top p { max-width: 450px; color: var(--muted); }
.rv-footer-top .rv-button { justify-self: end; }
.rv-footer-grid { padding: 46px 0; display: grid; grid-template-columns: 1.3fr 1fr .7fr; gap: 65px; }
.rv-footer h3 { margin: 0 0 17px; color: var(--warm); font-size: 9px; text-transform: uppercase; letter-spacing: .22em; }
.rv-footer ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 5px 28px; list-style: none; }
.rv-footer-grid > div:nth-child(2) { display: flex; flex-direction: column; }
.rv-footer-grid a { color: rgba(255,255,255,.74); font-size: 12px; letter-spacing: .04em; }
.rv-footer a:hover { color: var(--warm-light); }
.rv-socials { display: flex; gap: 8px; }
.rv-socials a { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid rgba(190,161,131,.55); font-size: 0; }
.rv-socials svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.rv-socials a:last-child svg { fill: currentColor; stroke: none; }
.rv-footer-bottom { padding-top: 21px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: rgba(255,255,255,.42); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

.rv-reveal-ready .rv-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .78s cubic-bezier(.2,.7,.2,1) var(--rv-delay, 0ms), transform .78s cubic-bezier(.2,.7,.2,1) var(--rv-delay, 0ms);
  will-change: opacity, transform;
}
.rv-reveal-ready .rv-reveal.is-visible { opacity: 1; transform: none; }
.rv-reveal-ready .rv-feature-image.rv-reveal { transform: translateX(-26px); }
.rv-reveal-ready .rv-feature-image.rv-reveal.is-visible { transform: none; }

@media (max-width: 1080px) {
  .rv-nav ul { gap: 14px; }
  .rv-nav a { font-size: 10px; }
  .rv-service-grid { grid-template-columns: 1fr 1fr; }
  .rv-chip-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 34px, 760px); }
  .rv-header { height: 72px; }
  .rv-brand { width: 125px; height: 58px; }
  .rv-brand img { height: 58px; }
  .rv-menu-toggle { display: block; }
  .rv-header-cta { margin-left: auto; }
  .rv-nav {
    position: fixed;
    inset: 72px 0 0;
    z-index: 9999;
    height: calc(100dvh - 72px);
    padding: 28px max(24px, calc((100% - 760px)/2));
    visibility: hidden;
    transform: translateX(100%);
    opacity: 1;
    background-color: #080908 !important;
    background-image: linear-gradient(135deg, #080908 0%, #111210 100%) !important;
    box-shadow: -20px 0 50px rgba(0,0,0,.65);
    transition: .24s ease;
  }
  .rv-menu-open .rv-nav { visibility: visible; transform: none; opacity: 1; }
  .rv-nav ul { display: block; }
  .rv-nav li { border-bottom: 1px solid var(--line); }
  .rv-nav a { display: block; padding: 14px 0; font-size: 14px; }
  .rv-hero { min-height: 650px; height: 85vh; }
  .rv-hero-content { padding-bottom: 74px; }
  .rv-split, .rv-editorial, .rv-form-layout { grid-template-columns: 1fr; gap: 46px; }
  .rv-feature { grid-template-columns: 1fr; }
  .rv-feature-reverse .rv-feature-image { order: 0; }
  .rv-steps { gap: 22px; }
  .rv-image-stack { max-width: 600px; }
  .rv-card-row { grid-template-columns: 1fr 1fr; }
  .rv-footer-top { grid-template-columns: 1fr 1fr; }
  .rv-footer-top p { grid-column: 1/-1; grid-row: 2; }
  .rv-footer-top .rv-button { justify-self: end; }
  .rv-footer-grid { grid-template-columns: 1fr 1fr; }
  .rv-footer-grid > div:last-child { grid-column: 1/-1; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 34px); }
  body.renvaro-page { font-size: 14px; }
  .rv-header-cta { min-width: 90px; padding: 8px 9px; font-size: 9px; }
  .rv-menu-toggle { width: 37px; padding: 7px; }
  .rv-hero { min-height: 630px; }
  .rv-hero-shade { background: linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.34)),linear-gradient(0deg,rgba(0,0,0,.58),transparent); }
  .rv-hero h1 { font-size: 39px; letter-spacing: .06em; }
  .rv-lead { font-size: 15px; }
  .rv-scroll { display: none; }
  .rv-section { padding: 66px 0; }
  .rv-section h2, .rv-feature h2, .rv-cta-panel h2 { font-size: 30px; }
  .rv-copy-large { font-size: 18px; }
  .rv-split { gap: 30px; }
  .rv-section-head { display: block; margin-bottom: 28px; }
  .rv-section-head > p { margin-top: 14px; }
  .rv-service-grid { grid-template-columns: 1fr; }
  .rv-service-card > div { min-height: 0; }
  .rv-feature-image { min-height: 330px; }
  .rv-feature-copy { padding: 55px 25px; }
  .rv-steps { grid-template-columns: 1fr; gap: 14px; }
  .rv-steps h3 { margin-top: 14px; }
  .rv-form { padding: 23px 17px; }
  .rv-field-row { grid-template-columns: 1fr; gap: 0; }
  .rv-page-hero { min-height: 420px; }
  .rv-page-hero .rv-shell { padding-bottom: 45px; }
  .rv-page-hero h1 { font-size: 38px; letter-spacing: .07em; }
  .rv-editorial { gap: 36px; }
  .rv-editorial-image { height: 430px; }
  .rv-image-stack { padding-left: 44px; }
  .rv-image-stack img:first-child { height: 420px; }
  .rv-image-stack img:last-child { height: 185px; }
  .rv-values { grid-template-columns: 1fr; gap: 20px; }
  .rv-cta-panel { padding: 35px 23px; display: block; }
  .rv-cta-panel .rv-button { margin-top: 22px; }
  .rv-gallery, .rv-gallery-two { height: auto; grid-template-columns: 1fr; }
  .rv-gallery img { height: 270px; }
  .rv-gallery img:nth-child(3) { display: none; }
  .rv-chip-grid { grid-template-columns: 1fr 1fr; margin-top: 42px; }
  .rv-card-row { grid-template-columns: 1fr; }
  .rv-footer { padding-top: 47px; }
  .rv-footer-top { display: block; }
  .rv-footer-brand { display: block; margin-bottom: 20px; }
  .rv-footer-top .rv-button { margin-top: 16px; }
  .rv-footer-grid { grid-template-columns: 1fr; gap: 31px; }
  .rv-footer-grid > div:last-child { grid-column: auto; }
  .rv-footer ul { grid-template-columns: 1fr 1fr; }
  .rv-footer-bottom { display: block; }
  .rv-footer-bottom span { display: block; margin: 4px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rv-card-image img, .rv-nav { transition: none; }
  .rv-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}
