
:root{--orange:#f25a1c;--orange2:#ff7a22;--black:#080808;--dark:#151515;--cream:#f6f1e8;--white:#fff;--muted:#6d6d6d}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#171717;background:var(--cream)}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}
.site-header{position:sticky;top:0;z-index:1000;background:#050505;color:#fff;border-bottom:3px solid var(--orange)}
.header-inner{max-width:1280px;margin:auto;min-height:82px;padding:10px 24px;display:flex;align-items:center;gap:24px}
.brand img{width:190px;max-height:62px;object-fit:contain}.nav{display:flex;gap:20px;margin-left:auto;align-items:center;font-weight:800}
.nav a:hover,.nav a.active{color:var(--orange)}.call-btn,.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:9px;padding:13px 18px;font-weight:900}
.call-btn,.btn-primary{background:var(--orange);color:#fff}.btn-dark{background:#111;color:#fff}.btn-outline{border:2px solid currentColor}
.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:1.7rem}
.hero{min-height:650px;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;background:linear-gradient(105deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.78) 48%,rgba(0,0,0,.14) 100%),url('assets/Newlands_Tandoori_Hero_Web.jpg') center/cover;color:#fff}
.hero-content{max-width:1280px;width:100%;margin:auto;padding:85px 7vw}.eyebrow{font-weight:900;letter-spacing:2px;color:var(--orange);text-transform:uppercase}
.hero h1{font-size:clamp(3.4rem,7.5vw,7rem);line-height:.9;margin:12px 0 22px;text-transform:uppercase}.hero h1 span{color:var(--orange)}
.hero p{max-width:690px;font-size:1.16rem;line-height:1.7;color:#eee}.button-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.trust{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-bottom:1px solid #ddd}.trust div{text-align:center;padding:22px 12px;font-weight:900;border-right:1px solid #eee}.trust span{font-size:1.4rem;margin-right:8px}
.section{max-width:1280px;margin:auto;padding:78px 24px}.section-head{text-align:center;max-width:760px;margin:0 auto 38px}.section-head h2{font-size:clamp(2.2rem,4vw,3.8rem);margin:8px 0}.section-head p{color:#626262;line-height:1.7}
.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 9px 30px rgba(0,0,0,.09);border:1px solid #e8e2d8}
.photo{height:210px;background:linear-gradient(135deg,#151515,#3a3a3a);display:grid;place-items:center;color:#bbb;text-align:center;font-weight:900}.card-body{padding:22px}.card h3{font-size:1.35rem;margin:0 0 8px}.card p{color:#666;line-height:1.55}.tag{display:inline-block;background:var(--orange);color:#fff;padding:6px 9px;border-radius:999px;font-size:.72rem;font-weight:900;margin-bottom:10px}
.order-strip{background:#111;color:#fff}.order-inner{max-width:1280px;margin:auto;padding:65px 24px;display:flex;justify-content:space-between;align-items:center;gap:30px}.order-inner h2{font-size:clamp(2rem,4vw,3.8rem);margin:5px 0}.order-options{display:flex;gap:10px;flex-wrap:wrap}
.split{display:grid;grid-template-columns:1fr 1fr}.split>div{padding:72px max(24px,6vw)}.story{background:#fff}.review{background:var(--orange);color:#fff}.stars{font-size:1.6rem;letter-spacing:4px}.review blockquote{font-size:1.35rem;line-height:1.6;margin-left:0}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.info-card{background:#fff;border-radius:14px;padding:25px;border:1px solid #e6ded2}.info-card h3{margin-top:0}.info-card p{line-height:1.6;color:#626262}
.footer{background:#050505;color:#fff}.footer-inner{max-width:1280px;margin:auto;padding:45px 24px;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:30px}.footer-logo{width:200px;margin-bottom:12px}.footer a{display:block;margin:9px 0;color:#ddd}.copyright{text-align:center;border-top:1px solid #333;padding:18px;color:#aaa}
.placeholder-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery-slot{min-height:245px;border-radius:14px;background:linear-gradient(135deg,#111,#444);display:grid;place-items:center;color:#ddd;text-align:center;font-weight:900;padding:20px}
.notice{background:#fff5e9;border-left:5px solid var(--orange);padding:18px;border-radius:7px;line-height:1.6}
@media(max-width:900px){.nav{display:none;position:absolute;left:0;right:0;top:82px;background:#080808;padding:18px 24px;flex-direction:column;align-items:flex-start}.nav.open{display:flex}.menu-toggle{display:block;margin-left:auto}.call-btn{display:none}.hero{grid-template-columns:1fr;min-height:570px}.trust{grid-template-columns:repeat(2,1fr)}.card-grid{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr}.info-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr}.placeholder-gallery{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.header-inner{padding:8px 15px;min-height:70px}.brand img{width:145px;max-height:52px}.nav{top:70px}.hero-content{padding:68px 20px}.hero h1{font-size:3.25rem}.trust{grid-template-columns:1fr}.card-grid,.placeholder-gallery{grid-template-columns:1fr}.order-inner{align-items:flex-start;flex-direction:column}.section{padding:58px 18px}}


.delivery-app-logos{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:14px 0}
.app-logo{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:9px 14px;border-radius:9px;background:#fff;border:1px solid #ddd;box-shadow:0 3px 12px rgba(0,0,0,.08);font-family:Arial,Helvetica,sans-serif;font-weight:900;line-height:1}
.uber-logo{color:#111;font-size:18px}.uber-logo .uber-word{letter-spacing:-1px}.uber-logo .eats-word{color:#06c167}
.doordash-logo{color:#ff3008;font-size:17px;letter-spacing:-.5px}.dash-mark{font-size:20px;transform:scaleX(1.2)}
.delivery-app-logos.compact{margin:8px 0}.delivery-app-logos.compact .app-logo{min-height:36px;padding:7px 10px;font-size:14px}

.app-logo{cursor:pointer;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}
.app-logo:hover,.app-logo:focus{transform:translateY(-2px);box-shadow:0 7px 18px rgba(0,0,0,.18);outline:none}

.site-header{position:sticky!important;top:0!important;z-index:5000!important}

/* Polished customer review feature */
.review-feature{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:34px;align-items:center;background:var(--orange);color:#fff}
.review-copy h2{font-size:clamp(2rem,3.6vw,3.4rem);margin:7px 0 12px}.review-eyebrow{color:#111}.review-feature .stars{font-size:1.8rem;letter-spacing:5px;margin:8px 0 12px}.review-feature blockquote{font-size:1.35rem;line-height:1.55;margin:0 0 8px}.review-name{font-weight:900;margin:0 0 22px}.review-btn{background:#111;color:#fff}.review-qr{background:#fff;color:#111;border-radius:16px;padding:16px;text-align:center;box-shadow:0 10px 28px rgba(0,0,0,.18)}.review-qr img{width:150px;height:150px;margin:0 auto 10px}.review-qr strong,.review-qr small{display:block}.review-qr small{color:#666;line-height:1.4;margin-top:5px}
@media(max-width:700px){.review-feature{grid-template-columns:1fr}.review-qr{max-width:230px}.review-feature blockquote{font-size:1.2rem}}
/* Current Specials section — homepage only */
.current-specials{background:#fff;border-bottom:1px solid #e8e2d8}
.current-specials-inner{max-width:1280px;margin:auto;padding:72px 24px}
.specials-heading{margin-bottom:34px}
.specials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.special-card{background:var(--cream);border:1px solid #e6ded2;border-radius:16px;padding:28px;box-shadow:0 9px 28px rgba(0,0,0,.07)}
.special-card h3{font-size:1.45rem;margin:12px 0 10px}
.special-card p{color:#626262;line-height:1.6;margin:0 0 22px}
.special-label{display:inline-block;background:var(--orange);color:#fff;padding:7px 10px;border-radius:999px;font-size:.72rem;font-weight:900;letter-spacing:.5px}
@media(max-width:850px){.specials-grid{grid-template-columns:1fr}}


/* Real Newlands Pizza photography */
.fresh-made-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:34px;align-items:center}
.fresh-made-photo img,.shopfront-photo img,.real-photo img,.real-food-image img{display:block;width:100%;height:100%;object-fit:cover}
.fresh-made-photo{height:430px;border-radius:18px;overflow:hidden;box-shadow:0 18px 45px rgba(0,0,0,.18)}
.fresh-made-copy h2{font-size:clamp(2rem,4vw,3.2rem);margin:.25rem 0 1rem}
.shopfront-photo{max-width:1050px;height:560px;margin:0 auto;border-radius:18px;overflow:hidden;box-shadow:0 18px 45px rgba(0,0,0,.2)}
.real-photo{overflow:hidden}.real-photo img{min-height:420px}
.real-food-image{overflow:hidden}.real-food-image img{height:210px}
.food-gallery figure{margin:0;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.1)}
.food-gallery figure img{aspect-ratio:4/3;object-fit:cover;border-radius:0!important}
.food-gallery figcaption{padding:14px 16px}
@media(max-width:760px){.fresh-made-grid{grid-template-columns:1fr}.fresh-made-photo{height:320px}.shopfront-photo{height:360px}}

/* Release candidate photo updates */
.venue-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:38px;align-items:center}.venue-copy h2{font-size:clamp(2rem,4vw,3.5rem);margin:.3rem 0 1rem}.venue-copy p{line-height:1.7}.venue-photo img{width:100%;height:440px;object-fit:cover;border-radius:18px;display:block}.real-card-photo{padding:0!important;overflow:hidden}.real-card-photo img{width:100%;height:100%;min-height:240px;object-fit:cover;display:block}.food-gallery figure{margin:0;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.12)}.food-gallery figure img{width:100%;height:300px;object-fit:cover;display:block}.food-gallery figcaption{padding:14px 16px}.real-feature-photo img{width:100%;height:100%;min-height:430px;object-fit:cover;border-radius:20px;display:block}@media(max-width:800px){.venue-grid{grid-template-columns:1fr}.venue-photo img{height:320px}.food-gallery figure img{height:240px}}
