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

:root {
  --cream: #F7F4EF;
  --warm-white: #FDFCF9;
  --deep: #1C1A16;
  --mid: #4A4640;
  --muted: #8C8880;
  --accent: #7D6E5C;
  --gold: #9E8B6E;
  --border: rgba(28, 26, 22, 0.12);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Jost', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--warm-white);
  color: var(--deep);
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* ─── NAV ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.5rem 4rem;
  background: rgba(253,252,249,0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
nav.scrolled { border-color: var(--border); }

.nav-logo {
  font-family: var(--serif); font-size: 1.15rem; font-weight: 400;
  letter-spacing: 0.04em; color: var(--deep); text-decoration: none;
}

.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a {
  font-size: 0.72rem; font-weight: 400; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--mid); text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--deep); }

.nav-cta {
  font-size: 0.72rem; font-weight: 400; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--deep); text-decoration: none;
  border-bottom: 1px solid var(--gold); padding-bottom: 1px;
  transition: border-color 0.2s;
}
.nav-cta:hover { border-color: var(--deep); }

.nav-ham { display: none; cursor: pointer; flex-direction: column; gap: 5px; }
.nav-ham span { display: block; width: 22px; height: 1px; background: var(--deep); }

/* ─── PAGE HERO (inner pages) ─── */
.page-hero {
  padding: 10rem 4rem 6rem;
  background: var(--cream);
}
.page-hero-inner { max-width: 1100px; margin: 0 auto; }
.page-hero-inner .section-label { margin-bottom: 1.25rem; }

.page-hero-title {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 300; line-height: 1.1;
  color: var(--deep); margin-bottom: 1.5rem;
}
.page-hero-title em { font-style: italic; color: var(--accent); }

.page-hero-sub {
  font-size: 1rem; color: var(--mid);
  max-width: 560px; line-height: 1.85;
}

/* ─── HOME HERO ─── */
.hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  padding-top: 90px;
}
.hero-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 5rem 5rem 5rem 4rem;
}
.hero-eyebrow {
  font-size: 0.68rem; font-weight: 400; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 2rem;
}
.hero-title {
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 300; line-height: 1.08;
  color: var(--deep); margin-bottom: 1.5rem;
}
.hero-title em { font-style: italic; font-weight: 300; color: var(--accent); }
.hero-sub {
  font-size: 0.95rem; font-weight: 300; color: var(--mid);
  max-width: 420px; line-height: 1.8; margin-bottom: 2rem;
}
.hero-pills { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 3rem; }
.hero-pill {
  font-size: 0.65rem; font-weight: 400; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--accent);
  border: 1px solid rgba(125,110,92,0.35); padding: 0.35rem 0.9rem;
}
.hero-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.hero-right { position: relative; background: var(--cream); overflow: hidden; }

/* ─── PHOTO PLACEHOLDERS ─── */
.photo-placeholder-inner {
  width: 100%; height: 100%;
  background: linear-gradient(160deg, #EDE9E2 0%, #D8D2C8 100%);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 0.75rem;
}
.photo-icon {
  width: 52px; height: 52px;
  border: 1.5px solid rgba(125,110,92,0.4); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.photo-label {
  font-size: 0.68rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--accent);
}

.hero-quote {
  position: absolute; bottom: 2.5rem; left: 2rem; right: 2rem;
  padding: 1.25rem 1.5rem;
  background: rgba(253,252,249,0.88); backdrop-filter: blur(4px);
  border-left: 2px solid var(--gold);
}
.hero-quote p {
  font-family: var(--serif); font-size: 1.2rem;
  font-style: italic; color: var(--mid); line-height: 1.55;
}
.hero-quote cite {
  display: block; font-family: var(--sans); font-size: 0.65rem;
  font-style: normal; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold); margin-top: 0.5rem;
}

/* ─── SECTIONS ─── */
section { padding: 7rem 4rem; }
.section-inner { max-width: 1100px; margin: 0 auto; }

.section-label {
  font-size: 0.65rem; font-weight: 400; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 1.25rem;
}
.section-title {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300; line-height: 1.15;
  color: var(--deep); margin-bottom: 2rem;
}
.section-title.sm { font-size: clamp(1.6rem, 2.5vw, 2.2rem); }
.section-title em { font-style: italic; color: var(--accent); }

