:root {
  --ink: #101112;
  --muted: #66686f;
  --pink: #ff005b;
  --pink-action: #eb0053;
  --pink-dark: #cc0048;
  --paper: #fff;
  --soft: #f8f8f8;
  --line: #dedee2;
  --font: 'Roboto', sans-serif;
  --u: clamp(.83px, .10224949vw, 1.3429px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 16px; -webkit-font-smoothing: antialiased; overflow-x: clip; }
::selection { background: var(--pink); color: white; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--pink); outline-offset: 5px; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.wrap { width: min(85.28%, 1120px); margin-inline: auto; }
p { margin: 0; color: var(--muted); line-height: 1.55; font-size: clamp(16px, 1.1vw, 18px); }
h1, h2, h3 { margin: 0; font-weight: 700; letter-spacing: -.035em; }
h2 { font-size: clamp(32px, 3vw, 52px); line-height: 1.08; }
h3 { font-size: clamp(18px, 1.4vw, 22px); line-height: 1.3; letter-spacing: -.015em; }
.pink { color: var(--pink); }
.eyebrow { font-size: calc(9 * var(--u)); font-weight: 600; letter-spacing: .12em; margin-bottom: calc(10 * var(--u)); }
.eyebrow.pink { color: #d9004e; }
.site-header { height: calc(62 * var(--u)); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 2px; flex-shrink: 0; font-size: calc(20 * var(--u)); font-weight: 800; letter-spacing: -.04em; }
.brand svg { width: calc(25 * var(--u)); height: calc(25 * var(--u)); color: var(--pink); stroke-width: 3.5; }
.site-nav { display: flex; gap: calc(29 * var(--u)); }
.site-nav a { font-size: calc(10 * var(--u)); color: var(--muted); transition: color .2s; }
.site-nav a:hover { color: var(--pink); }
.header-actions { display: flex; align-items: center; gap: calc(29 * var(--u)); }
.locations { font-size: calc(10 * var(--u)); color: var(--muted); white-space: nowrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: calc(12 * var(--u)); min-height: calc(38 * var(--u)); padding: calc(10 * var(--u)) calc(24 * var(--u)); border-radius: 99px; font-size: calc(12 * var(--u)); font-weight: 600; transition: background .2s, transform .2s; }
.button svg { width: calc(15 * var(--u)); height: calc(15 * var(--u)); }
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--ink); min-height: calc(34 * var(--u)); padding-inline: calc(22 * var(--u)); font-size: calc(11 * var(--u)); }
.button-dark:hover { background: #333; }
.button-pink { background: var(--pink-action); color: white; }
.button-pink:hover { background: var(--pink-dark); }
.menu-toggle { display: none; }
.hero { position: relative; overflow: hidden; min-height: calc(308 * var(--u)); background: linear-gradient(110deg, #fff, #fefefe); }
.hero-inner { position: relative; padding-top: calc(21 * var(--u)); padding-bottom: calc(50 * var(--u)); }
.hero .eyebrow { font-size: calc(11 * var(--u)); margin-bottom: calc(6 * var(--u)); letter-spacing: .09em; }
.hero h1 { font-size: calc(50 * var(--u)); line-height: .96; max-width: calc(820 * var(--u)); letter-spacing: -.04em; }
.hero-description { max-width: calc(400 * var(--u)); margin-top: calc(13 * var(--u)); letter-spacing: -.012em; }
.hero-actions { display: flex; gap: calc(29 * var(--u)); align-items: center; margin-top: calc(16 * var(--u)); }
.text-link { border: 0; background: none; padding: 0; display: inline-flex; gap: calc(12 * var(--u)); align-items: center; font-size: calc(13 * var(--u)); font-weight: 600; text-decoration: underline; text-underline-offset: 6px; text-decoration-color: #999; }
.text-link svg { width: calc(16 * var(--u)); height: calc(16 * var(--u)); }
.text-link:hover { color: #d9004e; text-decoration-color: currentColor; }
.hero-orbit { position: absolute; width: calc(1600 * var(--u)); height: calc(1600 * var(--u)); left: calc(50% + 96 * var(--u)); top: calc(-79 * var(--u)); border: 1px solid color-mix(in srgb, var(--pink) 30%, white); border-radius: 50%; box-shadow: -30px -24px 70px 10px color-mix(in srgb, var(--pink) 4%, transparent); }
.projects { min-height: calc(286 * var(--u)); padding-block: calc(27 * var(--u)) calc(39 * var(--u)); display: grid; grid-template-columns: 320fr 461fr; gap: calc(50 * var(--u)); align-items: center; }
.projects-copy { padding-top: calc(20 * var(--u)); }
.projects-copy > p { margin-top: calc(9 * var(--u)); }
.projects-copy .text-link { margin-top: calc(21 * var(--u)); }
.project-showcase { position: relative; overflow: hidden; border-radius: calc(10 * var(--u)); background: #0f0c08; aspect-ratio: 2.095; }
.project-showcase > a { display: block; height: 100%; }
.project-showcase img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.1,1); }
.project-showcase:hover img { transform: scale(1.025); }
.project-preview { position: absolute; inset: 0; color: #fff; pointer-events: none; }
.project-preview[hidden] { display: none; }
.preview-nav { position: absolute; top: 8%; left: 5.2%; right: 5.2%; display: flex; align-items: center; justify-content: space-between; font-size: calc(9 * var(--u)); }
.preview-nav-items { display: flex; gap: calc(17 * var(--u)); font-size: calc(6.5 * var(--u)); align-items: center; }
.preview-nav-items svg { width: calc(11 * var(--u)); height: calc(11 * var(--u)); }
.preview-copy { position: absolute; left: 7.4%; top: 31%; }
.preview-copy strong { font-family: Georgia, serif; font-size: calc(31 * var(--u)); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
.preview-copy p { color: #fff; font-size: calc(13 * var(--u)); line-height: 1.3; margin-top: calc(10 * var(--u)); }
.project-bottom { position: absolute; bottom: 0; left: 0; right: 0; padding: calc(25 * var(--u)) 7.4% calc(18 * var(--u)); color: white; background: linear-gradient(transparent,#0007); font-size: calc(11 * var(--u)); font-weight: 600; }
.project-bottom > span { display: flex; gap: calc(12 * var(--u)); align-items: center; }
.project-bottom svg { width: calc(14 * var(--u)); height: calc(14 * var(--u)); }
.project-counter { position: absolute; right: 3%; bottom: 3%; border: 0; background: transparent; border-radius: 8px; min-width: 44px; min-height: 44px; padding: 8px 10px; color: white; display: flex; align-items: center; justify-content: center; font-size: calc(11 * var(--u)); font-variant-numeric: tabular-nums; }
.project-counter:hover { background: #ffffff1a; }
.project-counter > svg { display: none; }
.counter-divider { padding-inline: 2px; }
.about { background: #fafafa; padding-block: calc(27 * var(--u)) calc(25 * var(--u)); }
.about-grid { width: min(89.16%,1168px); display: grid; grid-template-columns: 390fr 434fr; gap: calc(48 * var(--u)); align-items: start; }
.team-photo { position: relative; margin: 0; overflow: hidden; border-radius: calc(9 * var(--u)); aspect-ratio: 1.84; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.team-photo figcaption { position: absolute; bottom: 8px; right: 10px; font-size: 9px; color: white; background: #000b; padding: 3px 6px; border-radius: 3px; }
.about-copy { padding-top: calc(4 * var(--u)); }
.about-copy > p:last-child { margin-top: calc(13 * var(--u)); letter-spacing: -.012em; }
.mini-brand { display: inline-flex; align-items: center; gap: 1px; color: var(--ink); letter-spacing: -.02em; font-size: calc(10 * var(--u)); }
.mini-brand svg { height: calc(14 * var(--u)); width: calc(14 * var(--u)); color: var(--pink); stroke-width: 3; }
.inline-spark { color: var(--pink); width: 14px; height: 14px; vertical-align: -2px; stroke-width: 3; }
.services { min-height: calc(300 * var(--u)); padding-top: calc(24 * var(--u)); }
.section-description { margin-top: calc(4 * var(--u)); }
.services-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: calc(12 * var(--u)); margin: calc(13 * var(--u)) calc(-4 * var(--u)) 0; }
.service { background: var(--soft); border-radius: calc(12 * var(--u)); padding: calc(18 * var(--u)) calc(16 * var(--u)) calc(15 * var(--u)); display: flex; align-items: flex-start; flex-direction: column; min-height: calc(178 * var(--u)); transition: background .2s; }
.service:hover { background: color-mix(in srgb, var(--pink) 6%, white); }
.service-icon { width: calc(23 * var(--u)); height: calc(23 * var(--u)); margin-bottom: calc(11 * var(--u)); stroke-width: 1.8; }
.service h3 { margin-bottom: calc(8 * var(--u)); }
.service p { margin-bottom: calc(10 * var(--u)); }
.circle-link { position: relative; display: flex; align-items: center; justify-content: center; border: 1px solid #c9c9ce; border-radius: 50%; width: calc(27 * var(--u)); height: calc(27 * var(--u)); margin-top: auto; transition: background .2s,color .2s; }
.circle-link::after { content: ''; position: absolute; width: 44px; height: 44px; }
.circle-link svg { width: calc(15 * var(--u)); height: calc(15 * var(--u)); }
.circle-link:hover { background: var(--ink); color: white; border-color: var(--ink); }
.process { min-height: calc(199 * var(--u)); padding-top: calc(16 * var(--u)); padding-bottom: calc(46 * var(--u)); }
.process-grid { list-style: none; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: calc(28 * var(--u)); padding: 0; margin: calc(19 * var(--u)) 0 0; }
.step-number { display: flex; gap: 20px; align-items: center; font-size: calc(11 * var(--u)); font-weight: 700; font-variant-numeric: tabular-nums; margin-bottom: calc(6 * var(--u)); }
.step-number::after { content: ''; height: 1px; background: #ededee; flex: 1; margin-left: calc(38 * var(--u)); }
.process-grid h3 { margin-bottom: calc(5 * var(--u)); }
.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; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 20; background: var(--ink); color: white; padding: 12px; }
.skip-link:focus { top: 12px; }
html.custom-cursor, html.custom-cursor * { cursor: none !important; }
.cursor-dot, .cursor-halo { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9999; }
.cursor-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 1.5px #fff; transition: width .15s, height .15s, opacity .2s; }
.cursor-dot.is-hover { width: 12px; height: 12px; }
.cursor-halo { width: 32px; height: 32px; border-radius: 50%; border: 1.5px solid var(--pink); box-shadow: 0 0 0 1px rgba(255,255,255,.7), inset 0 0 0 1px rgba(255,255,255,.7); opacity: .5; transition: width .2s ease, height .2s ease, opacity .2s ease, background .2s ease; }
.cursor-halo.is-hover { width: 56px; height: 56px; opacity: .9; background: color-mix(in srgb, var(--pink) 8%, transparent); }
@media (max-width: 800px) {
  :root { --u: 1px; }
  .wrap, .about-grid { width: calc(100% - 48px); }
  .site-header { height: 76px; }
  .header-actions { margin-left: auto; }
  .header-actions .locations { display: none; }
  .site-nav { position: absolute; top: 76px; left: 0; right: 0; padding: 20px 24px; background: white; z-index: 10; border-bottom: 1px solid var(--line); display: none; }
  .site-nav.open { display: flex; flex-wrap: wrap; justify-content: center; }
  .site-nav a { font-size: 15px; min-height: 44px; display: flex; align-items: center; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 44px; height: 44px; background: none; border: 0; order: 3; padding: 10px; }
  .menu-toggle span { height: 2px; width: 22px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded=true] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero-inner { padding-top: 30px; padding-bottom: 55px; }
  .hero h1 { font-size: 54px; }
  .hero-description { max-width: 470px; }
  .hero-orbit { left: 78%; top: 140px; }
  .projects { gap: 25px; }
  .projects-copy { padding-top: 0; }
  .project-showcase { aspect-ratio: 1.65; }
  .project-showcase img { object-position: 65%; }
  .preview-nav-items { display: none; }
  .preview-copy strong { font-size: 25px; }
  .preview-copy p { font-size: 11px; }
  .project-bottom { font-size: 11px; padding-bottom: 20px; }
  .about-grid { gap: 28px; align-items: center; }
  .services { padding-top: 32px; }
  .services-grid { grid-template-columns: repeat(3,1fr); margin-inline: 0; }
  .service { min-height: 228px; }
  .circle-link { width: 34px; height: 34px; }
  .process { padding-top: 36px; }
  .process-grid { gap: 17px; }
  .step-number::after { margin-left: 8px; }
}
@media (max-width: 560px) {
  .wrap, .about-grid { width: calc(100% - 40px); }
  .site-header { gap: 10px; }
  .header-actions .button { font-size: 12px; padding-inline: 16px; min-height: 42px; gap: 8px; }
  .hero-inner { padding-top: 25px; padding-bottom: 55px; }
  .hero { min-height: 0; }
  .hero .eyebrow { font-size: 10px; margin-bottom: 10px; }
  .hero h1 { font-size: clamp(36px,10.3vw,54px); line-height: 1.02; }
  .hero-description { line-height: 1.45; margin-top: 17px; }
  .hero-actions { gap: 23px; flex-wrap: wrap; margin-top: 23px; }
  .hero-actions .button { font-size: 12px; padding-inline: 20px; min-height: 44px; }
  .hero-actions .text-link { font-size: 13px; }
  .hero-orbit { left: 76%; top: 180px; width: 700px; height: 700px; }
  .projects { grid-template-columns: 1fr; gap: 27px; padding-block: 30px 36px; }
  .projects-copy .text-link { margin-top: 20px; font-size: 14px; min-height: 36px; }
  .project-showcase { aspect-ratio: 1.8; }
  .preview-nav { font-size: 9px; }
  .preview-copy { top: 29%; }
  .preview-copy strong { font-size: 27px; }
  .preview-copy p { font-size: 12px; margin-top: 9px; }
  .project-counter { right: 12px; bottom: 8px; }
  .about { padding-block: 30px; }
  .about-grid { grid-template-columns: 1fr; gap: 25px; }
  .team-photo { aspect-ratio: 1.8; }
  .about-copy { padding-top: 0; }
  .about-copy > p:last-child { line-height: 1.5; }
  .services { padding-top: 36px; }
  .section-description { margin-top: 13px; }
  .services-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; margin-top: 18px; }
  .service { min-height: 239px; padding: 20px 15px 16px; }
  .service:last-child { grid-column: 1/-1; min-height: 0; position: relative; padding-right: 65px; }
  .service:last-child .circle-link { position: absolute; right: 18px; bottom: 20px; }
  .service:last-child .service-icon { margin-bottom: 12px; }
  .service:last-child p { max-width: 270px; margin-bottom: 0; }
  .process { padding-top: 38px; padding-bottom: 37px; }
  .process-grid { grid-template-columns: 1fr; gap: 21px; margin-top: 25px; }
  .process-grid li { display: grid; grid-template-columns: 35px 1fr; column-gap: 14px; }
  .step-number { grid-row: 1/3; align-items: flex-start; color: #d9004e; margin: 1px 0 0; font-size: 13px; }
  .step-number::after { display: none; }
  .process-grid p { max-width: 280px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
.preview-description{display:block;color:#fff;font-size:calc(13 * var(--u));line-height:1.3;margin-top:calc(10 * var(--u))}@media(max-width:800px){.preview-description{font-size:11px}}@media(max-width:560px){.preview-description{font-size:12px;margin-top:9px}}


/* User revision: wide layout and persistent dark navigation. */
html { scroll-padding-top: 112px; }
.wrap, .about-grid { width: min(1720px, calc(100% - 96px)); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  display: block;
  background: #101112;
  color: #fff;
}
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.site-header .brand { font-size: 29px; }
.site-header .brand svg { width: 32px; height: 32px; }
.site-header .site-nav { gap: clamp(24px, 2.4vw, 46px); }
.site-header .site-nav a { display: inline-flex; align-items: center; min-height: 48px; font-size: 18px; font-weight: 500; color: #e6e6e8; }
.site-header .site-nav a:hover, .site-header .site-nav a[aria-current="location"] { color: #fff; text-decoration: underline; text-decoration-color: var(--pink); text-decoration-thickness: 2px; text-underline-offset: 9px; }
.site-header .locations { color: #c9c9ce; font-size: 14px; }
.lang-switch { display: flex; align-items: center; gap: 6px; padding: 4px; border-radius: 8px; background: rgba(255,255,255,.06); }
.lang-option { width: 36px; height: 26px; border-radius: 4px; overflow: hidden; padding: 0; border: 0; background: none; opacity: .6; transition: opacity .15s, outline-color .15s; }
.lang-option svg { display: block; width: 100%; height: 100%; stroke: none; }
.lang-option:hover { opacity: .85; }
.lang-option[aria-pressed="true"] { opacity: 1; outline: 2px solid #fff; outline-offset: 2px; }
.site-header .button-dark { background: var(--pink-action); min-height: 46px; font-size: 15px; padding: 12px 25px; }
.site-header .button-dark:hover { background: var(--pink-dark); }
.site-header .menu-toggle span { background: white; }
.hero-inner { padding-top: clamp(44px, 4vw, 76px); }
.services { padding-bottom: 0; }
.process { margin-top: clamp(72px, 6vw, 112px); padding-top: 0; padding-bottom: clamp(60px, 5vw, 88px); }
.skip-link { z-index: 200; }
@media (min-width: 1001px) and (max-width: 1200px) {
  .header-inner { gap: 22px; }
  .site-header .site-nav { gap: 23px; }
  .site-header .site-nav a { font-size: 16px; }
  .header-actions { gap: 20px; }
}
@media (max-width: 1000px) {
  html { scroll-padding-top: 100px; }
  .header-inner { min-height: 76px; gap: 20px; }
  .header-actions { margin-left: auto; }
  .header-actions .locations { display: none; }
  .site-header .site-nav { position: absolute; top: 100%; left: 0; right: 0; padding: 18px 24px; background: #101112; border-bottom: 1px solid #333; display: none; gap: 10px 28px; }
  .site-header .site-nav.open { display: flex; flex-wrap: wrap; justify-content: center; }
  .site-header .site-nav a { font-size: 18px; min-height: 48px; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 44px; height: 44px; background: none; border: 0; order: 3; padding: 10px; }
  .menu-toggle span { height: 2px; width: 22px; transition: transform .2s; }
  .menu-toggle[aria-expanded=true] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-4px) rotate(-45deg); }
}
@media (max-width: 800px) {
  .wrap, .about-grid { width: calc(100% - 40px); }
}
@media (max-width: 560px) {
  .wrap, .about-grid { width: calc(100% - 32px); }
  .header-inner { gap: 10px; }
  .site-header .brand { font-size: 24px; }
  .site-header .brand svg { width: 27px; height: 27px; }
  .site-header .button-dark { font-size: 13px; min-height: 44px; padding: 10px 16px; }
  .hero-inner { padding-top: 38px; }
  .process { margin-top: 64px; padding-bottom: 48px; }
}

/* Project presentation inspired by the supplied tablet reference. */
.projects { grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 6vw, 110px); padding-block: clamp(60px, 6vw, 110px); }
.projects-copy { padding: 0; max-width: 610px; }
.projects-copy .projects-lead { color: var(--ink); font-weight: 600; margin-top: 22px; }
.projects-copy > p:not(.projects-lead) { margin-top: 13px; max-width: 540px; }
.projects-copy .button { margin-top: 27px; min-height: 46px; font-size: 14px; padding: 13px 26px; }
.projects-stage { position: relative; padding: 30px 36px 0; isolation: isolate; min-width: 0; }
.projects-stage::before { content: ''; position: absolute; z-index: -1; width: 78%; aspect-ratio: 1; background: var(--pink); border-radius: 50%; top: 46%; left: 49%; transform: translate(-50%,-50%); }
.projects-stage::after { content: ''; position: absolute; z-index: -1; inset: 17% 0 24% 27%; background: var(--pink); border-radius: 24px; }
.projects-stage .project-showcase { aspect-ratio: 1.48; border: 9px solid #171717; border-radius: 24px; box-shadow: 0 16px 30px #00000024; background: #0f0c08; }
.projects-stage .project-showcase img { height: 80%; object-position: center; }
.projects-stage .project-preview { bottom: 20%; }
.projects-stage .preview-nav { font-size: clamp(7px,.7vw,12px); }
.projects-stage .preview-nav-items { font-size: clamp(5px,.43vw,8px); gap: clamp(8px,1vw,18px); }
.projects-stage .preview-copy { top: 30%; }
.projects-stage .preview-copy strong { font-size: clamp(27px,3vw,49px); }
.projects-stage .preview-description { font-size: clamp(11px,1vw,17px); }
.projects-stage .project-bottom { bottom: 20%; padding-bottom: 5%; font-size: clamp(11px,.95vw,15px); }
.projects-stage .project-counter { bottom: 23%; font-size: 12px; }
.preview-features { position: absolute; bottom: 0; left: 0; width: 100%; height: 20%; display: flex; align-items: center; justify-content: space-around; gap: 12px; padding: 12px; background: #fcfaf5; color: #3d3b36; font-size: clamp(8px,.7vw,12px); text-align: center; }
.preview-features > span { flex: 1; }
.project-pagination { display: flex; gap: 5px; align-items: center; justify-content: center; padding-top: 16px; }
.project-pagination button { position: relative; width: 32px; height: 44px; border: 0; background: transparent; padding: 0; }
.project-pagination button::after { content: ''; position: absolute; top: 21px; left: 8px; right: 8px; height: 3px; border-radius: 3px; background: #c9c9ce; transition: background .2s; }
.project-pagination button[aria-pressed=true]::after { background: var(--pink); left: 4px; right: 4px; }
.project-pagination button:hover::after { background: var(--ink); }
@media (max-width: 1000px) {
  .projects { gap: 30px; }
  .projects-stage { padding-inline: 18px; }
  .projects-stage .project-showcase { border-width: 7px; border-radius: 18px; }
  .projects-stage .preview-nav-items { display: none; }
  .projects-stage .preview-copy strong { font-size: 30px; }
  .projects-stage .preview-description { font-size: 11px; }
}
@media (max-width: 700px) {
  .projects { grid-template-columns: 1fr; padding-block: 44px; gap: 32px; }
  .projects-copy .projects-lead { margin-top: 18px; }
  .projects-stage { width: 100%; max-width: 580px; justify-self: center; padding: 24px 18px 0; }
  .projects-stage .preview-copy strong { font-size: clamp(25px,7vw,40px); }
  .projects-stage .preview-description { font-size: clamp(11px,2.7vw,15px); }
  .projects-stage .preview-nav { font-size: 9px; }
  .projects-stage .project-bottom { font-size: 11px; }
  .preview-features { gap: 7px; padding: 8px; font-size: 9px; }
}

/* Requested pink services block, moving button glow and branded cursors. */
.button { border: 0; appearance: none; -webkit-appearance: none; }
.projects-copy .button-pink { position: relative; isolation: isolate; }
.projects-copy .button-pink::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  animation: project-button-glow 3.8s ease-in-out infinite;
}
@keyframes project-button-glow {
  0%, 100% { box-shadow: -12px 4px 22px 1px color-mix(in srgb, var(--pink-action) 28%, transparent), 8px -3px 12px 0 color-mix(in srgb, var(--pink) 12%, transparent); }
  33% { box-shadow: 0 -5px 24px 2px color-mix(in srgb, var(--pink-action) 33%, transparent), -8px 5px 13px 0 color-mix(in srgb, var(--pink) 15%, transparent); }
  66% { box-shadow: 12px 4px 22px 1px color-mix(in srgb, var(--pink-action) 28%, transparent), -8px -3px 12px 0 color-mix(in srgb, var(--pink) 12%, transparent); }
}
.projects-copy .button-pink:hover::before { animation-duration: 2.2s; }
.services {
  width: 100%;
  margin-block: clamp(40px, 4vw, 72px);
  padding: clamp(42px, 4vw, 72px) 0;
  background: var(--pink-action);
  color: white;
}
.services > .services-inner > .eyebrow,
.services .section-description { color: white; }
.services h2 .pink { color: white; }
.services h2 { max-width: 1100px; }
.services .section-description { margin-top: 12px; }
.services-grid { margin-top: 30px; margin-inline: 0; }
.services .service { color: var(--ink); background: #fff; }
.services .service:hover { background: color-mix(in srgb, var(--pink) 4%, white); }
.services .circle-link:focus-visible { outline-color: #101112; }
@media (prefers-reduced-motion: reduce) {
  .projects-copy .button-pink::before { animation: none; box-shadow: 0 4px 18px color-mix(in srgb, var(--pink-action) 19%, transparent); }
}
@media (forced-colors: active) {
  .projects-copy .button-pink::before { display: none; }
  .button { border: 1px solid ButtonText; }
}
@media (max-width: 560px) {
  .services { margin-block: 32px; padding-block: 38px; }
  .services-grid { margin-top: 24px; }
}

.project-arrow {
  position: absolute;
  top: calc(50% - 15px);
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: #fff;
  color: #101112;
  box-shadow: 0 5px 16px #00000018;
  transition: background .2s, color .2s;
}
.project-arrow-prev { left: 0; }
.project-arrow-next { right: 0; }
.project-arrow-prev svg { transform: rotate(180deg); }
.project-arrow svg { width: 22px; height: 22px; }
.project-arrow:hover { background: #101112; color: #fff; border-color: #101112; }
@media (max-width: 1000px) {
  .project-arrow { width: 44px; height: 44px; }
  .project-arrow-prev { left: -4px; }
  .project-arrow-next { right: -4px; }
}

/* Align card content into common rows, including one-line headings. */
.service h3 { min-height: 2.6em; width: 100%; }
.service p { width: 100%; }
.service-icon { flex-shrink: 0; }
@supports (grid-template-rows: subgrid) {
  .services-grid { row-gap: 14px; }
  .services .service {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    align-items: start;
    row-gap: 0;
  }
  .services .service .circle-link { align-self: end; margin-top: 0; }
}
@media (max-width: 560px) {
  .services .service:last-child { display: flex; grid-row: auto; }
  .services .service:last-child h3 { min-height: 0; }
}

/* Vertically balanced process, with one active step at a time. */
.process {
  min-height: clamp(400px, 32vw, 560px);
  margin-top: 0;
  padding-block: clamp(64px, 6vw, 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.process-inner { width: 100%; }
.process-grid { margin-top: 36px; }
.process-grid li { position: relative; }
.step-marker { display: block; position: relative; width: 12px; height: 12px; margin: 0 0 20px; border: 2px solid #b7b7be; border-radius: 50%; background: white; transition: background .45s, border-color .45s, box-shadow .45s; }
.process-grid li:not(:last-child)::before { content: ''; position: absolute; left: 24px; top: 5px; width: calc(100% + 28 * var(--u) - 36px); height: 2px; background: #ededee; }
.process-grid li:not(:last-child)::after { content: ''; position: absolute; left: 24px; top: 5px; width: calc(100% + 28 * var(--u) - 36px); height: 2px; background: var(--pink-action); transform: scaleX(0); transform-origin: left; }
.process-grid h3 { transition: color .35s; }
.process-grid .is-active h3 { color: var(--pink-dark); }
.process-grid .is-active .step-marker { border-color: var(--pink-action); background: var(--pink-action); box-shadow: 0 0 0 6px color-mix(in srgb, var(--pink-action) 8%, transparent); }
.process.is-running .process-grid li.is-active::after { animation: process-step-flow 2.6s linear forwards; }
@keyframes process-step-flow { to { transform: scaleX(1); } }
.process-motion-toggle { display: none; background: transparent; border: 0; color: var(--muted); font: inherit; font-size: 12px; padding: 10px 0; min-height: 44px; margin-top: 18px; text-decoration: underline; text-underline-offset: 4px; }
.process.has-motion .process-motion-toggle { display: inline-flex; align-items: center; }
@media (max-width: 800px) and (min-width: 561px) {
  .process-grid li:not(:last-child)::before, .process-grid li:not(:last-child)::after { width: calc(100% - 19px); }
}
@media (max-width: 560px) {
  .process { min-height: 0; padding-block: 64px; }
  .process-grid { gap: 28px; }
  .process-grid li { grid-template-columns: 18px 1fr; column-gap: 16px; }
  .step-marker { grid-row: 1 / 3; margin: 5px 0 0; }
  .process-grid li:not(:last-child)::before, .process-grid li:not(:last-child)::after { left: 5px; top: 27px; width: 2px; height: calc(100% + 10px); }
  .process-grid li:not(:last-child)::after { transform: scaleY(0); transform-origin: top; }
  .process.is-running .process-grid li.is-active::after { animation-name: process-step-flow-mobile; }
  @keyframes process-step-flow-mobile { to { transform: scaleY(1); } }
}
@media (prefers-reduced-motion: reduce) {
  .process-grid li::after { animation: none !important; }
  .process-motion-toggle { display: none !important; }
}

/* Separate the main introduction from the project showcase. */
.hero { border-bottom: 1px solid #dedee2; }
.hero::after {
  content: '';
  position: absolute;
  left: max(48px, calc((100% - 1720px) / 2));
  bottom: 0;
  width: 80px;
  height: 3px;
  background: var(--pink-action);
}
@media (max-width: 800px) { .hero::after { left: 20px; width: 64px; } }
@media (max-width: 560px) { .hero::after { left: 16px; width: 48px; } }

/* Keep supplied website captures complete and place controls outside their content. */
.projects-stage .project-showcase { aspect-ratio: 1.48; }
.projects-stage .project-showcase img { height: 80%; object-fit: contain; object-position: center; }
.projects-stage .project-bottom { bottom: 20%; padding: 8px 14px; background: #101112; border-radius: 7px; left: 12px; right: auto; font-size: 11px; transform: translateY(50%); }
.projects-stage .project-counter { bottom: 20%; transform: translateY(50%); right: 12px; background: #101112; min-height: 30px; }

/* Match the indicator axis to the pink circle and preserve contrast on it. */
.projects-stage::before { left: 50%; }
.project-pagination { position: relative; z-index: 1; width: 100%; margin-inline: auto; }
.project-pagination button::after { background: #fff; }
.project-pagination button[aria-pressed=true]::after { background: #101112; }
.project-pagination button:hover::after { background: #101112; }
.about-copy > p:last-child { max-width: 48ch; line-height: 1.55; }
.projects-stage .project-bottom {
  bottom: calc(20% + 12px);
  transform: none;
  z-index: 2;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
}
.projects-stage .project-counter { bottom: calc(20% + 12px); transform: none; z-index: 2; min-height: 36px; }

/* Founder story and the university origin of SparX. */
.work-in-progress { border-top: 1px solid var(--line); padding-top: 20px; margin-top: 28px !important; max-width: 490px; }
.work-in-progress strong { display: block; color: var(--ink); margin-bottom: 7px; }
.work-in-progress span { display: block; }
.project-pagination { padding-top: 20px; }
.about { padding-block: clamp(44px, 5vw, 88px); }
.about-grid { align-items: start; }
.about-copy > p { max-width: 48ch; margin-top: 17px; }
.founder-profiles { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin: 30px 0 0; padding-top: 23px; border-top: 1px solid #dedee2; }
.founder-profiles dt { font-size: clamp(18px, 1.4vw, 22px); font-weight: 700; }
.founder-profiles dt span { display: block; margin-top: 6px; font-size: 14px; font-weight: 600; color: var(--pink-dark); }
.founder-profiles dd { margin: 10px 0 0; color: var(--muted); }
.origin { position: relative; overflow: visible; clip-path: inset(0 -100vw); padding-block: clamp(56px, 6vw, 104px); display: grid; grid-template-columns: 390fr 434fr; gap: calc(48 * var(--u)); align-items: start; }
.origin::after { content: ''; position: absolute; right: calc((100% - 100vw) / 2 - 90px); bottom: -130px; width: 280px; height: 280px; border: 1px solid var(--pink); border-radius: 50%; box-shadow: 0 0 30px 4px color-mix(in srgb, var(--pink) 25%, transparent), inset 0 0 30px 4px color-mix(in srgb, var(--pink) 15%, transparent); pointer-events: none; }
.origin-heading > p { margin-top: 20px; max-width: 36ch; }
.origin-copy { max-width: 62ch; }
.origin-copy p { line-height: 1.6; }
.origin-copy p + p { margin-top: 20px; }
.name-story { background: #101112; color: white; padding-block: clamp(48px, 5vw, 88px); }
.name-story-intro { display: grid; grid-template-columns: 390fr 434fr; gap: calc(48 * var(--u)); align-items: center; }
.name-story h2 { margin-bottom: 22px; }
.name-story h2 span { color: var(--pink); }
.name-story p { color: #d5d5dc; line-height: 1.6; max-width: 57ch; }
.name-evolution p:first-child { color: white; line-height: 1.3; margin-bottom: 15px; }
.name-evolution strong { color: var(--pink); font-weight: 700; }
.name-story .values-intro { margin-top: 46px; }
.spark-values { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; margin: 20px 0 0; padding-top: 24px; border-top: 1px solid #414145; }
.spark-values dt { font-size: clamp(18px, 1.4vw, 22px); font-weight: 600; }
.spark-values dt > span:first-child { display: block; color: var(--pink); font-size: 34px; margin-bottom: 16px; }
.spark-values dd { margin: 10px 0 0; color: #d5d5dc; max-width: 23ch; }
.name-story + .services { margin-top: 0; }
@media (max-width: 1000px) {
 .about-grid { grid-template-columns: .8fr 1.2fr; }
 .founder-profiles { grid-template-columns: 1fr; gap: 22px; }
 .spark-values { grid-template-columns: repeat(3, minmax(0,1fr)); row-gap: 30px; }
 .origin, .name-story-intro { gap: 35px; }
}
@media (max-width: 700px) {
 .about-grid, .origin, .name-story-intro { grid-template-columns: 1fr; }
 .team-photo { max-width: 580px; width: 100%; }
 .origin { gap: 26px; }
 .origin-heading > p { margin-top: 15px; }
 .founder-profiles { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 420px) {
 .founder-profiles { grid-template-columns: 1fr; }
 .spark-values { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 20px; }
}

/* Footer: contact CTA, link columns and legal row in one dark block, matching the header. */
.site-footer { background: #101112; color: #fff; padding-block: clamp(56px, 6vw, 104px) 28px; }
.footer-cta { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); align-items: end; gap: 48px; padding-bottom: clamp(48px, 5vw, 80px); border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-cta-side { display: grid; justify-items: start; gap: 24px; max-width: 420px; }
.footer-cta-side p { color: #c9c9ce; font-size: clamp(16px, 1.2vw, 20px); line-height: 1.5; }
.footer-cta .button { min-height: 52px; padding: 14px 30px; font-size: 16px; gap: 14px; }
.footer-cta .button svg { width: 18px; height: 18px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; padding-block: clamp(40px, 4vw, 64px); }
.footer-brand .brand { font-size: 29px; }
.footer-brand .brand svg { width: 32px; height: 32px; }
.footer-brand p { margin-top: 14px; color: #9a9ba1; font-size: 15px; line-height: 1.5; max-width: 26ch; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-col h3 { margin-bottom: 6px; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #9a9ba1; }
.footer-col a, .footer-col p { font-size: 16px; color: #e6e6e8; line-height: 1.4; }
.footer-col a { transition: color .2s; }
.footer-col a:hover { color: #fff; text-decoration: underline; text-decoration-color: var(--pink); text-decoration-thickness: 2px; text-underline-offset: 6px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); font-size: 14px; color: #9a9ba1; }
.back-to-top { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; color: #e6e6e8; transition: color .2s; }
.back-to-top svg { width: 16px; height: 16px; transform: rotate(-90deg); transition: transform .2s; }
.back-to-top:hover { color: var(--pink); }
.back-to-top:hover svg { transform: rotate(-90deg) translateX(3px); }
@media (max-width: 1000px) {
  .footer-cta { grid-template-columns: 1fr; align-items: start; gap: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; row-gap: 36px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .site-footer { padding-top: 48px; }
  .footer-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-col a { min-height: 32px; display: inline-flex; align-items: center; }
  .footer-bottom { flex-direction: column-reverse; align-items: flex-start; gap: 8px; }
}
.footer-mark { display: inline-flex; align-items: center; gap: 1px; color: #e6e6e8; font-weight: 800; letter-spacing: -.04em; vertical-align: -2px; }
.footer-mark svg { width: 15px; height: 15px; color: var(--pink); stroke-width: 3.5; }

/* Service descriptions in solid ink instead of muted gray. */
.services .service p { color: var(--ink); }

/* Soft fade when the projects carousel advances on its own. */
#project-image { transition: opacity .3s ease; }
#project-image.is-swapping { opacity: 0; }
@media (prefers-reduced-motion: reduce) { #project-image { transition: none; } }

/* Brand spark drawn as a Roboto ExtraBold glyph: cap-height tall, sitting on the baseline, stem-weight strokes with flat ends. */
.brand, .footer-mark { align-items: baseline; gap: .07em; }
/* Slightly taller than the caps so the star reads at the same visual size, centred on them. */
.brand svg, .site-header .brand svg, .footer-brand .brand svg, .footer-mark svg { width: .78em; height: .78em; margin-bottom: -.035em; overflow: visible; filter: drop-shadow(0 0 .03em color-mix(in srgb, var(--pink) 80%, white)) drop-shadow(0 0 .16em color-mix(in srgb, var(--pink) 55%, transparent)); animation: spark-glow 3.2s ease-in-out infinite; }
@keyframes spark-glow {
  0%, 100% { filter: drop-shadow(0 0 .03em color-mix(in srgb, var(--pink) 80%, white)) drop-shadow(0 0 .16em color-mix(in srgb, var(--pink) 55%, transparent)); }
  50% { filter: drop-shadow(0 0 .05em color-mix(in srgb, var(--pink) 75%, white)) drop-shadow(0 0 .28em color-mix(in srgb, var(--pink) 75%, transparent)); }
}
@media (prefers-reduced-motion: reduce) { .brand svg, .footer-mark svg { animation: none; } }

/* SPARK values: letters light up one by one (S, P, A, R, K) when the row scrolls into view. */
.spark-values.will-reveal > div > dt > span:first-child { opacity: 0; transform: translateY(14px) scale(.6); filter: blur(4px); }
.spark-values.will-reveal > div > dt > span:last-child,
.spark-values.will-reveal > div > dd { opacity: 0; transform: translateY(10px); }
.spark-values.is-revealed > div > dt > span:first-child { animation: spark-letter-in .6s cubic-bezier(.2, .8, .2, 1.2) both, spark-letter-flash 1.2s ease-out both; animation-delay: calc(var(--i) * .45s); }
.spark-values.is-revealed > div > dt > span:last-child,
.spark-values.is-revealed > div > dd { animation: spark-text-in .5s ease-out both; animation-delay: calc(var(--i) * .45s + .25s); }
.spark-values.is-revealed > div > dd { animation-delay: calc(var(--i) * .45s + .35s); }
@keyframes spark-letter-in { from { opacity: 0; transform: translateY(14px) scale(.6); filter: blur(4px); } to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes spark-letter-flash { 0%, 30% { text-shadow: 0 0 18px color-mix(in srgb, var(--pink) 90%, transparent); } 100% { text-shadow: 0 0 0 transparent; } }
@keyframes spark-text-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* Team copy starts flush with the photo: drop the offset and trim the heading's space above the caps. */
.about-copy { padding-top: 0; }
#team-title { margin-top: -.17em; }

/* Clip full-bleed decorations (the origin circle) at the viewport edge. Body overflow propagates to the
   viewport and doesn't stop mobile browsers from widening the page, so the clip lives on <main>. */
main { overflow-x: clip; }

/* Narrow phones: tighten the header so logo, flags, CTA and menu fit in one row. */
@media (max-width: 420px) {
  .header-inner { gap: 8px; }
  .header-actions { gap: 8px; }
  .lang-switch { gap: 4px; padding: 3px; }
  .lang-option { width: 30px; height: 22px; }
  .site-header .button-dark { padding: 10px 12px; gap: 6px; }
  .menu-toggle { width: 40px; padding: 9px; margin-right: -9px; }
}
/* Smallest phones: the header CTA is dropped; the hero and footer carry the same "Hablemos" link. */
@media (max-width: 359px) {
  .site-header .button-dark { display: none; }
}

/* ===== Cross-device hardening ===== */

/* Readable floors: sizes scaled by --u shrink too far between ~560px and ~800px (e.g. phones in landscape). */
.eyebrow { font-size: max(12px, calc(9 * var(--u))); }
.hero .eyebrow { font-size: max(12px, calc(11 * var(--u))); }
.button { font-size: max(14px, calc(12 * var(--u))); min-height: max(44px, calc(38 * var(--u))); }
.button-dark { font-size: max(14px, calc(11 * var(--u))); }
.text-link { font-size: max(14px, calc(13 * var(--u))); }
.step-number { font-size: max(12px, calc(11 * var(--u))); }
.team-photo figcaption { font-size: 11px; padding: 3px 7px; }
.projects-stage .project-bottom { font-size: max(13px, min(.95vw, 15px)); }

/* Touch targets: at least 44px tall without changing the visual layout. */
.text-link { position: relative; }
.text-link::after { content: ''; position: absolute; inset: -14px -8px; }
.lang-option { position: relative; overflow: visible; }
.lang-option svg { border-radius: 4px; }
.lang-option::after { content: ''; position: absolute; inset: -9px -3px; }

/* Touch screens: no sticky hover lift after a tap. */
@media (hover: none) {
  .button:hover { transform: none; }
  .project-showcase:hover img { transform: none; }
}

/* Phones in landscape: a slimmer sticky header leaves room for content. */
@media (orientation: landscape) and (max-height: 500px) {
  .header-inner { min-height: 60px; }
  html { scroll-padding-top: 76px; }
}

/* Browsers without overflow: clip (Safari < 16) fall back to hidden. */
@supports not (overflow: clip) {
  main { overflow-x: hidden; }
}

/* ===== Who we work with (hero) ===== */
.hero-audience { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.hero-audience li { padding: 6px 12px; border: 1px solid var(--line); border-radius: 99px; background: #fff; color: var(--ink); font-size: 14px; font-weight: 500; line-height: 1.2; }

/* ===== What's included ===== */
.includes { padding-block: clamp(24px, 2vw, 40px) clamp(64px, 6vw, 104px); }
.includes h2 { max-width: 20ch; }
.includes .section-description { max-width: 58ch; margin-top: 16px; }
.includes-plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: clamp(28px, 3vw, 44px); }
.plan { display: flex; flex-direction: column; gap: 10px; padding: clamp(24px, 2.4vw, 40px); border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.plan-tag { align-self: flex-start; padding: 5px 12px; border-radius: 99px; background: color-mix(in srgb, var(--pink) 10%, white); color: var(--pink-dark); font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.plan h3 { font-size: clamp(22px, 1.8vw, 30px); margin-top: 6px; }
.plan > p:not(.plan-tag) { max-width: 44ch; }
.plan-list { display: grid; gap: 12px; margin: 14px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.plan-list li { position: relative; padding-left: 30px; color: var(--ink); line-height: 1.45; }
/* Check badge: white tick drawn in an SVG, centred in the circle and on the first line of text. */
.plan-list li::before { content: ''; position: absolute; left: 0; top: calc((1.45em - 18px) / 2); width: 18px; height: 18px; border-radius: 50%; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M5 9.2l2.6 2.6L13 6.4' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 18px 18px no-repeat, var(--pink-action); }
.plan-dark { background: #101112; border-color: #101112; color: #fff; }
.plan-dark > p:not(.plan-tag) { color: #c9c9ce; }
.plan-dark .plan-tag { background: var(--pink-action); color: #fff; }
.plan-dark .plan-list { border-top-color: #333438; }
.plan-dark .plan-list li { color: #f0f0f2; }
.promises { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 2.4vw, 40px); margin: clamp(36px, 4vw, 64px) 0 0; padding: 0; list-style: none; }
.promises li { padding-top: 18px; border-top: 2px solid var(--pink-action); }
.promises h3 { margin-bottom: 8px; }

/* ===== FAQ ===== */
.faq { display: grid; grid-template-columns: minmax(0, 390fr) minmax(0, 434fr); gap: calc(48 * var(--u)); align-items: start; padding-block: 0 clamp(64px, 6vw, 104px); }
.faq-heading { position: sticky; top: 112px; }
.faq-heading > p:last-child { margin-top: 16px; }
.faq-heading a { color: var(--pink-dark); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 64px; padding: 16px 0; cursor: pointer; list-style: none; font-size: clamp(17px, 1.2vw, 20px); font-weight: 600; line-height: 1.35; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary svg { width: 20px; height: 20px; color: var(--pink-action); transform: rotate(90deg); transition: transform .25s ease; }
.faq-item[open] summary svg { transform: rotate(-90deg); }
.faq-item summary:hover span { color: var(--pink-dark); }
.faq-item p { padding: 0 44px 22px 0; max-width: 62ch; }

/* ===== Contact form (footer) ===== */
.footer-cta { align-items: start; }
.footer-cta-side { max-width: 560px; width: 100%; }
.contact-form { display: grid; gap: 14px; width: 100%; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 6px; }
.field > span { color: #c9c9ce; font-size: 14px; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #3a3b40; border-radius: 10px; background: #1a1b1e; color: #fff; font: 400 16px/1.4 var(--font); transition: border-color .2s, box-shadow .2s; }
.field textarea { resize: vertical; min-height: 110px; }
.field select { appearance: none; -webkit-appearance: none; padding-right: 40px; background-image: linear-gradient(45deg, transparent 50%, #c9c9ce 50%), linear-gradient(135deg, #c9c9ce 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%; background-size: 6px 6px; background-repeat: no-repeat; }
.field ::placeholder { color: #7d7e85; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--pink); box-shadow: 0 0 0 3px color-mix(in srgb, var(--pink) 30%, transparent); }
.field .is-invalid, .field [aria-invalid="true"] { border-color: #ff6b8f; }
.form-honey { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.contact-form .button { justify-self: start; margin-top: 4px; }
.contact-form .button[disabled] { opacity: .6; cursor: progress; transform: none; }
.form-status { min-height: 1.4em; margin: 0; font-size: 15px; color: #c9c9ce; }
.form-status.is-success { color: #7ee2a8; }
.form-status.is-error { color: #ff8fab; }
.form-status a, .form-alt a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.form-alt { margin: 0; font-size: 15px; color: #9a9ba1; }

@media (max-width: 1000px) {
  .faq { grid-template-columns: 1fr; gap: 28px; }
  .faq-heading { position: static; }
}
@media (max-width: 800px) {
  .includes-plans, .promises { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .form-row { grid-template-columns: 1fr; }
  .contact-form .button { justify-self: stretch; }
  .faq-item p { padding-right: 0; }
  .hero-audience li { font-size: 13px; }
}

/* ===== Footer CTA, left column: next steps ===== */
.site-footer { overflow: hidden; }
.footer-cta-main { position: relative; isolation: isolate; align-self: stretch; }
.footer-steps-title { margin-top: clamp(36px, 4vw, 56px); color: #9a9ba1; }
.footer-steps { counter-reset: step; display: grid; gap: 22px; max-width: 440px; margin: 16px 0 0; padding: 0; list-style: none; }
.footer-steps li { counter-increment: step; position: relative; padding-left: 58px; }
.footer-steps li::before { content: counter(step, decimal-leading-zero); position: absolute; left: 0; top: -2px; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid color-mix(in srgb, var(--pink) 55%, transparent); border-radius: 50%; background: #101112; color: var(--pink); font-size: 14px; font-weight: 700; font-variant-numeric: tabular-nums; }
.footer-steps li:not(:last-child)::after { content: ''; position: absolute; left: 20px; top: 42px; bottom: -20px; width: 1px; background: linear-gradient(color-mix(in srgb, var(--pink) 55%, transparent), transparent); }
.footer-steps h3 { color: #fff; font-size: 18px; }
.footer-steps p { margin-top: 4px; color: #c9c9ce; font-size: 15px; line-height: 1.5; }
@media (max-width: 560px) {
  .footer-steps li { padding-left: 52px; }
}

/* ===== Contact page (contacto.html) ===== */
.contact-page-body { background: #101112; color: #fff; }
/* Centred title with the form right below it. */
.contact-page { display: grid; justify-items: center; gap: clamp(28px, 3vw, 44px); padding-block: clamp(48px, 6vw, 104px); }
.contact-page .contact-card { width: 100%; max-width: 760px; }
.contact-page h1 { color: #fff; font-size: clamp(40px, 4.4vw, 72px); line-height: 1; letter-spacing: -.04em; text-align: center; }
.contact-card { gap: 18px; padding: clamp(22px, 3vw, 40px); border: 1px solid #2a2b2f; border-radius: 20px; background: #16171a; }
.contact-card .field input, .contact-card .field select, .contact-card .field textarea { background: #101112; }
.field > label { color: #c9c9ce; font-size: 14px; font-weight: 500; }
.phone-field { display: grid; grid-template-columns: minmax(0, 240px) minmax(0, 1fr); gap: 10px; }
.phone-field select { text-overflow: ellipsis; }
.field-hint { color: #9a9ba1; font-size: 13px; line-height: 1.4; }
.field-hint.is-error { color: #ff8fab; }
.contact-page-footer .footer-bottom { padding-block: 24px 28px; border-top: 1px solid #2a2b2f; }
/* Closed country picker shows just "AR +54"; the full list with names appears when it opens. */
.phone-field { grid-template-columns: 132px minmax(0, 1fr); }
.phone-country { position: relative; }
.phone-country select { color: transparent; }
.phone-country select option, .phone-country select optgroup { color: #fff; background: #1a1b1e; }
.phone-country-code { position: absolute; z-index: 1; inset: 0 34px 0 14px; display: flex; align-items: center; color: #fff; font-size: 16px; white-space: nowrap; pointer-events: none; }
@media (max-width: 560px) {
  .phone-field { grid-template-columns: 118px minmax(0, 1fr); }
}

/* Browser autofill (Chrome/Edge/Safari) paints fields light and forces its own text colour; keep the dark look.
   The inset shadow covers the autofill background; the long transition stops it from flashing back. */
.field input:-webkit-autofill, .field textarea:-webkit-autofill, .field select:-webkit-autofill { -webkit-text-fill-color: #fff; caret-color: #fff; box-shadow: inset 0 0 0 1000px #1a1b1e; transition: background-color 99999s ease 0s; }
.contact-card .field input:-webkit-autofill, .contact-card .field textarea:-webkit-autofill, .contact-card .field select:-webkit-autofill { box-shadow: inset 0 0 0 1000px #101112; }
.field input:-webkit-autofill:focus, .field textarea:-webkit-autofill:focus, .field select:-webkit-autofill:focus { box-shadow: inset 0 0 0 1000px #101112, 0 0 0 3px color-mix(in srgb, var(--pink) 30%, transparent); }
/* The closed country picker only shows the "AR +54" label on top, even when autofilled. */
.phone-country select, .phone-country select:-webkit-autofill { -webkit-text-fill-color: transparent; }
.phone-country select option, .phone-country select optgroup { -webkit-text-fill-color: #fff; }
