@charset "UTF-8";

:root {
  color-scheme: light;
  --ink: #1b1d20;
  --muted: #65696e;
  --line: #e6e7e9;
  --canvas: #fff;
  --soft: #f6f7f8;
  --accent: #b64924;
  --page-gutter: clamp(22px, 5.2vw, 88px);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-size: 1rem; line-height: 1.6; }
body, h1, h2, h3, p, figure { margin: 0; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 3px solid #b64924; outline-offset: 6px; }
.page-width { width: min(100% - var(--page-gutter) * 2, 1280px); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 5; transform: translateY(-150%); padding: 10px 20px; border-radius: 5px; background: var(--ink); color: #fff; }
.skip-link:focus { transform: translateY(0); }
.site-header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; min-height: 112px; padding-block: 22px; border-bottom: 1px solid var(--line); gap: 20px 28px; }
.wordmark { display: inline-flex; align-items: baseline; gap: 7px; font-size: 2.3rem; line-height: 1; font-weight: 750; letter-spacing: -.07em; }
.wordmark span { font-size: .75rem; font-weight: 650; letter-spacing: .08em; }
nav { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 36px; font-size: .9rem; font-weight: 500; }
nav a { transition: color 180ms ease; }
nav a:hover { color: var(--muted); }
.contact-nav { display: flex; align-items: center; gap: 18px; }
.contact-nav span { font-size: 1.2rem; }
.intro { padding-top: 78px; padding-bottom: 90px; }
.eyebrow { font-size: .75rem; font-weight: 650; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
.intro-grid { display: grid; grid-template-columns: 1.8fr 1fr; gap: 56px; align-items: end; }
h1 { font-size: clamp(3.3rem, 5.6vw, 5.25rem); line-height: 1.06; letter-spacing: -.065em; font-weight: 550; }
h1 span { color: #7a7d82; }
.intro-description { max-width: 355px; padding-bottom: 5px; }
.intro-description p { color: var(--muted); font-size: 1.1rem; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 24px; font-size: .95rem; font-weight: 550; margin-top: 26px; }
.text-link span { transition: transform 180ms; }
.text-link:hover span { transform: translateY(3px); }
.section-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 25px; gap: 20px; }
.section-heading h2 { font-size: 1rem; font-weight: 600; }
.app-section { padding: 52px 0 28px; overflow: hidden; }
.rumi { background: var(--soft); }
.remote { background: #fafafa; border-top: 1px solid #fff; }
.app-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; margin-bottom: 44px; }
.app-identity > .eyebrow { color: var(--accent); margin-bottom: 9px; }
.remote .app-identity > .eyebrow { color: var(--muted); }
.app-name-line { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.app-name-line h3 { font-size: clamp(2rem, 3vw, 2.7rem); font-weight: 550; line-height: 1.12; letter-spacing: -.045em; }
.compatibility { display: block; font-size: .6em; font-weight: 450; margin-top: 8px; letter-spacing: -.025em; }
.status { display: inline-flex; align-items: center; padding: 4px 11px; font-size: .875rem; line-height: 1.5; border: 1px solid #dadddf; border-radius: 50px; white-space: nowrap; }
.app-description { max-width: 490px; font-size: 1rem; color: var(--muted); line-height: 1.75; }
.showcase { --slide-width: 286px; --slide-gap: 24px; --screen-height: 460px; position: relative; }
.showcase-viewport { overflow-x: auto; scrollbar-width: none; padding-bottom: 26px; }
.showcase-viewport::-webkit-scrollbar { display: none; }
.showcase-track { display: flex; width: max-content; }
.slide-set { display: flex; flex-shrink: 0; gap: var(--slide-gap); padding-right: var(--slide-gap); }
.app-slide { width: var(--slide-width); flex-shrink: 0; }
.app-slide figcaption { font-size: .95rem; font-weight: 550; line-height: 1.5; min-height: 45px; padding-bottom: 15px; letter-spacing: -.01em; text-align: center; }
.slide-media { height: var(--screen-height); display: flex; align-items: center; justify-content: center; }
.app-screen { width: auto; height: 100%; object-fit: contain; border-radius: 22px; box-shadow: 0 5px 14px -6px #1b1d2024; }
.app-icon { width: 210px; height: 210px; border-radius: 25%; box-shadow: 0 12px 32px -12px #1b1d2038; object-fit: contain; }
.icon-slide .slide-media { position: relative; }
.about { padding-block: 94px; }
.about > .eyebrow { color: var(--muted); margin-bottom: 26px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.about h2, .contact h2 { font-size: clamp(2.3rem, 3.6vw, 3.4rem); font-weight: 500; line-height: 1.1; letter-spacing: -.05em; }
.about-grid > div { max-width: 530px; color: var(--muted); }
.about-grid p + p { margin-top: 17px; }
.contact { padding-block: 57px 65px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.contact .eyebrow { color: var(--muted); margin-bottom: 20px; }
.contact h2 { margin-bottom: 18px; }
.contact p:last-child { color: var(--muted); }
.email-link { display: inline-flex; align-items: center; gap: 38px; max-width: 100%; overflow-wrap: anywhere; padding-block: 10px; border-bottom: 1px solid var(--ink); font-size: clamp(1.25rem, 2.5vw, 2rem); letter-spacing: -.04em; }
.email-link span { transition: transform 180ms; }
.email-link:hover span { transform: translate(3px, -3px); }
.site-footer { border-top: 1px solid var(--line); padding-block: 29px 32px; }
.footer-main { display: flex; align-items: center; gap: 36px; }
.footer-main .wordmark { font-size: 1.65rem; margin-right: auto; }
.footer-main .wordmark span { font-size: .75rem; }
.footer-main > p, .footer-main > span { font-size: .8rem; color: var(--muted); }
.company-details { color: var(--muted); font-size: .875rem; line-height: 1.7; margin-top: 24px; }
.trademark-note { color: var(--muted); font-size: .75rem; max-width: 900px; margin-top: 24px; }

@media (min-width: 1600px) {
  .showcase { --slide-width: 300px; --slide-gap: 32px; }
}
@media (max-width: 1050px) {
  .intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .intro-description { max-width: 530px; }
  .intro { padding-block: 60px; }
  .intro-description p { font-size: 1rem; }
  .app-heading { gap: 32px; }
  .showcase { --slide-width: 264px; --slide-gap: 18px; --screen-height: 430px; }
}
@media (max-width: 640px) {
  .site-header { min-height: 86px; gap: 16px; }
  .wordmark { font-size: 2rem; }
  nav { gap: 22px; font-size: .875rem; }
  nav a[href="#about"] { display: none; }
  .contact-nav { gap: 8px; }
  .intro { padding-top: 45px; padding-bottom: 52px; }
  h1 { font-size: clamp(2.45rem, 8.3vw, 3.3rem); letter-spacing: -.055em; }
  .intro-grid { gap: 26px; }
  .intro-description { max-width: 360px; }
  .text-link { margin-top: 19px; }
  .section-heading { padding-bottom: 20px; align-items: baseline; }
  .app-section { padding-top: 33px; padding-bottom: 23px; }
  .app-heading { grid-template-columns: 1fr; gap: 19px; margin-bottom: 30px; }
  .app-description { max-width: 430px; }
  .app-name-line { gap: 17px; }
  .showcase { --slide-width: 242px; --slide-gap: 16px; --screen-height: 404px; }
  .app-icon { width: 180px; height: 180px; }
  .app-slide figcaption { font-size: .875rem; }
  .app-screen { border-radius: 19px; }
  .about { padding-block: 58px; }
  .about-grid { grid-template-columns: 1fr; gap: 26px; }
  .about > .eyebrow { margin-bottom: 20px; }
  .contact { align-items: flex-start; flex-direction: column; gap: 27px; padding-block: 42px 50px; }
  .email-link { gap: 30px; font-size: 1.6rem; }
  .footer-main { gap: 18px; flex-wrap: wrap; }
  .footer-main > span { display: none; }
  .trademark-note { margin-top: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .showcase-viewport { overflow: visible; width: min(100% - var(--page-gutter) * 2, 1280px); margin-inline: auto; }
  .showcase-track { display: block; width: auto; margin: 0; }
  .slide-set { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); gap: 30px 24px; padding-right: 0; }
  .app-slide { width: auto; }
  [data-copy] { display: none !important; }
  .slide-media { height: auto; min-height: 300px; }
  .app-screen { width: 100%; height: auto; max-width: 260px; }
}
