:root{
  --bg:#f5f7fb;--surface:rgba(255,255,255,.72);--solid:#fff;--text:#101114;
  --muted:#6d7078;--line:rgba(16,17,20,.09);--blue:#007aff;--purple:#8e5cff;
  --orange:#ff9500;--green:#34c759;--shadow:0 24px 80px rgba(30,45,80,.10);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Segoe UI",Inter,Arial,sans-serif;line-height:1.55;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.dark{--bg:#090a0d;--surface:rgba(27,29,35,.72);--solid:#1c1d21;--text:#f5f5f7;--muted:#a1a5ae;--line:rgba(255,255,255,.10);--shadow:0 25px 80px rgba(0,0,0,.34)}
a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 40px));margin:auto}.aurora{position:fixed;z-index:-1;border-radius:50%;filter:blur(90px);pointer-events:none;opacity:.38}.aurora-1{width:440px;height:440px;background:#64b5ff;right:-180px;top:-180px}.aurora-2{width:360px;height:360px;background:#c5a0ff;left:-200px;top:42%}.aurora-3{width:330px;height:330px;background:#ffd37a;right:18%;bottom:-190px}
.glass{background:var(--surface);backdrop-filter:blur(24px) saturate(165%);-webkit-backdrop-filter:blur(24px) saturate(165%);border:1px solid var(--line);box-shadow:var(--shadow)}
.nav-wrap{position:sticky;top:14px;z-index:30;padding:14px 0 0}.nav{width:min(1160px,calc(100% - 40px));margin:auto;padding:9px 10px 9px 12px;border-radius:20px;display:flex;align-items:center;gap:18px}.brand{display:flex;align-items:center;gap:10px;font-weight:700}.brand-photo{width:34px;height:34px;border-radius:50%;overflow:hidden;border:1px solid var(--line)}.brand-photo img{width:100%;height:100%;object-fit:cover}.nav-links{display:flex;gap:28px;margin:auto;color:var(--muted);font-size:14px;font-weight:600}.nav-links a:hover{color:var(--text)}.nav-actions{display:flex;align-items:center;gap:8px}.icon-btn,.menu-btn{width:38px;height:38px;border-radius:12px;border:1px solid var(--line);background:transparent;color:var(--text);cursor:pointer;font-size:17px}.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;font-weight:700;transition:.25s ease}.nav-cta{padding:10px 15px;background:var(--text);color:var(--bg);font-size:13px}.nav-cta:hover,.button:hover{transform:translateY(-2px)}.menu-btn{display:none}
.hero{min-height:720px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;padding:100px 0 80px}.eyebrow,.kicker{font-size:11px;font-weight:800;letter-spacing:.13em;color:var(--muted)}.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface)}.pulse{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(52,199,89,.12)}h1{font-size:clamp(52px,6.4vw,86px);line-height:.97;letter-spacing:-.068em;margin:24px 0;max-width:760px}h1 em{font-style:normal;color:var(--blue)}.hero-text{max-width:650px;color:var(--muted);font-size:18px;line-height:1.7}.hero-buttons{display:flex;gap:10px;margin:28px 0 20px}.button{padding:14px 20px;font-size:14px}.primary{background:var(--text);color:var(--bg)}.secondary{background:var(--surface);border:1px solid var(--line)}.social-row{display:flex;gap:20px;color:var(--muted);font-size:13px;font-weight:600}.social-row a:hover{color:var(--blue)}
.hero-visual{position:relative;max-width:520px;width:100%;margin:auto}.photo-shell{position:relative;aspect-ratio:1/1;border-radius:42px;padding:10px;background:linear-gradient(145deg,rgba(255,255,255,.8),rgba(255,255,255,.12));box-shadow:0 35px 100px rgba(30,80,180,.18)}.photo-shell img{width:100%;height:100%;object-fit:cover;border-radius:34px;display:block;filter:grayscale(12%)}.photo-glow{position:absolute;inset:-12px;border-radius:50px;background:linear-gradient(135deg,#65b8ff55,#a47cff44,#ffbd5950);filter:blur(25px);z-index:-1}.photo-label{position:absolute;left:28px;right:28px;bottom:28px;padding:14px 16px;border-radius:18px;display:flex;flex-direction:column;background:rgba(20,21,25,.58);color:#fff;border-color:rgba(255,255,255,.18)}.photo-label .tiny{font-size:9px;letter-spacing:.14em;opacity:.62}.photo-label strong{font-size:17px}.photo-label small{font-size:11px;opacity:.65}.floating-chip{position:absolute;padding:12px 15px;border-radius:17px;display:flex;flex-direction:column;line-height:1.1;background:rgba(255,255,255,.78)}.floating-chip b{font-size:17px}.floating-chip span{font-size:9px;color:var(--muted);margin-top:4px}.chip-one{left:-28px;top:15%}.chip-two{right:-25px;bottom:18%}.chip-one b{color:var(--blue)}.chip-two b{color:var(--purple)}
section{scroll-margin-top:100px}.stats-section{padding:70px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:28px}.section-heading h2,.about-copy h2{font-size:clamp(34px,4vw,52px);line-height:1.04;letter-spacing:-.055em;max-width:720px;margin:9px 0 0}.period,.section-heading>p{color:var(--muted);font-size:13px}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stat-card{padding:25px;border-radius:25px;min-height:185px;display:flex;flex-direction:column}.stat-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;font-weight:800;background:#edf5ff}.stat-icon.blue{color:var(--blue)}.stat-icon.purple{color:var(--purple);background:#f1edff}.stat-icon.orange{color:var(--orange);background:#fff3df}.stat-card strong{font-size:32px;letter-spacing:-.055em;margin-top:auto}.stat-card>span:not(.stat-icon){font-size:13px;font-weight:700}.stat-card small{color:var(--muted);margin-top:4px;font-size:11px}.analytics-card{border-radius:30px;margin-top:12px;overflow:hidden;position:relative}.analytics-copy{padding:30px 30px 20px}.analytics-copy h3{font-size:27px;margin:8px 0 3px;letter-spacing:-.04em}.analytics-copy p{color:var(--muted);margin:0;font-size:13px}.image-open{position:absolute;right:24px;top:28px;z-index:2;border:1px solid var(--line);background:var(--solid);color:var(--text);border-radius:999px;padding:11px 15px;font-weight:700;cursor:pointer}.analytics-card img{display:block;width:100%;max-height:610px;object-fit:cover;object-position:top;border-top:1px solid var(--line)}
.about{padding:125px 0;display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.about-photo-inner{position:relative;aspect-ratio:1/1;border-radius:34px;overflow:hidden;background:#ddd;box-shadow:var(--shadow)}.about-photo-inner img{width:100%;height:100%;object-fit:cover}.about-name{position:absolute;left:24px;right:24px;bottom:24px;padding:17px 18px;border-radius:18px;background:rgba(20,20,24,.64);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);color:#fff;border:1px solid rgba(255,255,255,.16);display:flex;flex-direction:column}.about-name span{font-size:9px;letter-spacing:.13em;opacity:.65}.about-name strong{font-size:22px;letter-spacing:-.04em}.about-copy{color:var(--muted);font-size:18px;line-height:1.8}.about-copy h2{color:var(--text)}.signature{color:var(--text);font-size:22px;font-weight:700;margin-top:28px}.signature span{color:var(--blue);margin-left:6px}
.work{padding:50px 0 120px}.brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.brand-tile{border-radius:25px;padding:28px;min-height:180px;display:flex;flex-direction:column}.brand-logo{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:#fff;font-weight:800;margin-bottom:auto}.blue-bg{background:linear-gradient(135deg,#007aff,#5ac8fa)}.purple-bg{background:linear-gradient(135deg,#7b4dff,#bf8cff)}.orange-bg{background:linear-gradient(135deg,#ff9500,#ffcc00)}.brand-tile strong{font-size:20px;letter-spacing:-.035em}.brand-tile small{color:var(--muted);margin-top:4px}.services{margin-top:12px;border-radius:28px;padding:30px;display:grid;grid-template-columns:.7fr 1.3fr;gap:40px;align-items:center}.services h3{font-size:30px;letter-spacing:-.04em;margin:7px 0 0}.service-list{display:flex;flex-wrap:wrap;gap:9px}.service-list span{border:1px solid var(--line);border-radius:999px;padding:10px 13px;font-size:12px;font-weight:600;color:var(--muted)}
.contact{padding:10px 0 100px}.contact-card{border-radius:34px;padding:55px;background:linear-gradient(135deg,#0e0f13,#1b1c22);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:40px;box-shadow:0 30px 90px rgba(0,0,0,.2);position:relative;overflow:hidden}.contact-card:after{content:"";position:absolute;width:330px;height:330px;right:-120px;top:-170px;border-radius:50%;background:linear-gradient(135deg,#007aff,#a56bff);filter:blur(50px);opacity:.55}.contact-card>div,.contact-button{position:relative;z-index:1}.contact-card .kicker{color:rgba(255,255,255,.55)}.contact-card h2{font-size:clamp(34px,4.5vw,58px);letter-spacing:-.06em;line-height:1;max-width:700px;margin:10px 0 14px}.contact-card p{max-width:650px;color:rgba(255,255,255,.62);margin:0}.email{display:inline-block;margin-top:18px;color:#fff;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:2px}.contact-button{background:#fff;color:#111;padding:16px 22px;white-space:nowrap}
.footer{padding:25px 0 40px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:12px}.footer-links{display:flex;gap:20px}.footer-links a:hover{color:var(--text)}
.modal{position:fixed;inset:0;z-index:50;display:none;place-items:center;padding:30px}.modal.show{display:grid}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(10px)}.modal-content{position:relative;max-width:1150px;max-height:90vh;z-index:1}.modal-content img{display:block;max-width:100%;max-height:85vh;border-radius:20px;box-shadow:0 30px 100px rgba(0,0,0,.4)}.modal-x{position:absolute;right:-12px;top:-12px;width:38px;height:38px;border:0;border-radius:50%;background:#fff;color:#111;font-size:24px;cursor:pointer;z-index:2}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.07s}.delay-2{transition-delay:.14s}
@media(max-width:850px){.nav-links,.nav-actions{display:none}.menu-btn{display:block}.nav.mobile-open{flex-wrap:wrap}.nav.mobile-open .nav-links{display:flex;order:5;width:100%;justify-content:space-around;padding:12px 0 5px}.nav.mobile-open .nav-actions{display:flex;margin-left:auto}.hero{grid-template-columns:1fr;gap:55px;min-height:auto;padding-top:75px}.hero-visual{max-width:600px}.about{grid-template-columns:1fr;gap:50px}.about-photo{max-width:600px}.brand-grid{grid-template-columns:1fr}.services{grid-template-columns:1fr;gap:30px}.contact-card{flex-direction:column;align-items:flex-start}}
@media(max-width:560px){.container,.nav{width:calc(100% - 24px)}.nav-wrap{top:7px;padding-top:7px}.nav{border-radius:17px}.brand>span:last-child{font-size:13px}h1{font-size:49px}.hero{padding:65px 0 70px}.hero-text{font-size:16px}.hero-buttons{flex-direction:column}.button{width:100%}.social-row{gap:13px;flex-wrap:wrap}.chip-one{left:-8px}.chip-two{right:-8px}.floating-chip{padding:10px 12px}.stat-grid{grid-template-columns:1fr}.section-heading{align-items:flex-start;flex-direction:column;gap:8px}.about{padding:85px 0}.work{padding-bottom:80px}.contact-card{padding:36px 25px}.footer{flex-direction:column;gap:14px}.image-open{position:static;margin:0 0 20px 30px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{transition:none}}

/* Responsive optimization patch */
html { -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body { max-width: 100%; overflow-x: hidden; }
img, video, iframe, svg, canvas { max-width: 100%; height: auto; }
iframe { width: 100%; }
input, textarea, select, button { max-width: 100%; font: inherit; }
*, *::before, *::after { box-sizing: border-box; }
a, button { -webkit-tap-highlight-color: transparent; }

@media (max-width: 1024px) {
  .container, .wrap, .wrapper, .nav, .navbar, .header-inner, .footer-inner {
    width: min(100% - 32px, 1000px);
    margin-left: auto;
    margin-right: auto;
  }
  .hero, .hero-section {
    min-height: auto;
  }
  .hero h1, .hero-section h1 {
    font-size: clamp(42px, 7vw, 68px);
  }
}

@media (max-width: 767px) {
  .container, .wrap, .wrapper, .nav, .navbar, .header-inner, .footer-inner {
    width: calc(100% - 28px);
    max-width: none;
  }

  section, .section, .hero, .hero-section {
    scroll-margin-top: 78px;
  }

  .hero,
  .hero-section,
  .about,
  .about-section,
  .contact-row,
  .footer-inner,
  .stats,
  .work-grid,
  .blog-grid,
  .cards,
  .card-grid {
    grid-template-columns: 1fr !important;
  }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .hero h1, .hero-section h1 {
    font-size: clamp(42px, 13vw, 62px);
    line-height: .98;
    letter-spacing: -.055em;
    overflow-wrap: anywhere;
  }

  .hero p, .hero-section p {
    font-size: 15px;
    line-height: 1.65;
  }

  .actions, .hero-actions, .buttons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 9px;
  }

  .actions a, .hero-actions a, .buttons a,
  .actions button, .hero-actions button, .buttons button {
    width: 100%;
    min-height: 46px;
    justify-content: center;
  }

  .stats, .work-grid, .blog-grid, .cards, .card-grid {
    display: grid;
    gap: 12px;
  }

  .stats > *, .work-grid > *, .blog-grid > *, .cards > *, .card-grid > * {
    min-width: 0;
  }

  .section, .blog {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .section-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .section-head h2, .about h2 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.03;
  }

  .about {
    display: grid;
    gap: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-inner {
    padding: 32px 22px;
    border-radius: 26px;
  }

  .contact-inner h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .contact-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .contact-row .button,
  .contact-row a.button {
    width: 100%;
  }

  .email {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 28px;
  }

  .desktop-nav { display: none !important; }
}

@media (max-width: 430px) {
  .container, .wrap, .wrapper, .nav, .navbar, .header-inner, .footer-inner {
    width: calc(100% - 24px);
  }

  .hero { padding-top: 44px; }

  .hero h1, .hero-section h1 {
    font-size: clamp(40px, 13.5vw, 55px);
  }

  .pill { font-size: 9px; }

  .hero-card {
    min-height: 330px;
    height: auto;
    border-radius: 26px;
  }

  .big-d {
    font-size: 48vw;
  }

  .stats article, .work-grid article, .blog-grid article {
    padding: 20px;
    border-radius: 20px;
  }

  .contact-inner {
    padding: 29px 19px;
    border-radius: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Final mobile/desktop safety */
html { -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body { max-width: 100%; overflow-x: hidden; }
img, video, iframe, svg, canvas { max-width: 100%; height: auto; }
*, *::before, *::after { box-sizing: border-box; }
@media (max-width: 767px) {
  body { min-width: 0; }
  .container, .wrap, .wrapper { width: calc(100% - 28px); max-width: none; }
  input, textarea, select, button { max-width: 100%; }
}
