:root {
  --bg: #F7F3EC;
  --fg: #1A1A18;
  --accent: #C8A96E;
  --accent-dark: #8B7355;
  --navy: #1B2B4B;
  --muted: #6B6560;
  --border: #E0D9CE;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* NAV */
.nav {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 2rem 4rem;
  border-bottom: 1px solid var(--border);
}
.nav-brand {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  color: var(--fg);
}
.nav-tagline {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 400;
}

/* HERO */
.hero {
  padding: 5rem 4rem 4rem;
  max-width: 1200px;
  margin: 0 auto;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.hero-eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-dark);
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.hero-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 2rem;
}
.hero-sub {
  font-size: 1rem;
  color: var(--muted);
  max-width: 36ch;
  font-weight: 300;
}
.hero-pullquote {
  border-left: 2px solid var(--accent);
  padding-left: 2rem;
  margin-top: 3rem;
}
.hero-pullquote p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  color: var(--navy);
}
.hero-rule {
  margin-top: 4rem;
  height: 1px;
  background: var(--border);
}

/* MISSION */
.mission {
  padding: 5rem 4rem;
  background: var(--navy);
  color: #F7F3EC;
}
.mission-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.label-tag {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 400;
  display: inline-block;
  margin-bottom: 2rem;
}
.mission-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 2rem;
}
.mission-detail {
  font-size: 1rem;
  color: rgba(247, 243, 236, 0.72);
  max-width: 52ch;
  margin-bottom: 1.5rem;
  font-weight: 300;
}
.mission-stats {
  display: flex;
  gap: 0;
  margin-top: 3rem;
  align-items: center;
}
.stat {
  flex: 1;
}
.stat-number {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.stat-label {
  font-size: 0.8rem;
  color: rgba(247, 243, 236, 0.6);
  letter-spacing: 0.03em;
  line-height: 1.5;
  max-width: 28ch;
  display: block;
}
.stat-divider {
  width: 1px;
  height: 80px;
  background: rgba(247, 243, 236, 0.15);
  margin: 0 3rem;
}

/* PHILOSOPHY */
.philosophy {
  padding: 6rem 4rem;
  border-bottom: 1px solid var(--border);
}
.philosophy-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
.section-number {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.85rem;
  color: var(--accent);
  display: block;
  margin-bottom: 1.5rem;
  letter-spacing: 0.08em;
}
.philosophy-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--fg);
}
.philosophy-body {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.8;
  font-weight: 300;
}

/* AESTHETIC */
.aesthetic {
  padding: 6rem 4rem;
  background: #EFEBE2;
}
.aesthetic-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.aesthetic-header {
  margin-bottom: 3.5rem;
}
.aesthetic-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.5rem;
  font-weight: 400;
  margin-top: 0.75rem;
}
.aesthetic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 4rem;
}
.aesthetic-item {}
.aesthetic-swatch {
  width: 100%;
  height: 120px;
  background: #C4B49A;
  margin-bottom: 1.25rem;
}
.aesthetic-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: var(--fg);
}
.aesthetic-desc {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.6;
  font-weight: 300;
}
.aesthetic-note {
  margin-top: 3rem;
  border-top: 1px solid var(--border);
  padding-top: 2rem;
}
.aesthetic-note p {
  font-size: 0.85rem;
  color: var(--muted);
  max-width: 55ch;
  font-style: italic;
}

/* CLOSING */
.closing {
  padding: 7rem 4rem;
  text-align: center;
  background: var(--bg);
}
.closing-inner {
  max-width: 700px;
  margin: 0 auto;
}
.closing-prehead {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-dark);
  margin-bottom: 1.5rem;
}
.closing-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: 2rem;
  color: var(--fg);
}
.closing-body {
  font-size: 1rem;
  color: var(--muted);
  max-width: 50ch;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: 300;
}

