:root {
    --ith-black: #080808;
    --ith-paper: #ffffff;
    --ith-beige: #f4f1ea;
    --ith-grey: #c9c7c2;
    --ith-red: #f21b16;
    --ith-display: 'Anton', 'Archivo Narrow', sans-serif;
    --ith-neutral: 'Archivo', Arial, sans-serif;
    --ith-mono: 'IBM Plex Mono', monospace;
}

html { scroll-behavior: smooth; }
body { background: var(--ith-black); font-family: var(--ith-neutral); }

/* A home anterior continua no arquivo para preservar scripts e integrações,
   mas deixa de participar da composição do novo portfólio. */
#main-content > section:not(#herosection) { display: none !important; }
#ith-portfolio { background: var(--ith-beige); color: var(--ith-black); display: flex; flex-direction: column; overflow-x: hidden; overflow-y: visible; }

.ith-shell { width: min(calc(100% - clamp(48px, 8vw, 160px)), 1440px); margin-inline: auto; }
.ith-portfolio-section { position: relative; }
#manifesto { order: 1; }
#motion-carousel { order: 4; }
#highlights { order: 3; }
#mini-manifesto { order: 7; }
#about { order: 5; }
#partners { order: 6; }
#partner-cases { order: 2; }
#work { order: 8; }
#contact { order: 9; }
.ith-kicker { margin: 0; color: var(--ith-red); font: 500 11px/1.3 var(--ith-mono); letter-spacing: .16em; text-transform: uppercase; }
.ith-kicker--light { color: var(--ith-paper); }
.ith-display { margin: 0; font-family: var(--ith-display); font-size: clamp(3.5rem, 7.4vw, 7.5rem); font-weight: 400; letter-spacing: -.03em; line-height: .93; text-transform: uppercase; }
.ith-display .ith-title-accent { color: var(--ith-red); display: inline-block; }
.ith-display--section { font-size: clamp(3.3rem, 6.4vw, 6.25rem); }
.ith-display--inverse { color: var(--ith-paper); }

.ith-manifesto { background: var(--ith-beige); padding: clamp(8rem, 18vw, 17rem) 0 clamp(7rem, 13vw, 13rem); }
.ith-manifesto-grid { display: grid; grid-template-columns: minmax(120px, .25fr) 1fr minmax(180px, .35fr); gap: 2rem; align-items: end; }
.ith-manifesto-note { padding-bottom: .7rem; }
.ith-manifesto-note p { max-width: 25ch; margin: 1.25rem 0 0; font-size: clamp(1rem, 1.35vw, 1.3rem); line-height: 1.35; }
.ith-crosshair { display: block; width: 22px; height: 22px; border: 1px solid var(--ith-red); border-radius: 50%; position: relative; }
.ith-crosshair::before, .ith-crosshair::after { content: ''; position: absolute; background: var(--ith-red); }
.ith-crosshair::before { width: 30px; height: 1px; left: -5px; top: 10px; }
.ith-crosshair::after { width: 1px; height: 30px; left: 10px; top: -5px; }

/* Grade de imagens em movimento, inspirada na composição inclinada da Monopo. */
.ith-motion-carousel { background: var(--ith-black); color: var(--ith-paper); min-height: clamp(18rem, 30vw, 30rem); overflow: hidden; padding: clamp(1.5rem, 3vw, 3rem) 0; }
.ith-motion-carousel-heading { left: clamp(24px, 8vw, 160px); position: absolute; top: clamp(1rem, 2vw, 2rem); z-index: 1; }
.ith-motion-carousel-tilt { display: grid; gap: clamp(.65rem, 1.35vw, 1.4rem); margin-left: -8%; transform: rotate(-7deg) scale(1.14); transform-origin: center; width: 116%; }
.ith-motion-track { backface-visibility: hidden; display: flex; gap: clamp(.65rem, 1.35vw, 1.4rem); transform: translate3d(0, 0, 0); width: max-content; will-change: transform; }
.ith-motion-track--forward { animation: ith-motion-forward 32s linear infinite; }
.ith-motion-track--reverse { animation: ith-motion-reverse 38s linear infinite; }
.ith-motion-carousel:focus-within .ith-motion-track { animation-play-state: paused; }
@media (hover: hover) and (pointer: fine) { .ith-motion-carousel:hover .ith-motion-track { animation-play-state: paused; } }
.ith-motion-tile { appearance: none; background: transparent; border: 0; cursor: pointer; flex: 0 0 clamp(15rem, 46vw, 46rem); height: clamp(10rem, 23vw, 23rem); margin: 0; overflow: hidden; padding: 0; position: relative; text-decoration: none; }
.ith-motion-tile img { display: block; filter: grayscale(1) contrast(1.08); height: 100%; object-fit: cover; transition: filter 500ms cubic-bezier(.2,.7,.2,1), transform 700ms cubic-bezier(.2,.7,.2,1); width: 100%; }
@media (pointer: fine) { a, button, [role="button"], .ith-motion-tile, .ith-partner-case { cursor: pointer; } }
.ith-motion-tile:hover img { filter: grayscale(0) saturate(1.2) contrast(1.02); transform: scale(1.04); }
@keyframes ith-motion-forward { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-50%, 0, 0); } }
@keyframes ith-motion-reverse { from { transform: translate3d(-50%, 0, 0); } to { transform: translate3d(0, 0, 0); } }

/* Cada retrato tem um ponto focal próprio para o rosto permanecer inteiro
   nos cortes horizontais, verticais e nas versões animadas da página. */
#ith-portfolio img[src$="portrait-a.webp"] { object-position: 56% 24%; }
#ith-portfolio img[src$="portrait-b.webp"] { object-position: 36% 12%; }
#ith-portfolio img[src$="portrait-c.webp"] { object-position: 38% 5%; }

