/* Base reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: #f5f5dc; /* light bone beige */
  color: #1c1c1a;           /* near-black */
  line-height: 1.6;
}

/* Layout */
.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.section {
  padding: 4.5rem 0;
}

/* Typography */
h1,
h2,
h3 {
  font-family: "Playfair Display", "Times New Roman", serif;
  letter-spacing: 0.03em;
}

h1 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 1.8rem;
}

h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.eyebrow {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  opacity: 0.8;
  margin-bottom: 0.9rem;
}

.lead {
  max-width: 34rem;
  font-size: 0.98rem;
}

.tagline {
  font-size: 0.95rem;
  margin-bottom: 1.8rem;
  text-transform: lowercase;
  letter-spacing: 0.16em;
}

/* Nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(245, 245, 220, 0.9);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0;
}

.brand {
  text-decoration: none;
}

.wordmark {
  font-family: "Playfair Display", serif;
  letter-spacing: 0.24em;
  font-size: 0.8rem;
  color: #1c1c1a;
}

.primary {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.primary a {
  text-decoration: none;
  color: #1c1c1a;
  opacity: 0.7;
}

.primary a:hover {
  opacity: 1;
}

/* Dropdown */
.dropdown {
  position: relative;
}

.dropdown .pill.small {
  padding-inline: 0.9rem;
  font-size: 0.72rem;
}

.dropdown .menu {
  position: absolute;
  top: 130%;
  right: 0;
  min-width: 12rem;
  background: #f5f5dc;
  border-radius: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.08);
  padding: 0.5rem 0;
  display: none;
}

.dropdown .menu a {
  display: block;
  padding: 0.45rem 0.9rem;
  font-size: 0.75rem;
  text-decoration: none;
  color: #1c1c1a;
}

.dropdown .menu a:hover {
  background-color: #e8e6e1;
}

/* Hero */
.hero {
  min-height: 75vh;
  display: flex;
  align-items: center;
  padding: 4.5rem 0 3.5rem;
}

.hero-inner {
  padding-top: 2.5rem;
}

/* Pills / buttons */
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #4b3d30;
  padding: 0.65rem 1.6rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-decoration: none;
  background: transparent;
  color: #4b3d30;
  cursor: pointer;
}

.pill.cta {
  background-color: #4b3d30;
  color: #f5f5dc;
}

.pill:hover {
  opacity: 0.9;
}

/* Cards */
.cards {
  list-style: none;
  display: grid;
  gap: 1.4rem;
  margin-top: 2rem;
}

.card {
  padding: 1.4rem 1.3rem;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(232, 230, 225, 0.7);
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Contact / social */
.social {
  margin-top: 1.4rem;
  display: flex;
  gap: 0.5rem;
}

.social a {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  text-decoration: none;
  color: #1c1c1a;
}

/* Newsletter */
.newsletter {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.newsletter input {
  flex: 1 1 180px;
  min-width: 0;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fdfdf8;
  font-size: 0.85rem;
}

.tiny {
  margin-top: 0.5rem;
  font-size: 0.72rem;
  opacity: 0.7;
}

/* Footer */
.footer {
  padding: 1.6rem 0 2.1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: space-between;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  opacity: 0.75;
}

.muted {
  opacity: 0.6;
}

/* Responsive tweaks */
@media (max-width: 720px) {
  .primary {
    gap: 0.9rem;
    font-size: 0.7rem;
  }

  .hero {
    min-height: 65vh;
  }
}