/* =========================================================================
   TRC — Terrassement Rayol-Canadel
   Direction : noir #0B0B0B dominant, or #D9A441 signature, blanc cassé.
   Titres Anton (interlignage resserré), corps Barlow.
   Signatures : cadre doré décalé, numéros de section en contour, hachures
   diagonales, bandeau défilant doré, aucun arrondi.
   ========================================================================= */

:root{
  --noir:#0B0B0B;
  --gris:#252525;
  --gris2:#161616;
  --or:#D9A441;
  --or2:#E6B95C;
  --blanc:#F5F5F5;
  --gris-txt:#B5B2AC;
  --ligne:rgba(245,245,245,.14);
  --ligne-or:rgba(217,164,65,.38);
  --wrap:1240px;
  --pad:clamp(20px,5vw,64px);
  --head-h:86px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;
  background:var(--noir);
  color:var(--blanc);
  font-family:"Barlow",system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size:17px;
  line-height:1.72;
  font-weight:400;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
img,video{max-width:100%;height:auto;display:block}
a{color:var(--or);text-decoration:none}
a:hover{color:var(--or2)}
p{margin:0 0 1.15em}
ul,ol{margin:0 0 1.15em;padding-left:1.25em}
li{margin:0 0 .4em}
strong{font-weight:600;color:#fff}
hr{border:0;border-top:1px solid var(--ligne);margin:2.5rem 0}

/* ---------------------------------------------------------------- TITRES */
h1,h2,h3,h4,h5,h6,
.trc-hero__t,.trc-lead__t,.trc-split__t,.trc-feat__t,.trc-step__t,
.trc-cta__t,.trc-foot__t,.trc-foot__brand,.trc-foot__claim,
.trc-stat__n,.trc-lead__num,.trc-big,.trc-mega__t,.trc-logo__t,
.trc-rels__t,.trc-note__t,.trc-form__okt,.trc-callbar__n,.trc-head__telN{
  font-family:"Anton",'Arial Narrow',Impact,sans-serif;
  font-weight:400;
  letter-spacing:.012em;
  text-transform:uppercase;
}
h1,.trc-hero__t{font-size:clamp(2.5rem,6.2vw,5rem);line-height:1.08;padding-bottom:.07em;margin:0 0 .4em}
h2,.trc-lead__t,.trc-split__t,.trc-cta__t{font-size:clamp(1.85rem,3.6vw,3rem);line-height:1.12;padding-bottom:.05em;margin:0 0 .5em}
h3,.trc-feat__t,.trc-step__t{font-size:clamp(1.25rem,2vw,1.6rem);line-height:1.2;margin:0 0 .5em}
h4{font-size:1.18rem;line-height:1.2;margin:0 0 .5em}
.trc-page h2{margin-top:0}
.trc-page h3{margin-top:1.6em}

/* ---------------------------------------------------------------- UTILS */
.trc-wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 var(--pad)}
.trc-skip{position:absolute;left:-9999px;top:0;background:var(--or);color:#0B0B0B;padding:12px 18px;z-index:999}
.trc-skip:focus{left:12px;top:12px}
:focus-visible{outline:2px solid var(--or2);outline-offset:3px}

/* --------------------------------------------------------------- BOUTONS */
.trc-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5em;
  padding:15px 26px;border-radius:0;border:2px solid transparent;
  font-family:"Barlow",sans-serif;font-weight:700;font-size:.95rem;
  letter-spacing:.06em;text-transform:uppercase;line-height:1.1;
  cursor:pointer;transition:background .2s,color .2s,border-color .2s,transform .2s;
}
.trc-btn--gold{background:var(--or);color:#0B0B0B!important;border-color:var(--or)}
.trc-btn--gold:hover{background:var(--or2);border-color:var(--or2);color:#0B0B0B!important}
.trc-btn--dark{background:#0B0B0B;color:var(--or)!important;border-color:#0B0B0B}
.trc-btn--dark:hover{background:#1c1c1c;color:var(--or2)!important;border-color:#1c1c1c}
.trc-btn--ghost-light{background:transparent;color:#fff!important;border-color:rgba(245,245,245,.55)}
.trc-btn--ghost-light:hover{background:#fff;color:#0B0B0B!important;border-color:#fff}
.trc-btn--ghost-dark{background:transparent;color:#0B0B0B!important;border-color:rgba(11,11,11,.55)}
.trc-btn--ghost-dark:hover{background:#0B0B0B;color:var(--or)!important;border-color:#0B0B0B}
.trc-btns{display:flex;flex-wrap:wrap;gap:14px;margin:1.6rem 0}

/* ---------------------------------------------------------------- HEADER */
.trc-head{
  position:absolute;top:0;left:0;right:0;z-index:70;
  padding:18px var(--pad) 0;
  transition:top .35s ease,background .3s ease;
}
.trc-head.is-stuck{position:fixed;background:rgba(11,11,11,.92);backdrop-filter:blur(14px);padding-top:10px;padding-bottom:10px;border-bottom:1px solid var(--ligne-or)}
.trc-head.is-hidden{top:-190px}
body.admin-bar .trc-head.is-hidden{top:-190px!important}
.trc-head__in{
  max-width:var(--wrap);margin:0 auto;
  display:flex;align-items:center;gap:20px;
  background:rgba(14,14,14,.42);
  backdrop-filter:blur(12px);
  border:1px solid rgba(245,245,245,.12);
  border-left:3px solid var(--or);
  padding:10px 14px 10px 18px;
  min-height:66px;
}
.trc-head.is-stuck .trc-head__in{background:transparent;backdrop-filter:none;border:0;border-left:3px solid var(--or);min-height:52px;padding-top:4px;padding-bottom:4px}

.trc-logo{display:flex;align-items:center;gap:12px;flex:0 0 auto;color:#fff}
.trc-logo img{height:52px!important;width:auto!important;object-fit:contain}
.trc-logo__t{font-size:1.9rem;color:var(--or);line-height:1}
.trc-logo__n{display:flex;flex-direction:column;line-height:1.05}
.trc-logo__n span:first-child{font-family:"Anton",sans-serif;text-transform:uppercase;font-size:.98rem;letter-spacing:.06em;color:#fff}
.trc-logo__n span:last-child{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--or)}

/* Nav desktop */
.trc-nav{margin-left:auto}
.trc-nav__list{display:flex;align-items:center;gap:0;list-style:none;margin:0;padding:0}
.trc-nav__i{position:relative;margin:0}
.trc-nav__a{
  display:flex;align-items:center;gap:6px;padding:12px 9px;white-space:nowrap;
  color:#fff;font-weight:600;font-size:.81rem;letter-spacing:.03em;text-transform:uppercase;
  border-bottom:2px solid transparent;transition:color .2s,border-color .2s;
}
.trc-nav__a:hover{color:var(--or);border-bottom-color:var(--or)}
.trc-nav__caret{width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s}
.trc-nav__i--has:hover .trc-nav__caret{transform:rotate(225deg) translateY(-2px)}
/* pont de survol, largeur de l'item seulement */
.trc-nav__i--has::after{content:"";position:absolute;left:0;right:0;top:100%;height:26px;pointer-events:none}
.trc-nav__i--has:hover::after{pointer-events:auto}

.trc-mega,.trc-drop{
  position:absolute;top:calc(100% + 22px);
  opacity:0;visibility:hidden;
  transition:opacity .22s ease,transform .22s ease,visibility 0s linear .42s;
  z-index:80;
}
.trc-mega{
  position:fixed;top:96px;
  left:50%;transform:translate(-50%,12px);
  width:min(1120px,calc(100vw - 48px));
  background:#101010;border:1px solid var(--ligne-or);border-top:3px solid var(--or);
  box-shadow:0 30px 70px rgba(0,0,0,.6);
}
.trc-drop{
  left:0;transform:translateY(12px);min-width:290px;
  background:#101010;border:1px solid var(--ligne-or);border-top:3px solid var(--or);
  box-shadow:0 24px 54px rgba(0,0,0,.6);
}
.trc-nav__i--has:hover .trc-mega{opacity:1;visibility:visible;transform:translate(-50%,0);transition-delay:0s}
.trc-nav__i--has:hover .trc-drop{opacity:1;visibility:visible;transform:translateY(0);transition-delay:0s}
.trc-head.is-stuck .trc-mega{top:74px}
body.admin-bar .trc-mega{top:128px}
body.admin-bar .trc-head.is-stuck .trc-mega{top:106px}
.trc-nav__list>.trc-nav__i:nth-last-child(-n+2) .trc-drop{left:auto;right:0}
.trc-mega__in{padding:26px 28px 0}
.trc-mega__cols{display:grid;grid-template-columns:repeat(4,1fr);gap:22px 26px}
.trc-mega__col{min-width:0}
.trc-mega__t{display:block;font-size:.92rem;color:var(--or);letter-spacing:.07em;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--ligne);line-height:1.2}
.trc-mega__t:hover{color:var(--or2)}
.trc-mega__l{list-style:none;margin:0;padding:0}
.trc-mega__l li{margin:0}
.trc-mega__l a{display:block;padding:5px 0 5px 12px;color:var(--gris-txt);font-size:.86rem;line-height:1.35;border-left:2px solid transparent;transition:color .18s,border-color .18s,padding .18s}
.trc-mega__l a:hover{color:#fff;border-left-color:var(--or);padding-left:16px}
.trc-mega__foot{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-top:22px;padding:14px 28px;background:#0B0B0B;border-top:1px solid var(--ligne)}
.trc-mega__foot a{color:#fff;font-size:.84rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}
.trc-mega__foot a:hover{color:var(--or)}
.trc-mega__tel{margin-left:auto;font-weight:700;letter-spacing:.05em}
.trc-mega__tel a{color:var(--or)}
.trc-drop ul{list-style:none;margin:0;padding:12px}
.trc-drop li{margin:0}
.trc-drop a{display:block;padding:9px 12px;color:var(--gris-txt);font-size:.88rem;border-left:2px solid transparent}
.trc-drop a:hover{color:#fff;background:#181818;border-left-color:var(--or)}

/* Bloc droit */
.trc-head__r{display:flex;align-items:center;gap:12px;flex:0 0 auto}
.trc-head__tel{display:none;flex-direction:column;line-height:1.1;text-align:right}
.trc-head__telL{font-size:.64rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gris-txt)}
.trc-head__telN{font-size:1.05rem;color:#fff;letter-spacing:.03em}
.trc-head__tel:hover .trc-head__telN{color:var(--or)}
.trc-head__cta{padding:12px 18px;font-size:.78rem}

.trc-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:46px;height:46px;background:var(--or);border:0;cursor:pointer;padding:0 12px}
.trc-burger span{display:block;height:2px;width:100%;background:#0B0B0B;transition:transform .25s,opacity .2s}
.trc-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.trc-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.trc-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* Menu mobile */
.trc-mob{position:fixed;inset:0;background:#0B0B0B;z-index:90;overflow-y:auto;overscroll-behavior:contain}
.trc-mob__in{padding:96px var(--pad) 48px;max-width:640px;margin:0 auto}
.trc-mob__l{list-style:none;margin:0;padding:0}
.trc-mob__l>li{border-bottom:1px solid var(--ligne);margin:0}
.trc-mob__a{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 0;color:#fff;font-family:"Anton",sans-serif;font-size:1.25rem;line-height:1.16;letter-spacing:.03em;text-transform:uppercase;background:none;border:0;text-align:left;cursor:pointer}
.trc-mob__btn[aria-expanded="true"]{color:var(--or)}
.trc-mob__plus{position:relative;width:16px;height:16px;flex:0 0 16px}
.trc-mob__plus::before,.trc-mob__plus::after{content:"";position:absolute;background:var(--or);transition:transform .2s}
.trc-mob__plus::before{left:0;top:7px;width:16px;height:2px}
.trc-mob__plus::after{left:7px;top:0;width:2px;height:16px}
.trc-mob__btn[aria-expanded="true"] .trc-mob__plus::after{transform:scaleY(0)}
.trc-mob__p{padding:0 0 18px}
.trc-mob__head{display:inline-block;margin-bottom:12px;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--or)}
.trc-mob__ct{margin:14px 0 6px;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gris-txt)}
.trc-mob__ct a{color:var(--gris-txt)}
.trc-mob__p ul{list-style:none;margin:0 0 6px;padding:0}
.trc-mob__p li{margin:0}
.trc-mob__p a{display:block;padding:8px 0 8px 14px;color:#DDD9D2;font-size:.95rem;border-left:2px solid var(--ligne)}
.trc-mob__p a:hover{color:var(--or);border-left-color:var(--or)}
.trc-mob__cta{display:flex;flex-direction:column;gap:12px;margin-top:28px}
body.trc-lock{overflow:hidden}

/* ------------------------------------------------------------------ HERO */
.trc-hero{position:relative;isolation:isolate;overflow:hidden;background:#0B0B0B}
.trc-hero__bg{position:absolute;inset:0;z-index:0}
.trc-hero__v,.trc-hero__img{width:100%;height:100%;object-fit:cover;display:block}
.trc-hero__veil{position:absolute;inset:0;z-index:1;background:
  linear-gradient(90deg,rgba(11,11,11,.90) 0%,rgba(11,11,11,.74) 42%,rgba(11,11,11,.36) 100%),
  linear-gradient(0deg,rgba(11,11,11,.95) 0%,rgba(11,11,11,0) 55%)}
.trc-hero__hatch{position:absolute;right:0;bottom:0;width:min(42vw,520px);height:min(42vw,520px);z-index:1;
  background:repeating-linear-gradient(135deg,rgba(217,164,65,.22) 0 2px,transparent 2px 11px);
  -webkit-mask-image:linear-gradient(315deg,#000,transparent 70%);mask-image:linear-gradient(315deg,#000,transparent 70%)}
.trc-hero__in{position:relative;z-index:2;max-width:var(--wrap);margin:0 auto;padding:calc(var(--head-h) + 84px) var(--pad) 104px;display:flex;gap:28px}
.trc-hero--home .trc-hero__in{min-height:min(92vh,880px);align-items:center;padding-bottom:132px}
.trc-hero--page .trc-hero__in{min-height:min(62vh,560px);align-items:flex-end;padding-bottom:72px}
.trc-hero--short .trc-hero__in{min-height:min(46vh,420px)}
.trc-hero__c{max-width:840px;width:100%}
.trc-hero__t{margin-bottom:.35em}
.trc-t1{color:#fff;display:inline-block}
.trc-t2{
  display:inline-block;color:transparent;
  -webkit-text-stroke:2px var(--or);
  paint-order:stroke fill;
}
.trc-hero__t--page{font-size:clamp(2.1rem,4.8vw,4rem)}
.trc-hero__s{font-size:clamp(1.02rem,1.5vw,1.22rem);color:#DEDAD3;max-width:66ch;margin-bottom:1.8rem}
.trc-hero__b{display:flex;flex-wrap:wrap;gap:14px}
.trc-hero__pts{display:flex;flex-wrap:wrap;gap:10px 28px;list-style:none;margin:2rem 0 0;padding:0}
.trc-hero__pts li{position:relative;padding-left:22px;font-size:.92rem;color:#DEDAD3;letter-spacing:.02em;margin:0}
.trc-hero__pts li::before{content:"";position:absolute;left:0;top:.62em;width:10px;height:10px;background:var(--or);clip-path:polygon(0 0,100% 50%,0 100%)}
.trc-hero__rail{position:absolute;left:calc(var(--pad) - 14px);top:50%;transform:translateY(-50%) rotate(180deg);writing-mode:vertical-rl;margin:0;font-size:.72rem;letter-spacing:.34em;text-transform:uppercase;color:var(--or);display:none}
.trc-hero__rail span{position:relative;padding-top:64px}
.trc-hero__rail span::after{content:"";position:absolute;top:0;left:50%;width:1px;height:48px;background:var(--or)}
@media (min-width:1180px){.trc-hero--home .trc-hero__rail{display:block;left:2px}.trc-hero--home .trc-eyebrow--hero{display:none}.trc-hero--home .trc-hero__c{padding-left:56px}}

/* Bandeau défilant (signature) */
.trc-tick{position:absolute;left:0;right:0;bottom:0;z-index:3;background:var(--or);overflow:hidden;border-top:3px solid #0B0B0B}
.trc-tick__r{display:flex;width:max-content;animation:trc-run 46s linear infinite}
.trc-tick__i{display:inline-flex;align-items:center;gap:26px;padding:13px 0;color:#0B0B0B;font-family:"Anton",sans-serif;font-size:.98rem;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.trc-tick__s{display:inline-block;width:9px;height:9px;background:#0B0B0B;transform:rotate(45deg);margin:0 26px}
@keyframes trc-run{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){.trc-tick__r{animation:none}}

/* Fil d'Ariane */
.trc-bc{margin-bottom:18px}
.trc-bc ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}
.trc-bc li{margin:0;color:var(--gris-txt)}
.trc-bc li+li::before{content:"/";margin-right:8px;color:var(--or)}
.trc-bc a{color:var(--gris-txt)}
.trc-bc a:hover{color:var(--or)}

/* -------------------------------------------------------------- SECTIONS */
.trc-page{display:block}
.trc-s{position:relative;isolation:isolate;padding:clamp(56px,7vw,104px) 0;overflow:hidden}
.trc-s--tight{padding:clamp(36px,4vw,60px) 0}
.trc-s--dark{background:var(--noir);color:var(--blanc)}
.trc-s--soft{background:var(--gris2);color:var(--blanc)}
.trc-s--panel{background:var(--gris);color:var(--blanc)}
.trc-s--light{background:var(--blanc);color:#141414}
.trc-s--gold{background:var(--or);color:#0B0B0B}
.trc-s>.trc-wrap{position:relative;z-index:2}

.trc-s--light a{color:#8A6417}
.trc-s--light a:hover{color:#6E4F10}
.trc-s--light strong{color:#000}
.trc-s--light .trc-eyebrow{color:#8A6417}
.trc-s--light .trc-lead__num{-webkit-text-stroke-color:rgba(20,20,20,.16)}
.trc-s--gold a{color:#0B0B0B;text-decoration:underline}
.trc-s--gold .trc-eyebrow{color:#0B0B0B}

/* Décors de section (jamais en z-index négatif) */
.trc-dec{position:absolute;z-index:0;pointer-events:none}
.trc-dec--1{right:-90px;top:-90px;width:340px;height:340px;border:1px solid var(--ligne-or)}
.trc-dec--2{left:-70px;bottom:-70px;width:280px;height:280px;background:repeating-linear-gradient(45deg,rgba(217,164,65,.16) 0 2px,transparent 2px 12px)}
.trc-dec--3{right:0;top:0;width:min(38vw,460px);height:100%;background:linear-gradient(270deg,rgba(217,164,65,.08),transparent)}
.trc-dec--4{left:50%;top:-40px;transform:translateX(-50%);width:min(90vw,900px);height:1px;background:linear-gradient(90deg,transparent,var(--or),transparent)}
.trc-dec--5{right:6%;bottom:-60px;width:220px;height:220px;background:repeating-linear-gradient(135deg,rgba(245,245,245,.08) 0 1px,transparent 1px 9px)}
.trc-dec--6{left:-40px;top:20%;width:170px;height:2px;background:var(--or)}

/* ---------------------------------------------------------------- EYEBROW */
.trc-eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 .9rem;font-size:.76rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--or)}
.trc-eyebrow__b{display:inline-block;width:26px;height:8px;background:var(--or);clip-path:polygon(0 0,74% 0,100% 100%,26% 100%);flex:0 0 26px}
.trc-eyebrow--hero{color:var(--or2)}

/* ------------------------------------------------------------------ LEAD */
.trc-lead{position:relative;margin:0 0 2.6rem;max-width:74ch}
.trc-lead--center{margin-left:auto;margin-right:auto;text-align:center}
.trc-lead--center .trc-eyebrow{justify-content:center}
.trc-lead__num{position:absolute;right:0;top:-.42em;font-size:clamp(4rem,9vw,8rem);line-height:.8;color:transparent;-webkit-text-stroke:1px rgba(217,164,65,.34);pointer-events:none;z-index:0}
.trc-lead--center .trc-lead__num{left:50%;right:auto;transform:translateX(-50%)}
.trc-lead__t,.trc-lead__x,.trc-lead .trc-eyebrow{position:relative;z-index:1}
.trc-lead__x>p:last-child{margin-bottom:0}
.trc-lead__x{color:var(--gris-txt);font-size:1.04rem}
.trc-s--light .trc-lead__x{color:#3A3A3A}
.trc-s--gold .trc-lead__x{color:#211a08}

/* ----------------------------------------------------------------- CADRE */
/* Signature : filet doré décalé derrière chaque média. */
.trc-frame{position:relative;display:block;z-index:0}
.trc-frame::after{content:"";position:absolute;left:12px;top:12px;right:-12px;bottom:-12px;border:1px solid var(--or);z-index:0;pointer-events:none}
.trc-frame img{position:relative;z-index:1;width:100%;display:block}
.trc-s--light .trc-frame::after{border-color:rgba(138,100,23,.55)}

/* ----------------------------------------------------------------- SPLIT */
.trc-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(30px,5vw,68px);align-items:center;margin:0 0 clamp(40px,6vw,76px)}
.trc-split:last-child{margin-bottom:0}
.trc-split--right .trc-split__m{order:2}
.trc-split__m{min-width:0;padding-right:12px}
.trc-split__c{min-width:0}
.trc-split__x>p:last-child{margin-bottom:0}
.trc-split__x{color:var(--gris-txt)}
.trc-s--light .trc-split__x{color:#3A3A3A}
.trc-split__i{width:100%;aspect-ratio:4/3;object-fit:cover}

/* ------------------------------------------------------------------- FIG */
.trc-fig{margin:2rem 0 2.6rem;padding-right:12px}
.trc-fig figcaption{margin-top:20px;font-size:.86rem;color:var(--gris-txt);letter-spacing:.02em}
.trc-s--light .trc-fig figcaption{color:#5A5A5A}

/* -------------------------------------------------------------- FEATURES */
.trc-feats{display:grid;gap:clamp(20px,2.4vw,30px)}
.trc-feats--2{grid-template-columns:repeat(2,1fr)}
.trc-feats--3{grid-template-columns:repeat(3,1fr)}
.trc-feats--4{grid-template-columns:repeat(4,1fr)}
.trc-feat{position:relative;background:#111;border:1px solid var(--ligne);display:flex;flex-direction:column;transition:border-color .25s,transform .25s}
.trc-feat:hover{border-color:var(--or);transform:translateY(-4px)}
.trc-s--light .trc-feat{background:#fff;border-color:rgba(20,20,20,.12)}
.trc-feat__m{overflow:hidden}
.trc-feat__i{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .5s}
.trc-feat:hover .trc-feat__i{transform:scale(1.05)}
.trc-feat__c{padding:24px 24px 26px;display:flex;flex-direction:column;flex:1}
.trc-feat__t{margin-bottom:.45em}
.trc-feat__x{color:var(--gris-txt);font-size:.96rem}
.trc-feat__x>p:last-child{margin-bottom:0}
.trc-s--light .trc-feat__x{color:#4A4A4A}
.trc-feat__sub{list-style:none;margin:0 0 1rem;padding:0}
.trc-feat__sub li{margin:0}
.trc-feat__sub a{display:block;padding:5px 0 5px 12px;border-left:2px solid var(--ligne);color:var(--gris-txt);font-size:.9rem}
.trc-feat__sub a:hover{color:var(--or);border-left-color:var(--or)}
.trc-feat__a{margin-top:auto;padding-top:14px;display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:.84rem;letter-spacing:.09em;text-transform:uppercase;color:var(--or)}
.trc-feat__a span{transition:transform .2s}
.trc-feat:hover .trc-feat__a span{transform:translateX(5px)}

/* ----------------------------------------------------------------- STATS */
.trc-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--ligne);border:1px solid var(--ligne);margin:0 0 2.4rem}
.trc-stat{background:var(--noir);padding:28px 22px;text-align:center}
.trc-s--soft .trc-stat{background:var(--gris2)}
.trc-s--panel .trc-stat{background:var(--gris)}
.trc-s--light .trc-stat{background:#fff}
.trc-stat__n{font-size:clamp(2.2rem,4.6vw,3.4rem);line-height:1;color:var(--or);margin:0 0 .3em;display:flex;align-items:baseline;justify-content:center;gap:2px}
.trc-stat__af{font-size:.55em}
.trc-stat__l{margin:0;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gris-txt);line-height:1.4}
.trc-s--light .trc-stat__l{color:#555}

/* ------------------------------------------------------------------- CTA */
.trc-cta{position:relative;overflow:hidden;background:var(--or);color:#0B0B0B;padding:clamp(34px,4.4vw,56px);margin:clamp(34px,4vw,56px) 0}
.trc-cta__hatch{position:absolute;right:-40px;top:-40px;width:320px;height:320px;background:repeating-linear-gradient(135deg,rgba(11,11,11,.14) 0 2px,transparent 2px 12px);z-index:0}
.trc-cta__c{position:relative;z-index:1;max-width:72ch}
.trc-cta__t{color:#0B0B0B;margin-bottom:.4em}
.trc-cta__x{color:#211a08;margin-bottom:1.4rem}
.trc-cta__x>p:last-child{margin-bottom:0}
.trc-cta__b{display:flex;flex-wrap:wrap;gap:14px}

/* ------------------------------------------------------------------- FAQ */
.trc-faq{border-top:1px solid var(--ligne);margin:0 0 2rem}
.trc-q{border-bottom:1px solid var(--ligne)}
.trc-q__b{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;width:100%;padding:20px 0;background:none;border:0;color:#fff;font-family:"Barlow",sans-serif;font-size:1.06rem;font-weight:600;line-height:1.45;text-align:left;cursor:pointer}
.trc-s--light .trc-q__b{color:#141414}
.trc-q__b:hover{color:var(--or)}
.trc-q__i{position:relative;flex:0 0 16px;width:16px;height:16px;margin-top:.35em}
.trc-q__i::before,.trc-q__i::after{content:"";position:absolute;background:var(--or);transition:transform .22s}
.trc-q__i::before{left:0;top:7px;width:16px;height:2px}
.trc-q__i::after{left:7px;top:0;width:2px;height:16px}
.trc-q__b[aria-expanded="true"] .trc-q__i::after{transform:scaleY(0)}
.trc-q__b[aria-expanded="true"]{color:var(--or)}
.trc-q__a{padding:0 0 22px;color:var(--gris-txt);max-width:84ch}
.trc-q__a>p:last-child{margin-bottom:0}
.trc-s--light .trc-q__a{color:#444}

/* ----------------------------------------------------------------- STEPS */
.trc-steps{list-style:none;margin:0 0 2rem;padding:0;position:relative}
.trc-steps::before{content:"";position:absolute;left:29px;top:18px;bottom:18px;width:1px;background:var(--ligne-or)}
.trc-step{display:flex;gap:24px;margin:0 0 28px;position:relative}
.trc-step:last-child{margin-bottom:0}
.trc-step__n{flex:0 0 58px;width:58px;height:58px;display:flex;align-items:center;justify-content:center;border:1px solid var(--or);background:var(--noir);color:var(--or);font-family:"Anton",sans-serif;font-size:1.3rem;line-height:1;z-index:1}
.trc-s--soft .trc-step__n{background:var(--gris2)}
.trc-s--panel .trc-step__n{background:var(--gris)}
.trc-s--light .trc-step__n{background:#fff;color:#8A6417;border-color:#8A6417}
.trc-step__c{padding-top:4px;min-width:0}
.trc-step__t{margin-bottom:.35em}
.trc-step__x{color:var(--gris-txt)}
.trc-step__x>p:last-child{margin-bottom:0}
.trc-s--light .trc-step__x{color:#444}

/* ---------------------------------------------------------------- CHECKS */
.trc-checks{list-style:none;margin:1.4rem 0 2rem;padding:0;display:grid;gap:12px 28px}
.trc-checks--1{grid-template-columns:1fr}
.trc-checks--2{grid-template-columns:repeat(2,1fr)}
.trc-checks--3{grid-template-columns:repeat(3,1fr)}
.trc-checks li{position:relative;margin:0;padding:0 0 0 30px;color:var(--gris-txt)}
.trc-checks li::before{content:"";position:absolute;left:0;top:.5em;width:14px;height:8px;border-left:2px solid var(--or);border-bottom:2px solid var(--or);transform:rotate(-45deg)}
.trc-s--light .trc-checks li{color:#3A3A3A}
.trc-s--gold .trc-checks li{color:#211a08}
.trc-s--gold .trc-checks li::before{border-color:#0B0B0B}

/* ------------------------------------------------------------------ NOTE */
.trc-note{background:#131313;border-left:3px solid var(--or);padding:22px 24px;margin:2rem 0}
.trc-s--light .trc-note{background:#EFEDE8}
.trc-s--gold .trc-note{background:rgba(11,11,11,.08);border-left-color:#0B0B0B}
.trc-note__t{margin:0 0 .5em;font-size:.86rem;letter-spacing:.16em;color:var(--or)}
.trc-s--gold .trc-note__t{color:#0B0B0B}
.trc-note__x{color:var(--gris-txt)}
.trc-note__x>p:last-child{margin-bottom:0}
.trc-s--light .trc-note__x{color:#3A3A3A}
.trc-s--gold .trc-note__x{color:#211a08}

/* ----------------------------------------------------------------- QUOTE */
.trc-quote{margin:2.4rem 0;padding:0 0 0 30px;border-left:3px solid var(--or)}
.trc-quote p{font-size:1.24rem;line-height:1.55;color:#fff;font-style:italic;margin:0 0 .6em}
.trc-s--light .trc-quote p{color:#141414}
.trc-quote cite{font-style:normal;font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;color:var(--or)}

/* --------------------------------------------------------------- TABLEAU */
.trc-tablewrap{overflow-x:auto;margin:1.8rem 0 1rem;border:1px solid var(--ligne)}
.trc-table{width:100%;border-collapse:collapse;min-width:520px;font-size:.95rem}
.trc-table th,.trc-table td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--ligne);vertical-align:top}
.trc-table thead th{background:#141414;color:var(--or);font-family:"Anton",sans-serif;font-weight:400;font-size:.86rem;letter-spacing:.1em;text-transform:uppercase;line-height:1.25}
.trc-table tbody th{color:#fff;font-weight:600}
.trc-table tbody td{color:var(--gris-txt)}
.trc-table tbody tr:last-child th,.trc-table tbody tr:last-child td{border-bottom:0}
.trc-s--light .trc-table thead th{background:#1A1A1A}
.trc-s--light .trc-table tbody th{color:#141414}
.trc-s--light .trc-table tbody td{color:#444}
.trc-s--light .trc-tablewrap,.trc-s--light .trc-table th,.trc-s--light .trc-table td{border-color:rgba(20,20,20,.14)}
.trc-table__f{font-size:.85rem;color:var(--gris-txt);margin-bottom:2rem}
.trc-s--light .trc-table__f{color:#555}

/* --------------------------------------------------------------- RELATED */
.trc-rels{margin:2.6rem 0 0}
.trc-rels__t{margin:0 0 1.1em;font-size:.92rem;letter-spacing:.16em;color:var(--or)}
.trc-rels__g{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.trc-rel{display:flex;flex-direction:column;gap:8px;padding:20px 22px;background:#111;border:1px solid var(--ligne);color:#fff;transition:border-color .22s,transform .22s}
.trc-rel:hover{border-color:var(--or);transform:translateY(-3px);color:#fff}
.trc-s--light .trc-rel{background:#fff;border-color:rgba(20,20,20,.12);color:#141414}
.trc-rel__t{font-weight:600;line-height:1.35}
.trc-rel__x{font-size:.88rem;color:var(--gris-txt);line-height:1.5}
.trc-rel__a{margin-top:auto;color:var(--or);font-size:1.1rem}

/* ----------------------------------------------------------------- ZONES */
.trc-zones{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--ligne);border:1px solid var(--ligne);margin:1.6rem 0 2rem}
.trc-zone{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:18px 20px;background:var(--noir);color:#fff!important;transition:background .2s,color .2s}
.trc-s--soft .trc-zone{background:var(--gris2)}
.trc-s--panel .trc-zone{background:var(--gris)}
.trc-s--light .trc-zone{background:#fff;color:#141414!important}
.trc-zone:hover{background:var(--or);color:#0B0B0B!important}
.trc-zone__n{font-weight:600;line-height:1.3}
.trc-zone__cp{font-size:.8rem;letter-spacing:.1em;color:var(--or)}
.trc-zone:hover .trc-zone__cp{color:#0B0B0B}

/* ------------------------------------------------------------- SOUS-LISTE */
.trc-sous{list-style:none;margin:1.4rem 0 2rem;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--ligne);border:1px solid var(--ligne)}
.trc-sous li{margin:0}
.trc-sous a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 20px;background:var(--noir);color:#fff!important;font-weight:500;transition:background .2s,color .2s}
.trc-s--soft .trc-sous a{background:var(--gris2)}
.trc-s--panel .trc-sous a{background:var(--gris)}
.trc-s--light .trc-sous a{background:#fff;color:#141414!important}
.trc-sous a:hover{background:var(--or);color:#0B0B0B!important}
.trc-sous__a{color:var(--or);font-size:1.1rem}
.trc-sous a:hover .trc-sous__a{color:#0B0B0B}

/* ------------------------------------------------------------- GROS TITRE */
.trc-big{margin:0 0 1.2rem;font-size:clamp(2.6rem,7vw,5.4rem);line-height:.98;color:transparent;-webkit-text-stroke:1px var(--ligne-or)}

/* --------------------------------------------------------------- GALERIE */
.trc-gal__f{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 30px}
.trc-gal__b{padding:11px 20px;background:transparent;border:1px solid var(--ligne);color:#DEDAD3;font-family:"Barlow",sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;cursor:pointer;transition:background .2s,color .2s,border-color .2s}
.trc-gal__b:hover{border-color:var(--or);color:var(--or)}
.trc-gal__b.is-on{background:var(--or);border-color:var(--or);color:#0B0B0B}
.trc-gal__g{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.trc-gal__c{margin:0;position:relative}
.trc-gal__c[hidden]{display:none}
.trc-gal__o{display:block;width:100%;padding:0;border:0;background:none;cursor:zoom-in;position:relative;overflow:hidden}
.trc-gal__i{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .5s}
.trc-gal__o:hover .trc-gal__i{transform:scale(1.06)}
.trc-gal__z{position:absolute;inset:0;border:1px solid transparent;transition:border-color .22s,background .22s}
.trc-gal__o:hover .trc-gal__z{border-color:var(--or);background:rgba(11,11,11,.18)}
.trc-gal__c figcaption{margin-top:12px;font-size:.86rem;color:var(--gris-txt);line-height:1.5}
.trc-s--light .trc-gal__c figcaption{color:#555}
.trc-gal__none{color:var(--gris-txt)}

.trc-lb{position:fixed;inset:0;z-index:120;background:rgba(6,6,6,.96);display:flex;align-items:center;justify-content:center;padding:clamp(20px,5vw,70px)}
.trc-lb__f{margin:0;max-width:min(1100px,92vw);text-align:center}
.trc-lb__f img{max-height:76vh;width:auto;margin:0 auto;border:1px solid var(--ligne-or)}
.trc-lb__f figcaption{margin-top:18px;color:#DEDAD3;font-size:.94rem}
.trc-lb__x,.trc-lb__p,.trc-lb__n{position:absolute;background:transparent;border:1px solid var(--ligne);color:#fff;cursor:pointer;line-height:1;transition:background .2s,color .2s,border-color .2s}
.trc-lb__x{top:20px;right:20px;width:48px;height:48px;font-size:1.9rem}
.trc-lb__p,.trc-lb__n{top:50%;transform:translateY(-50%);width:52px;height:64px;font-size:2.2rem}
.trc-lb__p{left:14px}
.trc-lb__n{right:14px}
.trc-lb__x:hover,.trc-lb__p:hover,.trc-lb__n:hover{background:var(--or);color:#0B0B0B;border-color:var(--or)}

.trc-gprev{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(22px,3vw,34px)}
.trc-gprev__c{margin:0;padding-right:12px}
.trc-gprev__i{width:100%;aspect-ratio:4/3;object-fit:cover}
.trc-gprev__c figcaption{margin-top:20px;font-size:.86rem;color:var(--gris-txt);line-height:1.5}
.trc-s--light .trc-gprev__c figcaption{color:#555}
.trc-gprev__a{margin:2.4rem 0 0}

/* ------------------------------------------------------------ FORMULAIRE */
.trc-form{background:#111;border:1px solid var(--ligne);border-top:3px solid var(--or);padding:clamp(26px,3.6vw,44px)}
.trc-s--light .trc-form{background:#fff;border-color:rgba(20,20,20,.12);border-top-color:var(--or)}
.trc-form__ok{background:rgba(217,164,65,.12);border-left:3px solid var(--or);padding:20px 22px;margin-bottom:26px}
.trc-form__okt{font-size:1.2rem;color:var(--or);margin-bottom:.3em}
.trc-form__err{background:rgba(220,90,70,.12);border-left:3px solid #DC5A46;padding:16px 20px;margin-bottom:24px;color:#F0C9C2}
.trc-s--light .trc-form__err{color:#8C2E20}
.trc-form__g{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 22px}
.trc-f{margin:0}
.trc-f--full{margin:18px 0 0}
.trc-f label{display:block;margin-bottom:7px;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gris-txt)}
.trc-s--light .trc-f label{color:#555}
.trc-f input[type=text],.trc-f input[type=tel],.trc-f input[type=email],.trc-f select,.trc-f textarea{
  width:100%;padding:13px 15px;background:#0B0B0B;border:1px solid var(--ligne);color:#fff;
  font-family:"Barlow",sans-serif;font-size:1rem;border-radius:0;
}
.trc-s--light .trc-f input,.trc-s--light .trc-f select,.trc-s--light .trc-f textarea{background:#F7F6F3;border-color:rgba(20,20,20,.16);color:#141414}
.trc-f input:focus,.trc-f select:focus,.trc-f textarea:focus{outline:0;border-color:var(--or)}
.trc-f textarea{resize:vertical;min-height:130px}
.trc-f--cb{margin:22px 0 0}
.trc-f--cb label{display:flex;align-items:flex-start;gap:12px;font-size:.92rem;font-weight:400;letter-spacing:0;text-transform:none;color:var(--gris-txt);line-height:1.55}
.trc-s--light .trc-f--cb label{color:#444}
.trc-f--cb input{flex:0 0 20px;width:20px;height:20px;margin-top:3px;accent-color:var(--or)}
.trc-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.trc-form__s{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin:26px 0 0}
.trc-form__or{font-size:.9rem;color:var(--gris-txt)}
.trc-s--light .trc-form__or{color:#555}

/* ------------------------------------------------------------------ FOOT */
.trc-foot{position:relative;isolation:isolate;background:#080808;color:var(--gris-txt);overflow:hidden;padding-bottom:70px}
.trc-foot__hatch{position:absolute;left:-60px;bottom:-60px;width:360px;height:360px;z-index:0;background:repeating-linear-gradient(45deg,rgba(217,164,65,.12) 0 2px,transparent 2px 13px)}
.trc-foot>*{position:relative;z-index:1}
.trc-foot__top{background:var(--or);color:#0B0B0B}
.trc-foot__topin{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px;padding-top:34px;padding-bottom:34px}
.trc-foot__claim{margin:0;font-size:clamp(1.4rem,2.6vw,2.1rem);line-height:1.12;color:#0B0B0B}
.trc-foot__claim span{display:block;color:#3B2D0C}
.trc-foot__btns{display:flex;flex-wrap:wrap;gap:14px}
.trc-foot__top .trc-btn--gold{background:#0B0B0B;border-color:#0B0B0B;color:var(--or)!important}
.trc-foot__top .trc-btn--gold:hover{background:#1c1c1c;border-color:#1c1c1c;color:var(--or2)!important}
.trc-foot__top .trc-btn--ghost-light{color:#0B0B0B!important;border-color:rgba(11,11,11,.5)}
.trc-foot__top .trc-btn--ghost-light:hover{background:#0B0B0B;color:var(--or)!important;border-color:#0B0B0B}

.trc-foot__cols{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:clamp(24px,3vw,44px);padding-top:clamp(44px,5vw,70px);padding-bottom:clamp(30px,4vw,50px)}
.trc-foot__c{min-width:0}
.trc-foot__brand{font-size:1.24rem;color:#fff;margin:0 0 .6em;line-height:1.18}
.trc-foot__x{font-size:.94rem;line-height:1.68;margin-bottom:1.2em}
.trc-foot__contact{list-style:none;margin:0;padding:0}
.trc-foot__contact li{margin:0 0 .45em;font-size:.96rem}
.trc-foot__contact a{color:var(--or)}
.trc-foot__t{font-size:.92rem;letter-spacing:.16em;color:#fff;margin:0 0 1em;padding-bottom:.7em;border-bottom:1px solid var(--ligne);line-height:1.25}
.trc-foot__l{list-style:none;margin:0;padding:0}
.trc-foot__l li{margin:0 0 .12em}
.trc-foot__l a{display:block;padding:5px 0 5px 12px;border-left:2px solid transparent;color:var(--gris-txt);font-size:.92rem;line-height:1.45;transition:color .18s,border-color .18s,padding .18s}
.trc-foot__l a:hover{color:var(--or);border-left-color:var(--or);padding-left:16px}

.trc-foot__bot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding-top:24px;padding-bottom:6px;border-top:1px solid var(--ligne)}
.trc-foot__cp{margin:0;font-size:.85rem}
.trc-foot__legal{display:flex;flex-wrap:wrap;gap:20px;list-style:none;margin:0;padding:0}
.trc-foot__legal li{margin:0}
.trc-foot__legal a{color:var(--gris-txt);font-size:.85rem}
.trc-foot__legal a:hover{color:var(--or)}

/* --------------------------------------------------------- BARRE D'APPEL */
.trc-callbar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:100;align-items:center;justify-content:center;gap:12px;padding:14px 16px;background:var(--or);color:#0B0B0B!important;border-top:2px solid #0B0B0B}
.trc-callbar__l{font-size:.86rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.trc-callbar__n{font-size:1.16rem;line-height:1}

/* ------------------------------------------------------------ PAGINATION */
.trc-pag{margin-top:3rem}
.trc-pag .nav-links{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
.trc-pag .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:46px;padding:0 12px;border:1px solid var(--ligne);color:#fff}
.trc-pag .page-numbers:hover,.trc-pag .page-numbers.current{background:var(--or);border-color:var(--or);color:#0B0B0B}
.trc-pag .screen-reader-text{position:absolute;left:-9999px}

/* ---------------------------------------------------------- SCROLL REVEAL */
html.js .reveal{opacity:0;transform:translateY(26px);transition:opacity .6s ease,transform .6s ease}
html.js .reveal.is-in{opacity:1;transform:none}
html:not(.js) .reveal{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){html.js .reveal{opacity:1;transform:none;transition:none}}

/* ============================================================== RESPONSIVE */
@media (max-width:1400px){
  .trc-logo__n{display:none}
}
@media (max-width:1250px){
  .trc-nav__a{padding:11px 7px;font-size:.76rem}
  .trc-head__cta{display:none}
}
@media (max-width:1150px){
  .trc-nav{display:none}
  .trc-burger{display:flex}
  .trc-head__cta{display:none}
  .trc-head__tel{display:flex}
  .trc-feats--4{grid-template-columns:repeat(2,1fr)}
  .trc-mega__cols{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:980px){
  .trc-feats--3{grid-template-columns:repeat(2,1fr)}
  .trc-gal__g{grid-template-columns:repeat(2,1fr)}
  .trc-gprev{grid-template-columns:repeat(2,1fr)}
  .trc-rels__g{grid-template-columns:repeat(2,1fr)}
  .trc-stats{grid-template-columns:repeat(2,1fr)}
  .trc-zones{grid-template-columns:repeat(2,1fr)}
  .trc-foot__cols{grid-template-columns:repeat(2,1fr)}
  .trc-split{grid-template-columns:1fr;gap:34px}
  .trc-split--right .trc-split__m{order:0}
  .trc-split__m{padding-right:14px}
}
@media (max-width:760px){
  body{font-size:16.5px}
  .trc-head{padding:12px 16px 0}
  .trc-head__in{padding:8px 10px 8px 14px;min-height:58px;gap:12px}
  .trc-logo img{height:42px!important}
  .trc-logo__n{display:none}
  .trc-head__r{margin-left:auto}
  .trc-head__telL{display:none}
  .trc-head__telN{font-size:.94rem}
  .trc-hero__in{padding:calc(var(--head-h) + 44px) var(--pad) 84px}
  .trc-hero--home .trc-hero__in{min-height:auto;padding-bottom:104px}
  .trc-hero--page .trc-hero__in{min-height:auto;padding-bottom:54px}
  .trc-hero__veil{background:linear-gradient(0deg,rgba(11,11,11,.96) 10%,rgba(11,11,11,.64) 100%)}
  .trc-tick__i{font-size:.84rem;padding:10px 0}
  .trc-feats--2,.trc-feats--3,.trc-feats--4{grid-template-columns:1fr}
  .trc-gal__g,.trc-gprev,.trc-rels__g{grid-template-columns:1fr}
  .trc-checks--2,.trc-checks--3{grid-template-columns:1fr}
  .trc-sous{grid-template-columns:1fr}
  .trc-zones{grid-template-columns:1fr}
  .trc-stats{grid-template-columns:repeat(2,1fr)}
  .trc-form__g{grid-template-columns:1fr}
  .trc-foot__cols{grid-template-columns:1fr}
  .trc-foot__topin{flex-direction:column;align-items:flex-start}
  .trc-callbar{display:flex}
  .trc-foot{padding-bottom:78px}
  .trc-step{gap:16px}
  .trc-step__n{flex:0 0 48px;width:48px;height:48px;font-size:1.1rem}
  .trc-steps::before{left:24px}
  .trc-lead__num{font-size:4.2rem;opacity:.7}
  .trc-frame::after{left:8px;top:8px;right:-8px;bottom:-8px}
  .trc-split__m,.trc-fig,.trc-gprev__c{padding-right:8px}
  .trc-lb__p,.trc-lb__n{width:42px;height:54px;font-size:1.7rem}
}
@media (max-width:420px){
  .trc-stats{grid-template-columns:1fr}
  .trc-btn{padding:13px 18px;font-size:.88rem}
}
