@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');
    /* =========================================================
       RESET & BASE
    ========================================================= */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html, body { height: 100%; }
    body {
       font-family:'JetBrains Mono', monospace;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
      min-height: 100vh;
      background: #6f6f6f;
      
      color: #eee5d1;
      -webkit-font-smoothing: antialiased;
    }

    /* =========================================================
       LAYOUT WRAPPER
    ========================================================= */
    .page {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 3rem 1.25rem;
    }

    /* =========================================================
       CARD
    ========================================================= */
    .card {
      background: none;
      border: none;
      border-radius: 0;
      padding: 0;
      width: 100%;
    }

    /* =========================================================
       INTRO BLOCK
    ========================================================= */
    .intro p {
      
      font-size: 2rem;
      line-height: 1.8;
      color: rgba(240, 237, 230, 0.695);
      font-weight: 200;
    }
    .intro p.name {
      
      font-weight: 700;
      line-height: 1.8;
      color: #f0ede6;
      margin-bottom: 0;
    }
    .intro p + p { margin-top: 0.9rem; }

    /* =========================================================
       DIVIDER
    ========================================================= */
    .divider {
      border: none;
      border-top: 1px solid rgba(240, 237, 230, 0.513);
      margin-block: 2rem;
    }

    /* =========================================================
       WHAT I DO — TWO-COLUMN INTERACTIVE
    ========================================================= */
    .services h2 {
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.8;
      color: #f0ede6;
      margin-bottom: 1rem;
    }

    .services-left {
      display: flex;
      flex-direction: column;
    }
    .service-item {
      
      font-size: 1.2rem;
      font-weight: 400;
      color: rgba(240, 237, 230, 0.677);
      line-height: 1.4;
      padding: 0.55rem 0;
    
      cursor: pointer;
      display: flex;
      align-items: baseline;
      gap: 0.55rem;
      transition: color 0.15s;
      user-select: none;
    }
    .service-item:first-child { padding-top: 0; }
    .service-item .tri {
      font-size: 0.9rem;
      color: rgba(240,237,230,0.2);
      flex-shrink: 0;
      display: inline-block;
      transform: rotate(-90deg);
      transition: transform 0.2s, color 0.15s;
      line-height: 1.8;
    }
    .service-item:hover { color: rgba(240, 237, 230, 0.969); }
    .service-item:hover .tri { color: rgba(240,237,230,0.4); }
    .service-item.active { color: #f0ede6; border-bottom-color: transparent; }
    .service-item.active .tri { transform: rotate(0deg); color: rgba(240,237,230,0.5); }

    .services-right {
      padding-left: 1.5rem;
    }

    /* detail panels hidden by default */
    .service-detail {
      display: none;
    }
    .service-detail.active {
      display: block;
      padding: 0.5rem 0 0.75rem 1.1rem;
      
    }

    .service-detail ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 0.3rem;
      max-height: 160px;
      overflow-y: auto;
      padding-right: 6px;
      scrollbar-width: thin;
      scrollbar-color: rgba(240,237,230,0.18) transparent;
    }
    .service-detail ul::-webkit-scrollbar { width: 3px; }
    .service-detail ul::-webkit-scrollbar-track { background: transparent; }
    .service-detail ul::-webkit-scrollbar-thumb {
      background: rgba(240,237,230,0.18);
      border-radius: 99px;
    }
    .service-detail ul li {
      
      font-size: 1.0rem;
      font-weight: 300;
      color: rgba(240,237,230,0.45);
      line-height: 1.6;
      display: flex;
      align-items: baseline;
      gap: 0.5rem;
    }
    .service-detail ul li::before {
      content: '·';
      font-size: 0.9rem;
      color: rgba(240,237,230,0.2);
      flex-shrink: 0;
      line-height: 1;
    }

    /* =========================================================
       CTA BUTTONS
    ========================================================= */
    .cta-wrap {
      margin-top: 0rem;
      display: flex;
      gap: 0.75rem;
      flex-wrap: wrap;
    }
    .btn-cta {
      display: inline-block;
      border: 1px solid rgba(240, 237, 230, 0.612);
      border-radius: 999px;
      padding: 0.65em 1.75em;
      font-size: 1.2rem;
      font-weight: 400;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(240,237,230,0.6);
      text-decoration: none;
      transition: border-color 0.2s, color 0.2s;
      cursor: pointer;
      background: transparent;
    }
    .btn-cta:hover {
      border-color: rgb(255, 255, 255);
      color: #ffffff;
    }

    /* =========================================================
       FOOTER
    ========================================================= */
    .footer-divider {
      border: none;
      border-top: 1px solid rgba(227, 227, 227, 0.66);
      margin-top: 2.5rem;
      margin-bottom: 1.5rem;
    }
    .footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem 1.5rem;
      align-items: baseline;
      margin-bottom: 1.25rem;
    }
    .footer-links a {
      font-size: 0.8rem;
      font-weight: 300;
      letter-spacing: 0.08em;
      color: rgba(229, 229, 229, 0.824);
      text-decoration: none;
      transition: color 0.15s;
    }
    .footer-links a:hover { color: #f0ede6; }
    .footer-meta {
      
      font-size: 0.6rem;
      font-weight: 300;
      color: rgb(255, 255, 255);
      letter-spacing: 0.06em;
      line-height: 1.8;
    }


    /* =========================================================
       BREAKPOINT 1 — MOBILE  (default, up to 767px)
    ========================================================= */
    .card { max-width: 560px; 
    font-size: 1rem;}

    /* =========================================================
       BREAKPOINT 2 — TABLET  (768px – 1023px)
    ========================================================= */
    @media (min-width: 768px) {
      .card { max-width: 620px; }
    }

    /* =========================================================
       BREAKPOINT 3 — DESKTOP  (1024px and up)
    ========================================================= */
    @media (min-width: 1024px) {
      .page { padding: 4rem 2rem; }
      .card { max-width: 700px; }
      .intro p { font-size: 1.5rem; }
    }
