:root {
    color-scheme: light;
    --page: #f7f7fc;
    --surface: #fff;
    --ink: #25313c;
    --muted: #697582;
    --line: #eeeef4;
    --pink: #c62e68;
    --pink-pale: #fff0f5;
    --pink-bright: #ff6596;
}

* { box-sizing: border-box; }
.product-art img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.detail-cover { margin-bottom: 24px; overflow: hidden; border-radius: 12px; background: #faf6f8; }
.detail-cover img { display: block; width: 100%; height: auto; max-height: 420px; object-fit: contain; }
.product-specification { font-size: 12px; color: var(--muted); }
body { margin: 0; background: var(--page); color: var(--ink); font-family: "Segoe UI", "Microsoft YaHei", "PingFang SC", sans-serif; font-size: 14px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, input, button { font-family: "Segoe UI", "Microsoft YaHei", "PingFang SC", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font-size: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button, a, summary, input { touch-action: manipulation; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid var(--pink); outline-offset: 4px; }
a, button, summary, input { border-radius: 5px; }
h1, h2, h3, p { margin: 0; }
img { max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 10; background: white; padding: 12px 20px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.page-shell { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }
.site-header { background: rgba(255, 255, 255, .96); border-bottom: 1px solid var(--line); }
.header-inner { width: min(1200px, calc(100% - 64px)); min-height: 88px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; min-width: 0; }
.brand img { flex: 0 0 42px; }
.brand > span { font-size: 19px; font-weight: 750; letter-spacing: .03em; line-height: 1.35; overflow-wrap: anywhere; }
.brand small { display: block; color: var(--muted); font-size: 8px; letter-spacing: .11em; font-weight: 500; margin-top: 5px; }
.header-nav { display: flex; align-items: center; gap: 26px; flex: 0 0 auto; }
.nav-catalog { display: inline-flex; min-height: 48px; align-items: center; position: relative; font-weight: 650; }
.nav-catalog::after { content: ""; position: absolute; height: 3px; width: 22px; border-radius: 5px; background: var(--pink); bottom: 0; left: calc(50% - 11px); }
.hero { display: flex; align-items: center; justify-content: space-between; position: relative; overflow: hidden; min-height: 258px; border-radius: 22px; margin-top: 30px; padding: 32px 48px; background: linear-gradient(105deg, #fce9f0 0%, #fff4f8 58%, #f2eaf9 100%); border: 1px solid #f6e4ec; }
.hero-copy { max-width: 67%; position: relative; z-index: 1; }
.eyebrow { display: block; font-size: 10px; letter-spacing: .17em; font-weight: 750; color: #9f4573; }
.hero h1 { font-size: clamp(26px, 2.8vw, 35px); line-height: 1.5; letter-spacing: .015em; font-weight: 800; margin-block: 10px 7px; overflow-wrap: anywhere; }
.hero p { color: #756773; font-size: 13px; }
.hero-label { display: inline-flex; gap: 7px; align-items: center; color: #a23d6d; font-size: 11px; margin-top: 20px; padding: 4px 11px; background: #ffffffa8; border: 1px solid #ffffffbd; border-radius: 999px; }
.hero-label > span { font-size: 15px; color: #cf5085; }
.hero-art { position: absolute; right: 2.5%; top: 8px; width: 34%; height: calc(100% - 16px); object-fit: contain; }
.announcement { display: flex; align-items: baseline; gap: 24px; padding: 15px 22px; border: 1px solid var(--line); border-radius: 12px; background: white; margin-top: 18px; }
.announcement-label { font-size: 12px; font-weight: 700; color: var(--pink); white-space: nowrap; flex: 0 0 auto; }
.announcement-label > span { margin-right: 7px; font-size: 19px; vertical-align: -1px; }
.announcement p { color: #596371; font-size: 12px; overflow-wrap: anywhere; white-space: pre-line; }
.preview-notice { display: flex; align-items: baseline; gap: 7px; color: #805369; font-size: 12px; margin: 14px 3px 24px; }
.preview-notice > span { flex: 0 0 auto; }
.catalog-layout { display: grid; grid-template-columns: 235px minmax(0, 1fr); align-items: start; gap: 24px; }
.panel { border: 1px solid var(--line); background: white; border-radius: 16px; box-shadow: 0 5px 18px #3c284704; }
.category-panel { padding: 22px 13px 16px; }
.category-panel h2 { display: flex; justify-content: space-between; align-items: center; font-size: 14px; margin: 0 10px 18px; }
.category-panel h2 > span { font-size: 8px; letter-spacing: .12em; font-weight: 500; color: var(--muted); }
.categories { display: grid; gap: 5px; }
.category-link { display: flex; align-items: center; justify-content: space-between; gap: 6px; padding: 11px 12px; min-height: 48px; border-radius: 9px; color: #5c6571; font-size: 13px; }
.category-link > span:first-child { display: flex; align-items: center; gap: 9px; overflow-wrap: anywhere; }
.category-symbol { color: #7c8491; flex: 0 0 auto; width: 19px; font-size: 19px; text-align: center; }
.category-image { width: 32px; height: 32px; object-fit: cover; border-radius: 7px; flex: 0 0 auto; }
.category-count { flex: 0 0 auto; color: #68707c; font-size: 11px; background: #f4f4f8; border-radius: 6px; padding: 1px 7px; min-width: 23px; text-align: center; font-variant-numeric: tabular-nums; }
.category-link:hover { background: #faf7fa; }
.category-link.is-active { background: var(--pink-pale); color: #ad285b; font-weight: 650; }
.is-active .category-symbol { color: var(--pink); }
.is-active .category-count { background: #fbdce8; color: #a12252; }
.sidebar-note { position: relative; overflow: hidden; background: #efedf8; border-radius: 14px; padding: 25px 23px 21px; margin-top: 18px; }
.sidebar-note h3 { font-size: 13px; position: relative; margin: 25px 0 9px; color: #504c68; }
.sidebar-note p { font-size: 11px; line-height: 1.9; color: #736e83; }
.sidebar-note-foot { display: block; margin-top: 28px; font-size: 8px; color: #817a94; letter-spacing: .09em; }
.note-decoration { position: absolute; font-size: 69px; line-height: 1; color: #cfc5e1; top: -3px; right: 12px; transform: rotate(8deg); }
.catalog-main { min-width: 0; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 17px; min-height: 57px; }
.catalog-toolbar h2 { display: flex; align-items: center; gap: 9px; font-size: 19px; letter-spacing: .02em; }
.heading-dot { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--pink-bright); }
.catalog-toolbar p { font-size: 11px; color: var(--muted); margin-top: 4px; }
.search-form { display: flex; align-items: center; position: relative; width: 320px; max-width: 52%; background: white; border: 1px solid #e6e5ed; border-radius: 10px; }
.search-icon { color: #89909b; position: absolute; left: 13px; pointer-events: none; }
.search-form input { min-width: 0; flex: 1; width: 100%; border: 0; background: transparent; padding: 0 7px 0 39px; height: 46px; font-size: 12px; color: var(--ink); }
.search-form input::placeholder { color: #777f8b; }
.search-form button { border: 0; border-left: 1px solid var(--line); border-radius: 0 9px 9px 0; background: #fff9fb; color: var(--pink); min-height: 46px; min-width: 53px; font-weight: 600; font-size: 12px; cursor: pointer; }
.search-form button:hover { background: var(--pink-pale); }
.search-summary { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin: -3px 0 12px; font-size: 12px; }
.search-summary > span { min-width: 0; overflow-wrap: anywhere; }
.search-summary a { flex: 0 0 auto; display: inline-flex; align-items: center; min-height: 44px; color: var(--pink); }
.product-list { padding-inline: 22px; }
.product-row { display: grid; grid-template-columns: 59px minmax(0, 1fr) 98px 93px 95px; gap: 15px; align-items: center; min-height: 125px; padding-block: 21px; }
.product-row + .product-row { border-top: 1px solid var(--line); }
.product-art { display: grid; place-items: center; position: relative; overflow: hidden; width: 59px; height: 63px; border: 1px solid #f1dce6; border-radius: 12px; background: #fceaf0; color: #bc4573; isolation: isolate; }
.product-art::before { content: ""; position: absolute; width: 52px; height: 52px; border: 1px solid currentColor; border-radius: 13px; transform: rotate(-24deg); right: -25px; bottom: -22px; opacity: .19; z-index: -1; }
.product-art::after { content: ""; position: absolute; height: 37px; width: 37px; background: white; opacity: .35; border-radius: 50%; left: -15px; top: -14px; z-index: -1; }
.product-art > span { font-size: 20px; font-weight: 750; line-height: 1.2; letter-spacing: -.03em; max-width: 90%; overflow-wrap: anywhere; text-align: center; }
.tone-violet { background: #f0eafc; color: #7855b0; border-color: #e6dcf6; }
.tone-blue { background: #e9f0fc; color: #4f79b7; border-color: #dce6f8; }
.tone-amber { background: #fff1da; color: #a37325; border-color: #f3e4c9; }
.tone-mint { background: #e6f5f0; color: #3b876f; border-color: #d4eae2; }
.product-copy { min-width: 0; }
.product-type { color: #6d7682; font-size: 9px; letter-spacing: .05em; margin-bottom: 2px; }
.product-copy h3 { font-size: 14px; font-weight: 700; line-height: 1.65; overflow-wrap: anywhere; }
.product-copy h3 a { display: flex; align-items: center; min-height: 44px; padding-block: 2px; }
.product-copy h3 a:hover { color: var(--pink); }
.product-copy p { font-size: 10px; color: #707987; margin-top: 4px; overflow-wrap: anywhere; }
.product-stock { display: flex; align-items: center; gap: 5px; font-size: 10px; color: #597666; white-space: nowrap; }
.stock-dot { width: 4px; height: 4px; background: #579473; border-radius: 50%; flex: 0 0 auto; }
.stock-empty { color: #827583; }
.stock-empty .stock-dot { background: #a69aa6; }
.product-price { text-align: right; overflow-wrap: anywhere; font-variant-numeric: tabular-nums; }
.product-price strong { display: block; color: var(--pink); font-size: 20px; line-height: 1.3; font-weight: 700; letter-spacing: -.03em; }
.product-price > span { display: block; margin-top: 4px; color: #727987; font-size: 9px; letter-spacing: .06em; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 9px 13px; font-weight: 650; font-size: 12px; border-radius: 9px; border: 1px solid transparent; }
.button-secondary { background: var(--pink-pale); border-color: #f8dce7; color: #b42a60; }
.button-secondary:hover { background: #fce0ea; border-color: #edc4d5; }
.button-primary { background: var(--pink); color: white; }
.button-primary:hover { background: #a92357; }
.product-detail-link { padding: 9px; gap: 5px; font-size: 11px; white-space: nowrap; }
.product-detail-link > span { font-size: 14px; }
.catalog-end { display: flex; align-items: center; justify-content: center; gap: 12px; color: #848a96; font-size: 10px; margin-block: 28px 10px; letter-spacing: .06em; }
.catalog-end > span { width: 32px; height: 1px; background: #e0dfe8; }
.site-footer { display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid #e9e8f0; padding: 23px 0 28px; margin-top: 48px; color: #7d8491; font-size: 10px; }
.site-footer a { display: inline-flex; min-height: 44px; align-items: center; color: #656d7a; }
.site-footer > span { min-height: 44px; display: flex; align-items: center; gap: 5px; flex-wrap: wrap; }
.footer-divider { margin-inline: 5px; color: #c1bccb; }
.mobile-categories { display: none; }
.empty-state { padding: 50px 22px; text-align: center; }
.empty-state > span { display: grid; place-items: center; width: 60px; height: 60px; margin: 0 auto 18px; border-radius: 19px; color: var(--pink); background: var(--pink-pale); font-size: 42px; }
.empty-state h3 { font-size: 17px; }
.empty-state p { margin: 9px 0 22px; color: var(--muted); font-size: 13px; }
.status-panel { text-align: center; background: white; border: 1px solid var(--line); border-radius: 20px; padding: 50px 25px; margin-block: 48px; }
.status-art { display: grid; place-items: center; width: 82px; height: 82px; border-radius: 24px; font-size: 50px; font-weight: 600; color: var(--pink); background: var(--pink-pale); margin: 30px auto 23px; }
.status-panel h1 { font-size: 22px; }
.status-panel p { color: var(--muted); margin: 14px 0 30px; font-size: 13px; }
.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; padding-top: 21px; margin-bottom: 8px; font-size: 12px; color: var(--muted); }
.breadcrumb a { min-height: 44px; display: flex; align-items: center; }
.breadcrumb a:hover { color: var(--pink); }
.breadcrumb > span:last-child { color: #484f5e; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 25px; align-items: start; }
.detail-panel { padding: 35px; }
.detail-heading { display: flex; align-items: center; gap: 27px; padding-bottom: 31px; border-bottom: 1px solid var(--line); }
.detail-art { width: 132px; height: 145px; flex: 0 0 132px; border-radius: 20px; }
.detail-art > span { font-size: 43px; }
.detail-art::before { width: 102px; height: 102px; right: -49px; bottom: -48px; border-radius: 25px; }
.detail-art::after { width: 80px; height: 80px; top: -31px; left: -30px; }
.detail-title { min-width: 0; }
.detail-title .eyebrow { font-size: 10px; letter-spacing: .1em; }
.detail-title h1 { font-size: 26px; line-height: 1.45; margin-top: 9px; overflow-wrap: anywhere; }
.detail-title p { color: var(--muted); font-size: 12px; margin-top: 10px; overflow-wrap: anywhere; }
.delivery-tag { display: inline-block; font-size: 10px; color: #8a5278; background: #f8eff5; border: 1px solid #f0e2ed; padding: 3px 9px; border-radius: 6px; margin-top: 17px; }
.detail-description { margin-top: 27px; }
.detail-description h2 { font-size: 15px; margin-bottom: 18px; }
.detail-description h2 > span { color: var(--pink); font-size: 21px; margin-right: 7px; }
.detail-description > p { font-size: 13px; line-height: 2; color: #596574; white-space: pre-wrap; overflow-wrap: anywhere; }
.detail-explainer { display: flex; gap: 14px; padding: 18px; background: #faf7fb; border-radius: 10px; margin-top: 35px; }
.detail-explainer > span { flex: 0 0 auto; color: #be759d; font-size: 23px; }
.detail-explainer h3 { font-size: 12px; margin-bottom: 4px; color: #725d73; }
.detail-explainer p { font-size: 11px; line-height: 1.9; color: #796c7d; }
.quote-panel { padding: 27px 25px; }
.quote-panel > .eyebrow { font-size: 8px; color: #817585; }
.quote-panel h2 { font-size: 17px; margin-top: 5px; }
.detail-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 9px; margin-block: 22px 25px; font-variant-numeric: tabular-nums; }
.detail-price strong { font-size: 34px; line-height: 1.2; letter-spacing: -.03em; color: var(--pink); overflow-wrap: anywhere; max-width: 100%; }
.detail-price > span { color: var(--muted); font-size: 12px; }
.quote-facts { display: grid; gap: 15px; padding-block: 22px; border-block: 1px solid var(--line); margin: 0; }
.quote-facts > div { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; font-size: 12px; }
.quote-facts dt { color: var(--muted); }
.quote-facts dd { margin: 0; text-align: right; font-weight: 500; }
.purchase-unavailable { display: flex; align-items: center; justify-content: center; gap: 8px; background: #f3eef4; color: #79697c; border: 1px solid #e9e0eb; border-radius: 10px; min-height: 48px; margin-top: 24px; font-size: 13px; font-weight: 650; }
.quote-note { text-align: center; color: #777080; font-size: 10px; margin-top: 11px; }
.back-link { display: flex; align-items: center; justify-content: center; min-height: 44px; color: var(--pink); font-size: 12px; margin-top: 15px; }
.back-link:hover { background: #fff7fa; }
.detail-announcement { margin-top: 24px; }

@media (max-width: 1199px) {
    .catalog-layout { grid-template-columns: 205px minmax(0, 1fr); gap: 20px; }
    .product-list { padding-inline: 17px; }
    .product-row { grid-template-columns: 53px minmax(0, 1fr) 82px 90px; gap: 12px; }
    .product-art { width: 53px; height: 59px; }
    .product-stock { grid-column: 2; grid-row: 2; margin-top: -6px; }
    .product-row .product-art { grid-row: 1 / 3; }
    .product-copy { grid-column: 2; }
    .product-price { grid-column: 3; grid-row: 1 / 3; }
    .product-detail-link { grid-column: 4; grid-row: 1 / 3; }
    .detail-art { width: 118px; height: 132px; flex-basis: 118px; }
    .detail-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 20px; }
    .detail-panel { padding: 27px; }
    .detail-heading { gap: 22px; }
    .detail-title h1 { font-size: 23px; }
}

@media (max-width: 1023px) {
    .page-shell, .header-inner { width: calc(100% - 40px); }
    .hero { padding: 29px 32px; min-height: 235px; }
    .hero h1 { font-size: 27px; }
    .hero-art { width: 33%; right: 0; }
    .catalog-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 18px; }
    .category-panel { padding-inline: 9px; }
    .category-panel h2 { margin-inline: 8px; }
    .category-panel h2 > span { display: none; }
    .category-link { padding-inline: 8px; font-size: 12px; }
    .category-link > span:first-child { gap: 6px; }
    .category-symbol { width: 16px; }
    .catalog-toolbar { align-items: start; flex-direction: column; gap: 12px; }
    .search-form { max-width: 100%; width: 100%; }
    .product-row { grid-template-columns: 48px minmax(0, 1fr) 88px; gap: 10px 13px; min-height: 137px; padding-block: 19px; }
    .product-row .product-art { width: 48px; height: 55px; grid-row: 1 / 3; }
    .product-copy { grid-row: 1; }
    .product-stock { grid-row: 2; margin-top: -4px; }
    .product-price { grid-row: 1; }
    .product-detail-link { grid-column: 3; grid-row: 2; min-height: 44px; }
    .product-copy h3 { font-size: 13px; }
    .product-copy p { font-size: 10px; }
    .product-price strong { font-size: 19px; }
    .sidebar-note { padding-inline: 17px; }
    .detail-layout { grid-template-columns: minmax(0, 1fr) 265px; gap: 18px; }
    .detail-panel { padding: 24px; }
    .detail-heading { align-items: start; flex-direction: column; }
    .detail-art { width: 90px; height: 99px; flex-basis: auto; }
    .detail-art > span { font-size: 30px; }
    .quote-panel { padding-inline: 23px; }
}

@media (max-width: 699px) {
    .page-shell, .header-inner { width: calc(100% - 32px); }
    .header-inner { min-height: 76px; gap: 12px; }
    .brand { gap: 9px; }
    .brand img { width: 35px; height: 35px; flex-basis: 35px; }
    .brand > span { font-size: 15px; }
    .brand small { font-size: 6px; letter-spacing: .055em; margin-top: 4px; }
    .header-nav { gap: 0; }
    .nav-catalog { font-size: 12px; min-height: 44px; white-space: nowrap; }
    .hero { margin-top: 19px; min-height: 211px; border-radius: 16px; padding: 23px; }
    .hero-copy { max-width: 86%; }
    .hero .eyebrow { font-size: 8px; letter-spacing: .13em; }
    .hero h1 { font-size: 24px; line-height: 1.5; max-width: 92%; margin-top: 11px; }
    .hero p { font-size: 10px; max-width: 82%; line-height: 1.9; }
    .hero-label { font-size: 9px; margin-top: 15px; }
    .hero-art { width: 44%; right: -26px; top: 79px; height: 151px; opacity: .62; }
    .announcement { display: block; padding: 13px 16px; margin-top: 13px; border-radius: 11px; }
    .announcement-label { font-size: 11px; }
    .announcement-label > span { font-size: 16px; }
    .announcement p { font-size: 11px; margin-top: 4px; line-height: 1.8; }
    .preview-notice { font-size: 10px; margin: 12px 1px 20px; gap: 5px; }
    .catalog-layout { display: block; }
    .catalog-sidebar { display: none; }
    .mobile-categories { display: block; margin-bottom: 22px; border-radius: 10px; }
    .mobile-categories summary { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 49px; padding: 11px 15px; cursor: pointer; font-size: 12px; font-weight: 650; list-style: none; }
    .mobile-categories summary::-webkit-details-marker { display: none; }
    .mobile-categories summary > span { color: var(--pink); font-size: 11px; font-weight: 500; }
    .mobile-categories summary > span > span { display: inline-block; font-size: 17px; margin-left: 10px; }
    .mobile-categories[open] summary > span > span { transform: rotate(180deg); }
    .mobile-categories .categories { border-top: 1px solid var(--line); padding: 9px; }
    .category-link { font-size: 13px; }
    .category-link > span:first-child { gap: 10px; }
    .catalog-toolbar { gap: 14px; margin-bottom: 15px; }
    .catalog-toolbar > div { display: flex; align-items: baseline; justify-content: space-between; width: 100%; gap: 12px; }
    .catalog-toolbar h2 { font-size: 18px; }
    .catalog-toolbar p { font-size: 10px; flex: 0 0 auto; }
    .search-form { border-radius: 9px; }
    .search-form input { height: 46px; font-size: 12px; }
    .search-form button { font-size: 12px; }
    .search-summary { font-size: 11px; }
    .product-list { border-radius: 13px; padding-inline: 15px; }
    .product-row { grid-template-columns: 50px minmax(0, 1fr) 84px; gap: 12px; padding-block: 21px; }
    .product-row .product-art { width: 50px; height: 57px; grid-row: 1; align-self: start; }
    .product-copy { grid-column: 2 / 4; grid-row: 1; }
    .product-copy h3 { font-size: 14px; }
    .product-type { font-size: 9px; margin-bottom: 1px; }
    .product-copy p { font-size: 10px; margin-top: 4px; }
    .product-stock { grid-column: 1 / 3; grid-row: 2; font-size: 10px; margin-top: 0; }
    .product-price { grid-column: 1 / 3; grid-row: 3; display: flex; align-items: baseline; gap: 7px; text-align: left; }
    .product-price strong { font-size: 23px; }
    .product-price > span { font-size: 9px; margin-top: 0; }
    .product-detail-link { grid-column: 3; grid-row: 3; align-self: center; }
    .catalog-end { font-size: 9px; margin-top: 23px; }
    .site-footer { flex-direction: column; align-items: center; gap: 0; padding-top: 15px; padding-bottom: 22px; margin-top: 32px; font-size: 9px; text-align: center; }
    .site-footer > span:first-child { min-height: 27px; justify-content: center; }
    .site-footer > span:last-child { min-height: 27px; }
    .site-footer a { min-height: 44px; }
    .breadcrumb { font-size: 10px; gap: 9px; padding-top: 11px; margin-bottom: 2px; }
    .detail-layout { display: flex; flex-direction: column; gap: 17px; }
    .detail-panel, .quote-panel { width: 100%; border-radius: 14px; padding: 23px; }
    .detail-heading { gap: 20px; padding-bottom: 23px; }
    .detail-art { width: 87px; height: 97px; border-radius: 15px; }
    .detail-title h1 { font-size: 24px; }
    .detail-title p { font-size: 12px; }
    .detail-description { margin-top: 21px; }
    .detail-description > p { font-size: 12px; }
    .detail-explainer { margin-top: 25px; padding: 15px; gap: 10px; }
    .detail-explainer p { font-size: 10px; }
    .detail-price strong { font-size: 34px; }
    .quote-note { font-size: 11px; }
    .detail-announcement { margin-top: 17px; }
    .status-panel { margin-block: 26px; padding: 35px 22px; }
    .status-panel h1 { font-size: 19px; }
    .status-panel p { font-size: 11px; }
}

@media (prefers-reduced-motion: no-preference) {
    a, button { transition: background-color .15s ease, color .15s ease, border-color .15s ease; }
}

.nav-orders { display: inline-flex; align-items: center; min-height: 44px; white-space: nowrap; color: var(--pink); }
.order-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 24px; }
.order-panel { padding: 30px; margin-top: 18px; min-width: 0; overflow-wrap: anywhere; }
.order-panel h1 { font-size: 25px; margin-bottom: 18px; }
.order-panel h2 { font-size: 18px; margin-bottom: 12px; }
.order-panel > p { margin-block: 12px; }
.order-form { display: flex; flex-direction: column; align-items: stretch; gap: 10px; margin-block: 20px; }
.order-form input, .order-form select { width: 100%; min-width: 0; padding: 11px 12px; border: 1px solid #c8cbd3; background: white; color: var(--ink); }
.order-form select { min-height: 46px; font: inherit; }
.order-form input[type=hidden] { display: none; }
.order-form label { font-weight: 650; }
.order-form .button { min-height: 46px; white-space: normal; }
.order-error { padding: 14px; color: #9a214a; background: #fff0f5; border: 1px solid #f4b8cf; border-radius: 9px; }
.order-notice, .credential-box { background: var(--pink-pale); border-radius: 10px; padding: 17px; margin-block: 18px; }
.credential-box p { margin-block: 10px; }
.order-secret { display: block; padding: 13px; background: white; border: 1px dashed #d095ad; border-radius: 8px; user-select: all; white-space: pre-wrap; overflow-wrap: anywhere; }
.order-facts > div { align-items: baseline; gap: 18px; }
.order-facts dt { flex: 0 0 auto; }
.order-facts dd { min-width: 0; overflow-wrap: anywhere; text-align: right; }
.order-contact { white-space: pre-wrap; }
.catalog-pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.order-actions { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 20px; }
.order-actions a { min-height: 44px; display: inline-flex; align-items: center; color: var(--pink); }
.order-list { list-style: none; margin: 20px 0; padding: 0; }
.order-list li { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.order-list a { display: flex; flex-direction: column; flex: 1 1 240px; color: var(--pink); }
.order-list a span { font-size: 12px; color: var(--muted); }
@media (max-width: 699px) {
    .header-nav { gap: 12px; }
    .nav-orders { font-size: 12px; }
    .brand small { display: none; }
    .order-layout { display: block; }
    .order-panel { padding: 20px; }
    .order-panel h1 { font-size: 22px; }
    .order-facts > div { flex-wrap: wrap; gap: 4px 12px; }
    .order-facts dd { text-align: left; }
}
