:root {
  --ink: #102a2a;
  --ink-soft: #294543;
  --teal: #1f7a78;
  --teal-bright: #5cc5bc;
  --cream: #f4efe5;
  --paper: #fbf8f2;
  --sand: #ded2bf;
  --white: #fffefa;
  --line: rgba(16, 42, 42, .16);
  --shadow: 0 28px 70px rgba(16, 42, 42, .14);
  --radius: 28px;
  --pink: #ff8faf;
  --lime: #d8ff73;
  --blue: #9ddcff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 6.5rem; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 10%, rgba(92, 197, 188, .12), transparent 28rem),
    var(--paper);
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: clip;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; }
img { display: block; max-width: 100%; }
.scroll-progress { position: fixed; inset: 0 auto auto 0; z-index: 80; width: var(--scroll, 0%); height: 3px; background: var(--pink); pointer-events: none; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; padding: .7rem 1rem; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.site-header {
  position: sticky; top: env(safe-area-inset-top, 0); z-index: 40;
  display: flex; align-items: center; justify-content: space-between;
  width: min(1180px, calc(100% - 2rem)); margin: 1rem auto 0; padding: .72rem .8rem .72rem 1.15rem;
  background: rgba(251, 248, 242, .86); border: 1px solid var(--line); border-radius: 999px;
  backdrop-filter: blur(18px); box-shadow: 0 10px 35px rgba(16, 42, 42, .07);
}
.brand { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-width: 44px; min-height: 44px; color: var(--ink); font-weight: 800; text-decoration: none; letter-spacing: .08em; }
.brand img { width: 30px; height: 30px; border-radius: 9px; box-shadow: 2px 2px 0 var(--pink); transition: transform .25s ease; }
.brand:hover img { transform: rotate(-7deg) scale(1.05); }
.brand span { color: inherit; }
.site-nav { display: flex; gap: .35rem; }
.site-nav a { min-height: 44px; display: inline-flex; align-items: center; padding: .55rem .8rem; border-radius: 999px; text-decoration: none; font-size: .82rem; font-weight: 700; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="true"] { background: var(--cream); }
.menu-button { display: none; min-width: 44px; min-height: 44px; border: 0; padding: .55rem .8rem; border-radius: 999px; background: var(--ink); color: white; font: inherit; font-size: .8rem; font-weight: 700; }

.section-shell { width: min(1160px, calc(100% - 3rem)); margin-inline: auto; }
.hero { min-height: 88vh; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); align-items: center; gap: clamp(2rem, 4vw, 4rem); padding-block: clamp(4.5rem, 8vw, 7rem) 5rem; }
.hero-copy { min-width: 0; }
.eyebrow { margin: 0 0 1rem; color: var(--teal); font-size: .73rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, h4 { text-wrap: balance; }
h1, h2 { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; line-height: .98; letter-spacing: -.025em; }
h1 { margin: 0; max-width: 100%; font-size: clamp(3.4rem, 4vw, 4.4rem); }
h1 > span { display: block; white-space: nowrap; }
h1 em { color: var(--teal); font-weight: inherit; }
.hero-lede { max-width: 640px; margin: 1.8rem 0; color: var(--ink-soft); font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-lede strong { color: var(--ink); font-weight: 800; }
.location-line { margin: -.45rem 0 1.2rem; color: var(--ink-soft); font-size: .72rem; font-weight: 800; letter-spacing: .05em; }
.hello-chip { display: inline-flex; align-items: center; gap: .55rem; margin: 0 0 1rem; padding: .45rem .72rem; background: var(--lime); border: 1px solid var(--ink); border-radius: 999px; font-size: .78rem; font-weight: 800; transform: rotate(-2deg); box-shadow: 3px 3px 0 var(--ink); }
.hello-chip span { display: inline-block; transform-origin: 70% 80%; animation: wave 2.4s ease-in-out infinite; }
.hero-actions, .contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.1rem; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: .84rem; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.45); }
.button-whatsapp { gap: .55rem; }
.button-whatsapp img { width: 1rem; height: 1rem; }
.hero .button-primary { background: #168f55; }
.cv-link { padding: .65rem .2rem; color: var(--ink-soft); font-size: .76rem; font-weight: 800; text-underline-offset: 4px; }
.button-icon, .link-icon { display: inline-flex; align-items: center; gap: .45rem; }
.button-icon img { width: 1rem; height: 1rem; transition: transform .2s ease; }
.button-icon:hover img { transform: translateY(3px); }
.link-icon img { width: .88rem; height: .88rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 1.3rem; margin: 2rem 0 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: .78rem; font-weight: 700; }
.hero-proof li::before { content: "•"; color: var(--teal); margin-right: .45rem; }
.portrait-wrap { display: flex; flex-direction: column; gap: .9rem; isolation: isolate; width: min(100%, 475px); justify-self: end; }
.portrait-frame { overflow: hidden; aspect-ratio: 4 / 5; background: var(--sand); border-radius: 220px 220px 30px 30px; box-shadow: var(--shadow); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 23%; transform: translateY(var(--portrait-shift, 0)) scale(1.03); }
.portrait-note { display: inline-flex; align-items: center; align-self: flex-start; gap: .6rem; max-width: 100%; padding: .65rem .9rem; background: var(--white); border: 1px solid var(--ink); border-radius: 999px; box-shadow: 4px 4px 0 var(--pink); font-size: .75rem; font-weight: 800; line-height: 1.35; animation: availability-float 3.4s ease-in-out infinite; }
.portrait-note span { flex: 0 0 auto; width: .52rem; height: .52rem; background: var(--teal); border-radius: 50%; animation: status-pulse 1.8s ease-out infinite; }
.marquee { overflow: hidden; padding: .75rem 0; background: var(--pink); border-block: 1px solid var(--ink); transform: rotate(-.5deg) scale(1.01); }
.marquee-track { width: max-content; color: var(--ink); font-size: .75rem; font-weight: 800; letter-spacing: .1em; animation: marquee 28s linear infinite; }

.impact-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); color: white; }
.impact-strip > p { grid-column: 1 / -1; margin: 0; padding: 1rem 1.5rem 0; color: rgba(255,255,255,.62); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.impact-strip div { padding: clamp(1.4rem, 4vw, 2.5rem); text-align: center; border-right: 1px solid rgba(255,255,255,.12); }
.impact-strip div:last-child { border-right: 0; }
.impact-strip strong { display: block; font-family: "DM Serif Display", serif; color: var(--teal-bright); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; line-height: 1; }
.impact-strip span { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.manifesto { padding-block: clamp(6rem, 12vw, 10rem); }
.manifesto h2 { margin: 0; max-width: 1050px; font-size: clamp(3rem, 7vw, 6.8rem); }
.manifesto > p:nth-of-type(2) { max-width: 650px; margin: 2rem 0 3rem auto; color: var(--ink-soft); font-size: clamp(1rem, 2vw, 1.35rem); }
.manifesto-notes { display: flex; flex-wrap: wrap; gap: .75rem; }
.manifesto-notes span { padding: .7rem .9rem; background: var(--white); border: 1px solid var(--ink); border-radius: 999px; font-size: .76rem; font-weight: 800; box-shadow: 3px 3px 0 var(--ink); }
.manifesto-notes span:nth-child(odd), .interest-list span:nth-child(even) { background: var(--lime); }
.manifesto-notes span:nth-child(even), .interest-list span:nth-child(odd) { background: #ffd0dc; }
.manifesto-notes span, .interest-list span { display: inline-flex; align-items: center; gap: .5rem; }
.manifesto-notes img, .interest-list img { width: 1rem; height: 1rem; }

.dashboard, .case-section, .capabilities { padding-block: clamp(5rem, 10vw, 9rem); }
.section-heading { display: grid; grid-template-columns: .45fr 1fr; column-gap: 3rem; align-items: end; margin-bottom: 3rem; }
.section-heading .eyebrow { grid-column: 1; }
.section-heading h2 { grid-column: 1 / -1; margin: 0; max-width: 850px; font-size: clamp(2.8rem, 6vw, 5.7rem); }
.section-heading > p:last-child { grid-column: 2; max-width: 580px; margin: 1rem 0 0; color: var(--ink-soft); }
.dashboard-shell { padding: clamp(1.2rem, 3vw, 2.2rem); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.dashboard-topline { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; }
.dashboard-label { color: var(--teal); font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.dashboard-topline h3 { margin: .2rem 0 0; font-size: clamp(1.5rem, 3vw, 2.2rem); }
.status-pill { padding: .45rem .65rem; border-radius: 999px; background: #e5f4f0; color: #185d59; font-size: .67rem; font-weight: 800; text-transform: uppercase; }
.status-pill::before { content: ""; display: inline-block; width: .45rem; height: .45rem; margin-right: .4rem; background: var(--teal); border-radius: 50%; animation: status-pulse 1.8s ease-out infinite; }
.company-tabs { display: flex; gap: .5rem; margin: 1.8rem 0; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; overscroll-behavior-inline: contain; touch-action: pan-x; }
.company-tab { flex: 0 0 auto; min-height: 44px; border: 1px solid var(--line); background: transparent; color: var(--ink-soft); padding: .62rem .85rem; border-radius: 999px; font: inherit; font-size: .76rem; font-weight: 800; cursor: pointer; }
.company-tab.active { background: var(--ink); color: white; }
.company-select-wrap { display: none; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.metric-card { padding: 1.25rem; background: var(--cream); border-radius: 18px; }
.metric-icon { float: right; display: grid; place-items: center; width: 2.5rem; height: 2.5rem; background: var(--white); border: 1px solid var(--ink); border-radius: 50%; font-size: 1.1rem; box-shadow: 3px 3px 0 var(--ink); transform: rotate(5deg); }
.metric-card:nth-child(odd) .metric-icon { background: var(--lime); }
.metric-card:nth-child(even) .metric-icon { background: #ffd0dc; transform: rotate(-5deg); }
.metric-icon img { width: 1.15rem; height: 1.15rem; }
.metric-value { display: block; font-family: "DM Serif Display", serif; color: var(--teal); font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1; }
.metric-name { display: block; min-height: 2.5rem; margin: .45rem 0 1rem; font-size: .76rem; font-weight: 800; }
.metric-track { display: none; height: 6px; overflow: hidden; background: rgba(16,42,42,.1); border-radius: 99px; }
.metric-bar { width: 0; height: 100%; background: linear-gradient(90deg, var(--teal), var(--teal-bright)); border-radius: inherit; transition: width .65s cubic-bezier(.2,.8,.2,1); }
.dashboard-insight { display: grid; grid-template-columns: .3fr 1fr; gap: 1.5rem; margin-top: 1rem; padding: 1.2rem; border: 1px solid var(--line); border-radius: 18px; }
.dashboard-insight span { color: var(--teal); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.dashboard-insight p { margin: 0; }
.method-note { margin: 1rem 0 0; color: #657675; font-size: .76rem; line-height: 1.5; }

.case-section { background: var(--cream); width: 100%; padding-inline: max(1.5rem, calc((100vw - 1160px)/2)); }
.case-list { border-top: 1px solid var(--ink); }
.case-card { position: relative; display: grid; grid-template-columns: .22fr 1.2fr .9fr; gap: clamp(1rem, 4vw, 4rem); align-items: center; padding: clamp(2rem, 5vw, 4.5rem) 0; border-bottom: 1px solid var(--ink); }
.case-mark { display: flex; flex-direction: column; align-items: flex-start; gap: 1.2rem; }
.case-number { color: var(--teal); font-family: "DM Serif Display", serif; font-size: 2.5rem; }
.brand-sticker { display: grid; place-items: center; width: 112px; min-height: 74px; padding: .8rem; overflow: hidden; background: var(--white); border: 1px solid var(--ink); border-radius: 16px; box-shadow: 5px 5px 0 var(--ink); animation: logo-float 4s ease-in-out infinite; }
.brand-sticker img { width: 100%; max-height: 48px; object-fit: contain; }
.sticker-oppo { transform: rotate(-4deg); }
.sticker-gym { align-content: center; background: var(--lime); line-height: .82; transform: rotate(3deg); animation-delay: -.8s; }
.sticker-gym b { font-size: .78rem; font-weight: 800; letter-spacing: -.03em; }
.sticker-gym small { margin-top: .3rem; font-size: .53rem; font-weight: 800; letter-spacing: .18em; }
.sticker-imatge { width: 126px; background: white; transform: rotate(-2deg); animation-delay: -1.6s; }
.case-kicker { color: var(--teal); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.case-card h3 { margin: .35rem 0 1rem; max-width: 620px; font-family: "DM Serif Display", serif; font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 400; line-height: 1.02; }
.case-card p { color: inherit; opacity: .78; }
.case-card > .case-outcome { grid-column: 2 / -1; display: inline-flex; align-items: baseline; gap: .45rem; margin: .1rem 0 0; padding-top: .65rem; color: var(--ink-soft); border-top: 1px solid var(--line); opacity: 1; font-size: .68rem; font-weight: 800; }
.case-outcome strong { color: var(--teal); font-family: "DM Serif Display", serif; font-size: 1.5rem; font-weight: 400; line-height: 1; }
.case-card ul { display: grid; gap: .6rem; margin: 0; padding: 0; list-style: none; }
.case-card li { display: grid; grid-template-columns: 5.2rem 1fr; align-items: baseline; gap: .7rem; padding: .7rem 0; border-bottom: 1px solid var(--line); font-size: .72rem; }
.case-card li strong { color: var(--teal); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.case-card li span { color: var(--ink-soft); font-weight: 700; line-height: 1.45; }

.story-system { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 9vw, 8rem); padding-block: clamp(6rem, 12vw, 11rem); }
.story-sticky { position: sticky; top: 9rem; align-self: start; }
.story-title-row { display: flex; flex-direction: column; align-items: center; text-align: center; }
.story-title-row .eyebrow { margin: .5rem 0 .8rem; }
.story-sticky h2 { margin: 0; font-size: clamp(2.5rem, 4.8vw, 4.4rem); white-space: nowrap; }
.story-sticky h2 em { color: var(--teal); font-weight: inherit; }
.story-sticky > p { max-width: 470px; margin: 1.4rem auto 0; color: var(--ink-soft); text-align: center; }
.scroll-demo { position: relative; width: 76px; height: 132px; margin: 0 auto; }
.demo-device { position: relative; width: 112px; height: 198px; padding: 14px 9px 18px; background: var(--white); border: 3px solid var(--ink); border-radius: 24px; box-shadow: 6px 6px 0 var(--pink); animation: device-float 3.6s ease-in-out infinite; }
.story-title-row .demo-device { scale: .66; transform-origin: top left; }
.demo-screen { height: 158px; overflow: hidden; background: var(--ink); border-radius: 12px; }
.demo-feed { display: grid; gap: 7px; padding: 8px; animation: feed-scroll 3.2s ease-in-out infinite; }
.demo-feed span { display: block; height: 55px; background: var(--lime); border-radius: 7px; }
.demo-feed span:nth-child(2) { background: var(--pink); }
.demo-feed span:nth-child(3) { background: var(--cream); }
.demo-feed span:nth-child(4) { background: var(--teal-bright); }
.demo-device i { position: absolute; left: 50%; bottom: 7px; width: 18px; height: 4px; background: var(--teal); border-radius: 99px; transform: translateX(-50%); }
.story-beats { margin: 0; padding: 0; list-style: none; }
.story-beats li { display: grid; grid-template-columns: 4rem 1fr; gap: 1rem; min-height: 210px; padding: 2rem 0; border-top: 1px solid var(--line); }
.story-beats li:last-child { border-bottom: 1px solid var(--line); }
.story-beats li > span { display: grid; place-items: center; width: 3.4rem; height: 3.4rem; background: var(--white); border: 1px solid var(--ink); border-radius: 50%; font-size: 1.45rem; box-shadow: 3px 3px 0 var(--ink); transform: rotate(-5deg); }
.story-beats li:nth-child(odd) > span { background: var(--lime); }
.story-beats li:nth-child(even) > span { background: #ffd0dc; transform: rotate(5deg); }
.story-beats li > span img { width: 1.35rem; height: 1.35rem; }
.story-beats small { display: block; margin-bottom: .5rem; color: var(--teal); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.story-beats strong { display: block; font-family: "DM Serif Display", serif; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 400; line-height: 1; }
.story-beats p { max-width: 470px; color: var(--ink-soft); }

.reels-section { padding-block: clamp(5rem, 10vw, 9rem); background: var(--ink); color: white; }
.reels-section .section-heading > p:last-child { color: rgba(255,255,255,.68); }
.reels-section .section-heading { margin-bottom: 2rem; }
.reels-section .section-heading h2 { max-width: 720px; font-size: clamp(2.7rem, 5vw, 4.5rem); }
.work-group { display: grid; grid-template-columns: 118px minmax(0, 1fr) auto; align-items: end; gap: 1.4rem; margin: 3.5rem 0 1.2rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.22); }
.work-brand-logo { display: grid; place-items: center; width: 112px; min-height: 76px; padding: .75rem; overflow: hidden; background: var(--white); border: 1px solid rgba(255,255,255,.5); border-radius: 17px; box-shadow: 5px 5px 0 var(--pink); transform: rotate(-2deg); animation: logo-float 4s ease-in-out infinite; }
.work-brand-logo img { width: 100%; max-height: 52px; object-fit: contain; }
.logo-esamblea { padding: 0; background: #172a45; transform: rotate(2deg); animation-delay: -1.2s; }
.logo-esamblea img { width: 100%; height: 76px; max-height: none; object-fit: cover; }
.work-group h3 { margin: .2rem 0; font-family: "DM Serif Display", serif; font-size: clamp(2.4rem, 5vw, 4.5rem); font-weight: 400; line-height: 1; }
.work-group p { max-width: 560px; margin: .5rem 0 0; color: rgba(255,255,255,.65); }
.work-roles, .work-label { color: var(--teal-bright); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.work-roles { max-width: 230px; padding-bottom: .25rem; text-align: right; }
.reel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.reel-card { position: relative; aspect-ratio: 4 / 5; min-height: 0; overflow: hidden; color: white; background: #101514; border: 1px solid rgba(255,255,255,.25); border-radius: 28px; text-decoration: none; transition: transform .35s cubic-bezier(.2,.8,.2,1), border-radius .35s ease; }
.reel-card > img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(.9) brightness(.7); transition: filter .4s ease, transform .6s cubic-bezier(.2,.8,.2,1); }
.reel-card:hover > img { filter: grayscale(0) brightness(.9); transform: scale(1.04); }
.reel-card:focus-visible > img { filter: grayscale(0) brightness(.9); transform: scale(1.04); }
.reel-card:hover { transform: translateY(-10px) rotate(-1deg); border-radius: 52px 20px 52px 20px; }
.play-mark { position: absolute; top: 28%; left: 50%; display: grid; place-items: center; width: 92px; aspect-ratio: 1; background: var(--paper); border: 2px solid var(--ink); border-radius: 50%; font-size: 1.4rem; transform: translate(-50%,-50%) rotate(-7deg); box-shadow: 7px 7px 0 var(--ink); transition: transform .3s ease; }
.reel-card:nth-child(3n+1) .play-mark { background: var(--lime); box-shadow: 7px 7px 0 var(--pink); }
.reel-card:nth-child(3n+2) .play-mark { background: var(--pink); box-shadow: 7px 7px 0 var(--teal-bright); }
.reel-card:nth-child(3n) .play-mark { background: var(--teal-bright); box-shadow: 7px 7px 0 var(--lime); }
.play-mark img { width: 1.45rem; height: 1.45rem; margin-left: .15rem; transition: transform .3s ease; }
.reel-card:hover .play-mark, .reel-card:focus-visible .play-mark { transform: translate(-50%,-50%) rotate(5deg) scale(1.1); }
.reel-card:hover .play-mark img, .reel-card:focus-visible .play-mark img { transform: scale(1.08); }
.reel-caption { position: absolute; inset: auto 1rem 1rem; display: flex; justify-content: space-between; gap: .5rem; padding: .75rem .85rem; background: rgba(16,42,42,.78); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; backdrop-filter: blur(10px); font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.reel-caption b { display: inline-flex; align-items: center; gap: .25rem; white-space: nowrap; }
.reel-caption b img { width: .85rem; height: .85rem; filter: invert(1); }
.reel-note { display: flex; align-items: flex-start; gap: .55rem; max-width: 650px; margin: 3rem 0 0; padding: .7rem .8rem; color: rgba(255,255,255,.65); background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.13); border-radius: 12px; font-size: .68rem; line-height: 1.5; }
.reel-note > img { flex: 0 0 auto; width: 1rem; height: 1rem; margin-top: .15rem; filter: invert(1); opacity: .75; }
.reel-note strong { color: white; }
.mobile-scroll-hint { display: none; align-items: center; gap: .35rem; margin: .8rem 0; color: var(--ink-soft); font-size: .68rem; font-weight: 800; }
.mobile-scroll-hint img { width: .9rem; height: .9rem; transform: rotate(-90deg); }
.mobile-scroll-hint-light { color: rgba(255,255,255,.66); }
.mobile-scroll-hint-light img { filter: invert(1); }

.capability-heading { grid-template-columns: .48fr 1fr; align-items: start; }
.capability-heading .eyebrow { grid-column: 1; grid-row: 1; padding-top: .5rem; }
.capability-heading h2 { grid-column: 2; max-width: 700px; }
.capability-heading > p:last-child { grid-column: 2; }
.capability-cycle { position: relative; width: min(100%, 760px); height: 650px; margin: 0 auto; }
.cycle-orbit { position: absolute; left: 50%; top: 50%; width: 390px; aspect-ratio: 1; border: 2px dashed rgba(31,122,120,.4); border-radius: 50%; transform: translate(-50%,-50%); }
.cycle-orbit::after { content: ""; position: absolute; right: 23px; top: 70px; width: 14px; height: 14px; border-top: 3px solid var(--teal); border-right: 3px solid var(--teal); transform: rotate(48deg); }
.cycle-node { position: absolute; z-index: 2; width: 200px; padding: .85rem; background: var(--paper); text-align: center; }
.cycle-node > div { display: inline-flex; align-items: center; gap: .5rem; }
.cycle-node span { color: var(--pink); font-size: .66rem; font-weight: 800; letter-spacing: .08em; }
.cycle-node img { width: 1.2rem; height: 1.2rem; }
.cycle-node h3 { margin: .45rem 0 .3rem; font-family: "DM Serif Display", serif; font-size: 1.65rem; font-weight: 400; line-height: 1; }
.cycle-node p { margin: 0; color: var(--ink-soft); font-size: .76rem; line-height: 1.45; }
.cycle-strategy { left: 50%; top: 0; transform: translateX(-50%); }
.cycle-content { right: 0; top: 50%; transform: translateY(-50%); }
.cycle-community { left: 50%; bottom: 0; transform: translateX(-50%); }
.cycle-measure { left: 0; top: 50%; transform: translateY(-50%); }
.cycle-center { position: absolute; left: 50%; top: 50%; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 196px; aspect-ratio: 1; padding: 1.6rem; background: var(--lime); border: 1px solid var(--ink); border-radius: 50%; box-shadow: 6px 6px 0 var(--pink); text-align: center; transform: translate(-50%,-50%); }
.cycle-center img { width: 1.6rem; height: 1.6rem; margin-bottom: .8rem; transition: transform .5s ease; }
.cycle-center strong { font-family: "DM Serif Display", serif; font-size: 1.28rem; font-weight: 400; line-height: 1.05; }
.cycle-center span { margin-top: .45rem; color: var(--ink-soft); font-size: .68rem; font-weight: 800; }
.cycle-center img { animation: cycle-spin 8s linear infinite; }
.strengths-intro { display: grid; grid-template-columns: .45fr 1fr; gap: .5rem 3rem; align-items: end; margin: clamp(4rem, 8vw, 7rem) 0 2rem; }
.strengths-intro .eyebrow { grid-column: 1; margin: 0; }
.strengths-intro h3 { grid-column: 1 / -1; margin: 0; font-family: "DM Serif Display", serif; font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 400; line-height: 1; }
.strengths-intro > p:last-child { grid-column: 2; max-width: 620px; margin: .7rem 0 0; color: var(--ink-soft); }
.strength-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.2rem, 3vw, 2.5rem); }
.strength-card { min-width: 0; padding: 1.25rem 0; border-top: 1px solid var(--ink); }
.strength-card small { color: var(--teal); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.strength-card h4 { max-width: 280px; margin: .9rem 0 .65rem; font-family: "DM Serif Display", serif; font-size: clamp(1.4rem, 2vw, 1.8rem); font-weight: 400; line-height: 1.08; }
.strength-card p { max-width: 470px; margin: 0; color: var(--ink-soft); font-size: .82rem; }
.strength-sticker { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; margin-bottom: 1.2rem; background: var(--lime); border-radius: 50%; }
.strength-card:nth-child(even) .strength-sticker { background: #ffd0dc; }
.strength-sticker img { width: 1.15rem; height: 1.15rem; }
.toolkit-label { margin: 3.5rem 0 .8rem; color: var(--teal); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.toolkit-marquee { width: 100%; overflow: hidden; padding-block: .85rem; border-block: 1px solid var(--line); }
.toolkit { display: flex; width: max-content; gap: 1.2rem; animation: tools-marquee 26s linear infinite; }
.toolkit-marquee:hover .toolkit { animation-play-state: paused; }
.tool-card { flex: 0 0 132px; min-height: 58px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .45rem; padding: .15rem 0; background: transparent; text-align: center; }
.tool-card img { width: auto; max-width: 76px; height: 22px; object-fit: contain; object-position: center; }
.tool-card span { color: var(--ink-soft); font-size: .61rem; font-weight: 700; line-height: 1.25; }
.tool-card-duplicate { display: flex; }

.about-me { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; padding-block: clamp(6rem, 12vw, 10rem); }
.about-copy h2 { margin: 0; font-size: clamp(3.2rem, 7vw, 6.4rem); }
.about-copy > p:not(.eyebrow) { max-width: 620px; color: var(--ink-soft); font-size: clamp(1rem, 1.8vw, 1.2rem); }
.interest-list { display: flex; flex-wrap: wrap; gap: .65rem; margin: 2rem 0; }
.interest-list span { padding: .65rem .8rem; background: var(--white); border: 1px solid var(--ink); border-radius: 999px; font-size: .76rem; font-weight: 800; box-shadow: 3px 3px 0 var(--ink); }
.about-note { font-size: .74rem; font-weight: 800; line-height: 1.4; text-wrap: balance; }
.dog-sticker { position: relative; width: min(100%, 480px); margin: 0; transform: rotate(2deg); }
.dog-sticker img { width: 100%; height: auto; object-fit: cover; aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 32px; box-shadow: 8px 8px 0 var(--pink); animation: dog-bark 2.5s ease-in-out infinite; transform-origin: 50% 70%; }
.dog-sticker .about-note { margin: 1.2rem 0 0; white-space: nowrap; text-align: center; transform: rotate(-2deg); }
.dog-sticker figcaption { position: absolute; left: -1rem; top: -.3rem; z-index: 2; display: flex; flex-direction: column; width: max-content; padding: .7rem .9rem; background: var(--lime); border: 1px solid var(--ink); border-radius: 16px; box-shadow: 4px 4px 0 var(--ink); transform: rotate(-10deg); animation: milena-tag 3.8s ease-in-out infinite; }
.dog-sticker figcaption strong { font-size: .72rem; }
.dog-sticker figcaption span { color: var(--ink-soft); font-size: .62rem; font-weight: 700; }

.contact { display: grid; grid-template-columns: 1.15fr .65fr; gap: clamp(2rem, 7vw, 6rem); align-items: end; margin-bottom: 2rem; padding: clamp(2rem, 6vw, 5rem); background: radial-gradient(circle at 88% 8%, rgba(255,143,175,.3), transparent 18rem), var(--ink); color: white; border-radius: var(--radius); }
.contact .eyebrow { color: var(--pink); }
.contact h2 { margin: 0 0 2rem; max-width: 780px; font-size: clamp(2.7rem, 5.6vw, 5.4rem); }
.contact-location { max-width: 650px; margin: -1rem 0 0; color: rgba(255,255,255,.7); }
.contact-panel { padding: 1.35rem; background: var(--paper); color: var(--ink); border: 1px solid rgba(255,255,255,.45); border-radius: 22px; box-shadow: 8px 8px 0 var(--pink); }
.contact-monogram { display: block; width: 3.5rem; height: 3.5rem; margin-bottom: 2rem; border-radius: 16px; box-shadow: 4px 4px 0 var(--pink); transform: rotate(-5deg); animation: logo-float 4s ease-in-out infinite; }
.contact-panel > p { margin: 0 0 1.25rem; font-family: "DM Serif Display", serif; font-size: 1.45rem; line-height: 1.16; }
.contact-panel .button { width: 100%; background: #168f55; color: white; }
.contact-links { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.contact-links a { font-size: .72rem; font-weight: 800; text-underline-offset: 4px; }
.button-light { background: white; color: var(--ink); }
.button-outline-light { border-color: rgba(255,255,255,.45); color: white; }
.text-link { margin-left: .4rem; color: white; font-size: .82rem; font-weight: 700; }
footer { display: flex; justify-content: space-between; gap: 1rem; width: min(1160px, calc(100% - 3rem)); margin: auto; padding: 1.5rem 0 2.5rem; color: var(--ink-soft); font-size: .72rem; }
.whatsapp-float { position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 60; display: inline-flex; align-items: center; gap: .55rem; min-height: 52px; padding: .75rem 1rem; background: #168f55; color: white; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; box-shadow: 0 14px 35px rgba(16,42,42,.25); text-decoration: none; font-size: .76rem; font-weight: 800; transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float img { width: 1.25rem; height: 1.25rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes wave { 0%,60%,100% { transform: rotate(0); } 68% { transform: rotate(18deg); } 76% { transform: rotate(-8deg); } 84% { transform: rotate(15deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes status-pulse { 0% { box-shadow: 0 0 0 0 rgba(31,122,120,.45); } 70%,100% { box-shadow: 0 0 0 7px rgba(31,122,120,0); } }
@keyframes dog-bark { 0%,55%,100% { transform: translateY(0) rotate(0); } 61% { transform: translateY(-3px) rotate(-3deg); } 67% { transform: translateY(0) rotate(3deg); } 73% { transform: translateY(-2px) rotate(-1deg); } }
@keyframes milena-tag { 0%,100% { transform: translateY(0) rotate(-10deg); } 50% { transform: translateY(-5px) rotate(-7deg); } }
@keyframes logo-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -6px; } }
@keyframes availability-float { 0%,100% { transform: translateY(0) rotate(1deg); } 50% { transform: translateY(-7px) rotate(-1deg); } }
@keyframes feed-scroll { 0%,18% { transform: translateY(0); } 48%,66% { transform: translateY(-62px); } 88%,100% { transform: translateY(-124px); } }
@keyframes device-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@keyframes tools-marquee { to { transform: translateX(calc(-50% - .6rem)); } }
@keyframes cycle-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .metric-bar, .tool-card, .reel-card, .play-mark, .play-mark img, .whatsapp-float, .cycle-center img { transition: none; } .hello-chip span, .marquee-track, .status-pill::before, .dog-sticker img, .dog-sticker figcaption, .brand-sticker, .work-brand-logo, .strength-sticker, .portrait-note, .portrait-note span, .demo-feed, .demo-device, .toolkit, .cycle-center img { animation: none; } .portrait-frame img { transform: scale(1.03); } .reel-card:hover .play-mark img, .reel-card:focus-visible .play-mark img { transform: none; } }

@media (min-width: 1041px) {
  .capabilities { display: grid; grid-template-columns: minmax(620px, 1.15fr) minmax(320px, .85fr); column-gap: clamp(2rem, 4vw, 4.5rem); align-items: center; }
  .capability-heading { display: block; grid-column: 2; grid-row: 1; margin: 0; }
  .capability-heading h2 { max-width: 430px; font-size: clamp(3.2rem, 4.7vw, 5rem); }
  .capability-heading > p:last-child { max-width: 420px; margin-top: 1.3rem; }
  .capability-cycle { grid-column: 1; grid-row: 1; width: min(100%, 650px); height: 620px; }
  .capabilities > .strengths-intro,
  .capabilities > .strength-grid,
  .capabilities > .toolkit-label,
  .capabilities > .toolkit-marquee { grid-column: 1 / -1; }
}

@media (max-width: 1040px) {
  .hero { grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); gap: 2rem; }
  h1 { font-size: clamp(3rem, 4.8vw, 3.55rem); }
  .site-nav a { padding-inline: .62rem; }
}

@media (max-width: 900px) {
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .portrait-wrap { width: min(88%, 430px); justify-self: center; }
}

@media (max-width: 820px) {
  .site-header { border-radius: 22px; }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: calc(100% + .5rem); flex-direction: column; padding: .6rem; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 4rem; }
  h1 { font-size: clamp(3rem, 7.5vw, 4rem); }
  h1 > span { white-space: normal; }
  .portrait-wrap { width: min(88%, 430px); justify-self: center; }
  .impact-strip { grid-template-columns: repeat(2, 1fr); }
  .impact-strip div:nth-of-type(2) { border-right: 0; }
  .impact-strip div:nth-of-type(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .section-heading { display: block; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .dashboard-insight { grid-template-columns: 1fr; }
  .case-card { grid-template-columns: 8rem 1fr; }
  .case-card ul { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
  .case-card > .case-outcome { grid-column: 1 / -1; }
  .capability-heading { display: block; }
  .capability-cycle { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; width: 100%; height: auto; }
  .cycle-orbit { display: none; }
  .cycle-node { position: static; width: auto; padding: 1rem 0; background: transparent; border-top: 1px solid var(--line); text-align: left; transform: none; }
  .cycle-center { position: static; grid-column: 1 / -1; width: min(100%, 420px); min-height: 150px; aspect-ratio: auto; justify-self: center; border-radius: 24px; transform: none; }
  .strengths-intro { display: block; }
  .strengths-intro h3 { margin-top: .25rem; }
  .strength-grid { grid-template-columns: repeat(2, 1fr); }
  .story-system { grid-template-columns: 1fr; }
  .story-sticky { position: static; }
  .toolkit-marquee { width: 100%; }
  .about-me { grid-template-columns: 1fr; gap: 2.5rem; }
  .dog-sticker { width: min(76%, 420px); margin-inline: auto; }
  .contact { grid-template-columns: 1fr; align-items: start; }
  .contact-panel { max-width: 520px; }
}

@media (max-width: 520px) {
  .section-shell { width: min(100% - 1.4rem, 1160px); }
  .site-header { width: calc(100% - 1rem); margin-top: .5rem; }
  .hero { gap: 2.2rem; padding-top: 2.5rem; }
  .hero .eyebrow { white-space: nowrap; font-size: clamp(.52rem, 2.35vw, .66rem); letter-spacing: .08em; }
  h1 { font-size: clamp(1.78rem, 8.6vw, 2.25rem); line-height: 1.02; }
  h1 > span { white-space: nowrap; }
  .portrait-wrap { width: min(88%, 360px); }
  .portrait-note { align-self: center; justify-content: center; padding: .62rem .78rem; font-size: .69rem; text-align: center; }
  .impact-strip div { padding: 1.35rem .5rem; }
  .impact-strip strong { font-size: 2.2rem; }
  .manifesto, .dashboard, .case-section, .story-system, .reels-section, .capabilities, .about-me { padding-block: 4.5rem; }
  .manifesto h2, .about-copy h2, .story-sticky h2 { font-size: clamp(2.35rem, 12vw, 3rem); }
  .section-heading h2, .contact h2 { font-size: clamp(2.2rem, 11vw, 2.8rem); line-height: 1.02; }
  .case-card h3 { font-size: clamp(1.9rem, 9vw, 2.5rem); }
  .dashboard-shell { margin-inline: -.7rem; padding: 1.15rem .7rem; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
  .dashboard-topline { align-items: flex-start; }
  .dashboard-topline > div { width: 100%; }
  .status-pill { max-width: none; white-space: nowrap; text-align: left; }
  .company-tabs { width: calc(100% + .7rem); margin: 1.25rem 0 .5rem; padding: 0 .7rem .35rem 0; scroll-snap-type: x proximity; }
  .company-tab { scroll-snap-align: start; }
  .company-tabs { display: none; }
  .company-select-wrap { display: grid; gap: .35rem; margin: 1.25rem 0 .35rem; }
  .company-select-wrap span { padding-left: .25rem; color: var(--teal); font-size: .6rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
  .company-select-wrap select { width: 100%; min-height: 52px; appearance: none; -webkit-appearance: none; padding: .78rem 3rem .78rem 1rem; color: var(--ink); background-color: var(--white); background-image: url("assets/icons/arrow-down.svg"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 1rem; border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 8px 24px rgba(16,42,42,.07); font: inherit; font-size: .82rem; font-weight: 800; cursor: pointer; }
  .company-select-wrap select:focus-visible { border-color: var(--teal); outline: 3px solid rgba(255,143,175,.55); outline-offset: 2px; }
  .mobile-scroll-hint { display: inline-flex; }
  .site-nav { max-height: min(70vh, 420px); overflow-y: auto; -webkit-overflow-scrolling: touch; }
  .metric-scroll-hint { display: none; }
  .metric-grid { display: grid; grid-template-columns: 1fr; grid-auto-flow: row; gap: 0; margin: .5rem 0 0; padding: 0; overflow: visible; }
  .metric-card { display: grid; grid-template-columns: 2.5rem minmax(4.6rem, auto) 1fr; gap: .65rem; align-items: center; min-height: 0; padding: .9rem 0; background: transparent; border-top: 1px solid var(--line); border-radius: 0; }
  .metric-icon { grid-column: 1; float: none; width: 2.15rem; height: 2.15rem; margin: 0; box-shadow: none; transform: none; }
  .metric-card:nth-child(even) .metric-icon { transform: none; }
  .metric-value { grid-column: 2; font-size: 1.75rem; }
  .metric-name { grid-column: 3; max-width: none; min-height: 0; margin: 0; font-size: .7rem; line-height: 1.35; }
  .dashboard-insight { gap: .45rem; padding: 1rem 0; border-inline: 0; border-radius: 0; }
  .capability-cycle { grid-template-columns: 1fr; gap: 0; }
  .cycle-node { display: grid; grid-template-columns: 2.5rem 1fr; column-gap: .7rem; padding: 1.1rem 0; }
  .cycle-node > div { grid-row: 1 / 3; align-self: start; flex-direction: column; gap: .15rem; }
  .cycle-node h3, .cycle-node p { grid-column: 2; }
  .cycle-node h3 { margin-top: 0; }
  .cycle-center { grid-column: 1; min-height: 0; margin-top: 1rem; padding: 1.4rem; }
  .scroll-demo { width: 118px; }
  .strength-grid { grid-template-columns: 1fr; gap: 0; }
  .strength-card { display: grid; grid-template-columns: 2.7rem 1fr; column-gap: .8rem; padding: 1.25rem 0; border-top: 1px solid var(--line); }
  .strength-sticker { grid-row: 1 / 4; width: 2.35rem; height: 2.35rem; margin: 0; }
  .strength-card small, .strength-card h4, .strength-card p { grid-column: 2; }
  .strength-card h4 { margin: .35rem 0 .45rem; font-size: 1.55rem; }
  .contact { margin-bottom: .7rem; border-radius: 22px; }
  .story-beats li { grid-template-columns: 3rem 1fr; min-height: 0; padding: 1.6rem 0; }
  .story-title-row .scroll-demo { width: 62px; height: 108px; }
  .story-title-row .demo-device { scale: .55; transform-origin: top left; }
  .story-sticky h2 { font-size: clamp(1.72rem, 8vw, 2.2rem); }
  .case-card { grid-template-columns: 1fr; gap: .5rem; }
  .case-mark { flex-direction: row; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
  .brand-sticker { width: 78px; min-height: 48px; padding: .45rem; background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: none; animation: none; transform: none; }
  .brand-sticker img { width: 100%; max-height: 32px; object-fit: contain; }
  .sticker-gym { background: var(--lime); transform: none; }
  .sticker-imatge { width: 84px; }
  .case-card ul { grid-column: auto; grid-template-columns: 1fr; margin-top: 1rem; }
  .case-card > .case-outcome { grid-column: auto; order: 5; width: 100%; margin-top: .65rem; }
  .reels-section .section-heading { margin-bottom: 1.25rem; }
  .reels-section .section-heading h2 { font-size: clamp(2.15rem, 10vw, 2.7rem); }
  .work-group { grid-template-columns: 62px 1fr; align-items: center; gap: .8rem; margin-top: 2.5rem; }
  .work-brand-logo { width: 64px; min-height: 46px; padding: .4rem; background: var(--white); border: 1px solid rgba(255,255,255,.25); border-radius: 10px; box-shadow: none; animation: none; transform: none; }
  .work-brand-logo img { width: 100%; max-height: 31px; object-fit: contain; }
  .logo-esamblea { padding: 0; }
  .logo-esamblea { padding: 0; background: #172a45; }
  .logo-esamblea img { height: 46px; max-height: none; object-fit: cover; border-radius: 9px; }
  .work-group h3 { font-size: 2rem; }
  .work-group p { font-size: .82rem; line-height: 1.5; }
  .work-roles { grid-column: 1 / -1; max-width: none; padding: 0; text-align: left; }
  .reel-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(56vw, 210px); gap: .7rem; margin-inline: -.1rem; padding: 0 .1rem 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: .1rem; scrollbar-width: none; -webkit-overflow-scrolling: touch; overscroll-behavior-inline: contain; touch-action: pan-x; }
  .reel-grid::-webkit-scrollbar { display: none; }
  .reel-card { aspect-ratio: 9 / 16; scroll-snap-align: start; }
  .play-mark { width: 68px; }
  .reel-caption { inset: auto .65rem .65rem; flex-wrap: wrap; border-radius: 14px; }
  .toolkit { animation-duration: 22s; }
  .tool-card { flex-basis: 118px; }
  .about-copy { order: 1; }
  .dog-sticker { order: 2; width: min(86%, 360px); margin-inline: auto; }
  .dog-sticker .about-note { max-width: 320px; margin: 1.2rem auto 0; white-space: normal; }
  .dog-sticker figcaption { left: -.6rem; top: -.2rem; }
  .interest-list { flex-wrap: nowrap; gap: .35rem; }
  .interest-list span { flex: 1 1 0; justify-content: center; padding: .55rem .35rem; white-space: nowrap; font-size: .62rem; box-shadow: none; }
  .contact-actions { align-items: stretch; }
  .contact-actions .button { flex: 1 1 100%; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button, .cv-link { width: 100%; min-height: 48px; }
  .cv-link { display: inline-flex; align-items: center; justify-content: center; padding: .75rem 1.1rem; border: 1px solid var(--line); border-radius: 999px; text-align: center; }
  .hero-proof { flex-wrap: nowrap; justify-content: center; gap: .35rem; margin-top: 1.2rem; }
  .hero-proof li { padding: .35rem .45rem; background: var(--cream); border-radius: 999px; white-space: nowrap; font-size: .58rem; }
  .hero-proof li::before { display: none; }
  .contact-links a { display: inline-flex; align-items: center; min-height: 44px; }
  .contact-panel, .contact-links { text-align: center; }
  .contact-links { justify-content: center; }
  .whatsapp-float { right: max(.7rem, env(safe-area-inset-right)); bottom: max(.7rem, env(safe-area-inset-bottom)); width: 52px; padding: 0; justify-content: center; }
  .whatsapp-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .text-link { width: 100%; margin: .6rem 0 0; text-align: center; }
  footer { width: calc(100% - 1.4rem); flex-direction: column; }
}

@media (max-width: 820px) {
  .company-tabs { display: none; }
  .company-select-wrap { position: relative; display: block; width: min(100%, 330px); margin: 1.25rem 0 .45rem; }
  .company-select-wrap > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .company-select-wrap select { width: 100%; min-height: 48px; appearance: none; -webkit-appearance: none; padding: .72rem 2.6rem .72rem 1rem; color: var(--ink); background-color: var(--white); background-image: url("assets/icons/arrow-down.svg"); background-repeat: no-repeat; background-position: right .85rem center; background-size: .9rem; border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 8px 22px rgba(16,42,42,.07); font: inherit; font-size: .8rem; font-weight: 800; }
  .company-select-wrap select:focus-visible { border-color: var(--teal); outline: 3px solid rgba(255,143,175,.55); outline-offset: 2px; }

  .capability-cycle { position: relative; display: block; width: min(100%, 520px); height: 520px; margin-inline: auto; }
  .cycle-orbit { display: block; width: 300px; }
  .cycle-node { position: absolute; width: 150px; padding: .7rem; background: var(--paper); border: 0; text-align: center; }
  .cycle-strategy { left: 50%; top: 0; transform: translateX(-50%); }
  .cycle-content { right: 0; top: 50%; transform: translateY(-50%); }
  .cycle-community { left: 50%; bottom: 0; transform: translateX(-50%); }
  .cycle-measure { left: 0; top: 50%; transform: translateY(-50%); }
  .cycle-center { position: absolute; left: 50%; top: 50%; grid-column: auto; width: 150px; min-height: 0; aspect-ratio: 1; margin: 0; padding: 1.15rem; border-radius: 50%; transform: translate(-50%,-50%); }
  .cycle-center strong { font-size: 1.05rem; }
}

@media (max-width: 520px) {
  .company-select-wrap { width: min(100%, 285px); }
  .capability-cycle { width: 100%; height: 400px; }
  .cycle-orbit { width: 218px; }
  .cycle-node { display: block; width: 98px; padding: .35rem; }
  .cycle-node > div { display: inline-flex; flex-direction: row; gap: .3rem; }
  .cycle-node h3 { margin: .3rem 0 .2rem; font-size: 1.05rem; }
  .cycle-node p { font-size: .59rem; line-height: 1.32; }
  .cycle-node span { font-size: .56rem; }
  .cycle-node img { width: .95rem; height: .95rem; }
  .cycle-center { width: 108px; padding: .7rem; }
  .cycle-center img { width: 1.15rem; height: 1.15rem; margin-bottom: .4rem; }
  .cycle-center strong { font-size: .72rem; line-height: 1.08; }
  .cycle-center span { margin-top: .25rem; font-size: .47rem; }
}
