:root{--ink:#202d2a;--muted:#56655f;--green:#155a50;--accent:#d8ef81;--line:#dce4df;--paper:#fff;--soft:#f2f6f3;font-family:Tahoma,Arial,sans-serif;color:var(--ink);background:var(--paper);font-size:16px;line-height:1.8;letter-spacing:0}*{box-sizing:border-box}body{margin:0}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}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.4}h2{font-size:34px}h3{font-size:21px}p{color:var(--muted)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #287fa7;outline-offset:4px}button:disabled{opacity:.6;cursor:wait}[hidden]{display:none!important}.wrap{width:min(1240px,calc(100% - 64px));margin-inline:auto}.skip-link{position:fixed;top:-100px;right:16px;background:#fff;z-index:20;padding:12px}.skip-link:focus{top:8px}.site-header{background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:5}.header-inner{min-height:96px;display:flex;align-items:center;gap:32px;justify-content:space-between}.brand{display:flex;flex-direction:column}.brand-name{font-size:27px;font-weight:800;color:var(--green)}.brand-sub{font-size:10px;color:var(--muted)}#site-nav{display:flex;gap:28px;font-size:14px}#site-nav a:hover{color:var(--green);text-decoration:underline;text-underline-offset:8px}.button{display:inline-flex;justify-content:center;align-items:center;gap:22px;min-height:50px;padding:12px 23px;background:var(--green);color:#fff;border:1px solid var(--green);border-radius:4px;font-weight:700;font-size:14px;line-height:1.6;text-align:center}.button:hover{background:#104b42}.button.small{min-height:42px;padding:9px 16px;gap:14px}.button.secondary{background:transparent;color:var(--green)}.button.secondary:hover{background:#e7f0eb}.icon-button{width:44px;height:44px;display:inline-grid;place-items:center;border:1px solid var(--line);background:transparent;color:inherit;font-size:25px;border-radius:4px;flex-shrink:0}.menu-toggle{display:none}.studio-hero{position:relative;height:min(680px,calc(100svh - 160px));min-height:430px;background:#244139;color:#fff;isolation:isolate}.studio-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(270deg,rgba(8,29,23,.65),rgba(8,29,23,.08) 72%);z-index:-1}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:38% 45%;z-index:-2}.hero-inner{height:100%;display:flex;align-items:center}.hero-copy{max-width:490px;padding-bottom:30px}.eyebrow{display:block;color:var(--green);font-size:12px;font-weight:700;margin-bottom:12px}.hero-copy .eyebrow{color:var(--accent)}.hero-copy h1{font-size:58px;margin-bottom:20px}.hero-copy p{font-size:19px;line-height:2;color:#fff;max-width:440px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-actions .button{background:var(--accent);color:#173d32;border-color:var(--accent)}.hero-actions .glass{background:#153e3599;color:white;border-color:#ffffff90}.hero-bottom{position:absolute;bottom:22px;inset-inline:0;display:flex;justify-content:space-between;align-items:center;font-size:12px}.hero-bottom a{font-size:24px}.studio-section{padding-block:76px;scroll-margin-top:24px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:32px}.section-heading>p{max-width:390px;font-size:14px}.services-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-block:1px solid var(--line)}.service-link{padding:24px 18px;display:grid;grid-template-columns:1fr auto;gap:20px;border-inline-end:1px solid var(--line)}.service-link:last-child{border:0}.service-number{grid-column:1/-1;font-size:12px;color:var(--muted)}.service-link h3{font-size:16px}.service-link:hover{background:var(--soft)}.section-packages,.section-about,.section-contact{background:var(--soft)}.packages-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.package{background:#fff;border:1px solid var(--line);border-radius:6px;overflow:hidden;display:flex;flex-direction:column}.package>img{width:100%;height:300px;object-fit:cover;object-position:center 35%}.package-body{padding:26px;display:flex;flex-direction:column;flex:1}.package-body>p{font-size:14px;margin-top:12px}.package ul{padding-right:20px;font-size:14px;margin-block:18px 25px}.package li::marker{color:var(--green)}.package-footer{margin-top:auto;display:flex;gap:16px;flex-wrap:wrap;align-items:center;justify-content:space-between}.package-footer strong{font-size:13px}.gallery-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.gallery-filters button{border:1px solid var(--line);background:white;border-radius:4px;padding:9px 16px;color:var(--muted);font-size:14px}.gallery-filters button.active{background:var(--green);border-color:var(--green);color:white}.gallery-filters span{margin-inline-start:8px;font-size:11px}.gallery-note{font-size:12px;margin-bottom:22px}.photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.photo{position:relative;overflow:hidden;aspect-ratio:3/4;background:var(--soft);border-radius:4px}.photo img{height:100%;width:100%;object-fit:cover;transition:transform .25s}.photo:hover img{transform:scale(1.035)}.photo>span{position:absolute;bottom:0;inset-inline:0;background:#153b30d9;color:#fff;padding:12px 15px;font-size:12px;display:flex;justify-content:space-between}.gallery-more{display:flex;margin:28px auto 0}.feature-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.feature-layout>img{width:100%;height:460px;object-fit:cover;border-radius:4px}.feature-layout>div:only-child{grid-column:1/-1;max-width:780px}.feature-layout h2{margin-bottom:22px}.feature-layout p{margin-bottom:28px;line-height:2.1}.preserve-lines{white-space:pre-line}.section-albums{border-top:1px solid var(--line)}.request-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:72px}.request-layout h2{margin-bottom:20px}.request-steps{padding:0;list-style:none;counter-reset:steps;margin-top:32px}.request-steps li{counter-increment:steps;position:relative;padding:0 50px 24px 0}.request-steps li:before{content:counter(steps,decimal-leading-zero);position:absolute;right:0;top:0;color:var(--green);font-size:14px}.request-steps strong,.request-steps span{display:block}.request-steps span{font-size:13px;color:var(--muted)}.request-form{min-width:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid label{font-size:13px;font-weight:700;min-width:0}.form-grid .full{grid-column:1/-1}input,select,textarea{display:block;width:100%;border:1px solid #b5c5bc;background:#fff;color:var(--ink);border-radius:4px;padding:12px;margin-top:7px;min-height:48px;min-width:0}textarea{resize:vertical}.muted{color:var(--muted);font-weight:400}.consent{display:flex;gap:12px;align-items:flex-start;font-size:12px;margin-block:20px}.consent input{width:18px;min-height:18px;margin:3px 0 0;flex-shrink:0;accent-color:var(--green)}.consent a,.text-link{text-decoration:underline;text-underline-offset:4px}.submit-button{width:100%}.form-footnote{font-size:12px;text-align:center;margin-top:10px}.form-message{padding:16px;margin-bottom:20px;border:1px solid;border-radius:4px;font-size:14px}.success{background:#eff9ed;color:#24512a}.error{background:#fff1f1;color:#9b2828}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px}.contact-grid .muted{display:block;font-size:12px;margin-bottom:14px}.contact-grid p{font-size:14px;margin-block:10px}.contact-grid a{display:block;overflow-wrap:anywhere}.contact-phone{font-size:24px;text-align:right;color:var(--green);font-weight:700}.site-footer{background:#133e35;color:#e6eee9;padding:30px 0;font-size:12px}.site-footer>.wrap:first-child{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.site-footer .brand-name{color:white;font-size:23px}.privacy{margin-top:20px;border-top:1px solid #ffffff30;padding-top:16px}.privacy summary{cursor:pointer}.privacy p{color:#d4e4da;margin-top:12px;max-width:800px}dialog{width:min(1000px,calc(100% - 24px));max-height:calc(100dvh - 24px);padding:14px;border:0;border-radius:6px;background:#fff;color:var(--ink)}dialog::backdrop{background:#0a181be6}#photo-large{margin:auto;max-width:100%;max-height:calc(100dvh - 180px);object-fit:contain}.lightbox-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:10px;font-size:13px}.lightbox-controls{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:10px;font-size:12px}
@media(max-width:1100px){.header-inner{gap:20px}#site-nav{gap:16px}.hero-copy{max-width:430px}.hero-copy h1{font-size:46px}.packages-grid{gap:16px}.package-body{padding:20px}.feature-layout,.request-layout{gap:36px}.services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-link{border-bottom:1px solid var(--line)}.photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){.wrap{width:calc(100% - 32px)}.header-inner{min-height:80px;gap:12px;flex-wrap:wrap;padding-block:12px}.brand{margin-inline-end:auto}.brand-name{font-size:22px}.brand-sub{font-size:8px}.menu-toggle{display:inline-grid}.header-inner>.button{min-height:42px;padding:9px 12px;font-size:12px;gap:8px}#site-nav{display:none;order:5;width:100%;flex-wrap:wrap;gap:18px;padding:10px 0}#site-nav.open{display:flex}.studio-hero{height:640px;max-height:calc(100svh - 130px);min-height:490px}.hero-image{object-position:27% 35%}.studio-hero:after{background:linear-gradient(0deg,rgba(8,29,23,.85),rgba(8,29,23,.05) 78%)}.hero-inner{align-items:flex-end}.hero-copy{padding-bottom:75px;max-width:100%}.hero-copy .eyebrow{margin-bottom:8px}.hero-copy h1{font-size:36px;margin-bottom:10px}.hero-copy p{font-size:15px;max-width:360px;line-height:1.8}.hero-actions{margin-top:18px}.hero-bottom{bottom:18px;font-size:10px}.studio-section{padding-block:46px}h2{font-size:28px}.section-heading{display:block;margin-bottom:25px}.section-heading>p{margin-top:14px}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-link{padding:18px 12px;gap:12px}.service-link h3{font-size:14px}.services-grid>.service-link:last-child{grid-column:1/-1}.packages-grid{grid-template-columns:1fr}.package{display:grid;grid-template-columns:40% 60%}.package>img{height:100%;min-height:340px}.package-body{padding:20px 16px}.package h3{font-size:20px}.package ul{font-size:12px}.package-body>p{font-size:12px}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.photo>span{font-size:10px;padding:10px;line-height:1.5}.gallery-filters button{padding:8px 11px;font-size:12px}.feature-layout,.request-layout{grid-template-columns:1fr;gap:28px}.feature-layout>img{height:340px}.contact-grid{grid-template-columns:1fr;gap:26px}.contact-grid .muted{margin-bottom:8px}.form-grid{gap:16px}.site-footer>.wrap:first-child{align-items:flex-start;flex-direction:column}}
@media(max-width:399px){.header-inner{gap:8px}.brand-name{font-size:19px}.brand-sub{font-size:7px}.header-inner>.button{font-size:11px;padding:9px}.studio-hero{min-height:450px}.hero-copy h1{font-size:30px}.hero-copy p{font-size:14px}.package{display:flex}.package>img{height:280px;min-height:0}.form-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:1fr}.service-link{border-inline:0}.photo-grid{gap:8px}.gallery-filters{gap:6px}.gallery-filters span{margin-inline-start:4px}}
.honeypot{position:fixed;inset:0 auto auto 0;clip-path:inset(50%);width:1px;height:1px;overflow:hidden}
:root{font-family:'Cairo',Tahoma,Arial,sans-serif;font-weight:400}
h1,h2,.brand-name{font-weight:800}
h3,.button{font-weight:700}
.form-grid label,.gallery-filters button,#site-nav{font-weight:600}
.section-about .feature-layout>img,.section-albums .feature-layout>img{object-fit:contain;background:#fff}
@media(max-width:767px){.hero-image{object-position:16% 35%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
