:root{--bg:#f4efe5;--card:#fffaf0;--ink:#1a1a1a;--ink-soft:#4f4b46;--gold:#af7a28;--gold-deep:#8b601f;--charcoal:#25211b;--line:#e2d6c2}*{box-sizing:border-box}body,html{margin:0;padding:0;width:100%;overflow-x:hidden;background:radial-gradient(circle at top right,#fff6e5,var(--bg));color:var(--ink);font-family:Work Sans,sans-serif}body.home-page{height:100%;overflow:hidden}body:not(.home-page){min-height:100dvh;overflow-x:hidden;overflow-y:auto}.global-network-indicator{position:fixed;top:.6rem;right:.6rem;z-index:9999;background:rgba(20,16,11,.92);color:#f7e4bf;border:1px solid #715a33;border-radius:999px;padding:.35rem .65rem;font-size:.74rem;font-weight:600;pointer-events:none}.site-wrap{height:100dvh;max-height:100dvh;overflow:hidden;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto auto}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;gap:.55rem;padding:.65rem .8rem;background:color-mix(in srgb,#14100b 90%,transparent);border-bottom:1px solid #3a3125}.brand,.topbar{align-items:center}.brand{display:inline-flex;gap:.45rem;font-family:Cormorant Garamond,serif;font-size:1rem;font-weight:700;color:#f7e4bf;text-decoration:none}.brand-logo{width:1.2rem;height:1.2rem;display:block;flex:0 0 auto}.menu-btn{border:1px solid #715a33;background:transparent;color:#f3d99f;border-radius:999px;padding:.35rem .7rem;font-size:.82rem}.nav{position:absolute;left:0;right:0;top:100%;display:none;flex-direction:column;background:#1b1712;border-bottom:1px solid #3a3125}.nav.open{display:flex}.nav a{color:#f7e4bf;text-decoration:none;padding:.75rem .9rem;border-top:1px solid #332a1f;font-size:.85rem}.nav-guide-link{font-weight:700;background:hsla(40,78%,86%,.08)}.nav-guide-link:hover{background:hsla(40,78%,86%,.2)}.hero{padding:.52rem .75rem .3rem;overflow:hidden}.hero-card{background:var(--bg);border:none;border-radius:.9rem;padding:.65rem .7rem;box-shadow:none}.eyebrow{margin:0;color:var(--gold-deep);text-transform:uppercase;font-size:.62rem;letter-spacing:.08em}h1{margin:.28rem 0 .5rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.28rem,5vw,1.45rem);line-height:1.08}.lead{margin:0;color:var(--ink-soft);font-size:.8rem;line-height:1.3}.auth-grid{margin-top:.6rem;display:grid;grid-template-columns:1fr;grid-gap:.35rem;gap:.35rem}.home-auth-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.google-oauth-wrap{display:flex;justify-content:center}.google-oauth-wrap>div{width:100%}.google-oauth-wrap iframe{width:100%!important}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.2rem;padding:.6rem 1rem;border-radius:.65rem;text-decoration:none;font-weight:600;border:1px solid transparent;font-size:.82rem;white-space:nowrap;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .15s ease}.btn-primary{background:color-mix(in srgb,#14100b 90%,transparent);color:#f7e4bf}.btn-success{background:#2a6a36;color:#f3ffe8;border-color:#21542b}.btn-outline{border-color:var(--gold);color:var(--gold-deep);background:#fff}.btn-google{border-color:#d0c1a5;background:#fff;color:#302a22}.btn:hover,button:hover{filter:saturate(1.04);transform:translateY(-1px)}.btn-primary:hover{background:#2f271d;color:#fff2d2}.btn-success:hover{background:#1f5a2c;color:#fff}.btn-outline:hover{background:#f0e0c4;color:#35220c;border-color:#9e6b20}.btn-google:hover{background:#f5f5f5;border-color:#b8b0a2}.chef-message{margin:0 .75rem .35rem;padding:.5rem .7rem;background:var(--bg);border:none;border-radius:.6rem}.chef-message h2{margin:0;font-family:Cormorant Garamond,serif;font-size:1rem;line-height:1.1}.chef-message p{margin:.35rem 0 0;color:#534c43;font-size:.74rem;line-height:1.22;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hero-image-card{position:relative;width:min(calc(100% - 3rem),calc(100dvh - 24rem),760px);max-width:760px;margin:0 auto .35rem;border:none;border-radius:.6rem;overflow:hidden;background:var(--bg);aspect-ratio:1/1;height:auto;max-height:100%;min-height:0;display:flex;align-items:center;justify-content:center;align-self:center;padding:0}.hero-image-card img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;opacity:.9;filter:saturate(.9)}.hero-image-card:after{content:"";position:absolute;inset:0;border-radius:.6rem;background:linear-gradient(180deg,rgba(26,20,13,.06),rgba(26,20,13,.1));pointer-events:none}.hero-image-caption{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(100% - 1.1rem);padding:.3rem .4rem;color:#fff6e5;text-align:center;font-size:.78rem;font-weight:700;line-height:1.2;letter-spacing:.03em;text-shadow:0 2px 6px rgba(0,0,0,.6);z-index:1}.footer{background:color-mix(in srgb,#14100b 90%,transparent);color:#f7e4bf;padding:.42rem .65rem;text-align:center;border-top:1px solid #3a3125}.footer p{margin:.12rem 0;font-size:.67rem;line-height:1.2}.back-to-top{position:fixed;right:.9rem;bottom:.9rem;z-index:30;border:1px solid #3a3125;background:color-mix(in srgb,#14100b 90%,transparent);color:#f7e4bf;border-radius:999px;min-width:2.6rem;min-height:2.6rem;font-size:.72rem;font-weight:600;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}.page-auth{min-height:100dvh;padding:1rem;display:grid;place-items:center}.auth-panel{width:min(680px,100%);background:#fff8ee;border:1px solid #d8cab1;border-radius:.9rem;padding:1rem;overflow-wrap:anywhere;min-width:0}.auth-panel h1{margin-top:0}.module-nav{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 .8rem}.module-nav a,.module-nav button{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;padding:.35rem .7rem;border-radius:999px;border:1px solid #ccbda2;background:#fff;color:#3b342b;font-size:.82rem;font-weight:600;text-decoration:none;cursor:pointer;font-family:inherit}.module-nav a:hover,.module-nav button:hover{background:#f0e0c4;border-color:#9e6b20;color:#35220c}.module-nav button.active{background:#e8a84a;border-color:#9e6b20;color:#1e1208}@media (max-width:859px){.parents-page .module-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:.3rem;gap:.3rem}.parents-page .module-nav a,.parents-page .module-nav button{min-height:1.85rem;padding:.25rem .2rem;font-size:.72rem;white-space:nowrap}}.page-auth-mobile .auth-panel{width:min(680px,100%);max-width:100%;overflow-x:hidden}.page-auth-desktop .auth-panel{width:min(1100px,100%)}.auth-help{color:var(--ink-soft);margin:.35rem 0 1rem}.module-guide-card{background:#fffbf4;border:1px solid #e8d9c0;border-left:3px solid #c8a96e;border-radius:.6rem;padding:.6rem .85rem;font-size:.82rem;color:#6b5a43;margin-bottom:.9rem}.module-guide-card strong{color:#3f2f1c}.module-guide-card ul{margin:.45rem 0 0;padding-left:1rem}.field-hint,.module-guide-card li+li{margin-top:.2rem}.field-hint{display:block;font-size:.74rem;color:var(--ink-soft);font-weight:400}.quick-credentials{margin:0 0 .9rem;padding:.55rem .7rem;border:1px solid #ccbda2;border-radius:.55rem;background:#fff}.quick-credentials p{margin:.12rem 0;font-size:.85rem;color:#3b342b}.auth-form{display:grid;grid-gap:.7rem;gap:.7rem;align-items:start}.auth-form label{display:grid;grid-gap:.25rem;gap:.25rem;font-size:.9rem;min-width:0}.auth-form label small,.auth-form label strong{overflow-wrap:anywhere;word-break:break-word}.auth-form input,.auth-form select{min-height:2.4rem;border:1px solid #ccbda2;border-radius:.55rem;padding:.45rem .65rem;background:#fff;min-width:0}.password-field{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.4rem;gap:.4rem;align-items:center;width:100%}.password-field input{width:100%;min-width:0}.password-toggle{min-height:2.4rem;white-space:nowrap;padding:.35rem .65rem}.guide-list{display:grid;grid-gap:.55rem;gap:.55rem;margin-bottom:.9rem}.guide-list details{border:1px solid #d8cab1;border-radius:.55rem;background:#fff;padding:.5rem .7rem}.guide-list summary{cursor:pointer;font-weight:600}.guide-list p{margin:.45rem 0 0}.guide-content{margin:.6rem 0 0;padding:.55rem;border-radius:.45rem;border:1px solid #e8dcc8;background:#fffcf7;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;font-family:Work Sans,sans-serif;font-size:.84rem;line-height:1.35}.guide-rendered{font-size:.9rem;line-height:1.45;color:#3b332a;padding:.35rem 0 .5rem;white-space:normal}.guide-rendered h2{font-size:1.05rem;font-weight:700;margin:.6rem 0 .2rem;color:#2c2318;border-bottom:1px solid #e5d9c8;padding-bottom:.2rem}.guide-rendered h3{font-size:.97rem;font-weight:700;margin:.5rem 0 .15rem;color:#3b332a}.guide-rendered h4{font-size:.9rem;font-weight:600;margin:.4rem 0 .1rem;color:#4b4035}.guide-rendered h5{font-size:.87rem;font-weight:600;margin:.35rem 0 .1rem;color:#5a5048}.guide-rendered p{margin:.2rem 0 .35rem}.guide-rendered ol,.guide-rendered ul{margin:.15rem 0 .4rem 1.3rem;padding:0}.guide-rendered li{margin:.1rem 0}.guide-rendered strong{font-weight:700;color:#2c2318}.guide-rendered em{font-style:italic}.guide-rendered u{text-decoration:underline}.guide-rendered code{background:#f3ede4;border:1px solid #e0d3c0;border-radius:3px;padding:.1em .35em;font-size:.85em;font-family:monospace;color:#7a4f2a}.guide-rendered hr{border:none;border-top:1px solid #e5d9c8;margin:.5rem 0}.delivery-page,.page-auth-desktop,.parents-page,.youngsters-page{width:100%;overflow-x:hidden}.page-auth-desktop{align-items:start;padding-top:1.5rem;padding-bottom:1.5rem}.page-auth-desktop .auth-panel,.parents-page .auth-panel,.youngsters-page .auth-panel{max-width:100%}.auth-form .btn,.auth-form button{max-width:100%;min-width:0}.delivery-controls{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:.7rem;gap:.7rem;margin-bottom:.8rem;align-items:end}.delivery-control{display:grid;grid-gap:.25rem;gap:.25rem;font-size:.9rem;min-width:0}.delivery-control input{min-height:2.4rem;padding:.45rem .65rem;min-width:0;width:100%;max-width:100%}.delivery-control input,.delivery-window{border:1px solid #ccbda2;border-radius:.55rem;background:#fff}.delivery-window{padding:.5rem .65rem}.delivery-window small{display:block;color:#4f4b46;margin-bottom:.45rem}.delivery-window-actions{display:flex;flex-wrap:wrap;gap:.45rem}.delivery-window-actions .btn{min-width:0;flex:1 1 100px;max-width:100%}.delivery-refresh{width:100%;max-width:100%}.delivery-school-group{border:1px solid #ccbda2;border-radius:.55rem;background:#fff;padding:.6rem;display:grid;grid-gap:.55rem;gap:.55rem}.delivery-school-title{margin:0;font-size:1rem;color:#3b342b}.ingredient-picker-box,.ingredient-selected-box{border:1px solid #ccbda2;border-radius:.55rem;background:#fff;padding:.6rem;min-width:0}.ingredient-chip-wrap,.ingredient-picker-box{display:flex;flex-wrap:wrap;gap:.4rem}.ingredient-chip{min-height:1.9rem;padding-inline:.55rem}.auth-error{color:#b00020;font-weight:800;margin:0;font-size:.92rem;line-height:1.35;background:#ffe8ec;border:2px solid #b00020;border-radius:.55rem;padding:.5rem .65rem}.btn:disabled,.btn[aria-disabled=true],button:disabled{cursor:not-allowed!important;opacity:.42!important;background:#f2f0ed!important;border-color:#c8c3bb!important;color:#888!important;font-weight:600;transform:none!important;filter:none!important}.dev-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.45rem;gap:.45rem;margin:0 0 .9rem}.dev-links a{border:1px solid #ccbda2;background:#fff;border-radius:.55rem;padding:.45rem .65rem;color:#302a22;text-decoration:none}.parents-page .auth-panel>button,.parents-page .auth-panel>input,.parents-page .auth-panel>label,.parents-page .auth-panel>p,.parents-page .auth-panel>select{display:block;width:100%;max-width:100%;margin-bottom:.7rem}.parents-page .auth-panel>label{display:grid;grid-gap:.25rem;gap:.25rem;min-width:0}.parents-page .auth-panel>input,.parents-page .auth-panel>label input,.parents-page .auth-panel>label select,.parents-page .auth-panel>select{width:100%;min-width:0}.parents-page .auth-form>label,.parents-page .auth-form>span{min-width:0;overflow-wrap:anywhere}.parents-page .auth-form>label>small,.parents-page .auth-form>label>span{overflow-wrap:anywhere;word-break:break-word}.module-section{border:2px solid #d8cab1;border-radius:.75rem;background:#fff;padding:.8rem;margin:.9rem 0 1.1rem;min-width:0;display:grid;grid-gap:.7rem;gap:.7rem}.module-section h2{margin:0 0 .7rem;padding-bottom:.45rem;border-bottom:1px solid #e8dcc8}.parents-page .module-section>button,.parents-page .module-section>input,.parents-page .module-section>label,.parents-page .module-section>p,.parents-page .module-section>select,.youngsters-page .module-section>button,.youngsters-page .module-section>input,.youngsters-page .module-section>label,.youngsters-page .module-section>p,.youngsters-page .module-section>select{display:block;width:100%;max-width:100%;min-width:0}.parents-page .module-section>label,.youngsters-page .module-section>label{display:grid;grid-gap:.25rem;gap:.25rem}.parents-page .module-section>label input,.parents-page .module-section>label select,.youngsters-page .module-section>label input,.youngsters-page .module-section>label select{width:100%;min-width:0}.checkbox-inline{display:inline-flex!important;align-items:center;gap:.5rem}.checkbox-inline input[type=checkbox]{width:auto!important;min-height:1rem;margin:0}.parents-page .auth-form span{display:grid;grid-gap:.3rem;gap:.3rem;min-width:0}.menu-flow-grid{display:grid;grid-gap:.9rem;gap:.9rem}.menu-draft-section,.menu-search-section{border:2px solid #e8dcc8;border-radius:.65rem;background:#fffcf7;padding:.7rem}.menu-draft-section h3,.menu-search-section h3{margin:0 0 .55rem;font-size:1rem;color:#3b342b}.draft-actions{margin-top:.75rem;display:grid;grid-gap:.6rem;gap:.6rem}.draft-actions label{display:grid;grid-gap:.25rem;gap:.25rem}.draft-actions input{width:100%;min-height:2.4rem;border:1px solid #ccbda2;border-radius:.55rem;padding:.45rem .65rem;background:#fff}.draft-actions .btn{width:100%}.billing-action-row{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;width:100%}.billing-action-row input[type=file]{flex:1 1 100%;min-width:0;max-width:100%}.billing-action-row .btn{white-space:nowrap;flex:1 1 160px;max-width:100%}.billing-proof-batch{margin-bottom:.8rem}.billing-proof-batch input[type=file]{width:100%;max-width:100%}.order-row-card{border:1px solid #e8dcc8;border-radius:.6rem;padding:.65rem;display:grid;grid-gap:.35rem;gap:.35rem;background:#fffdfa}.order-row-actions{display:flex;flex-wrap:wrap;gap:.45rem}.order-row-actions .btn{flex:1 1 170px}.parent-billing-card{border:2px solid #d8cab1;border-radius:.65rem;background:#fffdf8;padding:.75rem;margin-top:.65rem}.parent-billing-card h3{margin:0 0 .55rem}.parent-billing-card-unpaid{border-color:#d6b9b9;background:#fff8f8}.parent-billing-card-paid{border-color:#b8cfaa;background:#f8fff4}@media (min-width:860px){.menu-flow-grid{grid-template-columns:1fr 1fr;gap:1rem}}.youngsters-page .auth-panel>button,.youngsters-page .auth-panel>input,.youngsters-page .auth-panel>label,.youngsters-page .auth-panel>p,.youngsters-page .auth-panel>select{display:block;width:100%;max-width:100%;margin-bottom:.7rem}.youngsters-page .auth-panel>label{display:grid;grid-gap:.25rem;gap:.25rem;min-width:0}.youngsters-page .auth-panel>input,.youngsters-page .auth-panel>label input,.youngsters-page .auth-panel>label select,.youngsters-page .auth-panel>select{width:100%;min-width:0}.youngsters-bottom-action{width:100%;display:flex;justify-content:flex-start;margin-top:.4rem;padding-top:.25rem}.youngsters-bottom-action .btn{width:auto;min-height:1.8rem;padding:.3rem .6rem;font-size:.74rem}@media (min-width:860px){body,html{height:auto;min-height:100%;overflow:auto}.site-wrap{min-height:100dvh;height:auto;max-height:none;display:flex;flex-direction:column}.menu-btn{display:none}.topbar{padding:1rem 1.6rem}.brand{font-size:1.2rem}.brand-logo{width:1.45rem;height:1.45rem}.nav{position:static;display:flex;flex-direction:row;border:0;background:transparent;gap:.2rem}.nav a{border:0;padding:.5rem .8rem;border-radius:999px;font-size:.9rem}.nav a:hover{background:hsla(40,78%,86%,.08)}.hero{padding:.95rem 2rem .5rem}.hero-card{max-width:700px;margin:0 auto;padding:1rem 1.1rem}h1{font-size:1.8rem}.lead{font-size:.95rem}.auth-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.home-auth-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.page-auth-desktop .auth-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.delivery-controls{grid-template-columns:minmax(180px,260px) minmax(280px,1fr) auto;grid-template-areas:"date window refresh" "note note note";gap:.8rem}.delivery-date{grid-area:date}.delivery-window{grid-area:window}.delivery-refresh{grid-area:refresh;width:auto;align-self:stretch}.delivery-note{grid-area:note}.chef-message{max-width:700px;margin:0 auto .7rem;padding:.72rem .9rem}.hero-image-card{width:min(calc(100% - 6.6rem),calc(100dvh - 27rem),360px);margin:0 auto .7rem;height:auto;padding:0}.hero-image-caption{font-size:1.05rem}.chef-message h2{font-size:1.3rem}.chef-message p{font-size:.9rem;display:block}.footer{margin-top:auto;padding:.75rem 1rem}.footer p{font-size:.82rem}}