  :root {
    /* Calm “stone + ink” palette, with one sharp accent */
    --bg0: #0b0f14;
    --bg1: #0f1722;
    --mist: #cfd6de;
    --paper: rgba(255, 255, 255, .82);
    --paper2: rgba(255, 255, 255, .66);
    --ink: #0b1320;
    --ink2: rgba(11, 19, 32, .72);
    --hair: rgba(255, 255, 255, .16);
    --hair2: rgba(11, 19, 32, .12);
    --shadow: 0 24px 60px rgba(0, 0, 0, .35);
    --shadow2: 0 14px 30px rgba(0, 0, 0, .22);
    --accent: #a7f3d0;
    /* mint-glass highlight */
    --accent2: #93c5fd;
    /* cold blue */
    --radius-xl: 26px;
    --radius-lg: 18px;
    --radius-md: 14px;
    --max: 1160px;

  }

  * {
    box-sizing: border-box;
  }

  html,
  body {
    height: 100%;
  }

  body {
    margin: 0;
    color: rgba(255, 255, 255, .86);
    background: radial-gradient(1200px 700px at 20% 12%, rgba(255, 255, 255, .12), transparent 60%),
      radial-gradient(900px 600px at 78% 22%, rgba(147, 197, 253, .16), transparent 65%),
      radial-gradient(1000px 700px at 60% 86%, rgba(167, 243, 208, .10), transparent 60%),
      linear-gradient(180deg, var(--bg1), var(--bg0));
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    overflow-x: hidden;

  }

  /* Subtle grain (no external assets) */
  body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='260' height='260' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
    mix-blend-mode: overlay;
    opacity: .08;
  }

  a {
    color: inherit;
  }

  h1 {
    margin: 14px 0 10px;
    font-family: Fraunces, serif;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.02;
    font-size: clamp(34px, 4.2vw, 58px);
    color: rgba(255, 255, 255, .94);
  }

  .no-bullet {
    list-style-type: none;
  }

  li {
    /* margin: 10px 0 0; */
    color: rgba(11, 19, 32, .72);
    line-height: 1.5;
    font-size: 13.5px;
    max-width: 58ch;
    text-align: justify;

  }

  .dropDown {
    margin-top: 1rem;


  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  /* LEFT RAIL NAV (matches your screenshot’s vibe but cleaner) */
  .rail {
    position: fixed;
    top: 0;
    left: 0;
    width: 84px;
    height: 100vh;
    z-index: 50;
    border-right: 1px solid rgba(255, 255, 255, .10);
    background: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .18));
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 14px;
    gap: 14px;
  }

  .rail .menu {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .06);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
  }

  .rail .menu:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, .085);
    border-color: rgba(167, 243, 208, .35);
  }

  .rail .menu:active {
    transform: translateY(0) scale(.98);
  }

  .burger {
    width: 20px;
    height: 14px;
    position: relative;
  }

  .burger span {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .85);
    transform-origin: center;
    transition: transform .2s ease, top .2s ease, opacity .2s ease;
  }

  .burger span:nth-child(1) {
    top: 0;
  }

  .burger span:nth-child(2) {
    top: 6px;
    opacity: .9;
  }

  .burger span:nth-child(3) {
    top: 12px;
    opacity: .8;
  }

  .rail .dots {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: .7;
  }

  .rail .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2) inset;
  }

  .rail .dot.active {
    background: rgba(167, 243, 208, .85);
    box-shadow: 0 0 0 6px rgba(167, 243, 208, .10);
  }

  /* OFFCANVAS */
  .drawer-backdrop {
    position: relative;
    top: 2vh;
    left: 4vw;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease;
    z-index: 60;

  }

  .drawer {
    position: fixed;
    left: -20px;
    top: 0;
    height: 100vh;
    width: min(420px, calc(100vw - 84px));
    background: linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .06));
    backdrop-filter: blur(18px);
    border-right: 1px solid rgba(255, 255, 255, .14);
    transform: translateX(-104%);
    transition: transform .26s cubic-bezier(.2, .9, .2, 1);
    z-index: 70;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .drawer header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 8px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .drawer h2 {
    margin: 0;
    font-family: Fraunces, serif;
    font-weight: 400;
    letter-spacing: .02em;
    font-size: 20px;
    color: rgba(255, 255, 255, .92);
  }

  .drawer .close {
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(0, 0, 0, .16);
    color: rgba(255, 255, 255, .92);
    border-radius: 14px;
    padding: 10px 12px;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease;
  }

  .drawer .close:hover {
    background: rgba(0, 0, 0, .22);
    transform: translateY(-1px);
  }

  .drawer nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 8px;
  }

  .drawer a {
    text-decoration: none;
    padding: 12px 12px;
    border-radius: 14px;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, .82);
    background: rgba(255, 255, 255, .05);
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
  }

  .drawer a:hover {
    transform: translateY(-1px);
    border-color: rgba(167, 243, 208, .25);
    background: rgba(255, 255, 255, .075);
  }

  .drawer .mini {
    margin-top: auto;
    padding: 14px 12px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .05));
  }

  .drawer .mini p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 1.45;
  }

  .drawer-open .drawer {
    transform: translateX(0);
  }

  .drawer-open .drawer-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  /* MAIN WRAP accounts for rail */
  .wrap {
    margin-left: 84px;
    min-height: 100vh;
  }

  /* HERO */
  .hero {
    position: relative;
    padding: clamp(32px, 6vw, 76px) 18px 26px;
  }

  .hero .grid {
    max-width: var(--max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: clamp(18px, 4vw, 48px);
    align-items: start;
  }

  /* “Logo tile” like your screenshot, but crisp */
  .brand-tile {
    justify-self: end;
    width: min(360px, 92%);
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(255, 255, 255, .72));
    box-shadow: var(--shadow2);
    border: 1px solid rgba(255, 255, 255, .35);
    position: relative;
    overflow: hidden;
  }

  .brand-tile::before {
    content: "";
    position: absolute;
    inset: -80px;
    background:
      radial-gradient(240px 220px at 30% 20%, rgba(167, 243, 208, .55), transparent 60%),
      radial-gradient(240px 220px at 78% 78%, rgba(147, 197, 253, .48), transparent 58%),
      radial-gradient(220px 220px at 40% 80%, rgba(0, 0, 0, .08), transparent 62%);
    filter: blur(8px);
    opacity: .65;
  }

  .mark {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 18px;
  }

  .mark svg {
    width: 100%;
    height: 100%;
  }

  .mark text {
    font-family: Inter, sans-serif;
    font-weight: 500;
    letter-spacing: .26em;
  }

  .hero-copy {
    padding-top: clamp(8px, 2vw, 18px);
    max-width: 56ch;
  }

  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .72);
  }

  .eyebrow .pip {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(167, 243, 208, .82);
    box-shadow: 0 0 0 6px rgba(167, 243, 208, .12);
  }



  .sub {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    line-height: 1.6;
    font-size: 15.5px;
    max-width: 60ch;
  }



  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
  }

  .btn {
    appearance: none;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .9);
    padding: 12px 14px;
    border-radius: 16px;
    font-weight: 600;
    letter-spacing: .02em;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
  }

  .btn:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, .085);
    border-color: rgba(167, 243, 208, .28);
    box-shadow: 0 16px 32px rgba(0, 0, 0, .22);
  }

  .btn:active {
    transform: translateY(0) scale(.99);
  }

  .btn.primary {
    background: linear-gradient(180deg, rgba(167, 243, 208, .22), rgba(255, 255, 255, .06));
    border-color: rgba(167, 243, 208, .36);
  }

  /* FLOATING STRIP (the “Services for …” line) */
  .strip {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 18px;
    transform: translateY(-6px);
  }

  .strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .05));
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
  }

  .strip-inner p {
    margin: 0;
    font-family: Fraunces, serif;
    font-weight: 300;
    color: rgba(255, 255, 255, .86);
    letter-spacing: .01em;
    font-size: clamp(16px, 1.8vw, 20px);
  }

  .strip-inner .tag {
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .72);
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(0, 0, 0, .12);
    white-space: nowrap;
  }

  /* centering the tag */
  .tag {
    margin-right: 5rem;
  }

  /* SECTIONS with “paper cards” like screenshot */
  main {
    padding: 18px 18px 72px;
  }

  .sections {
    max-width: var(--max);
    margin: 0 auto;
    display: grid;
    gap: clamp(16px, 3.2vw, 28px);
  }


  .comment {
    margin-top: 20px;
    font-size: 16px;
    font-style: italic;
    color: rgba(11, 19, 32, .72);
    border: 2px solid rgba(11, 19, 32, .14);
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .66);

  }

  .signoff {
    text-align: right;
    padding-right: 20px;


  }

  .paper {
    position: relative;
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, var(--paper), rgba(255, 255, 255, .70));
    color: var(--ink);
    border: 1px solid rgba(255, 255, 255, .38);
    box-shadow: var(--shadow);
    overflow: hidden;
  }

  .paper::before {
    content: "";
    position: absolute;
    inset: -2px;
    background:
      radial-gradient(500px 180px at 10% 0%, rgba(167, 243, 208, .22), transparent 60%),
      radial-gradient(520px 200px at 90% 20%, rgba(147, 197, 253, .18), transparent 60%),
      linear-gradient(90deg, rgba(11, 19, 32, .06), transparent 22%, transparent 78%, rgba(11, 19, 32, .05));
    pointer-events: none;
    opacity: .7;
  }

  .paper-inner {
    position: relative;
    padding: clamp(18px, 3.2vw, 30px);
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: clamp(14px, 2.8vw, 28px);
    align-items: start;
  }

  .paper h2 {
    margin: 0;
    font-family: Fraunces, serif;
    font-weight: 400;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: clamp(16px, 1.8vw, 20px);
    color: rgba(11, 19, 32, .82);
  }

  .lede {
    margin: 10px 0 0;
    color: rgba(11, 19, 32, .72);
    line-height: 1.65;
    font-size: 14.5px;
    /* max-width: 65ch; */
    text-align: justify;
    
  }

  .migrate {
    color: red;

  }

  .indent {
    text-indent: 1.5em;
  }

