﻿:root {
  color-scheme: light;
  --ivory: #F7F4EE;
  --warm-white: #FCFAF6;
  --stone: #E8E1D5;
  --linen: #D8CDBD;
  --charcoal: #394652;
  --muted: #6F7170;
  --bronze: #C8894D;
  --walnut: #6D4C36;
  --ink-soft: rgba(57, 70, 82, .74);
  --line: rgba(57, 70, 82, .16);
  --shadow: 0 22px 60px rgba(57, 70, 82, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 108px; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--charcoal);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}
body.locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, select, textarea { max-width: 100%; }
button, input, select { font: inherit; }
.announcement {
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 0 14px;
  text-align: center;
  background: var(--charcoal);
  color: var(--ivory);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 18px clamp(18px, 4vw, 58px);
  background: rgba(247, 244, 238, .92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.wordmark-brand { gap: 0; }
.monogram {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--charcoal);
  color: var(--charcoal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  font-weight: 600;
}
.wordmark {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
.nav { justify-self: center; display: flex; align-items: center; gap: clamp(14px, 2vw, 26px); color: var(--ink-soft); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.nav a:hover { color: var(--charcoal); }
.header-actions { display: flex; justify-content: end; gap: 10px; }
.icon-button, .menu-toggle, .close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: rgba(252, 250, 246, .78);
  color: var(--charcoal);
  min-height: 38px;
  padding: 0 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.menu-toggle { display: none; }
.hero { min-height: calc(100vh - 94px); position: relative; display: grid; align-items: end; overflow: hidden; padding: clamp(28px, 6vw, 78px); }
.hero-media { position: absolute; inset: 0; background: var(--stone); background-size: cover; background-position: center; }
.hero-media::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(45, 52, 56, .68), rgba(57, 70, 82, .34) 40%, rgba(57, 70, 82, .03) 68%); }
.hero-copy { position: relative; max-width: 780px; color: var(--warm-white); padding-bottom: min(8vh, 80px); }
.eyebrow { margin: 0 0 12px; color: var(--bronze); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; letter-spacing: 0; }
h1 { margin: 0; max-width: 860px; font-size: clamp(44px, 7vw, 96px); line-height: .97; }
h2 { margin: 0; font-size: clamp(34px, 4.4vw, 62px); line-height: 1.02; }
h3 { margin: 0; font-size: 28px; line-height: 1.05; }
.hero-copy p:not(.eyebrow) { max-width: 660px; font-size: clamp(17px, 2vw, 23px); line-height: 1.55; color: rgba(252, 250, 246, .9); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}
.button.primary { background: var(--bronze); color: var(--warm-white); }
.button.secondary { background: rgba(252, 250, 246, .9); color: var(--charcoal); }
.section { padding: clamp(56px, 8vw, 112px) clamp(18px, 4vw, 58px); }
.section-heading { margin-bottom: clamp(28px, 5vw, 56px); }
.section-heading.split { display: grid; grid-template-columns: minmax(260px, 620px) minmax(240px, 520px); justify-content: space-between; gap: 28px; align-items: end; }
.section-heading.center { text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }
.section-heading p, .about-copy p, .newsletter p, .footer p { color: var(--ink-soft); line-height: 1.7; }
.room-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border: 1px solid var(--line); background: var(--warm-white); }
.room-card { aspect-ratio: 4 / 5; min-height: 300px; display: grid; align-content: end; padding: 20px; position: relative; overflow: hidden; border: 0; border-right: 1px solid var(--line); cursor: pointer; background: var(--stone); text-align: left; }
.room-card:last-child { border-right: 0; }
.room-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(1.08) saturate(1.06) contrast(1.02); transform: scale(1.02); transition: transform .28s ease; }
.room-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.42) 0%, rgba(0,0,0,.18) 38%, rgba(0,0,0,.04) 70%, rgba(0,0,0,0) 100%); }
.room-card:hover img { transform: scale(1.07); }
.room-card div { position: relative; z-index: 1; color: var(--warm-white); }
.room-card h3 { font-size: 30px; }
.room-card span { display: block; margin-top: 6px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.product-row, .grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.product-card { position: relative; background: transparent; border: 0; cursor: pointer; text-align: left; padding: 0; color: var(--charcoal); }
.product-media { position: relative; overflow: hidden; background: var(--stone); aspect-ratio: 4 / 5; margin-bottom: 14px; }
.product-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .28s ease; }
.product-image-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, var(--stone), var(--ivory)); }
.product-card:hover img { transform: scale(1.04); }
.product-card h3 { font-family: Inter, sans-serif; font-size: 15px; font-weight: 600; line-height: 1.35; min-height: 42px; }
.product-card .price { display: block; margin-top: 6px; font-weight: 700; color: var(--walnut); }
.product-card .context { display: block; margin-bottom: 6px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.card-cta { display: inline-flex; align-items: center; width: fit-content; margin-top: 12px; border-bottom: 1px solid var(--bronze); color: var(--charcoal); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; line-height: 1.2; padding-bottom: 4px; }
.product-card .card-cta { min-height: 32px; }
.collection-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.collection-card, .gift-card { min-height: 250px; border: 1px solid var(--line); background: var(--warm-white); padding: 18px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; }
.collection-card img, .gift-card img { width: 100%; aspect-ratio: 1.25 / 1; object-fit: cover; margin-bottom: 18px; background: var(--stone); }
.collection-card h3, .gift-card h3 { overflow-wrap: anywhere; }
.collection-card p, .gift-card p { margin: 8px 0 0; color: var(--ink-soft); line-height: 1.55; font-size: 14px; }
.dukes-finds { background: var(--warm-white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dukes-finds .section-heading h2 { font-size: clamp(34px, 3.6vw, 54px); }
.dukes-finds .section-heading p:not(.eyebrow) { max-width: 620px; margin: 14px auto 0; }
.finds-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.find-card { display: grid; grid-template-rows: auto 1fr; background: var(--ivory); border: 1px solid var(--line); height: 100%; }
.find-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: var(--stone); }
.find-card div { padding: 18px; display: flex; flex-direction: column; }
.find-card p { color: var(--ink-soft); line-height: 1.65; }
.find-card .text-link { margin-top: auto; }
.text-link { display: inline-flex; align-items: center; width: fit-content; border: 0; border-bottom: 1px solid var(--bronze); background: transparent; color: var(--charcoal); padding: 0 0 5px; cursor: pointer; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; font-size: 12px; line-height: 1.2; }
.find-card div, .product-card, .gift-card, .collection-card { min-width: 0; }
.feature-story { display: grid; grid-template-columns: minmax(260px, .9fr) minmax(300px, 1.1fr); gap: clamp(26px, 5vw, 70px); align-items: center; background: var(--warm-white); }
.feature-story img { width: 100%; aspect-ratio: 1 / 1.05; object-fit: cover; background: var(--stone); }
.feature-story .story-copy { max-width: 620px; }
.feature-story p { color: var(--ink-soft); line-height: 1.75; }
.gift-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.catalog { background: var(--warm-white); }
.catalog.is-hidden { display: none; }
.catalog-shell { display: grid; grid-template-columns: minmax(220px, 280px) 1fr; gap: clamp(24px, 4vw, 54px); align-items: start; }
.filters { position: sticky; top: 106px; border-top: 1px solid var(--line); padding-top: 22px; }
.filter-group { margin-top: 24px; }
.filter-group > span, .search-field span, .sort-field span { display: block; margin-bottom: 9px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.filter-list { display: grid; gap: 8px; }
.filter-button, .shop-chip { display: inline-flex; align-items: center; justify-content: flex-start; width: 100%; text-align: left; min-height: 38px; padding: 0 10px; border: 1px solid var(--line); background: transparent; color: var(--charcoal); border-radius: 4px; cursor: pointer; line-height: 1.2; }
.filter-button.active, .shop-chip.active { background: var(--charcoal); color: var(--ivory); border-color: var(--charcoal); }
.catalog-toolbar { display: grid; grid-template-columns: minmax(220px, 1fr) 220px; gap: 14px; margin-bottom: 18px; }
input, select { width: 100%; min-height: 46px; border: 1px solid var(--line); border-radius: 4px; background: var(--ivory); color: var(--charcoal); padding: 0 12px; }
.catalog-main, .filters, .info-content, .footer > div { min-width: 0; }
.catalog-meta { margin-bottom: 20px; color: var(--muted); }
.room-intro { margin: 0 0 22px; max-width: 720px; }
.room-intro:empty { display: none; }
.room-intro h3 { font-size: clamp(28px, 3vw, 42px); }
.room-intro p { margin: 8px 0 0; color: var(--ink-soft); line-height: 1.65; }
.empty-state { grid-column: 1 / -1; padding: 42px 22px; border: 1px solid var(--line); background: var(--ivory); color: var(--ink-soft); text-align: center; }
.about { display: grid; grid-template-columns: minmax(260px, 660px) minmax(260px, 1fr); gap: clamp(28px, 6vw, 84px); align-items: center; background: var(--ivory); }
.about-image { margin: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-auto-rows: 1fr; gap: 14px; align-items: stretch; }
.about-image img { width: 100%; height: clamp(360px, 38vw, 560px); min-height: 100%; object-fit: cover; background: var(--stone); display: block; align-self: stretch; margin: 0 !important; }
.about-image img:first-child { object-position: center center; }
.about-image img:nth-child(2) { object-position: center center; }
.newsletter { padding: clamp(42px, 6vw, 78px) clamp(18px, 4vw, 58px); background: var(--charcoal); color: var(--ivory); text-align: center; }
.newsletter p { max-width: 620px; margin-left: auto; margin-right: auto; color: rgba(247,244,238,.78); }
.newsletter-form { max-width: 560px; margin: 28px auto 0; display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.newsletter input { background: rgba(247,244,238,.08); border-color: rgba(247,244,238,.28); color: var(--ivory); }
.newsletter-note { margin-top: 14px; font-size: 12px; line-height: 1.6; color: rgba(247,244,238,.62) !important; }
.newsletter-message { min-height: 22px; margin-top: 12px; font-weight: 600; color: var(--ivory) !important; }
.newsletter-message.error { color: #f1c4b6 !important; }
.footer { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 28px; padding: 48px clamp(18px, 4vw, 58px); background: var(--stone); }
.footer h3 { font-family: Inter, sans-serif; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.footer a { display: block; margin: 10px 0; color: var(--ink-soft); font-size: 14px; }
.info-page { min-height: 70vh; background: var(--warm-white); }
.info-content { max-width: 880px; margin: 0 auto; }
.info-content h1 { font-size: clamp(42px, 5vw, 72px); }
.info-content h2 { margin-top: 34px; font-size: clamp(28px, 3vw, 42px); }
.info-content p, .info-content li { color: var(--ink-soft); line-height: 1.75; }
.info-content ul { padding-left: 20px; }
.shop-link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 28px 0; }
.contact-content { max-width: 940px; }
.contact-lede { max-width: 640px; }
.contact-details { display: grid; gap: 26px; margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); }
.contact-group span { display: block; margin-bottom: 10px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.contact-email { display: inline-flex; align-items: center; width: fit-content; max-width: 100%; border-bottom: 1px solid var(--bronze); color: var(--charcoal); font-size: clamp(18px, 2vw, 22px); line-height: 1.35; overflow-wrap: anywhere; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-social { display: flex; flex-wrap: wrap; gap: 10px; color: var(--ink-soft); }
.contact-social a { border-bottom: 1px solid var(--bronze); color: var(--charcoal); }
dialog { width: min(1120px, calc(100vw - 28px)); border: 0; padding: 0; background: var(--warm-white); color: var(--charcoal); box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(34, 40, 45, .54); }
.close { position: absolute; right: 12px; top: 12px; z-index: 3; background: rgba(247,244,238,.92); }
.dialog-body { display: grid; grid-template-columns: minmax(280px, 1fr) minmax(300px, .82fr); max-height: 86vh; overflow: auto; }
.gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 16px; background: var(--stone); align-content: start; }
.gallery img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.product-info { padding: clamp(28px, 5vw, 56px); }
.product-info h2 { font-size: clamp(32px, 4vw, 58px); }
.product-info .price { margin: 16px 0 22px; font-size: 22px; font-weight: 700; color: var(--walnut); }
.detail-list { display: grid; gap: 12px; margin: 24px 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-list div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; color: var(--ink-soft); line-height: 1.45; }
.detail-list strong { color: var(--charcoal); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.description { white-space: pre-line; color: var(--ink-soft); line-height: 1.72; max-height: 260px; overflow: auto; }
.related { margin-top: 28px; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.related-grid button { border: 0; padding: 0; background: transparent; text-align: left; cursor: pointer; }
.related-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.related-grid span { display: block; margin-top: 6px; color: var(--ink-soft); font-size: 12px; line-height: 1.35; overflow-wrap: anywhere; }
@media (max-width: 1100px) {
  .room-grid, .collection-grid, .gift-grid, .finds-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-row, .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  section[id] { scroll-margin-top: 156px; }
  .topbar { grid-template-columns: minmax(0, 1fr); gap: 10px; padding: 14px 18px; }
  .brand { min-width: 0; padding-right: 82px; }
  .wordmark-brand, .brand { max-width: 100%; }
  .menu-toggle { display: inline-flex !important; align-items: center; justify-content: center; position: absolute; top: 14px; right: 18px; z-index: 3; }
  .nav { grid-column: 1 / -1; display: none; justify-self: stretch; flex-direction: column; align-items: flex-start; gap: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
  .nav.open { display: flex; }
  .nav a { display: flex; align-items: center; width: 100%; min-height: 44px; }
  .header-actions { grid-column: 1 / -1; justify-content: start; width: 100%; }
  .header-actions .icon-button { flex: 1 1 0; }
  .icon-button, .menu-toggle, .close, .button, .filter-button, .shop-chip { min-height: 44px; }
  .icon-button, .menu-toggle, .button, .filter-button, .shop-chip { text-align: center; }
  .hero { min-height: 82vh; padding: 22px; align-items: end; }
  .hero-media { background-position: 64% center; }
  .hero-media::before { background: linear-gradient(180deg, rgba(33, 39, 44, .22), rgba(33, 39, 44, .76)); }
  .hero-copy { max-width: 100%; padding-bottom: 18px; }
  .hero-copy p:not(.eyebrow) { font-size: 16px; line-height: 1.55; }
  .button-row .button { flex: 1 1 100%; }
  .section-heading.split, .feature-story, .about, .catalog-shell { grid-template-columns: 1fr; }
  .filters { position: static; }
  .filters { border-top: 0; border-bottom: 1px solid var(--line); padding: 0 0 24px; }
  .filter-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-toolbar, .newsletter-form { grid-template-columns: 1fr; }
  .room-grid, .collection-grid, .gift-grid, .finds-grid { grid-template-columns: 1fr; }
  .room-card { aspect-ratio: 16 / 10; min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .room-card:last-child { border-bottom: 0; }
  .collection-card, .gift-card, .find-card { min-height: auto; }
  .product-row, .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .catalog-meta { margin-top: 4px; }
  .footer { grid-template-columns: 1fr 1fr; }
  .shop-link-grid { grid-template-columns: 1fr; }
  .contact-actions { display: grid; grid-template-columns: 1fr; }
  .dialog-body { grid-template-columns: 1fr; }
  dialog { width: calc(100vw - 20px); max-height: calc(100vh - 20px); }
  .dialog-body { max-height: calc(100vh - 20px); }
  .product-info { padding: 28px 20px 24px; }
  .product-info h2 { font-size: clamp(30px, 9vw, 42px); }
  .description { max-height: none; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 10px; }
}
@media (max-width: 480px) {
  .announcement { font-size: 10px; }
  section[id] { scroll-margin-top: 144px; }
  .topbar { padding: 12px 14px; gap: 8px; }
  .brand { padding-right: 78px; }
  .menu-toggle { top: 12px; right: 14px; }
  .announcement { font-size: 10px; letter-spacing: .06em; }
  .wordmark { font-size: 25px; }
  .monogram { width: 36px; height: 36px; }
  h1 { font-size: clamp(36px, 11vw, 40px); line-height: 1; overflow-wrap: anywhere; }
  h2 { font-size: clamp(31px, 9vw, 34px); overflow-wrap: anywhere; }
  h3 { overflow-wrap: anywhere; }
  .section { padding: 46px 18px; }
  .hero { min-height: 78vh; padding: 18px; }
  .hero-copy p:not(.eyebrow) { font-size: 15px; }
  .button { width: 100%; padding-left: 14px; padding-right: 14px; }
  .room-card h3 { font-size: 26px; }
  .collection-card h3, .gift-card h3, .find-card h3 { font-size: 25px; }
  .product-row { grid-template-columns: 1fr; gap: 18px; }
  .grid { grid-template-columns: 1fr; }
  .filter-list { grid-template-columns: 1fr; }
  .catalog-toolbar { gap: 12px; }
  .card-cta, .text-link { min-height: 36px; align-items: center; }
  .product-card h3 { font-size: 14px; min-height: auto; }
  .about-image { grid-template-columns: 1fr; }
  .about-image img { height: auto; aspect-ratio: 4 / 5; }
  .footer { grid-template-columns: 1fr; }
  .detail-list div { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .contact-social { gap: 8px 10px; }
}



