 
 
/* ── HERO ── */
.hero { margin-top:var(--nav-h); /* min-height:600px; */ position:relative; display:flex; align-items:flex-end; overflow:hidden; background:var(--charcoal); }
.hero-bg { position:absolute; inset:0; background-size:cover; background-position:center top; opacity:0.5; }
.hero-overlay { position:absolute; inset:0; background:linear-gradient(135deg,rgba(44,84,86,0.88) 0%,rgba(44,62,63,0.75) 50%,rgba(44,62,63,0.5) 100%); }
.hero .container { position:relative; z-index:2; padding-top:100px; padding-bottom:100px; text-align:center; }
.hero-badge { display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,0.1); border:0.5px solid rgba(200,226,226,0.3); border-radius:20px; padding:6px 14px; margin-bottom:20px; }
.hero-badge-text { font-size:10px; font-weight:500; letter-spacing:0.14em; text-transform:uppercase; color:var(--sand); }
.hero-eyebrow { font-size:10px; font-weight:500; letter-spacing:0.24em; text-transform:uppercase; color:var(--sand); margin-bottom:16px; }
.hero-title { font-family:'Cormorant Garamond',serif; font-size:clamp(40px,5.5vw,72px); font-weight:600; color:white; line-height:1.05; margin-bottom:16px; letter-spacing:-0.02em; text-align:center; }
.hero-subtitle { font-family:'Cormorant Garamond',serif; font-size:clamp(20px,2.5vw,28px); font-weight:400; color:rgba(255,255,255,0.65); margin-bottom:12px; letter-spacing:0.05em; text-align:center; }
.hero-ami-line { font-family:'Cormorant Garamond',serif; font-size:clamp(18px,2vw,24px); color:rgba(255,255,255,0.55); margin-bottom:32px; font-style:italic; text-align:center; }
.hero-ami-line strong { color:white; font-style:normal; font-weight:600; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; justify-content:center; }
.btn-primary { display:inline-flex; align-items:center; gap:8px; background:var(--teal); color:white; font-size:11px; font-weight:500; letter-spacing:0.14em; text-transform:uppercase; padding:13px 28px; border-radius:4px; border:none; cursor:pointer; transition:background .2s,transform .15s; }
.btn-primary:hover { background:var(--teal-dark); transform:translateY(-1px); }
.btn-outline-white { display:inline-flex; align-items:center; gap:8px; background:transparent; color:white; font-size:11px; font-weight:500; letter-spacing:0.14em; text-transform:uppercase; padding:12px 28px; border-radius:4px; border:1.5px solid rgba(255,255,255,0.45); transition:all .2s; }
.btn-outline-white:hover { border-color:white; background:rgba(255,255,255,0.08); }
 
 
/* ── SERVICES STRIP ── */
.services-strip { padding:64px 0; background:white; }
.services-strip .section-header { margin-bottom:40px; }
.services-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
@media(max-width:700px){ .services-grid{ grid-template-columns:1fr; } }
.service-card { background:var(--warm); border:0.5px solid var(--teal-mist); border-radius:14px; padding:28px 24px; transition:transform .2s,box-shadow .2s; }
.service-card:hover { transform:translateY(-3px); box-shadow:0 10px 30px rgba(61,125,127,0.1); }
.service-icon { width:150px; height:auto; /* background:var(--teal-pale);*/ border-radius:12px; display:flex; align-items:center; justify-content:flex-start; margin-bottom:16px; }
.service-icon svg, .service-icon img  { width: 100%; max-width:100px;
    height: auto; stroke:var(--teal); fill:none; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; }
.service-label { font-size:9px; font-weight:500; letter-spacing:0.16em; text-transform:uppercase; color:var(--teal); margin-bottom:6px; }
.service-name { font-family:'Cormorant Garamond',serif; font-size:22px; font-weight:600; color:var(--charcoal); margin-bottom:10px; }
.service-desc { font-size:13px; color:var(--charcoal-lt); line-height:1.65; margin-bottom:18px; }
.service-link { font-size:10px; font-weight:500; letter-spacing:0.12em; text-transform:uppercase; color:var(--teal); display:inline-flex; align-items:center; gap:6px; border-bottom:1px solid var(--teal-mist); padding-bottom:2px; transition:gap .2s; }
.service-link:hover { gap:10px; }
 
