:root {
  --bg: #f5f3ef;
  --panel: #ffffff;
  --panel-2: #fbfaf8;
  --soft: #eee8e0;
  --line: #d8d1c8;
  --line-2: #e7e1d9;
  --text: #141414;
  --muted: #6f6a64;
  --accent: #111111;
  --accent-2: #f0ece6;
  --shadow: 0 16px 36px rgba(0,0,0,.06);
  --radius: 20px;
  --radius-sm: 14px;
}



@font-face {
  font-family: "NT Sans";
  src: url("../../fonts/StandardCTUltraLight/font.woff2") format("woff2"),
       url("../../fonts/StandardCTUltraLight/font.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NT Sans Bold";
  src: url("../../fonts/StandardCTExtraBold/sbold.woff2") format("woff2"),
       url("../../fonts/StandardCTExtraBold/sbold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NT Serif";
  src: url("../../fonts/Baskerville/baskerville.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

html,
body {
  font-family: "NT Sans", Arial, sans-serif;
}

.primary-btn,
.sidebar-link,
.badge,
.chip {
  font-family: "NT Sans", Arial, sans-serif;
}

.card h3,
.section-title,
.product-summary h2 {
  font-family: "NT Sans Bold", "NT Sans", Arial, sans-serif;
}

.hero h1,
.hero-slideshow-copy h1,
.brand-mark {
  font-family: "NT Serif", Baskerville, serif;
}


* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); color: var(--text); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; display: block; }
body.menu-open { overflow: hidden; }
.site-shell { display: grid; grid-template-columns: 280px 1fr; min-height: 100vh; }
.sidebar { position: sticky; top: 0; height: 100vh; overflow: auto; padding: 24px 18px; border-right: 1px solid var(--line);  backdrop-filter: blur(10px); }
.brand-block { padding: 8px 8px 20px; }
.brand-mark { font-size: 2rem; letter-spacing: .03em; font-family: Georgia, "Times New Roman", serif; }
.brand-sub { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; margin-top: 6px; }
.sidebar-nav { display: grid; gap: 8px; }
.sidebar-link, .mini-link { display: block; padding: 10px 12px; border-radius: 12px; transition: .2s ease; }
.sidebar-link:hover, .sidebar-link.active, .mini-link:hover { background: var(--panel); box-shadow: var(--shadow); }
.sidebar-link.active { font-weight: 600; }
.sidebar-panels { display: grid; gap: 14px; margin-top: 18px; }
.mini-panel { background: var(--panel-2); border: 1px solid var(--line-2); border-radius: 18px; padding: 14px; }
.mini-label { font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.mini-link { padding: 8px 10px; margin: 0 -2px; }
.mini-stat { display:flex; justify-content:space-between; gap:10px; padding:10px 0; border-bottom:1px solid var(--line-2); }
.mini-stat:last-child { border-bottom:none; }
.main { min-width: 0; }
.topbar { position: sticky; top: 0; z-index: 20; display:flex; justify-content:space-between; align-items:center; gap:16px; padding: 18px 28px; border-bottom: 1px solid var(--line); background: rgba(245,243,239,.85); backdrop-filter: blur(12px); }
.topbar-left, .topbar-actions { display:flex; align-items:center; gap:12px; min-width:0; }
.breadcrumbs { color: var(--muted); font-size: .92rem; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; }
.search-inline { display:flex; align-items:center; gap:10px; background:var(--panel); border:1px solid var(--line); border-radius: 999px; padding: 0 14px; min-width: min(440px, 45vw); }
.search-inline input { border:none; background:transparent; outline:none; width:100%; padding: 12px 0; }
.search-icon { color: var(--muted); }
.hero { padding: 0px 0px 0px; }
.hero-grid { display:grid; grid-template-columns: 1.5fr 1fr; gap: 18px; }
.hero-main { display:grid; grid-template-columns: 1.2fr .8fr; gap:18px; }
.hero-card { border:1px solid var(--line); background:var(--panel); border-radius: 28px; overflow:hidden; box-shadow: var(--shadow); }
.hero-copy { padding: 28px; display:flex; flex-direction:column; justify-content:space-between; min-height: 360px; background: linear-gradient(180deg, #f9f7f4 0%, #f0ebe4 100%); }
.eyebrow { color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; }
.hero h1 { font-size: clamp(2.3rem, 4.8vw, 5rem); line-height: .94; margin: 14px 0 16px; max-width: 9ch; font-weight: 600; letter-spacing: -.03em; }
.hero p { color: var(--muted); margin:0; font-size: 1rem; max-width: 58ch; }
.kpi-grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 26px; }
.kpi { background: rgba(255,255,255,.72); border:1px solid var(--line-2); border-radius: 16px; padding: 14px; }
.kpi-value { font-size: 1.4rem; font-weight: 650; }
.kpi-label { color: var(--muted); font-size: .82rem; margin-top: 4px; }
.hero-categories { display:grid; grid-template-rows: auto 1fr; }
.hero-visual { min-height: 220px; background: linear-gradient(180deg, #faf8f5 0%, #ece6de 100%); padding: 24px; display:grid; gap:12px; align-content:end; }
.hero-category-grid { padding: 16px; display:grid; gap:12px; background: var(--panel); }
.hero-cat-card { display:flex; align-items:center; justify-content:space-between; gap:16px; padding: 16px 18px; border-radius: 18px; background: var(--panel-2); border: 1px solid var(--line-2); }
.hero-cat-card strong { display:block; font-size:1rem; }
.hero-cat-card span { color: var(--muted); font-size:.9rem; }
.hero-side-stack { display:grid; gap:18px; }
.info-card { padding: 22px; display:flex; flex-direction:column; justify-content:space-between; min-height: 171px; }
.info-card h3 { margin: 10px 0 8px; font-size: 1.18rem; }
.info-card p { margin:0; }
.toolbar { padding: 14px 28px 4px; }
.filter-chips { display:flex; flex-wrap:wrap; gap: 10px; }
.chip { border: 1px solid var(--line); background: var(--panel); border-radius:999px; padding: 10px 14px; cursor:pointer; transition:.2s ease; }
.chip.active, .chip:hover { background: var(--accent); color:#fff; border-color: var(--accent); }
.app { padding: 20px 28px 42px; }
.section-title-row { display:flex; justify-content:space-between; align-items:end; gap:16px; margin-bottom: 16px; }
.section-title { margin:0; font-size:1.55rem; letter-spacing:-.02em; }
.section-sub { color: var(--muted); margin: 4px 0 0; }
.grid { display:grid; gap:18px; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.card, .surface { background: var(--panel); border:1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); overflow:hidden; }
.product-card { display:grid; grid-template-rows: 350px 1fr; }
.product-media { position:relative; padding:18px; background: linear-gradient(180deg, #faf8f5 0%, #efebe5 100%); overflow:hidden; }
.product-media img { width:100%; height:100%; object-fit: cover; border-radius: 0px; background: #fff; }
.product-placeholder { width:100%; height:100%; border-radius:16px; background: linear-gradient(135deg,#f6f2ec,#e8e2d9); display:grid; place-items:center; color:#8f877d; font-size: .82rem; text-transform: uppercase; letter-spacing:.12em; }
.product-chip { position:absolute; top:16px; left:16px; background: rgba(255,255,255,.82); backdrop-filter: blur(8px); border:1px solid var(--line-2); border-radius:999px; padding: 7px 10px; font-size:.72rem; letter-spacing:.08em; text-transform:uppercase; color: var(--muted); }
.card-body { padding: 47px; display:flex; flex-direction:column; gap:30px; justify-content:space-evenly; }
.card h3 { margin:0; font-size:1.12rem; text-align: center; }
.card p { margin:0; color:var(--muted); }
.card-meta { display:flex; flex-wrap:wrap; gap: 8px; justify-content: center; }
.badge { display:inline-flex; align-items:center; padding:6px 10px; border-radius: 999px; font-size:.78rem; background: var(--accent-2); color: var(--muted); }
.card-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top: 6px; }
.primary-btn, .outline-btn, .ghost-btn, .mini-btn { cursor:pointer; border-radius: 20px; padding: 11px 14px; background: #a1956a; border:none; color: white; font-family: 'NT Sans bold'}
.primary-btn { background: #a1956a; color:#fff; margin:auto; }
.ghost-btn { background: transparent; border:none; color:black; }
.mini-btn { padding: 8px 10px; border-radius: 10px; font-size:.86rem; }
.surface { padding: 20px; display:content;  }
.latest-grid { display:grid; gap:12px; }
.latest-item { display:grid; grid-template-columns: 60px 1fr auto; gap:14px; align-items:center; padding:12px; border-radius:16px; background: var(--panel-2); border:1px solid var(--line-2); }
.thumb { width:60px; height:60px; border-radius: 12px; overflow:hidden; background: linear-gradient(135deg,#f3eee8,#e6dfd6); display:grid; place-items:center; color:#968f86; font-size:.74rem; }
.thumb img { width:100%; height:100%; object-fit:cover; }
.latest-meta strong { display:block; }
.latest-meta small { color:var(--muted); }
.muted { color: var(--muted); }
.feature-band { display:grid; grid-template-columns: 1.1fr .9fr; gap:18px; margin-bottom: 22px; display:none;!important}
.quote-card { background: linear-gradient(180deg, #faf8f4 0%, #ede7de 100%); display: none; }
.quote-card blockquote { margin:0; font-size:1.25rem; line-height:1.35; letter-spacing:-.01em; }
.quote-card footer { margin-top:12px; color: var(--muted); }
.asset-overview { display:grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 16px; }
.stat-tile { background: var(--panel-2); border:1px solid var(--line-2); border-radius:16px; padding: 14px; }
.stat-tile strong { font-size:1.15rem; display:block; }
.product-hero { display:grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); gap: 22px; margin-bottom: 22px; display: none; }
.product-summary { padding: 24px; }
.product-summary h2 { font-size: clamp(2rem, 4vw, 3.4rem); line-height:.96; margin: 10px 0 12px; letter-spacing:-.03em; }
.product-kits { display:grid; grid-template-columns: repeat(3,1fr); gap:10px; margin-top: 16px; }
.kit-box { background: var(--panel-2); border:1px solid var(--line-2); border-radius:16px; padding:14px; }
.asset-group-list { display:grid; gap:14px; }
.asset-group { background: var(--panel); border:1px solid var(--line); border-radius: 20px; padding: 18px; box-shadow: var(--shadow); }
.asset-group-head { display:flex; justify-content:space-between; align-items:flex-start; gap:16px; margin-bottom:14px; }
.asset-group-title h3 { margin: 0 0 5px; font-size:1.1rem; }
.asset-files { display:grid; gap:10px; }
.asset-file { display:grid; grid-template-columns: 64px minmax(0,1fr) auto; gap:12px; align-items:center; padding: 12px; border-radius:16px; background: var(--panel-2); border:1px solid var(--line-2); }
.asset-file-name strong { display:block; margin-bottom:4px; word-break: break-word; }
.product-sidecard { position: sticky; top: 90px; align-self:start; padding:20px; }
.side-links { display:grid; gap:8px; margin-top: 12px; }
.empty-state { background: var(--panel); border: 1px dashed var(--line); border-radius: 20px; padding: 28px; color: var(--muted); }
.selection-panel { position: fixed; top:0; right:-460px; width:min(460px, 100vw); height:100vh; background: var(--panel); box-shadow: -18px 0 60px rgba(0,0,0,.14); z-index:50; transition:right .25s ease; display:grid; grid-template-rows:auto 1fr auto; }
.selection-panel.open { right:0; }
.selection-header, .selection-actions { padding:18px; border-bottom:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; gap:12px; }
.selection-actions { border-bottom:none; border-top:1px solid var(--line); }
.selection-body { padding:18px; overflow:auto; display:grid; gap:12px; }
.selection-item { padding: 14px; border-radius:16px; background: var(--panel-2); border:1px solid var(--line-2); }
.list-row { display:flex; justify-content:space-between; gap:14px; padding:12px 0; border-bottom:1px solid var(--line-2); }
.list-row:last-child { border-bottom:none; }
.mobile-only { display:none; }
@media (max-width: 1180px) {
  .hero-grid, .hero-main, .feature-band, .product-hero { grid-template-columns: 1fr; }
  .asset-overview, .product-kits { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 980px) {
  .site-shell { grid-template-columns: 1fr; }
  .sidebar { position: fixed; inset:0 auto 0 0; width:280px; transform: translateX(-100%); transition: transform .25s ease; z-index:60; background: var(--panel); }
  body.menu-open .sidebar { transform: translateX(0); }
  .mobile-only { display:inline-flex; }
  .topbar-actions { flex:1; justify-content:flex-end; }
  .search-inline { min-width: 0; width: 100%; }
  .site-shell {
    grid-template-columns: 100%!important;
    
}
}
@media (max-width: 720px) {
  .topbar, .hero, .toolbar, .app { padding-left: 16px; padding-right: 16px; }
  .topbar { align-items:flex-start; flex-direction:column; }
  .topbar-left, .topbar-actions { width:100%; }
  .search-inline { width:100%; }
  .grid { grid-template-columns: 1fr; }
  .asset-overview, .product-kits, .kpi-grid { grid-template-columns: 1fr; }
  .asset-file, .latest-item { grid-template-columns: 1fr; }
  .asset-group-head { flex-direction:column; }
}


.visually-hidden { position:absolute !important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.brand-block { padding-top: 6px; }
.brand-logo { display:block; width: 170px; max-width: 100%; height: auto; }
.brand-sub { margin-top: 6px; }
.hero { padding: 0px 0px 0px; }
.hero-slideshow-card { display:grid; grid-template-columns: minmax(280px, .95fr) minmax(0, 1.65fr); gap: 0; min-height: 480px; background:var(--panel); border-radius: 0px; overflow:hidden; box-shadow: var(--shadow); }
.hero-slideshow-copy { padding: 34px 28px; display:flex; flex-direction:column; justify-content:center; background: linear-gradient(180deg, #f8f6f2 0%, #eee8df 100%); }
.hero-slideshow-copy h1 { font-size: clamp(2.2rem, 4.4vw, 4.2rem); line-height: .95; margin: 12px 0 14px; max-width: 10ch; letter-spacing: -.03em; font-weight:100;}
.hero-slideshow-copy p { color: var(--muted); margin: 0 0 18px; max-width: 46ch; }
.hero-slideshow { position:relative; min-height: 480px; background:#e9e4dc; }
.hero-slides-track { position:relative; width:100%; height:100%; }
.hero-slide { position:absolute; inset:0; opacity:0; transition: opacity .55s ease; margin: 0px; }
.hero-slide.active { opacity:1; }
.hero-slide img { width:100%; height:100%; object-fit: cover; display:block; }
.filter-chips { display:flex; gap: 10px; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; scrollbar-width: thin; padding-bottom: 20px; padding-top: 50px; }
.filter-chips::-webkit-scrollbar { height: 8px; }
.filter-chips::-webkit-scrollbar-thumb { background: #d7d0c7; border-radius: 999px; }
.chip { white-space: nowrap; flex: 0 0 auto; }
@media (max-width: 1180px) {
  .hero-slideshow-card { grid-template-columns: 1fr; min-height: auto; }
  .hero-slideshow { min-height: 360px; }
}
@media (max-width: 720px) {
  .brand-logo { width: 140px; }
  .hero-slideshow { min-height: 280px; }
  .hero-slideshow-copy { padding: 22px 18px; }
  .site-shell {
    grid-template-columns: 100%!important;
   
}
}


.sidebar { width: 216px; padding: 18px 10px 22px 14px; height:100%; }
.brand-block { margin-bottom: 14px; }
.brand-logo { max-width: 150px; height: auto; display:block; }
.sidebar-nav { gap: 4px; }
.sidebar-link { padding: 8px 10px; border-radius: 10px; font-size: 0.98rem; }
.sidebar-panels, .mini-panel { display:none !important; }
.site-shell { grid-template-columns: 216px minmax(0,1fr); }


.brand-block { padding: 0 4px 14px; margin-bottom: 10px; }
.brand-logo { max-width: 150px; height: auto; display:block; }
.sidebar { width: 216px; padding: 16px 12px 20px 14px; }
.sidebar-nav { gap: 6px; }
.sidebar-link { padding: 9px 10px; border-radius: 10px; font-size: .98rem; }
.sidebar-panels, .mini-panel, .brand-sub { display:none !important; }

background:rgba(255,255,255,.96); box-shadow:0 12px 26px rgba(0,0,0,.12); border:1px solid rgba(0,0,0,.06); padding:8px; }



.product-media {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #f6f6f4;
  border-radius: 16px;
  overflow: hidden;
}

/* Main image */
.product-main-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Packshot (controlled inset, NOT breaking layout) */
.product-packshot-inline {
  position: absolute;
  right: 0px;
  bottom: 5px;
  width: 110px;
  height: 110px;
  object-fit: contain;
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}


@media (max-width: 900px) {
  }

/* Desktop selection panel should reserve layout space instead of covering the main canvas */
:root {
  --sidebar-width-desktop: 216px;
  --selection-panel-width: min(460px, 100vw);
}

html, body {
  overflow-x: hidden;
}

.site-shell,
.main,
.topbar,
.hero,
.toolbar,
.app {
  transition: width .25s ease, max-width .25s ease, padding .25s ease, margin .25s ease;
}

@media (min-width: 981px) {
  body.selection-open .site-shell {
    width: calc(100vw - var(--selection-panel-width));
    max-width: calc(100vw - var(--selection-panel-width));
  }

  body.selection-open .main,
  body.selection-open .topbar,
  body.selection-open .hero,
  body.selection-open .toolbar,
  body.selection-open .app {
    max-width: 100%;
  }

  body.selection-open .selection-panel {
    box-shadow: -10px 0 34px rgba(0,0,0,.10);
  }
}

@media (max-width: 980px) {
  body.selection-open .site-shell {
    width: 100%;
    max-width: 100%;
  }
}
