:root {
  --navy: #0b1830;
  --navy-deep: #071226;
  --blue: #24547e;
  --blue-soft: #6e8baa;
  --gold: #c79b54;
  --ivory: #f3efdf;
  --ivory-light: #f8f5eb;
  --paper: #fbfaf6;
  --charcoal: #14203a;
  --muted: #676c73;
  --line: rgba(20, 32, 58, 0.17);
  --white: #fff;
  --heading: "Fraunces", Georgia, "Times New Roman", serif;
  --body: "Manrope", "Segoe UI", Arial, sans-serif;
  --shadow: 0 22px 60px rgba(11, 24, 48, 0.12);
}

body {
  color: var(--charcoal);
  background: var(--paper);
  font-family: var(--body);
}

.announcement {
  min-height: 32px;
  color: rgba(255, 255, 255, 0.74);
  background: var(--navy);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: none;
}

.site-header {
  background: rgba(251, 250, 246, 0.97);
}

.brand-lockup strong {
  font-family: var(--body);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.brand-lockup small {
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.25em;
}

.brand-lockup .brand-mark {
  background: var(--navy);
}

.navbar .nav-link {
  font-size: 0.74rem;
  font-weight: 700;
}

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.btn-brand {
  border-color: var(--navy);
  background: var(--navy);
}

.btn-brand:hover,
.btn-brand:focus {
  border-color: var(--blue);
  background: var(--blue);
}

.hero {
  min-height: 720px;
  color: var(--white);
  background: var(--navy);
}

.hero-image {
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 18, 38, 1) 0%, rgba(7, 18, 38, 0.98) 40%, rgba(7, 18, 38, 0.77) 58%, rgba(7, 18, 38, 0.08) 84%),
    linear-gradient(0deg, rgba(7, 18, 38, 0.48), transparent 58%);
}

.hero-content {
  min-height: 720px;
}

.eyebrow {
  color: var(--blue);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.hero .eyebrow,
.eyebrow-light {
  color: var(--gold);
}

.hero h1,
.section-heading h2,
.editorial-strip h2,
.story-section h2,
.contact-cta h2,
.product-summary h1,
.stock-hero h1 {
  font-family: var(--heading);
  font-weight: 500;
  letter-spacing: -0.04em;
  text-transform: none;
}

.hero h1 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(4.5rem, 9vw, 8.8rem);
  line-height: 0.86;
}

