:root{--bg: #f5f0e8;--surface: #ffffff;--surface-alt: #eae5db;--olive: #4a6741;--olive-dark: #2d3a2e;--olive-deep: #1e2b1f;--text: #1a1a1a;--text-secondary: #6b6b6b;--text-muted: #9a9489;--radius: 16px;--radius-sm: 10px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--nav-height: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{min-height:100dvh;padding-top:var(--safe-top);overscroll-behavior-y:none}.header{position:sticky;top:0;z-index:100;background:var(--bg);padding:0 1.25rem}.header-inner{display:flex;align-items:center;justify-content:center;height:52px}.header-logo{display:flex;align-items:center;gap:6px;font-weight:600;font-size:.95rem;letter-spacing:.01em;color:var(--text)}.header-icon{display:flex;color:var(--olive)}.main{padding:0 1.25rem;padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 1.5rem)}.hero{padding:.5rem 0 1.5rem}.hero-label{display:block;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.75rem}.hero-title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:2rem;font-weight:600;line-height:1.15;letter-spacing:-.01em;color:var(--text);margin-bottom:.85rem}.hero-desc{font-size:.875rem;line-height:1.6;color:var(--text-secondary);max-width:340px}.location-section{margin-bottom:1.5rem}.location-card{border-radius:var(--radius);overflow:hidden;background:var(--olive-dark)}.location-image{position:relative;aspect-ratio:16 / 11;overflow:hidden}.location-image img{width:100%;height:100%;object-fit:cover;display:block}.location-badge{position:absolute;bottom:12px;left:12px;display:flex;align-items:center;gap:5px;background:#1e2b1fd9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-size:.72rem;font-weight:500;padding:6px 12px;border-radius:20px}.location-meta{display:flex;align-items:center;justify-content:space-between;padding:.75rem .25rem 0}.location-title{font-size:.8rem;font-weight:500;color:var(--text-secondary)}.dots{display:flex;gap:5px}.dot{width:6px;height:6px;border-radius:50%;background:var(--surface-alt);transition:background .2s}.dot.active{background:var(--olive)}.fields{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.75rem}.field-card{display:flex;align-items:center;gap:.85rem;background:var(--surface);border-radius:var(--radius-sm);padding:1rem 1.1rem;cursor:pointer;transition:transform .15s,box-shadow .15s}.field-card:active{transform:scale(.98)}.field-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:var(--bg);color:var(--olive);flex-shrink:0}.field-body{flex:1;display:flex;flex-direction:column}.field-label,.field-sublabel{font-size:.85rem;font-weight:500;color:var(--text);line-height:1.3}.field-value{font-family:Playfair Display,Georgia,serif;font-size:1.75rem;font-weight:600;color:var(--text);line-height:1;padding-right:.25rem}.field-chevron{font-size:1.3rem;color:var(--text-muted);line-height:1}.cta-section{margin-bottom:2rem}.cta-btn{width:100%;padding:1rem;border:none;border-radius:var(--radius-sm);background:var(--olive);color:#fff;font-family:inherit;font-size:.9rem;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:background .2s,transform .1s;-webkit-tap-highlight-color:transparent}.cta-btn:active{background:var(--olive-dark);transform:scale(.98)}.quote-section{margin-bottom:1.5rem}.quote-card{position:relative;border-radius:var(--radius);overflow:hidden;min-height:180px;display:flex;align-items:flex-end}.quote-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.quote-overlay{position:absolute;inset:0;background:linear-gradient(to top,#1e2b1feb 30%,#1e2b1f80)}.quote-text{position:relative;z-index:1;padding:1.5rem;font-family:Playfair Display,Georgia,serif;font-size:1.05rem;font-style:italic;font-weight:400;line-height:1.5;color:#e8e4dc}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-around;height:var(--nav-height);padding-bottom:var(--safe-bottom);background:var(--olive-deep)}.nav-item{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:none;border-radius:50%;background:transparent;color:#ffffff80;cursor:pointer;transition:color .2s,background .2s;-webkit-tap-highlight-color:transparent}.nav-item:active{color:#fff}.nav-item--primary{background:var(--olive);color:#fff;box-shadow:0 2px 12px #4a674166}.nav-item--primary:active{background:#5a7d4f}.install-hint{position:fixed;bottom:calc(var(--nav-height) + var(--safe-bottom) + 8px);left:1.25rem;right:1.25rem;z-index:300;font-size:.8rem;color:var(--text-secondary);background:var(--surface);padding:.75rem 1.25rem;border-radius:var(--radius-sm);text-align:center;box-shadow:0 4px 20px #0000001a}.spacer{height:.5rem}
