:root{--paper:#f7f5f0;--white:#fff;--ink:#242923;--muted:#75796f;--line:#dedfd7;--brand:#792540;--brand-dark:#5d1a30;--rose:#a35d74;--sage:#dfe4d9;--dark:#26302b;--font:'Noto Sans Arabic',Tahoma,Arial,sans-serif;--latin:'Manrope',Arial,sans-serif;--ease:cubic-bezier(.2,.7,.2,1)}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.has-dialog{overflow:hidden}html[lang=en]{--font:'Manrope',Arial,sans-serif}button,input,select,textarea{font:inherit}button,a,input,summary,select,textarea{-webkit-tap-highlight-color:transparent}button{color:inherit;cursor:pointer}button{border:0}a{color:inherit;text-decoration:none}button:disabled{cursor:default;opacity:.4}img{max-width:100%;display:block}svg{flex-shrink:0}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:600}p{line-height:1.95}button,button:focus,a:focus{outline-offset:5px}:focus-visible{outline:2px solid var(--brand);outline-offset:5px}[hidden]{display:none!important}::selection{background:var(--brand);color:#fff}.svg-defs{position:absolute;width:0;height:0;overflow:hidden}.icon{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.container{width:min(1280px,calc(100% - 112px));margin-inline:auto}.section-pad{padding-block:114px}.section-kicker{display:flex;align-items:center;gap:16px;font-size:12px;font-weight:500;color:var(--brand);margin-bottom:43px}.section-index{font-family:var(--latin);font-size:11px;letter-spacing:1px;direction:ltr}.kicker-rule{height:1px;background:var(--line);flex:1;margin-inline-start:8px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:46px}h2{font-size:clamp(35px,3.5vw,52px);line-height:1.5;letter-spacing:-1.8px}.muted-heading{color:#8a8d80}.section-intro{max-width:370px;font-size:15px;color:var(--muted);padding-bottom:9px}.latin,.stat-number{font-family:var(--latin)}.eyebrow{display:flex;align-items:center;gap:11px;color:var(--brand);font-size:12px;font-weight:500}.live-dot{width:6px;height:6px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 5px rgba(121,37,64,.08)}.button{display:inline-flex;align-items:center;justify-content:center;gap:21px;min-height:55px;padding:13px 26px;font-size:13px;font-weight:600;border:1px solid transparent;line-height:1.8;transition:background .2s,color .2s,transform .2s,border-color .2s}.button .icon{width:18px;height:18px;transition:transform .25s}.button:hover .icon{transform:translate(-2px,-2px)}.button-primary{color:#fff;background:var(--brand);border-color:var(--brand)}.button-primary:hover{background:var(--brand-dark);border-color:var(--brand-dark)}.button-outline{background:transparent;border-color:#c8cbbc}.button-outline:hover{background:var(--ink);border-color:var(--ink);color:var(--white)}.text-button{display:inline-flex;align-items:center;gap:14px;background:transparent;padding:8px 0;font-size:13px;font-weight:500;line-height:1.8;cursor:pointer}.text-button:hover{color:var(--brand)}.small-arrow{font-family:Arial,sans-serif;font-size:20px}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:41px;height:41px;background:transparent;border:1px solid var(--line);border-radius:50%;transition:background .2s,color .2s}.icon-button:hover{background:var(--brand);border-color:var(--brand);color:#fff}.icon-button .icon{width:17px;height:17px}.skip-link{position:fixed;top:8px;left:8px;z-index:999;background:var(--ink);color:#fff;padding:12px;transform:translateY(-200%)}.skip-link:focus{transform:none}.scroll-progress{position:fixed;inset:0 auto auto 0;height:3px;z-index:200;background:var(--brand);width:0;pointer-events:none}
/* Navigation */
.site-header{position:sticky;top:0;background:rgba(247,245,240,.97);z-index:100;border-bottom:1px solid transparent;transition:border-color .25s,box-shadow .25s}.site-header.scrolled{border-color:var(--line);box-shadow:0 5px 28px rgba(30,35,25,.035)}.nav-shell{height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px;max-width:1390px;width:calc(100% - 88px);margin:auto}.brand{display:inline-flex;align-items:center;gap:14px;flex-shrink:0}.brand>img{width:47px;height:auto;object-fit:contain}.brand-words{display:flex;flex-direction:column;gap:1px}.brand-words strong{font-size:17px;letter-spacing:-.6px;font-weight:700;line-height:1.6}.brand-words small{font-size:9px;font-weight:400;color:var(--muted)}.desktop-nav{display:flex;align-items:center;gap:34px}.desktop-nav a{position:relative;font-size:12px;line-height:2;font-weight:500;transition:color .2s}.desktop-nav a::after{content:'';position:absolute;bottom:-10px;inset-inline-start:0;width:0;height:2px;background:var(--brand);transition:width .25s}.desktop-nav a.active,.desktop-nav a:hover{color:var(--brand)}.desktop-nav a.active::after,.desktop-nav a:hover::after{width:100%}.nav-actions{display:flex;align-items:center;gap:19px}.language-switch{font:600 11px var(--latin);padding:8px;background:transparent;letter-spacing:1px}.language-switch:hover{color:var(--brand)}.nav-divider{height:19px;width:1px;background:var(--line)}.button-nav{padding:9px 17px;min-height:43px;font-size:11px;gap:20px;border-color:#bebfb4;background:transparent}.button-nav:hover{background:var(--brand);border-color:var(--brand);color:#fff}.mobile-menu-button,.mobile-nav{display:none}
/* Architectural hero */
.hero{position:relative;border-bottom:1px solid var(--line)}.hero-shell{display:grid;grid-template-columns:.98fr 1.02fr;max-width:1450px;margin:0 auto;min-height:661px;padding:14px 45px 0;gap:38px}.hero-copy{padding:50px 7px 0 22px;display:flex;align-items:flex-start;flex-direction:column;position:relative}.hero-copy .eyebrow{margin-bottom:20px}.hero h1{font-size:clamp(45px,5.1vw,74px);line-height:1.43;letter-spacing:-2.5px;white-space:nowrap}.hero-emphasis{color:var(--brand);position:relative;display:inline-block}.hero-description{margin-top:18px;font-size:15px;max-width:445px;color:#6f756a;line-height:2.05}.hero-ctas{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:31px}.hero-signature{display:flex;align-items:center;gap:12px;margin-top:44px;color:#797d72;font-size:10px}.signature-rule{height:1px;width:35px;background:var(--rose)}.hero-micro{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:auto;padding-block:27px 22px}.hero-micro>span{font-family:var(--latin);font-size:8px;letter-spacing:1.8px;color:#999c90}.scroll-cue{display:flex;align-items:center;gap:16px;font-size:9px}.scroll-line{font-size:22px;line-height:1;color:var(--brand)}.hero-visual{position:relative;min-width:0}.hero-frame{position:relative;overflow:hidden;height:586px;background:#d3c6b3}.hero-project-image{width:100%;height:100%;object-fit:cover;object-position:center 47%;transition:opacity .28s,transform .7s var(--ease);filter:saturate(.86)}.hero-frame:hover .hero-project-image{transform:scale(1.025)}.hero-project-image.switching{opacity:.2;transform:scale(1.04)}.hero-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(25,29,23,.79),transparent 39%,rgba(25,29,23,.09));pointer-events:none}.visual-topline{position:absolute;top:26px;inset-inline:27px;display:flex;justify-content:space-between;align-items:center;color:#fff;font-size:10px;text-shadow:0 1px 4px rgba(0,0,0,.15)}.visual-topline>span:last-child{font-family:var(--latin);font-size:8px;letter-spacing:2px}.visual-topline>span:first-child{padding:5px 12px;border:1px solid rgba(255,255,255,.55);background:rgba(25,30,25,.13);backdrop-filter:blur(5px)}.hero-photo-caption{position:absolute;inset-inline:30px;bottom:29px;color:white;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.caption-kicker{font-size:9px;opacity:.7}.hero-project-name{display:flex;align-items:center;gap:24px;background:transparent;color:white;padding:6px 0 0;font-size:22px;font-weight:500;text-align:start}.hero-project-name .icon{width:23px;height:23px;stroke-width:1.2}.image-number{font-family:var(--latin);font-size:10px;letter-spacing:2px;padding-bottom:7px}.hero-selector{display:flex;justify-content:space-between;align-items:center;height:60px;direction:ltr}.hero-dots{display:flex;gap:10px}.hero-dot{display:block;width:38px;height:26px;background:transparent;border-top:2px solid #d3d4c9;padding:8px 0 0;transition:border-color .3s;text-align:left}.hero-dot span{font-family:var(--latin);font-size:8px;color:#9b9e93}.hero-dot.active{border-color:var(--brand)}.hero-dot.active span{color:var(--brand)}.hero-arrows{display:flex;gap:8px;direction:rtl}.hero-arrows .icon-button{width:31px;height:31px}.hero-arrows .icon{width:13px;height:13px}.vertical-label{position:absolute;top:35px;inset-inline-end:-24px;writing-mode:vertical-rl;font:8px var(--latin);letter-spacing:2.1px;color:#8e9384;direction:ltr}.credibility-strip{padding:37px 0 39px;border-bottom:1px solid var(--line)}.credibility-grid{display:grid;grid-template-columns:repeat(3,1fr)}.credibility-item{display:flex;align-items:center;gap:22px;padding-inline:34px;border-inline-end:1px solid var(--line)}.credibility-item:first-child{padding-inline-start:0}.credibility-item:last-child{padding-inline-end:0;border:0}.stat-number{font-size:42px;line-height:1;font-weight:500;letter-spacing:-2.5px;white-space:nowrap}.stat-number>span{font-size:27px;color:var(--brand);vertical-align:top;margin-inline-start:2px}.credibility-item strong{font-size:11px;font-weight:500;display:block;margin-bottom:4px}.credibility-item small{display:block;font-size:9px;color:var(--muted)}
/* About */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.large-body{font-size:20px;line-height:1.85;font-weight:500;margin-bottom:20px}.body-muted{font-size:14px;color:var(--muted);line-height:2.05}.heritage-seal{width:126px;height:126px;position:relative;margin-top:39px}.heritage-seal>svg{width:100%;height:100%;fill:var(--brand);font:9.6px var(--latin);letter-spacing:2.3px;animation:seal-spin 50s linear infinite}.heritage-seal>img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:39px;height:auto}.about-tabs{display:flex;gap:30px;border-bottom:1px solid var(--line);margin-top:27px}.about-tabs button{position:relative;padding:12px 0;color:#777d70;font-size:12px;background:transparent}.about-tabs button[aria-selected=true]{color:var(--brand)}.about-tabs button[aria-selected=true]::after{content:'';height:2px;background:var(--brand);position:absolute;inset-inline:0;bottom:-1px}.tab-panel{padding-top:18px;font-size:13px;min-height:114px;color:var(--muted);line-height:1.95}.download-link{display:inline-flex;align-items:center;gap:11px;border-bottom:1px solid #c8b8bd;padding-block:13px 9px;font-size:12px;color:var(--brand);margin-top:10px}.download-link .icon{width:17px;height:17px}.download-link small{font-family:var(--latin);font-size:8px;letter-spacing:.4px;color:var(--muted);margin-inline-start:17px}.download-link:hover{border-color:var(--brand)}
/* Services */
.services{background:#eceee6;border-block:1px solid #e3e5dc}.services-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:70px;align-items:stretch}.service-list{border-top:1px solid #ced2c3}.service-row{border-bottom:1px solid #ced2c3}.service-row summary{list-style:none;display:grid;grid-template-columns:35px 1fr 24px;align-items:center;gap:13px;cursor:pointer;min-height:72px;transition:color .2s}.service-row summary::-webkit-details-marker,.faq-list summary::-webkit-details-marker{display:none}.service-row summary:hover,.service-row[open] summary{color:var(--brand)}.service-num{font:10px var(--latin);letter-spacing:1px;color:#8b917f}.service-row h3{font-size:17px;font-weight:500;line-height:1.9}.service-row summary>.icon{width:19px;height:19px;transition:transform .25s}.service-row[open] summary>.icon{transform:rotate(45deg)}.service-row-body{padding:0 48px 23px 0}.service-row-body>p{font-size:13px;color:#69715f;line-height:1.95;max-width:430px}.service-row-body small{display:flex;align-items:center;gap:8px;font-size:10px;color:var(--brand);margin-top:15px}.service-row-body small::before{content:'';width:14px;height:1px;background:var(--brand)}.service-visual{position:relative;min-height:520px;overflow:hidden;background:var(--dark)}.service-visual>img{height:100%;width:100%;position:absolute;inset:0;object-fit:cover;object-position:49% center;filter:saturate(.55)}.service-visual-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(27,37,29,.95),rgba(27,37,29,.03) 94%)}.service-visual-content{position:absolute;inset-inline:37px;bottom:37px;color:white}.mini-label{font:8px var(--latin);letter-spacing:2px;opacity:.6}.service-visual-content p{margin-top:20px;font-size:27px;line-height:1.8;font-weight:500;letter-spacing:-.6px}.service-visual-rule{width:38px;height:1px;display:block;background:#c6cbb8;margin:23px 0 20px}.service-visual-content>span:last-child{font-size:11px;color:#d0d7c9}.service-visual-corner{position:absolute;top:22px;left:23px;color:white;opacity:.65;font:36px var(--latin);font-weight:200}
/* Portfolio */
.portfolio-toolbar{display:flex;justify-content:space-between;align-items:center;gap:24px;border-bottom:1px solid var(--line);padding-bottom:23px;margin-bottom:34px}.project-filters{display:flex;gap:8px;flex-wrap:wrap}.project-filter{display:flex;align-items:center;gap:12px;font-size:11px;padding:10px 17px;background:transparent;color:#737b6b;transition:background .2s,color .2s;border:1px solid transparent}.project-filter small{font:8px var(--latin);opacity:.65}.project-filter[aria-pressed=true]{background:var(--ink);color:#fff}.project-filter:not([aria-pressed=true]):hover{border-color:var(--line)}.project-result-count{font-size:9px;white-space:nowrap;color:var(--muted)}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 26px}.project-card{display:block;width:100%;padding:0;background:transparent;text-align:start;animation:card-enter .5s var(--ease) both}.project-media{aspect-ratio:1.03;position:relative;overflow:hidden;background:#dedbd3}.project-media>img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease),filter .5s;filter:saturate(.88)}.project-card:hover .project-media>img{transform:scale(1.055);filter:saturate(1)}.project-overlay{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;background:rgba(26,31,26,.15);opacity:0;transition:opacity .3s}.project-overlay span{display:flex;align-items:center;justify-content:center;width:69px;height:69px;border-radius:50%;background:rgba(247,245,240,.95);color:var(--ink);transform:scale(.8);transition:transform .3s}.project-overlay .icon{width:25px;height:25px;stroke-width:1.1}.project-card:hover .project-overlay,.project-card:focus-visible .project-overlay{opacity:1}.project-card:hover .project-overlay span{transform:scale(1)}.project-badge{position:absolute;inset-inline-start:17px;bottom:17px;font-size:9px;padding:5px 11px;line-height:1.8;background:rgba(250,249,245,.93);color:#4d5547;backdrop-filter:blur(5px)}.project-corner-index{position:absolute;top:16px;inset-inline-end:17px;font:9px var(--latin);background:rgba(255,255,255,.77);color:#4e524a;padding:5px 6px}.project-info{display:flex;justify-content:space-between;gap:15px;align-items:center;padding-top:16px}.project-info h3{font-size:17px;line-height:1.8;letter-spacing:-.3px}.project-info>svg{width:19px;height:19px;color:var(--brand)}.project-subline{display:flex;align-items:center;gap:7px;margin-top:4px;font-size:10px;color:var(--muted)}.project-subline .sep{width:3px;height:3px;border-radius:50%;background:#a5a99b}.project-subline .area{margin-inline-start:auto;color:#707768;font-family:var(--font);font-size:10px}.projects-bottom{display:flex;align-items:center;flex-direction:column;gap:22px;margin-top:44px}.count-pill{font:9px var(--latin);padding:4px 5px;border:1px solid #d1d2c9}.portfolio-caption{font-size:9px;color:var(--muted);text-align:center}
/* Construction image comparison */
.craft{background:var(--dark);color:#fff;position:relative;overflow:hidden}.craft::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:110px 110px;pointer-events:none}.craft-grid{position:relative;display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.section-kicker.light{color:#c4caba;margin-bottom:30px}.soft-white{color:#adb7a6}.craft-copy h2{font-size:43px}.craft-copy>p{color:#adb8a8;font-size:13px;margin-top:21px;line-height:2.1}.craft-meta{display:flex;gap:50px;margin-block:29px 24px;padding-block:21px;border-block:1px solid #495146}.craft-meta small{font-size:9px;color:#9fab96;display:block}.craft-meta strong{font-size:13px;font-weight:500;display:block;margin-top:7px}.light-link{color:#e3e8db}.light-link:hover{color:#fff}.light-link>.icon{width:18px;height:18px}.comparison{position:relative;height:446px;direction:ltr;overflow:hidden;background:#777c72;--split:50%;touch-action:pan-y}.comparison>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.comparison-after{object-position:center center}.comparison-before{clip-path:inset(0 calc(100% - var(--split)) 0 0);object-position:center}.compare-label{position:absolute;top:22px;padding:6px 13px;font-size:10px;background:rgba(35,43,36,.72);border:1px solid rgba(255,255,255,.2);color:white;pointer-events:none}.compare-label-before{left:20px}.compare-label-after{right:20px}.comparison-line{position:absolute;top:0;bottom:0;left:var(--split);width:2px;background:#fff;transform:translateX(-1px);pointer-events:none}.comparison-line>span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:45px;height:45px;border-radius:50%;background:#fff;color:var(--ink);font:23px Arial,sans-serif;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 20px rgba(0,0,0,.1)}.comparison input[type=range]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize;margin:0;direction:ltr}.comparison:focus-within{outline:2px solid #fff;outline-offset:6px}.comparison-note{display:flex;align-items:center;gap:9px;font-size:9px;color:#a6b19e;margin-top:16px}.comparison-note>.icon{width:14px;height:14px}.faq-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px}.faq-grid .text-button{margin-top:27px;font-size:11px}.faq-grid .section-kicker{margin-bottom:26px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:23px;font-size:14px;min-height:83px;line-height:1.8;cursor:pointer;list-style:none;padding:18px 0}.faq-list summary>.icon{width:19px;height:19px;transition:transform .2s}.faq-list details[open] summary{color:var(--brand)}.faq-list details[open] summary>.icon{transform:rotate(45deg)}.faq-list details>p{font-size:12px;color:var(--muted);padding:0 0 24px;max-width:510px;line-height:2}
/* Contact and footer */
.contact{background:#e8eade;border-top:1px solid #dcded0}.contact-heading{display:flex;justify-content:space-between;align-items:center;gap:30px}.contact-heading h2{font-size:clamp(44px,5.1vw,75px);line-height:1.42}.contact-heading .muted-heading{color:#8c937e}.contact-orbit{width:145px;height:145px;border-radius:50%;background:var(--brand);color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;margin-inline-end:50px;transition:transform .3s,background .3s}.contact-orbit>.icon{width:38px;height:38px;stroke-width:1}.contact-orbit>span{font-size:11px}.contact-orbit:hover{transform:rotate(-8deg);background:var(--brand-dark)}.contact-cards{display:grid;grid-template-columns:1fr 1fr 1.25fr;margin-top:61px;border-top:1px solid #c7cdbb;padding-top:30px}.contact-card{display:flex;gap:17px;border-inline-end:1px solid #c7cdbb;padding-inline:25px;align-items:flex-start;position:relative;transition:color .2s}.contact-card:first-child{padding-inline-start:0}.contact-card:last-child{border:0;padding-inline-end:0}.contact-card>.icon{width:20px;height:20px;margin-top:2px;color:var(--brand)}.contact-card>div{display:flex;flex-direction:column}.contact-card small{font-size:10px;color:#778069;margin-bottom:8px}.contact-card strong{font-size:15px;font-weight:500;line-height:1.8}.contact-card strong.latin{font-size:22px;line-height:1.6;letter-spacing:-.6px}.contact-card>div>span{font-size:9px;color:#808774;margin-top:6px;line-height:1.9}.contact-arrow{font-family:Arial,sans-serif;font-size:17px;margin-inline-start:auto;color:#7e886c}.contact-card:hover strong{color:var(--brand)}.site-footer{background:#242525;color:#fff;padding-top:62px;padding-bottom:24px;overflow:hidden}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:40px}.brand-white .brand-words small{color:#969f91}.brand-white .brand-words strong{font-size:18px}.brand-white>img{width:45px}.footer-top>p{font-size:11px;color:#aab3a4}.footer-profile{display:flex;align-items:center;gap:16px;font-size:11px;color:#d6ddcf}.footer-profile .icon{width:17px;height:17px}.footer-profile:hover{color:#fff}.footer-wordmark{font-family:var(--latin);font-weight:600;font-size:clamp(65px,12.4vw,175px);letter-spacing:-9px;line-height:1.04;color:#555b50;margin-top:62px;direction:ltr;white-space:nowrap;text-align:center;user-select:none}.footer-wordmark>span{display:block;font-size:10px;letter-spacing:17px;color:#858e7e;padding-top:15px;padding-left:17px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:25px;border-top:1px solid #474b42;margin-top:37px;padding-top:25px;color:#a1aa9a;font-size:9px}.footer-bottom small{font-size:9px}.back-top{display:flex;align-items:center;gap:14px}.back-top>span:last-child{font-size:20px}.mobile-bottom-bar{display:none}
/* Dialogs and local project brief */
dialog{color:var(--ink);background:var(--paper);margin:auto;border:0;padding:0;max-height:92dvh;width:calc(100% - 40px);box-shadow:0 30px 90px rgba(20,25,20,.2)}dialog::backdrop{background:rgba(16,24,18,.72);backdrop-filter:blur(8px)}dialog[open]{animation:dialog-enter .28s var(--ease)}.dialog-close{position:absolute;top:16px;inset-inline-end:16px;z-index:5;background:rgba(250,249,245,.96);border-color:rgba(50,60,50,.16);width:38px;height:38px}.project-dialog{max-width:1150px}.project-dialog-inner{display:grid;grid-template-columns:1.08fr .92fr;min-height:590px}.modal-gallery{position:relative;min-width:0;min-height:590px;background:#d8d7ce}.modal-gallery>img{width:100%;height:100%;position:absolute;inset:0;object-fit:contain}.image-kind{position:absolute;top:22px;inset-inline-start:22px;font-size:10px;background:rgba(250,249,245,.93);padding:5px 13px}.gallery-controls{display:flex;align-items:center;justify-content:center;gap:18px;position:absolute;bottom:20px;left:50%;transform:translateX(-50%);background:rgba(250,249,245,.93);padding:5px 8px;border-radius:40px;direction:rtl}.gallery-controls .icon-button{width:31px;height:31px}.gallery-controls>span{font:10px var(--latin);min-width:45px;text-align:center}.modal-project-copy{padding:69px 37px 35px;display:flex;flex-direction:column;min-width:0}.modal-project-copy>.eyebrow{font-size:10px;margin-bottom:12px}.modal-project-copy h2{font-size:33px;line-height:1.6;letter-spacing:-1px}.modal-project-specs{display:flex;flex-wrap:wrap;gap:18px;margin-top:14px;padding-bottom:20px;border-bottom:1px solid var(--line);color:var(--muted);font-size:11px}.modal-project-specs>span{display:flex;align-items:center;gap:7px}.modal-project-specs .icon{width:15px;height:15px}.modal-project-copy>p:not(.eyebrow){font-size:13px;color:var(--muted);margin-top:21px;line-height:2}.gallery-thumbnails{display:flex;gap:8px;margin-block:22px;flex-wrap:wrap}.gallery-thumbnail{padding:2px;width:66px;height:62px;border:1px solid transparent;background:transparent}.gallery-thumbnail[aria-pressed=true]{border-color:var(--brand)}.gallery-thumbnail>img{width:100%;height:100%;object-fit:cover}.modal-project-actions{margin-top:auto;display:flex;flex-direction:column;align-items:flex-start;gap:14px}.modal-project-actions .button{font-size:11px;min-height:46px;padding:10px 18px}.source-link{font-size:9px;color:var(--muted)}.source-link:hover{color:var(--brand)}.brief-dialog{max-width:670px}.brief-inner{padding:38px 46px 32px;position:relative}.brief-brand{display:flex;align-items:center;gap:12px;margin-bottom:28px}.brief-brand>img{width:28px;height:auto}.brief-brand>span{font:8px var(--latin);letter-spacing:1.8px;color:#7e8575}.brief-inner>.eyebrow{font-size:10px;margin-bottom:6px}.brief-inner>h2{font-size:39px;line-height:1.5}.brief-progress{display:flex;gap:8px;margin-top:26px}.brief-progress>span{height:3px;background:var(--line);flex:1;transition:background .3s}.brief-progress>span.active{background:var(--brand)}.brief-step-label{font-size:9px;color:var(--muted);margin-block:10px 21px}.brief-step>h3{font-size:15px;margin-bottom:17px}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.choice{position:relative;cursor:pointer}.choice>input{position:absolute;opacity:0;width:1px;height:1px}.choice-content{min-height:131px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px;padding:17px 20px;border:1px solid var(--line);background:transparent;transition:background .2s,border .2s}.choice-content>.icon{width:27px;height:27px;color:#858b7b;margin-bottom:5px}.choice-content strong{font-size:12px;font-weight:500}.choice-content small{font-size:9px;color:var(--muted)}.choice>input:checked+.choice-content{border-color:var(--brand);background:#f0e5e8}.choice>input:checked+.choice-content .icon,.choice>input:checked+.choice-content strong{color:var(--brand)}.choice>input:focus-visible+.choice-content{outline:2px solid var(--brand);outline-offset:3px}.brief-nav{display:flex;align-items:center;gap:20px;margin-top:26px}.brief-nav>.button{margin-inline-start:auto;min-height:45px;padding:9px 22px;font-size:11px}.brief-nav>.text-button{font-size:11px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-grid>label{display:flex;flex-direction:column;gap:7px;font-size:11px}.form-grid .full-width{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{width:100%;min-width:0;background:#fff;border:1px solid #d8dcd0;border-radius:0;min-height:45px;padding:10px 12px;color:var(--ink);font-size:12px}.form-grid textarea{resize:vertical;min-height:90px}.form-grid input::placeholder,.form-grid textarea::placeholder{color:#a2a696;font-size:10px}.field-error{font-size:11px;color:#a21d35;margin-top:12px}.brief-ready-heading{display:flex;align-items:center;gap:13px;margin-bottom:20px}.ready-check{display:flex;align-items:center;justify-content:center;background:#e1e8dc;color:#4b6b3d;width:43px;height:43px;border-radius:50%}.brief-ready-heading h3{font-size:16px}.brief-ready-heading p{font-size:10px;color:var(--muted);margin-top:4px}.brief-summary{display:block;width:100%;resize:vertical;min-height:177px;max-height:290px;background:#eeeee7;border:1px solid var(--line);border-inline-start:3px solid var(--brand);padding:16px 18px;font-size:11px;line-height:1.9;color:#555e4d}.brief-share-actions{display:flex;gap:12px;margin-top:18px}.brief-share-actions>.button{min-height:43px;font-size:11px;padding:9px 17px;gap:9px;flex:1}.brief-instagram{display:flex;align-items:center;gap:10px;margin-top:15px;padding:13px 0;font-size:11px;border-bottom:1px solid var(--line)}.brief-instagram .icon{width:18px;height:18px;color:var(--brand)}.brief-instagram>span:last-child{margin-inline-start:auto}.brief-disclaimer{font-size:9px!important;color:var(--muted);margin-top:15px;line-height:1.9}.brief-whatsapp{display:block;color:var(--brand);font-size:11px;margin-top:10px}.toast{position:fixed;bottom:35px;left:50%;transform:translate(-50%,20px);opacity:0;visibility:hidden;background:var(--ink);color:#fff;padding:13px 22px;z-index:1000;max-width:90vw;text-align:center;font-size:12px;box-shadow:0 5px 25px rgba(0,0,0,.16);transition:opacity .25s,transform .25s,visibility .25s}.toast.show{visibility:visible;opacity:1;transform:translate(-50%,0)}.noscript-message{padding:20px;font-size:14px;background:var(--white);text-align:center}
/* Motion is progressive enhancement, not a dependency for reading the page. */
.can-animate .reveal{opacity:0;transform:translateY(22px);transition:opacity .65s var(--ease),transform .65s var(--ease)}.can-animate .reveal.is-visible{opacity:1;transform:none}@keyframes card-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes dialog-enter{from{opacity:0;transform:translateY(15px) scale(.98)}to{opacity:1;transform:none}}@keyframes seal-spin{to{transform:rotate(360deg)}}
/* English layout */
html[lang=en] h1{font-size:clamp(44px,4.8vw,69px);line-height:1.19;white-space:normal;letter-spacing:-3.5px}html[lang=en] h2{line-height:1.22;letter-spacing:-1.8px}html[lang=en] .hero-description{margin-top:26px;line-height:1.9;font-size:14px}html[lang=en] .hero-copy{padding:69px 24px 0 5px}html[lang=en] .hero-copy .eyebrow{margin-bottom:32px}html[lang=en] .brand-words strong{font-size:14px;letter-spacing:-.4px}html[lang=en] .brand-words small{font-size:8px}html[lang=en] .large-body{font-size:19px}html[lang=en] .service-row-body{padding:0 0 23px 48px}html[lang=en] .service-row h3{font-size:16px}html[lang=en] .project-info h3{font-size:17px;line-height:1.5}html[lang=en] .project-dialog-inner{grid-template-columns:1.08fr .92fr}html[lang=en] .modal-project-copy h2{font-size:31px;line-height:1.25}html[lang=en] .craft-copy h2{font-size:40px}html[lang=en] .contact-card strong:not(.latin){font-size:14px}html[lang=en] .contact-heading h2{line-height:1.17}html[lang=en] .hero-project-name{font-size:21px}html[lang=en] .brief-inner>h2{font-size:37px}html[lang=en] .choice-content strong{font-size:11px}
/* Tablet */
@media(min-width:1600px){.hero-shell{max-width:1540px;grid-template-columns:1fr 1.08fr;min-height:730px}.hero-frame{height:645px}.hero-copy{padding-top:74px}.hero h1{font-size:82px}.hero-description{font-size:17px}.hero-ctas{margin-top:37px}}
@media(max-width:1180px){.container{width:calc(100% - 76px)}.nav-shell{width:calc(100% - 60px)}.desktop-nav{gap:22px}.nav-shell{gap:20px}.nav-actions{gap:10px}.brand-words strong{font-size:15px}.brand>img{width:42px}.hero-shell{padding-inline:31px;gap:20px;min-height:614px;grid-template-columns:1fr 1fr}.hero-copy{padding:43px 0 0 12px}.hero h1{font-size:59px;letter-spacing:-2px}.hero-frame{height:543px}.hero-description{font-size:13px}.hero-ctas{gap:17px}.hero-ctas .text-button{font-size:11px}.hero-ctas .button{font-size:11px;padding:12px 19px}.hero-signature{font-size:9px}.credibility-item{gap:17px;padding-inline:24px}.stat-number{font-size:34px}.credibility-item strong{font-size:10px}.credibility-item small{font-size:8px}.about-grid{gap:60px}.services-grid{gap:40px}.section-pad{padding-block:86px}.craft-grid{gap:43px;grid-template-columns:.9fr 1.1fr}.craft-copy h2{font-size:38px}.comparison{height:400px}.faq-grid{gap:65px}.contact-orbit{margin-inline-end:15px}.contact-card{padding-inline:17px;gap:13px}.contact-card strong.latin{font-size:19px}.contact-card strong{font-size:13px}.footer-wordmark{font-size:12vw}}
@media(max-width:980px){.desktop-nav{gap:18px}.desktop-nav a{font-size:10px}.button-nav{gap:12px;padding-inline:12px}.hero h1{font-size:50px}.hero-description{font-size:12px}.hero-copy{padding-top:38px}.hero-frame{height:506px}.hero-shell{min-height:577px}.hero-signature{margin-top:30px;font-size:8px}.hero-ctas{gap:13px}.hero-ctas .button{padding:11px 13px;min-height:49px}.hero-ctas .text-button{font-size:10px}.hero-copy .eyebrow{font-size:10px}.section-heading{gap:32px}.section-intro{max-width:305px;font-size:13px}.service-row h3{font-size:15px}.service-row summary{gap:8px}.service-row-body{padding-right:43px}.service-row-body>p{font-size:12px}.service-visual{min-height:515px}.service-visual-content{inset-inline:25px}.service-visual-content p{font-size:24px}.project-filters{gap:2px}.project-filter{padding:9px 12px;font-size:10px}.project-grid{gap:33px 19px}.project-info h3{font-size:15px}.craft-grid{gap:30px}.craft-copy h2{font-size:32px}.craft-copy>p{font-size:11px}.comparison{height:360px}.craft-meta{gap:30px}.faq-grid{gap:40px}.faq-list summary{font-size:12px}.contact-cards{grid-template-columns:1fr 1fr}.contact-card:last-child{grid-column:1/-1;padding-top:25px;margin-top:26px;border-top:1px solid #c7cdbb;padding-inline:0}.contact-card:nth-child(2){border:0}.contact-card strong.latin{font-size:22px}.contact-card strong{font-size:15px}.contact-card small{font-size:10px}.contact-card>div>span{font-size:10px}.modal-project-copy{padding:63px 27px 28px}.modal-project-copy h2{font-size:28px}.modal-project-copy>p:not(.eyebrow){font-size:12px}.footer-top{gap:20px}.footer-top>p{font-size:10px}.footer-profile{font-size:10px}html[lang=en] .hero-copy{padding-top:55px}html[lang=en] .hero h1{font-size:48px}html[lang=en] .brand-words strong{font-size:11px}html[lang=en] .brand-words small{font-size:7px}html[lang=en] .service-row h3{font-size:13px}html[lang=en] .craft-copy h2{font-size:32px}}
/* Mobile */
@media(max-width:760px){html{scroll-padding-top:83px}.container{width:calc(100% - 42px)}.section-pad{padding-block:64px}.nav-shell{width:calc(100% - 36px);height:76px;gap:12px}.brand{gap:9px}.brand>img{width:35px}.brand-words strong{font-size:14px;letter-spacing:-.3px}.brand-words small{font-size:8px}.nav-actions{gap:11px}.desktop-nav,.button-nav,.nav-divider{display:none}.language-switch{font-size:10px;padding:9px 3px}.mobile-menu-button{display:inline-flex;width:35px;height:35px}.mobile-menu-button>.icon{width:19px;height:19px}.mobile-nav:not([hidden]){display:flex;flex-direction:column;padding:8px 25px 23px;gap:0;border-bottom:1px solid var(--line);background:var(--paper);box-shadow:0 20px 30px rgba(30,40,20,.07)}.mobile-nav>a{font-size:15px;padding:13px 0;border-bottom:1px solid #e5e6dc}.mobile-nav>a:last-child{border:0;color:var(--brand)}.hero-shell{display:flex;flex-direction:column;padding:0 21px;gap:19px;min-height:unset}.hero-copy{padding:31px 1px 0}.hero-copy .eyebrow{font-size:10px;margin-bottom:15px}.hero h1{font-size:clamp(45px,10.8vw,64px);line-height:1.44;letter-spacing:-1.9px}.hero-description{font-size:12px;max-width:430px;line-height:1.98;margin-top:12px}.hero-ctas{margin-top:23px;gap:23px;flex-wrap:nowrap}.hero-ctas .button{padding:12px 18px;min-height:49px;font-size:11px;gap:18px}.hero-ctas .text-button{font-size:10px;gap:7px}.hero-ctas .small-arrow{font-size:19px}.hero-signature{margin-top:24px;font-size:8px;gap:9px}.signature-rule{width:26px}.hero-micro{display:none}.hero-frame{height:385px;margin-top:7px}.hero-project-image{object-position:center 41%}.hero-photo-caption{inset-inline:22px;bottom:23px}.hero-project-name{font-size:19px;gap:17px}.hero-project-name>.icon{width:19px;height:19px}.visual-topline{inset-inline:20px;top:20px;font-size:9px}.hero-selector{height:55px}.vertical-label{display:none}.image-number{font-size:9px;letter-spacing:1px}.credibility-strip{padding:25px 0}.credibility-grid{grid-template-columns:repeat(3,1fr)}.credibility-item{flex-direction:column;gap:12px;align-items:flex-start;padding-inline:14px}.credibility-item:last-child{padding-inline-end:0}.stat-number{font-size:31px;letter-spacing:-2px}.stat-number>span{font-size:19px}.credibility-item strong{font-size:8px;line-height:1.8;margin-bottom:2px;font-weight:500}.credibility-item small{font-size:7px;line-height:1.8;max-width:102px}.section-kicker{font-size:10px;gap:10px;margin-bottom:27px}.section-index{font-size:9px}.section-heading{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:28px}h2{font-size:34px;line-height:1.51;letter-spacing:-1px}.section-intro{max-width:100%;font-size:12px;padding:0;line-height:1.95}.about-grid{grid-template-columns:1fr;gap:27px}.about-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.about-heading h2{font-size:31px}.heritage-seal{width:84px;height:84px;flex-shrink:0;margin:0}.heritage-seal>img{width:28px}.large-body{font-size:16px;line-height:1.95;margin-bottom:14px}.body-muted{font-size:12px;line-height:2}.about-tabs{margin-top:21px;gap:28px}.about-tabs button{font-size:11px}.tab-panel{font-size:11px;padding-top:16px;min-height:98px}.download-link{font-size:11px;margin-top:0;gap:9px}.download-link small{margin-inline-start:10px;font-size:7px}.services-grid{display:flex;flex-direction:column;gap:32px}.service-row summary{min-height:68px;grid-template-columns:25px 1fr 22px;gap:13px}.service-row h3{font-size:14px}.service-row-body{padding:0 38px 20px 0}.service-row-body>p{font-size:11px}.service-row-body small{font-size:9px}.service-visual{min-height:335px}.service-visual>img{object-position:center 34%}.service-visual-content{inset-inline:25px;bottom:28px}.service-visual-content p{font-size:24px;line-height:1.65;margin-top:15px}.service-visual-rule{margin:17px 0 14px}.service-visual-content>span:last-child{font-size:10px}.portfolio-toolbar{display:block;margin-bottom:25px;padding-bottom:17px}.project-filters{gap:5px;display:flex;flex-wrap:nowrap;overflow-x:auto;margin-inline:-3px;scrollbar-width:thin;padding-block:3px 8px}.project-filter{flex-shrink:0;padding:8px 11px;gap:6px;font-size:9px}.project-filter small{font-size:7px}.project-result-count{display:block;font-size:8px;margin-top:9px}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:27px 15px}.project-media{aspect-ratio:.76}.project-info{gap:6px;padding-top:12px}.project-info h3{font-size:13px;line-height:1.8;letter-spacing:-.3px}.project-info>.icon{width:15px;height:15px}.project-subline{font-size:8px;gap:5px;flex-wrap:wrap;margin-top:3px}.project-subline .area{font-size:8px;margin-inline-start:0}.project-subline>.sep{width:2px;height:2px}.project-badge{font-size:7px;padding:4px 7px;bottom:11px;inset-inline-start:10px}.project-corner-index{font-size:7px;top:10px;inset-inline-end:10px;padding:4px}.project-overlay span{width:48px;height:48px}.projects-bottom{margin-top:31px;gap:17px}.projects-bottom .button{font-size:11px;min-height:49px;padding:10px 20px;gap:17px}.portfolio-caption{font-size:8px;line-height:1.9}.craft-grid{grid-template-columns:1fr;gap:32px}.craft-copy h2{font-size:35px}.craft-copy>p{font-size:12px;max-width:450px;margin-top:15px}.craft-meta{margin:23px 0 15px;padding:17px 0;gap:55px}.craft-meta strong{font-size:12px}.craft-meta small{font-size:9px}.craft .text-button{font-size:11px}.comparison{height:320px}.compare-label{font-size:9px;top:16px;padding:5px 10px}.compare-label-before{left:14px}.compare-label-after{right:14px}.comparison-note{font-size:8px;margin-top:11px;line-height:1.8}.faq-grid{grid-template-columns:1fr;gap:29px}.faq-grid h2{font-size:34px}.faq-grid .text-button{margin-top:18px}.faq-list summary{min-height:74px;font-size:12px;gap:15px;padding-block:19px}.faq-list details>p{font-size:11px;padding-bottom:21px}.contact-heading h2{font-size:42px}.contact-orbit{width:96px;height:96px;gap:7px;margin:0;flex-shrink:0}.contact-orbit>.icon{width:27px;height:27px}.contact-orbit>span{font-size:8px}.contact-heading{gap:12px}.contact-cards{grid-template-columns:1fr;margin-top:33px;padding-top:24px}.contact-card{border:0;padding:0 0 22px;margin-bottom:23px;border-bottom:1px solid #c7cdbb;gap:18px}.contact-card:nth-child(2){border-bottom:1px solid #c7cdbb}.contact-card:last-child{grid-column:auto;margin:0;padding:0;border:0}.contact-card>div>span{font-size:9px}.contact-card strong{font-size:14px}.contact-card strong.latin{font-size:21px}.contact-card>.icon{width:18px;height:18px}.site-footer{padding-top:40px;padding-bottom:94px}.footer-top{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:22px}.footer-top .brand{width:100%;gap:12px}.brand-white .brand-words strong{font-size:16px}.brand-white>img{width:38px}.footer-top>p{display:none}.footer-profile{font-size:10px;margin-top:2px}.footer-wordmark{font-size:11.6vw;letter-spacing:-2px;margin-top:35px}.footer-wordmark>span{font-size:6px;letter-spacing:8px;padding-top:12px;padding-left:8px}.footer-bottom{margin-top:28px;padding-top:22px;gap:15px;flex-wrap:wrap;font-size:8px}.footer-bottom small{font-size:8px;width:100%}.back-top{margin-inline-start:auto;font-size:8px}.mobile-bottom-bar{display:flex;position:fixed;inset:auto 0 0;z-index:90;min-height:64px;padding:8px 19px calc(8px + env(safe-area-inset-bottom));background:rgba(247,245,240,.98);border-top:1px solid #d4d8cc;box-shadow:0 -4px 20px rgba(27,40,20,.05);gap:18px;justify-content:space-between;backdrop-filter:blur(12px)}.mobile-bottom-bar>a{display:flex;align-items:center;flex-direction:column;justify-content:center;gap:3px;min-width:42px;font-size:8px;color:#68725f}.mobile-bottom-bar>a>.icon{width:17px;height:17px}.mobile-bottom-bar>button{background:var(--brand);color:#fff;display:flex;gap:33px;align-items:center;justify-content:center;padding:10px 25px;flex:1;max-width:250px;font-size:11px}.mobile-bottom-bar>button>.icon{width:17px;height:17px}.toast{bottom:82px;font-size:11px;padding:11px 19px}.project-dialog{width:calc(100% - 24px);max-height:91dvh}.project-dialog-inner{display:flex;flex-direction:column;min-height:0}.modal-gallery{min-height:0;height:38dvh;flex-shrink:0}.modal-project-copy{padding:26px 23px 27px}.modal-project-copy>.eyebrow{font-size:9px;margin-bottom:9px}.modal-project-copy h2{font-size:27px;line-height:1.5}.modal-project-specs{font-size:10px;padding-bottom:15px;margin-top:11px}.modal-project-copy>p:not(.eyebrow){font-size:11px;margin-top:16px;line-height:2}.gallery-thumbnails{margin-block:18px}.gallery-thumbnail{width:55px;height:52px}.modal-project-actions{gap:13px}.modal-project-actions .button{width:100%;min-height:47px;font-size:11px}.source-link{font-size:9px}.dialog-close{width:33px;height:33px;top:12px;inset-inline-end:12px}.image-kind{top:15px;inset-inline-start:15px;font-size:9px;padding:4px 9px}.gallery-controls{bottom:14px;padding:4px 7px;gap:11px}.gallery-controls .icon-button{width:28px;height:28px}.brief-dialog{width:calc(100% - 22px);max-height:92dvh}.brief-inner{padding:26px 23px 25px}.brief-brand{margin-bottom:22px}.brief-brand>span{font-size:7px;letter-spacing:1.2px}.brief-brand>img{width:26px}.brief-inner>.eyebrow{font-size:9px}.brief-inner>h2{font-size:32px}.brief-progress{margin-top:21px}.brief-step-label{margin-bottom:17px;font-size:8px}.brief-step>h3{font-size:13px;line-height:1.9;margin-bottom:15px}.choice-grid{gap:9px}.choice-content{min-height:120px;padding:13px 14px;gap:4px}.choice-content>.icon{width:25px;height:25px}.choice-content strong{font-size:11px;line-height:1.8}.choice-content small{font-size:8px}.brief-nav{margin-top:20px}.brief-nav>.button{font-size:10px;min-height:42px}.brief-nav>.text-button{font-size:10px}.form-grid{gap:14px 10px}.form-grid>label{font-size:9px;gap:6px}.form-grid input,.form-grid select,.form-grid textarea{font-size:12px;min-height:44px;padding:9px}.brief-summary{font-size:10px;padding:12px;min-height:170px}.brief-ready-heading h3{font-size:14px}.brief-ready-heading p{font-size:9px}.brief-share-actions{gap:8px;margin-top:14px}.brief-share-actions>.button{font-size:10px;padding:9px;gap:6px}.brief-share-actions .icon{width:15px;height:15px}.brief-instagram{font-size:10px;gap:7px}.brief-disclaimer{font-size:8px!important}.brief-ready-heading{gap:11px}.ready-check{width:37px;height:37px}.brief-ready-heading .icon{width:20px;height:20px}html[lang=en] .hero-copy{padding:39px 0 0}html[lang=en] .hero h1{font-size:clamp(44px,11vw,69px);line-height:1.2;letter-spacing:-2.4px}html[lang=en] .hero-copy .eyebrow{margin-bottom:21px;font-size:9px}html[lang=en] .hero-description{font-size:12px;margin-top:19px}html[lang=en] .hero-signature{font-size:8px}html[lang=en] .brand-words strong{font-size:11px}html[lang=en] .brand-words small{font-size:6px}html[lang=en] .hero-project-name{font-size:18px}html[lang=en] .about-heading h2{font-size:29px;line-height:1.3}html[lang=en] .large-body{font-size:15px}html[lang=en] .service-row-body{padding-left:38px}html[lang=en] .service-row h3{font-size:13px}html[lang=en] .project-info h3{font-size:12px;line-height:1.5;letter-spacing:-.2px}html[lang=en] .project-subline{font-size:7px}html[lang=en] .craft-copy h2{font-size:35px}html[lang=en] .contact-heading h2{font-size:40px}html[lang=en] .choice-content strong{font-size:10px}html[lang=en] .choice-content small{font-size:8px}html[lang=en] .brief-inner>h2{font-size:30px}}
@media(max-width:370px){.hero-ctas{gap:13px}.hero-ctas .button{font-size:10px;padding-inline:13px;gap:10px}.hero-ctas .text-button{font-size:9px;gap:5px}.hero h1{font-size:43px}.brand-words strong{font-size:12px}.brand-words small{font-size:7px}.hero-frame{height:350px}.heritage-seal{width:66px;height:66px}.about-heading h2{font-size:28px}.contact-heading h2{font-size:37px}.contact-orbit{width:81px;height:81px}.brief-share-actions>.button{font-size:9px}.project-info h3{font-size:12px}.credibility-item{padding-inline:10px}.stat-number{font-size:27px}.credibility-item strong{font-size:7px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.can-animate .reveal{opacity:1;transform:none}.heritage-seal>svg{animation:none}}
@media print{.site-header,.hero-selector,.hero-dots,.mobile-bottom-bar,.contact-orbit,.hero-ctas,.scroll-progress,.toast,dialog,.faq-section,.service-visual,.hero-signature{display:none!important}.container{width:100%}.section-pad{padding-block:25px}.can-animate .reveal{opacity:1;transform:none}body{color:#000;background:#fff}.hero-shell{min-height:0;display:flex;gap:20px}.hero-copy{padding:0}.hero-frame{height:300px}.hero-micro{display:none}.projects .project-grid{grid-template-columns:repeat(3,1fr)}.project-card{break-inside:avoid}.craft{background:#eee;color:#000}.site-footer{padding:20px;color:#000;background:#eee}.footer-wordmark{display:none}}

@media(max-width:760px){.hero-description{font-size:13px}.mobile-menu-button{width:42px;height:42px}.language-switch{min-width:35px;min-height:42px}.body-muted,.section-intro{font-size:13px}.service-row-body>p,.faq-list details>p{font-size:12px}.service-visual>img{object-position:center center}}
