
:root {
  --ink: #080b0f;
  --gold: #a67b35;
  --cream: #f4f0ea;
  --muted: #6e6c68;
  --white: #ffffff;
  --footer: #080c11;
  --title: "Century Gothic", "Avenir Next", "Segoe UI", Arial, sans-serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.site-header {
  min-height: 96px;
  display: grid;
  grid-template-columns: minmax(330px, 1.2fr) auto minmax(100px, .45fr);
  align-items: center;
  gap: 24px;
  padding: 0 3.5vw;
  background: rgba(255,255,255,.98);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(0,0,0,.07);
  backdrop-filter: blur(14px);
}

.wordmark { display: inline-flex; align-items: center; width: max-content; font-family: var(--title); font-weight: 300; letter-spacing: .2em; }
.wordmark-side { white-space: nowrap; }
.wordmark-header { font-size: clamp(15px,1.45vw,22px); }
.wordmark-header::before, .wordmark-header::after { content: ''; width: 1px; height: 38px; background: #c8c8c8; margin-right: 17px; }
.wordmark-header::after { margin: 0 0 0 17px; }
.monogram { position: relative; width: 45px; height: 42px; margin: 0 12px; display: inline-block; letter-spacing: 0; font-size: 32px; line-height: 42px; }
.monogram span, .monogram i { position: absolute; top: 0; font-style: normal; font-weight: 300; }
.monogram span { left: 3px; }
.monogram i { left: 17px; transform: scaleX(-1); opacity: .95; }

.main-nav { display: flex; gap: clamp(22px,3vw,46px); height: 96px; align-items: center; }
.main-nav a { position: relative; text-transform: uppercase; font-size: 12px; letter-spacing: .06em; padding: 39px 1px 33px; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 22px; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .25s ease; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }

.social-links { display: flex; justify-content: flex-end; gap: 22px; }
.social-links a { width: 24px; height: 24px; display: grid; place-items: center; }
.social-links svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span { display: block; width: 24px; height: 1px; background: var(--ink); margin: 5px 0; }

.hero { min-height: 560px; display: grid; grid-template-columns: 56% 44%; background: radial-gradient(circle at 35% 48%, #fff 0%, #f8f5f1 50%, #eee8df 100%); overflow: hidden; }
.hero-copy { min-height: 560px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 44px 5vw; }
.eyebrow { margin: 0 0 19px; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; }
.hero-wordmark { margin: 0; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; font: 300 clamp(30px,4.4vw,66px)/1 var(--title); letter-spacing: .18em; gap: .06em; }
.hero-monogram { position: relative; display: inline-block; width: clamp(46px,5vw,72px); height: clamp(45px,5vw,70px); letter-spacing: 0; margin: 0 .08em; }
.hero-monogram b, .hero-monogram i { position: absolute; top: 0; font-style: normal; font-weight: 300; }
.hero-monogram b { left: 1px; }
.hero-monogram i { left: 36%; transform: scaleX(-1); }
.ornament { height: 20px; display: flex; align-items: center; justify-content: center; margin: 15px 0 14px; }
.ornament span { width: 42px; height: 1px; background: var(--gold); }
.ornament i { width: 7px; height: 7px; border: 1px solid var(--gold); transform: rotate(45deg); margin: 0 5px; }
.hero-description { color: #2b2b2b; font-size: 15px; line-height: 1.7; margin: 0 0 29px; max-width: 520px; }
.primary-button, .instagram-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 34px; text-transform: uppercase; letter-spacing: .06em; font-size: 12px; transition: background .25s,color .25s,transform .25s; }
.primary-button { border: 1px solid var(--ink); background: var(--ink); color: #fff; }
.primary-button:hover { background: transparent; color: var(--ink); transform: translateY(-1px); }
.instagram-button { border: 1px solid var(--gold); color: var(--gold); }
.instagram-button:hover { background: var(--gold); color: #fff; transform: translateY(-1px); }
.hero-media { min-height: 560px; background: #dedede; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

.collections { padding: 38px 4.5vw 24px; background: #fff; }
.section-heading { text-align: center; margin-bottom: 26px; }
.section-heading h2, .about h2, .contact h2 { margin: 0; font: 300 24px/1.25 var(--title); text-transform: uppercase; letter-spacing: .2em; }
.section-heading .ornament { margin: 2px 0 5px; height: 16px; }
.section-heading p { margin: 0; font-size: 12px; line-height: 1.6; }
.collection-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.collection-card { position: relative; height: 410px; overflow: hidden; background: #e1e1e1; }
.collection-card img { width: 100%; height: 100%; object-fit: contain; object-position: center center; transition: transform .55s ease; }
.collection-card::after { content: ''; position: absolute; inset: 58% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.56)); pointer-events: none; }
.collection-card:hover img { transform: scale(1.025); }
.card-overlay { position: absolute; inset: auto 0 0; z-index: 2; padding: 26px 12px 15px; color: #fff; text-align: center; }
.card-overlay h3 { margin: 0; text-transform: uppercase; font-weight: 400; font-size: 13px; letter-spacing: .12em; }

.values { background: linear-gradient(90deg,#070b10,#0c1117); color: #fff; display: grid; grid-template-columns: repeat(4,1fr); padding: 25px 6vw; gap: 34px; }
.values article { display: flex; align-items: center; gap: 18px; }
.value-icon { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; font-size: 53px; line-height: 1; font-weight: 100; }
.value-icon.heart { font-size: 56px; }
.value-icon svg { width: 46px; height: 46px; fill: none; stroke: #fff; stroke-width: 1.4; }
.values h3 { margin: 0 0 6px; text-transform: uppercase; font-size: 12px; font-weight: 400; letter-spacing: .08em; }
.values p { margin: 0; color: #dedede; font-size: 11px; line-height: 1.5; }

.about { background: #f5f1eb; padding: 88px 20px; }
.about-inner { max-width: 820px; margin: 0 auto; text-align: center; }
.about h2 { font-size: clamp(28px,3vw,42px); text-transform: none; letter-spacing: .18em; margin-bottom: 24px; }
.about p:last-child { color: #4d4b47; line-height: 1.85; font-size: 16px; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; max-width: 1080px; margin: 0 auto; padding: 88px 35px; align-items: center; }
.contact h2 { font-size: 34px; margin-bottom: 22px; }
.contact-copy > p:not(.eyebrow) { color: #555; line-height: 1.7; }
.contact-card { background: #f6f2ed; padding: 38px; border: 1px solid rgba(0,0,0,.06); display: grid; gap: 15px; }
.contact-card h3 { margin: 0; font: 300 22px/1.35 var(--title); letter-spacing: .13em; text-transform: uppercase; }
.contact-card p { margin: 0; line-height: 1.7; color: #57534f; }
.handle-note { font-size: 12px; }

.site-footer { min-height: 78px; background: var(--footer); color: #fff; display: grid; grid-template-columns: 1.35fr 1.2fr 1fr 44px; align-items: center; padding: 14px 5vw; gap: 20px; border-top: 1px solid #262b30; }
.wordmark-footer { color: #fff; font-size: clamp(11px,1vw,15px); letter-spacing: .18em; }
.wordmark-footer .monogram { width: 33px; height: 34px; font-size: 24px; line-height: 34px; margin: 0 8px; }
.wordmark-footer .monogram i { left: 13px; }
.site-footer p { margin: 0; color: #ddd; font-size: 11px; text-align: center; }
.site-footer nav { display: flex; justify-content: center; gap: 30px; font-size: 11px; }
.site-footer nav a:hover { color: var(--gold); }
.back-to-top { width: 34px; height: 34px; border: 1px solid #fff; border-radius: 50%; display: grid; place-items: center; font-size: 19px; }

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

@media (max-width: 1160px) {
  .site-header { grid-template-columns: minmax(280px,1fr) auto 90px; gap: 15px; }
  .wordmark-header { font-size: 15px; }
  .main-nav { gap: 20px; }
  .collection-grid { grid-template-columns: repeat(3,1fr); }
  .values { padding-left: 3.5vw; padding-right: 3.5vw; gap: 18px; }
}

@media (max-width: 900px) {
  .site-header { min-height: 78px; grid-template-columns: 1fr auto; padding: 0 20px; }
  .wordmark-header { font-size: 13px; letter-spacing: .13em; }
  .wordmark-header::before, .wordmark-header::after { display: none; }
  .wordmark-header .monogram { width: 33px; height: 34px; font-size: 24px; line-height: 34px; margin: 0 7px; }
  .wordmark-header .monogram i { left: 13px; }
  .menu-button { display: block; z-index: 3; }
  .main-nav { position: fixed; top: 78px; left: 0; right: 0; background: #fff; display: grid; height: auto; gap: 0; padding: 10px 20px 20px; border-bottom: 1px solid #ddd; transform: translateY(-130%); transition: transform .3s ease; z-index: 1; }
  .main-nav.open { transform: none; }
  .main-nav a { padding: 14px 0; }
  .main-nav a::after { bottom: 7px; right: auto; width: 55px; }
  .social-links { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-media { min-height: 470px; order: -1; }
  .hero-media img { object-fit: contain; }
  .hero-copy { min-height: 390px; }
  .collection-grid { grid-template-columns: repeat(2,1fr); }
  .collection-card { height: 430px; }
  .values { grid-template-columns: repeat(2,1fr); }
  .contact { grid-template-columns: 1fr; gap: 34px; }
  .site-footer { grid-template-columns: 1fr; text-align: center; padding: 30px 20px; justify-items: center; }
}

@media (max-width: 560px) {
  .wordmark-header { font-size: 10px; }
  .wordmark-header .monogram { width: 26px; font-size: 20px; margin: 0 5px; }
  .wordmark-header .monogram i { left: 10px; }
  .hero-media { min-height: 390px; }
  .hero-copy { min-height: 390px; padding-left: 18px; padding-right: 18px; }
  .hero-wordmark { font-size: 26px; letter-spacing: .12em; }
  .hero-monogram { width: 42px; height: 42px; }
  .collections { padding: 32px 12px 14px; }
  .section-heading p br { display: none; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-card { height: 470px; }
  .values { grid-template-columns: 1fr; padding: 30px 25px; }
  .values article { max-width: 330px; margin: 0 auto; width: 100%; }
  .about, .contact { padding-top: 64px; padding-bottom: 64px; }
  .contact-card { padding: 27px; }
  .wordmark-footer { font-size: 10px; }
  .site-footer nav { flex-direction: column; gap: 10px; }
}