.ith-work { background: var(--ith-beige); padding: 0; }
.ith-section-head { display: grid; grid-template-columns: .3fr 1fr .3fr; align-items: end; gap: 2rem; margin-bottom: clamp(5rem, 10vw, 10rem); }
.ith-section-intro { grid-column: 3; max-width: 21ch; margin: 0 0 .55rem; font-size: 1rem; line-height: 1.4; }
.ith-case-list { display: grid; gap: clamp(5rem, 11vw, 12rem); }
.ith-case-showcase { display: none; }
.ith-case-directory { background: var(--ith-black); display: grid; gap: clamp(2rem, 5vw, 5rem); grid-template-columns: minmax(250px, .88fr) minmax(0, 1.12fr); min-height: 630px; padding: clamp(1rem, 2vw, 2rem); width: 100%; }
.ith-case-directory-list { display: flex; flex-direction: column; gap: clamp(.5rem, 1vw, 1rem); justify-content: center; }
.ith-directory-header { margin: 0 0 clamp(1.5rem, 3vw, 3.5rem); }
.ith-directory-header .ith-kicker { margin-bottom: .85rem; }
.ith-directory-section-title { color: var(--ith-paper); font: 400 clamp(2.5rem, 4.5vw, 4.9rem)/.92 var(--ith-display); letter-spacing: -.035em; margin: 0; text-transform: uppercase; }
.ith-directory-tabs { display: flex; flex-direction: column; gap: clamp(.5rem, 1vw, 1rem); }
.ith-directory-item { background: transparent; border: 1px solid transparent; color: var(--ith-paper); cursor: pointer; display: grid; font: inherit; gap: .45rem; padding: clamp(1.1rem, 2vw, 2rem); position: relative; text-align: left; transition: background-color 220ms cubic-bezier(.2,.7,.2,1), color 220ms cubic-bezier(.2,.7,.2,1); }
.ith-directory-item.is-active, .ith-directory-item:hover, .ith-directory-item:focus-visible { background: var(--ith-beige); color: var(--ith-black); outline: none; }
.ith-directory-title { font: 400 clamp(1.9rem, 3.2vw, 3.25rem)/.96 var(--ith-display); letter-spacing: -.03em; text-transform: uppercase; }
.ith-directory-meta { font: 400 clamp(.85rem, 1.1vw, 1.05rem)/1.35 var(--ith-neutral); }
.ith-directory-item i { background: currentColor; border-radius: 50%; height: 14px; position: absolute; right: clamp(1rem, 2vw, 2rem); top: 50%; transform: translateY(-50%); width: 14px; }
.ith-case-directory-preview { min-height: 0; overflow: hidden; position: relative; }
.ith-case-directory-preview::after { background: linear-gradient(180deg, transparent 55%, rgba(8,8,8,.36)); content: ''; inset: 0; pointer-events: none; position: absolute; }
.ith-case-directory-preview img { display: block; filter: grayscale(1) contrast(1.08); height: 100%; object-fit: cover; transition: filter 700ms cubic-bezier(.2,.7,.2,1), opacity 220ms cubic-bezier(.2,.7,.2,1), transform 700ms cubic-bezier(.2,.7,.2,1); width: 100%; }
.ith-case-directory:hover .ith-case-directory-preview img,
.ith-case-directory:has(.ith-directory-item:focus-visible) .ith-case-directory-preview img { filter: grayscale(0) contrast(1.04) saturate(1.15); transform: scale(1.015); }
.ith-case-directory-preview img.is-changing { opacity: .15; transform: scale(1.035); }

.ith-visually-hidden { height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.ith-highlights { background: var(--ith-beige); padding: clamp(2rem, 5vw, 5rem) 0 clamp(6rem, 11vw, 11rem); }
.ith-highlights .ith-section-head { display: block; }
.ith-highlights .ith-section-intro { margin: 1rem 0 0; max-width: 38rem; font-size: clamp(1.25rem, 1.8vw, 1.5rem); line-height: 1.4; }
.ith-highlights-gallery { display: grid; gap: clamp(1rem, 2.5vw, 2.5rem); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ith-highlights-gallery figure { margin: 0; overflow: hidden; }
.ith-highlights-gallery img { display: block; filter: grayscale(1) contrast(1.08); height: clamp(24rem, 47vw, 46rem); object-fit: cover; transition: filter 700ms cubic-bezier(.2,.7,.2,1), transform 800ms cubic-bezier(.2,.7,.2,1); width: 100%; }
.ith-highlights-gallery figure:hover img { filter: grayscale(0) contrast(1.04) saturate(1.1); transform: scale(1.025); }
.ith-highlights-list { display: grid; gap: clamp(6rem, 13vw, 14rem); }
.ith-highlight-row { align-items: center; display: grid; gap: clamp(2rem, 7vw, 7rem); grid-template-columns: minmax(0, 1.15fr) minmax(15rem, .55fr); }
.ith-highlight-row--reverse { grid-template-columns: minmax(15rem, .55fr) minmax(0, 1.15fr); }
.ith-highlight-row--reverse figure { order: 2; }
.ith-highlight-row figure { margin: 0; overflow: hidden; }
.ith-highlight-row figure img { display: block; height: clamp(23rem, 48vw, 42rem); object-fit: cover; width: 100%; }
/* As imagens das verticais seguem o formato vertical 4:5 do feed. */
.ith-highlights .ith-highlight-row figure { aspect-ratio: 4 / 5; }
.ith-highlights .ith-highlight-row figure img { height: 100%; }
#ith-portfolio .ith-highlights img[src$="ai-marketing.webp"] { object-position: 50% 38%; }
#ith-portfolio .ith-highlights img[src$="ai-studio.webp"] { object-position: 62% 30%; }
#ith-portfolio .ith-highlights img[src$="ai-partner.webp"] { object-position: 50% 42%; }
.ith-highlight-copy { align-self: end; max-width: 28rem; }
.ith-highlight-copy > span { color: var(--ith-red); display: block; font: 500 11px/1.3 var(--ith-mono); letter-spacing: .13em; text-transform: uppercase; }
.ith-highlight-copy h3 { font: 400 clamp(2rem, 3.4vw, 3.65rem)/1.03 var(--ith-neutral); letter-spacing: -.06em; margin: 1.25rem 0 1.5rem; }
.ith-highlight-copy p { font: 400 clamp(1.125rem, 1.4vw, 1.35rem)/1.48 var(--ith-neutral); margin: 0; }
.ith-highlight-labels { display: flex; flex-wrap: wrap; gap: .6rem; list-style: none; margin: 2rem 0 0; padding: 0; }
.ith-highlight-labels li { border: 1px solid color-mix(in srgb, var(--ith-black) 18%, transparent); font: 500 10px/1.1 var(--ith-mono); letter-spacing: .1em; padding: .55rem .75rem; text-transform: uppercase; }
.ith-case-showcase { background: var(--ith-black); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 3vw, 3rem); isolation: isolate; min-height: min(62rem, 94vw); overflow: hidden; padding: clamp(2.5rem, 6vw, 6rem); position: relative; }
.ith-case-showcase::before, .ith-case-showcase::after { border-radius: 50%; content: ''; filter: blur(5px); opacity: .9; pointer-events: none; position: absolute; z-index: -1; }
.ith-case-showcase::before { animation: ith-showcase-orbit 16s ease-in-out infinite alternate; background: var(--ith-red); height: 48%; left: -8%; top: 4%; width: 58%; }
.ith-case-showcase::after { animation: ith-showcase-orbit 19s ease-in-out -7s infinite alternate-reverse; background: #540207; bottom: -12%; height: 60%; right: -14%; width: 62%; }
.ith-case-showcase { background-image: radial-gradient(circle at var(--showcase-x, 50%) var(--showcase-y, 50%), rgba(242,241,237,.14), transparent 27%); }
.ith-case { animation: ith-case-float 8s cubic-bezier(.2,.7,.2,1) infinite alternate; position: relative; width: 100%; z-index: 1; }
.ith-case--offset { justify-self: auto; width: 100%; }
.ith-case:nth-child(2) { animation-delay: -2.5s; margin-top: clamp(2rem, 7vw, 7rem); }
.ith-case:nth-child(3) { animation-delay: -4.5s; margin-top: clamp(-4rem, -4vw, -2rem); }
.ith-case:nth-child(4) { animation-delay: -6.5s; margin-top: clamp(2rem, 7vw, 7rem); }
.ith-case-showcase .ith-case-link { background: var(--ith-beige); padding: clamp(.65rem, 1vw, 1rem); }
.ith-case-showcase .ith-case-image { height: clamp(14rem, 29vw, 25rem); }
.ith-case-showcase .ith-case-meta { border-color: rgba(8,8,8,.22); }
.ith-case-showcase .ith-case h3 { font-size: clamp(1.8rem, 3.4vw, 3.5rem); margin-right: 2rem; }
.ith-case-showcase .ith-case-arrow { bottom: .7rem; right: .7rem; }
@keyframes ith-showcase-orbit { from { transform: translate3d(0, 0, 0) scale(1); } to { transform: translate3d(26%, 18%, 0) scale(1.35); } }
@keyframes ith-case-float { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(0, -18px, 0); } }
.ith-case-link { color: inherit; display: block; position: relative; text-decoration: none; }
.ith-case-image { height: clamp(21rem, 58vw, 47rem); overflow: hidden; background: var(--ith-black); }
.ith-case-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.1); transition: opacity 420ms cubic-bezier(.2,.7,.2,1); }
.ith-case-image--mono img { filter: contrast(1.05) saturate(.8); }
.ith-case-link:hover .ith-case-image img, .ith-case-link:focus-visible .ith-case-image img { opacity: .72; }
.ith-case-meta { display: flex; justify-content: space-between; gap: 1rem; padding-top: .8rem; border-top: 1px solid rgba(8,8,8,.3); font: 500 10px/1.3 var(--ith-mono); letter-spacing: .12em; }
.ith-case h3 { margin: .9rem 0 0; font: 400 clamp(2.1rem, 4.2vw, 4.4rem)/.92 var(--ith-display); letter-spacing: -.03em; }
.ith-case-arrow { color: var(--ith-red); font: 400 clamp(2rem, 4vw, 4rem)/1 var(--ith-neutral); position: absolute; right: 0; bottom: 0; transition: transform 220ms cubic-bezier(.2,.7,.2,1); }
.ith-case-link:hover .ith-case-arrow, .ith-case-link:focus-visible .ith-case-arrow { transform: translate(6px, 6px); }