/* ── WHY AMI STATS ── */
.why-section { padding:72px 0; background:var(--teal-dark); position:relative; overflow:hidden; }
.why-section::before { content:''; position:absolute; top:-60px; right:-60px; width:300px; height:300px; border-radius:50%; background:rgba(255,255,255,0.03); }
.why-header { margin-bottom:48px; }
.why-header .section-title { color:white; }
.why-header .section-eyebrow { background:rgba(255,255,255,0.1); color:var(--teal-mist); }
.stats-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:2px; margin-bottom:2px; }
.stats-grid-2 { display:grid; grid-template-columns:repeat(3,1fr); gap:2px; }
@media(max-width:700px){ .stats-grid,.stats-grid-2{ grid-template-columns:1fr 1fr; } }
.stat-box { background:rgba(255,255,255,0.06); border:0.5px solid rgba(200,226,226,0.1); padding:28px 24px; text-align:center; }
.stat-box:first-child { border-radius:12px 0 0 0; }
.stat-box:nth-child(3) { border-radius:0 12px 0 0; }
.stats-grid-2 .stat-box:first-child { border-radius:0 0 0 12px; }
.stats-grid-2 .stat-box:last-child { border-radius:0 0 12px 0; }
.stat-box-num { font-family:'Cormorant Garamond',serif; font-size:44px; font-weight:600; color:white; line-height:1; margin-bottom:6px; }
.stat-box-label { font-size:9px; font-weight:500; letter-spacing:0.18em; text-transform:uppercase; color:rgba(255,255,255,0.45); margin-bottom:8px; }
.stat-box-desc { font-size:12px; color:rgba(255,255,255,0.4); line-height:1.55; }
 
