/* KEFA Premium: palette, typography and image-led composition from the supplied WordPress theme. */
:root {
  --navy: #171715;
  --navy-deep: #11110f;
  --gold: #c99b42;
  --gold-deep: #956d24;
  --ink: #171715;
  --muted: #5d584e;
  --paper: #ffffff;
  --cream: #f7f3eb;
  --line: #e7e1d6;
  --red: #b7191c;
}
body { font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; letter-spacing: -.035em; font-weight: 700; }
.eyebrow, .mini-label { color: var(--gold-deep); }
.eyebrow.light { color: var(--gold); }
.announcement { background: #111; color: #e0dfdc; }
.announcement span { color: var(--gold); }
.site-header { background: #fff; }
.brand { gap: 0; }
.brand-text { color: #111; font: 900 1.9rem/1 Arial, Helvetica, sans-serif; letter-spacing: -.08em; }
.brand-text > span { color: var(--red); }
.brand-text small { color: #8a7b62; font: 800 .42rem/1 Arial, sans-serif; letter-spacing: .31em; margin-top: 6px; }
.brand-light .brand-text { color: #fff; }
.brand-light .brand-text small { color: #b9ab93; }
.brand-logo { display: block; width: 144px; height: 52px; object-fit: contain; }
.brand-light .brand-logo { width: 175px; height: 63px; }
.desktop-nav a:hover, .mobile-nav a:hover { color: var(--red); }
.count { background: var(--red); }
.button { border-radius: 2px; }
.button-dark { background: #171715; }
.button-dark:hover { background: #37332c; }
.button-gold { background: var(--gold); }
.button-gold:hover { background: #dbb76e; }
.text-link:hover { color: var(--red); }

.heritage-slider { height: 650px; position: relative; overflow: hidden; background: linear-gradient(125deg,#f7f2e8 0%,#fff 68%,#e9dec7 100%); }
.heritage-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .55s ease; }
.heritage-slide.is-active { opacity: 1; pointer-events: auto; z-index: 1; }
.slide-shell { height: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; }
.slide-copy { position: relative; z-index: 2; padding: 40px 0 60px; }
.slide-copy h1 { font-size: clamp(3.3rem,5.35vw,5.3rem); line-height: 1.03; max-width: 680px; margin: 20px 0 25px; }
.slide-copy > p:not(.eyebrow) { font: 1.13rem/1.7 Georgia,serif; color: #5d584e; max-width: 570px; }
.slide-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 27px; margin-top: 28px; }
.slide-media { height: 100%; display: grid; place-items: center; position: relative; }
.slide-media:before { content: ''; position: absolute; width: min(86%,520px); aspect-ratio: 1; border-radius: 50%; background: #e8ddc9; opacity: .55; }
.slide-media img { width: 100%; max-height: 565px; object-fit: contain; position: relative; z-index: 1; filter: drop-shadow(0 18px 22px rgba(27,20,10,.13)); }
.slide-1 .slide-media img { max-height: 540px; width: 78%; }
.slide-2 .slide-media img { width: 90%; border-radius: 4px; }
.slider-controls { position: absolute; z-index: 5; left: 50%; bottom: 29px; transform: translateX(-50%); display: flex; gap: 9px; justify-content: center; }
.slider-controls button { width: 11px; height: 11px; border: 0; border-radius: 999px; background: #a9a399; padding: 0; transition: width .2s,background .2s; }
.slider-controls button.is-active { width: 33px; background: var(--red); }

.quick-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding-block: 86px 20px; }
.quick-card { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 390px; background: #171715; color: #fff; overflow: hidden; }
.quick-card.work { background: #8d1a1c; }
.quick-card > div { padding: 47px 33px; display: flex; flex-direction: column; align-items: flex-start; }
.quick-card h2 { font-size: clamp(2rem,2.8vw,2.8rem); margin: 15px 0; }
.quick-card p:not(.eyebrow) { color: #dedbd6; font-size: .91rem; }
.quick-card strong { margin-top: auto; font-size: .78rem; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.quick-card img { width: 100%; height: 100%; object-fit: cover; }
.quick-card:first-child img { object-position: center 55%; }

.category-card { background: #f7f3eb; border: 1px solid var(--line); }
.category-card:nth-child(2) { background: #f0e9dd; }
.category-card:nth-child(3) { background: #faf8f2; }
.category-card:nth-child(4) { background: #f1e8df; }
.category-card:hover { background: #ead8b5; }
.category-card > span { color: var(--red); }
.category-card strong { border-color: #c9bdad; }
.pale { background: var(--cream); }
.product-card { background: #fff; border: 1px solid var(--line); }
.product-art { background: #f0ece4; }
.product-card:nth-child(4n+2) .product-art { background: #f2eee8; }
.product-card:nth-child(4n+3) .product-art { background: #ece7dd; }
.product-card:nth-child(4n+4) .product-art { background: #f4f0e8; }
.product-art.has-photo:before { display: none; }
.product-art img { width: 100%; height: 100%; object-fit: contain; position: relative; z-index: 1; transition: transform .4s; }
.product-card:hover .product-art img { transform: scale(1.045); }
.card-meta { padding: 19px; }
.card-meta h3 { font-size: 1.25rem; }
.card-meta strong { color: #151513; }
.card-arrow { background: #fff; }
.detail-main-art { background: #f2eee7; }
.detail-main-art.has-photo img { width: 100%; height: 100%; object-fit: contain; }
.product-thumbnails { display: flex; flex-wrap: wrap; gap: 10px; padding: 12px 1px 4px; }
.photo-count { font-size: .8rem; margin: 18px 0 0; color: var(--muted); }
.detail-gallery:has(.photo-count) { position: static; }
.product-thumbnail { flex: 0 0 84px; width: 84px; height: 84px; padding: 4px; border: 1px solid var(--line); background: #f2eee7; }
.product-thumbnail[aria-pressed="true"] { border: 2px solid var(--red); }
.product-thumbnail img { width: 100%; height: 100%; object-fit: contain; }
.gallery-caption { text-transform: uppercase; letter-spacing: .07em; }
.page-heading { width: 100%; max-width: none; margin: 0; padding: 76px max(32px,calc((100vw - 1360px)/2)) 65px; background: #171715; color: #fff; border: 0; }
.page-heading .lead { color: #d1cfcb; }
.page-heading .eyebrow { color: var(--gold); }
.catalog-side > a.active:before { color: var(--red); }
.swatch input:checked+span,.swatch input:focus-visible+span { outline-color: var(--red); }
.file-label { background: #faf8f4; }
.upload-preview { background: #f3f4ed; }
.editorial-hero,.about-hero,.contact-card,.closing-band { background: #171715; }
.event-hero { background: #8d1a1c; }
.editorial-art,.event-hero .editorial-art { background: #f0e6d4; }
.editorial-art img { width: 100%; height: 100%; object-fit: contain; }
.gallery-tile { background: #f4f0e9; }
.gallery-tile:nth-child(2n) { background: #f0ebe2; }
.gallery-tile:nth-child(3n) { background: #eee6db; }
.gallery-tile > div { overflow: hidden; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.gallery-tile:hover img { transform: scale(1.045); }
.gallery-tile:nth-child(1) img,.gallery-tile:nth-child(4) img,.gallery-tile:nth-child(7) img { object-fit: contain; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 9px; padding: 0 0 22px; margin-bottom: 8px; }
.gallery-filters button { white-space: nowrap; padding: 11px 17px; background: #fff; border: 1px solid var(--line); font-size: .76rem; font-weight: 700; }
.gallery-filters button[aria-pressed="true"] { color: #fff; border-color: var(--red); background: var(--red); }
.inspiration-grid .gallery-tile { min-height: 0; }
.inspiration-grid .gallery-tile[hidden] { display: none; }
.inspiration-grid .gallery-tile > div { height: 280px; }
.inspiration-grid .gallery-tile img { object-fit: contain; }
.collection-highlights { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.collection-highlights a { border: 1px solid var(--line); background: var(--cream); }
.collection-highlights img { display: block; width: 100%; height: 250px; object-fit: contain; }
.collection-highlights h3 { padding: 18px; margin: 0; font-size: 1.1rem; }
.collection-count { font-size: .8rem; color: var(--muted); }
.collection-more { margin-top: 25px; }
.collection-more[hidden] { display: none; }
.order-thumb img { width: 100%; height: 100%; object-fit: contain; }
@media(max-width:760px) { .collection-highlights { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; } .collection-highlights img { height: 175px; } .collection-highlights h3 { padding: 12px; font-size: .95rem; } }
@media(max-width:760px) { .brand-logo { width: 112px; height: 42px; } .brand-light .brand-logo { width: 146px; height: 53px; } }
@media(max-width:760px) { .inspiration-grid .gallery-tile > div { height: 190px; } .gallery-filters button { padding: 9px 12px; font-size: .69rem; } }
@media(max-width:420px) { .inspiration-grid .gallery-tile > div { height: 155px; } .inspiration-grid .gallery-tile > span { padding: 9px; font-size: .68rem; } }
.value-story { background: #171715; color: #fff; padding-block: 95px; }
.value-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: min(8vw,110px); }
.value-grid h2 { font-size: clamp(2.7rem,4.2vw,4.5rem); margin: 18px 0 23px; }
.value-grid p { color: #c9c6c0; }
.value-grid .button { margin-top: 18px; }
.value-points { display: grid; grid-template-columns: 1fr 1fr; align-content: center; }
.value-points > div { padding: 28px; border-left: 1px solid #ffffff28; border-bottom: 1px solid #ffffff28; }
.value-points span { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .18em; }
.value-points h3 { font-size: 1.38rem; margin: 12px 0; }
.value-points p { font-size: .82rem; margin: 0; }
.site-footer { background: #0d0d0c; }
.site-footer h3 { color: var(--gold); }
.site-footer .footer-wa { color: var(--gold)!important; }

@media(max-width:1050px) {
  .quick-highlights { grid-template-columns: 1fr; }
  .quick-card { min-height: 330px; }
  .heritage-slider { height: 620px; }
  .slide-copy h1 { font-size: clamp(3rem,5.5vw,4.4rem); }
  .value-grid { grid-template-columns: 1fr; gap: 35px; }
}
@media(max-width:760px) {
  .brand-text { font-size: 1.55rem; }
  .brand-text small { font-size: .37rem; }
  .heritage-slider { height: 770px; }
  .slide-shell { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .slide-copy { padding: 45px 0 0; }
  .slide-copy h1 { font-size: clamp(2.85rem,11vw,4rem); line-height: 1.04; margin: 13px 0 16px; }
  .slide-copy > p:not(.eyebrow) { font-size: .95rem; line-height: 1.55; }
  .slide-actions { gap: 18px; margin-top: 21px; }
  .slide-actions .button { min-height: 48px; padding: 12px 16px; }
  .slide-actions .text-link { font-size: .76rem; }
  .slide-media { height: 370px; width: 100%; margin-top: auto; padding-bottom: 35px; }
  .slide-media img,.slide-1 .slide-media img,.slide-2 .slide-media img { max-height: 345px; width: 100%; }
  .slider-controls { bottom: 17px; }
  .quick-highlights { gap: 12px; padding-block: 45px 0; }
  .quick-card { display: flex; flex-direction: column; min-height: 0; }
  .quick-card > div { padding: 29px 24px; min-height: 230px; }
  .quick-card h2 { font-size: 2.1rem; margin: 10px 0; }
  .quick-card img { height: 215px; object-position: center; }
  .value-story { padding-block: 64px; }
  .value-grid h2 { font-size: 2.8rem; }
  .value-points { grid-template-columns: 1fr; }
  .value-points > div { padding: 22px 0; border-left: 0; }
  .page-heading { padding: 54px 16px 45px; }
  .product-grid { gap: 12px; }
  .card-meta { padding: 12px; }
  .card-meta h3 { font-size: .94rem; }
  .detail-main-art.has-photo img { padding: 8px; }
  .product-thumbnail { flex-basis: 68px; width: 68px; height: 68px; }
  .gallery-caption { display: block; font-size: .58rem; }
  .gallery-caption span { display: block; margin-bottom: 3px; }
  .gallery-tile img { object-fit: contain; }
  .gallery-tile.wide img { object-fit: cover; }
  .gallery-tile:nth-child(1) img { object-fit: contain; }
}
@media(max-width:420px) {
  .heritage-slider { height: 735px; }
  .slide-copy h1 { font-size: 2.7rem; }
  .slide-media { height: 330px; }
  .slide-media img,.slide-1 .slide-media img,.slide-2 .slide-media img { max-height: 310px; }
}
@media(prefers-reduced-motion:reduce) { .heritage-slide,.slider-controls button { transition: none; } }