.ith-mini-manifesto { background: var(--ith-black); padding: clamp(5rem, 10vw, 10rem) 0; }
.ith-mini-manifesto-grid { align-items: end; display: grid; gap: clamp(2rem, 6vw, 8rem); grid-template-columns: minmax(9rem, .28fr) minmax(0, 1fr) minmax(15rem, .4fr); }
.ith-mini-manifesto-grid .ith-display { font-size: clamp(3.5rem, 7vw, 7rem); }
.ith-mini-manifesto-grid .ith-kicker { align-self: start; }
.ith-mini-manifesto-grid p { color: var(--ith-paper); font: 400 clamp(1.05rem, 1.6vw, 1.45rem)/1.35 var(--ith-neutral); margin: 0 0 .35rem; max-width: 26ch; }

.ith-about { background: var(--ith-beige); padding: clamp(6rem, 11vw, 11rem) 0; }
.ith-about-grid { align-items: center; display: grid; gap: clamp(3rem, 8vw, 10rem); grid-template-columns: minmax(19rem, .95fr) minmax(20rem, 1fr); }
.ith-about-copy { max-width: 40rem; position: relative; }
.ith-about-copy h2 { font: 400 clamp(3.1rem, 5.1vw, 5.8rem)/.97 var(--ith-display); letter-spacing: -.035em; margin: 1.5rem 0 1.75rem; text-transform: uppercase; }
.ith-about-copy h2 .ith-title-accent { color: var(--ith-red); }
.ith-about-copy > p:last-of-type { font: 400 clamp(1.1rem, 1.55vw, 1.38rem)/1.45 var(--ith-neutral); margin: 0; max-width: 34ch; }
.ith-members-carousel { margin-inline: auto; max-width: 31rem; overflow: hidden; position: relative; width: 100%; }
.ith-members-stage { height: clamp(24rem, 37vw, 34rem); position: relative; }
.ith-member-slide { inset: 0; opacity: 0; pointer-events: none; position: absolute; transform: translate3d(16%, 18%, 0) rotate(5deg) scale(.84); transition: opacity 240ms ease, transform 500ms cubic-bezier(.22,1,.36,1); }
.ith-member-slide.is-active { opacity: 1; pointer-events: auto; transform: translate3d(0, 0, 0) rotate(0) scale(1); }
.ith-member-slide.is-exiting { opacity: 0; transform: translate3d(-16%, 18%, 0) rotate(-5deg) scale(.84); }
.ith-member-slide img { display: block; height: calc(100% - 4.8rem); object-fit: cover; object-position: center 20%; width: 100%; }
.ith-member-slide > div { padding-top: .9rem; text-align: center; }
.ith-member-slide h3 { font: 400 clamp(1.3rem, 2vw, 1.9rem)/1 var(--ith-neutral); letter-spacing: -.06em; margin: 0; }
.ith-member-slide p { font: 400 9px/1.4 var(--ith-mono); letter-spacing: .07em; margin: .5rem auto 0; max-width: 29rem; text-transform: uppercase; }
.ith-member-selector { height: 5.7rem; margin: .6rem auto 0; overflow: hidden; position: relative; width: 100%; }
.ith-member-selector::before { border-top: 1px solid rgba(8,8,8,.28); content: ''; left: 18%; position: absolute; right: 18%; top: 1.7rem; transform: rotate(-4deg); transform-origin: center; }
.ith-member-selector button { background: var(--ith-beige); border: 1px solid rgba(8,8,8,.22); border-radius: 50%; cursor: pointer; height: 3.1rem; overflow: hidden; padding: 0; position: absolute; top: .3rem; transition: filter 220ms ease, opacity 220ms ease, transform 320ms cubic-bezier(.22,1,.36,1); width: 3.1rem; }
.ith-member-selector button:nth-child(1) { left: calc(50% - 4rem); transform: translateY(.55rem) scale(.84); }
.ith-member-selector button:nth-child(2) { left: calc(50% + .9rem); transform: translateY(.05rem) scale(.84); }
.ith-member-selector button.is-active { border-color: var(--ith-black); filter: none; opacity: 1; transform: translateY(0) scale(1); z-index: 1; }
.ith-member-selector button:not(.is-active) { filter: grayscale(1); opacity: .65; }
.ith-member-selector button:hover, .ith-member-selector button:focus-visible { filter: grayscale(0); opacity: 1; outline: none; }
.ith-member-selector img { display: block; height: 100%; object-fit: cover; width: 100%; }
.ith-about-method { border-top: 1px solid rgba(8,8,8,.28); grid-column: 1 / -1; margin-top: clamp(1rem, 4vw, 3rem); padding-top: clamp(1.5rem, 3vw, 2.7rem); }
.ith-about-method-head { align-items: end; display: flex; justify-content: space-between; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.ith-about-method-head .ith-kicker { margin-bottom: clamp(.85rem, 1.5vw, 1.3rem); }
.ith-about-method-head h3 { font: 400 clamp(2rem, 3.3vw, 3.7rem)/.96 var(--ith-display); letter-spacing: -.03em; margin: 0; text-transform: uppercase; }
.ith-about-method ol { display: grid; gap: 1px; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.ith-about-method li { border-left: 1px solid rgba(8,8,8,.25); min-height: 14rem; padding: 0 clamp(1rem, 2vw, 2rem); }
.ith-about-method li:first-child { border-left: 0; padding-left: 0; }
.ith-about-method li > span { color: var(--ith-red); display: block; font: 500 11px/1 var(--ith-mono); margin-bottom: clamp(2rem, 4vw, 3.8rem); }
.ith-about-method h4 { font: 400 clamp(1.3rem, 2vw, 2rem)/1.01 var(--ith-display); letter-spacing: -.02em; margin: 0 0 .9rem; }
.ith-about-method li p { font: 400 clamp(.92rem, 1.1vw, 1.05rem)/1.45 var(--ith-neutral); margin: 0; max-width: 25ch; }

/* Marcas: composição editorial com padrão pontilhado estático. */
.ith-partners { background: var(--ith-black); color: var(--ith-paper); isolation: isolate; overflow: hidden; padding: clamp(4rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5.5rem); text-align: center; }
.ith-liquid-grid { height: 100%; inset: 0; opacity: .55; pointer-events: none; position: absolute; width: 100%; z-index: 0; }
.ith-partners > .ith-shell { position: relative; z-index: 1; }
.ith-partners-head { margin-inline: auto; max-width: 70rem; }
.ith-partners-kicker { align-items: center; background: rgba(8,8,8,.88); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.82); display: inline-flex; font: 500 10px/1 var(--ith-mono); gap: .5rem; letter-spacing: .2em; margin: 0 0 clamp(2rem, 4vw, 3.2rem); padding: .8rem 1.15rem; text-transform: uppercase; }
.ith-partners-kicker::before { border: 1px solid currentColor; border-radius: 50%; content: ''; height: .75rem; opacity: .75; width: .75rem; }
.ith-partners-head > .ith-kicker { margin-bottom: clamp(1.5rem, 3vw, 2.4rem); }
.ith-partners-head > .ith-kicker { color: var(--ith-red); }
.ith-partners-title { color: var(--ith-paper); font: 400 clamp(2.2rem, 4.4vw, 4.6rem)/.96 var(--ith-display); letter-spacing: -.035em; margin: 0; text-transform: uppercase; white-space: nowrap; }
.ith-partners-title span { color: var(--ith-red); }
.ith-partners-intro { color: rgba(255,255,255,.72); font: 400 clamp(1rem, 1.4vw, 1.25rem)/1.45 var(--ith-neutral); margin: clamp(1.25rem, 2.8vw, 2.3rem) auto 0; max-width: 43ch; }
.ith-partners-logos { display: flex; flex-wrap: nowrap; gap: .8rem; justify-content: center; margin: clamp(3rem, 6vw, 5rem) auto 0; max-width: 66rem; overflow-x: auto; scrollbar-width: none; }
.ith-partners-logos::-webkit-scrollbar { display: none; }
.ith-partner-chip { align-items: center; background: rgba(255,255,255,.08); backdrop-filter: blur(10px) saturate(140%); -webkit-backdrop-filter: blur(10px) saturate(140%); border: 1px solid rgba(255,255,255,.1); border-radius: 0; box-shadow: inset 0 1px 0 rgba(255,255,255,.08); display: inline-flex; height: 3.4rem; justify-content: center; min-width: clamp(6.7rem, 11vw, 9.5rem); padding: .65rem 1rem; }
.ith-partner-chip img { display: block; filter: grayscale(1) brightness(0) invert(1); max-height: 78%; max-width: 90%; object-fit: contain; opacity: .82; }
.ith-partner-chip--desincha { min-width: clamp(6.7rem, 11vw, 9.5rem); }
.ith-partner-chip--desincha img { max-height: 78%; max-width: 90%; transform: scale(2.3); }
.ith-partner-testimonials { display: grid; gap: clamp(.75rem, 1.3vw, 1.25rem); grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: clamp(3rem, 6vw, 5rem); text-align: left; }
.ith-partner-testimonial { backdrop-filter: blur(20px) saturate(140%); -webkit-backdrop-filter: blur(20px) saturate(140%); background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.045)); border: 1px solid rgba(255,255,255,.1); border-radius: 0; display: flex; flex-direction: column; justify-content: space-between; margin: 0; min-height: clamp(14rem, 20vw, 18rem); padding: clamp(1.25rem, 2.2vw, 2.2rem); }
.ith-partner-testimonial:hover { animation: ith-liquid-edge 1.8s ease-in-out infinite; }
.ith-partner-testimonial p { font: 400 clamp(1.05rem, 1.35vw, 1.35rem)/1.36 var(--ith-neutral); letter-spacing: -.025em; margin: 0; max-width: 27ch; }
.ith-partner-testimonial footer { border-top: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; gap: .35rem; margin-top: 2rem; padding-top: .8rem; }
.ith-partner-testimonial footer span { color: var(--ith-paper); font: 500 .68rem/1.2 var(--ith-mono); letter-spacing: .08em; }
.ith-partner-testimonial footer small { color: rgba(255,255,255,.62); font: 400 .6rem/1.3 var(--ith-mono); letter-spacing: .05em; }

