:root {
  color-scheme: light;
  --ink: #173b30;
  --ink-2: #294d40;
  --green: #176b4a;
  --green-2: #33835d;
  --mint: #e9f2e8;
  --mint-strong: #d9ebda;
  --cream: #f7f8f3;
  --white: #fff;
  --orange: #f29a52;
  --line: #e2e8df;
  --muted: #738179;
  --danger: #a74537;
  --shadow: 0 18px 50px rgba(23, 59, 48, .08);
  --radius-lg: 28px;
  --radius-md: 18px;
  --content: 1160px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
[hidden] { display: none !important; }
.container { width: min(var(--content), calc(100% - 56px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247, 248, 243, .91); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(226, 232, 223, .8); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand img { display: block; width: 190px; height: 48px; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 650; color: #54645b; }
.main-nav > a:not(.button) { transition: color .18s ease; }
.main-nav > a:not(.button):hover, .main-nav > a[aria-current="page"] { color: var(--green); }
.main-nav .button { margin-left: 2px; }
.menu-toggle { display: none; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 0; border-radius: 15px; background: var(--green); color: var(--white); font-size: 14px; font-weight: 720; letter-spacing: -.01em; cursor: pointer; box-shadow: 0 9px 20px rgba(23, 107, 74, .15); transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { background: #10563b; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(23, 107, 74, .19); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(242, 154, 82, .65); outline-offset: 3px; }
.button:disabled { cursor: not-allowed; opacity: .48; transform: none; box-shadow: none; }
.button span { font-size: 18px; line-height: 1; }
.button-small { min-height: 42px; padding: 0 17px; border-radius: 12px; font-size: 12px; gap: 10px; }
.button-light { background: #fff; color: var(--green); box-shadow: none; }
.button-light:hover { background: #f3f8f1; color: var(--green); }
.button-dark { background: var(--ink); box-shadow: none; }
.button-dark:hover { background: #0d2d23; }
.button-white { background: #fff; color: var(--green); box-shadow: none; }
.button-white:hover { background: #eff6ed; color: var(--green); }
.button-ghost { background: transparent; color: var(--green); box-shadow: inset 0 0 0 1px #bfd1c2; }
.button-ghost:hover { background: #eef5ed; color: var(--green); box-shadow: inset 0 0 0 1px var(--green); }
.button-wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: 13px; font-weight: 700; }
.text-link:hover { color: #0a4d34; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .13em; line-height: 1.45; }
.eyebrow-light { color: #c6e1ca; }
.hero { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 45px; min-height: 600px; padding-top: 43px; padding-bottom: 67px; }
.hero-copy { padding: 15px 0 0 7px; }
.hero-copy > .eyebrow { padding: 9px 13px; border-radius: 999px; background: #eaf1e8; letter-spacing: .05em; font-size: 11px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #52a16f; box-shadow: 0 0 0 4px rgba(82, 161, 111, .13); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; }
.hero h1 { max-width: 610px; margin: 24px 0 18px; font-size: clamp(48px, 5.8vw, 75px); font-weight: 780; line-height: .99; }
.hero h1 em, .page-hero h1 em { color: var(--green); font-style: normal; }
.hero-lede { max-width: 455px; margin-bottom: 28px; color: #617168; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 36px; color: var(--ink); font-size: 12px; line-height: 1.4; }
.hero-proof small { color: #748178; font-size: 11px; }
.proof-icon { display: grid; width: 41px; height: 41px; place-items: center; border: 1px solid #d9e4d8; border-radius: 14px; color: var(--green); font-size: 27px; background: #fff; }
.hero-visual { position: relative; display: grid; min-height: 462px; align-items: end; overflow: hidden; border-radius: 34px; background: #dfeddb; isolation: isolate; }
.hero-visual::before, .hero-visual::after { position: absolute; z-index: -1; border-radius: 50%; content: ""; }
.hero-visual::before { width: 360px; height: 360px; top: 25px; right: -40px; border: 1px solid rgba(23, 107, 74, .09); box-shadow: 0 0 0 44px rgba(255,255,255,.15), 0 0 0 91px rgba(255,255,255,.12); }
.hero-visual::after { width: 180px; height: 180px; top: 74px; left: 60px; background: rgba(255, 255, 255, .34); }
.hero-visual img { position: relative; z-index: 1; width: 100%; max-height: 405px; object-fit: contain; object-position: center bottom; padding: 10px 15px 0; animation: arrive .75s ease-out both; }
.visual-sun { position: absolute; top: 54px; right: 69px; width: 52px; height: 52px; border-radius: 50%; background: #f3a762; box-shadow: 0 0 0 15px rgba(243,167,98,.17); }
.visual-label { position: absolute; z-index: 2; top: 30px; left: 30px; padding: 9px 12px; border-radius: 999px; background: rgba(255, 255, 255, .72); color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.visual-note { position: absolute; z-index: 2; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; padding: 12px 16px 12px 12px; border: 1px solid rgba(23, 59, 48, .06); border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 9px 25px rgba(23,59,48,.1); font-size: 12px; }
.visual-note small { display: block; margin-top: 2px; color: #78837c; font-size: 10px; }
.note-icon { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 11px; background: #fce9d5; color: #be6e2a; font-size: 20px; }
.section-pad { padding: 94px 0; }
.service-section { background: #eef2ea; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 31px; }
.section-heading h2, .how-intro h2 { margin: 11px 0 0; font-size: clamp(32px, 4vw, 46px); line-height: 1.08; }
.heading-link { margin-bottom: 7px; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.service-card { position: relative; min-height: 339px; overflow: hidden; padding: 33px 35px 30px; border-radius: var(--radius-lg); isolation: isolate; }
.bakery-card { background: #f2c99e; }
.parcel-card { background: #dcebdd; }
.service-icon { display: grid; width: 56px; height: 56px; place-items: center; margin-bottom: 20px; border: 1px solid rgba(23,59,48,.08); border-radius: 18px; background: rgba(255,255,255,.55); font-size: 27px; }
.card-kicker { display: block; color: rgba(23,59,48,.68); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.service-card h3 { margin: 8px 0; font-size: 28px; }
.service-card p { max-width: 420px; margin-bottom: 22px; color: #455e4f; font-size: 14px; line-height: 1.65; }
.service-card .button { position: relative; z-index: 2; min-height: 47px; font-size: 12px; }
.card-decoration { position: absolute; z-index: -1; right: 24px; bottom: -65px; color: rgba(255,255,255,.43); font-size: 240px; line-height: 1; transform: rotate(-13deg); }
.decoration-box { right: 15px; bottom: -133px; font-size: 320px; font-weight: 200; transform: rotate(-10deg); }
.how-section { background: var(--cream); }
.how-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.how-intro { padding-top: 20px; }
.how-intro h2 { margin-bottom: 15px; font-size: 50px; }
.how-intro p { max-width: 290px; color: #6c7b72; font-size: 14px; }
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 50px 1fr 42px; gap: 18px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); }
.step-number { align-self: start; padding-top: 4px; color: #7f9b89; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.step h3 { margin: 0 0 4px; font-size: 17px; letter-spacing: -.02em; }
.step p { margin: 0; color: #738078; font-size: 12px; }
.step-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 13px; background: #e9f1e7; color: var(--green); font-size: 20px; }
.area-banner { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 20px; margin-bottom: 90px; padding: 27px 32px; border: 1px solid #e0e9dd; border-radius: 22px; background: #fff; }
.area-pin { display: grid; width: 51px; height: 51px; place-items: center; border-radius: 17px; background: #eaf3e9; color: var(--green); font-size: 27px; }
.area-banner h2 { margin: 3px 0 1px; font-size: 20px; }
.area-banner p { margin: 0; color: #77837c; font-size: 12px; }
.cta-section { position: relative; overflow: hidden; background: var(--green); color: #fff; }
.cta-inner { position: relative; display: flex; min-height: 265px; align-items: center; justify-content: space-between; gap: 30px; padding-block: 50px; }
.cta-inner h2 { margin: 13px 0 0; font-size: clamp(35px, 4vw, 50px); line-height: 1.06; }
.cta-star { position: absolute; right: 220px; bottom: -82px; color: rgba(255,255,255,.08); font-size: 270px; line-height: 1; }
.site-footer { padding: 49px 0 19px; background: #f0f2ec; }
.footer-main { display: flex; justify-content: space-between; gap: 50px; padding-bottom: 42px; }
.footer-brand img { width: 165px; height: 43px; }
.footer-brand p { margin: 9px 0 0; color: #77837a; font-size: 12px; }
.footer-links { display: flex; gap: 76px; }
.footer-links > div { display: grid; align-content: start; gap: 8px; font-size: 12px; }
.footer-links b { margin-bottom: 4px; font-size: 11px; }
.footer-links a { color: #728077; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; padding-top: 16px; border-top: 1px solid #dce3da; color: #839087; font-size: 10px; }
.footer-bottom a { font-weight: 700; }
.page-main { min-height: 62vh; padding-bottom: 82px; }
.page-hero { padding-top: 78px; padding-bottom: 42px; }
.page-hero .eyebrow { margin-bottom: 14px; }
.page-hero h1 { margin: 0 0 13px; font-size: clamp(43px, 6vw, 69px); line-height: .99; }
.page-hero p { max-width: 580px; margin-bottom: 0; color: #69786f; font-size: 15px; line-height: 1.7; }
.service-grid-page { align-items: stretch; }
.service-grid-page .service-card { min-height: 400px; padding-top: 34px; }
.service-grid-page .service-card p { max-width: 470px; }
.feature-list { display: grid; gap: 6px; margin: 0 0 25px; padding: 0; color: #435d4d; font-size: 12px; list-style: none; }
.feature-list li::before { content: "✓"; margin-right: 8px; color: var(--green); font-weight: 800; }
.notice { display: flex; align-items: flex-start; gap: 13px; padding: 15px 17px; border-radius: 15px; }
.notice b { display: block; font-size: 12px; }
.notice p { margin: 3px 0 0; color: #66776e; font-size: 11px; }
.notice-icon { display: grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; border-radius: 10px; font-size: 15px; font-weight: 800; }
.notice-neutral { background: #edf3ea; }
.notice-neutral .notice-icon { background: #dceadd; color: var(--green); }
.notice-warn { background: #fff1e4; }
.notice-warn .notice-icon { background: #ffe1c5; color: #a55a23; }
.page-area { margin-top: 25px; }
.order-page { padding-bottom: 90px; }
.order-page .page-hero { padding-bottom: 28px; }
.order-layout { display: grid; grid-template-columns: minmax(0, 1fr) 285px; align-items: start; gap: 35px; }
.order-main-column { display: grid; gap: 14px; }
.flow-step { padding: 25px 26px; border: 1px solid #e5eae2; border-radius: 21px; background: #fff; box-shadow: 0 8px 28px rgba(23,59,48,.035); transition: opacity .2s ease; }
.flow-step.is-muted { opacity: .63; }
.flow-step-head { display: flex; align-items: center; gap: 13px; margin-bottom: 19px; }
.flow-step-head h2 { margin: 3px 0 0; font-size: 22px; line-height: 1.1; }
.flow-number { display: grid; flex: 0 0 37px; width: 37px; height: 37px; place-items: center; border-radius: 13px; background: #e8f1e7; color: var(--green); font-size: 13px; font-weight: 800; }
.step-side-label { margin-left: auto; color: #6d7b72; font-size: 11px; font-weight: 700; }
.bakery-choice { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.bakery-option { display: flex; min-height: 70px; align-items: center; gap: 12px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: #fff; text-align: left; cursor: pointer; transition: .18s ease; }
.bakery-option:hover { border-color: #9bbba0; background: #fbfdf9; }
.bakery-option.is-selected { border-color: var(--green); background: #eff7ee; box-shadow: inset 0 0 0 1px var(--green); }
.bakery-option-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; background: #fff0df; font-size: 20px; }
.bakery-option strong { display: block; font-size: 13px; }
.bakery-option small { color: #77857c; font-size: 10px; }
.bakery-check { display: grid; width: 20px; height: 20px; place-items: center; margin-left: auto; border: 1px solid #d6dfd5; border-radius: 50%; color: transparent; font-size: 11px; }
.bakery-option.is-selected .bakery-check { border-color: var(--green); background: var(--green); color: #fff; }
.loading-card { grid-column: 1/-1; padding: 17px; border-radius: 13px; background: #f5f7f3; color: #718077; font-size: 12px; }
.product-list { display: grid; gap: 8px; }
.product-card { display: grid; grid-template-columns: 42px minmax(0,1fr) auto auto; align-items: center; gap: 12px; padding: 11px 12px; border: 1px solid #edf0eb; border-radius: 14px; }
.product-card-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; background: #f4f2e9; font-size: 18px; }
.product-name { font-size: 12px; font-weight: 720; }
.product-price { color: #66766c; font-size: 11px; white-space: nowrap; }
.quantity-control { display: flex; align-items: center; gap: 10px; padding: 3px; border: 1px solid #e7ece5; border-radius: 11px; background: #fafbf9; }
.quantity-control button { display: grid; width: 28px; height: 28px; place-items: center; border: 0; border-radius: 8px; background: #edf3eb; color: var(--green); font-size: 17px; cursor: pointer; }
.quantity-control button:hover:not(:disabled) { background: #dfeade; }
.quantity-control button:disabled { color: #a5afa7; background: #f4f5f3; cursor: not-allowed; }
.quantity-control output { min-width: 12px; text-align: center; font-size: 12px; font-weight: 750; }
.item-cap { margin-top: 17px; padding: 13px 15px; border-radius: 13px; background: #f5f8f2; }
.item-cap > span { color: #69796f; font-size: 11px; }
.item-cap > strong { float: right; color: var(--green); font-size: 13px; }
.cap-track { height: 5px; overflow: hidden; margin-top: 10px; border-radius: 99px; background: #e3eae1; }
.cap-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--green); transition: width .2s ease; }
.cap-track span.is-full { background: var(--orange); }
.item-cap p { margin: 7px 0 0; color: #829087; font-size: 10px; }
.muted-copy { margin: -6px 0 13px 50px; color: #758178; font-size: 11px; }
.slot-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }
.slot-option { position: relative; display: flex; align-items: center; gap: 10px; min-height: 62px; padding: 10px 12px; border: 1px solid #e5eae2; border-radius: 13px; cursor: pointer; transition: .16s ease; }
.slot-option:hover { border-color: #a9c4aa; }
.slot-option.is-selected { border-color: var(--green); background: #f0f7ef; box-shadow: inset 0 0 0 1px var(--green); }
.slot-option input { position: absolute; opacity: 0; }
.slot-radio { display: grid; flex: 0 0 17px; width: 17px; height: 17px; place-items: center; border: 1px solid #c8d2c8; border-radius: 50%; }
.slot-option.is-selected .slot-radio { border: 5px solid var(--green); }
.slot-date { display: block; font-size: 11px; font-weight: 760; }
.slot-time { display: block; margin-top: 2px; color: #77837a; font-size: 10px; }
.slot-capacity { margin-left: auto; color: #6b796f; font-size: 9px; white-space: nowrap; }
.slot-option.is-full { cursor: not-allowed; opacity: .52; }
.review-card { padding: 18px; border: 1px solid #e8ede6; border-radius: 15px; background: #fbfcfa; }
.review-heading { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 12px; border-bottom: 1px solid #e9eee7; font-size: 12px; font-weight: 750; }
.review-row { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; color: #64746a; font-size: 11px; }
.review-total { display: flex; justify-content: space-between; gap: 16px; margin-top: 8px; padding-top: 12px; border-top: 1px solid #e9eee7; font-size: 12px; font-weight: 800; }
.review-total strong { color: var(--green); font-size: 16px; }
.auth-hint { margin-top: 13px; }
.notice-actions { display: flex; align-items: center; gap: 15px; margin-top: 12px; }
.notice-actions .button { min-height: 36px; }
.flow-step > .button-wide { margin-top: 13px; }
.form-footnote { margin: 9px 0 0; color: #879189; font-size: 10px; text-align: center; }
.order-aside { position: sticky; top: 104px; display: grid; gap: 13px; }
.aside-card { padding: 22px; border: 1px solid #e5eae2; border-radius: 19px; background: #fff; }
.aside-icon { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 16px; border-radius: 12px; background: #eff5ed; color: var(--green); font-size: 22px; }
.aside-card h3 { margin: 8px 0; font-size: 20px; }
.aside-card p { margin-bottom: 0; color: #69786f; font-size: 11px; line-height: 1.7; }
.aside-divider { height: 1px; margin: 16px 0; background: var(--line); }
.aside-card .small { font-size: 10px; }
.aside-soft { background: #eef4eb; }
.aside-soft .text-link { margin-top: 12px; font-size: 11px; }
.confirmation-panel { margin-top: 25px; padding: 30px; border: 1px solid #dce9db; border-radius: 23px; background: #fff; box-shadow: var(--shadow); }
.confirmation-top { display: flex; gap: 17px; align-items: flex-start; margin-bottom: 22px; }
.success-mark { display: grid; flex: 0 0 47px; width: 47px; height: 47px; place-items: center; border-radius: 16px; background: #e1f0df; color: var(--green); font-size: 25px; font-weight: 800; }
.confirmation-top h2 { margin: 5px 0; font-size: 24px; }
.confirmation-top p { margin: 0; color: #748078; font-size: 12px; }
.confirmation-actions { display: flex; gap: 11px; margin-top: 19px; }
.confirmation-detail-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.confirmation-detail { padding: 13px; border-radius: 13px; background: #f6f8f4; }
.confirmation-detail span { display: block; color: #7d8981; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.confirmation-detail b { display: block; margin-top: 4px; font-size: 12px; }
.parcel-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 24px; }
.form-card { padding: 27px; border: 1px solid #e5eae2; border-radius: 22px; background: #fff; box-shadow: 0 8px 28px rgba(23,59,48,.035); }
.parcel-warning { margin-bottom: 18px; }
.parcel-warning p { line-height: 1.5; }
.field-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.field { display: grid; gap: 6px; min-width: 0; color: #42584b; font-size: 11px; font-weight: 700; }
.field > span { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.field small { color: #8a968e; font-size: 9px; font-weight: 500; }
.field-full { grid-column: 1/-1; }
.field input, .field select, .field textarea { width: 100%; min-height: 45px; padding: 10px 12px; border: 1px solid #dfe6dd; border-radius: 11px; background: #fff; color: var(--ink); font-size: 12px; font-weight: 500; outline: none; transition: border .16s ease, box-shadow .16s ease; }
.field textarea { min-height: 80px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #79a487; box-shadow: 0 0 0 3px rgba(23,107,74,.08); }
.address-chip { padding: 13px; border: 1px solid #e6ece4; border-radius: 11px; background: #f7f9f5; color: #64756a; font-size: 11px; font-weight: 500; }
.address-input-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.address-input-grid label { display: grid; gap: 5px; color: #42584b; font-size: 10px; font-weight: 700; }
.address-input-grid input { width: 100%; min-height: 41px; padding: 9px 10px; border: 1px solid #dfe6dd; border-radius: 10px; background: #fff; color: var(--ink); font: inherit; font-size: 11px; font-weight: 500; }
.address-input-grid input:focus { border-color: #79a487; outline: 3px solid rgba(23,107,74,.08); }
#parcel-slots { grid-template-columns: 1fr; }
.slot-list-compact .slot-option { min-height: 45px; padding: 7px 9px; }
.parcel-total { display: flex; justify-content: space-between; margin: 16px 0 13px; padding: 14px 0; border-top: 1px solid #ebefea; border-bottom: 1px solid #ebefea; color: #69776f; font-size: 12px; }
.parcel-total strong { color: var(--ink); font-size: 14px; }
.number-list { display: grid; gap: 18px; margin: 20px 0 0; padding: 0; list-style: none; counter-reset: parcel; }
.number-list li { display: grid; grid-template-columns: 27px 1fr; column-gap: 9px; counter-increment: parcel; }
.number-list li::before { grid-row: span 2; content: "0" counter(parcel); padding-top: 2px; color: var(--green); font-size: 10px; font-weight: 850; }
.number-list b { font-size: 11px; }
.number-list span { color: #758178; font-size: 10px; }
.form-alert { margin: 13px 0; padding: 11px 12px; border-radius: 11px; background: #fff0e9; color: var(--danger); font-size: 11px; }
.auth-main { display: grid; min-height: calc(100vh - 83px); grid-template-columns: minmax(360px, 480px) minmax(330px, 460px); align-items: center; justify-content: center; gap: 50px; padding: 45px 30px; }
.auth-card { padding: 37px; border: 1px solid #e5eae2; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.auth-logo { display: inline-block; margin-bottom: 24px; }
.auth-logo img { width: 160px; height: 43px; }
.auth-card h1 { margin: 7px 0; font-size: 32px; line-height: 1.1; }
.auth-card > p { margin-bottom: 23px; color: #718077; font-size: 12px; }
.auth-card form { display: grid; gap: 15px; }
.auth-switch { margin-top: 18px; color: #758178; font-size: 11px; text-align: center; }
.auth-switch a { color: var(--green); font-weight: 750; }
.auth-side { position: relative; overflow: hidden; min-height: 410px; padding: 45px 39px; border-radius: 27px; background: var(--green); color: #fff; isolation: isolate; }
.auth-side::after { position: absolute; z-index: -1; right: -100px; bottom: -160px; width: 390px; height: 390px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.05),0 0 0 95px rgba(255,255,255,.04); content: ""; }
.auth-side h2 { margin: 17px 0 13px; font-size: 50px; line-height: .98; }
.auth-side p { max-width: 295px; color: #c9ddce; font-size: 13px; }
.auth-spark { display: block; margin-bottom: 42px; color: #f5b16e; font-size: 42px; }
.auth-register { align-items: start; padding-block: 35px; }
.auth-register .auth-card { padding: 27px; }
.auth-register .auth-logo { margin-bottom: 15px; }
.auth-register .auth-card > p { margin-bottom: 15px; }
.auth-register .auth-card form { gap: 12px; }
.auth-register .field-grid { gap: 10px; }
.auth-register .field input { min-height: 40px; }
.register-area { margin: 4px 0 5px; }
.auth-register .auth-side { position: sticky; top: 125px; margin-top: 80px; }
.back-link { margin-left: auto; font-size: 12px; }
.contact-panel { display: flex; align-items: center; gap: 14px; max-width: 475px; margin-top: 23px; padding: 18px; border: 1px solid #e2e9df; border-radius: 17px; background: #fff; }
.contact-emoji { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 13px; background: #e9f2e8; color: var(--green); font-size: 24px; }
.contact-panel b { font-size: 12px; }
.contact-panel p { margin: 3px 0 0; font-size: 11px; }
.empty-state { padding: 35px 20px; border: 1px dashed #cedbcf; border-radius: 17px; color: #728078; text-align: center; }
.empty-state .empty-icon { display: block; margin-bottom: 9px; font-size: 28px; }
.empty-state h3 { margin: 0 0 5px; color: var(--ink); font-size: 17px; }
.empty-state p { margin-bottom: 13px; font-size: 11px; }
.toast { position: fixed; z-index: 99; right: 22px; bottom: 22px; max-width: min(400px, calc(100vw - 44px)); padding: 14px 18px; border-radius: 13px; background: var(--ink); color: #fff; box-shadow: 0 12px 30px rgba(23,59,48,.23); font-size: 12px; animation: toast-in .2s ease-out; }
.status-badge { display: inline-flex; align-items: center; padding: 5px 9px; border-radius: 999px; background: #ecf2e9; color: #47674f; font-size: 9px; font-weight: 750; white-space: nowrap; }
.status-badge[data-status="Offen"] { background: #fff1dc; color: #986021; }
.status-badge[data-status="Bestätigt"], .status-badge[data-status="Abholung geplant"] { background: #e9f0fc; color: #456291; }
.status-badge[data-status="Unterwegs"] { background: #e7f4ec; color: #247448; }
.status-badge[data-status="Erledigt"] { background: #e1f0e4; color: #247047; }
.status-badge[data-status="Storniert"] { background: #f9e9e6; color: #9f4b3d; }
.account-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 22px; align-items: start; }
.account-card { padding: 23px; border: 1px solid #e5eae2; border-radius: 20px; background: #fff; box-shadow: 0 7px 24px rgba(23,59,48,.035); }
.account-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.account-card-heading h2 { margin: 4px 0 0; font-size: 22px; }
.profile-icon { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 14px; background: #eaf2e8; color: var(--green); font-size: 21px; }
.account-card form { display: grid; gap: 15px; }
.account-card form .button { justify-self: start; }
.account-aside .quick-links { display: grid; gap: 8px; margin-top: 15px; }
.quick-links a { display: flex; justify-content: space-between; padding: 11px 12px; border: 1px solid #e3eae1; border-radius: 11px; background: #fff; font-size: 10px; font-weight: 700; }
.quick-links a span { color: var(--green); }
.order-history-section { margin-top: 25px; }
.history-heading { margin: 10px 0 14px; }
.history-heading .text-link { font-size: 11px; }
.order-list { display: grid; gap: 11px; }
.order-card { padding: 18px; border: 1px solid #e5eae2; border-radius: 17px; background: #fff; }
.order-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.order-card-title { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; }
.order-card-title strong { color: var(--green); font-size: 12px; }
.order-card-title span { color: #839087; font-size: 10px; }
.order-card h3 { margin: 6px 0 2px; font-size: 17px; }
.order-card-sub { color: #6f7d74; font-size: 10px; }
.order-card-lines { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0 0; padding-top: 12px; border-top: 1px solid #eef1ed; }
.order-chip { padding: 6px 9px; border-radius: 8px; background: #f5f8f3; color: #5c6e62; font-size: 9px; }
.order-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 12px; color: #76837a; font-size: 10px; }
.order-card-bottom strong { color: var(--ink); font-size: 13px; }
.order-card-details { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-top: 13px; }
.order-card-details > div { padding: 9px; border-radius: 10px; background: #f7f9f6; }
.order-card-details small { display: block; color: #849088; font-size: 8px; text-transform: uppercase; letter-spacing: .07em; }
.order-card-details b { display: block; margin-top: 4px; font-size: 10px; }
.account-layout + .order-history-section { padding-bottom: 10px; }
.slip-print { display: none; width: 76mm; min-height: 105mm; margin: 0 auto; padding: 7mm; border: 1px dashed #b6c0b6; background: #fff; color: #111; font-family: Arial, sans-serif; }
.slip-brand { display: flex; justify-content: space-between; align-items: center; padding-bottom: 5mm; border-bottom: 1px solid #bbb; }
.slip-brand strong { font-size: 17pt; letter-spacing: .08em; }
.slip-brand small { font-size: 7pt; letter-spacing: .12em; }
.slip-number { margin: 4mm 0; font-size: 12pt; font-weight: 800; }
.slip-info { margin: 3mm 0; font-size: 9pt; line-height: 1.45; }
.slip-info small { display: block; margin-bottom: 1mm; color: #555; font-size: 7pt; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.slip-items { padding: 3mm 0; border-block: 1px solid #bbb; }
.slip-item { display: flex; justify-content: space-between; gap: 5mm; padding: 1mm 0; font-size: 9pt; }
.slip-barcode { margin: 4mm 0 0; text-align: center; }
.slip-barcode svg { width: 65mm; max-width: 100%; height: 17mm; }
.slip-barcode code { display: block; margin-top: 1mm; font-size: 8pt; letter-spacing: .16em; }
.slip-admin { margin-top: 4mm; text-align: center; font-size: 6pt; letter-spacing: .08em; }
.mobile-break { display: none; }
@keyframes arrive { from { opacity: .2; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes toast-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@media print {
  @page { size: 80mm 120mm; margin: 3mm; }
  body.printing-slip * { visibility: hidden !important; }
  body.printing-slip .slip-print, body.printing-slip .slip-print * { visibility: visible !important; }
  body.printing-slip .slip-print { position: fixed; top: 0; left: 0; display: block !important; width: 74mm; min-height: 108mm; border: 0; }
}
@media (max-width: 960px) {
  .container { width: min(var(--content), calc(100% - 40px)); }
  .nav-wrap { min-height: 72px; }
  .main-nav { gap: 17px; font-size: 12px; }
  .brand img { width: 168px; }
  .hero { min-height: 540px; gap: 25px; }
  .hero h1 { font-size: clamp(45px, 6.4vw, 65px); }
  .hero-visual { min-height: 390px; }
  .hero-visual img { max-height: 345px; }
  .how-wrap { gap: 55px; }
  .order-layout { grid-template-columns: minmax(0,1fr) 250px; gap: 20px; }
  .parcel-layout { grid-template-columns: minmax(0,1fr) 250px; }
  .auth-main { gap: 25px; }
}
@media (max-width: 760px) {
  .container { width: min(var(--content), calc(100% - 36px)); }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 158px; height: 42px; }
  .menu-toggle { display: grid; width: 42px; height: 42px; place-content: center; gap: 5px; margin-left: auto; border: 1px solid var(--line); border-radius: 13px; background: #fff; cursor: pointer; }
  .menu-toggle span { display: block; width: 17px; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .16s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 9px 18px 17px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 14px 20px rgba(23,59,48,.06); }
  .main-nav.is-open { display: grid; }
  .main-nav > a:not(.button) { padding: 12px 3px; border-bottom: 1px solid #e8ece5; }
  .main-nav .button { justify-content: center; margin: 13px 0 0; }
  .hero { grid-template-columns: 1fr; gap: 26px; min-height: unset; padding-top: 38px; padding-bottom: 49px; }
  .hero-copy { padding: 0; }
  .hero h1 { max-width: 540px; margin-top: 19px; font-size: clamp(44px, 11vw, 68px); }
  .hero-lede { max-width: 510px; font-size: 14px; }
  .hero-proof { margin-top: 24px; }
  .hero-visual { min-height: min(82vw, 400px); border-radius: 25px; }
  .hero-visual img { width: 100%; max-height: 360px; }
  .visual-sun { top: 40px; right: 45px; transform: scale(.8); }
  .visual-note { right: 13px; bottom: 13px; }
  .section-pad { padding: 63px 0; }
  .section-heading { align-items: start; }
  .section-heading h2, .how-intro h2 { font-size: 34px; }
  .heading-link { margin-top: 12px; font-size: 11px; }
  .service-grid { gap: 13px; }
  .service-card { min-height: 315px; padding: 23px; border-radius: 22px; }
  .service-card h3 { font-size: 24px; }
  .service-card p { font-size: 12px; }
  .card-decoration { right: 8px; bottom: -76px; font-size: 185px; }
  .decoration-box { font-size: 250px; }
  .how-wrap { grid-template-columns: 1fr; gap: 22px; }
  .how-intro { padding-top: 0; }
  .how-intro p { max-width: 390px; }
  .area-banner { grid-template-columns: 50px 1fr; gap: 12px; margin-bottom: 60px; padding: 19px; }
  .area-pin { width: 44px; height: 44px; }
  .area-banner .text-link { grid-column: 2; }
  .cta-inner { min-height: 240px; }
  .cta-inner h2 { font-size: 39px; }
  .cta-star { right: 60px; font-size: 220px; }
  .footer-main { padding-bottom: 30px; }
  .footer-links { gap: 30px; }
  .footer-bottom { flex-wrap: wrap; }
  .page-hero { padding-top: 56px; padding-bottom: 30px; }
  .service-grid-page .service-card { min-height: 360px; }
  .order-layout, .parcel-layout { grid-template-columns: 1fr; }
  .account-layout { grid-template-columns: 1fr; }
  .order-aside { position: static; grid-template-columns: 1fr 1fr; }
  .aside-card { padding: 18px; }
  .auth-main { min-height: calc(100vh - 69px); grid-template-columns: minmax(0, 460px); padding: 27px 18px; }
  .auth-side { display: none; }
  .auth-register { padding-top: 20px; }
  .auth-register .auth-side { display: none; }
}
@media (max-width: 520px) {
  .container { width: calc(100% - 30px); }
  .hero { padding-top: 30px; }
  .hero-copy > .eyebrow { font-size: 9px; }
  .hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-actions { gap: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { margin-left: 2px; }
  .hero-visual { min-height: 290px; }
  .hero-visual img { padding-inline: 2px; }
  .visual-label { top: 17px; left: 17px; font-size: 8px; }
  .visual-note { padding: 9px 11px 9px 9px; }
  .section-pad { padding: 52px 0; }
  .section-heading { display: block; }
  .section-heading h2 { margin-bottom: 14px; font-size: 32px; }
  .heading-link { margin: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 292px; padding: 23px; }
  .service-card p { max-width: 300px; }
  .mobile-break { display: block; }
  .step { grid-template-columns: 35px 1fr 35px; gap: 10px; padding: 19px 0; }
  .step h3 { font-size: 15px; }
  .step p { font-size: 11px; }
  .area-banner { grid-template-columns: 44px 1fr; padding: 16px; }
  .area-banner h2 { font-size: 18px; }
  .area-banner p { font-size: 10px; }
  .cta-inner { display: grid; justify-content: start; gap: 22px; padding-block: 42px; }
  .cta-inner h2 { font-size: 36px; }
  .cta-inner .button { width: fit-content; }
  .cta-star { right: -20px; bottom: -95px; font-size: 205px; }
  .footer-main { display: grid; gap: 24px; }
  .footer-links { justify-content: start; gap: clamp(25px, 12vw, 65px); }
  .footer-bottom { justify-content: start; gap: 8px 17px; font-size: 9px; }
  .footer-bottom span:last-child { flex-basis: 100%; }
  .page-main { padding-bottom: 54px; }
  .page-hero { padding-top: 44px; }
  .page-hero h1 { font-size: 47px; }
  .page-hero p { font-size: 13px; }
  .service-grid-page .service-card { min-height: 355px; }
  .order-page .page-hero { padding-top: 40px; }
  .order-page .page-hero h1 { font-size: 43px; }
  .flow-step { padding: 18px 15px; border-radius: 17px; }
  .flow-step-head { gap: 10px; margin-bottom: 15px; }
  .flow-step-head h2 { font-size: 19px; }
  .flow-number { flex-basis: 33px; width: 33px; height: 33px; }
  .bakery-choice, .slot-list { grid-template-columns: 1fr; }
  .product-card { grid-template-columns: 36px minmax(0,1fr) auto; gap: 8px; padding: 9px; }
  .product-card-icon { width: 35px; height: 35px; font-size: 16px; }
  .product-price { grid-column: 2; grid-row: 2; margin-top: -9px; font-size: 10px; }
  .quantity-control { grid-column: 3; grid-row: 1 / span 2; }
  .quantity-control button { width: 26px; height: 27px; }
  .muted-copy { margin-left: 43px; font-size: 10px; }
  .slot-option { min-height: 56px; }
  .order-aside { grid-template-columns: 1fr; }
  .confirmation-panel { padding: 20px 16px; }
  .confirmation-top { gap: 11px; }
  .confirmation-top h2 { font-size: 19px; }
  .confirmation-detail-grid { grid-template-columns: repeat(2,1fr); }
  .confirmation-actions { flex-direction: column; }
  .confirmation-actions .button { width: 100%; }
  .order-card-details { grid-template-columns: repeat(2,1fr); }
  .parcel-layout .form-card { padding: 19px 15px; }
  .field-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .field input, .field select { padding-inline: 10px; font-size: 11px; }
  .field-full { grid-column: 1/-1; }
  .auth-card { padding: 25px 19px; }
  .auth-register .auth-card { padding: 22px 16px; }
  .auth-register .field-grid { grid-template-columns: 1fr 1fr; }
  .auth-register .field-grid .field:nth-child(3), .auth-register .field-grid .field:nth-child(4) { grid-column: 1/-1; }
  .contact-panel { align-items: flex-start; }
  .toast { right: 13px; bottom: 13px; }
}

/* VeloGo dark forest theme */
:root {
  --ink: #eaf4ec;
  --ink-2: #c9d9ce;
  --green: #55c879;
  --green-2: #73dc91;
  --mint: #15251b;
  --mint-strong: #1d3926;
  --cream: #0b120e;
  --line: #29382e;
  --muted: #9cac9f;
  --shadow: 0 20px 60px rgba(0,0,0,.24);
}
body { background: #0b120e; color: #eaf4ec; }
.site-header { background: rgba(12, 20, 15, .93); border-color: #1e2d23; }
.brand { padding: 4px 9px; border: 1px solid #edf3ef; border-radius: 12px; background: #f8faf8; box-shadow: 0 2px 13px rgba(0,0,0,.15); }
.brand img { width: 174px; height: 39px; object-fit: contain; }
.main-nav { color: #b2c1b6; }
.main-nav > a:not(.button):hover, .main-nav > a[aria-current="page"] { color: #79df94; }
.button { background: #3fbd68; color: #062111; box-shadow: 0 9px 22px rgba(38,172,85,.16); }
.button:hover { background: #5bd27f; color: #071d10; box-shadow: 0 12px 26px rgba(38,172,85,.22); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline-color: #8be6a0; }
.button-light { background: #cfead2; color: #0d2817; }
.button-light:hover { background: #e5f5e7; color: #0d2817; }
.button-dark { background: #0b1710; color: #e4f2e7; box-shadow: inset 0 0 0 1px #385544; }
.button-dark:hover { background: #101f15; color: #fff; }
.button-white { background: #f4faf5; color: #10351e; }
.button-white:hover { background: #dff3e2; color: #10351e; }
.button-ghost { color: #77dc93; box-shadow: inset 0 0 0 1px #486a50; }
.button-ghost:hover { background: #1a3020; color: #9ce9af; box-shadow: inset 0 0 0 1px #6ac981; }
.text-link { color: #72d98d; }
.text-link:hover { color: #a2edb2; }
.eyebrow { color: #74d890; }
.eyebrow-light { color: #a7eab5; }
.hero-copy > .eyebrow { background: #15271a; color: #9de9ac; }
.hero h1 em, .page-hero h1 em { color: #72d98d; }
.hero-lede, .page-hero p, .service-card p, .how-intro p, .step p, .area-banner p { color: #a8b8ac; }
.proof-icon { background: #17221a; border-color: #2b4031; color: #79dc94; }
.hero-visual { background: #172820; box-shadow: inset 0 0 0 1px #294535; }
.hero-visual::before { border-color: rgba(128,220,151,.12); box-shadow: 0 0 0 44px rgba(112,202,135,.055), 0 0 0 91px rgba(112,202,135,.035); }
.hero-visual::after { background: rgba(130,205,147,.09); }
.hero-visual img { filter: brightness(1.2) saturate(.9); }
.visual-label { background: rgba(13,27,18,.83); color: #9ae4a8; }
.visual-note { border-color: #304436; background: #111c15; color: #eff8f0; }
.visual-note small { color: #9cac9f; }
.note-icon { background: #3a3021; color: #ffc17e; }
.service-section { background: #101a14; }
.bakery-card { background: linear-gradient(135deg,#253324,#18271d); }
.parcel-card { background: linear-gradient(135deg,#183626,#14241a); }
.service-card { border: 1px solid #314636; }
.card-kicker { color: #a4c9aa; }
.service-card p { color: #b3c2b7; }
.card-decoration { color: rgba(127,213,148,.08); }
.service-icon { border-color: #38503e; background: #17251b; }
.icon-bread, .icon-package { background: #17251b; }
.how-section { background: #0b120e; }
.steps, .step { border-color: #26362b; }
.step-number { color: #74c98a; }
.step-icon { background: #1b3021; color: #83df99; }
.area-banner { border-color: #2a3d30; background: #131e17; }
.area-pin { background: #1a3020; color: #78dc91; }
.area-banner h2 { color: #eff7f0; }
.cta-section { background: linear-gradient(110deg,#15502d,#1d713d 65%,#176b3a); }
.cta-star { color: rgba(220,255,226,.07); }
.site-footer { background: #101914; border-top: 1px solid #26352b; }
.footer-brand img, .auth-logo img, .admin-brand img { padding: 3px 7px; border: 1px solid #edf3ef; border-radius: 10px; background: #f8faf8; }
.footer-brand p, .footer-links a, .footer-bottom { color: #99aa9e; }
.footer-links b { color: #e0ece3; }
.footer-bottom { border-color: #27372d; }
.notice-neutral { background: #16241a; }
.notice-neutral .notice-icon { background: #213b27; color: #7de295; }
.notice-warn { background: #332719; }
.notice-warn .notice-icon { background: #49351f; color: #ffc17d; }
.notice b { color: #e8f1e9; }
.notice p { color: #b0bfb4; }
.page-area { border-color: #2b3c30; }
.flow-step, .form-card, .account-card, .aside-card, .confirmation-panel { border-color: #2a3b30; background: #121c16; box-shadow: 0 10px 34px rgba(0,0,0,.14); }
.flow-step.is-muted { opacity: .58; }
.flow-number, .profile-icon, .aside-icon { background: #1c3322; color: #83df98; }
.flow-step-head h2, .aside-card h3, .account-card-heading h2 { color: #e8f3ea; }
.bakery-option, .product-card, .slot-option, .review-card, .quick-links a { border-color: #2b3b30; background: #152019; color: #e4efe6; }
.bakery-option:hover, .slot-option:hover { border-color: #52795b; background: #1a2a1d; }
.bakery-option.is-selected, .slot-option.is-selected { border-color: #67cd80; background: #1a3220; box-shadow: inset 0 0 0 1px #4db76b; }
.bakery-option-icon, .product-card-icon { background: #233225; }
.bakery-option small, .product-price, .slot-time, .slot-capacity, .muted-copy { color: #9ba99f; }
.bakery-check { border-color: #3c5141; }
.bakery-option.is-selected .bakery-check { border-color: #48bd6a; background: #48bd6a; color: #071c0e; }
.loading-card { background: #17231b; color: #abb9ae; }
.product-name, .slot-date { color: #e3eee5; }
.quantity-control { border-color: #2d4032; background: #101a14; }
.quantity-control button { background: #1f3926; color: #8de2a0; }
.quantity-control button:hover:not(:disabled) { background: #294c32; }

/* Service imagery */
.service-card { min-height: 390px; }
.service-card-photo { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(180deg,rgba(5,13,8,.12) 0%,rgba(5,13,8,.48) 44%,rgba(5,13,8,.94) 100%); }
.service-card:hover .service-card-photo { transform: scale(1.035); }
.service-card h3 { color: #f0f7f1; }
.service-card p, .service-card .feature-list { color: #d1ddd3; }
.service-card .card-kicker { color: #a4e9b2; }
.service-card .service-icon { border-color: rgba(185,235,196,.24); background: rgba(13,28,18,.76); color: #a6e8b2; backdrop-filter: blur(8px); }
.parcel-card .button-dark { background: #d8f1dc; color: #102a18; box-shadow: 0 8px 20px rgba(0,0,0,.15); }
.parcel-card .button-dark:hover { background: #effbf0; color: #102a18; }
.service-grid-page .service-card { min-height: 465px; padding-top: 34px; }
.page-hero-service { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.86fr); align-items: center; gap: clamp(28px,5vw,70px); min-height: 365px; }
.page-hero-service .page-hero-copy { min-width: 0; }
.page-hero-image { position: relative; height: 260px; margin: 0; overflow: hidden; border: 1px solid #304738; border-radius: 28px; background: #14231a; box-shadow: 0 22px 60px rgba(0,0,0,.28); isolation: isolate; }
.page-hero-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg,rgba(8,17,11,.15),transparent 58%),linear-gradient(0deg,rgba(8,17,11,.22),transparent 60%); }
.page-hero-image img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 760px) {
  .page-hero-service { grid-template-columns: 1fr; gap: 22px; }
  .page-hero-image { height: clamp(210px,54vw,340px); border-radius: 22px; }
  .service-grid-page .service-card { min-height: 420px; }
}
@media (max-width: 520px) {
  .service-card { min-height: 330px; }
  .service-grid-page .service-card { min-height: 405px; }
  .page-hero-image { height: 220px; }
}
.quantity-control button:disabled { background: #17221a; color: #68776c; }
.item-cap { background: #17241a; }
.item-cap > span, .item-cap p { color: #a3b2a6; }
.item-cap > strong { color: #84e09b; }
.cap-track { background: #2b3a2d; }
.cap-track span { background: #55c879; }
.cap-track span.is-full { background: #f1ab63; }
.review-heading, .review-total { border-color: #2a3a2f; color: #dce9df; }
.review-row { color: #acbbb0; }
.review-total strong { color: #7cde94; }
.flow-number { color: #7bdc94; }
.step-side-label { color: #afbeb2; }
.success-mark { background: #1b3b25; color: #84e19a; }
.confirmation-top p, .form-footnote { color: #a3b2a7; }
.confirmation-detail { background: #18251b; }
.confirmation-detail span, .address-chip { color: #a4b3a8; }
.confirmation-detail b { color: #e4eee6; }
.field { color: #c5d4c8; }
.field input, .field select, .field textarea, .input-unit input, .search-field { border-color: #304236; background: #0f1913; color: #e5efe7; }
.field input::placeholder, .field textarea::placeholder, .search-field input::placeholder { color: #819186; }
.field small { color: #9aaa9e; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #68ca80; box-shadow: 0 0 0 3px rgba(83,199,119,.11); }
.address-input-grid label { color: #c5d4c8; }
.address-input-grid input { border-color: #304236; background: #0f1913; color: #e5efe7; }
.address-input-grid input:focus { border-color: #68ca80; outline-color: rgba(83,199,119,.12); }
.parcel-total { border-color: #2b3b30; color: #a9b8ad; }
.parcel-total strong { color: #e7f2e9; }
.number-list b { color: #e6f0e8; }
.number-list span { color: #a0afa4; }
.auth-card { border-color: #2a3b30; background: #121c16; }
.auth-card > p, .auth-switch { color: #a5b4a9; }
.auth-switch a { color: #7ddd95; }
.auth-side { background: linear-gradient(150deg,#15502d,#1e743e); }
.auth-side p { color: #d0e7d5; }
.auth-side::after { border-color: rgba(220,255,226,.19); }
.auth-register .field input { background: #0f1913; }
.register-area { background: #17241a; }
.contact-panel, .empty-state { border-color: #2a3c30; background: #131e17; color: #afbeb2; }
.contact-panel b, .empty-state h3 { color: #e5efe7; }
.contact-panel p, .empty-state p { color: #a2b1a6; }
.contact-emoji { background: #1b3321; color: #79dd93; }
.order-card { border-color: #2a3b30; background: #121c16; }
.order-card-title span, .order-card-sub, .order-card-bottom { color: #a0afa4; }
.order-card-title strong { color: #79dc93; }
.order-card h3, .order-card-bottom strong { color: #e6f0e8; }
.order-card-lines { border-color: #2a3b30; }
.order-chip, .order-card-details > div { background: #18251b; color: #bac9be; }
.order-card-details small { color: #93a398; }
.order-card-details b { color: #e1ece3; }
.status-badge { background: #24362a; color: #c1d7c5; }
.status-badge[data-status="Offen"] { background: #3b2d1d; color: #ffcc8e; }
.status-badge[data-status="Bestätigt"], .status-badge[data-status="Abholung geplant"] { background: #1e2d3d; color: #b0cdf5; }
.status-badge[data-status="Unterwegs"] { background: #173b28; color: #8ae2a2; }
.status-badge[data-status="Erledigt"] { background: #1b3924; color: #95e5a7; }
.status-badge[data-status="Storniert"] { background: #402623; color: #f2aaa0; }
.toast { background: #ddf3e0; color: #102718; }
@media (max-width: 760px) {
  .menu-toggle { border-color: #2c3b31; background: #142019; }
  .menu-toggle span { background: #dce9df; }
  .main-nav { border-color: #26362b; background: #0d1711; }
  .main-nav > a:not(.button) { border-color: #24332a; }
}

/* Parcel service schedule and payment confirmation */
.parcel-policy { display:flex; gap:12px; margin:18px 0; padding:15px; border:1px solid #3e543f; border-radius:14px; background:linear-gradient(135deg,#1b3020,#142019); }
.parcel-policy-mark { display:grid; flex:0 0 32px; width:32px; height:32px; place-items:center; border-radius:10px; background:#24492d; color:#8de2a0; font-weight:800; }
.parcel-policy b, .parcel-pickup-card b { display:block; color:#e7f3e9; font-size:12px; }
.parcel-policy p, .parcel-pickup-card p { margin:5px 0 0; color:#a8b9ad; font-size:10px; line-height:1.6; }
.parcel-pickup-card { display:flex; align-items:center; gap:10px; min-height:64px; padding:11px; border:1px solid #35513b; border-radius:12px; background:#14231a; }
.parcel-pickup-closed { border-color:#624733; background:#2b2118; }
.parcel-pickup-icon { display:grid; flex:0 0 32px; width:32px; height:32px; place-items:center; border-radius:10px; background:#1e3d27; color:#8de2a0; font-weight:800; }
.parcel-pickup-closed .parcel-pickup-icon { background:#48331f; color:#ffd093; }
.parcel-pickup-note { display:block; margin-top:6px; color:#93a69a; font-size:9px; line-height:1.5; }
.cash-ready { display:flex; align-items:center; gap:11px; padding:13px; border:1px solid #344b38; border-radius:12px; background:#15231a; cursor:pointer; }
.cash-ready input { flex:0 0 auto; width:18px; height:18px; accent-color:#55c879; }
.cash-ready span, .cash-ready small { display:block; }
.cash-ready b { color:#e4f0e6; font-size:11px; }
.cash-ready small { margin-top:3px; color:#9dafa3; font-size:9px; }
.parcel-weekend-note { display:grid; gap:5px; margin-top:22px; padding:14px; border:1px solid #344b38; border-radius:13px; background:#142119; }
.parcel-weekend-note b { color:#e8f2ea; font-size:11px; }
.parcel-weekend-note span { color:#a4b4a8; font-size:10px; line-height:1.55; }
.parcel-weekend-note .text-link { margin-top:3px; font-size:10px; }
@media (max-width: 600px) { .parcel-policy { padding:12px; } .cash-ready { align-items:flex-start; } }

/* Cleaner, service-led home page */
.hero { gap: clamp(34px, 5vw, 70px); padding-top: 52px; }
.hero-copy > .eyebrow { background: #e5f0e4; }
.hero-visual { min-height: 470px; border: 1px solid #d8e7d8; background: linear-gradient(145deg,#e5f0e3,#d4e7d8); }
.hero-visual::before { border-color: rgba(23,107,74,.14); box-shadow: 0 0 0 44px rgba(255,255,255,.19), 0 0 0 91px rgba(255,255,255,.12); }
.hero-visual::after { background: rgba(255,255,255,.4); }
.service-section { background: #f0f3ed; }
.service-card { min-height: 325px; padding: 30px 32px; border: 1px solid rgba(23,59,48,.07); box-shadow: 0 14px 35px rgba(23,59,48,.045); }
.bakery-card { background: linear-gradient(145deg,#f4efe4,#f5e8d6); }
.parcel-card { background: linear-gradient(145deg,#e8f1e7,#dfece0); }
.home-service-time { display: table; margin: -8px 0 17px; padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.65); color: #355e45; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.operating-section { background: #153d30; color: #f5f8f3; }
.operating-section .section-heading { margin-bottom: 27px; }
.operating-section .eyebrow { color: #9bd5a7; }
.operating-section .section-heading h2 { color: #f5f8f3; }
.operating-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.operating-card { display: grid; grid-template-columns: 46px 1fr; gap: 15px; min-height: 215px; padding: 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: #1c4939; }
.operating-number { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(172,226,180,.3); border-radius: 13px; color: #a9ddb2; font-size: 11px; font-weight: 800; }
.operating-card h3 { margin: 7px 0 9px; color: #fff; font-size: 23px; }
.operating-card p { max-width: 470px; margin: 0 0 15px; color: #c2d5c7; font-size: 12px; line-height: 1.7; }
.operating-card .text-link { color: #a9e2b4; font-size: 11px; }
.operating-card .text-link:hover { color: #fff; }
.area-banner { margin-top: 60px; }
.scanner-video-wrap { min-height: 340px; }
.scanner-frame { height: 110px; }
.scanner-status { line-height: 1.55; }
@media (max-width: 760px) {
  .hero { gap: 27px; padding-top: 31px; padding-bottom: 45px; }
  .hero-visual { min-height: 330px; }
  .hero-visual img { max-height: 300px; }
  .operating-grid { grid-template-columns: 1fr; }
  .operating-card { min-height: 0; padding: 21px; }
  .area-banner { margin-top: 35px; }
}
