:root {
  --cream: #fffaf5;
  --paper: #fffdf9;
  --blush: #f7e8e3;
  --rose: #c97870;
  --rose-dark: #a85e58;
  --gold: #bd8744;
  --ink: #5a403d;
  --muted: #947a75;
  --brown: #6f4d49;
  --green: #6d8d78;
  --line: rgba(189, 135, 68, .22);
  --shadow: 0 20px 55px rgba(105, 66, 60, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Songti SC", serif; font-weight: 400; }

.nav { position: absolute; z-index: 20; top: 0; left: 0; right: 0; height: 104px; padding: 0 clamp(22px, 6vw, 96px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(189,135,68,.18); }
.nav-solid { position: relative; background: var(--paper); }
.brand { display: flex; align-items: center; gap: 12px; font-family: Georgia, serif; letter-spacing: .28em; }
.brand img { width: 52px; height: 52px; object-fit: cover; object-position: center 31%; border-radius: 50%; mix-blend-mode: multiply; }
.brand span { font-size: 18px; }
.nav-links { display: flex; align-items: center; gap: 34px; font-size: 13px; letter-spacing: .06em; }
.nav-links a:hover { color: var(--rose); }
.cart-link { padding: 12px 19px; border: 1px solid rgba(189,135,68,.45); border-radius: 100px; }
.cart-link b { display: inline-grid; place-items: center; min-width: 21px; height: 21px; margin-left: 5px; padding: 0 5px; border-radius: 50%; color: white; background: var(--rose); font-size: 10px; }

.hero { position: relative; min-height: 820px; height: 100vh; padding: 120px clamp(24px,7vw,112px) 55px; display: grid; grid-template-columns: 52% 48%; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(255,250,245,.38),rgba(255,250,245,.05)),url("hara-background.jpeg") center/cover no-repeat; }
.hero:after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 73% 48%,rgba(255,255,255,.08),rgba(255,250,245,.46) 65%); pointer-events: none; }
.hero-copy, .portrait-wrap { position: relative; z-index: 2; }
.hero-copy { max-width: 650px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--gold); font-size: 11px; letter-spacing: .25em; font-weight: 600; }
.eyebrow span { display: inline-block; width: 34px; height: 1px; background: currentColor; }
.eyebrow.center { justify-content: center; }
.hero h1 { margin: 27px 0; font-size: clamp(58px,6vw,96px); line-height: 1.08; letter-spacing: -.055em; }
.lead { max-width: 530px; color: var(--muted); font-size: 17px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 15px 24px; border: 0; border-radius: 100px; font-size: 14px; line-height: 1.2; }
.button.primary { color: white; background: linear-gradient(135deg,#d5938a,#bd716a); box-shadow: 0 14px 34px rgba(182,105,99,.23); }
.button.primary:hover { background: linear-gradient(135deg,#c97e76,#ae5f59); }
.button.secondary { color: var(--ink); background: transparent; border: 1px solid var(--line); }
.button.whatsapp { color: white; background: var(--green); }
.button.small { padding: 11px 17px; font-size: 12px; }
.full-button { width: 100%; }
.text-link { color: var(--gold); font-family: Georgia, serif; font-size: 13px; font-style: italic; }
.portrait-wrap { height: min(68vw,720px); max-height: 76vh; display: flex; align-items: center; justify-content: center; }
.portrait-card { position: relative; width: min(82%,520px); height: 92%; overflow: hidden; border: 1px solid rgba(255,255,255,.85); border-radius: 48% 48% 32px 32px; background: #e7b8ab; box-shadow: 0 30px 70px rgba(158,99,89,.19); }
.portrait-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.achievement-card { position: absolute; right: -3%; bottom: 10%; display: flex; align-items: center; gap: 13px; padding: 16px 20px; background: rgba(255,253,249,.92); border: 1px solid var(--line); box-shadow: var(--shadow); }
.achievement-card > span { display: grid; place-items: center; width: 40px; height: 40px; color: white; background: var(--gold); border-radius: 50%; }
.achievement-card small, .achievement-card strong { display: block; }
.achievement-card small { margin-bottom: 4px; color: var(--gold); font-size: 8px; letter-spacing: .16em; }
.achievement-card strong { font-family: Georgia,serif; font-size: 15px; font-weight: 400; }

.intro { padding: 125px clamp(24px,8vw,128px); display: grid; grid-template-columns: 14% 55% 31%; gap: 24px; background: var(--paper); }
.section-label { padding-top: 10px; color: var(--gold); font-size: 10px; letter-spacing: .22em; }
.script { margin: 0 0 20px; color: var(--rose); font-family: "Snell Roundhand",cursive; font-size: 22px; font-style: italic; }
.intro h2, .services h2, .section-heading h2 { font-size: clamp(40px,4.6vw,68px); line-height: 1.23; letter-spacing: -.04em; }
.body-copy { max-width: 570px; margin-top: 30px; color: var(--muted); line-height: 2; }
.intro blockquote { align-self: end; margin: 65px 0 0; padding: 34px; background: var(--blush); border: 1px solid rgba(201,120,112,.18); font-family: Georgia,"Songti SC",serif; font-size: 19px; line-height: 1.8; }
.intro blockquote small { display: block; margin-top: 20px; color: var(--gold); font-family: sans-serif; font-size: 9px; letter-spacing: .18em; }

.services { padding: 125px clamp(24px,8vw,128px); color: #fffaf5; background: var(--brown); }
.services .eyebrow { color: #e1bd85; }
.services h2 { margin-top: 25px; max-width: 850px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 75px; border-top: 1px solid rgba(255,255,255,.2); }
.service-grid article { padding: 38px 40px 12px 0; border-right: 1px solid rgba(255,255,255,.15); }
.service-grid article + article { padding-left: 40px; }
.service-grid article:last-child { border-right: 0; }
.service-grid article > span { color: #e1bd85; font-family: Georgia,serif; font-size: 11px; }
.service-grid h3 { margin: 50px 0 16px; font-size: 24px; }
.service-grid p { color: rgba(255,250,245,.68); font-size: 14px; line-height: 1.9; }

.products-section { padding: 125px clamp(24px,8vw,128px); background: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading h2 { margin-top: 24px; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 70px; }
.product-card { overflow: hidden; border: 1px solid var(--line); background: white; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-image { aspect-ratio: 1/1; overflow: hidden; background: #fbefeb; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-card-body { padding: 28px; }
.product-card-body small { color: var(--gold); font-size: 9px; letter-spacing: .15em; }
.product-card h3 { margin: 9px 0 13px; font-size: 24px; }
.product-card-body > p { min-height: 53px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.product-meta { display: flex; align-items: center; justify-content: space-between; margin: 24px 0 20px; }
.product-meta strong { color: var(--rose-dark); font-family: Georgia,serif; font-size: 22px; }
.product-meta span { color: var(--green); font-size: 11px; }
.add-cart-form { display: flex; gap: 9px; }
.add-cart-form input { width: 64px; padding: 11px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.add-cart-form button { flex: 1; border: 0; border-radius: 8px; color: white; background: var(--rose); }
.empty-state { max-width: 720px; margin: 65px auto; padding: 65px 30px; text-align: center; border: 1px solid var(--line); background: linear-gradient(135deg,#fffdfa,#fbefeb); }
.empty-state > span { color: var(--gold); font-size: 28px; }
.empty-state h2, .empty-state h3 { margin: 18px 0 12px; font-size: 34px; }
.empty-state p { color: var(--muted); line-height: 1.8; }

.page-hero { padding: 110px clamp(24px,8vw,128px); text-align: center; background: linear-gradient(rgba(255,250,245,.55),rgba(255,250,245,.72)),url("hara-background.jpeg") center/cover; }
.page-hero.compact { padding-top: 85px; padding-bottom: 85px; }
.page-hero .eyebrow { justify-content: center; }
.page-hero h1 { margin: 22px 0 15px; font-size: clamp(55px,7vw,92px); }
.page-hero p:last-child { color: var(--muted); }
.shop-page { padding-top: 70px; }

.commerce-shell { padding: 80px clamp(22px,8vw,128px) 120px; background: var(--paper); }
.cart-layout, .checkout-layout { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(310px,.5fr); gap: 50px; align-items: start; }
.cart-items { min-width: 0; }
.cart-item { display: grid; grid-template-columns: 100px minmax(150px,1fr) 90px 100px; gap: 24px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 100px; height: 100px; object-fit: cover; background: var(--blush); }
.cart-item h3 { font-size: 21px; }
.cart-item p { margin: 8px 0 0; color: var(--muted); }
.cart-item label { color: var(--muted); font-size: 10px; }
.cart-item input { width: 78px; margin-top: 7px; padding: 11px; border: 1px solid var(--line); background: white; }
.cart-item > strong { text-align: right; color: var(--rose-dark); }
.small-note { color: var(--muted); font-size: 11px; line-height: 1.7; }
.order-summary { position: sticky; top: 25px; padding: 32px; background: #f9ece7; border: 1px solid var(--line); }
.order-summary h2 { margin-bottom: 25px; font-size: 28px; }
.order-summary > div { display: flex; justify-content: space-between; gap: 25px; padding: 12px 0; color: var(--muted); font-size: 13px; }
.order-summary > div strong { color: var(--ink); text-align: right; }
.order-summary .summary-total { margin: 15px 0 25px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink); font-size: 18px; }
.order-summary .summary-total strong { color: var(--rose-dark); font-size: 22px; }
.center-link { display: block; margin-top: 20px; text-align: center; }
.secure-note { color: var(--muted); font-size: 10px; line-height: 1.7; text-align: center; }

.checkout-form { padding: 42px; background: white; border: 1px solid var(--line); }
.checkout-form h2 { margin: 8px 0 24px; padding-top: 25px; border-top: 1px solid var(--line); font-size: 27px; }
.checkout-form h2:first-of-type { padding-top: 0; border-top: 0; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.form-grid h2, .form-grid .full, .full { grid-column: 1/-1; }
label > span, .stack-form label > span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 12px; }
input, textarea, select { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 6px; outline: none; color: var(--ink); background: var(--paper); }
input:focus, textarea:focus, select:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(201,120,112,.1); }
.payment-option { display: flex; gap: 13px; padding: 18px; margin-bottom: 12px; border: 1px solid var(--line); background: var(--paper); }
.payment-option input, .privacy-check input, .switch input { flex: 0 0 auto; width: auto; }
.payment-option > span { margin: 0; }
.payment-option strong, .payment-option small { display: block; }
.payment-option small { margin-top: 6px; color: var(--muted); line-height: 1.5; }
.privacy-check { display: flex; align-items: flex-start; gap: 10px; margin-top: 25px; }
.privacy-check > span { margin: 0; font-size: 11px; line-height: 1.7; }

.success-page { min-height: 75vh; padding: 110px 22px; text-align: center; background: linear-gradient(rgba(255,250,245,.72),rgba(255,250,245,.82)),url("hara-background.jpeg") center/cover; }
.success-mark { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 28px; border-radius: 50%; color: white; background: var(--green); font-size: 28px; }
.success-page h1 { margin: 20px 0; font-size: clamp(48px,6vw,76px); }
.success-page > p { color: var(--muted); }
.success-order { max-width: 600px; margin: 35px auto; display: grid; grid-template-columns: repeat(2,1fr); background: white; border: 1px solid var(--line); }
.success-order > div { padding: 23px; }
.success-order > div + div { border-left: 1px solid var(--line); }
.success-order span, .success-order strong { display: block; }
.success-order span { margin-bottom: 8px; color: var(--muted); font-size: 11px; }
.bank-box { max-width: 600px; margin: 25px auto; padding: 28px; border: 1px solid var(--line); background: var(--blush); }
.bank-box h2 { font-size: 25px; }
.bank-box p { line-height: 1.8; }
.success-page > .button, .success-page > .text-link { margin: 10px; }

.flash { position: fixed; z-index: 100; top: 112px; left: 50%; transform: translateX(-50%); max-width: calc(100% - 40px); padding: 13px 20px; border-radius: 8px; color: white; background: var(--brown); box-shadow: var(--shadow); }
.flash.success, .notice.success { background: #e3efe7; color: #3d6650; border-color: #bad2c3; }
.flash.error, .notice.error { background: #fae4e1; color: #8b4540; border-color: #e7b9b3; }
.health-disclaimer { padding: 23px clamp(24px,8vw,128px); color: var(--muted); background: #f8eee9; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; font-size: 10px; line-height: 1.8; }
.whatsapp-float { position: fixed; z-index: 40; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 8px; padding: 13px 18px; color: white; background: var(--green); border-radius: 100px; box-shadow: 0 12px 28px rgba(65,89,73,.3); font-size: 12px; }
footer { padding: 55px clamp(24px,7vw,112px); display: flex; align-items: center; justify-content: space-between; gap: 25px; background: #fff9f3; }
.footer-mark { display: flex; align-items: center; gap: 12px; }
.footer-mark img { width: 56px; height: 56px; object-fit: cover; object-position: center 30%; border-radius: 50%; mix-blend-mode: multiply; }
.footer-mark strong, .footer-mark span { display: block; font-family: Georgia,serif; letter-spacing: .2em; }
.footer-mark span { margin-top: 4px; color: var(--gold); font-size: 8px; letter-spacing: .28em; }
footer > p { color: var(--muted); font-family: Georgia,serif; font-size: 13px; }
footer > a { color: var(--gold); font-size: 9px; letter-spacing: .18em; }

/* Installer and admin */
.admin-body { min-height: 100vh; background: #f7f1ed; }
.setup-shell, .login-shell { min-height: 100vh; padding: 50px 20px; display: grid; place-items: center; background: linear-gradient(rgba(255,250,245,.72),rgba(255,250,245,.8)),url("hara-background.jpeg") center/cover fixed; }
.setup-card, .login-card { width: min(820px,100%); padding: 45px; background: rgba(255,253,249,.96); border: 1px solid var(--line); box-shadow: var(--shadow); }
.login-card { width: min(460px,100%); text-align: center; }
.setup-logo, .login-card > img { width: 105px; height: 105px; margin: 0 auto 20px; object-fit: cover; object-position: center 30%; border-radius: 50%; mix-blend-mode: multiply; }
.setup-card h1, .login-card h1 { margin: 15px 0 20px; text-align: center; font-size: 42px; }
.setup-lead { color: var(--muted); text-align: center; line-height: 1.8; }
.notice { margin: 20px 0; padding: 14px 17px; border: 1px solid var(--line); border-radius: 8px; }
.setup-actions { display: flex; justify-content: center; gap: 15px; margin-top: 25px; }
.setup-card .small-note { text-align: center; }
.form-grid h2 { margin: 20px 0 0; padding-top: 20px; border-top: 1px solid var(--line); font-size: 24px; }
.stack-form { display: grid; gap: 18px; margin: 28px 0; text-align: left; }

.admin-sidebar { position: fixed; z-index: 30; inset: 0 auto 0 0; width: 245px; padding: 28px 20px; display: flex; flex-direction: column; color: #fffaf5; background: var(--brown); }
.admin-brand { display: flex; align-items: center; gap: 12px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.14); }
.admin-brand img { width: 48px; height: 48px; object-fit: cover; object-position: center 30%; border-radius: 50%; }
.admin-brand strong, .admin-brand span { display: block; font-family: Georgia,serif; letter-spacing: .18em; }
.admin-brand span { margin-top: 4px; color: #e4bd83; font-size: 8px; }
.admin-sidebar nav { display: grid; gap: 8px; margin-top: 30px; }
.admin-sidebar nav a { padding: 13px 15px; border-radius: 7px; color: rgba(255,250,245,.7); font-size: 13px; }
.admin-sidebar nav a:hover, .admin-sidebar nav a.active { color: white; background: rgba(255,255,255,.1); }
.logout-form { margin-top: auto; }
.logout-form button { width: 100%; padding: 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 7px; color: #fffaf5; background: transparent; }
.admin-main { min-height: 100vh; margin-left: 245px; padding: 35px clamp(24px,5vw,75px) 80px; }
.admin-topbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.admin-topbar small, .admin-topbar strong { display: block; }
.admin-topbar small { margin-bottom: 5px; color: var(--gold); font-size: 8px; letter-spacing: .18em; }
.admin-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin: 50px 0 30px; }
.admin-heading h1 { margin-top: 12px; font-size: 45px; }
.stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.stat-grid article { padding: 27px; border: 1px solid var(--line); background: var(--paper); }
.stat-grid span, .stat-grid strong { display: block; }
.stat-grid span { color: var(--muted); font-size: 11px; }
.stat-grid strong { margin-top: 20px; font-family: Georgia,serif; font-size: 29px; font-weight: 400; }
.admin-panel { margin-top: 28px; padding: 28px; border: 1px solid var(--line); background: var(--paper); }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.panel-heading h2, .admin-panel > h2 { font-size: 26px; }
.panel-heading a { color: var(--gold); font-size: 12px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; white-space: nowrap; }
th, td { padding: 15px 13px; border-bottom: 1px solid var(--line); text-align: left; font-size: 12px; }
th { color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
td > a { color: var(--rose-dark); font-weight: 600; }
.status { display: inline-block; padding: 6px 10px; border-radius: 100px; background: #eee5e1; font-size: 10px; }
.status.new { color: #8a632d; background: #f5e8d5; }
.status.confirmed, .status.processing { color: #6a5c89; background: #ece8f6; }
.status.shipped, .status.completed { color: #3d6650; background: #e3efe7; }
.status.cancelled { color: #8b4540; background: #fae4e1; }
.product-cell { display: flex; align-items: center; gap: 12px; }
.product-cell img { width: 48px; height: 48px; object-fit: cover; border-radius: 5px; }
.table-actions { display: flex; align-items: center; gap: 12px; }
.table-actions form { margin: 0; }
.table-actions button { padding: 0; border: 0; color: var(--muted); background: transparent; font-size: 11px; }
.admin-empty { padding: 55px 20px; color: var(--muted); text-align: center; }
.admin-empty h2 { color: var(--ink); font-size: 30px; }
.product-form, .settings-form { max-width: 900px; }
.form-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 28px; }
.switch { display: flex; align-items: center; gap: 10px; }
.switch > span { margin: 0; }
.filter-links { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-links a { padding: 8px 12px; border: 1px solid var(--line); border-radius: 100px; color: var(--muted); font-size: 11px; background: var(--paper); }
.order-detail-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; align-items: start; }
.order-detail-grid .admin-panel { margin: 0; }
.detail-list { margin: 24px 0 0; }
.detail-list > div { display: grid; grid-template-columns: 100px 1fr; gap: 15px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.detail-list dt { color: var(--muted); font-size: 11px; }
.detail-list dd { margin: 0; font-size: 13px; line-height: 1.7; }
.order-lines { margin: 20px 0; }
.order-lines > div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; font-size: 13px; }
.order-lines .total { margin-top: 10px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 18px; }
.order-update { display: grid; gap: 16px; }

@media (max-width: 980px) {
  .hero { height: auto; min-height: 100vh; grid-template-columns: 1fr; padding-top: 145px; }
  .portrait-wrap { height: 650px; max-height: none; margin-top: 30px; }
  .intro { grid-template-columns: 1fr; }
  .intro blockquote { margin-top: 10px; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .stat-grid { grid-template-columns: repeat(2,1fr); }
  .order-detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .nav { height: 82px; padding: 0 18px; }
  .brand img { width: 43px; height: 43px; }
  .brand span { font-size: 15px; }
  .nav-links { gap: 10px; }
  .nav-links a:not(.cart-link) { display: none; }
  .cart-link { padding: 9px 13px; font-size: 11px; }
  .hero { padding-left: 22px; padding-right: 22px; }
  .hero h1 { font-size: 51px; }
  .lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .portrait-wrap { height: 520px; }
  .portrait-card { width: 92%; }
  .achievement-card { right: -7px; }
  .intro, .services, .products-section { padding-top: 85px; padding-bottom: 85px; }
  .intro h2, .services h2, .section-heading h2 { font-size: 38px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .service-grid article, .service-grid article + article { padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .service-grid h3 { margin-top: 23px; }
  .section-heading { display: block; }
  .section-heading > a { display: inline-block; margin-top: 25px; }
  .product-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .page-hero { padding-top: 80px; padding-bottom: 80px; }
  .page-hero h1 { font-size: 54px; }
  .commerce-shell { padding-top: 50px; padding-bottom: 80px; }
  .cart-item { grid-template-columns: 78px 1fr 74px; gap: 14px; }
  .cart-item img { width: 78px; height: 78px; }
  .cart-item > strong { grid-column: 2/-1; }
  .checkout-form { padding: 25px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid > * { grid-column: 1; }
  .success-order { grid-template-columns: 1fr; }
  .success-order > div + div { border-left: 0; border-top: 1px solid var(--line); }
  footer { flex-direction: column; text-align: center; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { padding: 14px; }
  .setup-card, .login-card { padding: 30px 20px; }
  .setup-actions { flex-direction: column; }
  .admin-sidebar { position: relative; width: 100%; min-height: auto; }
  .admin-sidebar nav { grid-template-columns: repeat(2,1fr); }
  .logout-form { margin-top: 25px; }
  .admin-main { margin-left: 0; padding: 25px 18px 60px; }
  .admin-topbar { align-items: flex-start; }
  .admin-heading { align-items: flex-start; flex-direction: column; }
  .admin-heading h1 { font-size: 38px; }
  .stat-grid { grid-template-columns: 1fr; }
  .admin-panel { padding: 20px; }
  .detail-list > div { grid-template-columns: 1fr; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}
