.order-image-placeholder{display:grid;place-items:center;width:72px;height:88px;padding:6px;color:var(--muted);background:#eee;border-radius:4px;font-size:11px;text-align:center;word-break:keep-all}@media(max-width:560px){.order-image-placeholder{width:58px;height:72px}}
:root{--ink:#2c2c28;--muted:#77776f;--line:#dcd8cf;--cream:#f7f3ed;--green:#53675a;--sans:"DM Sans","Gowun Dodum",sans-serif;--serif:"Gowun Batang",serif}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--cream);font-family:var(--sans)}.orders-header{display:flex;min-height:80px;align-items:center;justify-content:space-between;padding:14px clamp(20px,5vw,72px);border-bottom:1px solid var(--line)}.orders-header>a{display:flex;align-items:center;gap:10px;color:inherit;font-size:calc(12px + 1pt);font-weight:600;letter-spacing:.08em;text-decoration:none}.orders-header img{width:40px;height:40px}.orders-header nav{display:flex;gap:24px}.orders-header nav a{color:inherit;font-size:calc(10px + 1pt);text-decoration:none}main{width:min(1060px,calc(100% - 40px));margin:0 auto;padding:clamp(54px,8vw,100px) 0 120px}.eyebrow{color:var(--muted);font-size:calc(9px + 1pt);letter-spacing:.18em}h1{margin:12px 0 8px;font:400 clamp(42px,7vw,76px) var(--serif)}.intro{margin:0 0 54px;color:var(--muted);font-size:13px}.orders-notice{padding:22px 0;border-top:1px solid var(--line);color:var(--muted);font-size:calc(12px + 1pt)}.orders-list{display:grid;gap:20px}.order-card{padding:28px;border:1px solid var(--line);border-radius:18px;background:#fff}.order-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:1px solid var(--line)}.order-head small{display:block;color:var(--muted);font-size:calc(9px + 1pt);letter-spacing:.08em}.order-head h2{margin:7px 0 0;font-size:14px}.order-status{padding:7px 11px;border-radius:99px;color:var(--green);background:#e8eee9;font-size:calc(10px + 1pt);white-space:nowrap}.order-status[data-status="pending_payment"]{color:#7a5b24;background:#f7ecd2}.order-status[data-status="cancelled"],.order-status[data-status="refunded"]{color:#814a43;background:#f6e7e4}.order-status[data-status="delivered"]{color:#3f6251;background:#dfece4}.order-items{display:grid;gap:14px;padding:20px 0}.order-item{display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:16px}.order-item img{width:72px;height:88px;object-fit:cover;background:#eee}.order-item strong{font-size:calc(12px + 1pt)}.order-item p{margin:6px 0 0;color:var(--muted);font-size:calc(10px + 1pt)}.order-item>span{font-size:calc(11px + 1pt);white-space:nowrap}.tracking{display:flex;justify-content:space-between;margin:0 0 18px;padding:14px;border-radius:10px;color:var(--muted);background:#f3f0ea;font-size:calc(10px + 1pt)}.tracking strong{color:var(--ink)}.order-alert{display:flex;justify-content:space-between;gap:14px;margin:0 0 18px;padding:14px;border-radius:10px;color:#814a43;background:#f6e7e4;font-size:calc(10px + 1pt)}.order-alert span{text-align:right}.order-total{display:flex;justify-content:space-between;margin:0;padding-top:18px;border-top:1px solid var(--line);font-size:calc(12px + 1pt)}.order-total strong{font-size:15px}.pending-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px;padding:14px;border-radius:10px;color:var(--muted);background:#f3f0ea;font-size:calc(10px + 1pt)}.pending-actions button{padding:9px 14px;border:1px solid #a56a62;border-radius:99px;color:#824940;background:#fff;cursor:pointer;font:600 calc(10px + 1pt) var(--sans);white-space:nowrap}.pending-actions button:disabled{cursor:wait;opacity:.55}.order-details{margin-top:20px;border-top:1px solid var(--line)}.order-details>summary{padding:18px 0 2px;color:var(--green);cursor:pointer;font-size:calc(11px + 1pt);font-weight:600}.order-details[open]>summary{padding-bottom:18px}.order-detail-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:18px}.order-detail-grid section,.history-section{padding:18px;border-radius:12px;background:#f7f5f0}.order-detail-grid h3,.history-section h3{margin:0 0 14px;font-size:calc(11px + 1pt)}.order-detail-grid dl{display:grid;gap:8px;margin:0}.order-detail-grid dl div{display:flex;justify-content:space-between;gap:14px}.order-detail-grid dt,.order-detail-grid dd,.order-detail-grid p{margin:0;color:var(--muted);font-size:calc(10px + 1pt);line-height:1.65}.order-detail-grid dd{color:var(--ink);text-align:right}.order-detail-grid p+p{margin-top:6px}.history-section{margin-top:18px}.order-timeline{display:grid;gap:0;margin:0;padding:0;list-style:none}.order-timeline li{position:relative;display:grid;grid-template-columns:18px 1fr;gap:10px;padding:0 0 18px}.order-timeline li:not(:last-child)::before{position:absolute;top:10px;bottom:0;left:5px;width:1px;background:var(--line);content:""}.timeline-dot{position:relative;z-index:1;width:11px;height:11px;margin-top:5px;border:2px solid #fff;border-radius:50%;background:var(--green);box-shadow:0 0 0 1px var(--green)}.timeline-title{display:flex;justify-content:space-between;gap:14px}.timeline-title strong{font-size:calc(10px + 1pt)}.timeline-title time,.order-timeline p,.history-empty{margin:0;color:var(--muted);font-size:calc(9px + 1pt);line-height:1.6}.order-timeline p{margin-top:4px}.timeline-meta{color:var(--green)!important}.policy-record{margin:14px 0 0;color:var(--muted);font-size:calc(9px + 1pt);text-align:right}.empty-orders{padding:80px 20px;border:1px solid var(--line);border-radius:18px;text-align:center}.empty-orders p{color:var(--muted);line-height:1.7}.empty-orders a{display:inline-block;margin-top:14px;padding:13px 24px;border-radius:99px;color:#fff;background:var(--green);font-size:calc(11px + 1pt);text-decoration:none}@media(max-width:680px){.order-detail-grid{grid-template-columns:1fr}.timeline-title{display:grid;gap:2px}.policy-record{text-align:left}}@media(max-width:560px){.orders-header{min-height:68px;padding:10px 16px}.orders-header img{width:36px;height:36px}.orders-header nav{gap:14px}main{width:calc(100% - 28px);padding-top:46px}.intro{margin-bottom:38px}.order-card{padding:20px 16px}.order-item{grid-template-columns:58px 1fr}.order-item img{width:58px;height:72px}.order-item>span{grid-column:2}.order-head{gap:10px}.order-head h2{font-size:calc(12px + 1pt)}.tracking,.order-alert,.pending-actions{align-items:flex-start;flex-direction:column}.order-alert span{text-align:left}}
.return-section{display:grid;gap:12px;margin-top:18px;padding:16px;border:1px solid var(--line);border-radius:12px;background:#faf9f5}.return-section h3{margin:0;font-size:calc(11px + 1pt)}.return-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.return-summary div{display:grid;gap:4px}.return-summary span,.return-summary p{margin:0;color:var(--muted);font-size:calc(9px + 1pt);line-height:1.55}.return-summary button,.return-request-button{justify-self:start;padding:9px 14px;border:1px solid var(--green);border-radius:99px;color:var(--green);background:#fff;cursor:pointer;font:600 calc(10px + 1pt) var(--sans);white-space:nowrap}.return-summary button:disabled,.return-request-button:disabled{cursor:wait;opacity:.55}.return-dialog{width:min(560px,calc(100% - 28px));padding:0;border:0;border-radius:18px;color:var(--ink);background:#fff;box-shadow:0 28px 90px rgba(35,38,34,.28)}.return-dialog::backdrop{background:rgba(24,27,25,.52);backdrop-filter:blur(3px)}.return-dialog form{display:grid;gap:17px;padding:26px}.dialog-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.dialog-heading .eyebrow{margin:0}.dialog-heading h2{margin:7px 0 0;font:400 28px var(--serif)}.dialog-close{width:36px;height:36px;border:1px solid var(--line);border-radius:50%;color:var(--ink);background:#fff;cursor:pointer;font-size:22px}.return-dialog label{display:grid;gap:7px;color:var(--muted);font-size:calc(10px + 1pt)}.return-dialog select,.return-dialog textarea{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:9px;color:var(--ink);background:#fff;font:14px var(--sans)}.return-dialog textarea{resize:vertical}.return-dialog select:focus,.return-dialog textarea:focus{outline:2px solid #a8b9ab;outline-offset:1px}.dialog-help{margin:0;color:var(--muted);font-size:calc(9px + 1pt);line-height:1.65}.dialog-actions{display:flex;justify-content:flex-end;gap:9px}.dialog-actions button{min-height:42px;padding:0 17px;border:1px solid var(--line);border-radius:99px;color:var(--ink);background:#fff;cursor:pointer;font:600 13px var(--sans)}.dialog-actions .primary{border-color:var(--green);color:#fff;background:var(--green)}.dialog-actions button:disabled{cursor:wait;opacity:.55}@media(max-width:560px){.return-summary{align-items:flex-start;flex-direction:column}.return-dialog form{padding:21px 17px}.dialog-actions{display:grid;grid-template-columns:1fr 1fr}.dialog-actions button{width:100%}}
