/* TJ realistic-mix homepage overrides */
:root{--tj-gold:#e6ad42;--tj-deep:#020817}
.topbar{background:linear-gradient(to bottom,rgba(1,8,22,.96),rgba(1,8,22,.82),rgba(1,8,22,.18));backdrop-filter:blur(12px)}
.tj-mark{width:58px;height:58px;border-radius:50%;border:2px solid var(--tj-gold);display:grid;place-items:center;position:relative;font-family:Georgia,serif;color:var(--tj-gold);font-size:26px;font-weight:700;line-height:1;box-shadow:0 0 22px rgba(230,173,66,.18)}
.tj-mark::after{content:"✈";position:absolute;right:-5px;top:-8px;font-size:15px;transform:rotate(-20deg)}
.brand-tagline{color:var(--tj-gold)}
.hero{min-height:1390px;position:relative;overflow:hidden;padding-top:92px;background:var(--tj-deep)!important}
.hero-visual{position:absolute;left:0;right:0;top:0;height:min(72vw,940px);min-height:650px;z-index:0;background:url("6EA108C5-6185-4727-8D46-CFA000789527.PNG?v=9") center top/cover no-repeat}
.hero-visual::after{content:"";position:absolute;left:0;right:0;bottom:0;height:160px;background:linear-gradient(to bottom,transparent,var(--tj-deep))}
.hero-service-strip{position:absolute;z-index:7;left:50%;transform:translateX(-50%);top:min(58vw,750px);width:min(980px,calc(100% - 32px));display:grid;grid-template-columns:repeat(5,1fr);gap:9px}
.hero-service{border:1px solid rgba(230,173,66,.42);background:rgba(2,12,27,.86);backdrop-filter:blur(12px);color:white;border-radius:14px;padding:12px 13px;display:grid;grid-template-columns:auto 1fr;column-gap:9px;text-align:left;box-shadow:0 12px 32px rgba(0,0,0,.3);cursor:pointer}.hero-service span{font-size:22px;grid-row:1/3}.hero-service strong{font-size:13px}.hero-service small{font-size:10px;color:#c8d5e6}.hero-service:hover{border-color:var(--tj-gold);transform:translateY(-2px)}
.hero-actions{position:relative;z-index:6;width:min(1020px,calc(100% - 32px));margin:min(72vw,930px) auto 0}.hero-actions .search-bar{max-width:760px;margin:0 auto 12px;background:rgba(2,12,27,.92);border-color:rgba(230,173,66,.24)}.hero-actions .search-bar button{background:linear-gradient(180deg,#1e8af2,#0759cf)}.hero-actions .glass-panel{background:rgba(3,13,30,.90);border-color:rgba(120,174,255,.26)}.hero-actions .quick-grid{grid-template-columns:repeat(6,1fr)}.quick-grid span{border-color:rgba(230,173,66,.22)}
.feature-strip{margin-top:-28px}.info-grid article[data-action]{cursor:pointer}.info-grid article[data-action] strong{display:block;margin-top:10px;color:var(--tj-gold)}.info-grid article[data-action]:hover{border-color:rgba(230,173,66,.48);transform:translateY(-2px)}
.restaurant-card-link{cursor:pointer;border-color:rgba(230,173,66,.28)!important}.restaurant-card-link strong{display:block;margin-top:10px;color:var(--tj-gold)}
.restaurant-dialog,.service-dialog{width:min(900px,calc(100% - 24px));max-height:90vh;overflow:auto;background:linear-gradient(180deg,#071a35,#041125);border:1px solid rgba(230,173,66,.34);border-radius:20px;color:white}.service-head h2{font-size:34px;margin:4px 0}.service-head p:last-child{color:#b7c5db}.restaurant-switcher{display:flex;gap:12px;align-items:center;margin:18px 0;padding:13px 15px;border:1px solid rgba(120,174,255,.18);border-radius:14px;background:rgba(255,255,255,.03)}.restaurant-switcher label{font-weight:700}.restaurant-switcher select{flex:1;background:#071a35;color:white;border:1px solid rgba(120,174,255,.3);border-radius:10px;padding:11px}
.price-band-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.price-band-grid article{padding:16px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(120,174,255,.18)}.price-band-grid span{color:var(--tj-gold);font-weight:800}.price-band-grid h3{margin:5px 0}.price-band-grid p{margin:0;color:#c6d2e2}.menu-guide,.top-restaurants,.service-card,.service-links{margin-top:14px;padding:17px;border:1px solid rgba(120,174,255,.18);border-radius:15px;background:rgba(255,255,255,.035)}.service-card h3,.service-links h3{margin:0 0 8px;color:#f7fbff}.service-card p{margin:6px 0;color:#c6d2e2;line-height:1.55}.menu-row{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}.menu-row:last-child{border-bottom:0}.menu-row strong{color:#ffd27a;white-space:nowrap}.top-restaurants p{color:#b7c5db}.restaurant-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.restaurant-actions a,.service-link{display:block;text-decoration:none;color:white;text-align:center;padding:13px 14px;border-radius:12px;border:1px solid rgba(230,173,66,.32);background:linear-gradient(180deg,rgba(21,93,180,.76),rgba(7,54,118,.76));font-weight:700;margin-top:12px}.restaurant-actions a:hover,.service-link:hover{border-color:var(--tj-gold)}.acute-link{background:linear-gradient(180deg,#d92738,#991728)}.restaurant-note{margin-top:14px;color:#aebed3;font-size:13px;line-height:1.5}
.guide-footer{position:sticky;bottom:-1px;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:20px -4px -4px;padding:14px 4px 4px;background:linear-gradient(to bottom,transparent,#041125 28%)}.guide-footer button{border:1px solid rgba(230,173,66,.38);border-radius:12px;padding:13px 14px;font-weight:800;color:white;background:#0a2b56;cursor:pointer}.guide-footer button:last-child{background:linear-gradient(180deg,#1f8df6,#0759cf)}.guide-footer button:hover{border-color:var(--tj-gold)}
@media(max-width:1100px){.hero-visual{height:760px;min-height:760px;background-size:auto 760px;background-position:center top}.hero-service-strip{top:610px;grid-template-columns:repeat(5,1fr)}.hero-actions{margin-top:760px}}
@media(max-width:860px){.tj-mark{width:44px;height:44px;font-size:21px}.hero{min-height:1700px;padding-top:78px}.hero-visual{height:700px;min-height:700px;background-size:auto 700px;background-position:center top}.hero-service-strip{top:535px;grid-template-columns:repeat(3,1fr);width:calc(100% - 24px)}.hero-service small{display:none}.hero-actions{margin-top:720px;width:min(700px,calc(100% - 24px))}.hero-actions .quick-grid{grid-template-columns:repeat(4,1fr)}.price-band-grid{grid-template-columns:1fr}.restaurant-actions{grid-template-columns:1fr}}
@media(max-width:540px){.hero{min-height:2040px}.hero-visual{height:620px;min-height:620px;background-size:auto 620px;background-position:center top}.hero-service-strip{top:485px;grid-template-columns:repeat(2,1fr);gap:6px}.hero-service{padding:8px 9px}.hero-service span{font-size:18px}.hero-service strong{font-size:11px}.hero-actions{margin-top:720px}.hero-actions .quick-grid{grid-template-columns:repeat(2,1fr)}.restaurant-switcher{align-items:stretch;flex-direction:column}.menu-row{flex-direction:column;gap:4px}.guide-footer{grid-template-columns:1fr}}
