:root{--ink:#261d21;--muted:#6e5f66;--rose:#b96185;--rose2:#e9c6d4;--cream:#fff9fb;--card:#fff;--line:#ecdde3;--shadow:0 18px 50px rgba(64,34,46,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream);line-height:1.6}a{color:inherit}img{width:100%;display:block;object-fit:cover}.wrap{width:min(1160px,calc(100% - 36px));margin:auto}.topbar{background:#261d21;color:#fff;text-align:center;padding:8px 16px;font-size:13px;letter-spacing:.04em}.nav{position:sticky;top:0;z-index:10;background:rgba(255,249,251,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:76px}.brand{font-family:Georgia,serif;font-size:25px;font-weight:700;text-decoration:none;letter-spacing:.02em}.brand span{color:var(--rose)}.tabs{display:flex;flex-wrap:wrap;gap:8px}.tabs a{padding:10px 13px;border-radius:999px;text-decoration:none;font-size:14px;font-weight:650}.tabs a:hover,.tabs a.active{background:#f4dfe8;color:#7d3553}.hero{padding:74px 0 54px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:#92506b;font-weight:750;font-size:12px}.hero h1,.page-hero h1{font-family:Georgia,serif;font-size:clamp(45px,7vw,78px);line-height:1.02;margin:12px 0 18px}.lead{font-size:19px;color:var(--muted);max-width:650px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;text-decoration:none;font-weight:750;border:1px solid var(--ink)}.btn.primary{background:var(--ink);color:white}.btn.soft{background:white}.hero-card{position:relative}.hero-card img{height:620px;border-radius:34px;box-shadow:var(--shadow)}.float-card{position:absolute;left:-34px;bottom:28px;background:#fff;padding:18px 20px;border-radius:20px;box-shadow:var(--shadow);max-width:270px}.float-card strong{display:block;font-size:17px}.section{padding:72px 0}.section.alt{background:#f8edf2}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:30px}.section h2,.page-hero h2{font-family:Georgia,serif;font-size:clamp(32px,4vw,48px);line-height:1.1;margin:8px 0}.muted{color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:0 8px 26px rgba(73,42,54,.05)}.card .num{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#f4dfe8;color:#7d3553;font-weight:800}.card h3{margin:15px 0 8px}.price{font-size:25px;font-family:Georgia,serif}.gallery-preview,.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gallery-preview img,.gallery-grid img{height:300px;border-radius:20px}.gallery-grid img:nth-child(3n+1){height:390px}.gallery-grid img:nth-child(4n+2){height:340px}.quote{font-family:Georgia,serif;font-size:30px;line-height:1.3;max-width:860px;margin:auto;text-align:center}.page-hero{padding:66px 0 34px}.page-hero p{max-width:720px}.service-row{display:grid;grid-template-columns:.75fr 1.25fr;gap:36px;padding:30px 0;border-top:1px solid var(--line)}.service-row h3{font-family:Georgia,serif;font-size:30px;margin:0}.pill{display:inline-block;padding:6px 10px;border-radius:999px;background:#f4dfe8;color:#7d3553;font-size:12px;font-weight:800}.split{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.split img{height:520px;border-radius:28px}.feature-list{display:grid;gap:12px;padding:0;list-style:none}.feature-list li{padding:15px 18px;background:#fff;border:1px solid var(--line);border-radius:16px}.demo-box{background:#261d21;color:#fff;border-radius:30px;padding:34px}.demo-box .btn{background:#fff;color:#261d21;border-color:#fff}.form-frame{width:100%;min-height:760px;border:0;border-radius:24px;background:white}.notice{padding:14px 16px;border-radius:16px;background:#fff2d9;border:1px solid #f2d89b;color:#624a1d;font-size:14px}.footer{padding:38px 0;border-top:1px solid var(--line);margin-top:50px}.footer-grid{display:flex;justify-content:space-between;gap:20px;align-items:center}.credits{font-size:12px;color:var(--muted);max-width:760px}@media(max-width:860px){.nav-inner{align-items:flex-start;flex-direction:column;padding:15px 0}.tabs{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px}.hero-grid,.split,.service-row{grid-template-columns:1fr}.hero{padding-top:42px}.hero-card img{height:480px}.float-card{left:14px}.cards{grid-template-columns:1fr}.gallery-preview,.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-preview img,.gallery-grid img,.gallery-grid img:nth-child(n){height:260px}.section-head,.footer-grid{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.wrap{width:min(100% - 24px,1160px)}.hero h1,.page-hero h1{font-size:44px}.hero-card img{height:390px}.gallery-preview,.gallery-grid{grid-template-columns:1fr}.gallery-preview img,.gallery-grid img,.gallery-grid img:nth-child(n){height:320px}.btn{width:100%}.section{padding:54px 0}}