/* Existing theme, excluded from homepage content. Generated for homepage only. */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,700&display=swap");

*:where(:not(#main-content, #main-content *)),*:where(:not(#main-content, #main-content *))::before,*:where(:not(#main-content, #main-content *))::after{ box-sizing: border-box; margin: 0; padding: 0; }
html:where(:not(#main-content, #main-content *)){ scroll-behavior: smooth; }
body:where(:not(#main-content, #main-content *)){ background: #fff; font-family: "Montserrat", sans-serif; color: #0D0D0D; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a:where(:not(#main-content, #main-content *)){ color: inherit; text-decoration: none; }
.eyebrow:where(:not(#main-content, #main-content *)){ font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #0D0D0D; margin-bottom: 24px; display: block; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

/* ── RESPONSIVE ── */
.r-nav-links:where(:not(#main-content, #main-content *)){ display: flex; gap: 32px; align-items: center; }
.r-nav-cta:where(:not(#main-content, #main-content *)){ display: inline-flex; }
.r-hero-grid:where(:not(#main-content, #main-content *)){ display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: center; }
.r-hero-img:where(:not(#main-content, #main-content *)){ display: flex; align-items: center; justify-content: center; animation: float 5s ease-in-out infinite; }
.r-hero-img img:where(:not(#main-content, #main-content *)){ width: auto; height: 560px; }
.r-2col:where(:not(#main-content, #main-content *)){ display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.r-2col-center:where(:not(#main-content, #main-content *)){ display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.r-4col:where(:not(#main-content, #main-content *)){ display: grid; grid-template-columns: repeat(4,1fr); }
.r-3col:where(:not(#main-content, #main-content *)){ display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.r-2col-cta:where(:not(#main-content, #main-content *)){ display: flex; align-items: center; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
.r-footer-grid:where(:not(#main-content, #main-content *)){ display: grid; grid-template-columns: 1.8fr 1fr 1.4fr; gap: 64px; }
.r-section-pad:where(:not(#main-content, #main-content *)){ padding: 112px 56px; }
.r-section-pad-sm:where(:not(#main-content, #main-content *)){ padding: 96px 56px; }
.r-hero-section:where(:not(#main-content, #main-content *)){ padding: 80px 56px; }
.r-sticky:where(:not(#main-content, #main-content *)){ position: sticky; top: 84px; }
.r-watermark:where(:not(#main-content, #main-content *)){ display: block; }
.r-hero-phones:where(:not(#main-content, #main-content *)){ position: relative; display: flex; align-items: center; justify-content: center; height: 580px; }

@media (max-width: 1024px) {
  .r-hero-grid:where(:not(#main-content, #main-content *)){ grid-template-columns: 1fr; gap: 32px; flex-direction: column-reverse; display: flex; }
  .r-hero-img:where(:not(#main-content, #main-content *)){ order: -1; width: 100%; }
  .r-hero-img img:where(:not(#main-content, #main-content *)){ height: auto; width: 100%; }
  .r-admin-img:where(:not(#main-content, #main-content *)){ order: -1; width: 100%; }
  .r-app-img:where(:not(#main-content, #main-content *)){ order: -1; width: 100%; }
  .r-hero-phones:where(:not(#main-content, #main-content *)){ height: 380px; }
  .r-2col:where(:not(#main-content, #main-content *)){ grid-template-columns: 1fr; gap: 40px; }
  .r-2col-center:where(:not(#main-content, #main-content *)){ grid-template-columns: 1fr; gap: 40px; }
  .r-4col:where(:not(#main-content, #main-content *)){ grid-template-columns: repeat(2,1fr); }
  .r-3col:where(:not(#main-content, #main-content *)){ grid-template-columns: repeat(2,1fr); }
  .r-projects-grid:where(:not(#main-content, #main-content *)){ grid-template-columns: 1fr 1fr; }
  .r-footer-grid:where(:not(#main-content, #main-content *)){ grid-template-columns: 1fr 1fr; }
  .r-sticky:where(:not(#main-content, #main-content *)){ position: static; }
  .r-section-pad:where(:not(#main-content, #main-content *)){ padding: 72px 40px; }
  .r-section-pad-sm:where(:not(#main-content, #main-content *)){ padding: 72px 40px; }
  .r-hero-section:where(:not(#main-content, #main-content *)){ padding: 56px 40px !important; }
  .r-2col-cta:where(:not(#main-content, #main-content *)){ flex-direction: column; align-items: flex-start; }
}

@media (max-width: 768px) {
  .r-nav-links:where(:not(#main-content, #main-content *)){ display: none; }
  .r-nav-cta-btn:where(:not(#main-content, #main-content *)){ display: none !important; }
  .r-menu-btn:where(:not(#main-content, #main-content *)){ display: flex !important; }
  .r-hero-grid:where(:not(#main-content, #main-content *)){ grid-template-columns: 1fr; flex-direction: column-reverse; display: flex; }
  .r-hero-img:where(:not(#main-content, #main-content *)){ order: -1; width: 100%; justify-content: center; }
  .r-hero-img img:where(:not(#main-content, #main-content *)){ height: auto; width: 100%; object-fit: contain; }
  .r-hero-phones:where(:not(#main-content, #main-content *)){ height: 320px; }
  .r-2col:where(:not(#main-content, #main-content *)){ grid-template-columns: 1fr; gap: 32px; }
  .r-2col-center:where(:not(#main-content, #main-content *)){ grid-template-columns: 1fr; gap: 32px; }
  .r-4col:where(:not(#main-content, #main-content *)){ grid-template-columns: 1fr 1fr; }
  .r-3col:where(:not(#main-content, #main-content *)){ grid-template-columns: 1fr; }
  .r-projects-grid:where(:not(#main-content, #main-content *)){ grid-template-columns: 1fr !important; }
  .r-proj-tile:where(:not(#main-content, #main-content *)){ border-right: none !important; padding: 0 0 40px !important; border-bottom: 1px solid rgba(255,255,255,0.12) !important; margin-bottom: 40px; }
  .r-proj-tile:last-child:where(:not(#main-content, #main-content *)){ border-bottom: none !important; margin-bottom: 0; padding-bottom: 0 !important; }
  .r-proj-card:where(:not(#main-content, #main-content *)){ flex-direction: column; }
  .r-proj-img:where(:not(#main-content, #main-content *)){ width: 100% !important; border-right: none !important; border-bottom: 1px dashed #C4C3C0; }
  .r-proj-tile:where(:not(#main-content, #main-content *)){ aspect-ratio: auto !important; min-height: 420px; }
  .r-footer-grid:where(:not(#main-content, #main-content *)){ grid-template-columns: 1fr; gap: 40px; }
  .r-section-pad:where(:not(#main-content, #main-content *)){ padding: 64px 20px; }
  .r-section-pad-sm:where(:not(#main-content, #main-content *)){ padding: 64px 20px; }
  .r-hero-section:where(:not(#main-content, #main-content *)){ padding: 48px 0 !important; }
  .r-watermark:where(:not(#main-content, #main-content *)){ display: none; }
  .r-sticky:where(:not(#main-content, #main-content *)){ position: static; }
  .r-nav-inner:where(:not(#main-content, #main-content *)){ padding: 0 20px !important; }
  .r-overview-inner:where(:not(#main-content, #main-content *)){ padding: 0 20px !important; }
  .r-2col-admin-cards:where(:not(#main-content, #main-content *)){ grid-template-columns: 1fr !important; }
  section:where(:not(#main-content, #main-content *)){ overflow-x: hidden; }
  /* Unified mobile side gutter: every section/footer gets exactly 20px, inner wrappers add nothing */
  section:where(:not(#main-content, #main-content *)),footer:where(:not(#main-content, #main-content *)){ padding-left: 20px !important; padding-right: 20px !important; }
  .r-inner:where(:not(#main-content, #main-content *)){ padding-left: 0 !important; padding-right: 0 !important; }
  .r-hero-grid:where(:not(#main-content, #main-content *)){ padding-left: 0 !important; padding-right: 0 !important; }
  .r-section-pad:where(:not(#main-content, #main-content *)){ padding-left: 20px !important; padding-right: 20px !important; }
}

@media (max-width: 480px) {
  .r-4col:where(:not(#main-content, #main-content *)){ grid-template-columns: 1fr; }
  .man-desktop:where(:not(#main-content, #main-content *)){ display: none !important; }
  .man-mobile:where(:not(#main-content, #main-content *)){ display: block !important; }
}
@media (max-width: 768px) {
  .r-4col:where(:not(#main-content, #main-content *)){ grid-template-columns: 1fr !important; }
  .r-4col > div:where(:not(#main-content, #main-content *)){ border-right: none !important; border-bottom: 1px solid #E0DFDD; }
  .r-4col > div:last-child:where(:not(#main-content, #main-content *)){ border-bottom: none; }
  .r-cta-row:where(:not(#main-content, #main-content *)){ flex-direction: column; align-items: flex-start !important; gap: 12px !important; }
  .r-cta-row a:where(:not(#main-content, #main-content *)){ width: 100%; justify-content: center; }
  .r-footer-cta-row:where(:not(#main-content, #main-content *)){ flex-direction: column; align-items: flex-start !important; gap: 12px !important; }
  .r-footer-cta-row a:where(:not(#main-content, #main-content *)){ width: 100%; text-align: center; }
  .r-testimonial-text:where(:not(#main-content, #main-content *)){ font-size: 14px !important; }
  .r-cta-buttons:where(:not(#main-content, #main-content *)){ min-width: 0 !important; max-width: none !important; }
  .r-hero-cta-row:where(:not(#main-content, #main-content *)){ flex-direction: column; align-items: stretch; }
  .r-hero-cta-row a:where(:not(#main-content, #main-content *)){ width: 100%; justify-content: center; }
  .r-hero-img img:where(:not(#main-content, #main-content *)){ width: 100% !important; height: auto !important; max-width: none; margin: 0 auto; }
}

@media (max-width: 768px) {
  .r-2col-admin-cards:where(:not(#main-content, #main-content *)){ grid-template-columns: 1fr !important; }
  .r-livenow-title:where(:not(#main-content, #main-content *)){ white-space: normal !important; }
}

/* Extracted from original-website approved source inline styles */

.site-header:where(:not(#main-content, #main-content *)){
    position: sticky;
    top: 0;
    z-index: 200;
    background: #1D1D1F;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.r-nav-inner:where(:not(#main-content, #main-content *)){
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 56px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.r-nav-logo:where(:not(#main-content, #main-content *)){
    display: block;
    width: auto;
    height: 38px;
    flex-shrink: 0;
}

.r-nav-link:where(:not(#main-content, #main-content *)){
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.01em;
    transition: color 150ms ease;
}

.r-nav-link:hover:where(:not(#main-content, #main-content *)),.r-nav-link:focus-visible:where(:not(#main-content, #main-content *)){
    color: #fff;
}

.r-nav-link.is-active:where(:not(#main-content, #main-content *)){
    font-weight: 700;
    color: #fff;
}

.r-nav-dropdown-wrap:where(:not(#main-content, #main-content *)){
    position: relative;
}

.r-nav-dropdown-trigger:where(:not(#main-content, #main-content *)){
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: inherit;
    transition: color 150ms ease;
}

.r-nav-dropdown-trigger:hover:where(:not(#main-content, #main-content *)),.r-nav-dropdown-trigger:focus-visible:where(:not(#main-content, #main-content *)){
    color: #fff;
}

.r-nav-dropdown-menu:where(:not(#main-content, #main-content *)){
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    inset-inline-start: 0;
    min-width: 170px;
    background: #fff;
    border: 1px solid #E0DFDD;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    padding: 6px;
    z-index: 300;
    list-style: none;
    margin: 0;
}

.r-nav-dropdown-menu li:where(:not(#main-content, #main-content *)){
    list-style: none;
    margin: 0;
    padding: 0;
}

.r-nav-dropdown-menu--right:where(:not(#main-content, #main-content *)){
    inset-inline-start: auto;
    inset-inline-end: 0;
    min-width: 150px;
    box-shadow: 0 12px 32px rgba(22, 20, 15, 0.12);
}

.r-nav-dropdown-wrap.is-open .r-nav-dropdown-menu:where(:not(#main-content, #main-content *)){
    display: block;
}

.r-nav-dropdown-menu a:where(:not(#main-content, #main-content *)),.r-nav-dropdown-menu button:where(:not(#main-content, #main-content *)){
    display: block;
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #0D0D0D;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    text-align: start;
    text-decoration: none;
    transition: background 150ms ease;
}

.r-nav-dropdown-menu a:hover:where(:not(#main-content, #main-content *)),.r-nav-dropdown-menu a:focus-visible:where(:not(#main-content, #main-content *)){
    background: #F5F4F2;
}

.r-nav-cta-btn:where(:not(#main-content, #main-content *)){
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    background: #fff;
    color: #0D0D0D;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.r-menu-btn:where(:not(#main-content, #main-content *)){
    display: none;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.r-mobile-nav:where(:not(#main-content, #main-content *)){
    display: none;
    flex-direction: column;
    padding: 16px 24px 24px;
    gap: 4px;
    border-top: 1px solid #E0DFDD;
    background: #fff;
}

.r-mobile-nav.is-open:where(:not(#main-content, #main-content *)){
    display: flex;
}

.r-mobile-nav a:where(:not(#main-content, #main-content *)),.r-mobile-nav button.r-mobile-nav-item:where(:not(#main-content, #main-content *)){
    font-size: 15px;
    font-weight: 500;
    color: #5E5C58;
    padding: 12px 0;
    border-bottom: 1px solid #F0EFEE;
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    cursor: pointer;
    font-family: inherit;
    text-align: start;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.r-mobile-nav a.is-active:where(:not(#main-content, #main-content *)){
    color: #0D0D0D;
    font-weight: 600;
}

.r-mobile-nav-sub:where(:not(#main-content, #main-content *)){
    display: none;
    flex-direction: column;
    padding-block: 4px 8px;
    padding-inline: 12px 0;
    gap: 2px;
    border-bottom: 1px solid #F0EFEE;
}

.r-mobile-nav-sub.is-open:where(:not(#main-content, #main-content *)){
    display: flex;
}

.r-mobile-nav-sub a:where(:not(#main-content, #main-content *)){
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #5E5C58;
    border-bottom: none;
}

.r-mobile-nav-sub a.is-active:where(:not(#main-content, #main-content *)){
    color: #0D0D0D;
}

.r-mobile-nav-cta:where(:not(#main-content, #main-content *)){
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    background: #0D0D0D;
    color: #fff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 12px;
    border-bottom: none;
}

.r-mobile-nav-lang:where(:not(#main-content, #main-content *)){
    display: flex;
    gap: 8px;
    margin-top: 14px;
}

.r-mobile-nav .r-mobile-nav-lang__option:where(:not(#main-content, #main-content *)){
    flex: 1;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid #E0DFDD;
    font-size: 14px;
    font-weight: 600;
    color: #5E5C58;
    text-decoration: none;
}

.r-mobile-nav .r-mobile-nav-lang__option.is-active:where(:not(#main-content, #main-content *)){
    background: #0D0D0D;
    color: #fff;
    border-color: #0D0D0D;
}

.r-hero:where(:not(#main-content, #main-content *)){
    position: relative;
    overflow: hidden;
    background: #1D1D1F;
}

.r-hero__bg:where(:not(#main-content, #main-content *)){
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.16;
}

.r-hero__overlay:where(:not(#main-content, #main-content *)){
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(29, 29, 31, 0.55) 0%, rgba(29, 29, 31, 0.72) 100%);
}

.r-hero-section:where(:not(#main-content, #main-content *)){
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 148px 56px;
    width: 100%;
}

.r-hero-section--contact:where(:not(#main-content, #main-content *)){
    padding: 132px 56px;
}

.r-hero-content:where(:not(#main-content, #main-content *)){
    max-width: 1040px;
    margin: 0 auto;
    text-align: center;
}

.r-hero-content .eyebrow:where(:not(#main-content, #main-content *)){
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 20px;
}

.r-hero-title:where(:not(#main-content, #main-content *)){
    font-size: clamp(34px, 4.6vw, 68px);
    font-weight: 900;
    color: #fff;
    line-height: 1.04;
    letter-spacing: -0.03em;
    margin-bottom: 26px;
}

.r-hero-title--page:where(:not(#main-content, #main-content *)){
    font-size: clamp(36px, 5vw, 72px);
    line-height: 1.03;
}

.r-hero-lead:where(:not(#main-content, #main-content *)){
    font-size: 18px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto 34px;
    font-weight: 400;
}

.r-hero-lead--about:where(:not(#main-content, #main-content *)){
    max-width: 820px;
    margin-bottom: 0;
}

.r-hero-lead--contact:where(:not(#main-content, #main-content *)){
    max-width: 720px;
    margin-bottom: 0;
}

.r-hero-cta-row:where(:not(#main-content, #main-content *)){
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.r-btn-white:where(:not(#main-content, #main-content *)){
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    background: #fff;
    color: #0D0D0D;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.r-btn-white-sm:where(:not(#main-content, #main-content *)){
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    padding: 11px 26px;
    background: #fff;
    color: #0D0D0D;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 26px;
    text-decoration: none;
    border: none;
    font-family: inherit;
}

.r-btn-white-sm.is-disabled:where(:not(#main-content, #main-content *)){
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}

.r-btn-dark:where(:not(#main-content, #main-content *)){
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 16px 34px;
    background: #0D0D0D;
    color: #fff;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    font-family: inherit;
    cursor: pointer;
}

.r-btn-dark:disabled:where(:not(#main-content, #main-content *)){
    opacity: 0.55;
    cursor: not-allowed;
}

.r-btn-footer:where(:not(#main-content, #main-content *)){
    padding: 10px 20px;
    background: #fff;
    color: #0D0D0D;
    font-size: 13px;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
    display: inline-flex;
}

.r-inner:where(:not(#main-content, #main-content *)){
    max-width: 1280px;
    margin: 0 auto;
}

.r-section-white:where(:not(#main-content, #main-content *)){
    background: #fff;
    padding: 112px 56px;
    position: relative;
    overflow: hidden;
}

.r-section-dark:where(:not(#main-content, #main-content *)){
    background: #1D1D1F;
    padding: 112px 56px;
    position: relative;
    overflow: hidden;
}

.r-section-surface:where(:not(#main-content, #main-content *)){
    background: #F8F8F7;
    padding: 120px 56px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #E0DFDD;
}

.r-section-contact:where(:not(#main-content, #main-content *)){
    background: #fff;
    padding: 110px 56px;
    position: relative;
    overflow: hidden;
}

.r-section-intro:where(:not(#main-content, #main-content *)){
    max-width: 760px;
    margin-bottom: 56px;
}

.r-section-intro--sm:where(:not(#main-content, #main-content *)){
    margin-bottom: 48px;
}

.r-section-intro .eyebrow--light:where(:not(#main-content, #main-content *)){
    color: rgba(255, 255, 255, 0.55);
}

.r-section-title:where(:not(#main-content, #main-content *)){
    font-size: clamp(36px, 4.4vw, 58px);
    font-weight: 800;
    color: #0D0D0D;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}

.r-section-title--light:where(:not(#main-content, #main-content *)){
    color: #fff;
    margin-bottom: 0;
}

.r-section-text:where(:not(#main-content, #main-content *)){
    font-size: 17px;
    line-height: 1.75;
    color: #5E5C58;
}

.r-process-row:where(:not(#main-content, #main-content *)){
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    border-top: 1px solid #E0DFDD;
    padding-top: 44px;
}

.r-process-item:where(:not(#main-content, #main-content *)){
    flex: 1;
    min-width: 220px;
}

.r-process-num:where(:not(#main-content, #main-content *)){
    font-size: 15px;
    font-weight: 800;
    color: #0D0D0D;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
    font-variant-numeric: tabular-nums;
}

.r-process-title:where(:not(#main-content, #main-content *)){
    font-size: 20px;
    font-weight: 800;
    color: #0D0D0D;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 10px;
}

.r-process-desc:where(:not(#main-content, #main-content *)){
    font-size: 15px;
    color: #5E5C58;
    line-height: 1.7;
    margin: 0;
}

.r-projects-dots:where(:not(#main-content, #main-content *)){
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}

.r-projects-grid:where(:not(#main-content, #main-content *)){
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
}

.r-proj-tile:where(:not(#main-content, #main-content *)){
    display: flex;
    flex-direction: column;
    padding-block: 0 52px;
    padding-inline: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.r-proj-tile:nth-child(2):where(:not(#main-content, #main-content *)){
    padding-inline: 22px 0;
}

.r-proj-tile:nth-child(3):where(:not(#main-content, #main-content *)){
    padding-block: 52px 0;
    padding-inline: 0 22px;
    border-bottom: none;
}

.r-proj-tile:nth-child(4):where(:not(#main-content, #main-content *)){
    padding-block: 52px 0;
    padding-inline: 22px 0;
    border-bottom: none;
}

.r-proj-title:where(:not(#main-content, #main-content *)){
    font-size: clamp(23px, 2.2vw, 30px);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 10px;
}

.r-proj-text:where(:not(#main-content, #main-content *)){
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.55;
    margin: 0 0 20px;
}

.r-proj-media:where(:not(#main-content, #main-content *)){
    aspect-ratio: 16/10;
    background: #EAE9E6;
    border-radius: 14px;
    overflow: hidden;
    margin-top: auto;
}

.r-proj-media img:where(:not(#main-content, #main-content *)){
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.r-4col:where(:not(#main-content, #main-content *)){
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.r-service-card:where(:not(#main-content, #main-content *)){
    background: #F8F8F7;
    border: 1px solid #E0DFDD;
    border-radius: 22px;
    padding: 40px 34px;
}

.r-service-card--cta:where(:not(#main-content, #main-content *)){
    background: #1D1D1F;
    border-color: #1D1D1F;
    display: flex;
    flex-direction: column;
}

.r-service-icon:where(:not(#main-content, #main-content *)){
    width: 52px;
    height: 52px;
    border-radius: 13px;
    background: #fff;
    border: 1px solid #E0DFDD;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.r-service-icon--cta:where(:not(#main-content, #main-content *)){
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
}

.r-service-title:where(:not(#main-content, #main-content *)){
    font-size: 19px;
    font-weight: 800;
    color: #0D0D0D;
    letter-spacing: -0.02em;
    line-height: 1.3;
    margin-bottom: 10px;
}

.r-service-title--cta:where(:not(#main-content, #main-content *)){
    color: #fff;
}

.r-service-text:where(:not(#main-content, #main-content *)){
    font-size: 15px;
    color: #5E5C58;
    line-height: 1.7;
    margin: 0;
}

.r-service-text--cta:where(:not(#main-content, #main-content *)){
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
}

.r-service-cta-btn:where(:not(#main-content, #main-content *)){
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #fff;
    color: #0D0D0D;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    align-self: flex-start;
}

.r-closing-dots:where(:not(#main-content, #main-content *)){
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(0, 0, 0, 0.07) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}

.r-closing-inner:where(:not(#main-content, #main-content *)){
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.r-closing-title:where(:not(#main-content, #main-content *)){
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 900;
    color: #0D0D0D;
    line-height: 1.03;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}

.r-closing-text:where(:not(#main-content, #main-content *)){
    font-size: 18px;
    color: #5E5C58;
    line-height: 1.7;
    max-width: 640px;
    margin: 0 auto 36px;
}

.r-about-sticky-title:where(:not(#main-content, #main-content *)){
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 800;
    color: #0D0D0D;
    line-height: 1.06;
    letter-spacing: -0.03em;
    margin: 0;
}

.r-about-lead:where(:not(#main-content, #main-content *)){
    font-size: 19px;
    line-height: 1.75;
    color: #5E5C58;
    margin: 0;
}

.r-mission-card:where(:not(#main-content, #main-content *)){
    border-radius: 22px;
    padding: 48px 44px;
    display: flex;
    flex-direction: column;
}

.r-mission-card--light:where(:not(#main-content, #main-content *)){
    background: #fff;
    border: 1px solid #E0DFDD;
}

.r-mission-card--dark:where(:not(#main-content, #main-content *)){
    background: #1D1D1F;
}

.r-mission-card--dark .eyebrow:where(:not(#main-content, #main-content *)){
    color: rgba(255, 255, 255, 0.55);
}

.r-mission-title:where(:not(#main-content, #main-content *)){
    font-size: clamp(26px, 2.6vw, 34px);
    font-weight: 800;
    color: #0D0D0D;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.r-mission-card--dark .r-mission-title:where(:not(#main-content, #main-content *)){
    color: #fff;
}

.r-mission-text:where(:not(#main-content, #main-content *)){
    font-size: 16px;
    line-height: 1.75;
    color: #5E5C58;
    margin: 0;
}

.r-mission-card--dark .r-mission-text:where(:not(#main-content, #main-content *)){
    color: rgba(255, 255, 255, 0.65);
}

.r-about-cta-eyebrow:where(:not(#main-content, #main-content *)){
    font-size: 13px;
    font-weight: 700;
    color: #A3A19D;
    letter-spacing: 0.06em;
    margin-bottom: 22px;
    text-transform: none;
}

.r-about-cta-title:where(:not(#main-content, #main-content *)){
    font-size: clamp(34px, 4.6vw, 64px);
    font-weight: 900;
    color: #0D0D0D;
    line-height: 1.04;
    letter-spacing: -0.03em;
    margin-bottom: 36px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.r-contact-intro-title:where(:not(#main-content, #main-content *)){
    font-size: clamp(30px, 3.4vw, 44px);
    font-weight: 800;
    color: #0D0D0D;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}

.r-contact-intro-text:where(:not(#main-content, #main-content *)){
    font-size: 16px;
    line-height: 1.7;
    color: #5E5C58;
    margin-bottom: 20px;
}

.r-contact-detail-row:where(:not(#main-content, #main-content *)){
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 26px 0;
    border-bottom: 1px solid #E0DFDD;
}

.r-contact-detail-icon:where(:not(#main-content, #main-content *)){
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 14px;
    background: #F5F4F2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.r-contact-detail-label:where(:not(#main-content, #main-content *)){
    font-size: 11px;
    font-weight: 700;
    color: #A3A19D;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.r-contact-detail-value:where(:not(#main-content, #main-content *)){
    font-size: 16px;
    color: #0D0D0D;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.r-contact-detail-sub:where(:not(#main-content, #main-content *)){
    font-size: 15px;
    color: #5E5C58;
    line-height: 1.5;
    margin: 2px 0 0;
}

.r-contact-form-panel:where(:not(#main-content, #main-content *)){
    background: #F8F8F7;
    border: 1px solid #E0DFDD;
    border-radius: 24px;
    padding: 44px 40px;
}

.r-contact-form-title:where(:not(#main-content, #main-content *)){
    font-size: 22px;
    font-weight: 800;
    color: #0D0D0D;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}

.r-contact-form-lead:where(:not(#main-content, #main-content *)){
    font-size: 15px;
    color: #5E5C58;
    line-height: 1.6;
    margin-bottom: 28px;
}

.r-form-fields:where(:not(#main-content, #main-content *)){
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.r-form-field-wrap:where(:not(#main-content, #main-content *)){
    position: relative;
}

.r-form-input:where(:not(#main-content, #main-content *)),.r-form-textarea:where(:not(#main-content, #main-content *)){
    width: 100%;
    box-sizing: border-box;
    padding-block: 19px;
    padding-inline: 22px 52px;
    font-family: inherit;
    font-size: 15px;
    color: #0D0D0D;
    background: #fff;
    border: 1px solid #E0DFDD;
    border-radius: 14px;
    outline: none;
}

.r-form-input:focus:where(:not(#main-content, #main-content *)),.r-form-textarea:focus:where(:not(#main-content, #main-content *)){
    border-color: #0D0D0D;
}

.r-form-textarea:where(:not(#main-content, #main-content *)){
    resize: vertical;
    min-height: 120px;
}

.r-form-icon:where(:not(#main-content, #main-content *)){
    position: absolute;
    inset-inline-end: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #A3A19D;
    display: flex;
    pointer-events: none;
}

.r-form-icon--textarea:where(:not(#main-content, #main-content *)){
    top: 22px;
    transform: none;
}

.r-form-field-wrap > .r-form-icon:not(.r-form-icon--textarea):where(:not(#main-content, #main-content *)){
    top: 30px;
}

.r-form-submit:where(:not(#main-content, #main-content *)){
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 17px 30px;
    background: #0D0D0D;
    color: #fff;
    border: none;
    border-radius: 999px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.r-form-submit:disabled:where(:not(#main-content, #main-content *)){
    opacity: 0.55;
    cursor: not-allowed;
}

.r-form-error:where(:not(#main-content, #main-content *)){
    display: block;
    min-height: 0;
    margin: 7px 8px 0;
    font-size: 13px;
    color: #9f2d20;
    line-height: 1.5;
}

.r-form-status:empty:where(:not(#main-content, #main-content *)){ display: none; }

.r-form-status:where(:not(#main-content, #main-content *)){
    padding: 13px 16px;
    border-radius: 12px;
    background: #fff0ee;
    color: #84291f;
    font-size: 14px;
    line-height: 1.5;
}

.r-form-status--success:where(:not(#main-content, #main-content *)){
    background: #eaf7ef;
    color: #1f663c;
}

.r-form-trap:where(:not(#main-content, #main-content *)){
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.r-visually-hidden:where(:not(#main-content, #main-content *)){
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-footer:where(:not(#main-content, #main-content *)){
    background: #1D1D1F;
    padding: 72px 56px 40px;
}

.r-footer-grid:where(:not(#main-content, #main-content *)){
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.r-footer-logo:where(:not(#main-content, #main-content *)){
    height: 44px;
    width: auto;
    display: block;
    margin-bottom: 20px;
}

.r-footer-tagline:where(:not(#main-content, #main-content *)){
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.45);
    max-width: 280px;
    margin-bottom: 28px;
}

.r-footer-cta-row:where(:not(#main-content, #main-content *)){
    display: flex;
    gap: 10px;
}

.r-footer-heading:where(:not(#main-content, #main-content *)){
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.35);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.r-footer-links:where(:not(#main-content, #main-content *)){
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.r-footer-links a:where(:not(#main-content, #main-content *)){
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.r-footer-contact-label:where(:not(#main-content, #main-content *)){
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 4px;
    display: block;
}

.r-footer-contact-item a:where(:not(#main-content, #main-content *)){
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

.r-footer-contact-items:where(:not(#main-content, #main-content *)){
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.r-footer-contact-office:where(:not(#main-content, #main-content *)){
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    margin: 0;
}

.r-footer-bottom:where(:not(#main-content, #main-content *)){
    padding-top: 28px;
}

.r-footer-copy:where(:not(#main-content, #main-content *)){
    font-size: 12px;
    color: rgba(255, 255, 255, 0.25);
    margin: 0;
}

.r-inner--relative:where(:not(#main-content, #main-content *)){
    position: relative;
}

.r-section-about:where(:not(#main-content, #main-content *)){
    padding: 120px 56px;
}

.r-section-about-cta:where(:not(#main-content, #main-content *)){
    padding: 120px 56px;
    border-top: 1px solid #E0DFDD;
    text-align: center;
}

.r-mission-grid:where(:not(#main-content, #main-content *)){
    gap: 28px;
    align-items: stretch;
}

.r-about-lead-wrap:where(:not(#main-content, #main-content *)){
    display: flex;
    align-items: center;
}

.r-page-404:where(:not(#main-content, #main-content *)){
    background: #fff;
    padding: 120px 56px;
    text-align: center;
}

.r-page-404-title:where(:not(#main-content, #main-content *)){
    font-size: clamp(34px, 4.6vw, 64px);
    font-weight: 900;
    color: #0D0D0D;
    line-height: 1.04;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}

.r-page-404-text:where(:not(#main-content, #main-content *)){
    font-size: 17px;
    line-height: 1.75;
    color: #5E5C58;
    max-width: 480px;
    margin: 0 auto 36px;
}

/* Project detail pages — source-exact values from original project HTML */

.page-project:where(:not(#main-content, #main-content *)){ overflow-x: hidden; }

.r-project-hero:where(:not(#main-content, #main-content *)){
  background: #F8F8F7;
  position: relative;
  overflow: hidden;
}

.r-project-hero--tall:where(:not(#main-content, #main-content *)){ min-height: 92vh; display: flex; align-items: center; }

.r-project-hero__watermark:where(:not(#main-content, #main-content *)){
  position: absolute;
  bottom: -20px;
  left: -20px;
  font-size: 280px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.018);
  line-height: 1;
  letter-spacing: -0.05em;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.r-project-hero__dots:where(:not(#main-content, #main-content *)){
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0, 0, 0, 0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.r-project-hero-grid-wrap:where(:not(#main-content, #main-content *)){
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 56px;
  width: 100%;
}

.r-project-hero-section-wrap:where(:not(#main-content, #main-content *)){
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 56px;
  width: 100%;
}

.r-project-hero-copy:where(:not(#main-content, #main-content *)){ position: relative; z-index: 1; }

.r-project-hero-subtitle:where(:not(#main-content, #main-content *)){
  font-size: 14px;
  font-weight: 600;
  color: #5E5C58;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}

.r-project-hero-title:where(:not(#main-content, #main-content *)){
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 900;
  color: #0D0D0D;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}

.r-project-hero-title--banner:where(:not(#main-content, #main-content *)){
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}

.r-project-hero-title--stores:where(:not(#main-content, #main-content *)){
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}

.r-project-hero-lead:where(:not(#main-content, #main-content *)){
  font-size: 17px;
  color: #5E5C58;
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 36px;
  font-weight: 400;
}

.r-project-hero-lead--center:where(:not(#main-content, #main-content *)){
  max-width: 620px;
  margin: 0 auto 32px;
}

.r-project-hero-lead--wide:where(:not(#main-content, #main-content *)){
  max-width: 820px;
  margin: 0 auto 32px;
}

.r-project-hero-lead--stores:where(:not(#main-content, #main-content *)){ margin-bottom: 32px; max-width: none; }

.r-project-hero-cta:where(:not(#main-content, #main-content *)){ margin-bottom: 40px; }

.r-project-hero-cta--center:where(:not(#main-content, #main-content *)){
  margin-bottom: 56px;
  justify-content: center;
}

/* Bookify Stores split-section hero only: left-align the CTA row with the copy above it instead of the shared .r-hero-cta-row centering. */
.r-project-hero-cta--stores:where(:not(#main-content, #main-content *)){
  justify-content: flex-start;
}

.r-project-hero-banner:where(:not(#main-content, #main-content *)){
  width: 100%;
  display: flex;
  justify-content: center;
}

.r-project-hero-banner img:where(:not(#main-content, #main-content *)){
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
}

.r-project-hero-banner--cover:where(:not(#main-content, #main-content *)){
  width: 100%;
  aspect-ratio: 16 / 7;
  border-radius: 24px;
  overflow: hidden;
  animation: float 5s ease-in-out infinite;
}

.r-project-hero-banner--cover img:where(:not(#main-content, #main-content *)){
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
}

.r-project-hero-square:where(:not(#main-content, #main-content *)){
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  overflow: hidden;
  animation: float 5s ease-in-out infinite;
}

.r-project-hero-square img:where(:not(#main-content, #main-content *)){
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.r-project-overview:where(:not(#main-content, #main-content *)){
  background: #fff;
  padding: 112px 56px;
  position: relative;
  overflow: hidden;
}

.r-project-overview-strip:where(:not(#main-content, #main-content *)){
  border: 1px solid #E0DFDD;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.r-project-overview-cell:where(:not(#main-content, #main-content *)){
  padding: 32px 28px;
  border-inline-end: 1px solid #E0DFDD;
}

.r-project-overview-cell:last-child:where(:not(#main-content, #main-content *)){ border-inline-end: none; }

.r-project-overview-label:where(:not(#main-content, #main-content *)){
  font-size: 10px;
  font-weight: 700;
  color: #A3A19D;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.r-project-overview-label--tight:where(:not(#main-content, #main-content *)){ margin-bottom: 10px; }

.r-project-overview-value:where(:not(#main-content, #main-content *)){
  font-size: 22px;
  font-weight: 800;
  color: #0D0D0D;
  letter-spacing: -0.02em;
}

.r-project-overview-text:where(:not(#main-content, #main-content *)){
  font-size: 16px;
  font-weight: 700;
  color: #0D0D0D;
  line-height: 1.4;
}

.r-project-overview-logo:where(:not(#main-content, #main-content *)){ height: 40px; width: auto; display: block; }

.r-project-overview-logo--health:where(:not(#main-content, #main-content *)){ height: 58px; }

.r-project-overview-logo-wrap--health:where(:not(#main-content, #main-content *)){ height: 58px; display: flex; align-items: center; }

.r-project-overview-logo--stores:where(:not(#main-content, #main-content *)){ height: 64px; }

.r-project-overview-logo-wrap--stores:where(:not(#main-content, #main-content *)){ height: 64px; display: flex; align-items: center; }

.r-project-section:where(:not(#main-content, #main-content *)){
  padding: 112px 56px;
  position: relative;
  overflow: hidden;
}

.r-project-section--surface:where(:not(#main-content, #main-content *)){ background: #F8F8F7; }

.r-project-section--white:where(:not(#main-content, #main-content *)){ background: #fff; }

.r-project-section-title:where(:not(#main-content, #main-content *)){
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 800;
  color: #0D0D0D;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.r-project-section-title--lg:where(:not(#main-content, #main-content *)){
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.r-project-section-title--xl:where(:not(#main-content, #main-content *)){
  font-size: clamp(44px, 5.5vw, 72px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.r-project-section-title--operational:where(:not(#main-content, #main-content *)){
  font-size: clamp(32px, 3.4vw, 44px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.r-project-section-lead:where(:not(#main-content, #main-content *)){
  font-size: 16px;
  line-height: 1.75;
  color: #5E5C58;
}

.r-project-section-lead--lg:where(:not(#main-content, #main-content *)){ font-size: 17px; }

.r-project-section-intro:where(:not(#main-content, #main-content *)){ max-width: 720px; margin-bottom: 44px; }

.r-project-section-intro--center:where(:not(#main-content, #main-content *)){
  max-width: 840px;
  margin: 0 auto 52px;
  text-align: center;
}

.r-project-section-intro--760:where(:not(#main-content, #main-content *)){ max-width: 760px; margin-bottom: 48px; }

.r-project-feature-stack:where(:not(#main-content, #main-content *)){ display: flex; flex-direction: column; gap: 12px; }

.r-project-feature-card:where(:not(#main-content, #main-content *)){
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 20px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #E0DFDD;
}

.r-project-feature-card--accent:where(:not(#main-content, #main-content *)){ border-inline-start: 4px solid #0D0D0D; }

.r-project-feature-card--surface:where(:not(#main-content, #main-content *)){ background: #F8F8F7; padding: 22px; border-radius: 16px; }

.r-project-feature-card__icon:where(:not(#main-content, #main-content *)){
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: #F5F4F2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.r-project-feature-card__icon--muted:where(:not(#main-content, #main-content *)){ background: #F8F8F7; }

.r-project-feature-card__icon--surface:where(:not(#main-content, #main-content *)){
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: #fff;
  border: 1px solid #E0DFDD;
}

.r-project-feature-card__title:where(:not(#main-content, #main-content *)){
  font-size: 14px;
  font-weight: 700;
  color: #0D0D0D;
  margin-bottom: 4px;
}

.r-project-feature-card__title--md:where(:not(#main-content, #main-content *)){
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 6px;
}

.r-project-feature-card__body:where(:not(#main-content, #main-content *)){
  font-size: 14px;
  color: #5E5C58;
  line-height: 1.65;
}

.r-project-feature-card__body--md:where(:not(#main-content, #main-content *)){ font-size: 15px; line-height: 1.7; margin: 0; }

.r-project-border-item:where(:not(#main-content, #main-content *)){
  padding: 28px 0;
  border-top: 1px solid #E0DFDD;
  display: flex;
  gap: 16px;
}

.r-project-border-item--last:where(:not(#main-content, #main-content *)){
  border-bottom: 1px solid #E0DFDD;
}

.r-project-border-item__icon:where(:not(#main-content, #main-content *)){
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #F5F4F2;
  border: 1px solid #E0DFDD;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.r-project-border-item__title:where(:not(#main-content, #main-content *)){
  font-size: 15px;
  font-weight: 700;
  color: #0D0D0D;
  margin-bottom: 6px;
}

.r-project-border-item__body:where(:not(#main-content, #main-content *)){
  font-size: 14px;
  color: #5E5C58;
  line-height: 1.7;
}

.r-project-admin-cards:where(:not(#main-content, #main-content *)){
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.r-project-admin-card:where(:not(#main-content, #main-content *)){
  background: #fff;
  border-radius: 14px;
  padding: 22px 20px;
  border: 1px solid #E0DFDD;
}

.r-project-admin-card--dark:where(:not(#main-content, #main-content *)){ background: #1D1D1F; }

.r-project-admin-card__icon:where(:not(#main-content, #main-content *)){
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: #F5F4F2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.r-project-admin-card__icon--dark:where(:not(#main-content, #main-content *)){ background: rgba(255, 255, 255, 0.2); }

.r-project-admin-card__title:where(:not(#main-content, #main-content *)){
  font-size: 15px;
  font-weight: 700;
  color: #0D0D0D;
  margin-bottom: 6px;
}

.r-project-admin-card__title--dark:where(:not(#main-content, #main-content *)){ color: #fff; }

.r-project-admin-card__body:where(:not(#main-content, #main-content *)){
  font-size: 14px;
  color: #5E5C58;
  line-height: 1.7;
}

.r-project-admin-card__body--dark:where(:not(#main-content, #main-content *)){ color: rgba(255, 255, 255, 0.8); }

.r-project-image-wrap img:where(:not(#main-content, #main-content *)){
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}

.r-project-image-wrap--float img:where(:not(#main-content, #main-content *)){ animation: float 5s ease-in-out infinite; }

.r-project-image-wrap--float-delay img:where(:not(#main-content, #main-content *)){ animation: float 5s ease-in-out infinite 1s; }

.r-project-image-wrap--square:where(:not(#main-content, #main-content *)){
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  overflow: hidden;
}

.r-project-image-wrap--square img:where(:not(#main-content, #main-content *)){
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.r-project-image-wrap--sticky img:where(:not(#main-content, #main-content *)){
  width: 100%;
  max-width: 612px;
  border-radius: 24px;
}

.r-project-image-wrap--cover-sticky:where(:not(#main-content, #main-content *)){
  border-radius: 20px;
  overflow: hidden;
  animation: float 5s ease-in-out infinite 1.5s;
}

.r-project-image-wrap--cover-sticky img:where(:not(#main-content, #main-content *)){
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.r-project-watermark-section:where(:not(#main-content, #main-content *)){
  position: absolute;
  font-size: 220px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.04);
  line-height: 1;
  letter-spacing: -0.04em;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.r-project-watermark-section--system:where(:not(#main-content, #main-content *)){
  bottom: -30px;
  right: -10px;
  color: rgba(0, 0, 0, 0.03);
}

.r-project-watermark-section--app:where(:not(#main-content, #main-content *)){
  left: auto;
  top: 807px;
  opacity: 0.5;
}

.r-project-system-deco-circle:where(:not(#main-content, #main-content *)){
  position: absolute;
  bottom: -160px;
  left: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 0, 0, 0.05);
  pointer-events: none;
}

.r-project-system-dots:where(:not(#main-content, #main-content *)){
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.r-project-system-intro:where(:not(#main-content, #main-content *)){
  gap: 80px;
  align-items: center;
  margin-bottom: 72px;
}

.r-project-product-card:where(:not(#main-content, #main-content *)){
  background: #fff;
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid #E0DFDD;
}

.r-project-product-card__icon:where(:not(#main-content, #main-content *)){
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #F5F4F2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid #E0DFDD;
}

.r-project-product-card__subtitle:where(:not(#main-content, #main-content *)){
  font-size: 11px;
  font-weight: 700;
  color: #A3A19D;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.r-project-product-card__title:where(:not(#main-content, #main-content *)){
  font-size: 22px;
  font-weight: 800;
  color: #0D0D0D;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  line-height: 1.2;
}

.r-project-platform-card:where(:not(#main-content, #main-content *)){
  background: #fff;
  border: 1px solid #E0DFDD;
  border-radius: 18px;
  padding: 34px 28px;
}

.r-project-platform-card__icon:where(:not(#main-content, #main-content *)){
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #F5F4F2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.r-project-platform-card__title:where(:not(#main-content, #main-content *)){
  font-size: 19px;
  font-weight: 800;
  color: #0D0D0D;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  line-height: 1.25;
}

.r-project-full-width-image:where(:not(#main-content, #main-content *)){
  margin-top: 40px;
  border-radius: 24px;
  overflow: hidden;
  animation: float 5s ease-in-out infinite;
}

.r-project-full-width-image--tight:where(:not(#main-content, #main-content *)){ margin-top: 44px; animation-delay: 0.5s; }

/* <picture> is inline by default, so the margin-top above collapses on it; restore block layout and spacing for the Bookify Events responsive image only. */
.r-project-full-width-image.r-bookify-responsive-image:where(:not(#main-content, #main-content *)){
  display: block;
  margin-top: 28px;
}

@media (max-width: 1024px) {
  .r-project-full-width-image.r-bookify-responsive-image:where(:not(#main-content, #main-content *)){ margin-top: 20px; }
}

.r-project-full-width-image img:where(:not(#main-content, #main-content *)){
  width: 101%;
  height: auto;
  display: block;
  margin: -3px -0.5% -3px;
}

.r-project-full-width-image--plain img:where(:not(#main-content, #main-content *)){
  width: 100%;
  margin: 0;
}

.man-desktop:where(:not(#main-content, #main-content *)){ display: block; }

.man-mobile:where(:not(#main-content, #main-content *)){ display: none; }

.r-project-dark-callout:where(:not(#main-content, #main-content *)){
  background: #1D1D1F;
  border-radius: 18px;
  padding: 30px 36px;
}

.r-project-dark-callout p:where(:not(#main-content, #main-content *)){
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.r-project-numbered-col:where(:not(#main-content, #main-content *)){
  padding: 32px 28px 0 0;
}

.r-project-numbered-col__num:where(:not(#main-content, #main-content *)){
  font-size: 46px;
  font-weight: 900;
  color: #CFCDC8;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 18px;
}

.r-project-numbered-col__title:where(:not(#main-content, #main-content *)){
  font-size: 19px;
  font-weight: 800;
  color: #0D0D0D;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  line-height: 1.25;
}

.r-project-numbered-list__row:where(:not(#main-content, #main-content *)){
  display: flex;
  gap: 24px;
  padding: 28px 0;
  border-top: 1px solid #E0DFDD;
}

.r-project-numbered-list__row--last:where(:not(#main-content, #main-content *)){
  border-bottom: 1px solid #E0DFDD;
}

.r-project-numbered-list__num:where(:not(#main-content, #main-content *)){
  font-size: 36px;
  font-weight: 900;
  color: #0D0D0D;
  letter-spacing: -0.03em;
  line-height: 1;
  min-width: 52px;
}

.r-project-numbered-list__title:where(:not(#main-content, #main-content *)){
  font-size: 20px;
  font-weight: 800;
  color: #0D0D0D;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.r-project-numbered-list__body:where(:not(#main-content, #main-content *)){
  font-size: 15px;
  color: #5E5C58;
  line-height: 1.65;
}

.r-project-tools-card:where(:not(#main-content, #main-content *)){
  background: #fff;
  border: 1px solid #E0DFDD;
  border-radius: 18px;
  padding: 28px 24px;
}

.r-project-tools-card__head:where(:not(#main-content, #main-content *)){
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.r-project-tools-card__icon:where(:not(#main-content, #main-content *)){
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #F5F4F2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.r-project-tools-card__title:where(:not(#main-content, #main-content *)){
  font-size: 17px;
  font-weight: 800;
  color: #0D0D0D;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0;
}

.r-project-live-cta:where(:not(#main-content, #main-content *)){
  padding: 96px 56px;
  border-bottom: 1px solid #E0DFDD;
}

.r-project-live-cta--white:where(:not(#main-content, #main-content *)){ background: #fff; }

.r-project-live-cta--surface:where(:not(#main-content, #main-content *)){ background: #F8F8F7; }

.r-project-live-cta__title:where(:not(#main-content, #main-content *)){
  font-size: clamp(44px, 5.5vw, 72px);
  font-weight: 900;
  color: #0D0D0D;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

.r-livenow-title:where(:not(#main-content, #main-content *)){
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 900;
  color: #0D0D0D;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  white-space: nowrap;
}

.r-project-live-cta__body:where(:not(#main-content, #main-content *)){
  font-size: 16px;
  color: #5E5C58;
  line-height: 1.7;
  max-width: 420px;
}

.r-project-live-cta__body--wide:where(:not(#main-content, #main-content *)){ max-width: 760px; margin-bottom: 32px; }

.r-project-live-cta__buttons:where(:not(#main-content, #main-content *)){
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 300px;
  width: 100%;
  max-width: 400px;
}

.r-project-live-cta__row:where(:not(#main-content, #main-content *)){
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.r-project-btn-dark:where(:not(#main-content, #main-content *)){
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  background: #0D0D0D;
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.r-project-btn-outline:where(:not(#main-content, #main-content *)){
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  background: #fff;
  border: 1.5px solid #0D0D0D;
  color: #0D0D0D;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}

.r-project-btn-dark-lg:where(:not(#main-content, #main-content *)),.r-project-btn-outline-lg:where(:not(#main-content, #main-content *)){
  padding: 15px 30px;
  font-size: 15px;
}

.r-project-btn-dark-stack:where(:not(#main-content, #main-content *)){
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 16px 28px;
  background: #0D0D0D;
  color: #fff;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
}

.r-project-btn-outline-stack:where(:not(#main-content, #main-content *)){
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  border: 1.5px solid #0D0D0D;
  color: #0D0D0D;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
}

.r-project-store-btn:where(:not(#main-content, #main-content *)){
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  background: #0D0D0D;
  color: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.r-project-cta-label:where(:not(#main-content, #main-content *)){
  font-size: 15px;
  font-weight: 700;
  color: #0D0D0D;
}

.r-project-col-reverse-text:where(:not(#main-content, #main-content *)){ order: 2; }

.r-project-col-reverse-image:where(:not(#main-content, #main-content *)){ order: 1; }

.r-project-2col-gap-48:where(:not(#main-content, #main-content *)){ gap: 48px; align-items: stretch; }

.r-project-2col-gap-40:where(:not(#main-content, #main-content *)){ gap: 40px; align-items: stretch; margin-bottom: 20px; }

.r-project-2col-gap-14:where(:not(#main-content, #main-content *)){ gap: 14px; }

.r-project-3col-numbered:where(:not(#main-content, #main-content *)){ gap: 0; border-top: 2px solid #0D0D0D; }

.r-project-eyebrow-inline:where(:not(#main-content, #main-content *)){
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #0D0D0D;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.r-project-bookify-logo:where(:not(#main-content, #main-content *)){ height: 34px; width: auto; display: block; }

.r-proj-link-wrap:where(:not(#main-content, #main-content *)){
  display: contents;
}

.r-proj-tile-link:where(:not(#main-content, #main-content *)){
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.r-proj-tile-link:focus-visible:where(:not(#main-content, #main-content *)){
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.r-nav-dropdown-menu a.is-active:where(:not(#main-content, #main-content *)),.r-mobile-nav-sub a.is-active:where(:not(#main-content, #main-content *)){
  color: #0D0D0D;
  background: #F0EFEE;
  font-weight: 700;
}

.r-nav-dropdown-menu a.is-active:hover:where(:not(#main-content, #main-content *)),.r-nav-dropdown-menu a.is-active:focus-visible:where(:not(#main-content, #main-content *)),.r-mobile-nav-sub a.is-active:hover:where(:not(#main-content, #main-content *)),.r-mobile-nav-sub a.is-active:focus-visible:where(:not(#main-content, #main-content *)){
  color: #0D0D0D;
  background: #E8E7E4;
}

@media (max-width: 1024px) {
  .r-project-hero-section-wrap .r-hero-img:where(:not(#main-content, #main-content *)){ order: 2; }
}

@media (max-width: 768px) {
  .r-project-col-reverse-text:where(:not(#main-content, #main-content *)),.r-project-col-reverse-image:where(:not(#main-content, #main-content *)){ order: unset; }
}

.skip-link:where(:not(#main-content, #main-content *)){
    position: absolute;
    inset-inline-start: 16px;
    top: 16px;
    z-index: 1000;
    padding: 12px 16px;
    background: #0D0D0D;
    color: #fff;
    border-radius: 8px;
    transform: translateY(-200%);
    transition: transform 150ms ease;
}

.skip-link:focus:where(:not(#main-content, #main-content *)){
    transform: translateY(0);
}

:focus-visible:where(:not(#main-content, #main-content *)){
    outline: 2px solid #0D0D0D;
    outline-offset: 2px;
}

.site-header :focus-visible:where(:not(#main-content, #main-content *)),.r-hero :focus-visible:where(:not(#main-content, #main-content *)){
    outline-color: #fff;
}

@media (prefers-reduced-motion: reduce) {
    html:where(:not(#main-content, #main-content *)){
        scroll-behavior: auto;
    }

    *:where(:not(#main-content, #main-content *)),*:where(:not(#main-content, #main-content *))::before,*:where(:not(#main-content, #main-content *))::after{
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ══════════════════════════════════════════════════════════════════
   Arabic font + RTL foundation
   Scoped entirely to [dir="rtl"] / html[lang="ar"] — no effect on
   English/LTR rendering. See Part 1 audit + Part 2 for background.
   ══════════════════════════════════════════════════════════════════ */

@font-face {
    font-family: "GE SS Two";
    src: url("../fonts/ge-ss-two-light.otf") format("opentype");
    font-weight: 300 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GE SS Two";
    src: url("../fonts/ge-ss-two-medium.otf") format("opentype");
    font-weight: 500 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GE SS Two";
    src: url("../fonts/ge-ss-two-bold.otf") format("opentype");
    font-weight: 700 900;
    font-style: normal;
    font-display: swap;
}

html[lang="ar"] body:where(:not(#main-content, #main-content *)){
    font-family: "GE SS Two", "Cairo", sans-serif;
}

/* Arabic script has no concept of uppercase and wide letter-spacing
   breaks glyph joining — confirmed by the supplied Arabic reference,
   which explicitly disables both for the same class names. */
[dir="rtl"] .eyebrow:where(:not(#main-content, #main-content *)),[dir="rtl"] .r-project-overview-label:where(:not(#main-content, #main-content *)){
    letter-spacing: normal;
    text-transform: none;
}

/* Decorative watermark text/circle — physical corner placement,
   mirror so they anchor to the same reading-flow corner in RTL.
   (.r-project-system-dots and .r-project-hero__dots are full-bleed
   background patterns via inset:0 — nothing to mirror there.) */
[dir="rtl"] .r-project-hero__watermark:where(:not(#main-content, #main-content *)){
    left: auto;
    right: -20px;
}

[dir="rtl"] .r-project-watermark-section--system:where(:not(#main-content, #main-content *)){
    right: auto;
    left: -10px;
}

[dir="rtl"] .r-project-system-deco-circle:where(:not(#main-content, #main-content *)){
    left: auto;
    right: -60px;
}

/* External-link / arrow icons stay as-is intentionally — diagonal
   "opens externally" arrows and the dropdown caret are direction-
   agnostic and should NOT be mirrored. Logos and imagery are also
   left untouched per Part 1 scope. */

/* input[type="tel"] is forced to direction:ltr by the browser's own UA
   stylesheet regardless of the [dir="rtl"] ancestor (confirmed: text/
   email inputs correctly inherit rtl; the tel input alone computes ltr).
   That's the right call for the digits themselves — direction:ltr keeps
   a typed number's internal digit order correct — but it does NOT mean
   the field has to be left-aligned. text-align:right here just parks the
   (still LTR-ordered) text block against the right edge, matching every
   other RTL field's placeholder position; the wide icon-clearance
   padding stays pinned to the left physically since it's evaluated in
   the input's forced-ltr context, not the page's rtl one. */
[dir="rtl"] .r-form-input[type="tel"]:where(:not(#main-content, #main-content *)){
    padding-left: 52px;
    padding-right: 22px;
    text-align: right;
}

[dir="rtl"] .r-form-input[type="tel"]:where(:not(#main-content, #main-content *))::placeholder{
    text-align: right;
}
