@charset "utf-8";

/* RB Studio / v17: website design, tied together with a ribbon. */
:root {
    --rs-ink: #172331;
    --rs-blue: #2a59cc;
    --rs-muted: #606a77;
    --rs-paper: #f7f7f3;
    --rs-line: #dce0e3;
    --rs-header: 80px;
}
html { scroll-behavior: smooth; scroll-padding-top: 96px; background: var(--rs-paper); }
body { background: var(--rs-paper); }
.rb-site--home { color: var(--rs-ink); background: var(--rs-paper); }
.rb-site--home #container { overflow: visible; }
.rs-container { width: min(calc(100% - 100px), 1440px); margin-inline: auto; }
.rs-section { padding-block: clamp(90px, 9vw, 150px); }
.rs-label { color: var(--rs-blue); font-size: 16px; font-weight: 650; letter-spacing: .065em; }
.rs-heading h2, .rs-story h2, .rs-offer-copy h2 {
    font-size: clamp(40px, 4.15vw, 68px);
    font-weight: 680;
    line-height: 1.25;
    letter-spacing: -.055em;
}
.rs-heading h2 { margin-top: 21px; }
.rs-heading h2 em { color: #798593; font-weight: 460; }
.rs-heading > p:last-child:not(.rs-label) { margin-top: 23px; color: var(--rs-muted); font-size: 19px; }
.rs-button {
    display: inline-flex; align-items: center; justify-content: space-between;
    gap: 35px; min-height: 56px; padding: 0 25px; border: 1px solid transparent;
    border-radius: 6px; font-size: 16px; font-weight: 650;
    transition: background .2s ease, color .2s ease;
}
.rs-button--ink { background: var(--rs-ink); color: white; }
.rs-button--ink:hover, .rs-button--ink:focus-visible { background: var(--rs-blue); }
.rs-button span { font-size: 23px; }
.rb-site--home :is(a, button):focus-visible { outline-color: #9462c4; }

/* Header: reset inherited legacy position/transform explicitly. */
.rb-site--home .rb-header {
    top: 0; left: 0; right: 0; width: 100%; height: var(--rs-header);
    transform: none; border: 0; border-radius: 0; box-shadow: none;
    background: rgba(247,247,243,.9); color: var(--rs-ink);
    backdrop-filter: blur(14px);
}
.rb-site--home .rb-header.is-scrolled { box-shadow: 0 10px 35px rgba(48,58,78,.07); }
.rb-site--home .rb-header__inner { width: min(calc(100% - 44px), 1500px); margin-inline: auto; padding: 0; }
.rb-site--home .rb-logo a { font-size: 18px; letter-spacing: .01em; color: var(--rs-ink); }
.rb-site--home .rb-logo img { width: 36px; height: 36px; filter: none; }
.rb-site--home .rb-nav { padding: 5px; border: 1px solid rgba(58,70,89,.09); border-radius: 999px; background: rgba(255,255,255,.82); box-shadow: 0 8px 25px rgba(48,58,78,.05); }
.rb-site--home .rb-nav ul { gap: 2px; }
.rb-site--home .rb-nav a { min-width: 88px; padding: 8px 16px; border-radius: 999px; color: #536171; font-weight: 620; text-align: center; transition: color .2s ease, background .2s ease; }
.rb-site--home .rb-nav a:hover, .rb-site--home .rb-nav a:focus-visible { color: #254fae; background: #eef3ff; }
.rb-site--home .rb-nav a::after { display: none; }
.rb-site--home .rb-header__consult {
    min-height: 46px; padding-inline: 21px; border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px; background: #243348; color: #fff; box-shadow: 0 9px 20px rgba(36,51,72,.14);
    font-size: 16px; font-weight: 650;
}
.rb-site--home .rb-admin { color: var(--rs-muted); }
.rb-site--home .rb-menu { border: 1px solid var(--rs-line); border-radius: 50%; background: #fff; }
.rb-site--home .rb-menu span { background: var(--rs-ink); }

/* Framed hero */
.rs-hero {
    position: relative; min-height: 620px; height: calc(100svh - 112px); max-height: 960px;
    margin: 96px 22px 0; overflow: hidden; border-radius: 18px; background: #f7f7f3;
}
.rs-hero-media { position: absolute; inset: 0; }
.rs-hero-media img { width: 100%; height: 100%; object-fit: contain; object-position: right center; }
.rs-motion .rs-hero-media img { will-change: transform; }
.rs-hero::after {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(90deg, rgba(247,247,243,.35), rgba(247,247,243,.12) 39%, transparent 56%);
}
.rs-hero-copy { position: relative; z-index: 1; padding: clamp(100px, 10vw, 180px) 6vw 130px; }
.rs-hero-copy .rs-label { color: #55616f; }
.rs-hero h2 {
    margin-top: 22px; font-size: clamp(42px, 4.2vw, 78px);
    font-weight: 700; letter-spacing: -.06em; line-height: 1.22;
}
.rs-hero h2 em { font-weight: 460; }
.rs-lead { margin-top: 28px; color: #4e5a66; font-size: clamp(17px,1.15vw,21px); line-height: 1.8; }
.rs-hero-copy .rs-button { margin-top: 33px; }
.rs-hero-bottom {
    position: absolute; bottom: 31px; left: 6vw; right: 6vw; z-index: 1;
    display: flex; justify-content: space-between; gap: 25px; align-items: center;
}
.rs-hero-bottom p { font-size: 16px; letter-spacing: .04em; color: #4a5661; }
.rs-hero-bottom a {
    display: flex; align-items: center; gap: 20px; padding: 13px 18px; border-radius: 5px;
    background: rgba(247,247,243,.9); color: var(--rs-ink); font-size: 16px;
}
.rs-shortcuts { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; padding-block: 28px 36px; }
.rs-shortcuts a {
    position: relative; min-height: 142px; padding: 25px 27px;
    overflow: hidden; border: 1px solid rgba(67,78,97,.09); border-radius: 18px;
    background: linear-gradient(145deg,rgba(255,255,255,.96),rgba(240,244,251,.82));
    box-shadow: 0 13px 35px rgba(60,71,91,.055);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.rs-shortcuts a:nth-child(2) { background: linear-gradient(145deg,rgba(255,255,255,.96),rgba(244,240,250,.86)); }
.rs-shortcuts a:nth-child(3) { background: linear-gradient(145deg,rgba(255,255,255,.96),rgba(237,246,244,.9)); }
.rs-shortcuts a > span { display: block; padding-right: 46px; color: var(--rs-muted); font-size: 16px; }
.rs-shortcuts strong { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 19px; font-size: 20px; font-weight: 680; }
.rs-shortcuts strong b { display: inline-flex; padding: 6px 11px; border-radius: 999px; background: #e7eeff; color: #315bbe; font-size: 17px; font-weight: 700; }
.rs-shortcuts a:nth-child(2) strong b { background: #eee8f7; color: #70569b; }
.rs-shortcuts a:nth-child(3) strong b { background: #dfedeb; color: #376d68; }
.rs-shortcuts i {
    position: absolute; right: 21px; top: 21px; display: grid; place-items: center;
    width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.75);
    color: #465a70; font-size: 21px; font-style: normal;
}
.rs-shortcuts a:hover, .rs-shortcuts a:focus-visible { transform: translateY(-4px); border-color: rgba(49,91,190,.22); box-shadow: 0 18px 42px rgba(60,71,91,.1); }
.rs-shortcuts a:hover strong { color: #254fae; }

/* Capsule story: readable static layout unless enhanced. */
.rs-story { position: relative; }
.rs-story-stage { position: relative; display: grid; place-items: center; min-height: 750px; overflow: hidden; }
.rs-story-copy { position: relative; z-index: 2; width: min(100% - 40px, 760px); text-align: center; padding: 60px 0; }
.rs-story-copy h2 { margin-top: 20px; font-size: clamp(38px,3.8vw,62px); }
.rs-story-copy h2 em {
    background: linear-gradient(100deg,#458bac,#9774ae,#d6866b);
    background-clip: text; -webkit-background-clip: text; color: transparent;
}
.rs-story-copy > p:not(.rs-label) { margin-top: 26px; color: var(--rs-muted); font-size: 19px; line-height: 1.9; }
.rs-down {
    display: inline-grid; place-items: center; width: 55px; height: 55px;
    margin-top: 35px; border: 1px solid #c8cfd5; border-radius: 50%; font-size: 27px;
}
.rs-capsule { position: absolute; width: 16vw; max-width: 255px; height: 440px; border-radius: 200px; overflow: hidden; }
.rs-capsule img { width: 100%; height: 100%; object-fit: cover; }
.rs-capsule--one { left: -4%; top: 30%; }
.rs-capsule--one img { object-position: 83% center; }
.rs-capsule--two { left: 13%; top: -7%; width: 12vw; height: 350px; }
.rs-capsule--two img { object-position: 67% center; }
.rs-capsule--three { right: 13%; top: 49%; width: 12vw; height: 350px; }
.rs-capsule--three img { object-position: 72% center; }
.rs-capsule--four { right: -4%; top: 6%; }
.rs-capsule--four img { object-position: 90% center; }
.rs-motion .rs-story { height: 175svh; }
.rs-motion .rs-story-stage { position: sticky; top: var(--rs-header); min-height: 0; height: calc(100svh - var(--rs-header)); }

/* Service lines */
.rs-services { padding-top: 45px; }
.rs-service-list { margin-top: 55px; border-top: 1px solid #99a3ad; }
.rs-service-list article {
    display: grid; grid-template-columns: 65px .8fr 1fr 50px;
    align-items: center; gap: 28px; padding-block: 35px; border-bottom: 1px solid var(--rs-line);
}
.rs-service-list article > span { font-size: 16px; color: #81909f; }
.rs-service-list h3 { font-size: clamp(26px,2.3vw,38px); font-weight: 620; letter-spacing: -.04em; }
.rs-service-list p { color: var(--rs-muted); font-size: 18px; line-height: 1.8; }
.rs-service-list a { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #cdd3da; border-radius: 50%; font-size: 24px; }
.rs-service-list a:hover { background: var(--rs-ink); color: white; }

/* Offers: baseline is three ordinary, fully visible sections. */
.rs-offers { position: relative; background: #dfeaf7; }
.rs-offer-stage { position: relative; }
.rs-offer-chrome { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 25px; }
.rs-offer-chrome nav { display: flex; gap: 8px; }
.rs-offer-chrome nav a { display: block; padding: 8px 17px; border: 1px solid #bbc9db; border-radius: 40px; font-size: 16px; color: #324c6a; }
.rs-offer-chrome nav a[aria-current="true"] { color: white; border-color: var(--rs-ink); background: var(--rs-ink); }
.rs-offer-panel { padding-block: 85px; background: #dfeaf7; }
.rs-offer-panel:nth-child(2) { background: #e8e1f4; }
.rs-offer-panel:nth-child(3) { background: #d6e5e4; }
.rs-offer-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(50px,7vw,120px); align-items: center; }
.rs-offer-copy h2 { margin-top: 25px; font-size: clamp(40px,3.65vw,62px); }
.rs-offer-copy h2 em { font-weight: 470; }
.rs-offer-copy > p:not(.rs-label) { margin-top: 25px; font-size: 19px; color: #506377; line-height: 1.8; }
.rs-pill { display: inline-block; margin-top: 27px; font-size: 16px; border: 1px solid rgba(39,65,96,.25); border-radius: 30px; padding: 10px 16px; color: #405672; }
.rs-price-card { padding: 36px; background: rgba(255,255,255,.94); border-radius: 24px; box-shadow: 0 20px 55px rgba(53,64,87,.07); }
.rs-price-card > p:first-child { font-size: 20px; font-weight: 650; }
.rs-price-card h3 { display: flex; align-items: baseline; gap: 8px; margin-block: 18px 25px; font-size: 24px; font-weight: 500; }
.rs-price-card h3 b { font-size: clamp(72px,6vw,104px); font-weight: 680; line-height: 1; letter-spacing: -.06em; }
.rs-price-card ul { border-top: 1px solid var(--rs-line); padding-top: 22px; display: grid; gap: 8px; }
.rs-price-card li { font-size: 17px; color: #506070; }
.rs-price-card li::before { content: "✓"; margin-right: 10px; color: var(--rs-blue); }
.rs-price-card .rs-note { margin-top: 20px; font-size: 16px; color: #697686; }
.rs-price-card .rs-button { display: flex; margin-top: 23px; width: 100%; }
.rs-offer-progress { display: none; }
.rs-motion .rs-offers { height: 330svh; }
.rs-motion .rs-offer-stage { position: sticky; top: var(--rs-header); height: calc(100svh - var(--rs-header)); overflow: hidden; background: var(--rs-scene-color,#dfeaf7); }
.rs-motion .rs-offer-chrome { position: relative; z-index: 5; height: 80px; padding-block: 10px; }
.rs-motion .rs-offer-panels { position: relative; height: calc(100% - 126px); }
.rs-motion .rs-offer-panel { position: absolute; inset: 0; padding-block: 0; background: transparent; }
.rs-motion .rs-offer-panel { will-change: transform, opacity; }
.rs-motion .rs-capsule { will-change: transform; }
.rs-motion .rs-offer-layout { height: 100%; }
.rs-motion .rs-offer-progress { height: 46px; display: flex; align-items: center; gap: 25px; font-size: 16px; color: #54677e; }
.rs-offer-progress i { flex: 1; height: 2px; background: rgba(58,88,118,.17); }
.rs-offer-progress b { display: block; height: 100%; background: #446783; transform-origin: left; transform: scaleX(var(--rs-progress,0)); }

/* Process and closing */
.rs-process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; margin-top: 62px; }
.rs-process-grid li { border-top: 1px solid #aeb7bf; padding-top: 28px; }
.rs-process-grid span { color: #76909f; font-size: 20px; }
.rs-process-grid h3 { font-size: 23px; font-weight: 620; margin-top: 28px; letter-spacing: -.04em; }
.rs-process-grid p { margin-top: 14px; color: var(--rs-muted); font-size: 17px; line-height: 1.8; }
.rs-process-note { margin-top: 60px; color: #727e89; font-size: 16px; }
.rs-contact { position: relative; padding: 110px 0 0; background: #e5e8ec; }
.rs-contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-bottom: 100px; }
.rs-contact h2 { font-size: clamp(42px,4.8vw,78px); line-height: 1.25; font-weight: 650; letter-spacing: -.05em; margin-top: 22px; }
.rs-contact h2 em { color: #64768a; font-weight: 460; }
.rs-contact-copy > p:last-child { margin-top: 25px; color: var(--rs-muted); font-size: 18px; }
.rs-contact-link { flex: 0 0 185px; width: 185px; height: 185px; display: grid; place-content: center; gap: 12px; text-align: center; border-radius: 50%; background: var(--rs-ink); color: white; font-size: 18px; transition: background .2s; }
.rs-contact-link span { font-size: 40px; line-height: 1; }
.rs-contact-link:hover { background: var(--rs-blue); }
.rs-footer { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 25px; padding-block: 30px; border-top: 1px solid #c4cbd2; }
.rs-footer-logo { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 750; }
.rs-footer-logo img { width: 32px; height: 32px; }
.rs-footer nav { display: flex; flex-wrap: wrap; gap: 25px; font-size: 16px; color: #596b7e; }
.rs-footer > p { font-size: 16px; color: #687a8b; }

/* One-time reveals never reset on leaving a section. */
.rs-reveal-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .8s cubic-bezier(.16,1,.3,1); }
.rs-reveal-ready [data-reveal].is-revealed { opacity: 1; transform: none; }
@media (min-width: 1100px) and (max-height: 800px) {
    .rs-motion .rs-price-card { padding: 24px 30px; }
    .rs-motion .rs-price-card h3 { margin-block: 12px 16px; }
    .rs-motion .rs-price-card h3 b { font-size: 72px; }
    .rs-motion .rs-price-card ul { padding-top: 16px; gap: 4px; }
    .rs-motion .rs-price-card .rs-note { margin-top: 13px; }
    .rs-motion .rs-price-card .rs-button { margin-top: 17px; min-height: 48px; }
    .rs-motion .rs-offer-copy h2 { font-size: 44px; }
    .rs-motion .rs-offer-copy > p:not(.rs-label) { font-size: 17px; }
}
@media (max-width: 1200px) {
    .rs-container { width: calc(100% - 64px); }
    .rs-shortcuts a { padding: 22px; }
    .rs-shortcuts strong { font-size: 18px; }
    .rs-shortcuts strong b { font-size: 16px; }
    .rs-offer-layout { gap: 50px; grid-template-columns: 1.1fr .9fr; }
    .rs-service-list article { grid-template-columns: 40px .7fr 1fr 48px; gap: 20px; }
}
@media (max-width: 900px) {
    :root { --rs-header: 70px; }
    .rs-container { width: calc(100% - 40px); }
    .rb-site--home .rb-header__inner { width: calc(100% - 40px); }
    .rb-site--home .rb-menu { display: block; }
    .rb-site--home .rb-nav { position: absolute; top: 62px; left: 20px; right: 20px; padding: 12px; display: none; border: 1px solid var(--rs-line); border-radius: 18px; background: rgba(247,247,243,.98); box-shadow: 0 18px 45px rgba(48,58,78,.12); }
    .rb-site--home .rb-nav.is-open { display: block; }
    .rb-site--home .rb-nav ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .rb-site--home .rb-nav a { min-width: 0; padding: 13px 16px; border: 0; border-radius: 12px; background: #fff; }
    .rs-hero { margin: 70px 12px 0; min-height: 720px; height: auto; }
    .rs-hero-copy { padding: 70px 35px 310px; }
    .rs-hero h2 { font-size: 56px; }
    .rs-hero-media { inset: auto 0 0; height: 55%; }
    .rs-hero-media img { object-fit: cover; object-position: 82% center; }
    .rs-hero::after { background: linear-gradient(180deg,#f7f7f3 22%,rgba(247,247,243,.96) 43%,rgba(247,247,243,.1) 74%); }
    .rs-hero-bottom { left: 30px; right: 30px; bottom: 25px; }
    .rs-hero-bottom p { display: none; }
    .rs-shortcuts { gap: 10px; }
    .rs-shortcuts a { min-height: 132px; padding: 20px; }
    .rs-shortcuts a > span { font-size: 16px; }
    .rs-shortcuts strong { font-size: 18px; padding-right: 8px; }
    .rs-shortcuts i { right: 17px; top: 17px; width: 36px; height: 36px; }
    .rs-story-stage { min-height: 650px; padding: 45px 0 140px; }
    .rs-story-copy h2 { font-size: 48px; }
    .rs-capsule--two, .rs-capsule--three { display: none; }
    .rs-capsule--one, .rs-capsule--four { width: 22vw; height: 260px; top: 60%; }
    .rs-capsule--four { top: 54%; }
    .rs-services { padding-top: 10px; }
    .rs-service-list article { grid-template-columns: 32px 1fr 48px; }
    .rs-service-list h3 { grid-column: 2; }
    .rs-service-list p { grid-column: 2; font-size: 17px; }
    .rs-service-list a { grid-column: 3; grid-row: 1 / 3; }
    .rs-offer-chrome { display: block; padding-block: 25px; }
    .rs-offer-chrome nav { margin-top: 15px; }
    .rs-offer-layout { grid-template-columns: 1fr; gap: 35px; }
    .rs-offer-panel { padding-block: 60px; }
    .rs-offer-copy h2 { font-size: 45px; }
    .rs-price-card { max-width: 600px; width: 100%; }
    .rs-process-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
    .rs-contact-inner { display: block; }
    .rs-contact-link { margin-top: 40px; width: 150px; height: 150px; }
}
@media (max-width: 600px) {
    .rb-site--home .rb-header__inner { width: calc(100% - 32px); }
    .rb-site--home .rb-logo a { font-size: 16px; gap: 8px; }
    .rb-site--home .rb-logo img { width: 30px; height: 30px; }
    .rb-site--home .rb-header__consult { display: none; }
    .rb-site--home .rb-admin { font-size: 16px; }
    .rs-container { width: calc(100% - 36px); }
    .rs-section { padding-block: 75px; }
    .rs-hero { min-height: 710px; border-radius: 12px; }
    .rs-hero-copy { padding: 56px 21px 300px; }
    .rs-hero .rs-label { max-width: 250px; line-height: 1.6; }
    .rs-hero h2 { font-size: clamp(36px,9.5vw,54px); margin-top: 20px; }
    .rs-lead { font-size: 17px; margin-top: 22px; }
    .rs-lead br { display: none; }
    .rs-hero-copy .rs-button { margin-top: 24px; }
    .rs-hero-bottom { left: 20px; right: 20px; bottom: 20px; }
    .rs-hero-bottom a { font-size: 16px; padding: 12px; gap: 10px; }
    .rb-site--home .rb-nav ul { grid-template-columns: 1fr; }
    .rs-shortcuts { grid-template-columns: 1fr; gap: 11px; padding-block: 18px 26px; }
    .rs-shortcuts a, .rs-shortcuts a:first-child { min-height: 130px; padding: 22px; border: 1px solid rgba(67,78,97,.09); }
    .rs-shortcuts a + a { border-top: 1px solid rgba(67,78,97,.09); }
    .rs-shortcuts strong b { display: inline-flex; margin: 0; }
    .rs-shortcuts i { display: grid; right: 18px; top: 18px; }
    .rs-story-stage { min-height: 630px; padding-bottom: 120px; }
    .rs-story-copy h2 { font-size: clamp(29px,8vw,40px); }
    .rs-story-copy > p:not(.rs-label) { font-size: 17px; }
    .rs-story-description { max-width: 360px; margin-inline: auto; }
    .rs-story-description br { display: none; }
    .rs-capsule--one, .rs-capsule--four { width: 26vw; height: 220px; opacity: .9; }
    .rs-services { padding-top: 0; }
    .rs-heading h2 { font-size: 35px; }
    .rs-service-list { margin-top: 35px; }
    .rs-service-list article { gap: 12px; padding-block: 25px; grid-template-columns: 25px 1fr 40px; }
    .rs-service-list h3 { font-size: 25px; }
    .rs-service-list p { font-size: 16px; }
    .rs-service-list p br { display: none; }
    .rs-service-list a { width: 38px; height: 38px; }
    .rs-offer-copy h2 { font-size: 36px; }
    .rs-offer-copy > p:not(.rs-label) { font-size: 17px; }
    .rs-offer-copy > p br { display: none; }
    .rs-pill { font-size: 16px; padding: 9px 12px; border-radius: 15px; }
    .rs-price-card { padding: 26px 22px; border-radius: 20px; }
    .rs-price-card h3 b { font-size: 82px; }
    .rs-price-card li { font-size: 16px; }
    .rs-price-card .rs-button { gap: 12px; padding-inline: 18px; }
    .rs-offer-chrome nav a { padding: 7px 14px; }
    .rs-process-grid { grid-template-columns: 1fr; margin-top: 40px; gap: 30px; }
    .rs-process-grid h3 { margin-top: 18px; }
    .rs-contact { padding-top: 75px; }
    .rs-contact h2 { font-size: 38px; }
    .rs-contact-inner { padding-bottom: 65px; }
    .rs-footer { display: block; }
    .rs-footer nav { gap: 12px 20px; margin-block: 24px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .rs-reveal-ready [data-reveal] { opacity: 1; transform: none; transition: none; }
}
