:root {
  --ink: #111111;
  --paper: #e9e9e9;
  --soft: #c7c7c7;
  --line: rgba(233, 233, 233, 0.2);
  --orange: #f93a1c;
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 80% 10%, rgba(249, 58, 28, 0.08), transparent 25%);
  z-index: -1;
}

.noise {
  position: fixed;
  inset: 0;
  opacity: 0.045;
  pointer-events: none;
  z-index: 99;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' 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='.55'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
.shell { width: min(1360px, calc(100% - 64px)); margin: 0 auto; }
.nav {
  min-height: 96px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}

.brand-logo { display: inline-flex; align-items: center; width: 230px; }
.brand-logo img { display: block; width: 100%; height: auto; }
.nav nav { display: flex; gap: 36px; }
.nav nav a, .nav-cta { font: 400 11px/1 var(--mono); letter-spacing: 0.12em; text-transform: uppercase; }
.nav nav a { color: var(--soft); transition: color 180ms ease; }
.nav nav a:hover { color: var(--paper); }
.nav-cta { justify-self: end; border-bottom: 1px solid var(--paper); padding: 10px 0; }
.nav-cta span { color: var(--orange); padding-left: 8px; }

.hero { min-height: 0; padding: 44px 0 34px; display: flex; flex-direction: column; }
.hero-kicker, .hero-footer { display: flex; justify-content: space-between; align-items: center; }
.eyebrow { font: 400 10px/1.3 var(--mono); letter-spacing: 0.16em; color: var(--soft); }
.availability { font: 400 10px/1 var(--mono); text-transform: uppercase; letter-spacing: 0.1em; }
.availability i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); margin-right: 7px; box-shadow: 0 0 0 4px rgba(249,58,28,.13); }
.hero h1 {
  margin: auto 0 32px;
  font-size: clamp(54px, 7.3vw, 112px);
  line-height: 0.86;
  letter-spacing: -0.072em;
  font-weight: 800;
  max-width: 1240px;
}
.hero h1 .accent { color: var(--orange); font-style: italic; font-weight: 500; }
.hero-footer { border-top: 1px solid var(--line); padding: 20px 0; }
.hero-footer p { margin: 0; max-width: 540px; color: var(--soft); font-size: 15px; line-height: 1.55; }
.hero-footer strong { color: var(--paper); font-weight: 700; }
.circle-link { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; transition: .2s ease; }
.circle-link:hover { background: var(--orange); color: var(--ink); border-color: var(--orange); transform: translateY(3px); }

