/* ORDR HAUS 소개 사이트 — 디자인 원본: 아티팩트 캔버스 "ORDR HAUS Landing" (N7AbWpV4g1w9b4CnbPzqPx)
   색·글꼴·반경은 ORDR HAUS 디자인 시스템 값 그대로. 960px 에서 데스크톱 ↔ 폰 배치가 바뀐다. */
:root {
  --bg: #fafcfc; --surface: #ffffff; --text: #22302e; --divider: #e3ecea;
  --a100: #e6f7f4; --a200: #c8ede7; --a300: #9fded4; --a400: #6fcdbf; --a500: #45bfae;
  --a700: #26867a; --a800: #1d685f; --a900: #164c46;
  --n100: #f5f8f8; --n200: #edf2f1; --n300: #e0e7e6; --n400: #c4cecc; --n500: #9ba6a4;
  --n600: #7a8583; --n700: #5b6664; --n800: #3b4543;
  --ok: #1f7a4d; --ok-bg: #e8f6ee; --warn: #8a5a12; --warn-bg: #fdf3e3; --danger: #a3352b;
  --body: Nunito, "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --label: Archivo, "Arial Narrow", sans-serif;
  color-scheme: light;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--body); font-weight: 600; font-size: 16px; line-height: 1.5; -webkit-text-size-adjust: 100%; }
a { color: var(--a800); }
a:hover { color: var(--a900); }
h1, h2, h3 { margin: 0; text-wrap: balance; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
b { font-weight: 800; }
.num { font-variant-numeric: tabular-nums; }
:focus-visible { outline: 3px solid var(--a400); outline-offset: 3px; border-radius: 6px; }

.wrap { width: 100%; max-width: 1440px; margin-inline: auto; padding-inline: 20px; }
@media (min-width: 960px) { .wrap { padding-inline: 120px; } }

/* 작은 조각 */
.k { font-family: var(--label); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--a700); }
.k-xs { font-size: 10px; } .k-muted { color: var(--n600); } .k-mint { color: var(--a300); } .k-deep { color: var(--a800); }
.muted { color: var(--n700); } .grey { color: var(--n400); } .ok { color: var(--ok); }
.small { font-size: 13px; font-weight: 700; } .f16 { font-size: 16px; } .f18 { font-size: 18px; } .f20 { font-size: 20px; } .f24 { font-size: 24px; letter-spacing: -.02em; }
.row-between { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.row-between.baseline { align-items: baseline; }
.row-8 { display: flex; gap: 8px; } .row-10 { display: flex; gap: 10px; align-items: center; }
.stack-0, .stack-2, .stack-4, .stack-8 { display: flex; flex-direction: column; }
.stack-2 { gap: 2px; } .stack-4 { gap: 4px; } .stack-8 { gap: 8px; }
.lead { font-size: 17px; line-height: 1.6; color: var(--n800); max-width: 560px; }
@media (min-width: 960px) { .lead { font-size: 18px; } }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 56px; padding: 0 28px; border-radius: 14px; font: inherit; font-size: 18px; font-weight: 800; text-decoration: none; border: 0; cursor: pointer; }
.btn-p { background: var(--a700); color: #fff; } .btn-p:hover { background: var(--a800); color: #fff; }
.btn-s { background: var(--surface); color: var(--text); border: 1.5px solid var(--n400); } .btn-s:hover { border-color: var(--n600); color: var(--text); }
.btn-sm { height: 44px; padding: 0 18px; font-size: 15px; }
.btn-block { width: 100%; }
.btn:disabled { background: var(--n400); color: #fff; cursor: not-allowed; }

/* 상단 바 */
.topbar { position: sticky; top: 0; z-index: 20; background: rgba(250, 252, 252, .94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--divider); padding-top: env(safe-area-inset-top, 0px); }
.topbar-in { height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; position: relative; }
@media (min-width: 960px) { .topbar-in { height: 80px; } }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--text); }
.brand:hover { color: var(--text); }
.brand-mark { width: 34px; height: 34px; border-radius: 11px; background: var(--text); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.brand-word { font-family: var(--label); font-weight: 800; font-size: 17px; letter-spacing: .14em; color: var(--text); white-space: nowrap; }
.brand-word.sm { font-size: 13px; }
@media (min-width: 960px) { .brand-word { font-size: 19px; } }
.pill { padding: 4px 10px; border-radius: 999px; background: var(--a100); color: var(--a800); font-size: 11px; }
.nav { display: flex; gap: 36px; }
.nav a { color: var(--n800); text-decoration: none; font-weight: 700; font-size: 15px; }
.nav a:hover { color: var(--a800); }
.topbar-actions { display: flex; gap: 10px; align-items: center; }
.menu-btn { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1.5px solid var(--n400); background: var(--surface); color: var(--text); align-items: center; justify-content: center; padding: 0; cursor: pointer; }
@media (max-width: 959px) {
  .pill, .hide-sm { display: none; }
  .menu-btn { display: inline-flex; }
  .nav { display: none; position: absolute; top: 64px; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--surface); border-bottom: 1px solid var(--divider); padding: 8px 20px 16px; box-shadow: 0 18px 30px rgba(34, 48, 46, .08); }
  .nav.open { display: flex; }
  .nav a { padding: 14px 0; font-size: 17px; border-bottom: 1px solid var(--n200); }
  .nav a:last-child { border-bottom: 0; }
}

