/* ── HERO ── */
.hero {
  margin-top:var(--nav-h);
  background:var(--charcoal);
  position:relative; overflow:hidden;
 /*  padding:60px 0 88px; */
  padding:100px 0 100px;
  /* min-height:560px; */ display:flex; align-items:center;
}
.hero-atm {
  position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(ellipse 900px 600px at 15% 50%, rgba(44,84,86,0.65) 0%, transparent 70%),
    radial-gradient(ellipse 500px 400px at 85% 20%, rgba(196,168,130,0.06) 0%, transparent 60%),
    radial-gradient(ellipse 600px 400px at 80% 80%, rgba(61,125,127,0.1) 0%, transparent 60%);
}
.hero-grid { position:absolute; inset:0; pointer-events:none; background-image:linear-gradient(rgba(200,226,226,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(200,226,226,0.04) 1px,transparent 1px); background-size:70px 70px; }
.hero-orb { position:absolute; border-radius:50%; pointer-events:none; }
.hero-orb-1 { width:380px; height:380px; top:-80px; right:5%; border:0.5px solid rgba(196,168,130,0.08); animation:floatOrb 12s ease-in-out infinite; }
.hero-orb-2 { width:220px; height:220px; bottom:5%; right:22%; background:radial-gradient(circle,rgba(61,125,127,0.05),transparent 70%); animation:floatOrb 9s ease-in-out infinite; animation-delay:3s; }
.hero-rule { position:absolute; left:0; top:0; bottom:0; width:3px; background:linear-gradient(to bottom,transparent 5%,var(--teal) 30%,rgba(61,125,127,0.3) 70%,transparent 95%); }

.hero-inner { position:relative; z-index:2; padding:0 60px;}

.hero-eyebrow { display:inline-flex; align-items:center; gap:10px; font-size:9px; font-weight:600; letter-spacing:0.26em; text-transform:uppercase; color:rgba(200,226,226,0.45); margin-bottom:20px; }
.hero-eyebrow::before { content:''; width:24px; height:1px; background:var(--teal-mid); }

.hero-title { font-family:'Cormorant Garamond',serif; /* font-size:clamp(44px,6vw,80px); */ font-size:clamp(40px,5.5vw,72px); font-weight:300; color:white; line-height:1.0; letter-spacing:-0.02em; margin-bottom:28px; }
.hero-title em { font-style:italic; font-weight:300; background:linear-gradient(120deg,var(--teal-light) 0%,white 40%,var(--sand) 70%,var(--teal-light) 100%); background-size:200% auto; -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; animation:shimmer 5s linear infinite; }

.hero-body { /* font-size:17px; */ font-size:17px; font-weight:300; color:rgba(255,255,255,0.55); 
/* max-width:580px; */ max-width:100%;
line-height:1.8; margin-bottom:44px; font-style:italic; 
}

.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:40px; }
.btn-teal { display:inline-flex; align-items:center; gap:8px; background:var(--teal); color:white; font-size:11px; font-weight:600; letter-spacing:0.16em; text-transform:uppercase; padding:14px 32px; border-radius:4px; border:none; cursor:pointer; transition:background .2s,transform .15s; }
.btn-teal:hover { background:var(--teal-dark); transform:translateY(-1px); }
.btn-teal svg { width:14px; height:14px; stroke:currentColor; fill:none; stroke-width:2; }
.btn-ghost { display:inline-flex; align-items:center; gap:8px; background:transparent; color:rgba(255,255,255,0.6); font-size:11px; font-weight:500; letter-spacing:0.14em; text-transform:uppercase; padding:13px 28px; border-radius:4px; border:1px solid rgba(255,255,255,0.2); transition:all .2s; }
.btn-ghost:hover { border-color:rgba(255,255,255,0.5); color:white; }

.hero-stats { display:flex; gap:0; }
.hero-stat { padding:20px 32px; border-right:0.5px solid rgba(200,226,226,0.1); }
.hero-stat:last-child { border-right:none; }
.hero-stat:first-child { padding-left:0; }
.hero-stat-num { font-family:'Cormorant Garamond',serif; font-size:36px; font-weight:300; color:var(--sand); line-height:1; margin-bottom:4px; }
.hero-stat-label { font-size:9px; font-weight:600; letter-spacing:0.18em; text-transform:uppercase; color:rgba(255,255,255,0.3); }

/* ── HOW WE PARTNER ── */
.partner-section { padding:96px 0; background:white; }
.partner-intro { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; margin-bottom:72px; }
@media(max-width:768px){ .partner-intro{ grid-template-columns:1fr; gap:40px; } }

.section-eyebrow { display:inline-flex; align-items:center; gap:8px; font-size:9px; font-weight:600; letter-spacing:0.24em; text-transform:uppercase; color:var(--teal); margin-bottom:12px; }
.section-eyebrow::before { content:''; display:inline-block; width:20px; height:1px; background:var(--teal); }
.section-title { font-family:'Cormorant Garamond',serif; font-size:clamp(30px,4vw,48px); font-weight:400; color:var(--charcoal); line-height:1.15; margin-bottom:16px; }
.section-sub { font-size:15px; color:var(--charcoal-lt); line-height:1.8; font-style:italic; }

.partner-visual {
  position:relative; height:360px;
  background:linear-gradient(135deg, var(--teal-dark), #1e3e40);
  border-radius:16px; overflow:hidden;
  display:flex; align-items:center; justify-content:center;
}
.partner-visual-ring { position:absolute; border-radius:50%; border:0.5px solid rgba(200,226,226,0.1); top:50%; left:50%; transform:translate(-50%,-50%); }
.partner-visual-ring:nth-child(1) { width:360px; height:360px; animation:spinSlow 40s linear infinite; }
.partner-visual-ring:nth-child(2) { width:240px; height:240px; animation:spinSlow 28s linear infinite reverse; }
.partner-visual-ring:nth-child(3) { width:140px; height:140px; background:rgba(61,125,127,0.08); }
.partner-visual-center {
  position:relative; z-index:2; text-align:center;
}
.partner-visual-icon { width:64px; height:64px; background:rgba(255,255,255,0.06); border:0.5px solid rgba(200,226,226,0.2); border-radius:50%; display:flex; align-items:center; justify-content:center; margin:0 auto 16px; }
.partner-visual-icon svg { width:28px; height:28px; stroke:var(--teal-light); fill:none; stroke-width:1.5; }
.partner-visual-label { font-family:'Cormorant Garamond',serif; font-size:22px; font-weight:400; color:white; }
.partner-visual-sub { font-size:11px; letter-spacing:0.16em; text-transform:uppercase; color:rgba(255,255,255,0.35); margin-top:6px; }

/* Service detail cards */
.services-detail { display:grid; grid-template-columns:repeat(2,1fr); gap:2px; background:var(--teal-mist); border:0.5px solid var(--teal-mist); }
@media(max-width:700px){ .services-detail{ grid-template-columns:1fr; } }
.svc-card { background:white; padding:20px 36px; position:relative; overflow:hidden; transition:background .2s; }
.svc-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(to right,var(--teal),var(--teal-light)); transform:scaleX(0); transform-origin:left; transition:transform .4s cubic-bezier(0.22,1,0.36,1); }
.svc-card:hover::before { transform:scaleX(1); }
.svc-card:hover { background:var(--teal-pale); }
.svc-card-num { font-family:'Cormorant Garamond',serif; font-size:40px; font-weight:300; color:rgba(44,62,63,0.6); line-height:1; margin-bottom:10px; }
.svc-card-icon { width:30px; height:30px; background:var(--teal-pale); border-radius:10px; display:flex; align-items:center; justify-content:center; margin-bottom:12px; }
.svc-card-icon svg { width:20px; height:20px; stroke:var(--teal); fill:none; stroke-width:1.5; }
.svc-card-title { font-family:'Cormorant Garamond',serif; font-size:26px; font-weight:500; color:var(--charcoal); margin-bottom:10px; line-height:1.2; }
.svc-card-sub { font-size:10px; font-weight:600; letter-spacing:0.16em; text-transform:uppercase; color:var(--teal); margin-bottom:10px; }
.svc-card-body { font-size:14px; color:var(--charcoal-lt); line-height:1.75; margin-bottom:10px; }
.svc-card-list { list-style:none; }
.svc-card-list li { display:flex; align-items:flex-start; gap:10px; padding:6px 0; font-size:13px; color:var(--charcoal-lt); border-bottom:0.5px solid var(--teal-pale); }
.svc-card-list li:last-child { border-bottom:none; }
.svc-card-list li::before { content:''; flex-shrink:0; width:5px; height:5px; border-radius:50%; background:var(--teal); margin-top:8px; }
.svc-card-link { display:inline-flex; align-items:center; gap:6px; margin-top:20px; font-size:10px; font-weight:600; letter-spacing:0.14em; text-transform:uppercase; color:var(--teal); transition:gap .2s; }
.svc-card-link:hover { gap:10px; }

