@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#193b73;--deep:#163565;--teal:#087f89;--aqua:#91dcdb;--paper:#fbf9f4;--blue:#eaf3fb;--line:#cadce7;--muted:#516c86}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--navy);font:16px/1.65 'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid var(--teal);outline-offset:5px}header{height:100px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;position:relative;z-index:3}.brand{font:30px/1.05 Georgia,serif;letter-spacing:.2em;display:inline-flex;flex-direction:column;color:var(--navy)}.brand span{font:10px 'DM Sans',sans-serif;letter-spacing:.53em;text-align:center;margin-top:8px}nav{display:flex;gap:32px;font-size:14px;align-items:center}nav>a{transition:color .2s}nav>a:hover{color:var(--teal)}.nav-contact{background:var(--navy);color:white;border-radius:40px;padding:12px 23px;transition:transform .25s,background .25s}.nav-contact:hover{background:var(--teal);color:white;transform:translateY(-3px)}.nav-contact span{margin-left:20px}.hero{min-height:730px;height:calc(100svh - 100px);max-height:940px;position:relative;display:grid;grid-template-columns:1.05fr 1fr;gap:3%;align-items:center;padding:40px 6% 100px;overflow:hidden;background:radial-gradient(ellipse at 40% 100%,#e0f1ed 0,transparent 60%)}.hero-content{position:relative;z-index:1;grid-column:1;grid-row:1}.eyebrow,.section-label{font-size:12px;letter-spacing:.13em;font-weight:600}.hero .eyebrow{color:var(--teal);margin-bottom:28px;max-width:380px}h1,h2,h3,p{margin-top:0}h1,h2{font-family:'Manrope',Arial,sans-serif;font-weight:500;letter-spacing:-.055em;line-height:1.1}h1{font-size:clamp(56px,5.8vw,92px);margin-bottom:25px}em{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.045em;color:var(--teal)}.hero-copy{color:var(--muted);font-size:18px;line-height:1.65;margin-bottom:30px}.button{display:inline-flex;gap:26px;align-items:center;background:var(--navy);color:white;padding:13px 14px 13px 25px;font-size:14px;border-radius:50px;transition:transform .3s,background .3s,box-shadow .3s}.button>span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--aqua);color:var(--navy);font-size:22px;transition:transform .3s}.button:hover{background:var(--teal);transform:translateY(-4px);box-shadow:0 12px 28px #193b731a}.button:hover>span{transform:rotate(45deg)}.hero-visual{grid-column:2;grid-row:1;position:relative;height:530px;border-radius:48% 48% 28px 28px;background:#e4f0f4;box-shadow:0 22px 60px #193b7312;transform:rotate(2deg)}.hero-visual>img{width:100%;height:100%;object-fit:cover;object-position:right center;border-radius:inherit}.floating-note{position:absolute;bottom:30px;left:-25px;background:var(--paper);color:var(--navy);border:1px solid #fff;border-radius:22px;padding:20px 58px 20px 55px;font-size:14px;line-height:1.4;box-shadow:0 10px 35px #193b731c;transform:rotate(-5deg);animation:bob 6s ease-in-out infinite}.floating-note>span{position:absolute;left:18px;top:24px;font-size:25px;color:var(--teal)}.floating-note b{position:absolute;right:20px;top:28px}.floating-note:hover{background:#d6f3ee;animation-play-state:paused}.hero-bottom{position:absolute;bottom:30px;left:6%;right:6%;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:11px;letter-spacing:.12em}.hero-bottom a{font-size:14px;letter-spacing:0}.hero-bottom a span{display:inline-block;margin-left:15px;border:1px solid var(--line);border-radius:50%;width:35px;height:35px;text-align:center;line-height:35px}.hero-bottom a:hover span{background:var(--aqua)}.light{background:var(--paper)}.intro,.craft,.global{padding:90px 8%}.section-label{display:flex;justify-content:space-between;margin-bottom:58px;color:var(--teal)}.intro-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:8%}h2{font-size:clamp(42px,4.7vw,72px);margin-bottom:30px}.intro-grid p{max-width:480px;color:var(--muted)}.intro-grid .large-copy{font-size:23px;color:var(--navy);line-height:1.5}.text-link{display:inline-flex;align-items:center;border-bottom:1px solid var(--teal);padding:10px 0;gap:40px;font-size:14px;color:var(--teal)}.text-link span{transition:transform .3s}.text-link:hover span{transform:translate(4px,-4px)}.disciplines{margin-top:60px;display:flex;flex-wrap:wrap;gap:12px}.disciplines a{border:1px solid var(--line);border-radius:40px;padding:12px 20px;font-size:14px;background:white;transition:.25s}.disciplines a span{margin-left:20px;color:var(--teal)}.disciplines a:hover{background:var(--aqua);border-color:var(--aqua);transform:translateY(-5px)}.craft{background:var(--blue);border-radius:48px;margin:0 24px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.section-head p{color:var(--muted);font-size:18px}.services{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}.services details{border:1px solid #d6e5ef;border-radius:25px;padding:27px;background:#fff;transition:background .3s,transform .3s,box-shadow .3s}.services details:hover{transform:translateY(-4px);box-shadow:0 14px 30px #193b730c}.services details[open]{background:#d8f0ed;border-color:#b6dcd7}.services summary{list-style:none;display:flex;gap:16px;align-items:center;cursor:pointer;min-height:64px}.services summary::-webkit-details-marker,.location-card summary::-webkit-details-marker{display:none}.number{color:var(--teal);font-size:12px;min-width:24px}.services h3{font-size:clamp(22px,2vw,29px);font-weight:500;margin:0;letter-spacing:-.03em}.plus{margin-left:auto;font-size:25px;width:38px;height:38px;min-width:38px;display:grid;place-items:center;border-radius:50%;background:var(--navy);color:white;transition:transform .3s}.services details[open] .plus{transform:rotate(45deg);background:var(--teal)}.detail{padding:20px 0 0 40px;color:var(--muted);animation:appear .4s ease both}.detail p{margin-bottom:18px}.detail ul{list-style:none;margin:0;padding:0;font-size:14px;line-height:2}.detail li::before{content:'·';margin-right:10px;color:var(--teal)}.founder{display:grid;grid-template-columns:1fr 1fr;gap:7%;padding:100px 8%;align-items:center}.founder-image{height:650px;overflow:hidden;border-radius:180px 180px 28px 28px}.founder-image img{width:100%;height:100%;object-fit:cover;object-position:71% center;display:block;transition:transform .8s}.founder-image:hover img{transform:scale(1.03)}.founder-copy .eyebrow{font-size:11px;margin-bottom:32px;color:var(--teal)}.founder-copy h2{font-size:76px}.founder-copy p{color:var(--muted)}.signature{margin-top:35px;font-size:20px}.signature span{display:block;font-size:11px;color:var(--teal);letter-spacing:.12em;margin-top:5px}.global{background:#edf6f5}.locations{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:25px;align-items:start}.location-hint{color:var(--muted);font-size:14px}.location-card{border:1px solid #cce3e4;padding:25px 22px;border-radius:22px;background:var(--paper);transition:transform .3s,background .3s}.location-card:hover{transform:translateY(-5px)}.location-card[open]{background:#d1ebe9}.location-card summary{list-style:none;cursor:pointer}.location-card summary>span{font-size:11px;color:var(--teal);letter-spacing:.08em}.locations h3{font-size:21px;font-weight:500;margin:25px 0 4px;letter-spacing:-.03em}.locations p{font-size:14px;color:var(--muted);margin-bottom:18px}.location-card b{display:grid;place-items:center;font-size:22px;font-weight:400;background:var(--navy);color:white;border-radius:50%;width:34px;height:34px;transition:transform .3s}.location-card[open] b{transform:rotate(45deg)}.location-detail{font-size:14px;margin-top:20px;padding-top:16px;border-top:1px solid #accccd;color:var(--navy);animation:appear .3s ease both}.contact{padding:90px 8%;margin:24px;border-radius:40px;background:var(--navy);color:white;position:relative;overflow:hidden}.contact>.eyebrow{color:var(--aqua);margin-bottom:35px}.contact h2{font-size:clamp(62px,7.5vw,115px);margin-bottom:30px}.contact h2 em{color:var(--aqua)}.contact-link{display:inline-flex;align-items:center;gap:60px;border-radius:60px;background:var(--aqua);color:var(--navy);padding:17px 25px;font-size:21px;transition:.3s}.contact-link:hover{background:white;transform:translateY(-4px) rotate(-1deg)}.contact-details{display:flex;gap:35px;margin-top:40px;font-size:14px;color:#e0edf7}.contact-details a:hover{text-decoration:underline}footer{padding:30px 6% 45px;display:flex;align-items:center;justify-content:space-between;color:var(--muted)}footer p,footer>a:last-child{font-size:12px;margin:0}.skip{position:absolute;top:-80px;left:10px;z-index:8;padding:10px;background:white;color:var(--navy)}.skip:focus{top:10px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:translateY(0)}@keyframes bob{0%,100%{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-10px) rotate(-3deg)}}@keyframes appear{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1000px){.hero{grid-template-columns:1.1fr 1fr}.hero-visual{height:480px}.services details{padding:20px}.services h3{font-size:24px}.locations{grid-template-columns:1fr 1fr}.founder-image{height:610px}.floating-note{padding:18px 40px 18px 42px;left:-15px;font-size:12px}.floating-note>span{left:12px}.floating-note b{right:12px}}@media(max-width:760px){header{height:85px;padding:0 6%}.brand{font-size:25px}nav{gap:20px}nav>a:not(:last-child){display:none}.nav-contact{padding:10px 17px}.hero{min-height:0;height:auto;max-height:none;display:flex;flex-direction:column;align-items:stretch;padding:45px 6% 95px;gap:35px}.hero-content{order:0}.hero-visual{order:1;height:390px;margin:0 5%;border-radius:45% 45% 25px 25px}.hero .eyebrow{font-size:10px;max-width:310px}.hero-copy{font-size:16px}h1{font-size:clamp(49px,10.5vw,75px)}.floating-note{left:-10px;bottom:18px;font-size:13px;padding:17px 45px}.hero-bottom{bottom:22px;gap:25px}.hero-bottom>span{max-width:160px;font-size:9px}.hero-bottom a{font-size:12px}.hero-bottom a span{margin-left:7px}.intro,.craft,.global{padding:60px 6%}.craft{margin:0 12px;border-radius:28px}.section-label{font-size:10px;margin-bottom:35px}.section-label>span:last-child{display:none}.intro-grid{grid-template-columns:1fr;gap:12px}.intro-grid .large-copy{font-size:20px}.disciplines{gap:10px;margin-top:35px}.disciplines a{font-size:13px;padding:10px 15px}.disciplines a span{margin-left:12px}.section-head{display:block}.section-head p{font-size:16px}.services{grid-template-columns:1fr;gap:13px}.services summary{gap:12px}.services h3{font-size:23px}.detail{padding-left:0}.founder{grid-template-columns:1fr;padding:60px 6%;gap:40px}.founder-image{height:480px}.founder-image img{object-position:72% center}.founder-copy h2{font-size:65px}.locations{gap:12px}.location-card{padding:20px 15px}.locations h3{font-size:20px}.contact{padding:65px 6%;margin:12px;border-radius:28px}.contact>.eyebrow{font-size:10px}.contact h2{font-size:clamp(50px,11vw,75px)}.contact-link{font-size:18px;gap:28px}.contact-details{flex-direction:column;gap:10px;overflow-wrap:anywhere}footer{padding:30px 6%;gap:22px;flex-wrap:wrap}footer .brand{font-size:24px}footer p{margin-left:auto}footer>a:last-child{width:100%;text-align:right}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
/* International corporate identity */
:root{--navy:#263c80;--deep:#25336b;--teal:#087f89;--paper:#fff;--blue:#edf3f9}header{height:120px;border-bottom:1px solid #e1e8ef}.brand{display:flex;align-items:center;justify-content:center}.brand img{display:block;width:88px;height:90px;object-fit:contain}nav{gap:40px}.hero{height:calc(100svh - 120px);min-height:700px;background:linear-gradient(120deg,#fff 35%,#edf5f7);grid-template-columns:1.2fr 1fr;padding-top:60px;padding-bottom:110px}.hero h1{font-size:clamp(54px,5.3vw,84px)}.hero-visual{height:510px;transform:none;border-radius:4px;box-shadow:none}.floating-note{left:0;right:0;bottom:0;border:0;border-radius:0;padding:23px;background:var(--navy);color:white;box-shadow:none;font-size:12px;letter-spacing:.1em;animation:none;transform:none}.floating-note:hover{background:var(--teal)}.floating-note b{top:20px}.nav-contact,.button,.contact-link{border-radius:5px}.button:hover{transform:translateY(-2px)}.button>span{border-radius:3px}.hero-copy{max-width:550px}.hero-copy br{display:none}em{font-family:'Manrope',Arial,sans-serif;font-style:normal;font-weight:500}.craft{border-radius:0;margin:0}.services details{border-radius:6px}.services details:hover{transform:translateY(-2px)}.disciplines a{border-radius:4px}.disciplines a:hover{transform:translateY(-2px)}.standards{padding:95px 8%}.standards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:40px}.standards-grid article{border-top:2px solid var(--teal);padding-top:26px}.standards-grid article>span{font-size:12px;letter-spacing:.1em;color:var(--teal)}.standards-grid h3{font-size:25px;font-weight:500;line-height:1.3;margin:25px 0 17px}.standards-grid p{color:var(--muted)}.leadership-note{border-top:1px solid var(--line);padding-top:25px;margin:40px 0 0;color:var(--muted);font-size:14px;max-width:1000px}.location-card{border-radius:5px}.location-card:hover{transform:translateY(-2px)}.contact{margin:0;border-radius:0}.contact h2{font-size:clamp(55px,6.4vw,98px)}.contact-link:hover{transform:translateY(-2px)}footer{padding-top:45px;gap:35px}.legal{flex:1}.legal p{font-size:11px;margin:4px 0;letter-spacing:.035em}.section-label{font-size:12px}@media(max-width:760px){header{height:105px}.brand img{width:73px;height:76px}.hero{height:auto;min-height:0;padding-top:40px;padding-bottom:95px}.hero h1{font-size:clamp(44px,9.8vw,66px)}.hero-visual{height:380px;margin:0;border-radius:3px}.floating-note{font-size:10px;padding:19px;left:0;bottom:0}.floating-note b{top:16px}.hero-bottom>span{font-size:10px}.standards{padding:60px 6%}.standards-grid{grid-template-columns:1fr;gap:25px}.standards-grid h3{font-size:24px;margin:18px 0 12px}.standards-grid p{margin-bottom:0}.contact{margin:0;border-radius:0;padding:65px 6%}.contact h2{font-size:clamp(43px,9.5vw,67px)}.legal{flex-basis:65%}.legal p{font-size:10px}footer .brand img{width:70px;height:73px}footer{gap:20px}.section-label{font-size:10px}}
/* Client journey, grounded in Avium's creative identity */
.hero{grid-template-columns:1.25fr 1fr;gap:4%;min-height:730px}.hero h1{font-size:clamp(49px,4.9vw,78px);line-height:1.13;letter-spacing:-.055em}.hero-visual{height:560px;border-radius:6px;overflow:hidden}.hero-visual>img{transition:transform 1.1s ease}.hero-visual:hover>img{transform:scale(1.035)}.hero-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.hero-secondary{font-size:14px;color:var(--navy);border-bottom:1px solid var(--line);padding:8px 0}.hero-principles{display:flex;gap:20px;flex-wrap:wrap;font-size:12px;color:var(--teal);margin-top:30px}.hero-principles span+span{border-left:1px solid var(--line);padding-left:20px}.project-path{padding:85px 8%;background:#edf4f8}.project-options{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.project-card{padding:0;text-align:left;color:var(--navy);font:inherit;background:white;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .35s,border-color .35s,box-shadow .35s}.project-card:hover{transform:translateY(-7px);box-shadow:0 18px 35px #263c8015}.project-card.selected{border-color:var(--teal)}.project-card:focus-visible{outline:3px solid var(--teal);outline-offset:5px}.project-image{height:285px;overflow:hidden;background:#e4eef5}.project-image img{height:100%;width:100%;object-fit:cover;object-position:right center;display:block;transition:transform .7s}.project-card:hover img{transform:scale(1.055)}.project-card:nth-child(2) img{object-position:93% center}.project-card:nth-child(3) img{object-position:65% center}.project-card-copy{padding:28px 25px 25px;position:relative}.project-card-copy>span{font-size:11px;letter-spacing:.12em;color:var(--teal)}.project-card h3{font:500 28px/1.2 'Manrope',sans-serif;letter-spacing:-.04em;margin:18px 0 13px}.project-card p{font-size:15px;color:var(--muted);margin:0;max-width:230px}.project-card b{display:grid;place-items:center;width:34px;height:34px;margin-top:25px;border:1px solid var(--line);border-radius:50%;font-size:19px;font-weight:400;transition:.3s}.project-card.selected b{background:var(--teal);color:white;border-color:var(--teal);transform:rotate(45deg)}.project-response{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;padding:30px 0 5px;margin-top:15px}.project-response .eyebrow{margin-bottom:8px}.project-response h3{font-size:23px;font-weight:500;margin-bottom:10px;letter-spacing:-.02em}.project-response p:not(.eyebrow){max-width:710px;color:var(--muted);margin:0}.project-response .text-link{white-space:nowrap;gap:25px}.image-note{font-size:12px;color:var(--muted);margin:25px 0 0}.intro{background:#fff}.standards-grid article{padding:30px;background:#edf5f7;border:0;border-top:3px solid var(--teal);border-radius:0 0 8px 8px}.standards-grid{gap:22px}.standards-grid h3{font-size:26px}.contact-intro{max-width:650px;font-size:19px;line-height:1.65;color:#e3edf8;margin-bottom:35px}.contact{background:linear-gradient(115deg,#25336b,#263c80 60%,#106d86)}.global{background:#f3f8fb}.project-response.updated{animation:appear .35s ease both}@media(max-width:1100px){.project-options{gap:15px}.project-card-copy{padding:22px 18px}.project-card h3{font-size:24px}.project-image{height:250px}.project-response{grid-template-columns:1fr;gap:15px}.project-response .text-link{justify-self:start}.hero-actions{gap:16px}.hero h1{font-size:clamp(45px,5vw,68px)}}@media(max-width:760px){.hero{min-height:0;gap:30px}.hero h1{font-size:clamp(39px,9.1vw,62px)}.hero-visual{height:420px}.hero-principles{font-size:11px;gap:12px;margin-top:25px}.hero-principles span+span{padding-left:12px}.project-path{padding:60px 6%}.project-options{grid-template-columns:1fr;gap:16px}.project-card{display:grid;grid-template-columns:40% 60%;min-height:215px}.project-image{height:100%;min-height:215px}.project-card-copy{padding:22px 17px}.project-card h3{font-size:23px;margin:12px 0}.project-card p{font-size:14px}.project-card-copy>span{font-size:10px}.project-card b{margin-top:15px;width:28px;height:28px}.project-response{padding-top:20px;gap:15px}.project-response h3{font-size:22px}.project-response .text-link{white-space:normal}.standards-grid article{padding:26px}.contact-intro{font-size:16px}.hero-secondary{font-size:13px}}
.project-card:nth-child(2) img{object-position:right center;transform:scale(1.3);transform-origin:70% 40%}.project-card:nth-child(2):hover img{transform:scale(1.36)}.project-card:nth-child(3) img{object-position:58% center;transform:scale(1.65);transform-origin:40% 30%}.project-card:nth-child(3):hover img{transform:scale(1.71)}
@media(min-width:761px){.project-card{display:flex;flex-direction:column}.project-image{width:100%;flex-shrink:0}.project-card-copy{flex:1;display:flex;flex-direction:column;width:100%}.project-card-copy b{margin-top:auto}.project-card-copy p{margin-bottom:25px}}
/* Office presence and dimensional interaction */
.offices{padding:95px 8%;background:#fff}.office-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.office-card{display:flex;flex-direction:column;padding:32px;border:1px solid #d4e2ec;border-radius:16px;background:linear-gradient(145deg,#fff,#f0f7fa);transition:transform .3s,box-shadow .3s,border-color .3s}.office-card:hover{transform:translateY(-5px);border-color:#70b9c1;box-shadow:0 18px 40px #263c8010}.office-top{display:flex;justify-content:space-between;align-items:center;color:var(--teal);font-size:11px;letter-spacing:.1em}.office-top>span:last-child{font-size:24px}.office-card h3{font:500 29px/1.2 'Manrope',sans-serif;letter-spacing:-.035em;margin:30px 0 15px}.office-entity{font-size:12px;letter-spacing:.025em;min-height:40px;line-height:1.6;font-weight:600}.office-card address{font-style:normal;color:var(--muted);font-size:16px;line-height:1.8}.office-registration{font-size:12px;color:var(--muted);margin:22px 0 28px;overflow-wrap:anywhere}.office-map{margin-top:auto;display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:18px;font-size:14px;color:var(--teal)}.office-map span{transition:transform .3s}.office-map:hover span{transform:translate(3px,-3px)}.office-email{display:inline-flex;gap:25px;font-size:17px;margin-top:35px;border-bottom:1px solid var(--teal);padding-bottom:8px;overflow-wrap:anywhere}.button,.nav-contact,.contact-link{position:relative;isolation:isolate;overflow:hidden;border-radius:50px;box-shadow:0 7px 22px #263c8017;transition:transform .3s,box-shadow .3s,background .3s}.button::before,.nav-contact::before,.contact-link::before{content:'';position:absolute;z-index:-1;inset:0;background:linear-gradient(115deg,transparent 25%,#ffffff2b 48%,transparent 70%);translate:-130% 0;transition:translate .7s ease;pointer-events:none}.button:hover::before,.nav-contact:hover::before,.contact-link:hover::before,.button:focus-visible::before,.contact-link:focus-visible::before{translate:130% 0}.button:hover,.nav-contact:hover{background:var(--navy);box-shadow:0 12px 35px #263c8035;transform:translateY(-3px)}.button>span{border-radius:50%;width:44px;height:44px;transition:transform .35s,background .35s}.button:hover>span{transform:rotate(45deg);background:white}.button:active,.nav-contact:active,.contact-link:active{transform:translateY(1px) scale(.98)}.contact-link>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#ffffff80;color:var(--navy);transition:transform .35s}.contact-link:hover>span{transform:rotate(45deg)}.contact-link{padding:12px 13px 12px 26px}.project-card{box-shadow:0 6px 20px #263c8008}.project-card.selected{box-shadow:0 12px 35px #087f8915}.hero-visual{box-shadow:0 28px 65px #263c8019}.hero-visual>img{scale:1.12;translate:0 var(--parallax-y,0px)}.project-image>img{translate:0 var(--parallax-y,0px)}.office-map:focus-visible,.office-email:focus-visible{outline:3px solid var(--teal);outline-offset:5px}@media(max-width:1050px){.office-grid{gap:16px}.office-card{padding:24px}.office-card h3{font-size:25px}nav{gap:25px}}@media(max-width:760px){.offices{padding:60px 6%}.office-grid{grid-template-columns:1fr}.office-card{padding:28px}.office-entity{min-height:0}.office-card h3{margin-top:18px}.office-email{font-size:15px;gap:12px}.hero-visual>img{scale:1;translate:none}.project-image>img{translate:none}.contact-link{gap:18px}.button>span{width:38px;height:38px}}@media(prefers-reduced-motion:reduce){.hero-visual>img,.project-image>img{translate:none!important}.button:hover,.nav-contact:hover,.contact-link:hover,.office-card:hover{transform:none}.button::before,.nav-contact::before,.contact-link::before{display:none}}

/* Clean cinematic artwork: preserve full composition at every breakpoint. */
.hero-visual{height:auto;aspect-ratio:1672/941;align-self:center;overflow:visible;background:transparent;box-shadow:none}.hero-visual>img{display:block;height:auto;aspect-ratio:1672/941;object-fit:contain;object-position:center;scale:1;border-radius:12px;box-shadow:0 24px 60px #263c801f;translate:0 var(--parallax-y,0px)}.hero-visual:hover>img{transform:none}.floating-note{position:relative;display:block;margin-top:24px;border-radius:6px;padding:20px;font-size:11px}.floating-note b{top:18px}.project-image{height:auto;min-height:0;aspect-ratio:1672/941;background:#eaf3fb}.project-image img,.project-card:nth-child(2) img,.project-card:nth-child(3) img{width:100%;height:100%;object-fit:contain;object-position:center;transform:none;scale:1;translate:none}.project-card:hover img,.project-card:nth-child(2):hover img,.project-card:nth-child(3):hover img{transform:none}.hero-copy{font-size:18px}.image-note{font-size:13px}@media(max-width:760px){.hero-visual{width:100%;height:auto;aspect-ratio:auto}.hero-visual>img{translate:none}.project-card{display:flex;flex-direction:column}.project-image{width:100%;height:auto;min-height:0}.project-card-copy{width:100%;padding:24px}.project-card p{max-width:none;font-size:16px}.project-card-copy>span{font-size:12px}.floating-note{margin-top:15px}.hero-copy{font-size:16px}}

/* Concise editorial opening and readable image-led service choices. */
.editorial-hero{display:block;height:auto;min-height:0;max-height:none;padding:72px 8% 92px;background:linear-gradient(125deg,#fff 25%,#edf5f9)}.editorial-hero .hero-content{max-width:1100px}.editorial-hero h1{font-size:clamp(54px,6.9vw,104px);max-width:1100px;line-height:1.08}.editorial-hero .hero-copy{max-width:750px;font-size:20px}.editorial-hero .hero-bottom{left:8%;right:8%;bottom:22px}.editorial-hero .eyebrow{max-width:none}.project-card{position:relative;display:block;min-height:420px;background:var(--deep);border-radius:12px;color:#fff}.project-image{position:absolute;inset:0;aspect-ratio:auto;height:100%;width:100%;background:var(--deep)}.project-image img,.project-card:nth-child(2) img,.project-card:nth-child(3) img{object-fit:cover;object-position:center;transform:none}.project-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#16356508 12%,#1635659c 45%,#163565fa 100%);pointer-events:none}.project-card-copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;min-height:420px;padding:30px}.project-card-copy>span{color:#b7eeeb;font-size:12px}.project-card h3{font-size:30px;max-width:280px;line-height:1.13;margin:15px 0}.project-card p{color:#fff;font-size:16px;max-width:290px;line-height:1.5;margin-bottom:22px}.project-card-copy b{margin-top:0;background:#fff;color:var(--navy);border:0}.project-card.selected b{background:#a3e2df;color:var(--navy)}.project-card.selected{border-color:#087f89;box-shadow:0 0 0 2px #fff inset}.project-card:hover{transform:translateY(-4px)}.project-path{padding-top:65px}.project-response{padding-top:25px}.image-note{margin-top:18px}@media(max-width:760px){.editorial-hero{padding:42px 6% 90px}.editorial-hero h1{font-size:clamp(42px,10.1vw,66px)}.editorial-hero .hero-copy{font-size:17px}.editorial-hero .hero-bottom{left:6%;right:6%}.editorial-hero .eyebrow{font-size:11px;line-height:1.6}.project-card,.project-card-copy{min-height:360px}.project-image{height:100%;min-height:0}.project-card-copy{padding:26px}.project-card h3{font-size:29px}.project-card p{max-width:300px}.project-card:nth-child(2) img{object-position:50% center}}

.project-card{min-height:0;display:flex;flex-direction:column}.project-image{position:relative;inset:auto;aspect-ratio:1672/941;height:auto;flex-shrink:0}.project-image img,.project-card:nth-child(2) img,.project-card:nth-child(3) img{object-fit:contain}.project-card::after{display:none}.project-card-copy{min-height:0;margin-top:-55px;padding-top:55px;flex:1;background:linear-gradient(180deg,#16356500 0,#163565f5 55px,#163565 100%)}.project-card-copy>span{position:relative}.project-card-copy b{margin-top:auto}.project-card h3{font-size:28px}.project-card p{margin-bottom:22px}@media(max-width:760px){.project-card,.project-card-copy{min-height:0}.project-image{height:auto;min-height:0}.project-card-copy{padding-top:55px}.project-card h3{max-width:none}}

/* Focused studio edition: clear offer, deliberate hierarchy, less repetition. */
header{height:100px;padding-inline:8%}.brand img{width:72px;height:76px}.editorial-hero{padding:72px 8% 62px;background:#fff;border-bottom:1px solid var(--line)}.editorial-hero h1{font-size:clamp(58px,7.4vw,112px);line-height:1.02;letter-spacing:-.06em;margin:24px 0 30px}.editorial-hero .hero-copy{max-width:680px;font-size:21px;line-height:1.55}.editorial-hero .eyebrow{font-size:12px;margin-bottom:0}.brand-belief{margin:38px 0 0;font-size:15px;color:var(--navy);letter-spacing:.02em}.brand-belief span{color:var(--teal)}.hero-actions{gap:28px}.project-path,.craft,.standards,.intro,.offices{padding:65px 8%}.section-label{margin-bottom:30px}.section-head{margin-bottom:28px}.section-head h2,.intro h2{font-size:clamp(38px,4.2vw,64px)}.project-card h3{font-size:25px;max-width:none}.project-card-copy{padding:48px 24px 24px;margin-top:-48px}.project-card-copy>span{font-size:12px}.project-card p{max-width:none}.project-response{padding:24px;border-left:3px solid var(--teal);background:#fff;margin-top:24px;gap:25px;border-radius:0 6px 6px 0}.project-response h3{font-size:21px}.project-response .eyebrow{font-size:11px}.services{gap:12px}.services details{padding:20px 24px;box-shadow:none}.services h3{font-size:24px}.services summary{min-height:54px}.detail{padding-top:12px}.standards-grid{margin-top:20px;gap:30px}.standards-grid article{padding:22px 0 0;background:none;border-top:1px solid var(--teal);border-radius:0}.standards-grid h3{font-size:23px;margin-top:18px}.standards-grid p{margin-bottom:0}.intro{background:#edf5f7}.intro-grid{gap:7%;grid-template-columns:1fr 1.1fr}.intro-grid p{max-width:610px}.intro-grid .large-copy{font-size:24px}.studio-credit{font-size:14px;margin:22px 0 0}.format-line{font-size:14px;color:var(--teal);margin:32px 0 0;padding-top:22px;border-top:1px solid #c7dfe3;display:flex;gap:18px;flex-wrap:wrap}.global{padding:32px 8%;background:white;border-bottom:1px solid var(--line)}.global .section-label{margin-bottom:20px}.global .section-label>span:last-child{display:none}.locations{margin-top:0;gap:12px}.location-card{padding:18px;background:#fff;border:0;border-top:1px solid var(--line);border-radius:0}.location-card summary>span{display:none}.locations h3{margin:0 0 5px;font-size:20px}.locations p{margin-bottom:12px}.location-card b{width:28px;height:28px;font-size:18px}.office-card{padding:25px;border-radius:8px;box-shadow:none}.office-top{display:none}.office-card h3{margin:0 0 14px;font-size:25px}.office-entity{font-size:12px;min-height:38px}.office-card address{font-size:15px}.office-email{display:none}.contact{padding:65px 8%}.contact h2{font-size:clamp(48px,6.5vw,90px)}.contact-intro{font-size:18px;max-width:610px}.contact>.eyebrow{margin-bottom:24px}footer{padding:30px 8%}.button,.contact-link,.nav-contact{box-shadow:none}.button::before,.contact-link::before,.nav-contact::before{display:none}@media(max-width:760px){header{height:90px;padding-inline:6%}.editorial-hero{padding:38px 6% 42px}.editorial-hero h1{font-size:clamp(44px,11.3vw,70px)}.editorial-hero .hero-copy{font-size:18px}.editorial-hero .eyebrow{font-size:11px}.brand-belief{font-size:13px;margin-top:28px}.hero-actions{gap:16px}.project-path,.craft,.standards,.intro,.offices,.contact{padding:45px 6%}.section-head h2,.intro h2{font-size:42px}.project-response{padding:20px}.project-card h3{font-size:26px}.intro-grid{grid-template-columns:1fr}.format-line{gap:10px;font-size:13px}.global{padding:28px 6%}.locations{grid-template-columns:1fr 1fr}.location-card{padding:14px 0}.locations h3{font-size:19px}.office-card{padding:24px}.office-entity{min-height:0}.standards-grid{gap:24px}.contact-intro{font-size:17px}footer{padding:28px 6%}}

/* Service details stay attached to their trigger on every screen. */
.project-options{align-items:start}.stage-item{min-width:0;border:1px solid #b7cbd9;border-radius:12px;background:#fff;overflow:hidden;transition:border-color .2s,box-shadow .2s}.stage-item[open]{border-color:var(--teal);box-shadow:0 0 0 1px var(--teal)}.stage-item>.project-card{width:100%;border:0;border-radius:0;box-shadow:none;list-style:none;cursor:pointer;margin:0;transform:none}.stage-item>.project-card::-webkit-details-marker{display:none}.stage-item>.project-card::marker{content:''}.stage-item>.project-card:hover{transform:none;box-shadow:none}.stage-item>.project-card:focus-visible{outline:3px solid #a3e2df;outline-offset:-5px}.stage-item .project-card-copy{width:100%;padding:48px 24px 22px}.stage-item .project-card-copy>span:first-child{font-size:12px;letter-spacing:.09em}.stage-item .project-card-copy p{min-height:72px}.stage-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;padding-top:14px;border-top:1px solid #ffffff45;min-height:48px;font-size:14px;color:#fff;letter-spacing:0}.stage-plus{display:grid;place-items:center;background:#b7eeeb;color:#163565;border-radius:50%;font-size:25px;width:32px;height:32px;transition:transform .2s}.when-open{display:none}.stage-item[open] .when-closed{display:none}.stage-item[open] .when-open{display:inline}.stage-item[open] .stage-plus{transform:rotate(45deg)}.stage-panel{padding:26px 24px 24px;border-top:3px solid var(--teal);color:var(--navy);background:#f5fafc}.stage-panel h4{font:600 22px/1.3 'Manrope',sans-serif;letter-spacing:-.025em;margin:0 0 14px}.stage-panel p{font-size:16px;line-height:1.65;color:#38536b;margin:0 0 22px}.stage-cta{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:48px;padding:13px 16px;border-radius:6px;background:#263c80;color:white;font-size:15px;line-height:1.4}.stage-cta:hover{background:#08717c}.stage-cta:focus-visible{outline:3px solid var(--teal);outline-offset:4px}.stage-cta span{font-size:21px}.stage-item .project-image{aspect-ratio:1672/941;min-height:0}.stage-item .project-image img{object-fit:contain;transform:none!important;translate:none!important}.stage-item .project-card h3{font-size:25px}.image-note{line-height:1.5}@media(max-width:760px){.stage-item .project-card-copy{padding:42px 22px 18px;margin-top:-42px}.stage-item .project-card h3{font-size:26px;margin:12px 0}.stage-item .project-card-copy p{min-height:0;margin-bottom:14px}.stage-item .project-card-copy>span:first-child{font-size:12px}.stage-panel{padding:22px}.stage-panel h4{font-size:22px}.stage-cta{width:100%;min-height:50px}.project-options{gap:20px}.stage-toggle{font-size:15px}.office-card address{font-size:16px}}

/* Detail QC: legible controls, stable images and usable small-screen navigation. */
html{scroll-padding-top:24px}h1,h2,h3,h4{overflow-wrap:break-word;text-wrap:balance}.hero-content,.intro-grid>*,.section-head>*,.services>*{min-width:0}.stage-item .project-card-copy>.stage-toggle{font-size:15px;letter-spacing:0;color:#fff}.stage-item .project-card h3{min-height:2.3em}.stage-plus,.button>span,.contact-link>span{flex-shrink:0}.button:hover>span,.contact-link:hover>span{transform:translate(2px,-2px)}.hero-secondary,.text-link,.office-map{min-height:44px;display:inline-flex;align-items:center}.office-map{display:flex}.contact-details a{display:inline-flex;align-items:center;min-height:44px;overflow-wrap:anywhere}.legal p{font-size:12px;line-height:1.6}.section-label,.eyebrow{line-height:1.6}.office-registration{font-size:13px}.detail ul{font-size:16px;line-height:1.7}.detail li{margin-bottom:6px}.format-line{line-height:1.7}.brand img{max-width:100%}.stage-item .project-card-copy{background:linear-gradient(180deg,#16356500 0,#163565 42px,#163565 100%)}@media(max-width:1000px) and (min-width:761px){.project-options{grid-template-columns:1fr}.stage-item .project-card{display:grid;grid-template-columns:42% 58%;align-items:center;background:#163565}.stage-item .project-card-copy{margin:0;padding:24px;background:#163565}.stage-item .project-card-copy p{min-height:0}.stage-item .project-card h3{min-height:0}.stage-item .project-image{align-self:center}}@media(max-width:760px){header{height:auto;min-height:90px;flex-wrap:wrap;padding-block:12px;gap:8px 16px}nav{width:100%;display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:8px}nav>a:not(:last-child){display:inline-flex}nav>a{font-size:14px;min-height:44px;align-items:center;padding:8px 4px}.nav-contact{padding:8px 14px}.nav-contact span{margin-left:8px}.brand img{width:58px;height:60px}.editorial-hero{padding-top:30px}.editorial-hero h1{font-size:clamp(2.35rem,10.4vw,4rem);letter-spacing:-.045em;line-height:1.08}.section-label,.editorial-hero .eyebrow,.contact>.eyebrow{font-size:12px}.brand-belief{font-size:14px}.stage-item .project-card h3{min-height:0}.office-card address{overflow-wrap:anywhere}.contact-link{font-size:17px;max-width:100%;gap:16px;padding-left:20px}.legal p{font-size:12px}.hero-actions{align-items:flex-start}.reveal{opacity:1;transform:none}.contact-details{gap:4px}.section-head h2,.intro h2{font-size:clamp(2rem,9.8vw,2.625rem)}}@media(prefers-reduced-motion:reduce){.button:hover>span,.contact-link:hover>span{transform:none}.stage-plus{transition:none}}

/* Production confidence: evidence, practical answers and the filmmaking team. */
.experience-band{padding:38px 8%;display:grid;grid-template-columns:1fr 1fr;gap:50px;background:#edf5f7;border-bottom:1px solid var(--line)}.experience-band article{min-width:0}.experience-band .eyebrow{color:var(--teal);font-size:12px;margin-bottom:14px}.experience-band h2{font-size:28px;line-height:1.2;letter-spacing:-.035em;margin-bottom:15px}.experience-band p:not(.eyebrow){font-size:16px;line-height:1.65;color:#38536b;max-width:590px;margin-bottom:12px}.experience-band .experience-note{font-size:13px!important}.experience-band .text-link{font-size:14px}.production-faq{max-width:1040px;border-top:1px solid var(--line)}.production-faq details{border-bottom:1px solid var(--line)}.production-faq summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:22px;cursor:pointer;padding:23px 0;font:500 21px/1.4 'Manrope',sans-serif}.production-faq summary::-webkit-details-marker{display:none}.production-faq summary>span{flex-shrink:0;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#edf5f7;color:var(--teal);font-size:24px;transition:transform .2s}.production-faq details[open] summary>span{transform:rotate(45deg)}.production-faq details>div{max-width:810px;padding:0 44px 20px 0;color:#38536b;font-size:16px;line-height:1.7}.production-faq details>div p:last-child{margin-bottom:0}.team-disciplines{display:flex;flex-wrap:wrap;gap:9px;margin:24px 0}.team-disciplines span{padding:7px 12px;border:1px solid #b7d2d9;border-radius:5px;color:#263c80;font-size:14px;background:#fff}@media(max-width:760px){.experience-band{padding:30px 6%;grid-template-columns:1fr;gap:26px}.experience-band article+article{padding-top:24px;border-top:1px solid #bed5df}.experience-band h2{font-size:25px}.production-faq summary{font-size:18px;padding:20px 0;gap:14px}.production-faq details>div{padding-right:0}.team-disciplines{gap:8px}.team-disciplines span{font-size:13px;padding:7px 10px}}

/* Avium standards are visible strengths, not hidden FAQ answers. */
.avium-strengths{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:36px 30px;margin-top:36px}.avium-strengths article{grid-column:span 2;border-top:1px solid #b7cbd9;padding-top:22px;min-width:0}.avium-strengths article:nth-child(n+4){grid-column:span 3}.strength-number{display:block;font-size:13px;letter-spacing:.08em;color:var(--teal);margin-bottom:18px}.avium-strengths h3{font:500 24px/1.3 'Manrope',sans-serif;letter-spacing:-.035em;margin:0 0 15px;max-width:410px;text-wrap:pretty}.avium-strengths p{font-size:16px;line-height:1.7;color:#38536b;margin:0;max-width:510px}.studio-signature{font-size:15px;font-weight:600;color:var(--teal)!important;margin:24px 0 0}.experience-band h2{font-size:30px;line-height:1.2}.experience-band .text-link{min-height:44px}@media(max-width:1000px){.avium-strengths{grid-template-columns:1fr 1fr}.avium-strengths article,.avium-strengths article:nth-child(n+4){grid-column:auto}.avium-strengths article:last-child{grid-column:1/-1}}@media(max-width:760px){.avium-strengths{grid-template-columns:1fr;gap:26px;margin-top:25px}.avium-strengths article,.avium-strengths article:nth-child(n+4),.avium-strengths article:last-child{grid-column:auto;padding-top:20px}.strength-number{margin-bottom:12px}.avium-strengths h3{font-size:23px;max-width:none}.avium-strengths p{max-width:none}.experience-band h2{font-size:27px}.studio-signature{font-size:15px}}

/* A lighter reading rhythm: concise essentials, details on demand. */
.experience-band{padding-block:30px;gap:40px}.experience-band h2{font-size:25px;margin-bottom:10px}.experience-band p:not(.eyebrow){max-width:480px}.editorial-hero .hero-copy{max-width:590px}.project-path{padding-bottom:38px}.project-card-copy p{font-size:15px!important}.stage-item .project-card-copy p{min-height:48px}.craft{padding:0 8% 40px;background:#edf4f8}.capability-drawer{border-top:1px solid #b7cbd9;border-bottom:1px solid #b7cbd9}.capability-drawer>summary,.network-drawer>summary,.address-drawer>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:52px;padding:14px 0;color:var(--navy);font-size:16px}.capability-drawer>summary::-webkit-details-marker,.network-drawer>summary::-webkit-details-marker,.address-drawer>summary::-webkit-details-marker{display:none}.capability-drawer>summary>span,.network-drawer>summary>span,.address-drawer>summary>span{font-size:24px;transition:transform .2s}.capability-drawer[open]>summary>span,.network-drawer[open]>summary>span,.address-drawer[open]>summary>span{transform:rotate(45deg)}.capability-content{padding:12px 0 25px}.avium-strengths{grid-template-columns:repeat(6,minmax(0,1fr));gap:32px;margin-top:22px}.avium-strengths h3{font-size:22px;margin-bottom:10px}.avium-strengths p{max-width:350px;font-size:16px}.strength-number{margin-bottom:12px}.standards .section-head>p{display:none}.intro-grid .large-copy{font-size:26px}.format-line{margin-top:25px}.office-card h3{margin-bottom:10px}.office-entity{margin-bottom:5px;min-height:38px}.address-drawer{margin-top:auto;border-top:1px solid var(--line)}.address-drawer>summary{font-size:14px;color:var(--teal)}.address-drawer address{padding-top:12px}.address-drawer .office-map{margin-top:16px}.network-drawer{border-top:1px solid var(--line);margin-top:25px}.network-drawer .locations{padding-bottom:15px}.offices .section-head h2{font-size:clamp(38px,4.2vw,64px)}.contact-intro{max-width:460px}.contact-details{margin-top:25px}@media(max-width:1000px){.avium-strengths{grid-template-columns:1fr 1fr}.avium-strengths article,.avium-strengths article:nth-child(n+4){grid-column:auto}.avium-strengths article:last-child{grid-column:1/-1}}@media(max-width:760px){.experience-band{padding:26px 6%;gap:22px}.experience-band h2{font-size:24px}.craft{padding:0 6% 30px}.avium-strengths{grid-template-columns:1fr;gap:22px}.avium-strengths article,.avium-strengths article:nth-child(n+4),.avium-strengths article:last-child{grid-column:auto}.avium-strengths article{padding-top:16px}.avium-strengths h3{font-size:22px}.strength-number{float:right;margin-left:15px}.stage-item .project-card-copy p{min-height:0}.office-card{padding:22px}.office-entity{min-height:0}.office-card h3{font-size:24px}.office-grid{gap:14px}.intro-grid .large-copy{font-size:23px}.contact h2{font-size:clamp(42px,11vw,72px)}}

/* Editorial composition: offer → visual craft → evidence → standards → people. */
:root{--navy:#263c80;--deep:#213366;--teal:#08737d;--muted:#486176}header{padding-inline:6%;height:100px}.editorial-hero.design-edit{padding:60px 6% 52px;border-bottom:0}.design-edit .hero-content{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(270px,1fr);column-gap:7%;max-width:none;align-items:start}.design-edit .eyebrow{grid-column:1/-1;margin-bottom:27px}.design-edit h1{grid-column:1;grid-row:2/5;font-size:clamp(46px,5.6vw,84px);line-height:1.08;letter-spacing:-.055em;margin:0;max-width:840px;text-wrap:initial}.design-edit .hero-copy{grid-column:2;font-size:18px;line-height:1.65;margin:6px 0 25px;max-width:450px}.design-edit .hero-actions{grid-column:2;gap:14px;align-items:flex-start}.design-edit .button{padding:10px 11px 10px 22px;min-height:54px}.design-edit .hero-secondary{font-size:14px}.design-edit .brand-belief{grid-column:2;font-size:13px;line-height:1.6;margin:25px 0 0}.project-path{padding:32px 6% 30px;background:#fff}.project-path .section-label{margin-bottom:14px}.project-path .section-head{align-items:center;margin-bottom:24px}.project-path h2{font-size:34px;line-height:1.16;margin:0}.project-path h2 br{display:none}.project-path h2 em{margin-left:.15em}.project-path .section-head p{font-size:16px;margin:0}.project-options{gap:22px}.stage-item{border:0;border-radius:9px;background:#edf5f8;box-shadow:0 6px 22px #2133660a}.stage-item .project-card-copy{padding:36px 24px 20px;margin-top:-36px;background:linear-gradient(180deg,#21336600 0,#213366 33px,#213366 100%)}.stage-item .project-card{background:#213366}.stage-item .project-card h3{font-size:25px;min-height:0;line-height:1.2;margin:13px 0 15px}.stage-item .project-card-copy p{min-height:48px;margin-bottom:15px;line-height:1.5}.stage-item .project-card-copy>.stage-toggle{min-height:44px;padding-top:12px;font-size:14px}.stage-item[open]{box-shadow:0 0 0 2px var(--teal)}.stage-item .project-image img{height:auto;width:100%;aspect-ratio:1672/941;display:block;object-fit:contain}.stage-panel{padding:24px}.stage-panel h4{font-size:21px}.image-note{font-size:12px;margin:14px 0 0}.craft{padding:0 6% 42px;background:#fff}.capability-drawer>summary{font-size:15px}.experience-band{padding:35px 6%;background:#edf5f8;gap:0;grid-template-columns:1fr 1fr;border-top:1px solid #d9e5ec;border-bottom:1px solid #d9e5ec}.experience-band article{padding-right:55px}.experience-band article+article{border-left:1px solid #bcd3df;padding:0 0 0 55px}.experience-band h2{font-size:27px;max-width:400px}.experience-band p:not(.eyebrow){font-size:16px;max-width:460px}.experience-band .eyebrow{margin-bottom:15px}.standards{padding:75px 6%;background:#213366;color:white;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.5fr);column-gap:7%}.standards .section-label{grid-column:1/-1;color:#ade5e3;margin-bottom:35px}.standards .section-label>span:last-child{display:none}.standards .section-head{display:block;margin:0}.standards h2{font-size:clamp(40px,4.1vw,62px);line-height:1.15}.standards h2 em{color:#ade5e3}.avium-strengths{display:block;margin:0}.avium-strengths article,.avium-strengths article:nth-child(n+4){display:grid;grid-template-columns:32px 1fr;gap:0 20px;border-top:1px solid #ffffff26;padding:20px 0}.avium-strengths article:first-child{padding-top:0;border-top:0}.strength-number{grid-column:1;grid-row:1/3;color:#ade5e3;font-size:12px;line-height:29px;margin:0}.avium-strengths h3{grid-column:2;font-size:22px;line-height:1.3;margin:0 0 7px;max-width:none}.avium-strengths p{grid-column:2;color:#dce9f5;font-size:16px;max-width:550px;margin:0}.intro{padding:75px 6%;background:#fff}.intro .section-label{margin-bottom:35px}.intro .section-label>span:last-child{display:none}.intro-grid{grid-template-columns:1fr 1.25fr;gap:10%}.intro h2{font-size:clamp(40px,4.1vw,62px)}.intro-grid .large-copy{font-size:28px;line-height:1.5;max-width:620px}.intro-grid p:not(.large-copy){font-size:16px}.studio-signature{display:none}.format-line{font-size:13px;padding-top:24px;margin-top:24px;gap:14px}.offices{padding:48px 6%;background:#f0f6f9;border-top:1px solid #d9e5ec}.offices .section-label{margin-bottom:22px}.offices .section-head{align-items:center;margin-bottom:30px}.offices .section-head h2{font-size:36px;margin:0}.offices .section-head h2 br{display:none}.offices .section-head h2 em{margin-left:.15em}.offices .section-head p{font-size:15px;margin:0}.office-grid{gap:26px}.office-card{padding:22px 0 0;background:none;border:0;border-top:2px solid #8ca9bc;border-radius:0;box-shadow:none}.office-card:hover{transform:none;box-shadow:none;border-color:var(--teal)}.office-card h3{font-size:24px}.office-entity{font-size:12px;min-height:40px}.office-map{min-height:44px}.network-drawer{margin-top:25px}.network-drawer>summary{font-size:14px}.contact{padding:65px 6%;display:grid;grid-template-columns:1.3fr 1fr;column-gap:8%;background:linear-gradient(110deg,#263c80,#135c77)}.contact>.eyebrow{grid-column:1/-1;margin-bottom:26px}.contact h2{grid-column:1;grid-row:2/5;font-size:clamp(48px,5.8vw,84px);line-height:1.08;margin:0}.contact-intro{grid-column:2;font-size:18px;margin:8px 0 24px}.contact-link{grid-column:2;justify-self:start;font-size:17px;gap:22px}.contact-details{grid-column:2;flex-direction:column;gap:0;margin-top:18px}footer{padding:25px 6%}.legal p{font-size:12px}footer .brand img{width:60px;height:64px}.reveal{opacity:1;transform:none}
@media(max-width:1100px){.design-edit .hero-content{grid-template-columns:1.3fr 1fr;gap:0 5%}.design-edit h1{font-size:clamp(46px,5.5vw,66px)}.project-options{gap:14px}.stage-item .project-card{display:flex}.stage-item .project-card-copy{padding:36px 20px 20px;margin-top:-36px;background:linear-gradient(180deg,#21336600,#213366 33px)}.stage-item .project-card h3{font-size:23px}.standards{column-gap:5%}.avium-strengths h3{font-size:21px}.experience-band article{padding-right:30px}.experience-band article+article{padding-left:30px}}
@media(max-width:800px){header{height:auto;min-height:86px;padding:13px 6%;gap:0 20px;flex-wrap:nowrap}header .brand img{width:62px;height:64px}nav{border:0;padding:0;width:auto;gap:16px;justify-content:flex-end}nav>a{font-size:14px;min-height:44px}nav>a:not(:last-child){display:none}.nav-contact{padding:10px 17px}.design-edit .hero-content{display:block}.editorial-hero.design-edit{padding:32px 6% 26px}.design-edit .eyebrow{font-size:11px;margin-bottom:22px;line-height:1.65;letter-spacing:.08em}.design-edit h1{font-size:clamp(40px,8.5vw,64px);line-height:1.1;margin:0 0 22px}.design-edit .hero-copy{font-size:17px;max-width:570px;margin:0 0 22px}.design-edit .hero-actions{gap:16px}.design-edit .brand-belief{margin-top:20px;font-size:12px}.design-edit .brand-belief br{display:none}.design-edit .brand-belief span{margin-left:5px}.project-path{padding-top:25px}.project-path .section-label>span:last-child{display:none}.project-path .section-head{display:flex;align-items:end;gap:18px}.project-path h2{font-size:28px}.project-path h2 br{display:block}.project-path h2 em{margin-left:0}.project-path .section-head p{font-size:14px;max-width:145px}.project-options{grid-template-columns:1fr;gap:22px}.stage-item .project-card-copy{padding-inline:22px}.stage-item .project-card h3{font-size:25px}.stage-item .project-card-copy p{min-height:0}.stage-panel{padding:22px}.experience-band{grid-template-columns:1fr;padding-block:30px}.experience-band article{padding:0}.experience-band article+article{border-left:0;border-top:1px solid #bcd3df;padding:25px 0 0;margin-top:25px}.experience-band h2{font-size:25px}.standards{display:block;padding:45px 6%}.standards .section-label{margin-bottom:25px}.standards h2{font-size:40px;margin-bottom:30px}.avium-strengths article{padding:18px 0;gap:0 14px}.strength-number{float:none}.avium-strengths h3{font-size:21px}.avium-strengths p{font-size:15px}.intro{padding:45px 6%}.intro-grid{grid-template-columns:1fr;gap:0}.intro h2{font-size:40px;margin-bottom:25px}.intro-grid .large-copy{font-size:23px}.intro .section-label{margin-bottom:25px}.format-line{gap:10px;font-size:13px}.offices{padding:38px 6%}.offices .section-head{display:block}.offices .section-head h2{font-size:33px;margin-bottom:15px}.offices .section-head h2 br{display:block}.offices .section-head h2 em{margin-left:0}.office-grid{grid-template-columns:1fr;gap:10px}.office-card{padding:20px 0 0}.office-entity{min-height:0}.contact{display:block;padding:45px 6%}.contact h2{font-size:clamp(44px,10vw,66px);margin-bottom:23px}.contact-intro{font-size:17px}.contact>.eyebrow{font-size:11px}.contact-details{margin-top:20px}footer{gap:20px}.legal{flex-basis:65%}}

.mobile-menu{display:none}@media(max-width:800px){header{position:relative;z-index:5}header>nav{display:none}.mobile-menu{display:block}.mobile-menu>summary{list-style:none;display:flex;gap:22px;align-items:center;padding:12px 18px;min-height:46px;border:1px solid var(--line);border-radius:30px;font-size:14px;cursor:pointer}.mobile-menu>summary::-webkit-details-marker{display:none}.mobile-menu>summary>span{font-size:21px}.mobile-menu[open]>summary>span{transform:rotate(45deg)}.menu-links{position:absolute;top:calc(100% - 1px);left:0;right:0;background:#fff;padding:12px 6% 22px;box-shadow:0 16px 25px #21336612;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:6px 20px}.menu-links a{display:flex;align-items:center;min-height:48px;font-size:16px;border-bottom:1px solid #e1eaf0}.menu-links a:last-child{color:var(--teal)}}

@media(min-width:801px) and (max-width:1100px){.project-options{grid-template-columns:1fr}.stage-item .project-card{display:grid;grid-template-columns:42% 58%;align-items:center}.stage-item .project-card-copy{margin:0;padding:24px;background:#213366}.stage-item .project-card-copy p{min-height:0}.stage-item .project-image{align-self:center}}

/* Pointer-driven image depth, with a separate reflected-light layer. */
.stage-item .project-image { perspective:850px;overflow:visible;background:#213366;isolation:isolate; }
.stage-item .project-image img {
  transform:rotateX(var(--depth-x,0deg)) rotateY(var(--depth-y,0deg))!important;
  translate:none!important;scale:1;
  transform-origin:center;
  transition:transform 650ms cubic-bezier(.2,.75,.25,1),filter 650ms ease;
  backface-visibility:hidden;
  border-radius:8px 8px 0 0;
}
.stage-item .project-image::after {
  content:"";position:absolute;inset:0;pointer-events:none;border-radius:8px 8px 0 0;
  background:radial-gradient(ellipse at var(--light-x,50%) var(--light-y,50%),#ffffff30,transparent 65%);
  transform:rotateX(var(--depth-x,0deg)) rotateY(var(--depth-y,0deg)) translateZ(1px);
  opacity:0;transition:opacity 450ms ease,transform 650ms cubic-bezier(.2,.75,.25,1);
}
.stage-item .project-image.depth-active img { filter:drop-shadow(0 14px 14px #122a4b55);transition-duration:180ms; }
.stage-item .project-image.depth-active::after { opacity:1;transition-duration:180ms; }
.stage-item .project-card-copy { position:relative;z-index:1; }
@media(hover:hover) and (pointer:fine) {
  .stage-item { transition:box-shadow 350ms ease; }
  .stage-item:has(.depth-active) { box-shadow:0 16px 38px #21336628; }
  .stage-toggle { transition:color 250ms ease; }
  .project-card:hover .stage-toggle { color:#ade5e3; }
}
@media(prefers-reduced-motion:reduce) {
  .stage-item .project-image img { transform:none!important;filter:none!important; }
  .stage-item .project-image::after { display:none; }
}

/* Trademark sits beside the original logo at every screen size. */
.brand{position:relative;padding-right:8px;flex-shrink:0}.brand-trademark{position:absolute;right:0;top:53%;font:600 8px/1 Arial,sans-serif;color:#263c80;pointer-events:none}

/* Keep a measured gap beyond the image edge; match the teal at the end of AVIUM. */
header .brand,footer .brand{display:inline-block;position:relative;width:max-content;padding:0;margin-right:16px;line-height:0;flex-shrink:0}header .brand img,footer .brand img{display:block;max-width:none}.brand .brand-trademark{left:calc(100% + 5px);right:auto;top:53%;font:600 8px/1 Arial,sans-serif;color:#0e8390;white-space:nowrap}

/* Film artwork is shown whole; credits remain readable outside the poster. */
.film-feature{padding:72px 6% 80px;background:#edf4f7;color:var(--navy);scroll-margin-top:24px}
.film-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:28px}
.film-heading .eyebrow{color:var(--teal);margin-bottom:14px}.film-heading h2{font-size:clamp(36px,5vw,70px);letter-spacing:-.045em;margin:0}.film-heading>p{font-size:22px;line-height:1.35;margin:0}.film-heading em{letter-spacing:-.02em}
.film-poster{display:block;border-radius:12px;overflow:hidden;box-shadow:0 20px 48px #193b7315;transition:box-shadow .3s}
.film-poster img{display:block;width:100%;height:auto;max-height:none;object-fit:contain}.film-poster:hover{box-shadow:0 24px 55px #193b7330}
.film-information{display:grid;grid-template-columns:1.35fr 1fr;gap:8%;padding-top:34px}.film-story>p:not(.film-format){max-width:610px;font-size:17px;line-height:1.7;color:var(--muted);margin-bottom:24px}.film-format{font-size:11px;font-weight:700;letter-spacing:.13em;margin-bottom:14px}.film-format span{padding:0 8px;color:var(--teal)}.film-domain{display:inline-block;font-size:13px;color:var(--muted);margin-left:18px}.film-credits{margin:0;border-left:1px solid var(--line);padding-left:32px;display:flex;flex-direction:column;gap:22px}.film-credits dt{text-transform:uppercase;letter-spacing:.12em;font-size:10px;color:var(--muted);margin-bottom:5px}.film-credits dd{margin:0;font-size:18px;line-height:1.5}
@media(max-width:700px){.film-feature{padding:44px 6% 48px}.film-heading{display:block;margin-bottom:22px}.film-heading>p{font-size:19px;margin-top:16px}.film-information{grid-template-columns:1fr;gap:28px;padding-top:24px}.film-credits{padding:24px 0 0;border-left:0;border-top:1px solid var(--line);gap:18px}.film-story>p:not(.film-format){font-size:16px}.film-format{font-size:10px;letter-spacing:.09em}.film-domain{display:block;margin:12px 0 0}.film-poster{border-radius:7px}}
@media(prefers-reduced-motion:reduce){.film-poster{transition:none}}

/* Keep programme information with the film; give delivery experience one clear row. */
.experience-band{grid-template-columns:1fr}.experience-band article{padding:0;display:grid;grid-template-columns:1fr 1fr;column-gap:8%;align-items:center}.experience-band article .eyebrow{grid-column:1/-1}.experience-band article h2{margin-bottom:0}.experience-band article p:not(.eyebrow){margin:0}
.film-poster{position:relative;perspective:1800px;overflow:visible;isolation:isolate;box-shadow:none}
.film-poster:hover{box-shadow:none}
.film-poster img{border-radius:inherit;transform:rotateX(var(--depth-x,0deg)) rotateY(var(--depth-y,0deg));transform-origin:center;backface-visibility:hidden;box-shadow:0 20px 48px #193b7320;transition:transform 650ms cubic-bezier(.2,.75,.25,1),box-shadow 650ms ease}
.film-poster::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:radial-gradient(ellipse at var(--light-x,50%) var(--light-y,50%),#ffffff30,transparent 65%);transform:rotateX(var(--depth-x,0deg)) rotateY(var(--depth-y,0deg)) translateZ(1px);opacity:0;transition:opacity 450ms ease,transform 650ms cubic-bezier(.2,.75,.25,1)}
.film-poster.depth-active img{box-shadow:0 26px 50px #193b7340;transition-duration:180ms}.film-poster.depth-active::after{opacity:1;transition-duration:180ms}
@media(max-width:700px){.experience-band article{display:block}.experience-band article h2{margin-bottom:14px}}
@media(prefers-reduced-motion:reduce){.film-poster img{transform:none;transition:none}.film-poster::after{display:none}}

/* Compact portrait feature: artwork left, story and credits right. */
.film-feature{display:grid;grid-template-columns:minmax(220px,340px) minmax(0,1fr);gap:clamp(32px,5vw,76px);align-items:center}
.film-feature .film-poster{width:100%;max-width:340px;perspective:1400px}.film-feature .film-poster img{width:100%;height:auto;aspect-ratio:2/3;object-fit:contain}
.film-feature .film-copy{min-width:0;max-width:650px}.film-feature .film-heading{display:block;margin-bottom:24px}.film-feature .film-heading>p{margin-top:16px;font-size:20px}.film-feature .film-information{display:block;padding-top:0}.film-feature .film-information dl,.film-feature .film-credits{border-left:0;border-top:1px solid var(--line);padding:22px 0 0;margin:26px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:20px}.film-feature .film-information dl>div+div{margin-top:0}.film-feature .film-domain{display:block;margin:12px 0 0}
@media(max-width:760px){.film-feature{grid-template-columns:1fr;gap:28px}.film-feature .film-poster{max-width:260px;margin-inline:auto}.film-feature .film-heading>p{font-size:18px}.film-feature .film-information dl,.film-feature .film-credits{grid-template-columns:1fr;gap:18px}.film-feature .film-heading h2,.film-feature .film-heading h3{font-size:38px}}

/* Opening showreel keeps the whole frame and the player's native controls visible. */
.showreel{background:#080c13;color:#fff;padding:24px 6% 20px}
.showreel-screen{width:min(100%,calc((100svh - 260px)*16/9));min-width:min(100%,356px);aspect-ratio:16/9;margin-inline:auto;background:#000}
.showreel-screen iframe{display:block;width:100%;height:100%;min-height:200px;border:0}
.showreel-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:22px}
.showreel-caption p{font-size:12px;letter-spacing:.1em;color:#b3c4d9;margin:0 0 5px}
.showreel-caption h2{font-size:clamp(20px,2.1vw,30px);line-height:1.3;letter-spacing:-.02em;margin:0;color:#fff}
.showreel-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.showreel-actions button,.showreel-actions a{font:inherit;font-size:14px;min-height:44px;display:inline-flex;align-items:center;gap:16px;color:#fff}
.showreel-actions button{border:1px solid #60748c;border-radius:5px;background:transparent;padding:10px 18px;cursor:pointer}
.showreel-actions button[hidden]{display:none}
.showreel-actions button:hover{background:#20334a}.showreel a:hover{text-decoration:underline}
.showreel :focus-visible{outline:2px solid #a0dfef;outline-offset:5px}
.showreel-status{font-size:14px;color:#bdc9d8;line-height:1.5;margin:12px 0 0}.showreel-status a{color:inherit;text-decoration:underline;text-underline-offset:3px}
#avium-intro{scroll-margin-top:20px}
@media(max-width:800px){.showreel{padding:16px 5% 20px}.showreel-screen{width:100%;min-height:200px;aspect-ratio:auto;height:calc(90vw * 9/16)}.showreel-bar{align-items:flex-start;flex-direction:column;gap:14px;padding-top:18px}.showreel-actions{gap:20px}.showreel-caption p{font-size:12px}.showreel-status{margin-top:14px}}

.showreel-actions{justify-content:flex-end}.showreel-actions .youtube-channel{color:#9edbe1}.showreel-caption{flex-shrink:0}.footer-youtube{font-size:14px;min-height:44px;display:inline-flex;align-items:center;color:var(--navy)}.footer-youtube:hover{text-decoration:underline}@media(max-width:1000px){.showreel-bar{flex-wrap:wrap}.showreel-actions{justify-content:flex-start}}
