/* Site-wide responsive and motion refinements */
:root{
  --tm-navy:#11243c;
  --tm-gold:#cda068;
  --tm-cream:#f5f2ec;
  --tm-ease:cubic-bezier(.22,.72,.18,1);
}

html{scroll-padding-top:92px}
body{overflow-x:hidden}
img{max-width:100%;height:auto}
a,button,input,textarea{touch-action:manipulation}
main{display:block}
.tm-skip-link{position:fixed;z-index:10000;left:18px;top:12px;padding:11px 15px;border-radius:8px;background:#11243c;color:#fff;text-decoration:none;font-size:13px;font-weight:700;transform:translateY(-160%);transition:transform .25s var(--tm-ease)}
.tm-skip-link:focus{transform:translateY(0);outline:2px solid #cda068;outline-offset:2px}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #b07d3c!important;outline-offset:3px}
.tm-menu-toggle,.tm-mobile-nav{display:none}

/* Technomech Precision Rail - a site-wide calibrated process signature */
.tm-precision-rail{position:fixed;z-index:80;right:18px;top:50%;width:34px;height:260px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;pointer-events:none}
.tm-precision-track{position:relative;width:1px;height:100%;background:rgba(17,36,60,.15)}
.tm-precision-fill{position:absolute;left:0;top:0;width:1px;height:var(--tm-progress,0%);background:linear-gradient(#cda068,#a06f2e);box-shadow:0 0 14px rgba(205,160,104,.45);transition:height .18s ease-out}
.tm-precision-ticks{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between}
.tm-precision-ticks span{position:relative;display:block;width:7px;height:1px;background:#8d98a5;transform:translateX(-3px)}
.tm-precision-ticks span:before{content:attr(data-step);position:absolute;right:13px;top:50%;transform:translateY(-50%);font-size:8px;font-weight:700;letter-spacing:.12em;color:#7f8a97;opacity:0;white-space:nowrap;transition:opacity .3s,color .3s}
.tm-precision-ticks span.tm-current{width:13px;transform:translateX(-6px);background:#cda068}
.tm-precision-ticks span.tm-current:before{opacity:1;color:#a06f2e}
.tm-precision-plate{position:absolute;right:-6px;bottom:-42px;font-family:'Libre Franklin';font-size:7px;font-weight:700;letter-spacing:.14em;color:#7f8a97;writing-mode:vertical-rl;text-transform:uppercase;white-space:nowrap}
.tm-mobile-progress{display:none}

/* Cross-page transition: short, quiet and progressive */
@view-transition{navigation:auto}
::view-transition-old(root){animation:tmPageOut .24s ease both}
::view-transition-new(root){animation:tmPageIn .48s var(--tm-ease) both}
@keyframes tmPageOut{to{opacity:0;transform:translateY(-5px)}}
@keyframes tmPageIn{from{opacity:0;transform:translateY(9px)}}

/* Precision halo */
.tm-halo,.tm-halo-dot{position:fixed;z-index:9999;left:0;top:0;pointer-events:none;opacity:0;border-radius:50%;transform:translate3d(-50%,-50%,0);transition:width .38s var(--tm-ease),height .38s var(--tm-ease),border-color .3s,background .3s,opacity .2s}
.tm-halo{width:22px;height:22px;border:1px solid rgba(176,125,60,.8);box-shadow:0 0 0 1px rgba(255,255,255,.45) inset}
.tm-halo-dot{width:4px;height:4px;background:#b07d3c}
.tm-halo.tm-halo-visible,.tm-halo-dot.tm-halo-visible{opacity:1}
.tm-halo.tm-halo-hover{width:48px;height:48px;border-color:#cda068;background:rgba(205,160,104,.09);backdrop-filter:blur(1px)}
.tm-halo.tm-halo-press{width:32px;height:32px;background:rgba(205,160,104,.22)}
@media(pointer:fine){.tm-halo-active a,.tm-halo-active button,.tm-halo-active .p-card,.tm-halo-active .p-cap,.tm-halo-active .org-dept,.tm-halo-active .p-range>div{cursor:none!important}}

/* Touch feedback */
.tm-tap-ripple{position:absolute;z-index:20;width:18px;height:18px;border-radius:50%;background:rgba(205,160,104,.35);pointer-events:none;transform:translate(-50%,-50%) scale(0);animation:tmTap .6s var(--tm-ease) forwards}
@keyframes tmTap{60%{opacity:.45}to{opacity:0;transform:translate(-50%,-50%) scale(12)}}

/* Blueprint-to-part signature section */
.tm-signature{background:#0e2036;padding:100px 36px;color:#fff;border-top:1px solid rgba(205,160,104,.25);border-bottom:1px solid rgba(205,160,104,.25)}
.tm-signature-inner{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:.82fr 1.18fr;gap:64px;align-items:center}
.tm-kicker{font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#cda068;margin-bottom:18px}
.tm-signature h2{font-family:'Newsreader';font-size:clamp(34px,4vw,54px);line-height:1.06;font-weight:500;color:#f5f2ec}
.tm-signature h2 em{font-weight:500;color:#cda068}
.tm-signature-copy>p{font-size:17px;line-height:1.72;color:#aebaca;margin-top:22px}
.tm-signature-steps{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}
.tm-signature-steps span{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#dbe2ea;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:9px 12px}
.tm-blueprint{min-width:0}
.tm-blueprint-stage{position:relative;aspect-ratio:4/3;overflow:hidden;border:1px solid rgba(205,160,104,.4);border-radius:16px;background:#102b49;box-shadow:0 32px 68px -34px rgba(0,0,0,.75)}
.tm-blueprint-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(129,182,218,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(129,182,218,.14) 1px,transparent 1px);background-size:34px 34px}
.tm-blueprint-drawing,.tm-blueprint-part{position:absolute;inset:7%;width:86%;height:86%;object-fit:contain}
.tm-blueprint-drawing{opacity:.55;filter:grayscale(1) contrast(1.8) brightness(1.45) sepia(.3) hue-rotate(155deg);mix-blend-mode:screen}
.tm-blueprint-part{clip-path:inset(0 calc(100% - var(--reveal)) 0 0);filter:drop-shadow(0 24px 20px rgba(0,0,0,.24));transition:clip-path .18s ease-out}
.tm-blueprint-divider{position:absolute;top:0;bottom:0;left:var(--reveal);width:1px;background:#cda068;box-shadow:0 0 24px rgba(205,160,104,.8);transition:left .18s ease-out}
.tm-blueprint-divider span{position:absolute;top:50%;left:50%;width:34px;height:34px;border:1px solid #cda068;background:#10243d;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 10px 24px rgba(0,0,0,.3)}
.tm-blueprint-divider span:after{content:"↔";position:absolute;inset:0;display:grid;place-items:center;color:#cda068;font-size:14px}
.tm-blueprint-label{position:absolute;bottom:16px;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#dce8f3;background:rgba(9,26,46,.72);padding:8px 10px;border-radius:7px;backdrop-filter:blur(8px)}
.tm-blueprint-label-left{left:16px}.tm-blueprint-label-right{right:16px}
.tm-blueprint-control{display:flex;align-items:center;gap:18px;margin-top:16px;color:#aebaca;font-size:12px;letter-spacing:.07em;text-transform:uppercase}
.tm-blueprint-control input{flex:1;accent-color:#cda068;cursor:ew-resize}

/* Multi-layer heat-shield reveal: separates once, then returns assembled */
.tm-layered-shield{min-width:0}
.tm-layered-stage{position:relative;aspect-ratio:4/3;overflow:hidden;border:1px solid #e5dccd;border-radius:16px;background:linear-gradient(145deg,#fff 0%,#f4efe6 100%);box-shadow:0 28px 60px -42px rgba(17,36,60,.46);isolation:isolate}
.tm-layered-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(17,36,60,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(17,36,60,.045) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.82),transparent 92%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.82),transparent 92%)}
.tm-layered-part{position:absolute;inset:8%;width:84%;height:84%;object-fit:contain;transform-origin:52% 54%;filter:drop-shadow(0 18px 18px rgba(17,36,60,.16));will-change:transform,opacity,filter}
.tm-layered-part-back{z-index:1;opacity:0}
.tm-layered-part-middle{z-index:2;opacity:0}
.tm-layered-part-front{z-index:3}
.tm-layered-note{position:absolute;z-index:4;padding:7px 9px;border:1px solid rgba(176,125,60,.42);border-radius:6px;background:rgba(250,247,240,.9);color:#7e684a;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:0;backdrop-filter:blur(8px)}
.tm-layered-note:before{content:"";position:absolute;top:50%;width:28px;height:1px;background:rgba(176,125,60,.55)}
.tm-layered-note-one{top:14%;right:8%}.tm-layered-note-one:before{right:100%}
.tm-layered-note-two{top:44%;left:5%}.tm-layered-note-two:before{left:100%}
.tm-layered-note-three{right:6%;bottom:13%}.tm-layered-note-three:before{right:100%}
.tm-layered-caption{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 4px 0;color:#7b8793;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.tm-layered-caption span:first-child{color:#a06f2e}
.tm-layered-shield.tm-layered-visible .tm-layered-part-back{animation:tmLayerBack 1.75s var(--tm-ease) both}
.tm-layered-shield.tm-layered-visible .tm-layered-part-middle{animation:tmLayerMiddle 1.75s var(--tm-ease) both}
.tm-layered-shield.tm-layered-visible .tm-layered-part-front{animation:tmLayerFront 1.75s var(--tm-ease) both}
.tm-layered-shield.tm-layered-visible .tm-layered-note{animation:tmLayerNote 1.75s var(--tm-ease) both}
.tm-layered-shield.tm-layered-visible .tm-layered-note-two{animation-delay:.05s}
.tm-layered-shield.tm-layered-visible .tm-layered-note-three{animation-delay:.1s}
@keyframes tmLayerBack{0%,16%,100%{opacity:0;transform:translate3d(0,0,0) rotate(0);filter:drop-shadow(0 18px 18px rgba(17,36,60,.12))}42%,65%{opacity:.34;transform:translate3d(-34px,20px,0) rotate(-1.5deg);filter:grayscale(.25) brightness(.86) drop-shadow(0 22px 19px rgba(17,36,60,.18))}}
@keyframes tmLayerMiddle{0%,13%,100%{opacity:0;transform:translate3d(0,0,0) rotate(0);filter:drop-shadow(0 18px 18px rgba(17,36,60,.12))}42%,65%{opacity:.58;transform:translate3d(0,0,0);filter:sepia(.18) saturate(.72) brightness(.96) drop-shadow(0 20px 18px rgba(17,36,60,.17))}}
@keyframes tmLayerFront{0%{opacity:0;transform:translate3d(0,22px,0) scale(.98)}16%{opacity:1;transform:translate3d(0,0,0) scale(1)}42%,65%{transform:translate3d(34px,-20px,0) rotate(1.5deg);filter:drop-shadow(0 28px 22px rgba(17,36,60,.22))}100%{opacity:1;transform:translate3d(0,0,0) rotate(0);filter:drop-shadow(0 18px 18px rgba(17,36,60,.16))}}
@keyframes tmLayerNote{0%,24%,100%{opacity:0;transform:translateY(8px)}44%,67%{opacity:1;transform:translateY(0)}}

/* Premium, restrained entrance motion */
.tm-reveal{
  opacity:0;
  transform:translateY(28px) scale(.992);
  filter:blur(4px);
  transition:opacity .85s var(--tm-ease),transform .95s var(--tm-ease),filter .75s var(--tm-ease);
  will-change:opacity,transform;
}
.tm-reveal.tm-visible{opacity:1;transform:none;filter:none}
.p-card,.p-cap,.org-dept{
  transition-duration:.55s!important;
  transition-timing-function:var(--tm-ease)!important;
}
.p-card img,.p-cap img,.p-range img{
  transition:transform .8s var(--tm-ease),filter .8s var(--tm-ease);
}
.p-card:hover img,.p-cap:hover img,.p-range>div:hover img{
  transform:scale(1.025);
  filter:drop-shadow(0 18px 18px rgba(17,36,60,.12));
}
.p-btn{transition-duration:.45s!important;transition-timing-function:var(--tm-ease)!important}

/* Prevent large inline layouts from forcing horizontal overflow */
.p-foot,.p-hero,.p-2col,.p-3,.p-4,.p-range,.p-process,.p-stats{min-width:0}
.p-foot>* ,.p-hero>* ,.p-2col>* ,.p-3>* ,.p-4>* ,.p-range>* ,.p-process>*{min-width:0}

/* Standardised product-card stage: equal frame, calibrated visual mass */
.tm-product-card-media{position:relative;aspect-ratio:3/2;overflow:hidden;background:#fbf9f4;background-image:linear-gradient(rgba(17,36,60,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(17,36,60,.025) 1px,transparent 1px);background-size:32px 32px;isolation:isolate}
.tm-product-card-media:after{content:"";position:absolute;inset:auto 12% 0;height:1px;background:linear-gradient(90deg,transparent,rgba(17,36,60,.14),transparent)}
.tm-product-card-image{position:absolute;inset:8%;width:84%;height:84%;padding:0!important;object-fit:contain;object-position:center;display:block;background:transparent!important;transform:scale(var(--tm-product-zoom,1));transform-origin:center;filter:drop-shadow(0 14px 12px rgba(17,36,60,.13));transition:transform .48s var(--tm-ease),filter .48s ease}
.p-card:hover .tm-product-card-image{transform:scale(var(--tm-product-hover-zoom,1.035));filter:drop-shadow(0 18px 15px rgba(17,36,60,.19))}
.tm-product-heat{--tm-product-zoom:1.03;--tm-product-hover-zoom:1.066}
.tm-product-end{--tm-product-zoom:1.34;--tm-product-hover-zoom:1.387}
.tm-product-shell{--tm-product-zoom:.82;--tm-product-hover-zoom:.849}
.tm-product-bracket{--tm-product-zoom:.84;--tm-product-hover-zoom:.869}
.tm-product-deep{--tm-product-zoom:1.38;--tm-product-hover-zoom:1.428}
.tm-product-machined{--tm-product-zoom:.84;--tm-product-hover-zoom:.869}
.tm-home-product-heat{--tm-product-zoom:.9;--tm-product-hover-zoom:.932}
.tm-home-product-end{--tm-product-zoom:1.14;--tm-product-hover-zoom:1.18}
.tm-home-product-shell{--tm-product-zoom:.98;--tm-product-hover-zoom:1.014}
.tm-home-product-bracket{--tm-product-zoom:1.08;--tm-product-hover-zoom:1.118}
.tm-home-product-deep{--tm-product-zoom:1.02;--tm-product-hover-zoom:1.055}
.tm-home-product-machined{--tm-product-zoom:.82;--tm-product-hover-zoom:.849}

/* Product Atlas: curated families first, complete portfolio on demand */
.tm-product-atlas{min-width:0}
.tm-atlas-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:172px;gap:12px}
.tm-atlas-product{position:relative;min-width:0;overflow:hidden;border:1px solid #e2d9ca;border-radius:14px;background-color:#f8f5ef;background-image:linear-gradient(rgba(17,36,60,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(17,36,60,.035) 1px,transparent 1px);background-size:28px 28px;color:#11243c;cursor:pointer;text-align:left;box-shadow:0 16px 34px -30px rgba(17,36,60,.46);transition:border-color .35s ease,box-shadow .35s ease,transform .35s var(--tm-ease)}
.tm-atlas-product:hover{transform:translateY(-3px);border-color:#b98a50;box-shadow:0 25px 45px -30px rgba(17,36,60,.56)}
.tm-atlas-product[aria-pressed="true"]{border-color:#9f6b2c;box-shadow:inset 0 0 0 1px #9f6b2c,0 25px 45px -32px rgba(17,36,60,.55)}
.tm-atlas-product-main{grid-column:span 6;grid-row:span 2}
.tm-atlas-product-medium{grid-column:span 3}
.tm-atlas-product-small{grid-column:span 2}
.tm-atlas-product-image{position:absolute;inset:8% 7% 20%;width:86%;height:72%;object-fit:contain;transform:scale(var(--tm-product-zoom,1));transform-origin:center;filter:drop-shadow(0 15px 13px rgba(17,36,60,.16));transition:transform .55s var(--tm-ease),filter .55s ease}
.tm-atlas-product-main .tm-atlas-product-image{inset:5% 7% 17%;width:86%;height:78%}
.tm-atlas-product:hover .tm-atlas-product-image,.tm-atlas-product[aria-pressed="true"] .tm-atlas-product-image{filter:drop-shadow(0 20px 17px rgba(17,36,60,.23))}
.tm-atlas-multi{--tm-product-zoom:1.02}
.tm-atlas-index{position:absolute;z-index:2;top:14px;left:15px;color:#786d5d;font-family:'Newsreader';font-size:13px;font-style:italic}
.tm-atlas-label{position:absolute;z-index:2;right:0;bottom:0;left:0;padding:28px 15px 14px;background:linear-gradient(transparent,rgba(248,245,239,.97) 48%);font-size:13px;font-weight:600;letter-spacing:.015em}
.tm-atlas-product-main .tm-atlas-label{padding:42px 20px 18px;font-family:'Newsreader';font-size:22px}
.tm-atlas-stamp{position:absolute;z-index:3;top:13px;right:13px;width:62px;height:62px;border:1px solid rgba(160,111,46,.52);border-radius:50%;display:grid;place-content:center;text-align:center;color:#8a5a21;opacity:0;transform:rotate(-7deg) scale(.85);transition:opacity .35s ease,transform .45s var(--tm-ease);background:rgba(248,245,239,.78);backdrop-filter:blur(6px)}
.tm-atlas-stamp:before{content:"";position:absolute;inset:4px;border:1px solid rgba(160,111,46,.32);border-radius:50%}
.tm-atlas-stamp strong{font-family:'Newsreader';font-size:17px;line-height:1;font-weight:600}
.tm-atlas-stamp small{font-size:6px;line-height:1.1;letter-spacing:.06em;text-transform:uppercase}
.tm-atlas-product[aria-pressed="true"] .tm-atlas-stamp{opacity:1;transform:rotate(-7deg) scale(1)}
.tm-atlas-detail{display:grid;grid-template-columns:minmax(165px,1.2fr) minmax(130px,.9fr) minmax(210px,1.55fr) minmax(155px,1.1fr) minmax(145px,1fr);margin-top:12px;overflow:hidden;border:1px solid #e2d9ca;border-radius:12px;background:#fff}
.tm-atlas-detail>div{min-width:0;padding:15px 17px;border-right:1px solid #ece5d9}
.tm-atlas-detail>div:last-child{border-right:0}
.tm-atlas-detail span{display:block;margin-bottom:5px;color:#756b59;font-size:10.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}
.tm-atlas-detail strong{display:block;overflow-wrap:anywhere;color:#11243c;font-size:13px;font-weight:600}
.tm-atlas-action{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;color:#63707d;font-size:12px}
.tm-atlas-more{display:inline-flex;align-items:center;gap:9px;padding:11px 0;border:0;border-bottom:1px solid #a06f2e;background:transparent;color:#11243c;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer}
.tm-atlas-more span{transition:transform .35s var(--tm-ease)}
.tm-atlas-more[aria-expanded="true"] span{transform:rotate(180deg)}
.tm-product-gallery{margin-top:38px;padding-top:38px;border-top:1px solid #e2d9ca}
.tm-product-gallery:not([hidden]){animation:tmGalleryIn .55s var(--tm-ease) both}
@keyframes tmGalleryIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
.tm-rfq-confidentiality{margin:-7px 0 21px;padding:12px 14px;border:1px solid #e2d9ca;border-left:3px solid #b07d3c;border-radius:8px;background:#fbf9f4;color:#5d6b78;font-size:11.5px;line-height:1.55}
.tm-rfq-confidentiality strong{color:#11243c;font-weight:600}
.tm-rfq-consent{display:flex;align-items:flex-start;gap:10px;margin:-7px 0 20px;color:#5d6b78;font-size:11.75px;line-height:1.55;cursor:pointer}
.tm-rfq-consent input{width:16px;height:16px;flex:0 0 auto;margin-top:1px;accent-color:#11243c;cursor:pointer}
.tm-rfq-consent a{color:#98672b;text-underline-offset:2px}

@media(max-width:900px){
  .tm-precision-rail{display:none}
  .tm-mobile-progress{display:block;position:fixed;z-index:90;left:0;right:0;top:0;height:2px;background:rgba(17,36,60,.1);pointer-events:none}
  .tm-mobile-progress span{display:block;width:var(--tm-progress,0%);height:100%;background:linear-gradient(90deg,#a06f2e,#cda068);transition:width .16s ease-out}
  section>div,section[id]{padding-left:24px!important;padding-right:24px!important}
  header>div{padding-left:24px!important;padding-right:24px!important}
  footer .p-foot{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .p-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .tm-menu-toggle{display:flex;flex:0 0 44px;width:44px;height:44px;border:1px solid #d9cfbd;border-radius:9px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
  .tm-menu-toggle span{display:block;width:18px;height:1.5px;background:var(--tm-navy);transition:transform .4s var(--tm-ease),opacity .3s}
  .tm-menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.25px) rotate(45deg)}
  .tm-menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.25px) rotate(-45deg)}
  .tm-mobile-nav{position:absolute;display:grid;top:calc(100% + 1px);left:18px;right:18px;padding:14px;background:rgba(255,255,255,.98);border:1px solid #e1d8c8;border-radius:0 0 14px 14px;box-shadow:0 24px 50px -28px rgba(17,36,60,.55);backdrop-filter:blur(18px)}
  .tm-mobile-nav[hidden]{display:none}
  .tm-mobile-nav a{padding:13px 14px;border-radius:8px;color:#334457;text-decoration:none;font-size:14px;font-weight:600}
  .tm-mobile-nav a:hover,.tm-mobile-nav a[aria-current="page"]{background:#f5f2ec;color:#11243c}
  .tm-mobile-nav .tm-mobile-cta{margin-top:6px;background:#11243c;color:#fff;text-align:center}
  .tm-signature-inner{grid-template-columns:1fr;gap:38px}
  .tm-atlas-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:165px}
  .tm-atlas-product-main{grid-column:span 2;grid-row:span 2}
  .tm-atlas-product-medium,.tm-atlas-product-small{grid-column:span 1}
  .tm-atlas-detail{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tm-atlas-detail>div:nth-child(even){border-right:0}
  .tm-atlas-detail>div:nth-child(-n+4){border-bottom:1px solid #ece5d9}
  .tm-atlas-detail>div:last-child{grid-column:span 2;border-right:0}
}

@media(max-width:640px){
  html{scroll-padding-top:76px}
  body>div>div:first-child>div{padding-left:18px!important;padding-right:18px!important}
  header>div{height:70px!important;padding-left:18px!important;padding-right:18px!important;gap:10px!important}
  header>a,header .p-btn{flex:0 0 auto}
  header>div>a:first-child{gap:9px!important;min-width:0}
  header>div>a:first-child>div:first-child{width:36px!important;height:36px!important;flex:0 0 36px}
  header>div>a:first-child>div:nth-child(2){min-width:0}
  header>div>a:first-child>div:nth-child(2)>div:first-child{font-size:16px!important;white-space:nowrap}
  header>div>a:first-child>div:nth-child(2)>div:last-child{display:none}
  header .p-btn{font-size:11.5px!important;padding:11px 13px!important;border-radius:7px!important}
  header>div>.p-btn{display:none!important}
  section,section[id]{padding-top:64px!important;padding-bottom:64px!important}
  section>div,section[id]{padding-left:18px!important;padding-right:18px!important}
  h1{font-size:clamp(36px,11vw,50px)!important}
  h2{font-size:clamp(30px,9vw,40px)!important}
  p{overflow-wrap:anywhere}
  .p-2col,.p-3,.p-4,.p-process,.p-hero{grid-template-columns:1fr!important;gap:24px!important}
  .p-range{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .p-range>div{padding:8px!important}
  .p-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .p-stats>div{padding:24px 14px!important;border-bottom:1px solid rgba(255,255,255,.08)}
  footer .p-foot{grid-template-columns:1fr!important;padding-left:18px!important;padding-right:18px!important;gap:30px!important}
  footer .p-foot+div{padding-left:18px!important;padding-right:18px!important}
  .tm-signature{padding:68px 18px!important}
  .tm-blueprint-label{font-size:8.5px;bottom:10px}.tm-blueprint-label-left{left:10px}.tm-blueprint-label-right{right:10px}
  .tm-blueprint-control{align-items:flex-start;flex-direction:column;gap:10px}.tm-blueprint-control input{width:100%}
  .tm-layered-caption{align-items:flex-start;flex-direction:column;gap:5px;padding-left:2px}
  .tm-layered-note{font-size:7.5px;padding:5px 7px}
  .tm-layered-note:before{width:17px}
  .tm-atlas-grid{grid-auto-rows:145px;gap:8px}
  .tm-atlas-label{padding-right:9px;padding-left:9px;font-size:11.5px}
  .tm-atlas-detail>div{padding:13px}
  .tm-atlas-action{align-items:flex-start;flex-direction:column}
  .tm-atlas-stamp{width:52px;height:52px}.tm-atlas-stamp strong{font-size:15px}
}

@media(max-width:380px){
  header>div>a:first-child>div:nth-child(2)>div:first-child{font-size:14px!important}
  header .p-btn{padding:10px!important}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .tm-reveal{opacity:1!important;transform:none!important;filter:none!important}
  .tm-halo,.tm-halo-dot{display:none!important}
  .tm-precision-fill,.tm-mobile-progress span{transition:none!important}
  .tm-layered-part-back,.tm-layered-part-middle,.tm-layered-note{display:none!important}
  .tm-layered-part-front{opacity:1!important;transform:none!important;filter:drop-shadow(0 18px 18px rgba(17,36,60,.16))!important}
  .tm-product-gallery:not([hidden]){animation:none!important}
}
.tm-leader-photo {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #fbf9f4;
}

.tm-leader-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 0;
}

/* Gagan's source portrait was framed farther away than the other leaders. */
.tm-leader-photo--gagan img {
  transform: scale(1.14);
  transform-origin: 50% 72%;
}

/* Contact details: consistent 20px optical symbols inside equal tiles. */
.tm-rfq-contact-icon {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0 !important;
  line-height: 1;
}

.tm-rfq-contact-icon::before {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: currentColor;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.tm-rfq-contact-icon--person::before {
  content: "◆";
  font-size: 12px;
}

.tm-rfq-contact-icon--phone::before {
  content: "☎";
  font-size: 18px;
  transform: translateY(-1px);
}

.tm-rfq-contact-icon--whatsapp::before {
  content: "WA";
  width: 20px;
  height: 20px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.tm-rfq-contact-icon--mail::before {
  content: "✉";
  font-size: 17px;
}

.tm-map-frame {
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(195,181,150,.55);
  border-radius: 14px;
  background: #e9e3d8;
  box-shadow: 0 30px 60px -34px rgba(17,36,60,.45);
}

.tm-map-frame iframe {
  width: 100%;
  min-height: 390px;
  border: 0;
  display: block;
}

/* The official mark is reversed cleanly on navy rather than boxed in white. */
footer .p-foot img[src$="technomech-logo.png"] {
  width: 42px !important;
  height: 42px !important;
  padding: 2px;
  border-radius: 0 !important;
  background: transparent !important;
  filter: brightness(0) invert(1);
}

.tm-footer-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #6b7d92;
  font-size: 12.5px;
}

.tm-footer-credit {
  position: relative;
  padding-left: 20px;
}

.tm-footer-credit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #cda068;
  transform: translateY(-50%);
}

.tm-footer-credit a {
  color: #cda068;
  text-decoration: none;
  transition: color .25s ease;
}

.tm-footer-credit a:hover {
  color: #f0c68f;
}

/* Direct Tier-1 customer marks: equal visual stages without stretching logos. */
.tm-client-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 46px;
}

.tm-client-logo-card {
  min-width: 0;
  min-height: 158px;
  padding: 20px 16px 16px;
  border: 1px solid #e0d6c4;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 13px;
  box-shadow: 0 18px 34px -32px rgba(17,36,60,.5);
  transition: transform .45s var(--tm-ease), border-color .35s ease, box-shadow .45s ease;
}

.tm-client-logo-card:hover {
  transform: translateY(-3px);
  border-color: #c9b38e;
  box-shadow: 0 24px 42px -32px rgba(17,36,60,.58);
}

.tm-client-logo-media {
  width: 100%;
  height: 84px;
  padding: 4px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.tm-client-logo-media--dark {
  height: 76px;
  margin-block: 4px;
  padding: 9px 10px;
  border-radius: 9px;
  background: #11243c;
}

.tm-client-logo {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  filter: none;
  mix-blend-mode: normal;
}

.tm-client-logo--sharda {
  width: 190px;
  clip-path: inset(0 2.2% 0 0);
}

.tm-client-logo--victura {
  width: 118px;
}

.tm-client-logo--smg {
  width: 176px;
  height: 82px;
  object-fit: cover;
  object-position: 50% 55%;
}

.tm-client-logo--talbros {
  width: 178px;
}

.tm-client-logo--ecocat {
  width: 166px;
}

.tm-client-logo-card > span {
  color: #697583;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

/* Unified editorial hero imagery across primary pages. */
.tm-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
  gap: clamp(42px, 5vw, 68px);
  align-items: center;
}

.tm-page-hero-copy,
.tm-page-hero-visual {
  min-width: 0;
}

.tm-page-hero-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(195, 181, 150, .5);
  border-radius: 14px;
  background: #e9e3d8;
  box-shadow: 0 30px 60px -34px rgba(17, 36, 60, .52);
}

.tm-page-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
}

.tm-page-hero-image {
  width: 100%;
  height: clamp(330px, 31vw, 410px);
  display: block;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform .9s var(--tm-ease), filter .7s ease;
}

.tm-page-hero-visual:hover .tm-page-hero-image {
  transform: scale(1.025);
  filter: saturate(1.025) contrast(1.015);
}

.tm-home-hero-image {
  object-position: 50% 52%;
}

/* The homepage copy is taller than the other hero panels. Anchor its image to
   the top of the editorial grid so both columns begin on the same visual line. */
.tm-home-hero-grid {
  align-items: start;
}

.tm-home-hero-visual {
  margin-top: 38px;
}

/* Five programme commitments. */
.tm-commitments {
  max-width: 1240px;
  margin: 0 auto;
  padding: 96px 36px;
}

.tm-commitments-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.tm-commitments-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 15px;
  color: #a06f2e;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.tm-commitments-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: #b9823d;
}

.tm-commitments-heading h2 {
  max-width: 18ch;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.022em;
  color: #11243c;
}

.tm-commitments-heading p {
  max-width: 64ch;
  margin-top: 18px;
  color: #5d6b78;
  font-size: 16.5px;
  line-height: 1.7;
}

.tm-commitments-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}

.tm-commitments-grid::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 51px;
  left: 8.2%;
  right: 8.2%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(176, 125, 60, .48) 10%, rgba(176, 125, 60, .48) 90%, transparent);
}

.tm-commitment-card {
  position: relative;
  z-index: 1;
  grid-column: span 2;
  min-height: 286px;
  padding: 30px 28px;
  border: 1px solid #e4dccd;
  border-radius: 16px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 22px 45px -38px rgba(17, 36, 60, .72);
  transition: transform .45s var(--tm-ease), border-color .45s ease, box-shadow .45s ease;
}

.tm-commitment-card:nth-child(4) { grid-column: 2 / span 2; }
.tm-commitment-card:nth-child(5) { grid-column: 4 / span 2; }

.tm-commitment-card:hover {
  transform: translateY(-5px);
  border-color: rgba(176, 125, 60, .48);
  box-shadow: 0 28px 58px -36px rgba(17, 36, 60, .58);
}

.tm-commitment-number {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 26px;
  border: 1px solid #cda068;
  border-radius: 50%;
  background: #fbf9f4;
  color: #9d6a2d;
  font-family: "Newsreader", Georgia, serif;
  font-size: 15px;
  font-weight: 600;
}

.tm-commitment-card h3 {
  color: #11243c;
  font-family: "Newsreader", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.14;
}

.tm-commitment-card p {
  margin-top: 14px;
  color: #667381;
  font-size: 14.5px;
  line-height: 1.68;
}

@media(max-width:900px) {
  .p-hero.tm-page-hero-grid {
    gap: 38px !important;
  }

  .tm-page-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .tm-page-hero-image {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .tm-home-hero-visual {
    margin-top: 0;
  }

  .tm-commitments-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-commitment-card,
  .tm-commitment-card:nth-child(4),
  .tm-commitment-card:nth-child(5) {
    grid-column: auto;
  }

  .tm-commitment-card:nth-child(5) {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .tm-commitments-grid::before {
    display: none;
  }

  .tm-client-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media(max-width:640px) {
  .tm-home-hero-section {
    padding: 0 !important;
  }

  .tm-home-hero-section > .p-hero.tm-page-hero-grid {
    gap: 32px !important;
    padding: 64px 18px !important;
  }

  .tm-home-certifications {
    align-items: flex-start !important;
    flex-wrap: wrap;
  }

  .tm-home-certifications > div:nth-child(2) {
    display: none;
  }

  .tm-home-certification-badges {
    flex-wrap: wrap;
  }

  .tm-page-hero-grid {
    gap: 32px;
  }

  .tm-page-hero-image {
    aspect-ratio: 4 / 3;
  }

  .tm-commitments {
    padding: 68px 18px;
  }

  .tm-commitments-heading {
    margin-bottom: 32px;
  }

  .tm-commitments-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .tm-commitment-card,
  .tm-commitment-card:nth-child(5) {
    grid-column: 1;
    min-height: 0;
    padding: 26px 24px;
  }

  .tm-client-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .tm-client-logo-card {
    min-height: 142px;
    padding: 17px 11px 13px;
  }

  .tm-client-logo-media {
    height: 76px;
  }

  .tm-client-logo-media--dark {
    height: 70px;
    padding: 8px;
  }

  .tm-client-logo-card:last-child {
    grid-column: 1 / -1;
  }

  .tm-footer-meta {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .tm-footer-credit {
    padding-left: 0;
  }

  .tm-footer-credit::before {
    display: none;
  }
}

/* FAQ accordions (Why Us + Contact) */
.tm-faq{border-top:1px solid #e9e1d2}
.tm-faq-item{border-bottom:1px solid #e9e1d2}
.tm-faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px 4px;background:none;border:0;cursor:pointer;text-align:left;font-family:'Newsreader',serif;font-weight:600;font-size:20px;color:#11243c;line-height:1.35}
.tm-faq-q:hover .tm-faq-icon,.tm-faq-q:focus-visible .tm-faq-icon{border-color:#a06f2e;color:#a06f2e}
.tm-faq-icon{position:relative;flex:0 0 30px;width:30px;height:30px;border:1.5px solid #c3b596;border-radius:50%;color:#8a7a5c;transition:transform .6s cubic-bezier(.16,1,.3,1),border-color .35s ease,color .35s ease}
.tm-faq-icon:before,.tm-faq-icon:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:1.6px;background:currentColor;transform:translate(-50%,-50%)}
.tm-faq-icon:after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .35s ease}
.tm-faq-item.open .tm-faq-icon{transform:rotate(180deg)}
.tm-faq-item.open .tm-faq-icon:after{transform:translate(-50%,-50%) rotate(0deg);opacity:0}
.tm-faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .65s cubic-bezier(.16,1,.3,1)}
.tm-faq-item.open .tm-faq-a{grid-template-rows:1fr}
.tm-faq-a>div{overflow:hidden}
.tm-faq-a p{font-size:16px;line-height:1.75;color:#5d6b78;padding:2px 44px 30px 4px;margin:0;opacity:0;transform:translateY(8px);transition:opacity .45s ease,transform .65s cubic-bezier(.16,1,.3,1)}
.tm-faq-item.open .tm-faq-a p{opacity:1;transform:none;transition:opacity .5s ease .12s,transform .65s cubic-bezier(.16,1,.3,1) .05s}
.tm-faq--compact .tm-faq-q{font-size:18px;padding:24px 4px}
.tm-faq--compact .tm-faq-a p{font-size:15.5px;padding-bottom:24px}
@media (prefers-reduced-motion:reduce){.tm-faq-icon,.tm-faq-icon:after,.tm-faq-a,.tm-faq-a p{transition:none!important}}
