:root{--bg:#f8f7f4;--surface:#e6e2da;--primary:#8a6a52;--primary-hover:#725742;--text:#232220;--text-muted:#232220b4;--border:#001f3f1a;--overlay:#001f3f14;--shadow:0 10px 30px #0000000d;--btn-bg:var(--primary);--btn-text:var(--bg);--btn-secondary-bg:transparent;--btn-secondary-text:var(--primary);--btn-secondary-border:var(--border);--accent-01:#b9c5b0;--accent-02:#c7d5d8;--accent-03:#d8b6a1;--accent-04:#e7d2cc;--accent-08:#6e7468;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--space-4xl:80px;--space-5xl:96px;--text-xs:12px;--text-sm:14px;--text-base:16px;--text-lg:20px;--title-sm:24px;--title-md:32px;--title-lg:48px;--title-xl:64px;--title-2xl:72px;--line-tighter:.95;--line-tight:1.2;--line-normal:1.4;--line-loose:1.6;--weight-light:300;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--radius-sm:12px;--radius-base:20px;--radius-md:24px;--radius-lg:32px;--radius-pill:999px;--container-width-sm:768px;--container-width:1064px;--container-width-lg:1280px;--container-gutter-mobile:20px;--container-gutter-desktop:48px}*,:before,:after{box-sizing:border-box}*{-webkit-tap-highlight-color:transparent;margin:0}img,picture,svg,video{max-width:100%;display:block}button,input,textarea,select{font:inherit}body{min-height:100vh;font-family:Manrope,system-ui,sans-serif;font-size:var(--text-base);line-height:var(--line-normal);font-weight:var(--weight-regular)}html{scroll-behavior:smooth}body{background:var(--color-bg-hero);color:var(--color-text-primary)}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:min(100% - var(--container-gutter-mobile) * 2, var(--container-width));margin-inline:auto}.container-sm{width:min(100% - var(--container-gutter-mobile) * 2, var(--container-width-sm));margin-inline:auto}.container-lg{width:min(100% - var(--container-gutter-mobile) * 2, var(--container-width-lg));margin-inline:auto}@media (width>=768px){.container-lg{width:min(100% - var(--container-gutter-desktop) * 2, var(--container-width-lg))}}.section{padding-block:var(--space-3xl);scroll-margin-top:50px}.section-header{gap:var(--space-sm);margin-bottom:var(--space-xl);flex-direction:column;display:flex}.section-title{opacity:.6;font-size:clamp(var(--text-sm), 2vw, var(--text-base));font-family:Manrope,sans-serif;line-height:var(--line-tight);font-weight:var(--weight-regular);color:var(--primary);letter-spacing:7%}.section-subtitle{font-size:clamp(var(--text-lg), 7vw, var(--title-md));font-family:Fraunces,sans-serif;line-height:var(--line-tight);font-weight:var(--weight-semibold);color:var(--text);max-width:65ch;margin-top:-.3rem}.section-description{font-size:clamp(var(--text-base), 3vw, var(--text-lg));color:var(--text-muted)}.section-content{gap:var(--space-lg);flex-direction:column;display:flex}.section-paragraph{color:var(--text-muted)}p{font-size:clamp(var(--text-base), 2vw, var(--text-lg))}@media (width>=768px){.section{padding-block:var(--space-5xl)}.section-header{margin-bottom:var(--space-lg)}}.btn{padding:var(--space-md) var(--space-lg);font-size:var(--text-base);cursor:pointer;will-change:transform;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;font-weight:600;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{color:var(--primary);border:1px solid var(--primary);background:0 0}.btn-primary:hover{background:var(--primary-hover);color:var(--bg)}.btn-secondary{color:var(--primary);background:0 0}.btn-secondary:hover{border-color:var(--primary)}.btn-icon{background:var(--bg);width:44px;height:44px;color:var(--primary);justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.btn-icon:hover{background:var(--surface);border-color:var(--primary);transform:translateY(-2px)}.btn-icon svg{width:20px;height:20px}.navbar{width:100%;min-height:65px;padding:var(--space-sm) var(--space-md);background:var(--bg);color:var(--text);grid-template-columns:1fr auto;align-items:center;margin:auto;display:grid;position:relative}.nav-left,.nav-right{align-items:center;gap:var(--space-md);display:flex}.nav-links{display:none}.logo{justify-self:flex-start}.logo svg{width:92px;fill:var(--primary)}.logo img{width:48px}.nav-btns{gap:var(--space-md);display:inline-flex}.language-btn{padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);justify-content:center;align-items:center;display:flex}.language-btn p{font-size:var(--text-sm);font-weight:400}.language-btn{color:var(--text-muted);cursor:pointer;background:0 0}.language-btn svg{width:20px;fill:var(--text-muted)}.language-btn:hover{color:var(--text);background:var(--surface)}.burger{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.burger .icon-menu,.burger .icon-close{width:36px;height:36px;color:var(--primary);opacity:.5}.burger .icon-close,.burger.is-open .icon-menu{display:none}.burger.is-open .icon-close{display:block}@media (width>=768px){.navbar{max-width:var(--container-width);border-radius:0px 0px var(--radius-sm) var(--radius-sm);padding:var(--space-md) var(--space-md);grid-template-columns:1fr auto 1fr;margin:auto}.nav-links--desktop{align-items:center;gap:var(--space-xl);font-size:var(--text-lg);color:var(--text-muted);display:flex}.nav-links--desktop a{transition:color .4s}.nav-links--desktop a:hover{color:var(--text)}.nav-btns{justify-content:flex-end}.burger{display:none}}.header{z-index:900;isolation:isolate;will-change:transform;width:100%;transition:transform .7s;position:fixed;top:0;left:0}.header.hide{transform:translateY(-100%)}.dropdown{gap:var(--space-xs);padding:var(--space-md);background:var(--bg);border-bottom:1px solid var(--border);z-index:997;opacity:1;flex-direction:column;transition:opacity .25s,transform .25s;display:flex;position:absolute;top:100%;left:0;right:0;transform:translateY(0)}.dropdown.is-hidden{opacity:0;pointer-events:none;visibility:hidden;transform:translateY(-8px)}.dropdown-links{gap:var(--space-sm);padding:var(--space-md);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow);flex-direction:column;display:flex}.dropdown-links a{align-items:center;gap:var(--space-sm);padding:var(--space-md) var(--space-sm);font-size:var(--text-base);color:var(--text);border-radius:var(--radius-sm);font-weight:500;text-decoration:none;transition:background .2s,transform .2s;display:flex}.dropdown-links a svg{opacity:.5;width:24px;height:24px}.dropdown-links a:hover{background:var(--surface);transform:translate(2px)}.dropdown-links a.is-highlight{background:var(--accent-08);border:1px solid var(--border);color:var(--bg);padding-left:var(--space-md)}.dropdown-links a.is-highlight svg{fill:var(--bg)}hr{opacity:.1;margin-block:var(--space-sm)}.scroll-top-btn{border:1px solid var(--border);background:var(--bg);width:52px;height:52px;color:var(--primary);cursor:pointer;z-index:999;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;pointer-events:none;border-radius:999px;justify-content:center;align-items:center;transition:opacity .25s,transform .25s,background .25s,border-color .25s;display:flex;position:fixed;bottom:20px;right:20px;transform:translateY(10px)}.scroll-top-btn.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-top-btn:hover{border-color:var(--primary-hover);background:#fffc;transform:translateY(-2px)}.service-card{width:100%;max-width:500px;padding:clamp(var(--space-lg), 2vw, var(--space-lg));gap:var(--space-md);background-color:var(--bg);cursor:default;border:1px solid #0000;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex}.service-card svg{transition:opacity .3s}.service-card:hover svg{opacity:1}.service-image svg{width:clamp(32px,3vw,48px);height:clamp(32px,3vw,48px);fill:var(--primary)}.service-info{gap:var(--space-md);flex-direction:column;display:flex}.service-info .service-header .service-title{font-family:Fraunces,serif;font-weight:var(--weight-semibold);font-size:clamp(var(--text-lg), 4vw, var(--title-sm))}.service-info .service-body .service-description{font-size:clamp(var(--text-base), 2vw, var(--text-lg));color:var(--text-muted)}.service-info .service-body .service-items{margin-top:var(--space-md);color:var(--text-muted);font-size:clamp(var(--text-base), 2vw, var(--text-lg))}.service-info .service-body .service-items .items-list{padding:0;padding-top:var(--space-md);gap:var(--space-sm);display:grid}.service-info .service-body .service-items .items-list li{background-color:var(--surface);width:fit-content;padding:var(--space-sm) var(--space-md)}.approach-card{width:100%;max-width:400px;height:100%;padding:clamp(var(--space-md), 2vw, var(--space-lg));gap:var(--space-md);background-color:var(--bg);cursor:default;flex-direction:column;transition:transform .25s;display:grid}.approach-card:hover .approach-number{opacity:1}.approach-info{gap:var(--space-md);flex-direction:column;display:flex}.approach-title{font-family:Fraunces,serif;font-size:clamp(var(--text-lg), 3vw, var(--title-sm));font-weight:var(--weight-semibold)}.approach-body{gap:var(--space-xl);flex-direction:column;justify-content:space-between;height:100%;display:flex}.approach-description{color:var(--text-muted);font-size:clamp(var(--text-base), 2vw, var(--text-lg))}.approach-number{color:var(--surface);font-family:Fraunces,serif;font-size:clamp(2rem,4vw,3rem);line-height:.9;transition:color .3s}.project-card{border-top:1px solid var(--border);width:100%;padding-top:clamp(var(--space-lg), 2vw, var(--space-lg));gap:var(--space-md);background-color:var(--bg);cursor:default;grid-template-columns:1fr;transition:transform .25s,box-shadow .25s;display:grid}.project-card svg{opacity:.7;transition:opacity .3s}.project-card:hover svg{opacity:1}.project-card .project-header{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-content:space-between;display:grid}.project-card .project-info{gap:var(--space-md);flex-direction:column;max-width:60ch;display:flex}.project-card .project-title{font-family:Fraunces,serif;font-weight:var(--weight-semibold);font-size:clamp(var(--text-lg), 7vw, var(--title-lg))}.project-card .project-description{font-size:clamp(var(--text-base), 2vw, var(--text-lg));color:var(--text-muted)}.project-card .project-year{font-size:clamp(var(--text-base), 2vw, var(--text-sm));color:var(--text-muted)}.project-card .project-image{width:100%;max-width:500px}.project-card .project-image img{object-fit:fill;width:100%}.project-card .project-body{gap:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}.project-card .project-body-section{gap:var(--space-md);padding:var(--space-sm);grid-template-columns:1fr;display:grid}.project-card .project-body-section h4{font-family:Fraunces,serif;font-size:clamp(var(--text-base), 5vw, var(--title-sm))}.project-card .project-body-section h5{font-size:clamp(var(--text-base), 2vw, var(--text-lg))}.project-card .project-body-section p{color:var(--text-muted)}.project-card .project-body-section{transition:background-color .4s}.project-card .project-body-section:hover{background-color:var(--surface)}.project-card .pallete{grid-template-columns:1fr;display:grid}.project-card .pallete .pallete-grid{gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(75px,100px));justify-content:flex-start;display:grid}.project-card .pallete .pallete-grid .pallete-card{gap:var(--space-sm);flex-direction:column;align-items:center;display:flex}.project-card .pallete .pallete-grid .pallete-card .pallete-view{border-radius:var(--radius-pill);border:1px solid #000;width:clamp(28px,2vw,36px);height:clamp(28px,2vw,36px)}.project-card .pallete .pallete-grid .pallete-card p{color:var(--text-muted);font-size:clamp(var(--text-sm), 1vw, var(--text-base))}.project-card .typography .typography-grid{gap:var(--space-sm);flex-direction:column;display:flex}.project-card .typography .typography-card{gap:var(--space-xs);display:grid}@media (width>=1024px){.project-card{gap:var(--space-2xl)}.project-card .project-body{gap:var(--space-3xl);grid-template-columns:1fr 1fr;grid-template-areas:"overview overview""visual pallete""typography typography"}.project-card .project-body-section{gap:var(--space-lg)}.project-card .overview{grid-area:overview}.project-card .typography{grid-area:typography}.project-card .typography .typography-grid{gap:var(--space-3xl);grid-template-columns:1fr 1fr;display:grid}.project-card .typography .typography-card{gap:var(--space-sm);display:grid}}.image-card{border:1px solid var(--border);gap:var(--space-xs);padding:var(--space-xs);grid-template-columns:1fr;justify-content:space-around;display:grid}.image-card .image{opacity:1;transition:opacity .3s}.image-card:hover .image{opacity:.8}.image-card .image{aspect-ratio:3/4;width:100%;overflow:hidden}.image-card .image img{object-fit:cover;width:100%;height:100%;display:block}.image-card .label h3{color:var(--text-muted);font-size:clamp(.1rem,4vw,.8rem)}.client-card{border:1px solid var(--border);gap:var(--space-sm);padding:var(--space-sm);grid-template-columns:1fr;justify-content:space-around;display:grid}.client-card .image{opacity:.8;transition:opacity .3s}.client-card:hover .image{opacity:1}.client-card .image{aspect-ratio:4/4;width:100%;overflow:hidden}.client-card .image img{object-fit:cover;width:100%;height:100%;display:block}.client-card .label{font-family:Fraunces,serif;font-size:clamp(.1rem,4vw,.8rem);font-weight:var(--weight-light);color:var(--text);text-align:center}.client-card .label h3{font-size:clamp(var(--text-base), 1vw, var(--text-lg));font-weight:var(--weight-medium)}summary{cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}details summary{cursor:pointer;padding-inline:var(--space-sm);font-size:clamp(var(--text-base), 3vw, var(--text-lg));grid-template-columns:auto auto;justify-content:space-between;align-items:center;list-style:none;display:grid}details{padding:var(--space-sm);background-color:var(--bg);border-radius:var(--radius-sm);color:var(--primary);font-weight:var(--weight-semibold)}details p{margin-top:var(--space-sm);padding:var(--space-md) var(--space-md);color:var(--text-muted);font-size:clamp(var(--text-base), 4vw, var(--text-lg));font-weight:var(--weight-regular);background-color:var(--surface);border-radius:var(--radius-sm)}details summary::-webkit-details-marker{display:none}details summary svg{width:32px;fill:var(--primary);transition:transform .3s}details[open] summary svg{transform:rotate(180deg)}@media (width>=900px){summary{padding:var(--space-md)}details p{padding:var(--space-md) var(--space-lg)}}.hero.section{width:100%;min-height:80svh;margin-top:var(--space-3xl);background-color:var(--bg);position:relative;overflow:hidden}.hero.section .background-decoration{opacity:1;max-height:500px;margin:auto;position:absolute;top:-40%}.hero.section .hero:before{content:"";opacity:.06;pointer-events:none;background-image:url(/src/assets/patterns/hero-pattern.svg);background-repeat:repeat;background-size:30px 30px;position:absolute;inset:0}.hero.section .hero:after{content:"";pointer-events:none;background-image:radial-gradient(circle at 20% 20%,#00000008,#0000 60%);position:absolute;inset:0}.hero.section .hero-content{z-index:1;gap:var(--space-3xl);flex-direction:column;display:flex;position:relative}.hero.section .content-left{justify-content:center;gap:var(--space-xl);flex-direction:column;display:flex}.hero.section .hero-text{align-items:flex-start;gap:var(--space-md);text-align:left;flex-direction:column;max-width:50ch;display:flex}.hero.section .hero-title{color:var(--text);font-weight:var(--weight-bold);font-family:Fraunces,serif;font-size:clamp(var(--title-md), 10vw, var(--title-xl));letter-spacing:-.01em;line-height:1.05}.hero.section .hero-title span{color:var(--primary);font-style:italic}.hero.section .hero-subtitle{max-width:28ch;color:var(--text-muted);font-weight:var(--weight-regular);font-size:clamp(var(--text-lg), 2.2vw, var(--title-sm))}.hero.section .hero-actions{justify-content:flex-start;align-items:flex-start;gap:var(--space-md);flex-direction:column;width:100%;display:flex}.hero.section .hero-actions a{border-radius:var(--radius-sm);width:100%;max-width:350px}.hero.section .hero-media{justify-content:center;align-items:flex-start;display:flex;position:relative}.hero.section .hero-media img{object-fit:cover;max-width:600px;transition:transform .3s,opacity .3s;transform:scale(1.3)}@media (width>=768px){.hero.section{justify-content:center;align-items:center;min-height:calc(100svh - 80px);margin-top:0;display:flex}.hero.section .background-decoration{opacity:.7;max-height:500px;margin:auto;position:absolute;top:0}.hero.section .content-left{min-width:50%}.hero.section .hero-text{max-width:60ch}.hero.section .hero-content{gap:var(--space-4xl);padding-block:var(--space-5xl) var(--space-2xl);grid-template-columns:60% 40%;display:grid}.hero.section .hero-actions{flex-direction:row}.hero.section .hero-actions a{max-width:250px}.hero.section .hero-subtitle{max-width:100%}.hero.section .hero-media img{transform:scale(1.8)translateY(50px)}}.philosophy.section{--stamp-size:clamp(96px, 10vw, 124px);background:var(--bg);background:var(--surface);position:relative}.philosophy.section .section-header{z-index:1;position:relative}.philosophy.section .philosophy-content{gap:var(--space-xl);grid-template-columns:1fr;align-items:center;display:grid;position:relative}.philosophy.section .philosophy-text{width:100%;height:100%;color:var(--text-muted);gap:var(--space-md);line-height:var(--line-loose);text-align:left;flex-direction:column;justify-content:flex-start;max-width:600px;display:flex}.philosophy.section .stamp{z-index:0;opacity:.5;justify-content:center;align-items:flex-start;height:fit-content;display:flex;position:absolute;top:-80%;right:0%}.philosophy.section .stamp-svg{width:clamp(8rem,8vw,12rem);height:clamp(8rem,8vw,12rem)}.philosophy.section .philosophy-image{border-radius:var(--radius-sm);overflow:hidden}.philosophy.section .philosophy-image img{border-radius:var(--radius-lg);transform:scale(1)}@media (width>=768px){.philosophy.section .philosophy-content{grid-template-columns:1fr 1fr}.philosophy.section .philosophy-text{max-width:42ch}.philosophy.section .stamp{justify-content:center;align-items:flex-start;height:fit-content;display:flex;position:absolute;top:-50%;right:20%}.philosophy.section .stamp-svg{width:clamp(12rem,10vw,15rem);height:clamp(12rem,10vw,15rem)}}.approach.section{background-color:var(--surface);position:relative}.approach.section .decorative-img{width:100%;display:flex;position:absolute;overflow:hidden}.approach.section .decorative-img img{opacity:.2;width:clamp(200px,20vw,400px);position:relative;top:0;left:60%}.approach.section .approach-content{gap:var(--space-md);flex-direction:column;display:flex}.approach.section .approach-grid{justify-content:center;align-items:center;gap:var(--space-md);flex-direction:column;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));display:grid}.approach.section .approach-card:first-of-type .approach-number{color:var(--accent-01)}.approach.section .approach-card:nth-of-type(2) .approach-number{color:var(--accent-02)}.approach.section .approach-card:nth-of-type(3) .approach-number{color:var(--accent-03)}.approach.section .approach-card:nth-of-type(4) .approach-number{color:var(--accent-04)}@media (width>=768px){.approach.section .approach-grid{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-content:flex-start;display:grid}.approach.section .approach-card{width:100%;max-width:none;height:100%}}.clients.section{background:var(--bg);position:relative}.clients.section .clients-grid{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));display:grid}@media (width>=768px){.clients.section .clients-content{text-align:justify;grid-template-columns:1fr;align-items:center}.clients.section .clients-grid{grid-template-columns:repeat(auto-fit,minmax(150px,250px))}}.services.section .container{position:relative}.services.section{background-color:var(--surface);background-color:var(--bg);position:relative}.services.section .decorative-img{width:100%;display:flex;position:absolute;overflow:hidden}.services.section .decorative-img img{opacity:.2;width:clamp(200px,20vw,400px);position:relative;top:0;left:60%}.services.section .services-content{gap:var(--space-md);flex-direction:column;display:flex}.services.section .services-grid{margin-top:var(--space-lg);display:grid;position:relative;overflow:visible}@media (width<=450px){.services.section .services-grid{width:calc(100vw - var(--container-gutter-mobile))}}.services.section .service-card:first-of-type svg{fill:var(--accent-01)}.services.section .service-card:nth-of-type(2) svg{fill:var(--accent-02)}.services.section .service-card:nth-of-type(3) svg{fill:var(--accent-03)}.services.section .service-card:nth-of-type(4) svg{fill:var(--accent-04)}.services.section .window-scroll{gap:var(--space-md);display:flex;position:relative;overflow-x:auto}.services.section .window-scroll::-webkit-scrollbar{display:none}.services.section .window-scroll{scroll-padding-left:var(--space-xs);scroll-snap-type:x mandatory}.services.section .window-scroll .service-card{scroll-snap-align:start;border:1px solid var(--border);flex:0 0 250px}.services.section .window-scroll .service-card li{background-color:#00000005}.services.section .window-scroll:after{content:"";pointer-events:none;background:linear-gradient(to right, transparent, var(--surface));flex-shrink:0;width:40px;position:sticky;right:0}@media (width>=768px){.services.section .window-scroll{scroll-snap-type:none;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));justify-content:flex-start;width:100%;display:grid}.services.section .window-scroll:after{display:none}.services.section .service-card{flex:1}.services.section .service-card .service-title{max-width:20ch}.services.section .service-image{width:50%}}.projects.section{background-color:var(--bg);position:relative}.projects.section .project-content{gap:var(--space-md);flex-direction:column;display:flex}.projects.section .project-grid{gap:var(--space-3xl);display:grid}.projects.section .project-gallery{justify-content:flex-start;gap:var(--space-lg);flex-wrap:wrap;display:flex}.about.section{--stamp-size:clamp(96px, 10vw, 124px);background:var(--surface);background:var(--bg);position:relative}.about.section .section-subtitle{max-width:40ch}.about.section .logo-stamp-divider{width:var(--stamp-size);height:var(--stamp-size);top:calc(0px - var(--stamp-size) / 2);left:calc(50% - var(--stamp-size) / 2);fill:#636ead80;margin:auto;position:absolute}.about.section .about-content{justify-content:center;gap:var(--space-xl);grid-template-columns:1fr;display:grid}.about.section .about-text{width:100%;height:100%;color:var(--text-muted);gap:var(--space-md);line-height:var(--line-loose);text-align:left;flex-direction:column;justify-content:flex-start;max-width:750px;display:flex}.about.section .image-grid{gap:var(--space-sm);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));display:grid}.about.section .about-gallery-title{font-family:Fraunces,serif;font-weight:var(--weight-medium);margin-bottom:var(--space-lg)}@media (width>=768px){.about.section .about-text{grid-template-columns:1fr;display:grid}.about.section .image-grid{gap:var(--space-sm);grid-template-columns:repeat(auto-fit,minmax(200px,250px));justify-content:space-around;display:grid}}.cta.section{background:var(--accent-08);min-height:clamp(500px,60vh,700px);position:relative;overflow:hidden}.cta.section .section-title{opacity:1;color:var(--bg);font-family:Fraunces,serif;font-size:clamp(var(--title-md), 7vw, 56px);font-weight:var(--weight-bold);text-align:left;max-width:25ch;line-height:var(--line-tighter);letter-spacing:-1%}.cta.section .section-subtitle{text-align:left;color:var(--bg);font-family:Manrope,sans-serif;font-size:clamp(var(--text-base), 4vw, var(--text-lg));font-weight:var(--weight-light);opacity:.7}.cta.section .cta-content{grid-template-columns:1fr;display:grid}.cta.section .cta{gap:var(--space-xl);z-index:1;flex-direction:column;display:flex}.cta.section .cta-header{gap:var(--space-xl);flex-direction:column;max-width:600px;display:flex}.cta.section .cta-actions{gap:var(--space-md);flex-direction:column;display:flex}.cta.section .cta-actions a{border-radius:var(--radius-sm);background-color:var(--bg);color:var(--text);width:100%}.cta.section .cta-actions a:last-of-type{color:var(--bg);background-color:#0000}.cta.section .decor{opacity:.1}.cta.section .decor svg{height:50%;fill:var(--surface);margin:auto;position:absolute;top:0;left:0;transform:scale(1.3)}@media (width>=768px){.cta.section .cta-content{grid-template-columns:.6fr .4fr}.cta.section .cta{gap:var(--space-2xl);grid-template-columns:1fr 1fr}.cta.section .cta-actions{flex-direction:row}.cta.section .cta-actions a{max-width:235px}.cta.section .decor svg{height:100%;position:relative;transform:scale(2)}}.faq.section{background:var(--surface);position:relative}.faq.section .faq-content{justify-content:center;gap:var(--space-md);z-index:1;grid-template-columns:1fr;display:grid;position:relative}.faq.section .decor{opacity:.02;width:280px;height:280px;position:absolute;top:-2%;right:-15%;transform:rotate(12deg)}@media (width>=768px){.faq.section .faq-content{justify-content:center;gap:var(--space-md);grid-template-columns:1fr;max-width:800px;display:grid}.faq.section .decor{visibility:hidden}}.footer.section{background-color:var(--surface);background-color:var(--bg);padding-block:0}.footer .container{background:var(--accent-08);width:min(100% - var(--container-gutter-mobile), var(--container-width));padding:clamp(var(--space-2xl), 5vw, var(--space-3xl)) var(--space-lg);border-radius:var(--radius-sm);color:var(--bg)}.footer-content{gap:var(--space-2xl);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));width:100%;display:grid}.footer-content address{font-style:normal}.footer-content address span svg{fill:currentColor}.footer-brand{gap:var(--space-sm);flex-direction:column;display:flex}.footer-brand svg{fill:currentColor;width:clamp(92px,7vw,124px);height:clamp(48px,7vw,64px)}.footer-brand-text{font-size:var(--text-base)}.footer-grid{gap:var(--space-lg);flex-direction:column;display:flex}.footer-nav,.footer-contact{gap:var(--space-sm);flex-direction:column;display:flex}.footer-title{opacity:.5;font-weight:400}.footer-grid ul{gap:var(--space-md);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.footer-grid ul a{width:fit-content}.footer-grid a{align-items:center;gap:var(--space-sm);text-decoration:none;transition:opacity .2s,transform .2s;display:flex}.footer-grid a:hover{opacity:.6;transform:translate(1px)}.footer-grid svg{opacity:.5;flex-shrink:0;width:16px;height:16px}.footer-bottom{margin-top:var(--space-lg);padding-top:var(--space-lg);align-items:center;gap:var(--space-md);text-align:center;font-size:var(--text-xs);opacity:.5;border-top:1px solid #ffffff26;flex-direction:column;display:flex}.footer-meta{font-size:var(--text-xs)}.footer-credit{align-items:center;gap:var(--space-xs);flex-direction:column;display:flex}.footer-credit svg{opacity:.5;width:40px;height:40px;fill:var(--bg);transition:opacity .2s}.footer-credit svg:hover{opacity:1}@media (width>=768px){.footer.section{padding-bottom:var(--space-md)}.footer .container{padding:var(--space-xl) var(--space-5xl)}.footer-content{grid-template-columns:1fr 1fr;grid-template-areas:"brand grid""bottom bottom"}.footer-brand{grid-area:brand;align-items:flex-start}.footer-grid{gap:var(--space-xl);grid-area:grid;grid-template-columns:1fr 1fr;display:grid}.footer-bottom{grid-area:bottom}}
