:root {
  --ink: #111a18;
  --ink-soft: #26302c;
  --paper: #f3f0e9;
  --paper-deep: #e7e2d8;
  --signal: #d9f25b;
  --signal-soft: #ecf7b5;
  --rust: #e96e43;
  --muted: #89918a;
  --line: rgb(17 26 24 / 16%);
  --line-light: rgb(243 240 233 / 22%);
  --display: "Bricolage Grotesque", "Trebuchet MS", sans-serif;
  --body: "DM Sans", "Segoe UI", sans-serif;
  --max: 1280px;
  color-scheme: dark;
  font-family: var(--body);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; background: var(--ink); overflow-x: clip; }
body { min-width: 320px; margin: 0; background: var(--ink); color: var(--paper); line-height: 1.55; overflow-x: clip; }
body::before { position: fixed; z-index: -1; inset: 0; pointer-events: none; opacity: .13; content: ""; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand-wordmark, .eyebrow, .ticker, .card-number, .signal-label, .live-dot, .floating-tag, .process-step__number, .contact__index { font-family: var(--display); }
h1, h2, h3 { letter-spacing: -.045em; line-height: .94; }
em { color: var(--signal); font-style: normal; }
::selection { background: var(--signal); color: var(--ink); }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: -4rem; left: 1rem; padding: .6rem .9rem; background: var(--signal); color: var(--ink); font-weight: 700; transition: top .2s ease; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; z-index: 20; top: 0; right: 0; left: 0; display: flex; max-width: var(--max); margin: auto; align-items: center; justify-content: space-between; padding: 28px 28px 0; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 34px; height: 34px; fill: var(--signal); }
.brand-mark__cut { fill: var(--ink); }
.brand-wordmark { font-size: .79rem; font-weight: 700; letter-spacing: .05em; line-height: 1; white-space: nowrap; }
.brand-wordmark span { color: var(--muted); font-weight: 500; }
.desktop-nav { display: flex; align-items: center; gap: 24px; font-size: .75rem; font-weight: 600; color: rgb(243 240 233 / 68%); }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--signal); }
.desktop-nav .nav-cta { display: inline-flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1px solid var(--line-light); color: var(--paper); }
.nav-cta span, .text-link span, .button span { color: var(--signal); font-size: 1.1em; }
.language-toggle { display: inline-flex; align-items: center; gap: 5px; border: 0; padding: 5px 0 5px 4px; background: transparent; color: rgb(243 240 233 / 42%); font-family: var(--display); font-size: .65rem; font-weight: 700; letter-spacing: .08em; cursor: pointer; }
.language-toggle span { transition: color .2s ease, opacity .2s ease; }
.language-toggle span[data-lang-choice="en"] { color: var(--signal); }
.language-toggle b { color: rgb(243 240 233 / 25%); font-weight: 400; }
.language-toggle--pt span[data-lang-choice="en"] { color: rgb(243 240 233 / 42%); }
.language-toggle--pt span[data-lang-choice="pt"] { color: var(--signal); }
.menu-toggle, .mobile-menu { display: none; }

