@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/font-7.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/font-8.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(fonts/font-9.ttf) format('truetype');
}

:root{--paper:#ffffff;--ink:#08090e;--accent:#0063d6;--line:#dce2ed;--blue:#0084ff;--navy:#080078}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px}a{color:inherit;text-decoration:none}header,main,footer{max-width:1440px;margin:auto}header{padding:32px 6%;display:flex;align-items:center;justify-content:space-between}.brand{font-family:Manrope,sans-serif;font-weight:800;font-size:32px;letter-spacing:-1.8px;line-height:1}.brand span{display:block;font-family:'DM Sans',sans-serif;font-size:12px;letter-spacing:5px;margin-top:8px}nav{display:flex;gap:38px;align-items:center;font-size:14px}.nav-cta{border-bottom:1px solid var(--ink);padding:12px 0}.nav-cta span{margin-left:30px}.hero{display:grid;grid-template-columns:1.04fr 1fr;min-height:660px;padding:35px 6% 80px;gap:6%}.hero-copy{padding:34px 0 0}.eyebrow{font-size:12px;letter-spacing:1.9px;font-weight:700;margin:0 0 26px}h1,h2,h3{font-family:Manrope,sans-serif}h1{font-size:clamp(64px,6.8vw,98px);font-weight:500;letter-spacing:-5px;line-height:1.05;margin:0 0 28px}h1 em{color:var(--accent);font-family:Georgia,serif;font-weight:400}p{line-height:1.65}.intro{font-size:18px;max-width:360px;color:#495166}.button{display:inline-flex;justify-content:space-between;gap:36px;background:var(--accent);color:white;padding:19px 24px;margin-top:22px;font-size:14px}.button:hover{background:var(--navy)}.hero-note{font-size:12px;color:#566075;margin-top:27px}.hero-art{position:relative;min-height:540px;overflow:hidden;background:var(--blue);display:flex;flex-direction:column;justify-content:space-between;padding:36px}.type-art{font-size:100px;line-height:.98;letter-spacing:-7px;font-weight:800}.type-art em{font-family:Georgia,serif;font-weight:400}.art-caption{display:flex;justify-content:space-between;font-size:10px;letter-spacing:1.6px}.hero-art img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hero-art:has(img){padding:0}.hero-art:has(img) .type-art{display:none}.hero-art:has(img) .art-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(110deg,#0063d6,var(--navy));color:#fff;padding:17px 22px}.services{border-top:1px solid var(--line);padding:80px 6% 90px;display:grid;grid-template-columns:.7fr 1.3fr;gap:6%}h2{font-size:48px;font-weight:500;letter-spacing:-2px;line-height:1.12;margin:0 0 24px}.section-heading>p:last-child{max-width:240px;color:#566075}.service-list article{border-top:1px solid var(--line);padding:25px 0;display:grid;grid-template-columns:30px 1fr;gap:15px}.number{font-size:12px;padding-top:6px;color:var(--accent)}h3{font-size:24px;letter-spacing:-.7px;font-weight:500;margin:0}.service-list p{font-size:14px;max-width:380px;color:#566075;margin:10px 0 0}.tag{grid-column:2;font-size:10px;letter-spacing:1.2px;color:#566075}.project{background:linear-gradient(115deg,#08090e 0%,var(--navy) 100%);color:var(--paper);padding:70px 8%;position:relative}.project h2{font-size:65px}.project>p:not(.eyebrow){max-width:480px;color:#dce6ff}.project .eyebrow{color:#83c5ff}footer{padding:42px 6%;display:flex;align-items:center;justify-content:space-between;gap:24px}footer p,footer>a:last-child{font-size:12px}.skip{position:absolute;top:-100px;left:20px;background:white;padding:15px;z-index:3}.skip:focus{top:10px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--blue);outline-offset:5px}@media(max-width:760px){header{padding:25px 6%}.brand{font-size:27px}nav{gap:18px}nav>a:first-child{display:none}.hero{grid-template-columns:1fr;padding-top:0;gap:30px}.hero-copy{padding-top:35px}h1{font-size:70px;letter-spacing:-3.8px}.hero-art{min-height:430px}.hero-note{margin-bottom:10px}.services{grid-template-columns:1fr;gap:25px;padding-top:50px;padding-bottom:50px}h2{font-size:42px}.project{padding:50px 7%}.project h2{font-size:52px}footer{flex-wrap:wrap}footer p{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.brand{display:block;flex-shrink:0;line-height:0}.brand img{display:block;width:200px;height:auto}footer .brand img{width:165px}@media(max-width:760px){header{gap:18px}.brand img{width:155px}.nav-cta span{margin-left:10px}nav{font-size:13px}}@media(max-width:360px){header{flex-wrap:wrap}}


.nav-cta{border-color:var(--blue)}.nav-cta:hover,footer>a:last-child:hover{color:var(--accent)}.services{border-top:3px solid var(--blue)}.project{border-top:5px solid var(--blue)}.section-heading .eyebrow{color:var(--accent)}


.featured-work{padding:0 6% 90px;display:grid;grid-template-columns:.7fr 1.3fr;gap:6%;align-items:center}.work-heading .eyebrow{color:var(--accent);line-height:1.7}.work-heading>p:last-child{color:#566075;max-width:270px}.featured-work figure{margin:0;min-width:0}.featured-work img{display:block;width:100%;height:auto}.featured-work figcaption{display:flex;justify-content:space-between;gap:12px;padding-top:16px;font-size:14px;line-height:1.6}.featured-work figcaption span:last-child{color:#566075}.work-link{grid-column:2;font-size:14px;color:var(--accent);text-decoration:underline;text-underline-offset:4px}.work-link:hover{color:var(--navy)}@media(max-width:760px){.featured-work{grid-template-columns:1fr;gap:24px;padding-bottom:50px}.featured-work figcaption{flex-direction:column;gap:4px}}


.featured-work{column-gap:6%;row-gap:40px}.work-gallery{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.work-gallery img{width:100%;height:auto;aspect-ratio:4 / 3;object-fit:contain;background:#f0f3fa}.work-gallery figcaption{flex-direction:column;gap:4px}.work-gallery figcaption span:first-child{font-weight:600}@media(max-width:760px){.work-gallery{grid-template-columns:1fr;gap:32px}.work-gallery img{aspect-ratio:auto;background:transparent}}


.vehicle-work{padding-top:70px;border-top:1px solid var(--line)}.vehicle-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.hood-project{grid-column:1 / -1;min-width:0;border-top:1px solid var(--line);padding-top:35px}.hood-heading{display:flex;justify-content:space-between;gap:30px;margin-bottom:25px;align-items:end}.hood-heading .eyebrow{color:var(--accent);margin-bottom:12px}.hood-heading>p{max-width:370px;font-size:16px;color:#566075;margin:0}.hood-pair{display:grid;grid-template-columns:1.5fr 1fr;gap:28px;align-items:start}.hood-pair img{height:450px;width:100%;object-fit:contain;background:#f0f3fa}.hood-pair figcaption{flex-direction:column;gap:4px}@media(max-width:760px){.vehicle-work{padding-top:45px}.vehicle-gallery,.hood-pair{grid-template-columns:1fr}.hood-heading{display:block}.hood-heading>p{margin-top:16px}.hood-pair img{height:auto;max-height:650px}}

.hood-pair .screenshot-crop{position:relative;overflow:hidden;aspect-ratio:1179 / 1473;width:100%;max-width:360px;margin-inline:auto;background:#f0f3fa}.hood-pair .screenshot-crop img{position:absolute;top:-32.315%;left:0;width:100%;height:auto;max-height:none;object-fit:initial}@media(max-width:760px){.hood-pair .screenshot-crop{max-width:520px}}


.prints-work{padding-top:70px;border-top:1px solid var(--line)}.prints-work>figure>img{max-height:560px;object-fit:contain;background:#f0f3fa}.prints-gallery img{aspect-ratio:3 / 4;object-fit:contain}.lit-project{grid-column:1 / -1;min-width:0;border-top:1px solid var(--line);padding-top:35px}.house-pair{display:grid;grid-template-columns:1fr 1fr;gap:28px}.house-pair img{aspect-ratio:3 / 4;object-fit:contain;max-height:560px;background:#f0f3fa}@media(max-width:760px){.prints-work{padding-top:45px}.house-pair{grid-template-columns:1fr}.prints-work>figure>img,.house-pair img{height:auto;max-height:none}.prints-gallery img{aspect-ratio:auto}}

.prints-work .horse-crop{position:relative;overflow:hidden;width:100%;max-width:440px;aspect-ratio:17 / 24;margin-inline:auto}.prints-work .horse-crop img{position:absolute;width:147.058824%;max-width:none;height:auto;max-height:none;left:-17.647059%;top:-16.666667%;object-fit:initial}



.walls-work{padding-top:70px;border-top:1px solid var(--line)}.walls-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:760px){.walls-work{padding-top:45px}.walls-gallery{grid-template-columns:1fr}}

.contact-page{padding:60px 6% 100px;display:grid;grid-template-columns:1fr 1.1fr;gap:8%;border-top:1px solid var(--line)}.contact-intro h1,.thanks-page h1{font-size:clamp(44px,5vw,72px);letter-spacing:-3px}.contact-intro>p{max-width:390px;color:#495166}.email-link{text-decoration:underline;color:var(--accent);overflow-wrap:anywhere}.inquiry-form{padding:30px;background:#f4f7fc;border-top:4px solid var(--blue)}.inquiry-form label{display:block;font-size:16px;font-weight:600;margin-bottom:22px}.inquiry-form label span{font-size:14px;font-weight:400;color:#566075}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{display:block;width:100%;margin-top:9px;border:1px solid #929eaf;background:white;color:var(--ink);border-radius:0;padding:13px;font:inherit;font-weight:400;min-width:0}.inquiry-form textarea{resize:vertical}.inquiry-form :is(input,select,textarea,button):focus-visible{outline:3px solid var(--accent);outline-offset:3px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-note{font-size:14px;color:#566075}.form-note a{text-decoration:underline}.inquiry-form button{border:0;cursor:pointer;font:inherit;margin-top:8px}.thanks-page{min-height:60vh;display:block}@media(max-width:800px){.contact-page{grid-template-columns:1fr;gap:28px;padding-top:30px}.inquiry-form{padding:22px}.contact-intro h1{letter-spacing:-2px}}@media(max-width:480px){.form-row{grid-template-columns:1fr;gap:0}.inquiry-form{padding:18px}}
@media(max-width:600px){header{flex-wrap:wrap}header nav{flex-wrap:wrap;gap:18px}}

.about-matcon{margin:0 6%;padding:75px 0;display:grid;grid-template-columns:1fr 1fr;gap:8%;border-top:1px solid var(--line)}.about-matcon h2{font-size:clamp(34px,4vw,56px);line-height:1.15;letter-spacing:-2px;margin:0 0 30px}.about-name{font-size:20px;font-weight:600}.about-name span{display:block;font-size:15px;font-weight:400;color:#566075;margin-top:4px}.about-story p{font-size:18px;color:#495166;margin:0 0 22px}.about-link{display:inline-flex;gap:24px;padding:10px 0;border-bottom:1px solid var(--accent);color:var(--accent);font-weight:600}header{gap:24px}header nav{flex-wrap:wrap}@media(max-width:900px){header{flex-wrap:wrap}.about-matcon{grid-template-columns:1fr;gap:18px;padding:48px 0}}

.project-info,.faq-section{margin:0 6%;padding:65px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:8%}.project-info h2,.faq-section h2,.process-section h2{font-size:clamp(30px,3.3vw,46px);line-height:1.2;letter-spacing:-1.5px;margin:0 0 25px}.project-info p:not(.eyebrow),.faq-list p{color:#495166}.project-info>div>p:first-child:not(.eyebrow){margin-top:0}.process-section{margin:0 6%;padding:65px 0;border-top:1px solid var(--line)}.process-steps{list-style:none;counter-reset:step;padding:0;margin:35px 0 0;display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.process-steps li{counter-increment:step;border-top:2px solid var(--blue);padding-top:18px}.process-steps li:before{content:'0' counter(step);color:var(--accent);font-weight:700;font-size:15px}.process-steps h3{font-size:20px;line-height:1.3}.process-steps p{color:#495166}.faq-list details{border-bottom:1px solid var(--line);padding:19px 0}.faq-list details:first-child{padding-top:0}.faq-list summary{font-size:18px;font-weight:600;cursor:pointer;line-height:1.5}.faq-list summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.faq-list details[open] summary{color:var(--accent)}@media(max-width:900px){.process-steps{grid-template-columns:1fr 1fr}.project-info,.faq-section{grid-template-columns:1fr;gap:15px}}@media(max-width:520px){.process-steps{grid-template-columns:1fr}.project-info,.faq-section,.process-section{padding:45px 0}}

.hero-reel{min-width:0;background:#08090e;display:flex;flex-direction:column;align-self:stretch;overflow:hidden}.reel-stage{position:relative;flex:1;min-height:440px;display:flex;align-items:center;justify-content:center}.reel-stage img,.reel-stage video{position:absolute;width:100%;height:100%;inset:0;object-fit:contain}.reel-footer{background:linear-gradient(110deg,#0063d6,var(--navy));padding:20px;color:white;display:flex;align-items:center;justify-content:space-between;gap:15px}.reel-eyebrow{font-size:11px;letter-spacing:1.5px}.reel-footer p{margin:5px 0;font-size:15px;line-height:1.4}.reel-footer #reel-count{font-size:12px}.reel-controls{display:flex;gap:6px;flex-shrink:0}.reel-controls button{font:inherit;font-size:14px;color:white;border:1px solid #ffffff70;background:transparent;min-height:44px;min-width:44px;padding:8px;cursor:pointer}.reel-controls button:hover{background:#ffffff25}@media(max-width:760px){.reel-stage{min-height:400px}}@media(max-width:420px){.reel-footer{align-items:flex-start;flex-direction:column}.reel-stage{min-height:360px}}

.reel-crop{position:relative;overflow:hidden;max-width:100%;max-height:100%}.reel-stage .reel-crop img,.reel-stage .reel-crop video{max-width:none;object-fit:fill;inset:auto}

.reel-footer{position:relative;isolation:isolate;overflow:hidden}.reel-footer .reel-logo{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:.3;mix-blend-mode:multiply;pointer-events:none;z-index:-1}.reel-footer>div{position:relative}

.privacy-page{max-width:880px;padding:50px 6% 90px}.privacy-page h1{font-size:clamp(40px,6vw,66px);letter-spacing:-2px}.privacy-page h2{font-size:26px;letter-spacing:-.6px;margin:35px 0 12px}.privacy-page p{color:#495166}.privacy-page p a{text-decoration:underline;color:var(--accent)}.privacy-date{font-size:14px}footer .privacy-link{font-size:14px;text-decoration:underline}footer{flex-wrap:wrap}

/* A single full-bleed introduction and project carousel. */
.hero.hero-unified{position:relative;isolation:isolate;display:flex;align-items:center;min-height:690px;margin:20px 6% 75px;padding:65px 5% 135px;border-radius:28px;overflow:hidden;background:#08090e;color:white;gap:0}
.hero-unified .hero-reel{position:absolute;inset:0;display:block;z-index:-2;background:#08090e}
.hero-unified .reel-stage{position:absolute;inset:0;min-height:0;overflow:hidden}
.hero-unified .reel-crop{flex-shrink:0;max-width:none;max-height:none}
.hero-unified:after{content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(90deg,rgba(3,8,24,.94) 0%,rgba(3,8,24,.86) 34%,rgba(3,8,24,.45) 62%,rgba(3,8,24,.10) 100%)}
.hero-unified .hero-copy{position:relative;padding:0;max-width:570px;pointer-events:none}
.hero-unified .hero-copy a{pointer-events:auto}
.hero-unified h1{font-size:clamp(58px,6.4vw,88px);letter-spacing:-4px;text-shadow:0 2px 20px #0004}
.hero-unified h1 em{color:#83c5ff}
.hero-unified .eyebrow{font-size:12px;line-height:1.7;color:#e2edff}
.hero-unified .intro{color:#fff;max-width:370px;font-size:19px}
.hero-unified .hero-note{color:#dce6ff;font-size:14px}
.hero-unified .button{background:#0063d6;font-size:16px;border:1px solid #85bfff80}
.hero-unified .button:hover{background:#004eac}
.hero-unified .reel-footer{position:absolute;left:0;right:0;bottom:0;min-height:95px;padding:18px 5%;background:linear-gradient(110deg,rgba(0,78,170,.94),rgba(8,0,120,.94));border-top:1px solid #ffffff35;z-index:2}
.hero-unified .reel-footer .reel-logo{object-position:center;opacity:.3}
.hero-unified .reel-footer p{font-size:16px}
@media(max-width:760px){.hero.hero-unified{min-height:790px;margin:10px 5% 50px;padding:220px 7% 130px;border-radius:22px;align-items:flex-end}.hero-unified:after{background:linear-gradient(180deg,rgba(3,8,24,.06) 0%,rgba(3,8,24,.48) 23%,rgba(3,8,24,.92) 43%,rgba(3,8,24,.98) 86%)}.hero-unified h1{font-size:60px;letter-spacing:-3px}.hero-unified .hero-copy{max-width:100%}.hero-unified .intro{font-size:17px}.hero-unified .reel-footer{flex-direction:row;align-items:center;padding:16px 6%;gap:12px}.hero-unified .reel-footer p{font-size:14px}.hero-unified .reel-controls{gap:4px}.hero-unified .reel-controls button{min-width:40px;padding:6px}.hero-unified .hero-note{margin-bottom:0}}
@media(max-width:420px){.hero.hero-unified{padding-bottom:165px}.hero-unified h1{font-size:52px}.hero-unified .reel-footer{flex-wrap:wrap}.hero-unified .reel-stage{min-height:0}}

/* Keep the shared panel, with the complete selected crop visible. */
.hero-unified .hero-reel{background:radial-gradient(ellipse at 78% 40%,#173455 0%,#0a152a 52%,#080d1c 100%)}
.hero-unified .reel-stage{left:46%;right:3%;top:35px;bottom:125px}
.hero-unified:after{background:linear-gradient(90deg,rgba(3,8,24,.35),transparent 46%)}
.hero-unified .hero-copy{max-width:43%}
.hero-unified h1{font-size:clamp(50px,5.4vw,76px);letter-spacing:-3px}
.hero-unified .reel-crop{border-radius:8px}
@media(max-width:760px){.hero.hero-unified{display:flex;flex-direction:column;align-items:stretch;min-height:0;padding:340px 7% 140px}.hero-unified .reel-stage{top:24px;left:6%;right:6%;bottom:auto;height:290px;min-height:0}.hero-unified .hero-copy{max-width:100%}.hero-unified:after{background:none}.hero-unified h1{font-size:60px}.hero-unified .hero-reel{background:radial-gradient(ellipse at 50% 20%,#173455 0%,#0a152a 48%,#080d1c 100%)}}
@media(max-width:420px){.hero.hero-unified{padding-top:305px;padding-bottom:165px}.hero-unified .reel-stage{height:255px}.hero-unified h1{font-size:52px}}

/* Size projects by the shared blue panel height, preserving proportions. */
.hero-unified .reel-stage{top:0;bottom:95px;left:0;right:0;justify-content:flex-end}
.hero-unified .reel-crop{border-radius:0}
.hero-unified:after{background:linear-gradient(90deg,rgba(3,8,24,.95) 0%,rgba(3,8,24,.87) 31%,rgba(3,8,24,.43) 52%,rgba(3,8,24,0) 75%)}
@media(max-width:760px){.hero.hero-unified{min-height:790px;padding:220px 7% 140px;justify-content:flex-end}.hero-unified .reel-stage{top:0;bottom:95px;left:0;right:0;height:auto;justify-content:center}.hero-unified:after{background:linear-gradient(180deg,rgba(3,8,24,.02) 0%,rgba(3,8,24,.45) 26%,rgba(3,8,24,.93) 46%,rgba(3,8,24,.98) 88%)}}
@media(max-width:420px){.hero.hero-unified{padding-top:220px;padding-bottom:165px}.hero-unified .reel-stage{height:auto;bottom:130px}}

/* Separate portfolio and information pages */
.interior-page{padding-top:24px}.interior-page h1{font-size:clamp(38px,4.5vw,62px);letter-spacing:-2px;line-height:1.12}.interior-page .services{border-top:0;padding-top:30px}.interior-page .about-matcon,.interior-page .process-section{border-top:0;padding-top:30px}.category-links{display:flex;flex-wrap:wrap;gap:12px 24px;margin:0 6% 48px;font-size:15px}.category-links a{padding:10px 0;border-bottom:1px solid var(--line)}.category-links a:hover,.category-links a[aria-current=page],header nav a[aria-current=page]{color:var(--accent);border-color:var(--accent)}.home-work{margin:0 6% 50px}.home-work h2{font-size:28px;letter-spacing:-1px}.home-work .category-links{margin:0}.page-inquiry{padding:0 6% 60px}.simple-page{padding:0 6% 70px}.simple-page p:not(.eyebrow){max-width:600px;color:#495166}header nav{gap:24px}footer{flex-wrap:wrap}@media(max-width:760px){header nav>a:first-child{display:block}.category-links>a:first-child{display:block}header nav{gap:12px 20px}header nav .nav-cta{display:none}.category-links{gap:8px 18px;margin-bottom:32px}.home-work h2{font-size:26px}}