/* ── PROCESS ── */
.process-section { padding:96px 0; background:var(--charcoal); position:relative; overflow:hidden; }
.process-section::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse 700px 500px at 80% 50%,rgba(44,84,86,0.4),transparent 70%); pointer-events:none; }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin-top:56px; position:relative; z-index:1; }
@media(max-width:800px){ .process-grid{ grid-template-columns:repeat(2,1fr); } }
.process-step { padding:40px 32px; border-right:0.5px solid rgba(200,226,226,0.08); position:relative; transition:background .2s; }
.process-step:last-child { border-right:none; }
.process-step:hover { background:rgba(255,255,255,0.03); }
.process-step-num { font-family:'Cormorant Garamond',serif; font-size:52px; font-weight:300; color:rgba(196,168,130,0.6); line-height:1; margin-bottom:16px; }
.process-step-icon { width:40px; height:40px; border-radius:10px; background:rgba(61,125,127,0.15); border:0.5px solid rgba(122,181,182,0.2); display:flex; align-items:center; justify-content:center; margin-bottom:16px; }
.process-step-icon svg { width:18px; height:18px; stroke:var(--teal-light); fill:none; stroke-width:1.5; }
.process-step-title { font-family:'Cormorant Garamond',serif; font-size:22px; font-weight:400; color:white; margin-bottom:10px; }
.process-step-body { font-size:13px; color:rgba(255,255,255,0.4); line-height:1.75; }

/* ── DIFFERENTIATORS ── */
.diff-section { padding:96px 0; background:var(--warm); }
.diff-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:52px; }
@media(max-width:860px){ .diff-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:540px){ .diff-grid{ grid-template-columns:1fr; } }
.diff-card { background:white; border:0.5px solid var(--teal-mist); border-radius:14px; padding:32px 28px; transition:transform .3s,box-shadow .3s; }
.diff-card:hover { transform:translateY(-4px); box-shadow:0 14px 40px rgba(44,62,63,0.08); }
.diff-card-icon { width:48px; height:48px; background:linear-gradient(135deg,var(--teal-pale),var(--teal-mist)); border-radius:12px; display:flex; align-items:center; justify-content:center; margin-bottom:18px; }
.diff-card-icon svg { width:22px; height:22px; stroke:var(--teal); fill:none; stroke-width:1.5; }
.diff-card-title { font-family:'Cormorant Garamond',serif; font-size:22px; font-weight:500; color:var(--charcoal); margin-bottom:10px; }
.diff-card-body { font-size:13px; color:var(--charcoal-lt); line-height:1.75; }

/* ── WHO WE SERVE ── */
.who-section { padding:96px 0; background:var(--warm-deep); }
.who-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:52px; }
@media(max-width:860px){ .who-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:540px){ .who-grid{ grid-template-columns:1fr; } }
.who-card { background:white; border:0.5px solid var(--teal-mist); border-radius:12px; padding:28px 24px; display:flex; align-items:flex-start; gap:16px; transition:border-color .2s,box-shadow .2s; }
.who-card:hover { border-color:var(--teal); box-shadow:0 6px 24px rgba(61,125,127,0.08); }
.who-card-icon { width:40px; height:40px; border-radius:10px; background:var(--teal-pale); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.who-card-icon svg { width:18px; height:18px; stroke:var(--teal); fill:none; stroke-width:1.5; }
.who-card-title { font-family:'Cormorant Garamond',serif; font-size:18px; font-weight:500; color:var(--charcoal); margin-bottom:6px; }
.who-card-body { font-size:12px; color:var(--charcoal-lt); line-height:1.65; }

/* ── PROOF / STATS ── */
.proof-section { padding:96px 0; background:var(--teal-dark); position:relative; overflow:hidden; }
.proof-section::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse 600px 400px at 20% 60%,rgba(61,125,127,0.25),transparent 70%); pointer-events:none; }
.proof-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:rgba(200,226,226,0.08); margin-top:52px; position:relative; z-index:1; }
@media(max-width:700px){ .proof-grid{ grid-template-columns:repeat(2,1fr); } }
.proof-stat { padding:40px 28px; text-align:center; transition:background .2s; }
.proof-stat:hover { background:rgba(255,255,255,0.04); }
.proof-stat-num { font-family:'Cormorant Garamond',serif; font-size:52px; font-weight:300; color:var(--sand); line-height:1; margin-bottom:6px; }
.proof-stat-label { font-size:9px; font-weight:600; letter-spacing:0.2em; text-transform:uppercase; color:rgba(255,255,255,0.35); margin-bottom:8px; }
.proof-stat-desc { font-size:12px; color:rgba(255,255,255,0.35); line-height:1.6; }

