@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@1,500&display=swap');
:root{--ink:#26160f;--brown:#3a2117;--cream:#f7f2ea;--paper:#fffdf9;--tan:#caa77b;--line:#ddd2c5;--muted:#766860;--shadow:0 24px 70px rgba(38,22,15,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 48px));margin:auto}.skip-link{position:fixed;left:16px;top:-80px;background:#fff;padding:10px 18px;z-index:99}.skip-link:focus{top:16px}.site-header{position:absolute;top:0;left:0;width:100%;z-index:20;color:#fff;border-bottom:1px solid rgba(255,255,255,.22)}.nav-wrap{height:96px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;flex-direction:column;align-items:center;line-height:1;color:var(--ink);letter-spacing:.2em}.site-header .brand{color:#fff}.brand span{font-family:Georgia,serif;font-size:30px;letter-spacing:.28em;margin-left:.28em}.brand small{font-size:8px;letter-spacing:.36em;margin-top:7px}.brand-light{color:#fff}.nav{display:flex;align-items:center;gap:34px;font-size:13px}.nav a{position:relative}.nav a:not(.nav-cta):after{content:"";position:absolute;left:0;right:100%;bottom:-5px;height:1px;background:currentColor;transition:.25s}.nav a:hover:after{right:0}.nav-cta{border:1px solid rgba(255,255,255,.55);padding:10px 18px}.menu-toggle{display:none;background:none;border:0;color:#fff;width:38px;height:38px}.menu-toggle span{display:block;width:24px;height:1px;background:currentColor;margin:7px}.hero{min-height:760px;height:100vh;max-height:980px;position:relative;color:#fff;display:flex;align-items:center;overflow:hidden;background:var(--ink)}.hero-image{position:absolute;inset:0;background:url('images/noa-hero.png') center/cover no-repeat;transform:scale(1.01)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(30,16,10,.8) 0%,rgba(30,16,10,.38) 47%,rgba(30,16,10,.08) 72%),linear-gradient(0deg,rgba(20,10,6,.42),transparent 48%)}.hero-content{position:relative;padding-top:80px}.eyebrow{font-size:11px;letter-spacing:.25em;font-weight:600;margin:0 0 24px}.eyebrow.dark{color:#806b5e}.hero h1,.menu-hero h1{font-size:clamp(64px,8vw,118px);line-height:.88;letter-spacing:-.055em;margin:0;font-weight:500;max-width:760px}.hero h1 em,.menu-hero h1 em,h2 em{font-family:'Playfair Display',serif;font-weight:500}.hero-copy{font-size:17px;max-width:500px;margin:34px 0;color:rgba(255,255,255,.82)}.hero-actions{display:flex;gap:30px;align-items:center}.button{display:inline-flex;align-items:center;justify-content:center;padding:15px 24px;border:0;cursor:pointer;font-size:13px;font-weight:600;letter-spacing:.06em}.button-light{background:#fff;color:var(--ink)}.button-dark{background:var(--ink);color:#fff}.text-link{font-size:13px;font-weight:600;border-bottom:1px solid currentColor;padding-bottom:5px}.text-link span{margin-left:12px}.journey-line{position:absolute;bottom:30px;right:4%;display:flex;align-items:center;gap:12px;font-size:9px;letter-spacing:.18em;color:rgba(255,255,255,.65)}.journey-line i{display:block;width:120px;height:1px;background:rgba(255,255,255,.35)}.station-dot{width:8px;height:8px;border:1px solid #fff;border-radius:50%;box-shadow:0 0 0 4px rgba(255,255,255,.12)}.section{padding:120px 0}.intro{background:var(--cream)}.intro-grid{display:grid;grid-template-columns:.75fr 2fr 1fr;gap:60px;align-items:start}.section-index{font-size:10px;letter-spacing:.22em;color:#8d796b;margin:10px 0}.intro h2,.section-head h2,.story h2,.location h2{font-size:clamp(40px,5vw,72px);line-height:1.05;letter-spacing:-.045em;margin:0 0 28px;font-weight:500}.intro-grid>div>p{max-width:620px;color:var(--muted);font-size:17px}.intro blockquote{margin:20px 0 0;padding-left:28px;border-left:1px solid var(--tan);font-family:'Playfair Display',serif;font-size:24px;font-style:italic}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:50px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px 24px}.product-image{height:390px;background-size:cover;background-position:center;display:flex;align-items:flex-start;padding:18px;overflow:hidden;transition:filter .3s}.product-image:hover{filter:brightness(.92)}.product-image span{background:rgba(255,253,249,.9);backdrop-filter:blur(8px);padding:7px 10px;font-size:9px;letter-spacing:.18em;text-transform:uppercase}.product-info{display:flex;justify-content:space-between;gap:20px;padding-top:18px;border-top:1px solid var(--line);margin-top:12px}.product-info h3{font:500 21px Georgia,serif;margin:0 0 6px}.product-info p{font-size:13px;color:var(--muted);margin:0;max-width:270px}.product-info strong{font-size:13px;white-space:nowrap}.story{background:var(--cream)}.story-grid{display:grid;grid-template-columns:1.1fr 1fr;min-height:590px}.story-visual{background:url('images/noa-hero.png') 69% center/cover;position:relative;min-height:500px}.story-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(130deg,transparent,rgba(38,22,15,.25))}.ticket{position:absolute;left:35px;bottom:35px;background:#f7f2ea;padding:22px 24px;width:220px;z-index:1;box-shadow:var(--shadow);display:flex;flex-direction:column}.ticket:before{content:"";position:absolute;left:12px;right:12px;top:10px;border-top:1px dashed #b7a697}.ticket span,.ticket small{font-size:8px;letter-spacing:.2em}.ticket strong{font:500 15px Georgia,serif;padding:18px 0 8px}.story-copy{padding:65px 0 40px 80px;align-self:center}.story-copy p:not(.section-index){color:var(--muted);font-size:17px;margin:0 0 34px}.location{background:var(--paper)}.location-card{background:var(--ink);color:#fff;min-height:480px;padding:70px;display:grid;grid-template-columns:1fr 1fr;align-items:center;position:relative;overflow:hidden}.location-card:after{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-90px;top:-90px}.location h2{font-size:clamp(40px,5vw,68px)}.location p{color:rgba(255,255,255,.65);margin-bottom:28px}.rail-map{position:relative;display:flex;align-items:center;justify-content:center;gap:0;z-index:1}.rail-map i{width:90px;height:1px;background:rgba(255,255,255,.35)}.rail-map b{display:grid;place-items:center;border:1px solid #fff;border-radius:50%;width:78px;height:78px;font:500 16px Georgia,serif;box-shadow:0 0 0 12px rgba(255,255,255,.06)}.rail-name{font-size:9px;letter-spacing:.18em;margin:0 12px}.footer{background:#1d100b;color:#fff;padding:70px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr 1fr;gap:80px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-grid strong{font-size:10px;letter-spacing:.2em;margin-bottom:12px}.footer-grid p,.footer-grid a:not(.brand){margin:0;color:rgba(255,255,255,.6);font-size:13px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:50px;padding-top:20px;display:flex;justify-content:space-between;font-size:11px;color:rgba(255,255,255,.45)}.menu-page{background:var(--cream);min-height:100vh}.menu-page+.footer{margin-top:0}.menu-page~.site-header{}.menu-hero{padding:190px 0 85px;background:var(--paper)}.menu-hero h1{color:var(--ink);font-size:clamp(56px,7vw,92px)}.menu-hero p:last-child{color:var(--muted);margin-top:25px}.menu-section{padding:55px 0 120px}.filter-bar{display:flex;gap:8px;margin-bottom:45px;flex-wrap:wrap}.filter-bar button{border:1px solid var(--line);background:transparent;padding:10px 20px;cursor:pointer;color:var(--ink);font-size:12px}.filter-bar button.active,.filter-bar button:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.menu-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.menu-item{background:var(--paper);display:grid;grid-template-columns:190px 1fr;min-height:190px}.menu-item[hidden]{display:none}.menu-item img{width:190px;height:100%;object-fit:cover}.menu-item>div{padding:24px;display:flex;flex-direction:column;align-items:flex-start}.menu-item span{font-size:9px;letter-spacing:.2em;color:#9b7f6b;text-transform:uppercase}.menu-item h2{font:500 23px Georgia,serif;margin:8px 0}.menu-item p{font-size:13px;color:var(--muted);margin:0}.menu-item strong{margin-top:auto;font-size:13px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:none}
/* Admin */.admin-body{background:#f3efe9;min-height:100vh}.admin-top{height:86px;background:var(--ink);color:#fff;padding:0 max(24px,calc((100% - 1280px)/2));display:flex;align-items:center;justify-content:space-between}.admin-top>div{display:flex;gap:24px;font-size:13px}.admin-shell{width:min(1280px,calc(100% - 48px));margin:55px auto}.admin-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:30px}.admin-heading h1{font:500 46px Georgia,serif;margin:0}.admin-heading p{margin:0;color:var(--muted)}.admin-grid{display:grid;grid-template-columns:1fr 380px;gap:26px;align-items:start}.admin-table-wrap,.product-form,.login-card{background:#fff;box-shadow:0 12px 40px rgba(38,22,15,.06)}.admin-table{width:100%;border-collapse:collapse}.admin-table th{font-size:10px;letter-spacing:.14em;text-align:left;color:var(--muted);padding:16px;border-bottom:1px solid var(--line)}.admin-table td{padding:14px 16px;border-bottom:1px solid #eee5dc;font-size:13px}.admin-product{display:flex;gap:14px;align-items:center}.admin-product img{width:58px;height:58px;object-fit:cover}.admin-product div{display:flex;flex-direction:column;max-width:280px}.admin-product small{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row-actions{display:flex;gap:14px}.row-actions button{border:0;background:none;color:#a93c2e;cursor:pointer;padding:0}.product-form{padding:28px;position:sticky;top:20px}.product-form h2{font:500 27px Georgia,serif;margin:0 0 20px}.product-form form,.login-card form{display:flex;flex-direction:column;gap:16px}.product-form label,.login-card label{font-size:12px;font-weight:600;display:flex;flex-direction:column;gap:6px}.product-form input,.product-form select,.product-form textarea,.login-card input{border:1px solid var(--line);background:#fff;padding:11px 12px;outline:none;width:100%}.product-form input:focus,.product-form select:focus,.product-form textarea:focus,.login-card input:focus{border-color:var(--ink)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-form label small{font-weight:400;color:var(--muted)}.product-form .check{flex-direction:row;align-items:center}.product-form .check input{width:auto}.cancel-link{text-align:center;font-size:12px}.alert{padding:13px 16px;margin:0 0 22px;font-size:13px}.alert.success{background:#e7f2e8;color:#255e2d}.alert.error{background:#f8e7e3;color:#8a2e23}.login-card{width:min(430px,calc(100% - 36px));margin:10vh auto;padding:46px}.login-card .brand{margin-bottom:40px}.login-card h1{font:500 36px Georgia,serif;margin:0}.login-card p{color:var(--muted)}.login-card>a:last-child{display:block;text-align:center;margin-top:24px;font-size:12px}
@media(max-width:900px){.container{width:min(100% - 32px,1180px)}.nav-wrap{height:78px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:78px;left:0;right:0;background:var(--ink);padding:24px;flex-direction:column;align-items:flex-start}.nav.open{display:flex}.hero{min-height:700px;height:92vh}.hero-image{background-position:61% center}.hero-shade{background:linear-gradient(90deg,rgba(30,16,10,.82),rgba(30,16,10,.25))}.hero h1{font-size:clamp(56px,16vw,86px)}.hero-copy{max-width:410px}.journey-line{display:none}.section{padding:80px 0}.intro-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.story-grid{grid-template-columns:1fr}.story-copy{padding:55px 20px 10px 0}.location-card{grid-template-columns:1fr;padding:48px 34px}.rail-map{margin-top:55px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.menu-list{grid-template-columns:1fr}.admin-grid{grid-template-columns:1fr}.product-form{position:static}.admin-table-wrap{overflow-x:auto}.admin-table{min-width:700px}}
@media(max-width:600px){.container{width:calc(100% - 28px)}.hero-content{padding-top:55px}.hero h1{font-size:57px}.hero-copy{font-size:15px}.hero-actions{align-items:flex-start;flex-direction:column;gap:20px}.intro-grid{gap:24px}.intro h2,.section-head h2,.story h2,.location h2{font-size:42px}.section-head{align-items:flex-start;gap:20px}.product-grid{grid-template-columns:1fr}.product-image{height:410px}.story-visual{min-height:420px}.story-copy{padding-right:0}.location-card{padding:42px 24px}.rail-map i{width:42px}.footer-grid{grid-template-columns:1fr;gap:42px}.footer-grid>div:first-child{grid-column:auto}.menu-hero{padding-top:145px}.menu-item{grid-template-columns:120px 1fr}.menu-item img{width:120px}.menu-item>div{padding:18px}.admin-shell{width:calc(100% - 28px);margin-top:34px}.admin-heading{align-items:flex-start;flex-direction:column;gap:18px}.admin-top{padding:0 16px}.admin-top>div a:first-child{display:none}.login-card{padding:34px 25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}

/* Modern brand refresh */
body{background:#fbfaf7}
.site-header{position:fixed;background:rgba(255,253,249,.97);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);color:var(--ink);border-bottom:1px solid rgba(58,33,23,.12);box-shadow:0 8px 28px rgba(38,22,15,.045)}
.nav-wrap{height:94px}
.brand{display:block;line-height:0}
.brand img{width:112px;height:68px;object-fit:contain}
.site-header .brand{color:var(--ink)}
.nav{font-size:13px;font-weight:600;letter-spacing:.035em;gap:38px}
.nav a:not(.nav-cta){padding:12px 2px}
.nav a:not(.nav-cta):after{bottom:5px;height:2px;background:var(--tan)}
.nav a.active:after{right:0}
.nav-cta{background:var(--ink);color:#fff;border-color:var(--ink);border-radius:999px;padding:12px 20px;box-shadow:0 8px 20px rgba(38,22,15,.12)}
.menu-toggle{color:var(--ink)}
.hero{min-height:760px;height:auto;max-height:none;padding:152px 0 72px;background:var(--cream);color:var(--ink);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(460px,1.18fr);align-items:center;gap:64px}
.hero-content{position:relative;padding:0}
.hero h1{font-size:clamp(60px,6.8vw,102px);max-width:650px}
.hero-copy{color:var(--muted);font-size:16px;max-width:460px;margin:30px 0}
.hero-visual{margin:0;position:relative}
.hero-visual:before{content:"";position:absolute;width:118px;height:118px;border:1px solid rgba(58,33,23,.18);border-radius:50%;right:-38px;top:-38px;z-index:0}
.hero-visual img{position:relative;width:100%;height:600px;object-fit:cover;border-radius:220px 220px 24px 24px;box-shadow:0 34px 80px rgba(55,33,20,.12)}
.hero-visual figcaption{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:14px;color:#8d796b;font-size:10px;letter-spacing:.18em;text-transform:uppercase}
.hero-visual figcaption span{width:46px;height:1px;background:var(--tan)}
.button{border-radius:999px;padding:15px 24px;transition:transform .2s,background .2s}
.button:hover{transform:translateY(-2px)}
.product-image{border-radius:18px;height:380px}
.product-info{border-top:0;padding-top:10px}
.product-info h3{font-family:'DM Sans',sans-serif;font-size:18px;font-weight:600}
.story-grid,.location-card,.admin-table-wrap,.product-form,.login-card{border-radius:22px;overflow:hidden}
.story-visual{background-image:url('images/noa-hero-v2.png')}
.menu-page{padding-top:94px}
.menu-hero{padding:100px 0 70px}
.menu-item{border-radius:16px;overflow:hidden;border:1px solid rgba(58,33,23,.08);transition:transform .25s,box-shadow .25s}
.menu-item:hover{transform:translateY(-3px);box-shadow:0 20px 50px rgba(38,22,15,.08)}
.menu-item>div{justify-content:center}
.menu-item strong{display:none}
.filter-bar{position:sticky;top:100px;z-index:5;background:rgba(247,242,234,.92);backdrop-filter:blur(14px);padding:10px;border-radius:999px;width:max-content;max-width:100%}
.filter-bar button{border:0;border-radius:999px}
.footer .brand img,.admin-top .brand img{filter:brightness(0) invert(1)}
.footer .brand img{width:150px;height:92px}
.upload-preview{width:100%;height:160px;object-fit:cover;border-radius:12px;margin:4px 0 8px}
.product-form input[type="file"]{padding:8px;background:#f8f4ef;border-style:dashed}

@media(max-width:900px){
  .nav-wrap{height:82px}.nav{top:82px;background:rgba(255,253,249,.99);color:var(--ink);border-bottom:1px solid var(--line);gap:12px;padding:22px 26px}.nav a:not(.nav-cta){width:100%;padding:10px 2px}.nav-cta{margin-top:5px}
  .hero{padding:118px 0 58px;min-height:auto}.hero-grid{grid-template-columns:1fr;gap:42px}.hero-content{order:1}.hero-visual{order:2}.hero-visual img{height:min(62vw,560px);border-radius:140px 140px 20px 20px}.hero h1{font-size:clamp(58px,12vw,90px)}
  .menu-page{padding-top:82px}.menu-hero{padding-top:78px}.filter-bar{top:94px}
}
@media(max-width:600px){
  .brand img{width:92px;height:62px}.hero{padding-top:112px}.hero-grid{gap:34px}.hero h1{font-size:54px}.hero-visual img{height:74vw;border-radius:100px 100px 16px 16px}.hero-visual:before{display:none}
  .hero-actions{flex-direction:row;align-items:center;flex-wrap:wrap}.product-image{height:390px}.menu-hero h1{font-size:52px}.filter-bar{width:100%;overflow-x:auto;flex-wrap:nowrap;top:82px}.filter-bar button{white-space:nowrap}.menu-item{grid-template-columns:108px 1fr}.menu-item img{width:108px}.admin-top .brand img{width:100px}
}

/* Centered oval logo header trial */
@media(min-width:901px){
  .nav-wrap{height:148px;flex-direction:column;justify-content:center;gap:0}
  .site-header .brand{height:86px;display:flex;align-items:center;justify-content:center}
  .site-header .brand img{width:126px;height:77px}
  .site-header .nav{height:52px;width:100%;justify-content:center;border-top:1px solid rgba(58,33,23,.09);gap:42px}
  .site-header .nav a:not(.nav-cta){padding:13px 2px}
  .site-header .nav a:not(.nav-cta):after{bottom:7px}
  .site-header .nav-cta{padding:9px 18px}
  .hero{padding-top:204px}
  .menu-page{padding-top:148px}
  .menu-hero{padding-top:84px}
  .filter-bar{top:164px}
}
@media(max-width:900px){
  .site-header .nav-wrap{position:relative;justify-content:center}
  .site-header .brand{position:absolute;left:50%;top:6px;transform:translateX(-50%)}
  .site-header .brand img{width:106px;height:68px}
  .site-header .menu-toggle{position:absolute;right:0;top:21px}
}