.divider { width: 40px; height: 1px; background: var(--gold); margin-bottom: 2rem; }

.body-text { font-size: 0.95rem; color: var(--mid); line-height: 1.9; margin-bottom: 1.2rem; }

/* ─── LAYOUTS ─── */
.two-col {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 6rem; align-items: start;
}
.two-col.center { align-items: center; }

.tall-photo { overflow: hidden; }

/* ─── BUTTONS ─── */
.btn-primary {
  display: inline-block; font-size: 0.72rem; font-weight: 400;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--warm-white); background: var(--deep);
  padding: 1rem 2.2rem; text-decoration: none; transition: background 0.25s;
}
.btn-primary:hover { background: var(--accent); }

.btn-outline {
  display: inline-block; font-size: 0.72rem; font-weight: 400;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--deep); border: 1px solid rgba(28,26,22,0.25);
  padding: 1rem 2.2rem; text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.btn-outline:hover { border-color: var(--mid); }

.btn-text {
  font-size: 0.72rem; font-weight: 400; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--mid); text-decoration: none;
  border-bottom: 1px solid var(--border); padding-bottom: 1px;
  transition: color 0.2s, border-color 0.2s;
}
.btn-text:hover { color: var(--deep); border-color: var(--mid); }

/* ─── OFFERING STRIP ─── */
.offering-strip { background: var(--cream); padding: 0; }
.offering-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.offering-card { padding: 5rem 4rem; }
.offering-card p.body-text { font-size: 0.92rem; }

/* ─── FORM ─── */
.contact-form { max-width: 560px; }
.form-group { margin-bottom: 1.75rem; }
.form-group label {
  display: block; font-size: 0.68rem; font-weight: 400; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--mid); margin-bottom: 0.6rem;
}
.form-group input, .form-group textarea {
  width: 100%; font-family: var(--sans); font-size: 0.95rem; font-weight: 300;
  color: var(--deep); background: transparent; border: none;
  border-bottom: 1px solid var(--border); padding: 0.7rem 0.1rem;
  transition: border-color 0.2s;
}
.form-group input:focus, .form-group textarea:focus {
  outline: none; border-color: var(--gold);
}
.form-group textarea { resize: vertical; min-height: 120px; line-height: 1.7; }
.form-submit {
  font-family: var(--sans); font-size: 0.72rem; font-weight: 400;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--warm-white); background: var(--deep);
  padding: 1rem 2.2rem; border: none; cursor: pointer;
  transition: background 0.25s;
}
.form-submit:hover { background: var(--accent); }
.form-note { font-size: 0.82rem; color: var(--muted); margin-top: 1rem; }
.contact-info { display: flex; flex-direction: column; gap: 1.5rem; }
.contact-info-item .section-label { margin-bottom: 0.5rem; }
.contact-info-item p { color: var(--mid); font-size: 0.95rem; }
.contact-info-item a { color: var(--deep); text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 1px; }
.contact-info-item a:hover { color: var(--accent); }

.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1rem; }
.service-card { background: var(--cream); padding: 1.75rem 1.5rem; border-top: 2px solid var(--gold); }
.service-card h4 {
  font-family: var(--serif); font-size: 1.05rem; font-weight: 400;
  color: var(--deep); margin-bottom: 0.6rem; line-height: 1.3;
}
.service-card p { font-size: 0.82rem; color: var(--muted); line-height: 1.7; }

/* ─── HOW I WORK (dark band) ─── */
.dark-band { background: var(--deep); color: var(--cream); padding: 6rem 4rem; }
.dark-band .section-inner { max-width: 1100px; margin: 0 auto; }
.dark-band .section-label { color: var(--gold); }
.dark-band .divider { background: var(--gold); }

.dark-band-header {
  display: grid; grid-template-columns: 1fr 2fr;
  gap: 4rem; align-items: end;
  padding-bottom: 3.5rem; margin-bottom: 3.5rem;
  border-bottom: 1px solid rgba(247,244,239,0.1);
}
.dark-band-header .section-title { color: var(--cream); margin-bottom: 0; }
.dark-band-header p { font-size: 0.95rem; color: rgba(247,244,239,0.6); line-height: 1.85; }

