@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --emerald: #024735;
  --forest: #023829;
  --botanical: #235E4F;
  --sage: #91B1A9;
  --soft-sage: #DBE7E4;
  --ivory: #FAF8F4;
  --champagne: #C9B37E;
  --charcoal: #20352F;
  --white: #FFFFFF;
  --heading: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --body: "Inter", "Avenir", "Helvetica Neue", Arial, sans-serif;
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow-soft: 0 22px 70px rgba(2, 71, 53, 0.10);
  --shadow-card: 0 16px 40px rgba(2, 71, 53, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  color: var(--charcoal);
  background:
    radial-gradient(circle at top left, rgba(219, 231, 228, 0.75), transparent 32rem),
    linear-gradient(180deg, #fffdf9 0%, var(--ivory) 44%, #f7f4ee 100%);
  line-height: 1.6;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  background: var(--emerald);
  color: var(--white);
  padding: 10px 14px;
  z-index: 1000;
}
.skip-link:focus { left: 10px; }

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}
.section-pad { padding: 104px 0; }
.section-pad-sm { padding: 76px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 248, 244, 0.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(145, 177, 169, 0.28);
  transition: box-shadow 180ms ease, background 180ms ease;
}
.site-header.scrolled { box-shadow: 0 10px 30px rgba(2, 71, 53, 0.08); background: rgba(250, 248, 244, 0.94); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; }
.brand img { height: 48px; width: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; color: var(--forest); }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta) { opacity: .86; }
.site-nav a:not(.nav-cta):hover { opacity: 1; color: var(--emerald); }
.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  color: var(--white);
  background: var(--emerald);
  box-shadow: 0 10px 22px rgba(2, 71, 53, 0.14);
}
.nav-toggle { display: none; }

.hero { position: relative; overflow: hidden; }
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.hero::before { width: 34rem; height: 34rem; right: -16rem; top: 5rem; background: rgba(201, 179, 126, 0.18); }
.hero::after { width: 24rem; height: 24rem; left: -12rem; bottom: -10rem; background: rgba(145, 177, 169, 0.22); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.eyebrow, .section-label {
  margin: 0 0 18px;
  font-size: 12px;
  letter-spacing: .20em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--botanical);
}
.hero h1, h2, h3 { margin-top: 0; color: var(--emerald); font-family: var(--heading); line-height: .98; }
.hero h1 { margin-bottom: 22px; font-size: clamp(52px, 7vw, 86px); letter-spacing: -.035em; }
.hero h1 span { display: block; color: inherit; }
.hero-subtitle { max-width: 650px; margin: 0 0 30px; font-size: 20px; color: rgba(32, 53, 47, .86); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .02em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--emerald); box-shadow: 0 16px 30px rgba(2, 71, 53, 0.16); }
.btn-primary:hover { background: var(--forest); box-shadow: 0 20px 38px rgba(2, 71, 53, 0.22); }
.btn-secondary { color: var(--emerald); background: rgba(255, 255, 255, 0.58); border-color: rgba(145, 177, 169, 0.7); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span {
  padding: 9px 13px;
  border: 1px solid rgba(145, 177, 169, .45);
  border-radius: 999px;
  background: rgba(255, 255, 255, .56);
  font-size: 12px;
  font-weight: 700;
  color: var(--botanical);
}
.hero-card {
  position: relative;
  padding: 44px 44px 38px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(219, 231, 228, 0.95);
  box-shadow: var(--shadow-soft);
  isolation: isolate;
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(201, 179, 126, .36);
  border-radius: 28px;
  z-index: -1;
}
.halo { position: absolute; inset: 14%; border-radius: 999px; background: radial-gradient(circle, rgba(219,231,228,.65), transparent 68%); z-index: -2; }
.hero-logo { width: min(420px, 85%); margin: 0 auto; }
.hero-note { margin-top: 28px; display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: start; }
.hero-note p { margin: 0; color: rgba(32, 53, 47, .82); font-size: 15px; }
.gold-rule { margin-top: 13px; display: block; height: 1px; background: var(--champagne); }

.intro { border-top: 1px solid rgba(145,177,169,.28); border-bottom: 1px solid rgba(145,177,169,.28); background: rgba(255,255,255,.45); }
.intro-grid { display: grid; grid-template-columns: .35fr 1fr; gap: 54px; }
.intro-copy h2, .section-heading h2, .services-intro h2, .for-you h2, .founder-copy h2, .consult-copy h2 { font-size: clamp(38px, 5vw, 58px); letter-spacing: -.025em; margin-bottom: 18px; }
.intro-copy p { margin: 0; max-width: 820px; font-size: 19px; color: rgba(32,53,47,.82); }

.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading p:last-child { margin: 0; font-size: 18px; color: rgba(32,53,47,.78); }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.method-card {
  position: relative;
  min-height: 305px;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(219, 231, 228, .95);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
.method-card::after { content: ""; position: absolute; width: 112px; height: 112px; right: -44px; bottom: -40px; border-radius: 50%; background: rgba(201,179,126,.12); }
.method-card span { display: inline-block; margin-bottom: 30px; color: var(--champagne); font-weight: 700; letter-spacing: .18em; }
.method-card h3 { font-size: 32px; margin-bottom: 12px; }
.method-card p { margin: 0; color: rgba(32,53,47,.78); font-size: 15px; }

.services { background: linear-gradient(135deg, var(--forest), var(--emerald)); color: rgba(255,255,255,.82); position: relative; overflow: hidden; }
.services::before { content: ""; position: absolute; width: 34rem; height: 34rem; border: 1px solid rgba(201,179,126,.2); border-radius: 50%; right: -12rem; top: -10rem; }
.services-wrap { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: 56px; align-items: start; }
.services .eyebrow { color: var(--champagne); }
.services h2, .services h3 { color: var(--white); }
.services-intro p { font-size: 17px; }
.text-link { display: inline-block; margin-top: 16px; color: var(--champagne); font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; }
.service-list { display: grid; gap: 18px; }
.service-item { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 24px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); backdrop-filter: blur(8px); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: rgba(250,248,244,.08); }
.service-icon img { max-height: 42px; filter: brightness(0) invert(1); opacity: .92; }
.service-item h3 { font-size: 30px; margin-bottom: 6px; }
.service-item p { margin: 0; }

.for-you-card { display: grid; grid-template-columns: .8fr 1.1fr; gap: 54px; padding: 44px; border-radius: var(--radius-xl); background: var(--white); border: 1px solid rgba(219,231,228,.95); box-shadow: var(--shadow-soft); }
.for-you-card p { margin-top: 0; color: rgba(32,53,47,.8); }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 14px; height: 14px; border-radius: 50%; background: var(--champagne); box-shadow: inset 0 0 0 4px rgba(250,248,244,.8); }

