/* ============================================
   Aureum Grace — Design System
   Colors: Navy #1b2a4a | Gold #d4af71 | Cream #fefcf7
           Taupe #c4b49a | Pale Blue #eef1f7
   ============================================ */

:root {
  --navy: #1b2a4a;
  --gold: #d4af71;
  --cream: #fefcf7;
  --taupe: #c4b49a;
  --pale-blue: #eef1f7;
  --navy-soft: #2c3e63;
  --text-body: #33405c;
  --shadow: 0 10px 30px rgba(27, 42, 74, 0.08);
  --radius: 14px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "EB Garamond", "Iowan Old Style", Georgia, serif;
  background: var(--cream);
  color: var(--text-body);
  line-height: 1.7;
  font-size: 1.08rem;
}

h1, h2, h3, h4 {
  font-family: "Cinzel", "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  font-weight: 400;
  color: var(--navy);
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin: 0 0 0.5em;
}

h1 { font-weight: 500; }

p { margin: 0 0 1em; }

a { color: var(--navy); text-decoration: none; }

img { max-width: 100%; display: block; }

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Top bar ---------- */
.topbar {
  background: var(--navy);
  color: var(--pale-blue);
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  flex-wrap: wrap;
  gap: 6px;
}
.topbar a { color: var(--gold); }
.topbar a:hover { text-decoration: underline; }

/* ---------- Header / Nav ---------- */
header.site-header {
  background: var(--cream);
  border-bottom: 1px solid var(--taupe);
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--navy);
}
.brand .mark {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}
.brand .tagline {
  display: block;
  font-family: "Cinzel", "Cormorant Garamond", Georgia, serif;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 400;
  margin-top: 3px;
}
.wordmark { display: inline-block; }
.w-gold { color: var(--gold); }
.w-navy { color: var(--navy); }
.footer-motto {
  font-family: "Cinzel", "Cormorant Garamond", Georgia, serif;
  color: var(--taupe);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 4px 0 16px;
}
.mark-img {
  height: 44px;
  width: auto;
  display: block;
  flex-shrink: 0;
}
.logo-badge {
  background: var(--cream);
  border-radius: 50%;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: var(--shadow);
}
.logo-badge img {
  height: 30px;
  width: auto;
  display: block;
}
.header-logo-badge {
  background: var(--navy);
  border-radius: 12px;
  padding: 10px 22px;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  box-shadow: var(--shadow);
}
.header-logo-badge img {
  height: 64px;
  width: auto;
  display: block;
}
.footer-brand {
  justify-content: center;
}
.footer-brand img.logo-real {
  height: 96px;
  width: auto;
  display: block;
}
nav.main-nav ul {
  list-style: none;
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
}
nav.main-nav a {
  font-family: "Cinzel", "Cormorant Garamond", Georgia, serif;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  color: var(--navy);
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
nav.main-nav a:hover,
nav.main-nav a.active {
  border-bottom-color: var(--gold);
  color: var(--gold);
}
.nav-cta {
  background: var(--navy);
  color: var(--cream) !important;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 0.9rem;
  border-bottom: none !important;
}
.nav-cta:hover {
  background: var(--gold);
  color: var(--navy) !important;
}

.nav-toggle { display: none; }

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(135deg, var(--pale-blue) 0%, var(--cream) 60%);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
.hero .container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
.hero-logo-panel {
  background: var(--navy);
  border-radius: var(--radius);
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-shadow: var(--shadow);
}
.hero-logo-panel img {
  width: 100%;
  height: auto;
  max-width: 340px;
}
.hero-eyebrow {
  font-family: "Cinzel", "Cormorant Garamond", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 500;
  margin-bottom: 14px;
}
.hero h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}
.hero p.lead {
  font-size: 1.15rem;
  color: var(--text-body);
  max-width: 46ch;
}
.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.hero-art {
  aspect-ratio: 4/3;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 30% 30%, rgba(212,175,113,0.35), transparent 55%),
    linear-gradient(160deg, var(--navy) 0%, var(--navy-soft) 55%, var(--taupe) 100%);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.hero-art::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(254,252,247,0.35);
  border-radius: 10px;
  pointer-events: none;
}
.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-art--photo::after {
  display: none;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: "Cinzel", "Cormorant Garamond", Georgia, serif;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--gold);
  color: var(--navy);
}
.btn-primary:hover { background: var(--navy); color: var(--cream); }
.btn-outline {
  background: transparent;
  border-color: var(--navy);
  color: var(--navy);
}
.btn-outline:hover { background: var(--navy); color: var(--cream); }
.btn-outline-light {
  background: transparent;
  border-color: var(--cream);
  color: var(--cream);
}
.btn-outline-light:hover { background: var(--cream); color: var(--navy); }

