
:root{
  --rg-black:#111111;--rg-cream:#F6EFE5;--rg-gold:#D8B27B;--rg-text:#191919;
  --rg-white:#fff;--rg-border:#e7ddd2;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--rg-text);background:#fff;line-height:1.55}
h1,h2,h3{font-family:Georgia,'Times New Roman',serif;font-weight:500;line-height:1.05;margin:0 0 18px}
h1{font-size:clamp(50px,7vw,94px)}
h2{font-size:clamp(34px,4vw,54px)}
h3{font-size:24px}
p{margin:0 0 18px}
a{text-decoration:none;color:inherit}
.rg-wrap{width:min(1180px,calc(100% - 40px));margin:auto}
.rg-header{background:var(--rg-black);color:#fff;position:sticky;top:0;z-index:50}
.rg-nav{height:92px;display:flex;align-items:center;gap:32px}
.rg-brand{display:flex;flex-direction:column;min-width:200px}
.custom-logo{max-height:78px;width:auto}
.rg-brand-main{font:34px Georgia,serif}
.rg-brand-sub{font-size:10px;letter-spacing:4px}
.rg-menu{margin-left:auto}
.rg-menu ul{display:flex;gap:34px;list-style:none;margin:0;padding:0}
.rg-menu a{font-size:13px;font-weight:700}
.rg-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:8px;font-weight:700;font-size:13px;letter-spacing:.2px}
.rg-btn-gold{background:var(--rg-gold);color:#111}
.rg-btn-dark{background:var(--rg-black);color:#fff}
.rg-menu-toggle{display:none;margin-left:auto;background:none;border:0;color:#fff;font-size:28px}
.rg-hero{background:var(--rg-cream)}
.rg-hero-grid{display:grid;grid-template-columns:1fr 1.1fr;min-height:590px}
.rg-hero-copy{padding:88px 54px 70px 0;display:flex;flex-direction:column;justify-content:center}
.rg-kicker{font-size:12px;letter-spacing:1.7px;color:#b48652;font-weight:800;margin-bottom:20px}
.rg-hero-copy p{font-size:18px;max-width:560px}
.rg-hero-image,.rg-move-image{background-size:cover;background-position:center;min-height:420px;position:relative}
.rg-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#e9ded0,#cdbda9);color:#6c6259;font-weight:700;text-align:center;padding:30px}
.rg-uspbar{background:var(--rg-black);color:#fff;padding:28px 0}
.rg-usp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}
.rg-usp{display:flex;gap:18px;align-items:flex-start;border-right:1px solid rgba(255,255,255,.25);padding-right:22px}
.rg-usp:last-child{border-right:0}
.rg-usp h3{font-family:Arial,sans-serif;font-size:14px;margin:0 0 8px}
.rg-usp p{font-size:12px;color:#ddd}
.rg-icon,.rg-service-icon{width:48px;height:48px;border:1px solid var(--rg-gold);border-radius:50%;display:grid;place-items:center;color:var(--rg-gold);font-size:24px;flex:0 0 auto}
.rg-move{padding:64px 0;background:#fff}
.rg-move-grid{display:grid;grid-template-columns:37% 1fr;gap:48px}
.rg-move-image{border-radius:8px;overflow:hidden}
.rg-move-badge{position:absolute;left:28px;bottom:28px;background:var(--rg-black);color:#fff;border:1px solid var(--rg-gold);border-radius:18px;padding:22px 28px;font-weight:800;text-align:center}
.rg-move-badge small{display:block;color:var(--rg-gold);margin-top:6px}
.rg-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:30px}
.rg-step{font-size:12px;text-align:center}
.rg-step-num{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:var(--rg-black);color:#fff}
.rg-step h4{font-size:12px;margin:0 0 8px}
.rg-note{font-size:11px;color:#777;margin-top:14px}
.rg-services{padding:66px 0;background:var(--rg-cream)}
.rg-center{text-align:center}
.rg-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:36px}
.rg-service-card{background:#fff;border:1px solid var(--rg-border);border-radius:10px;padding:36px 24px 26px;text-align:center;position:relative}
.rg-service-card .rg-service-icon{margin:-60px auto 18px;background:var(--rg-black)}
.rg-service-card h3{font-size:23px}
.rg-service-card p{font-size:14px;color:#4f4b47;min-height:90px}
.rg-more{border:0;background:transparent;color:#9a6e3d;font-weight:700;cursor:pointer}
.rg-why{background:var(--rg-black);color:#fff;padding:56px 0}
.rg-why-grid{display:grid;grid-template-columns:1.15fr 2fr;gap:42px;align-items:center}
.rg-why-copy p{color:#ddd}
.rg-why-points{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.rg-why-point{text-align:center;border-left:1px solid rgba(255,255,255,.25);padding-left:18px}
.rg-why-point .rg-service-icon{margin:0 auto 12px}
.rg-why-point h4{margin:0 0 6px;font-size:14px}
.rg-why-point p{font-size:12px;color:#ddd}
.rg-cta{padding:28px 0;background:#fff}
.rg-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.rg-cta h2{font-size:28px;margin-bottom:6px}
.rg-footer{background:var(--rg-black);color:#fff;padding:42px 0 18px}
.rg-footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:34px}
.rg-footer-brand{font:32px Georgia,serif;margin-bottom:10px}
.rg-footer h4{font-size:12px;color:var(--rg-gold);letter-spacing:1px}
.rg-footer a{display:block;color:#ddd;font-size:13px;margin:5px 0}
.rg-footer p{color:#ddd;font-size:13px}
.rg-footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:28px;padding-top:16px;display:flex;justify-content:space-between;color:#aaa;font-size:11px}
.rg-footer-bottom a{display:inline;color:#aaa}
.rg-modal{position:fixed;inset:0;background:rgba(0,0,0,.72);display:none;align-items:center;justify-content:center;padding:24px;z-index:100}
.rg-modal.is-open{display:flex}
.rg-modal-card{background:var(--rg-cream);max-width:640px;width:100%;border-radius:16px;padding:42px;position:relative}
.rg-modal-close{position:absolute;right:16px;top:12px;border:0;background:transparent;font-size:30px;cursor:pointer}
.rg-modal-card h3{font-size:36px}
.rg-modal-card .rg-btn{margin-top:14px}
@media(max-width:900px){
  .rg-menu{display:none;position:absolute;left:0;right:0;top:92px;background:var(--rg-black);padding:20px}
  .rg-menu.is-open{display:block}
  .rg-menu ul{flex-direction:column;gap:16px}
  .rg-menu-toggle{display:block}
  .rg-nav>.rg-btn{display:none}
  .rg-hero-grid,.rg-move-grid,.rg-why-grid{grid-template-columns:1fr}
  .rg-hero-copy{padding:54px 0}
  .rg-hero-image{min-height:420px}
  .rg-usp-grid{grid-template-columns:1fr}
  .rg-usp{border-right:0;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:16px}
  .rg-steps,.rg-service-grid,.rg-why-points{grid-template-columns:repeat(2,1fr)}
  .rg-footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .rg-wrap{width:min(100% - 26px,1180px)}
  .rg-nav{height:76px}
  .rg-menu{top:76px}
  h1{font-size:52px}
  .rg-hero-image{min-height:330px}
  .rg-steps,.rg-service-grid,.rg-why-points,.rg-footer-grid{grid-template-columns:1fr}
  .rg-cta-inner,.rg-footer-bottom{flex-direction:column;align-items:flex-start}
}
