:root { color-scheme: light; --paper: #f7f6f0; --ink: #293328; --muted: #68705e; --line: #dedfd3; --olive: #485c3e; --white: #fffefa; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header, .site-footer { max-width: 1240px; margin: auto; padding: 25px 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-header { border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; font-size: 21px; font-weight: 650; letter-spacing: -.7px; }
.brand-mark { display: inline-grid; place-items: center; width: 35px; height: 35px; background: var(--olive); color: var(--paper); border-radius: 9px; font-family: Georgia, serif; }
nav { display: flex; gap: 28px; font-size: 14px; margin-left: auto; }
nav a:hover, .text-link:hover { text-decoration: underline; }
.locales { display: flex; gap: 4px; }
.locales a { font-size: 11px; padding: 6px; border-radius: 4px; }
.locales .active { background: var(--olive); color: white; }
.page { max-width: 1240px; margin: auto; padding: 40px; }
.intro { margin: 4px 0 34px; }
.eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 1.9px; color: var(--muted); margin: 0 0 12px; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 4.4vw, 53px); font-weight: 400; letter-spacing: -1.8px; line-height: 1.12; margin: 0 0 14px; overflow-wrap: anywhere; }
.order-number { font-family: "Courier New", Courier, monospace; letter-spacing: normal; }
.recovery-form { max-width: 480px; margin-top: 20px; }
.recovery-form input[type=email] { width: 100%; border: 1px solid var(--line); background: var(--white); color: var(--ink); border-radius: 7px; padding: 12px; font: inherit; margin-bottom: 12px; }
.recovery-link { font-family: "Courier New", Courier, monospace !important; }
.button:disabled { opacity: .55; cursor: not-allowed; }
#order_copy_text { width: 100%; min-height: 150px; padding: 12px; margin-top: 12px; font: inherit; }
.material-picker select { width: 100%; min-width: 0; padding: 12px; font: inherit; background: var(--white); border: 1px solid var(--line); border-radius: 7px; color: var(--ink); }
.material-picker .select2-container .select2-selection--single { height: 46px; border: 1px solid var(--line); border-radius: 7px; background: var(--white); }
.material-picker .select2-container .select2-selection__rendered { line-height: 44px; padding-left: 12px; color: var(--ink); }
.material-picker .select2-container .select2-selection__arrow { height: 44px; }
.select2-container--default .select2-dropdown { border-color: var(--line); border-radius: 7px; }
.select2-container--default .select2-search--dropdown .select2-search__field { font: inherit; padding: 10px; border-color: var(--line); }
.select2-container--default .select2-results > .select2-results__options { max-height: 350px; }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable { background: var(--olive); }
.material-option { display: flex; align-items: center; gap: 10px; padding: 4px; font-size: 13px; }
.material-option img { flex: 0 0 44px; object-fit: cover; border-radius: 4px; }
.material-preview { margin: 16px 0 0; }
.material-preview img, .order-material-image { display: block; object-fit: cover; border: 1px solid var(--line); border-radius: 8px; max-width: 100%; }
h2 { font-size: 22px; font-weight: 550; margin: 0 0 24px; letter-spacing: -.5px; }
p { margin: 0 0 12px; }
.intro > p:last-child { color: var(--muted); max-width: 650px; }
.configurator { display: grid; grid-template-columns: 1.15fr 1fr; gap: 22px; align-items: stretch; }
.preview-panel, .settings-panel, .details-panel { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.preview-panel { background: #edeee4; padding: 26px; display: flex; flex-direction: column; }
.panel-heading, .section-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.panel-heading .eyebrow { margin: 0; }
.pill { display: inline-block; border-radius: 30px; padding: 6px 12px; background: #e6eadc; font-size: 11px; white-space: nowrap; }
#wardrobe-preview { display: block; width: 100%; min-height: 320px; flex: 1; max-height: 510px; }
.preview-caption { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.settings-panel { padding: 30px; background: var(--white); }
.dimension-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 22px; }
label { display: block; font-size: 13px; margin-bottom: 8px; }
input[type=number], input[type=text] { width: 100%; border: 1px solid var(--line); background: var(--white); color: var(--ink); border-radius: 7px; padding: 12px; font: inherit; }
.unit-input { position: relative; }
.unit-input input { padding-right: 29px; appearance: textfield; }
.unit-input input::-webkit-inner-spin-button { appearance: none; }
.unit-input span { position: absolute; right: 10px; top: 15px; font-size: 11px; color: var(--muted); pointer-events: none; }
input:focus-visible, a:focus-visible, button:focus-visible { outline: 2px solid var(--olive); outline-offset: 3px; }
.field { margin-bottom: 21px; }
.field input[type=number] { max-width: 120px; }
small { display: block; color: var(--muted); font-size: 11px; margin-top: 7px; }
.construction-note { background: var(--paper); padding: 16px; border-radius: 8px; font-size: 12px; }
.construction-note strong { display: block; margin-bottom: 7px; }
.construction-note p { color: var(--muted); margin-bottom: 7px; }
.construction-note p:last-child { margin: 0; }
.details-panel { background: var(--white); padding: 28px; margin-top: 24px; }
.section-heading { margin-bottom: 12px; }
.section-heading h2 { margin: 0; }
.section-heading .eyebrow { margin-bottom: 6px; }
.muted { color: var(--muted); font-size: 13px; }
.edge-legend { display: flex; align-items: center; gap: 22px; background: var(--paper); border-radius: 8px; margin: 20px 0; padding: 8px 16px; }
.edge-legend svg { width: 280px; flex-shrink: 0; }
.edge-legend p { color: var(--muted); font-size: 12px; margin: 0; }
.edge-legend strong { color: var(--ink); font-weight: 500; }
.table-scroll { overflow-x: auto; }
.parts-table { width: 100%; border-collapse: collapse; white-space: nowrap; font-size: 13px; }
.parts-table th, .parts-table td { padding: 14px 10px; border-bottom: 1px solid var(--line); text-align: center; }
.parts-table th:first-child { text-align: left; }
.parts-table thead th { font-weight: 500; color: var(--muted); font-size: 11px; white-space: normal; }
.parts-table tbody th { font-weight: 500; }
input[type=checkbox] { width: 18px; height: 18px; accent-color: var(--olive); cursor: pointer; }
.fine-print { font-size: 11px; margin: 16px 0 0; }
.checkout-bar { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-top: 26px; padding: 25px 0; }
.checkout-bar strong { font-size: 14px; }
.checkout-bar p { color: var(--muted); font-size: 12px; margin: 5px 0 0; max-width: 500px; }
.button { display: inline-flex; justify-content: center; align-items: center; border: 1px solid var(--olive); border-radius: 7px; background: var(--olive); color: white; padding: 14px 23px; font: inherit; font-size: 13px; cursor: pointer; text-align: center; }
.button:hover { background: #35472e; }
.button.secondary { background: transparent; border-color: var(--line); color: var(--ink); padding: 10px 15px; }
.button.secondary:hover { background: var(--paper); }
.site-footer { border-top: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.notice, .errors { padding: 18px 22px; border-radius: 8px; margin-bottom: 24px; }
.notice { background: #e5eddc; }
.errors { background: #fff0e9; color: #943e29; }
.errors ul { margin-bottom: 0; }
.order-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.order-grid .button { margin-top: 18px; }
.timeline { list-style: none; padding: 0 0 0 16px; margin: 25px 0; border-left: 1px solid var(--line); }
.timeline li { position: relative; padding: 0 0 22px 10px; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before { content: ""; position: absolute; left: -21px; top: 7px; width: 9px; height: 9px; border-radius: 50%; background: var(--olive); }
.timeline strong { font-size: 13px; font-weight: 500; }
.timeline time { display: block; font-size: 11px; color: var(--muted); margin-top: 3px; }
.session-note { font-size: 12px; color: var(--muted); margin: 24px 0; max-width: 650px; }
.text-link { display: inline-block; font-size: 13px; padding: 10px 0; }
.empty-state { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 65px 25px; text-align: center; }
.empty-state h2 { margin: 15px 0; }
.empty-state p { color: var(--muted); margin-bottom: 25px; }
.empty-icon { font-size: 32px; color: var(--olive); }
.order-list { display: grid; gap: 12px; margin-bottom: 20px; }
.order-card { display: flex; justify-content: space-between; align-items: center; gap: 16px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 24px; }
.order-card:hover { border-color: var(--olive); }
.order-card p { color: var(--muted); font-size: 12px; margin: 7px 0 0; }
@media (max-width: 780px) { .page { padding: 28px 20px; } .site-header, .site-footer { padding: 20px; } .site-header { flex-wrap: wrap; } .configurator, .order-grid { grid-template-columns: 1fr; } .preview-panel { padding: 20px; } #wardrobe-preview { max-height: 390px; } .settings-panel, .details-panel { padding: 22px; } .edge-legend { flex-direction: column; gap: 0; align-items: flex-start; padding-bottom: 15px; } .edge-legend svg { max-width: 100%; } .checkout-bar { flex-direction: column; align-items: stretch; } .section-heading { align-items: flex-start; flex-wrap: wrap; } .site-footer { flex-direction: column; align-items: flex-start; gap: 5px; } .order-card { flex-wrap: wrap; } nav { gap: 16px; font-size: 12px; } }
