html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--background: #f9f8f6;--foreground: #2a2520;--card: #f4f2ef;--secondary: #edebe7;--muted: #2a2520;--accent: #d6870b;--border: #e5e2dc;--font-sans: "parabolica", sans-serif;--font-serif: "new-spirit", serif}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:opacity .3s ease}a:hover{opacity:1}.hidden{display:none !important}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.bespoke ul li{list-style-type:disc;margin-left:2rem}.header{position:fixed;top:0;left:0;right:0;z-index:100;transition:background-color .3s ease}.header.scrolled{background-color:rgba(249,248,246,.95);backdrop-filter:blur(8px)}.header.scrolled .nav-link{color:var(--muted)}.header.scrolled .nav-link:hover{color:var(--foreground)}.header.scrolled .menu-toggle{color:var(--foreground)}.header-dark .nav-link{color:var(--muted)}.header-dark .nav-link:hover{color:var(--foreground)}.header-inner{max-width:1280px;margin:0 auto;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between}.logo-img{height:40px;width:auto;transition:filter .3s ease}.logo-inverted{filter:brightness(0) invert(1)}.nav-desktop{display:none;align-items:center;gap:.25rem}@media(min-width: 768px){.nav-desktop{display:flex}}.nav-link{padding:.5rem 1rem;font-size:.75rem;letter-spacing:.025em;color:#fff;transition:all .3s ease;border-radius:6px}.nav-link:hover{color:#fff;opacity:1;background-color:rgba(214,135,11,.2)}.nav-link-dark{color:var(--muted);border-radius:6px;transition:all .3s ease}.nav-link-dark:hover{color:var(--foreground);opacity:1;background-color:rgba(214,135,11,.2)}.nav-link-mobile{font-size:.875rem;color:var(--muted);padding:.5rem 1rem;border-radius:6px;transition:all .3s ease}.nav-link-mobile:hover{color:var(--foreground);opacity:1;background-color:rgba(214,135,11,.2)}.menu-toggle{display:flex;align-items:center;justify-content:center;padding:.5rem;background:none;border:none;cursor:pointer;color:#fff}.menu-toggle-dark{color:var(--foreground)}@media(min-width: 768px){.menu-toggle{display:none}}.nav-mobile{background-color:var(--background);padding:2rem;display:flex;flex-direction:column;gap:1rem}.hero-carousel{position:relative;height:100vh;overflow:hidden}.hero-carousel .carousel-track{height:100%;width:100%;position:relative}.hero-carousel .carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;z-index:1;display:block}.hero-carousel .carousel-slide.active{opacity:1 !important;z-index:2}.hero-carousel .carousel-slide img{width:100%;height:100%;object-fit:cover;opacity:1 !important;transform:none !important;display:block !important}.hero-carousel .hero-overlay{position:absolute;inset:0;background-color:rgba(42,37,32,.3)}.hero-carousel .carousel-prev,.hero-carousel .carousel-next{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(0,0,0,0);border:none;color:#fff;font-size:2rem;cursor:pointer;padding:1rem;opacity:.7;transition:opacity .3s}.hero-carousel .carousel-prev:hover,.hero-carousel .carousel-next:hover{opacity:1}.hero-carousel .carousel-prev{left:1rem}.hero-carousel .carousel-next{right:1rem}.hero-carousel .carousel-dots{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:10;display:flex;gap:.5rem}.hero-carousel .carousel-dot{width:10px;height:10px;border-radius:50%;background:hsla(0,0%,100%,.5);border:none;cursor:pointer;padding:0;transition:background .3s}.hero-carousel .carousel-dot.active{background:#fff}.hero{position:relative;height:100vh;display:flex;align-items:flex-end;padding-bottom:5rem}@media(min-width: 768px){.hero{padding-bottom:8rem}}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background-color:rgba(42,37,32,.3)}.hero-content{position:relative;z-index:10;max-width:1280px;margin:0 auto;padding:0 2rem;width:100%}.hero-tagline{font-size:.75rem;color:#fff;margin-bottom:1rem}.hero-title{font-family:var(--font-serif);font-size:clamp(3rem,10vw,7rem);font-weight:400;color:#fff;line-height:.9}.intro{padding:6rem 0;background-color:var(--background)}@media(min-width: 768px){.intro{padding:10rem 0}}.intro-inner{max-width:48rem;margin:0 auto;padding:0 2rem;text-align:center}.intro-label{font-size:.875rem;color:var(--muted);margin-bottom:1.5rem}.intro-heading{font-family:var(--font-serif);font-size:clamp(1.875rem,5vw,3rem);font-weight:400;color:var(--foreground);margin-bottom:2.5rem}.intro-text{font-size:1.125rem;color:var(--muted);line-height:1.7}.featured{padding:3rem 0;background-color:var(--background)}@media(min-width: 768px){.featured{padding:5rem 0}}.featured-text{margin-top:3rem}@media(min-width: 768px){.featured-text{margin-top:4rem}}.staggered-images{display:flex;gap:1.5rem}.staggered-left{width:50%}@media(min-width: 768px){.staggered-left{width:60%}}.staggered-left .image-wrapper{aspect-ratio:4/5}.staggered-right{width:50%;padding-top:4rem}@media(min-width: 768px){.staggered-right{width:40%;padding-top:8rem}}.staggered-right .image-wrapper{aspect-ratio:3/4}.image-wrapper{position:relative;overflow:hidden}.image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.image-wrapper:hover img{transform:scale(1.05)}.accent-label{font-size:.75rem;color:var(--accent);margin-bottom:.75rem}.section-heading{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,1.875rem);font-weight:400;color:var(--foreground);margin-bottom:1rem}.section-heading a:hover{opacity:1}.section-text{color:var(--muted);line-height:1.7;max-width:40rem}.section-links{padding-top:2rem;font-size:.875rem;color:var(--muted)}.section-links a{color:var(--foreground)}.full-width-image{position:relative;width:100%;margin-bottom:3rem}.full-width-image .image{width:100%;position:relative;overflow:hidden}.full-width-image .image img{width:100%;height:auto;display:block}.full-width-image .image.inner{max-width:1280px;margin:0 auto;padding:0 2rem}.full-width-image .image.fixed-scroll{height:60vh;min-height:400px;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover}.full-width-image .image.fixed-scroll img{opacity:0;pointer-events:none}@media(hover: none){.full-width-image .image.fixed-scroll{background-attachment:scroll}}.full-width-image .caption{margin-top:1rem;font-size:.875rem;color:var(--muted)}.full-width-image .caption.inner{max-width:1280px;margin-left:auto;margin-right:auto;padding:0 2rem}.gallery{padding:6rem 0}@media(min-width: 1024px){.gallery{padding:10rem 0}}.gallery.black{background-color:var(--foreground);color:var(--background)}.gallery .swiper{width:100%;height:100%;padding-bottom:3rem}.gallery .swiper-slide{text-align:center;font-size:18px;background:rgba(0,0,0,0);display:flex;justify-content:center;align-items:center;flex-direction:column}.gallery .swiper-slide img{display:block;width:100%;height:auto;object-fit:cover;max-height:80vh}.gallery .swiper-slide .caption{margin-top:1rem;font-size:.875rem;color:inherit;opacity:.8}.gallery .container .swiper-slide img{border-radius:4px}.gallery .swiper-button-prev,.gallery .swiper-button-next{color:inherit;opacity:.7;transition:opacity .3s ease}.gallery .swiper-button-prev:after,.gallery .swiper-button-next:after{font-size:2rem}.gallery .swiper-button-prev:hover,.gallery .swiper-button-next:hover{opacity:1}.gallery .swiper-pagination-bullet{background:currentColor;opacity:.4}.gallery .swiper-pagination-bullet-active{opacity:1}.gallery .swiper-pagination-custom{bottom:0;font-family:var(--font-mono, monospace);font-size:.875rem;opacity:.8}.project-section{padding:3rem 0;background-color:var(--secondary)}@media(min-width: 768px){.project-section{padding:5rem 0}}.project-images{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.project-images{grid-template-columns:repeat(2, 1fr)}}.project-image{aspect-ratio:4/3;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.project-image:hover img{transform:scale(1.05)}.project-meta{margin-top:2rem;display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;font-size:.875rem}.meta-vehicle{color:var(--foreground)}.meta-divider,.meta-info{color:var(--muted)}.project-link{color:var(--foreground)}@media(min-width: 768px){.project-link{margin-left:auto}}.bespoke{padding:6rem 0;background-color:var(--background)}@media(min-width: 1024px){.bespoke{padding:10rem 0}}.bespoke-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width: 1024px){.bespoke-grid{grid-template-columns:repeat(2, 1fr);gap:6rem}}.bespoke-text{order:2}@media(min-width: 1024px){.bespoke-text{order:1}}.bespoke-images{order:1;display:flex;gap:1rem}@media(min-width: 1024px){.bespoke-images{order:2}}.bespoke-images img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.bespoke-images img:hover{transform:scale(1.05)}.bespoke-img-left,.bespoke-img-right{width:50%;aspect-ratio:3/4;overflow:hidden}.bespoke-img-right{margin-top:2rem}.columns{position:relative;background-color:var(--background);padding:6rem 0}@media(min-width: 1024px){.columns{padding:10rem 0}}.columns.padding-big{padding:8rem 0}@media(min-width: 1024px){.columns.padding-big{padding:14rem 0}}.columns.padding-small{padding:4rem 0}@media(min-width: 1024px){.columns.padding-small{padding:6rem 0}}.columns .inner{max-width:1280px;margin:0 auto;padding:0 2rem}.columns .title{margin-bottom:3rem}.columns .title.centred-title{text-align:center}.columns .title h3{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3rem);font-weight:400;color:var(--foreground);line-height:1.2}.columns .column-group{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width: 1024px){.columns .column-group{grid-template-columns:repeat(2, 1fr);gap:4rem;align-items:center}}.columns .column.text-column .text{font-size:1.125rem;line-height:1.7;color:var(--muted)}.columns .column.text-column .text p{margin-bottom:1.5rem}.columns .column.text-column .text p:last-child{margin-bottom:0}.columns .column.text-column .text h2,.columns .column.text-column .text h3,.columns .column.text-column .text h4{font-family:var(--font-serif);color:var(--foreground);margin-bottom:1.5rem;font-weight:400}.columns .column.text-column .text h2{font-size:2.5rem}.columns .column.text-column .text h3{font-size:2rem}.columns .column.text-column .text h4{font-size:1.5rem}.columns .column.text-column .text ul,.columns .column.text-column .text ol{margin-bottom:1.5rem;padding-left:1.5rem}.columns .column.text-column .text ul li,.columns .column.text-column .text ol li{margin-bottom:.5rem}.columns .column.text-column .text a{color:var(--foreground);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.columns .column.text-column .text a:hover{color:var(--accent)}.columns .column.image-column{width:100%;aspect-ratio:4/3;background-size:cover;background-position:center;background-repeat:no-repeat}@media(min-width: 1024px){.columns .column.image-column{height:100%;min-height:500px}}.columns .single-column{max-width:800px;margin:0 auto;font-size:1.125rem;line-height:1.7;color:var(--muted)}.columns .single-column p{margin-bottom:1.5rem}.columns .single-column h2,.columns .single-column h3,.columns .single-column h4{font-family:var(--font-serif);color:var(--foreground);margin-bottom:1.5rem;font-weight:400}.columns.black{background-color:var(--foreground);color:var(--background)}.columns.black .title h3{color:var(--background)}.columns.black .text-column .text{color:hsla(0,0%,100%,.8)}.columns.black .text-column .text h2,.columns.black .text-column .text h3,.columns.black .text-column .text h4{color:var(--background)}.columns.black .text-column .text a{color:var(--background)}.columns.black .text-column .text a:hover{color:var(--accent)}.columns.black .single-column{color:hsla(0,0%,100%,.8)}.columns.black .single-column h2,.columns.black .single-column h3,.columns.black .single-column h4{color:var(--background)}.columns.yellow{background-color:var(--accent);color:var(--foreground)}.philosophy{padding:6rem 0;background-color:var(--card)}@media(min-width: 1024px){.philosophy{padding:10rem 0}}.philosophy-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width: 1024px){.philosophy-grid{grid-template-columns:repeat(2, 1fr);gap:6rem}}.philosophy-image{aspect-ratio:1;overflow:hidden}.philosophy-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.philosophy-image:hover img{transform:scale(1.05)}.text-link{font-size:.875rem;color:var(--foreground)}.story{padding:4rem 0;background-color:var(--background)}@media(min-width: 1024px){.story{padding:6rem 0}}.story-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width: 1024px){.story-grid{grid-template-columns:repeat(2, 1fr);gap:6rem}}.story-paragraphs{display:flex;flex-direction:column;gap:1.5rem;color:var(--muted);line-height:1.7}@media(min-width: 1024px){.story-text{position:sticky;top:8rem;align-self:start}}.story-images{display:flex;flex-direction:column;gap:1.5rem}.story-images img{width:100%;height:100%;object-fit:cover}.story-img-1{aspect-ratio:4/5;overflow:hidden}.story-img-2{aspect-ratio:4/3;overflow:hidden}.tiles{padding:6rem 0;background-color:var(--background)}@media(min-width: 1024px){.tiles{padding:10rem 0}}.tiles.black{background-color:var(--foreground);color:var(--background)}.tiles.black .module-title h3{color:var(--background)}.tiles.black .tile h4{color:var(--background)}.tiles.black .tile:hover h4{color:var(--accent)}.tiles.black .tile h5{color:hsla(0,0%,100%,.7)}.tiles.black .link-button{background-color:var(--background);color:var(--foreground)}.tiles.black .link-button:hover{background-color:hsla(0,0%,100%,.9)}.tiles.yellow{background-color:var(--accent);color:var(--foreground)}.tiles.yellow .link-button{background-color:var(--foreground);color:var(--accent)}.tiles .module-title{margin-bottom:3rem;text-align:center}.tiles .module-title h3{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3rem);font-weight:400;color:var(--foreground);line-height:1.2}.tiles .tile-group{display:grid;grid-template-columns:1fr;gap:3rem;max-width:1280px;margin:0 auto;padding:0 2rem}@media(min-width: 768px){.tiles .tile-group{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.tiles .tile-group{grid-template-columns:repeat(3, 1fr);gap:4rem}}.tiles .tile{display:flex;flex-direction:column;text-decoration:none}.tiles .tile .image-outer{width:100%;aspect-ratio:1;overflow:hidden;margin-bottom:1.5rem;border-radius:4px;background-color:var(--secondary)}.tiles .tile .image{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform .6s ease}.tiles .tile:hover .image{transform:scale(1.05)}.tiles .tile h4{font-family:var(--font-serif);font-size:1.5rem;margin-bottom:.5rem;line-height:1.3;font-weight:400;color:var(--foreground);transition:color .3s ease}.tiles .tile:hover h4{color:var(--accent)}.tiles .tile h5{font-size:1rem;color:var(--muted);font-weight:normal;line-height:1.6;margin:0}.tiles .more-link{margin-top:4rem;text-align:center;padding:0 2rem}.tiles .more-link .link-button{display:inline-block;padding:1rem 2.5rem;background-color:var(--foreground);color:var(--background);text-decoration:none;font-family:var(--font-sans);font-weight:500;letter-spacing:.05em;text-transform:uppercase;font-size:.875rem;border-radius:4px;transition:all .3s ease}.tiles .more-link .link-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1);background-color:var(--accent)}.philosophy-grid-section{padding:6rem 0;background-color:var(--secondary)}@media(min-width: 768px){.philosophy-grid-section{padding:10rem 0}}.philosophy-intro{max-width:40rem;margin-bottom:4rem}.principles-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width: 768px){.principles-grid{grid-template-columns:repeat(3, 1fr);gap:2rem}}.principle-num{font-size:.75rem;color:var(--muted);margin-bottom:1rem}.principle-title{font-size:1rem;font-weight:400;color:var(--foreground);margin-bottom:.75rem}.principle-text{font-size:.875rem;color:var(--muted);line-height:1.7}.process{padding:6rem 0;background-color:var(--background)}@media(min-width: 1024px){.process{padding:10rem 0}}.process-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width: 1024px){.process-grid{grid-template-columns:repeat(2, 1fr);gap:6rem}}.process-steps{display:flex;flex-direction:column;gap:2.5rem}.process-images{display:flex;gap:1rem}.process-images img{width:100%;height:100%;object-fit:cover}.process-img-left,.process-img-right{width:50%;aspect-ratio:3/4;overflow:hidden}.process-img-left{margin-top:3rem}.step{display:flex;gap:1.5rem}.step-num{font-size:.75rem;color:var(--muted);width:1.5rem;flex-shrink:0;padding-top:.25rem}.step-title{font-size:1rem;font-weight:400;color:var(--foreground);margin-bottom:.5rem}.step-text{font-size:.875rem;color:var(--muted);line-height:1.7}.contact{padding:6rem 0;background-color:var(--card);scroll-margin-top:5rem}@media(min-width: 1024px){.contact{padding:10rem 0}}.contact-grid{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width: 1024px){.contact-grid{grid-template-columns:repeat(2, 1fr);gap:6rem}}.contact-details{display:flex;flex-direction:column;gap:2rem;margin-top:2.5rem}.contact-label{font-size:.75rem;color:var(--muted);margin-bottom:.5rem}.contact-item address{font-style:normal;color:var(--foreground);line-height:1.6}.contact-item a{color:var(--foreground)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form .btn{margin-top:1rem;align-self:flex-start}.form-row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.form-row{grid-template-columns:repeat(2, 1fr)}}.form-group label{display:block;font-size:.75rem;color:var(--muted);margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 0;background:rgba(0,0,0,0);border:none;border-bottom:1px solid var(--border);color:var(--foreground);font-family:var(--font-sans);font-size:1rem;outline:none;transition:border-color .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--muted)}.form-group input:focus,.form-group textarea:focus{border-color:var(--foreground)}.form-group textarea{resize:none}.page-about .header{background-color:rgba(0,0,0,0)}.page-about .header.scrolled{background-color:rgba(249,248,246,.95)}.about-hero{padding-top:10rem;padding-bottom:6rem;background-color:var(--background)}@media(min-width: 768px){.about-hero{padding-top:12rem;padding-bottom:8rem}}.about-label{font-size:.75rem;color:var(--muted);margin-bottom:1.5rem}.about-title{font-family:var(--font-serif);font-size:clamp(2.5rem,8vw,4.5rem);font-weight:400;color:var(--foreground);line-height:.95;max-width:56rem}.cta{padding:6rem 0;background-color:var(--foreground)}@media(min-width: 768px){.cta{padding:8rem 0}}.cta-inner{max-width:48rem;margin:0 auto;padding:0 2rem;text-align:center}.cta-heading{font-family:var(--font-serif);font-size:clamp(1.875rem,5vw,2.5rem);font-weight:400;color:var(--background);margin-bottom:1.5rem}.cta-text{font-size:1.125rem;color:#f9f8f6;margin-bottom:2.5rem;max-width:32rem;margin-left:auto;margin-right:auto}.btn{display:inline-block;padding:.8rem 2rem;font-size:.875rem;letter-spacing:.025em;border-radius:6px;margin-top:2rem;transition:background-color .3s ease,opacity .3s ease,transform .3s ease}.btn:hover{opacity:1;transform:scale(1.05)}.btn-light{background-color:var(--background);color:var(--foreground)}.btn-light:hover{background-color:rgba(249,248,246,.9)}.btn-dark{background-color:var(--foreground);color:var(--background)}.btn-dark:hover{background-color:rgba(42,37,32,.9)}.footer{padding:5rem 0 2rem;background-color:var(--secondary)}@media(min-width: 768px){.footer{padding:6rem 0}}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media(min-width: 768px){.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:2rem}}.footer-brand{grid-column:1}.footer-logo{margin-bottom:1.5rem}.footer-logo-img{width:32px;height:32px}.footer-desc{font-size:.875rem;color:var(--muted);max-width:20rem;line-height:1.6}.footer-links,.footer-contact{display:flex;flex-direction:column;gap:.75rem}.footer-links a,.footer-contact a{font-size:.875rem;color:var(--foreground)}.footer-label{font-size:.75rem;color:var(--muted);margin-bottom:.5rem}.footer-bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.5rem;font-size:.75rem;color:var(--muted)}@media(min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.image-wrapper img.animate-on-scroll,.project-image img.animate-on-scroll,img.animate-on-scroll{opacity:0;transform:translateY(80px);transition:opacity 1s ease-out,transform 1s ease-out !important;will-change:opacity,transform}.image-wrapper img.animate-on-scroll.visible,.project-image img.animate-on-scroll.visible,img.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.page-header{padding:12rem 0 6rem;background-color:var(--background);color:var(--foreground)}.page-header .inner{max-width:1280px;margin:0 auto;padding:0 2rem}.page-header .accent-label{font-family:var(--font-sans);font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;color:var(--accent);font-weight:500}.page-header .page-title{font-family:var(--font-serif);font-size:clamp(3rem,5vw,4.5rem);line-height:1.1;margin:0;font-weight:400}#title-banner{position:relative;background-position:center;background-size:cover;background-repeat:no-repeat;padding:24rem 0 3rem}#title-banner.narrow{padding:5rem 0 2rem}#title-banner.banner-with-image::before{content:"";position:absolute;inset:0;background:rgba(42,37,32,.3)}#title-banner.no-image{background-color:var(--secondary)}#title-banner .inner{position:relative;z-index:10;max-width:1280px;margin:0 auto;padding:0 2rem}#title-banner h2{font-family:var(--font-serif);font-weight:400;font-size:clamp(2rem,6vw,4rem);color:#fff;line-height:1}#title-banner.no-image h2{color:var(--foreground)}#title-banner h4{color:#fff;font-weight:400;margin-top:.5rem}#title-banner.no-image h4{color:var(--muted)}#title-banner .back-to-news{position:relative;z-index:10;max-width:1280px;margin:0 auto;padding:0 2rem 1rem}#title-banner .back-to-news a{color:#fff}#title-banner.no-image .back-to-news a{color:var(--foreground)}#title-banner .news-socials{display:flex;gap:1rem;margin-top:1rem}#title-banner .news-socials a{color:#fff}#title-banner.no-image .news-socials a{color:var(--foreground)}/*# sourceMappingURL=site.css.map */
