:root{--ink:#241738;--purple:#211539;--cream:#fff8ef;--yellow:#ffcb32;--muted:#726c76;--line:#ddd6d0;--white:#fffdf9}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #a67d00;outline-offset:5px}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.08}h1,h2{font-weight:500;letter-spacing:-.055em}h2{font-size:clamp(2.7rem,4.2vw,4.5rem)}h3{letter-spacing:-.025em;font-size:1.45rem}em{font-family:Georgia,'Times New Roman',serif;font-weight:400}section[id]{scroll-margin-top:12px}.skip{position:fixed;top:-90px;left:20px;background:var(--yellow);padding:15px;z-index:100}.skip:focus{top:10px}.header{height:100px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:rgba(255,248,239,.96);position:sticky;top:0;z-index:30;border-bottom:1px solid var(--line);transition:box-shadow .3s}.header.scrolled{box-shadow:0 5px 30px #2417380b}.brand{display:flex;gap:12px;align-items:center}.brand img{width:60px;height:60px;object-fit:cover;border-radius:50%}.brand>span{font-size:13px;letter-spacing:.14em;line-height:1.25}.brand strong{display:block;font-size:19px;letter-spacing:.04em}.brand-dot{color:#b68600}.header nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:600}.header nav>a:not(.nav-cta){position:relative}.header nav>a:not(.nav-cta):after{content:'';position:absolute;height:1px;background:var(--ink);bottom:-7px;left:0;width:0;transition:width .25s}.header nav>a:hover:after{width:100%}.nav-cta{background:var(--ink);color:var(--cream);padding:13px 22px;border-radius:3px}.nav-cta span{margin-left:22px}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:710px}.hero-copy{padding:82px 7.5% 42px 10%;display:flex;flex-direction:column;align-items:flex-start}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:700;display:flex;align-items:center;gap:12px;line-height:1.6}.short-line{display:inline-block;width:27px;height:2px;background:#bd8f00}.hero h1{font-size:clamp(3.6rem,5.3vw,6rem);margin:27px 0 24px;line-height:1.04}.hero h1 em{position:relative;z-index:1}.hero h1 em:after{content:'';height:9px;background:var(--yellow);position:absolute;left:0;right:0;bottom:6px;z-index:-1;transform:rotate(-2deg)}.hero-copy>p{color:var(--muted);max-width:400px;font-size:17px;line-height:1.75}.hero-actions{display:flex;gap:27px;align-items:center;margin:30px 0 42px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;padding:17px 24px;font-size:14px;font-weight:700;border:1px solid transparent;border-radius:3px;transition:transform .25s,background .25s}.button:hover{transform:translateY(-3px)}.yellow{background:var(--yellow);color:var(--ink)}.yellow:hover{background:#ffda63}.text-link{font-size:14px;font-weight:600;border-bottom:1px solid currentColor;padding-bottom:5px;display:inline-flex;align-items:center;gap:14px}.hero-bottom{border-top:1px solid var(--line);padding-top:22px;width:100%;margin-top:auto}.hero-bottom>span{font-size:11px;letter-spacing:.15em;color:var(--muted)}.hero-bottom p{font-size:14px;margin-top:5px}.hero-bottom b{margin:0 12px;color:#a18954}.hero-visual{position:relative;min-width:0;overflow:hidden;background:var(--ink)}.hero-photo{width:100%;height:100%;position:absolute;object-fit:cover;object-position:50% 43%;animation:enterPhoto 1.5s ease-out}.image-shade{position:absolute;inset:0;background:linear-gradient(180deg,#1710223b,transparent 45%,#171022b5)}.visual-top{position:absolute;top:34px;left:36px;right:36px;display:flex;justify-content:space-between;color:white;font-size:11px;letter-spacing:.15em}.visual-bottom{position:absolute;left:42px;bottom:43px;right:42px;color:white}.visual-bottom>span{font-size:11px;letter-spacing:.17em}.visual-bottom h2{font-size:3.2rem;margin-top:12px;letter-spacing:-.035em}.visual-bottom>a{position:absolute;right:0;bottom:5px;border:1px solid #ffffff8c;border-radius:50%;width:58px;height:58px;display:grid;place-items:center;font-size:26px}.orbit-badge{position:absolute;right:34px;top:94px;width:80px;height:80px;background:var(--yellow);border-radius:50%;display:grid;place-items:center;box-shadow:0 0 0 10px #ffcb3220;animation:breathe 5s ease-in-out infinite}.orbit-badge svg{width:37px}.service-strip{background:var(--purple);color:var(--cream);display:flex;align-items:center;justify-content:space-between;padding:27px 5%;gap:20px;font-size:12px;letter-spacing:.15em}.service-strip b{color:var(--yellow);font-size:23px;line-height:1}.section{padding:100px 6%;max-width:1800px;margin:auto}.section-heading{display:flex;justify-content:space-between;gap:60px;align-items:flex-end;margin-bottom:46px}.section-heading h2{margin-top:16px}.section-heading>p{max-width:360px;color:var(--muted)}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line)}.service{padding:32px 25px 28px;border-right:1px solid var(--line);transition:background .3s,transform .3s}.service:last-child{border:0}.service:hover{background:var(--white);transform:translateY(-5px)}.service-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:42px}.service-top svg{width:36px;height:36px}.service-top span{color:var(--muted);font-size:12px}.service h3{min-height:54px;line-height:1.17}.service p{font-size:15px;color:var(--muted);margin:20px 0 26px}.service small{display:block;font-size:12px;border-top:1px solid var(--line);padding-top:17px}.projects{background:#f2ece4;max-width:none}.filters{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:36px}.filters button{background:transparent;border:1px solid #ccc4bd;border-radius:30px;padding:10px 20px;font-size:14px;color:var(--ink);transition:.25s}.filters button.active{background:var(--purple);color:white;border-color:var(--purple)}.filters span{font-size:11px;margin-left:12px;opacity:.65}.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:42px 25px}.project{background:none;border:0;text-align:left;padding:0;color:inherit;min-width:0}.project[hidden]{display:none}.project-image{position:relative;overflow:hidden;background:#d6c9ba;aspect-ratio:4/5}.project:nth-child(3n+2) .project-image{border-radius:110px 110px 0 0}.project img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.project:hover img{transform:scale(1.045)}.project-caption{padding-top:17px}.project small{font-size:12px;color:var(--muted)}.project h3{font-size:1.25rem;line-height:1.25;margin-top:6px}.zoom{position:absolute;bottom:18px;right:18px;background:var(--cream);width:41px;height:41px;border-radius:50%;display:grid;place-items:center;font-size:22px;transition:background .2s}.project:hover .zoom{background:var(--yellow)}.instagram-row{margin-top:50px;padding-top:25px;border-top:1px solid #d4cbc0;display:flex;justify-content:space-between;gap:20px}.instagram-row p{color:var(--muted);font-size:14px}.about{display:grid;grid-template-columns:.9fr 1fr;gap:8%;align-items:center}.about-photo{position:relative;height:760px}.about-photo img{height:100%;width:100%;object-fit:cover;border-radius:180px 180px 0 0}.photo-label{position:absolute;bottom:25px;left:25px;background:var(--cream);padding:13px 20px;font-size:11px;letter-spacing:.14em}.about-copy h2{font-size:clamp(2.5rem,3.6vw,4rem);margin:22px 0 28px}.about-copy>p{color:var(--muted);margin:14px 0;font-size:15px}.principles{margin:25px 0}.principles>div{display:flex;gap:22px;padding:18px 0;border-bottom:1px solid var(--line)}.principles>div>span{font-size:12px;color:#967300;padding-top:4px}.principles h3{font-size:17px;margin-bottom:7px;line-height:1.3}.principles p{font-size:14px;color:var(--muted)}.process{background:var(--purple);color:var(--cream);max-width:none}.process .eyebrow{color:var(--yellow)}.process em{color:var(--yellow)}.outline{border-color:#ffffff5c}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:65px}.steps article{border-top:1px solid #ffffff30;padding-top:25px}.steps article>span{color:var(--yellow);font-family:Georgia,serif;font-style:italic;font-size:3rem}.steps h3{font-size:21px;margin:27px 0 17px;line-height:1.25;max-width:200px}.steps p{font-size:15px;color:#cdc5d6}.faq{display:grid;grid-template-columns:.9fr 1.1fr;gap:10%}.faq-intro h2{margin:20px 0 25px;font-size:3.2rem}.faq-intro p{color:var(--muted);max-width:320px;margin-bottom:25px}.faq-list details{border-bottom:1px solid var(--line);padding:22px 0}.faq-list details:first-child{padding-top:0}.faq-list summary{cursor:pointer;list-style:none;position:relative;padding-right:33px;font-size:17px;font-weight:600;line-height:1.4}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';position:absolute;right:0;top:-3px;font-size:24px;font-weight:400}.faq-list details[open] summary:after{content:'−'}.faq-list p{color:var(--muted);font-size:15px;margin-top:15px}.contact{max-width:none;display:grid;grid-template-columns:1fr .85fr;gap:12%;background:#eae1d4}.contact h2{font-size:clamp(3.2rem,5vw,5.5rem);margin:20px 0 27px}.contact-copy>p{max-width:350px;color:#6a6066}.contact-phone{display:block;font-size:clamp(1.7rem,2.9vw,3rem);letter-spacing:-.04em;border-bottom:1px solid #b8aea5;padding-bottom:15px;margin-top:30px}.contact-phone span{float:right}.contact-meta{display:flex;justify-content:space-between;font-size:13px;margin-top:18px}.contact-form{background:var(--cream);padding:38px;align-self:center;border-radius:5px;box-shadow:0 15px 40px #24173808}.contact-form h3{font-size:24px;margin-bottom:26px;line-height:1.25}.contact-form label{display:block;font-size:13px;font-weight:600;margin-top:18px}.contact-form input,.contact-form select,.contact-form textarea{display:block;width:100%;border:0;border-bottom:1px solid #beb4ac;border-radius:0;padding:11px 0;background:transparent;color:var(--ink);font-size:15px}.contact-form textarea{resize:vertical;min-height:105px}.contact-form .button{width:100%;margin-top:25px}.form-note{font-size:12px;color:var(--muted);margin-top:14px;line-height:1.6}footer{padding:55px 6% 28px;background:var(--purple);color:var(--cream)}.footer-brand{font-weight:700;font-size:clamp(1.5rem,3.4vw,3.4rem);letter-spacing:-.04em}.footer-brand span{color:var(--yellow)}footer>p{color:#c0b6cc;font-size:14px;margin-top:8px}.footer-bottom{border-top:1px solid #ffffff25;margin-top:38px;padding-top:23px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#d1c7dc}.floating-contact{position:fixed;bottom:22px;right:24px;z-index:25;background:var(--yellow);color:var(--ink);box-shadow:0 4px 25px #21153930;border:1px solid #d9a621;border-radius:40px;display:flex;align-items:center;gap:9px;padding:12px 19px;font-size:13px;font-weight:700}.floating-contact svg{width:23px;height:23px}.floating-contact:hover{transform:translateY(-3px)}dialog{width:100vw;max-width:none;height:100dvh;max-height:none;border:0;padding:60px 70px;background:#130d1bee;color:white;position:fixed;inset:0;margin:0}dialog::backdrop{background:#130d1b}dialog[open]{display:flex;align-items:center;justify-content:center}dialog figure{margin:0;display:flex;flex-direction:column;align-items:center;max-width:100%;height:100%;justify-content:center}dialog img{max-height:calc(100dvh - 160px);object-fit:contain;width:auto;max-width:100%}dialog figcaption{font-size:14px;margin-top:18px;text-align:center}dialog button{position:absolute;border:1px solid #ffffff60;color:white;background:#21153990;border-radius:50%;width:45px;height:45px;font-size:24px;display:grid;place-items:center}.lightbox-close{top:18px;right:22px}.lightbox-prev{left:16px;top:50%}.lightbox-next{right:16px;top:50%}.reveal{transition:opacity .75s,transform .75s}.motion .reveal:not(.visible){opacity:0;transform:translateY(25px)}.hero-copy>*{animation:rise .9s ease both}.hero-copy h1{animation-delay:.1s}.hero-copy>p{animation-delay:.2s}.hero-actions{animation-delay:.3s}@keyframes rise{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes enterPhoto{from{transform:scale(1.06)}to{transform:scale(1)}}@keyframes breathe{50%{transform:translateY(-7px);box-shadow:0 0 0 17px #ffcb3210}}
@media(min-width:1600px){.hero-copy{padding-left:max(10%,calc((100vw - 1500px)/2))}.hero{min-height:820px}}@media(max-width:1100px){.header nav{gap:20px}.hero-copy{padding-top:62px}.hero h1{font-size:4.2rem}.hero-actions{gap:17px;flex-wrap:wrap}.hero{min-height:700px}.service-grid{grid-template-columns:repeat(2,1fr)}.service:nth-child(2){border-right:0}.service:nth-child(-n+2){border-bottom:1px solid var(--line)}.service h3{min-height:0}.service-top{margin-bottom:25px}.section{padding:80px 5%}.about{gap:5%}.about-photo{height:720px}.steps{gap:23px}.contact{gap:6%}.contact-form{padding:28px}.faq{gap:6%}}
@media(max-width:760px){html{scroll-padding-top:78px}.header{height:78px;padding:0 5%}.brand img{width:47px;height:47px}.brand>span{font-size:10px}.brand strong{font-size:16px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;background:none;border:1px solid var(--line);width:43px;height:43px;padding:11px;border-radius:50%}.menu-toggle span{display:block;height:1px;width:100%;background:var(--ink);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.header nav{display:none;position:absolute;top:78px;left:0;right:0;background:var(--cream);padding:22px 6% 30px;flex-direction:column;align-items:stretch;box-shadow:0 20px 30px #21153915;gap:0}.header nav.open{display:flex}.header nav a{padding:13px 0}.header nav .nav-cta{padding:13px 18px;margin-top:8px}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:43px 6% 30px}.eyebrow{font-size:10px;letter-spacing:.13em}.hero h1{font-size:clamp(3.25rem,11.3vw,5.2rem);margin:24px 0;line-height:1.05}.hero-copy>p{font-size:16px;max-width:440px}.hero-actions{margin:27px 0 30px;gap:22px}.button{padding:15px 20px;gap:25px;font-size:13px}.text-link{font-size:13px}.hero-bottom{padding-top:16px}.hero-bottom>span{font-size:10px}.hero-visual{height:530px;margin:0 5% 25px}.hero-photo{object-position:50% 38%}.visual-top{top:25px;left:25px;right:25px;font-size:10px}.visual-bottom{left:25px;right:25px;bottom:28px}.visual-bottom h2{font-size:2.7rem}.visual-bottom>a{width:45px;height:45px}.orbit-badge{width:61px;height:61px;right:25px;top:65px}.orbit-badge svg{width:28px}.service-strip{display:grid;grid-template-columns:1fr 1fr;padding:24px 6%;gap:16px;font-size:10px;letter-spacing:.1em}.service-strip b{display:none}.service-strip span:before{content:'✳';color:var(--yellow);margin-right:10px}.section{padding:64px 6%}.section-heading{display:block;margin-bottom:32px}.section-heading h2{font-size:2.9rem}.section-heading>p{margin-top:24px;font-size:15px;max-width:460px}.section-heading .button{margin-top:25px}.service-grid{grid-template-columns:1fr}.service{border-right:0;border-bottom:1px solid var(--line);padding:29px}.service:nth-child(3){border-bottom:1px solid var(--line)}.service-top{margin-bottom:23px}.service h3{font-size:1.55rem}.service p{margin:16px 0 20px}.filters{gap:8px;margin-bottom:28px}.filters button{font-size:12px;padding:9px 14px}.gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:29px 14px}.project:nth-child(3n+2) .project-image{border-radius:0}.project:nth-child(2) .project-image{border-radius:80px 80px 0 0}.project-caption{padding-top:12px}.project h3{font-size:1.02rem;line-height:1.3}.project small{font-size:10px;display:block;line-height:1.5}.zoom{width:30px;height:30px;font-size:18px;bottom:10px;right:10px}.instagram-row{display:block;margin-top:32px}.instagram-row .text-link{margin-top:13px}.about{grid-template-columns:1fr;gap:36px}.about-photo{height:520px}.about-photo img{border-radius:150px 150px 0 0}.about-copy h2{font-size:2.8rem}.steps{grid-template-columns:repeat(2,1fr);gap:34px 22px;margin-top:35px}.steps article>span{font-size:2.5rem}.steps h3{font-size:18px;margin:16px 0 12px}.steps p{font-size:14px}.faq{grid-template-columns:1fr;gap:35px}.faq-intro h2{font-size:2.8rem}.faq-intro p{font-size:15px}.faq-list summary{font-size:16px}.contact{grid-template-columns:1fr;gap:37px}.contact h2{font-size:3.8rem}.contact-phone{font-size:2rem}.contact-form{padding:26px 23px}.footer-bottom{flex-wrap:wrap;gap:15px 30px;padding-bottom:47px}.footer-bottom>span{width:100%}.floating-contact{bottom:16px;right:16px;padding:13px}.floating-contact span{display:none}.floating-contact svg{width:24px;height:24px}dialog{padding:60px 45px}.lightbox-prev{left:6px}.lightbox-next{right:6px}dialog button{width:34px;height:34px}.lightbox-close{right:15px}.form-note{font-size:12px}}
@media(max-width:370px){.hero h1{font-size:3rem}.hero-actions{gap:15px}.hero-actions .button{padding:14px}.gallery{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.contact h2{font-size:3.3rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion .reveal:not(.visible){opacity:1;transform:none}}
