/* ==============================
   BLUSH TIDE — THEME CSS
   ============================== */

:root {
  --blush: #f5d0c5;
  --blush-deep: #e8b4aa;
  --sand: #c9a27e;
  --sand-deep: #b08a65;
  --ocean: #1d3a4f;
  --ocean-light: #2d5a7a;
  --linen: #f7f3ee;
  --cream: #faf7f4;
  --text: #2c2c2c;
  --text-muted: #7a6e66;
  --white: #ffffff;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Jost', sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* ---- Navigation ---- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(247, 243, 238, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 162, 126, 0.2);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ocean);
}

.nav-tagline {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sand);
}

/* ---- Hero ---- */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 8rem 2rem 6rem;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(245, 208, 197, 0.5) 0%, transparent 60%),
    radial-gradient(ellipse 60% 80% at 20% 80%, rgba(201, 162, 126, 0.25) 0%, transparent 55%),
    linear-gradient(160deg, var(--cream) 0%, var(--linen) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.hero-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--sand);
  margin-bottom: 1.5rem;
}

.hero-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--ocean);
  margin-bottom: 2rem;
}

.hero-headline em {
  font-style: italic;
  color: var(--blush-deep);
}

.hero-sub {
  font-family: 'Jost', sans-serif;
  font-size: 1.05rem;
  font-weight: 300;
  color: var(--text-muted);
  max-width: 520px;
  line-height: 1.8;
}

.hero-deco {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  pointer-events: none;
}

.hero-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(201, 162, 126, 0.3);
}

.hero-circle--1 {
  width: 400px;
  height: 400px;
  top: 50px;
  right: 0;
  background: radial-gradient(circle, rgba(245, 208, 197, 0.3) 0%, transparent 70%);
}

.hero-circle--2 {
  width: 280px;
  height: 280px;
  top: 130px;
  right: 60px;
  border-color: rgba(29, 58, 79, 0.12);
}

.hero-wave {
  position: absolute;
  bottom: -80px;
  left: -20%;
  width: 140%;
  height: 200px;
  background: linear-gradient(90deg, transparent, rgba(201, 162, 126, 0.08) 30%, rgba(245, 208, 197, 0.1) 70%, transparent);
  border-radius: 50%;
}

/* ---- Aesthetic Section ---- */
.aesthetic {
  padding: 6rem 2rem 5rem;
  background: var(--white);
}

.aesthetic-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.aesthetic-label {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.aesthetic-line {
  flex: 1;
  height: 1px;
  background: rgba(201, 162, 126, 0.4);
}

.aesthetic-text {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--sand);
  white-space: nowrap;
}

.aesthetic-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 300;
  color: var(--ocean);
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 600px;
}

.aesthetic-headline em {
  font-style: italic;
  color: var(--blush-deep);
}

.aesthetic-body {
  font-size: 1rem;
  font-weight: 300;
  color: var(--text-muted);
  max-width: 520px;
  margin-bottom: 4rem;
  line-height: 1.8;
}

.aesthetic-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.pillar {
  padding: 2rem;
  background: var(--linen);
  border-radius: 2px;
  border: 1px solid rgba(201, 162, 126, 0.15);
}

.pillar-icon {
  margin-bottom: 1.25rem;
  width: 28px;
}

.pillar h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--ocean);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.pillar p {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-weight: 300;
  line-height: 1.6;
}

/* ---- Products Section ---- */
.products {
  padding: 6rem 2rem;
  background: var(--cream);
}

.products-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.products-label {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.product-card {
  padding: 2rem 1.5rem;
  background: var(--white);
  border: 1px solid rgba(201, 162, 126, 0.2);
  border-radius: 2px;
  text-align: center;
}

.product-icon-wrap {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
}

.product-swatch {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 4px solid var(--cream);
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.product-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--ocean);
  margin-bottom: 0.35rem;
}

.product-card p {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--sand-deep);
  margin-bottom: 0.75rem;
}

.product-tag {
  font-size: 0.72rem;
  color: var(--text-muted);
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.5;
  display: block;
}

.products-note {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
}

/* ---- Manifesto ---- */
.manifesto {
  position: relative;
  padding: 8rem 2rem;
  overflow: hidden;
}

.manifesto-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, var(--ocean) 0%, #2a4d66 50%, var(--sand) 100%);
}

.manifesto-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.manifesto-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.95);
  line-height: 1.6;
  margin-bottom: 4rem;
}

.manifesto-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.mp {
  text-align: left;
}

.mp-num {
  font-family: 'Jost', sans-serif;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.5);
  display: block;
  margin-bottom: 0.75rem;
}

.mp h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(255,255,255,0.95);
  margin-bottom: 0.6rem;
}

.mp p {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  font-weight: 300;
  line-height: 1.6;
}

/* ---- Closing ---- */
.closing {
  padding: 6rem 2rem 7rem;
  background: var(--linen);
  text-align: center;
}

.closing-inner {
  max-width: 700px;
  margin: 0 auto;
}

.closing-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 300;
  color: var(--ocean);
  line-height: 1.25;
  margin-bottom: 1.25rem;
}

.closing-headline em {
  font-style: italic;
  color: var(--blush-deep);
}

.closing-sub {
  font-size: 1rem;
  font-weight: 300;
  color: var(--text-muted);
}

/* ---- Footer ---- */
.footer {
  padding: 3rem 2rem;
  background: var(--ocean);
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 0.75rem;
}

.footer-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: rgba(255,255,255,0.95);
  letter-spacing: 0.04em;
}

.footer-location {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

.footer-copy {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  font-weight: 300;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .aesthetic-pillars,
  .products-grid,
  .manifesto-pillars {
    grid-template-columns: 1fr;
  }

  .hero-deco { display: none; }

  .hero { padding: 7rem 1.5rem 5rem; }

  .aesthetic, .products, .closing { padding: 4rem 1.5rem; }

  .manifesto { padding: 5rem 1.5rem; }

  .products-grid { gap: 1rem; }

  .product-card { padding: 1.5rem 1rem; }
}

@media (max-width: 480px) {
  .hero-headline { font-size: 2.5rem; }
  .aesthetic-headline { font-size: 2rem; }
  .nav-inner { padding: 0.875rem 1.25rem; }
  .nav-logo { font-size: 1.2rem; }
}