:root {
  --ink: #1d1c19;
  --paper: #f5f1e9;
  --cream: #ebe4d8;
  --line: rgba(29, 28, 25, 0.18);
  --gold: #aa8754;
  --sage: #73786b;
  --white: #fffdf8;
  --font-geist-sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
svg { flex: 0 0 auto; }

.announcement {
  min-height: 34px;
  padding: 8px 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  background: var(--ink);
  color: #f8f2e9;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.announcement p { margin: 0; }
.announcement span { color: #a98b60; font-size: 6px; }

.site-header {
  height: 86px;
  padding: 0 4.5vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(245, 241, 233, .95);
  position: relative;
  z-index: 20;
}
.wordmark {
  width: max-content;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -.055em;
}
.wordmark span {
  margin-left: 5px;
  font-family: var(--font-geist-sans), Arial, sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  vertical-align: middle;
}
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); }
.desktop-nav a, footer a {
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color .25s ease;
}
.desktop-nav a:hover, footer a:hover { color: var(--gold); }
.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.header-cta svg, .text-link svg, .all-products-link svg, .collection-info svg { transition: transform .25s ease; }
.header-cta:hover svg, .text-link:hover svg, .all-products-link:hover svg, .collection-card:hover .collection-info svg { transform: translateX(4px); }
.mobile-menu { display: none; }

.hero {
  min-height: calc(100vh - 120px);
  display: grid;
  grid-template-columns: 46% 54%;
  border-bottom: 1px solid var(--line);
}
.hero-copy {
  min-width: 0;
  padding: clamp(74px, 8vw, 128px) 4.5vw 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow {
  margin: 0 0 31px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #6a665f;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.eyebrow span { width: 32px; height: 1px; background: var(--gold); }
h1, h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.05em;
}
h1 { font-size: clamp(52px, 5.6vw, 92px); line-height: .96; }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.hero-intro {
  max-width: 530px;
  margin: 34px 0 0;
  color: #5d5952;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.55;
}
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 34px; }
.button {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--gold); border-color: var(--gold); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-proof {
  margin-top: auto;
  padding-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.hero-proof div { padding-left: 14px; border-left: 1px solid var(--line); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { margin-bottom: 6px; font-family: Georgia, serif; font-size: 16px; font-weight: 400; }
.hero-proof span { color: #77726b; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual {
  min-height: 680px;
  position: relative;
  overflow: hidden;
  background: #d9d2c7 url('/images/verve-hero.png') center center / cover no-repeat;
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(29,28,25,.05), transparent 30%), linear-gradient(0deg, rgba(29,28,25,.18), transparent 32%);
}
.hero-badge {
  width: 112px;
  height: 112px;
  padding: 18px;
  position: absolute;
  z-index: 2;
  top: 42px;
  right: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(247, 241, 231, .9);
  text-align: center;
  transform: rotate(7deg);
}
.hero-badge span { font-size: 8px; letter-spacing: .22em; text-transform: uppercase; }
.hero-badge strong { margin-top: 4px; font-family: Georgia, serif; font-size: 16px; font-weight: 400; line-height: 1.05; }
.image-caption {
  margin: 0;
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 26px;
  color: white;
  font-size: 8px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.section-shell { padding: clamp(90px, 10vw, 150px) 4.5vw; }
.section-heading {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: 1fr minmax(280px, 430px);
  gap: 7vw;
  align-items: end;
}
.section-heading h2, .story h2 { font-size: clamp(44px, 5vw, 78px); line-height: 1.02; }
.section-heading > p {
  margin: 0 0 7px;
  color: #68635c;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.7;
}
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 18px; }
.collection-card { display: block; }
.collection-image {
  aspect-ratio: 1 / .82;
  overflow: hidden;
  background-color: #d9d0c2;
  background-image: url('/images/verve-collection.png');
  background-repeat: no-repeat;
  background-size: 185%;
  filter: saturate(.88) contrast(.98);
  transition: background-size .6s cubic-bezier(.2,.8,.2,1), filter .3s ease;
}
.collection-card:hover .collection-image { background-size: 198%; filter: saturate(1) contrast(1); }
.crop-one { background-position: 8% 10%; }
.crop-two { background-position: 92% 10%; }
.crop-three { background-position: 48% 46%; }
.crop-four { background-position: 8% 90%; }
.crop-five { background-position: 92% 90%; }
.crop-six { background-position: 50% 100%; }
.collection-info {
  min-height: 120px;
  padding: 19px 2px 10px;
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 12px;
  border-bottom: 1px solid var(--line);
}
.collection-info > span { padding-top: 3px; color: #8f806a; font-size: 9px; }
.collection-info h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.collection-info p { margin: 0; color: #756f67; font-size: 11px; line-height: 1.55; }
.collection-info svg { margin-top: 4px; }
.all-products-link {
  width: max-content;
  margin: 54px auto 0;
  padding-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.wholesale { min-height: 820px; display: grid; grid-template-columns: 51% 49%; background: var(--ink); color: var(--white); }
.wholesale-photo {
  min-height: 720px;
  padding: 44px;
  display: flex;
  align-items: end;
  background: #a59b8c url('/images/verve-collection.png') center / cover no-repeat;
  position: relative;
}
.wholesale-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,18,14,.52), transparent 48%); }
.wholesale-photo p { margin: 0; position: relative; z-index: 1; font-family: Georgia, serif; font-size: 24px; line-height: 1.25; }
.wholesale-content { padding: clamp(72px, 8vw, 126px) clamp(38px, 6vw, 96px); align-self: center; }
.eyebrow.light { color: #b7afa4; }
.wholesale h2 { font-size: clamp(45px, 5vw, 76px); line-height: 1; }
.wholesale-lead { max-width: 620px; margin: 29px 0 42px; color: #bbb5ab; font-family: Georgia, serif; font-size: 17px; line-height: 1.65; }
.process-list { margin: 0 0 42px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.process-list li { padding: 20px 0; display: grid; grid-template-columns: 45px 1fr; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-list li > span { color: #b59b73; font-size: 10px; }
.process-list strong { display: block; margin-bottom: 5px; font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.process-list p { margin: 0; color: #98938b; font-size: 11px; line-height: 1.5; }
.button-light { border-color: var(--white); color: var(--ink); background: var(--white); }
.button-light:hover { background: var(--gold); border-color: var(--gold); color: white; }
.contact-note { margin: 14px 0 0; color: #7f7a73; font-size: 9px; letter-spacing: .04em; }

.story { background: #dcd2c2; }
.story-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.story-grid > div { max-width: 530px; }
.story-grid > div p { margin: 0 0 32px; font-family: Georgia, serif; font-size: 19px; line-height: 1.7; }

footer {
  min-height: 270px;
  padding: 62px 4.5vw 28px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-rows: auto auto;
  align-items: start;
  gap: 36px;
  background: #151513;
  color: #eee8dd;
}
.footer-mark { font-size: 38px; }
footer > p { margin: 2px 0 0; color: #8f8a82; font-family: Georgia, serif; font-size: 16px; }
footer > div { display: flex; justify-content: flex-end; gap: 30px; }
footer small { grid-column: 1 / -1; align-self: end; color: #66635e; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

@media (max-width: 1024px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; justify-self: end; position: relative; }
  .mobile-menu summary { width: 32px; height: 32px; display: grid; align-content: center; gap: 6px; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 25px; height: 1px; display: block; background: var(--ink); }
  .mobile-menu nav { width: 220px; padding: 20px; position: absolute; right: 0; top: 40px; display: grid; gap: 18px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 18px 40px rgba(30,28,24,.12); }
  .mobile-menu nav a { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 660px; }
  .hero-visual { min-height: 650px; }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .wholesale { grid-template-columns: 1fr; }
  .wholesale-photo { min-height: 580px; }
}

@media (max-width: 680px) {
  .announcement { gap: 10px; }
  .announcement p:nth-of-type(2), .announcement p:nth-of-type(3), .announcement span { display: none; }
  .site-header { height: 72px; }
  .wordmark { font-size: 27px; }
  .hero-copy { min-height: 610px; padding: 74px 6vw 42px; }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-proof { gap: 9px; }
  .hero-proof div { padding-left: 8px; }
  .hero-proof strong { font-size: 13px; }
  .hero-proof span { font-size: 7px; line-height: 1.4; }
  .hero-visual { min-height: 500px; background-position: 62% center; }
  .hero-badge { width: 90px; height: 90px; top: 24px; right: 20px; }
  .section-shell { padding-left: 6vw; padding-right: 6vw; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 42px; }
  .section-heading h2, .story h2 { font-size: 45px; }
  .collection-grid { grid-template-columns: 1fr; gap: 34px; }
  .collection-image { aspect-ratio: 1 / .78; }
  .wholesale-photo { min-height: 470px; padding: 28px 6vw; }
  .wholesale-content { padding: 75px 6vw; }
  .wholesale h2 { font-size: 46px; }
  .story-grid { grid-template-columns: 1fr; gap: 34px; }
  footer { padding-left: 6vw; padding-right: 6vw; grid-template-columns: 1fr; grid-template-rows: auto; }
  footer > div { justify-content: flex-start; flex-wrap: wrap; }
  footer small { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
