
: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}

.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%}


@media(max-width:900px){
  .page{width:100%;min-height:auto}
  
  
  .menu{right:calc(100% + 20px)}
}


.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)}
}


: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;
}


/* 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);
  }
  
  
}

/* 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;
  }
  
  
  
  
}


.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;
  }
}


/* 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;
  }
}


.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 */
  }
}


.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;
  }
}


.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;
  }
}


.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;
  }
}


.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;
  }
}


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


/* Rule beneath THE COLLECTION */


/* Active category underline */


/* Main gold rule beneath THE COLLECTION */


/* Active ALL BOXES underline */


/* Keep selected filter gold */


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;
}


/* Replace the regular CSS grid with a two-column masonry flow. */


/* Each card remains intact and flows vertically within its column. */


/* Preserve exact image proportions and responsive title behaviour. */


/* Tablet/mobile revert cleanly to one column. */


.home-page{
  width:100%;
  min-height:100vh;
  background:transparent !important;
}

.home-main{
  width:min(100%, 1310px);
  margin:0 auto;
  padding:clamp(28px, 3vw, 42px) var(--page-pad) 80px;
}

.home-tagline{
  margin:18px 0 28px;
  text-align:center;
  color:var(--ivory);
  font-size:clamp(16px, 1.25vw, 20px);
  font-weight:400;
  letter-spacing:.2px;
}

.home-hero{
  width:100%;
  margin:0 auto;
}

.home-hero img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
}

.home-divider{
  display:flex;
  align-items:center;
  gap:12px;
  margin:34px auto 34px;
  width:88%;
}
.home-divider::before, .home-divider::after{
  content:"";
  flex:1;
  height:.5px;
  background:var(--gold);
  opacity:.85;
}
.home-divider-mark{
  width:18px;
  height:.5px;
  background:var(--gold);
  opacity:.85;
}

.home-panels{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(18px, 2vw, 28px);
  align-items:start;
}

.home-panel{
  text-align:center;
}

.home-panel img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
}

.home-panel h2{
  margin:18px 0 0;
  font-size:14px;
  font-weight:400;
  color:var(--gold);
  letter-spacing:.5px;
}

.home-panel-rule{
  width:54px;
  height:.5px;
  background:var(--gold);
  margin:12px auto 14px;
  opacity:.85;
}

.home-panel p{
  margin:0 auto;
  max-width:360px;
  color:var(--muted);
  font-size:12px;
  line-height:1.7;
}

.home-footer-rule{
  width:78%;
  height:.5px;
  background:var(--gold);
  opacity:.45;
  margin:110px auto 0;
}

/* Responsive */
@media (max-width:900px){
  .home-main{
    width:100%;
  }
  .home-panels{
    grid-template-columns:1fr;
    width:min(100%, 720px);
    margin:0 auto;
    gap:34px;
  }
  .home-panel p{
    max-width:560px;
  }
}

@media (max-width:520px){
  .home-main{
    padding-top:22px;
    padding-inline:14px;
  }
  .home-tagline{
    font-size:16px;
    margin-bottom:22px;
  }
  .home-divider{
    margin:26px auto;
  }
  .home-footer-rule{
    margin-top:70px;
  }
}


.home-divider{
  display:block;
  width:64px;
  height:.5px;
  margin:34px auto 34px;
  background:var(--gold);
  opacity:.85;
}
.home-divider::before, .home-divider::after, .home-divider-mark{
  display:none;
}


/* 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;
  }
}


/* Reserve space beneath the fixed header on Home as well */
.home-page{
  padding-top:48px;
}
@media (max-width:820px){
  .home-page{padding-top:46px;}
}
@media (max-width:520px){
  .home-page{padding-top:44px;}
}


.home-hero{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}

.home-hero img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
}


.home-main{
  padding-top:0;
}

.home-tagline-after-hero{
  margin:28px 0 0;
}

.home-divider{
  margin-top:30px;
}

@media (max-width:520px){
  .home-main{
    padding-top:0;
  }
  .home-tagline-after-hero{
    margin-top:22px;
  }
}


.home-tagline, .home-tagline-after-hero{
  font-size:18px;
}


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

.search-icon{
  position:absolute;
  width:11px;
  height:11px;
  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:7px;
  height:1px;
  background:var(--gold);
  transform:rotate(45deg);
  transform-origin:left center;
  left:8px;
  top:9px;
  opacity:.9;
}

@media (max-width:520px){
  .search-button{
    left:calc(100% + 14px);
  }
}


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

/* Place both controls from the logo edges using the same gap. */
.menu{
  right:calc(100% + var(--header-icon-gap)) !important;
  left:auto !important;
  width:var(--header-icon-box);
  height:var(--header-icon-box);
  top:50%;
  transform:translateY(-50%);
}

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

/* Slightly larger magnifying glass, still comfortably inside header/logo height. */
.search-icon{
  width:14px;
  height:14px;
  border-width:1px;
  left:6px;
  top:5px;
}

.search-icon::after{
  width:8px;
  height:1px;
  left:10px;
  top:11px;
}

/* Keep equal spacing at mobile sizes too. */
@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% + var(--header-icon-gap)) !important;
    right:auto !important;
  }
}


.menu{
  width:22px !important;
  height:22px !important;
}

