
:root{--ink:#11100e;--paper:#f3efe7;--paper2:#e6dfd2;--cream:#fbf9f4;--gold:#c9963f;--gold2:#e0b76d;--muted:#746f67;--line:#d5cdbf;--dark:#121311;--dark2:#1a1b18;--blue:#d9e7f2}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit}.sitebar{height:78px;position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:0 5.5vw;background:rgba(243,239,231,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(17,16,14,.12)}.brand{text-decoration:none;display:grid;grid-template-columns:auto auto;column-gap:6px;line-height:.9;letter-spacing:.15em;font-weight:950}.brand b{color:var(--gold)}.brand small{grid-column:1/3;font-size:.55rem;letter-spacing:.19em;color:var(--muted);margin-top:7px}.nav{display:flex;gap:26px;align-items:center}.nav a{text-decoration:none;font-size:.86rem;font-weight:760}.nav .pill{border:1px solid #aaa394;border-radius:999px;padding:10px 14px}.menu{display:none;background:none;border:0;font-size:1.5rem}.eyebrow{font-size:.68rem;letter-spacing:.22em;color:var(--gold);font-weight:900}.hero-v2{min-height:780px;background:radial-gradient(circle at 68% 35%,#2f302a 0,#1c1d19 30%,#11120f 70%);color:#f9f6ef;padding:70px 6vw;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:5vw;overflow:hidden}.hero-copy h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(4.7rem,9vw,8.8rem);font-weight:400;line-height:.82;letter-spacing:-.06em;margin:20px 0 30px}.hero-copy h1 em{font-style:italic;color:var(--gold2)}.hero-copy p{max-width:680px;color:#cbc6bb;font-size:1.05rem;line-height:1.72}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.btn{display:inline-block;text-decoration:none;padding:14px 18px;border-radius:8px;font-weight:850}.btn.light{background:#f8f4ec;color:#171612}.btn.ghost{border:1px solid #55564f;color:#eee9df}.btn.outline{border:1px solid #6d6c64;color:#f2eee6}.btn.dark{background:var(--dark);color:#fff}.trust-row{display:flex;gap:22px;flex-wrap:wrap;color:#96938b;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em}.hero-showcase{position:relative;display:flex;justify-content:center;align-items:center;min-height:650px}.hero-showcase .glow{position:absolute;width:65%;height:74%;border-radius:50%;background:radial-gradient(circle,rgba(201,150,63,.28),rgba(201,150,63,0) 70%)}.hero-showcase img{position:relative;z-index:2;max-height:600px;max-width:82%;object-fit:contain;box-shadow:0 30px 70px rgba(0,0,0,.48);transform:rotate(1.2deg)}.hero-caption{position:absolute;z-index:4;right:2%;bottom:6%;padding:16px 18px;background:rgba(18,19,17,.9);border:1px solid #484941;border-radius:12px;display:flex;flex-direction:column}.hero-caption span{font-size:.61rem;letter-spacing:.18em;color:var(--gold2)}.hero-caption strong{font-family:Georgia,serif;font-size:1.4rem;margin:3px 0}.hero-caption small{color:#aaa69c}.intro-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:#d8cfbf;border-bottom:1px solid #c8bdac}.intro-strip>div{padding:40px 5vw;border-right:1px solid #c1b7a7}.intro-strip .num{font-size:.72rem;color:#8b7e6e}.intro-strip h2{font-family:Georgia,serif;font-weight:400;font-size:1.55rem;margin:12px 0}.intro-strip p{color:#5f5a52;line-height:1.55;font-size:.9rem}.section{padding:82px 6vw}.dark-section{background:#151613;color:#f1eee7}.section-title{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:38px}.section-title h2{font-family:Georgia,serif;font-weight:400;font-size:clamp(2.6rem,5vw,4.8rem);margin:8px 0}.section-title p{max-width:530px;color:#aaa69d;line-height:1.65}.featured-grid{display:grid;grid-template-columns:1.35fr repeat(2,1fr);gap:18px}.feature-card{display:block;text-decoration:none;background:#20211d;border:1px solid #34352f;border-radius:16px;overflow:hidden;transition:.2s transform,.2s border-color}.feature-card:hover{transform:translateY(-3px);border-color:#70664f}.feature-card.lead{grid-row:span 2}.image-shell{height:360px;background:#0e0f0d;display:flex;align-items:center;justify-content:center;padding:20px}.lead .image-shell{height:720px}.image-shell img{width:100%;height:100%;object-fit:contain}.card-meta{padding:18px 19px 21px}.card-meta>span{font-size:.68rem;letter-spacing:.12em;color:#aaa69d}.card-meta h3{font-family:Georgia,serif;font-size:1.45rem;font-weight:400;margin:8px 0 14px}.card-meta>div{display:flex;justify-content:space-between;gap:15px;align-items:end;border-top:1px solid #383933;padding-top:12px}.card-meta b{font-size:1.15rem;color:#d7e8f5}.card-meta small{color:#aaa69d;text-align:right}.center{text-align:center;margin:36px 0 0}.collection-band{background:var(--paper2)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category-grid article{background:var(--cream);border:1px solid var(--line);border-radius:14px;padding:28px}.category-grid article span{color:#a28455;font-size:.72rem}.category-grid h3{font-family:Georgia,serif;font-weight:400;font-size:2rem;margin:14px 0}.category-grid p{color:var(--muted);line-height:1.6}.about-v2{display:grid;grid-template-columns:1fr 1fr;gap:7vw}.about-v2 h2{font-family:Georgia,serif;font-weight:400;font-size:clamp(2.5rem,5vw,4.6rem);line-height:1.02;margin:12px 0}.about-v2 p{font-size:1.05rem;color:#5f5a53;line-height:1.75}.text-link{font-weight:850;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:3px}.collection-hero{background:#171815;color:#f4f0e8;padding:74px 6vw 68px}.collection-hero h1{font-family:Georgia,serif;font-weight:400;font-size:clamp(4rem,8vw,7rem);margin:10px 0 18px}.collection-hero p{max-width:720px;color:#b7b2a8;line-height:1.65}.inventory-section{padding-top:42px}.toolbar{display:grid;grid-template-columns:1.5fr .7fr .7fr;gap:10px}.toolbar input,.toolbar select{width:100%;padding:14px;border:1px solid #bbb3a5;border-radius:8px;background:#fffdfa;font:inherit}.resultline{display:flex;justify-content:space-between;gap:20px;padding:18px 2px;color:var(--muted);font-size:.83rem}.inventory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.item-card{background:#faf8f3;border:1px solid var(--line);border-radius:13px;overflow:hidden;min-height:390px}.item-card a{text-decoration:none}.card-image{height:300px;background:#181916;position:relative;display:flex;align-items:center;justify-content:center;padding:15px}.card-image img{width:100%;height:100%;object-fit:contain}.actual-tag{position:absolute;left:12px;bottom:11px;background:rgba(15,15,13,.86);color:#d5c18d;font-size:.58rem;letter-spacing:.12em;padding:6px 8px;border-radius:5px}.placeholder{height:230px;background:linear-gradient(145deg,#dfd8cb,#c7bdad);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#756c61}.placeholder span{font-weight:950;letter-spacing:.14em}.placeholder small{font-size:.58rem;letter-spacing:.14em}.item-card-body{padding:16px}.sku-line{display:flex;justify-content:space-between;gap:10px;font-size:.65rem;letter-spacing:.1em;color:#8b8478}.sku-line b{background:#dbe8f1;color:#24475f;padding:4px 7px;border-radius:999px;letter-spacing:0}.item-card h3{font-family:Georgia,serif;font-weight:400;font-size:1.35rem;margin:10px 0 2px}.item-card .issue{font-weight:800;font-size:.9rem}.item-card p{color:#6c665d;font-size:.82rem;line-height:1.45;min-height:48px}.item-bottom{display:flex;justify-content:space-between;gap:10px;border-top:1px solid #ddd6ca;padding-top:12px;color:#827b70;font-size:.72rem}.item-bottom strong{color:#1e1c18}.item-hero{padding:54px 6vw 72px;display:grid;grid-template-columns:1.02fr .98fr;gap:5vw}.item-gallery{min-width:0}.gallery-main{background:#1a1b18;border-radius:18px;min-height:650px;display:flex;align-items:center;justify-content:center;padding:24px}.gallery-main img{max-width:100%;max-height:650px;object-fit:contain}.thumbs{display:flex;gap:10px;margin-top:12px}.thumbs button{width:104px;height:104px;border:2px solid transparent;background:#ded8cc;border-radius:9px;padding:4px;cursor:pointer}.thumbs button.active{border-color:var(--gold)}.thumbs img{width:100%;height:100%;object-fit:cover;border-radius:5px}.actual-note{font-size:.68rem;letter-spacing:.08em;color:var(--muted)}.item-copy{padding-top:14px}.grade-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.grade-row span{font-size:.72rem;font-weight:850;background:#ded7cb;padding:8px 10px;border-radius:999px}.grade-row span:first-child{background:#d9e7f2;color:#21445c}.item-copy h1{font-family:Georgia,serif;font-weight:400;font-size:clamp(3.3rem,6vw,6.2rem);line-height:.92;letter-spacing:-.035em;margin:18px 0}.lede{font-size:1.08rem;line-height:1.65;color:#5e5951}.catalog-value{display:flex;flex-direction:column;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 0;margin:26px 0}.catalog-value small{font-size:.64rem;letter-spacing:.14em;color:#8e8578}.catalog-value strong{font-family:Georgia,serif;font-size:2.3rem;font-weight:400;margin:4px 0}.catalog-value span{color:#8b8377;font-size:.75rem}.specs{margin:0 0 28px}.specs div{display:grid;grid-template-columns:135px 1fr;gap:18px;padding:11px 0;border-bottom:1px solid var(--line)}.specs dt{color:#847d72}.specs dd{margin:0;font-weight:700;line-height:1.45}.item-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}footer{background:#0f100e;color:#d8d3c9;padding:36px 6vw;display:flex;justify-content:space-between;gap:25px}.footer-brand{text-decoration:none;font-weight:950;letter-spacing:.15em}.footer-brand b{color:var(--gold)}footer p{color:#76746d;font-size:.72rem;letter-spacing:.13em}.footer-note{color:#76746d;font-size:.78rem}
@media(max-width:1050px){.hero-v2,.item-hero{grid-template-columns:1fr}.hero-showcase{min-height:540px}.hero-showcase img{max-height:500px}.featured-grid{grid-template-columns:1fr 1fr}.feature-card.lead{grid-row:auto;grid-column:1/3}.lead .image-shell{height:560px}.inventory-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.sitebar{height:68px}.menu{display:block}.nav{display:none;position:absolute;top:68px;left:0;right:0;background:var(--paper);padding:18px 6vw;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.nav.open{display:flex}.hero-v2{padding:54px 6vw}.hero-copy h1{font-size:4.6rem}.intro-strip{grid-template-columns:1fr}.intro-strip>div{border-right:0;border-bottom:1px solid #c1b7a7}.section-title,.about-v2{grid-template-columns:1fr;display:grid}.featured-grid{grid-template-columns:1fr}.feature-card.lead{grid-column:auto}.lead .image-shell,.image-shell{height:500px}.category-grid{grid-template-columns:1fr}.toolbar{grid-template-columns:1fr}.inventory-grid{grid-template-columns:repeat(2,1fr)}.resultline{flex-direction:column}.gallery-main{min-height:500px}.gallery-main img{max-height:500px}}
@media(max-width:520px){.hero-copy h1{font-size:4rem}.hero-showcase{min-height:450px}.hero-showcase img{max-height:420px}.trust-row{gap:10px}.inventory-grid{grid-template-columns:1fr}.feature-card .image-shell,.lead .image-shell{height:460px}.specs div{grid-template-columns:1fr;gap:4px}.thumbs button{width:84px;height:84px}.item-copy h1{font-size:3.5rem}}

/* ===== KAC Vault V3 homepage refinements ===== */
.hero-v3{min-height:720px;background:radial-gradient(circle at 74% 38%,#32332d 0,#1d1e1a 31%,#11120f 72%);color:#f9f6ef;padding:64px 6vw;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:4vw;overflow:hidden}.hero-v3 .hero-copy h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(4.8rem,8.6vw,8.3rem);font-weight:400;line-height:.84;letter-spacing:-.058em;margin:18px 0 26px}.hero-v3 .hero-copy h1 em{font-style:italic;color:var(--gold2)}.hero-v3 .hero-copy p{max-width:650px;color:#cbc6bb;font-size:1.03rem;line-height:1.7}.hero-showcase-v3{position:relative;min-height:610px;display:flex;align-items:center;justify-content:center}.hero-frame{height:590px;width:min(440px,86%);display:flex;align-items:center;justify-content:center;position:relative}.hero-frame:before{content:"";position:absolute;inset:4% 2%;background:radial-gradient(circle,rgba(201,150,63,.26),rgba(201,150,63,0) 68%);filter:blur(8px)}.hero-frame img{position:relative;z-index:2;display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 28px 34px rgba(0,0,0,.5));transform:scale(1.08)}.hero-caption-v3{position:absolute;z-index:4;right:0;bottom:6%;min-width:260px;padding:16px 18px;background:rgba(18,19,17,.9);border:1px solid #484941;border-radius:12px;display:flex;flex-direction:column}.hero-caption-v3 span{font-size:.6rem;letter-spacing:.18em;color:var(--gold2)}.hero-caption-v3 strong{font-family:Georgia,serif;font-size:1.5rem;margin:4px 0}.hero-caption-v3 small{color:#aaa69c}.proof-strip{display:grid;grid-template-columns:1fr 1fr;background:#d8cfbf;border-bottom:1px solid #c8bdac}.proof-strip>div{padding:24px 6vw;display:flex;align-items:baseline;gap:12px;border-right:1px solid #c1b7a7}.proof-strip>div:last-child{border-right:0}.proof-strip strong{font-family:Georgia,serif;font-weight:400;font-size:1.25rem}.proof-strip span{color:#665f55;font-size:.83rem}.feature-section{padding-top:72px}.featured-v3-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;align-items:stretch}.slab-card{text-decoration:none;background:#20211d;border:1px solid #34352f;border-radius:14px;overflow:hidden;transition:.2s transform,.2s border-color,.2s box-shadow}.slab-card:hover{transform:translateY(-4px);border-color:#756a51;box-shadow:0 20px 36px rgba(0,0,0,.2)}.slab-stage{height:410px;background:linear-gradient(180deg,#10110f,#181915);display:flex;align-items:center;justify-content:center;padding:16px;position:relative}.slab-stage img{width:100%;height:100%;object-fit:contain;display:block}.grade-badge{position:absolute;top:14px;right:14px;background:#dbe8f1;color:#1c445e;border:1px solid rgba(255,255,255,.45);border-radius:10px;padding:7px 9px;font-size:1.05rem;font-weight:950;box-shadow:0 5px 16px rgba(0,0,0,.28)}.slab-meta{padding:15px 15px 17px;display:flex;flex-direction:column;min-height:190px}.slab-meta>span{font-size:.61rem;letter-spacing:.12em;color:#aaa69d}.slab-meta h3{font-family:Georgia,serif;font-size:1.2rem;font-weight:400;line-height:1.12;margin:8px 0 6px}.slab-meta p{font-size:.76rem;color:#aaa69d;line-height:1.35;margin:0 0 12px;min-height:32px}.slab-meta>div{margin-top:auto;border-top:1px solid #393a34;padding-top:10px;display:flex;justify-content:space-between;gap:10px;align-items:end}.slab-meta b{color:#d7e8f5}.slab-meta small{color:#8e8a82;text-align:right}.section-title.compact{margin-bottom:30px}
@media(max-width:1250px){.featured-v3-grid{grid-template-columns:repeat(3,1fr)}.slab-stage{height:430px}.hero-frame{height:540px}}
@media(max-width:900px){.hero-v3{grid-template-columns:1fr;min-height:auto}.hero-showcase-v3{min-height:520px}.hero-frame{height:500px}.hero-caption-v3{right:6%;bottom:2%}.proof-strip{grid-template-columns:1fr}.proof-strip>div{border-right:0;border-bottom:1px solid #c1b7a7}.featured-v3-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.hero-v3 .hero-copy h1{font-size:4.1rem}.hero-showcase-v3{min-height:450px}.hero-frame{height:420px;width:94%}.hero-caption-v3{position:relative;right:auto;bottom:auto;margin-top:-20px}.featured-v3-grid{grid-template-columns:1fr}.slab-stage{height:480px}.proof-strip>div{display:block}.proof-strip strong{display:block;margin-bottom:4px}}
