
:root{
  --ink:#0b0b0b; --char:#141414; --cream:#fefaea; --paper:#f7f1e5;
  --gold:#c8923d; --gold2:#e6b962; --muted:#767069; --white:#fff;
  --radius:28px; --max:1240px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Manrope,system-ui,sans-serif;color:var(--ink);background:var(--cream);line-height:1.55}
img{display:block;width:100%} a{color:inherit;text-decoration:none}
.site-header{position:fixed;z-index:50;top:18px;left:50%;transform:translateX(-50%);width:min(calc(100% - 32px),1240px);height:72px;display:flex;align-items:center;justify-content:space-between;padding:9px 12px 9px 10px;background:rgba(254,250,234,.88);backdrop-filter:blur(18px);border:1px solid rgba(10,10,10,.09);border-radius:22px;box-shadow:0 12px 40px rgba(0,0,0,.12)}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.14em}.brand img{width:52px;height:52px;object-fit:cover;border-radius:13px}.brand-name{font-size:14px}
.nav{display:flex;align-items:center;gap:27px;font-size:13px;font-weight:700}.nav a:not(.nav-cta):hover{color:var(--gold)}
.nav-cta{padding:13px 19px;background:var(--ink);color:white;border-radius:14px}
.menu-btn{display:none;border:0;background:none;font-size:24px}
.hero{position:relative;min-height:760px;height:100svh;overflow:hidden;background:#111;color:white}
.hero-media,.hero-overlay{position:absolute;inset:0}.hero-media img{height:100%;object-fit:cover}.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.58) 40%,rgba(0,0,0,.12) 76%),linear-gradient(0deg,rgba(0,0,0,.45),transparent 48%)}
.hero-content{position:relative;z-index:2;width:min(calc(100% - 48px),var(--max));margin:auto;padding-top:210px}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800;color:var(--gold2)}.eyebrow.dark{color:#946822}
.hero h1,.section h2,.portfolio h2,.cta-band h2,.contact h2{font-size:clamp(48px,7vw,96px);line-height:.96;letter-spacing:-.055em;margin:22px 0}.hero h1 em,.section h2 em,.portfolio h2 em,.contact h2 em{font-family:"Playfair Display",serif;font-weight:600;color:var(--gold2)}
.hero p{max-width:630px;font-size:18px;color:rgba(255,255,255,.78)}.hero-actions,.cta-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border-radius:15px;font-weight:800;font-size:14px;border:1px solid rgba(255,255,255,.25)}
.btn-gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#111;border:0}.btn-ghost{color:white;background:rgba(255,255,255,.06);backdrop-filter:blur(10px)}
.hero-stats{position:absolute;z-index:2;right:max(24px,calc((100vw - 1240px)/2));bottom:34px;display:grid;grid-template-columns:repeat(3,1fr);background:rgba(10,10,10,.7);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.14);border-radius:20px;overflow:hidden}
.hero-stats div{padding:18px 24px;border-left:1px solid rgba(255,255,255,.12)}.hero-stats div:first-child{border:0}.hero-stats strong,.hero-stats span{display:block}.hero-stats strong{font-size:15px}.hero-stats span{font-size:11px;color:#bbb;margin-top:3px}
.section{width:min(calc(100% - 44px),var(--max));margin:auto;padding:110px 0}
.intro{display:grid;grid-template-columns:1.25fr .75fr;gap:80px;align-items:end}.intro h2,.section-head h2,.contact h2{font-size:clamp(42px,5.2vw,72px)}.intro h2 em,.section-head h2 em,.contact h2 em{color:#a6752f}.intro-copy{font-size:17px;color:#5f5a54}.intro-copy p+p{margin-top:24px}
.services{padding-top:50px}.section-head{max-width:820px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:48px}.service-grid article{min-height:230px;padding:30px;border:1px solid rgba(0,0,0,.11);border-radius:22px;background:rgba(255,255,255,.32);transition:.25s}.service-grid article:hover{transform:translateY(-4px);background:#fff;box-shadow:0 18px 50px rgba(0,0,0,.08)}.service-grid span{color:var(--gold);font-weight:800;font-size:12px}.service-grid h3{font-size:22px;margin:55px 0 10px}.service-grid p{margin:0;color:#716a62;font-size:14px}
.portfolio{background:var(--ink);color:white;padding-bottom:100px}.portfolio-head{display:grid;grid-template-columns:1fr .6fr;gap:80px;align-items:end}.portfolio-head h2{font-size:clamp(42px,5.2vw,72px);margin-bottom:0}.portfolio-head p{color:#aaa}.gallery{width:min(calc(100% - 44px),var(--max));margin:auto;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:360px;gap:12px}.gallery-item{position:relative;margin:0;overflow:hidden;border-radius:22px;background:#222}.gallery-item.tall{grid-row:span 2}.gallery-item.wide{grid-column:span 2}.gallery-item img{height:100%;object-fit:cover;transition:transform .55s ease}.gallery-item:hover img{transform:scale(1.04)}.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),transparent 52%)}.gallery-item figcaption{position:absolute;z-index:2;left:22px;right:22px;bottom:20px}.gallery-item figcaption span{display:block;font-size:20px;font-weight:800}.gallery-item figcaption small{color:#c7c7c7}.portfolio-note{width:min(calc(100% - 44px),var(--max));margin:20px auto 0;color:#777;font-size:11px}
.process{padding-top:105px}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:48px}.process-grid div{padding:24px 22px;border-top:2px solid #d8c6a6}.process-grid b{font-size:12px;color:#aa7830}.process-grid h3{font-size:20px;margin:36px 0 8px}.process-grid p{font-size:13px;color:#777;margin:0}
.cta-band{width:min(calc(100% - 44px),var(--max));margin:0 auto 100px;padding:58px;border-radius:32px;background:linear-gradient(135deg,#111,#1f1b16);color:#fff;display:flex;justify-content:space-between;align-items:end;gap:30px}.cta-band h2{font-size:clamp(38px,4vw,60px);margin:13px 0}.cta-band p{color:#aaa;margin:0}.cta-band .btn-ghost{border-color:#444}
.contact{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding-top:30px}.contact-card{padding:48px;border-radius:28px;background:#f2e7d2}.contact-image{border-radius:28px;overflow:hidden;min-height:560px}.contact-image img{height:100%;object-fit:cover}.contact-links{display:grid;gap:12px;margin-top:44px}.contact-links a,.contact-links>div{display:flex;justify-content:space-between;gap:30px;padding:18px 0;border-top:1px solid rgba(0,0,0,.12)}.contact-links small{color:#847b70}.contact-links strong{text-align:right;font-size:14px}
footer{width:min(calc(100% - 44px),var(--max));margin:0 auto;padding:40px 0 60px;border-top:1px solid rgba(0,0,0,.12);display:grid;grid-template-columns:1fr auto auto;gap:30px;align-items:center;font-size:12px;color:#756f67}.footer-brand{display:flex;align-items:center;gap:12px;color:#111}.footer-brand img{width:54px;border-radius:12px}.footer-brand strong,.footer-brand span{display:block}.footer-brand strong{letter-spacing:.16em}.footer-brand span{font-family:"Playfair Display",serif;color:#8d6327}
.floating-call{position:fixed;z-index:60;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold2),var(--gold));box-shadow:0 12px 30px rgba(0,0,0,.25);font-size:24px}
@media(max-width:900px){
 .site-header{top:10px}.brand-name{display:none}.menu-btn{display:block}.nav{position:absolute;top:79px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;padding:18px;background:var(--cream);border-radius:20px;box-shadow:0 15px 40px rgba(0,0,0,.16)}.nav.open{display:flex}.nav a{padding:9px 4px}.nav-cta{text-align:center}
 .hero{min-height:760px}.hero-content{padding-top:180px}.hero h1{font-size:62px}.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.26)),linear-gradient(0deg,rgba(0,0,0,.54),transparent 55%)}.hero-stats{left:22px;right:22px;bottom:20px}.hero-stats div{padding:14px}
 .intro,.portfolio-head,.contact{grid-template-columns:1fr;gap:32px}.service-grid{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr;grid-auto-rows:330px}.gallery-item.tall{grid-row:span 1}.gallery-item.wide{grid-column:span 2}.process-grid{grid-template-columns:1fr 1fr}.cta-band{align-items:flex-start;flex-direction:column}.contact-image{min-height:400px}footer{grid-template-columns:1fr;gap:14px}
}
@media(max-width:560px){
 .hero-content{width:calc(100% - 32px);padding-top:150px}.hero h1{font-size:52px}.hero p{font-size:16px}.hero-stats{grid-template-columns:1fr 1fr}.hero-stats div:nth-child(3){display:none}
 .section{width:calc(100% - 32px);padding:80px 0}.service-grid{grid-template-columns:1fr}.service-grid article{min-height:190px}.gallery{width:calc(100% - 20px);grid-template-columns:1fr;grid-auto-rows:360px}.gallery-item.wide{grid-column:span 1}.portfolio-head{width:calc(100% - 32px)}.process-grid{grid-template-columns:1fr}.cta-band{width:calc(100% - 24px);padding:36px 28px}.contact-card{padding:30px 24px}.contact-links a,.contact-links>div{display:block}.contact-links strong{text-align:left;display:block;margin-top:4px;word-break:break-word}
}