/* Scale the three hamburger strokes to a quieter size. */
.menu span{
  width:22px !important;
  height:1px !important;
}


.menu{
  width:18px !important;
  height:18px !important;
}

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

/* Keep the three strokes vertically contained within the 18px icon. */
.menu span:nth-child(1){ top:2px !important; }
.menu span:nth-child(2){ top:8px !important; }
.menu span:nth-child(3){ top:14px !important; }


.menu{
  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;
}

@media (max-width:520px){
  .search-button{
    left:calc(100% + 10px) !important;
  }
}


.home-panel-image{
  width:100%;
  aspect-ratio:3 / 2;
  overflow:hidden;
  display:block;
  border:0.5px solid rgba(0,0,0,.92);
}

.home-panel-image img{
  width:100% !important;
  height:100% !important;
  display:block;
  object-fit:cover;
  object-position:center;
  max-width:none;
  margin:0;
  filter:brightness(1);
  transition:filter 340ms ease;
}


@media (min-width:701px) and (max-width:900px){
  .home-panels{
    grid-template-columns:repeat(3, minmax(0,1fr)) !important;
    width:100% !important;
    max-width:none !important;
    margin-left:auto;
    margin-right:auto;
    gap:clamp(12px, 2vw, 20px);
  }

  .home-panel p{
    max-width:100%;
  }
}


@media (max-width:700px){
  .home-panels{
    grid-template-columns:1fr !important;
    width:min(100%, 720px);
    margin-left:auto;
    margin-right:auto;
    gap:34px;
  }
}


@media (min-width:1200px) and (min-height:760px){
  .home-hero{
    height:calc(100vh - 150px);
    overflow:hidden;
  }

  .home-hero img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
  }
}

/* Preserve the existing natural responsive image behaviour below desktop. */
@media (max-width:1199px), (max-height:759px){
  .home-hero{
    height:auto;
    overflow:visible;
  }

  .home-hero img{
    width:100%;
    height:auto;
    object-fit:contain;
  }
}


@media (min-width:1200px) and (min-height:800px){
  .home-hero{
    height:calc(100vh - 220px) !important;
    min-height:580px;
    overflow:hidden;
  }

  .home-hero img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
  }

  .home-tagline-after-hero{
    margin-top:20px;
  }

  .home-divider{
    margin-top:18px;
    margin-bottom:18px;
  }
}

/* On very tall desktop screens keep the reveal deliberately modest. */
@media (min-width:1200px) and (min-height:1000px){
  .home-hero{
    height:calc(100vh - 228px) !important;
  }
}

/* HOME MASTER — APPROVED THUMBNAIL INTERACTION
   Linked photography darkens by 16% on fine-pointer hover. */
@media (hover:hover) and (pointer:fine){
  .home-panel:hover .home-panel-image img{
    filter:brightness(.84);
  }
}
@media (prefers-reduced-motion:reduce){
  .home-panel-image img{
    transition:none;
  }
}

/* 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;
}


/* HOME MASTER — THREE THUMBNAIL HEADINGS PALE→GOLD TEST
   Existing 16% photographic darkening remains unchanged.
   Heading rests pale/ivory and changes to established gold over 220ms.
   Descriptive text remains unchanged. */
.home-card h2,
.home-card h3,
.home-feature h2,
.home-feature h3,
.home-tile h2,
.home-tile h3,
.feature-card h2,
.feature-card h3,
.home-links a h2,
.home-links a h3{
  color:#eee9df !important;
  text-shadow:none !important;
  transition:color 220ms ease !important;
}

@media (hover:hover) and (pointer:fine){
  .home-card:hover h2,
  .home-card:hover h3,
  .home-feature:hover h2,
  .home-feature:hover h3,
  .home-tile:hover h2,
  .home-tile:hover h3,
  .feature-card:hover h2,
  .feature-card:hover h3,
  .home-links a:hover h2,
  .home-links a:hover h3{
    color:#e5d49a !important;
  }
}

.home-card:focus-visible h2,
.home-card:focus-visible h3,
.home-feature:focus-visible h2,
.home-feature:focus-visible h3,
.home-tile:focus-visible h2,
.home-tile:focus-visible h3,
.feature-card:focus-visible h2,
.feature-card:focus-visible h3{
  color:#e5d49a !important;
}

/* Exact Home panel selectors */
.home-panel h2{
  color:#eee9df !important;
  text-shadow:none !important;
  transition:color 220ms ease !important;
}
@media (hover:hover) and (pointer:fine){
  .home-panel:hover h2{
    color:#e5d49a !important;
  }
}
.home-panel:focus-within h2{
  color:#e5d49a !important;
}


/* =========================================================
   HOME MASTER — FINAL LOCKED PANEL INTERACTION
   =========================================================
   - 16% image darkening remains
   - COLLECTION / LIBRARY / NEWSLETTER headings rest pale/ivory
   - headings transition to established gold over 220ms on hover/focus
   - descriptive text remains unchanged
   - no added glow, movement, scaling or line effects
   ========================================================= */
.home-panel h2{
  color:#eee9df !important;
  text-shadow:none !important;
  transition:color 220ms ease !important;
}
@media (hover:hover) and (pointer:fine){
  .home-panel:hover h2{
    color:#e5d49a !important;
  }
}
.home-panel:focus-within h2{
  color:#e5d49a !important;
}
