/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--charcoal); background: var(--ivory); line-height: 1.7; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button { font-family: inherit; }

/* ── Tokens ── */
:root {
  --ivory:     #FBF8F2;
  --ivory-alt: #F5EEE1;
  --gold:      #D7A749;
  --gold-dark: #B98530;
  --gold-soft: rgba(215,167,73,.14);
  --charcoal:  #3B322C;
  --charcoal-soft: #6B5F55;
  --sage:      #8DA37E;
  --sage-soft: rgba(141,163,126,.15);
  --white:     #ffffff;
  --radius:    0.75rem;
  --font-head: 'Fraunces', serif;
  --font-body: 'Inter', sans-serif;
}

/* ── Layout ── */
.container { max-width: 1080px; margin: 0 auto; padding: 0 1.5rem; }
.section    { padding: 6rem 0; }
.section-alt { background: var(--ivory-alt); }

/* ── Nav ── */
.nav-outer {
  position: fixed; top: 20px; left: 0; right: 0;
  z-index: 300; display: flex; justify-content: center;
  pointer-events: none;
}
.navbar {
  pointer-events: all;
  display: inline-flex; align-items: center; gap: 2rem;
  padding: .55rem 1.4rem;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-radius: 16px;
  border: 1px solid rgba(215,167,73,.22);
  box-shadow: 0 4px 28px rgba(59,50,44,.08);
}
.nav-logo { display: flex; align-items: center; }
.nav-logo img { height: 34px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 1.6rem; }
.nav-links a { font-size: .85rem; font-weight: 500; color: var(--charcoal-soft); transition: color .15s; }
.nav-links a:hover { color: var(--gold-dark); }
.nav-cta {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .5rem 1.05rem;
  background: var(--gold); color: #fff;
  border-radius: 10px; font-size: .82rem; font-weight: 600;
  transition: background .2s, transform .15s;
  white-space: nowrap;
}
.nav-cta:hover { background: var(--gold-dark); transform: translateY(-1px); }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .85rem 1.85rem;
  border-radius: var(--radius);
  font-weight: 600; font-size: .95rem;
  transition: all .18s; cursor: pointer; border: none;
}
.btn-primary { background: var(--gold); color: #fff; }
.btn-primary:hover { background: var(--gold-dark); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(215,167,73,.35); }
.btn-outline { background: transparent; color: var(--charcoal); border: 1.5px solid rgba(59,50,44,.22); }
.btn-outline:hover { border-color: var(--charcoal); background: rgba(59,50,44,.04); }
.btn-light { background: #fff; color: var(--gold-dark); }
.btn-light:hover { background: var(--ivory-alt); transform: translateY(-1px); }

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  padding: 8rem 0 4rem;
  overflow: hidden;
  background: linear-gradient(160deg, #FDFBF6 0%, #FBF1E4 45%, #F6E4C8 100%);
  text-align: center;
}
.hero-butterfly {
  position: absolute; top: 8%; right: 6%;
  width: 340px; opacity: .12; pointer-events: none;
  animation: driftFloat 9s ease-in-out infinite;
}
.hero-butterfly.left {
  top: auto; bottom: 6%; left: 4%; right: auto;
  width: 220px; opacity: .09;
  animation-delay: 2.4s;
}
@keyframes driftFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%       { transform: translateY(-18px) rotate(-4deg); }
}
.hero-inner { position: relative; z-index: 2; max-width: 680px; margin: 0 auto; padding: 0 1.5rem; }
.hero-title { margin: 0 auto 1.75rem; }
.hero-title-script {
  display: block;
  font-family: 'Alex Brush', cursive;
  font-size: clamp(3.2rem, 9vw, 4.8rem);
  line-height: 1; color: var(--gold-dark);
}
.hero-title-sub {
  display: block;
  font-family: var(--font-body);
  font-size: .78rem; font-weight: 600;
  letter-spacing: .3em; text-transform: uppercase;
  color: var(--charcoal-soft); margin-top: .6rem;
}
.hero-badge {
  display: inline-block; font-size: .7rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--gold-dark); background: var(--gold-soft);
  border: 1px solid rgba(215,167,73,.3);
  padding: .3rem .9rem; border-radius: 2rem; margin-bottom: 1.25rem;
}
.hero h1 {
  font-family: var(--font-head);
  font-size: clamp(2.1rem, 4.6vw, 3.1rem);
  font-weight: 600; line-height: 1.25; letter-spacing: -.01em;
  color: var(--charcoal); margin-bottom: 1.15rem;
}
.hero h1 em { font-style: italic; color: var(--gold-dark); }
.hero p { font-size: 1.05rem; color: var(--charcoal-soft); max-width: 540px; margin: 0 auto 2.25rem; }
.hero-btns { display: flex; gap: .875rem; justify-content: center; flex-wrap: wrap; }