/* ── WHAT CLIENTS SAY ── */
.clients-say { padding:96px 0; background:var(--warm); }
.testimonials-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:52px; }
@media(max-width:768px){ .testimonials-grid{ grid-template-columns:1fr; } }
.tcard { background:white; border:0.5px solid var(--teal-mist); border-radius:14px; padding:32px 28px; position:relative; overflow:hidden; transition:transform .3s,box-shadow .3s; }
.tcard::before { content:'"'; position:absolute; top:8px; left:18px; font-family:'Cormorant Garamond',serif; font-size:80px; font-weight:300; color:rgba(61,125,127,0.07); line-height:1; pointer-events:none; }
.tcard:hover { transform:translateY(-3px); box-shadow:0 12px 36px rgba(44,62,63,0.08); }
.tcard-quote { font-size:14px; color:var(--charcoal-lt); line-height:1.75; font-style:italic; margin-bottom:20px; padding-top:16px; }
.tcard-divider { width:28px; height:1.5px; background:var(--teal); margin-bottom:14px; }
.tcard-name { font-size:14px; font-weight:500; color:var(--charcoal); margin-bottom:3px; }
.tcard-role { font-size:10px; letter-spacing:0.14em; text-transform:uppercase; color:var(--charcoal-lt); }

/* ── PRICING/ENGAGEMENT ── */
.engagement-section { padding:96px 0; background:white; }
.engagement-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:2px; background:var(--teal-mist); border:0.5px solid var(--teal-mist); margin-top:52px; }
@media(max-width:768px){ .engagement-grid{ grid-template-columns:1fr; } }
.eng-card { background:white; padding:40px 32px; }
.eng-card.featured { background:var(--teal-dark); }
.eng-card-tag { font-size:9px; font-weight:600; letter-spacing:0.2em; text-transform:uppercase; color:var(--teal); margin-bottom:12px; }
.eng-card.featured .eng-card-tag { color:var(--sand); }
.eng-card-title { font-family:'Cormorant Garamond',serif; font-size:28px; font-weight:400; color:var(--charcoal); line-height:1.2; margin-bottom:14px; }
.eng-card.featured .eng-card-title { color:white; }
.eng-card-body { font-size:14px; color:var(--charcoal-lt); line-height:1.75; margin-bottom:24px; }
.eng-card.featured .eng-card-body { color:rgba(255,255,255,0.55); }
.eng-card-list { list-style:none; }
.eng-card-list li { display:flex; align-items:flex-start; gap:10px; padding:8px 0; font-size:13px; color:var(--charcoal-lt); border-bottom:0.5px solid var(--teal-pale); }
.eng-card.featured .eng-card-list li { color:rgba(255,255,255,0.6); border-bottom-color:rgba(200,226,226,0.1); }
.eng-card-list li:last-child { border-bottom:none; }
.eng-check { width:18px; height:18px; border-radius:50%; background:var(--teal-pale); display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:2px; }
.eng-card.featured .eng-check { background:rgba(61,125,127,0.25); }
.eng-check svg { width:9px; height:9px; stroke:var(--teal); fill:none; stroke-width:2.5; }
.eng-card.featured .eng-check svg { stroke:var(--teal-light); }