.founder { background: rgba(255,255,255,.42); border-top: 1px solid rgba(145,177,169,.24); border-bottom: 1px solid rgba(145,177,169,.24); }
.founder-grid { display: grid; grid-template-columns: 360px 1fr; gap: 62px; align-items: center; }
.founder-photo { aspect-ratio: 4 / 5; border-radius: 200px 200px var(--radius-xl) var(--radius-xl); background: linear-gradient(160deg, var(--soft-sage), #fffdf9); border: 1px solid rgba(145,177,169,.45); display: grid; place-items: center; text-align: center; color: var(--botanical); box-shadow: var(--shadow-card); }
.monogram { width: 124px; height: 124px; border-radius: 50%; border: 1px solid rgba(201,179,126,.62); display: grid; place-items: center; font-family: var(--heading); font-size: 44px; color: var(--emerald); background: rgba(255,255,255,.5); }
.founder-photo p { margin: 0; font-size: 12px; text-transform: uppercase; letter-spacing: .18em; font-weight: 700; }
.founder-copy p:not(.eyebrow) { font-size: 18px; color: rgba(32,53,47,.8); }
.team-role { margin-top: -10px; margin-bottom: 18px; color: var(--champagne) !important; font-size: 13px !important; text-transform: uppercase; letter-spacing: .2em; font-weight: 800; }

.consult { background: linear-gradient(180deg, #fffdf9 0%, var(--ivory) 100%); }
.consult-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: start; }
.contact-lines { display: grid; gap: 8px; margin-top: 28px; color: var(--emerald); font-weight: 700; }
.contact-lines a { text-decoration: none; }
.consult-form { display: grid; gap: 18px; padding: 34px; border-radius: var(--radius-xl); background: var(--white); border: 1px solid rgba(219,231,228,.95); box-shadow: var(--shadow-soft); }
.consult-form label { display: grid; gap: 8px; font-size: 13px; font-weight: 700; color: var(--forest); }
.consult-form input, .consult-form textarea { width: 100%; border: 1px solid rgba(145,177,169,.62); border-radius: 16px; padding: 14px 15px; font: inherit; color: var(--charcoal); background: #fff; }
.consult-form textarea { resize: vertical; }
.consult-form input:focus, .consult-form textarea:focus { outline: 3px solid rgba(201,179,126,.24); border-color: var(--champagne); }
.form-note { margin: 0; font-size: 12px; color: rgba(32,53,47,.62); }

.site-footer { padding: 58px 0; background: var(--forest); color: rgba(255,255,255,.74); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .7fr 1.2fr; gap: 40px; align-items: start; }
.site-footer img { width: 220px; margin-bottom: 14px; }
.site-footer nav { display: grid; gap: 10px; }
.site-footer a { color: rgba(255,255,255,.88); text-decoration: none; }
.footer-legal p { margin-top: 0; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 80ms; }
.delay-2 { transition-delay: 140ms; }
.delay-3 { transition-delay: 200ms; }
.delay-4 { transition-delay: 260ms; }

@media (max-width: 980px) {
  .nav-toggle { display: inline-grid; gap: 5px; padding: 12px; border: 0; background: transparent; }
  .nav-toggle span { width: 25px; height: 2px; background: var(--emerald); display: block; }
  .site-nav { position: fixed; inset: 82px 18px auto; display: none; flex-direction: column; align-items: stretch; gap: 8px; padding: 22px; border-radius: 24px; background: rgba(250,248,244,.98); border: 1px solid var(--soft-sage); box-shadow: var(--shadow-soft); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 14px; }
  .hero-grid, .intro-grid, .services-wrap, .for-you-card, .founder-grid, .consult-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 44px; }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .founder-grid { gap: 34px; }
  .founder-photo { width: min(360px, 100%); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .section-pad { padding: 78px 0; }
  .section-pad-sm { padding: 58px 0; }
  .brand img { height: 40px; }
  .hero h1 { font-size: clamp(46px, 13vw, 64px); }
  .hero-subtitle { font-size: 17px; }
  .hero-card { padding: 32px 22px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
  .method-grid { grid-template-columns: 1fr; }
  .method-card { min-height: 240px; }
  .for-you-card, .consult-form { padding: 26px; }
  .service-item { grid-template-columns: 1fr; }
  .experience-art { min-height: 310px; }
  .site-footer img { width: 180px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn:hover { transform: none; }
}


/* Updated homepage refinements */
.hero-simple {
  text-align: center;
  min-height: 78vh;
  display: grid;
  align-items: center;
}
.hero-centered {
  max-width: 900px;
  position: relative;
  z-index: 1;
}
.hero-simple-logo {
  width: min(250px, 56vw);
  margin: 0 auto 28px;
}
.hero-simple .eyebrow { margin-bottom: 16px; }
.hero-simple h1 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.hero-simple .hero-subtitle {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.hero-simple .hero-actions {
  justify-content: center;
  margin-bottom: 0;
}
.footer-centered { text-align: center; }
.footer-inner {
  display: grid;
  gap: 24px;
  justify-items: center;
}
.footer-brand-center img {
  width: min(260px, 70vw);
  margin: 0 auto 14px;
}
.footer-brand-center p {
  margin: 0;
  font-size: 15px;
  color: rgba(255,255,255,.86);
}
.footer-centered nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
}
.footer-centered .footer-legal {
  max-width: 760px;
  margin: 0 auto;
}
.footer-centered .footer-legal p { margin: 6px 0; }
@media (max-width: 640px) {
  .hero-simple { min-height: auto; }
  .hero-simple-logo { width: min(210px, 62vw); }
}


/* Final responsive and tagline refinements */
.hero h1,
.hero h1 span {
  color: var(--emerald);
}
.tm,
sup.tm {
  font-size: 0.28em;
  line-height: 0;
  vertical-align: super;
  margin-left: 0.08em;
  font-family: var(--body);
  font-weight: 700;
  letter-spacing: 0;
}
.footer-brand-center .tm {
  font-size: 0.55em;
}

/* Extra responsive safeguards for desktop, tablet, iPad, and mobile */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
.site-header,
.hero,
.intro,
.method,
.services,
.for-you,
.founder,
.consult,
.site-footer {
  width: 100%;
}
.consult-form input,
.consult-form textarea,
.consult-form button {
  max-width: 100%;
}
@media (max-width: 1180px) {
  .container { width: min(100% - 40px, 1040px); }
  .method-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .nav-wrap { padding: 14px 0; }
  .site-nav { inset: 76px 18px auto; max-height: calc(100vh - 96px); overflow-y: auto; }
  .hero-simple { min-height: auto; padding-top: 76px; padding-bottom: 72px; }
  .hero h1 { font-size: clamp(42px, 10vw, 68px); }
  .intro-copy h2,
  .section-heading h2,
  .services-intro h2,
  .for-you h2,
  .founder-copy h2,
  .consult-copy h2 { font-size: clamp(34px, 8vw, 48px); }
  .service-item h3 { font-size: 26px; }
  .founder-photo { margin: 0 auto; }
  .consult-grid { gap: 34px; }
}
@media (max-width: 520px) {
  .container { width: min(100% - 24px, 1160px); }
  .site-nav { inset: 70px 12px auto; }
  .hero-simple-logo { width: min(190px, 64vw); }
  .hero h1 { font-size: clamp(38px, 12vw, 52px); }
  .hero-subtitle { font-size: 16px; }
  .intro-copy p,
  .section-heading p:last-child,
  .services-intro p,
  .founder-copy p:not(.eyebrow),
  .consult-copy p { font-size: 16px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-card,
  .for-you-card,
  .consult-form { border-radius: 24px; }
  .service-item { padding: 20px; }
  .footer-centered nav { gap: 10px 18px; }
}
@media (max-width: 380px) {
  .brand img { height: 34px; }
  .btn { padding: 13px 18px; font-size: 13px; }
  .consult-form { padding: 22px; }
}
