
:root{
  --bg:#151514;
  --gold:#e5d49a;
  --ivory:#ebe6dc;
  --muted:#bcb6ab;

  --page-heading:24px;
  --subject-heading:22px;
  --body-copy:16px;
  --secondary-copy:14px;
  --utility-copy:13px;

  --page-width:1400px;
  --content-width:1310px;
  --column-gap:42px;
}
*{box-sizing:border-box}
html,body{margin:0;background:#111;color:var(--ivory)}
body{
  font-family:"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
}
.page{
  position:relative;
  width:min(100%,var(--page-width));
  min-height:1800px;
  margin:0 auto;
  overflow:hidden;
  background:
    radial-gradient(ellipse at 50% 29%, #363532 0%, #282725 31%, #1b1b1a 62%, #111 100%);
}
.header{
  height:100px;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  position:relative;
}
.brand-wrap{position:relative;margin-top:18px}
.brand{
  width:420px;height:58px;
  border:1px solid var(--gold);
  display:flex;align-items:center;justify-content:center;
  font-family:Georgia,"Times New Roman",serif;
  font-size:38px;letter-spacing:1px;color:var(--gold);
  background:#070707;
}
.menu{
  position:absolute;
  right:calc(100% + 34px);
  top:16px;
  width:27px;height:25px;
  display:flex;flex-direction:column;justify-content:space-between;
}
.menu span{height:2px;background:var(--gold);width:100%}
.hero-copy{text-align:center;margin-top:29px}
.page-title{
  font-size:var(--page-heading);font-weight:400;letter-spacing:.4px;margin:0;
}
.rule{width:78px;height:1px;background:var(--gold);margin:14px auto 13px}
.intro{
  margin:0 auto;color:var(--muted);font-size:var(--body-copy);
  line-height:1.55;max-width:720px;
}
.filters{
  display:flex;justify-content:center;gap:30px;
  margin-top:22px;font-size:var(--utility-copy);letter-spacing:.5px;
}
.filters a{color:var(--muted);text-decoration:none;padding-bottom:8px}
.filters a.active{color:var(--gold)}
.collection{
  width:var(--content-width);margin:34px auto 0;
  display:grid;grid-template-columns:1fr 1fr;gap:38px var(--column-gap);
  align-items:start;
}
.card img{
  width:100%;height:auto;display:block;object-fit:contain;
  background:#080808;
}
.meta{padding:13px 0 0 5px}
.item-title{
  margin:0;font-size:var(--subject-heading);font-weight:400;line-height:1.2;
}
.secondary{
  margin:8px 0 0;font-size:var(--secondary-copy);color:var(--muted);
}
.secondary.price{color:var(--gold)}
.reference-overlay{
  display:none;position:absolute;inset:0;z-index:20;
  width:100%;height:100%;object-fit:fill;opacity:.5;pointer-events:none;
}
.page.compare .reference-overlay{display:block}
.compare-toggle{
  position:fixed;right:18px;bottom:18px;z-index:30;
  background:#111;color:var(--gold);border:1px solid var(--gold);
  padding:9px 12px;font:13px "Lucida Grande",Arial,sans-serif;cursor:pointer;
}
@media(max-width:900px){
  .page{width:100%;min-height:auto}
  .brand{width:300px;font-size:29px}
  .collection{width:92%;grid-template-columns:1fr}
  .menu{right:calc(100% + 20px)}
}

/* Collection Master v2: supplied photographs remain uncropped at their natural aspect ratios. */
.card img{
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
}
.empty-meta{min-height:18px}

/* Collection Master v3 — exact supplied logo and true hamburger icon */
.header{
  height:100px;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  position:relative;
}
.brand-wrap{
  position:relative;
  margin-top:18px;
  display:inline-block;
}
.brand-logo{
  display:block;
  width:420px;
  height:auto;
}
.menu{
  appearance:none;
  -webkit-appearance:none;
  border:0;
  background:transparent;
  padding:0;
  position:absolute;
  right:calc(100% + 34px);
  top:50%;
  transform:translateY(-50%);
  width:27px;
  height:22px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  cursor:pointer;
}
.menu span{
  display:block;
  width:27px;
  height:2px;
  background:var(--gold);
}
@media(max-width:900px){
  .brand-logo{width:300px}
  .menu{right:calc(100% + 20px)}
}


/* =========================================================
   COLLECTION MASTER v4 — FLUID RESPONSIVE SYSTEM
   ========================================================= */

:root{
  --page-heading: clamp(20px, 1.7vw, 24px);
  --subject-heading: clamp(18px, 1.45vw, 22px);
  --body-copy: clamp(14px, 1.1vw, 16px);
  --secondary-copy: clamp(12px, .95vw, 14px);
  --utility-copy: clamp(11px, .85vw, 13px);

  --page-pad: clamp(18px, 4vw, 56px);
  --content-max: 1310px;
  --column-gap: clamp(22px, 3vw, 42px);
  --row-gap: clamp(28px, 3.2vw, 42px);
}

.page{
  width:100%;
  min-height:100vh;
  margin:0;
  padding-inline:var(--page-pad);
  background:
    radial-gradient(ellipse at 50% 28%, #383633 0%, #2b2927 28%, #1d1c1b 58%, #111 100%);
}

.header{
  height:clamp(76px, 8vw, 100px);
}

.brand-wrap{
  margin-top:clamp(12px, 1.6vw, 18px);
}

.brand-logo{
  width:clamp(280px, 31vw, 420px);
  max-width:72vw;
}

.menu{
  width:clamp(23px, 2vw, 27px);
  height:clamp(18px, 1.65vw, 22px);
  right:calc(100% + clamp(22px, 2.4vw, 34px));
}
.menu span{
  width:100%;
  height:2px;
}

.hero-copy{
  margin-top:clamp(22px, 2.1vw, 29px);
}

.rule{
  width:clamp(58px, 5.5vw, 78px);
  margin:clamp(10px, 1vw, 14px) auto clamp(10px, .95vw, 13px);
}

.intro{
  max-width:min(720px, 90vw);
  line-height:1.55;
}

.filters{
  gap:clamp(16px, 2.2vw, 30px);
  margin-top:clamp(18px, 1.8vw, 22px);
  flex-wrap:wrap;
  padding-inline:10px;
}

.collection{
  width:min(100%, var(--content-max));
  margin:clamp(28px, 2.5vw, 34px) auto 0;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:var(--column-gap);
  row-gap:var(--row-gap);
}

.card img{
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
}

.meta{
  padding:clamp(10px, .9vw, 13px) 0 0 clamp(2px, .35vw, 5px);
}

.item-title{
  font-size:var(--subject-heading);
}

.secondary{
  margin-top:clamp(5px, .55vw, 8px);
  font-size:var(--secondary-copy);
}

/* Large laptop / smaller desktop */
@media (max-width: 1180px){
  :root{
    --page-pad:clamp(18px, 3vw, 34px);
    --column-gap:clamp(20px, 2.4vw, 30px);
  }
  .brand-logo{
    width:clamp(270px, 34vw, 360px);
  }
}

/* Tablet */
@media (max-width: 820px){
  .page{
    padding-inline:clamp(16px, 4vw, 28px);
  }
  .header{
    height:82px;
  }
  .brand-logo{
    width:clamp(240px, 46vw, 320px);
  }
  .menu{
    right:calc(100% + 18px);
  }
  .collection{
    grid-template-columns:1fr;
    width:min(100%, 720px);
  }
  .filters{
    gap:14px 20px;
  }
}

/* Mobile */
@media (max-width: 520px){
  .page{
    padding-inline:14px;
  }
  .header{
    justify-content:center;
    height:76px;
  }
  .brand-logo{
    width:min(255px, 66vw);
  }
  .menu{
    right:auto;
    left:-42px;
    width:22px;
    height:18px;
  }
  .hero-copy{
    margin-top:18px;
  }
  .intro br{
    display:none;
  }
  .filters{
    margin-top:16px;
    gap:10px 16px;
  }
  .collection{
    margin-top:24px;
  }
}


/* =========================================================
   COLLECTION MASTER v5 — REFINED HEADER SCALE
   Benchmarked against current daniellucian.com proportions.
   ========================================================= */

.header{
  height:clamp(72px, 6.4vw, 88px);
}

.brand-wrap{
  margin-top:clamp(12px, 1.25vw, 16px);
}

.brand-logo{
  width:clamp(255px, 24vw, 340px);
  max-width:68vw;
}

.menu{
  width:clamp(20px, 1.65vw, 23px);
  height:clamp(16px, 1.45vw, 20px);
  right:calc(100% + clamp(24px, 2vw, 28px));
}

.menu span{
  width:100%;
  height:2px;
}

/* Large laptop / smaller desktop */
@media (max-width:1180px){
  .brand-logo{
    width:clamp(250px, 27vw, 320px);
  }
  .menu{
    right:calc(100% + 24px);
  }
}

/* Tablet */
@media (max-width:820px){
  .header{
    height:76px;
  }
  .brand-logo{
    width:clamp(235px, 40vw, 290px);
  }
  .menu{
    right:calc(100% + 20px);
    width:21px;
  }
}

/* Mobile */
@media (max-width:520px){
  .brand-logo{
    width:min(245px, 64vw);
  }
  .menu{
    left:-38px;
    right:auto;
    width:20px;
    height:17px;
  }
}


/* =========================================================
   COLLECTION MASTER v6 — FIXED HEADER IDENTITY SCALE
   ========================================================= */

/* Desktop/laptop: keep logo fixed, only slightly larger than current site */
.header{
  height:82px;
}

.brand-wrap{
  margin-top:14px;
}

.brand-logo{
  width:300px;
  max-width:none;
}

.menu{
  width:21px;
  height:18px;
  right:calc(100% + 26px);
}

.menu span{
  width:100%;
  height:2px;
}

/* Tablet: still fixed, modest reduction only when space becomes constrained */
@media (max-width:820px){
  .header{
    height:76px;
  }
  .brand-logo{
    width:270px;
  }
  .menu{
    width:20px;
    height:17px;
    right:calc(100% + 20px);
  }
}

/* Mobile: smaller fixed logo so it fits comfortably */
@media (max-width:520px){
  .header{
    height:72px;
  }
  .brand-logo{
    width:230px;
  }
  .menu{
    left:-36px;
    right:auto;
    width:19px;
    height:16px;
  }
}


/* COLLECTION MASTER v7 — LOGO REDUCED TO 70% OF v6 */
.brand-logo{
  width:210px; /* 70% of 300px */
}

@media (max-width:820px){
  .brand-logo{
    width:189px; /* 70% of 270px */
  }
}

@media (max-width:520px){
  .brand-logo{
    width:161px; /* ~70% of 230px */
  }
}


/* COLLECTION MASTER v8 — MENU REDUCED IN PROPORTION TO 70% LOGO */
.menu{
  width:15px;   /* ~70% of previous 21px */
  height:13px;  /* ~70% of previous 18px */
  right:calc(100% + 18px); /* proportional reduction from 26px gap */
}
.menu span{
  height:1.5px;
}

@media (max-width:820px){
  .menu{
    width:14px;
    height:12px;
    right:calc(100% + 14px);
  }
}

@media (max-width:520px){
  .menu{
    left:-25px;
    right:auto;
    width:13px;
    height:11px;
  }
}


/* =========================================================
   COLLECTION MASTER v9 — DARK STICKY HEADER BAND
   Inspired by the current daniellucian.com header treatment.
   ========================================================= */

.header{
  position:sticky;
  top:0;
  z-index:50;
  height:72px;
  background:rgba(8,8,8,.94);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
  border-bottom:1px solid rgba(229,212,154,.08);
  margin-inline:calc(var(--page-pad) * -1);
  padding-inline:var(--page-pad);
}

.brand-wrap{
  margin-top:12px;
}

/* Keep the approved reduced identity sizes */
.brand-logo{
  width:210px;
}

.menu{
  width:15px;
  height:13px;
  right:calc(100% + 18px);
}

/* Tablet */
@media (max-width:820px){
  .header{
    height:68px;
  }
  .brand-wrap{
    margin-top:11px;
  }
  .brand-logo{
    width:189px;
  }
}

/* Mobile */
@media (max-width:520px){
  .header{
    height:64px;
    margin-inline:-14px;
    padding-inline:14px;
  }
  .brand-wrap{
    margin-top:10px;
  }
  .brand-logo{
    width:161px;
  }
}


/* =========================================================
   COLLECTION MASTER v10 — THINNER GRADIENT STICKY BAND
   ========================================================= */

.header{
  height:58px;
  background:
    linear-gradient(
      90deg,
      rgba(5,5,5,.98) 0%,
      rgba(13,12,11,.97) 18%,
      rgba(30,29,27,.96) 50%,
      rgba(13,12,11,.97) 82%,
      rgba(5,5,5,.98) 100%
    );
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
  border-bottom:1px solid rgba(229,212,154,.055);
}

.brand-wrap{
  margin-top:5px;
}

/* Approved fixed identity sizes retained */
.brand-logo{
  width:210px;
}

.menu{
  width:15px;
  height:13px;
  right:calc(100% + 18px);
}

/* Tablet */
@media (max-width:820px){
  .header{
    height:56px;
  }
  .brand-wrap{
    margin-top:5px;
  }
  .brand-logo{
    width:189px;
  }
}

/* Mobile */
@media (max-width:520px){
  .header{
    height:52px;
  }
  .brand-wrap{
    margin-top:4px;
  }
  .brand-logo{
    width:161px;
  }
}


/* =========================================================
   COLLECTION MASTER v11 — DL-PROPORTION THIN STICKY BAND
   ========================================================= */

.header{
  height:48px;
}

.brand-wrap{
  margin-top:0;
  height:48px;
  display:flex;
  align-items:center;
}

/* Keep approved identity sizes */
.brand-logo{
  width:210px;
}

.menu{
  width:15px;
  height:13px;
  right:calc(100% + 18px);
}

/* Tablet */
@media (max-width:820px){
  .header{
    height:46px;
  }
  .brand-wrap{
    height:46px;
    margin-top:0;
  }
  .brand-logo{
    width:189px;
  }
}

/* Mobile */
@media (max-width:520px){
  .header{
    height:44px;
  }
  .brand-wrap{
    height:44px;
    margin-top:0;
  }
  .brand-logo{
    width:161px;
  }
}


/* =========================================================
   COLLECTION MASTER v12 — PAGE HEADING REDUCED BY 25%
   Only THE COLLECTION is changed.
   ========================================================= */

:root{
  --page-heading: clamp(15px, 1.275vw, 18px);
}


/* =========================================================
   COLLECTION MASTER v13 — THINNER GOLD RULES
   Keeps all sizing/layout from v12.
   ========================================================= */

/* Rule beneath THE COLLECTION */
.title-rule{
  height: 1px !important;
}

/* Active category underline */
.filter.active::after{
  height: 1px !important;
}


/* =========================================================
   COLLECTION MASTER v14 — HAIRLINE GOLD RULES
   ========================================================= */

/* Main gold rule beneath THE COLLECTION */
.rule{
  height:0.5px;
  transform:scaleY(0.5);
  transform-origin:center;
}

/* Active filter is indicated by gold text only. */


/* COLLECTION MASTER v15 — INTRODUCTION TEXT 12PX */
.intro{
  font-size:12px;
}


/* COLLECTION MASTER v16 — FILTER TEXT 12PX */
.filters{
  font-size:12px;
}


/* COLLECTION MASTER v17 — FILTER TEXT 11PX */
.filters{
  font-size:11px;
}


/* COLLECTION MASTER v18 — BRIGHTER FILTER TEXT */
.filters a{
  color:#c9c3b8;
}

/* Keep selected filter gold */
.filters a.active{
  color:var(--gold);
}


.box-description-test{
  max-width:100%;
  text-wrap:balance;
}


/* COLLECTION MASTER v20 — BOX DESCRIPTION HEADINGS 18PX */
.item-title{
  font-size:18px;
}


/* COLLECTION MASTER v21 — BOX DESCRIPTION HEADINGS 16PX */
.item-title{
  font-size:16px;
}


/* COLLECTION MASTER v22 — CENTRED BOX TEXT */
.meta{
  text-align:center;
  padding-left:0;
}
.item-title,
.secondary{
  text-align:center;
}


/* COLLECTION MASTER v23 — 14PX BOX TEXT + WIDER TEXT AREA */
.item-title{
  font-size:14px;
  width:calc(100% + 40px);
  max-width:none;
  margin-left:-20px;
  margin-right:-20px;
  line-height:1.35;
  text-align:center;
}


.box-description-test{
  max-width:none;
  text-wrap:pretty;
}


/* COLLECTION MASTER v24 — PRICE / ARCHIVE TEXT 12PX */
.secondary{
  font-size:12px;
}


/* COLLECTION MASTER v26 — APPROVED BACKGROUND RESTORED
   Use the supplied gradient as the page background without altering its
   brightness, gradient, positioning or proportions. */
html{
  background:#0d0d0c;
}
body{
  background-color:#0d0d0c;
  background-image:url("assets/approved-background.png");
  background-repeat:no-repeat;
  background-position:center top;
  background-size:100% auto;
  background-attachment:fixed;
}


/* COLLECTION MASTER v27 — MORE SPACE WITHIN MULTI-LINE BOX TITLES
   Keep 14px title size; increase line-height only, so two-line titles breathe
   without changing the overall typography scale. */
.item-title{
  line-height:1.6;
}


/* =========================================================
   COLLECTION MASTER v28 — RESPONSIVE-SAFE TITLE WIDTH
   Keep titles centred and prevent them extending beyond image width.
   ========================================================= */

.item-title{
  width:100%;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
  padding-inline:0;
  overflow-wrap:normal;
  word-break:normal;
}


.box-description-test{
  width:100%;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
}


/* Replace the regular CSS grid with a two-column masonry flow. */
.collection{
  display:block;
  column-count:2;
  column-gap:var(--column-gap);
  width:min(100%, var(--content-max));
  margin:clamp(28px, 2.5vw, 34px) auto 0;
}

/* Each card remains intact and flows vertically within its column. */
.card{
  display:inline-block;
  width:100%;
  margin:0 0 clamp(28px, 3vw, 42px);
  break-inside:avoid;
  -webkit-column-break-inside:avoid;
  page-break-inside:avoid;
  vertical-align:top;
}

/* Preserve exact image proportions and responsive title behaviour. */
.card img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
  object-position:center;
}

/* Tablet/mobile revert cleanly to one column. */
@media (max-width:820px){
  .collection{
    column-count:1;
    width:min(100%, 720px);
  }
}


/* =========================================================
   COLLECTION MASTER v33 — MASONRY BREAKPOINT 700PX
   Two columns retained through tablet widths.
   ========================================================= */

@media (min-width:701px) and (max-width:820px){
  .collection{
    column-count:2;
    width:min(100%, var(--content-max));
  }
}

@media (max-width:700px){
  .collection{
    column-count:1;
    width:min(100%, 720px);
  }
}


/* =========================================================
   COLLECTION MASTER v34 — STICKY HEADER FIX
   The parent .page previously inherited overflow:hidden,
   which prevents position:sticky from behaving correctly.
   ========================================================= */

html,
body{
  overflow-x:hidden;
}

.page{
  overflow:visible;
}

.header{
  position:sticky;
  position:-webkit-sticky;
  top:0;
  z-index:1000;
}


/* =========================================================
   COLLECTION MASTER v35 — FIXED HEADER
   Use position:fixed instead of sticky for reliable behaviour
   in browser preview environments.
   ========================================================= */

.header{
  position:fixed !important;
  top:0;
  left:0;
  right:0;
  width:100%;
  z-index:2000;
}

/* Reserve the header's space so page content does not slide underneath it. */
.page{
  padding-top:48px;
}

@media (max-width:820px){
  .page{
    padding-top:46px;
  }
}

@media (max-width:520px){
  .page{
    padding-top:44px;
  }
}


/* =========================================================
   COLLECTION MASTER v36 — FIXED HEADER ALIGNMENT / FULL WIDTH
   ========================================================= */

/* Remove the older negative margins and page-padding compensation
   from the header itself. The fixed band now spans the viewport exactly. */
.header{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:auto !important;
  margin:0 !important;
  padding:0 !important;
  box-sizing:border-box;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  z-index:2000;
}

/* The logo itself is the centring anchor.
   The hamburger remains absolutely positioned relative to the logo,
   so adding the menu does not shift the logo off the viewport centre. */
.brand-wrap{
  position:relative;
  margin-left:auto;
  margin-right:auto;
  flex:0 0 auto;
}

/* Keep the menu attached to the left of the centred logo. */
.menu{
  position:absolute;
}

/* Prevent any inherited mobile negative header margins from returning. */
@media (max-width:820px){
  .header{
    left:0 !important;
    right:0 !important;
    margin:0 !important;
    padding:0 !important;
  }
}

@media (max-width:520px){
  .header{
    left:0 !important;
    right:0 !important;
    margin:0 !important;
    padding:0 !important;
  }
}


/* =========================================================
   COLLECTION MASTER v37 — HOME v12 HEADER ICON SYSTEM
   Exact approved Home header balance carried into Collection.
   ========================================================= */

:root{
  --header-icon-gap:20px;
  --header-icon-box:30px;
}

.menu{
  right:calc(100% + var(--header-icon-gap)) !important;
  left:auto !important;
  width:16px !important;
  height:16px !important;
  top:50%;
  transform:translateY(-50%);
}

.menu span{
  width:16px !important;
  height:1px !important;
}

.menu span:nth-child(1){ top:2px !important; }
.menu span:nth-child(2){ top:7px !important; }
.menu span:nth-child(3){ top:12px !important; }

.search-button{
  position:absolute;
  left:calc(100% + 14px) !important;
  right:auto !important;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
}

.search-icon{
  position:absolute;
  width:14px;
  height:14px;
  border:1px solid var(--gold);
  border-radius:50%;
  left:6px;
  top:5px;
  box-sizing:border-box;
  opacity:.9;
}

.search-icon::after{
  content:"";
  position:absolute;
  width:8px;
  height:1px;
  background:var(--gold);
  transform:rotate(45deg);
  transform-origin:left center;
  left:10px;
  top:11px;
  opacity:.9;
}

@media (max-width:520px){
  :root{
    --header-icon-gap:14px;
  }
  .menu{
    right:calc(100% + var(--header-icon-gap)) !important;
    left:auto !important;
  }
  .search-button{
    left:calc(100% + 10px) !important;
    right:auto !important;
  }
}


/* =========================================================
   COLLECTION MASTER v38 — MOVING-LIGHT BACKGROUND
   + APPROVED IMAGE EDGE / SHADOW
   ========================================================= */

html,
body{
  background-color:#0c0906 !important;
}

body{
  background-image:url("assets/scroll-light-background.png") !important;
  background-repeat:no-repeat !important;
  background-position:center top !important;
  background-size:cover !important;
  background-attachment:fixed !important;
}

.page,
.hero-copy,
.collection,
.card,
.meta{
  background-color:transparent !important;
}

.collection .card img{
  box-sizing:border-box;
  border:0.5px solid rgba(0,0,0,.92) !important;
  box-shadow:
    0 2px 10px rgba(0,0,0,.46),
    0 0 2px rgba(0,0,0,.72) !important;
}

/* Approved site-wide decorative hairline rule. */
.rule{
  height:0.5px !important;
}

@media(max-width:719px){
  body{
    background-attachment:scroll !important;
    background-position:center top !important;
  }
}


/* =========================================================
   COLLECTION MASTER v39 — REMOVE LEGACY PAGE GRADIENT
   The old Collection .page radial-gradient was still sitting
   above the new body background. Remove it completely so only
   the approved moving-light background remains visible.
   ========================================================= */

.page{
  background:none !important;
  background-image:none !important;
  background-color:transparent !important;
}

html{
  background:#0c0906 !important;
  background-image:none !important;
}

body{
  background-color:#0c0906 !important;
  background-image:url("assets/scroll-light-background.png") !important;
  background-repeat:no-repeat !important;
  background-position:center top !important;
  background-size:cover !important;
  background-attachment:fixed !important;
}

/* =========================================================
   SITE FRAMEWORK LOCK — STANDARDISED MASTER SHELL
   Shared with the locked Item and Library masters.
   Content/gallery design below this shell remains page-specific.
   ========================================================= */
:root{
  --gold:#e5d49a;
  --ivory:#ebe6dc;
  --muted:#bcb6ab;
  --bg:#111;
  --header-h:48px;
  --page-pad:clamp(18px,4vw,56px);
}
body{font-family:"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;}
.header{
  position:fixed !important;
  inset:0 0 auto 0 !important;
  width:auto !important;
  height:var(--header-h) !important;
  margin:0 !important;
  padding:0 !important;
  z-index:2000 !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  background:linear-gradient(90deg,#090705 0%,#0d0b08 22%,#1b1815 42%,#211e1b 50%,#1b1815 58%,#0d0b08 78%,#090705 100%) !important;
  border-bottom:1px solid rgba(229,212,154,.08) !important;
}
.brand-wrap{
  position:relative !important;
  display:inline-block !important;
  line-height:0 !important;
  margin:0 !important;
}
.brand-logo{display:block !important;width:210px !important;max-width:none !important;height:auto !important;}
.menu{
  right:calc(100% + 20px) !important;left:auto !important;top:50% !important;
  transform:translateY(-50%) !important;width:16px !important;height:16px !important;
}
.menu span{width:16px !important;height:1px !important;}
.menu span:nth-child(1){top:2px !important}.menu span:nth-child(2){top:7px !important}.menu span:nth-child(3){top:12px !important}
.search-button{
  left:calc(100% + 14px) !important;right:auto !important;top:50% !important;
  transform:translateY(-50%) !important;width:30px !important;height:30px !important;
}
.search-icon{width:14px !important;height:14px !important;left:6px !important;top:5px !important;}
.search-icon::after{width:8px !important;height:1px !important;left:10px !important;top:11px !important;}
.page{padding-top:calc(var(--header-h) + 58px) !important;}
.hero-copy{margin-top:0 !important;}
.page-title{font-size:18px !important;font-weight:400 !important;}
.intro{font-size:12px !important;}
@media(max-width:719px){
  .page{padding-top:calc(var(--header-h) + 42px) !important;}
  .brand-logo{width:210px !important;max-width:none !important;}
}


/* =========================================================
   COLLECTION STANDARDISED v2 — ALIGNED OPENING ROW
   The first two Collection images now share one explicit row,
   so their top edges are mathematically identical.
   The remaining pieces retain the approved two-column masonry
   flow below.
   ========================================================= */

.collection{
  display:block !important;
  column-count:initial !important;
  column-gap:normal !important;
  width:min(100%, var(--content-max)) !important;
  margin:clamp(28px, 2.5vw, 34px) auto 0 !important;
}

/* First two pieces: exact common top baseline */
.collection-opening-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:var(--column-gap);
  align-items:start;
  width:100%;
}

/* Remove masonry card bottom spacing from the opening pair;
   the shared gap to the masonry section is controlled below. */
.collection-opening-row .card{
  display:block;
  width:100%;
  margin:0;
}

/* Continue with the approved independent-column masonry flow */
.collection-masonry{
  display:block;
  column-count:2;
  column-gap:var(--column-gap);
  width:100%;
  margin-top:clamp(28px, 3vw, 42px);
}

.collection-masonry .card{
  display:inline-block;
  width:100%;
  margin:0 0 clamp(28px, 3vw, 42px);
  break-inside:avoid;
  -webkit-column-break-inside:avoid;
  page-break-inside:avoid;
  vertical-align:top;
}

/* Preserve natural image proportions everywhere */
.collection-opening-row .card img,
.collection-masonry .card img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
}

/* Existing site breakpoint principle retained */
@media (max-width:700px){
  .collection-opening-row{
    grid-template-columns:1fr;
    row-gap:clamp(28px, 3vw, 42px);
  }
  .collection-masonry{
    column-count:1;
  }
}

@media (min-width:701px) and (max-width:820px){
  .collection-opening-row{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .collection-masonry{
    column-count:2;
  }
}


/* =========================================================
   COLLECTION STANDARDISED v3 — INDEPENDENT ALIGNED COLUMNS
   The two Collection columns begin on the same baseline, but
   then flow independently. This removes the artificial blank
   area created by a shared first-row height.
   ========================================================= */

.collection{
  display:block !important;
  column-count:initial !important;
  column-gap:normal !important;
  width:min(100%, var(--content-max)) !important;
  margin:clamp(28px, 2.5vw, 34px) auto 0 !important;
}

.collection-opening-row,
.collection-masonry{
  display:none !important;
}

.collection-columns{
  display:flex;
  align-items:flex-start;
  gap:var(--column-gap);
  width:100%;
}

.collection-column{
  flex:1 1 0;
  min-width:0;
}

.collection-column .card{
  display:block !important;
  width:100% !important;
  margin:0 0 clamp(28px, 3vw, 42px) !important;
  break-inside:auto !important;
  -webkit-column-break-inside:auto !important;
  page-break-inside:auto !important;
}

.collection-column .card:first-child{
  margin-top:0 !important;
}

.collection-column .card img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
}

/* Mobile restores the original item order while keeping the
   desktop columns independent. */
@media (max-width:700px){
  .collection-columns{
    display:flex;
    flex-direction:column;
    gap:0;
  }

  .collection-column{
    display:contents;
  }

  .collection-column .card{
    order:var(--source-order);
  }
}

/* STANDARDISED v4 — optical logo alignment correction */
.brand-logo{
  transform: translateY(6px) !important;
}


/* COLLECTION v5 — EXACT SHARED HEADER FROM LOCKED ITEM MASTER */
.site-header{
  position:fixed;
  inset:0 0 auto 0;
  height:var(--header-h);
  z-index:2000;
  display:flex;
  justify-content:center;
  align-items:center;
  background:linear-gradient(90deg,#090705 0%,#0d0b08 22%,#1b1815 42%,#211e1b 50%,#1b1815 58%,#0d0b08 78%,#090705 100%);
  
}

.brand-wrap{
  position:relative;
  display:inline-block;
  line-height:0;
}

.brand-link{display:block}

.brand-logo{
  display:block;
  width:210px;
  height:auto;
}

.menu{
  appearance:none;
  border:0;
  background:transparent;
  padding:0;
  position:absolute;
  right:calc(100% + 20px);
  top:50%;
  transform:translateY(-50%);
  width:16px;
  height:16px;
  cursor:pointer;
}

.menu span{
  display:block;
  position:absolute;
  left:0;
  width:16px;
  height:1px;
  background:var(--gold);
}

.menu span:nth-child(1){top:2px}

.menu span:nth-child(2){top:7px}

.menu span:nth-child(3){top:12px}

.search-button{
  appearance:none;
  border:0;
  background:transparent;
  padding:0;
  position:absolute;
  left:calc(100% + 14px);
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  cursor:pointer;
}

.search-icon{
  position:absolute;
  width:14px;
  height:14px;
  border:1px solid var(--gold);
  border-radius:50%;
  left:6px;
  top:5px;
  opacity:.9;
}

.search-icon::after{
  content:"";
  position:absolute;
  width:8px;
  height:1px;
  background:var(--gold);
  transform:rotate(45deg);
  transform-origin:left center;
  left:10px;
  top:11px;
}


/* Ensure no Collection-only logo nudge survives */
.site-header .brand-logo{
  transform:none !important;
  margin-top:0 !important;
}


/* =========================================================
   COLLECTION v6 — REMOVE LEGACY COLLECTION HEADER GEOMETRY
   The old Collection CSS retained a 48px height on .brand-wrap.
   That made the logo sit at the top of a 48px box while the menu
   and search were centred within it. The locked Item Master has
   no fixed height on .brand-wrap. Resetting this makes the entire
   header geometry genuinely identical to the Item Master.
   ========================================================= */

.site-header .brand-wrap{
  height:auto !important;
  min-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  display:inline-block !important;
  align-items:initial !important;
}

.site-header .brand-logo{
  display:block !important;
  transform:none !important;
  margin:0 !important;
  position:static !important;
}

/* COLLECTION LOCKED — image hover: 16% darkening */
.collection-column .card img{
  transition:filter 260ms ease;
}
@media (hover:hover) and (pointer:fine){
  .collection-column .card:hover img{
    filter:brightness(0.84);
  }
}

/* COLLECTION LOCKED — inactive filters transition to gold */
.filters a{
  transition:color 220ms ease;
}
@media (hover:hover) and (pointer:fine){
  .filters a:not(.active):hover{
    color:var(--gold);
  }
}

/* FINAL SHARED HEADER SYNC */
.site-header{
  background:linear-gradient(90deg,#090705 0%,#0d0b08 22%,#1b1815 42%,#211e1b 50%,#1b1815 58%,#0d0b08 78%,#090705 100%) !important;
  border-bottom:0 !important;
  box-shadow:none !important;
}


/* =========================================================
   COLLECTION PAGE — MOBILE FIXED BACKGROUND
   Keeps the decorative page background attached to the
   visible phone viewport while page content scrolls above it.
   ========================================================= */
@media (max-width:719px){

  html{
    background:#0b0a08 !important;
  }

  body{
    position:relative;
    background-image:none !important;
    background-color:transparent !important;
    background-attachment:scroll !important;
  }

  body::before{
    content:"";
    position:fixed;
    inset:0;
    z-index:-1;
    width:100vw;
    height:100vh;
    height:100dvh;
    background:
      #0b0a08 url("assets/scroll-light-background.png")
      center center / cover no-repeat;
    pointer-events:none;
    transform:translateZ(0);
  }
}


/* =========================================================
   UNIFIED HAMBURGER — FINAL
   Three bars are painted as one fixed 16×16 raster block.
   No separate spans, transforms or box-shadows are used.
   This keeps all three rules exactly 2px and perfectly aligned.
   ========================================================= */
.site-header .menu,
.header .menu{
  width:16px !important;
  height:16px !important;
}

.site-header .menu span,
.header .menu span{
  display:none !important;
}

.site-header .menu::before,
.header .menu::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  width:16px !important;
  height:16px !important;
  background:
    linear-gradient(
      to bottom,
      transparent 0px,
      transparent 2px,
      var(--gold) 2px,
      var(--gold) 4px,
      transparent 4px,
      transparent 7px,
      var(--gold) 7px,
      var(--gold) 9px,
      transparent 9px,
      transparent 12px,
      var(--gold) 12px,
      var(--gold) 14px,
      transparent 14px,
      transparent 16px
    ) !important;
  box-shadow:none !important;
  transform:none !important;
  opacity:1 !important;
  pointer-events:none !important;
}


/* =========================================================
   COLLECTION TEST — PROVEN ITEM-PAGE SHORT-LANDSCAPE GLOW
   Background only. No Collection geometry/layout changes.
   ========================================================= */

@media (orientation:landscape) and (max-height:520px) and (max-width:1000px){

  html{
    background:#0f0b07 !important;
  }

  body{
    background:transparent !important;
    background-image:none !important;
    min-height:100%;
  }

  html::before{
    content:"";
    position:fixed;
    inset:0;
    z-index:-1;
    pointer-events:none;

    background:
      radial-gradient(
        ellipse 48% 105% at 50% 18%,
        rgba(107,105,97,.96) 0%,
        rgba(82,79,73,.88) 20%,
        rgba(48,44,39,.72) 46%,
        rgba(24,19,14,.48) 66%,
        rgba(15,11,7,0) 82%
      );

    background-repeat:no-repeat;
    background-position:center top;
    background-size:100% 760px;
  }
}



/* =========================================================
   COLLECTION — BOTTOM EDGE TEST

   Removes the normal inter-card spacing after the final
   card in each independent Collection column.

   Test only: no other Collection geometry is changed.
   ========================================================= */

.collection-column .card:last-child{
  margin-bottom:0 !important;
}