/* Faixa complementar de três cases, em fluxo contínuo. */
.ith-partner-cases { background: var(--ith-black); color: var(--ith-paper); overflow: hidden; padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.ith-partner-cases-head { align-items: end; display: flex; justify-content: space-between; margin-bottom: clamp(1.25rem, 2.5vw, 2rem); }
.ith-partner-cases-head h2 { font: 400 clamp(1.45rem, 2.4vw, 2.4rem)/.95 var(--ith-display); letter-spacing: -.025em; margin: 0; text-transform: uppercase; }
.ith-partner-case-viewport { overflow: hidden; width: 100%; }
.ith-partner-case-track { animation: ith-partner-cases 34s linear infinite; display: flex; gap: clamp(.8rem, 1.5vw, 1.4rem); padding-left: clamp(24px, 8vw, 160px); width: max-content; }
@media (hover: hover) and (pointer: fine) { .ith-partner-case-viewport:hover .ith-partner-case-track { animation-play-state: paused; } }
.ith-partner-case { appearance: none; background: transparent; border: 0; color: var(--ith-paper); cursor: pointer; flex: 0 0 clamp(16rem, 28vw, 29rem); margin: 0; overflow: hidden; padding: 0; position: relative; text-align: left; }
.ith-partner-case:focus-visible { outline: 2px solid var(--ith-red); outline-offset: .45rem; }
.ith-partner-case-media { display: block; position: relative; }
.ith-partner-case img { display: block; filter: grayscale(1) contrast(1.05); height: clamp(13rem, 21vw, 20rem); object-fit: cover; transition: filter 400ms ease, transform 700ms cubic-bezier(.22,1,.36,1); width: 100%; }
@media (pointer: fine) { .ith-partner-case img { cursor: pointer; } }
.ith-partner-case:hover img { filter: grayscale(0) saturate(1.1); transform: scale(1.04); }
.ith-partner-case div { align-items: baseline; border-top: 1px solid rgba(255,255,255,.3); display: flex; justify-content: space-between; padding-top: .75rem; }
.ith-partner-case span { color: var(--ith-red); font: 500 10px/1 var(--ith-mono); }
.ith-partner-case h3 { font: 400 clamp(1.05rem, 1.6vw, 1.55rem)/1 var(--ith-display); letter-spacing: -.02em; margin: 0; }
.ith-open-cta { align-items: center; background: var(--ith-paper); border-radius: 999px; color: var(--ith-black); display: none; font: 600 10px/1 var(--ith-mono); gap: .45rem; justify-content: center; letter-spacing: .08em; min-height: 44px; padding: .75rem .9rem; pointer-events: none; position: absolute; right: .75rem; text-transform: uppercase; z-index: 1; }
.ith-open-cta svg { display: block; flex: 0 0 auto; height: 14px; width: 14px; }
.ith-solution-cursor { height: 0; left: 0; opacity: 0; pointer-events: none; position: fixed; top: 0; transition: opacity 140ms ease; width: 0; z-index: 9999; }
.ith-solution-cursor.is-visible { opacity: 1; }
.ith-solution-cursor-arrow { height: 31px; left: 0; position: absolute; top: 0; transform-origin: 0 0; width: 31px; will-change: transform; }
.ith-solution-cursor-arrow svg { display: block; filter: drop-shadow(0 2px 5px rgba(0,0,0,.28)); height: 100%; overflow: visible; width: 100%; }
.ith-solution-cursor-hand { height: 32px; left: 0; opacity: 0; position: absolute; top: 0; transform-origin: 0 0; transition: opacity 120ms ease; width: 32px; }.ith-solution-cursor-hand svg { display: block; filter: drop-shadow(0 2px 5px rgba(0,0,0,.28)); height: 100%; width: 100%; }.ith-solution-cursor.is-navigation .ith-solution-cursor-arrow { opacity: 0; }.ith-solution-cursor.is-navigation .ith-solution-cursor-hand { opacity: 1; }
.ith-solution-cursor-label { background: var(--ith-paper); border-radius: 999px; box-shadow: 0 4px 12px rgba(0,0,0,.16); color: var(--ith-black); font: 600 10px/1 var(--ith-mono); left: 0; letter-spacing: .08em; opacity: 0; padding: .55rem .72rem; position: absolute; text-transform: uppercase; transform-origin: 0 50%; transition: opacity 140ms ease; white-space: nowrap; will-change: transform; }.ith-solution-cursor.is-label-visible .ith-solution-cursor-label { opacity: 1; }
.ith-solution-cursor.is-pressed .ith-solution-cursor-arrow, .ith-solution-cursor.is-pressed .ith-solution-cursor-label, .ith-solution-cursor.is-pressed .ith-solution-cursor-hand { scale: .92; }
@keyframes ith-partner-cases { from { transform: translateX(0); } to { transform: translateX(calc(-50% - clamp(.4rem, .75vw, .7rem))); } }
.ith-solution-modal { background: var(--ith-beige); border: 0; border-radius: clamp(1rem, 2vw, 1.75rem); color: var(--ith-black); max-height: min(48rem, calc(100dvh - 3rem)); max-width: min(68rem, calc(100vw - 3rem)); overflow: visible; padding: 0; width: 100%; }
.ith-solution-modal[open] { animation: ith-modal-fade-in 260ms ease-out both; }.ith-solution-modal[open] .ith-solution-modal-panel { animation: ith-solution-panel-in 360ms cubic-bezier(.22,1,.36,1) both; }
.ith-solution-modal::backdrop { background: rgba(8,8,8,.78); backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px); }
.ith-solution-modal-panel { display: grid; grid-template-columns: minmax(18rem, .92fr) minmax(20rem, 1.08fr); min-height: min(39rem, calc(100dvh - 3rem)); }
.ith-solution-modal-panel[hidden] { display: none; }
.ith-solution-modal-panel > img { display: block; height: 100%; min-height: 0; object-fit: cover; object-position: center 18%; width: 100%; }
.ith-solution-modal-panel > div { align-self: center; padding: clamp(2rem, 5vw, 5rem); }
.ith-solution-modal-panel h2 { font: 400 clamp(2rem, 3.4vw, 3.7rem)/1.02 var(--ith-display); letter-spacing: -.03em; margin: 1.6rem 0 1.5rem; text-transform: uppercase; }
.ith-solution-modal-panel > div > p:last-of-type { font: 400 clamp(1rem, 1.35vw, 1.18rem)/1.45 var(--ith-neutral); margin: 0; max-width: 32ch; }
.ith-solution-modal-panel ul { border-top: 1px solid rgba(8,8,8,.28); font: 500 10px/1.4 var(--ith-mono); letter-spacing: .06em; list-style: none; margin: 2.4rem 0 0; padding: .9rem 0 0; text-transform: uppercase; }
.ith-solution-modal-panel li { border-bottom: 1px solid rgba(8,8,8,.2); padding: .75rem 0; }
.ith-solution-modal-close { align-items: center; background: var(--ith-black); border: 1px solid var(--ith-black); border-radius: 50%; color: var(--ith-paper); cursor: pointer; display: flex; font: 300 2rem/1 var(--ith-neutral); height: 2.8rem; justify-content: center; padding: 0 0 .15rem; position: absolute; right: 1rem; top: 1rem; width: 2.8rem; z-index: 2; }
.ith-solution-modal-close:hover, .ith-solution-modal-close:focus-visible { background: var(--ith-red); border-color: var(--ith-red); outline: none; }
@keyframes ith-solution-modal-in { from { opacity: 0; transform: translateY(1rem) scale(.975); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes ith-modal-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes ith-solution-panel-in { from { opacity: 0; transform: translateY(1rem) scale(.975); } to { opacity: 1; transform: translateY(0) scale(1); } }
.ith-case-modal { background: var(--ith-black); border: 0; border-radius: clamp(1rem, 2vw, 1.75rem); color: var(--ith-paper); max-height: min(48rem, calc(100dvh - 3rem)); max-width: min(76rem, calc(100vw - 3rem)); overflow: hidden; padding: 0; width: 100%; }
.ith-case-modal[open] { overscroll-behavior: none; }
html:has(.ith-case-modal[open]), body:has(.ith-case-modal[open]) { overflow: hidden !important; overscroll-behavior: none; }
.ith-case-modal[open] { animation: ith-case-modal-in 260ms ease-out both; }
.ith-case-modal::backdrop { background: rgba(8,8,8,.78); backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px); }
.ith-case-modal-panel { display: grid; grid-template-columns: minmax(17rem, .45fr) minmax(0, 1fr); min-height: min(39rem, calc(100dvh - 3rem)); }
.ith-case-modal-panel[hidden] { display: none; }
.ith-case-modal-copy { align-self: center; padding: clamp(2rem, 4.5vw, 4.5rem); }.ith-case-modal-copy .ith-kicker { color: var(--ith-red); }.ith-case-modal-copy h2 { font: 400 clamp(2rem, 3.5vw, 3.85rem)/.98 var(--ith-display); letter-spacing: -.03em; margin: 1.4rem 0; text-transform: uppercase; }.ith-case-modal-copy > p:last-child { color: rgba(255,255,255,.76); font: 400 clamp(1rem, 1.25vw, 1.18rem)/1.45 var(--ith-neutral); margin: 0; max-width: 28ch; }
.ith-case-modal-assets { -webkit-overflow-scrolling: touch; align-items: stretch; cursor: grab; display: flex; gap: .9rem; min-height: min(34rem, calc(100dvh - 5rem)); min-width: 0; overflow-x: auto; overscroll-behavior: contain; padding: clamp(1rem, 2vw, 1.6rem) clamp(1rem, 2vw, 1.6rem) clamp(1rem, 2vw, 1.6rem) 0; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-color: var(--ith-red) transparent; scrollbar-width: thin; touch-action: none; user-select: none; }.ith-case-modal-assets.is-dragging { cursor: grabbing; }.ith-case-modal-assets img { border-radius: 1rem; display: block; flex: 0 0 min(68%, 34rem); height: auto; max-height: min(34rem, calc(100dvh - 5rem)); min-height: 0; object-fit: cover; object-position: center; scroll-snap-align: start; scroll-snap-stop: always; width: auto; }
.ith-case-modal-close { align-items: center; background: var(--ith-paper); border: 1px solid var(--ith-paper); border-radius: 50%; color: var(--ith-black); cursor: pointer; display: flex; font: 300 2rem/1 var(--ith-neutral); height: 2.8rem; justify-content: center; padding: 0 0 .15rem; position: absolute; right: 1rem; top: 1rem; width: 2.8rem; z-index: 2; }.ith-case-modal-close:hover, .ith-case-modal-close:focus-visible { background: var(--ith-red); border-color: var(--ith-red); color: var(--ith-paper); outline: none; }
@keyframes ith-case-modal-in { from { opacity: 0; } to { opacity: 1; } }

@media (pointer: fine) { .ith-solution-modal-close, .ith-case-modal-close { cursor: pointer; } }

.ith-contact { background: var(--ith-red); padding: clamp(4rem, 8vw, 8rem) 0; }
.ith-contact-grid { align-items: start; display: grid; gap: clamp(3rem, 7vw, 9rem); grid-template-columns: minmax(16rem, .62fr) minmax(22rem, 1fr); }
.ith-contact-copy { color: var(--ith-paper); padding-top: .25rem; }
.ith-contact-copy h2 { font: 400 clamp(2.8rem, 5.4vw, 5.6rem)/.95 var(--ith-display); letter-spacing: -.03em; margin: 2rem 0; text-transform: uppercase; }
.ith-contact-copy h2 .ith-title-accent { color: var(--ith-black); }
.ith-contact-copy > p:last-of-type { font: 400 clamp(1rem, 1.25vw, 1.15rem)/1.4 var(--ith-neutral); margin: 0 0 3.5rem; max-width: 24ch; }
.ith-contact-links { display: grid; gap: clamp(.8rem, 1.8vw, 1.5rem); grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; }
.ith-contact-links a { color: var(--ith-paper); display: block; flex: 0 0 auto; text-decoration: none; }
.ith-contact-links a:hover .ith-contact-platform, .ith-contact-links a:focus-visible .ith-contact-platform { animation: ith-liquid-edge 1.8s ease-in-out infinite; border-color: rgba(255,255,255,.5); transform: translateY(-2px); }
.ith-contact-links a:focus-visible { outline: 2px solid var(--ith-paper); outline-offset: 4px; }
.ith-contact-platform { align-items: center; background: linear-gradient(135deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,.08) 42%, rgba(255,255,255,.04) 100%); border: 1px solid rgba(255,255,255,.12); border-radius: 0; box-shadow: inset 0 1px 0 rgba(255,255,255,.18); -webkit-backdrop-filter: blur(28px) saturate(175%) contrast(108%); backdrop-filter: blur(28px) saturate(175%) contrast(108%); display: flex; gap: .75rem; height: 4.2rem; isolation: isolate; overflow: hidden; padding: .8rem 1.15rem; position: relative; transition: border-color 220ms ease, transform 220ms ease; width: 100%; }
.ith-contact-platform::before { background: linear-gradient(118deg, rgba(255,255,255,.34) 0%, rgba(255,255,255,.1) 22%, transparent 48%); content: ''; inset: 0; opacity: .2; pointer-events: none; position: absolute; transition: opacity 220ms ease; z-index: 0; }
.ith-contact-platform::after { background: radial-gradient(ellipse at 82% 112%, rgba(255,255,255,.3), transparent 48%); content: ''; inset: 0; opacity: .2; pointer-events: none; position: absolute; transition: opacity 220ms ease; z-index: 0; }
.ith-contact-links a:hover .ith-contact-platform::before, .ith-contact-links a:hover .ith-contact-platform::after, .ith-contact-links a:focus-visible .ith-contact-platform::before, .ith-contact-links a:focus-visible .ith-contact-platform::after { opacity: .8; }
.ith-contact-platform > * { position: relative; z-index: 1; }
.ith-contact-platform-name { font: 700 clamp(.75rem, 1vw, .92rem)/1 var(--ith-mono); letter-spacing: .055em; }
.ith-contact-platform-icon { display: block; filter: brightness(0) invert(1); height: 1.6rem; object-fit: contain; width: 1.6rem; }
.ith-contact-form-card { align-self: end; background: linear-gradient(135deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,.08) 42%, rgba(255,255,255,.04) 100%); border: 1px solid rgba(255,255,255,.12); border-radius: 0; box-shadow: inset 0 1px 0 rgba(255,255,255,.18); -webkit-backdrop-filter: blur(28px) saturate(175%) contrast(108%); backdrop-filter: blur(28px) saturate(175%) contrast(108%); color: var(--ith-paper); isolation: isolate; overflow: hidden; padding: clamp(1.5rem, 3vw, 3rem); padding-bottom: clamp(.75rem, 1.2vw, 1.25rem); position: relative; }
.ith-contact-form-card:hover, .ith-contact-form-card:focus-within { animation: ith-liquid-edge 1.8s ease-in-out infinite; border-color: rgba(255,255,255,.5); }
.ith-contact-form-card::before { background: linear-gradient(118deg, rgba(255,255,255,.34) 0%, rgba(255,255,255,.1) 22%, transparent 48%); content: ''; inset: 0; opacity: .2; pointer-events: none; position: absolute; transition: opacity 220ms ease; z-index: 0; }
.ith-contact-form-card::after { background: radial-gradient(ellipse at 82% 112%, rgba(255,255,255,.3), transparent 48%); content: ''; inset: 0; opacity: .2; pointer-events: none; position: absolute; transition: opacity 220ms ease; z-index: 0; }
.ith-contact-form-card:hover::before, .ith-contact-form-card:hover::after, .ith-contact-form-card:focus-within::before, .ith-contact-form-card:focus-within::after { opacity: .8; }
.ith-contact-form { position: relative; z-index: 1; }
@keyframes ith-liquid-edge { 0%, 100% { border-color: rgba(255,255,255,.2); box-shadow: 0 .7rem 1.8rem rgba(72,0,8,.12), inset 0 1px 0 rgba(255,255,255,.26); } 50% { border-color: rgba(255,255,255,.62); box-shadow: 0 1rem 2.5rem rgba(72,0,8,.22), 0 0 0 1px rgba(255,255,255,.06), inset 0 1px 0 rgba(255,255,255,.62); } }
.ith-contact-form > p:first-child { font: 500 10px/1.3 var(--ith-mono); letter-spacing: .13em; margin: 0 0 2.5rem; text-transform: uppercase; }
.ith-contact-form-grid { display: grid; gap: 1.35rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ith-contact-form label { display: grid; font: 500 10px/1.3 var(--ith-mono); gap: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.ith-contact-form input, .ith-contact-form select, .ith-contact-form textarea { appearance: none; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.58); border-radius: 0; color: var(--ith-paper); font: 400 1rem/1.35 var(--ith-neutral); min-height: 2.7rem; padding: .35rem 0; width: 100%; }
.ith-contact-form input::placeholder, .ith-contact-form textarea::placeholder { color: rgba(242,241,237,.64); }
.ith-contact-form select { background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3 6 5 5 5-5' fill='none' stroke='%23f2f1ed' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right .1rem center / 1rem; color-scheme: dark; padding-right: 1.6rem; }
.ith-contact-form select option { background: var(--ith-black); color: var(--ith-paper); }
.ith-contact-form textarea { min-height: 6.3rem; resize: vertical; }
.ith-contact-form input:focus, .ith-contact-form select:focus, .ith-contact-form textarea:focus { border-bottom-color: var(--ith-paper); outline: 2px solid var(--ith-paper); outline-offset: 3px; }
.ith-contact-form-message { grid-column: 1 / -1; }
.ith-contact-consent { align-items: start; display: flex !important; font-size: 9px !important; gap: .65rem !important; line-height: 1.35 !important; margin: 1.75rem 0 !important; text-transform: none !important; }
.ith-contact-consent input { appearance: none; background: var(--ith-paper); border: 1px solid var(--ith-paper); border-radius: 0; cursor: pointer; flex: 0 0 1rem; height: 1rem; margin: .05rem 0 0; min-height: 1rem; width: 1rem; }
.ith-contact-consent input:checked { background-color: var(--ith-black); border-color: var(--ith-black); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3.2 8.2 2.7 2.7 6-6' fill='none' stroke='%23f2f1ed' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; background-size: .78rem; }
.ith-contact-form button { align-items: center; background: var(--ith-paper); border: 1px solid var(--ith-paper); color: var(--ith-black); cursor: pointer; display: flex; font: 500 11px/1 var(--ith-mono); justify-content: space-between; letter-spacing: .1em; min-height: 3.25rem; padding: .9rem 1rem; text-transform: uppercase; transition: background-color 220ms ease, color 220ms ease; width: 100%; }
.ith-contact-form button:hover, .ith-contact-form button:focus-visible { background: transparent; color: var(--ith-paper); outline: 2px solid var(--ith-paper); outline-offset: 2px; }
.ith-contact-status { font: 400 11px/1.4 var(--ith-mono); margin: 0; min-height: 0; }
.ith-contact-status:not(:empty) { margin-top: .8rem; min-height: 1.4em; }

@media (max-width: 800px) {
    .ith-shell { width: min(100% - 32px, 980px); }
    .ith-manifesto-grid, .ith-section-head { display: block; }
    .ith-manifesto-grid { text-align: center; }
    .ith-manifesto-grid > .ith-kicker { margin-bottom: 3rem; }
    .ith-manifesto-note { margin-top: 3rem; }
    .ith-manifesto-note p { margin-inline: auto; }
    .ith-section-intro { grid-column: auto; margin-top: 2rem; }
    .ith-highlights .ith-section-intro { margin-top: .85rem; }
    .ith-case--offset { justify-self: stretch; width: 100%; }
    .ith-case-showcase { display: grid; gap: 1rem; grid-template-columns: 1fr; min-height: 0; padding: 1rem; }
    .ith-case-showcase .ith-case:nth-child(n) { margin-top: 0; }
    .ith-case-showcase .ith-case-image { height: 17rem; }
    .ith-case-directory { grid-template-columns: 1fr; min-height: 0; padding: 1rem; }
    .ith-case-directory-list { order: 2; }
    .ith-case-directory-preview { aspect-ratio: 1 / .72; order: 1; }
    .ith-directory-title { font-size: clamp(1.8rem, 8vw, 2.8rem); }
    .ith-motion-carousel { min-height: 0; padding: 1.75rem 0 2.25rem; }
    .ith-motion-carousel-heading { left: auto; margin: 0 16px 1rem; position: static; top: auto; }
    .ith-motion-carousel-tilt { display: block; margin: 0; transform: none; width: 100%; }
    .ith-motion-track--forward { animation: none; cursor: grab; overflow: visible; padding: 0 16px .75rem; scroll-snap-type: none; touch-action: pan-y; width: max-content; }
    .ith-motion-track--forward.is-dragging { cursor: grabbing; }
    .ith-motion-track--reverse { display: none; }
    .ith-motion-tile { flex-basis: min(78vw, 22rem); height: min(94vw, 26rem); scroll-snap-align: start; scroll-snap-stop: always; }
    .ith-motion-tile::after { align-items: center; background: rgba(8,8,8,.9); bottom: .5rem; color: var(--ith-paper); content: 'ABRIR →'; display: inline-flex; font: 600 9px/1 var(--ith-mono); height: 44px; letter-spacing: .08em; padding: 0 .75rem; position: absolute; right: .5rem; z-index: 2; }
    .ith-motion-tile .ith-open-cta { display: none; }
    .ith-highlight-row, .ith-highlight-row--reverse, .ith-mini-manifesto-grid { display: flex; flex-direction: column; }
    .ith-highlight-row, .ith-highlight-row--reverse { background: linear-gradient(135deg, rgba(255,255,255,.55), rgba(255,255,255,.2)); border: 1px solid rgba(8,8,8,.11); box-shadow: 0 .75rem 2rem rgba(8,8,8,.06), inset 0 1px 0 rgba(255,255,255,.72); -webkit-backdrop-filter: blur(14px) saturate(120%); backdrop-filter: blur(14px) saturate(120%); gap: 1.75rem; padding: 1.15rem; }
    .ith-highlight-row--reverse figure { order: 0; }
    .ith-highlight-row figure img { height: min(125vw, 38rem); }
    .ith-highlight-copy { max-width: 28rem; padding: .85rem .6rem .75rem; }
    .ith-about { padding: 5rem 0; }
    .ith-about-grid { display: flex; flex-direction: column; }
    .ith-about-copy { max-width: 30rem; }
    .ith-members-carousel { max-width: 28rem; }
    .ith-members-stage { height: min(132vw, 34rem); }
    .ith-partners-title br { display: none; }
    .ith-partners-title { white-space: normal; }
    .ith-partner-cases-head { align-items: start; flex-direction: column; gap: 1rem; }
    .ith-partner-case-viewport { cursor: grab; touch-action: pan-y; user-select: none; }
    .ith-partner-case-viewport.is-dragging { cursor: grabbing; }
    .ith-partner-case-track { animation: none; backface-visibility: hidden; padding-left: 16px; will-change: transform; }
    .ith-partner-case .ith-open-cta { bottom: .5rem; box-sizing: border-box; display: inline-flex; font-size: 9px; gap: .35rem; height: 44px; min-height: 44px; padding: 0 .75rem; right: .5rem; }
    .ith-partner-case .ith-open-cta { background: rgba(8,8,8,.92); color: var(--ith-paper); }
    .ith-open-cta svg { height: 12px; width: 12px; }
    .ith-partner-case h3 { font-weight: 700; }
    .ith-mini-manifesto-grid { align-items: center; text-align: center; }
    .ith-mini-manifesto-grid .ith-kicker { align-self: center; }
    .ith-mini-manifesto-grid p { margin-inline: auto; }
    .ith-highlights .ith-section-head, .ith-highlight-copy { text-align: center; }
    .ith-highlights .ith-section-intro, .ith-highlight-copy { margin-inline: auto; }
    .ith-highlight-labels { justify-content: center; }
    .ith-partner-cases-head { align-items: center; text-align: center; }
    .ith-about-method-head { align-items: center; flex-direction: column; text-align: center; }
    .ith-about-method ol { gap: 0; grid-template-columns: 1fr; }
    .ith-about-method li { border-left: 0; border-top: 1px solid rgba(8,8,8,.25); min-height: 0; padding: 1.5rem 0; text-align: center; }
    .ith-about-method li:first-child { border-top: 0; padding-left: 0; }
    .ith-about-method li > span { margin-bottom: 1rem; }
    .ith-about-method li p { margin-inline: auto; }
    .ith-partners-logos { display: grid; gap: .75rem; grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: stretch; margin-top: 2.5rem; max-width: none; overflow: visible; }
    .ith-partner-chip { min-width: 0; width: 100%; }
    .ith-partner-chip--desincha { min-width: 0; }
    .ith-partner-chip:last-child:nth-child(odd) { grid-column: 1 / -1; justify-self: center; width: calc(50% - .375rem); }
    .ith-partner-testimonials { gap: 1rem; grid-template-columns: 1fr; margin-top: 2.5rem; }
    .ith-partner-testimonial { min-height: 0; padding: 1.5rem; }
    .ith-partner-testimonial p { font-size: 1.1rem; }
    .ith-solution-modal { max-height: calc(100dvh - 2rem); max-width: calc(100vw - 2rem); }
    .ith-solution-modal-panel { grid-template-columns: 1fr; max-height: calc(100dvh - 2rem); min-height: 0; overflow-y: auto; }
    .ith-solution-modal-panel > img { height: min(54vw, 18rem); }
    .ith-solution-modal-panel > div { padding: 2rem 1.5rem; }
    .ith-case-modal { max-height: calc(100dvh - 2rem); max-width: calc(100vw - 2rem); }
    .ith-case-modal-panel { grid-template-columns: 1fr; max-height: calc(100dvh - 2rem); min-height: 0; overflow-y: hidden; }
    .ith-case-modal-copy { padding: 4rem 1.5rem 1.5rem; }
    .ith-case-modal-assets { min-height: min(52vw, 18rem); padding: 0 1.5rem 1.5rem; }
    .ith-case-modal-assets img { flex-basis: 78%; height: min(52vw, 18rem); }
    .ith-contact-grid { grid-template-columns: 1fr; }
    .ith-contact-copy { text-align: center; }
    .ith-contact-copy > p:last-of-type { margin-inline: auto; }
    .ith-contact-copy > p:last-of-type { margin-bottom: 2.5rem; }
    .ith-contact-links { display: none; }
    .ith-contact-form-grid { grid-template-columns: 1fr; }
    .ith-case-meta { font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .ith-case-image img, .ith-case-arrow, .ith-contact-links a { transition: none; }
    .ith-case, .ith-case-showcase::before, .ith-case-showcase::after, .ith-motion-track, .ith-contact-form-card, .ith-contact-platform, .ith-partner-testimonial { animation: none; }
}
