:root{--ink:#111820;--muted:#66717c;--cream:#f7f3eb;--gold:#c69542;--gold-dark:#9a6c20;--white:#fff;--line:#ded8cd;--radius:24px;--shadow:0 24px 70px rgba(17,24,32,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}a{color:inherit}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:99;background:#fff;padding:.7rem 1rem}.skip-link:focus{top:1rem}.site-header{height:88px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto;padding:0 28px}.brand{display:flex;align-items:center;text-decoration:none;font-size:1.2rem}.brand img{display:block;max-width:190px;max-height:60px}.site-header nav,.site-header nav a{display:flex;gap:28px}.site-header nav a{text-decoration:none;font-size:.92rem;font-weight:700}.site-header nav a:hover{color:var(--gold-dark)}main{overflow:hidden}.hero{max-width:1180px;min-height:620px;margin:0 auto;padding:88px 70px;display:grid;grid-template-columns:1.45fr .55fr;align-items:center;gap:70px;border-radius:38px;background:linear-gradient(135deg,#111820,#27313c);color:#fff;box-shadow:var(--shadow)}.eyebrow{margin:0 0 12px;color:var(--gold);font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.hero h1,.section h2{font-family:Georgia,"Times New Roman",serif;line-height:1.05}.hero h1{max-width:760px;margin:0;font-size:clamp(3rem,7vw,6.2rem);font-weight:500;letter-spacing:-.045em}.lead{max-width:650px;margin:28px 0;color:#d5dbe0;font-size:clamp(1rem,2vw,1.25rem)}.actions{display:flex;flex-wrap:wrap;gap:12px}.button,.store-button{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:0 23px;border-radius:999px;text-decoration:none;font-weight:800;transition:.2s}.button.primary{background:var(--gold);color:#111820}.button.secondary{border:1px solid #64707b;color:#fff}.button:hover,.store-button:hover{transform:translateY(-2px)}.booking-note{max-width:580px;margin:20px 0 0;color:#aeb7bf;font-size:.84rem}.hero-mark{width:230px;height:230px;flex:0 0 230px;padding:28px 22px;border:1px solid rgba(198,149,66,.45);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;overflow:hidden;background:rgba(198,149,66,.07);text-align:center}.hero-mark span{display:block;width:100%;font-family:Georgia,serif;color:var(--gold);line-height:.95;overflow-wrap:anywhere;hyphens:auto}.hero-mark span.badge-text-short{font-size:4.5rem}.hero-mark span.badge-text-medium{font-size:3rem}.hero-mark span.badge-text-long{font-size:2.15rem}.hero-mark span.badge-text-xlong{font-size:1.45rem}.hero-mark small{display:block;max-width:100%;font-size:.7rem;line-height:1.35;text-transform:uppercase;letter-spacing:.1em;overflow-wrap:anywhere}.section{max-width:1050px;margin:0 auto;padding:110px 28px}.section-heading{display:grid;grid-template-columns:1fr 2fr;align-items:end;margin-bottom:40px}.section h2{margin:0;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:500}.hours-card{margin-left:33.333%;padding:22px 34px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow)}.hours-row{display:flex;justify-content:space-between;gap:30px;padding:15px 0;border-bottom:1px solid var(--line)}.hours-row:last-of-type{border:0}.hours-row strong{text-align:right}.hours-note{margin:22px 0 6px;color:var(--muted);font-size:.92rem}.contact-section{padding-top:35px}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.contact-card{min-height:160px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:var(--radius);text-decoration:none;background:rgba(255,255,255,.45)}a.contact-card:hover{border-color:var(--gold)}.contact-card span{color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}.contact-card strong{font-size:1.05rem;overflow-wrap:anywhere}.app-section{max-width:1180px;margin:30px auto 100px;padding:70px;display:grid;grid-template-columns:1.5fr 1fr;gap:70px;align-items:center;background:var(--gold);border-radius:38px}.app-section .eyebrow{color:#50350c}.app-section p{max-width:600px}.store-links{display:flex;flex-direction:column;gap:12px}.store-button{background:#111820;color:#fff;text-align:center}.app-coming{font-weight:700}footer{max-width:1180px;margin:auto;padding:34px 28px 50px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:.9rem}footer div,footer nav{display:flex;gap:20px}footer a{text-decoration:none}.maintenance-admin-notice{padding:10px;text-align:center;background:#b42318;color:#fff;font-weight:700}
@media(max-width:760px){.site-header{height:auto;padding:20px;align-items:flex-start}.brand img{max-width:130px;max-height:48px}.site-header nav{gap:12px;flex-direction:column;text-align:right}.site-header nav a{font-size:.78rem}.hero{margin:0 12px;padding:64px 28px;min-height:600px;grid-template-columns:1fr}.hero-mark{display:none}.section{padding:80px 20px}.section-heading{display:block}.section-heading .eyebrow{margin-bottom:8px}.hours-card{margin:0;padding:18px 22px}.contact-grid{grid-template-columns:1fr}.contact-card{min-height:125px}.app-section{margin:10px 12px 70px;padding:48px 28px;grid-template-columns:1fr;gap:28px}footer,footer div,footer nav{flex-direction:column;gap:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.store-button{transition:none}}
