.customer-form { margin: 28px 0 0; }
.customer-form fieldset { border: 0; padding: 0; margin: 0 0 24px; }
.customer-form legend { width: 100%; padding: 0 0 13px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; }
.customer-form label { display: block; min-width: 0; margin-bottom: 12px; }
.customer-form label > span { display: block; margin: 0 0 6px; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.customer-form input, .customer-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 4px; background: #fff; padding: 12px 13px; outline: none; font-size: 14px; }
.customer-form textarea { resize: vertical; min-height: 62px; }
.customer-form input:focus, .customer-form textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.customer-form input.invalid, .customer-form textarea.invalid { border-color: #b84035; background: #fff8f7; }
.form-row { display: flex; gap: 10px; }
.form-row label { flex: 1; }
.address-row label { flex: 1; }
.form-error { min-height: 17px; margin: 0 0 12px; color: #a83229; font-size: 12px; }
@media (max-width: 480px) { .customer-form .form-row { flex-direction: column; gap: 0; } .customer-form .address-row { flex-direction: row; gap: 8px; } }
.uploaded-product-image { width: 100%; height: 100%; object-fit: cover; }
.storefront-product-qr { display: none; align-items: center; gap: 16px; margin-top: 24px; padding: 14px; background: var(--soft); border-radius: 8px; }
.storefront-product-qr.visible { display: flex; }
.storefront-product-qr img { width: 92px; height: 92px; background: #fff; }
.storefront-product-qr p { margin: 0; font-size: 12px; color: var(--muted); }
.footer-address { max-width: 220px; color: #aaa; font-style: normal; font-size: 12px; line-height: 1.5; }
.footer-locations { display: flex; flex-wrap: wrap; gap: 18px 28px; max-width: 520px; }
.footer-location { display: block; min-width: 190px; max-width: 280px; margin-left: 0; }
.footer-location strong { display: block; margin-bottom: 5px; color: #fff; font-size: 12px; }
.footer-location address { color: #aaa; font-style: normal; font-size: 12px; line-height: 1.5; }
.footer-location-links { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 0; font-size: 11px; }
.route-link { display: inline-flex; align-items: center; gap: 6px; min-height: 36px; padding: 8px 11px; border: 1px solid #ffffff55; border-radius: 19px; background: #ffffff10; color: #fff; text-decoration: none; white-space: nowrap; transition: background .2s, border-color .2s, transform .2s; }
.route-link:before { content: "↗"; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: #fff; color: #171914; font-weight: 700; }
.route-link:hover, .route-link:focus-visible { border-color: #fff; background: #ffffff24; transform: translateY(-1px); outline: none; }
.route-link-maps { background: #fff; color: #171914; border-color: #fff; }
.route-link-maps:hover, .route-link-maps:focus-visible { background: #f0f0f0; color: #171914; }
.route-link-maps:before { background: #171914; color: #fff; }
.route-link-waze:before { content: "➜"; }
@media(max-width:800px){.footer-location{margin:0}.footer-location-links{flex-direction:row;gap:8px;margin-top:12px}.route-link{width:max-content}}
.language-select { border: 1px solid var(--line); border-radius: 18px; background: #fff; padding: 6px 8px; font-size: 11px; cursor: pointer; }
.search-drawer { position: fixed; z-index: 29; top: 72px; left: 0; right: 0; max-height: 0; overflow: hidden; background: #fff; border-bottom: 1px solid transparent; box-shadow: 0 14px 30px transparent; opacity: 0; transition: max-height .3s ease, opacity .2s ease, box-shadow .3s ease; }
.search-drawer.open { max-height: min(620px, calc(100vh - 72px)); overflow-y: auto; opacity: 1; border-color: var(--line); box-shadow: 0 14px 30px #17191414; }
.search-inner { max-width: 900px; margin: 0 auto; padding: 25px 24px 12px; display: flex; align-items: center; gap: 17px; }
.search-inner .search-icon.large { width: 22px; height: 22px; flex: none; }
.search-inner input { flex: 1; border: 0; border-bottom: 1px solid var(--ink); padding: 10px 2px 12px; outline: 0; background: none; font: 28px Georgia, serif; }
.search-inner > button { width: 36px; height: 36px; border: 0; background: none; font-size: 30px; cursor: pointer; }
.search-help, .search-results { max-width: 850px; margin-left: auto; margin-right: auto; }
.search-help { padding: 0 0 14px; color: var(--muted); font-size: 12px; }
.search-results { padding-bottom: 24px; }
.search-result { display: flex; align-items: center; gap: 16px; padding: 10px; border-radius: 7px; cursor: pointer; }
.search-result:hover, .search-result.active { background: var(--soft); }
.search-result-art { width: 56px; height: 66px; display: grid; place-items: center; overflow: hidden; border-radius: 5px; background: var(--soft); flex: none; }
.search-result-art img { width: 100%; height: 100%; object-fit: cover; }
.search-result-art .mini-search-garment { width: 55%; height: 70%; background: var(--sage); clip-path: polygon(25% 0,75% 0,100% 18%,84% 31%,82% 100%,18% 100%,16% 31%,0 18%); }
.search-result-copy { flex: 1; }
.search-result-copy strong, .search-result-copy small { display: block; }
.search-result-copy small { color: var(--muted); margin-top: 5px; }
.search-no-results { padding: 26px 10px; color: var(--muted); }
.journal-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin: 20px 0 45px; }
.journal-head h1 { margin: 0; font: 64px/.98 Georgia, serif; }
.journal-head p { max-width: 430px; color: var(--muted); line-height: 1.55; }
.journal-grid { display: flex; flex-wrap: wrap; gap: 26px; }
.article-card { flex: 1 1 calc(33.333% - 18px); min-width: 260px; }
.article-cover { aspect-ratio: 3/2; background: var(--soft); overflow: hidden; border-radius: 7px; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-card h2 { font: 28px/1.1 Georgia, serif; margin: 17px 0 9px; }
.article-card p { color: var(--muted); line-height: 1.5; }
.article-meta { text-transform: uppercase; letter-spacing: 1px; font-size: 10px; }
.journal-empty { width: 100%; padding: 90px 20px; text-align: center; color: var(--muted); border: 1px solid var(--line); }
@media(max-width:700px){.journal-head{display:block}.journal-head h1{font-size:48px}.article-card{flex-basis:100%}}
@media(max-width:480px){.header .language-select{padding:5px 4px}.header-actions{gap:2px}}
@media(max-width:800px){.header .search-btn{display:grid}.search-drawer{top:70px}.search-drawer.open{max-height:calc(100vh - 70px)}.search-inner{padding:18px 20px 8px}.search-inner input{font-size:22px}.search-help,.search-results{margin-left:20px;margin-right:20px}}
.filters { flex-wrap: wrap; align-items: flex-end; }
.filters > #sortSelect { margin-left: auto; }
.property-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.property-filters label { display: flex; flex-direction: column; gap: 4px; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.property-filters select { min-width: 140px; margin: 0; text-transform: none; }
.product-characteristics { margin: 24px 0; border-top: 1px solid var(--line); }
.product-characteristics div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.product-characteristics dt { color: var(--muted); }
.product-characteristics dd { margin: 0; text-align: right; }
@media(max-width:800px){.property-filters{min-width:100%;flex-wrap:nowrap;overflow-x:auto}.property-filters label{min-width:145px}.filters>#sortSelect{margin-left:0}}
