@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--ink:#191c19;--dark:#151815;--gold:#e4b64f;--paper:#f6f5f1;--muted:#6b6e67;--line:#deded5;--font:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:15px;line-height:1.65}body.modal-open{overflow:hidden}button,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%}svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.svg-library{position:absolute;width:0;height:0;overflow:hidden}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:'Manrope',Arial,sans-serif;line-height:1.2;letter-spacing:-.045em}h2{font-size:clamp(30px,3.1vw,44px);font-weight:650}button{border:0}a,button,summary{outline-offset:6px}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--gold)}.container{width:min(1240px,calc(100% - 48px));margin-inline:auto}.section{padding:90px 0}.eyebrow{font-size:10px;font-weight:700;letter-spacing:2.2px;color:#92712e;margin-bottom:19px;line-height:1.7}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;min-height:52px;padding:14px 23px;font-size:13px;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s}.button svg{width:20px;height:20px}.button:hover{transform:translateY(-3px);box-shadow:0 7px 22px #0002}.gold{background:var(--gold);color:#1c211a}.gold:hover{background:#f3ca6b}.dark{background:var(--ink);color:white}.outline{border:1px solid #ffffff70;color:white;background:#ffffff05}.outline:hover{background:#ffffff17}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;font-weight:700}.text-link svg{width:18px;transition:transform .2s}.text-link:hover svg{transform:translateX(5px)}.skip-link{position:fixed;top:-100px;left:20px;padding:12px;background:white;z-index:100}.skip-link:focus{top:10px}.site-header{height:94px;background:linear-gradient(110deg,#030403 0%,#171916 22%,#22251f 62%,#f6f5f1 100%);position:sticky;top:0;z-index:20;border-bottom:1px solid #ffffff12}.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;flex-shrink:0}.logo-crop{display:block;position:relative;width:104px;height:84px;overflow:hidden}.logo-crop img{position:absolute;width:104px;height:auto;max-width:none;top:-60px;left:0}.site-header nav{display:flex;align-items:center;gap:25px;color:#e9eae4;font-size:11px;font-weight:550}.site-header nav a{position:relative;padding:34px 0}.site-header nav a:after{content:'';position:absolute;bottom:24px;left:0;width:0;height:2px;background:var(--gold);transition:width .2s}.site-header nav a:hover:after,.site-header nav a.active:after{width:100%}.nav-contact{display:flex;gap:10px;align-items:center;font-weight:700;font-size:12px;color:#161a14}.nav-contact svg{width:19px}.menu-toggle{display:none}.hero{position:relative;min-height:690px;background:#323b30;color:white;overflow:hidden}.hero-image,.hero-shade{position:absolute;width:100%;height:100%;inset:0;object-fit:cover;object-position:center 52%}.hero-shade{background:linear-gradient(90deg,rgba(12,19,14,.88),rgba(12,19,14,.58) 43%,rgba(12,19,14,.08) 80%),linear-gradient(0deg,#0e160e65,transparent 45%)}.hero-content{position:relative;padding-top:73px;padding-bottom:70px}.hero .eyebrow{color:#e7e9dd;font-size:9px;display:flex;align-items:center;gap:12px;margin-bottom:24px}.eyebrow.light span{width:22px;height:1px;background:var(--gold)}h1{font-size:clamp(40px,4.4vw,62px);font-weight:650;line-height:1.09;letter-spacing:-2.6px}h1>span{color:#e6bd63}.hero-description{font-size:14px;color:#dadcd4;margin-top:25px;line-height:1.8}.hero-actions{display:flex;gap:12px;margin-top:30px}.hero-scope{display:flex;align-items:center;gap:12px;margin-top:33px;font-size:12px;font-weight:700;letter-spacing:1.5px}.hero-scope i{width:4px;height:4px;background:var(--gold);border-radius:100%}.hero-scope small{font-size:10px;color:#c4c9bc;font-weight:400;letter-spacing:0;border-left:1px solid #ffffff40;padding-left:17px;margin-left:8px}.hero-caption{position:absolute;bottom:40px;right:max(7%,30px);font-size:8px;letter-spacing:1.8px;color:#e2e5dc;padding:16px 20px;border-left:1px solid #dcb65e;background:#17221836;backdrop-filter:blur(6px)}.hero-caption b{display:block;font-size:11px;letter-spacing:0;font-weight:450;padding-top:4px}.status-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--gold);margin-right:7px}.scroll-hint{position:absolute;bottom:42px;left:50%;font-size:23px;color:#e0e5d5}.trust{background:#eaeae2;border-bottom:1px solid #d9dbd0;scroll-margin-top:90px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:30px 0}.trust-grid>div{display:flex;gap:16px;align-items:center;border-right:1px solid #ced0c5;justify-content:center}.trust-grid>div:first-child{justify-content:flex-start}.trust-grid>div:last-child{border:0}.trust-grid svg{width:32px;height:32px;color:#8b743d;stroke-width:1.2}.trust strong{display:block;font-size:13px}.trust p span{display:block;font-size:10px;color:#74796b;margin-top:3px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:42px}.section-heading>p{color:var(--muted);font-size:13px;line-height:1.8;padding-bottom:4px}.section-heading .eyebrow{margin-bottom:13px}.offer-grid{display:grid;grid-template-columns:1fr 1fr 1.03fr;gap:22px}.offer-card{border:1px solid var(--line);padding:28px;background:#f9f8f5;transition:transform .25s,border-color .25s}.offer-card:hover{transform:translateY(-5px);border-color:#b99b5c}.card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:27px}.card-top svg{width:43px;height:43px;stroke-width:1;color:#907437}.card-top>span{color:#999d8e;font-size:11px}.offer-card h3{font-size:22px;letter-spacing:-.8px}.pill{display:inline-block;background:#eae8df;padding:2px 10px;font-size:9px;font-weight:700;letter-spacing:1px;margin:12px 0 17px}.offer-card>p{font-size:12px;color:var(--muted)}.check-list{padding:0;margin:22px 0 28px;list-style:none;display:grid;gap:10px;font-size:11px}.check-list li{display:flex;align-items:baseline;gap:10px}.check-list li:before{content:'✓';color:#a37a25;font-size:13px}.offer-card .text-link{border-top:1px solid var(--line);padding-top:20px;width:100%}.featured{background:#ecece4}.offer-note{padding:10px 0 0 22px}.small-line{display:block;width:32px;height:2px;background:#b58e40;margin-bottom:23px}.offer-note h2{font-size:32px;line-height:1.25}.offer-note em,.project-note em{font-style:normal;color:#a88234}.offer-note p{font-size:12px;color:var(--muted);margin-top:19px;line-height:1.9}.offer-note .button{margin-top:25px;min-height:47px}.process{background:#eaeae3;border-top:1px solid #e0e0d6;border-bottom:1px solid #e0e0d6}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:35px;list-style:none;margin:0;padding:8px 0 0}.step-icon{width:64px;height:64px;border:1px solid #c8cbbf;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;background:#eaeae3;margin-bottom:25px}.step-icon svg{width:28px;height:28px;color:#7f703f}.step-icon span{position:absolute;bottom:-5px;right:-5px;background:var(--ink);color:#f0c766;font-size:9px;border:4px solid #eaeae3;width:28px;height:28px;border-radius:50%;text-align:center;line-height:20px}.process-grid li{position:relative}.process-grid li:not(:last-child):after{content:'→';position:absolute;top:18px;left:83px;width:calc(100% - 63px);border-bottom:1px dashed #bbbfaf;color:#8d957f;text-align:right;line-height:26px}.process-grid h3{font-size:16px;margin-bottom:13px;letter-spacing:-.5px}.process-grid p{font-size:12px;color:#717567;line-height:1.85;max-width:200px}.stages-layout{display:grid;grid-template-columns:1.12fr 1fr;gap:62px}.stage-photo{position:relative;min-height:438px;background:#242b23;overflow:hidden}.stage-photo>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 58%}.stage-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 50%,#111b12c9)}.stage-photo>div{position:absolute;bottom:27px;left:28px;right:28px;z-index:1;color:white}.stage-photo span{font-size:9px;letter-spacing:1.5px;color:#e1bd67}.stage-photo p{font-size:16px;margin-top:8px}.stage-photo #stage-count{position:absolute;right:0;bottom:4px;color:white;letter-spacing:0}.accordion{border-top:1px solid #d6d7cd}details{border-bottom:1px solid #d6d7cd}summary{list-style:none;display:flex;gap:19px;align-items:center;padding:24px 0;cursor:pointer;font-size:14px;font-weight:600}summary::-webkit-details-marker{display:none}summary>span{font-size:11px;color:#a48a51;font-weight:500}summary>b{margin-left:auto;font-size:22px;line-height:1;font-weight:400}details[open] summary>b{transform:rotate(45deg)}details[open] summary{padding-bottom:12px}.stage-body{padding:0 32px 25px 35px}.stage-body p{font-size:12px;line-height:1.9;color:var(--muted)}.stage-body small{display:block;font-size:10px;color:#97762e;margin-top:13px}.projects{background:#1a1e19;color:#f7f7ed}.projects .eyebrow{color:#d2af60}.projects .section-heading>p{color:#a4ab9b}.project-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:70px}.album{padding-top:7px}.album-cover{width:100%;height:400px;position:relative;padding:0;background:#2a3226;text-align:left;color:white;isolation:isolate}.album-cover:before{content:'';position:absolute;inset:-7px 9px 7px;z-index:-1;background:#42473a}.album-cover>img{height:100%;width:100%;object-fit:cover;transition:filter .4s;filter:brightness(.86)}.album-cover:hover>img{filter:brightness(1)}.album-badge{position:absolute;top:20px;left:21px;padding:5px 10px;border:1px solid #ffffff70;background:#1118;font-size:9px;letter-spacing:1.4px}.album-overlay{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:flex-end;background:linear-gradient(transparent,#111b);padding:65px 28px 26px}.album-overlay small{font-size:8px;letter-spacing:1.8px}.album-overlay strong{display:block;font-family:Manrope,Arial,sans-serif;font-size:29px;margin-top:5px;letter-spacing:-1px}.circle-arrow{height:42px;width:42px;background:var(--gold);display:grid;place-items:center;color:#20291a;font-size:24px;transition:transform .2s}.album-cover:hover .circle-arrow{transform:rotate(45deg)}.album-hint{text-align:center;color:#b1b6a7;font-size:10px;padding-top:18px}.album-hint span{color:var(--gold);margin-left:8px}.project-note{padding:14px 0}.project-note h3{font-size:36px;margin-bottom:20px;line-height:1.2}.project-note em{color:#d5b668}.project-note>p{font-size:12px;color:#adb3a3;max-width:320px;line-height:1.9}.project-note dl{margin:24px 0 19px}.project-note dl>div{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid #ffffff16;padding:10px 0;font-size:10px}.project-note dt{color:#a5ae99}.project-note dd{margin:0}.project-note .text-link{color:var(--gold);background:none;padding:0;font-size:12px}.contact{background:#22271f;border-top:1px solid #ffffff17;padding:57px 0;color:#f5f6ed}.contact-layout{display:flex;align-items:center;justify-content:space-between;gap:32px}.contact .eyebrow{color:#c7a65a;font-size:9px;margin-bottom:15px}.contact h2{font-size:29px;line-height:1.4}.contact h2>span{color:#c4cbb9}.contact p:last-child{font-size:12px;color:#a1ab94;margin-top:15px}.contact-actions{display:grid;gap:15px;min-width:240px}.contact-number{display:flex;align-items:center;gap:12px;font-size:15px;font-weight:650}.contact-number svg{color:var(--gold);width:19px}footer{background:#11150f;color:#929c86;padding:49px 0 0;font-size:11px}.footer-grid{display:grid;grid-template-columns:1.3fr .9fr 1fr 1fr;gap:45px;padding-bottom:38px}.footer-brand .logo-crop{width:86px;height:70px;margin-top:-13px;margin-bottom:14px}.footer-brand .logo-crop img{width:86px;top:-49px}.footer-grid h3{color:#eef0e7;font-family:var(--font);font-size:12px;letter-spacing:0;margin:10px 0 20px;font-weight:600}.footer-grid>div>a:not(.brand){display:block;margin-bottom:9px}.footer-grid>div>p{margin-bottom:12px;line-height:1.9}.footer-grid a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid #ffffff12;display:flex;justify-content:space-between;gap:18px;font-size:9px;padding:20px 0}.footer-bottom>a{color:#c5cbbd}.reveal{opacity:1}.js .reveal.pending{opacity:0;transform:translateY(18px);transition:opacity .6s,transform .6s}.js .reveal.visible{opacity:1;transform:translateY(0)}dialog{background:#151a14;color:#f6f6ed;border:1px solid #515947;width:min(1100px,95vw);max-height:94dvh;padding:25px}dialog::backdrop{background:#050905eb;backdrop-filter:blur(8px)}.gallery-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.gallery-top .eyebrow{font-size:8px}.gallery-top h2{font-size:23px;margin-top:5px}.icon-button{background:#ffffff0e;color:white;width:42px;height:42px;font-size:23px;border:1px solid #ffffff20;flex-shrink:0}.icon-button:hover{background:var(--gold);color:var(--ink)}.gallery-stage{display:flex;gap:12px;align-items:center;justify-content:space-between}.gallery-stage figure{margin:0;min-width:0;width:100%}.gallery-stage img{height:55dvh;width:100%;object-fit:contain;background:#0d110c}.gallery-stage figcaption{font-size:12px;margin-top:10px;text-align:center;color:#c7cdbf}.gallery-bottom{display:flex;justify-content:space-between;font-size:10px;color:#a3ae98;padding:15px 0}.gallery-thumbs{display:flex;overflow:auto;gap:7px;padding:5px 2px}.gallery-thumbs button{width:60px;height:43px;padding:0;flex:0 0 60px;background:transparent;border:2px solid transparent;opacity:.55}.gallery-thumbs button[aria-current=true]{border-color:var(--gold);opacity:1}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}
@media(min-width:1500px){.hero{min-height:770px}.hero-content{padding-top:95px}.hero-image{object-position:center 57%}}
@media(max-width:1100px){.site-header nav{gap:15px;font-size:10px}.nav-contact{font-size:10px;gap:6px}.nav-wrap{gap:16px}.offer-grid{gap:15px}.offer-card{padding:22px}.offer-card h3{font-size:19px}.offer-note{padding-left:10px}.offer-note h2{font-size:28px}.stages-layout{gap:35px}.project-layout{gap:40px}.hero-caption{right:25px;bottom:30px}.contact h2{font-size:26px}}
@media(max-width:850px){.site-header{height:78px;background:linear-gradient(100deg,#030403,#252920 65%,#8a8e7e)}.nav-wrap{justify-content:flex-start}.logo-crop{width:84px;height:70px}.logo-crop img{width:84px;top:-49px}.nav-contact{margin-left:auto;color:white;margin-right:15px;font-size:11px}.menu-toggle{display:flex;flex-direction:column;gap:7px;justify-content:center;align-items:center;background:none;width:38px;height:44px;order:3}.menu-toggle span{height:1px;width:24px;background:white;transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.site-header nav{display:none;position:absolute;top:78px;left:0;right:0;background:#1c211a;padding:15px 24px;box-shadow:0 20px 30px #0004}.site-header nav.open{display:flex;flex-direction:column;align-items:stretch;gap:0}.site-header nav a{padding:12px 0;font-size:14px}.site-header nav a:after{bottom:6px}.site-header nav a.active:after{width:30px}.hero{min-height:670px}.hero-image{object-position:62% center}.hero-content{padding-top:65px}.hero-caption{display:none}.scroll-hint{left:auto;right:25px}.trust-grid{grid-template-columns:repeat(2,1fr);gap:25px}.trust-grid>div,.trust-grid>div:first-child{justify-content:flex-start;padding-left:15px}.trust-grid>div:nth-child(2){border:0}.offer-grid{grid-template-columns:1fr 1fr;gap:20px}.offer-note{grid-column:1/-1;padding:20px 0 0;max-width:600px}.offer-note h2 br{display:none}.offer-note p{max-width:550px}.offer-note .small-line{margin-bottom:15px}.process-grid{gap:20px}.process-grid p{font-size:11px}.process-grid h3{font-size:14px}.stages-layout{gap:28px;grid-template-columns:1fr 1fr}summary{font-size:12px;gap:12px}.stage-body{padding-left:26px;padding-right:0}.stage-photo>div{left:20px;right:20px}.stage-photo p{font-size:13px;max-width:200px}.stage-photo #stage-count{position:static;display:block;margin-top:8px}.project-layout{grid-template-columns:1.2fr 1fr;gap:30px}.album-cover{height:370px}.project-note h3{font-size:30px}.project-note dl>div{flex-wrap:wrap;gap:4px 12px}.contact-layout{align-items:flex-start;flex-direction:column;gap:28px}.contact-actions{display:flex;align-items:center;gap:30px}.footer-grid{grid-template-columns:1fr 1fr;gap:25px 40px}}
@media(max-width:600px){.container{width:calc(100% - 36px)}.section{padding:60px 0}.nav-contact{font-size:9px;margin-right:0;gap:7px}.nav-contact svg{width:15px}.hero{min-height:690px}.hero-image{object-position:61% center}.hero-shade{background:linear-gradient(90deg,#0d160ee0,#0d160e7d),linear-gradient(0deg,#0d160e80,transparent)}.hero-content{padding-top:54px;padding-bottom:65px}.hero .eyebrow{font-size:7px;letter-spacing:1.2px;gap:8px;margin-bottom:27px}h1{font-size:clamp(36px,9.3vw,53px);letter-spacing:-1.8px;line-height:1.13}.hero-description{font-size:12px;margin-top:24px}.hero-actions{gap:10px;flex-wrap:wrap;margin-top:28px}.button{padding:13px 17px;font-size:11px;gap:20px;min-height:49px}.hero-actions .outline{gap:16px}.hero-scope{flex-wrap:wrap;margin-top:28px;font-size:11px}.hero-scope small{width:100%;border:0;padding:0;margin-left:0;font-size:10px;letter-spacing:.1px}.scroll-hint{bottom:27px;font-size:20px}.trust-grid{gap:23px 12px;padding:25px 0}.trust-grid>div,.trust-grid>div:first-child{padding-left:0;gap:10px}.trust-grid svg{width:27px;height:27px}.trust strong{font-size:11px}.trust p span{font-size:8px}.section-heading{display:block;margin-bottom:30px}.section-heading>p{margin-top:20px;font-size:12px}.eyebrow{font-size:8px;letter-spacing:1.8px}.offer-grid{grid-template-columns:1fr}.offer-card{padding:26px}.offer-card h3{font-size:25px}.offer-card>p br{display:none}.offer-card .check-list{font-size:12px}.offer-note{padding-top:17px}.offer-note h2{font-size:32px}.process-grid{grid-template-columns:1fr;gap:27px;padding-top:2px}.process-grid li{padding-left:81px;min-height:77px}.step-icon{position:absolute;left:0;top:0;width:55px;height:55px}.process-grid li:not(:last-child):after{content:'';left:27px;top:64px;height:calc(100% - 47px);width:1px;border:0;border-left:1px dashed #b8beac}.process-grid h3{font-size:17px;padding-top:4px;margin-bottom:7px}.process-grid p{font-size:12px;max-width:100%}.stages-layout{display:flex;flex-direction:column;gap:22px}.stage-photo{min-height:320px}.stage-photo>img{object-position:center 60%}.stage-photo p{max-width:100%;font-size:15px}.stage-photo #stage-count{position:absolute;margin:0}.stage-photo>div{bottom:20px}.accordion summary{font-size:13px;padding:22px 0}.stage-body{padding-left:27px;padding-right:15px}.project-layout{grid-template-columns:1fr;gap:32px}.album-cover{height:310px}.project-note{padding:0}.project-note h3{font-size:31px}.project-note h3 br{display:none}.project-note>p{max-width:none}.project-note dl>div{font-size:11px}.project-note .eyebrow{display:block;margin-bottom:12px}.contact{padding:45px 0}.contact h2{font-size:26px;letter-spacing:-1px}.contact-actions{flex-direction:column;align-items:stretch;width:100%;gap:20px}.contact-number{font-size:16px}.contact-actions .button{width:100%}.footer-grid{gap:25px 20px;font-size:10px}.footer-grid h3{font-size:11px}.footer-brand p br{display:none}.footer-bottom{flex-wrap:wrap;font-size:8px}.footer-bottom>span:nth-child(2){display:none}dialog{padding:15px;width:100%;max-height:100dvh;height:100dvh;margin:0;max-width:100%;border:0}.gallery-top{margin-bottom:20px}.gallery-stage{position:relative;padding-bottom:55px}.gallery-stage img{height:56dvh}.gallery-stage .icon-button{position:absolute;bottom:0;width:45px}.gallery-prev{left:calc(50% - 53px)}.gallery-next{right:calc(50% - 53px)}.gallery-bottom>span:last-child{font-size:8px;max-width:200px;text-align:right}.gallery-stage figcaption{font-size:11px}.gallery-thumbs{margin-top:7px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js .reveal.pending{opacity:1;transform:none}}

/* Unified header / hero and an expanded, animated photo viewer. */
.site-header{position:fixed;inset:0 0 auto;height:104px;background:linear-gradient(180deg,#0c130eeb,#0c130e85);border-bottom:1px solid #e4b64f20;transition:background .3s,box-shadow .3s;backdrop-filter:blur(8px)}
.site-header.scrolled{background:#0c130ef5;box-shadow:0 8px 30px #0002}
.site-header .nav-contact{color:#edece2}.site-header .nav-contact svg{color:var(--gold)}
.site-header .logo-crop{width:108px;height:100px;mix-blend-mode:screen}
.site-header .logo-crop img{width:108px;top:-65px;left:0}
.footer-brand .logo-crop{mix-blend-mode:screen}
.hero{min-height:794px}.hero-content{padding-top:177px}
.hero-shade{background:linear-gradient(180deg,#0c130eaa,transparent 32%),linear-gradient(90deg,#0c130ee0,#0c130e94 43%,#0c130e14 80%),linear-gradient(0deg,#0e160e65,transparent 45%)}
#gallery{width:calc(100vw - 40px);max-width:1720px;height:calc(100dvh - 32px);max-height:calc(100dvh - 32px);padding:20px 28px;background:#10160f;border-color:#e4b64f30;overflow:hidden}
#gallery[open]{display:flex;flex-direction:column;animation:gallery-enter .3s ease-out}
.gallery-top{flex-shrink:0;margin-bottom:12px}.gallery-top .eyebrow{margin-bottom:4px}.gallery-top h2{font-size:25px}
.gallery-stage{flex:1;min-height:0;gap:20px}.gallery-stage figure{height:100%;display:flex;flex-direction:column;min-height:0}
.gallery-viewport{position:relative;flex:1;min-height:0;overflow:hidden;background:#090e08}
.gallery-viewport #gallery-image,.gallery-viewport .gallery-outgoing{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:transparent;will-change:transform,opacity}
.gallery-stage figcaption{flex-shrink:0;min-height:20px;margin-top:9px}.gallery-stage .icon-button{width:52px;height:52px;border-radius:50%;transition:background .2s,transform .2s}.gallery-stage .icon-button:hover{transform:scale(1.07)}
.gallery-bottom{flex-shrink:0;padding:10px 0}.gallery-thumbs{flex-shrink:0;gap:9px;padding:5px 2px 2px}.gallery-thumbs button{width:78px;height:53px;flex-basis:78px;transition:opacity .2s,border-color .2s,transform .2s}.gallery-thumbs button:hover{opacity:1;transform:translateY(-2px)}
@keyframes gallery-enter{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}
@media(min-width:1500px){.hero{min-height:874px}.hero-content{padding-top:199px}}
@media(max-width:850px){.site-header{height:88px}.site-header .logo-crop{width:90px;height:84px}.site-header .logo-crop img{width:90px;top:-54px}.site-header nav{top:88px;background:#0c130efc}.hero{min-height:758px}.hero-content{padding-top:153px}}
@media(max-width:600px){.site-header{height:82px}.site-header .logo-crop{width:82px;height:77px}.site-header .logo-crop img{width:82px;top:-49px}.site-header nav{top:82px}.hero{min-height:772px}.hero-content{padding-top:136px}.hero-shade{background:linear-gradient(180deg,#0c130ec0,transparent 35%),linear-gradient(90deg,#0d160ee0,#0d160e7d),linear-gradient(0deg,#0d160e80,transparent)}
#gallery{width:100%;max-width:100%;height:100dvh;max-height:100dvh;margin:0;padding:16px 12px;padding-top:max(16px,env(safe-area-inset-top));padding-bottom:max(12px,env(safe-area-inset-bottom));border:0}.gallery-top{margin-bottom:12px}.gallery-top h2{font-size:22px}.gallery-stage{padding-bottom:54px;gap:0}.gallery-stage .icon-button{width:42px;height:42px}.gallery-stage figcaption{font-size:10px;min-height:17px}.gallery-bottom{padding:10px 0 5px}.gallery-thumbs{margin-top:0}.gallery-thumbs button{width:64px;height:46px;flex-basis:64px}}
@media(prefers-reduced-motion:reduce){#gallery[open]{animation:none}.site-header,.gallery-thumbs button,.gallery-stage .icon-button{transition:none}}.site-header .logo-crop{width:94px;height:90px;clip-path:ellipse(47% 49% at 50% 50%)}
.site-header .logo-crop img{width:94px;top:-57px}
@media(max-width:850px){.site-header .logo-crop{width:80px;height:76px}.site-header .logo-crop img{width:80px;top:-48px}}
@media(max-width:600px){.site-header .logo-crop{width:74px;height:70px}.site-header .logo-crop img{width:74px;top:-45px}}
/* Subtle blinking marker beside the featured project label. */
.status-dot{animation:status-dot-pulse 1.8s ease-in-out infinite}
@keyframes status-dot-pulse{
  0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(228,182,79,.4)}
  50%{opacity:.3;box-shadow:0 0 0 5px rgba(228,182,79,0)}
}
@media(prefers-reduced-motion:reduce){.status-dot{animation:none}}
/* Photographic memories: a brief, skippable introduction. */
body.intro-open{overflow:hidden}
.memory-intro{position:fixed;inset:0;width:100%;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;border:0;background:#0c130e;color:#fff;overflow:hidden;opacity:1;transition:opacity .3s ease,transform .3s ease}
.memory-intro::backdrop{background:transparent;backdrop-filter:none}
.memory-images,.memory-wash{position:absolute;inset:0;pointer-events:none}
.memory-images img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 55%;opacity:0;transform:scale(1.07);filter:saturate(.65) sepia(.13);transition:opacity .3s ease,transform 2.4s cubic-bezier(.2,.65,.3,1)}
.memory-images img.current{opacity:1;transform:scale(1)}
.memory-wash{background:linear-gradient(90deg,#0a120be0,#0a120b25 85%),linear-gradient(0deg,#0a120bd9,transparent 65%,#0a120b80);z-index:1}
.memory-wash:after{content:'';position:absolute;inset:22px;border:1px solid #e4b64f26}
.memory-top,.memory-content,.memory-bottom{position:absolute;z-index:2;left:7vw;right:7vw}
.memory-top{top:6vh;display:flex;justify-content:space-between;align-items:center;gap:20px}
.memory-top>span{font-family:Manrope,Arial,sans-serif;font-size:26px;font-weight:750;letter-spacing:5px;color:#e4b64f}
.memory-top small{display:block;font-size:7px;letter-spacing:2.2px;color:#e8e9df;margin-top:4px}
.memory-skip{color:#f3f3e7;background:#0c130e55;border:1px solid #ffffff40;padding:10px 17px;font-size:11px;display:flex;align-items:center;gap:25px;transition:background .2s}
.memory-skip:hover{background:#e4b64f;color:#151815}
.memory-content{bottom:20vh}.memory-content .eyebrow{color:#e4b64f;font-size:10px}
.memory-content h2{font-size:clamp(45px,6.2vw,94px);font-weight:500;line-height:1.12;letter-spacing:-.055em}.memory-content em{font-style:normal;color:#e4b64f}
.memory-caption{font-size:15px;color:#e3e5db;margin-top:26px;min-height:25px}
.memory-bottom{bottom:7vh;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:8px;letter-spacing:2px;color:#c6ccba}
.memory-count{font-size:12px;color:#e4b64f;white-space:nowrap}
.memory-progress{position:absolute;bottom:0;left:0;width:100%;height:3px;background:#ffffff15;z-index:3}
.memory-progress>span{display:block;width:100%;height:100%;background:#e4b64f;transform-origin:left;animation:memory-progress 2.4s linear both}
.memory-intro.memory-exit{opacity:0;transform:scale(1.025);pointer-events:none}
@keyframes memory-progress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@media(max-width:600px){.memory-top,.memory-content,.memory-bottom{left:27px;right:27px}.memory-wash:after{inset:12px}.memory-top{top:35px}.memory-top>span{font-size:21px}.memory-top small{font-size:5px;letter-spacing:1.4px}.memory-skip{font-size:10px;padding:9px 11px;gap:12px}.memory-content{bottom:22vh}.memory-content h2{font-size:clamp(42px,11vw,62px)}.memory-content .eyebrow{font-size:8px;letter-spacing:1.5px}.memory-caption{font-size:12px;margin-top:20px}.memory-bottom{bottom:40px;font-size:6px;letter-spacing:1.2px}.memory-images img{object-position:center}.memory-wash{background:linear-gradient(0deg,#0a120be8,#0a120b30 90%),linear-gradient(90deg,#0a120b80,transparent)}}
@media(prefers-reduced-motion:reduce){.memory-intro,.memory-images img{transition:none}.memory-progress>span{animation:none}}
/* Architectural line drawing transitions into a photograph of the real house. */
.architectural-intro{background:#0b130f}
.architectural-intro .memory-content{bottom:24vh;right:auto;max-width:52vw}
.architectural-intro .memory-content h2{font-size:clamp(42px,5.1vw,78px)}
.architectural-intro .memory-progress>span{animation-duration:6s}
.architectural-intro .memory-images img{transition:opacity .7s ease,transform 2s ease-out}
.blueprint{position:absolute;inset:0;z-index:2;background-image:linear-gradient(#c4d4be06 1px,transparent 1px),linear-gradient(90deg,#c4d4be06 1px,transparent 1px);background-size:40px 40px;pointer-events:none;transition:opacity .65s ease,transform .8s ease}
.blueprint-house{position:absolute;right:2vw;top:20%;width:54vw;height:62%;stroke-width:1.5;stroke:#e6be68;overflow:visible}
.blueprint-guides{stroke:#b9c8b744;stroke-width:.8;stroke-dasharray:5 7}
.blueprint-lines path{stroke-dasharray:1;stroke-dashoffset:1;animation:draw-house 1.6s cubic-bezier(.3,.1,.3,1) both;animation-delay:calc(var(--order)*.22s)}
.blueprint-labels{stroke:none;fill:#b9c8b780;font-family:monospace;font-size:9px;letter-spacing:3px}
.blueprint-note{position:absolute;right:9vw;bottom:18%;font-family:monospace;font-size:8px;letter-spacing:2px;color:#b9c8b76b}
.blueprint-built .blueprint{opacity:0;transform:scale(1.055)}
@keyframes draw-house{to{stroke-dashoffset:0}}
@media(max-width:700px){.architectural-intro .memory-content{bottom:19vh;right:27px;max-width:none}.architectural-intro .memory-content h2{font-size:clamp(34px,8.7vw,54px)}.blueprint-house{width:94vw;right:3vw;top:15%;height:40%}.blueprint-note{top:53%;bottom:auto;right:8vw;font-size:6px}.architectural-intro .memory-content .eyebrow{margin-bottom:12px}.architectural-intro .memory-caption{font-size:11px}}
@media(prefers-reduced-motion:reduce){.blueprint-lines path{animation:none;stroke-dashoffset:0}.blueprint{transition:none}}
/* Contact inquiry */
.inquiry{background:#f1f1e9}.inquiry-layout{display:grid;grid-template-columns:.85fr 1.4fr;gap:80px;align-items:start}.inquiry-intro h2{font-size:clamp(34px,3.3vw,46px);line-height:1.2}.inquiry-intro>p:not(.eyebrow){font-size:13px;color:var(--muted);line-height:1.95;margin-top:24px;max-width:340px}.inquiry-region{display:flex;align-items:center;gap:17px;margin:30px 0;padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.inquiry-region svg{color:#a47f32;width:33px;height:33px}.inquiry-region strong,.inquiry-region span{display:block}.inquiry-region strong{font-size:14px}.inquiry-region span{font-size:11px;color:var(--muted);margin-top:4px}.inquiry-note>span{font-size:9px;letter-spacing:1.6px;font-weight:700;color:#92712e}.inquiry-note p{font-size:12px;line-height:1.9;color:var(--muted);margin-top:12px;max-width:330px}.inquiry-form{background:#fafaf6;border:1px solid #deded4;padding:32px}.form-availability{display:flex;align-items:flex-start;gap:10px;background:#eae7dc;border-left:2px solid #b99447;padding:13px 15px;margin-bottom:26px;font-size:11px;line-height:1.7;color:#655b42}.form-availability>span{font-size:18px;line-height:1.1}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-grid label{display:block;font-size:11px;font-weight:600}.form-grid label>span{color:#a47b25}.form-grid label>small{font-size:9px;font-weight:400;color:var(--muted)}.form-grid input,.form-grid select,.form-grid textarea{display:block;width:100%;margin-top:8px;border:1px solid #d9dccf;border-radius:0;background:#fff;color:var(--ink);padding:12px 13px;font:400 12px var(--font);min-height:46px;transition:border-color .2s,box-shadow .2s}.form-grid input::placeholder,.form-grid textarea::placeholder{color:#848779}.form-grid textarea{resize:vertical;min-height:140px;line-height:1.8}.form-grid :is(input,select,textarea):focus{outline:none;border-color:#a8863e;box-shadow:0 0 0 3px #b7954920}.form-wide{grid-column:1/-1}.form-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:23px}.form-bottom>small{font-size:9px;color:var(--muted)}.form-bottom .button:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.form-status{font-size:12px;color:#8b6427}.form-status:not(:empty){margin-top:15px}
@media(max-width:1000px){.inquiry-layout{gap:35px;grid-template-columns:.8fr 1.2fr}.inquiry-form{padding:23px}.form-grid{gap:16px}}
@media(max-width:750px){.inquiry-layout{grid-template-columns:1fr;gap:30px}.inquiry-intro>p:not(.eyebrow){max-width:none}.inquiry-note{display:none}.inquiry-region{margin-bottom:0}.inquiry-form{padding:24px}}
@media(max-width:480px){.inquiry-form{padding:20px 16px}.form-grid{grid-template-columns:1fr}.form-grid input,.form-grid select,.form-grid textarea{font-size:16px}.form-bottom{align-items:stretch;flex-direction:column}.form-bottom .button{width:100%}}
.project-layout + .project-layout{margin-top:clamp(48px,7vw,90px);padding-top:clamp(48px,7vw,90px);border-top:1px solid var(--line)}

/* Show the house and lettering without the circular frame in the source image. */
.site-header .logo-crop,.footer-brand .logo-crop{width:132px;height:78px;clip-path:none;mix-blend-mode:screen}
.site-header .logo-crop img,.footer-brand .logo-crop img{width:156px;top:-126px;left:-12px;clip-path:polygon(9% 48.5%,25% 46%,25% 42%,32% 42%,49% 38%,80% 46%,90% 48.5%,90% 54.5%,86% 56%,86% 58.8%,14% 58.8%,14% 56%,9% 54.5%)}
@media(max-width:850px){.site-header .logo-crop{width:116px;height:70px}.site-header .logo-crop img{width:138px;top:-111px;left:-11px}}
@media(max-width:600px){.site-header .logo-crop{width:108px;height:66px}.site-header .logo-crop img{width:128px;top:-103px;left:-10px}}
