
:root{--bg:#f7f4ee;--paper:#fffdfa;--ink:#312b25;--muted:#756d65;--line:#e6ded3;--accent:#8a7d52;--accent-dark:#6f633d;--soft:#eee8dc;--shadow:0 18px 44px rgba(48,39,31,.10)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Manrope,Arial,sans-serif;line-height:1.55}
img{max-width:100%;display:block}
a{color:inherit}
.serif{font-family:"Cormorant Garamond",Georgia,serif;font-weight:500;letter-spacing:0}
.container{width:min(1180px,calc(100% - 48px));margin:0 auto}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
header{position:sticky;top:0;z-index:40;background:rgba(247,244,238,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{height:76px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:210px}
.brand strong{display:block;font-family:"Cormorant Garamond",Georgia,serif;font-size:22px;line-height:1}
.brand small{display:block;text-transform:uppercase;font-size:10px;letter-spacing:.16em;color:var(--muted);margin-top:4px}
.monogram{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--ink);font-family:Georgia,serif;font-size:22px}
nav{display:flex;align-items:center;justify-content:center;gap:28px;flex:1}
nav a{text-decoration:none;font-size:14px;color:#4d463e}
nav a[aria-current=page]{color:var(--accent-dark);font-weight:700}
.mobile-toggle{display:none;border:0;background:transparent;font-size:28px;color:var(--ink)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:1px solid var(--accent);background:var(--accent);color:#fff;text-decoration:none;font-weight:700;font-size:14px;cursor:pointer}
.btn.ghost{background:transparent;color:var(--accent-dark)}
.btn:hover{background:var(--accent-dark);border-color:var(--accent-dark);color:#fff}
section{padding:86px 0;border-bottom:1px solid rgba(230,222,211,.72)}
.hero{padding:86px 0 70px;background:linear-gradient(90deg,#f9f6ef 0%,#f4eee4 100%)}
.hero-grid,.page-grid,.result-grid,.contact-panel{display:grid;grid-template-columns:1fr 1.08fr;gap:64px;align-items:center}
.hero h1{font-size:72px;line-height:.92;margin:12px 0 18px}
.hero-lead,.inner-hero p{font-size:20px;color:#5f574f;max-width:600px}
.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800;color:#b49b79}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:36px;color:#6d655e;font-size:13px}
.hero-facts span{border-top:1px solid var(--line);padding-top:12px}
.hero-photo img,.hero-card-img{width:100%;height:520px;object-fit:cover;object-position:center center;border-radius:10px;box-shadow:var(--shadow)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}
.section-head.center{text-align:center;justify-content:center}
.title{font-size:48px;line-height:1;margin:8px 0 0}
.approach-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.approach-grid article,.process-grid article,.service-list li{border:1px solid var(--line);background:rgba(255,253,250,.78);padding:28px;border-radius:8px}
.approach-grid span,.process-grid span{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid var(--accent);color:var(--accent-dark);margin-bottom:16px}
.approach-grid h3,.process-grid h3{font-family:Georgia,serif;font-weight:500;font-size:24px;line-height:1.08;margin:0 0 8px}
.approach-grid p,.process-grid p,.direction-card em,.property-copy span{color:var(--muted);font-size:14px}
.direction-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.direction-card{display:grid;text-decoration:none;color:var(--ink);background:var(--paper);border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 10px 26px rgba(48,39,31,.06)}
.direction-card img{height:320px;width:100%;object-fit:cover;filter:saturate(.95)}
.direction-card span{display:grid;gap:8px;padding:24px;text-align:center}
.direction-card strong{font-family:Georgia,serif;font-size:27px;font-weight:500;line-height:1}
.direction-card b{color:var(--accent-dark);font-size:15px}
.portfolio-note{text-align:center;color:var(--muted);font-size:13px;margin:18px 0 0}
.result-band{background:#eee7dc}
.result-grid img{height:360px;width:100%;object-fit:cover;border-radius:8px}
.result-grid h2{font-size:48px;line-height:1;margin:12px 0 18px}
.check-list{padding:0;margin:0;list-style:none;display:grid;gap:10px}
.check-list li:before{content:"✓";color:var(--accent-dark);font-weight:800;margin-right:10px}
.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.inner-hero{background:linear-gradient(90deg,#faf8f3,#f1eadf)}
.inner-hero h1{font-size:64px;line-height:.95;margin:12px 0 18px}
.lead strong{color:var(--accent-dark)}
.service-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.story-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.story-gallery article{background:var(--paper);border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 10px 24px rgba(48,39,31,.05)}
.story-gallery img{width:100%;height:290px;object-fit:cover}
.story-gallery h3{font-family:Georgia,serif;font-size:25px;line-height:1.05;font-weight:500;margin:20px 20px 8px}
.story-gallery p{margin:0 20px 24px;color:var(--muted);font-size:14px}
.property-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.property-card{appearance:none;text-align:left;border:1px solid var(--line);background:var(--paper);border-radius:8px;overflow:hidden;padding:0;color:var(--ink);box-shadow:0 10px 24px rgba(48,39,31,.06);cursor:pointer}
.property-image{display:block;height:260px;overflow:hidden;background:#e7ded3}
.property-image img{width:100%;height:100%;object-fit:cover}
.property-copy{display:grid;gap:8px;padding:22px}
.property-copy strong{font-family:Georgia,serif;font-size:25px;font-weight:500;line-height:1}
.property-copy em{font-style:normal;color:var(--accent-dark);font-weight:800;font-size:13px}
.gallery-modal{position:fixed;inset:0;z-index:90;display:none;align-items:center;justify-content:center;padding:22px;background:rgba(35,30,26,.72);backdrop-filter:blur(10px)}
.gallery-modal.open{display:flex}
.gallery-dialog{width:min(1120px,100%);max-height:92vh;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:14px;background:var(--paper);border:1px solid var(--line);border-radius:12px;box-shadow:0 30px 80px rgba(0,0,0,.28);padding:18px}
.gallery-head{display:flex;align-items:center;justify-content:space-between;gap:14px}
.gallery-head h2{margin:0;font-family:Georgia,serif;font-size:28px;font-weight:500}
.gallery-close{width:42px;height:42px;border:1px solid var(--line);background:#fff;color:var(--ink);font-size:26px;line-height:1;cursor:pointer}
.gallery-main{min-height:0;display:grid;place-items:center;background:#211c17;border-radius:8px;overflow:hidden}
.gallery-main img{max-height:62vh;width:100%;height:100%;object-fit:contain}
.gallery-thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:92px;gap:10px;overflow-x:auto}
.gallery-thumbs button{height:66px;border:2px solid transparent;padding:0;background:#ddd;cursor:pointer;border-radius:6px;overflow:hidden}
.gallery-thumbs button.active{border-color:var(--accent)}
.gallery-thumbs img{width:100%;height:100%;object-fit:cover}
.contact-section{background:#f5efe5}
.contact-panel{background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:44px;align-items:start}
.contact-panel h2{font-size:48px;line-height:1;margin:10px 0 12px}
.contact-list{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:8px;color:var(--muted)}
.contact-form{display:grid;gap:14px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
input,textarea{width:100%;border:1px solid var(--line);background:#fff;padding:15px 16px;font:inherit;border-radius:0}
textarea{min-height:130px;resize:vertical}
.consent-line{display:flex;gap:10px;align-items:flex-start;color:#5e554d;font-size:13px}
.consent-line input{width:auto;margin-top:3px}
.fine{font-size:12px;color:var(--muted);margin:0}
footer{background:#211c17;color:#eee7dc;padding:34px 0}
.footer-grid{display:grid;grid-template-columns:1.1fr 1.4fr;gap:28px;align-items:start}
.legal-block{display:grid;gap:4px;color:#e8ded3;font-size:13px}
.footer-links{display:flex;flex-wrap:wrap;gap:12px 18px;justify-content:flex-end}
.footer-links a{color:#e8ded3;text-decoration:none;font-size:13px}
.legal-hero{padding:70px 0 32px}
.legal-hero h1{font-size:58px;margin:8px 0 12px}
.legal-layout{display:grid;gap:18px;padding-bottom:80px}
.legal-section{padding:28px;border:1px solid var(--line);background:var(--paper);border-radius:8px}
.legal-section h2{font-family:Georgia,serif;font-size:30px;font-weight:500;margin:0 0 12px}
.legal-section p{margin:0 0 10px;color:#5f574f}
.theme-animals{--accent:#8a753e;--accent-dark:#6d5b2e;--soft:#f1e8d6}
.theme-kids{--accent:#9a8f54;--accent-dark:#756d3d;--soft:#f5edd7}
.theme-real{--accent:#6f7d7f;--accent-dark:#526365;--soft:#e9eeec}
.theme-legal{--accent:#806f56;--accent-dark:#5f513f}
@media (max-width:950px){.hero-grid,.page-grid,.result-grid,.contact-panel,.footer-grid{grid-template-columns:1fr}.approach-grid,.process-grid{grid-template-columns:1fr 1fr}.direction-grid,.story-gallery,.property-gallery{grid-template-columns:1fr 1fr}.hero h1,.inner-hero h1{font-size:54px}.nav-btn{display:none}nav{display:none;position:absolute;top:76px;left:0;right:0;background:var(--paper);padding:18px;border-bottom:1px solid var(--line)}nav.open{display:grid}.mobile-toggle{display:block;margin-left:auto}.footer-links{justify-content:flex-start}}
@media (max-width:640px){.container{width:min(100% - 28px,1180px)}section{padding:58px 0}.nav{height:64px}.brand strong{font-size:18px}.monogram{width:34px;height:34px;font-size:18px}.hero{padding:52px 0}.hero h1,.inner-hero h1{font-size:46px}.hero-lead,.inner-hero p{font-size:17px}.hero-photo img,.hero-card-img{height:360px;object-position:center center}.hero-facts,.approach-grid,.process-grid,.direction-grid,.story-gallery,.property-gallery,.form-row{grid-template-columns:1fr}.direction-card img,.story-gallery img{height:245px}.title,.result-grid h2,.contact-panel h2{font-size:38px}.contact-panel{padding:24px}.gallery-modal{padding:10px}.gallery-thumbs{grid-auto-columns:74px}.gallery-thumbs button{height:56px}}
