/* NY Furs static redesign */
:root {
  --ink: #15110f;
  --charcoal: #28211d;
  --espresso: #3a2c24;
  --ivory: #fbf6ef;
  --cream: #f3eadf;
  --sand: #d8c4ad;
  --gold: #b78956;
  --muted: #75695f;
  --line: rgba(42, 33, 28, .12);
  --shadow: 0 24px 80px rgba(21, 17, 15, .14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: Inter, Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--charcoal);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow {
  color: var(--gold);
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: .98; color: var(--ink); margin: 0; }
h1 { font-size: clamp(4rem, 9vw, 8.6rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.6rem, 5vw, 5rem); letter-spacing: -.045em; }
h3 { font-size: clamp(1.5rem, 2vw, 2.1rem); letter-spacing: -.025em; }
p { margin: 0; color: var(--muted); }
.lead { font-size: clamp(1.05rem, 1.35vw, 1.28rem); color: #efe3d5; max-width: 820px; }
.section-copy { max-width: 720px; font-size: 1.08rem; }

.topbar {
  background: #110e0c;
  color: rgba(255,255,255,.78);
  font-size: .78rem;
  letter-spacing: .05em;
}
.topbar .container { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; }
.topbar a { color: #fff; }

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251,246,239,.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 12px; font-family: var(--serif); font-size: 1.45rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.logo img { width: 88px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.nav-links a { color: var(--ink); opacity: .84; }
.nav-links a:hover { color: var(--gold); opacity: 1; }
.nav-links .btn,
.nav-links a.btn {
  color: #fff;
  opacity: 1;
  min-width: 228px;
}
.nav-links .btn:hover,
.nav-links a.btn:hover {
  color: #fff;
}
.nav-toggle { display: none; border: 0; background: transparent; font-size: 1.7rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { background: var(--gold); border-color: var(--gold); transform: translateY(-1px); }
.btn.light { background: #fffaf4; color: var(--ink); border-color: rgba(255,255,255,.35); }
.btn.ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.38); }
.btn.ghost:hover { background: #fff; color: var(--ink); }

.hero {
  min-height: calc(100vh - 118px);
  display: grid;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  background: var(--ink);
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.05); }
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15,12,10,.82), rgba(15,12,10,.45) 48%, rgba(15,12,10,.16)), linear-gradient(0deg, rgba(15,12,10,.45), transparent 40%);
}
.hero-content { position: relative; z-index: 1; display: grid; align-content: center; padding: 92px 0; }
.hero h1 { color: #fff; max-width: 1120px; }
.hero .lead { margin-top: 24px; }
.hero .eyebrow { color: #e0b987; margin-bottom: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 48px; }
.stat { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); border-radius: 22px; padding: 16px 20px; color: #fff; min-width: 160px; }
.stat strong { display: block; font-family: var(--serif); font-size: 1.9rem; line-height: 1; }
.stat span { color: rgba(255,255,255,.72); font-size: .82rem; }

section { padding: 105px 0; }
.split { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.panel-img { border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); background: var(--cream); }
.panel-img img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.about-expanded { background: linear-gradient(180deg, var(--ivory), #fffaf5); }
.about-intro {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 70px;
  align-items: start;
}
.heritage-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  margin-top: 54px;
}
.heritage-card {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
  background: var(--cream);
  box-shadow: var(--shadow);
}
.heritage-card-large { min-height: 620px; }
.heritage-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heritage-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(16,13,11,.68), rgba(16,13,11,.08) 62%);
}
.heritage-card figcaption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 1;
  color: #fff;
}
.heritage-card figcaption strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}
.heritage-card figcaption span {
  display: block;
  max-width: 520px;
  margin-top: 8px;
  color: rgba(255,255,255,.78);
}
.about-story {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}
.about-story > div {
  background: rgba(255,255,255,.76);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 14px 50px rgba(21,17,15,.06);
}
.about-story h3 { font-size: 1.8rem; }
.about-story p { margin-top: 12px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.card {
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 14px 50px rgba(21,17,15,.08);
}
.card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.card-body { padding: 26px; }
.card-body p { margin-top: 10px; }

.collection { background: #fffaf5; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.collection-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; margin-top: 42px; }
.tile { position: relative; min-height: 380px; border-radius: 34px; overflow: hidden; background: #ddd; box-shadow: var(--shadow); }
.tile:first-child { grid-row: span 2; min-height: 780px; }
.tile img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.56), transparent 55%); }
.tile-label { position: absolute; left: 24px; right: 24px; bottom: 24px; z-index: 1; color: #fff; }
.tile-label strong { display: block; font-family: var(--serif); font-size: 2rem; line-height: 1; }
.tile-label span { color: rgba(255,255,255,.76); }

.services { background: var(--ink); color: #fff; }
.services h2, .services h3 { color: #fff; }
.services p { color: rgba(255,255,255,.72); }
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 38px; }
.service {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  padding: 30px;
  background: rgba(255,255,255,.06);
}
.service .num { color: #d9ad79; font-weight: 800; letter-spacing: .14em; font-size: .76rem; }

.quote { background: linear-gradient(135deg, var(--espresso), #17110e); color: #fff; text-align: center; }
.quote blockquote { max-width: 920px; margin: 0 auto; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.2rem); line-height: 1.06; }
.quote cite { display: block; margin-top: 22px; color: #d9ad79; font-style: normal; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }

.contact { background: #fffaf5; }
.contact-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 36px;
  padding: 42px;
  box-shadow: var(--shadow);
}
.contact-list { display: grid; gap: 16px; margin-top: 28px; }
.contact-item { padding-top: 16px; border-top: 1px solid var(--line); }
.contact-item strong { display: block; color: var(--ink); }
.map-link { overflow: hidden; border-radius: 28px; min-height: 360px; background: linear-gradient(135deg, var(--cream), var(--sand)); display: grid; place-items: center; padding: 30px; text-align: center; }
.map-link p { max-width: 360px; }

.footer { background: #110e0c; color: rgba(255,255,255,.68); padding: 42px 0; }
.footer .container { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; align-items: center; }
.footer a { color: #fff; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .topbar .container { justify-content: center; text-align: center; }
  .topbar span:last-child { display: none; }
  .nav { min-height: 72px; }
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 82px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    background: #fffaf4;
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 6px; }
  .nav-links .btn { margin-top: 10px; }
  .hero { min-height: 720px; }
  .split, .contact-card, .about-intro, .heritage-grid { grid-template-columns: 1fr; }
  .collection-head { display: block; }
  .section-copy { margin-top: 18px; }
  .card-grid, .service-list, .about-story { grid-template-columns: 1fr; }
  .heritage-card, .heritage-card-large { min-height: 430px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .tile, .tile:first-child { min-height: 430px; grid-row: auto; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  h1 { font-size: 3.5rem; }
  section { padding: 72px 0; }
  .hero-content { padding: 70px 0; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
  .contact-card { padding: 26px; }
  .footer .container { display: block; }
}

.showcase-gallery {
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
}
.gallery-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
}
.product-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 42px;
}
.product-gallery figure {
  position: relative;
  margin: 0;
  min-height: 360px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--cream);
  box-shadow: 0 16px 54px rgba(21,17,15,.09);
}
.product-gallery img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform .35s ease;
}
.product-gallery figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(15,12,10,.58), transparent 52%);
}
.product-gallery figure:hover img { transform: scale(1.035); }
.product-gallery figcaption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 1;
  color: #fff;
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1;
}

@media (max-width: 900px) {
  .gallery-head { display: block; }
  .product-gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .product-gallery { grid-template-columns: 1fr; }
  .product-gallery figure { min-height: 430px; }
}

.product-gallery figure { cursor: zoom-in; }
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(15,12,10,.88);
  backdrop-filter: blur(10px);
}
.lightbox.open { display: flex; }
.lightbox-inner {
  position: relative;
  width: min(92vw, 980px);
  max-height: 90vh;
}
.lightbox img {
  width: 100%;
  max-height: 84vh;
  object-fit: contain;
  border-radius: 24px;
  box-shadow: 0 28px 90px rgba(0,0,0,.45);
  background: var(--cream);
}
.lightbox-caption {
  margin-top: 14px;
  color: #fff;
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1;
}
.lightbox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: #fffaf4;
  color: var(--ink);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 560px) {
  .lightbox { padding: 16px; }
  .lightbox-close { top: -10px; right: -10px; }
}

.gallery-more { display: none; margin: 28px auto 0; }

@media (max-width: 560px) {
  .product-gallery:not(.expanded) figure:nth-child(n+7) { display: none; }
  .gallery-more { display: flex; }
}
