
:root{
--navy:#061a33;--navy2:#0b2747;--gold:#d5a83f;--white:#fff;
--text:#24384d;--muted:#667789;--line:#dfe5eb;--max:1240px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff}
a{text-decoration:none;color:inherit}
.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(3,18,35,.86);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.12)}
.nav{max-width:1440px;margin:auto;min-height:88px;padding:0 34px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:block;flex:0 0 auto}.brand img{display:block;width:310px;height:auto}
.nav-links{display:flex;align-items:center;gap:27px;color:#fff;font-size:14px;letter-spacing:.35px}
.nav-links a{position:relative;padding:34px 0 30px;opacity:.88;white-space:nowrap}
.nav-links a:hover,.nav-links a.active{opacity:1;font-weight:800}
.nav-links a.active{color:var(--gold)}
.nav-links a.active:after{content:"";position:absolute;left:0;right:0;bottom:20px;height:2px;background:var(--gold)}
.menu-btn{display:none;color:#fff;background:none;border:0;font-size:28px}

.hero{min-height:430px;padding-top:88px;position:relative;overflow:hidden;background:#061a33 center/cover no-repeat}
.hero.earth{background-image:linear-gradient(90deg,rgba(3,18,35,.80) 0%,rgba(3,18,35,.45) 42%,rgba(3,18,35,.12) 100%),url("assets/network-hero.jpg");background-position:center center}
.hero.page{min-height:560px;background-position:center;background-size:cover;background-repeat:no-repeat;background-image:linear-gradient(90deg,rgba(3,18,35,.78),rgba(3,18,35,.26)),var(--page-image)}
.hero-inner{max-width:var(--max);margin:auto;min-height:342px;padding:70px 34px;display:flex;align-items:center;position:relative;z-index:2}
.hero-copy{max-width:820px;margin-top:45px}
.eyebrow{font-size:17px;letter-spacing:2.5px;text-transform:uppercase;color:var(--gold);font-weight:800}
.hero h1{font-size:clamp(42px,5.2vw,70px);line-height:1.05;letter-spacing:-1.6px;margin:12px 0 20px;color:#fff}
.hero h1 span{color:#e4bc61}.hero p{font-size:21px;line-height:1.55;color:#eef3f8;margin:0 0 30px}
.btn{display:inline-flex;padding:14px 24px;border:1px solid var(--gold);color:#fff;text-transform:uppercase;letter-spacing:.9px;font-size:13px;font-weight:700}
.btn:hover{background:var(--gold);color:var(--navy)}

.section{padding:90px 28px}.section-inner{max-width:var(--max);margin:auto}
h2{font-size:42px;line-height:1.15;color:var(--navy);margin:10px 0 18px}
.lead{font-size:18px;line-height:1.75;color:var(--muted);max-width:920px}
.services{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:64px}
.card{min-height:235px;padding:28px;border:1px solid var(--line);background:#fff;transition:.25s}
.card:hover{transform:translateY(-5px);box-shadow:0 14px 32px rgba(5,25,45,.1)}
.card .num{color:var(--gold);font-size:12px;letter-spacing:1.7px;font-weight:800}
.card h3{font-size:20px;color:var(--navy);margin:23px 0 12px}.card p{font-size:15px;line-height:1.65;color:var(--muted)}
.what-we-do-home{padding-top:76px}.band{background:var(--navy)}.band h2{color:#fff}.band .lead{color:#c8d4df}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}
.tile{padding:28px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.15)}
.tile strong{display:block;color:#fff;font-size:19px;margin-bottom:10px}.tile span{color:#b9c8d7;line-height:1.65;font-size:14px}
.approach{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.steps{display:grid;gap:18px}.step{display:grid;grid-template-columns:48px 1fr;gap:15px}
.step b{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--gold);color:var(--gold)}
.step h3{margin:0 0 5px;color:var(--navy)}.step p{margin:0;color:var(--muted);line-height:1.6}
.visual-card{padding:10px;border:1px solid var(--line);background:#fff;box-shadow:0 18px 45px rgba(4,25,45,.08)}
.visual-card img{width:100%;display:block;max-height:440px;object-fit:cover}
.cta{text-align:center;background:#f5f7f9;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cta .lead{margin:0 auto 28px}
.form-wrap{max-width:900px;margin:38px auto}.form-box{padding:34px;border:1px solid var(--line);background:#f8fafb}
footer{background:#04182e;color:#c6d2df;padding:52px 28px 22px}
.footer-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:40px}
footer img{width:230px;max-width:100%}footer h4{color:#fff;margin:0 0 15px;font-size:14px}
footer a,footer p{display:block;color:#b7c6d5;font-size:14px;line-height:1.9;margin:0}.footer-bottom{max-width:var(--max);margin:36px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.13);text-align:center;font-size:12px;color:#7f91a5}

@media(max-width:1100px){.nav-links{gap:18px}.services{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){
.nav{min-height:72px;padding:0 20px}.brand img{width:225px}.menu-btn{display:block}
.nav-links{display:none;position:absolute;top:72px;left:0;right:0;background:var(--navy);padding:12px 22px 20px;flex-direction:column;align-items:flex-start;gap:0}
.nav-links.open{display:flex}.nav-links a{padding:13px 0}.nav-links a.active:after{bottom:4px}
.hero{min-height:430px;padding-top:72px}.hero-inner{min-height:578px;padding:55px 22px}.hero-copy{margin-top:45px}.hero h1{font-size:44px}
.hero.page{min-height:500px}.services,.grid3,.approach,.footer-grid{grid-template-columns:1fr}.section{padding:70px 22px}
}

/* V4 refinements */
.hero.earth .hero-copy{max-width:760px}.hero.earth h1{font-size:clamp(44px,5.4vw,74px)}
.hero.page .eyebrow{font-size:18px;color:#e0b24e;text-shadow:0 1px 10px rgba(0,0,0,.35)}
@media(max-width:1100px){.brand img{width:250px}.nav-links{gap:16px}}

/* V5 quality pass: vector logo + high-resolution hero */
.brand img{width:270px;height:auto;max-height:62px;object-fit:contain}
footer img{width:240px;height:auto}
.hero.earth{
  background-image:
    linear-gradient(90deg,rgba(3,18,35,.74) 0%,rgba(3,18,35,.34) 48%,rgba(3,18,35,.08) 100%),
    url("assets/earth-network-hero.jpg");
  background-position:center 56%;
  background-size:cover;
}
.hero.earth .hero-inner{min-height:562px}
.hero.earth .hero-copy{margin-top:25px}
@media(max-width:1100px){.brand img{width:240px}}
@media(max-width:820px){.brand img{width:215px;max-height:54px}.hero.earth{background-position:57% center}}

/* V6: crisp vector identity and stable button states */
.brand img{width:300px;height:auto;max-height:58px;display:block;object-fit:contain;overflow:visible}
footer img{width:250px;height:auto;display:block;object-fit:contain}
.btn,.btn:link,.btn:visited{color:#fff !important;background:transparent}
.btn:hover,.btn:focus-visible{background:var(--gold) !important;color:var(--navy) !important}
.btn:active{background:#b98d27 !important;color:#fff !important}
@media(max-width:1100px){.brand img{width:255px}}
@media(max-width:820px){.brand img{width:220px;max-height:52px}}
.inquiry-pending{opacity:.95;cursor:not-allowed}


/* V7: logo proportions, compact hero, image-supported service cards */
.site-header{background:rgba(3,18,35,.92)}
.nav{min-height:86px;padding:0 30px;gap:22px}
.brand img{width:285px;max-height:64px;height:auto;object-fit:contain}
.nav-links{gap:22px;font-size:13.5px}
.nav-links a{padding:33px 0 28px}
.nav-links a.active:after{bottom:18px}
.hero{min-height:520px;padding-top:86px}
.hero.earth{background-position:center 56%}
.hero-inner{min-height:434px;padding:48px 34px}
.hero-copy{margin-top:18px}
.hero.earth .hero-copy{margin-top:18px}
.hero h1{font-size:clamp(42px,4.9vw,66px);line-height:1.04;margin:10px 0 18px}
.hero p{font-size:20px;margin-bottom:26px}
.services{margin-top:40px}
.service-card{padding:0;overflow:hidden;min-height:330px;border:1px solid var(--line);background:#fff}
.service-card .service-image{height:165px;overflow:hidden;background:#eef3f7}
.service-card .service-image img{width:100%;height:100%;object-fit:cover;display:block}
.service-card .service-content{padding:22px 24px 24px}
.service-card .num{color:var(--gold);font-size:12px;letter-spacing:1.7px;font-weight:800}
.service-card h3{font-size:19px;color:var(--navy);margin:14px 0 9px}
.service-card p{font-size:14px;line-height:1.6;color:var(--muted);margin:0}
.service-card:hover{transform:translateY(-5px);box-shadow:0 14px 32px rgba(5,25,45,.1)}
@media(max-width:1100px){.brand img{width:240px}.nav-links{gap:15px;font-size:12.5px}.nav{padding:0 24px}}
@media(max-width:820px){.brand img{width:215px;max-height:52px}.nav{min-height:72px}.hero{min-height:540px;padding-top:72px}.hero-inner{min-height:468px;padding:48px 22px}.hero-copy{margin-top:20px}.service-card{min-height:0}}


/* V8: final visual tuning */
.site-header{min-height:82px}
.nav{min-height:82px;padding:0 30px;gap:24px}
.brand{width:300px;flex:0 0 300px;display:flex;align-items:center;overflow:visible}
.brand img{width:300px;height:auto;max-height:58px;display:block;object-fit:contain;overflow:visible}
.nav-links{gap:22px;font-size:13.5px}
.nav-links a{padding:31px 0 26px}
.nav-links a.active:after{bottom:17px}
.hero{min-height:455px;padding-top:82px}
.hero.earth{min-height:455px;background-position:center 54%}
.hero-inner{min-height:373px;padding:40px 34px}
.hero-copy{margin-top:8px}
.hero.earth .hero-copy{margin-top:8px}
.hero .eyebrow{font-size:17px}
.hero h1{font-size:clamp(40px,4.5vw,62px);line-height:1.04;margin:8px 0 14px}
.hero p{font-size:24px;line-height:1.45;margin:0 0 24px}
.btn{padding:13px 22px}
@media(max-width:1100px){.brand{width:245px;flex-basis:245px}.brand img{width:245px}.nav-links{gap:15px;font-size:12.5px}.nav{padding:0 24px}}
@media(max-width:820px){.brand{width:215px;flex-basis:215px}.brand img{width:215px;max-height:52px}.nav{min-height:72px}.hero,.hero.earth{min-height:500px;padding-top:72px}.hero-inner{min-height:428px;padding:44px 22px}.hero p{font-size:21px}}
/* V9 final visual tuning */
.brand{width:305px;flex:0 0 305px;height:66px;overflow:visible}
.brand img{width:305px;height:auto;max-height:64px;object-fit:contain;object-position:left center}
.hero{min-height:430px;padding-top:82px}
.hero.earth{min-height:430px;background-position:center 54%}
.hero-inner{min-height:348px;padding:32px 34px}
.hero-copy{margin-top:4px}
.hero.earth .hero-copy{margin-top:4px}
.hero p{font-size:26px;line-height:1.45;font-weight:600;letter-spacing:.15px;text-shadow:0 1px 8px rgba(0,0,0,.28)}
/* Keep the next section visually separated from the hero edge */
.section{padding-top:76px}
@media(max-width:1100px){.brand{width:255px;flex-basis:255px}.brand img{width:255px}.nav-links{gap:15px;font-size:12.5px}.nav{padding:0 24px}}
@media(max-width:820px){.brand{width:220px;flex-basis:220px;height:54px}.brand img{width:220px;max-height:52px}.hero{min-height:500px;padding-top:72px}.hero.earth{min-height:500px}.hero-inner{min-height:428px;padding:48px 22px}.hero p{font-size:21px}.section{padding-top:64px}}

/* V11: use the exact supplied master logo and keep service images below the first viewport */
.site-header{min-height:88px}
.nav{min-height:88px}
.brand{width:260px;flex:0 0 260px;height:80px;display:flex;align-items:center;overflow:visible}
.brand img{width:260px;height:auto;max-height:80px;display:block;object-fit:contain;object-position:left center}
.services{margin-top:110px}
@media(max-width:1100px){
  .brand{width:230px;flex-basis:230px;height:72px}
  .brand img{width:230px;max-height:72px}
}
@media(max-width:820px){
  .site-header{min-height:72px}
  .nav{min-height:72px}
  .brand{width:205px;flex-basis:205px;height:58px}
  .brand img{width:205px;max-height:58px}
  .services{margin-top:70px}
}


/* V12: refined service cards */
.service-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.service-card .service-image{height:180px}
.service-card .service-content{min-height:205px;display:flex;flex-direction:column}
.service-card h3{line-height:1.2}
.service-card p{margin-bottom:16px}
.service-link{margin-top:auto;display:inline-flex;align-items:center;gap:8px;color:var(--navy);font-size:13px;font-weight:800;letter-spacing:.4px;text-transform:uppercase}
.service-link span{color:var(--gold);font-size:18px;line-height:1;transition:transform .2s ease}
.service-card:hover .service-link span{transform:translateX(4px)}
.service-card:hover{border-color:#c9d3dd}
@media(max-width:1100px){.service-card .service-image{height:190px}}
@media(max-width:820px){.service-card .service-image{height:200px}.service-card .service-content{min-height:0}}


/* V13: What We Do page — structured service presentation */
.what-page-hero{min-height:400px;background-image:linear-gradient(90deg,rgba(3,18,35,.84) 0%,rgba(3,18,35,.48) 52%,rgba(3,18,35,.18) 100%),url("assets/earth-network.jpg");background-position:center 48%;background-size:cover}
.what-page-hero .hero-inner{min-height:312px}
.what-page-hero .hero-copy{max-width:760px;margin-top:0}
.what-page-hero h1{font-size:clamp(40px,4.7vw,62px)}
.what-page-hero p{font-size:22px;font-weight:500}
.service-detail-grid{display:grid;gap:70px;margin-top:70px}
.service-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center;padding:0 0 70px;border-bottom:1px solid var(--line)}
.service-detail:nth-child(even){grid-template-columns:.95fr 1.05fr}
.service-detail:nth-child(even) .detail-copy{order:2}.service-detail:nth-child(even) .detail-image{order:1}
.detail-image{overflow:hidden;border:1px solid var(--line);background:#f4f7f9;box-shadow:0 18px 45px rgba(4,25,45,.08)}
.detail-image img{display:block;width:100%;height:330px;object-fit:cover}
.detail-copy .num{font-size:13px;letter-spacing:2px;color:var(--gold);font-weight:800}
.detail-copy h2{font-size:36px;margin:12px 0 15px}
.detail-copy p{font-size:17px;line-height:1.8;color:var(--muted);max-width:620px}
.detail-points{margin:22px 0 0;padding:0;list-style:none;display:grid;gap:10px}
.detail-points li{position:relative;padding-left:22px;color:var(--text);font-size:15px;line-height:1.55}
.detail-points li:before{content:"";position:absolute;left:0;top:.65em;width:7px;height:7px;border-radius:50%;background:var(--gold)}
.service-cta{margin-top:15px;display:inline-flex;color:var(--navy);font-weight:800;font-size:13px;letter-spacing:.7px;text-transform:uppercase}
.service-cta span{color:var(--gold);font-size:18px;margin-left:7px}
@media(max-width:820px){
 .what-page-hero{min-height:460px}.what-page-hero .hero-inner{min-height:388px}
 .service-detail-grid{gap:48px;margin-top:48px}.service-detail,.service-detail:nth-child(even){grid-template-columns:1fr;gap:28px;padding-bottom:48px}
 .service-detail:nth-child(even) .detail-copy,.service-detail:nth-child(even) .detail-image{order:initial}
 .detail-image img{height:240px}.detail-copy h2{font-size:31px}
}

/* V14: premium What We Do presentation */
.what-page-hero{
  min-height:360px;
  background-image:linear-gradient(90deg,rgba(3,18,35,.82) 0%,rgba(3,18,35,.42) 54%,rgba(3,18,35,.14) 100%),url("assets/earth-network-hero.jpg");
  background-position:center 53%;
}
.what-page-hero .hero-inner{min-height:272px;padding-top:34px;padding-bottom:34px}
.what-page-hero .hero-copy{max-width:820px}
.what-page-hero h1{font-size:clamp(40px,4.5vw,60px);margin-bottom:14px}
.what-page-hero p{font-size:22px;font-weight:600}
.what-services-section{padding-top:86px;padding-bottom:84px}
.what-services-section > .section-inner > h2{font-size:40px}
.service-detail-grid{gap:82px;margin-top:62px}
.service-detail{grid-template-columns:1fr 1fr;gap:72px;padding:0 0 82px}
.service-detail:nth-child(even){grid-template-columns:1fr 1fr}
.service-detail:nth-child(even) .detail-copy{order:1}
.service-detail:nth-child(even) .detail-image{order:2}
.detail-image{border:1px solid #d7e0e8;box-shadow:0 16px 40px rgba(4,25,45,.08)}
.detail-image img{height:360px;object-fit:cover}
.detail-copy{align-self:center}
.detail-copy .num{font-size:12px;letter-spacing:2.2px}
.detail-copy h2{font-size:38px;line-height:1.12;margin:12px 0 16px}
.detail-copy p{font-size:17px;line-height:1.75;margin-bottom:0}
.detail-points{margin-top:24px;gap:11px}
.detail-points li{font-size:15px}
.service-cta{margin-top:22px;padding-bottom:3px;border-bottom:1px solid rgba(213,168,63,.55)}
.what-services-section + .cta{padding-top:78px;padding-bottom:82px}
@media(max-width:820px){
 .what-page-hero{min-height:430px}
 .what-page-hero .hero-inner{min-height:358px;padding:42px 22px}
 .what-services-section{padding-top:64px}
 .service-detail-grid{gap:54px;margin-top:44px}
 .service-detail,.service-detail:nth-child(even){grid-template-columns:1fr;gap:28px;padding-bottom:54px}
 .service-detail:nth-child(even) .detail-copy,.service-detail:nth-child(even) .detail-image{order:initial}
 .detail-image img{height:250px}
 .detail-copy h2{font-size:31px}
}


/* V15: Match What We Do hero height to the Home hero */
.what-page-hero{min-height:562px}
.what-page-hero .hero-inner{min-height:562px;padding-top:40px;padding-bottom:40px}
@media(max-width:820px){
 .what-page-hero{min-height:500px}
 .what-page-hero .hero-inner{min-height:428px;padding:44px 22px}
}

/* V16 — Sourcing Network page */
.sourcing-network-hero{min-height:430px;background-image:linear-gradient(90deg,rgba(3,18,35,.82) 0%,rgba(3,18,35,.48) 44%,rgba(3,18,35,.10) 100%),url("assets/earth-network-hero.jpg");background-position:center 52%;background-size:cover}
.sourcing-network-hero .hero-inner{min-height:348px}
.sourcing-network-hero .hero-copy{max-width:820px}
.network-intro{padding-top:82px;padding-bottom:78px}
.network-feature{display:grid;grid-template-columns:1fr 1.05fr;gap:64px;align-items:center;margin-top:54px}
.network-feature-copy h3{font-size:32px;color:var(--navy);margin:0 0 15px}
.network-feature-copy>p{font-size:17px;line-height:1.8;color:var(--muted);margin:0}
.network-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}
.network-principles>div{border-top:2px solid var(--gold);padding-top:14px}
.network-principles span{display:block;color:var(--gold);font-size:12px;font-weight:800;letter-spacing:1.4px;margin-bottom:8px}
.network-principles strong{display:block;color:var(--navy);font-size:16px;margin-bottom:7px}
.network-principles p{font-size:13px;line-height:1.55;color:var(--muted);margin:0}
.network-visual{border:1px solid var(--line);padding:0;background:#fff;box-shadow:0 16px 35px rgba(5,25,45,.08)}
.network-visual img{width:100%;height:350px;object-fit:cover;display:block}
.network-coverage{background:#f6f8fa;padding-top:84px;padding-bottom:84px}
.coverage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px}
.coverage-card{background:#fff;border:1px solid var(--line);padding:30px;min-height:220px;transition:.25s}
.coverage-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(5,25,45,.08)}
.coverage-num{color:var(--gold);font-size:12px;font-weight:800;letter-spacing:1.6px}
.coverage-card h3{font-size:24px;color:var(--navy);margin:18px 0 10px}
.coverage-card p{font-size:15px;line-height:1.7;color:var(--muted);margin:0}
.network-process{padding-top:88px;padding-bottom:88px}
.network-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px}
.process-item{border-top:1px solid var(--line);padding-top:20px}
.process-item span{display:block;color:var(--gold);font-size:12px;font-weight:800;letter-spacing:1.5px;margin-bottom:18px}
.process-item h3{color:var(--navy);font-size:20px;margin:0 0 9px}
.process-item p{font-size:14px;line-height:1.65;color:var(--muted);margin:0}
.network-cta{padding-top:20px;padding-bottom:92px}
.cta-panel{background:var(--navy);padding:52px 58px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.cta-panel h2{color:#fff;margin:10px 0 10px}
.cta-panel p{color:#c6d2df;font-size:16px;line-height:1.7;margin:0}
.cta-panel .btn{flex:0 0 auto}
@media(max-width:900px){.network-feature,.coverage-grid,.network-process-grid{grid-template-columns:1fr 1fr}.network-feature{gap:35px}.network-principles{grid-template-columns:1fr}.network-visual img{height:300px}.cta-panel{flex-direction:column;align-items:flex-start}}
@media(max-width:820px){.sourcing-network-hero{min-height:500px;background-position:57% center}.sourcing-network-hero .hero-inner{min-height:428px}.network-feature,.coverage-grid,.network-process-grid{grid-template-columns:1fr}.network-intro,.network-coverage,.network-process{padding-top:64px;padding-bottom:64px}.network-visual img{height:250px}.cta-panel{padding:38px 28px}}

/* V17: Match Sourcing Network hero height to the established Home/What We Do rhythm */
.sourcing-network-hero{min-height:455px}
.sourcing-network-hero .hero-inner{min-height:373px}
@media(max-width:820px){.sourcing-network-hero{min-height:500px}.sourcing-network-hero .hero-inner{min-height:428px}}

/* V18: Sourcing Network hero matches the actual Home / What We Do hero height */
.sourcing-network-hero{min-height:562px}
.sourcing-network-hero .hero-inner{min-height:562px;padding-top:40px;padding-bottom:40px}
@media(max-width:820px){
  .sourcing-network-hero{min-height:500px}
  .sourcing-network-hero .hero-inner{min-height:428px;padding:44px 22px}
}

/* V19: Markets page — premium market positioning */
.markets-hero{min-height:562px;background-image:linear-gradient(90deg,rgba(3,18,35,.82) 0%,rgba(3,18,35,.46) 48%,rgba(3,18,35,.10) 100%),url("assets/earth-network-hero.jpg");background-position:center 54%;background-size:cover}
.markets-hero .hero-inner{min-height:562px;padding-top:40px;padding-bottom:40px}
.markets-hero .hero-copy{max-width:800px}
.markets-hero h1{font-size:clamp(44px,5vw,68px);line-height:1.04;margin-bottom:18px}
.markets-hero h1 span{color:#e4bc61}
.markets-hero p{font-size:23px;font-weight:600}
.markets-intro{padding-top:86px;padding-bottom:86px}
.market-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:52px}
.market-card{border:1px solid var(--line);background:#fff;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.market-card:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(5,25,45,.10);border-color:#c9d3dd}
.market-card-image{height:205px;overflow:hidden;background:#eef3f7}
.market-card-image img{width:100%;height:100%;display:block;object-fit:cover}
.market-card-body{padding:25px 27px 28px;min-height:245px;display:flex;flex-direction:column}
.market-num{font-size:12px;letter-spacing:2px;font-weight:800;color:var(--gold)}
.market-card h3{font-size:27px;line-height:1.15;color:var(--navy);margin:13px 0 11px}
.market-card p{font-size:15px;line-height:1.7;color:var(--muted);margin:0}
.market-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:22px}
.market-tags span{border:1px solid #d9e1e8;padding:7px 10px;color:#506276;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}
.market-bridge{background:#f6f8fa;padding-top:86px;padding-bottom:86px}
.market-bridge-grid{display:grid;grid-template-columns:1fr 1fr;gap:76px;align-items:center}
.market-bridge-visual{border:1px solid var(--line);background:#fff;padding:0;box-shadow:0 18px 45px rgba(4,25,45,.08);overflow:hidden}
.market-bridge-visual img{width:100%;height:390px;display:block;object-fit:cover}
.market-bridge-copy h2{font-size:40px;line-height:1.13;margin:10px 0 18px}
.market-bridge-copy p{font-size:17px;line-height:1.8;color:var(--muted);max-width:610px}
.text-link{display:inline-flex;align-items:center;margin-top:12px;color:var(--navy);font-size:13px;font-weight:800;letter-spacing:.7px;text-transform:uppercase;border-bottom:1px solid rgba(213,168,63,.6);padding-bottom:5px}
.text-link span{color:var(--gold);font-size:18px;margin-left:7px;transition:transform .2s ease}
.text-link:hover span{transform:translateX(4px)}
.market-principles{padding-top:88px;padding-bottom:88px}
.market-principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}
.market-principle{border-top:2px solid var(--gold);padding:18px 4px 0}
.market-principle>span{font-size:12px;letter-spacing:1.7px;font-weight:800;color:var(--gold)}
.market-principle h3{font-size:21px;color:var(--navy);margin:14px 0 9px}
.market-principle p{font-size:15px;line-height:1.7;color:var(--muted);margin:0;max-width:350px}
.market-cta{padding-top:10px;padding-bottom:92px}
@media(max-width:900px){
 .market-cards,.market-principles-grid{grid-template-columns:1fr 1fr}
 .market-bridge-grid{gap:45px}
}
@media(max-width:820px){
 .markets-hero{min-height:500px;background-position:57% center}
 .markets-hero .hero-inner{min-height:428px;padding:44px 22px}
 .markets-hero h1{font-size:44px}
 .markets-hero p{font-size:21px}
 .markets-intro,.market-bridge,.market-principles{padding-top:64px;padding-bottom:64px}
 .market-cards,.market-principles-grid,.market-bridge-grid{grid-template-columns:1fr}
 .market-card-image{height:220px}
 .market-bridge-visual img{height:270px}
 .market-bridge-copy h2{font-size:32px}
 .market-cta{padding-bottom:64px}
}

/* V20: About ARVESSEN — trust-led corporate page */
.about-page-hero{
  min-height:562px;
  background-image:linear-gradient(90deg,rgba(3,18,35,.84) 0%,rgba(3,18,35,.48) 50%,rgba(3,18,35,.12) 100%),url("assets/earth-network-hero.jpg");
  background-position:center 54%;background-size:cover;
}
.about-page-hero .hero-inner{min-height:562px;padding-top:40px;padding-bottom:40px}
.about-page-hero .hero-copy{max-width:820px}
.about-page-hero h1{font-size:clamp(44px,5vw,68px);line-height:1.04;margin-bottom:18px}
.about-page-hero h1 span{color:#e4bc61}
.about-page-hero p{font-size:23px;font-weight:600}
.about-intro{padding-top:88px;padding-bottom:88px}
.about-story{display:grid;grid-template-columns:1fr 1fr;gap:76px;align-items:center}
.about-story-copy>p:not(.lead){font-size:16px;line-height:1.8;color:var(--muted);max-width:610px;margin:16px 0 0}
.about-visual{padding:0;overflow:hidden}
.about-visual img{height:410px;max-height:none;object-fit:cover}
.about-values{background:#f6f8fa;padding-top:86px;padding-bottom:86px}
.about-values-grid{margin-top:48px}
.about-values .tile{background:#fff;border:1px solid var(--line);min-height:220px}
.about-value-num{color:var(--gold);font-size:12px;font-weight:800;letter-spacing:1.8px;margin-bottom:22px}
.about-values .tile strong{color:var(--navy);font-size:25px;margin-bottom:10px}
.about-values .tile span{color:var(--muted);font-size:15px;line-height:1.7}
.about-role{padding-top:88px;padding-bottom:88px}
.about-role-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}
.about-role-points{display:grid;gap:0}
.about-role-points>div{display:grid;grid-template-columns:42px 1fr;gap:18px;border-top:1px solid var(--line);padding:22px 0}
.about-role-points>div:last-child{border-bottom:1px solid var(--line)}
.about-role-points span{width:34px;height:34px;border:1px solid var(--gold);display:grid;place-items:center;color:var(--gold);font-size:11px;font-weight:800}
.about-role-points p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}
.about-role-points strong{color:var(--navy);font-size:17px}
.about-cta{padding-top:78px;padding-bottom:88px}
@media(max-width:900px){.about-story,.about-role-grid{grid-template-columns:1fr;gap:42px}.about-story-copy{order:1}.about-visual{order:2}}
@media(max-width:820px){
 .about-page-hero{min-height:500px;background-position:57% center}
 .about-page-hero .hero-inner{min-height:428px;padding:44px 22px}
 .about-page-hero h1{font-size:44px}
 .about-page-hero p{font-size:21px}
 .about-intro,.about-values,.about-role{padding-top:64px;padding-bottom:64px}
 .about-visual img{height:270px}
 .about-values-grid{margin-top:38px}
 .about-role-grid{gap:35px}
 .about-cta{padding-bottom:64px}
}

/* V21 — About ARVESSEN refined to match the established page system */
.about-page-hero{
  min-height:562px;
  background-image:linear-gradient(90deg,rgba(3,18,35,.84) 0%,rgba(3,18,35,.48) 46%,rgba(3,18,35,.12) 100%),url("assets/earth-network-hero.jpg");
  background-position:center 54%;
  background-size:cover;
  background-repeat:no-repeat;
}
.about-page-hero .hero-inner{min-height:562px;padding-top:40px;padding-bottom:40px}
.about-page-hero .hero-copy{max-width:820px;margin-top:4px}
.about-page-hero h1{font-size:clamp(44px,5vw,68px);line-height:1.04;margin-bottom:18px}
.about-page-hero h1 span{color:#e4bc61}
.about-page-hero p{font-size:23px;font-weight:600}

.about-intro{padding-top:82px;padding-bottom:82px}
.about-story{display:grid;grid-template-columns:1.28fr .72fr;gap:70px;align-items:center}
.about-story-copy>p:not(.lead){font-size:16px;line-height:1.8;color:var(--muted);max-width:700px;margin:16px 0 0}
.about-visual{padding:0;overflow:hidden;max-width:100%}
.about-visual img{width:100%;height:300px;max-height:none;display:block;object-fit:cover}

.about-values{background:#f6f8fa;padding-top:82px;padding-bottom:82px}
.about-values-grid{margin-top:44px}
.about-values .tile{background:#fff;border:1px solid var(--line);min-height:205px}
.about-value-num{color:var(--gold);font-size:12px;font-weight:800;letter-spacing:1.8px;margin-bottom:20px}
.about-values .tile strong{color:var(--navy);font-size:24px;margin-bottom:10px}
.about-values .tile span{color:var(--muted);font-size:15px;line-height:1.7}

.about-role{padding-top:82px;padding-bottom:82px}
.about-role-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.about-role-points{display:grid;gap:0}
.about-role-points>div{display:grid;grid-template-columns:42px 1fr;gap:18px;border-top:1px solid var(--line);padding:20px 0}
.about-role-points>div:last-child{border-bottom:1px solid var(--line)}
.about-role-points span{width:34px;height:34px;border:1px solid var(--gold);display:grid;place-items:center;color:var(--gold);font-size:11px;font-weight:800}
.about-role-points p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}
.about-role-points strong{color:var(--navy);font-size:17px}
.about-cta{padding-top:78px;padding-bottom:88px}

@media(max-width:900px){
 .about-story,.about-role-grid{grid-template-columns:1fr;gap:40px}
 .about-visual{max-width:560px}
}
@media(max-width:820px){
 .about-page-hero{min-height:500px;background-position:57% center}
 .about-page-hero .hero-inner{min-height:428px;padding:44px 22px}
 .about-page-hero h1{font-size:44px}
 .about-page-hero p{font-size:21px}
 .about-intro,.about-values,.about-role{padding-top:64px;padding-bottom:64px}
 .about-visual img{height:260px}
}

/* V23: About hero refined to match the established page rhythm */
.about-hero{
  min-height:520px;
  background-image:
    linear-gradient(90deg,rgba(3,18,35,.80) 0%,rgba(3,18,35,.43) 48%,rgba(3,18,35,.10) 100%),
    url("assets/earth-network-hero.jpg");
  background-position:center 54%;
  background-size:cover;
}
.about-hero .hero-inner{min-height:520px;padding-top:36px;padding-bottom:36px}
.about-hero .hero-copy{max-width:820px;margin-top:8px}
.about-hero p{font-size:23px;font-weight:600;max-width:780px}

.about-intro-v2{padding-top:76px;padding-bottom:76px}
.about-top-grid{display:grid;grid-template-columns:.92fr 1.38fr;gap:62px;align-items:start}
.about-who h2{max-width:610px;margin-bottom:18px}
.about-who>p:not(.lead){max-width:720px;color:var(--muted);font-size:16px;line-height:1.75}
.about-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.about-principle{padding:6px 22px 8px;border-left:1px solid var(--line);min-height:185px}
.about-principle:first-child{border-left:0;padding-left:0}
.about-principle-icon{font-size:38px;line-height:1;color:var(--gold);margin-bottom:22px;font-weight:400}
.about-principle strong{display:block;color:var(--navy);font-size:15px;letter-spacing:1.1px;margin-bottom:12px}
.about-principle p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}
.about-divider{height:1px;background:var(--line);margin:48px 0 30px}
.about-bottom-grid{display:grid;grid-template-columns:260px 1.25fr 1fr;gap:34px;align-items:center}
.about-small-visual{border:1px solid var(--line);overflow:hidden;background:#eef3f7;box-shadow:0 16px 35px rgba(5,25,45,.08)}
.about-small-visual img{display:block;width:100%;height:185px;object-fit:cover;object-position:center}
.about-role-copy h2{font-size:31px;margin:9px 0 14px}
.about-role-copy p{margin:0;color:var(--muted);font-size:15px;line-height:1.75}
.about-cta-panel{border:1px solid var(--gold);padding:27px 28px;background:#fff}
.about-cta-panel .eyebrow{font-size:12px;margin-bottom:9px}
.about-cta-panel h3{font-size:22px;color:var(--navy);margin:0 0 7px}
.about-cta-panel p{color:var(--muted);margin:0 0 20px;font-size:15px}
.about-cta-panel .btn{font-size:12px;padding:12px 18px}
.about-why{background:#f6f8fa;border-top:1px solid var(--line)}

@media(max-width:1050px){
 .about-top-grid{grid-template-columns:1fr;gap:42px}
 .about-principles{max-width:900px}
 .about-bottom-grid{grid-template-columns:220px 1fr;gap:28px}
 .about-cta-panel{grid-column:1/-1}
}
@media(max-width:820px){
 .about-hero{min-height:500px;background-position:57% center}
 .about-hero .hero-inner{min-height:428px;padding:44px 22px}
 .about-hero p{font-size:21px}
 .about-intro-v2{padding:64px 22px}
 .about-principles{grid-template-columns:1fr;gap:20px}
 .about-principle,.about-principle:first-child{border-left:0;border-top:1px solid var(--line);padding:20px 0 0;min-height:0}
 .about-principle:first-child{border-top:0;padding-top:0}
 .about-bottom-grid{grid-template-columns:1fr;gap:24px}
 .about-small-visual img{height:220px}
 .about-cta-panel{grid-column:auto}
}


/* V23 final tuning */
.about-hero{min-height:520px}
.about-hero .hero-inner{min-height:520px;padding-top:36px;padding-bottom:36px}
.about-top-grid{grid-template-columns:.92fr 1.38fr;gap:62px}
.about-principles{grid-template-columns:repeat(3,minmax(0,1fr))}
.about-principle{padding-left:22px;padding-right:22px}
.about-principle:first-child{padding-left:0}
.about-principle strong{font-size:14px;letter-spacing:.9px;white-space:nowrap}
.about-principle p{font-size:14px;line-height:1.6}
@media(max-width:1050px){.about-top-grid{grid-template-columns:1fr;gap:42px}}
@media(max-width:820px){.about-hero{min-height:500px}.about-hero .hero-inner{min-height:428px;padding:44px 22px}.about-principles{grid-template-columns:1fr}.about-principle,.about-principle:first-child{padding-left:0;padding-right:0}}

/* V24: About page rhythm aligned with the other ARVESSEN pages */
.about-hero{min-height:500px}
.about-hero .hero-inner{min-height:500px;padding-top:32px;padding-bottom:32px}

.about-intro-v2{padding-top:68px;padding-bottom:76px}
.about-who-full{width:100%;max-width:900px}
.about-who-full .about-who h2{max-width:720px}
.about-who-full .about-who .lead{max-width:920px}
.about-who-full .about-who>p:not(.lead){max-width:900px}

/* Principles now sit below WHO WE ARE, rather than competing with it on the first row. */
.about-principles-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:42px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.about-principles-row .about-principle{min-height:168px;padding:26px 34px 24px;border-left:1px solid var(--line)}
.about-principles-row .about-principle:first-child{border-left:0;padding-left:0}
.about-principles-row .about-principle-icon{font-size:34px;margin-bottom:18px}
.about-principles-row .about-principle strong{font-size:14px;letter-spacing:.9px;white-space:nowrap}
.about-principles-row .about-principle p{font-size:14px;line-height:1.6;max-width:280px}

@media(max-width:820px){
  .about-hero{min-height:500px}
  .about-hero .hero-inner{min-height:428px;padding:44px 22px}
  .about-principles-row{grid-template-columns:1fr;gap:0;margin-top:34px}
  .about-principles-row .about-principle,.about-principles-row .about-principle:first-child{border-left:0;border-top:1px solid var(--line);padding:22px 0;min-height:0}
  .about-principles-row .about-principle:first-child{border-top:0}
}


/* V25: Our Approach — aligned with the established ARVESSEN page system */
.approach-page-hero{
  min-height:562px;
  background-image:linear-gradient(90deg,rgba(3,18,35,.84) 0%,rgba(3,18,35,.46) 50%,rgba(3,18,35,.10) 100%),url("assets/earth-network-hero.jpg");
  background-position:center 54%;background-size:cover;
}
.approach-page-hero .hero-inner{min-height:562px;padding-top:40px;padding-bottom:40px}
.approach-page-hero .hero-copy{max-width:850px}
.approach-page-hero h1{font-size:clamp(44px,5vw,68px);line-height:1.04;margin-bottom:18px}
.approach-page-hero h1 span{color:#e4bc61}
.approach-page-hero p{font-size:23px;font-weight:600}
.approach-intro{padding-top:84px;padding-bottom:86px}
.approach-intro-head{display:grid;grid-template-columns:1.05fr 1fr;gap:70px;align-items:end}
.approach-intro-head h2{font-size:42px;line-height:1.12;margin-bottom:0}
.approach-intro-head .lead{margin:0;max-width:650px}
.approach-process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:52px}
.approach-step-card{border:1px solid var(--line);background:#fff;padding:27px 25px 28px;min-height:245px;transition:transform .25s ease,box-shadow .25s ease}
.approach-step-card:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(5,25,45,.10)}
.approach-step-num{color:var(--gold);font-size:12px;letter-spacing:2px;font-weight:800;margin-bottom:28px}
.approach-step-card h3{font-size:25px;color:var(--navy);margin:0 0 12px}
.approach-step-card p{font-size:15px;line-height:1.7;color:var(--muted);margin:0}
.approach-principles{background:#f6f8fa;padding:82px 28px 86px}
.approach-principles h2{margin-bottom:0}
.approach-principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px}
.approach-principles-grid>div{background:#fff;border:1px solid var(--line);padding:28px 28px 30px;border-top:2px solid var(--gold);min-height:190px}
.approach-principles-grid span{color:var(--gold);font-size:12px;letter-spacing:1.8px;font-weight:800}
.approach-principles-grid h3{font-size:22px;color:var(--navy);margin:13px 0 9px}
.approach-principles-grid p{font-size:15px;line-height:1.7;color:var(--muted);margin:0;max-width:360px}
.approach-network{padding-top:86px;padding-bottom:90px}
.approach-network-grid{display:grid;grid-template-columns:1fr 1fr;gap:76px;align-items:center}
.approach-network-visual{border:1px solid var(--line);background:#fff;overflow:hidden;box-shadow:0 18px 45px rgba(4,25,45,.08)}
.approach-network-visual img{width:100%;height:360px;display:block;object-fit:cover}
.approach-network-grid h2{font-size:40px;line-height:1.13}
.approach-network-grid .lead{max-width:600px}
@media(max-width:900px){
 .approach-intro-head,.approach-network-grid{grid-template-columns:1fr;gap:28px}
 .approach-process,.approach-principles-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:820px){
 .approach-page-hero{min-height:500px;background-position:57% center}
 .approach-page-hero .hero-inner{min-height:428px;padding:44px 22px}
 .approach-page-hero h1{font-size:44px}
 .approach-page-hero p{font-size:21px}
 .approach-intro,.approach-network{padding-top:64px;padding-bottom:64px}
 .approach-process,.approach-principles-grid{grid-template-columns:1fr}
 .approach-principles{padding:64px 22px}
 .approach-network-visual img{height:270px}
 .about-one-line{white-space:normal}
}
@media(min-width:821px){.about-one-line{max-width:1200px;white-space:nowrap}}

/* V26: Contact page + final rhythm refinements */
.about-who-full{padding-top:8px}
.about-who-full .about-who>p:not(.lead){margin-top:22px}
.approach-process{margin-top:68px}
.approach-step-card{padding-top:31px}

.contact-page-hero{min-height:562px;background-image:linear-gradient(90deg,rgba(3,18,35,.84) 0%,rgba(3,18,35,.46) 50%,rgba(3,18,35,.10) 100%),url("assets/earth-network-hero.jpg");background-position:center 54%;background-size:cover}
.contact-page-hero .hero-inner{min-height:562px;padding-top:40px;padding-bottom:40px}
.contact-page-hero .hero-copy{max-width:850px}
.contact-page-hero h1{font-size:clamp(44px,5vw,68px);line-height:1.04;margin-bottom:18px}
.contact-page-hero h1 span{color:#e4bc61}
.contact-page-hero p{font-size:23px;font-weight:600;max-width:780px}
.contact-intro{padding-top:82px;padding-bottom:84px}
.contact-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:58px;margin-top:46px;align-items:start}
.contact-form-card{border:1px solid var(--line);padding:34px;background:#fff;box-shadow:0 16px 40px rgba(4,25,45,.07)}
.contact-form-card form{display:grid;gap:18px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.contact-form-card label{display:grid;gap:8px;color:var(--navy);font-size:13px;font-weight:800;letter-spacing:.4px}
.contact-form-card input,.contact-form-card textarea{width:100%;border:1px solid #d5dee7;background:#fbfcfd;padding:13px 14px;font:inherit;font-size:15px;color:var(--text);outline:none;transition:border-color .2s,box-shadow .2s}
.contact-form-card input:focus,.contact-form-card textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(213,168,63,.12)}
.contact-form-card textarea{resize:vertical;min-height:150px}
.form-submit{background:var(--navy);width:max-content;cursor:pointer;margin-top:3px}
.form-note{margin:0;color:var(--muted);font-size:12px;line-height:1.6}
.contact-side{padding:6px 0 0 8px}
.contact-side h3{font-size:34px;color:var(--navy);margin:11px 0 13px}
.contact-side>p{font-size:16px;line-height:1.75;color:var(--muted);max-width:480px;margin:0}
.contact-points{margin-top:34px;border-top:1px solid var(--line)}
.contact-points>div{display:grid;grid-template-columns:38px 1fr;column-gap:15px;padding:20px 0;border-bottom:1px solid var(--line)}
.contact-points span{color:var(--gold);font-size:12px;letter-spacing:1.5px;font-weight:800}
.contact-points strong{color:var(--navy);font-size:16px}
.contact-points p{grid-column:2;margin:5px 0 0;color:var(--muted);font-size:14px;line-height:1.55}
.contact-direct{background:#f6f8fa;padding-top:72px;padding-bottom:78px}
.contact-direct-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.contact-direct-card{border-left:2px solid var(--gold);padding:20px 0 20px 28px}
.contact-direct-card a{display:block;color:var(--navy);font-size:24px;font-weight:800;margin-bottom:8px}
.contact-direct-card span{display:block;color:var(--muted);font-size:14px}
@media(max-width:900px){.contact-grid,.contact-direct-grid{grid-template-columns:1fr;gap:38px}.contact-side{padding-left:0}}
@media(max-width:820px){
 .about-who-full{padding-top:0}.about-who-full .about-who>p:not(.lead){margin-top:18px}
 .approach-process{margin-top:52px}
 .contact-page-hero{min-height:500px;background-position:57% center}.contact-page-hero .hero-inner{min-height:428px;padding:44px 22px}.contact-page-hero h1{font-size:44px}.contact-page-hero p{font-size:21px}
 .contact-intro,.contact-direct{padding-top:64px;padding-bottom:64px}.contact-grid{margin-top:36px}.form-row{grid-template-columns:1fr}.contact-form-card{padding:25px}.contact-side h3{font-size:31px}.contact-direct-card a{font-size:20px}
}

/* V27: final spacing corrections requested during visual review */
.about-who-full .about-who .about-one-line{
  max-width:none;
  width:100%;
  white-space:nowrap;
}
.about-who-full .about-who{
  max-width:1200px;
}
.approach-process{
  margin-top:88px;
}
.contact-form-card textarea{
  margin-bottom:8px;
}
.contact-form-card{
  padding-bottom:42px;
}
@media(max-width:820px){
  .about-who-full .about-who .about-one-line{white-space:normal}
  .approach-process{margin-top:64px}
  .contact-form-card{padding-bottom:34px}
}


/* V29 structural precision */
.about-secondary-message{
  display:block;
  max-width:1050px;
  margin:54px 0 0 !important;
  padding-top:0 !important;
  clear:both;
}
.message-label{
  display:block;
  margin-top:3px !important;
}
.message-label textarea{
  margin-top:10px !important;
}

/* V48: Clean Contact layout — two balanced panels, same top edge. */
.contact-intro .contact-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
  gap:58px;
  margin-top:100px;
  align-items:stretch;
}
.contact-intro .contact-form-card{
  margin:0;
  padding:34px;
}
.contact-intro .contact-side{
  position:static;
  width:auto;
  margin:0;
  padding:0;
  display:flex;
}
.contact-intro .contact-help-panel{
  border-left:0;
  border-top:3px solid var(--gold);
  border-bottom:1px solid var(--line);
  padding:27px 0 0 2px;
  width:100%;
  height:100%;
  box-sizing:border-box;
}
.contact-intro .contact-help-panel .eyebrow{margin:0 0 0 0}
.contact-intro .contact-help-panel h3{
  font-size:34px;
  color:var(--navy);
  margin:10px 0 13px;
}
.contact-intro .contact-help-panel>p{
  font-size:16px;
  line-height:1.75;
  color:var(--muted);
  max-width:480px;
  margin:0;
}
.contact-intro .contact-points{
  margin-top:30px;
  border-top:1px solid var(--line);
}
.contact-intro .contact-points>div{
  display:grid;
  grid-template-columns:38px 1fr;
  column-gap:15px;
  padding:18px 0;
  border-bottom:1px solid var(--line);
}
.contact-intro .contact-points span{
  color:var(--gold);
  font-size:12px;
  letter-spacing:1.5px;
  font-weight:800;
}
.contact-intro .contact-points strong{color:var(--navy);font-size:16px}
.contact-intro .contact-points p{
  grid-column:2;
  margin:5px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}
@media(max-width:900px){
  .contact-intro .contact-grid{grid-template-columns:1fr;gap:38px}
  .contact-intro .contact-side{padding:0}
  .contact-intro .contact-help-panel{border-top:1px solid var(--line);border-bottom:0;padding:28px 0 0;height:auto}
}
@media(max-width:820px){
  .contact-intro .contact-grid{margin-top:36px}
  .contact-intro .contact-form-card{padding:25px}
  .contact-intro .contact-help-panel h3{font-size:31px}
}

/* V51: align the right help panel's bottom edge with the form card. */
@media(min-width:901px){
  .contact-intro .contact-grid{align-items:stretch}
  .contact-intro .contact-side{align-self:stretch;display:block;min-height:100%;height:auto}
  .contact-intro .contact-help-panel{height:100%;min-height:100%;display:flex;flex-direction:column;box-sizing:border-box}
  .contact-intro .contact-points{
    margin-bottom:0;
    flex:1;
    display:flex;
    flex-direction:column;
  }
  .contact-intro .contact-points>div{
    flex:1;
    align-content:center;
    box-sizing:border-box;
  }
}

/* V53: Contact routing layer — preserves V52 visual language and adds three entry paths. */
.contact-options-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-top:42px;
}
.contact-option{
  appearance:none;
  border:1px solid var(--line);
  border-top:3px solid transparent;
  background:#fff;
  padding:27px 25px 25px;
  text-align:left;
  color:var(--text);
  cursor:pointer;
  display:flex;
  flex-direction:column;
  min-height:245px;
  box-sizing:border-box;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.contact-option:hover,.contact-option.is-active{
  border-top-color:var(--gold);
  box-shadow:0 16px 40px rgba(4,25,45,.08);
  transform:translateY(-3px);
}
.contact-option-number{color:var(--gold);font-size:12px;letter-spacing:1.5px;font-weight:800;margin-bottom:18px}
.contact-option .eyebrow{margin-bottom:11px}
.contact-option strong{display:block;color:var(--navy);font-size:21px;line-height:1.25;margin-bottom:12px}
.contact-option>span:not(.contact-option-number):not(.eyebrow){display:block;color:var(--muted);font-size:14px;line-height:1.6}
.contact-option em{display:block;margin-top:auto;padding-top:22px;color:var(--navy);font-size:12px;font-style:normal;font-weight:800;letter-spacing:.7px}
.contact-form-section{padding-top:18px}
.contact-form-section .contact-grid{margin-top:42px}
.form-submit:disabled{opacity:.7;cursor:wait}
@media(max-width:900px){
  .contact-options-grid{grid-template-columns:1fr;gap:16px}
  .contact-option{min-height:0}
  .contact-form-section{padding-top:0}
}
@media(max-width:820px){
  .contact-options-grid{margin-top:32px}
  .contact-option{padding:24px 22px}
}


/* V55: keep contact form headings visible below the fixed header */
.contact-form-section{scroll-margin-top:108px}
@media(max-width:820px){.contact-form-section{scroll-margin-top:84px}}

/* V54: bilingual navigation */
.nav-links .lang-link{margin-left:2px;padding-left:14px;border-left:1px solid rgba(255,255,255,.28);color:var(--gold);font-weight:800;letter-spacing:1px}
.nav-links .lang-link.active{color:#fff}
@media(max-width:820px){.nav-links .lang-link{margin-top:6px;padding:10px 0 4px;border-left:0;border-top:1px solid rgba(255,255,255,.18);width:100%}}

/* V56: robust bilingual navigation, anchor positioning and contact routing */
.nav-links a.active{color:var(--gold) !important;font-weight:800 !important;opacity:1}
.contact-form-section{scroll-margin-top:125px}
@media(max-width:820px){.contact-form-section{scroll-margin-top:88px}}
.contact-option{font-family:inherit}

/* V57: alignment and interaction refinements */
@media(min-width:901px){
  .market-card-body{min-height:270px}
  .market-tags{min-height:36px;align-items:flex-end}
  .service-detail .detail-copy{min-height:360px;display:flex;flex-direction:column;align-self:stretch}
  .service-detail .detail-copy .service-cta{margin-top:auto;padding-top:18px}
}
.contact-option{display:flex;text-decoration:none}
.contact-option:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.contact-form-section{scroll-margin-top:103px}
@media(max-width:820px){.contact-form-section{scroll-margin-top:78px}}


/* V58: final visual alignment + compact contact form viewport fit */
@media(min-width:901px){
  .market-tags{display:flex;flex-wrap:nowrap;align-items:center;min-height:38px;gap:8px}
  .market-tags span{height:32px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;line-height:1}
  .service-detail .detail-copy{height:390px;min-height:390px;display:flex;flex-direction:column;align-self:stretch}
  .service-detail .detail-copy .service-cta{margin-top:auto;padding-top:18px}
  .contact-form-card{padding:28px}
  .contact-form-card form{gap:13px}
  .contact-form-card textarea{min-height:105px}
}
@media(max-width:900px){
  .contact-form-card textarea{min-height:125px}
}
.contact-option{cursor:pointer}
.contact-form-section{scroll-margin-top:103px}
@media(max-width:820px){.contact-form-section{scroll-margin-top:78px}}


/* V59: final alignment and first-viewport Contact form refinement */
.service-card .service-content{min-height:230px;display:flex;flex-direction:column;box-sizing:border-box}
.service-card .service-link{margin-top:auto}

@media (min-width:821px){
  .contact-intro.contact-form-section .contact-form-card{padding:24px 28px 26px}
  .contact-intro.contact-form-section .contact-form-card form{gap:10px}
  .contact-intro.contact-form-section .contact-form-card textarea{min-height:90px}
}


/* V60: final visual refinement — lift contact form and add bilingual flag selector. */
@media(min-width:901px){
  .contact-form-section .contact-grid{margin-top:18px}
  .contact-form-section .contact-form-card{padding-top:28px;padding-bottom:28px}
}
.language-switch{display:inline-flex;align-items:center;gap:4px;margin-left:14px;padding-left:14px;border-left:1px solid rgba(255,255,255,.28);white-space:nowrap}
.language-option{display:inline-flex!important;align-items:center;gap:5px!important;padding:0 5px!important;border:0!important;color:rgba(255,255,255,.72)!important;font-weight:700!important;letter-spacing:.5px;text-decoration:none!important}
.language-option.current{color:var(--gold)!important;font-weight:900!important}
.language-option:hover{color:#fff!important}
.language-option .flag{font-size:15px;line-height:1}
@media(max-width:820px){
  .language-switch{margin:6px 0 0;padding:10px 0 4px;border-left:0;border-top:1px solid rgba(255,255,255,.18);width:100%;gap:10px}
  .language-option{padding:4px 0!important}
}


/* V61: selected-language flag only; preserve the original compact EN / TR selector. */
.language-option .flag{font-size:15px;line-height:1}
.language-option.current{display:inline-flex!important;align-items:center;gap:5px!important}


/* V62: final Contact viewport refinement and image-based active language flag. */
@media(min-width:901px){
  .contact-form-section .contact-grid{margin-top:0!important;}
  .contact-form-section .contact-form-card{padding-top:20px!important;padding-bottom:22px!important;}
}
.language-option .flag{width:18px;height:12px;display:inline-block;object-fit:cover;vertical-align:middle;}

/* V63: English Contact only — lift the form block slightly so the submission note clears the first viewport. */
html[lang="en"] .contact-form-section .contact-grid{transform:translateY(-20px);}
@media(max-width:820px){html[lang="en"] .contact-form-section .contact-grid{transform:none;}}


/* V65 FINAL: robust active page and language switch styling. */
.nav-links > a.active{
  color:var(--gold)!important;
  font-weight:900!important;
  opacity:1!important;
}
.nav-links > a.active:after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:20px;
  height:2px; background:var(--gold);
}
.language-switch .language-option{
  position:relative;
}
.language-switch .language-option.current{
  color:var(--gold)!important;
  font-weight:900!important;
  opacity:1!important;
}
.language-switch .language-option.current:after{
  content:"";
  position:absolute;
  left:4px; right:4px; bottom:-8px;
  height:2px; background:var(--gold);
}
@media(max-width:820px){
  .nav-links > a.active:after{bottom:4px;}
  .language-switch .language-option.current:after{bottom:-2px;}
}
