.terrane-shell{--terrane-primary:var(--primary,#012d1d);--terrane-accent:var(--accent,#7d562d);--terrane-bg:#f8f9fa;--terrane-surface:#fff;--terrane-muted:#414844;--terrane-line:#e1e3e4;--terrane-soft:#edeeef;--terrane-card-radius:24px;--terrane-card-shadow:0 6px 18px #1117180d;--terrane-card-shadow-hover:0 14px 34px #1117181a;background:var(--terrane-bg);color:#191c1d;min-height:100vh;font-family:"Source Sans 3",Arial,Helvetica,sans-serif}.terrane-shell h1,.terrane-shell h2,.terrane-shell h3,.terrane-brand{letter-spacing:0;font-family:Montserrat,Arial,Helvetica,sans-serif}.terrane-shell a,.terrane-shell button,.terrane-shell summary,.terrane-shell input,.terrane-shell textarea{transition:all .18s}.terrane-shell a:hover,.terrane-shell button:hover,.terrane-shell summary:hover{text-decoration:none}.terrane-shell a:focus-visible,.terrane-shell button:focus-visible,.terrane-shell summary:focus-visible,.terrane-shell input:focus-visible,.terrane-shell textarea:focus-visible{outline-offset:3px;outline:2px solid #7d562db8}.terrane-icon{width:1em;height:1em;display:block}.terrane-header{border-bottom:1px solid var(--terrane-line);z-index:30;background:#f8f9faf5;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:24px;padding:18px clamp(20px,5vw,80px);display:grid;position:sticky;top:0}.terrane-brand{color:var(--terrane-primary);align-items:center;gap:12px;font-size:clamp(22px,3vw,34px);font-weight:700;line-height:1;display:inline-flex}.terrane-brand .logo-img{object-fit:contain;width:86px;height:72px}.terrane-brand .logo-wordmark{width:clamp(170px,20vw,250px);height:clamp(54px,6vw,76px)}.terrane-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:clamp(10px,1.35vw,22px);display:flex}.terrane-nav a{color:var(--terrane-muted);letter-spacing:0;font-size:clamp(15px,1.15vw,18px);font-weight:700;position:relative}.terrane-nav a:after{background:var(--terrane-accent);content:"";opacity:0;border-radius:999px;width:100%;height:2px;position:absolute;bottom:-8px;left:0;transform:translateY(4px)}.terrane-nav a:hover,.terrane-nav a:focus-visible,.terrane-nav a.is-active,.terrane-nav a[aria-current=page]{color:var(--terrane-primary)}.terrane-nav a:hover:after,.terrane-nav a:focus-visible:after,.terrane-nav a.is-active:after,.terrane-nav a[aria-current=page]:after{opacity:1;transform:translateY(0)}.terrane-nav-item{position:relative}.terrane-submenu{border:1px solid var(--terrane-line);opacity:0;pointer-events:none;z-index:90;background:#fffffffa;border-radius:12px;gap:4px;min-width:210px;padding:8px;transition:opacity .18s,transform .18s;display:grid;position:absolute;top:calc(100% + 14px);right:0;transform:translateY(6px);box-shadow:0 18px 45px #012d1d1f}.terrane-submenu:before{content:"";height:16px;position:absolute;top:-16px;left:0;right:0}.terrane-nav-item:hover .terrane-submenu,.terrane-nav-item:focus-within .terrane-submenu{opacity:1;pointer-events:auto;transform:translateY(0)}.terrane-submenu a{color:var(--terrane-muted);border-radius:10px;padding:11px 12px;font-size:15px;display:block}.terrane-submenu a:hover,.terrane-submenu a:focus-visible{color:var(--terrane-primary);background:#012d1d0f}.terrane-menu{display:none}.terrane-hero{justify-content:center;align-items:center;min-height:clamp(560px,78vh,819px);padding:clamp(32px,8vw,96px) 24px;display:flex;position:relative;overflow:hidden}.terrane-hero-image{object-fit:cover}.terrane-hero:before{content:"";background:#012d1d33;position:absolute;inset:0}.terrane-hero-overlay{background:#f8f9fa1a;position:absolute;inset:0}.terrane-hero-panel{text-align:center;background:#ffffffb8;border:1px solid #fffc;border-radius:24px;width:min(100%,900px);max-width:900px;padding:clamp(28px,5vw,64px);position:relative;box-shadow:0 18px 42px #012d1d1f}.terrane-kicker{color:var(--terrane-accent);letter-spacing:0;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:800}.terrane-hero h1{color:var(--terrane-primary);margin:0;font-size:clamp(40px,7vw,72px);line-height:1.06}.terrane-hero p:not(.terrane-kicker){color:var(--terrane-muted);max-width:760px;margin:18px auto 0;font-size:clamp(19px,2.4vw,30px);line-height:1.45}.terrane-page-intro{background:linear-gradient(135deg, #c1ecd45c, #f8f9faf5), var(--terrane-bg);border-bottom:1px solid var(--terrane-line);padding:clamp(54px,8vw,92px) clamp(20px,5vw,80px)}.terrane-page-intro h1{color:var(--terrane-primary);max-width:960px;margin:0;font-size:clamp(40px,6vw,64px);line-height:1.08}.terrane-page-intro p:not(.terrane-kicker){color:var(--terrane-muted);max-width:760px;margin:18px 0 0;font-size:20px;line-height:1.55}.terrane-button,.terrane-project-card a,.terrane-service-card strong,.terrane-map-link{border-radius:8px;justify-content:center;align-items:center;min-height:46px;font-weight:800;text-decoration:none;display:inline-flex}.terrane-button-primary{background:var(--terrane-primary);color:#fff;margin-top:32px;padding:12px 26px;box-shadow:0 8px 18px #012d1d29}.terrane-button-primary:hover,.terrane-button-primary:focus-visible{background:#013e2e;transform:translateY(-1px)}.terrane-section{max-width:1280px;margin:0 auto;padding:clamp(56px,7vw,80px) clamp(20px,5vw,80px)}.terrane-page-intro+.terrane-section{padding-top:clamp(40px,5vw,64px)}.terrane-shell:not(.terrane-page-a-propos) .terrane-page-intro+.terrane-section>.terrane-section-heading,.terrane-shell:not(.terrane-page-a-propos) .terrane-page-intro+.terrane-services>.terrane-section-heading,.terrane-page-contact .terrane-page-intro+.terrane-contact .terrane-contact-info>div:first-child>.terrane-kicker,.terrane-page-contact .terrane-page-intro+.terrane-contact .terrane-contact-info>div:first-child>h2,.terrane-page-contact .terrane-page-intro+.terrane-contact .terrane-contact-info>div:first-child>p{display:none}.terrane-section-heading{max-width:760px;margin-bottom:48px}.terrane-section-heading h2,.terrane-cta h2{color:var(--terrane-primary);margin:0;font-size:clamp(30px,4vw,48px);line-height:1.18}.terrane-section-heading p:not(.terrane-kicker),.terrane-project-card p,.terrane-service-card p,.terrane-team-grid p,.terrane-contact p{color:var(--terrane-muted);font-size:18px;line-height:1.65}.terrane-bento{grid-template-columns:repeat(12,minmax(0,1fr));gap:24px;display:grid}.terrane-bento>*{display:flex}.terrane-bento>:nth-child(3n+1){grid-column:span 8}.terrane-bento>:nth-child(3n+2){grid-column:span 4}.terrane-bento>:nth-child(3n){grid-column:span 12}.terrane-service-card,.terrane-project-card,.terrane-team-grid article{background:var(--terrane-surface);border:1px solid var(--terrane-line);border-radius:var(--terrane-card-radius);box-shadow:var(--terrane-card-shadow);width:100%;padding:clamp(24px,4vw,48px);transition:border-color .18s,box-shadow .18s,transform .18s}.terrane-service-card:hover,.terrane-project-card:hover,.terrane-team-grid article:hover{box-shadow:var(--terrane-card-shadow-hover);border-color:#7d562d57}.terrane-service-card{flex-direction:column;padding:0;display:flex;overflow:hidden}.terrane-service-image{aspect-ratio:16/5;background:var(--terrane-soft);border-bottom:1px solid #71797333;position:relative;overflow:hidden}.terrane-bento>:nth-child(3n+2) .terrane-service-image{aspect-ratio:16/8}.terrane-service-image img{object-fit:cover;transition:transform .56s}.terrane-service-card:hover .terrane-service-image img{transform:scale(1.02)}.terrane-service-copy{gap:12px;padding:clamp(24px,3.5vw,48px);display:grid}.terrane-service-card-text{background:linear-gradient(160deg, #c1ecd447, #ffffffeb), var(--terrane-surface)}.terrane-service-card-text:not(.terrane-service-card-3){padding:clamp(24px,3vw,36px)}.terrane-service-card-text:not(.terrane-service-card-3) .terrane-service-copy{padding:0}.terrane-service-card-text:not(.terrane-service-card-3) .terrane-service-title span{background:#7d562d1f;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.terrane-service-card-text:not(.terrane-service-card-3) p{margin:0}.terrane-service-card-3{color:#d5f3e4;background:#1b4332;border-color:#1b43323d;grid-template-columns:auto 1fr auto;align-items:center;gap:16px 32px;padding:clamp(24px,4vw,48px);display:grid}.terrane-service-card span{color:var(--terrane-accent);font-size:22px;line-height:1}.terrane-service-title{align-items:center;gap:12px;margin-bottom:2px;display:flex}.terrane-service-card-3 span,.terrane-service-card-3 h3,.terrane-service-card-3 p,.terrane-service-card-3 strong{color:#d5f3e4}.terrane-service-card-3 span{color:#c1ecd4}.terrane-service-card-3 .terrane-service-copy{padding:0}.terrane-service-card h3,.terrane-project-card h3,.terrane-team-grid h3{color:var(--terrane-primary);margin:0;font-size:clamp(22px,2.4vw,32px);line-height:1.28}.terrane-service-card strong,.terrane-project-card a{color:var(--terrane-primary);letter-spacing:0;text-transform:uppercase;border:0;border-radius:0;justify-content:flex-start;gap:4px;min-height:auto;margin-top:4px;padding:0;font-size:12px;transition:background .18s,color .18s,transform .18s,border-color .18s}.terrane-service-card strong:hover,.terrane-project-card a:hover{color:var(--terrane-accent);background:0 0;border-color:#0000;transform:none}.terrane-map-link:hover{background:var(--terrane-primary);border-color:var(--terrane-primary);color:#fff;transform:translateY(-1px)}.terrane-page-a-propos .terrane-page-intro{background:linear-gradient(135deg,#c1ecd480,#f8f9faf0),radial-gradient(circle at 85% 18%,#ffca983d,#0000 28%)}.terrane-page-a-propos .terrane-page-intro h1{max-width:760px}.terrane-services-a-propos{gap:32px;display:grid}.terrane-services-a-propos .terrane-section-heading{margin-bottom:0}.terrane-services-a-propos .terrane-section-heading p:not(.terrane-kicker){max-width:960px}.terrane-services-a-propos .terrane-bento{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:24px}.terrane-services-a-propos .terrane-bento>:nth-child(n){grid-column:auto}.terrane-services-a-propos .terrane-service-card,.terrane-services-a-propos .terrane-service-card-3,.terrane-services-a-propos .terrane-service-card-text:not(.terrane-service-card-3){color:var(--terrane-muted);background:#fff;border-color:#b4c1bbb8;min-height:360px;padding:clamp(26px,3.2vw,38px);display:block;box-shadow:0 18px 48px #10181412}.terrane-services-a-propos .terrane-service-copy,.terrane-services-a-propos .terrane-service-card-3 .terrane-service-copy{gap:18px;margin:0;padding:0;display:grid}.terrane-services-a-propos .terrane-service-title{grid-template-columns:44px minmax(0,1fr);align-items:start;gap:16px;margin:0;display:grid}.terrane-services-a-propos .terrane-service-title span,.terrane-services-a-propos .terrane-service-card-3 span{color:var(--terrane-accent);background:#7d562d1a;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;margin-top:4px;font-size:21px;display:inline-flex}.terrane-services-a-propos .terrane-service-card h3,.terrane-services-a-propos .terrane-service-card-3 h3{color:var(--terrane-primary);margin:0;font-size:clamp(28px,2.3vw,38px);line-height:1.12}.terrane-services-a-propos .terrane-service-card p,.terrane-services-a-propos .terrane-service-card-3 p{color:var(--terrane-muted);margin:0;font-size:clamp(17px,1.14vw,20px);line-height:1.65}.terrane-page-a-propos .terrane-services:nth-of-type(3){color:#d5f3e4;background:#1b4332;max-width:none;margin-top:12px;padding-left:clamp(20px,5vw,80px);padding-right:clamp(20px,5vw,80px)}.terrane-page-a-propos .terrane-services:nth-of-type(3) .terrane-section-heading,.terrane-page-a-propos .terrane-services:nth-of-type(3) .terrane-bento{max-width:1280px;margin-left:auto;margin-right:auto}.terrane-page-a-propos .terrane-services:nth-of-type(3) .terrane-section-heading h2,.terrane-page-a-propos .terrane-services:nth-of-type(3) .terrane-section-heading p,.terrane-page-a-propos .terrane-services:nth-of-type(3) .terrane-kicker{color:inherit}.terrane-page-a-propos .terrane-services:nth-of-type(3) .terrane-service-card{box-shadow:none;background:#ffffff14;border-color:#d5f3e438}.terrane-page-a-propos .terrane-services:nth-of-type(3) .terrane-service-card h3,.terrane-page-a-propos .terrane-services:nth-of-type(3) .terrane-service-card p,.terrane-page-a-propos .terrane-services:nth-of-type(3) .terrane-service-card span{color:#d5f3e4}.terrane-services-transport-tourisme .terrane-bento{grid-template-columns:repeat(3,minmax(0,1fr))}.terrane-page-transport-tourisme .terrane-page-intro+.terrane-services .terrane-section-heading{display:none}.terrane-services-transport-tourisme .terrane-bento>:nth-child(n){grid-column:auto}.terrane-services-transport-tourisme .terrane-bento>:nth-child(6){grid-column:1/-1}.terrane-services-transport-tourisme .terrane-service-card-with-image .terrane-service-image,.terrane-page-transport-tourisme .terrane-service-card-with-image .terrane-service-image{aspect-ratio:16/9}.terrane-services-transport-tourisme .terrane-service-card-text:not(.terrane-service-card-3){background:#fff;min-height:260px}.terrane-services-transport-tourisme .terrane-bento>:nth-child(6) .terrane-service-card{color:#d5f3e4;background:#1b4332;grid-template-columns:auto minmax(0,1fr);align-items:center;padding:clamp(28px,4vw,52px);display:grid}.terrane-services-transport-tourisme .terrane-bento>:nth-child(6) .terrane-service-copy{padding:0}.terrane-services-transport-tourisme .terrane-bento>:nth-child(6) h3,.terrane-services-transport-tourisme .terrane-bento>:nth-child(6) p,.terrane-services-transport-tourisme .terrane-bento>:nth-child(6) span{color:#d5f3e4}.terrane-shell[class*=terrane-page-transport-tourisme-] .terrane-services .terrane-bento{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.terrane-shell[class*=terrane-page-transport-tourisme-] .terrane-services .terrane-bento>:nth-child(n){grid-column:auto}.terrane-shell[class*=terrane-page-transport-tourisme-] .terrane-services .terrane-service-card{background:#fff;border:1px solid #b4c1bbd1;grid-template-rows:auto 1fr;gap:22px;height:100%;min-height:360px;padding:clamp(24px,3vw,32px);display:grid;box-shadow:0 18px 48px #10181412}.terrane-shell[class*=terrane-page-transport-tourisme-] .terrane-services .terrane-service-image{display:none}.terrane-shell[class*=terrane-page-transport-tourisme-] .terrane-services .terrane-service-copy,.terrane-shell[class*=terrane-page-transport-tourisme-] .terrane-services .terrane-service-card-3 .terrane-service-copy{align-content:start;gap:18px;margin-top:0;padding:0;display:grid}.terrane-shell[class*=terrane-page-transport-tourisme-] .terrane-services .terrane-service-title{grid-template-columns:44px minmax(0,1fr);align-items:start;gap:16px;margin:0;display:grid}.terrane-shell[class*=terrane-page-transport-tourisme-] .terrane-services .terrane-service-title span{color:var(--terrane-accent);background:#7d562d1a;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;margin-top:4px;font-size:21px;display:inline-flex}.terrane-shell[class*=terrane-page-transport-tourisme-] .terrane-services .terrane-service-card h3,.terrane-shell[class*=terrane-page-transport-tourisme-] .terrane-services .terrane-service-card-3 h3{color:var(--terrane-primary);margin:0;font-size:clamp(28px,2.4vw,38px);line-height:1.12}.terrane-shell[class*=terrane-page-transport-tourisme-] .terrane-services .terrane-service-card p,.terrane-shell[class*=terrane-page-transport-tourisme-] .terrane-services .terrane-service-card-3 p{color:var(--terrane-muted);max-width:38ch;margin:0;font-size:clamp(17px,1.15vw,20px);line-height:1.7}.terrane-page-transport-tourisme .terrane-project-grid{grid-template-columns:repeat(2,minmax(280px,1fr));align-items:stretch}.terrane-page-transport-tourisme .terrane-project-card{box-shadow:none;background:0 0;border:0;display:grid;overflow:visible}.terrane-page-transport-tourisme .terrane-project-image,.terrane-page-transport-tourisme .terrane-project-placeholder{aspect-ratio:16/7;border:0;border-radius:18px 18px 0 0}.terrane-page-transport-tourisme .terrane-project-card>div:last-child{background:var(--terrane-surface);border:1px solid var(--terrane-line);box-shadow:var(--terrane-card-shadow);z-index:2;border-radius:18px;gap:14px;min-height:220px;margin-top:-26px;padding:30px;display:grid;position:relative}.terrane-page-transport-tourisme .terrane-project-card h3{font-size:clamp(24px,3vw,34px)}.terrane-page-transport-tourisme .terrane-project-card p{margin:0}.terrane-page-transport-tourisme .terrane-project-card a{place-self:end;align-items:center;gap:8px;margin-top:28px;display:inline-flex}.terrane-page-transport-tourisme .terrane-project-card>div:last-child>span{align-self:end}.terrane-page-standards .terrane-page-intro{background:linear-gradient(135deg,#012d1d14,#f8f9faf2),radial-gradient(circle at 82% 18%,#7d562d24,#0000 30%)}.terrane-services-standards .terrane-bento{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px}.terrane-services-standards .terrane-bento>:nth-child(n){grid-column:auto}.terrane-services-standards .terrane-service-card,.terrane-services-standards .terrane-service-card-3,.terrane-services-standards .terrane-service-card-text:not(.terrane-service-card-3){border-color:var(--terrane-line);color:var(--terrane-muted);background:#fff;min-height:0;padding:26px;display:block}.terrane-services-standards .terrane-service-copy,.terrane-services-standards .terrane-service-card-3 .terrane-service-copy{gap:12px;padding:0}.terrane-services-standards .terrane-service-title{align-items:flex-start;gap:14px}.terrane-services-standards .terrane-service-title span{color:var(--terrane-accent);background:#7d562d1f;border-radius:999px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.terrane-services-standards .terrane-service-card h3,.terrane-services-standards .terrane-service-card-3 h3{color:var(--terrane-primary);font-size:clamp(22px,2.2vw,28px);line-height:1.25}.terrane-services-standards .terrane-service-card p,.terrane-services-standards .terrane-service-card-3 p{color:var(--terrane-muted);font-size:17px;line-height:1.55}.terrane-services-standards .terrane-service-card:hover{box-shadow:var(--terrane-card-shadow-hover);border-color:#7d562d47}.terrane-stats{color:#b9ecee;text-align:center;background:#002c2d;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;padding:48px clamp(20px,5vw,80px);display:grid}.terrane-stats strong{color:#fff;font-family:Montserrat,Arial,Helvetica,sans-serif;font-size:clamp(32px,5vw,54px);line-height:1;display:block}.terrane-project-grid,.terrane-gallery-grid,.terrane-team-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.terrane-team-grid article:has(.terrane-team-image){grid-template-columns:minmax(0,1fr) minmax(280px,.82fr);align-items:center;gap:clamp(24px,5vw,64px);padding:clamp(28px,5vw,64px);display:grid}.terrane-team-copy{gap:16px;display:grid}.terrane-team-image{aspect-ratio:4/5;background:linear-gradient(160deg, #c1ecd499, #ffffffe6), var(--terrane-soft);border-radius:var(--terrane-card-radius);border:1px solid #71797333;min-height:420px;position:relative;overflow:hidden}.terrane-team-image img{object-fit:contain;object-position:center bottom}.terrane-page-a-propos-du-ceo-de-kihira-sarlu .terrane-team-grid{grid-template-columns:1fr}.terrane-page-a-propos-du-ceo-de-kihira-sarlu .terrane-page-intro+.terrane-section .terrane-section-heading{display:none}.terrane-page-a-propos-du-ceo-de-kihira-sarlu .terrane-team-grid article:has(.terrane-team-image){background:linear-gradient(135deg, #fffffff5, #edeeefc7), var(--terrane-surface);grid-template-columns:minmax(0,1fr) minmax(320px,.52fr);overflow:hidden}.terrane-page-a-propos-du-ceo-de-kihira-sarlu .terrane-team-copy{gap:18px}.terrane-page-a-propos-du-ceo-de-kihira-sarlu .terrane-team-copy h3{font-size:clamp(34px,4.5vw,54px);line-height:1.08}.terrane-page-a-propos-du-ceo-de-kihira-sarlu .terrane-team-copy p{max-width:760px;font-size:18px}.terrane-page-a-propos-du-ceo-de-kihira-sarlu .terrane-team-image{background:linear-gradient(160deg,#c1ecd48c,#ffffffeb);min-height:520px}.terrane-project-card{padding:0;overflow:hidden}.terrane-project-image,.terrane-project-placeholder,.terrane-gallery-grid figure{aspect-ratio:4/3;background:var(--terrane-soft);border-bottom:1px solid #71797333;position:relative;overflow:hidden}.terrane-project-placeholder{text-align:center;background:linear-gradient(135deg,#012d1df0,#0b4345d1),radial-gradient(circle at 85% 16%,#c1ecd44d,#0000 34%);justify-content:center;place-items:center;gap:10px;display:grid}.terrane-project-placeholder:before{content:"";border:1px solid #ffffff52;border-radius:999px;width:58%;height:58%;position:absolute}.terrane-project-placeholder span{color:#fff;font-size:clamp(34px,5vw,56px);position:relative}.terrane-project-placeholder strong{color:#fff;font-family:Montserrat,Arial,Helvetica,sans-serif;font-size:clamp(22px,3vw,32px);font-weight:800;position:relative}.terrane-project-image img,.terrane-gallery-grid img{object-fit:cover;transition:transform .56s}.terrane-project-card:hover .terrane-project-image img,.terrane-gallery-grid figure:hover img{transform:scale(1.03)}.terrane-project-slideshow .terrane-project-slide{opacity:0;animation:11.2s ease-in-out infinite terrane-city-slide;transform:scale(1.04)}.terrane-project-slideshow .terrane-project-slide:first-child:last-child{opacity:1;animation:none;transform:none}@keyframes terrane-city-slide{0%,42%{opacity:1;transform:scale(1)}58%,94%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.terrane-project-slideshow .terrane-project-slide{opacity:0;animation:none}.terrane-project-slideshow .terrane-project-slide:first-child{opacity:1}}.terrane-project-card>div:last-child{gap:14px;padding:28px 30px 32px;display:grid}.terrane-project-card span,.terrane-team-grid span{color:var(--terrane-accent);letter-spacing:0;text-transform:uppercase;font-size:.76rem;font-weight:800}.terrane-gallery-grid figure{border-radius:var(--terrane-card-radius);box-shadow:var(--terrane-card-shadow);border:1px solid #71797333;margin:0}.terrane-document-card{background:var(--terrane-surface);border:1px solid var(--terrane-line);border-radius:var(--terrane-card-radius);box-shadow:var(--terrane-card-shadow);grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:18px;min-height:220px;padding:28px;display:grid}.terrane-document-card>span{color:var(--terrane-accent);background:#7d562d1f;border-radius:999px;justify-content:center;align-items:center;width:46px;height:46px;display:inline-flex}.terrane-document-card h3{color:var(--terrane-primary);margin:0;font-size:22px;line-height:1.25}.terrane-document-card p{color:var(--terrane-muted);margin:8px 0 18px}.terrane-document-card a{color:var(--terrane-primary);text-transform:uppercase;font-size:12px;font-weight:800}.terrane-gallery-grid figcaption{color:#fff;background:#012d1dd1;padding:10px 14px;position:absolute;bottom:0;left:0;right:0}.terrane-quote,.terrane-cta{max-width:1120px;margin:clamp(36px,6vw,80px) auto;padding:clamp(36px,6vw,72px)}.terrane-quote{border:1px solid var(--terrane-line);box-shadow:var(--terrane-card-shadow);color:var(--terrane-primary);text-align:center;background:#fffc;border-radius:24px;font-family:Montserrat,Arial,Helvetica,sans-serif;font-size:clamp(28px,4vw,44px);line-height:1.25}.terrane-quote blockquote{margin:0}.terrane-quote p{color:var(--terrane-muted);font-family:"Source Sans 3",Arial,Helvetica,sans-serif;font-size:18px}.terrane-quote span{display:block}.terrane-map-section{gap:22px;display:grid}.terrane-map-frame{aspect-ratio:16/7;background:var(--terrane-soft);box-shadow:var(--terrane-card-shadow);border:1px solid #71797333;border-radius:24px;min-height:360px;overflow:hidden}.terrane-map-frame iframe{border:0;width:100%;height:100%}.terrane-map-link{border:2px solid var(--terrane-accent);color:var(--terrane-primary);justify-self:start;padding:10px 18px}.terrane-cta{color:#d5f3e4;background:#1b4332;border-radius:24px;justify-content:space-between;align-items:center;gap:28px;display:flex}.terrane-cta h2,.terrane-cta p{color:inherit}.terrane-cta p{max-width:720px}.terrane-button-light{color:var(--terrane-primary);background:#fff;padding:12px 24px}.terrane-contact{grid-template-columns:minmax(0,1fr) minmax(300px,460px);gap:40px;display:grid}.terrane-contact-info{gap:22px;min-width:0;display:grid}.terrane-contact-list{gap:14px;margin-top:28px;display:grid}.terrane-contact-list-item{border:1px solid var(--terrane-line);background:#ffffffc7;border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:14px;padding:16px;display:grid}.terrane-contact-list-item>span{color:var(--terrane-accent);background:#7d562d1f;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.terrane-contact-list-item strong{color:var(--terrane-primary);text-transform:uppercase;margin-bottom:4px;font-size:13px;display:block}.terrane-contact address,.terrane-contact a,.terrane-contact-redacted{overflow-wrap:anywhere;font-style:normal;font-weight:800;display:block}.terrane-contact-map{aspect-ratio:16/9;background:var(--terrane-soft);box-shadow:var(--terrane-card-shadow);border:1px solid #71797333;border-radius:24px;min-height:300px;overflow:hidden}.terrane-contact-map iframe{border:0;width:100%;height:100%}.terrane-contact form{background:var(--terrane-surface);border:1px solid var(--terrane-line);box-shadow:var(--terrane-card-shadow);border-radius:24px;gap:16px;height:fit-content;padding:clamp(22px,3vw,32px);display:grid}.terrane-contact label{gap:8px;display:grid}.terrane-contact label span{color:var(--terrane-primary);font-size:14px;font-weight:800}.terrane-contact input,.terrane-contact select,.terrane-contact textarea{border:1px solid var(--terrane-line);font:inherit;background:#fff;border-radius:8px;width:100%;padding:13px 14px;transition:border-color .18s,box-shadow .18s}.terrane-contact input:focus,.terrane-contact select:focus,.terrane-contact textarea:focus{border-color:#012d1d73;outline:none;box-shadow:0 0 0 4px #012d1d14}.terrane-contact textarea{min-height:150px}.terrane-contact button{background:var(--terrane-primary);color:#fff;cursor:pointer;font:inherit;border:0;border-radius:8px;min-height:48px;font-weight:800;transition:transform .18s,box-shadow .18s}.terrane-contact button:hover{transform:translateY(-1px);box-shadow:0 12px 24px #012d1d2e}.terrane-footer{color:#d5f3e4;background:#1b4332;grid-template-columns:minmax(280px,1.35fr) minmax(220px,.7fr) minmax(260px,.85fr);gap:36px 48px;padding:clamp(36px,6vw,72px) clamp(20px,5vw,80px);display:grid}.terrane-footer-brand{grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:18px;display:grid}.terrane-footer-brand img{object-fit:contain;background:#fffffff0;border-radius:10px;width:120px;height:58px;padding:8px}.terrane-footer h2{color:#fff;margin:0 0 12px}.terrane-footer p{max-width:620px;margin:0}.terrane-footer-links,.terrane-footer-contact{align-content:start;gap:14px;display:grid}.terrane-footer-links strong,.terrane-footer-contact strong{color:#fff;font-family:Montserrat,Arial,Helvetica,sans-serif;font-size:18px}.terrane-footer nav{gap:10px;display:grid}.terrane-footer a{color:inherit;font-weight:800}.terrane-footer a:hover{color:#fff}.terrane-footer-cta{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:fit-content;min-height:44px;margin-top:4px;padding:10px 18px;display:inline-flex;color:var(--terrane-primary)!important}.terrane-footer-bottom{border-top:1px solid #d5f3e43d;grid-column:1/-1;padding-top:24px}.terrane-footer-bottom p{color:#d5f3e4c7;max-width:none}@media (max-width:920px){.terrane-header{grid-template-columns:1fr auto;gap:18px}.terrane-nav,.terrane-languages{display:none}.terrane-menu{display:block;position:relative}.terrane-menu summary{border:1px solid var(--terrane-line);color:var(--terrane-primary);cursor:pointer;background:#ffffffb3;border-radius:999px;padding:10px 14px;font-weight:800;list-style:none}.terrane-menu nav{border:1px solid var(--terrane-line);background:#fffffffa;border-radius:14px;gap:12px;min-width:220px;padding:18px;display:grid;position:absolute;top:42px;right:0;box-shadow:0 18px 45px #012d1d1f}.terrane-mobile-nav-item{gap:8px;display:grid}.terrane-mobile-subitem{color:var(--terrane-muted);padding-left:14px;font-size:14px}.terrane-bento,.terrane-contact,.terrane-footer{grid-template-columns:1fr}.terrane-bento>:nth-child(n){grid-column:auto}.terrane-services-transport-tourisme .terrane-bento,.terrane-services-standards .terrane-bento,.terrane-shell[class*=terrane-page-transport-tourisme-] .terrane-services .terrane-bento,.terrane-page-transport-tourisme .terrane-project-grid{grid-template-columns:1fr}.terrane-services-transport-tourisme .terrane-bento>:nth-child(6){grid-column:auto}.terrane-services-transport-tourisme .terrane-bento>:nth-child(6) .terrane-service-card{grid-template-columns:1fr}.terrane-service-card-3,.terrane-cta{display:block}.terrane-service-card-3 .terrane-service-copy{margin-top:14px}.terrane-team-grid article:has(.terrane-team-image){grid-template-columns:1fr}.terrane-page-a-propos-du-ceo-de-kihira-sarlu .terrane-team-grid article:has(.terrane-team-image){grid-template-columns:1fr}.terrane-team-image{order:-1;min-height:360px}.terrane-footer-brand{grid-template-columns:1fr}.terrane-footer-brand img{width:140px}}@media (max-width:560px){.terrane-brand{font-size:20px}.terrane-hero-panel{border-radius:20px;padding:26px 20px}.terrane-section{padding-left:18px;padding-right:18px}.terrane-cta{border-radius:18px;padding:28px 20px}.terrane-contact-list-item{border-radius:14px;grid-template-columns:1fr}.terrane-contact-map{min-height:240px}}