/* ── Section heading ── */
.s-head { text-align: center; margin-bottom: 3.5rem; }
.s-eyebrow {
  display: inline-block; font-size: .72rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--sage);
  margin-bottom: .6rem;
}
.s-head h2 {
  font-family: var(--font-head);
  font-size: clamp(1.7rem, 3.6vw, 2.3rem); font-weight: 600;
  color: var(--charcoal); letter-spacing: -.01em;
}
.s-head p { color: var(--charcoal-soft); margin-top: .65rem; max-width: 540px; margin-left: auto; margin-right: auto; }

/* ── About / two-col ── */
.two-col { display: grid; grid-template-columns: .85fr 1.15fr; gap: 3.5rem; align-items: center; }
.about-photo {
  aspect-ratio: 4/5; border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(215,167,73,.25);
  box-shadow: 0 14px 34px rgba(59,50,44,.12);
}
.about-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-copy .credentials {
  display: inline-block; font-size: .75rem; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--gold-dark); margin-bottom: .75rem;
}
.about-copy h2 {
  font-family: var(--font-head); font-size: clamp(1.6rem, 3.2vw, 2.1rem);
  font-weight: 600; margin-bottom: 1.1rem; color: var(--charcoal);
}
.about-copy p { color: var(--charcoal-soft); margin-bottom: 1.1rem; font-size: .98rem; }
.about-copy p:last-child { margin-bottom: 0; }

/* ── Our Space gallery ── */
.space-gallery {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  grid-template-rows: 200px 200px;
  gap: 1.25rem;
}
.space-photo {
  border-radius: 1.1rem; overflow: hidden;
  border: 1px solid rgba(59,50,44,.07);
  box-shadow: 0 10px 28px rgba(59,50,44,.09);
}
.space-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.space-photo:hover img { transform: scale(1.05); }
.space-photo.building { grid-column: 1; grid-row: 1 / 3; }
.space-photo.office-1  { grid-column: 2; grid-row: 1; }
.space-photo.office-2  { grid-column: 3; grid-row: 1; }
.space-photo.office-3  { grid-column: 2 / 4; grid-row: 2; }

/* ── Cards ── */
.cards-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; }
.card {
  flex: 1 1 260px; max-width: 310px;
  background: var(--white);
  border: 1px solid rgba(59,50,44,.08);
  border-radius: 1rem;
  padding: 2rem 1.75rem;
  transition: box-shadow .25s, transform .25s, border-color .25s;
}
.card:hover { box-shadow: 0 12px 32px rgba(59,50,44,.08); transform: translateY(-3px); border-color: rgba(215,167,73,.35); }
.card-icon {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--gold-soft); color: var(--gold-dark);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.1rem;
}
.card-icon svg { width: 22px; height: 22px; }
.card h3 { font-family: var(--font-head); font-size: 1.1rem; font-weight: 600; color: var(--charcoal); margin-bottom: .5rem; }
.card p  { color: var(--charcoal-soft); font-size: .9rem; }

/* ── Modality strip ── */
.modality-strip {
  display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem;
  margin-top: 3rem;
}
.modality-pill {
  font-size: .82rem; font-weight: 600; color: var(--charcoal);
  background: var(--sage-soft); border: 1px solid rgba(141,163,126,.35);
  padding: .55rem 1.2rem; border-radius: 2rem;
}

/* ── How it works ── */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; counter-reset: step; }
.step { text-align: center; position: relative; }
.step-num {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--charcoal); color: var(--ivory);
  font-family: var(--font-head); font-size: 1.15rem; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.2rem;
}
.step h3 { font-family: var(--font-head); font-size: 1.05rem; font-weight: 600; margin-bottom: .5rem; color: var(--charcoal); }
.step p { color: var(--charcoal-soft); font-size: .9rem; }