.cinema-strip { height: 104px; display: grid; grid-template-columns: 1.25fr .9fr 1.1fr; gap: 8px; overflow: hidden; }
.frame { position: relative; padding: 14px; display: flex; align-items: flex-end; justify-content: space-between; overflow: hidden; isolation: isolate; }
.frame::before { content: ""; position: absolute; inset: 0; z-index: -2; transition: transform 500ms ease; }
.frame::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(17,17,17,.2), rgba(17,17,17,.8)); }
.frame:hover::before { transform: scale(1.03); }
.frame-one::before { background: radial-gradient(circle at 18% 35%, rgba(233,233,233,.4) 0 2%, transparent 2.5%), linear-gradient(125deg, #535353, #1d1d1d 70%); }
.frame-two::before { background: linear-gradient(125deg, #1c1c1c 30%, #8d2e20 50%, #21110e 51%); }
.frame-three::before { background: radial-gradient(ellipse at 65% 130%, #f93a1c 0 18%, transparent 19%), linear-gradient(135deg, #333 0%, #111 75%); }
.frame span, .frame b { font: 400 9px/1 var(--mono); letter-spacing: .14em; }
.frame b { font-weight: 500; }

.work { background: var(--paper); color: var(--ink); padding: 130px 0; }
.section-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.work .eyebrow { color: #6e6e6e; }
.sticky-copy { position: sticky; top: 38px; }
.sticky-copy h2 { font-size: clamp(38px, 5vw, 78px); line-height: .93; letter-spacing: -.06em; margin: 28px 0; }
.big-copy { font: 500 clamp(22px, 2.3vw, 36px)/1.05 var(--mono); letter-spacing: -.06em; max-width: 620px; }
.big-copy em, .contact em { color: var(--orange); font-style: normal; }
.work-intro { max-width: 530px; margin: 42px 0 0; font-size: 14px; line-height: 1.7; color: #555; }
.work-list { border-top: 1px solid rgba(17,17,17,.22); }
.work-card { display: grid; grid-template-columns: 52px 1fr 36px; gap: 20px; padding: 36px 0; border-bottom: 1px solid rgba(17,17,17,.22); }
.work-number { font: 400 10px/1 var(--mono); padding-top: 7px; color: #777; }
.work-card h3 { font-size: clamp(24px, 2.3vw, 34px); letter-spacing: -.04em; margin: 0 0 12px; }
.work-card p { max-width: 580px; font-size: 14px; line-height: 1.65; color: #555; margin: 0; }
.work-card ul { display: flex; gap: 7px; list-style: none; padding: 20px 0 0; margin: 0; flex-wrap: wrap; }
.work-card li { font: 400 9px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; border: 1px solid rgba(17,17,17,.25); border-radius: 99px; padding: 7px 10px; }
.arrow { font-size: 22px; transition: transform 180ms ease; }
.work-card:hover .arrow { transform: translate(4px, -4px); color: var(--orange); }
.scope-note { margin: 28px 0 0 72px; max-width: 600px; font: 400 10px/1.7 var(--mono); color: #777; text-transform: uppercase; letter-spacing: .04em; }

.social { padding: 126px 0 10px; }
.social-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; padding-bottom: 46px; border-bottom: 1px solid var(--line); }
.social-head h2 { margin: 26px 0 0; font-size: clamp(46px, 6.2vw, 90px); line-height: .9; letter-spacing: -.065em; }
.social-head h2 em { color: var(--orange); font-style: normal; }
.social-copy { justify-self: end; max-width: 430px; }
.social-copy p { margin: 0 0 28px; color: #999; font-size: 14px; line-height: 1.7; }
.social-copy a { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 8px; border-bottom: 1px solid var(--paper); font: 500 11px/1 var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.social-copy a span { color: var(--orange); }
.instagram-stage { min-height: 620px; padding: 64px 20px; display: grid; place-items: center; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 50% 40%, rgba(249,58,28,.09), transparent 36%); }
.instagram-placeholder { width: min(658px, 100%); margin: 0 auto; background: var(--paper); border-radius: 2px; }
.instagram-placeholder > a { min-height: 480px; padding: 48px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); text-align: center; }
.instagram-fallback-mark { color: var(--orange); font-size: 24px; margin-bottom: 18px; }
.instagram-placeholder strong { font-size: 30px; letter-spacing: -.04em; }
.instagram-placeholder small { margin-top: 12px; font: 400 10px/1.4 var(--mono); text-transform: uppercase; letter-spacing: .1em; color: #666; }
.instagram-placeholder b { margin-top: 34px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font: 500 9px/1.3 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.social-note { margin: 18px 0 0; text-align: right; color: #777; font: 400 9px/1.5 var(--mono); text-transform: uppercase; letter-spacing: .08em; }

.process { padding-top: 126px; }
.process-head { display: grid; grid-template-columns: 1fr 1fr; align-items: start; padding-bottom: 56px; border-bottom: 1px solid var(--line); }
.process-head p { font-size: clamp(24px, 3.1vw, 48px); line-height: 1.1; letter-spacing: -.045em; margin: 0; max-width: 700px; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); }
.principle { min-height: 310px; padding: 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.principle:first-child { border-left: 1px solid var(--line); }
.principle > span { font: 400 9px/1 var(--mono); color: var(--orange); }
.principle h3 { font-size: 25px; line-height: 1.1; letter-spacing: -.035em; margin: auto 0 16px; }
.principle p { color: #999; font-size: 13px; line-height: 1.6; margin: 0; }
.contact { margin-top: 130px; background: var(--orange); color: var(--ink); padding: 60px; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; }
.contact .eyebrow { color: rgba(17,17,17,.65); }
.contact h2 { font-size: clamp(40px, 5.6vw, 84px); line-height: .92; letter-spacing: -.06em; margin: 90px 0 0; }
.contact em { color: var(--paper); }
.contact-button { width: 220px; height: 220px; border-radius: 50%; background: var(--ink); color: var(--paper); display: flex; flex-direction: column; justify-content: space-between; padding: 30px; transition: transform 220ms ease; }
.contact-button:hover { transform: rotate(-4deg) scale(1.03); }
.contact-button span { font: 500 12px/1.3 var(--mono); text-transform: uppercase; max-width: 100px; }
.contact-button b { font-size: 36px; align-self: flex-end; color: var(--orange); }
footer { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 28px; align-items: end; padding: 70px 0 36px; }
footer p, footer a, footer small { font: 400 9px/1.6 var(--mono); color: #8a8a8a; text-transform: uppercase; letter-spacing: .1em; }
.footer-links { display: flex; flex-direction: column; gap: 4px; }
.footer-links a:hover { color: var(--paper); }
.footer-mark { width: 220px; }

.reveal { opacity: 1; transform: none; transition: opacity 700ms cubic-bezier(.16,1,.3,1), transform 700ms cubic-bezier(.16,1,.3,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .shell { width: min(100% - 34px, 700px); }
  .nav { min-height: 78px; grid-template-columns: 1fr auto; }
  .nav nav { display: none; }
  .hero { min-height: calc(100svh - 78px); padding-top: 28px; }
  .hero h1 { font-size: clamp(48px, 12vw, 82px); margin-top: auto; }
  .cinema-strip { height: 80px; }
  .section-grid { grid-template-columns: 1fr; gap: 64px; }
  .sticky-copy { position: static; }
  .work { padding: 96px 0; }
  .social { padding-top: 90px; }
  .social-head { grid-template-columns: 1fr; gap: 36px; }
  .social-copy { justify-self: start; }
  .instagram-stage { min-height: 560px; padding: 44px 0; }
  .process { padding-top: 90px; }
  .process-head { grid-template-columns: 1fr; gap: 34px; }
  .principles { grid-template-columns: 1fr; }
  .principle, .principle:first-child { min-height: 210px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .contact { grid-template-columns: 1fr; padding: 38px 28px; margin-top: 90px; }
  .contact h2 { margin-top: 70px; }
  .contact-button { width: 170px; height: 170px; justify-self: end; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 28px); }
  .nav-cta { font-size: 9px; }
  .brand-logo { width: 170px; }
  .hero-kicker { align-items: flex-start; }
  .availability { max-width: 90px; line-height: 1.35; }
  .hero h1 { font-size: clamp(42px, 13vw, 64px); }
  .hero-footer { align-items: flex-end; gap: 20px; }
  .hero-footer p { font-size: 12px; max-width: 300px; }
  .cinema-strip { grid-template-columns: 1fr 1fr; }
  .frame-three { display: none; }
  .work-card { grid-template-columns: 30px 1fr; }
  .work-card .arrow { display: none; }
  .scope-note { margin-left: 0; }
  .social-head h2 { font-size: 44px; }
  .instagram-placeholder > a { min-height: 390px; padding: 28px; }
  .social-note { text-align: left; }
  .contact { margin-left: -14px; margin-right: -14px; }
  .contact h2 { font-size: 39px; }
  footer { grid-template-columns: 1fr; align-items: start; }
  footer small { margin-top: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}

/* Completion: readable layers, native disclosures and a verified Instagram selection. */
button,input,textarea { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
.skip-link { position: fixed; z-index: 120; top: 12px; left: 12px; padding: 12px 18px; background: var(--paper); color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.nav-cta { background: transparent; color: var(--paper); border: 0; border-bottom: 1px solid var(--paper); min-height: 44px; }
.hero { padding-top: 42px; }
.hero .eyebrow { max-width: 620px; line-height: 1.7; }
.hero h1 { font-size: clamp(44px, 5.2vw, 78px); line-height: .98; margin: 82px 0 44px; letter-spacing: -.06em; }
.hero-footer { gap: 28px; }
.hero-footer p { max-width: 760px; }
.circle-link { flex: 0 0 48px; }
.cinema-strip { height: auto; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 20px; }
.frame { min-height: 225px; padding: 24px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; background: #272727; }
.frame::before,.frame::after { display: none; }
.frame > span { color: var(--orange); margin-bottom: 30px; }
.frame h2 { font-size: 15px; line-height: 1.25; margin: 0 0 12px; letter-spacing: -.02em; }
.frame p { font-size: 13px; line-height: 1.6; color: var(--soft); margin: 0; }
.frame-two { background: #332621; }
.work { padding: 104px 0; }
.section-grid { gap: 76px; }
.service { border-bottom: 1px solid rgba(17,17,17,.22); }
.service summary { display: grid; grid-template-columns: 32px 1fr 28px; gap: 20px; padding: 30px 0; cursor: pointer; list-style: none; }
.service summary::-webkit-details-marker { display: none; }
.service h3 { font-size: clamp(24px,2.3vw,34px); letter-spacing: -.04em; margin: 0 0 12px; }
.service summary p { font-size: 14px; line-height: 1.65; color: #555; margin: 0; }
.detail-hint { display: block; margin-top: 16px; font: 400 10px/1.5 var(--mono); text-transform: uppercase; letter-spacing: .04em; }
.service-toggle { font: 300 26px/1 var(--sans); align-self: start; text-align: center; transition: transform .2s; }
.service[open] .service-toggle { transform: rotate(45deg); }
.service-body { margin-left: 52px; padding-bottom: 28px; }
.price-list { margin: 0 0 24px; }
.price-list div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid #ccc; font-size: 13px; line-height: 1.4; }
.price-list dd { margin: 0; font-weight: 700; text-align: right; }
.service-contact { font-size: 12px; font-weight: 700; border-bottom: 1px solid; padding-bottom: 5px; }
.scope-note { margin-left: 52px; color: #595959; font-size: 10px; text-transform: none; }
.gallery-toolbar { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 28px 0; }
.gallery-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.gallery-filters button { background: transparent; color: var(--paper); border: 1px solid #555; border-radius: 40px; padding: 12px 18px; font: 400 11px/1.3 var(--mono); min-height: 44px; }
.gallery-filters button span { opacity: .7; padding-left: 8px; }
.gallery-filters button[aria-pressed="true"] { background: var(--paper); color: var(--ink); border-color: var(--paper); }
#gallery-status { font: 400 10px/1.4 var(--mono); color: var(--soft); white-space: nowrap; }
.instagram-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px 18px; }
.post-card { min-width: 0; }
.post-card a { display: block; }
.post-image { aspect-ratio: 3/4; overflow: hidden; position: relative; background: #272727; }
.post-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s; }
.post-card a:hover img { transform: scale(1.035); }
.post-card a:hover .post-arrow { background: var(--orange); }
.post-badge,.post-arrow { position: absolute; z-index: 1; background: #111d; color: white; }
.post-badge { top: 14px; left: 14px; padding: 9px 12px; font: 400 10px/1 var(--mono); text-transform: uppercase; }
.post-arrow { width: 40px; height: 40px; bottom: 14px; right: 14px; display: grid; place-items: center; border: 1px solid #8887; border-radius: 50%; font-size: 20px; }
.post-meta { display: flex; justify-content: space-between; font: 400 9px/1.4 var(--mono); color: #b0b0b0; margin-top: 14px; }
.post-card h3 { font-size: 18px; line-height: 1.3; font-weight: 600; letter-spacing: -.025em; margin: 8px 0 0; }
.social-note { font-size: 10px; color: #aaa; line-height: 1.6; text-transform: none; text-align: left; border-bottom: 1px solid var(--line); padding-bottom: 28px; }
.principle { min-height: 330px; }
.principle h3 { font-size: 25px; }
.principle p { color: #bbb; }
.contact h2 { margin-top: 58px; }
footer p,footer a,footer small { color: #aaa; }
.official-domain { display: inline-block; padding-top: 8px; text-transform: none; letter-spacing: 0; }
@media (max-width: 900px) {
 .hero h1 { font-size: clamp(44px,7.4vw,67px); margin-top: 64px; }
 .hero-kicker { gap: 20px; }
 .hero .eyebrow { max-width: 430px; }
 .cinema-strip { grid-template-columns: 1fr; }
 .frame { min-height: auto; padding: 24px; }
 .frame > span { margin-bottom: 16px; }
 .frame p { max-width: 600px; }
 .instagram-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .principle { min-height: 240px; }
 .principle h3 { margin-top: 32px; }
 .section-grid { gap: 45px; }
}
@media (max-width: 560px) {
 .hero { min-height: auto; }
 .hero h1 { font-size: clamp(35px,10.4vw,58px); margin: 52px 0 30px; line-height: 1.03; }
 .desktop-break { display: none; }
 .hero-kicker { display: block; }
 .hero .eyebrow { display: block; font-size: 9px; max-width: 340px; }
 .availability { display: block; margin-top: 18px; max-width: none; }
 .frame-three { display: flex; }
 .hero-footer p { max-width: none; font-size: 13px; }
 .social-head h2 { font-size: clamp(35px,9.4vw,51px); }
 .gallery-toolbar { align-items: flex-start; flex-direction: column; gap: 4px; }
 .gallery-filters { gap: 6px; }
 .gallery-filters button { font-size: 10px; padding: 12px 13px; }
 .gallery-filters button span { display: none; }
 .instagram-grid { gap: 24px 10px; }
 .post-card h3 { font-size: 14px; }
 .post-badge { top: 8px; left: 8px; padding: 7px 8px; font-size: 8px; }
 .post-meta { font-size: 8px; gap: 5px; }
 .post-meta .post-handle { display: none; }
 .post-arrow { width: 30px; height: 30px; right: 8px; bottom: 8px; }
 .service summary { grid-template-columns: 22px 1fr 24px; gap: 12px; }
 .service-body { margin-left: 34px; }
 .scope-note { margin-left: 0; }
 .price-list div { font-size: 12px; gap: 10px; }
 .contact h2 { font-size: 36px; }
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; } }

.contact-note { grid-column: 1 / -1; margin: -20px 0 0; max-width: 520px; font-size: 12px; line-height: 1.6; }
@media (max-width: 560px) { .contact-note { margin-top: -12px; } }

.skip-link { clip-path: inset(50%); width: 1px; height: 1px; overflow: hidden; white-space: nowrap; transform: none; }
.skip-link:focus { clip-path: none; width: auto; height: auto; overflow: visible; }

/* Client logos: exact original artwork, monochrome presentation only. */
.clients { padding: 30px 0 66px; }
.clients-heading { border-top: 1px solid var(--line); padding-top: 30px; display: flex; align-items: baseline; justify-content: space-between; gap: 24px; }
.clients-heading .eyebrow { color: #a6a6a6; }
.clients-heading h2 { margin: 0; font-size: clamp(18px, 1.6vw, 24px); line-height: 1.3; font-weight: 500; letter-spacing: -.035em; }
.client-logos { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 28px; padding: 0; margin: 22px 0 0; }
.client-mark { min-width: 0; height: 166px; display: flex; align-items: center; justify-content: center; padding: 12px; }
.client-logo { display: block; flex-shrink: 1; width: 100%; max-width: 270px; height: 100px; filter: brightness(0) invert(74%); }
.client-alessandra-barboza .client-logo { max-width: 250px; }
.client-joize-pires .client-logo { max-width: 130px; height: 138px; }
.client-mac .client-logo { max-width: 184px; height: 104px; }
@media (max-width: 900px) {
 .clients { padding-top: 24px; padding-bottom: 48px; }
 .clients-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
 .client-logos { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 26px; }
 .client-mark { height: 146px; }
 .client-joize-pires .client-logo { height: 124px; }
}
@media (max-width: 560px) {
 .clients-heading h2 { font-size: 21px; }
 .client-logos { gap: 6px 12px; margin-top: 22px; }
 .client-mark { height: 128px; padding: 4px; }
 .client-joize-pires .client-logo { height: 116px; }
 .client-mac .client-logo { max-width: 130px; height: 80px; }
}

.post-image-full { background: #000; }
.post-image-full img { object-fit: contain; }
.client-logos { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 8px 24px; }
.client-logo-masked { filter: none; }
.client-naha .client-logo { height: 112px; }
.client-revie .client-logo { max-width: 156px; height: 102px; }
.client-frederico-marques .client-logo { height: 108px; }
.client-moza .client-logo { max-width: 195px; }
@media (max-width: 900px) {
}
@media (max-width: 900px) { .client-logos { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 26px; } }
@media (max-width: 560px) {
 .client-logos { gap: 8px 12px; }
 .client-revie .client-logo { max-width: 116px; height: 90px; }
}

/* Opening film: readable copy, silent playback, and a still-image fallback. */
/* Google reviews: owner-provided search link, between clients and partnerships. */
.google-reviews { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 40px 64px; border-top: 1px solid var(--line); padding: 44px 0 64px; }
.reviews-copy { min-width: 0; }
.reviews-copy .eyebrow { font-size: 12px; line-height: 1.5; }
.reviews-copy h2 { max-width: 700px; margin: 20px 0 18px; font-size: clamp(30px,3.4vw,48px); line-height: 1.08; letter-spacing: -.045em; }
.reviews-copy h2 em { color: var(--orange); font-weight: 500; }
.reviews-copy p { max-width: 600px; margin: 0; color: var(--soft); font-size: 16px; line-height: 1.7; }
.reviews-action { width: min(100%,350px); }
.reviews-link { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 22px; min-height: 58px; background: var(--orange); color: var(--ink); font-size: 16px; font-weight: 700; line-height: 1.45; transition: background .2s; }
.reviews-link:hover { background: var(--paper); }
.reviews-link span { flex: 0 0 auto; font-size: 24px; line-height: 1; }
.reviews-action p { max-width: 330px; margin: 14px 0 0; color: var(--soft); font-size: 14px; line-height: 1.6; }
@media (max-width: 900px) {
 .google-reviews { grid-template-columns: minmax(0,1fr); gap: 26px; padding: 34px 0 48px; }
 .reviews-copy h2 { max-width: 640px; }
}
@media (max-width: 560px) {
 .reviews-action { width: 100%; }
 .reviews-copy h2 { font-size: clamp(30px,8.4vw,42px); }
 .reviews-link { padding: 17px 18px; gap: 14px; }
}

.hero-stage { position: relative; isolation: isolate; overflow: hidden; background: #111 url('./assets/video/hero-poster.jpg') center / cover no-repeat; }
.hero-media { position: absolute; inset: 0; z-index: -2; pointer-events: none; }
.hero-media video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; }
.hero-media video.is-playing { opacity: 1; }
.hero-stage::after { content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.49)),linear-gradient(0deg,rgba(17,17,17,.88),transparent 48%,rgba(17,17,17,.15)); }
.hero-stage .hero { min-height: 590px; padding-top: 42px; padding-bottom: 22px; }
.hero-stage h1 { margin-top: 90px; text-shadow: 0 2px 26px rgba(0,0,0,.22); }
.hero-stage .eyebrow,.hero-stage .availability { color: var(--paper); }
.hero-stage .hero-footer { margin-top: auto; }
.hero-stage .hero-footer p { color: #e9e9e9; }
.hero-stage .circle-link { background: rgba(17,17,17,.3); }
.hero-stage .circle-link:hover { background: var(--orange); }
.hero-playback { display: flex; justify-content: flex-end; min-height: 44px; margin-top: 4px; }
.hero-video-toggle { display: inline-flex; gap: 9px; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; border: 1px solid rgba(233,233,233,.45); border-radius: 24px; background: rgba(17,17,17,.65); color: var(--paper); font: 400 12px/1.4 var(--mono); }
.hero-video-toggle:hover { background: var(--ink); border-color: var(--paper); }
.hero-layers { padding: 14px 0 34px; }
@media (max-width: 900px) {
 .hero-stage .hero { min-height: 570px; }
 .hero-stage h1 { margin-top: 72px; }
}
@media (max-width: 560px) {
 .hero-stage .hero { min-height: 0; padding-top: 28px; padding-bottom: 18px; }
 .hero-stage h1 { margin-top: 52px; }
 .hero-stage::after { background: linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.56)),linear-gradient(0deg,rgba(17,17,17,.85),transparent 65%); }
 .hero-layers { padding-top: 4px; }
}

/* Team: source portfolio photographs framed with SVG; original pixels preserved. */
.team { margin-top: 126px; scroll-margin-top: 36px; }
.team-heading { display: grid; grid-template-columns: 1.2fr 1fr; align-items: end; gap: 64px; padding: 36px 0 48px; border-top: 1px solid var(--line); }
.team-heading h2 { font-size: clamp(42px, 4.7vw, 68px); line-height: .98; letter-spacing: -.06em; margin: 28px 0 0; }
.team-heading h2 em { color: var(--orange); font-weight: 500; }
.team-heading > p { max-width: 430px; justify-self: end; font-size: 16px; line-height: 1.7; color: var(--soft); margin: 0; }
.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 44px; }
.team-member { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.25fr); align-items: start; gap: 26px; padding-top: 28px; border-top: 1px solid var(--line); }
.team-portrait { background: #fff; aspect-ratio: 360 / 430; overflow: hidden; }
.team-portrait svg { display: block; width: 100%; height: 100%; }
.team-bio { min-width: 0; }
.team-role { display: block; color: var(--soft); font: 400 9px/1.7 var(--mono); text-transform: uppercase; letter-spacing: .07em; min-height: 31px; }
.team-bio h3 { font-size: clamp(38px, 3.5vw, 50px); font-weight: 600; line-height: 1; letter-spacing: -.06em; margin: 12px 0 22px; }
.team-bio p { font-size: 13px; line-height: 1.75; color: var(--soft); margin: 0; }
.team-bio .team-statement { color: var(--paper); font-size: 19px; line-height: 1.35; font-weight: 500; letter-spacing: -.025em; margin-bottom: 16px; }
@media (max-width: 1100px) {
 .team-grid { grid-template-columns: 1fr; gap: 36px; }
 .team-member { grid-template-columns: minmax(0,.65fr) minmax(0,1fr); gap: 40px; }
 .team-portrait { max-height: 340px; }
 .team-bio { max-width: 470px; }
 .team-bio p { font-size: 15px; }
 .team-role { min-height: 0; }
}
@media (max-width: 900px) {
 .team { margin-top: 90px; }
 .team-heading { grid-template-columns: 1fr; gap: 26px; padding-bottom: 32px; }
 .team-heading > p { justify-self: start; max-width: 550px; font-size: 15px; }
}
@media (max-width: 560px) {
 .team-heading h2 { font-size: clamp(37px,10.5vw,54px); }
 .team-member { grid-template-columns: 1fr; gap: 26px; padding-top: 24px; }
 .team-portrait { aspect-ratio: 360 / 430; height: auto; max-height: none; }
 .team-grid { gap: 36px; }
 .team-bio h3 { margin: 12px 0 18px; font-size: 44px; }
 .team-role { font-size: 10px; }
 .team-bio p { font-size: 14px; }
 .team-bio .team-statement { font-size: 21px; }
}

/* Project library, compact social rail, and institutional presentation. */
.projects { display: grid; grid-template-columns: 1.2fr 1fr; gap: 70px; align-items: end; padding-top: 64px; padding-bottom: 60px; }
.projects .eyebrow, .institutional .eyebrow { font-size: 12px; line-height: 1.5; }
.projects h2 { font-size: clamp(32px,3.6vw,54px); line-height: 1.04; letter-spacing: -.055em; margin: 22px 0 0; }
.projects h2 em { color: var(--orange); font-weight: 500; }
.projects-copy p { margin: 0 0 24px; color: var(--soft); font-size: 16px; line-height: 1.7; max-width: 520px; }
.projects-link { display: inline-flex; align-items: center; gap: 36px; background: var(--orange); color: var(--ink); padding: 18px 24px; font-size: 16px; font-weight: 700; min-height: 56px; transition: background .2s; }
.projects-link:hover { background: var(--paper); }
.projects-link span { font-size: 24px; line-height: 1; }
.nav nav { gap: 26px; }
.social-head { gap: 60px; grid-template-columns: 1fr 1fr; align-items: center; }
.social-head h2 { font-size: clamp(38px,5.1vw,74px); line-height: .98; }
.social-copy { width: 100%; max-width: none; min-width: 0; }
.social-copy p { font-size: 16px; margin-bottom: 20px; }
.social-copy > a { font-size: 12px; min-height: 44px; line-height: 1.4; }
.backstage-player { margin: 0 0 22px; }
.backstage-player video { width: 100%; display: block; aspect-ratio: 16/9; object-fit: contain; background: #080808; }
.backstage-player figcaption { display: flex; justify-content: space-between; gap: 16px; margin-top: 12px; font: 400 12px/1.5 var(--mono); color: var(--soft); }
.gallery-toolbar { gap: 16px; }
.gallery-filters button { font-size: 12px; }
.gallery-navigation { display: flex; align-items: center; gap: 18px; }
#gallery-status { font-size: 12px; }
.gallery-arrows { display: flex; gap: 8px; }
.gallery-arrows button { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid #666; color: var(--paper); background: transparent; font-size: 22px; }
.gallery-arrows button:hover:not(:disabled) { background: var(--orange); color: var(--ink); border-color: var(--orange); }
.gallery-arrows button:disabled { opacity: .3; cursor: default; }
.instagram-grid { grid-template-columns: repeat(6,minmax(0,1fr)); gap: 16px; padding: 6px 0 14px; scroll-snap-type: x mandatory; scroll-padding-inline: 2px; scrollbar-width: thin; scrollbar-color: #777 #272727; }
.post-card { scroll-snap-align: start; }
.post-card a { height: 100%; }
.post-card h3 { font-size: 14px; line-height: 1.45; letter-spacing: -.015em; margin-top: 8px; }
.post-meta { font-size: 12px; line-height: 1.5; margin-top: 12px; }
.post-meta .post-handle { display: none; }
.post-badge { font-size: 12px; top: 8px; left: 8px; padding: 6px 8px; }
.post-arrow { width: 32px; height: 32px; right: 8px; bottom: 8px; font-size: 20px; }
.social-note { font-size: 12px; line-height: 1.6; letter-spacing: 0; }
.institutional { display: grid; grid-template-columns: 1fr auto; gap: 44px; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 34px 0; margin-top: 48px; }
.institutional h2 { font-size: clamp(24px,2.5vw,36px); letter-spacing: -.035em; line-height: 1.2; margin: 16px 0 12px; }
.institutional p { font-size: 16px; line-height: 1.7; color: var(--soft); margin: 0; max-width: 570px; }
.institutional-link { display: grid; grid-template-columns: 1fr auto; gap: 10px 24px; padding: 18px 0; font-size: 16px; font-weight: 600; border-bottom: 1px solid var(--paper); }
.institutional-link span { color: var(--orange); }
.institutional-link small { grid-column: 1 / -1; font: 400 12px/1.5 var(--mono); color: var(--soft); }
.institutional-link:hover { color: var(--orange); }
@media (max-width: 1100px) {
 .instagram-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 200px; overflow-x: auto; }
 .social-head { gap: 36px; }
 .projects { gap: 40px; }
}
@media (max-width: 900px) {
 .projects { grid-template-columns: 1fr; gap: 24px; padding-top: 44px; padding-bottom: 36px; }
 .projects-copy p { max-width: 650px; }
 .social-head { grid-template-columns: 1fr; gap: 32px; }
 .social-head h2 { font-size: clamp(38px,7vw,60px); }
 .social-copy { max-width: none; }
 .institutional { grid-template-columns: 1fr; gap: 18px; }
 .institutional-link { justify-self: start; }
}
@media (max-width: 560px) {
 .projects h2 { font-size: clamp(32px,9vw,46px); }
 .projects-link { width: 100%; justify-content: space-between; }
 .instagram-grid { grid-auto-columns: min(68vw,230px); gap: 14px; }
 .gallery-toolbar { gap: 10px; }
 .gallery-navigation { width: 100%; justify-content: space-between; }
 .gallery-filters button { padding: 12px 14px; }
 .social-head h2 { font-size: clamp(35px,9.4vw,51px); }
 .institutional { margin-top: 38px; padding: 28px 0; }
}