.hero .eyebrow {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 1rem;
  font-size: clamp(1.1rem, 1.6vw, 1.5rem);
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero-title-line {
  display: inline-block;
  white-space: nowrap;
}

.hero-title-line-secondary {
  display: block;
  margin-top: 0.14em;
  font-size: clamp(2.35rem, 5.4vw, 5.8rem);
  line-height: 0.95;
  white-space: nowrap;
}

.hero-copy {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.8;
}

.hero .btn-brand {
  border-color: var(--ivory);
  color: var(--navy);
  background: var(--ivory);
}

.hero .btn-ghost {
  border-color: rgba(255, 255, 255, 0.52);
  color: var(--white);
  background: transparent;
}

.hero-note {
  color: rgba(255, 255, 255, 0.62);
}

.hero-note .line {
  background: var(--gold);
}

.benefits-section {
  margin-top: 0;
}

.benefits-section .container {
  max-width: none;
  padding: 0;
  box-shadow: none;
}

.benefit,
.benefit:nth-child(even) {
  min-height: 96px;
  color: var(--charcoal);
  background: var(--ivory);
  border-right-color: var(--line);
}

.benefit i {
  color: var(--blue);
}

.benefit span {
  color: var(--muted);
}

.section-space {
  padding: clamp(5rem, 9vw, 8rem) 0;
}

.section-heading {
  max-width: 760px;
}

.section-heading h2,
.story-section h2,
.editorial-strip h2,
.contact-cta h2 {
  font-size: clamp(3.4rem, 6vw, 6rem);
  line-height: 0.94;
}

.filter-button {
  border-radius: 0;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.product-card-link:hover {
  color: inherit;
}

.product-card {
  border-color: var(--line);
  background: var(--white);
}

.product-card:hover {
  transform: translateY(-4px);
}

.product-media {
  background: #e4e0d5;
}

.product-badge {
  color: var(--navy);
  background: rgba(251, 250, 246, 0.94);
}

.product-title {
  color: var(--navy);
  font-family: var(--heading);
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  text-transform: none;
}

.product-link {
  color: var(--navy);
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.editorial-strip {
  color: var(--muted);
  background: var(--ivory);
}

.editorial-strip h2 {
  color: var(--navy);
}

.editorial-strip .eyebrow-light {
  color: var(--blue);
}

.editorial-strip .text-white {
  color: var(--navy) !important;
}

.finished-inspiration {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.inspiration-heading {
  margin-bottom: 3rem;
}

.inspiration-heading h2 {
  color: var(--navy);
  font-family: var(--heading);
  font-size: clamp(3.4rem, 6vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.94;
}

.inspiration-heading > p:last-child {
  max-width: 690px;
  color: var(--muted);
  line-height: 1.8;
}

.inspiration-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.inspiration-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.inspiration-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--ivory);
}

.inspiration-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.inspiration-card:hover .inspiration-media img {
  transform: scale(1.025);
}

.inspiration-media > span {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.55rem 0.75rem;
  color: var(--navy);
  background: rgba(251, 250, 246, 0.94);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.inspiration-copy {
  padding: 1.75rem;
}

.inspiration-category {
  margin-bottom: 0.75rem;
  color: var(--blue);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.inspiration-copy h3 {
  margin-bottom: 0.8rem;
  color: var(--navy);
  font-family: var(--heading);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.inspiration-copy > p:not(.inspiration-category) {
  min-height: 3.5rem;
  color: var(--muted);
  line-height: 1.7;
}

.inspiration-copy .text-link {
  color: var(--navy);
}

.inspiration-note {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.inspiration-note p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

.social-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.concept-swatch {
  border-color: var(--paper);
}

.image-label {
  background: rgba(251, 250, 246, 0.94);
}

.image-label.light {
  color: var(--paper);
  background: rgba(7, 18, 38, 0.84);
}

.category-content h3 {
  font-family: var(--heading);
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: none;
}

.story-section {
  background: var(--paper);
}

.story-monogram {
  background: var(--navy);
  font-family: var(--heading);
  font-weight: 500;
}

.contact-cta {
  background: var(--blue);
}

.contact-cta h2 {
  color: var(--white);
}

.site-footer {
  background: var(--navy-deep);
}

.product-breadcrumb {
  color: var(--muted);
}

.product-gallery {
  align-items: end;
}

.gallery-main {
  border-color: var(--paper);
}

.ai-disclosure {
  border-left-color: var(--gold);
  background: var(--ivory);
}

.product-summary h1 {
  color: var(--navy);
  font-size: clamp(3.4rem, 5.5vw, 5.8rem);
  line-height: 0.9;
}

.product-price {
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.member-stock-gate {
  margin-top: 1.75rem;
  padding: 1.35rem;
  border: 1px solid var(--line);
  background: var(--ivory-light);
}

.member-stock-gate-heading {
  display: flex;
  gap: 0.9rem;
  align-items: center;
}

.member-stock-gate-heading > i {
  display: grid;
  flex: 0 0 2.65rem;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  color: var(--paper);
  background: var(--navy);
  font-size: 1rem;
}

.member-stock-gate-heading p {
  margin: 0 0 0.2rem;
  color: var(--blue);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.member-stock-gate-heading h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--heading);
  font-size: 1.65rem;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.member-stock-gate > p:not(.member-signup) {
  margin: 1rem 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.65;
}

.member-stock-gate .btn {
  padding-right: 1rem;
  padding-left: 1rem;
  letter-spacing: 0.045em;
}

.member-signup {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.7rem;
  text-align: center;
}

.member-signup a {
  color: var(--navy);
  font-weight: 800;
}

.member-stock-gate .member-stock-status {
  margin: 0.75rem 0 0;
  color: var(--blue);
  font-size: 0.68rem;
  text-align: center;
}

.member-stock-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.75rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.member-stock-details > div {
  min-width: 0;
  padding: 1rem 0.85rem;
}

.member-stock-details > div + div {
  border-left: 1px solid var(--line);
}

.member-stock-details span,
.member-stock-details strong {
  display: block;
}

.member-stock-details span {
  margin-bottom: 0.35rem;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.member-stock-details strong {
  overflow-wrap: anywhere;
  color: var(--navy);
  font-size: 0.78rem;
}

.detail-notes {
  background: var(--navy);
}

.detail-notes h2 {
  font-family: var(--heading);
  font-size: 1.65rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: none;
}

.detail-notes span {
  color: var(--gold);
  font-family: var(--body);
  font-size: 0.68rem;
  font-weight: 800;
}

.stock-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(199, 155, 84, 0.15), transparent 25%),
    linear-gradient(118deg, #071226, #102644);
}

.stock-hero h1 {
  color: var(--white);
  font-size: clamp(4.2rem, 9vw, 8.6rem);
}

.stock-toolbar {
  background: rgba(251, 250, 246, 0.97);
}

.catalog-note {
  border-left-color: var(--gold);
  background: var(--ivory);
}

.catalog-status {
  margin: -0.35rem 0 1.5rem;
  padding: 0.8rem 1rem;
  border-left: 3px solid var(--gold);
  color: var(--navy);
  background: #fff8df;
  font-size: 0.78rem;
  line-height: 1.55;
}

@media (max-width: 991.98px) {
  .hero-shade {
    background:
      linear-gradient(90deg, rgba(7, 18, 38, 0.98) 0%, rgba(7, 18, 38, 0.9) 64%, rgba(7, 18, 38, 0.48) 100%),
      linear-gradient(0deg, rgba(7, 18, 38, 0.42), transparent 60%);
  }
}

@media (max-width: 767.98px) {
  .hero,
  .hero-content {
    min-height: 700px;
  }

  .hero-image {
    object-position: 72% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(7, 18, 38, 0.97) 0%, rgba(7, 18, 38, 0.85) 78%, rgba(7, 18, 38, 0.58) 100%),
      linear-gradient(0deg, rgba(7, 18, 38, 0.5), transparent 58%);
  }

  .hero-content {
    align-items: center;
    padding-top: 4rem;
  }

  .hero h1 {
    font-size: clamp(4rem, 18vw, 5.8rem);
  }

  .section-heading h2,
  .story-section h2,
  .editorial-strip h2,
  .inspiration-heading h2,
  .contact-cta h2 {
    font-size: 3.35rem;
  }

  .inspiration-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .benefit {
    min-height: 145px;
  }

  .product-summary h1 {
    font-size: 3.6rem;
  }

  .member-stock-details {
    grid-template-columns: 1fr;
  }

  .member-stock-details > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}