/* ── FAQ ── */
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(59,50,44,.1); }
.faq-item:first-child { border-top: 1px solid rgba(59,50,44,.1); }
.faq-q {
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  padding: 1.35rem 0; font-weight: 600; color: var(--charcoal); font-size: 1rem;
  gap: 1rem;
}
.faq-q::after {
  content: "+"; font-size: 1.4rem; font-weight: 300; color: var(--gold-dark);
  flex-shrink: 0; transition: transform .2s; line-height: 1;
}
.faq-q.open::after { content: "\2212"; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { color: var(--charcoal-soft); font-size: .93rem; padding-bottom: 1.35rem; max-width: 600px; }

/* ── Info box (fees) ── */
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.info-box {
  background: var(--white); border-radius: var(--radius);
  padding: 2rem 1.75rem; text-align: center;
  border: 1px solid rgba(59,50,44,.08);
}
.info-box .info-icon { color: var(--gold-dark); margin-bottom: .9rem; }
.info-box .info-icon svg { width: 26px; height: 26px; }
.info-box h4 { font-family: var(--font-head); font-size: 1.05rem; font-weight: 600; color: var(--charcoal); margin-bottom: .4rem; }
.info-box p  { font-size: .88rem; color: var(--charcoal-soft); }

/* ── Contact ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.contact-primary {
  background: linear-gradient(155deg, #2E2620 0%, #46392C 100%);
  border-radius: 1.25rem; padding: 2.75rem 2.25rem;
  color: #fff;
}
.contact-primary h3 { font-family: var(--font-head); font-size: 1.5rem; font-weight: 600; margin-bottom: .75rem; }
.contact-primary p { color: rgba(255,255,255,.72); font-size: .93rem; margin-bottom: 1.75rem; }
.contact-primary-btns { display: flex; flex-wrap: wrap; gap: .85rem; margin-bottom: 1.5rem; }
.contact-primary-btns svg { width: 17px; height: 17px; flex-shrink: 0; }
.btn-outline-light { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.35); }
.btn-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.contact-location {
  font-size: .85rem; color: rgba(255,255,255,.58);
  display: flex; align-items: center; gap: .55rem; margin-bottom: 1.75rem;
}
.contact-location svg { width: 15px; height: 15px; flex-shrink: 0; color: var(--gold); }
.contact-secondary {
  padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14);
  display: flex; flex-wrap: wrap; align-items: baseline; gap: .5rem;
  font-size: .87rem; color: rgba(255,255,255,.55);
}
.contact-secondary-link { color: var(--gold); font-weight: 600; transition: color .15s; }
.contact-secondary-link:hover { color: #fff; }

.form-wrap { background: var(--white); border-radius: 1.25rem; padding: 2.5rem; border: 1px solid rgba(59,50,44,.08); }
.form-group { margin-bottom: 1.1rem; }
.form-group label { display: block; font-weight: 600; font-size: .82rem; color: var(--charcoal); margin-bottom: .4rem; }
.form-group input,
.form-group textarea {
  width: 100%; padding: .7rem 1rem;
  border: 1.5px solid rgba(59,50,44,.15); border-radius: .6rem;
  font-size: .95rem; font-family: inherit; color: var(--charcoal);
  transition: border-color .18s; background: var(--ivory);
}
.form-group input:focus,
.form-group textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-soft); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-note { font-size: .8rem; color: var(--charcoal-soft); margin-top: .9rem; }

/* ── Footer ── */
footer { background: #2E2620; color: rgba(255,255,255,.55); padding: 2.75rem 0; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-brand { display: flex; align-items: center; gap: .65rem; }
.footer-brand img { height: 26px; width: auto; opacity: .9; }
.footer-copy { font-size: .78rem; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { font-size: .85rem; transition: color .15s; }
.footer-links a:hover { color: #fff; }

/* ── Scroll reveal ── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ── Mobile ── */
@media (max-width: 860px) {
  .two-col, .contact-grid { grid-template-columns: 1fr; }
  .about-photo { max-width: 340px; margin: 0 auto; }
  .steps { grid-template-columns: 1fr; gap: 2rem; }
  .info-grid { grid-template-columns: 1fr; }
  .space-gallery {
    grid-template-columns: 1fr 1fr; grid-template-rows: 180px 180px 180px;
  }
  .space-photo.building { grid-column: 1 / 3; grid-row: 1; }
  .space-photo.office-1  { grid-column: 1; grid-row: 2; }
  .space-photo.office-2  { grid-column: 2; grid-row: 2; }
  .space-photo.office-3  { grid-column: 1 / 3; grid-row: 3; }
}
@media (max-width: 500px) {
  .space-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(4, 220px); }
  .space-photo.building, .space-photo.office-1, .space-photo.office-2, .space-photo.office-3 {
    grid-column: 1; grid-row: auto;
  }
}
@media (max-width: 640px) {
  .nav-links { display: none; }
  .section { padding: 4rem 0; }
  .hero { padding: 7rem 0 3.5rem; }
  .hero-butterfly { display: none; }
  .footer-inner { flex-direction: column; text-align: center; }
}