.image-container {
  display: flex;
  justify-content: center;
  max-width: 500px;
  border: 1px solid red;

}

#interfaceERPlite {
  transform: scale(0.9);
  justify-self: center;

}


  .pillars {
    display: grid;
    gap: 14px;
  }

  .pillar {
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, .55);
    border: 1px solid rgba(11, 19, 32, .10);
    padding: 14px 14px 13px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }

  .pillar-center {
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, .55);
    border: 1px solid rgba(11, 19, 32, .10);
    padding: 14px 14px 13px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }


  .pillar:hover {
    transform: translateY(-2px);
    border-color: rgba(11, 19, 32, .18);
    box-shadow: 0 18px 34px rgba(0, 0, 0, .10);
  }

  .pillar h3 {
    margin: 0 0 6px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(11, 19, 32, .72);
  }

  .pillar p {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.6;
    color: rgba(11, 19, 32, .74);
  }

  /* The “overlap white band” feeling from screenshot:
       a soft divider that the first card nudges into. */
  .band {
    height: 42px;
    margin-top: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .00), rgba(255, 255, 255, .10), rgba(255, 255, 255, .00));
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
  }

  .nudge-up {
    margin-top: -22px;
  }

  /* Reveal animation */
  .reveal {
    opacity: 0;
    transform: translateY(14px);
    filter: blur(2px);
    transition: opacity .7s ease, transform .7s ease, filter .7s ease;
  }

  .reveal.in {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }

  footer {
    padding: 26px 18px 40px;
    color: rgba(255, 255, 255, .68);
  }

  .foot {
    max-width: var(--max);
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
    justify-content: space-between;
  }

  .foot small {
    line-height: 1.4;
  }

  /* Responsive */
  @media (max-width: 980px) {
    .hero .grid {
      grid-template-columns: 1fr;
    }

    .brand-tile {
      justify-self: start;
      width: min(320px, 92%);
      order: -1;
    }

    .paper-inner {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 560px) {
    .rail {
      width: 72px;
    }

    .wrap {
      margin-left: 72px;
    }

    .drawer {
      left: 72px;
      width: min(420px, calc(100vw - 72px));
    }

    .strip-inner {
      flex-direction: column;
      align-items: flex-start;
    }

    .strip-inner .tag {
      width: 100%;
      text-align: center;
    }
  }

  /* Reduced motion */
  @media (prefers-reduced-motion: reduce) {

    .reveal,
    .reveal.in {
      transition: none;
    }

    .btn,
    .pillar,
    .rail .menu,
    .drawer a,
    .drawer {
      transition: none;
    }
  }

  .contact-notes {
    margin-top: 50px;
    display: grid;
    gap: 6px;
    color: rgba(11, 19, 32, .72);
    font-size: 13.5px;
    border: 2px solid rgba(11, 19, 32, .14);
    padding: 2px 6px;
    border-radius: 12px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, .66);
  }

  .contact-notes strong {
    color: rgba(11, 19, 32, .9);
    font-weight: 600;

  }

  .btn-primary {
    background: #252b33;
    color: white;
    border: 2px solid #fafbfb;
    padding: 12px 18px;
    border-radius: 16px;
    font-weight: 600;
    width: 100px;
    height: 42px;
    cursor: pointer;
    transition: background .18s ease, box-shadow .18s ease;

  }

  .btn-primary:hover {
    background: #3a4e4e;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
  }

  .contact-link {
    color: rgba(11, 19, 32, .86);
    text-decoration: none;
    border-bottom: 1px solid rgba(11, 19, 32, .22);
    transition: color .18s ease, border-color .18s ease;
  }

  .contact-link:hover {
    color: rgba(11, 19, 32, .98);
    border-color: rgba(11, 19, 32, .45);
  }

  .contact-card {
    padding: 16px 16px 18px;
  }

  .contact-form {
    display: grid;
    gap: 10px;
    line-height: 1.3;
  }

  .contact-form h3 {
    margin: 0 0 2px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(11, 19, 32, .72);
  }

  .contact-form label {
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(11, 19, 32, .68);
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 12px 12px;
    border-radius: 12px;
    border: 1px solid rgba(11, 19, 32, .14);
    background: rgba(255, 255, 255, .82);
    outline: none;
    font: 500 14px Inter, sans-serif;
    color: rgba(11, 19, 32, .86);
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
  }

  .contact-form textarea {
    resize: vertical;
    min-height: 140px;
  }

  .contact-form input:focus,
  .contact-form textarea:focus {
    border-color: rgba(11, 19, 32, .34);
    box-shadow: 0 0 0 4px rgba(11, 19, 32, .06);
    background: rgba(255, 255, 255, .95);
  }

  .form-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
  }

  .form-status {
    font-size: 12.5px;
    color: rgba(11, 19, 32, .64);
  }


  /* Base button style for <a> */
  a.button {
    height: 50px;
    width: max-content;
    display: inline-block;
    padding: 13px 20px;
    background-color: #2b4057;
    text-decoration: none;
    border-radius: 12px;
    font-size: 16px;
    transition: background-color 0.3s ease;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  /* Hover effect */
  a.button:hover {
    background-color: #0056b3;
    /* Darker blue on hover */
  }

  /* Optional: Focus style for accessibility */
  a.button:focus {
    outline: 2px solid #2a9672;
    /* Yellow outline when focused */
    outline-offset: 2px;
  }

  #simplicity>div>div.pillars>div:nth-child(3)>a {
    color: var(--mist);
    margin-top: 15px;

  }


  .video-div {
    width: 80%;
    /* fixed width for cropping */
    height: 180px;
    /* fixed height for cropping */
    overflow: hidden;
    /* crop overflow */
    position: relative;
    /* positioning context */
    border-radius: 16px;
    /* optional */
    margin: 0 auto;
    background: var(--bg0);
    /* transform: scale(0.7); */
    /* margin-top: 55px; */
    /* padding-top: 25px; */
    
  }

  .video-crop {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    /* top: -198px; */
    left: 0;
    object-fit: cover;
    /* transform: translate(-50%, -50%);
  object-fit: none; */
    /* max-width: none;
  max-height: none; */
  }

  .extender {
    background-color: #0d0d0d;
    /* max-width: var(--max); */
    max-width: 1150px;
    margin: 40px auto 40px auto;
    /* margin: 0 auto;
    margin-bottom: 40px; */
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .14);
    
    



  }