:root{--bg:#080a0b;--surface:#111517;--surface-soft:#171c1f;--ink:#f3f2ef;--muted:#b5bdc0;--accent:#d1b18a;--line:#353c3f;--red:#d20822;--body:'Figtree',Arial,sans-serif;--display:'Bricolage Grotesque',Arial,sans-serif;--width:1240px;--gutter:clamp(22px,5vw,80px);color-scheme:dark}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:108px}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--body);font-size:1.0625rem;line-height:1.65;-webkit-font-smoothing:antialiased}
body,button,input,select,textarea{font-synthesis:none}
img{max-width:100%;height:auto;display:block}
svg{width:1.15em;height:1.15em;flex-shrink:0}
a{color:inherit;text-underline-offset:.25em}
a:hover{color:var(--accent)}
button,input,select,textarea{font:inherit}
button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}
:focus-visible{outline:2px solid var(--accent);outline-offset:6px}
button{cursor:pointer}
h1,h2,h3,h4,p,figure{margin:0}
h1,h2,h3,h4{font-family:var(--display);font-weight:300;line-height:1.12;letter-spacing:-.035em;overflow-wrap:break-word}
h1{font-size:clamp(2.8rem,5.4vw,5.25rem)}
h2{font-size:clamp(2.15rem,4.3vw,3.8rem)}
h3{font-size:clamp(1.65rem,2.5vw,2.15rem)}
p+p{margin-top:1.15em}
ul{padding-left:1.2em}
li+li{margin-top:.65em}
.container{width:min(var(--width),calc(100% - var(--gutter)*2));margin-inline:auto}
.skip-link{position:fixed;left:20px;top:-100px;z-index:50;padding:12px 20px;background:var(--ink);color:var(--bg)}
.skip-link:focus{top:15px}
.site-header{position:sticky;top:0;z-index:20;background:rgba(8,10,11,.97);border-bottom:1px solid var(--line)}
.header-inner{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:block;flex:0 0 190px;line-height:1}
.brand img{width:190px;height:66px;object-fit:contain}
.main-nav{display:flex;align-items:center;gap:clamp(16px,2.3vw,32px)}
.main-nav a{font-size:.9375rem;text-decoration:none;padding:12px 0;white-space:nowrap}
.main-nav a[aria-current=page]{color:var(--accent)}
.main-nav .nav-contact{padding:10px 18px;border:1px solid #657176}
.main-nav .nav-contact:hover{background:var(--ink);border-color:var(--ink);color:var(--bg)}
.nav-toggle{display:none;background:none;color:var(--ink);border:1px solid var(--line);padding:10px 15px;min-height:46px;align-items:center;gap:10px}
.eyebrow{display:block;font-size:.875rem;font-weight:600;letter-spacing:.12em;line-height:1.6;text-transform:uppercase;color:var(--accent);margin-bottom:20px}
.eyebrow.brand-line:before{content:'';display:inline-block;width:7px;height:7px;background:var(--red);margin:0 12px 2px 0}
.muted{color:var(--muted)}
.lead{font-size:clamp(1.125rem,1.6vw,1.4rem);color:var(--muted);line-height:1.6;max-width:700px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:14px 24px;min-height:52px;border:1px solid var(--ink);background:var(--ink);color:var(--bg);text-decoration:none;line-height:1.45;font-size:1rem;font-weight:600;text-align:center;transition:background .2s,color .2s,border-color .2s}
.button:hover{background:var(--accent);border-color:var(--accent);color:var(--bg)}
.button.secondary{background:transparent;border-color:#6b757a;color:var(--ink)}
.button.secondary:hover{border-color:var(--ink);background:var(--surface-soft)}
.button:disabled{cursor:wait;opacity:.65}
.actions{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:32px}
.text-link{display:inline-flex;align-items:center;gap:12px;font-weight:600;text-decoration:none;border-bottom:1px solid #657176;padding-block:8px;line-height:1.5}
.hero{padding-top:58px}
.hero-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(30px,5vw,76px);align-items:center;padding-bottom:58px}
.hero h1{margin-bottom:26px;font-size:clamp(3rem,5.2vw,5rem)}
.hero h1 em{font-style:normal;color:var(--accent)}
.hero .lead{font-size:1.125rem;max-width:510px}
.hero-figure{align-self:stretch;display:flex;flex-direction:column;justify-content:center;min-width:0}
.hero-image{width:100%;height:480px;object-fit:cover;object-position:48% center}
figcaption{font-size:.875rem;color:var(--muted);line-height:1.55;margin-top:12px}
.hero-caption{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding-bottom:14px}
.hero-caption a{text-decoration:none;color:var(--ink)}
.scope-line{padding:21px 0;border-block:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--muted);font-size:.9375rem;flex-wrap:wrap}
.scope-line span:first-child{color:var(--ink)}
.section{padding:clamp(64px,8vw,112px) 0}
.section.soft{background:var(--surface)}
.section.rule{border-top:1px solid var(--line)}
.section-header{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:42px}
.section-header>div{max-width:740px}
.section-header .text-link{flex-shrink:0}
.section-header p{margin-top:20px}
.featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:44px 28px}
.project-card{min-width:0}
.card-visual{position:relative;display:block;overflow:hidden;background:#161b1d;text-decoration:none}
.card-visual img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.card-visual:hover img{transform:scale(1.025)}
.card-visual.scene{aspect-ratio:1.7}
.card-visual.poster{height:360px;background:#0b0d0e}
.card-visual.poster img{object-fit:contain}
.card-body{padding-top:21px}
.card-meta{font-size:.875rem;color:var(--muted);display:flex;gap:12px;justify-content:space-between;flex-wrap:wrap;margin-bottom:10px}
.card-meta span:first-child{color:var(--accent)}
.card-body h3 a{text-decoration:none}
.card-body p{margin-top:14px;font-size:1rem;color:var(--muted);max-width:600px}
.card-body .text-link{font-size:.9375rem;margin-top:12px}
.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;margin-top:44px}
.service{border-top:1px solid #637076;padding-top:24px}
.service .number{font-size:.875rem;color:var(--accent);margin-bottom:28px;display:block}
.service h3{margin-bottom:22px}
.service p{color:var(--muted);font-size:1rem}
.service .text-link{font-size:.9375rem;margin-top:24px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(36px,7vw,100px);align-items:start}
.split .lead{margin-top:24px}
.split p{color:var(--muted)}
.split p strong{color:var(--ink);font-weight:600}
.company-copy>p+p{margin-top:20px}
.facts-inline{display:flex;gap:28px;flex-wrap:wrap;margin-top:30px;padding-top:24px;border-top:1px solid var(--line);font-size:.9375rem}
.facts-inline div{display:flex;flex-direction:column;gap:3px}
.facts-inline dt{color:var(--muted)}
.facts-inline dd{margin:0;color:var(--ink)}
.brand-rows{margin-top:44px;border-top:1px solid var(--line)}
.brand-row{padding:26px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:180px 1fr;gap:32px;align-items:center}
.brand-row img{width:170px;height:100px;object-fit:contain}
.brand-row h3{font-family:var(--body);font-size:1.125rem;font-weight:600;letter-spacing:0;line-height:1.4;margin-bottom:8px}
.brand-row p{font-size:1rem;color:var(--muted)}
.team{margin-top:64px;padding-top:38px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px}
.team h3{font-size:1.75rem;margin-bottom:12px}
.team .role{font-size:.9375rem;color:var(--accent);margin-bottom:18px}
.team p{font-size:1rem;color:var(--muted)}
.cta-band{display:flex;justify-content:space-between;align-items:center;gap:38px;border-block:1px solid var(--line);padding:42px 0}
.cta-band h2{font-size:clamp(2rem,3.4vw,3rem)}
.cta-band p{margin-top:14px;color:var(--muted);max-width:680px}
.cta-band .button{flex-shrink:0}
.download-band{background:var(--surface-soft);padding:36px 40px;display:flex;justify-content:space-between;align-items:center;gap:32px;margin-top:48px;border-left:2px solid var(--accent)}
.download-band h3{font-size:1.8rem;margin-bottom:12px}
.download-band p{font-size:1rem;color:var(--muted)}
.download-band .button{flex-shrink:0}
.page-top{padding:54px 0 48px}
.breadcrumb{margin-bottom:38px;font-size:.875rem;display:flex;gap:10px;flex-wrap:wrap;color:var(--muted);align-items:center}
.breadcrumb a{text-decoration:none}
.breadcrumb span[aria-hidden]{color:#738086}
.page-top h1{max-width:1000px}
.page-top .lead{margin-top:26px}
.page-top .eyebrow{margin-bottom:18px}
.category-nav{display:flex;gap:14px;flex-wrap:wrap;padding-bottom:28px;border-bottom:1px solid var(--line)}
.category-nav a{border:1px solid var(--line);padding:10px 18px;min-height:44px;text-decoration:none;font-size:.9375rem}
.category-nav a:hover{border-color:var(--accent)}
.portfolio-section{padding:56px 0 16px;scroll-margin-top:110px}
.portfolio-section h2{font-size:2.35rem}
.portfolio-section>p{margin-top:18px;max-width:800px;color:var(--muted)}
.portfolio-grid{margin-top:32px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 28px}
.portfolio-grid .card-visual.scene{height:340px;aspect-ratio:auto}
.portfolio-grid .card-visual.poster{height:340px}
.portfolio-grid h3{font-size:1.75rem}
.project-header{max-width:970px}
.project-meta{display:flex;gap:14px 26px;flex-wrap:wrap;margin-top:28px;color:var(--muted);font-size:1rem}
.project-meta .status{color:var(--accent)}
.project-hero{padding-bottom:56px}
.project-hero img{width:100%;height:auto;max-height:700px;object-fit:cover}
.project-body{padding-bottom:88px}
.project-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,1fr);gap:clamp(42px,7vw,100px)}
.project-copy h2{font-size:clamp(2rem,3vw,2.65rem);margin-bottom:25px}
.project-copy p{color:var(--muted)}
.project-copy h3{font-size:1.65rem;margin:34px 0 18px}
.project-copy .project-role{border-left:2px solid var(--accent);padding:4px 0 4px 25px;margin:32px 0}
.project-role .eyebrow{margin-bottom:13px}
.project-role p{color:var(--ink)}
.project-details{border-top:1px solid var(--line);padding-top:28px}
.project-details h2{font-size:1.75rem;margin-bottom:26px}
.project-details dl{margin:0}
.project-details dt{font-size:.875rem;color:var(--accent);margin-bottom:7px}
.project-details dd{font-size:1rem;color:var(--ink);margin:0 0 23px}
.poster-figure{margin-bottom:32px}
.poster-figure a{display:block}
.poster-figure img{width:auto;height:auto;max-height:690px;margin-inline:auto;object-fit:contain}
.poster-figure figcaption a{display:inline;text-decoration:underline}
.project-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;border-block:1px solid var(--line);padding:26px 0;margin-top:32px}
.project-facts strong{font-family:var(--display);font-weight:300;font-size:2.5rem;display:block;color:var(--ink)}
.project-facts span{color:var(--muted);font-size:.9375rem}
.gallery{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:44px}
.gallery img{width:100%;aspect-ratio:1.5;object-fit:cover}
.gallery>figure:only-child{grid-column:1/-1}
.gallery>figure:only-child img{max-height:680px;aspect-ratio:auto;object-fit:contain}
.related{padding:56px 0;border-top:1px solid var(--line)}
.related .featured-grid{margin-top:32px}
.related h2{font-size:2.2rem}
.related .card-visual.poster{height:300px}
.steps{margin:40px 0 0;padding:0;list-style:none}
.steps li{display:grid;grid-template-columns:40px 1fr;gap:18px;padding:25px 0;border-top:1px solid var(--line);margin:0}
.steps .step-number{color:var(--accent);font-size:.9375rem;padding-top:4px}
.steps h3{font-size:1.65rem;margin-bottom:12px}
.steps p{color:var(--muted);font-size:1rem}
.faq{max-width:930px}
.faq details{border-bottom:1px solid var(--line);padding:22px 0}
.faq summary{font-size:1.15rem;cursor:pointer;line-height:1.5;list-style-position:outside;margin-left:22px;padding-left:5px}
.faq summary::marker{color:var(--accent)}
.faq details p{color:var(--muted);margin:18px 0 0 27px;max-width:800px}
.contact-layout{display:grid;align-items:start;grid-template-columns:1fr 1.3fr;gap:clamp(40px,7vw,100px);padding-bottom:90px}
.contact-details h2{font-size:2rem;margin-bottom:28px}
.contact-details p{color:var(--muted)}
.contact-links{display:flex;flex-direction:column;align-items:flex-start;gap:18px;margin-top:30px}
.contact-links a{font-size:1.125rem;overflow-wrap:anywhere}
.contact-choice{margin-top:35px;border-top:1px solid var(--line);padding-top:25px}
.contact-choice h3{font-size:1.45rem;margin-bottom:12px}
.contact-choice p{font-size:1rem}
.contact-form{min-width:0;padding:36px;background:var(--surface);border:1px solid var(--line)}
.contact-form h2{font-size:2rem;margin-bottom:12px}
.form-intro{font-size:.9375rem;color:var(--muted);margin-bottom:28px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.field{display:flex;flex-direction:column;gap:8px;min-width:0}
.field.full{grid-column:1 / -1}
label{font-size:.9375rem;font-weight:600}
label span,.field-help{font-size:.875rem;font-weight:400;color:var(--muted)}
input,select,textarea{width:100%;background:var(--bg);border:1px solid #667177;color:var(--ink);border-radius:0;padding:12px;min-height:48px;font-size:1rem;line-height:1.5}
textarea{min-height:145px;resize:vertical}
input::placeholder,textarea::placeholder{color:#9ca7ad;opacity:1}
.form-more{grid-column:1 / -1;padding-block:10px}
.form-more summary{cursor:pointer;color:var(--accent);font-size:.9375rem}
.form-more .field{margin-top:20px}
.form-privacy{font-size:.875rem;color:var(--muted);margin:24px 0}
.form-status{margin-top:18px;font-size:1rem;line-height:1.5}
.form-status:empty{display:none}
.form-status[data-state=error]{color:#ffbbb1;border-left:2px solid #ffbbb1;padding-left:16px}
.form-status[data-state=success]{color:var(--ink);border-left:2px solid var(--accent);padding-left:16px}
.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.legal-copy{max-width:800px;padding-bottom:85px}
.legal-copy h2{font-size:1.75rem;margin:34px 0 16px}
.legal-copy p{color:var(--muted)}
.site-footer{border-top:1px solid var(--line);padding:55px 0 24px;background:#060809}
.footer-top{display:grid;grid-template-columns:1.1fr 1fr .75fr;gap:40px;padding-bottom:40px}
.footer-brand img{width:210px;height:73px;object-fit:contain;margin-bottom:14px}
.footer-top p{font-size:.9375rem;color:var(--muted);max-width:310px}
.footer-top h2{font-family:var(--body);font-size:.875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin:14px 0 23px;color:var(--accent)}
.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:12px;font-size:.9375rem}
.footer-links a{text-decoration:none;overflow-wrap:anywhere}
.footer-base{display:flex;justify-content:space-between;gap:18px;border-top:1px solid var(--line);padding-top:22px;flex-wrap:wrap;color:var(--muted);font-size:.8125rem}
.footer-base p{max-width:700px}
.not-found{min-height:52vh;padding:70px 0}
.not-found p{margin-top:25px;max-width:650px;color:var(--muted)}

@media(min-width:1500px){.hero-image{height:530px}}
@media(max-width:1050px){.header-inner{gap:20px}.brand{flex-basis:155px}.brand img{width:155px;height:54px}.main-nav{gap:17px}.main-nav a{font-size:.875rem}.hero-layout{gap:32px}.hero-image{height:460px}.service-grid{gap:26px}.contact-layout{gap:36px}.contact-form{padding:28px}.portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.team{gap:25px}.brand-row{grid-template-columns:140px 1fr;gap:25px}.brand-row img{width:135px}.footer-top{gap:25px}}
@media(max-width:800px){html{scroll-padding-top:90px}.header-inner{min-height:78px;position:relative;flex-wrap:wrap;gap:0}.brand{flex-basis:165px}.brand img{width:165px;height:58px}.main-nav{width:100%;flex-wrap:wrap;gap:8px 22px;padding:8px 0 22px}.main-nav a{font-size:1rem}.js .nav-toggle{display:inline-flex}.js .main-nav{position:absolute;top:100%;left:calc(-1*var(--gutter));width:calc(100% + var(--gutter)*2);padding:20px var(--gutter) 28px;background:var(--bg);border-bottom:1px solid var(--line);display:flex;flex-direction:column;align-items:stretch;gap:3px;max-height:calc(100dvh - 78px);overflow:auto}.js .main-nav[data-open=false]{display:none}.js .main-nav a{padding:11px 0}.js .main-nav .nav-contact{text-align:center;margin-top:12px}.hero{padding-top:38px}.hero-layout{grid-template-columns:1fr;gap:35px;padding-bottom:32px}.hero h1{font-size:clamp(2.8rem,7vw,4.2rem);max-width:700px}.hero .lead{max-width:620px}.hero-image{height:auto;aspect-ratio:1.7;object-position:center}.hero-caption{font-size:.8125rem}.section-header{align-items:flex-start;flex-direction:column;gap:20px}.featured-grid{gap:32px 22px}.card-visual.poster{height:300px}.split{grid-template-columns:1fr;gap:35px}.team{grid-template-columns:1fr;gap:32px;max-width:700px}.team>article:first-child{grid-column:auto;max-width:none}.service-grid{grid-template-columns:1fr;gap:28px}.service{display:grid;grid-template-columns:45px 1fr;column-gap:16px}.service .number{grid-row:1/4;margin:4px 0 0}.service h3{font-size:1.75rem;margin-bottom:14px}.service p,.service .text-link{grid-column:2}.service .text-link{justify-self:start;margin-top:17px}.cta-band{align-items:flex-start;flex-direction:column;gap:24px}.download-band{align-items:flex-start;flex-direction:column;padding:28px;gap:22px}.project-layout{grid-template-columns:1fr;gap:40px}.project-details{max-width:640px}.poster-figure{max-width:450px;margin-inline:auto}.project-details dl{display:grid;grid-template-columns:1fr 1fr;gap:0 26px}.project-details dl>div{min-width:0}.project-hero img{max-height:none}.project-header h1{font-size:clamp(2.5rem,6vw,4rem)}.contact-layout{grid-template-columns:1fr;gap:36px}.contact-details{max-width:630px}.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-top p{max-width:600px}.page-top{padding-top:35px}.breadcrumb{margin-bottom:28px}}
@media(max-width:520px){:root{--gutter:22px}.hero h1{font-size:2.85rem}.hero .actions{align-items:stretch;flex-direction:column}.hero .actions .button{width:100%}.scope-line{font-size:.875rem;gap:8px}.scope-line span{width:100%}.featured-grid,.portfolio-grid{grid-template-columns:1fr;gap:38px}.card-visual.poster,.portfolio-grid .card-visual.poster{height:380px}.portfolio-grid .card-visual.scene{height:auto;aspect-ratio:1.5}.card-body h3{font-size:1.9rem}.featured-grid .card-visual.scene{aspect-ratio:1.5}.team{grid-template-columns:1fr}.team>article:first-child{grid-column:auto}.brand-row{grid-template-columns:1fr;gap:16px}.brand-row img{height:90px;width:170px}.brand-row{padding:24px 0}.facts-inline{gap:18px}.section-header{margin-bottom:30px}.page-top h1{font-size:2.55rem}.page-top .lead{font-size:1.125rem}.project-meta{gap:8px 18px;font-size:.9375rem}.project-facts{gap:14px}.project-facts strong{font-size:2rem}.project-facts span{font-size:.875rem}.gallery{grid-template-columns:1fr}.project-details dl{grid-template-columns:1fr}.project-copy .project-role{padding-left:18px}.contact-form{padding:24px 18px}.form-grid{grid-template-columns:1fr}.contact-form .button{width:100%}.contact-links a{font-size:1rem}.footer-top{grid-template-columns:1fr;gap:22px}.footer-brand{grid-column:auto}.footer-base{font-size:.8125rem}.cta-band .button,.download-band .button{width:100%}.category-nav{gap:10px}.category-nav a{padding:10px 14px}.hero-caption{flex-direction:column;gap:4px}.project-body{padding-bottom:60px}.not-found .actions{align-items:stretch;flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.card-visual:hover img{transform:none}}
@media print{.site-header,.site-footer,.nav-toggle,.actions,.contact-form,.category-nav,.related{display:none}body{background:white;color:black}.muted,.lead,p,figcaption{color:#333!important}.container{width:100%}.section,.page-top{padding:24px 0}.project-layout{display:block}.project-details{break-inside:avoid}.project-card{break-inside:avoid}.card-visual{background:#eee}.card-visual.poster{height:260px}.hero-image{height:250px}.button{display:none}h1{font-size:32pt}h2{font-size:24pt}.eyebrow{color:#555}.project-copy p,.project-role p{color:black}.project-hero img{max-height:400px;object-fit:contain}}

/* V11: brand-led opening and a uniform 16:9 portfolio grid. */
.hero-figure.brand-hero{justify-content:center;align-items:center}
.hero-image.brand-art{object-fit:contain;object-position:center;max-height:480px}
.card-visual.scene,.card-visual.poster,.featured-grid .card-visual.scene,.portfolio-grid .card-visual.scene,.portfolio-grid .card-visual.poster,.related .card-visual.poster{height:auto;aspect-ratio:16/9}
.card-visual.poster img{object-fit:cover;object-position:center}
.card-visual img{aspect-ratio:16/9}
.brand-row img[src*="instituto-lelia-abramo"]{height:auto;max-height:100px}
.project-hero img[src*="festa-retrato"]{max-width:537px;margin-inline:auto;object-fit:contain}
@media(max-width:800px){.hero-image.brand-art{height:auto;aspect-ratio:1.12;max-height:390px;width:auto;max-width:100%}}

/* V12: integrated institutional mark, balanced team, and statue hero. */
.brand-row img.institute-mark{filter:grayscale(1) invert(1) contrast(1.4);mix-blend-mode:screen}
.team>article{min-width:0}
.team .role{min-height:3.1em}
.hero-image.brand-art{height:520px;width:auto;max-width:100%;max-height:none;aspect-ratio:auto;object-fit:contain;object-position:center;mix-blend-mode:screen}
.contact-topic-option span{min-width:0;overflow-wrap:anywhere;font-size:1rem;font-weight:400;color:inherit}
.contact-topic-options{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;border:0;min-width:0}
.contact-topic-options legend{padding:0;margin-bottom:10px;font-size:.9375rem;font-weight:600}
.contact-topic-option{display:flex;align-items:center;gap:12px;min-height:50px;padding:12px 14px;border:1px solid #667177;background:var(--bg);font-weight:400;line-height:1.4;cursor:pointer}
.contact-topic-option:has(input:checked){border-color:var(--accent);background:var(--surface-soft);color:var(--ink)}
.contact-topic-option:focus-within{outline:2px solid var(--accent);outline-offset:3px}
.contact-topic-option input{width:18px;height:18px;min-height:0;margin:0;flex:0 0 18px;padding:0;accent-color:var(--accent)}
@media(max-width:1050px) and (min-width:801px){.team .role{min-height:4.6em}.hero-image.brand-art{height:460px}}
@media(max-width:800px){.team .role{min-height:0}.hero-image.brand-art{height:clamp(300px,65vw,440px);width:auto;max-width:100%;max-height:none;aspect-ratio:auto}}
@media print{.brand-row img.institute-mark{filter:none;mix-blend-mode:normal}.hero-image.brand-art{height:250px;mix-blend-mode:normal}}

/* V13: typographic identification for Academia de Arte e Cultura. */
.academy-wordmark{width:170px;max-width:100%;min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;color:var(--ink)}
.academy-wordmark-name{font-family:var(--display);font-size:1.375rem;font-weight:500;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}
.academy-wordmark-subtitle{font-size:.875rem;line-height:1.4;letter-spacing:.04em;color:var(--accent)}
@media(max-width:1050px) and (min-width:521px){.academy-wordmark{width:135px}.academy-wordmark-name{font-size:1.125rem}}
@media(max-width:520px){.academy-wordmark{min-height:90px}}

/* V14: sponsorship opportunities and a company curation request. */
.bank-intro .lead{max-width:830px}
.opportunity-card{min-width:0;display:flex;flex-direction:column;border-bottom:1px solid var(--line);padding-bottom:32px}
.opportunity-image{aspect-ratio:16/9;overflow:hidden;background:var(--surface)}
.opportunity-image img{width:100%;height:100%;object-fit:cover}
.opportunity-body{display:flex;flex-direction:column;flex:1;padding-top:24px}
.opportunity-body h3{max-width:570px}
.opportunity-summary{margin-top:18px;font-size:1rem;color:var(--muted)}
.opportunity-facts{margin:26px 0 30px;font-size:1rem}
.opportunity-facts>div{border-top:1px solid var(--line);padding-top:16px;margin-top:16px}
.opportunity-facts>div:first-child{margin-top:0}
.opportunity-facts dt{color:var(--accent);font-size:.875rem;margin-bottom:6px}
.opportunity-facts dd{margin:0;color:var(--muted)}
.opportunity-facts dd a{color:var(--ink)}
.opportunity-actions{margin-top:auto}
.curation-layout{padding-bottom:0;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr)}
.curation-copy>h2{font-size:clamp(2.2rem,3.5vw,3.3rem)}
.curation-copy>.lead{margin:26px 0 22px}
.curation-copy>p{color:var(--muted)}
.curation-steps{margin-top:30px}
.curation-steps h3{font-size:1.45rem;line-height:1.25}
.curation-note{margin-top:20px;padding:22px 0 22px 22px;border-left:2px solid var(--accent)}
.curation-note h3{font-size:1.45rem;margin-bottom:14px}
.curation-note p,.curation-direct{font-size:1rem;color:var(--muted)}
.curation-direct{margin-top:26px}
.curation-direct a{color:var(--ink)}
.curation-form>h3{font-size:2rem;margin-bottom:14px}
.curation-form select{max-width:100%;text-overflow:ellipsis}
.curation-form textarea{min-height:125px}
.curation-languages{margin:0;padding:0;border:0;display:block}
.curation-languages legend{padding:0;margin-bottom:8px;font-size:.9375rem;font-weight:600}
.curation-languages legend span{font-size:.875rem;font-weight:400;color:var(--muted)}
.curation-choices{display:flex;flex-wrap:wrap;gap:9px;margin-top:12px}
.curation-choice{display:flex;align-items:center;gap:10px;min-height:46px;max-width:100%;padding:10px 12px;border:1px solid #667177;background:var(--bg);cursor:pointer;line-height:1.4}
.curation-choice span{color:var(--ink);font-size:.9375rem;min-width:0;overflow-wrap:anywhere}
.curation-choice input{width:17px;height:17px;min-height:0;flex:0 0 17px;margin:0;padding:0;accent-color:var(--accent)}
.curation-choice:has(input:checked){border-color:var(--accent);background:var(--surface-soft)}
.curation-choice:focus-within{outline:2px solid var(--accent);outline-offset:3px}
@media(min-width:701px){.opportunity-body h3{min-height:2.24em}}
@media(max-width:1050px) and (min-width:801px){.curation-form .form-grid{grid-template-columns:1fr}}
@media(max-width:800px){.curation-layout{grid-template-columns:1fr;gap:38px}}
@media(max-width:700px){.opportunity-grid{grid-template-columns:1fr;gap:42px}.opportunity-card{padding-bottom:26px}.bank-showcase .section-header{margin-bottom:32px}}
@media(max-width:520px){.bank-intro .actions{align-items:stretch;flex-direction:column}.bank-intro .actions .button,.opportunity-actions .button{width:100%}.opportunity-body h3{font-size:1.9rem}.curation-copy>h2{font-size:2.2rem}.curation-form>h3{font-size:1.8rem}.curation-choices{gap:8px}}
@media print{.opportunity-card{break-inside:avoid}.opportunity-facts dd{color:#333}.opportunity-facts dt{color:#555}}

@media(max-width:1050px) and (min-width:801px){.main-nav{gap:14px}}

/* V15: four sponsorship projects and highlighted creative direction. */
.opportunity-summary strong{color:var(--ink);font-weight:600}
.opportunity-facts{margin-block:22px 26px}
.pitch-hint{font-size:.875rem;line-height:1.5;color:var(--muted);max-width:390px;margin-top:12px}
.project-role.creator-credit>p:first-of-type{font-family:var(--display);font-size:clamp(2rem,3vw,2.6rem);line-height:1.2;color:var(--accent)}
.project-role .creator-bio{font-size:1rem;line-height:1.65;color:var(--muted);margin-top:18px}