.section-shell { width: min(100%, var(--max)); margin: 0 auto; padding: 130px 28px; }
.hero { position: relative; display: grid; min-height: 810px; grid-template-columns: minmax(0, 1fr) minmax(400px, .78fr); align-items: center; gap: 6vw; padding-top: 165px; padding-bottom: 112px; }
.hero::after { position: absolute; right: 8%; bottom: 37px; width: 1px; height: 72px; background: linear-gradient(var(--signal), transparent); content: ""; }
.hero__copy { position: relative; z-index: 1; max-width: 710px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 22px; color: var(--signal); font-size: .67rem; font-weight: 700; letter-spacing: .14em; line-height: 1.2; }
.eyebrow--dark { color: var(--ink); }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; border-radius: 100%; background: currentColor; box-shadow: 0 0 0 4px rgb(217 242 91 / 13%); }
.hero h1 { max-width: 690px; margin-bottom: 28px; font-size: clamp(4.4rem, 8.5vw, 8.9rem); font-weight: 600; }
.hero__lede { max-width: 470px; margin-bottom: 32px; color: rgb(243 240 233 / 68%); font-size: 1.05rem; }
.hero__actions { display: flex; align-items: center; gap: 25px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; padding: 0 19px; font-size: .79rem; font-weight: 700; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--signal { background: var(--signal); color: var(--ink); }
.button--signal:hover { background: #efffa0; }
.button--ink { background: var(--ink); color: var(--paper); }
.button--ink span { color: var(--signal); }
.text-link { border-bottom: 1px solid rgb(243 240 233 / 30%); padding-bottom: 4px; color: var(--paper); font-size: .79rem; font-weight: 700; }
.hero__note { display: flex; align-items: center; gap: 12px; margin-top: 75px; color: var(--muted); font-size: .65rem; letter-spacing: .02em; }
.note-line { display: block; width: 36px; height: 1px; background: var(--rust); }

.hero__visual { position: relative; min-height: 510px; }
.visual-grid { position: absolute; inset: 8% -10% 4% 2%; opacity: .48; background-image: linear-gradient(rgb(243 240 233 / 10%) 1px, transparent 1px), linear-gradient(90deg, rgb(243 240 233 / 10%) 1px, transparent 1px); background-size: 43px 43px; mask-image: linear-gradient(90deg, transparent, #000 20%, #000 70%, transparent); }
.signal-card { position: absolute; z-index: 2; box-shadow: 30px 30px 0 rgb(233 110 67 / 11%); }
.signal-card--main { top: 70px; right: 2%; width: min(100%, 430px); min-height: 390px; padding: 23px; border: 1px solid rgb(243 240 233 / 20%); background: linear-gradient(140deg, #24342f, #16211f 72%); transform: rotate(4deg); }
.signal-card__top, .signal-card__footer { display: flex; align-items: center; justify-content: space-between; }
.signal-label { color: var(--paper); font-size: .84rem; letter-spacing: .04em; }
.live-dot { display: inline-flex; align-items: center; gap: 6px; color: var(--signal); font-size: .56rem; letter-spacing: .09em; }
.live-dot i { width: 6px; height: 6px; border-radius: 100%; background: var(--signal); box-shadow: 0 0 0 4px rgb(217 242 91 / 12%); }
.signal-orbit { position: relative; display: grid; width: 276px; height: 276px; margin: 28px auto 23px; place-items: center; }
.orbit-ring { position: absolute; border: 1px solid rgb(217 242 91 / 34%); border-radius: 100%; }
.orbit-ring--one { width: 205px; height: 205px; }
.orbit-ring--two { width: 276px; height: 276px; border-color: rgb(243 240 233 / 15%); }
.orbit-core { display: grid; width: 84px; height: 84px; place-items: center; border-radius: 100%; background: var(--signal); color: var(--ink); font-family: var(--display); font-size: 1.1rem; font-weight: 700; box-shadow: 0 0 0 14px rgb(217 242 91 / 7%); }
.orbit-node { position: absolute; display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid rgb(217 242 91 / 55%); border-radius: 100%; background: var(--ink); color: var(--signal); font-family: var(--display); font-size: .57rem; }
.orbit-node--one { top: 17px; right: 42px; }.orbit-node--two { bottom: 15px; left: 16px; }.orbit-node--three { top: 101px; left: -1px; }
.signal-card__footer { padding-top: 14px; border-top: 1px solid rgb(243 240 233 / 13%); color: var(--muted); font-family: var(--display); font-size: .65rem; letter-spacing: .03em; }.signal-card__footer b { color: var(--rust); font-weight: 400; }
.floating-tag { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 9px 12px; background: var(--paper); color: var(--ink); font-size: .65rem; font-weight: 700; box-shadow: 9px 9px 0 rgb(217 242 91 / 70%); }
.floating-tag span { color: var(--rust); font-size: .72rem; }.floating-tag--top { top: 13px; left: 0; transform: rotate(-5deg); }.floating-tag--bottom { right: 1%; bottom: 28px; transform: rotate(3deg); }
.hero__stamp { position: absolute; right: 7%; bottom: -8px; display: flex; align-items: center; gap: 8px; color: rgb(243 240 233 / 32%); }.hero__stamp > span { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid currentColor; border-radius: 100%; font-family: var(--display); font-size: .8rem; }.hero__stamp small { font-family: var(--display); font-size: .46rem; letter-spacing: .15em; line-height: 1.1; }

.ticker { display: flex; overflow: clip; width: 100%; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); background: var(--signal); color: var(--ink); font-size: .74rem; font-weight: 700; letter-spacing: .09em; white-space: nowrap; contain: paint; }.ticker__track { display: flex; min-width: max-content; align-items: center; gap: 25px; padding: 14px 0; animation: ticker 32s linear infinite; }.ticker b { color: var(--rust); font-size: 1.05rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-shell--light { background: var(--paper); color: var(--ink); }.section-shell--light .eyebrow-dot { box-shadow: 0 0 0 4px rgb(17 26 24 / 8%); }
.friction { max-width: none; padding-right: max(28px, calc((100% - var(--max)) / 2 + 28px)); padding-left: max(28px, calc((100% - var(--max)) / 2 + 28px)); }.section-heading { max-width: 690px; }.section-heading h2 { max-width: 690px; margin-bottom: 22px; font-size: clamp(3rem, 5.8vw, 6.4rem); font-weight: 600; }.section-heading p:last-child { max-width: 510px; color: var(--muted); font-size: .98rem; }
.friction-grid { display: grid; max-width: var(--max); margin: 76px auto 0; grid-template-columns: repeat(3, 1fr); gap: 16px; }.friction-card { position: relative; min-height: 290px; padding: 25px; border: 1px solid var(--line); }.card-number { color: var(--rust); font-size: .83rem; font-weight: 700; }.card-icon { margin: 38px 0 22px; color: var(--rust); font-size: 1.8rem; }.friction-card h3 { margin-bottom: 12px; font-size: 1.65rem; }.friction-card p { max-width: 290px; margin-bottom: 30px; color: #626a64; font-size: .78rem; }.card-line { position: absolute; right: 25px; bottom: 26px; left: 25px; height: 1px; background: var(--line); }.card-line::after { display: block; width: 45px; height: 2px; background: var(--rust); content: ""; }

.manifesto { display: grid; min-height: 580px; grid-template-columns: .7fr 1fr; align-items: center; gap: 8vw; background: radial-gradient(circle at 15% 50%, rgb(217 242 91 / 10%), transparent 27%), var(--ink); }.manifesto__mark { align-self: start; color: var(--signal); font-family: Georgia, serif; font-size: clamp(10rem, 24vw, 22rem); line-height: .65; opacity: .82; }.manifesto__copy { max-width: 690px; }.manifesto__copy h2 { margin-bottom: 28px; font-size: clamp(3.7rem, 7vw, 7.8rem); }.manifesto__copy > p:not(.eyebrow) { max-width: 470px; color: rgb(243 240 233 / 62%); font-size: 1rem; }.signature { display: block; margin-top: 36px; color: var(--signal); font-family: var(--display); font-size: .76rem; }

.section-heading--split { display: grid; grid-template-columns: 1fr .73fr; gap: 8vw; align-items: end; max-width: none; }.section-heading--split > p { padding-bottom: 6px; }.work { max-width: none; padding-right: max(28px, calc((100% - var(--max)) / 2 + 28px)); padding-left: max(28px, calc((100% - var(--max)) / 2 + 28px)); }.service-list { max-width: var(--max); margin: 78px auto 0; }.service-row { display: grid; grid-template-columns: .23fr 1fr 1.35fr 30px; align-items: center; gap: 22px; min-height: 142px; border-top: 1px solid var(--line); transition: padding .3s ease, background .3s ease; }.service-row:last-child { border-bottom: 1px solid var(--line); }.service-row:hover { padding: 0 18px; background: rgb(17 26 24 / 4%); }.service-row__index { color: var(--rust); font-family: var(--display); font-size: .78rem; }.service-row__title h3 { margin-bottom: 9px; font-size: 2.1rem; }.service-row__title span { color: #898f89; font-family: var(--display); font-size: .65rem; letter-spacing: .06em; text-transform: uppercase; }.service-row p { max-width: 340px; margin-bottom: 0; color: #626a64; font-size: .8rem; }.service-row__arrow { color: var(--rust); font-size: 1.45rem; }

.portfolio { background: var(--ink); }.portfolio-grid { display: grid; margin-top: 70px; grid-template-columns: 1.28fr 1fr; gap: 16px; }.portfolio-card { min-width: 0; }.portfolio-card--large { grid-row: span 2; }.portfolio-art { position: relative; min-height: 245px; overflow: hidden; }.portfolio-card--large .portfolio-art { min-height: 523px; }.portfolio-art--barbershop { background: radial-gradient(circle at 70% 34%, rgb(217 242 91 / 20%), transparent 25%), linear-gradient(145deg, #4a3025, #171d1b 65%); }.art-label { position: absolute; z-index: 2; top: 17px; left: 18px; color: var(--signal); font-family: var(--display); font-size: .61rem; letter-spacing: .1em; }.craft-word { position: absolute; top: 50%; left: 9%; color: var(--paper); font-family: var(--display); font-size: clamp(3rem, 6vw, 7rem); font-weight: 700; letter-spacing: -.1em; line-height: .74; transform: translateY(-50%) skewX(-12deg); }.craft-word i { color: var(--signal); font-style: normal; }.art-coordinates { position: absolute; right: 18px; bottom: 18px; color: rgb(243 240 233 / 56%); font-family: var(--display); font-size: .57rem; line-height: 1.2; text-align: right; }.art-circle { position: absolute; top: 33%; right: 12%; display: grid; width: 115px; height: 115px; place-items: center; border: 1px solid rgb(217 242 91 / 50%); border-radius: 100%; color: var(--signal); font-family: var(--display); font-size: 1.7rem; }
.portfolio-art--food { background: linear-gradient(125deg, #f1c26f, #d76d3f 42%, #5e2429); }.food-number { position: absolute; right: 12%; bottom: -11%; color: rgb(17 26 24 / 38%); font-family: var(--display); font-size: 11rem; font-weight: 700; line-height: .8; }.food-caption { position: absolute; right: 18px; bottom: 17px; color: var(--ink); font-family: var(--display); font-size: .6rem; font-weight: 700; letter-spacing: .07em; line-height: 1.08; text-align: right; }.portfolio-art--service { background: linear-gradient(135deg, #eea458, #e95f46 55%, #6e2531); }.service-shape { position: absolute; top: 35px; left: 18%; width: 150px; height: 150px; border: 1px solid rgb(243 240 233 / 50%); border-radius: 100%; }.service-shape::before, .service-shape::after { position: absolute; background: var(--signal); content: ""; }.service-shape::before { top: 50%; right: -65px; width: 130px; height: 1px; }.service-shape::after { bottom: -53px; left: 50%; width: 1px; height: 105px; }.service-caption { position: absolute; right: 18px; bottom: 17px; color: var(--paper); font-family: var(--display); font-size: .6rem; font-weight: 700; letter-spacing: .07em; line-height: 1.08; text-align: right; }.portfolio-card__copy { display: grid; grid-template-columns: 1fr auto; gap: 8px 20px; padding: 18px 0 22px; }.portfolio-card__copy > span { grid-column: 1 / -1; color: var(--muted); font-family: var(--display); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }.portfolio-card__copy h3 { margin-bottom: 0; color: var(--paper); font-size: 1.5rem; }.portfolio-card__copy a { align-self: end; color: var(--signal); font-size: .66rem; font-weight: 700; }

.process { max-width: none; padding-right: max(28px, calc((100% - var(--max)) / 2 + 28px)); padding-left: max(28px, calc((100% - var(--max)) / 2 + 28px)); }.process-list { max-width: var(--max); margin: 72px auto 0; padding: 0; list-style: none; }.process-step { display: grid; grid-template-columns: .23fr 1fr 30px; align-items: center; gap: 24px; min-height: 148px; border-top: 1px solid var(--line); }.process-step:last-child { border-bottom: 1px solid var(--line); }.process-step__number { align-self: start; padding-top: 23px; color: var(--rust); font-size: .78rem; }.process-step h3 { margin-bottom: 9px; font-size: 2.25rem; }.process-step p { max-width: 430px; margin-bottom: 0; color: #626a64; font-size: .8rem; }.process-step__symbol { color: var(--rust); font-size: 1.55rem; }

.about { display: grid; grid-template-columns: minmax(280px, .8fr) 1fr; align-items: center; gap: 9vw; }.about__portrait { position: relative; min-height: 420px; overflow: hidden; background: linear-gradient(145deg, #2a423b, #121c1a); }.portrait-grid { position: absolute; inset: 0; opacity: .7; background-image: linear-gradient(rgb(217 242 91 / 15%) 1px, transparent 1px), linear-gradient(90deg, rgb(217 242 91 / 15%) 1px, transparent 1px); background-size: 34px 34px; transform: skewY(-10deg) scale(1.25); }.portrait-initials { position: absolute; top: 50%; left: 50%; color: var(--signal); font-family: var(--display); font-size: 8rem; font-weight: 700; letter-spacing: -.14em; transform: translate(-57%, -54%) rotate(-10deg); }.portrait-note { position: absolute; right: 18px; bottom: 17px; color: rgb(243 240 233 / 60%); font-family: var(--display); font-size: .56rem; letter-spacing: .1em; line-height: 1.05; text-align: right; }.about__copy { max-width: 580px; }.about__copy h2 { margin-bottom: 27px; font-size: clamp(3.3rem, 6vw, 6.7rem); }.about__copy p:not(.eyebrow) { max-width: 470px; color: rgb(243 240 233 / 63%); font-size: .94rem; }.about__meta { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 34px; color: var(--signal); font-family: var(--display); font-size: .62rem; letter-spacing: .05em; }

.contact { max-width: none; background: var(--signal); color: var(--ink); }.contact__top, .contact__footer { display: flex; align-items: center; justify-content: space-between; }.contact .eyebrow { color: var(--ink); }.contact__index { font-size: .68rem; font-weight: 700; }.contact__body { display: grid; max-width: var(--max); margin: 70px auto 110px; grid-template-columns: 1.1fr .55fr; align-items: end; gap: 8vw; }.contact__body h2 { margin-bottom: 0; font-size: clamp(4.2rem, 9vw, 10rem); }.contact__body p { max-width: 350px; margin-bottom: 22px; color: rgb(17 26 24 / 70%); font-size: .96rem; }.contact__footer { max-width: var(--max); border-top: 1px solid rgb(17 26 24 / 22%); padding-top: 16px; font-family: var(--display); font-size: .62rem; letter-spacing: .05em; }.site-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 32px; padding-bottom: 32px; }.site-footer p, .back-top { margin-bottom: 0; color: var(--muted); font-size: .64rem; }.back-top:hover { color: var(--signal); }

.not-found { display: grid; min-height: 100svh; align-content: center; justify-items: start; gap: 18px; padding-top: 130px; padding-bottom: 80px; }
.not-found h1 { max-width: 900px; margin-bottom: 14px; font-size: clamp(3.4rem, 10vw, 8.5rem); }
.not-found .eyebrow { margin-bottom: 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal--delay-short { transition-delay: .08s; }.reveal--delay { transition-delay: .16s; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 900px) { .site-header { padding: 20px 20px 0; }.desktop-nav { display: none; }.menu-toggle { display: grid; width: 40px; height: 40px; align-content: center; gap: 6px; border: 1px solid var(--line-light); background: transparent; cursor: pointer; }.menu-toggle span:not(.sr-only) { display: block; width: 17px; height: 1px; margin: auto; background: var(--paper); }.mobile-menu { position: absolute; top: 72px; right: 20px; left: 20px; display: grid; gap: 1px; padding: 8px; border: 1px solid var(--line-light); background: #1b2926; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }.mobile-menu.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }.mobile-menu a { padding: 14px; color: var(--paper); font-family: var(--display); font-size: .9rem; }.mobile-menu a:hover { background: rgb(217 242 91 / 12%); color: var(--signal); }.mobile-menu a span { color: var(--signal); }.language-toggle--mobile { justify-content: flex-start; width: max-content; margin: 7px 14px 5px; padding: 10px 0; font-size: .72rem; }.hero { grid-template-columns: 1fr; gap: 34px; min-height: 0; padding-top: 140px; }.hero__visual { min-height: 445px; }.hero__note { margin-top: 48px; }.friction-grid { grid-template-columns: 1fr; }.friction-card { min-height: 250px; }.manifesto { grid-template-columns: .25fr 1fr; gap: 4vw; }.manifesto__mark { font-size: 12rem; }.section-heading--split { grid-template-columns: 1fr; gap: 12px; }.portfolio-grid { grid-template-columns: 1fr 1fr; }.portfolio-card--large { grid-row: auto; grid-column: 1 / -1; }.portfolio-card--large .portfolio-art { min-height: 400px; }.about { grid-template-columns: 1fr 1fr; gap: 5vw; }.about__portrait { min-height: 350px; }.contact__body { grid-template-columns: 1fr .7fr; gap: 5vw; } }
@media (max-width: 620px) { .section-shell { padding: 90px 18px; }.hero { padding-top: 125px; padding-bottom: 80px; }.hero h1 { font-size: clamp(3.65rem, 17vw, 6rem); }.hero__lede { font-size: .91rem; }.hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }.hero__note { margin-top: 42px; }.hero__visual { min-height: 370px; }.signal-card--main { top: 45px; right: -15px; min-height: 310px; padding: 17px; transform: rotate(3deg) scale(.86); transform-origin: top right; }.signal-orbit { width: 205px; height: 205px; margin: 20px auto 16px; }.orbit-ring--one { width: 150px; height: 150px; }.orbit-ring--two { width: 205px; height: 205px; }.orbit-core { width: 66px; height: 66px; font-size: .9rem; }.orbit-node--one { top: 4px; right: 27px; }.orbit-node--two { bottom: 4px; left: 4px; }.orbit-node--three { top: 74px; left: -7px; }.floating-tag { font-size: .55rem; }.floating-tag--top { top: 2px; left: -7px; }.floating-tag--bottom { right: -7px; bottom: 5px; }.hero__stamp { right: 4%; bottom: -15px; }.ticker { font-size: .63rem; }.ticker__track { gap: 16px; padding: 11px 0; }.section-heading h2 { font-size: clamp(2.8rem, 14vw, 4.7rem); }.friction { padding-right: 18px; padding-left: 18px; }.friction-grid { margin-top: 48px; gap: 10px; }.friction-card { min-height: 235px; padding: 18px; }.card-icon { margin: 27px 0 14px; }.friction-card h3 { font-size: 1.5rem; }.manifesto { min-height: 550px; grid-template-columns: 1fr; padding-top: 100px; }.manifesto__mark { display: none; }.manifesto__copy h2 { font-size: clamp(3.6rem, 16vw, 6rem); }.work { padding-right: 18px; padding-left: 18px; }.service-list { margin-top: 45px; }.service-row { grid-template-columns: 35px 1fr 20px; gap: 10px; min-height: 160px; }.service-row__title h3 { font-size: 1.7rem; }.service-row p { grid-column: 2 / -1; font-size: .74rem; }.service-row__arrow { grid-column: 3; grid-row: 1; }.portfolio { padding-right: 18px; padding-left: 18px; }.portfolio-grid { grid-template-columns: 1fr; margin-top: 45px; }.portfolio-card--large { grid-column: auto; }.portfolio-card--large .portfolio-art { min-height: 350px; }.portfolio-art { min-height: 230px; }.process { padding-right: 18px; padding-left: 18px; }.process-list { margin-top: 45px; }.process-step { grid-template-columns: 35px 1fr 20px; gap: 10px; min-height: 150px; }.process-step h3 { font-size: 1.8rem; }.process-step p { font-size: .74rem; }.about { grid-template-columns: 1fr; padding-top: 100px; }.about__portrait { min-height: 300px; }.about__copy h2 { font-size: clamp(3.5rem, 16vw, 6rem); }.contact { padding-top: 80px; padding-bottom: 80px; }.contact__top { align-items: flex-start; }.contact__body { display: block; margin: 55px auto 75px; }.contact__body h2 { margin-bottom: 25px; font-size: clamp(4rem, 17vw, 6.5rem); }.contact__body p { max-width: 300px; }.contact__footer { align-items: flex-start; flex-direction: column; gap: 7px; }.site-footer { align-items: flex-start; flex-direction: column; gap: 18px; padding-top: 25px; padding-bottom: 25px; }.site-footer p { order: 3; }.back-top { align-self: flex-end; margin-top: -30px; } }
