@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";:root{color:#1f2425;font-synthesis:none;--bg:#fbfaf7;--surface:#fffefd;--ink:#1f2425;--muted:#6d706d;--line:#e8e4de;--terracotta:#c94b20;--terracotta-dark:#aa3b17;--sage:#747c61;--shadow:0 9px 26px #30251d14, 0 1px 2px #30251d0d;background:#fbfaf7;font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg);min-width:320px}body{background:var(--bg);min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[contenteditable]:focus-visible{outline-offset:2px;outline:3px solid #c94b2047}.app-loading{min-height:100vh;color:var(--muted);place-items:center;display:grid}.public-shell{background:var(--bg);width:min(100%,720px);min-height:100vh;margin:0 auto;box-shadow:0 0 60px #251c140f}.guest-hero{min-height:clamp(320px,40vw,510px);padding:max(30px, env(safe-area-inset-top)) clamp(24px, 5vw, 42px) 36px;color:#fff;background-position:50%;background-size:cover;flex-direction:column;justify-content:space-between;display:flex;position:relative;overflow:hidden}.hero-scrim{background:linear-gradient(90deg,#080c08c4 0%,#080c086b 46%,#080c080d 78%),linear-gradient(#0000 54%,#05090642);position:absolute;inset:0}.hero-top,.hero-copy{z-index:1;position:relative}.hero-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.property-lockup{align-items:center;gap:13px;min-width:0;display:flex}.property-lockup svg{fill:none;stroke:currentColor;stroke-width:2px;flex:none;width:28px;height:35px}.property-lockup .brand-logo{object-fit:contain;flex:none;width:auto;max-width:72px;height:42px}.property-lockup span{letter-spacing:.12em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:clamp(11px,2.4vw,16px);font-weight:600;overflow:hidden}.language-switch{background:#fffffff5;border:1px solid #50403324;border-radius:15px;flex:none;padding:3px;display:inline-flex;box-shadow:0 5px 18px #0000001f}.language-switch button{color:#222;letter-spacing:.04em;cursor:pointer;background:0 0;border:0;border-radius:12px;width:clamp(42px,10vw,62px);min-height:43px;font-size:13px;font-weight:600}.language-switch button.active{color:#fff;background:var(--terracotta);box-shadow:0 4px 10px #c94b2040}.hero-copy{max-width:430px;padding-top:50px}.hero-copy h1{letter-spacing:-.045em;text-wrap:balance;max-width:400px;margin:0;font-size:clamp(44px,10vw,78px);font-weight:700;line-height:.99}.hero-accent{background:var(--terracotta);border-radius:4px;width:48px;height:4px;margin:28px 0 20px;display:block}.hero-copy p{text-wrap:balance;max-width:330px;margin:0;font-size:clamp(17px,3.8vw,24px);line-height:1.4}.section-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(10px,2.5vw,20px);padding:clamp(20px,4.6vw,36px);display:grid}.section-card{aspect-ratio:.96;min-width:0;color:var(--terracotta);background:var(--surface);box-shadow:var(--shadow);text-align:center;border:1px solid #42352b14;border-radius:clamp(16px,3vw,22px);flex-direction:column;justify-content:center;align-items:center;gap:clamp(15px,3vw,24px);padding:10px 6px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.section-card:nth-child(3n){color:var(--sage)}.section-card span{color:var(--ink);letter-spacing:-.025em;text-transform:uppercase;font-size:clamp(10px,2.2vw,15px);font-weight:600;line-height:1.25}.section-card:hover{border-color:#c94b2033;transform:translateY(-3px);box-shadow:0 15px 32px #30251d1f}.section-card:active{transform:translateY(0)scale(.985)}.section-card.featured{aspect-ratio:auto;color:#fff;background:var(--terracotta);border-color:var(--terracotta);grid-column:span 2}.section-card.featured span{color:#fff;font-size:clamp(12px,2.8vw,18px)}.public-skeleton{box-shadow:none}.skeleton-hero{background:#e7e2da;height:460px;animation:1.4s infinite alternate pulse}.skeleton-grid{grid-template-columns:repeat(3,1fr);gap:14px;padding:24px;display:grid}.skeleton-grid span{aspect-ratio:1;background:#eeeae4;border-radius:18px;animation:1.4s infinite alternate pulse}@keyframes pulse{to{opacity:.55}}.public-message{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:min(100% - 40px,520px);min-height:100vh;margin:auto;display:flex}.public-message svg{fill:none;width:48px;stroke:var(--terracotta)}.public-message button,.public-message a{color:#fff;background:var(--terracotta);border:0;border-radius:12px;padding:13px 20px;text-decoration:none}.section-page{background:var(--surface);width:min(100%,720px);min-height:100vh;margin:auto;box-shadow:0 0 60px #251c140f}.section-page.loading{background:linear-gradient(90deg,#eeeae4,#fbfaf7,#eeeae4) 0 0/300% 100%;animation:1.3s infinite loading}@keyframes loading{to{background-position:-150% 0}}.section-header{color:#fff;background-position:50%;background-size:cover;height:210px;padding:28px 32px;position:relative}.section-header-shade{background:linear-gradient(90deg,#090d0ab3,#090d0a1a);position:absolute;inset:0}.section-header-top{justify-content:space-between;align-items:center;gap:12px;display:flex;position:relative}.section-article{padding:32px clamp(24px,6vw,56px) 80px;position:relative}.back-link{color:var(--muted);align-items:center;gap:8px;margin-bottom:44px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.section-title-icon{width:72px;height:72px;color:var(--terracotta);background:#fff6f1;border-radius:20px;place-items:center;display:grid}.section-article h1{letter-spacing:-.04em;margin:22px 0 12px;font-size:clamp(36px,7vw,56px)}.section-summary{max-width:590px;color:var(--muted);margin:0 0 38px;font-size:19px;line-height:1.6}.empty-content{border-left:3px solid var(--terracotta);color:var(--muted);background:var(--bg);margin-top:40px;padding:24px}.rich-content{font-size:17px;line-height:1.75}.rich-content h2,.rich-content h3{margin-top:2em}.rich-content a{color:var(--terracotta-dark)}.pwa-toast{z-index:100;border:1px solid var(--line);background:var(--surface);max-width:calc(100% - 36px);box-shadow:var(--shadow);border-radius:14px;align-items:center;gap:12px;padding:12px 14px;font-size:13px;display:flex;position:fixed;bottom:18px;right:18px}.pwa-toast button{color:var(--terracotta);cursor:pointer;background:0 0;border:0;font-weight:700}@media (width<=480px){.guest-hero{min-height:360px;padding-inline:20px}.hero-top{align-items:flex-start;gap:8px}.property-lockup{flex:auto;gap:7px;max-width:none}.property-lockup svg{width:22px}.property-lockup .brand-logo{max-width:52px;height:34px}.property-lockup span{letter-spacing:.03em;font-size:8.5px}.language-switch button{width:34px;min-height:40px;font-size:11px}.section-grid{gap:10px;padding:18px}.section-card{gap:13px;min-height:122px}.section-card svg{width:32px;height:32px}.section-header{height:170px;padding:20px}.section-header .property-lockup{display:none}.section-header-top{justify-content:flex-end}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