/* ── CONTACT ── */
.contact-section { padding:96px 0; background:var(--teal-dark); }
.contact-grid { display:grid; grid-template-columns:1fr 1.1fr; gap:72px; align-items:start; }
@media(max-width:800px){ .contact-grid{ grid-template-columns:1fr; gap:48px; } }
.contact-info-eyebrow { font-size:9px; font-weight:600; letter-spacing:0.26em; text-transform:uppercase; color:rgba(196,168,130,0.7); margin-bottom:14px; }
.contact-info-title { font-family:'Cormorant Garamond',serif; font-size:clamp(28px,3.5vw,44px); font-weight:400; color:white; line-height:1.15; margin-bottom:16px; }
.contact-info-body { font-size:15px; color:rgba(255,255,255,0.5); line-height:1.75; margin-bottom:36px; font-style:italic; }
.contact-detail { display:flex; align-items:flex-start; gap:14px; margin-bottom:20px; }
.contact-detail-icon { width:40px; height:40px; background:rgba(255,255,255,0.06); border:0.5px solid rgba(200,226,226,0.15); border-radius:10px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.contact-detail-icon svg { width:18px; height:18px; stroke:var(--teal-light); fill:none; stroke-width:1.5; }
.contact-detail-label { font-size:9px; letter-spacing:0.18em; text-transform:uppercase; color:rgba(255,255,255,0.35); margin-bottom:3px; }
.contact-detail-value { font-size:14px; color:rgba(255,255,255,0.75); }
.contact-form-wrap { background:rgba(255,255,255,0.05); border:0.5px solid rgba(200,226,226,0.12); border-radius:14px; padding:40px; }
.contact-form-title { font-family:'Cormorant Garamond',serif; font-size:24px; font-weight:400; color:white; margin-bottom:28px; }
.form-group { margin-bottom:16px; }
.form-label { display:block; font-size:10px; font-weight:600; letter-spacing:0.14em; text-transform:uppercase; color:rgba(255,255,255,0.4); margin-bottom:7px; }
.form-input, .form-textarea, .form-select { width:100%; background:rgba(255,255,255,0.07); border:0.5px solid rgba(200,226,226,0.15); border-radius:6px; padding:12px 14px; font-family:'DM Sans',sans-serif; font-size:14px; color:white; outline:none; transition:border-color .2s; }
.form-input::placeholder, .form-textarea::placeholder { color:rgba(255,255,255,0.25); }
.form-input:focus, .form-textarea:focus { border-color:rgba(122,181,182,0.4); }
.form-select { color:rgba(255,255,255,0.6); }
.form-textarea { resize:vertical; min-height:100px; }
.form-submit { width:100%; background:var(--teal); color:white; font-family:'DM Sans',sans-serif; font-size:11px; font-weight:600; letter-spacing:0.2em; text-transform:uppercase; padding:15px; border:none; border-radius:6px; cursor:pointer; transition:background .2s; margin-top:8px; }
.form-submit:hover { background:#2c6a6c; }

/* ── FOOTER ── */
.footer { background:var(--charcoal); padding:52px 0 32px; }
.footer-grid { display:grid; grid-template-columns:1.8fr 1fr 1fr 1fr; gap:40px; padding-bottom:40px; border-bottom:0.5px solid rgba(200,226,226,0.1); margin-bottom:28px; }
@media(max-width:900px){ .footer-grid{ grid-template-columns:1fr 1fr; gap:28px; } }
.footer-brand-name { font-family:'Cormorant Garamond',serif; font-size:22px; font-weight:600; color:white; margin-bottom:10px; }
.footer-brand-name span { font-weight:400; color:rgba(255,255,255,.4); }
.footer-brand-body { font-size:13px; color:rgba(255,255,255,.4); line-height:1.7; max-width:240px; margin-bottom:16px; }
.footer-offices .footer-office-label { font-size:9px; font-weight:500; letter-spacing:.16em; text-transform:uppercase; color:var(--teal-light); margin-bottom:3px; }
.footer-offices .footer-office-addr { font-size:12px; color:rgba(255,255,255,.4); line-height:1.55; }
.footer-col-title { font-size:10px; font-weight:500; letter-spacing:.18em; text-transform:uppercase; color:var(--teal-light); margin-bottom:16px; }
.footer-links { list-style:none; }
.footer-links li { margin-bottom:10px; }
.footer-links a { font-size:13px; color:rgba(255,255,255,.4); transition:color .2s; }
.footer-links a:hover { color:white; }
.footer-bottom { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px; }
.footer-copy { font-size:12px; color:rgba(255,255,255,.25); }
.footer-legal { display:flex; gap:20px; }
.footer-legal a { font-size:12px; color:rgba(255,255,255,.25); transition:color .2s; }
.footer-legal a:hover { color:rgba(255,255,255,.6); }