/* v1.4 launch repair: stable theme chrome, five-card homepage, complete portfolio archive */
.site-header{position:relative;inset:auto;background:#202516;color:#fffdf8;border-bottom:1px solid rgba(255,255,255,.18)}
.site-header__inner{display:grid;grid-template-columns:minmax(210px,1fr) auto minmax(150px,1fr);gap:clamp(1rem,2.4vw,2.5rem);min-height:82px;border:0}
.site-header .wordmark{justify-self:start;font-size:clamp(1.15rem,1.7vw,1.65rem);white-space:nowrap}
.site-header .wordmark em{font-weight:400;color:#d0ae86}
.site-navigation{justify-self:center}
.primary-menu{gap:clamp(.85rem,1.8vw,1.7rem)}
.primary-menu a{font-size:.59rem;letter-spacing:.13em;white-space:nowrap}
.header-cta{justify-self:end;padding:.7rem .95rem;border:1px solid rgba(208,174,134,.75);font-size:.58rem;font-weight:700;letter-spacing:.13em;text-decoration:none;text-transform:uppercase;white-space:nowrap;transition:.25s}
.header-cta:hover,.header-cta:focus-visible{background:#fffdf8;color:#202516}
.hero{min-height:calc(100svh - 82px)}
.hero__content{min-height:calc(100svh - 82px)}
.home .collections .collection-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px}
.home .collections .collection-card,.home .collections .collection-card:nth-child(n){grid-column:auto;min-height:clamp(22rem,33vw,35rem)}
.collections__footer{display:flex;justify-content:center;padding-top:2.2rem}
.portfolio-collections{padding-top:clamp(4rem,7vw,7rem)}
.portfolio-collections .collection-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.portfolio-collections .collection-card,.portfolio-collections .collection-card:nth-child(n){grid-column:auto;min-height:clamp(25rem,35vw,38rem)}
.gallery-layout{padding:clamp(.75rem,2vw,2rem)}
.story-masonry{max-width:1500px;margin-inline:auto}
@media(max-width:1100px){.site-header__inner{grid-template-columns:1fr auto}.site-navigation{grid-column:1/-1;grid-row:2;padding-bottom:.9rem}.header-cta{grid-column:2;grid-row:1}.home .collections .collection-grid{grid-template-columns:repeat(3,1fr)}.home .collections .collection-card:nth-child(n){min-height:40rem}.portfolio-collections .collection-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.site-header__inner{display:flex;min-height:72px}.site-navigation{padding:0}.header-cta{display:none}.primary-menu{gap:2rem}.hero,.hero__content{min-height:calc(100svh - 72px)}}
@media(max-width:650px){.home .collections .collection-grid,.portfolio-collections .collection-grid{grid-template-columns:1fr}.home .collections .collection-card:nth-child(n),.portfolio-collections .collection-card:nth-child(n){min-height:125vw}.site-header .wordmark{white-space:normal}.site-header .wordmark small{font-size:.4rem}}
