:root {
  --ink: #211a1a;
  --muted: #7b6968;
  --paper: #fffdfb;
  --bg: #f1e8e4;
  --rose: #bc7180;
  --rose-soft: #f5dce0;
  --line: rgba(33,26,26,.10);
  --shadow: 0 18px 42px rgba(73,44,46,.13);
  --radius: 25px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 85% 0%, #f7dce0 0, transparent 31%), linear-gradient(180deg, #f8f1ee, var(--bg));
  color: var(--ink);
  font-family: 'Heebo', Arial, sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
.skip-link { position:absolute; top:-50px; right:16px; z-index:20; background:#fff; color:#111; padding:10px 14px; border-radius:12px; }
.skip-link:focus { top:10px; }
.page { width:min(560px, calc(100% - 22px)); margin:0 auto; padding:12px 0 92px; }
.card { margin-bottom:16px; padding:20px; border:1px solid var(--line); border-radius:var(--radius); background:rgba(255,253,251,.92); box-shadow:var(--shadow); }
.demo-badge{margin:0;padding:9px 16px;text-align:center;background:#f7e4eb;color:#87465f;font-size:.82rem;font-weight:900}
.hero-card { padding:0; overflow:hidden; background:#2c2223; color:#fff; border:0; }
.hero-media { position:relative; min-height:390px; overflow:hidden; }
.hero-media > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 42%; }
.hero-shade { position:absolute; inset:0; background:linear-gradient(180deg, rgba(20,13,14,.10) 18%, rgba(20,13,14,.22) 48%, rgba(27,18,19,.92) 100%); }
.share-btn { position:absolute; top:16px; left:16px; z-index:2; width:44px; height:44px; display:grid; place-items:center; border-radius:50%; text-decoration:none; background:rgba(255,255,255,.18); border:1px solid rgba(255,255,255,.4); backdrop-filter:blur(8px); }
.hero-identity { position:absolute; z-index:2; right:22px; left:22px; bottom:22px; }
.brand-pill { display:inline-block; margin-bottom:8px; padding:5px 10px; border:1px solid rgba(255,255,255,.35); border-radius:999px; background:rgba(30,20,21,.28); letter-spacing:.13em; font-size:.68rem; font-weight:800; }
.eyebrow { margin:0 0 5px; color:#f6cad2; font-size:.81rem; font-weight:800; letter-spacing:.07em; text-transform:uppercase; }
h1 { margin:0; font-size:clamp(2.25rem, 9vw, 3.45rem); line-height:.98; letter-spacing:-.04em; }
.subtitle { margin:0; padding:18px 20px 10px; color:#f4dedf; font-size:1.02rem; }
.booking-cta { width:calc(100% - 40px); margin:8px 20px 0; }
.hero-cta-grid, .social-grid { display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:10px; margin:13px 20px 0; }
.social-grid { margin-bottom:20px; }
.cta, .social-grid a { min-height:52px; display:flex; justify-content:center; align-items:center; gap:8px; padding:0 12px; border:1px solid rgba(255,255,255,.20); border-radius:16px; background:rgba(255,255,255,.10); color:#fff; text-decoration:none; font-weight:800; }
.cta.primary { background:linear-gradient(135deg, #d68c9b, #f0b6bf); border-color:transparent; color:#341d21; box-shadow:0 10px 22px rgba(188,113,128,.24); }
.social-grid a { min-height:45px; border-color:rgba(255,255,255,.14); background:rgba(255,255,255,.05); color:#f6e7e8; font-size:.92rem; }
.trust-card { padding:15px 12px; }
.mini-stats { display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); text-align:center; gap:6px; }
.mini-stats strong { display:block; color:#9b5362; font-size:1.4rem; line-height:1.15; }.mini-stats span,.section-head span,.contact-list,.quote-card p { color:var(--muted); font-size:.9rem; }
.section-head { display:flex; justify-content:space-between; align-items:baseline; gap:12px; margin-bottom:13px; }.section-head h2,.quote-card h2 { margin:0; font-size:1.35rem; }
.service-list { display:grid; gap:10px; }.service-list article { padding:14px; border:1px solid #f0dfdb; border-radius:17px; background:#fff; }.service-list strong { display:block; margin-bottom:3px; }.service-list p { margin:0; color:var(--muted); font-size:.94rem; }
.gallery-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }.shot { position:relative; min-height:210px; margin:0; overflow:hidden; border-radius:18px; background:#e8c5c8; }.gallery-item { padding:0; border:0; cursor:zoom-in; font:inherit; text-align:inherit; }.gallery-item img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; transition:transform .28s ease; }.gallery-item:hover img,.gallery-item:focus-visible img { transform:scale(1.05); }.gallery-item > span { position:absolute; right:0; left:0; bottom:0; padding:28px 12px 11px; color:#fff; font-weight:800; background:linear-gradient(transparent,rgba(20,12,13,.82)); }.shot-note { display:flex; align-items:flex-end; padding:15px; background:linear-gradient(135deg,#52383c,#b86f7d); color:#fff; }.shot-note span,.shot-note strong { display:block; }.shot-note span { color:#f5cbd3; font-size:.8rem; font-weight:800; }.shot-note strong { margin-top:4px; font-size:1.12rem; line-height:1.15; }.shot-note p { margin:7px 0 0; color:#fae9eb; font-size:.85rem; }
.gallery-dialog { position:fixed; inset:0; width:100%; height:100%; max-width:none; max-height:none; padding:16px; border:0; background:rgba(22,13,15,.94); color:#fff; }
.gallery-dialog::backdrop { background:rgba(22,13,15,.78); }.gallery-dialog figure { width:min(680px,100%); height:100%; margin:0 auto; display:grid; grid-template-rows:1fr auto; align-items:center; }.gallery-dialog figure img { width:100%; max-height:72vh; object-fit:contain; border-radius:18px; box-shadow:0 18px 50px rgba(0,0,0,.42); }.gallery-dialog figcaption { padding:14px 50px 4px; text-align:center; font-weight:800; }.gallery-close,.gallery-nav { position:fixed; z-index:2; width:48px; height:48px; border:1px solid rgba(255,255,255,.28); border-radius:50%; background:rgba(255,255,255,.12); color:#fff; font-size:1.75rem; cursor:pointer; }.gallery-close { top:20px; left:20px; }.gallery-nav { top:50%; transform:translateY(-50%); }.gallery-prev { right:16px; }.gallery-next { left:16px; }.gallery-counter { position:fixed; right:50%; bottom:20px; transform:translateX(50%); margin:0; color:#f5dce0; font-weight:800; }
.quote-card { background:linear-gradient(145deg,#fff7f5,#f7e3e2); }.quote-card blockquote { margin:9px 0 5px; font-size:1.07rem; font-weight:500; }
.contact-list { display:grid; gap:9px; list-style:none; padding:0; margin:0; }.bottom-cta { margin-top:16px; }.full { width:100%; }
.cta:focus-visible,.social-grid a:focus-visible,.share-btn:focus-visible { outline:3px solid rgba(188,113,128,.45); outline-offset:3px; }
@media(max-width:390px) { .page { width:calc(100% - 16px); padding-top:8px; }.hero-media { min-height:365px; }.card { padding:17px; }.hero-card { padding:0; }.hero-cta-grid,.social-grid { margin-right:16px; margin-left:16px; }.booking-cta { width:calc(100% - 32px); margin-right:16px; margin-left:16px; }.shot { min-height:175px; }.mini-stats strong { font-size:1.18rem; }.mini-stats span { font-size:.81rem; } }
@media(max-width:330px) { .hero-cta-grid,.social-grid,.gallery-grid { grid-template-columns:1fr; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }
