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

:root {
  --ink: #14181F;
  --ink-mid: #2F353F;
  --champagne: #C9A86E;
  --champagne-deep: #A38347;
  --champagne-soft: #E5D4A8;
  --salmon: #F0998A;
  --salmon-deep: #DA7560;
  --soft-white: #FAF8F4;
  --soft-white-deep: #EFEBE0;
  --text: #1F232C;
  --text-light: #5A6070;
  --border: #DDD5C0;
  --white: #FFFEFA;
  --shadow: 0 1px 3px rgba(20,24,31,0.08), 0 4px 14px rgba(201,168,110,0.10);
  --shadow-lg: 0 6px 24px rgba(201,168,110,0.18), 0 14px 38px rgba(20,24,31,0.10);
  --radius: 2px;
  --radius-lg: 14px;
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Karla', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--text); background: var(--white); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, svg { max-width: 100%; display: block; }
h1, h2, h3 { font-family: 'Cormorant Infant', Georgia, serif; font-weight: 600; color: var(--ink); letter-spacing: -0.005em; line-height: 1.15; }
h1 { font-size: clamp(2.6rem, 5.4vw, 4rem); font-weight: 600; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); font-weight: 600; }
h3 { font-size: 1.18rem; font-family: 'Karla', sans-serif; font-weight: 700; letter-spacing: -0.005em; color: var(--ink); }
p { color: var(--text-light); }

/* TOPBAR */
.topbar { background: var(--ink); color: var(--soft-white); font-size: 0.84rem; letter-spacing: 0.3px; }
.topbar-inner { max-width: var(--max); margin: 0 auto; padding: 0.55rem 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.topbar-tagline { display: flex; align-items: center; gap: 0.55rem; opacity: 0.94; font-style: italic; font-family: 'Cormorant Infant', Georgia, serif; font-size: 1rem; }
.topbar-tagline svg { width: 14px; height: 14px; flex-shrink: 0; color: var(--champagne); }
.topbar-meta { display: flex; gap: 1.4rem; align-items: center; font-size: 0.78rem; opacity: 0.85; font-style: normal; font-family: 'Karla', sans-serif; }

/* NAV */
.nav { background: var(--soft-white); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; height: 84px; }
.nav-logo { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.logo-mark { width: 50px; height: 50px; background: var(--ink); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: 'Cormorant Infant', Georgia, serif; font-size: 1.4rem; font-weight: 700; color: var(--champagne); position: relative; }
.logo-mark::before { content: ''; position: absolute; inset: 4px; border: 1px solid var(--champagne); border-radius: 50%; }
.logo-text { font-family: 'Cormorant Infant', Georgia, serif; font-size: 1.5rem; font-weight: 600; color: var(--ink); letter-spacing: -0.005em; }
.logo-text span { color: var(--champagne-deep); font-style: italic; font-weight: 500; }
.nav-links { display: flex; gap: 2.4rem; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: var(--ink-mid); font-weight: 500; font-size: 0.94rem; transition: color 0.2s; letter-spacing: 0.3px; }
.nav-links a:hover { color: var(--champagne-deep); }
.nav-cta { background: var(--ink); color: var(--soft-white) !important; padding: 0.7rem 1.5rem; border-radius: var(--radius); font-weight: 600 !important; font-size: 0.84rem !important; letter-spacing: 1.2px; text-transform: uppercase; transition: all 0.2s; }
.nav-cta:hover { background: var(--champagne-deep); transform: translateY(-1px); }

/* HERO - editorial wide split with serif elegance */
.hero { position: relative; background: var(--soft-white); padding: 5.5rem 1.5rem 6rem; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: linear-gradient(135deg, var(--soft-white-deep) 0%, var(--soft-white) 100%); z-index: 0; }
.hero::after { content: ''; position: absolute; top: 60%; left: 35%; width: 280px; height: 280px; background: var(--champagne-soft); opacity: 0.4; border-radius: 50%; pointer-events: none; transform: translate(-50%, -50%); }
.hero-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { display: inline-block; font-size: 0.74rem; font-weight: 700; color: var(--champagne-deep); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 1.4rem; padding-bottom: 0.6rem; border-bottom: 1px solid var(--champagne); }
.hero h1 { margin-bottom: 1.4rem; color: var(--ink); }
.hero h1 em { font-style: italic; color: var(--champagne-deep); font-weight: 500; }
.hero-lede { font-size: 1.2rem; color: var(--ink-mid); margin-bottom: 2.2rem; max-width: 580px; line-height: 1.65; font-family: 'Cormorant Infant', Georgia, serif; font-style: italic; font-weight: 400; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.4rem; }
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.95rem 1.8rem; border-radius: var(--radius); font-weight: 600; font-size: 0.86rem; letter-spacing: 1.4px; text-transform: uppercase; text-decoration: none; transition: all 0.25s; cursor: pointer; border: none; font-family: 'Karla', sans-serif; }
.btn-primary { background: var(--ink); color: var(--soft-white); }
.btn-primary:hover { background: var(--champagne-deep); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-secondary { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.btn-secondary:hover { background: var(--ink); color: var(--soft-white); }
.hero-points { display: flex; flex-wrap: wrap; gap: 0.6rem 1.8rem; list-style: none; font-size: 0.92rem; color: var(--ink); font-weight: 500; }
.hero-points li { display: flex; align-items: center; gap: 0.55rem; }
.hero-points li::before { content: '◇'; color: var(--champagne); font-size: 0.9rem; }

/* hero visual: editorial review/quote card */
.hero-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2.4rem 2rem; box-shadow: var(--shadow-lg); position: relative; }
.hero-card::before { content: '★★★★★'; display: block; color: var(--champagne); font-size: 1.1rem; letter-spacing: 4px; margin-bottom: 1rem; }
.hero-card .quote { font-family: 'Cormorant Infant', Georgia, serif; font-size: 1.18rem; font-style: italic; color: var(--ink); line-height: 1.5; margin-bottom: 1.4rem; font-weight: 400; }
.hero-card .attr { font-size: 0.78rem; color: var(--text-light); letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700; padding-top: 1rem; border-top: 1px solid var(--border); }
.hero-card .attr strong { color: var(--ink); display: block; margin-top: 0.2rem; font-size: 0.9rem; text-transform: none; letter-spacing: 0; font-weight: 700; font-family: 'Cormorant Infant', Georgia, serif; font-size: 1.1rem; }

/* SECTIONS */
section { padding: 5rem 1.5rem; }
.container { max-width: var(--max); margin: 0 auto; }
.section-head { max-width: 760px; margin: 0 auto 3rem; text-align: center; }
.section-head .eyebrow { display: inline-block; font-size: 0.72rem; font-weight: 700; color: var(--champagne-deep); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 1rem; }
.section-head .rule { width: 40px; height: 1px; background: var(--champagne); margin: 0 auto 1.2rem; }
.section-head h2 { margin-bottom: 1rem; }
.section-head h2 em { font-style: italic; color: var(--champagne-deep); }
.section-head p { font-size: 1.05rem; line-height: 1.7; }

/* TRUST */
.trust { background: var(--soft-white-deep); padding: 2.6rem 1.5rem; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.trust-item .num { font-family: 'Cormorant Infant', Georgia, serif; font-size: 2.4rem; font-weight: 700; color: var(--ink); line-height: 1; margin-bottom: 0.4rem; font-style: italic; }
.trust-item .lbl { font-size: 0.86rem; color: var(--text-light); letter-spacing: 0.3px; }

/* SECTORS */
.sectors-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.sector-card { background: var(--white); padding: 1.7rem 1.5rem; border: 1px solid var(--border); transition: all 0.25s; }
.sector-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--champagne); }
.sector-card .icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: var(--soft-white); border: 1px solid var(--border); color: var(--ink); margin-bottom: 1rem; border-radius: 50%; }
.sector-card .icon svg { width: 18px; height: 18px; }
.sector-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.35rem; color: var(--ink); }
.sector-card p { font-size: 0.86rem; color: var(--text-light); line-height: 1.55; }

/* WHY US */
.why-bg { background: var(--soft-white-deep); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.why-card { padding: 2rem 1.8rem; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); }
.why-card .icon-pill { width: 50px; height: 50px; background: var(--ink); display: flex; align-items: center; justify-content: center; color: var(--champagne); margin-bottom: 1.2rem; border-radius: 50%; }
.why-card .icon-pill svg { width: 22px; height: 22px; }
.why-card h3 { margin-bottom: 0.55rem; font-family: 'Cormorant Infant', Georgia, serif; font-size: 1.4rem; font-weight: 600; color: var(--ink); }
.why-card p { font-size: 0.95rem; line-height: 1.65; }

/* PROCESS */
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.process-step { background: var(--white); padding: 2rem 1.8rem; border: 1px solid var(--border); position: relative; }
.process-step .step-num { font-family: 'Cormorant Infant', Georgia, serif; font-size: 3rem; font-weight: 600; color: var(--champagne); line-height: 1; font-style: italic; display: inline-block; margin-bottom: 0.5rem; }
.process-step h3 { margin: 0.5rem 0; font-family: 'Cormorant Infant', Georgia, serif; font-size: 1.4rem; font-weight: 600; color: var(--ink); }

/* LOCATIONS */
.locations-bg { background: var(--soft-white); }
.locations-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.location-pill { padding: 1rem 1.1rem; background: var(--white); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); font-size: 0.92rem; color: var(--ink); font-weight: 500; display: flex; align-items: center; gap: 0.5rem; transition: all 0.2s; font-family: 'Cormorant Infant', Georgia, serif; font-size: 1.1rem; }
.location-pill::before { content: '◇'; color: var(--champagne); font-size: 0.7rem; }
.location-pill:hover { background: var(--soft-white); }
.location-pill:nth-child(4n) { border-right: 0; }
.location-pill:nth-last-child(-n+4) { border-bottom: 0; }

/* FAQ */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { background: var(--white); border: 1px solid var(--border); margin-bottom: 0.7rem; overflow: hidden; }
.faq-item summary { padding: 1.3rem 1.5rem; font-weight: 600; font-size: 1.05rem; color: var(--ink); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-family: 'Cormorant Infant', Georgia, serif; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.6rem; color: var(--champagne-deep); font-weight: 300; flex-shrink: 0; transition: transform 0.25s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .answer { padding: 0 1.5rem 1.4rem; color: var(--text-light); line-height: 1.7; }

/* CTA */
.cta-banner { background: var(--ink); color: var(--soft-white); text-align: center; padding: 5rem 1.5rem; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; top: -180px; left: 50%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(201,168,110,0.18), transparent 65%); transform: translateX(-50%); pointer-events: none; }
.cta-banner h2 { color: var(--soft-white); position: relative; }
.cta-banner h2 em { color: var(--champagne); font-style: italic; }
.cta-banner p { color: rgba(250,248,244,0.88); margin: 1rem auto 2rem; max-width: 600px; position: relative; font-size: 1.1rem; font-family: 'Cormorant Infant', Georgia, serif; font-style: italic; }
.cta-banner .btn { position: relative; }
.cta-banner .btn-primary { background: var(--champagne); color: var(--ink); }
.cta-banner .btn-primary:hover { background: var(--soft-white); }

/* FOOTER */
.footer { background: var(--ink); color: rgba(250,248,244,0.78); padding: 4rem 1.5rem 1.5rem; font-size: 0.92rem; border-top: 1px solid rgba(201,168,110,0.2); }
.footer-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(250,248,244,0.14); }
.footer-col h4 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 1.6px; color: var(--champagne); margin-bottom: 1rem; font-weight: 700; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.footer-col a { color: rgba(250,248,244,0.78); text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--champagne); }
.footer-brand p { margin-top: 0.9rem; max-width: 320px; line-height: 1.6; color: rgba(250,248,244,0.7); }
.footer-bottom { max-width: var(--max); margin: 0 auto; padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.82rem; color: rgba(250,248,244,0.55); flex-wrap: wrap; gap: 1rem; }

/* PAGE HEADER */
.page-header { background: var(--ink); color: var(--soft-white); padding: 5rem 1.5rem 4.5rem; text-align: center; position: relative; overflow: hidden; }
.page-header::before { content: ''; position: absolute; bottom: 0; left: 50%; width: 60px; height: 1px; background: var(--champagne); transform: translateX(-50%); }
.page-header h1 { color: var(--soft-white); position: relative; margin-bottom: 1rem; }
.page-header h1 em { font-style: italic; color: var(--champagne); }
.page-header p { color: rgba(250,248,244,0.88); max-width: 660px; margin: 0 auto; position: relative; font-size: 1.18rem; font-family: 'Cormorant Infant', Georgia, serif; font-style: italic; font-weight: 400; }
.crumbs { display: flex; justify-content: center; gap: 0.5rem; font-size: 0.78rem; color: rgba(250,248,244,0.7); margin-top: 1.6rem; position: relative; letter-spacing: 2px; text-transform: uppercase; font-family: 'Karla', sans-serif; font-style: normal; }
.crumbs a { color: var(--champagne); text-decoration: none; }

/* PROSE */
.prose { max-width: 820px; margin: 0 auto; }
.prose p { font-size: 1.04rem; margin-bottom: 1.1rem; line-height: 1.8; color: var(--text-light); }
.prose h2 { margin: 2.5rem 0 1rem; font-family: 'Cormorant Infant', Georgia, serif; }
.prose h3 { margin: 1.8rem 0 0.7rem; font-family: 'Karla', sans-serif; font-weight: 700; color: var(--ink); }
.prose ul { padding-left: 1.4rem; margin-bottom: 1.1rem; color: var(--text-light); }
.prose ul li { margin-bottom: 0.4rem; }
.prose strong { color: var(--ink); }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3rem; align-items: start; }
.contact-info { background: var(--white); border: 1px solid var(--border); padding: 2.4rem; }
.contact-info h3 { margin-bottom: 1.4rem; color: var(--ink); font-family: 'Cormorant Infant', Georgia, serif; font-size: 1.7rem; font-weight: 600; }
.contact-row { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--border); align-items: flex-start; }
.contact-row:last-of-type { border-bottom: 0; }
.contact-row .ci { width: 42px; height: 42px; background: var(--soft-white); border: 1px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--ink); flex-shrink: 0; }
.contact-row .ci svg { width: 19px; height: 19px; }
.contact-row .lbl { font-size: 0.74rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 1.4px; margin-bottom: 0.2rem; font-weight: 700; }
.contact-row .val { color: var(--ink); font-weight: 500; font-family: 'Cormorant Infant', Georgia, serif; font-size: 1.1rem; }
.form-frame { background: var(--white); border: 1px solid var(--border); padding: 0.6rem; min-height: 560px; }

/* RESPONSIVE */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero::before { width: 100%; opacity: 0.5; }
  .sectors-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid, .process-grid { grid-template-columns: 1fr; }
  .locations-grid { grid-template-columns: repeat(3, 1fr); }
  .location-pill:nth-child(4n) { border-right: 1px solid var(--border); }
  .location-pill:nth-child(3n) { border-right: 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .nav-links { display: none; }
  .nav-inner { height: 64px; }
  .topbar-inner { justify-content: center; gap: 0.4rem; }
  .topbar-meta { display: none; }
  .sectors-grid { grid-template-columns: 1fr; }
  .locations-grid { grid-template-columns: repeat(2, 1fr); }
  .location-pill:nth-child(3n) { border-right: 1px solid var(--border); }
  .location-pill:nth-child(2n) { border-right: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  section { padding: 3.5rem 1.5rem; }
}
