@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;1,9..144,400&family=Inter:wght@400;500;600&display=swap");
/* ============================================
   7 Star Circling Ã¢â‚¬â€ shared styles
   Palette finalized 2026-07-12
   ============================================ */
:root {
  --deep-teal: #04505D;
  --ocean-blue: #056A99;
  --teal: #05997E;
  --orange: #F87600;
  --yellow: #FFD23F;
  --pink: #F763B0;
  --cream: #F6F3EC;
  --ink: #1E2E30;
  --cream-2: #EFEADF; /* slightly deeper cream for alt sections */
  --night: #06323B; /* deep night-sky, between deep-teal and ink */
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --maxw: 1120px;
  --radius: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--deep-teal);
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 0.5em;
}

p {
  margin: 0 0 1.2em;
}

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

a:hover {
  text-decoration: underline;
}

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  font-weight: 600;
  color: var(--teal);
  margin: 0 0 14px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  padding: 13px 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.2s ease;
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--orange);
  color: var(--ink);
} /* dark text Ã¢â‚¬â€ accessible */
.btn-primary:hover {
  background: #ff8524;
}

.btn-teal {
  background: var(--deep-teal);
  color: #fff;
}

.btn-teal:hover {
  background: #06616f;
}

.btn-ghost {
  background: transparent;
  color: var(--deep-teal);
  border-color: var(--deep-teal);
}

.btn-ghost:hover {
  background: var(--deep-teal);
  color: #fff;
}

.btn-light {
  background: var(--cream);
  color: var(--deep-teal);
}

.btn-light:hover {
  background: #fff;
}

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 243, 236, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(4, 80, 93, 0.1);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  max-width: var(--maxw);
  margin: 0 auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  color: var(--deep-teal);
  text-decoration: none;
}

.brand:hover {
  text-decoration: none;
}

.brand .mark {
  height: 40px;
  width: auto;
  flex: 0 0 auto;
}

.hero-logo {
  width: min(260px, 70vw);
  height: auto;
  display: block;
  margin: 0 auto 22px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  font-size: 15px;
  color: var(--ink);
  font-weight: 500;
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover {
  color: var(--deep-teal);
  border-bottom-color: var(--orange);
}

.nav-links a.active {
  color: var(--deep-teal);
  border-bottom-color: var(--orange);
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 26px;
  color: var(--deep-teal);
  cursor: pointer;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(120% 120% at 50% 0%, var(--night) 0%, var(--deep-teal) 55%, #073540 100%);
  color: #fff;
  text-align: center;
  padding: 90px 24px 110px;
}

.hero .eyebrow {
  color: var(--yellow);
}

.hero h1 {
  color: #fff;
  font-size: clamp(40px, 7vw, 76px);
  letter-spacing: -0.01em;
  margin: 0 0 18px;
}

.hero .tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(19px, 2.6vw, 26px);
  color: rgba(255, 255, 255, 0.86);
  margin: 0 auto 34px;
  max-width: 620px;
}

.hero .hero-cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* seven-star ring motif */
.star-ring {
  width: 130px;
  height: 130px;
  margin: 0 auto 26px;
  display: block;
}

.star-ring .ring-rot {
  transform-origin: 65px 65px;
  animation: spin 60s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .star-ring .ring-rot {
    animation: none;
  }
}
/* ---------- Section shells ---------- */
.section {
  padding: 84px 0;
}

.section.alt {
  background: var(--cream-2);
}

.section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 52px;
}

.section-head h2 {
  font-size: clamp(28px, 4vw, 40px);
}

.section-head p {
  color: #4a5a5d;
  font-size: 18px;
}

/* ---------- Three-path cards ---------- */
.paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.path-card {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid rgba(4, 80, 93, 0.08);
  padding: 34px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.path-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(4, 80, 93, 0.12);
}

.path-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 28px;
}

.path-card h3 {
  font-size: 23px;
  margin-bottom: 10px;
}

.path-card p {
  color: #51615f;
  font-size: 15.5px;
  flex: 1;
}

.path-link {
  margin-top: 18px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.path-card .soon-tag {
  display: inline-block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: var(--yellow);
  color: #5c4a00;
  padding: 4px 12px;
  border-radius: 999px;
}

.a-orange {
  background: var(--orange);
}

.a-teal {
  background: var(--teal);
}

.a-blue {
  background: var(--ocean-blue);
}

/* ---------- Vision / story band ---------- */
.band {
  background: var(--deep-teal);
  color: #fff;
  padding: 84px 0;
}

.band h2 {
  color: #fff;
}

.band .eyebrow {
  color: var(--yellow);
}

.band p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}

.band .quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(22px, 3.2vw, 30px);
  color: #fff;
  line-height: 1.4;
  max-width: 720px;
}

/* ---------- Prose (About page) ---------- */
.prose {
  max-width: 760px;
  margin: 0 auto;
}

.prose h2 {
  font-size: 30px;
  margin-top: 1.6em;
}

.prose h3 {
  font-size: 21px;
  color: var(--teal);
  margin-top: 1.4em;
}

.prose ul {
  padding-left: 1.1em;
}

.prose li {
  margin-bottom: 0.7em;
}

.prose .lead {
  font-size: 20px;
  color: var(--deep-teal);
}

.prose .hr {
  height: 1px;
  background: rgba(4, 80, 93, 0.15);
  border: 0;
  margin: 2.4em 0;
}

.prose .signoff {
  font-style: italic;
  color: var(--teal);
}

.page-hero {
  background: var(--cream-2);
  text-align: center;
  padding: 70px 24px 56px;
  border-bottom: 1px solid rgba(4, 80, 93, 0.1);
}

.page-hero h1 {
  font-size: clamp(34px, 5vw, 54px);
}

.page-hero .tagline {
  font-family: var(--font-display);
  font-style: italic;
  color: #4a5a5d;
  font-size: 20px;
}

/* ---------- Coming soon ---------- */
.coming {
  min-height: 62vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px;
}

.coming .star-ring {
  width: 90px;
  height: 90px;
}

.coming h1 {
  font-size: clamp(34px, 6vw, 60px);
  margin-bottom: 12px;
}

.coming .soon {
  color: var(--orange);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 22px;
}

.coming p {
  color: #51615f;
  font-size: 18px;
  max-width: 540px;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
  padding: 56px 0 34px;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.site-footer .brand {
  color: #fff;
  margin-bottom: 12px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer a:hover {
  color: var(--yellow);
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
}

.footer-bottom .relations {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--yellow);
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .paths {
    grid-template-columns: 1fr;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--cream);
    border-bottom: 1px solid rgba(4, 80, 93, 0.12);
    padding: 8px 0;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links a {
    padding: 12px 24px;
    border-bottom: 0;
  }
  .nav-toggle {
    display: block;
  }
}