:root { --ink: #000; --card: #fff; --line: #000; }
* { box-sizing: border-box; }
html { min-height: 100%; overflow-y: scroll; background: #292e2c; }
body { min-height: 100vh; margin: 0; color: var(--ink); font-family: Poppins, sans-serif; background: transparent; }
.background-video { position: fixed; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; }
body::before { position: fixed; z-index: 1; inset: 0; background: rgba(0,0,0,.23); content: ''; }
a { color: var(--ink); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.site-header { position: relative; z-index: 2; width: min(560px, calc(100% - 32px)); height: 82px; margin: 0 auto; }
.menu-button { position: absolute; top: 16px; left: 0; display: grid; width: 32px; height: 32px; place-items: center; border: 0; border-radius: 50%; color: #444; background: #fff; cursor: pointer; }
.menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 13px; height: 1.5px; border-radius: 2px; background: currentColor; content: ''; }.menu-icon { position: relative; }.menu-icon::before { position: absolute; top: -5px; }.menu-icon::after { position: absolute; top: 5px; }
.site-navigation { position: fixed; z-index: 5; top: 0; bottom: 0; left: 0; display: none; width: 300px; padding: 4px 0 0; color: #000; background: #fff; box-shadow: 100vw 0 0 rgba(0,0,0,.62); }.site-navigation.open { display: block; }.site-navigation a { display: block; padding: 16px; border-radius: 16px; font-size: 20px; font-weight: 600; line-height: normal; text-decoration: none; }.site-navigation a:hover,.site-navigation a[aria-current='page'] { color: #000; background: transparent; }.menu-close { display: flex; flex-direction: row-reverse; align-items: center; width: 100%; height: 56px; padding: 16px; border: 0; color: #111; background: transparent; font-size: 2rem; font-weight: 300; line-height: .55; cursor: pointer; }
.site-identity { position: relative; z-index: 2; width: min(560px, calc(100% - 32px)); margin: 168px auto 32px; text-align: center; }.site-identity img { width: 150px; height: 150px; border-radius: 23px; object-fit: cover; box-shadow: 0 0 20px rgba(238,255,250,.46); }.site-identity p { margin: 104px 0 0; color: #fff; font-size: clamp(2.4rem,6vw,3.1rem); font-weight: 700; letter-spacing: -.045em; }
main { position: relative; z-index: 2; width: min(560px, calc(100% - 32px)); margin: 0 auto 32px; }.page { overflow: hidden; border: 2px solid var(--line); border-radius: 16px; background: var(--card); box-shadow: 0 22px 55px rgba(0,0,0,.5); }.page-hero { padding: 83px 40px 36px; text-align: center; }.page-hero::after { display: block; margin-top: 38px; border-bottom: 2px dotted var(--line); content: ''; }.eyebrow { display: none; }h1,h2 { margin: 0; font-family: Poppins, sans-serif; font-weight: 700; }h1 { font-size: 2.25rem; line-height: normal; }.lead { margin: 29px 0 0; font-size: 1.25rem; line-height: normal; text-align: left; }.content { padding: 43px 40px 52px; }.content p { font-size: 1.25rem; line-height: normal; }h2 { margin: 0 0 10px; font-size: 1.75rem; line-height: 1.5; }.intro-grid { display: block; }.portrait-card,.service-grid { display: none; }.notice { margin-top: 34px; padding-top: 28px; border-top: 2px dotted var(--line); line-height: 1.5; }.detail-list { display: grid; gap: 0; margin: 22px 0; padding: 0; list-style: none; }.detail-list li { padding: 13px 0; border-bottom: 1px solid rgba(0,0,0,.15); line-height: 1.6; }.contact-panel { margin-top: 42px; padding-top: 28px; border-top: 2px dotted var(--line); }.contact-panel h2 { margin-top: 0; }.contact-panel a { color: #000; font-weight: 600; }.pricing { margin-top: 16px; }.price-row { display: grid; grid-template-columns: 1fr; gap: 4px; padding: 16px 0; border-bottom: 1px solid rgba(0,0,0,.15); }.price-row span:first-child { font-weight: 700; }.price-row span:last-child { line-height: 1.55; }.site-footer { position: relative; z-index: 2; width: min(560px, calc(100% - 32px)); margin: 0 auto; padding: 0 0 28px; color: rgba(255,255,255,.8); font-size: .75rem; text-align: center; }.site-footer p { margin: 6px 0; }
body.detail-page .site-identity,body.detail-page .site-footer { display: none; }body.detail-page main { margin-bottom: 200px; }body.detail-page .page-hero { padding: 45px 20px 0; text-align: left; }body.detail-page .page-hero::after { display: none; }body.detail-page h1 { font-size: 1.75rem; line-height: 1.55; }body.detail-page .content { padding: 20px 20px 23px; }body.detail-page h2 { margin: 0 0 8px; font-size: 1.5rem; line-height: 1.4; }body.detail-page .detail-list { display: block; margin: 8px 0 26px; padding-left: 20px; list-style: disc; }body.detail-page .detail-list li,body.detail-page .pricing li { padding: 0; border: 0; margin-bottom: 25px; overflow-wrap: break-word; hyphens: auto; font-size: 1.25rem; line-height: 1.8; }body.detail-page .snow-note { display: block; font-size: .9rem; line-height: 2; }body.detail-page .sub-item { padding-left: 0; }body.detail-page .pricing { display: block; margin: 8px 0 26px; padding-left: 20px; list-style: disc; }body.detail-page:has(.pricing) .page-hero { text-align: center; }body.detail-page:has(.pricing) .content { padding-top: 20px; }body.detail-page:has(.pricing) .content > p { text-align: center; }body.detail-page .map-card { margin-top: 24px; padding: 48px 20px 34px; }body.detail-page .map-card h2 { font-size: 1.75rem; line-height: 1.5; }.map-button { display: block; width: max-content; margin: 28px auto 0; padding: 12px 24px; border-radius: 6px; color: #fff; background: #000; font-weight: 700; text-decoration: none; }body.detail-page .price-row { padding: 8px 0; border: 0; font-size: 1.25rem; }
@media (max-width: 500px) { .site-header,.site-identity,main,.site-footer { width: min(100% - 40px,560px); }.site-identity { margin-top: 90px; margin-bottom: 27px; }.site-identity img { width: 120px; height: 120px; border-radius: 20px; }.site-identity p { margin-top: 104px; font-size: 3.1rem; }.page-hero { padding: 83px 27px 36px; }.page-hero h1 { max-width: 260px; margin-left: auto; margin-right: auto; }.content { padding: 43px 27px 38px; }.lead { margin-top: 29px; font-size: 1.25rem; } }
