:root{--red:#b3202a;--red-dark:#8f1720;--ink:#171717;--muted:#666;--paper:#f5f5f2;--line:#d9d9d4;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Arial,Helvetica,sans-serif;letter-spacing:0}img{display:block;width:100%}a{color:inherit;text-decoration:none}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.beta-note{height:28px;display:grid;place-items:center;background:var(--red);color:#fff;font-size:12px;font-weight:700;text-transform:uppercase}.site-header{position:relative;z-index:20;background:#fff}.contact-bar{background:#202020;color:#ddd;font-size:12px}.contact-inner{height:32px;display:flex;align-items:center;justify-content:space-between}.contact-inner div{display:flex;gap:28px}.nav-row{height:96px;display:flex;align-items:center;gap:44px}.brand{display:flex;align-items:center;gap:12px;margin-right:auto}.brand img{width:48px;height:48px;object-fit:contain}.brand strong{font-size:23px}.brand span{color:var(--red)}nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:700}nav a{padding:15px 0;border-bottom:2px solid transparent}nav a:hover{border-color:var(--red)}.button{display:inline-flex;min-height:48px;padding:0 24px;align-items:center;justify-content:center;border:1px solid transparent;font-size:14px;font-weight:700}.button-primary{background:var(--red);color:#fff}.button-primary:hover{background:var(--red-dark)}.button-ghost{color:#fff;border-color:rgba(255,255,255,.55);background:rgba(0,0,0,.18)}.nav-cta{min-height:46px}.menu-toggle{display:none}.hero{position:relative;min-height:590px;height:calc(100vh - 156px);max-height:760px;overflow:hidden;color:#fff}.hero>img{position:absolute;inset:0;height:100%;object-fit:cover;object-position:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,10,10,.82) 0%,rgba(10,10,10,.55) 43%,rgba(10,10,10,.13) 75%)}.hero-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.eyebrow{margin:0 0 18px;color:#fff;font-size:12px;font-weight:800;text-transform:uppercase}.eyebrow:before{content:"";display:inline-block;width:36px;height:2px;margin:0 12px 3px 0;background:var(--red)}.eyebrow.dark{color:var(--red)}.hero h1{max-width:720px;margin:0;font-size:clamp(46px,6.2vw,84px);line-height:.98}.hero-content>p:not(.eyebrow){max-width:600px;margin:26px 0;font-size:19px;line-height:1.55}.hero-actions{display:flex;gap:12px}.proof{border-bottom:1px solid var(--line);background:#fff}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr)}.proof-grid div{min-height:116px;padding:31px 38px;border-right:1px solid var(--line)}.proof-grid div:first-child{border-left:1px solid var(--line)}.proof-grid strong,.proof-grid span{display:block}.proof-grid strong{margin-bottom:8px;font-size:18px}.proof-grid span{color:var(--muted);font-size:13px}.section{padding:100px 0}.section-head{display:grid;grid-template-columns:1.25fr .75fr;gap:80px;align-items:end;margin-bottom:46px}.section-head h2,.about-copy h2,.contact-cta h2{margin:0;font-size:clamp(36px,4.2vw,58px);line-height:1.03}.section-head>p{margin:0;color:var(--muted);font-size:16px;line-height:1.7}.offer{background:var(--paper)}.offer-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:repeat(2,310px);gap:16px}.offer-item{position:relative;overflow:hidden;background:#222}.offer-wide{grid-row:1/3}.offer-item img{height:100%;object-fit:cover;transition:transform .5s ease}.offer-item:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.85))}.offer-item span{position:absolute;z-index:2;left:28px;right:28px;bottom:25px;color:#fff}.offer-item small,.offer-item strong,.offer-item b{display:block}.offer-item small{margin-bottom:8px;color:#ddd}.offer-item strong{font-size:26px}.offer-item b{max-height:0;margin-top:0;overflow:hidden;font-size:12px;opacity:0;transition:.25s}.offer-item:hover img{transform:scale(1.035)}.offer-item:hover b{max-height:20px;margin-top:10px;opacity:1}.dark-band{background:#191919;color:#fff}.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}.about-image{height:650px}.about-image img{height:100%;object-fit:cover}.about-copy>p:not(.eyebrow){color:#bbb;line-height:1.7}.about-copy ol{list-style:none;margin:36px 0 0;padding:0;border-top:1px solid #3d3d3d}.about-copy li{display:grid;grid-template-columns:50px 1fr;gap:18px;padding:22px 0;border-bottom:1px solid #3d3d3d}.about-copy li>span{color:var(--red);font-weight:800}.about-copy li strong{font-size:17px}.about-copy li p{margin:5px 0 0;color:#999;font-size:13px;line-height:1.5}.section-head.compact{grid-template-columns:1fr auto}.text-link{padding-bottom:5px;border-bottom:2px solid var(--red);font-weight:700}.project-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:260px 260px;gap:14px}.project-grid figure{position:relative;margin:0;overflow:hidden;background:#eee}.project-grid .project-main{grid-row:1/3}.project-grid figure:last-child{grid-column:2/4}.project-grid img{height:100%;object-fit:cover;transition:transform .4s}.project-grid figcaption{position:absolute;left:0;bottom:0;padding:11px 16px;background:#fff;font-size:13px;font-weight:700}.project-grid figure:hover img{transform:scale(1.025)}.contact-cta{padding:90px 0;background:var(--red);color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:end}.contact-details{display:flex;flex-direction:column;align-items:flex-start}.contact-details p{max-width:510px;line-height:1.6}.contact-details a{padding:4px 0;border-bottom:1px solid rgba(255,255,255,.45)}.contact-details .phone{margin:12px 0 8px;font-size:28px;font-weight:800}footer{padding:30px 0;background:#111;color:#aaa;font-size:12px}.footer-row{display:flex;gap:30px}.footer-row a{margin-left:auto}.mobile-call{display:none}
@media(max-width:820px){body{padding-bottom:60px}.beta-note{height:24px;font-size:10px}.contact-bar{display:none}.nav-row{height:72px}.brand img{width:40px;height:40px}.brand strong{font-size:18px}.nav-cta{display:none}.menu-toggle{display:grid;width:42px;height:42px;padding:10px;background:transparent;border:0;align-content:center;gap:5px}.menu-toggle span{height:2px;background:#222}.site-header nav{display:none;position:absolute;top:96px;left:0;right:0;padding:18px 20px;background:#fff;border-top:1px solid var(--line);box-shadow:0 12px 25px rgba(0,0,0,.13);flex-direction:column;align-items:stretch;gap:0}.site-header.menu-open nav{display:flex}.site-header nav a{padding:14px 0;border-bottom:1px solid var(--line)}.hero{height:610px;min-height:0}.hero>img{object-position:62% center}.hero-shade{background:linear-gradient(90deg,rgba(5,5,5,.83),rgba(5,5,5,.35))}.hero h1{font-size:48px}.hero-content>p:not(.eyebrow){font-size:16px}.proof-grid{grid-template-columns:1fr}.proof-grid div{min-height:auto;padding:20px;border-left:1px solid var(--line);border-bottom:1px solid var(--line)}.section{padding:70px 0}.section-head{grid-template-columns:1fr;gap:20px;margin-bottom:32px}.section-head h2,.about-copy h2,.contact-cta h2{font-size:38px}.offer-grid{grid-template-columns:1fr;grid-template-rows:repeat(3,310px)}.offer-wide{grid-row:auto}.about-grid{grid-template-columns:1fr;gap:40px}.about-image{height:420px}.project-grid{grid-template-columns:1fr 1fr;grid-template-rows:300px 220px 220px}.project-grid .project-main{grid-column:1/3;grid-row:auto}.project-grid figure:last-child{grid-column:auto}.contact-grid{grid-template-columns:1fr;gap:34px}.footer-row{flex-wrap:wrap}.footer-row a{margin-left:0}.mobile-call{position:fixed;z-index:30;display:flex;left:0;right:0;bottom:0;height:60px;align-items:center;justify-content:center;background:var(--red);color:#fff;font-size:14px;font-weight:800}}
@media(max-width:520px){.shell{width:min(100% - 28px,1180px)}.hero h1{font-size:41px}.hero-actions{width:100%;flex-direction:column}.hero-actions .button{width:100%}.offer-grid{grid-template-rows:repeat(3,270px)}.project-grid{display:flex;flex-direction:column}.project-grid figure{height:280px}.project-grid .project-main{height:330px}.contact-cta{padding:65px 0}.contact-details .phone{font-size:24px}}
.subhero{position:relative;height:520px;color:#fff;overflow:hidden}.subhero>img{position:absolute;inset:0;height:100%;object-fit:cover}.subhero-copy{position:relative;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:75px}.subhero-copy h1,.simple-hero h1{max-width:900px;margin:0;font-size:clamp(46px,6vw,78px);line-height:1}.subhero-copy>p:last-child{max-width:680px;margin:22px 0 0;font-size:18px;line-height:1.55}.detail-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:100px}.detail-grid h2{margin:0;font-size:46px;line-height:1.08}.detail-lead{margin:24px 0 30px;color:var(--muted);line-height:1.75}.detail-grid ul{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}.detail-grid li{padding:22px 5px;border-bottom:1px solid var(--line);font-size:17px;font-weight:700}.detail-grid li:before{content:"✓";margin-right:14px;color:var(--red)}.service-gallery{background:var(--paper)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gallery-photo{height:270px;padding:0;overflow:hidden;border:0;background:#ddd;cursor:zoom-in}.gallery-photo img{height:100%;object-fit:cover;transition:transform .35s}.gallery-photo:hover img{transform:scale(1.025)}.simple-hero{padding:95px 0 70px;background:var(--paper);border-bottom:1px solid var(--line)}.simple-hero p:last-child{max-width:650px;color:var(--muted);font-size:18px;line-height:1.6}.offer-index{background:#fff}.offer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.offer-links>a{position:relative;height:370px;overflow:hidden;background:#222;color:#fff}.offer-links>a:last-child{grid-column:1/3}.offer-links img{height:100%;object-fit:cover}.offer-links>a:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.85))}.offer-links span{position:absolute;z-index:2;left:28px;bottom:27px}.offer-links small,.offer-links strong,.offer-links b{display:block}.offer-links strong{margin:5px 0 12px;font-size:28px}.offer-links b{font-size:12px}.contact-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-panel{padding:45px;background:var(--red);color:#fff}.contact-panel span{display:block;margin-bottom:28px;font-size:12px;font-weight:800;text-transform:uppercase}.contact-panel a{font-size:clamp(22px,3vw,34px);font-weight:800}.contact-panel p{margin:20px 0 0;line-height:1.6}.company-data{grid-column:1/3;padding:55px;background:var(--paper)}.company-data h2{font-size:38px}.company-data dl{display:grid;grid-template-columns:140px 1fr;max-width:650px}.company-data dt,.company-data dd{margin:0;padding:15px 0;border-bottom:1px solid var(--line)}.company-data dt{font-weight:800}.legal-copy{max-width:820px}.legal-copy h2{margin:35px 0 10px;font-size:25px}.legal-copy h2:first-child{margin-top:0}.legal-copy p{color:var(--muted);line-height:1.75}.lightbox-beta{position:fixed;z-index:100;inset:0;display:flex;align-items:center;justify-content:center;padding:30px;background:rgba(0,0,0,.94)}.lightbox-beta img{max-width:100%;max-height:100%;width:auto;height:auto}.lightbox-beta button{position:absolute;top:18px;right:20px;width:46px;height:46px;border:1px solid #777;background:#111;color:#fff;font-size:30px;cursor:pointer}.all-projects .gallery-photo{height:300px}
@media(max-width:820px){.subhero{height:500px}.subhero-copy{padding-bottom:50px}.subhero-copy h1,.simple-hero h1{font-size:44px}.detail-grid{grid-template-columns:1fr;gap:45px}.detail-grid h2{font-size:36px}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-photo{height:220px}.offer-links{grid-template-columns:1fr}.offer-links>a,.offer-links>a:last-child{grid-column:auto;height:310px}.contact-page-grid{grid-template-columns:1fr}.company-data{grid-column:auto}.contact-panel{padding:30px}.company-data{padding:35px}.all-projects .gallery-photo{height:220px}}
@media(max-width:520px){.subhero{height:470px}.subhero-copy h1,.simple-hero h1{font-size:39px}.gallery-grid{grid-template-columns:1fr}.gallery-photo,.all-projects .gallery-photo{height:280px}.company-data dl{grid-template-columns:95px 1fr}.contact-panel a{font-size:21px}}
.albums-section{background:var(--paper)}.album-category{margin-bottom:78px}.album-category:last-child{margin-bottom:0}.album-category-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid var(--ink)}.album-category-head h2{margin:0;font-size:34px}.album-category-head span{color:var(--muted);font-size:13px}.album-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.album-card{padding:0;border:0;background:#fff;color:var(--ink);text-align:left;cursor:pointer}.album-cover{position:relative;display:block;height:280px;background:#ddd;overflow:hidden}.album-cover img{height:100%;object-fit:cover;transition:transform .35s}.album-cover i{position:absolute;z-index:-1;inset:8px -8px -8px 8px;border:1px solid #bbb}.album-card:hover .album-cover img{transform:scale(1.025)}.album-info{display:block;padding:18px;border-bottom:3px solid var(--red)}.album-info strong,.album-info small{display:block}.album-info strong{font-size:19px}.album-info small{margin-top:7px;color:var(--muted);font-size:12px}.album-modal{position:fixed;z-index:90;inset:0;background:rgba(0,0,0,.94);display:flex;flex-direction:column;padding:22px}.album-modal-head{display:flex;align-items:center;justify-content:space-between;color:#fff;padding:0 0 18px}.album-modal-head h3{margin:0;font-size:22px}.album-modal-close{width:44px;height:44px;border:1px solid #777;background:#111;color:#fff;font-size:28px;cursor:pointer}.album-modal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;overflow:auto}.album-modal-grid button{height:240px;padding:0;border:0;background:#222;cursor:zoom-in}.album-modal-grid img{height:100%;object-fit:contain}.album-back{position:absolute;left:20px;top:20px;z-index:102;display:none}
@media(max-width:900px){.album-grid{grid-template-columns:repeat(2,1fr)}.album-modal-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.album-category{margin-bottom:55px}.album-category-head h2{font-size:26px}.album-grid{grid-template-columns:1fr}.album-cover{height:260px}.album-modal{padding:14px}.album-modal-grid{grid-template-columns:1fr}.album-modal-grid button{height:300px}}
.album-modal-head>div small{display:block;margin-bottom:5px;color:#aaa;font-size:11px;text-transform:uppercase}.album-photo{position:relative}.album-photo span{position:absolute;right:8px;bottom:8px;min-width:28px;padding:6px;background:rgba(0,0,0,.72);color:#fff;font-size:11px}.photo-viewer{position:fixed;z-index:110;inset:0;display:grid;grid-template-rows:62px minmax(0,1fr) 48px 84px;background:#080808;color:#fff}.viewer-top{display:grid;grid-template-columns:140px 1fr 48px;align-items:center;padding:7px 14px;border-bottom:1px solid #282828}.viewer-top strong{text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.viewer-return,.viewer-close,.viewer-share,.viewer-nav,.viewer-thumbs button{border:0;cursor:pointer}.viewer-return{height:42px;background:transparent;color:#fff;text-align:left;font-weight:700}.viewer-close{width:44px;height:44px;background:#242424;color:#fff;font-size:27px}.viewer-stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:0;overflow:hidden;touch-action:pan-y}.viewer-main{width:auto;max-width:calc(100% - 130px);height:auto;max-height:100%;object-fit:contain;user-select:none}.viewer-nav{position:absolute;z-index:2;top:50%;width:54px;height:70px;transform:translateY(-50%);background:rgba(25,25,25,.82);color:#fff;font-size:45px}.viewer-prev{left:12px}.viewer-next{right:12px}.viewer-bottom{display:flex;align-items:center;justify-content:center;gap:24px}.viewer-count{font-size:13px;color:#bbb}.viewer-share{min-width:165px;height:36px;background:var(--red);color:#fff;font-size:12px;font-weight:800}.viewer-thumbs{display:flex;gap:7px;justify-content:center;overflow-x:auto;padding:8px 14px 12px;border-top:1px solid #282828}.viewer-thumbs button{flex:0 0 65px;height:62px;padding:2px;background:#222;border:2px solid transparent}.viewer-thumbs button.active{border-color:var(--red)}.viewer-thumbs img{height:100%;object-fit:cover}
@media(max-width:620px){.photo-viewer{grid-template-rows:56px minmax(0,1fr) 50px 74px}.viewer-top{grid-template-columns:80px 1fr 44px;padding:5px 8px}.viewer-return span{display:none}.viewer-top strong{font-size:13px}.viewer-main{max-width:100%;max-height:100%}.viewer-nav{width:46px;height:60px;top:auto;bottom:8px;transform:none;background:rgba(20,20,20,.72)}.viewer-prev{left:8px}.viewer-next{right:8px}.viewer-bottom{gap:14px}.viewer-share{min-width:150px}.viewer-thumbs{justify-content:flex-start}.viewer-thumbs button{flex-basis:58px;height:54px}.album-modal-head h3{font-size:17px}}
.viewer-stage{touch-action:none}.viewer-main{-webkit-user-drag:none;transform-origin:center center;will-change:transform}.viewer-stage.is-zoomed{cursor:grab}.viewer-stage.is-zoomed .viewer-nav{opacity:0;pointer-events:none}.viewer-nav{transition:opacity .15s}
.hero>img.hero-slide{opacity:0;transition:opacity .85s ease}.hero>img.hero-slide.active{opacity:1}
.hero.has-clickable-slide{cursor:pointer}.hero-realization-link{position:absolute;z-index:1;inset:0}.hero.has-clickable-slide .hero-shade{z-index:2;pointer-events:none}.hero.has-clickable-slide .hero-content{z-index:3;pointer-events:none}.hero.has-clickable-slide .hero-content a,.hero.has-clickable-slide .hero-content button{pointer-events:auto}.hero-progress{position:absolute;z-index:5;right:0;bottom:0;left:0;height:5px;background:rgba(255,255,255,.22);pointer-events:none}.hero-progress span{display:block;width:0;height:100%;background:var(--red)}@keyframes hero-countdown{from{width:0}to{width:100%}}
.viewer-zoom{display:flex;align-items:center;height:36px;background:#202020}.viewer-zoom button{width:38px;height:36px;border:0;background:#292929;color:#fff;font-size:21px;cursor:pointer}.viewer-zoom span{min-width:48px;color:#ddd;text-align:center;font-size:11px;font-weight:700}@media(max-width:620px){.viewer-bottom{gap:8px}.viewer-zoom button{width:34px}.viewer-zoom span{min-width:40px}.viewer-share{min-width:128px;padding:0 9px}}
.footer-row{gap:14px 30px}.footer-row>.footer-policy{margin-left:auto}.site-credit{width:100%;text-align:right;color:#777}.site-credit a{margin-left:0;color:#aaa}.site-credit a:hover{color:#fff}@media(max-width:820px){.footer-row>.footer-policy{margin-left:0}.site-credit{text-align:left}}
.gallery-photo{position:relative}.project-grid figure::after,.album-cover::after,.album-photo::after,.gallery-photo::after,.viewer-stage::after{content:"MAD-MAG SYSTEM";position:absolute;z-index:4;top:50%;left:50%;width:max-content;max-width:82%;transform:translate(-50%,-50%) rotate(-24deg);color:rgba(255,255,255,.32);font-size:clamp(15px,2.4vw,36px);font-weight:800;line-height:1;letter-spacing:0;pointer-events:none;text-shadow:0 1px 3px rgba(0,0,0,.34)}.album-cover::after,.album-photo::after,.gallery-photo::after{font-size:clamp(13px,1.4vw,22px)}.viewer-stage::after{font-size:clamp(22px,4vw,58px)}
