/* Reviewed concept system: isolated from the original sample styles. */
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.65 Arial,sans-serif;--bg:#f8f5ef;--surface:#fffdf9;--ink:#252822;--muted:#63675d;--line:#dcded5;--accent:#344d3c;--on:#fff;--radius:22px}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.55}button,a{touch-action:manipulation}img{max-width:100%;display:block}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(46px,5.8vw,84px);line-height:1.02;letter-spacing:-.055em;margin-bottom:24px}h2{font-size:clamp(30px,3.2vw,48px);line-height:1.12;letter-spacing:-.035em;margin-bottom:18px}h3{font-size:21px;line-height:1.3;margin-bottom:12px}p{color:var(--muted)}.wrap{width:min(1240px,calc(100% - 64px));margin:auto}.eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--accent);margin-bottom:18px}.preview-bar{background:#0a1a24;color:#e0f2e8;font-size:12px;min-height:42px;padding:8px 24px;display:flex;align-items:center;justify-content:center;gap:22px}.preview-bar a{text-decoration:underline;text-underline-offset:4px;min-height:28px;display:inline-flex;align-items:center}.preview-bar span{color:#b7ccc3}.site-header{position:sticky;top:0;z-index:20;background:var(--bg);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:82px}.brand{font-size:22px;font-weight:800;letter-spacing:-.04em}.nav-links{display:flex;gap:24px;align-items:center;font-size:14px}.nav-links a{padding:12px 0}.nav-links a:hover{color:var(--accent)}.nav-actions{display:flex;gap:10px;align-items:center}.button,.icon-button{border:1px solid var(--line);background:var(--surface);color:var(--ink);min-height:46px;padding:11px 19px;border-radius:100px;font-weight:700;font-size:13px;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:transform .2s,background .2s}.button:hover,.icon-button:hover{transform:translateY(-2px)}.primary{background:var(--accent);color:var(--on);border-color:var(--accent)}.icon-button{padding:11px;width:46px;flex-shrink:0}.icon{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.mobile-toggle{display:none}.hero{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding:68px 0}.hero-copy{max-width:600px}.hero-copy>p:not(.eyebrow){font-size:18px;max-width:460px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-media{position:relative;min-width:0}.hero-media>img{width:100%;aspect-ratio:1/1.05;object-fit:cover;border-radius:var(--radius)}.image-note{position:absolute;bottom:20px;left:20px;right:20px;padding:16px 20px;border-radius:14px;background:var(--surface);color:var(--ink);font-size:13px;box-shadow:0 12px 30px #0002}.image-note strong{display:block;margin-bottom:2px}.image-note span{color:var(--muted)}.section{padding:76px 0;border-top:1px solid var(--line)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:32px}.section-head h2{max-width:650px;margin-bottom:0}.section-head>p{max-width:380px;margin-bottom:0}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.card{border:1px solid var(--line);background:var(--surface);border-radius:var(--radius);overflow:hidden;min-width:0;transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:0 12px 28px #0000000b;transform:translateY(-3px)}.card-body{padding:26px}.card-body>p:last-child{margin-bottom:0}.card .number{color:var(--accent);font-size:12px;letter-spacing:.1em;display:block;margin-bottom:24px}.card ul{padding-left:20px;color:var(--muted);font-size:14px;line-height:1.9}.card-image{width:100%;aspect-ratio:4/3;object-fit:cover}.price{font-size:24px;font-weight:750;color:var(--ink);margin:16px 0}.small{font-size:12px}.muted{color:var(--muted)}.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:64px}.split>img{aspect-ratio:4/3;width:100%;object-fit:cover;border-radius:var(--radius)}.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius)}.filter-bar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:20px;flex-wrap:wrap}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters button{background:var(--surface);border:1px solid var(--line);color:var(--ink);border-radius:30px;padding:10px 16px;min-height:44px;font-size:13px}.filters button[aria-pressed=true]{background:var(--accent);color:var(--on);border-color:var(--accent)}.search{display:flex;flex-direction:column;gap:6px;font-size:12px;width:260px}.search input{padding:11px 14px;border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:8px;min-height:44px;width:100%}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product{display:flex;flex-direction:column}.product .card-image{object-fit:contain;background:#fff;padding:22px;aspect-ratio:4/3}.product .card-body{display:flex;flex-direction:column;flex:1}.product h3{font-size:18px}.product .actions{margin-top:auto;padding-top:12px}.product .price{font-size:21px}.product p{font-size:14px}.menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.menu-card{padding:25px;display:flex;justify-content:space-between;gap:25px}.menu-card p{font-size:14px;margin:0}.menu-card .price{white-space:nowrap;font-size:17px;margin:0}.service-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.service-list details{border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:22px}.service-list summary{font-weight:700;cursor:pointer;min-height:30px}.price-row{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid var(--line);font-size:14px}.price-row:last-child{border:0;padding-bottom:0}.price-row strong{white-space:nowrap}.enquiry{background:var(--surface);border:1px solid var(--line);padding:42px;border-radius:var(--radius);display:flex;align-items:center;justify-content:space-between;gap:30px}.enquiry p{max-width:650px;margin-bottom:0}.enquiry h2{max-width:700px}.brief{background:#0b1c28;color:#f1f7f4;padding:64px 0}.brief p{color:#b5c9c0;max-width:780px}.brief .eyebrow{color:#9de0c3}.brief .button{background:#b6ead4;color:#11291d;border-color:#b6ead4}.brief details{border-top:1px solid #375046;padding:20px 0}.brief summary{font-weight:700;cursor:pointer}.brief details p{margin:12px 0 0}.brief h2{max-width:850px}.brief .actions{margin-bottom:35px}.site-footer{background:#0b1c28;color:#a8c2b6;font-size:13px;border-top:1px solid #30453e;padding:25px 0}.site-footer .wrap{display:flex;justify-content:space-between;gap:24px}.skip{position:fixed;left:10px;top:-100px;background:#fff;color:#000;z-index:100;padding:12px}.skip:focus{top:10px}dialog{background:var(--surface);color:var(--ink);border:1px solid var(--line);border-radius:20px;padding:0;width:min(560px,calc(100% - 32px));max-height:85dvh;overflow:auto;box-shadow:0 30px 120px #0005}dialog::backdrop{background:#051016aa;backdrop-filter:blur(4px)}.dialog-head{display:flex;justify-content:space-between;align-items:start;padding:22px 24px 0;gap:20px}.dialog-head h2{font-size:25px;margin:9px 0}.dialog-content{padding:20px 24px 28px}.dialog-content img{max-height:240px;object-fit:contain;margin:0 auto 20px}.dialog-content form{display:grid;gap:16px}.dialog-content label{display:grid;gap:6px;font-size:14px}.dialog-content select{min-height:46px;border:1px solid var(--line);padding:10px;background:var(--bg);color:var(--ink);border-radius:8px}.dialog-content .button{width:100%}.cart-row{padding:18px 0;border-bottom:1px solid var(--line)}.cart-row h3{font-size:17px}.quantity{display:flex;gap:12px;align-items:center}.quantity button{min-width:44px;min-height:44px;border:1px solid var(--line);border-radius:8px;background:var(--bg);color:var(--ink)}.dialog-nav{display:flex;flex-direction:column;gap:6px}.dialog-nav a{padding:12px;border-bottom:1px solid var(--line)}.toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);z-index:30;max-width:calc(100% - 32px);background:var(--ink);color:var(--bg);padding:12px 20px;border-radius:12px;box-shadow:0 8px 30px #0003;font-size:14px}.toast:empty{display:none}[hidden]{display:none!important}.no-results{border:1px dashed var(--line);padding:28px;text-align:center;border-radius:14px}.js-only{display:none}.js .js-only{display:inline-flex}.js .filter-bar{display:flex}.js-only.filter-bar{display:none}.js .js-only.filter-bar{display:flex}
body[data-theme=lume]{--bg:#f8f4eb;--surface:#fffdf7;--accent:#30483b;--radius:20px}body[data-theme=lume] h1,body[data-theme=lume] h2{font-family:Georgia,serif;font-weight:400}body[data-theme=lume] .hero-media>img{border-radius:46% 46% 18px 18px}
body[data-theme=lussh]{--bg:#121210;--surface:#1c1d19;--ink:#f3eddf;--muted:#bbb7ab;--line:#3c3e34;--accent:#deb58a;--on:#20150d;--radius:6px}body[data-theme=lussh] h1{font-family:Georgia,serif;text-transform:uppercase;letter-spacing:-.06em}body[data-theme=lussh] .hero-media>img{border-radius:1px;aspect-ratio:4/5}body[data-theme=lussh] .hero{gap:85px}body[data-theme=lussh] .button{border-radius:4px}
body[data-theme=forge]{--bg:#f0eee7;--surface:#faf9f5;--accent:#f5c900;--on:#171c1a;--ink:#1a211d;--muted:#525e56;--line:#cbd0c9;--radius:6px}body[data-theme=forge] h1{font-family:Impact,'Arial Narrow',sans-serif;letter-spacing:-.02em;text-transform:uppercase}body[data-theme=forge] .eyebrow{color:#675500}body[data-theme=forge] .hero-media>img{aspect-ratio:1;filter:saturate(.8)}body[data-theme=forge] .button{border-radius:6px}body[data-theme=forge] .hero-copy h1{font-size:clamp(58px,7vw,100px)}
body[data-theme=electro]{--bg:#f4f8ff;--surface:#fff;--accent:#164cd3;--on:#fff;--line:#d2def2;--ink:#102340;--muted:#53657e;--radius:24px}body[data-theme=electro] h1{color:#163e9e}body[data-theme=electro] .hero-media>img{object-fit:cover;aspect-ratio:1.1}
body[data-theme=home]{--bg:#fcfafa;--surface:#fff;--accent:#ae303b;--on:#fff;--line:#e3d9da;--ink:#241b1d;--muted:#726065;--radius:18px}body[data-theme=home] .hero-media>img{border-radius:70px 18px 70px 18px}
body[data-theme=form]{--bg:#101716;--surface:#192321;--accent:#ffab65;--on:#241307;--ink:#f0f5ee;--muted:#aebdb4;--line:#34483c;--radius:12px}body[data-theme=form] h1{font-weight:850}body[data-theme=form] .hero-media>img{aspect-ratio:1/1.08}body[data-theme=form] .gallery img{filter:saturate(.7)}
body[data-theme=masala]{--bg:#fcf7e9;--surface:#fffaf0;--accent:#ad3829;--on:#fff;--ink:#302a22;--muted:#746958;--line:#e4dbc7;--radius:24px}body[data-theme=masala] h1,body[data-theme=masala] h2{font-family:Georgia,serif;font-weight:400}body[data-theme=masala] .hero-media>img{border-radius:50%;aspect-ratio:1;box-shadow:0 20px 60px #b95a1720}
body[data-theme=eleven]{--bg:#111510;--surface:#1c2119;--accent:#dbc58c;--on:#1c2418;--ink:#f2eddd;--muted:#b5b5a6;--line:#3a4432;--radius:16px}body[data-theme=eleven] h1,body[data-theme=eleven] h2{font-family:Georgia,serif;font-weight:400}body[data-theme=eleven] .hero-media>img{border-radius:48% 48% 10px 10px;aspect-ratio:1/1.1}
@media(max-width:1000px){.nav-links{gap:16px;font-size:13px}.hero{gap:36px}.hero-copy>p:not(.eyebrow){font-size:16px}.cards,.product-grid{gap:16px}.card-body{padding:22px}.split{gap:36px}body[data-theme=lussh] .hero{gap:36px}}
@media(max-width:800px){.wrap{width:calc(100% - 40px)}.nav-links{display:none}.mobile-toggle{display:inline-flex}.nav{min-height:72px;gap:12px}.brand{font-size:21px}.nav-actions{gap:8px}.hero{padding:44px 0;grid-template-columns:1fr;gap:32px}.hero-copy{max-width:620px}.hero-media{max-width:600px;width:100%;margin:auto}.hero-media>img{aspect-ratio:5/4!important}.hero-copy h1{max-width:600px}.hero-copy>p:not(.eyebrow){max-width:540px}.section{padding:52px 0}.section-head{display:block;margin-bottom:26px}.section-head>p{margin-top:16px;max-width:600px}.cards{grid-template-columns:1fr}.cards .card{max-width:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.menu-grid,.split{grid-template-columns:1fr}.gallery{gap:10px}.gallery img{aspect-ratio:1}.enquiry{padding:28px;display:block}.enquiry .button{margin-top:24px}.brief{padding:48px 0}.preview-bar{font-size:11px;gap:12px;padding:8px 15px}.preview-bar span{max-width:190px;line-height:1.3}.nav-cta{display:none}.service-list{grid-template-columns:1fr}.menu-card{padding:22px}.site-footer .wrap{flex-direction:column;gap:10px}}
@media(max-width:460px){.wrap{width:calc(100% - 32px)}h1{font-size:48px}h2{font-size:32px}.product-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.gallery img{aspect-ratio:3/2}.search{width:100%}.actions .button{flex:1}.hero .actions .button{flex:auto}.image-note{left:14px;right:14px;bottom:14px;padding:12px 15px;font-size:12px}.menu-card{flex-direction:column;gap:16px}.brief .actions{flex-direction:column}.preview-bar{justify-content:space-between;gap:8px}.preview-bar a{font-size:10px;white-space:nowrap}.preview-bar span{font-size:10px}.card-body{padding:24px}.brand{font-size:20px}.hero-media>img{min-height:260px}.hero-copy h1{font-size:46px}body[data-theme=forge] .hero-copy h1{font-size:64px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
.js .mobile-toggle{display:none}@media(max-width:800px){.js .mobile-toggle{display:inline-flex}}
img{height:auto}.dialog-content img{height:240px;width:100%;object-fit:contain}
html:not(.js) .js-only{display:none!important}
