.site-header.fixed-site-header { position: fixed; z-index: 100; height: var(--header-height); padding-inline: var(--page-inset); gap: 2rem; color: #f4f1eb; background: #000; }
.header-left,.header-right { display: flex; align-items: center; gap: 1.5rem; }
.header-left { flex-shrink: 0; }
.header-right { margin-left: auto; min-width: 0; font-size: .85rem; }
.header-menu summary { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 44px; height: 44px; cursor: pointer; list-style: none; }
.header-menu summary::-webkit-details-marker { display: none; }
.header-menu summary span { width: 23px; height: 2px; background: #e2c18b; display: block; }
.header-menu nav { position: absolute; top: calc(100% + 1px); left: var(--page-inset); width: min(20rem, calc(100vw - 2rem)); background: #101611; padding: 1rem; border: 1px solid #ffffff26; box-shadow: 0 15px 30px #0005; }
.header-menu nav a { display: block; padding: 1rem; }
.header-menu nav a:hover { background: #ffffff10; color: #e2c18b; }
.header-search { display: flex; align-items: center; width: clamp(10rem,23vw,23rem); background: #ffffff0d; border: 1px solid #ffffff40; }
.header-search input { width: 100%; min-width: 0; background: transparent; border: 0; color: #fff; padding: .75rem; font: inherit; }
.header-search input::placeholder { color: #bcbdb9; }
.header-search input:focus { outline: none; box-shadow: none; }
.header-search button { flex-shrink: 0; display: grid; place-items: center; width: 40px; height: 42px; border: 0; background: transparent; color: #e2c18b; cursor: pointer; }
.header-search svg { width: 20px; height: 20px; }
.header-right .quote-basket-nav,.header-right .contact-link { white-space: nowrap; }
.shop-link { white-space: nowrap; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
@media (prefers-reduced-motion: no-preference) {
  .header-menu nav a, .shop-link, .header-search button { transition: color 180ms ease, background-color 180ms ease; }
  .header-menu[open] nav { animation: menu-appear 180ms ease-out; }
  @keyframes menu-appear { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
.quote-basket-nav { display: inline-flex; align-items: center; gap: .35rem; }
.quote-basket-icon { width: 1.35rem; height: 1.35rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.header-menu summary:focus-visible,.header-menu a:focus-visible,.header-search button:focus-visible { outline: 2px solid #d5b785; outline-offset: 3px; }
.header-search input:focus-visible { outline: none; box-shadow: none; }
html { scroll-padding-top: calc(var(--header-height) + 24px); }
@media(max-width:900px) { .header-left,.header-right { gap: .75rem; } .fixed-site-header .brand { width: 9rem; } .site-header.fixed-site-header { gap: 1rem; } }
@media(max-width:650px) {
  :root { --header-height: 120px; }
  .site-header.fixed-site-header { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: .35rem; padding-top: 6px; padding-bottom: 48px; }
  .header-left { gap: .25rem; }
  .fixed-site-header .brand { width: 5.5rem; }
  .header-right { gap: .4rem; font-size: .65rem; }
  .header-right .contact-link { padding: .65rem; min-width: 0; }
  .header-search { position: absolute; top: 73px; left: var(--page-inset); right: var(--page-inset); width: auto; height: 34px; }
  .header-search button { height: 32px; }
  .header-left,.header-right { margin-bottom: 0; }
  .header-menu summary { width: 30px; }
  .header-right .quote-basket-nav { gap: .3rem; }
}

.image-loading { background: linear-gradient(110deg, #e8e8e8 25%, #fafafa 45%, #e8e8e8 65%); background-size: 250% 100%; }
.header-search { position: relative; }
.search-suggestions { position: absolute; top: calc(100% + 10px); left: 0; right: 0; min-width: 18rem; max-height: min(26rem, 60dvh); overflow-y: auto; margin: 0; padding: .5rem; list-style: none; background: #141714; border: 1px solid #d5b78580; box-shadow: 0 1rem 3rem #0008; color: #fff; z-index: 110; }
.search-suggestions[hidden] { display: none; }
.search-suggestions li { display: flex; align-items: center; gap: .8rem; padding: .65rem; cursor: pointer; }
.search-suggestions li:hover,.search-suggestions li[aria-selected="true"] { background: #d5b78522; }
.search-suggestions img { flex: 0 0 3.25rem; width: 3.25rem; height: 3.25rem; object-fit: contain; background: #090b09; border: 1px solid #ffffff1c; }
.search-suggestions .suggestion-copy { display: block; min-width: 0; margin-top: 0; color: #c9cdc7; }
.search-suggestions strong { display: block; color: #fff; font-size: .95rem; font-weight: 500; }
.search-suggestions .suggestion-copy span { display: block; margin-top: .3rem; color: #b7bdb5; font-size: .78rem; line-height: 1.35; }
.search-suggestions .suggestions-empty { cursor: default; font-size: .875rem; line-height: 1.5; }
body.contact-modal-open { overflow: hidden; }
.contact-modal { width: min(74rem, calc(100% - 2rem)); max-width: none; max-height: calc(100dvh - 2rem); margin: auto; padding: 0; overflow-y: auto; background: #000; color: #f4f1e9; border: 1px solid #d5b78580; border-radius: .5rem; }
.contact-modal::backdrop { background: #000b; backdrop-filter: blur(7px); }
.contact-modal-close { position: sticky; float: right; top: .75rem; margin: .75rem .75rem 0 0; z-index: 2; width: 44px; height: 44px; border: 1px solid #d5b78580; border-radius: 50%; background: #111; color: #fff; font-size: 1.8rem; cursor: pointer; }
.contact-modal .contact-section { padding: clamp(1.5rem,4vw,3.5rem); background: #000; color: #f4f1e9; }
.contact-modal .page-shell { width: 100%; }
.contact-modal .section-heading { display: none; }
.contact-modal .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; clear: both; }
.contact-modal h2 { margin: 0 0 1.5rem; font: 400 clamp(2rem,3vw,3.4rem)/1.1 Georgia,serif; }
.contact-modal h2 em { color: #d5b785; }
.contact-modal blockquote { margin: 0 0 1.5rem; font-size: 1rem; line-height: 1.8; color: #ccc; }
.contact-modal .contact-prompt { line-height: 1.7; }
.contact-modal .contact-form { padding: 1.5rem; border: 1px solid #ffffff25; background: #111; }
.contact-modal h3 { margin: 0 0 1.5rem; font: 400 1.8rem Georgia,serif; }
.contact-modal .contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-modal label { display: block; margin-bottom: .5rem; font-size: .875rem; }
.contact-modal label span { color: #bbb; font-size: .75rem; }
.contact-modal input,.contact-modal textarea { width: 100%; min-width: 0; margin-bottom: 1rem; padding: .8rem; border: 1px solid #ffffff40; background: #000; color: #fff; font: inherit; font-size: 1rem; box-sizing: border-box; }
.contact-modal textarea { resize: vertical; }
.contact-modal .contact-form-note,.contact-modal .contact-status { font-size: .875rem; line-height: 1.6; }
.contact-modal .contact-status:empty { display: none; }
.contact-modal button[type="submit"] { padding: 1rem; border: 0; background: #d5b785; color: #161916; font: inherit; cursor: pointer; }
.contact-modal button:focus-visible,.contact-modal input:focus-visible,.contact-modal textarea:focus-visible { outline: 2px solid #d5b785; outline-offset: 3px; }
.contact-modal .contact-success-screen { grid-column: 1/-1; text-align: center; padding-block: 2rem; }
.contact-modal .contact-error { color: #f0aaa0; }
@media (prefers-reduced-motion: no-preference) {
  .quote-basket-dialog[open],.contact-modal[open] { animation: dialog-arrive 320ms cubic-bezier(.22,1,.36,1) both; }
  .quote-basket-dialog[open]::backdrop,.contact-modal[open]::backdrop { animation: backdrop-arrive 320ms ease both; }
  .quote-basket-dialog.is-closing,.contact-modal.is-closing { animation: dialog-leave 200ms ease both; pointer-events: none; }
  .quote-basket-dialog.is-closing::backdrop,.contact-modal.is-closing::backdrop { animation: backdrop-arrive 200ms ease reverse both; }
  @keyframes dialog-arrive { from { opacity: 0; transform: translateY(20px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
  @keyframes dialog-leave { from { opacity: 1; transform: translateY(0) scale(1); } to { opacity: 0; transform: translateY(12px) scale(.99); } }
  @keyframes backdrop-arrive { from { opacity: 0; } to { opacity: 1; } }
}
@media (min-width: 651px) {
  :root { --header-height: 106px; }
  .site-header.fixed-site-header .brand { width: clamp(12rem,20vw,17rem); }
  .header-right { font-size: 1rem; }
  .header-menu summary span { width: 28px; }
  .header-search input { padding-block: 1rem; font-size: 1rem; }
  .header-right .quote-basket-icon { width: 1.6rem; height: 1.6rem; }
}
@media (min-width: 651px) and (max-width: 1100px) {
  .site-header.fixed-site-header { gap: .75rem; }
  .header-left,.header-right { gap: .75rem; }
  .header-search { width: clamp(10rem,22vw,17rem); }
  .header-right .shop-link { display: none; }
  .header-right .contact-link { min-width: auto; padding: .85rem; }
}
@media (max-width: 760px) {
  .contact-modal .contact-grid,.contact-modal .contact-fields { grid-template-columns: 1fr; }
  .contact-modal .contact-fields { gap: 0; }
}
@media (max-width: 650px) { .header-search { position: absolute; } .search-suggestions { min-width: 0; } }
@media (prefers-reduced-motion: no-preference) {
  .image-loading { animation: image-loading-shimmer 1.5s ease-in-out 6; }
  @keyframes image-loading-shimmer { from { background-position: 100% 0; } to { background-position: -100% 0; } }
}
@media (prefers-reduced-motion: reduce) { .brand-loading-wave { display: none; } }