/* ---------- Sections ---------- */
section { padding: 72px 0; }
.section-alt { background: var(--pale-blue); }
.section-navy {
  background: var(--navy);
  color: var(--pale-blue);
}
.section-navy h2, .section-navy h3 { color: var(--cream); }

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}
.section-head .eyebrow {
  font-family: "Cinzel", "Cormorant Garamond", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

/* ---------- Grids / Cards ---------- */
.grid {
  display: grid;
  gap: 28px;
}
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-4 .card { padding: 24px 20px; }

.card {
  background: var(--cream);
  border: 1px solid var(--taupe);
  border-radius: var(--radius);
  padding: 30px 28px;
  box-shadow: var(--shadow);
}
.card .icon {
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  color: var(--gold);
}
.card h3 { font-size: 1.15rem; }

.amenity-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.amenity-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--cream);
  border: 1px solid var(--taupe);
  border-radius: var(--radius);
  padding: 20px 22px;
  box-shadow: var(--shadow);
}
.amenity-list .icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  color: var(--gold);
  margin-top: 2px;
}
.amenity-list strong {
  display: block;
  color: var(--navy);
  margin-bottom: 4px;
}

/* ---------- Trust / stats strip ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stats .num {
  font-family: "Cinzel", "Cormorant Garamond", Georgia, serif;
  font-size: 2.3rem;
  color: var(--gold);
  font-weight: 700;
  display: block;
}
.stats .label {
  font-family: "Cinzel", "Cormorant Garamond", Georgia, serif;
  font-size: 0.82rem;
  color: var(--pale-blue);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* ---------- Quote / testimonial ---------- */
.quote-block {
  background: var(--cream);
  border-left: 4px solid var(--gold);
  padding: 28px 32px;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-style: italic;
  font-size: 1.15rem;
  max-width: 780px;
  margin: 0 auto;
  box-shadow: var(--shadow);
}
.quote-block cite {
  display: block;
  margin-top: 14px;
  font-style: normal;
  font-size: 0.9rem;
  color: var(--taupe);
}

/* ---------- CTA banner ---------- */
.cta-banner {
  background: var(--navy);
  color: var(--cream);
  border-radius: var(--radius);
  padding: 48px 40px;
  text-align: center;
}
.cta-banner h2 { color: var(--cream); }
.cta-banner p { color: var(--pale-blue); max-width: 56ch; margin-left: auto; margin-right: auto; }

