:root{
  --ivory:#f7f0e4;
  --paper:#fffaf2;
  --aubergine:#3a193f;
  --plum:#55245c;
  --coral:#d85f4b;
  --gold:#e5a72d;
  --teal:#1f7772;
  --ink:#221c24;
  --line:rgba(58,25,63,.17);
  --max:1180px;
  --serif:'DM Serif Display',Georgia,serif;
  --sans:'Manrope',Arial,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:88px}
body{margin:0;background:var(--ivory);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
figure{margin:0}
h1,h2,h3,p{margin-top:0}
h1,h2,.brand{font-family:var(--serif);font-weight:400;color:var(--aubergine)}
h1{font-size:clamp(2.75rem,4.5vw,4.75rem);line-height:.98;letter-spacing:-.038em}
h2{font-size:clamp(2rem,3vw,3.25rem);line-height:1.04;letter-spacing:-.026em}
h3{line-height:1.24}
.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}
.section{padding:clamp(46px,5.4vw,68px) max(24px,calc((100vw - var(--max))/2))}
.eyebrow{font-size:.7rem;font-weight:800;letter-spacing:.21em;text-transform:uppercase;color:var(--teal);margin-bottom:18px}
.coral{color:var(--coral)}
.light{color:#ffd06c}

/* Cabeçalho fixo */
.site-header{height:78px;padding:0 max(24px,calc((100vw - var(--max))/2));display:flex;align-items:center;gap:24px;background:rgba(247,240,228,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100;transition:box-shadow .2s,background .2s}
.site-header.scrolled{background:rgba(247,240,228,.98);box-shadow:0 10px 30px rgba(34,28,36,.11)}
.brand{font-size:1.9rem;white-space:nowrap}
.brand i{color:var(--coral)}
.site-header nav{display:flex;align-items:center;gap:clamp(13px,1.5vw,23px);margin-left:auto}
.site-header nav a{font-size:.74rem;font-weight:800;white-space:nowrap}
.site-header nav a:hover,.site-header nav a[aria-current=page]{color:var(--coral)}
.nav-group{position:relative}
.nav-group summary{list-style:none;cursor:pointer;font-size:.74rem;font-weight:800;white-space:nowrap}
.nav-group summary::-webkit-details-marker{display:none}
.nav-group summary::after{content:'⌄';margin-left:6px;color:var(--coral)}
.nav-group[data-current="true"] summary,.nav-group[open] summary{color:var(--coral)}
.submenu{position:absolute;top:calc(100% + 18px);left:-18px;min-width:190px;padding:10px;background:var(--paper);border:1px solid var(--line);box-shadow:0 16px 34px rgba(34,28,36,.14);display:grid;gap:2px}
.submenu a{display:block;padding:9px 10px}
.mobile-proposal,.menu-toggle{display:none}
.header-cta{margin-left:4px}

.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:48px;padding:0 21px;border:1.5px solid var(--aubergine);border-radius:3px;font-size:.78rem;font-weight:800;transition:transform .2s,background .2s,color .2s}
.button:hover{transform:translateY(-2px)}
.button-solid{background:var(--aubergine);color:#fff}
.button-outline{color:var(--aubergine)}
.button-outline:hover{background:var(--aubergine);color:#fff}
.button-gold{background:var(--gold);border-color:var(--gold);color:var(--ink)}
.text-link{display:inline-flex;gap:12px;color:var(--teal);font-weight:800;border-bottom:1px solid;padding-bottom:3px}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.image-credit{position:absolute;right:12px;bottom:12px;padding:5px 8px;background:rgba(34,28,36,.76);color:#fff;font-size:.6rem;letter-spacing:.035em}

/* Capa */
.home-hero{display:grid;grid-template-columns:58% 42%;background:var(--paper);min-height:510px}
.hero-copy{padding:clamp(52px,6.5vw,78px) max(32px,5.5vw) 54px max(24px,calc((100vw - var(--max))/2))}
.hero-copy h1{max-width:720px}
.hero-copy h1 em{color:var(--coral);font-weight:400}
.hero-copy>p:not(.eyebrow){font-size:1.06rem;max-width:590px}
.hero-art{position:relative;min-height:540px;background:var(--aubergine);overflow:hidden}
.hero-art img{width:100%;height:100%;object-fit:cover;object-position:50% 47%}
.hero-book{background:linear-gradient(145deg,var(--aubergine),#5c2a55);color:#fff;padding:32px clamp(28px,4vw,58px) 25px;display:grid;place-items:center;align-content:center;gap:16px;overflow:hidden}
.cover-frame{width:min(300px,74%);padding:8px;background:#fff6e9;box-shadow:0 22px 45px rgba(20,7,22,.34);transform:rotate(-1.2deg)}
.cover-frame img{width:100%;height:auto;max-height:390px;object-fit:contain}
.hero-book figcaption{width:min(360px,100%);display:grid;gap:1px;text-align:center;font-size:.72rem;line-height:1.45;color:#dccbdd}
.hero-book figcaption strong{color:#ffd06c;font-size:.8rem}
.three-ways{display:grid;grid-template-columns:repeat(4,1fr);background:var(--aubergine);color:#fff;padding:0 max(24px,calc((100vw - var(--max))/2))}
.three-ways a{padding:30px 26px;border-left:1px solid rgba(255,255,255,.16)}
.three-ways a:last-child{border-right:1px solid rgba(255,255,255,.16)}
.three-ways small{color:var(--gold)}
.three-ways h2{color:#fff;font-size:1.75rem;margin:13px 0 7px}
.three-ways p{margin:0;color:#e9dce9;font-size:.9rem}

/* Fotografias: proporção original, sem cortar pessoas */
.real-world,.image-story,.education-photo,.impact-proof{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(34px,6vw,78px);align-items:center}
.real-copy>p:not(.eyebrow),.image-story>div>p:not(.eyebrow),.education-photo>div>p:not(.eyebrow){font-size:1.02rem}
.photo-pair{display:grid;grid-template-columns:1.35fr .65fr;gap:12px;align-items:center;max-width:690px}
.photo-pair figure{position:relative;display:grid;place-items:center;background:#eadfce;padding:10px;min-height:220px;max-height:310px;overflow:hidden}
.photo-pair img{width:auto;height:auto;max-width:100%;max-height:290px;object-fit:contain}
.image-story figure,.education-photo figure,.impact-proof figure{display:grid;place-items:center;background:#eadfce;padding:12px;min-height:220px;max-height:290px;overflow:hidden}
.image-story figure img,.education-photo figure img,.impact-proof figure img{width:auto;height:auto;max-width:100%;max-height:266px;object-fit:contain}

.section-heading{max-width:760px;margin-bottom:42px}
.section-heading>p:last-child{font-size:1.02rem}
.path-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.path-card{min-height:250px;padding:29px;display:flex;flex-direction:column;color:#fff;transition:transform .2s}
.path-card:hover{transform:translateY(-3px)}
.path-card>span{font-weight:800;opacity:.65}
.path-card>p{text-transform:uppercase;letter-spacing:.15em;font-size:.67rem;font-weight:800;margin:34px 0 10px}
.path-card h3{font:400 1.85rem/1.1 var(--serif);max-width:430px;margin:0}
.path-card b{margin-top:auto;font-size:.76rem}
.secretarias{background:var(--aubergine)}
.escolas{background:var(--teal)}
.empresas{background:var(--coral)}
.publico{background:#9c6821}
.quote-band,.final-cta{padding:62px max(24px,calc((100vw - 850px))/2);text-align:center;background:var(--aubergine);color:#fff}
.quote-band blockquote{font:400 clamp(1.9rem,3vw,3rem)/1.1 var(--serif);margin:0 0 16px}
.quote-band p{color:#dccbdd;margin-bottom:5px}
.quote-band small{color:#bdaec0}
.final-cta h2{color:#fff}

/* Páginas internas */
.internal-hero{display:grid;grid-template-columns:61% 39%;align-items:stretch;background:var(--paper);min-height:320px}
.internal-copy{padding:48px max(38px,5vw) 44px max(24px,calc((100vw - var(--max))/2));display:flex;flex-direction:column;justify-content:center}
.internal-copy>p:last-child{font-size:1.03rem;max-width:620px}
.internal-image{position:relative;display:grid;place-items:center;background:#eadfce;padding:18px;min-height:320px;overflow:hidden}
.internal-image img{width:auto;height:auto;max-width:100%;max-height:272px;object-fit:contain!important;object-position:center!important}
.institution-hero-visual{background:var(--teal);color:#fff;padding:34px clamp(28px,4vw,52px);display:flex;flex-direction:column;justify-content:center}
.institution-hero-visual>p{font:400 1.65rem var(--serif);margin-bottom:18px;color:#fff}
.institution-hero-visual ol{list-style:none;margin:0;padding:0;border-top:1px solid rgba(255,255,255,.28)}
.institution-hero-visual li{display:flex;gap:14px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.28);font-weight:800}
.institution-hero-visual span{color:#ffd06c;font-size:.67rem;letter-spacing:.14em}
.manifesto,.levels,.document-list,.press-note{display:grid;grid-template-columns:1fr 1fr;gap:7vw}
.manifesto>div:last-child p{font-size:1.04rem}
.dimensions,.offer-grid,.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}
.dimensions a,.offer-grid article,.steps article{background:var(--paper);padding:30px;min-height:230px}
.dimensions span,.offer-grid span,.steps span{color:var(--coral);font-weight:800}
.dimensions h3,.offer-grid h3,.steps h3{font:400 1.55rem var(--serif);color:var(--aubergine);margin-top:38px}
.offer-grid,.steps{grid-template-columns:repeat(4,1fr)}
.offer-grid article,.steps article{min-height:235px}
.book-facts{display:grid;grid-template-columns:1.15fr .85fr;gap:8vw}
.book-facts>div p{font-size:1.02rem}
.book-facts dl{margin:0}
.book-facts dl div{padding:15px 0;border-bottom:1px solid var(--line)}
dt{font-size:.66rem;text-transform:uppercase;letter-spacing:.15em;color:var(--coral);font-weight:800}
dd{margin:4px 0 0;font-weight:700}
.tribunal{display:grid;grid-template-columns:1fr 1fr;background:var(--aubergine);color:#fff;padding:0}
.tribunal figure{display:grid;place-items:center;background:#2d1331;padding:18px;min-height:330px}
.tribunal figure img{width:auto;height:auto;max-width:100%;max-height:330px;object-fit:contain}
.tribunal>div{padding:60px 6vw;display:flex;flex-direction:column;justify-content:center}
.tribunal h2{color:#fff}
.split-cta,.two-models{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.split-cta>div,.two-models article{padding:34px;background:var(--paper);border:1px solid var(--line)}
.split-cta h2,.two-models h2{font-size:2.35rem}
.level-list article{padding:20px 0;border-top:1px solid var(--line)}
.level-list span{color:var(--coral);font-size:.67rem;text-transform:uppercase;letter-spacing:.15em;font-weight:800}
.level-list h3{font:400 1.55rem var(--serif);color:var(--aubergine);margin:8px 0}
.education-photo ul,.two-models ul,.document-list ul,.talk-proof ul{padding-left:20px;line-height:1.85}
.solution-intro{max-width:900px}
.document-list ul{columns:2}
.impact-proof{background:var(--teal);color:#fff}
.impact-proof h2{color:#fff}
.leadership{background:#ead6e9}
.leader-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.leader-grid article{background:var(--paper);padding:30px}
.leader-grid h2{font-size:1.85rem}
.leader-grid span{display:block;color:var(--coral);font-size:.72rem;font-weight:800;margin-bottom:16px}
.collabs{text-align:center;max-width:900px;margin:auto}
.timeline article{display:grid;grid-template-columns:190px 1fr;border-top:1px solid var(--line);padding:38px 0}
.timeline time{font:400 1.55rem var(--serif);color:var(--coral)}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.gallery figure{display:grid;place-items:center;background:#eadfce;padding:9px;height:205px;overflow:hidden}
.gallery img{width:auto;height:auto;max-width:100%;max-height:187px;object-fit:contain}
.media-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;background:#f1dfcb}
.media-grid a{background:var(--paper);padding:32px;min-height:235px;border:1px solid var(--line);display:flex;flex-direction:column}
.media-grid span,.press-list span{color:var(--coral);font-size:.68rem;text-transform:uppercase;letter-spacing:.15em;font-weight:800}
.media-grid h2{font-size:1.7rem;margin:20px 0}
.media-grid b{margin-top:auto;color:var(--teal)}
.press-preview{display:grid;grid-template-columns:.85fr 1.15fr;gap:7vw;background:#d9ebe6}
.press-list{border-top:1px solid var(--line)}
.press-list a{display:block;padding:22px 0;border-bottom:1px solid var(--line)}
.press-list h3{font:400 1.7rem var(--serif);color:var(--aubergine);margin:6px 0}

/* Coleção pedagógica */
.notebooks{background:#f1dfcb}
.notebooks-intro{max-width:850px;margin-bottom:38px}
.notebook-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.notebook-grid article{background:var(--paper);padding:18px 18px 24px;border:1px solid var(--line)}
.notebook-grid figure{display:grid;place-items:center;background:#eadfce;padding:9px;height:230px;margin-bottom:18px}
.notebook-grid img{width:auto;height:auto;max-width:100%;max-height:212px;object-fit:contain}
.notebook-grid span{color:var(--coral);font-size:.68rem;text-transform:uppercase;letter-spacing:.15em;font-weight:800}
.notebook-grid h3{font:400 1.55rem/1.1 var(--serif);color:var(--aubergine);margin:10px 0}
.notebook-grid p{font-size:.9rem;margin-bottom:0}
.notebook-cta{margin-top:14px;background:#d9ebe6;padding:30px;display:flex;gap:32px;align-items:center;justify-content:space-between}
.notebook-cta>div{max-width:720px}
.notebook-cta h3{font:400 1.65rem var(--serif);color:var(--aubergine);margin:0 0 8px}
.notebook-cta p:last-child{margin-bottom:0}
.institution-path{display:grid;grid-template-columns:1.2fr .9fr auto;gap:42px;align-items:center;border-top:1px solid var(--line)}
.institution-path.alt{background:#d9ebe6}
.institution-path ul{margin:0;padding-left:20px;line-height:1.9}
.institution-path .button{white-space:nowrap}
.who-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;background:#ead6e9}
.who-grid article{background:var(--aubergine);color:#fff;padding:22px 28px 32px}
.who-grid article:nth-child(2){background:var(--teal)}
.who-grid figure{display:grid;place-items:center;background:#2d1331;height:300px;margin:-4px -10px 22px;padding:10px}
.who-grid img{width:auto;height:auto;max-width:100%;max-height:280px;object-fit:contain}
.who-grid h2{color:#fff;margin-bottom:8px}
.who-grid h3{font:400 1.35rem var(--serif);margin:0 0 16px}

/* Criadores, empresa e teatro */
.creator-home,.founders-banner{display:grid;grid-template-columns:.85fr 1.15fr;background:var(--coral);color:#fff;padding:0}
.creator-home figure,.founders-banner figure{display:grid;place-items:center;background:#2d1331;padding:18px;min-height:390px}
.creator-home figure img,.founders-banner figure img{width:auto;height:auto;max-width:100%;max-height:370px;object-fit:contain}
.creator-home>div,.founders-banner>div{padding:54px 6vw;display:flex;flex-direction:column;justify-content:center}
.creator-home h2,.founders-banner h2{color:#fff}
.creation-story{background:#ead6e9}
.creator-profiles{padding:0}
.creator{display:grid;grid-template-columns:.82fr 1.18fr;min-height:470px}
.creator:nth-child(even) figure{order:2}
.creator figure{display:grid;place-items:center;background:#2d1331;padding:18px;min-height:470px}
.creator figure img{width:auto;height:auto;max-width:100%;max-height:440px;object-fit:contain}
.creator>div{padding:58px max(30px,6vw);display:flex;flex-direction:column;justify-content:center}
.creator h2{color:#fff}
.creator h3{font:400 1.5rem var(--serif);margin-top:-8px}
.creator p{max-width:650px}
.creator.monica{background:var(--aubergine);color:#fff}
.creator.jura{background:var(--teal);color:#fff}
.light-link{color:#fff}
.works{background:var(--gold)}
.works>div{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.works article{padding:30px;background:rgba(255,250,242,.72)}
.works h3{font:400 1.7rem var(--serif);color:var(--aubergine)}
.rehearsal{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(36px,5vw,64px);align-items:center;background:#ead6e9}
.rehearsal-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,145px));justify-content:end;gap:12px}
.rehearsal-gallery figure{display:grid;place-items:center}
.rehearsal-gallery img{width:auto;height:auto;max-width:100%;max-height:250px;object-fit:contain;border:7px solid #2d1331}
.paths{background:#f1dfcb}
.book-facts{background:#ead6e9}
.levels{background:#d9ebe6}

/* Contato */
.contact-page{display:grid;grid-template-columns:.85fr 1.15fr;background:var(--aubergine);color:#fff;min-height:650px}
.contact-page>div{padding:70px max(38px,6vw) 65px max(24px,calc((100vw - var(--max))/2))}
.contact-page h1{color:#fff}
.contact-page>div>a,.contact-page>div>span{display:block;margin-top:10px}
.contact-page form{padding:65px max(24px,calc((100vw - var(--max))/2)) 65px 6vw;display:grid;grid-template-columns:1fr 1fr;gap:21px;background:var(--teal)}
.contact-page label{display:grid;gap:7px;font-size:.74rem;font-weight:800}
.contact-page input,.contact-page select,.contact-page textarea{width:100%;font:inherit;color:#fff;background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.55);padding:10px 0}
.contact-page textarea{border:1px solid rgba(255,255,255,.55);padding:11px}
.contact-page option{color:var(--ink)}
.contact-page .full{grid-column:1/-1}
.consent{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start}
.consent input{width:auto;margin-top:6px}
.honeypot{position:absolute!important;left:-9999px}
.legal{max-width:900px}
.legal h1{font-size:3.6rem}
.legal h2{font-size:1.8rem;margin-top:40px}
.thanks{min-height:65vh;display:grid;place-items:center;text-align:center;background:var(--aubergine);padding:45px}
.thanks h1{color:#fff}
.thanks p:not(.eyebrow){color:#eadfeb}

footer{background:#211124;color:#eadfeb;padding:58px max(24px,calc((100vw - var(--max))/2)) 30px;display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:38px}
footer .brand{color:#fff}
footer h3{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold)}
footer>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px}
footer p{max-width:340px}
footer small{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.15);padding-top:22px;margin-top:16px;color:#bcaec0}
:focus-visible{outline:3px solid var(--gold);outline-offset:4px}

@media(max-width:1080px){
  .site-header nav{display:none;position:absolute;top:78px;left:0;right:0;background:var(--paper);padding:26px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line);box-shadow:0 18px 30px rgba(34,28,36,.12)}
  .site-header nav.open{display:flex}
  .nav-group{width:100%}
  .nav-group summary{padding:4px 0}
  .submenu{position:static;min-width:0;margin-top:8px;padding:6px 0 4px 14px;background:transparent;border:0;border-left:2px solid var(--coral);box-shadow:none}
  .mobile-proposal,.menu-toggle{display:flex}
  .menu-toggle{margin-left:auto;width:43px;height:43px;padding:10px;border:1px solid var(--line);background:transparent;flex-direction:column;justify-content:center;gap:5px}
  .menu-toggle span{width:100%;height:2px;background:var(--aubergine)}
  .header-cta{display:none}
  .home-hero,.internal-hero{grid-template-columns:1fr}
  .internal-image{min-height:290px}
  .three-ways{grid-template-columns:repeat(2,1fr)}
  .real-world,.image-story,.education-photo,.book-facts,.manifesto,.levels,.document-list,.press-note,.press-preview,.rehearsal{grid-template-columns:1fr}
  .offer-grid,.steps{grid-template-columns:repeat(2,1fr)}
  .notebook-grid{grid-template-columns:1fr 1fr}
  .institution-path{grid-template-columns:1fr;gap:22px}
  .leader-grid{grid-template-columns:1fr}
  .creator-home,.founders-banner{grid-template-columns:1fr}
  .contact-page{grid-template-columns:1fr}
  .contact-page form,.contact-page>div{padding:58px 7vw}
  footer{grid-template-columns:1.4fr 1fr 1fr}
  footer>div:nth-child(4){grid-column:2}
}

@media(max-width:700px){
  html{scroll-padding-top:70px}
  .site-header{height:70px}
  .site-header nav{top:70px}
  .brand{font-size:1.62rem}
  h1{font-size:clamp(2.35rem,10.5vw,3.15rem)}
  h2{font-size:clamp(1.9rem,8.5vw,2.55rem)}
  .section{padding:46px 22px}
  .dimensions{grid-template-columns:1fr}
  .dimensions a{min-height:0}
  .hero-copy,.internal-copy{padding:46px 22px}
  .home-hero{min-height:0}
  .book-led .hero-book{order:-1;padding:24px 22px 18px}
  .book-led .cover-frame{width:min(220px,64%)}
  .book-led .cover-frame img{max-height:258px}
  .hero-art{min-height:360px}
  .hero-book{padding:28px 22px 22px}
  .cover-frame{width:min(280px,72%)}
  .cover-frame img{max-height:330px}
  .internal-image{min-height:0;padding:18px}
  .internal-image img{max-height:235px}
  .three-ways,.path-grid,.split-cta,.two-models,.media-grid{grid-template-columns:1fr}
  .three-ways a{border:0;border-bottom:1px solid rgba(255,255,255,.16);padding:24px 0}
  .photo-pair{grid-template-columns:1fr;max-width:100%}
  .photo-pair figure{min-height:0;max-height:none}
  .photo-pair img{max-height:300px}
  .path-card{min-height:220px}
  .real-world,.image-story,.education-photo,.impact-proof{grid-template-columns:1fr}
  .image-story figure,.education-photo figure,.impact-proof figure{min-height:0;max-height:none}
  .image-story figure img,.education-photo figure img,.impact-proof figure img{max-height:230px}
  .offer-grid,.steps{grid-template-columns:1fr}
  .notebook-grid{grid-template-columns:1fr}
  .notebook-grid figure{height:220px}
  .notebook-cta{align-items:flex-start;flex-direction:column}
  .who-grid{grid-template-columns:1fr}
  .who-grid figure{height:260px}
  .who-grid img{max-height:240px}
  .tribunal{grid-template-columns:1fr}
  .tribunal figure{min-height:0}
  .tribunal figure img{max-height:285px}
  .tribunal>div{padding:48px 22px}
  .document-list ul{columns:1}
  .timeline article{grid-template-columns:1fr;gap:14px;padding:30px 0}
  .gallery{grid-template-columns:1fr 1fr}
  .gallery figure{height:190px}
  .gallery img{max-height:170px}
  .creator-home figure,.founders-banner figure{min-height:0}
  .creator-home figure img,.founders-banner figure img{max-height:360px}
  .creator{grid-template-columns:1fr;min-height:0}
  .creator:nth-child(even) figure{order:0}
  .creator figure{min-height:0}
  .creator figure img{max-height:390px}
  .creator>div,.creator-home>div,.founders-banner>div{padding:48px 22px}
  .works>div{grid-template-columns:1fr}
  .rehearsal-gallery{grid-template-columns:repeat(2,minmax(0,137px));justify-content:space-between;gap:8px}
  .rehearsal-gallery figure{min-height:0}
  .rehearsal-gallery img{max-height:244px;border-width:6px}
  .contact-page form{grid-template-columns:1fr;padding:50px 22px}
  .contact-page>div{padding:50px 22px}
  .contact-page .full{grid-column:auto}
  .actions .button{width:100%}
  .quote-band,.final-cta{padding:50px 22px}
  footer{grid-template-columns:1fr;padding:50px 22px 28px}
  footer>div:nth-child(4),footer small{grid-column:auto}
  .legal h1{font-size:2.9rem}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