/* FOOTER */
.footer {
  padding: 3rem 4rem;
  border-top: 1px solid var(--border);
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1rem;
  font-weight: 500;
}
.footer-tagline {
  font-size: 0.72rem;
  color: var(--muted);
  display: block;
  margin-top: 0.2rem;
  letter-spacing: 0.05em;
}
.footer-pledge p {
  font-size: 0.8rem;
  color: var(--accent-dark);
  font-style: italic;
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.footer-copy p {
  font-size: 0.72rem;
  color: var(--muted);
}

/* NAV LINKS */
.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-link {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s;
}
.nav-link:hover {
  color: var(--fg);
}

/* PRODUCT PAGE */
.product {
  padding: 0 4rem 6rem;
  max-width: 1200px;
  margin: 0 auto;
}
.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding-top: 3rem;
}
.product-gallery {
  position: sticky;
  top: 2rem;
}
.product-main-img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
  margin-bottom: 1.5rem;
}
.product-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.product-thumb {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.product-thumb:hover,
.product-thumb.active {
  opacity: 1;
}
.product-info {
  padding-top: 1rem;
}
.product-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-dark);
  font-weight: 400;
  margin-bottom: 1rem;
}
.product-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  color: var(--fg);
}
.product-price {
  font-size: 1.5rem;
  color: var(--fg);
  font-weight: 300;
  margin-bottom: 2rem;
}
.product-price-note {
  font-size: 0.8rem;
  color: var(--muted);
  font-style: italic;
}
.product-divider {
  height: 1px;
  background: var(--border);
  margin: 2rem 0;
}
.product-colors-label {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 400;
  margin-bottom: 0.75rem;
}
.product-colors {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.color-swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.2s;
  display: block;
}
.color-swatch:hover,
.color-swatch.selected {
  border-color: var(--fg);
}
.color-swatch.navy { background: #1B2B4B; }
.color-swatch.forest { background: #2D4A3E; }
.color-swatch.charcoal { background: #3D3D3D; }
.color-swatch.ecru { background: #D4C9A8; }
.color-swatch.camel { background: #C19A6B; }
.color-swatch.slate { background: #6B8BA4; }
.color-swatch.tan { background: #C4A882; }
.product-size-label {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 400;
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-sizes {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.size-btn {
  width: 48px;
  height: 48px;
  border: 1px solid var(--border);
  background: transparent;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--fg);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.size-btn:hover,
.size-btn.selected {
  background: var(--fg);
  color: var(--bg);
  border-color: var(--fg);
}
.product-description {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 2rem;
}
.covenant {
  background: var(--navy);
  padding: 2rem;
  margin-bottom: 2rem;
}
.covenant-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #F7F3EC;
  margin-bottom: 0.75rem;
}
.covenant-body {
  font-size: 0.9rem;
  color: rgba(247, 243, 236, 0.72);
  line-height: 1.7;
  font-weight: 300;
}
.covenant-amount {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  color: var(--accent);
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.product-specs {
  border-top: 1px solid var(--border);
  padding-top: 2rem;
}
.specs-title {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.specs-table {
  width: 100%;
  border-collapse: collapse;
}
.specs-table tr {
  border-bottom: 1px solid var(--border);
}
.specs-table tr:last-child {
  border-bottom: none;
}
.specs-table td {
  padding: 0.75rem 0;
  font-size: 0.875rem;
  vertical-align: top;
}
.specs-table td:first-child {
  color: var(--muted);
  font-weight: 400;
  width: 40%;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}
.specs-table td:last-child {
  color: var(--fg);
  font-weight: 300;
}
.size-guide-toggle {
  background: none;
  border: none;
  font-size: 0.75rem;
  color: var(--accent-dark);
  cursor: pointer;
  text-decoration: underline;
  font-family: 'DM Sans', system-ui, sans-serif;
  padding: 0;
}
.size-guide {
  margin-top: 1.5rem;
  padding: 1.5rem;
  background: #EFEBE2;
  display: none;
}
.size-guide.open {
  display: block;
}
.size-guide-title {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1rem;
  font-weight: 400;
}
.size-guide-table {
  width: 100%;
  border-collapse: collapse;
}
.size-guide-table th {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--muted);
  text-align: left;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border);
  letter-spacing: 0.05em;
}
.size-guide-table td {
  padding: 0.6rem 0;
  font-size: 0.875rem;
  font-weight: 300;
  border-bottom: 1px solid var(--border);
}
.size-guide-table tr:last-child td {
  border-bottom: none;
}
.notify-banner {
  border: 1px solid var(--border);
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.notify-banner p {
  font-size: 0.875rem;
  color: var(--muted);
  font-weight: 300;
}
.notify-banner strong {
  color: var(--fg);
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav { padding: 1.5rem 2rem; }
  .hero { padding: 3rem 2rem; }
  .hero-inner { grid-template-columns: 1fr; gap: 2rem; }
  .hero-headline { font-size: 3rem; }
  .mission { padding: 4rem 2rem; }
  .philosophy { padding: 4rem 2rem; }
  .philosophy-inner { grid-template-columns: 1fr; gap: 3rem; }
  .aesthetic { padding: 4rem 2rem; }
  .aesthetic-grid { grid-template-columns: 1fr; }
  .closing { padding: 5rem 2rem; }
  .footer { padding: 2rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .mission-stats { flex-direction: column; gap: 2rem; }
  .stat-divider { display: none; }
  .product { padding: 0 2rem 4rem; }
  .product-grid { grid-template-columns: 1fr; gap: 2rem; }
  .product-gallery { position: static; }
}
@media (max-width: 480px) {
  .hero-headline { font-size: 2.5rem; }
}

/* ===== SHOP PAGE ===== */
.shop-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 2rem 6rem;
}

.shop-header {
  text-align: center;
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--border);
}

.shop-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3rem;
  font-weight: 400;
  color: var(--fg);
  margin: 0 0 0.75rem;
  letter-spacing: 0.02em;
}

.shop-subtitle {
  font-size: 0.875rem;
  color: var(--muted);
  letter-spacing: 0.08em;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 5rem;
}

.shop-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.shop-card-img-wrap {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--bg2);
  margin-bottom: 1.25rem;
}

.shop-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.shop-card:hover .shop-card-img {
  transform: scale(1.03);
}

.shop-card-img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-card-placeholder-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  color: var(--muted);
  font-weight: 300;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 2rem;
}

.shop-card-body {
  padding: 0 0.25rem;
}

.shop-card-collection {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.4rem;
}

.shop-card-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--fg);
  margin: 0 0 0.5rem;
  letter-spacing: 0.01em;
}

.shop-card-price {
  font-size: 0.875rem;
  color: var(--fg);
  font-weight: 400;
}

.shop-covenant {
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .shop-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .shop-title { font-size: 2.25rem; }
}