.pillars-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 3rem; }
.pillar-num {
  font-family: var(--serif); font-size: 2rem; font-weight: 300;
  color: var(--gold); opacity: 0.5; display: block; margin-bottom: 0.75rem;
}
.pillar h4 {
  font-family: var(--serif); font-size: 1.25rem; font-weight: 400;
  color: var(--cream); margin-bottom: 0.6rem;
}
.pillar p { font-size: 0.85rem; color: rgba(247,244,239,0.55); line-height: 1.75; }

/* ─── QUOTE BLOCKS ─── */
.quote-block { border-top: 1px solid var(--border); padding-top: 2rem; margin-bottom: 3rem; }
.quote-block blockquote {
  font-family: var(--serif); font-size: 1.5rem; font-style: italic;
  font-weight: 300; line-height: 1.4; color: var(--deep); margin-bottom: 0.75rem;
}
.quote-block cite {
  font-size: 0.68rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted); font-style: normal;
}

/* ─── WORKING DETAILS ─── */
.working-details { display: flex; flex-direction: column; gap: 1.25rem; margin-top: 2.5rem; }
.detail-item { display: flex; align-items: flex-start; gap: 1rem; }
.detail-num {
  font-family: var(--serif); font-size: 2rem; font-weight: 300;
  color: var(--gold); line-height: 1; min-width: 2rem;
}
.detail-text { font-size: 0.88rem; color: rgba(247,244,239,0.6); line-height: 1.7; padding-top: 0.3rem; }

/* ─── TESTIMONIALS ─── */
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.testimonial-card {
  background: var(--warm-white); padding: 2.5rem 2rem;
  border-top: 2px solid var(--gold);
}
.testimonial-text {
  font-family: var(--serif); font-size: 1.05rem; font-style: italic;
  font-weight: 300; line-height: 1.7; color: var(--mid); margin-bottom: 1.5rem;
}
.testimonial-author { font-size: 0.68rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }

/* ─── FOOTER ─── */
footer { background: var(--deep); padding: 3rem 4rem; }
.footer-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
}
.footer-logo {
  font-family: var(--serif); font-size: 1rem; font-weight: 400;
  color: rgba(247,244,239,0.6); text-decoration: none;
}
.footer-nav { display: flex; gap: 2rem; }
.footer-nav a {
  font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(247,244,239,0.4); text-decoration: none; transition: color 0.2s;
}
.footer-nav a:hover { color: rgba(247,244,239,0.8); }
.footer-copy { font-size: 0.68rem; letter-spacing: 0.1em; color: rgba(247,244,239,0.3); }

/* ─── ANIMATIONS ─── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-eyebrow { animation: fadeUp 0.7s ease both; }
.hero-title   { animation: fadeUp 0.7s 0.15s ease both; }
.hero-sub     { animation: fadeUp 0.7s 0.3s ease both; }
.hero-pills   { animation: fadeUp 0.7s 0.38s ease both; }
.hero-actions { animation: fadeUp 0.7s 0.45s ease both; }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  nav { padding: 1.25rem 1.5rem; }
  .nav-links { display: none; }
  .nav-ham { display: flex; }
  section { padding: 4rem 1.5rem; }
  .dark-band { padding: 4rem 1.5rem; }
  .page-hero { padding: 8rem 1.5rem 4rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 5rem 1.5rem 3rem; }
  .hero-right { height: 360px; }
  .offering-grid { grid-template-columns: 1fr; }
  .offering-card { padding: 3rem 1.5rem; }
  .two-col { grid-template-columns: 1fr; gap: 3rem; }
  .dark-band-header { grid-template-columns: 1fr; gap: 1.5rem; }
  .pillars-grid { grid-template-columns: 1fr; gap: 2rem; }
  .services-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .tall-photo { height: 300px !important; }
  .footer-inner { flex-direction: column; gap: 1.5rem; text-align: center; }
  .footer-nav { flex-wrap: wrap; justify-content: center; }
}

/* ─── REAL PHOTO STYLES ─── */
.site-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.photo-wrap {
  overflow: hidden;
  position: relative;
}

/* Hero right panel when using real photo */
.hero-right .site-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