/* ── CLIENT SPECIALTIES ── */
.specialties { padding:72px 0; background:var(--warm); }
.spec-tabs { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:32px; }
.spec-tab { padding:7px 16px; border-radius:20px; font-size:12px; font-weight:500; cursor:pointer; border:0.5px solid var(--teal-mist); background:white; color:var(--charcoal-lt); transition:all .2s; }
.spec-tab.active,.spec-tab:hover { background:var(--teal); color:white; border-color:var(--teal); }
.spec-cards { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
@media(max-width:700px){ .spec-cards{ grid-template-columns:1fr; } }
.spec-card { background:white; border:0.5px solid var(--teal-mist); border-radius:14px; overflow:hidden; display:flex; transition:transform .2s,box-shadow .2s; }
.spec-card:hover { transform:translateY(-2px); box-shadow:0 8px 24px rgba(61,125,127,0.1); }
.spec-card-img { width:120px; flex-shrink:0; background:var(--teal-pale); object-fit:cover; }
.spec-card-img-placeholder { width:120px; flex-shrink:0; background:linear-gradient(135deg,var(--teal-dark),var(--teal-mid)); display:flex; align-items:center; justify-content:center; }
.spec-card-img-placeholder svg { width:32px; height:32px; stroke:rgba(255,255,255,0.5); fill:none; stroke-width:1.5; }
.spec-card-body { padding:20px; flex:1; }
.spec-card-title { font-family:'Cormorant Garamond',serif; font-size:18px; font-weight:600; color:var(--charcoal); margin-bottom:8px; }
.spec-card-text { font-size:12px; color:var(--charcoal-lt); line-height:1.65; }
 
/* ── TESTIMONIALS ── */
.testimonials { padding:72px 0; background:var(--teal-dark); position:relative; overflow:hidden; }
.testimonials .section-title { color:white; }
.testimonials .section-eyebrow { background:rgba(255,255,255,0.1); color:var(--teal-mist); }
.testimonials .section-sub { color:rgba(255,255,255,0.55); }
.testimonials-slider { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
@media(max-width:800px){ .testimonials-slider{ grid-template-columns:1fr; } }
.testimonial-card { background:rgba(255,255,255,0.07); border:0.5px solid rgba(200,226,226,0.18); border-radius:10px; padding:18px 20px; }
.testimonial-quote { font-size:12px; color:rgba(255,255,255,0.7); line-height:1.6; font-style:italic; margin-bottom:12px; }
.testimonial-divider { height:.5px; background:rgba(200,226,226,0.18); margin-bottom:10px; }
.testimonial-name { font-size:12px; font-weight:500; color:white; margin-bottom:2px; }
.testimonial-role { font-size:10px; font-weight:500; letter-spacing:0.12em; text-transform:uppercase; color:var(--teal-light); }
 
/* ── CONTACT ── */
.contact-section { padding:72px 0; background:var(--warm); }
.contact-grid { display:grid; grid-template-columns:1fr 1.2fr; gap:60px; align-items:start; }
@media(max-width:800px){ .contact-grid{ grid-template-columns:1fr; } }
.contact-info-eyebrow { font-size:9px; font-weight:500; letter-spacing:.22em; text-transform:uppercase; color:var(--teal); margin-bottom:14px; }
.contact-info-title { font-family:'Cormorant Garamond',serif; font-size:36px; font-weight:600; color:var(--charcoal); line-height:1.15; margin-bottom:16px; }
.contact-info-body { font-size:14px; color:var(--charcoal-lt); line-height:1.7; margin-bottom:32px; }
.contact-detail { display:flex; align-items:flex-start; gap:14px; margin-bottom:18px; }
.contact-detail-icon { width:40px; height:40px; background:var(--teal-pale); 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); fill:none; stroke-width:1.5; }
.contact-detail-label { font-size:10px; font-weight:500; letter-spacing:.1em; text-transform:uppercase; color:var(--teal); margin-bottom:2px; }
.contact-detail-value { font-size:13px; color:var(--charcoal); }
.contact-form-wrap { background:var(--teal); border-radius:16px; padding:36px; }
.contact-form-title { font-family:'Cormorant Garamond',serif; font-size:24px; font-weight:600; color:white; margin-bottom:24px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.form-group { margin-bottom:14px; }
.form-label { display:block; font-size:10px; font-weight:500; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.65); margin-bottom:6px; }
.form-input,.form-textarea,.form-select { width:100%; background:rgba(255,255,255,.12); border:0.5px solid rgba(255,255,255,.25); border-radius:6px; padding:11px 14px; font-family:'DM Sans',sans-serif; font-size:13px; color:white; outline:none; transition:border-color .2s; }
.form-input::placeholder,.form-textarea::placeholder { color:rgba(255,255,255,.35); }
.form-input:focus,.form-textarea:focus { border-color:rgba(255,255,255,.6); }
.form-textarea { height:90px; resize:none; }
.form-select { color:rgba(255,255,255,0.7); }
.form-select option { color:var(--charcoal); background:white; }
.form-submit { width:100%; background:white; color:var(--teal); font-family:'DM Sans',sans-serif; font-size:11px; font-weight:500; letter-spacing:.16em; text-transform:uppercase; padding:14px; border:none; border-radius:6px; cursor:pointer; margin-top:6px; transition:background .2s; }
.form-submit:hover { background:var(--warm); }
 

 
/* ── SHARED SECTION HEADERS ── */
.section-header { text-align:center; margin-bottom:36px; }
.section-eyebrow { display:inline-block; font-size:9px; font-weight:500; letter-spacing:.22em; text-transform:uppercase; color:var(--teal); margin-bottom:12px; padding:4px 12px; background:var(--teal-pale); border-radius:2px; }
.section-title { font-family:'Cormorant Garamond',serif; font-size:clamp(34px,4.5vw,52px); font-weight:600; color:var(--charcoal); line-height:1.15; margin-bottom:14px; letter-spacing:-0.02em; }
.section-sub { font-size:17px; color:var(--charcoal-lt); max-width:560px; margin:0 auto; line-height:1.7; }
 
/* ── HOME EXTRAS ── */
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.ticker-wrap { background:var(--charcoal); overflow:hidden; padding:12px 0; border-top:0.5px solid rgba(255,255,255,0.08); }
.ticker-track { display:flex; gap:0; white-space:nowrap; animation:marquee 28s linear infinite; }
.ticker-item { font-size:10px; font-weight:500; letter-spacing:.18em; text-transform:uppercase; color:rgba(255,255,255,0.35); padding:0 28px; display:inline-flex; align-items:center; gap:10px; }
.ticker-dot { width:4px; height:4px; border-radius:50%; background:var(--sand); opacity:0.5; flex-shrink:0; }
 
/* floating stat chips in hero */
.hero-chip {
display:inline-flex; align-items:center; gap:7px;
background:rgba(255,255,255,0.1); backdrop-filter:blur(8px);
border:0.5px solid rgba(200,226,226,0.2); border-radius:8px;
padding:8px 14px; margin-bottom:24px;
}
.hero-chip-num { font-family:'Cormorant Garamond',serif; font-size:20px; font-weight:600; color:white; line-height:1; }
.hero-chip-label { font-size:9px; font-weight:500; letter-spacing:.14em; text-transform:uppercase; color:rgba(255,255,255,0.55); }
.hero-chips { display:flex; gap:10px; flex-wrap:wrap; margin-bottom:32px; }
 
/* decorative grid pattern on hero */
.hero-grid-pattern {
position:absolute; inset:0; z-index:1; 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: 60px 60px;
}
 
/* big horizontal number in why section */
.why-section-num {
position:absolute; right:-20px; top:40px;
font-family:'Cormorant Garamond',serif; font-size:200px; font-weight:600;
color:rgba(255,255,255,0.03); line-height:1; letter-spacing:-0.04em;
user-select:none; pointer-events:none;
}
 
/* Specialty cards — icon + description layout */
.spec-icon-badge {
width:40px; height:40px; border-radius:50%;
background:var(--teal); display:flex; align-items:center; justify-content:center;
margin-bottom:14px; flex-shrink:0;
}
.spec-icon-badge svg { width:18px; height:18px; stroke:white; fill:none; stroke-width:1.5; stroke-linecap:round; }
 
/* Testimonial section pill badge */
.testimonial-pill {
display:inline-block; background:rgba(255,255,255,0.1);
border:0.5px solid rgba(200,226,226,0.2); border-radius:20px;
padding:4px 12px; font-size:9px; font-weight:500;
letter-spacing:.16em; text-transform:uppercase; color:var(--teal-mist);
margin-bottom:12px;
}
 
/* ── ELEVATION ADDITIONS ── */
 
/* Diagonal section separator */
.diagonal-break {
height: 80px; background: white; clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
margin-top: -40px; position: relative; z-index: 2;
}
.diagonal-break-warm {
height: 80px; background: var(--warm); clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 0);
margin-bottom: -40px; position: relative; z-index: 2;
}
 