/* 첫 화면 */
.hero { display: grid; gap: 40px; padding-block: 44px 56px; }
.hero-copy { display: flex; flex-direction: column; gap: 22px; }
.hero h1 { font-size: clamp(40px, 5.2vw, 68px); line-height: 1.03; font-weight: 900; letter-spacing: -.035em; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-facts { display: flex; gap: 10px 22px; flex-wrap: wrap; font-size: 14px; font-weight: 700; color: var(--n700); }
.hero-facts li { display: flex; gap: 8px; align-items: center; }
@media (max-width: 959px) { .cta-row .btn { flex: 1 1 100%; } }
@media (min-width: 960px) {
  .hero { grid-template-columns: minmax(0, 500px) minmax(0, 1fr); gap: 56px; align-items: center; padding-block: 88px 96px; }
  .hero-copy { gap: 28px; }
  .lead.hero-lead { font-size: 20px; }
}

.hero-visual { position: relative; }
.ipad { border-radius: 28px; background: var(--text); padding: 12px; box-shadow: 0 30px 60px rgba(34, 48, 46, .18); }
.ipad-screen { border-radius: 18px; background: var(--n100); overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr); }
.ticket { padding: 16px; display: flex; flex-direction: column; gap: 10px; background: var(--surface); }
.t-name { font-size: 18px; font-weight: 800; }
.chip-gold { padding: 5px 12px; border-radius: 999px; background: var(--warn-bg); color: var(--warn); font-size: 12px; font-weight: 800; }
.rule { height: 1px; background: var(--divider); }
.line { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 11px 14px; border-radius: 14px; background: var(--n100); font-size: 15px; }
.line-dash { background: transparent; border: 1.5px dashed var(--n400); font-size: 14px; }
.tech { font-size: 12px; font-weight: 700; color: var(--a700); }
.total { padding: 16px; display: flex; flex-direction: column; gap: 12px; font-size: 14px; font-weight: 700; }
.big { font-size: 38px; font-weight: 900; letter-spacing: -.03em; }
.pay-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.pay { height: 50px; border-radius: 14px; background: var(--surface); border: 1.5px solid var(--n400); font-weight: 800; font-size: 15px; display: flex; align-items: center; justify-content: center; }
.pay-p { background: var(--a700); border-color: var(--a700); color: #fff; }
.tipbox { padding: 12px; border-radius: 14px; background: var(--a100); display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 800; }
.float { display: none; }
@media (max-width: 599px) { .hide-xs { display: none; } .total .pay-grid, .total .tipbox { display: none; } }
@media (min-width: 600px) {
  .ipad-screen { grid-template-columns: minmax(0, 1fr) 232px; }
  .ticket { padding: 20px; }
  .total { padding: 20px; }
  .tipbox { margin-top: auto; }
}
@media (min-width: 1100px) {
  .hero-visual { padding: 64px 0; }
  .ipad { border-radius: 34px; padding: 16px; }
  .ipad-screen { border-radius: 20px; }
  .float { display: flex; flex-direction: column; position: absolute; border-radius: 20px; box-shadow: 0 18px 40px rgba(34, 48, 46, .18); }
  .float-ok { right: -48px; bottom: 0; width: 250px; padding: 18px; background: var(--surface); gap: 10px; }
  .float-dark { right: -40px; top: 0; width: 260px; padding: 16px 18px; background: var(--text); color: #fff; gap: 8px; }
}
.ok-ico { width: 34px; height: 34px; border-radius: 10px; background: var(--ok-bg); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ok-ico.lg { width: 48px; height: 48px; border-radius: 14px; }
.mini { flex: 1; height: 36px; border-radius: 12px; background: var(--n800); color: #fff; font-size: 13px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.mini-p { background: var(--a500); color: var(--a900); font-weight: 900; }

/* 띠 */
.strip { background: var(--text); }
.strip-in { padding-block: 22px; display: flex; flex-direction: column; gap: 10px; }
.strip ul { display: flex; flex-wrap: wrap; gap: 6px 22px; font-size: 14px; font-weight: 800; color: var(--n200); }
@media (min-width: 960px) { .strip-in { flex-direction: row; justify-content: space-between; align-items: center; padding-block: 28px; } .strip ul { gap: 40px; font-size: 15px; } }

/* 섹션 공통 */
.section { padding-block: 56px; }
@media (min-width: 960px) { .section { padding-block: 108px; } }
.section h2, .demo h2 { font-size: clamp(30px, 3.4vw, 48px); line-height: 1.08; font-weight: 900; letter-spacing: -.03em; }
.head { display: flex; flex-direction: column; gap: 12px; max-width: 720px; }
@media (min-width: 960px) { .head { gap: 16px; } }
.head-split { display: flex; flex-direction: column; gap: 16px; }
.aside { font-size: 16px; line-height: 1.6; color: var(--n700); max-width: 380px; }
@media (min-width: 960px) { .head-split { flex-direction: row; justify-content: space-between; align-items: flex-end; gap: 48px; } .aside { font-size: 17px; } }
.band { background: var(--n100); }

/* 하루 흐름 */
.day { display: grid; gap: 22px; margin-top: 28px; }
.day li { display: grid; grid-template-columns: 84px minmax(0, 1fr); column-gap: 14px; row-gap: 4px; padding-top: 14px; border-top: 3px solid var(--a500); }
.day .when { grid-row: span 2; font-size: 17px; font-weight: 900; }
.day b { font-size: 17px; }
.day p { font-size: 15px; line-height: 1.55; color: var(--n700); }
@media (min-width: 960px) {
  .day { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; margin-top: 56px; }
  .day li { display: flex; flex-direction: column; gap: 14px; padding-top: 20px; }
  .day .when { font-size: 26px; letter-spacing: -.02em; }
  .day b { font-size: 18px; }
}

/* 기능 */
.features { display: grid; gap: 16px; margin-top: 24px; }
@media (min-width: 700px) { .features { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .features { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 56px; } }
.card { padding: 24px; border-radius: 20px; background: var(--surface); display: flex; flex-direction: column; gap: 14px; }
@media (min-width: 960px) { .card { padding: 32px; gap: 18px; } }
.card h3 { font-size: 21px; font-weight: 900; letter-spacing: -.02em; }
@media (min-width: 960px) { .card h3 { font-size: 24px; } }
.ico { width: 48px; height: 48px; border-radius: 14px; background: var(--a100); display: flex; align-items: center; justify-content: center; }
.dots { display: flex; flex-direction: column; gap: 8px; }
.dots li { position: relative; padding-left: 16px; font-size: 15px; line-height: 1.5; color: var(--n800); }
.dots li::before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 3px; background: var(--a500); }

/* 좌우 분할 */
.split { display: grid; gap: 36px; align-items: center; }
.split-copy { display: flex; flex-direction: column; gap: 20px; }
@media (min-width: 960px) {
  .split { grid-template-columns: minmax(0, 1fr) 480px; gap: 80px; }
  .split-rev { grid-template-columns: minmax(0, 600px) minmax(0, 1fr); }
  .split-copy { gap: 24px; }
}
@media (max-width: 959px) { .split-rev .split-copy { order: -1; } }
.url { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 14px; background: var(--surface); border: 1px solid var(--divider); max-width: 520px; font-size: 15px; font-weight: 700; color: var(--n700); overflow-wrap: anywhere; }
.url b { color: var(--text); }

.phone-wrap { display: flex; justify-content: center; }
.phone { width: 100%; max-width: 340px; border-radius: 48px; background: var(--text); padding: 12px; box-shadow: 0 30px 60px rgba(34, 48, 46, .18); }
.phone-screen { border-radius: 38px; background: var(--bg); overflow: hidden; }
.phone-head { padding: 32px 20px 14px; display: flex; flex-direction: column; gap: 4px; background: var(--surface); border-bottom: 1px solid var(--divider); }
.phone-body { padding: 16px 20px 20px; display: flex; flex-direction: column; gap: 14px; }
.days { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; }
.day-c { height: 58px; border-radius: 14px; background: var(--surface); border: 1.5px solid var(--divider); display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 16px; font-weight: 900; }
.day-c small { font-size: 11px; font-weight: 800; color: var(--n600); }
.day-c.off { background: transparent; border: 1.5px dashed var(--n400); color: var(--n500); }
.day-c.off small { color: var(--n500); }
.day-c.on { background: var(--a700); border-color: var(--a700); color: #fff; }
.day-c.on small { color: #fff; }
.slots { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.slots span { height: 46px; border-radius: 12px; background: var(--surface); border: 1.5px solid var(--divider); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; }
.slots .on { background: var(--a100); border: 2px solid var(--a700); color: var(--a800); font-weight: 900; }
.sum { margin-top: 8px; padding: 14px; border-radius: 18px; background: var(--surface); border: 1px solid var(--divider); display: flex; flex-direction: column; gap: 10px; }

/* 사장님 */
.dark { background: var(--text); color: #fff; }
.dark .lead { color: var(--n400); }
.dark .dots li { color: var(--n200); }
.dash { border-radius: 22px; background: var(--bg); color: var(--text); overflow: hidden; box-shadow: 0 30px 60px rgba(0, 0, 0, .25); }
.dash-top { height: 52px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--surface); border-bottom: 1px solid var(--divider); }
.dash-sel { padding: 6px 12px; border-radius: 10px; border: 1px solid var(--n300); font-size: 12px; font-weight: 800; white-space: nowrap; }
.dash-body { padding: 16px; display: flex; flex-direction: column; gap: 14px; }
@media (min-width: 600px) { .dash-body { padding: 20px; } }
.kpis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.kpi { padding: 12px; border-radius: 16px; background: var(--surface); border: 1px solid var(--divider); display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.kpi b { font-size: clamp(16px, 4.6vw, 22px); font-weight: 900; }
.bars { padding: 16px; border-radius: 18px; background: var(--surface); border: 1px solid var(--divider); display: flex; flex-direction: column; gap: 12px; }
.bar-grid { display: grid; grid-template-columns: 84px minmax(0, 1fr) 60px; gap: 10px; align-items: center; font-size: 13px; font-weight: 800; }
.bar { height: 12px; border-radius: 6px; background: var(--a500); }
.r { text-align: right; }

/* FAQ */
.faq { display: grid; gap: 24px; }
@media (min-width: 960px) { .faq { grid-template-columns: 360px minmax(0, 1fr); gap: 80px; } .faq h2 { font-size: 40px; } }
.qa > div { padding-block: 20px; border-top: 1px solid var(--n300); display: flex; flex-direction: column; gap: 8px; }
.qa > div:last-child { border-bottom: 1px solid var(--n300); }
.qa h3 { font-size: 17px; font-weight: 900; }
.qa p { font-size: 15px; line-height: 1.6; color: var(--n700); max-width: 680px; }
@media (min-width: 960px) { .qa > div { padding-block: 24px; } .qa h3 { font-size: 19px; } .qa p { font-size: 16px; } }

/* 데모 신청 */
.demo { background: var(--a100); }
.demo-in { padding-block: 56px; display: grid; gap: 28px; align-items: start; }
@media (min-width: 960px) { .demo-in { grid-template-columns: minmax(0, 1fr) 520px; gap: 80px; padding-block: 96px; } }
.h-xl { font-size: clamp(34px, 4vw, 56px) !important; line-height: 1.04 !important; letter-spacing: -.035em !important; }
.form-card { padding: 20px; border-radius: 22px; background: var(--surface); box-shadow: 0 18px 40px rgba(34, 48, 46, .08); }
@media (min-width: 960px) { .form-card { padding: 32px; } }
#demoForm { display: flex; flex-direction: column; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 14px; font-weight: 800; }
.req { color: var(--danger); }
.field input { height: 52px; border-radius: 14px; border: 1.5px solid var(--n400); background: var(--surface); color: var(--text); padding: 0 16px; font: inherit; font-size: 16px; font-weight: 700; width: 100%; }
.field input:focus { outline: none; border-color: var(--a700); box-shadow: 0 0 0 3px var(--a200); }
.field input::placeholder { color: var(--n500); }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-err { padding: 12px 14px; border-radius: 14px; background: #fdeceb; color: var(--danger); font-size: 14px; font-weight: 700; }
.sent { display: flex; flex-direction: column; gap: 14px; padding-block: 12px; align-items: flex-start; }
.sent p { font-size: 16px; line-height: 1.55; color: var(--n800); }

/* 푸터 */
.footer { background: var(--a100); padding-bottom: env(safe-area-inset-bottom, 0px); }
.footer-in { padding-block: 24px 32px; border-top: 1px solid var(--a200); display: flex; flex-direction: column-reverse; gap: 16px; font-size: 14px; font-weight: 700; color: var(--n800); }
@media (min-width: 960px) { .footer-in { flex-direction: row; justify-content: space-between; align-items: flex-end; gap: 40px; padding-block: 28px 48px; } }
.foot-left { display: flex; flex-direction: column; gap: 12px; }
.foot-brand { display: flex; align-items: center; gap: 12px; }
.foot-brand .brand-word { font-size: 15px; }
address { font-style: normal; display: flex; flex-direction: column; gap: 4px; line-height: 1.5; }
address a { text-decoration: none; }
.foot-links { display: flex; flex-wrap: wrap; gap: 10px 28px; }