/* ---------- Forms ---------- */
.form-card {
  background: var(--cream);
  border: 1px solid var(--taupe);
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow);
  max-width: 640px;
  margin: 0 auto;
}
.form-row { margin-bottom: 20px; }
.form-row label {
  display: block;
  font-weight: bold;
  color: var(--navy);
  margin-bottom: 6px;
  font-size: 0.95rem;
}
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--taupe);
  border-radius: 8px;
  font-family: inherit;
  font-size: 1rem;
  background: #fff;
  color: var(--text-body);
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212,175,113,0.25);
}
.form-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-note {
  font-size: 0.85rem;
  color: var(--taupe);
  margin-top: 4px;
}
.form-success {
  display: none;
  background: var(--pale-blue);
  border: 1px solid var(--gold);
  border-radius: 10px;
  padding: 18px 20px;
  margin-top: 20px;
  color: var(--navy);
}
.form-error {
  display: none;
  background: #fbeaea;
  border: 1px solid #c0392b;
  border-radius: 10px;
  padding: 18px 20px;
  margin-top: 20px;
  color: #8a2b20;
}
.btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
}
.form-checkbox-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  margin-top: 6px;
}
.form-checkbox-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  color: var(--text-body);
}
.form-checkbox-item input[type="checkbox"] {
  width: 17px;
  height: 17px;
  accent-color: var(--gold);
  flex-shrink: 0;
}
.form-section-label {
  font-family: "Cinzel", "Cormorant Garamond", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  color: var(--gold);
  font-weight: 500;
  margin: 28px 0 14px;
  padding-top: 20px;
  border-top: 1px solid var(--taupe);
}
.form-section-label:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.serve-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.serve-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: var(--cream);
  border: 1px solid var(--taupe);
  border-radius: var(--radius);
  padding: 26px 24px;
  box-shadow: var(--shadow);
  flex: 1 1 200px;
  max-width: 240px;
  text-align: center;
}
.serve-item .icon {
  width: 36px;
  height: 36px;
  color: var(--gold);
}
.serve-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.serve-item span {
  font-family: "Cinzel", "Cormorant Garamond", Georgia, serif;
  color: var(--navy);
  font-size: 1rem;
}
.fit-card {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 34px 32px;
  box-shadow: var(--shadow);
  height: 100%;
}
.fit-card.fit-yes {
  border: 1px solid var(--gold);
}
.fit-card.fit-no {
  border: 1px solid var(--taupe);
  background: var(--pale-blue);
}
.fit-card h3 {
  font-size: 1.2rem;
  margin-bottom: 18px;
}
.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.98rem;
  line-height: 1.5;
}
.check-list .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.fit-yes .icon { color: var(--gold); }
.fit-no .icon { color: var(--taupe); }
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-family: "Cinzel", "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 16px;
}

/* ---------- Contact info cards ---------- */
.contact-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}
.contact-info .card {
  text-align: center;
}
.contact-info .icon {
  margin: 0 auto 14px;
}
.contact-info a {
  color: var(--gold);
  font-weight: bold;
}

/* ---------- Footer ---------- */
footer.site-footer {
  background: var(--navy);
  color: var(--pale-blue);
  padding: 56px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-grid > div:first-child {
  text-align: center;
}
.footer-grid h4 {
  font-family: "Cinzel", "Cormorant Garamond", Georgia, serif;
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
}
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 10px; }
.footer-grid a { color: var(--pale-blue); }
.footer-grid a:hover { color: var(--gold); }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-brand strong { font-family: "Cinzel", Georgia, serif; letter-spacing: 0.03em; font-weight: 600; }
.footer-bottom {
  border-top: 1px solid rgba(254,252,247,0.15);
  padding-top: 20px;
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--taupe);
}
.footer-bottom a { color: var(--pale-blue); text-decoration: underline; }
.footer-bottom a:hover { color: var(--gold); }

/* ---------- Page header (interior pages) ---------- */
.page-header {
  background: var(--navy);
  color: var(--cream);
  padding: 56px 0;
  text-align: center;
}
.page-header h1 { color: var(--cream); margin-bottom: 8px; }
.page-header p { color: var(--pale-blue); margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-art { order: -1; aspect-ratio: 16/9; }
  .hero-logo-panel { order: -1; aspect-ratio: 16/9; }
  .hero-logo-panel img { max-width: 260px; }
  .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; }
  .amenity-list { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .contact-info { grid-template-columns: 1fr; }
  .form-two-col { grid-template-columns: 1fr; }
  nav.main-nav { display: none; }
  .nav-toggle {
    display: inline-block;
    background: none;
    border: 1px solid var(--navy);
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 1rem;
    cursor: pointer;
  }
  nav.main-nav.open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--taupe);
    padding: 16px 24px;
  }
  nav.main-nav.open ul {
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }
}