/* Glowing teal orb behind hero */
.hero-orb-bg {
position: absolute; pointer-events: none;
border-radius: 50%; filter: blur(80px);
}
.hero-orb-bg-1 {
width: 600px; height: 600px;
top: -200px; left: -100px;
background: radial-gradient(circle, rgba(61,125,127,0.25) 0%, transparent 70%);
animation: driftOrb 12s ease-in-out infinite;
}
.hero-orb-bg-2 {
width: 400px; height: 400px;
bottom: -100px; right: -50px;
background: radial-gradient(circle, rgba(196,168,130,0.12) 0%, transparent 70%);
animation: driftOrb 16s ease-in-out infinite reverse;
}
@keyframes driftOrb {
0%,100% { transform: translate(0,0) scale(1); }
33% { transform: translate(40px,-30px) scale(1.05); }
66% { transform: translate(-20px,20px) scale(0.97); }
}
 
/* Horizontal rule with gradient for section emphasis */
.section-rule {
display: flex; align-items: center; gap: 20px; margin-bottom: 48px;
}
.section-rule-line {
flex: 1; height: 0.5px;
background: linear-gradient(to right, var(--teal-mist), transparent);
}
.section-rule-line.right {
background: linear-gradient(to left, var(--teal-mist), transparent);
}
 
/* Service cards — elevated hover state */
.service-card {
position: relative; overflow: hidden;
}
.service-card::after {
content: '';
position: absolute; bottom: 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 0.4s cubic-bezier(0.22,1,0.36,1);
}
.service-card:hover::after { transform: scaleX(1); }
 
/* Stat boxes — elevated with number animation setup */
.stat-box-num {
background: linear-gradient(135deg, white, rgba(200,226,226,0.6));
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
background-clip: text;
}
 
/* Why section — large decorative number */
.why-section { position: relative; }
 
/* Testimonial pill — elevated */
.testimonials-slider { gap: 10px; }
.testimonial-card {
position: relative; overflow: hidden;
}
.testimonial-card::before {
content: '"';
position: absolute; top: 8px; left: 16px;
font-family: 'Cormorant Garamond', serif;
font-size: 80px; font-weight: 300;
color: rgba(196,168,130,0.12); line-height: 1;
pointer-events: none;
}
 
/* Floating accent behind why section */
.why-section::after {
content: '';
position: absolute; top: 0; right: 0;
width: 500px; height: 100%;
background: linear-gradient(to left, rgba(255,255,255,0.02), transparent);
pointer-events: none;
}
 
