:root{--ink:#373737;--muted:#666;--gold:#c7a457;--line:#e9e9e9}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font:16px/1.65 Arial,Helvetica,sans-serif;background:#fff}
a{color:inherit}
button{font:inherit}
.skip-link{position:absolute;top:-60px;left:12px;z-index:100;background:#fff;padding:8px 14px}
.skip-link:focus{top:10px}
.site-header{height:80px;background:#fff;position:relative;z-index:10;box-shadow:0 1px 5px #00000012}
.header-inner{max-width:1080px;height:100%;margin:auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center}
.brand img{display:block;width:118px;height:auto}
.site-header nav{display:flex;align-items:center;gap:28px}
.site-header nav a{text-decoration:none;font-size:14px;font-weight:600;color:#666}
.site-header nav a:hover,.site-header nav a[aria-current="page"]{color:#68afe3}
.hero{position:relative;width:100%;height:min(59vw,610px);min-height:350px;background:#ddd;overflow:hidden}
.slides,.slide{position:absolute;inset:0;width:100%;height:100%}
.slide{object-fit:cover;object-position:center 43%;opacity:0;transition:opacity .65s ease}
.slide.is-active{opacity:1}
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:64px;border:0;background:#0005;color:white;font-size:42px;font-weight:200;line-height:1;cursor:pointer;opacity:0;transition:opacity .2s}
.hero:hover .hero-arrow,.hero-arrow:focus-visible{opacity:1}
.hero-arrow.previous{left:14px}.hero-arrow.next{right:14px}
.hero-dots{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:9px}
.hero-dots button{width:9px;height:9px;border:1px solid #fff;border-radius:50%;padding:0;background:#ffffff85;cursor:pointer}
.hero-dots button.is-active{background:#fff}
.section-wrap{max-width:1080px;margin:auto;padding:75px 22px 78px}
.intro{text-align:center}
.intro h1{font-size:30px;line-height:1.35;margin:0 0 70px;font-weight:700}
.services{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.service{display:flex;flex-direction:column;align-items:center;gap:22px}
.service h2{margin:0;font-size:18px;font-weight:400;white-space:nowrap}
.camera-icon{width:78px;height:56px;display:block;position:relative;border:5px solid var(--gold);border-radius:5px;margin-top:12px}
.camera-icon:before{content:"";position:absolute;left:12px;top:-12px;width:32px;height:9px;border:5px solid var(--gold);border-bottom:0;border-radius:6px 6px 0 0}
.camera-icon:after{content:"";position:absolute;left:20px;top:11px;width:27px;height:27px;border:5px solid var(--gold);border-radius:50%;background:#fff}
.tagline{font-size:27px;font-weight:700;line-height:1.4;margin:72px 0 0}
.contact-cta{min-height:460px;background:#eee url('/assets/hero-landscape.jpg') center 48%/cover no-repeat;display:grid;place-items:center;text-align:center}
.contact-cta-inner{padding:35px 20px;max-width:900px;text-shadow:0 1px 3px #fff9}
.contact-cta h2{font-size:28px;font-weight:400;margin:0 0 10px}
.contact-cta p{font-size:17px;margin:0 0 42px}
.button{display:inline-block;padding:10px 22px;border:2px solid var(--gold);background:#ffffff45;color:#353535;text-decoration:none;font-size:17px;transition:background .2s,color .2s}
.button:hover,.button:focus-visible{background:var(--gold);color:#fff}
.site-footer{background:#171717;color:#888;padding:12px 22px;font-size:13px}
.site-footer p{max-width:1080px;margin:auto}
.contact-page{min-height:calc(100vh - 122px);display:grid;grid-template-columns:1fr 1fr}
.contact-photo{background:#eee url('/assets/hero-landscape.jpg') center/cover no-repeat;min-height:620px}
.contact-panel{align-self:center;max-width:560px;padding:60px clamp(28px,6vw,90px)}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;color:var(--gold);font-weight:700}
.contact-panel h1{font-size:clamp(32px,3vw,48px);line-height:1.18;margin:20px 0}
.contact-panel p{color:var(--muted)}
.contact-panel .button{margin-top:16px}
.contact-form{display:grid;gap:9px;margin-top:30px}
.contact-form label{font-weight:600;font-size:14px}
.contact-form input,.contact-form textarea{width:100%;border:1px solid #bbb;border-radius:2px;background:#fff;color:var(--ink);padding:11px 12px;font:inherit;margin-bottom:8px}
.contact-form input:focus-visible,.contact-form textarea:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
.contact-form textarea{resize:vertical}
.contact-form .button{justify-self:start;cursor:pointer;margin-top:10px}
.contact-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
@media(max-width:800px){.services{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 20px}.service h2{white-space:normal}.contact-page{grid-template-columns:1fr}.contact-photo{min-height:300px}.contact-panel{max-width:none;padding:54px 30px}.hero{height:56vw;min-height:310px}}
@media(max-width:500px){.site-header{height:68px}.brand img{width:100px}.site-header nav{gap:18px}.hero{height:390px}.hero-arrow{opacity:1;width:32px;height:48px;font-size:32px}.intro h1{font-size:24px;margin-bottom:48px}.section-wrap{padding-top:55px;padding-bottom:55px}.services{gap:34px 14px}.service h2{font-size:15px}.camera-icon{transform:scale(.8);margin-bottom:-6px}.tagline{font-size:22px;margin-top:56px}.contact-cta{min-height:390px}.contact-cta h2{font-size:24px}.contact-cta p{font-size:15px}.contact-panel{padding:45px 24px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.slide,.hero-arrow,.button{transition:none}}
