*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --peach: #F4A87C;
      --peach-light: #FDE8D8;
      --peach-pale: #FEF5EF;
      --ink: #2A2018;
      --ink-light: #7A6A5A;
      --white: #FFFCF9;
      --rule: rgba(42,32,24,0.08);
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'DM Sans', sans-serif;
      background: var(--white);
      color: var(--ink);
      font-weight: 300;
      line-height: 1.6;
      overflow-x: hidden;
    }

    /* NAV */
    nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 100;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1.25rem 3rem;
      background: rgba(255,252,249,0.92);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--rule);
    }
    .nav-logo {
      display: flex;
      align-items: center;
      gap: 0.65rem;
      text-decoration: none;
    }
    .nav-logo svg { width: 32px; height: 32px; }
    .nav-wordmark {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 400;
      font-size: 1.15rem;
      letter-spacing: 0.06em;
      color: var(--ink);
    }
    .nav-contact {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      text-decoration: none;
      font-size: 0.78rem;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--ink);
      border: 1px solid rgba(42,32,24,0.25);
      border-radius: 999px;
      padding: 0.45rem 1.2rem;
      transition: background 0.2s, border-color 0.2s, color 0.2s;
    }
    .nav-contact:hover { background: var(--peach); border-color: var(--peach); color: #fff; }

    /* HERO */
    .hero {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 5rem 2rem 4rem;
      position: relative;
    }
    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 70% 55% at 50% 42%, var(--peach-pale) 0%, transparent 75%);
      pointer-events: none;
    }
    .hero-peach {
      width: 100px;
      height: 100px;
      margin-bottom: 1.8rem;
      animation: float 5s ease-in-out infinite;
      position: relative;
      z-index: 1;
    }
    @keyframes float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-8px); }
    }
    .hero-eyebrow {
      font-size: 0.72rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--peach);
      font-weight: 500;
      margin-bottom: 0.9rem;
      position: relative;
      z-index: 1;
    }
    h1 {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 300;
      font-size: clamp(2.6rem, 6vw, 4.6rem);
      line-height: 1.08;
      letter-spacing: -0.01em;
      color: var(--ink);
      max-width: 780px;
      margin-bottom: 1.2rem;
      position: relative;
      z-index: 1;
    }
    h1 em { font-style: italic; color: var(--peach); }
    .hero-sub {
      font-size: 1.05rem;
      color: var(--ink);
      font-weight: 400;
      max-width: 520px;
      margin: 0 auto 2.4rem;
      line-height: 1.7;
      position: relative;
      z-index: 1;
    }
    .hero-cta {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      text-decoration: none;
      background: var(--ink);
      color: #fff;
      font-size: 0.8rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 0.85rem 2rem;
      border-radius: 999px;
      transition: background 0.2s, transform 0.15s;
      position: relative;
      z-index: 1;
    }
    .hero-cta:hover { background: var(--peach); transform: translateY(-2px); }

    /* STATS BAND */
    .stats-band {
      border-top: 1px solid var(--rule);
      border-bottom: 1px solid var(--rule);
      background: var(--white);
    }
    .stats-inner {
      max-width: 900px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      divide: var(--rule);
    }
    .stat {
      padding: 2.2rem 1.5rem;
      text-align: center;
      border-right: 1px solid var(--rule);
    }
    .stat:last-child { border-right: none; }
    .stat-number {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.6rem;
      font-weight: 300;
      color: var(--ink);
      line-height: 1;
      margin-bottom: 0.4rem;
    }
    .stat-number em { color: var(--peach); font-style: normal; }
    .stat-label {
      font-size: 0.72rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--ink-light);
      font-weight: 500;
    }
    @media (max-width: 640px) {
      .stats-inner { grid-template-columns: repeat(2, 1fr); }
      .stat:nth-child(2) { border-right: none; }
      .stat:nth-child(3), .stat:nth-child(4) { border-top: 1px solid var(--rule); }
    }

    /* SECTIONS */
    section {
      max-width: 900px;
      margin: 0 auto;
      padding: 4.5rem 2rem;
    }
    .section-label {
      font-size: 0.68rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--peach);
      font-weight: 500;
      margin-bottom: 1rem;
    }
    h2 {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 400;
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      line-height: 1.15;
      margin-bottom: 1.2rem;
      color: var(--ink);
    }
    .section-body {
      color: var(--ink-light);
      font-size: 0.97rem;
      max-width: 580px;
      line-height: 1.8;
    }

    /* SERVICES GRID */
    .services-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;
      margin-top: 3rem;
      border: 1px solid var(--rule);
      border-radius: 16px;
      overflow: hidden;
      background: var(--rule);
    }
    @media (max-width: 700px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 460px) { .services-grid { grid-template-columns: 1fr; } }
    .service-card {
      padding: 1.8rem 1.6rem;
      background: var(--white);
      transition: background 0.2s;
    }
    .service-card:hover { background: var(--peach-pale); }
    .service-icon { font-size: 1.3rem; margin-bottom: 0.85rem; display: block; }
    .service-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.15rem;
      font-weight: 500;
      color: var(--ink);
      margin-bottom: 0.45rem;
    }
    .service-desc { font-size: 0.83rem; color: var(--ink-light); line-height: 1.65; }

    /* TECH STACK */
    .tech-section { border-top: 1px solid var(--rule); }
    .tech-groups {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 2rem;
      margin-top: 2.5rem;
    }
    .tech-group-label {
      font-size: 0.68rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--peach);
      font-weight: 500;
      margin-bottom: 0.8rem;
    }
    .tech-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 0.45rem;
    }
    .tech-tag {
      font-size: 0.75rem;
      font-weight: 400;
      color: var(--ink-light);
      border: 1px solid var(--rule);
      border-radius: 999px;
      padding: 0.25rem 0.75rem;
      background: var(--white);
      transition: background 0.15s, color 0.15s;
    }
    .tech-tag:hover { background: var(--peach-pale); color: var(--ink); }

    /* ABOUT */
    .about-section { border-top: 1px solid var(--rule); }
    .about-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
      margin-top: 2rem;
      align-items: start;
    }
    @media (max-width: 640px) { .about-grid { grid-template-columns: 1fr; gap: 1.5rem; } }
    .distinctions {
      margin-top: 1.5rem;
      display: flex;
      flex-direction: column;
      gap: 0.7rem;
    }
    .distinction-item {
      display: flex;
      align-items: flex-start;
      gap: 0.7rem;
      font-size: 0.85rem;
      color: var(--ink-light);
      line-height: 1.5;
    }
    .distinction-icon { font-size: 1rem; flex-shrink: 0; margin-top: 0.05rem; }

    /* FOUNDER */
    .founder-section { border-top: 1px solid var(--rule); }
    .founder-grid {
      display: grid;
      grid-template-columns: 340px 1fr;
      gap: 4rem;
      align-items: start;
      margin-top: 2.5rem;
    }
    @media (max-width: 780px) {
      .founder-grid { grid-template-columns: 1fr; gap: 2rem; }
    }
    .founder-photo-wrap {
      position: relative;
    }
    .founder-photo {
      width: 100%;
      aspect-ratio: 3/4;
      object-fit: cover;
      object-position: center top;
      border-radius: 12px;
      display: block;
      filter: grayscale(8%);
    }
    .founder-photo-caption {
      margin-top: 0.85rem;
      font-size: 0.72rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--ink-light);
    }
    .founder-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2rem;
      font-weight: 400;
      color: var(--ink);
      margin-bottom: 0.2rem;
      line-height: 1.1;
    }
    .founder-title {
      font-size: 0.75rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--peach);
      font-weight: 500;
      margin-bottom: 1.4rem;
    }
    .founder-bio {
      color: var(--ink-light);
      font-size: 0.95rem;
      line-height: 1.85;
      margin-bottom: 1rem;
      max-width: 520px;
    }
    .founder-facts {
      margin-top: 1.8rem;
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
    }
    .founder-fact {
      font-size: 0.75rem;
      color: var(--ink-light);
      border: 1px solid var(--rule);
      border-radius: 999px;
      padding: 0.3rem 0.85rem;
      background: var(--white);
    }

    /* CONTACT BAND */
    .contact-band {
      background: var(--ink);
      color: #fff;
      text-align: center;
      padding: 5rem 2rem;
    }
    .contact-band .section-label { color: var(--peach-light); }
    .contact-band h2 { color: #fff; margin-bottom: 1rem; }
    .contact-band p { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-bottom: 2rem; }
    .contact-band a.btn {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      text-decoration: none;
      background: var(--peach);
      color: #fff;
      font-size: 0.8rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 0.85rem 2rem;
      border-radius: 999px;
      transition: opacity 0.2s, transform 0.15s;
    }
    .contact-band a.btn:hover { opacity: 0.85; transform: translateY(-2px); }

    /* FOOTER */
    footer {
      text-align: center;
      padding: 1.8rem 2rem;
      font-size: 0.73rem;
      color: var(--ink-light);
      border-top: 1px solid var(--rule);
      letter-spacing: 0.04em;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 0.5rem 1.2rem;
    }
    footer a { color: inherit; text-decoration: none; }
    footer a:hover { color: var(--peach); }
    .footer-sep { opacity: 0.35; }

    /* FADE UP */
    .fade-up { opacity: 1; transform: none; transition: opacity 0.7s ease, transform 0.7s ease; }
    .fade-up.will-animate { opacity: 0; transform: translateY(24px); }
    .fade-up.will-animate.visible { opacity: 1; transform: none; }

    @media (max-width: 600px) {
      nav { padding: 1rem 1.25rem; }
      .nav-wordmark { font-size: 1rem; }
    }