/* Hero — subtle animated grid */
@keyframes gridPulse {
0%,100% { opacity: 0.04; }
50% { opacity: 0.08; }
}
.hero-grid-pattern { animation: gridPulse 6s ease-in-out infinite; }
 
/* Scroll reveal for sections not in hero */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22,1,0.36,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
 
/* Section eyebrow — elevated pill style */
.section-eyebrow {
display: inline-flex; align-items: center; gap: 8px;
}
.section-eyebrow::before {
content: '';
display: inline-block; width: 20px; height: 1px;
background: var(--teal);
}
 
/* Contact form — elevate submit button */
.form-submit {
position: relative; overflow: hidden;
}
.form-submit::before {
content: '';
position: absolute; top: 50%; left: 50%;
width: 0; height: 0;
background: rgba(44,84,86,0.15);
border-radius: 50%;
transform: translate(-50%, -50%);
transition: width 0.4s, height 0.4s;
}
.form-submit:hover::before { width: 300px; height: 300px; }
 
/* Ticker for the bottom of hero */
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.ticker-wrap { background: rgba(44,62,63,0.95); overflow:hidden; padding:11px 0; }
.ticker-track { display:flex; white-space:nowrap; animation:marquee 30s linear infinite; }
.ticker-item {
font-size:10px; font-weight:500; letter-spacing:.18em; text-transform:uppercase;
color:rgba(255,255,255,0.35); padding:0 28px;
display:inline-flex; align-items:center; gap:10px;
}
.ticker-dot { width:3px; height:3px; border-radius:50%; background:var(--sand); opacity:0.5; flex-shrink:0; }
 

 
 
/* ── HOME S2 ELEVATION ── */
.why-section {
background: linear-gradient(135deg, var(--teal-dark) 0%, #1e3e40 60%, #162c2e 100%);
}
.why-section .stat-box {
position:relative; overflow:hidden;
}
.why-section .stat-box::after {
content:'';
position:absolute; bottom:0; left:0; right:0; height:2px;
background:linear-gradient(to right, transparent, var(--teal-light), transparent);
opacity:0;
transition:opacity 0.3s;
}
.why-section .stat-box:hover::after { opacity:1; }
.why-section .stat-box:hover { background:rgba(255,255,255,0.09); }
 
/* Animated decorative rings behind why section */
@keyframes spinSlow { from{transform:rotate(0deg)} to{transform:rotate(360deg)} }
.why-ring {
position:absolute; border-radius:50%; pointer-events:none;
border:0.5px solid rgba(122,181,182,0.08);
}
.why-ring-1 { width:600px;height:600px; top:-200px;right:-200px; animation:spinSlow 40s linear infinite; }
.why-ring-2 { width:400px;height:400px; bottom:-150px;left:-100px; animation:spinSlow 30s linear infinite reverse; }
.why-ring-3 { width:250px;height:250px; top:40%;right:10%; animation:spinSlow 20s linear infinite; }
 
/* Services strip - service cards get an icon upgrade */
/* .service-icon {
background:linear-gradient(135deg, var(--teal), var(--teal-dark));
box-shadow:0 4px 16px rgba(61,125,127,0.3);
} */
.service-icon svg { stroke:white; }
 
/* Spec cards get a gradient left border */
.spec-card { border-left:3px solid transparent; transition:border-color .3s,transform .2s,box-shadow .2s; }
.spec-card:hover { border-left-color:var(--teal); }

.social-section {
    background: var(--charcoal);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.social-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(
        ellipse 700px 300px at 50% 50%,
        rgba(61,125,127,0.15),
        transparent
    );
    pointer-events: none;
}

.social-container {
    position: relative;
    z-index: 1;
}

.social-header {
    text-align: center;
    margin-bottom: 40px;
}

.social-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 400;
    color: white;
    margin-top: 12px;
}

.social-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 840px;
    margin: 0 auto;
}

.social-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 32px 24px;
    background: rgba(255,255,255,0.05);
    border: 0.5px solid rgba(200,226,226,0.12);
    border-radius: 12px;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}

.social-card:hover {
    background: rgba(255,255,255,0.09);
    border-color: rgba(122,181,182,0.3);
}

.social-card-content {
    text-align: center;
}

.social-card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 500;
    color: white;
    margin-bottom: 4px;
}

.social-card-subtitle {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
}

.social-arrow {
    stroke: var(--sand);
}