/*
Theme Name: MJWEBEXPERTS
Theme URI: https://mjwebexperts.com
Author: MJWebExperts
Description: Hand-coded WordPress theme for MJ Web Experts, with ACF-managed content and Bootstrap 5 foundations.
Version: 6.2.2
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: idolize-clone
*/

/* =========================================================================
   DESIGN TOKENS
   -------------------------------------------------------------------------
   GEOMETRY & TYPOGRAPHY are measured from idolizedesign.com at 1440px and are
   unchanged from the light baseline. COLOUR ROLES are the MJWebExperts dark
   theme: near-black surfaces, near-white text, orange primary, spectrum accent.
   ========================================================================= */
:root {
  /* ---- MJWebExperts brand palette ---- */
  --mjwx-orange:  #F97316;
  --mjwx-yellow:  #FF5A26;
  --mjwx-red:     #FF5A26;
  --mjwx-magenta: #FF5A26;
  --mjwx-purple:  #FF5A26;
  --mjwx-blue:    #FF5A26;
  --mjwx-cyan:    #FF5A26;
  --mjwx-teal:    #FF5A26;
  --mjwx-spectrum: #FF5A26;
  --mjwx-spectrum-135: #FF5A26;

  /* ---- Industrial light surfaces & text ---- */
  --bg-main:          #FFFFFF;
  --bg-surface:       #F8FAFC;
  --border-color:     #E2E8F0;
  --text-primary:     #0F172A;
  --text-secondary:   #475569;
  --accent-orange:    #FF5A26;
  --accent-charcoal:  #1E293B;
  --bg:         var(--bg-main);
  --bg-2:       var(--bg-surface);
  --surface:    var(--bg-surface);
  --surface-2:  #F1F5F9;
  --contrast:   var(--accent-charcoal);
  --black:      var(--accent-charcoal);
  --text:       var(--text-primary);
  --text-dim:   var(--text-secondary);
  --text-mute:  #64748B;
  --line:       var(--border-color);
  --line-2:     var(--border-color);

  /* ---- Accent roles ---- */
  --brand:      var(--accent-orange);
  --brand-ink:  #ffffff;
  --white:      var(--text-primary);

  /* ---- Typography: two families, one shared system ---- */
  --font-heading: "Barlow Condensed", sans-serif;
  --font-body:    "DM Sans", Helvetica, Arial, sans-serif;

  /* Legacy aliases remain only so older component rules inherit the system. */
  --f-display:   var(--font-heading);
  --f-cond:      var(--font-heading);
  --f-condensed: var(--font-heading);
  --f-semi:      var(--font-heading);
  --f-ui:        var(--font-body);
  --f-body:      var(--font-body);
  --f-script:    var(--font-body);

  --type-h1: clamp(3.5rem, 6.25vw, 5rem);
  --type-h2: clamp(2.75rem, 4.375vw, 3.5rem);
  --type-h3: clamp(1.75rem, 2.65625vw, 2.125rem);
  --type-h4: clamp(1.375rem, 2.03125vw, 1.625rem);
  --type-body: 1.25rem;
  --type-ui: 1.1875rem;
  --type-small: 1rem;

  /* ---- Geometry (measured — DO NOT change in this phase) ---- */
  --wide:    1400px;
  --content: 1140px;
  --narrow:  1100px;
  --contact: 1170px;
}

/* =========================================================================
   RESET / BASE
   ========================================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.7;              /* 27.2px — source */
  color: var(--text-dim);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: inherit; cursor: pointer; }
::selection { background: var(--brand); color: #fff; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.id-skip-link {
  position: fixed; left: 18px; top: 12px; z-index: 1000; transform: translateY(-160%);
  background: var(--brand); color: #fff; padding: 10px 16px; border-radius: 4px;
  font-family: var(--f-ui); font-weight: 700; transition: transform .18s ease;
}
.id-skip-link:focus { transform: translateY(0); }

.id-wrap    { width: 100%; max-width: var(--wide);    margin-inline: auto; padding-inline: 40px; }
.id-content { width: 100%; max-width: var(--content); margin-inline: auto; padding-inline: 40px; }
.id-narrow  { width: 100%; max-width: var(--narrow);  margin-inline: auto; padding-inline: 40px; }
.id-contactw{ width: 100%; max-width: var(--contact); margin-inline: auto; padding-inline: 40px; }
main section[id] { scroll-margin-top: 110px; }
.id-menu-open, .id-modal-open, .id-cookie-open { overflow: hidden; }

/* =========================================================================
   SERVICES HUB — custom applications lead; WordPress supports the offer
   ========================================================================= */
.id-sv { overflow: clip; background: var(--bg); }
.id-sv__eyebrow {
  display: flex; align-items: center; gap: 12px; margin-bottom: 18px;
  color: var(--brand); font-family: var(--f-semi); font-size: 15px; font-weight: 600;
  letter-spacing: .14em; line-height: 1.2; text-transform: uppercase;
}
.id-sv__eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--mjwx-spectrum); }

.id-svhero {
  position: relative; padding: 28px 0 96px; border-bottom: 1px solid var(--line); overflow: hidden;
  background:
    radial-gradient(circle at 7% 38%,rgba(249,115,22,.14),transparent 31%),
    radial-gradient(circle at 94% 22%,rgba(59,130,246,.11),transparent 34%),
    var(--bg);
}
.id-svhero::after {
  content: ""; position: absolute; width: 560px; height: 560px; right: -260px; top: -210px;
  border-radius: 50%; background: rgba(59,130,246,.1); filter: blur(120px); pointer-events: none;
}
.id-svcrumbs { display: flex; align-items: center; gap: 10px; margin-bottom: 64px; color: var(--text-mute); font-family: var(--f-ui); font-size: 14px; }
.id-svcrumbs a { color: var(--text-dim); }
.id-svcrumbs a:hover { color: var(--brand); }
.id-svhero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(430px,.75fr); gap: clamp(60px,8vw,126px); align-items: start; }
.id-svhero__copy { max-width: 770px; padding-top: 16px; }
.id-svhero h1 {
  max-width: 800px; color: var(--white); font-family: var(--f-display); font-size: clamp(72px,6.3vw,106px);
  font-weight: 400; letter-spacing: .01em; line-height: .88; text-transform: uppercase;
}
.id-svhero h1 span { display: block; }
.id-svhero__title-accent {
  background: var(--mjwx-spectrum-135); -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.id-svhero__intro { max-width: 720px; margin-top: 30px; color: var(--text-dim); font-size: clamp(19px,1.55vw,23px); line-height: 1.58; }
.id-svactions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin-top: 38px; }
.id-svbutton { display: inline-flex; align-items: center; justify-content: center; gap: 16px; font-family: var(--f-semi); font-size: 16px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; transition: .2s ease; }
.id-svbutton--primary { min-height: 54px; padding: 0 28px; color: #fff; background: var(--brand); border: 1px solid var(--brand); border-radius: 999px; box-shadow: 0 12px 28px rgba(249,115,22,.2); }
.id-svbutton--primary:hover { color: #fff; background: #fb842d; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(249,115,22,.3); }
.id-svbutton--primary span { font-size: 22px; transition: transform .2s ease; }
.id-svbutton--primary:hover span { transform: translateX(4px); }
.id-svwhatsapp { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; color: #25d366; border: 1px solid rgba(37,211,102,.5); border-radius: 50%; background: rgba(37,211,102,.07); transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.id-svwhatsapp .id-whatsapp-icon { width: 27px; height: 27px; }
.id-svwhatsapp:hover { color: #07130b; border-color: #25d366; background: #25d366; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(37,211,102,.2); }

.id-svfinder { position: relative; background: var(--surface); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.id-svfinder::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--mjwx-spectrum); }
.id-svfinder > h2 { padding: 28px 30px 2px; color: var(--white); font-family: var(--f-cond); font-size: 36px; font-weight: 600; line-height: 1; }
.id-svfinder > h2:last-child,
.id-svfinder > h2 + ul { margin-top: 24px; }
.id-svfinder > p { padding: 8px 30px 22px; color: var(--text-mute); font-size: 15px; }
.id-svfinder li { position: relative; border-top: 1px solid var(--line); }
.id-svfinder li::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--brand); opacity: 0; transition: opacity .18s ease; }
.id-svfinder li:nth-child(2)::before { background: var(--mjwx-red); }
.id-svfinder li:nth-child(3)::before { background: var(--mjwx-magenta); }
.id-svfinder li:nth-child(4)::before { background: var(--mjwx-purple); }
.id-svfinder li:nth-child(5)::before { background: var(--mjwx-blue); }
.id-svfinder li:nth-child(6)::before { background: var(--mjwx-cyan); }
.id-svfinder li:hover::before { opacity: 1; }
.id-svfinder a { position: relative; display: grid; gap: 4px; padding: 19px 62px 19px 30px; transition: background-color .18s ease; }
.id-svfinder a:hover { background: var(--surface-2); }
.id-svfinder a span { color: var(--text-dim); font-size: 14px; line-height: 1.45; }
.id-svfinder a strong { color: var(--white); font-family: var(--f-semi); font-size: 18px; font-weight: 600; }
.id-svfinder a i { position: absolute; top: 50%; right: 28px; color: var(--brand); font-size: 20px; font-style: normal; transform: translateY(-50%); transition: transform .18s ease; }
.id-svfinder li:nth-child(2) a i { color: var(--mjwx-red); }
.id-svfinder li:nth-child(3) a i { color: var(--mjwx-magenta); }
.id-svfinder li:nth-child(4) a i { color: var(--mjwx-purple); }
.id-svfinder li:nth-child(5) a i { color: var(--mjwx-blue); }
.id-svfinder li:nth-child(6) a i { color: var(--mjwx-cyan); }
.id-svfinder a:hover i { transform: translateY(calc(-50% + 4px)); }

.id-svlead { padding: 92px 0; background: var(--brand); border-bottom: 1px solid rgba(0,0,0,.22); }
.id-svlead__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(56px,9vw,130px); align-items: start; }
.id-svlead h2 { color: var(--brand-ink); font-family: var(--f-cond); font-size: clamp(48px,5vw,72px); font-weight: 600; letter-spacing: -.01em; line-height: .95; text-transform: uppercase; }
.id-svlead p { color: rgba(11,15,20,.82); font-size: 20px; font-weight: 500; line-height: 1.75; }
.id-svlead a { display: inline-flex; gap: 12px; margin-top: 24px; padding-bottom: 4px; color: var(--brand-ink); border-bottom: 2px solid var(--brand-ink); font-family: var(--f-semi); font-size: 17px; font-weight: 700; text-transform: uppercase; }
.id-svlead a:hover { color: #fff; border-color: #fff; }

.id-svlist { padding: 110px 0 122px; }
.id-svsectionhead { max-width: 770px; margin-bottom: 46px; }
.id-svsectionhead h2 { color: var(--white); font-family: var(--f-display); font-size: clamp(58px,5.5vw,84px); font-weight: 400; letter-spacing: .01em; line-height: .9; text-transform: uppercase; }
.id-svsectionhead::after { content: ""; display: block; width: 116px; height: 4px; margin-top: 26px; background: var(--mjwx-spectrum); }
.id-svlist__rows { border-top: 1px solid var(--line-2); }
.id-svservice { position: relative; display: grid; grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr); gap: clamp(50px,8vw,126px); padding: 64px 28px 70px; border-bottom: 1px solid var(--line-2); transition: background-color .2s ease; }
.id-svservice::before { content: ""; position: absolute; left: 0; top: 64px; width: 3px; height: 58px; background: var(--brand); }
.id-svservice:nth-child(2)::before { background: var(--mjwx-red); }
.id-svservice:nth-child(3)::before { background: var(--mjwx-magenta); }
.id-svservice:nth-child(4)::before { background: var(--mjwx-purple); }
.id-svservice:nth-child(5)::before { background: var(--mjwx-blue); }
.id-svservice:nth-child(6)::before { background: var(--mjwx-cyan); }
.id-svservice:nth-child(1) { --sv-accent: var(--mjwx-orange); }
.id-svservice:nth-child(2) { --sv-accent: var(--mjwx-red); }
.id-svservice:nth-child(3) { --sv-accent: var(--mjwx-magenta); }
.id-svservice:nth-child(4) { --sv-accent: var(--mjwx-purple); }
.id-svservice:nth-child(5) { --sv-accent: var(--mjwx-blue); }
.id-svservice:nth-child(6) { --sv-accent: var(--mjwx-cyan); }
.id-svservice:first-child { background: linear-gradient(90deg,rgba(249,115,22,.065),transparent 68%); }
.id-svservice:not(:first-child):hover { background: rgba(255,255,255,.018); }
.id-svservice__heading { align-self: start; }
.id-svservice__heading h3 { color: var(--white); font-family: var(--f-cond); font-size: clamp(40px,4vw,58px); font-weight: 600; line-height: .95; }
.id-svservice:nth-child(1) .id-svservice__heading h3 { color: var(--mjwx-orange); }
.id-svservice:nth-child(2) .id-svservice__heading h3 { color: var(--mjwx-red); }
.id-svservice:nth-child(3) .id-svservice__heading h3 { color: var(--mjwx-magenta); }
.id-svservice:nth-child(4) .id-svservice__heading h3 { color: var(--mjwx-purple); }
.id-svservice:nth-child(5) .id-svservice__heading h3 { color: var(--mjwx-blue); }
.id-svservice:nth-child(6) .id-svservice__heading h3 { color: var(--mjwx-cyan); }
.id-svservice__heading p { max-width: 460px; margin-top: 18px; color: var(--text-dim); font-size: 18px; line-height: 1.62; }
.id-svservice__detail > p { color: var(--text-dim); font-size: 18px; line-height: 1.75; }
.id-svservice__detail ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; margin-top: 28px; border-top: 1px solid var(--line); }
.id-svservice__detail li { position: relative; padding: 13px 8px 13px 22px; color: var(--text); border-bottom: 1px solid var(--line); font-family: var(--f-ui); font-size: 16px; line-height: 1.45; }
.id-svservice__detail li::before { content: ""; position: absolute; left: 1px; top: 23px; width: 7px; height: 2px; background: var(--brand); }
.id-svservice:nth-child(2) .id-svservice__detail li::before { background: var(--mjwx-red); }
.id-svservice:nth-child(3) .id-svservice__detail li::before { background: var(--mjwx-magenta); }
.id-svservice:nth-child(4) .id-svservice__detail li::before { background: var(--mjwx-purple); }
.id-svservice:nth-child(5) .id-svservice__detail li::before { background: var(--mjwx-blue); }
.id-svservice:nth-child(6) .id-svservice__detail li::before { background: var(--mjwx-cyan); }
.id-svservice__detail > a { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; margin-top: 32px; padding: 10px 21px; color: var(--white); background: rgba(255,255,255,.025); border: 1px solid var(--sv-accent,var(--brand)); border-radius: 999px; font-family: var(--f-semi); font-size: 15px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; transition: color .18s ease, background-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.id-svservice__detail > a span { color: var(--sv-accent,var(--brand)); font-size: 21px; transition: transform .18s ease; }
.id-svservice__detail > a:hover { color: var(--white); background: rgba(255,255,255,.075); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,0,0,.22); }
.id-svservice__detail > a:hover span { transform: translateX(4px); }

.id-svwp { padding: 100px 0; background: #070a0e; border-block: 1px solid var(--line); }
.id-svwp__grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(330px,.85fr); gap: clamp(70px,10vw,150px); align-items: end; }
.id-svwp h2 { max-width: 700px; color: var(--white); font-family: var(--f-display); font-size: clamp(66px,6.4vw,100px); font-weight: 400; line-height: .88; text-transform: uppercase; }
.id-svwp h2 { background: var(--mjwx-spectrum-135); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.id-svwp p:last-child { max-width: 710px; margin-top: 28px; color: var(--text-dim); font-size: 19px; line-height: 1.72; }
.id-svwp ul { border-top: 1px solid var(--line-2); }
.id-svwp li { padding: 16px 4px; color: var(--white); border-bottom: 1px solid var(--line-2); font-family: var(--f-cond); font-size: 25px; font-weight: 500; line-height: 1.15; }

.id-svprocess { padding: 110px 0; }
.id-svsectionhead--wide { max-width: 980px; }
.id-svprocess__rows { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--line-2); }
.id-svprocess__rows article { position: relative; padding: 34px 36px 38px 0; }
.id-svprocess__rows article + article { padding-left: 36px; border-left: 1px solid var(--line-2); }
.id-svprocess__rows article::before { content: ""; position: absolute; top: -1px; left: 0; width: 72px; height: 3px; background: var(--brand); }
.id-svprocess__rows article:nth-child(2)::before { left: 36px; background: var(--mjwx-magenta); }
.id-svprocess__rows article:nth-child(3)::before { left: 36px; background: var(--mjwx-blue); }
.id-svprocess__rows h3 { color: var(--white); font-family: var(--f-cond); font-size: 31px; font-weight: 600; line-height: 1; }
.id-svprocess__rows p { margin-top: 16px; color: var(--text-dim); font-size: 17px; line-height: 1.7; }
.id-svprocess__prompt { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 48px; padding: 30px 34px; background: var(--surface); border-left: 3px solid var(--brand); }
.id-svprocess__prompt p { max-width: 760px; color: var(--text-dim); font-size: 18px; }
.id-svprocess__prompt strong { color: var(--white); }
.id-svprocess__prompt a { flex: 0 0 auto; display: inline-flex; gap: 12px; color: var(--white); font-family: var(--f-semi); font-size: 16px; font-weight: 600; text-transform: uppercase; }
.id-svprocess__prompt a:hover { color: var(--brand); }

.id-svfaq { padding: 112px 0 124px; background: var(--bg-2); border-top: 1px solid var(--line); }
.id-svfaq__grid { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); gap: clamp(70px,10vw,150px); align-items: start; }
.id-svfaq header { position: sticky; top: 130px; }
.id-svfaq h2 { color: var(--white); font-family: var(--f-display); font-size: clamp(66px,6vw,94px); font-weight: 400; line-height: .88; text-transform: uppercase; }
.id-svfaq header > p:last-child { max-width: 380px; margin-top: 22px; color: var(--text-dim); font-size: 17px; line-height: 1.65; }
.id-svfaq__items { border-top: 1px solid var(--line-2); }
.id-svfaq details { margin-left: -20px; padding-left: 20px; border-bottom: 1px solid var(--line-2); transition: background-color .18s ease; }
.id-svfaq details[open] { background: rgba(249,115,22,.045); }
.id-svfaq details[open] summary { color: var(--brand); }
.id-svfaq summary { position: relative; padding: 25px 56px 25px 0; color: var(--white); font-family: var(--f-ui); font-size: 21px; font-weight: 600; line-height: 1.35; cursor: pointer; list-style: none; }
.id-svfaq summary::-webkit-details-marker { display: none; }
.id-svfaq summary span { position: absolute; right: 6px; top: 50%; width: 18px; height: 18px; transform: translateY(-50%); }
.id-svfaq summary span::before, .id-svfaq summary span::after { content: ""; position: absolute; top: 8px; left: 0; width: 18px; height: 2px; background: var(--brand); transition: transform .18s ease; }
.id-svfaq summary span::after { transform: rotate(90deg); }
.id-svfaq details[open] summary span::after { transform: rotate(0); }
.id-svfaq details > div { padding: 0 52px 26px 0; }
.id-svfaq details p { color: var(--text-dim); font-size: 17px; line-height: 1.72; }

@media (max-width: 1050px) {
  .id-svhero__grid { grid-template-columns: 1fr; }
  .id-svhero__copy { max-width: 880px; }
  .id-svfinder { max-width: 760px; }
  .id-svservice { gap: 56px; }
  .id-svwp__grid { gap: 70px; }
}
@media (max-width: 767px) {
  .id-svhero { padding: 22px 0 68px; }
  .id-svcrumbs { margin-bottom: 42px; }
  .id-svhero h1 { font-size: clamp(58px,17vw,80px); }
  .id-svhero__intro { margin-top: 24px; font-size: 18px; }
  .id-svhero__grid { gap: 52px; }
  .id-svactions { align-items: stretch; flex-direction: column; }
  .id-svbutton { width: 100%; }
  .id-svbutton--text { width: max-content; }
  .id-svfinder > h2 { padding-inline: 22px; font-size: 32px; }
  .id-svfinder > p { padding-inline: 22px; }
  .id-svfinder a { padding: 18px 50px 18px 22px; }
  .id-svlead { padding: 68px 0; }
  .id-svlead__grid, .id-svservice, .id-svwp__grid, .id-svfaq__grid { grid-template-columns: 1fr; }
  .id-svlead__grid { gap: 30px; }
  .id-svlead p { font-size: 18px; }
  .id-svlist { padding: 76px 0 84px; }
  .id-svsectionhead { margin-bottom: 38px; }
  .id-svservice { gap: 30px; padding: 48px 18px 52px 22px; }
  .id-svservice__heading p, .id-svservice__detail > p { font-size: 17px; }
  .id-svservice__detail ul { grid-template-columns: 1fr; }
  .id-svwp { padding: 74px 0; }
  .id-svwp__grid { gap: 46px; }
  .id-svprocess { padding: 76px 0; }
  .id-svprocess__rows { grid-template-columns: 1fr; }
  .id-svprocess__rows article, .id-svprocess__rows article + article { padding: 26px 0 30px; border-left: 0; }
  .id-svprocess__rows article + article { border-top: 1px solid var(--line-2); }
  .id-svprocess__rows article::before, .id-svprocess__rows article:nth-child(2)::before, .id-svprocess__rows article:nth-child(3)::before { left: 0; }
  .id-svprocess__prompt { align-items: flex-start; flex-direction: column; padding: 26px 24px; }
  .id-svfaq { padding: 76px 0 84px; }
  .id-svfaq__grid { gap: 42px; }
  .id-svfaq header { position: static; }
  .id-svfaq summary { font-size: 18px; }
}

/* Brand utilities */
.id-spectrum { height: 3px; background: var(--mjwx-spectrum); }
.grad-text {
  background: var(--mjwx-spectrum-135);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.id-whatsapp-icon { display: inline-block; width: 1.25em; height: 1.25em; flex: 0 0 auto; vertical-align: -.2em; }

/* =========================================================================
   0. TOP UTILITY BAR + HEADER  (brand ink; white logo + nav)
   ========================================================================= */
.id-topbar { background: var(--black); border-bottom: 1px solid var(--line); }
.id-topbar__inner {
  display: flex; align-items: center; justify-content: flex-end; gap: 24px;
  min-height: 40px; color: var(--text-dim);
  font-family: var(--f-semi); font-size: 15px; letter-spacing: .02em; text-transform: uppercase;
}
.id-topbar__book, .id-topbar__shop { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; }
.id-topbar__book:hover, .id-topbar__shop:hover { color: var(--brand); }

.id-header {
  background: var(--bg); position: sticky; top: 0; z-index: 200; border-bottom: 1px solid var(--line);
  transform: translateY(0); transition: transform .28s cubic-bezier(.22,1,.36,1); will-change: transform;
}
.id-header.is-hidden { transform: translateY(calc(-100% - 2px)); }
.id-header:focus-within { transform: translateY(0); }
.id-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 92px; }
.id-logo img, .id-logo svg { height: 68px; width: auto; }
.id-nav__list { display: flex; align-items: center; gap: 26px; }
.id-nav__list a {
  font-family: var(--f-semi); font-weight: 500; font-size: 18px;
  letter-spacing: .01em; text-transform: uppercase; color: var(--white); transition: color .15s ease;
}
.id-nav__list a:hover { color: var(--brand); }
.id-nav__quote a {
  background: var(--brand); color: #fff; padding: 9px 20px; border: 1px solid var(--brand); border-radius: 999px;
  box-shadow: 0 8px 22px rgba(249,115,22,.18); transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.id-nav__quote a:hover,
.id-nav__quote a:focus-visible {
  color: #fff; background: #fb842d; border-color: #fb842d; transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(249,115,22,.3);
}
.id-nav-toggle { display: none; background: none; border: 0; padding: 8px; color: var(--white); }
.id-nav-toggle svg { width: 28px; height: 28px; }

/* =========================================================================
   1. HERO  (full-width, two equal cols; glow orbs; gradient STANDOUT)
   ========================================================================= */
.id-hero { background: var(--bg); position: relative; overflow: hidden; }
.id-hero::before, .id-hero::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(120px);
  pointer-events: none; z-index: 0;
}
.id-hero::before { width: 520px; height: 520px; left: -140px; top: -160px; background: rgba(249,115,22,.16); }
.id-hero::after  { width: 460px; height: 460px; right: -120px; bottom: -180px; background: rgba(6,182,212,.12); }
.id-hero__grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 666px;
}
.id-hero__copy { padding: 40px 50px 40px 12vw; }
.id-hero__title {
  font-family: var(--f-display); font-weight: 500;
  font-size: 129.6px; line-height: .8; letter-spacing: 1px;
  background: var(--mjwx-spectrum-135);
  -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent;
}
.id-hero__subtitle {
  font-family: var(--f-display); font-weight: 500;
  font-size: 32px; line-height: 1.1; letter-spacing: 1px; color: var(--white); margin: 8px 0 24px;
}
.id-btn-quote {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-display); font-weight: 400; font-size: 24px;
  line-height: 1; letter-spacing: 1px; text-transform: uppercase;
  color: #fff; background: var(--brand); padding: 15px 26px; border-radius: 999px;
  box-shadow: 0 12px 30px rgba(249,115,22,.28);
}
.id-btn-quote:hover { filter: brightness(1.05); }
.id-hero__media {
  position: relative; align-self: stretch; min-height: 666px; overflow: hidden;
  background: var(--bg);
}
.id-hero__media video, .id-hero__media img { width: 100%; height: 100%; object-fit: cover; }
/* Feather the video edges into the page background so the tone matches seamlessly */
.id-hero__media::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, var(--bg), rgba(11,15,20,.45) 12%, transparent 42%),
    linear-gradient(180deg, var(--bg), transparent 18%),
    linear-gradient(0deg,   var(--bg), transparent 20%),
    linear-gradient(rgba(11,15,20,.14), rgba(11,15,20,.14));
}
.id-hero__media .id-media-fallback {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: var(--text-mute); font-family: var(--f-ui); font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; font-size: 13px;
}
.id-hero__viewwork { position: absolute; left: 12vw; bottom: 26px; z-index: 2; }
.id-hero__viewwork a {
  display: inline-flex; flex-direction: column; align-items: center; gap: 4px;
  font-family: var(--f-ui); font-weight: 500; font-size: 21px; color: var(--white);
}
.id-hero__viewwork a svg { width: 30px; height: 30px; }

/* =========================================================================
   2. TICKER  (legacy layout; typography now inherits the shared system)
   ========================================================================= */
.id-ticker {
  background: var(--bg); height: 128px; overflow: hidden;
  display: flex; align-items: center;
}
.id-ticker__track { display: flex; width: max-content; animation: id-ticker 110s linear infinite; }
.id-ticker__group { display: flex; }
.id-ticker__group span {
  font-family: var(--f-semi); font-weight: 500; font-size: 128px; line-height: 1;
  text-transform: uppercase; color: var(--white); white-space: nowrap; padding-right: 24px;
}
@keyframes id-ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .id-ticker__track { animation: none; } }

/* =========================================================================
   3. SERVICES  (dark; 3 equal cols; 32px DM Sans uppercase labels)
   ========================================================================= */
.id-services { background: var(--bg); }
.id-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; padding-block: 60px; }
.id-service {
  position: relative; display: flex; flex-direction: column; min-height: 310px; text-align: left; padding: 30px 28px; border-radius: 16px;
  background: var(--surface); border: 1px solid var(--line);
  transition: border-color .2s, transform .2s, box-shadow .2s, background .2s;
}
.id-service:hover { border-color: rgba(249,115,22,.48); transform: translateY(-5px); background: #151c25; box-shadow: 0 20px 44px rgba(0,0,0,.24); }
.id-service__icon { width: 58px; height: 58px; margin-bottom: 24px; color: var(--brand); transition: transform .2s; }
.id-service:hover .id-service__icon { transform: translateY(-2px); }
.id-service__icon svg { width: 100%; height: 100%; }
.id-service__label {
  font-family: var(--f-semi); font-weight: 600; font-size: 33px; line-height: 1.05;
  text-transform: uppercase; color: var(--white); max-width: 340px;
}
.id-service__desc { margin-top: 16px; max-width: 390px; color: var(--text-dim); font-size: 17px; line-height: 1.62; }
.id-service__link {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%;
  margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line-2);
  color: var(--white); font-family: var(--f-ui); font-weight: 700; font-size: 14px;
  letter-spacing: .065em; text-transform: uppercase; transition: color .2s, border-color .2s;
}
.id-service__link span { color: var(--brand); font-size: 22px; line-height: 1; transition: transform .2s; }
.id-service:hover .id-service__link { border-color: rgba(249,115,22,.55); }
.id-service:hover .id-service__link span { transform: translateX(4px); }

/* =========================================================================
   4. AWARDS + RELATIONSHIPS  (dark; awards row, then two-col about)
   ========================================================================= */
.id-relsec { background: var(--bg-2); padding-block: 20px 72px; border-top: 1px solid var(--line); }
.id-awards__row {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 26px 34px; padding-block: 40px 50px;
}
.id-awards__logo {
  height: 123px; width: 123px; display: flex; align-items: center; justify-content: center;
  opacity: .8; transition: opacity .2s, border-color .2s;
}
.id-awards__logo:hover { opacity: 1; }
.id-awards__logo .ph {
  height: 100%; width: 100%; border-radius: 10px;
  background: var(--surface); border: 1px solid var(--line-2);
  display: flex; align-items: center; justify-content: center; text-align: center; padding: 8px;
  font-family: var(--f-ui); font-size: 11px; font-weight: 700; letter-spacing: .04em; color: var(--text-mute);
}
.id-rel__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.id-rel__heading {
  font-family: var(--f-cond); font-weight: 500; font-size: 46px; line-height: 1.12;
  text-transform: uppercase; color: var(--white); margin-bottom: 16px;
}
.id-rel__body { font-size: 18px; line-height: 1.72; color: var(--text-dim); margin-bottom: 20px; }
.id-rel__body strong { color: var(--white); font-weight: 700; }
.id-rel__body a { color: var(--brand); font-weight: 700; }
.id-rel__sign { font-family: var(--f-script); font-size: 34px; line-height: 1; color: var(--brand); }
.id-rel__role { font-family: var(--f-body); font-size: 17px; letter-spacing: 1px; color: var(--text-mute); margin-top: 6px; }

/* You're in good company — floating client-logo cloud */
.id-company { background: var(--bg-2); border-top: 1px solid var(--line); padding-block: 74px 84px; text-align: center; overflow: hidden; }
.id-company__title { font-family: var(--f-cond); font-weight: 600; font-size: 54px; line-height: 1.04; text-transform: uppercase; color: var(--white); margin-bottom: 50px; }
.id-company__cloud { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 22px; max-width: 1020px; margin: 0 auto; }
.id-company__logo {
  display: inline-flex; align-items: center; gap: 14px; padding: 20px 26px; border-radius: 14px;
  background: var(--surface); border: 1px solid var(--line); color: var(--text-dim);
  animation: id-float 6s ease-in-out infinite; will-change: transform;
  transition: color .2s, border-color .2s, box-shadow .2s;
}
.id-company__logo:hover { color: var(--white); border-color: var(--brand); box-shadow: 0 14px 34px rgba(0,0,0,.45); }
.id-company__logo svg { width: 30px; height: 30px; color: var(--brand); flex: 0 0 auto; }
.id-company__bar { height: 14px; border-radius: 7px; background: linear-gradient(90deg, rgba(255,255,255,.24), rgba(255,255,255,.10)); }
.id-company__logo:nth-child(2n) { animation-duration: 7.5s; animation-delay: -1.2s; }
.id-company__logo:nth-child(3n) { animation-duration: 6.8s; animation-delay: -2.4s; }
.id-company__logo:nth-child(4n) { animation-duration: 8.2s; animation-delay: -.6s;  }
.id-company__logo:nth-child(5n) { animation-duration: 7.1s; animation-delay: -3s;   }
@keyframes id-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@media (prefers-reduced-motion: reduce) { .id-company__logo { animation: none; } }
@media (max-width: 767px) {
  .id-company__title { font-size: 32px; }
  .id-company__cloud { gap: 14px; }
  .id-company__logo { padding: 14px 18px; gap: 10px; }
  .id-company__logo svg { width: 24px; height: 24px; }
}

/* Working principles — editorial proof without counters or decorative cards. */
.id-why { padding-bottom: 58px; border-bottom: 1px solid var(--line); margin-bottom: 56px; }
.id-why__title { max-width: 820px; font-family: var(--f-cond); font-weight: 600; font-size: clamp(48px,5vw,68px); line-height: .98; text-transform: uppercase; color: var(--white); margin-bottom: 42px; }
.id-why__principles { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
.id-why__principle {
  position: relative; overflow: hidden; padding: 28px 24px 30px; border-left: 1px solid var(--line-2);
  background: linear-gradient(180deg,rgba(249,115,22,0) 0%,rgba(249,115,22,0) 100%);
  transition: background .35s ease;
}
.id-why__principle::before {
  content: ""; position: absolute; top: -1px; left: 0; width: 100%; height: 2px;
  background: var(--brand); transform: scaleX(0); transform-origin: left center;
  transition: transform .4s cubic-bezier(.22,1,.36,1);
}
.id-why__principle:first-child { padding-left: 0; border-left: 0; }
.id-why__principle h3 { color: var(--white); font-family: var(--f-semi); font-size: 28px; font-weight: 600; line-height: 1.08; margin-bottom: 14px; transition: color .25s ease, transform .35s cubic-bezier(.22,1,.36,1); }
.id-why__principle p { color: var(--text-dim); font-size: 17px; line-height: 1.65; transition: color .25s ease, transform .35s cubic-bezier(.22,1,.36,1); }
@media (hover: hover) and (pointer: fine) {
  .id-why__principle:hover { background: linear-gradient(180deg,rgba(249,115,22,.075) 0%,rgba(249,115,22,0) 78%); }
  .id-why__principle:hover::before { transform: scaleX(1); }
  .id-why__principle:hover h3 { color: var(--brand); transform: translateY(-3px); }
  .id-why__principle:hover p { color: var(--text); transform: translateY(-3px); }
}
@media (prefers-reduced-motion: reduce) {
  .id-why__principle, .id-why__principle::before, .id-why__principle h3, .id-why__principle p { transition: none; }
}

/* =========================================================================
   PORTFOLIO — editorial case studies + scroll-driven project wheel
   ========================================================================= */
.mj-portfolio { overflow-x: clip; background: #fff; }
.mj-portfolio-hero {
  position: relative; min-height: clamp(560px,72vh,780px); overflow: hidden;
  display: grid; align-items: center; color: #fff; background: #0B1220 url("images/backgrounds/mj-facet-hero.svg") center/cover no-repeat fixed;
}
.mj-portfolio-hero__inner { position: relative; z-index: 1; padding-block: clamp(110px,15vw,190px); }
.mj-portfolio-hero h1 {
  max-width: 1020px; color: #fff; font-family: var(--f-display); font-size: clamp(64px,8.4vw,126px);
  font-weight: 400; letter-spacing: .005em; line-height: .88; text-transform: uppercase;
}
.mj-portfolio-hero p { max-width: 760px; margin-top: 32px; color: #E2E8F0; font-size: clamp(19px,1.6vw,24px); line-height: 1.58; }
.mj-portfolio-hero__lines { position: absolute; inset: 10% -4% 4% 48%; pointer-events: none; opacity: .88; }
.mj-portfolio-hero__lines i { position: absolute; display: block; height: 3px; transform-origin: right center; }
.mj-portfolio-hero__lines i:nth-child(1) { top: 18%; right: 0; width: 76%; background: #FF5A26; transform: rotate(-19deg); }
.mj-portfolio-hero__lines i:nth-child(2) { top: 42%; right: 4%; width: 58%; background: #C02060; transform: rotate(12deg); }
.mj-portfolio-hero__lines i:nth-child(3) { top: 66%; right: -4%; width: 82%; background: #20A0A0; transform: rotate(-8deg); }
.mj-portfolio-hero__lines i:nth-child(4) { top: 82%; right: 18%; width: 44%; background: #702060; transform: rotate(24deg); }

.mj-portfolio-cases { padding: clamp(88px,10vw,154px) 0 clamp(104px,12vw,180px); background: #fff; }
.mj-portfolio-cases > .id-content > h2 {
  max-width: 860px; color: var(--text-primary); font-family: var(--f-display); font-size: clamp(54px,6.5vw,92px);
  font-weight: 400; letter-spacing: .005em; line-height: .93; text-transform: uppercase;
}
.mj-portfolio-stage-note {
  max-width: 850px; margin-top: 26px; padding: 18px 22px; color: #7C2D12; background: #FFF7ED;
  border-left: 4px solid #FF5A26; font-size: 17px; line-height: 1.55;
}
.mj-portfolio-cases__list { display: grid; gap: clamp(96px,12vw,176px); margin-top: clamp(72px,9vw,132px); }
.mj-project { display: grid; grid-template-columns: minmax(0,1.28fr) minmax(320px,.72fr); gap: clamp(48px,7vw,112px); align-items: center; }
.mj-project:nth-child(even) { grid-template-columns: minmax(320px,.72fr) minmax(0,1.28fr); }
.mj-project:nth-child(even) .mj-project__media { order: 2; }
.mj-project__media {
  position: relative; margin: 0; aspect-ratio: 3/2; overflow: hidden; background: #0B1220;
  border: 1px solid #CBD5E1; box-shadow: 24px 24px 0 color-mix(in srgb,var(--project-accent) 14%,#fff);
}
.mj-project__media::before { content: ""; position: absolute; inset: 0 0 auto; z-index: 1; height: 5px; background: var(--project-accent); }
.mj-project__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.75,.25,1); }
.mj-project:hover .mj-project__media img { transform: scale(1.018); }
.mj-project__copy { position: relative; padding-left: 30px; border-left: 2px solid var(--project-accent); }
.mj-project__copy h3 { color: var(--text-primary); font-family: var(--f-cond); font-size: clamp(38px,4vw,58px); font-weight: 600; line-height: .98; }
.mj-project__copy p { margin-top: 24px; color: var(--text-secondary); font-size: clamp(18px,1.35vw,20px); line-height: 1.68; }
.mj-project__copy .mj-project__result { color: var(--text-primary); font-weight: 600; }
.mj-project__copy a {
  display: inline-flex; align-items: center; gap: 14px; min-height: 50px; margin-top: 32px; padding: 0 24px;
  color: #fff; background: var(--project-accent); border-radius: 999px; font-family: var(--f-semi); font-size: 16px;
  font-weight: 700; letter-spacing: .05em; text-transform: uppercase; transition: transform .2s ease,background-color .2s ease;
}
.mj-project__copy a:hover { color: #fff; background: #1E293B; transform: translateY(-2px); }
.mj-project__pending { display: inline-block; margin-top: 28px; color: #64748B; font-family: var(--f-semi); font-size: 15px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }

.mj-portfolio-closing {
  position: relative; min-height: clamp(720px,78vw,900px); overflow: hidden; display: grid; place-items: center;
  isolation: isolate; color: #fff; background: #0B1220 url("images/backgrounds/mj-facet-footer.svg") center/cover no-repeat;
}
.mj-portfolio-wheel-stage {
  position: absolute; inset: 0; z-index: -1; display: grid; place-items: center; overflow: hidden; pointer-events: none;
}
.mj-portfolio-wheel {
  --wheel-size: min(72vw,640px); --wheel-radius: calc(var(--wheel-size) * .415);
  position: relative; width: var(--wheel-size); aspect-ratio: 1; border: 1px solid rgba(226,232,240,.22);
  border-radius: 50%; transform: rotate(var(--wheel-rotation,0deg)); transform-origin: center; will-change: transform;
}
.mj-portfolio-wheel::before,
.mj-portfolio-wheel::after { content: ""; position: absolute; inset: 22%; border: 1px solid rgba(226,232,240,.12); border-radius: 50%; }
.mj-portfolio-wheel::after { inset: 48%; background: #FF5A26; border: 0; }
.mj-portfolio-wheel__tile {
  position: absolute; left: 50%; top: 50%; width: clamp(58px,7vw,84px); aspect-ratio: 4/3;
  overflow: hidden; border: 2px solid var(--tile-accent); border-radius: 3px;
  background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.35);
  transform: translate(-50%,-50%) rotate(var(--slot-angle)) translateY(calc(var(--wheel-radius) * -1));
}
.mj-portfolio-wheel__tile img { width: 100%; height: 100%; object-fit: cover; }
.mj-portfolio-closing__copy { position: relative; z-index: 2; max-width: 760px; text-align: center; }
.mj-portfolio-closing__copy::before {
  content: ""; position: absolute; inset: -70px -78px; z-index: -1; background: rgba(11,18,32,.92);
  border: 1px solid rgba(226,232,240,.18); clip-path: polygon(8% 0,100% 0,94% 88%,82% 100%,0 92%,0 12%);
}
.mj-portfolio-closing h2 { color: #fff; font-family: var(--f-display); font-size: clamp(56px,7vw,100px); font-weight: 400; line-height: .9; text-transform: uppercase; }
.mj-portfolio-closing p { max-width: 640px; margin: 26px auto 34px; color: #E2E8F0; font-size: clamp(18px,1.4vw,21px); line-height: 1.62; }
.mj-portfolio-closing .id-promise__cta { display: inline-flex; margin-inline: auto; }

@media (max-width: 900px) {
  .mj-project,.mj-project:nth-child(even) { grid-template-columns: 1fr; gap: 42px; }
  .mj-project:nth-child(even) .mj-project__media { order: 0; }
  .mj-project__copy { max-width: 680px; }
  .mj-portfolio-wheel { --wheel-size: min(86vw,560px); }
}
@media (max-width: 600px) {
  .mj-portfolio-hero { min-height: 620px; background-attachment: scroll; }
  .mj-portfolio-hero__lines { inset: 14% -34% 2% 48%; opacity: .62; }
  .mj-portfolio-cases { padding-block: 78px 110px; }
  .mj-project__media { box-shadow: 12px 12px 0 color-mix(in srgb,var(--project-accent) 14%,#fff); }
  .mj-project__copy { padding-left: 20px; }
  .mj-portfolio-closing { min-height: 720px; }
  .mj-portfolio-wheel { --wheel-size: min(82vw,430px); --wheel-radius: calc(var(--wheel-size) * .405); }
  .mj-portfolio-wheel__tile { width: clamp(45px,14vw,64px); }
  .mj-portfolio-closing__copy::before { inset: -58px -20px; }
}
@media (prefers-reduced-motion: reduce) {
  .mj-portfolio-hero { background-attachment: scroll; }
  .mj-portfolio-wheel { will-change: auto; }
  .mj-project__media img { transition: none; }
}

/* 5.8.2 — one WhatsApp mark and an always-available, collision-safe chat action. */
.id-modal__field label .id-whatsapp-icon {
  color: #128C7E;
  stroke: currentColor;
}
.id-whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 330;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #07130B;
  background: #25D366;
  border: 1px solid #1EBC58;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(7,19,11,.22);
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.id-whatsapp-float .id-whatsapp-icon { width: 31px; height: 31px; }
.id-whatsapp-float > span {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  width: max-content;
  padding: 8px 11px;
  color: #fff;
  background: #0F172A;
  border-radius: 2px;
  font-family: var(--f-ui);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate(6px,-50%);
  transition: opacity .18s ease, transform .18s ease;
}
.id-whatsapp-float:hover,
.id-whatsapp-float:focus-visible { color: #07130B; background: #4ADE80; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(7,19,11,.28); }
.id-whatsapp-float:hover > span,
.id-whatsapp-float:focus-visible > span { opacity: 1; transform: translate(0,-50%); }
.id-backtotop { bottom: 94px; }
.id-menu-open .id-whatsapp-float,
.id-modal-open .id-whatsapp-float,
.id-cookie-open .id-whatsapp-float { visibility: hidden; opacity: 0; pointer-events: none; }

@media (max-width: 620px) {
  .id-whatsapp-float { right: 14px; bottom: 14px; width: 54px; height: 54px; }
  .id-whatsapp-float .id-whatsapp-icon { width: 29px; height: 29px; }
  .id-whatsapp-float > span { display: none; }
  .id-backtotop { right: 14px; bottom: 78px; }
}
@media (prefers-reduced-motion: reduce) {
  .id-whatsapp-float,
  .id-whatsapp-float > span { transition: none; }
}

/* 5.4.1 — custom WordPress capability marks and editorial grid. */
.id-wpm__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  align-content: stretch;
  padding: 0;
  border-top: 1px solid var(--border-color);
}
.id-wpm__row {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  min-width: 0;
  padding: clamp(28px,3vw,38px);
  overflow: hidden;
  border: 0;
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  background: #fff;
  isolation: isolate;
  transition: background-color .28s ease;
}
.id-wpm__row:nth-child(2n) { border-right: 0; }
.id-wpm__row::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--wpm-accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .4s cubic-bezier(.22,1,.36,1);
}
.id-wpm__icon {
  display: block;
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  overflow: visible;
  color: var(--wpm-accent);
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  transition: transform .35s cubic-bezier(.22,1,.36,1);
}
.id-wpm__icon-structure { opacity: .38; }
.id-wpm__icon-draw {
  stroke-dasharray: 1;
  stroke-dashoffset: .18;
  opacity: .78;
  transition: stroke-dashoffset .7s cubic-bezier(.22,1,.36,1), opacity .28s ease;
}
.id-wpm__rowbody {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 13px;
}
.id-wpm__rowtitle {
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(27px,2.05vw,33px);
  line-height: 1.02;
  transition: color .28s ease, transform .35s cubic-bezier(.22,1,.36,1);
}
.id-wpm__rowdesc {
  margin: 0;
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.62;
  transition: color .28s ease;
}
@media (hover: hover) and (pointer: fine) {
  .id-wpm__row:hover { background: var(--wpm-tint); }
  .id-wpm__row:hover::before { transform: scaleX(1); }
  .id-wpm__row:hover .id-wpm__icon { transform: translateY(-3px) scale(1.045); }
  .id-wpm__row:hover .id-wpm__icon-draw { stroke-dashoffset: 0; opacity: 1; }
  .id-wpm__row:hover .id-wpm__rowtitle { color: var(--wpm-accent); transform: translateY(-2px); }
  .id-wpm__row:hover .id-wpm__rowdesc { color: var(--text-primary); }
}
@media (max-width: 760px) {
  .id-wpm__list { grid-template-columns: 1fr; }
  .id-wpm__row,
  .id-wpm__row:nth-child(2n) { border-right: 0; }
  .id-wpm__row { display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 20px; padding: 28px 24px; }
  .id-wpm__icon { width: 56px; height: 56px; }
  .id-wpm__rowtitle { font-size: 29px; }
  .id-wpm__rowdesc { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  .id-wpm__row,
  .id-wpm__row::before,
  .id-wpm__icon,
  .id-wpm__icon-draw,
  .id-wpm__rowtitle,
  .id-wpm__rowdesc { transition: none; }
  .id-wpm__icon-draw { stroke-dashoffset: 0; }
  .id-wpm__row:hover .id-wpm__icon,
  .id-wpm__row:hover .id-wpm__rowtitle { transform: none; }
}

@media (max-width: 767px) {
  .id-why__title { font-size: 44px; margin-bottom: 30px; }
  .id-why__principles { grid-template-columns: 1fr; }
  .id-why__principle, .id-why__principle:first-child { padding: 22px 0; border-left: 0; border-bottom: 1px solid var(--line-2); }
  .id-why__principle:last-child { border-bottom: 0; }
  .id-why__principle h3 { font-size: 28px; margin-bottom: 9px; }
  .id-why__principle p { max-width: 520px; font-size: 17px; }
}

/* =========================================================================
   5. RECENT WORK  (dark band; white title reads; WHITE cards on black)
   ========================================================================= */
.id-work { background: var(--bg); overflow: hidden; border-top: 1px solid var(--line); }
.id-work__flex { display: flex; align-items: center; gap: 30px; min-height: 440px; }
.id-work__head { flex: 0 0 330px; padding-left: 40px; }
.id-work__title {
  font-family: var(--f-semi); font-weight: 500; font-size: 80px; line-height: .9;
  text-transform: uppercase; color: var(--white);
}
.id-work__more {
  display: inline-block; margin-top: 14px; font-family: var(--f-ui); font-weight: 400; font-size: 20px;
  text-transform: uppercase; color: var(--white); border-bottom: 2px solid var(--brand); padding-bottom: 2px;
}
.id-work__more:hover { color: var(--brand); }
.id-work__strip { display: flex; gap: 20px; align-items: center; overflow-x: auto; padding: 20px 40px 20px 0; }
/* white cards on black — the "white on black" accent */
.id-work__item {
  flex: 0 0 267px; border-radius: 12px; overflow: hidden;
  background: var(--contrast); box-shadow: 0 14px 40px rgba(0,0,0,.55); border: 1px solid rgba(255,255,255,.06);
}
.id-work__item .ph {
  width: 267px; display: flex; align-items: center; justify-content: center;
  color: #8a969d; font-family: var(--f-ui); font-weight: 700; font-size: 12px;
  letter-spacing: .05em; text-transform: uppercase;
  background: repeating-linear-gradient(135deg,#f4f6f7,#f4f6f7 12px,#e9edee 12px,#e9edee 24px);
}
.id-work__item--bachettis  .ph { height: 324px; }
.id-work__item--purebread  .ph { height: 282px; }
.id-work__item--pettinaro  .ph,
.id-work__item--raindrainz .ph,
.id-work__item--uplift     .ph { height: 267px; }

/* WordPress capabilities — a typographic service index, not a feature-card grid. */
.id-wpm { display: grid; grid-template-columns: minmax(360px, 420px) 1fr; gap: clamp(52px, 6vw, 88px); padding-block: 80px; align-items: start; }
.id-wpm__head { padding-top: 6px; }
.id-wpm .id-work__title {
  max-width: 440px; font-size: clamp(68px, 5.7vw, 84px); line-height: .9; letter-spacing: -.025em;
  text-wrap: balance;
}
.id-wpm__intro { max-width: 420px; color: var(--text-dim); font-size: 18px; line-height: 1.72; margin: 28px 0 32px; }
.id-wpm__cta {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 52px;
  padding: 14px 20px 14px 22px; border: 1px solid var(--brand); border-radius: 999px;
  background: var(--brand); color: #fff; font-family: var(--f-ui); font-weight: 700; font-size: 15px;
  text-transform: uppercase; letter-spacing: .07em; transition: background .2s, border-color .2s, transform .2s;
}
.id-wpm__cta::after { content: "→"; color: #fff; font-size: 22px; line-height: 1; transition: transform .2s; }
.id-wpm__cta:hover { color: #fff; background: #fb842d; border-color: #fb842d; transform: translateY(-2px); }
.id-wpm__cta:hover::after { transform: translateX(4px); }
.id-wpm__list { border-top: 1px solid var(--line-2); }
.id-wpm__row {
  position: relative; display: grid; grid-template-columns: minmax(190px,.82fr) minmax(260px,1.18fr);
  align-items: baseline; gap: clamp(28px,4vw,56px); padding: 25px 0 27px;
  border-bottom: 1px solid var(--line-2); transition: border-color .25s ease;
}
.id-wpm__row::before {
  content: ""; position: absolute; left: 0; bottom: -1px; width: 72px; height: 1px;
  background: var(--brand); transform: scaleX(0); transform-origin: left center;
  transition: transform .4s cubic-bezier(.22,1,.36,1);
}
.id-wpm__row:hover::before { transform: scaleX(1); }
.id-wpm__rowbody { display: contents; }
.id-wpm__rowtitle {
  font-family: var(--f-cond); font-weight: 600; font-size: clamp(31px,2.45vw,38px); line-height: 1;
  color: var(--white); letter-spacing: .005em; transition: color .25s ease, transform .3s ease;
}
.id-wpm__rowdesc { max-width: 590px; margin: 0; font-family: var(--f-body); font-size: 17px; line-height: 1.62; color: var(--text-dim); transition: color .25s ease; }
@media (hover: hover) and (pointer: fine) {
  .id-wpm__row:hover { border-color: rgba(249,115,22,.36); }
  .id-wpm__row:hover .id-wpm__rowtitle { color: var(--brand); transform: translateX(5px); }
  .id-wpm__row:hover .id-wpm__rowdesc { color: var(--text); }
}
@media (max-width: 980px) { .id-wpm { grid-template-columns: 1fr; gap: 38px; } }
@media (max-width: 620px) {
  .id-wpm { padding-block: 64px; }
  .id-wpm .id-work__title { max-width: 330px; font-size: 54px; line-height: .92; }
  .id-wpm__intro { margin: 22px 0 28px; font-size: 17px; line-height: 1.7; }
  .id-wpm__row { grid-template-columns: 1fr; gap: 8px; padding: 22px 0 24px; }
  .id-wpm__rowtitle { font-size: 31px; }
  .id-wpm__rowdesc { font-size: 16px; }
}

/* 5.7.1 — service-page motion, bespoke artwork, and non-numeric progression. */
.mj-service-hero { background-attachment: fixed; }
.mj-service-mark {
  width: 68px; height: 64px; color: var(--mark-color); background: transparent;
  border-color: color-mix(in srgb,var(--mark-color) 34%,#CBD5E1);
}
.mj-service-mark svg { width: 52px; height: 52px; }
.mj-service-included__item:nth-child(even) .mj-service-mark { color: var(--mark-color); }
.mj-service-included__item:hover .mj-service-mark { background: color-mix(in srgb,var(--mark-color) 8%,#fff); }
.mj-service-proof__visual { min-height: 390px; }
.mj-service-proof__visual > pre { min-height: 390px; }

/* Each service keeps the master skeleton while one of three editorial rhythms
   changes the balance and surface order from page to page. */
.mj-service--layout-1 .mj-service-problem { background: #F8FAFC; }
.mj-service--layout-1 .mj-service-included { background: #fff; }
.mj-service--layout-1 .mj-service-included__list { grid-column: 2; }
.mj-service--layout-1 .mj-service-proof { grid-column: 1; grid-row: 1; }
.mj-service--layout-1 .mj-service-process { background: #F1F5F9; }
.mj-service--layout-1 .mj-service-faq { background: #fff; }
.mj-service--layout-2 .mj-service-problem__grid { grid-template-columns: minmax(420px,1.18fr) minmax(360px,.82fr); }
.mj-service--layout-2 .mj-service-included { background: #F1F5F9; }
.mj-service--layout-2 .mj-service-included h2 { margin-left: clamp(0px,8vw,120px); }
.mj-service--layout-2 .mj-service-process__layout { grid-template-columns: minmax(390px,1fr) minmax(460px,1fr); }
.mj-service--layout-2 .mj-service-faq { background: #fff; }

/* Concrete design artifacts — one distinct composition for each design page. */
.mj-service-art { position: relative; min-height: 390px; padding: 34px; color: #F8FAFC; overflow: hidden; font-family: var(--f-ui); }
.mj-service-art small { color: #CBD5E1; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.mj-service-art--flow { display: flex; align-items: center; justify-content: center; gap: 12px; }
.mj-service-art--flow span { display: grid; place-items: center; width: 92px; min-height: 66px; padding: 8px; border: 1px solid #94A3B8; font-weight: 700; text-align: center; }
.mj-service-art--flow i { width: 33px; height: 1px; background: var(--service-accent); }
.mj-service-art--flow b { position: absolute; left: 45%; bottom: 70px; padding: 8px 11px; color: #CBD5E1; border: 1px dashed var(--service-accent-2); font-size: 12px; font-weight: 500; transform: rotate(-5deg); }
.mj-service-art--flow b::before { content: ""; position: absolute; left: 50%; bottom: 100%; width: 1px; height: 52px; background: var(--service-accent-2); transform: rotate(20deg); transform-origin: bottom; }
.mj-service-art--brand { display: grid; grid-template-rows: 1fr auto auto; align-items: center; }
.mj-service-art--brand strong { color: var(--service-accent); font: 500 112px/.8 var(--f-display); letter-spacing: -.05em; }
.mj-service-art--brand div { display: flex; gap: 0; margin: 20px 0; }
.mj-service-art--brand i { width: 20%; height: 24px; background: #FF5A26; }
.mj-service-art--brand i:nth-child(2) { background:#E02020; }.mj-service-art--brand i:nth-child(3) { background:#C02060; }.mj-service-art--brand i:nth-child(4) { background:#702060; }.mj-service-art--brand i:nth-child(5) { background:#20A0A0; }
.mj-service-art--brand span { font: 700 17px/1.4 var(--f-cond); letter-spacing: .06em; text-transform: uppercase; }
.mj-service-art--brand em { position: absolute; top: 42px; right: -32px; padding: 8px 42px; color: #0F172A; background: #fff; font-size: 12px; font-style: normal; transform: rotate(37deg); }
.mj-service-art--before-after { display: grid; grid-template-columns: 1fr 34px 1fr; gap: 16px; align-items: center; }
.mj-service-art--before-after > div { display: flex; min-height: 260px; padding: 24px; flex-direction: column; justify-content: center; border: 1px solid #64748B; }
.mj-service-art--before-after > i { height: 2px; background: var(--service-accent); }
.mj-service-art--before-after b { color: #94A3B8; font: 500 68px/1 var(--f-display); }
.mj-service-art--before-after strong { color: var(--service-accent); font: 500 78px/1 var(--f-display); }
.mj-service-art--before-after span { margin-top: 18px; color: #CBD5E1; font-size: 13px; line-height: 1.4; }
.mj-service-art--browser { display: grid; grid-template-columns: 30% 1fr; grid-template-rows: 42px 1fr; gap: 1px; padding: 38px; }
.mj-service-art--browser header { grid-column: 1/-1; display: flex; align-items: center; gap: 7px; padding: 0 15px; border: 1px solid #64748B; }
.mj-service-art--browser header i { width: 6px; height: 6px; background: #94A3B8; border-radius: 50%; }
.mj-service-art--browser aside { border: 1px solid #64748B; }
.mj-service-art--browser section { padding: 28px; border: 1px solid #64748B; }
.mj-service-art--browser section b,.mj-service-art--browser section span,.mj-service-art--browser section em { display:block; height:10px; margin-bottom:16px; background:#94A3B8; }
.mj-service-art--browser section b { width: 72%; height: 42px; background: transparent; border: 2px solid var(--service-accent); }
.mj-service-art--browser section span:nth-child(3) { width: 78%; }.mj-service-art--browser section em { width: 38%; height: 30px; margin-top: 28px; background: var(--service-accent); }
.mj-service-art--landing { display: grid; grid-template-columns: .72fr 35px 1.28fr; gap: 14px; align-items: center; }
.mj-service-art--landing > div { display: flex; min-height: 230px; padding: 24px; flex-direction: column; justify-content: center; border: 1px solid #64748B; }
.mj-service-art--landing > i { height: 2px; background: var(--service-accent); }
.mj-service-art--landing b { margin-top: 12px; font: 700 24px/1.08 var(--f-cond); text-transform: uppercase; }
.mj-service-art--landing button,.mj-service-art--mobile button { width: max-content; margin-top: 24px; padding: 9px 14px; color: #fff; background: var(--service-accent); border: 0; border-radius: 999px; font-weight: 700; }
.mj-service-art--mobile { display: flex; align-items: center; justify-content: center; gap: 28px; }
.mj-service-art--mobile > div { width: 150px; min-height: 288px; padding: 18px; border: 2px solid #94A3B8; border-radius: 22px; }
.mj-service-art--mobile > div:last-child { transform: translateY(22px); border-color: var(--service-accent); }
.mj-service-art--mobile i { display: block; width: 38px; height: 5px; margin: 0 auto 42px; background: #64748B; border-radius: 3px; }
.mj-service-art--mobile b { display:block; font:700 23px/1 var(--f-cond); text-transform:uppercase; }.mj-service-art--mobile span { display:block; height:9px; margin-top:14px; background:#64748B; }.mj-service-art--mobile em { display:block; height:64px; border:1px solid #64748B; }
.mj-service-art--redesign { display:grid; grid-template-columns:1fr 34px 1fr; gap:15px; align-items:center; }
.mj-service-art--redesign > div { min-height:260px; padding:24px; border:1px solid #64748B; }.mj-service-art--redesign > b { height:2px; background:var(--service-accent); }
.mj-service-art--redesign div > i { display:block; height:18px; margin-top:18px; background:#64748B; }.mj-service-art--redesign div > i:nth-child(3){width:68%}.mj-service-art--redesign div > i:nth-child(4){width:82%}
.mj-service-art--redesign strong,.mj-service-art--redesign span,.mj-service-art--redesign em { display:block; margin-top:18px; }.mj-service-art--redesign strong { height:58px; border:2px solid var(--service-accent); }.mj-service-art--redesign span{height:10px;background:#94A3B8}.mj-service-art--redesign em{width:44%;height:32px;background:var(--service-accent)}

/* Process progression uses a hand-drawn route and faceted markers, never badges. */
.mj-service-process__steps { position: relative; padding-left: 34px; border-top: 0; }
.mj-service-process__steps::before { content: ""; position: absolute; top: 22px; bottom: 32px; left: 7px; width: 2px; background: linear-gradient(#C02060,#702060,#20A0A0); transform: rotate(.7deg); transform-origin: top; }
.mj-service-process__steps article { position: relative; display: block; padding: 4px 0 42px 26px; border-bottom: 0; }
.mj-service-process__steps article::before { content: ""; position: absolute; top: 7px; left: -34px; width: 17px; height: 17px; background: #fff; border: 3px solid var(--step-color); transform: rotate(45deg); }
.mj-service-process__steps article::after { content: ""; position: absolute; top: 15px; left: -17px; width: 28px; height: 1px; background: var(--step-color); }
.mj-service-process__steps article:nth-child(even) { margin-left: 42px; transform: none; }
.mj-service-process__steps article:last-child { padding-bottom: 0; }

/* iOS uses the same transformed pseudo-background fallback as the homepage. */
html.id-ios-parallax .mj-service-hero { position: relative; background-image: none; background-attachment: scroll; }
html.id-ios-parallax .mj-service-hero::before { content: ""; display: block; position: absolute; inset: -12% 0; z-index: 0; pointer-events: none; background: #0B1220 url("images/backgrounds/mj-facet-hero.svg") center/cover no-repeat; transform: translate3d(0,var(--id-parallax-y,0px),0); will-change: transform; }
html.id-ios-parallax .mj-service-hero__inner { position: relative; z-index: 1; }

@media (max-width: 980px) {
  .mj-service--layout-1 .mj-service-included__list,
  .mj-service--layout-1 .mj-service-proof { grid-column: auto; grid-row: auto; }
  .mj-service--layout-2 .mj-service-problem__grid,
  .mj-service--layout-2 .mj-service-process__layout { grid-template-columns: 1fr; }
  .mj-service--layout-2 .mj-service-included h2 { margin-left: 0; }
}
@media (max-width: 620px) {
  .mj-service-art { min-height: 330px; padding: 20px; }
  .mj-service-art--flow { gap: 7px; }.mj-service-art--flow span{width:76px;font-size:12px}.mj-service-art--flow i{width:16px}
  .mj-service-art--before-after,.mj-service-art--redesign { grid-template-columns:1fr 20px 1fr; gap:8px; }.mj-service-art--before-after>div,.mj-service-art--redesign>div{padding:14px}.mj-service-art--before-after b,.mj-service-art--before-after strong{font-size:48px}
  .mj-service-art--landing { grid-template-columns:1fr; }.mj-service-art--landing>i{width:2px;height:24px;margin:auto}
  .mj-service-art--mobile { gap:12px }.mj-service-art--mobile>div{width:132px;min-height:270px}
  .mj-service-process__steps article:nth-child(even) { margin-left: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  .mj-service-hero { background-attachment: scroll; }
  html.id-ios-parallax .mj-service-hero::before { transform: none; will-change: auto; }
}

/* =========================================================================
   5.7.0 — ONE EDITORIAL SERVICE SYSTEM
   Shared by all service-detail and service-category URLs. Category identity
   changes through two variables; structure remains intentionally consistent.
   ========================================================================= */
.mj-service { color: var(--text-primary); background: #fff; }
.mj-service h1,
.mj-service h2,
.mj-service h3 { margin-top: 0; color: inherit; }
.mj-service p { font-size: 18px; line-height: 1.72; }
.mj-service-hero {
  position: relative; min-height: 720px; overflow: hidden; color: #fff;
  background: #0B1220 url("images/backgrounds/mj-facet-hero.svg") center/cover no-repeat;
  border-bottom: 7px solid var(--service-accent);
}
.mj-service-hero::after {
  content: ""; position: absolute; inset: auto -4vw 12% auto; width: min(48vw,760px); height: 4px;
  background: var(--service-accent); transform: rotate(-14deg); transform-origin: right center; opacity: .9;
}
.mj-service-hero__inner { position: relative; min-height: 720px; padding-block: 32px 92px; }
.mj-service-crumbs { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 10px; color: #CBD5E1; font: 600 14px/1.4 var(--f-ui); }
.mj-service-crumbs a { color: #fff; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.mj-service-crumbs a:hover { color: var(--service-accent); }
.mj-service-hero__copy { position: relative; z-index: 2; width: min(900px,78%); padding-top: clamp(100px,13vh,155px); }
.mj-service-hero h1 { max-width: 1000px; font: 500 clamp(72px,8.3vw,132px)/.86 var(--f-display); letter-spacing: -.018em; text-transform: uppercase; text-wrap: balance; }
.mj-service-hero h1::after { content: ""; display: block; width: clamp(110px,16vw,240px); height: 8px; margin-top: 32px; background: var(--service-accent); }
.mj-service-hero__copy > p { max-width: 760px; margin: 30px 0 0; color: #F8FAFC; font-size: clamp(20px,1.7vw,25px); line-height: 1.55; }
.mj-service-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 38px; }
.mj-service-button,
.mj-service .id-promise__cta { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 13px 25px; color: #fff; background: var(--service-accent); border: 2px solid var(--service-accent); border-radius: 999px; font: 700 15px/1 var(--f-ui); letter-spacing: .055em; text-transform: uppercase; transition: transform .18s ease, background-color .18s ease, border-color .18s ease; }
.mj-service-button:hover,
.mj-service .id-promise__cta:hover { color: #fff; background: var(--service-accent-2); border-color: var(--service-accent-2); transform: translateY(-2px); }
.mj-service-textlink { display: inline-flex; gap: 10px; align-items: center; color: #fff; border-bottom: 1px solid rgba(255,255,255,.6); padding: 8px 0; font: 600 17px/1.2 var(--f-ui); }
.mj-service-textlink:hover { color: var(--service-accent); border-color: currentColor; }
.mj-service-hero__facet { position: absolute; z-index: 1; top: 95px; right: 2%; width: 430px; height: 430px; opacity: .38; transform: rotate(8deg); }
.mj-service-hero__facet i { position: absolute; display: block; border: 2px solid currentColor; color: var(--service-accent); transform: rotate(45deg); }
.mj-service-hero__facet i:nth-child(1) { inset: 15% 15%; }
.mj-service-hero__facet i:nth-child(2) { inset: 29% 29%; color: var(--service-accent-2); }
.mj-service-hero__facet i:nth-child(3) { width: 38%; height: 38%; top: 1%; right: 1%; }
.mj-service-hero__facet i:nth-child(4) { width: 30%; height: 30%; bottom: 1%; left: 1%; color: #20A0A0; }
.mj-service-hero__facet i:nth-child(5) { width: 12px; height: 100%; top: 0; left: 50%; border-width: 0 2px; }

.mj-service-problem { padding-block: clamp(86px,10vw,150px); background: #fff; }
.mj-service-problem__grid { display: grid; grid-template-columns: minmax(300px,.8fr) minmax(460px,1.2fr); gap: clamp(60px,9vw,150px); align-items: start; }
.mj-service-problem h2,
.mj-service-included h2,
.mj-service-process h2,
.mj-service-faq h2 { font: 600 clamp(48px,5.3vw,78px)/.96 var(--f-cond); letter-spacing: -.025em; text-transform: uppercase; text-wrap: balance; }
.mj-service-problem h2 { position: sticky; top: 28px; }
.mj-service-problem h2::before { content: ""; display: block; width: 54px; height: 7px; margin-bottom: 26px; background: var(--service-accent); }
.mj-service-problem__body { padding-top: 36px; border-top: 1px solid #CBD5E1; }
.mj-service-problem__body p { margin: 0; color: #334155; font-size: clamp(19px,1.65vw,23px); }
.mj-service-problem__body p + p { margin-top: 28px; padding-left: clamp(28px,5vw,72px); color: var(--text-primary); border-left: 5px solid var(--service-accent); font-weight: 600; }

.mj-service-included { padding-block: clamp(88px,10vw,148px); background: #F8FAFC; border-block: 1px solid #E2E8F0; }
.mj-service-included h2 { max-width: 950px; margin-bottom: 64px; }
.mj-service-included__layout { display: grid; grid-template-columns: minmax(420px,1.05fr) minmax(400px,.95fr); gap: clamp(55px,8vw,120px); align-items: start; }
.mj-service-included__list { border-top: 1px solid #CBD5E1; }
.mj-service-included__item { display: grid; grid-template-columns: 72px 1fr; gap: 22px; padding: 32px 0; border-bottom: 1px solid #CBD5E1; }
.mj-service-mark { display: grid; place-items: center; width: 62px; height: 58px; color: var(--service-accent); background: #fff; border: 1px solid #CBD5E1; }
.mj-service-mark svg { width: 48px; height: 43px; }
.mj-service-included__item:nth-child(even) .mj-service-mark { color: var(--service-accent-2); transform: translateX(8px); }
.mj-service-included__item h3 { margin-bottom: 9px; font: 700 clamp(25px,2vw,31px)/1.05 var(--f-cond); text-transform: uppercase; }
.mj-service-included__item p { margin: 0; color: #475569; }
.mj-service-proof { position: sticky; top: 24px; margin: 0; background: #1E293B; border-top: 7px solid var(--service-accent); }
.mj-service-proof figcaption { padding: 24px 28px 27px; color: #F8FAFC; border-top: 1px solid #475569; font-size: 16px; line-height: 1.55; }
.mj-service-proof pre { min-height: 390px; margin: 0; padding: 44px 36px; color: #E2E8F0; background: transparent; border: 0; border-radius: 0; white-space: pre-wrap; }
.mj-service-proof code { color: inherit; font: 500 clamp(13px,1.15vw,16px)/1.9 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace; }
.mj-service-proof code span { color: var(--service-accent); }
.mj-service-wireframe { display: grid; grid-template-columns: 32% 1fr; grid-template-rows: 44px 168px 120px; gap: 14px; min-height: 390px; padding: 35px; }
.mj-service-wireframe > * { border: 2px solid #94A3B8; }
.mj-service-wireframe > span { grid-column: 1/-1; border-color: var(--service-accent); }
.mj-service-wireframe > div { grid-row: 2/4; padding: 18px; }
.mj-service-wireframe > div i { display: block; height: 10px; margin-bottom: 16px; background: #94A3B8; }
.mj-service-wireframe > div i:last-child { width: 65%; background: var(--service-accent-2); }
.mj-service-wireframe > b { display: block; }
.mj-service-wireframe > em { border-color: var(--service-accent-2); }
.mj-service-ops { display: grid; grid-template-columns: 1fr 1fr; min-height: 390px; padding: 30px; gap: 1px; background: #475569; }
.mj-service-ops > div { display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; background: #1E293B; }
.mj-service-ops > div:nth-child(2), .mj-service-ops > div:nth-child(3) { background: #172033; }
.mj-service-ops b { color: var(--service-accent); font: 700 24px/1 var(--f-cond); text-transform: uppercase; }
.mj-service-ops span { margin-top: 10px; color: #CBD5E1; font-size: 15px; line-height: 1.45; }

.mj-service-process { padding-block: clamp(90px,11vw,165px); background: #fff; }
.mj-service-process__layout { display: grid; grid-template-columns: minmax(310px,.78fr) minmax(500px,1.22fr); gap: clamp(64px,10vw,155px); }
.mj-service-process h2 { position: sticky; top: 28px; align-self: start; }
.mj-service-process__steps { border-top: 2px solid var(--text-primary); }
.mj-service-process__steps article { display: grid; grid-template-columns: 70px 1fr; gap: 28px; padding: 34px 0 38px; border-bottom: 1px solid #CBD5E1; }
.mj-service-process__steps article:nth-child(even) { transform: translateX(-28px); }
.mj-service-process__steps article > span { color: var(--service-accent); font: 500 34px/1 var(--f-display); }
.mj-service-process__steps h3 { margin-bottom: 9px; font: 700 clamp(26px,2.2vw,34px)/1.05 var(--f-cond); text-transform: uppercase; }
.mj-service-process__steps p { margin: 0; color: #475569; }

.mj-service-faq { padding-block: clamp(88px,10vw,145px); background: #F8FAFC; border-top: 1px solid #E2E8F0; }
.mj-service-faq__layout { display: grid; grid-template-columns: minmax(330px,.8fr) minmax(520px,1.2fr); gap: clamp(60px,9vw,140px); }
.mj-service-faq__items { border-top: 2px solid var(--text-primary); }
.mj-service-faq details { border-bottom: 1px solid #CBD5E1; }
.mj-service-faq summary { display: grid; grid-template-columns: 1fr 36px; gap: 24px; align-items: center; padding: 27px 0; cursor: pointer; list-style: none; color: var(--text-primary); font: 700 clamp(21px,1.75vw,26px)/1.25 var(--f-cond); }
.mj-service-faq summary::-webkit-details-marker { display: none; }
.mj-service-faq summary i { position: relative; width: 34px; height: 34px; border: 2px solid var(--service-accent); border-radius: 50%; }
.mj-service-faq summary i::before,
.mj-service-faq summary i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 13px; height: 2px; background: var(--service-accent); transform: translate(-50%,-50%); }
.mj-service-faq summary i::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .18s ease; }
.mj-service-faq details[open] summary { color: var(--service-accent-2); }
.mj-service-faq details[open] summary i::after { transform: translate(-50%,-50%) rotate(0); }
.mj-service-faq details > div { overflow: hidden; }
.mj-service-faq details p { max-width: 760px; margin: 0; padding: 0 58px 29px 0; color: #475569; }

.mj-service-cta { color: #fff; background: #0B1220 url("images/backgrounds/mj-facet-footer.svg") center/cover no-repeat; border: 0; }
.mj-service-cta .id-promise__statement { color: #fff; }
.mj-service-cta p { max-width: 720px; margin: 24px auto 0; color: #E2E8F0; }
.mj-service-cta__whatsapp { display: inline-flex; align-items: center; gap: 10px; color: #fff; font: 700 15px/1 var(--f-ui); }
.mj-service-cta__whatsapp svg { width: 28px; height: 28px; }
.mj-service-cta__whatsapp:hover { color: #25D366; }

.mj-service-category__hero { min-height: 600px; }
.mj-service-category__hero .mj-service-hero__inner { min-height: 600px; }
.mj-service-category__list { padding-block: 80px 120px; }
.mj-service-category__list a { position: relative; display: grid; grid-template-columns: minmax(260px,.65fr) minmax(360px,1.35fr) 42px; gap: 36px; align-items: center; padding: 34px 0; color: var(--text-primary); border-bottom: 1px solid #CBD5E1; }
.mj-service-category__list a:first-child { border-top: 2px solid var(--text-primary); }
.mj-service-category__list a > span { font: 700 clamp(27px,2.4vw,36px)/1 var(--f-cond); text-transform: uppercase; }
.mj-service-category__list a p { margin: 0; color: #475569; }
.mj-service-category__list a i { color: var(--service-accent); font-size: 30px; font-style: normal; transition: transform .18s ease; }
.mj-service-category__list a:hover > span { color: var(--service-accent); }
.mj-service-category__list a:hover i { transform: translate(5px,-5px); }

@media (max-width: 980px) {
  .mj-service-hero__copy { width: 90%; }
  .mj-service-hero__facet { right: -160px; opacity: .26; }
  .mj-service-problem__grid,
  .mj-service-included__layout,
  .mj-service-process__layout,
  .mj-service-faq__layout { grid-template-columns: 1fr; gap: 48px; }
  .mj-service-problem h2,
  .mj-service-proof,
  .mj-service-process h2 { position: static; }
  .mj-service-proof { max-width: 680px; }
  .mj-service-process__steps article:nth-child(even) { transform: none; }
}
@media (max-width: 767px) {
  .mj-service-hero,
  .mj-service-hero__inner { min-height: 650px; }
  .mj-service-hero__inner { padding: 24px 22px 70px; }
  .mj-service-hero__copy { width: 100%; padding-top: 92px; }
  .mj-service-hero h1 { font-size: clamp(58px,17vw,82px); }
  .mj-service-hero__copy > p { font-size: 19px; }
  .mj-service-hero__actions { align-items: flex-start; flex-direction: column; }
  .mj-service-problem__body { padding-top: 26px; }
  .mj-service-included__item { grid-template-columns: 58px 1fr; gap: 17px; }
  .mj-service-mark { width: 52px; height: 50px; }
  .mj-service-mark svg { width: 40px; }
  .mj-service-wireframe { min-height: 330px; padding: 22px; }
  .mj-service-ops { min-height: 330px; padding: 18px; }
  .mj-service-ops > div { padding: 17px; }
  .mj-service-process__steps article { grid-template-columns: 54px 1fr; gap: 17px; }
  .mj-service-category__list a { grid-template-columns: 1fr 32px; gap: 12px 22px; }
  .mj-service-category__list a p { grid-column: 1/-1; grid-row: 2; }
  .mj-service-category__list a i { grid-column: 2; grid-row: 1; }
}
@media (max-width: 480px) {
  .mj-service-crumbs { font-size: 12px; }
  .mj-service-included__item { grid-template-columns: 1fr; }
  .mj-service-included__item:nth-child(even) .mj-service-mark { transform: none; }
  .mj-service-process__steps article { grid-template-columns: 1fr; }
  .mj-service-faq details p { padding-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .mj-service-button,
  .mj-service .id-promise__cta,
  .mj-service-faq summary i::after,
  .mj-service-category__list a i { transition: none; }
}

/* =========================================================================
   6. BORDERLESS COLLABORATION
   ========================================================================= */
.id-local { background: var(--bg-2); padding-block: 88px 24px; }
.id-local__panel {
  padding-block: clamp(52px,6vw,82px); border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); color: var(--white);
}
.id-local__grid { display: grid; grid-template-columns: minmax(460px,1.15fr) minmax(360px,.85fr); gap: clamp(64px,8vw,128px); align-items: start; }
.id-local__title {
  max-width: 680px; font-family: var(--f-semi); font-weight: 500; font-size: clamp(64px,6vw,88px);
  line-height: .94; letter-spacing: -.025em; text-transform: uppercase; color: var(--white);
}
.id-local__title--sub {
  display: block; margin-top: 6px; background: var(--mjwx-spectrum-135); -webkit-background-clip: text;
  background-clip: text; color: transparent; -webkit-text-fill-color: transparent;
}
.id-local__body { max-width: 560px; color: var(--text-dim); font-size: 20px; line-height: 1.68; }
.id-local__body strong { color: var(--white); }
.id-local__location {
  max-width: 520px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line-2);
  color: var(--text-dim); font-size: 17px; line-height: 1.6;
}
.id-local__location strong { display: block; margin-bottom: 5px; color: var(--white); font-size: 26px; font-weight: 600; }
.id-local__legacy { display: none !important; }
.id-local__map { display: block; width: 100%; margin-top: 34px; border: 1px solid var(--line-2); }
@media (max-width: 1080px) {
  .id-local__grid { grid-template-columns: 1fr; }
  .id-local__copy { max-width: 720px; }
  .id-local__details { width: 100%; max-width: 680px; }
}
@media (max-width: 620px) {
  .id-local { padding-block: 54px 16px; }
  .id-local__panel { padding-block: 38px; }
  .id-local__grid { gap: 30px; }
  .id-local__title { font-size: 50px; line-height: .94; }
  .id-local__body { font-size: 17px; }
  .id-local__location { margin-top: 26px; padding-top: 22px; }
  .id-local__location strong { font-size: 23px; }
}

/* =========================================================================
   7. PROMISE  (dark, centred; small label + 40px statement + reviews)
   ========================================================================= */
.id-promise {
  position: relative; overflow: hidden; background: var(--bg); padding-block: 96px 82px; text-align: center;
  border-bottom: 1px solid var(--line);
}
.id-promise::before {
  content: ""; position: absolute; left: 50%; top: -210px; width: 560px; height: 360px; transform: translateX(-50%);
  border-radius: 50%; background: rgba(168,85,247,.08); filter: blur(100px); pointer-events: none;
}
.id-promise__statement {
  position: relative; font-family: var(--f-semi); font-weight: 500; font-size: clamp(38px,4.4vw,58px); line-height: 1.06;
  color: var(--white); max-width: 930px; margin: 0 auto; text-wrap: balance;
}
.id-promise__actions { position: relative; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 18px 28px; margin-top: 34px; }
.id-promise__cta {
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 20px; border-radius: 999px;
  background: var(--brand); color: #fff; font-family: var(--f-ui); font-weight: 700; font-size: 12px; letter-spacing: .09em; text-transform: uppercase;
  transition: transform .2s, filter .2s;
}
.id-promise__cta:hover { transform: translateY(-2px); filter: brightness(1.06); }
.id-promise__reviews {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--f-ui); font-weight: 600; font-size: 13px;
  letter-spacing: 1px; text-transform: uppercase; color: var(--text-dim);
}
.id-promise__reviews:hover { color: var(--white); }
.id-promise__stars { color: var(--mjwx-yellow); letter-spacing: 2px; }

/* =========================================================================
   8. CONTACT — one clear invitation with an integrated dark form
   ========================================================================= */
.id-contact { background: var(--bg-2); padding-block: 96px 24px; border-top: 1px solid var(--line); }
.id-contact__header {
  display: grid; grid-template-columns: minmax(480px,1.15fr) minmax(360px,.85fr); gap: clamp(64px,8vw,128px);
  align-items: end; padding-bottom: 52px; border-bottom: 1px solid var(--line-2);
}
.id-contact__title {
  max-width: 720px; color: var(--white); font-family: var(--f-cond); font-size: clamp(64px,6vw,88px);
  font-weight: 600; line-height: .92; letter-spacing: -.02em; text-transform: uppercase;
}
.id-contact__intro { max-width: 560px; color: var(--text-dim); font-size: 18px; line-height: 1.7; }
.id-contact__grid {
  display: grid; grid-template-columns: minmax(280px,.65fr) minmax(560px,1.35fr); gap: clamp(52px,7vw,104px);
  align-items: start; padding-block: 52px 64px;
}
.id-contact__left { min-height: 100%; padding-right: clamp(30px,4vw,64px); border-right: 1px solid var(--line-2); }
.id-contact__whatsapp {
  display: inline-flex; align-items: center; justify-content: center; width: 62px; height: 62px; padding: 0;
  color: #07130b; background: #25d366; border: 1px solid #25d366; border-radius: 50%;
  font-family: var(--f-ui); font-size: 16px; font-weight: 700; line-height: 1.15;
  transition: background .2s, border-color .2s, transform .2s;
}
.id-contact__whatsapp:hover { color: #07130b; background: #4ade80; border-color: #4ade80; transform: translateY(-2px); }
.id-contact__whatsapp svg { width: 28px; height: 28px; flex: 0 0 auto; }
.id-contact__channel-note {
  max-width: 340px; margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--line-2);
  color: var(--text-dim); font-size: 16px; line-height: 1.7;
}
.id-contact__location { max-width: 340px; margin-top: 24px; color: var(--text-mute); font-size: 14px; line-height: 1.6; }
.id-contact__right {
  min-width: 0; padding: clamp(26px,3vw,38px); background: rgba(255,255,255,.025);
  border: 1px solid var(--line-2); border-top: 2px solid var(--brand);
}
.id-form { display: grid; gap: 22px; }
.id-form__row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.id-form__field { display: grid; gap: 9px; }
.id-form__field label {
  color: var(--white); font-family: var(--f-ui); font-size: 13px; font-weight: 600; letter-spacing: .05em;
}
.id-form__field label span { color: var(--text-mute); font-weight: 400; }
.id-form input, .id-form textarea {
  width: 100%; background: rgba(5,9,14,.58); border: 1px solid rgba(255,255,255,.17); border-radius: 4px;
  padding: 14px 15px; color: var(--white); font-family: var(--f-body); font-size: 16px;
  transition: background .2s, border-color .2s, box-shadow .2s;
}
.id-form input:hover, .id-form textarea:hover { border-color: rgba(255,255,255,.3); }
.id-form input:focus, .id-form textarea:focus { outline: 0; background: #090e14; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(249,115,22,.13); }
.id-form textarea { min-height: 170px; resize: vertical; }
.id-form__trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.id-form__notice {
  border-radius: 4px; padding: 12px 14px; margin-bottom: 18px;
  font-family: var(--f-body); font-size: 14px; line-height: 1.45;
}
.id-form__notice--success { color: #14532d; background: #dcfce7; border: 1px solid #86efac; }
.id-form__notice--error { color: #7f1d1d; background: #fee2e2; border: 1px solid #fca5a5; }
.id-form button {
  width: 100%; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  background: var(--brand); color: #fff; border: 0; border-radius: 999px;
  padding: 14px 26px; font-family: var(--f-ui); font-weight: 700; font-size: 14px;
  letter-spacing: .05em; text-transform: uppercase; transition: background .2s, transform .2s;
}
.id-form button::after { content: "→"; font-size: 19px; line-height: 1; transition: transform .2s; }
.id-form button:hover { background: #fb842d; transform: translateY(-1px); }
.id-form button:hover::after { transform: translateX(4px); }

/* Book a call — accessible contact dialog. */
.id-modal[hidden] { display: none; }
.id-modal {
  position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; overflow-y: auto;
  padding: 30px; background: rgba(3,7,11,.84); backdrop-filter: blur(8px);
  animation: id-modal-fade .18s ease-out;
}
.id-modal__panel {
  position: relative; width: min(760px,100%); max-height: calc(100vh - 60px); overflow-y: auto;
  padding: clamp(30px,4.5vw,52px); color: var(--white); background: var(--surface);
  border: 1px solid var(--line-2); border-top: 3px solid var(--brand); box-shadow: 0 28px 80px rgba(0,0,0,.55);
  animation: id-modal-rise .26s cubic-bezier(.22,1,.36,1);
}
@keyframes id-modal-fade { from { opacity: 0; } }
@keyframes id-modal-rise { from { opacity: 0; transform: translateY(14px); } }
.id-modal__close {
  position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; display: grid; place-items: center;
  padding: 0; color: var(--text-dim); background: transparent; border: 1px solid var(--line-2); border-radius: 2px;
  font-family: var(--f-body); font-size: 28px; line-height: 1; transition: color .2s, border-color .2s, background .2s;
}
.id-modal__close:hover { color: #fff; border-color: var(--brand); background: rgba(249,115,22,.1); }
.id-modal__close:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }
.id-modal__header { max-width: 620px; padding-right: 48px; margin-bottom: 30px; }
.id-modal__kicker {
  margin-bottom: 12px; color: var(--brand); font-family: var(--f-ui); font-size: 13px; font-weight: 700;
  letter-spacing: .11em; text-transform: uppercase;
}
.id-modal__title {
  max-width: 600px; font-family: var(--f-cond); font-size: clamp(48px,5vw,66px); font-weight: 600;
  line-height: .94; letter-spacing: -.015em; text-transform: uppercase;
}
.id-modal__intro { max-width: 590px; margin-top: 18px; color: var(--text-dim); font-size: 17px; line-height: 1.65; }
.id-modal__form textarea { min-height: 120px; }
.id-modal__alternate {
  display: flex; justify-content: space-between; gap: 20px; margin-top: 26px; padding-top: 22px;
  border-top: 1px solid var(--line-2); color: var(--text-mute); font-size: 15px;
}
.id-modal__alternate a { display: inline-flex; align-items: center; gap: 9px; color: var(--white); font-size: 16px; font-weight: 800; }
.id-modal__alternate a svg { width: 23px; height: 23px; flex: 0 0 auto; color: #25d366; }
.id-modal__alternate a strong { font-weight: 800; }
.id-modal__alternate a span { color: var(--brand); margin-left: 3px; }
.id-modal__alternate a:hover { color: #25d366; }
@media (max-height: 820px) and (min-width: 621px) {
  .id-modal__panel { padding: 26px 38px 24px; }
  .id-modal__header { margin-bottom: 18px; }
  .id-modal__kicker { margin-bottom: 7px; }
  .id-modal__title { font-size: 50px; }
  .id-modal__intro { margin-top: 10px; font-size: 15px; line-height: 1.5; }
  .id-modal__form { gap: 14px; }
  .id-modal__form .id-form__row { gap: 14px; }
  .id-modal__form .id-form__field { gap: 6px; }
  .id-modal__form input, .id-modal__form textarea { padding: 11px 13px; }
  .id-modal__form textarea { min-height: 82px; }
  .id-modal__form button { min-height: 46px; padding-block: 11px; }
  .id-modal__alternate { margin-top: 14px; padding-top: 14px; }
}
@media (max-width: 620px) {
  .id-modal { align-items: start; padding: 12px; }
  .id-modal__panel { max-height: calc(100vh - 24px); padding: 28px 20px 24px; }
  .id-modal__close { top: 12px; right: 12px; }
  .id-modal__header { padding-right: 38px; margin-bottom: 24px; }
  .id-modal__title { font-size: 46px; }
  .id-modal__intro { font-size: 16px; }
  .id-modal__alternate { align-items: flex-start; flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .id-modal, .id-modal__panel { animation: none; }
  .id-modal__close { transition: none; }
}
.id-copyright {
  padding-top: 22px; border-top: 1px solid var(--line);
  text-align: left; font-family: var(--f-ui); font-size: 12px; letter-spacing: .04em; color: var(--text-mute);
}

/* Who We Serve — manual, swipeable country carousel. */
.id-served { padding-block: 58px 62px; border-top: 1px solid var(--line-2); }
.id-served__header { max-width: 720px; margin: 0 auto 34px; text-align: center; }
.id-served__title { color: var(--white); font-family: var(--f-cond); font-size: clamp(44px,4vw,58px); font-weight: 600; line-height: .95; text-transform: uppercase; }
.id-served__intro { max-width: 580px; margin: 12px auto 0; color: var(--text-dim); font-size: 16px; line-height: 1.65; }
.id-served__carousel { display: grid; grid-template-columns: 48px minmax(0,1fr) 48px; align-items: center; gap: 22px; }
.id-served__arrow {
  width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-2); background: transparent; color: var(--white); font-size: 22px;
  transition: color .2s, background .2s, border-color .2s;
}
.id-served__arrow:hover:not(:disabled) { color: #fff; background: var(--brand); border-color: var(--brand); }
.id-served__arrow:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }
.id-served__arrow:disabled { opacity: .28; cursor: not-allowed; }
.id-served__track {
  display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 54px)/4); gap: 18px;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; overscroll-behavior-inline: contain;
  scrollbar-width: none;
}
.id-served__track::-webkit-scrollbar { display: none; }
.id-served__track:focus-visible { outline: 2px solid var(--brand); outline-offset: 6px; }
.id-served__item {
  min-width: 0; display: flex; align-items: center; gap: 16px; padding: 20px 0;
  border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); scroll-snap-align: start;
}
.id-served__item img { width: 84px; height: 56px; flex: 0 0 auto; object-fit: cover; border: 1px solid rgba(255,255,255,.18); }
.id-served__item h4 { color: var(--white); font-family: var(--f-ui); font-size: 17px; font-weight: 600; line-height: 1.25; }
@media (max-width: 900px) { .id-served__track { grid-auto-columns: calc((100% - 18px)/2); } }
@media (max-width: 620px) {
  .id-served { padding-block: 44px 48px; }
  .id-served__header { margin-bottom: 26px; }
  .id-served__title { font-size: 42px; }
  .id-served__intro { font-size: 14px; }
  .id-served__carousel { grid-template-columns: 44px minmax(0,1fr) 44px; gap: 10px; }
  .id-served__arrow { width: 44px; height: 44px; }
  .id-served__track { grid-auto-columns: 100%; }
}

/* Full site footer. */
.id-footer { position: relative; background: #070a0e; border-top: 3px solid var(--brand); }
.id-footer__grid {
  display: grid; grid-template-columns: minmax(320px,1.45fr) repeat(3,minmax(170px,.7fr));
  gap: clamp(34px,4vw,68px); padding-block: 68px 62px;
}
.id-footer__brand { max-width: 390px; }
.id-footer__logo { margin-bottom: 24px; }
.id-footer__logo img { width: auto; height: 72px; }
.id-footer__brand p { color: var(--text-dim); font-size: 17px; line-height: 1.7; }
.id-footer__brand > span { display: block; margin-top: 20px; color: var(--text-mute); font-size: 14px; line-height: 1.55; }
.id-footer__nav h2 {
  margin-bottom: 20px; color: var(--white); font-family: var(--f-semi); font-size: 20px;
  font-weight: 600; line-height: 1; text-transform: uppercase;
}
.id-footer__links { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.id-footer__links a, .id-footer__links button {
  padding: 0; color: var(--text-dim); background: none; border: 0; font-family: var(--f-body);
  font-size: 15px; line-height: 1.45; text-align: left; transition: color .18s, transform .18s;
}
.id-footer__links a:hover, .id-footer__links button:hover { color: var(--brand); transform: translateX(3px); }
.id-footer__links a:focus-visible, .id-footer__links button:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }
.id-footer__links .id-footer__whatsapp { display: inline-flex; align-items: center; gap: 8px; }
.id-footer__whatsapp .id-whatsapp-icon { width: 18px; height: 18px; color: #25d366; }
.id-footer__links .id-footer__whatsapp:hover { color: #25d366; }
.id-footer__bottom {
  display: flex; justify-content: space-between; gap: 24px; padding-block: 23px 26px;
  border-top: 1px solid var(--line); color: var(--text-mute); font-size: 13px; line-height: 1.5;
}
@media (max-width: 1100px) {
  .id-footer__grid { grid-template-columns: minmax(300px,1.4fr) repeat(2,minmax(170px,1fr)); }
  .id-footer__brand { grid-row: span 2; }
}
@media (max-width: 767px) {
  .id-footer__grid { grid-template-columns: 1fr 1fr; gap: 38px 28px; padding-block: 52px 46px; }
  .id-footer__brand { grid-column: 1 / -1; grid-row: auto; max-width: 520px; }
  .id-footer__bottom { flex-direction: column; gap: 8px; }
}
@media (max-width: 480px) {
  .id-footer__grid { grid-template-columns: 1fr; }
  .id-footer__brand { grid-column: auto; }
}

/* Cookie consent and persistent privacy controls. */
.id-cookie[hidden], .id-cookie-dialog[hidden] { display: none; }
.id-cookie {
  position: fixed; left: 24px; right: 24px; bottom: 24px; z-index: 900;
  display: grid; grid-template-columns: minmax(280px,1fr) auto; align-items: center; gap: 32px;
  max-width: 1180px; margin-inline: auto; padding: 24px 26px; background: #111821;
  border: 1px solid rgba(255,255,255,.18); border-top: 3px solid var(--brand); box-shadow: 0 24px 70px rgba(0,0,0,.55);
}
.id-cookie__copy h2 { color: var(--white); font-family: var(--f-semi); font-size: 24px; font-weight: 600; line-height: 1.1; }
.id-cookie__copy p { max-width: 690px; margin-top: 7px; color: var(--text-dim); font-size: 15px; line-height: 1.55; }
.id-cookie__copy a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.id-cookie__actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.id-cookie__button {
  min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 15px;
  border: 1px solid var(--line-2); border-radius: 2px; font-family: var(--f-ui); font-size: 13px;
  font-weight: 700; letter-spacing: .035em; transition: color .18s, background .18s, border-color .18s;
}
.id-cookie__button--primary { color: #fff; background: var(--brand); border-color: var(--brand); }
.id-cookie__button--secondary { color: #fff; background: transparent; border-color: rgba(255,255,255,.42); }
.id-cookie__button--plain { color: var(--text-dim); background: transparent; border-color: transparent; }
.id-cookie__button:hover { color: #fff; background: #fb842d; border-color: #fb842d; }
.id-cookie__button:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }
.id-cookie-dialog {
  position: fixed; inset: 0; z-index: 1200; display: grid; place-items: center; overflow-y: auto;
  padding: 24px; background: rgba(3,7,11,.86); backdrop-filter: blur(8px);
}
.id-cookie-dialog__panel {
  position: relative; width: min(680px,100%); max-height: calc(100vh - 48px); overflow-y: auto;
  padding: clamp(28px,4vw,44px); background: var(--surface); border: 1px solid var(--line-2); border-top: 3px solid var(--brand);
}
.id-cookie-dialog__close {
  position: absolute; top: 15px; right: 15px; width: 42px; height: 42px; display: grid; place-items: center;
  padding: 0; color: var(--text-dim); background: transparent; border: 1px solid var(--line-2); border-radius: 2px; font-size: 27px;
}
.id-cookie-dialog__close:hover { color: #fff; border-color: var(--brand); }
.id-cookie-dialog__kicker { color: var(--brand); font-family: var(--f-ui); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.id-cookie-dialog__panel > h2 { max-width: 520px; margin-top: 10px; padding-right: 38px; color: var(--white); font-family: var(--f-cond); font-size: clamp(42px,5vw,58px); font-weight: 600; line-height: .95; text-transform: uppercase; }
.id-cookie-dialog__close + h2 { margin-top: 0; }
.id-cookie-dialog__panel > p:not(.id-cookie-dialog__kicker):not(.id-cookie-dialog__note) { max-width: 560px; margin-top: 14px; color: var(--text-dim); font-size: 16px; line-height: 1.6; }
.id-cookie-options { margin-top: 28px; border-top: 1px solid var(--line-2); }
.id-cookie-option { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; padding: 19px 0; border-bottom: 1px solid var(--line-2); }
.id-cookie-option h3 { color: var(--white); font-family: var(--f-ui); font-size: 17px; font-weight: 700; }
.id-cookie-option p { max-width: 480px; margin-top: 5px; color: var(--text-mute); font-size: 14px; line-height: 1.5; }
.id-cookie-switch { position: relative; width: 48px; height: 26px; flex: 0 0 auto; }
.id-cookie-switch input { position: absolute; opacity: 0; pointer-events: none; }
.id-cookie-switch > span:last-child { position: absolute; inset: 0; background: #39424d; border-radius: 999px; transition: background .18s; }
.id-cookie-switch > span:last-child::after { content: ""; position: absolute; top: 4px; left: 4px; width: 18px; height: 18px; background: #fff; border-radius: 50%; transition: transform .18s; }
.id-cookie-switch input:checked + span { background: var(--brand); }
.id-cookie-switch input:checked + span::after { transform: translateX(22px); }
.id-cookie-switch input:focus-visible + span { outline: 2px solid var(--brand); outline-offset: 3px; }
.id-cookie-switch input:disabled + span { opacity: .7; }
.id-cookie-dialog__note { margin-top: 16px; padding: 12px 14px; color: var(--text-dim); background: rgba(255,255,255,.035); border-left: 2px solid var(--brand); font-size: 14px; line-height: 1.5; }
.id-cookie-dialog__actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 26px; }
@media (max-width: 820px) {
  .id-cookie { grid-template-columns: 1fr; gap: 18px; }
  .id-cookie__actions { justify-content: flex-start; flex-wrap: wrap; }
}
@media (max-width: 520px) {
  .id-cookie { left: 10px; right: 10px; bottom: 10px; padding: 20px 18px; }
  .id-cookie__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .id-cookie__button--plain { grid-column: 1 / -1; grid-row: 2; }
  .id-cookie-dialog { align-items: start; padding: 10px; }
  .id-cookie-dialog__panel { max-height: calc(100vh - 20px); padding: 28px 20px 22px; }
  .id-cookie-dialog__panel > h2 { font-size: 42px; }
  .id-cookie-dialog__actions { display: grid; grid-template-columns: 1fr; }
}

/* Back to top — compact, functional, and intentionally separate from content CTAs. */
.id-backtotop[hidden] { display: none; }
.id-backtotop {
  position: fixed; right: 24px; bottom: 24px; z-index: 320; width: 50px; height: 50px;
  display: grid; place-items: center; padding: 0; color: var(--white); background: #111821;
  border: 1px solid rgba(255,255,255,.3); border-radius: 2px; box-shadow: 0 12px 32px rgba(0,0,0,.32);
  transition: color .2s, background .2s, border-color .2s, transform .2s;
}
.id-backtotop svg { width: 25px; height: 25px; }
.id-backtotop:hover { color: #fff; background: var(--brand); border-color: var(--brand); transform: translateY(-3px); }
.id-backtotop:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }
@media (max-width: 620px) {
  .id-backtotop { right: 14px; bottom: 14px; width: 46px; height: 46px; }
}
@media (prefers-reduced-motion: reduce) {
  .id-header, .id-backtotop { transition: none; }
}

/* =========================================================================
   HERO ANIMATED PLACEHOLDER ("intro video" mock — swap for real footage)
   Self-contained CSS loop: a browser window building a site on brand.
   ========================================================================= */
.id-heromock {
  position: absolute; inset: 0; display: flex; overflow: hidden;
  background: radial-gradient(120% 100% at 50% 0%, #16202b 0%, #0d141b 62%, #0b0f14 100%);
}
.id-heromock__tag {
  position: absolute; top: 16px; left: 18px; z-index: 3;
  font-family: var(--f-ui); font-size: 11px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--text-mute);
  display: inline-flex; align-items: center; gap: 7px;
}
.id-heromock__tag::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--mjwx-red);
  animation: hm-rec 1.4s steps(1) infinite;
}
@keyframes hm-rec { 50% { opacity: .25; } }
.id-heromock__win {
  margin: auto; width: min(84%, 520px);
  background: var(--surface); border: 1px solid var(--line-2); border-radius: 14px;
  overflow: hidden; box-shadow: 0 34px 90px rgba(0,0,0,.55);
}
.id-heromock__bar {
  display: flex; align-items: center; gap: 8px; padding: 12px 14px;
  background: #0f151d; border-bottom: 1px solid var(--line);
}
.id-heromock__bar i { width: 11px; height: 11px; border-radius: 50%; background: #33404d; display: block; }
.id-heromock__bar i:nth-child(1) { background: #ff5f57; }
.id-heromock__bar i:nth-child(2) { background: #febc2e; }
.id-heromock__bar i:nth-child(3) { background: #28c840; }
.id-heromock__url {
  flex: 1; height: 16px; margin-left: 8px; border-radius: 8px; opacity: .9;
  background: var(--mjwx-spectrum); background-size: 220% 100%;
  animation: hm-url 6s linear infinite;
}
@keyframes hm-url { to { background-position: 220% 0; } }
.id-heromock__screen { position: relative; padding: 22px; min-height: 300px; }

.hm { opacity: 0; animation: hm-in 8s ease infinite; }
@keyframes hm-in {
  0%   { opacity: 0; transform: translateY(14px); }
  8%   { opacity: 1; transform: none; }
  86%  { opacity: 1; }
  100% { opacity: 0; }
}
.hm-nav { height: 14px; width: 58%; border-radius: 6px; background: #2a3644; margin-bottom: 24px; animation-delay: .1s; }
.hm-h1  { height: 26px; width: 78%; border-radius: 6px; background: linear-gradient(90deg,#F97316,#A855F7); margin-bottom: 14px; animation-delay: .7s; }
.hm-l   { height: 10px; border-radius: 5px; background: #26313d; margin-bottom: 9px; }
.hm-l.w70 { width: 70%; animation-delay: 1.2s; }
.hm-l.w52 { width: 52%; animation-delay: 1.5s; }
.hm-btn {
  height: 30px; width: 122px; border-radius: 6px; background: var(--brand);
  margin-top: 18px; animation-delay: 2s; box-shadow: 0 10px 24px rgba(249,115,22,.35);
}
.hm-img {
  position: absolute; right: 22px; top: 64px; width: 118px; height: 150px; border-radius: 10px;
  background: #1d2733; border: 1px solid var(--line-2); overflow: hidden; animation-delay: 1.8s;
}
.hm-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg,rgba(6,182,212,.4),rgba(168,85,247,.28)); }
.hm-cards { display: flex; gap: 10px; margin-top: 28px; }
.hm-card { flex: 1; height: 46px; border-radius: 8px; background: #1b2530; border: 1px solid var(--line); }
.hm-card:nth-child(1) { animation-delay: 2.4s; }
.hm-card:nth-child(2) { animation-delay: 2.6s; }
.hm-card:nth-child(3) { animation-delay: 2.8s; }
.id-heromock__cursor {
  position: absolute; left: 0; top: 0; width: 22px; height: 22px; z-index: 4; color: #fff;
  animation: hm-cursor 8s ease infinite;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,.55));
}
.id-heromock__cursor svg { width: 100%; height: 100%; }
@keyframes hm-cursor {
  0%   { transform: translate(230px, 70px); opacity: 0; }
  10%  { opacity: 1; }
  50%  { transform: translate(96px, 176px); }
  60%  { transform: translate(96px, 176px) scale(.82); }
  64%  { transform: translate(96px, 176px) scale(1); }
  86%  { transform: translate(150px, 30px); opacity: 1; }
  100% { transform: translate(150px, 30px); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .id-heromock .hm, .id-heromock__cursor, .id-heromock__url, .id-heromock__tag::before { animation: none; }
  .id-heromock .hm { opacity: 1; }
}

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 1200px) {
  .id-hero__title { font-size: 100px; }
  .id-ticker { height: 100px; } .id-ticker__group span { font-size: 100px; }
}
@media (max-width: 980px) {
  .id-hero__copy { padding-left: 6vw; }
  .id-hero__viewwork { left: 6vw; }
  .id-hero__title { font-size: 84px; }
  .id-ticker { height: 76px; } .id-ticker__group span { font-size: 76px; }
  .id-services__grid { gap: 24px; }
  .id-service__label { font-size: 30px; }
  .id-work__title { font-size: 60px; }
}
@media (max-width: 767px) {
  .id-wrap, .id-content, .id-narrow, .id-contactw { padding-inline: 22px; }
  .id-nav, .id-nav__quote { display: none; }
  .id-nav-toggle { display: inline-flex; }
  .id-header.is-open .id-nav {
    display: block; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--bg); border-bottom: 1px solid var(--line); padding: 18px 22px;
  }
  .id-header.is-open .id-nav__list { flex-direction: column; align-items: flex-start; gap: 16px; }

  .id-hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .id-hero__media { min-height: 320px; order: 2; border-left: 0; border-top: 1px solid var(--line); }
  .id-hero__copy { padding: 40px 22px; text-align: left; }
  .id-hero__title { font-size: 64px; }
  .id-hero__subtitle { font-size: 26px; }
  .id-hero__viewwork { display: none; }

  .id-ticker { height: 54px; } .id-ticker__group span { font-size: 54px; }

  .id-services__grid { grid-template-columns: 1fr; padding-block: 44px; }
  .id-service { min-height: 0; }

  .id-rel__grid { grid-template-columns: 1fr; gap: 32px; }
  .id-rel__heading { font-size: 39px; }

  .id-work__flex { flex-direction: column; align-items: stretch; gap: 20px; padding-top: 40px; }
  .id-work__head { flex: none; padding-left: 22px; }
  .id-work__title { font-size: 52px; }
  .id-work__strip { padding-left: 22px; }

  .id-local__panel { padding: 32px 22px; }
  .id-local__grid { grid-template-columns: 1fr; gap: 26px; }
  .id-local__title { font-size: 50px; }
  .id-local__title--sub { font-size: 42px; }

  .id-promise { padding-block: 72px 64px; }
  .id-promise__statement { font-size: 34px; }

  .id-contact { padding-block: 64px 22px; }
  .id-contact__header { grid-template-columns: 1fr; gap: 24px; padding-bottom: 38px; }
  .id-contact__title { font-size: 54px; }
  .id-contact__intro { font-size: 16px; }
  .id-contact__grid { grid-template-columns: 1fr; gap: 38px; padding-block: 38px 48px; }
  .id-contact__left { padding: 0 0 36px; border-right: 0; border-bottom: 1px solid var(--line-2); }
  .id-contact__whatsapp { width: 62px; }
  .id-contact__channel-note { max-width: none; margin-top: 28px; padding-top: 26px; }
  .id-contact__right { padding: 24px 18px; }
  .id-form__row { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 480px) {
  .id-hero__title { font-size: 52px; }
  .id-ticker { height: 42px; } .id-ticker__group span { font-size: 42px; }
}

/* =========================================================================
   4.0 — CLEAN INDUSTRIAL LIGHT SYSTEM
   A flat, high-contrast system. Structure comes from rules and spacing—not
   shadows, glow, gradients, floating cards, or decorative motion.
   ========================================================================= */
html { background: var(--bg-main); scroll-behavior: smooth; }
body { color: var(--text-secondary); background: var(--bg-main); font-size: 17px; line-height: 1.7; }
.grad-text,
.id-svhero__title-accent,
.id-local__title--sub {
  background: none; color: var(--accent-orange); -webkit-text-fill-color: currentColor;
}

/* Header */
.id-spectrum, .id-topbar { display: none; }
.id-header { background: rgba(255,255,255,.98); border-bottom: 1px solid var(--border-color); box-shadow: none; }
.id-header__inner { min-height: 86px; }
.id-logo--composed { display: inline-flex; align-items: center; gap: 13px; color: var(--text-primary); }
.id-logo__mark { display: block; width: 53px; height: 58px; overflow: hidden; flex: 0 0 53px; }
.id-logo__mark img { width: auto; max-width: none; height: 58px; }
.id-logo__name { font-family: var(--f-cond); font-size: 25px; font-weight: 700; letter-spacing: .055em; line-height: 1; white-space: nowrap; }
.id-nav__list { gap: 28px; }
.id-nav__list a { color: var(--text-primary); font-size: 16px; font-weight: 600; }
.id-nav__list a:hover { color: var(--accent-orange); }
.id-nav__quote a,
.id-nav__quote a:hover,
.id-nav__quote a:focus-visible {
  min-height: 44px; padding: 10px 19px; color: #fff; background: var(--accent-orange);
  border: 1px solid var(--accent-orange); border-radius: 2px; box-shadow: none; transform: none;
}
.id-nav__quote a:hover { background: #e94b1a; border-color: #e94b1a; }
.id-nav-toggle { color: var(--text-primary); }

/* Homepage hero */
.id-hero { background: var(--bg-main); border-bottom: 1px solid var(--border-color); }
.id-hero::before, .id-hero::after, .id-promise::before { content: none; display: none; }
.id-hero__grid {
  grid-template-columns: minmax(0,1.08fr) minmax(440px,.92fr); min-height: 680px;
  padding-block: clamp(70px,8vw,118px); align-items: center;
}
.id-hero__copy { max-width: 760px; padding: 0 clamp(40px,6vw,90px) 0 0; }
.id-hero__eyebrow {
  margin-bottom: 22px; color: var(--accent-orange); font-family: var(--f-ui); font-size: 14px;
  font-weight: 700; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase;
}
.id-hero__eyebrow::before { content: ""; display: inline-block; width: 34px; height: 2px; margin: 0 12px 4px 0; background: var(--accent-orange); }
.id-hero__title {
  max-width: 760px; color: var(--text-primary); background: none; -webkit-text-fill-color: currentColor;
  font-size: clamp(72px,7.2vw,112px); line-height: .88; letter-spacing: -.015em;
}
.id-hero__subtitle {
  max-width: 680px; margin: 28px 0 0; color: var(--text-secondary); font-family: var(--f-body);
  font-size: clamp(19px,1.6vw,23px); font-weight: 400; line-height: 1.58; letter-spacing: 0;
}
.id-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 34px; }
.id-btn-quote, .id-btn-secondary {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 22px;
  border: 1px solid transparent; border-radius: 2px; box-shadow: none; font-family: var(--f-ui);
  font-size: 15px; font-weight: 700; letter-spacing: .045em; line-height: 1; text-transform: uppercase;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}
.id-btn-quote { color: #fff; background: var(--accent-orange); border-color: var(--accent-orange); }
.id-btn-quote:hover { color: #fff; background: #e94b1a; border-color: #e94b1a; filter: none; }
.id-btn-secondary { color: #fff; background: var(--accent-charcoal); border-color: var(--accent-charcoal); }
.id-btn-secondary:hover { color: #fff; background: #0f172a; border-color: #0f172a; }
.id-hero__build { border: 1px solid var(--border-color); background: var(--bg-surface); }
.id-hero__buildhead { display: grid; gap: 5px; padding: 22px 26px; border-bottom: 1px solid var(--border-color); }
.id-hero__buildhead span { color: var(--text-secondary); font: 600 12px/1.2 var(--f-ui); letter-spacing: .08em; text-transform: uppercase; }
.id-hero__buildhead strong { color: var(--text-primary); font: 600 25px/1.1 var(--f-cond); text-transform: uppercase; }
.id-hero__build pre { margin: 0; padding: 30px 26px; overflow-x: auto; color: #E2E8F0; background: var(--accent-charcoal); border: 0; border-radius: 0; }
.id-hero__build code { color: inherit; font: 500 14px/1.75 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace; }
.id-hero__build .code-keyword { color: #FDBA74; }
.id-hero__build .code-string { color: #BFDBFE; }
.id-hero__specs { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; }
.id-hero__specs > div { min-width: 0; padding: 19px 18px; border-left: 1px solid var(--border-color); }
.id-hero__specs > div:first-child { border-left: 0; }
.id-hero__specs dt { color: var(--text-secondary); font: 700 11px/1.2 var(--f-ui); letter-spacing: .08em; text-transform: uppercase; }
.id-hero__specs dd { margin: 7px 0 0; color: var(--text-primary); font-size: 14px; font-weight: 600; line-height: 1.35; }

/* Service overview — one connected architectural grid */
.id-services { background: var(--bg-main); }
.id-services__grid { gap: 0; padding-block: 0; border-left: 1px solid var(--border-color); }
.id-service {
  min-height: 340px; padding: 34px 32px; background: var(--bg-main); border: 0;
  border-right: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color);
  border-radius: 0; box-shadow: none; transform: none;
}
.id-service:hover { color: inherit; background: var(--bg-surface); border-color: var(--border-color); box-shadow: none; transform: none; }
.id-service__index { margin-bottom: 58px; color: var(--accent-orange); font: 700 13px/1 var(--f-ui); letter-spacing: .1em; }
.id-service__label { color: var(--text-primary); font-size: clamp(31px,2.7vw,40px); }
.id-service__desc { color: var(--text-secondary); font-size: 17px; }
.id-service__link { color: var(--text-primary); border-color: var(--border-color); }
.id-service:hover .id-service__link { border-color: var(--border-color); }

/* Working relationship and WordPress sections */
.id-relsec { padding-block: 92px; background: var(--bg-surface); border-color: var(--border-color); }
.id-why { margin-bottom: 66px; padding-bottom: 66px; border-color: var(--border-color); }
.id-why__title, .id-rel__heading, .id-company__title, .id-work__title,
.id-local__title, .id-promise__statement, .id-contact__title { color: var(--text-primary); }
.id-why__principles { border-color: var(--border-color); }
.id-why__principle, .id-why__principle:first-child { background: transparent; border-color: var(--border-color); }
.id-why__principle::before { height: 3px; }
.id-why__principle h3 { color: var(--text-primary); }
.id-why__principle p, .id-rel__body { color: var(--text-secondary); }
@media (hover:hover) and (pointer:fine) {
  .id-why__principle:hover { background: #fff; }
  .id-why__principle:hover h3 { color: var(--text-primary); transform: none; }
  .id-why__principle:hover p { color: var(--text-secondary); transform: none; }
}
.id-rel__grid { gap: 0; border: 1px solid var(--border-color); background: #fff; }
.id-rel__col { padding: clamp(30px,4vw,52px); }
.id-rel__col + .id-rel__col { border-left: 1px solid var(--border-color); }
.id-rel__body strong { color: var(--text-primary); }
.id-rel__role { color: var(--text-secondary); }
.id-company { background: #fff; border-color: var(--border-color); }
.id-company__cloud { gap: 0; border-top: 1px solid var(--border-color); border-left: 1px solid var(--border-color); }
.id-company__logo { padding: 24px 28px; background: #fff; border: 0; border-right: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); border-radius: 0; animation: none; box-shadow: none; }
.id-work { background: #fff; border-color: var(--border-color); }
.id-wpm { padding-block: 104px; }
.id-wpm__intro, .id-wpm__rowdesc { color: var(--text-secondary); }
.id-wpm__list, .id-wpm__row { border-color: var(--border-color); }
.id-wpm__rowtitle { color: var(--text-primary); }
.id-wpm__cta, .id-promise__cta, .id-svbutton--primary, .id-svservice__detail > a {
  color: #fff; background: var(--accent-orange); border: 1px solid var(--accent-orange);
  border-radius: 2px; box-shadow: none; transform: none;
}
.id-wpm__cta:hover, .id-promise__cta:hover, .id-svbutton--primary:hover, .id-svservice__detail > a:hover {
  color: #fff; background: #e94b1a; border-color: #e94b1a; box-shadow: none; transform: none; filter: none;
}

/* Geography and close */
.id-local { padding-block: 92px; background: var(--bg-surface); }
.id-local__panel { padding-block: 0; background: #fff; border: 1px solid var(--border-color); }
.id-local__grid { gap: 0; }
.id-local__copy, .id-local__details { padding: clamp(38px,5vw,68px); }
.id-local__details { border-left: 1px solid var(--border-color); }
.id-local__body, .id-local__location { color: var(--text-secondary); }
.id-local__location, .id-local__map { border-color: var(--border-color); }
.id-local__location strong { color: var(--text-primary); }
.id-promise { padding-block: 94px; background: #fff; border-color: var(--border-color); }
.id-promise__reviews { color: var(--text-secondary); }
.id-promise__stars { color: var(--accent-orange); }

/* Services hub */
.id-sv, .id-svhero, .id-svlist, .id-svprocess, .id-svfaq { background: #fff; }
.id-svhero { padding: 28px 0 100px; border-color: var(--border-color); }
.id-svhero::after { content: none; display: none; }
.id-svhero h1, .id-svsectionhead h2, .id-svservice__heading h3,
.id-svwp h2, .id-svprocess h2, .id-svprocess h3, .id-svfaq h2,
.id-svfaq summary { color: var(--text-primary); }
.id-svhero__intro, .id-svcrumbs, .id-svservice__heading p, .id-svservice__detail > p,
.id-svwp p, .id-svprocess p, .id-svfaq p { color: var(--text-secondary); }
.id-svfinder { background: var(--bg-surface); border: 1px solid var(--border-color); box-shadow: none; }
.id-svfinder::before { height: 3px; background: var(--accent-orange); }
.id-svfinder > h2, .id-svfinder a strong { color: var(--text-primary); }
.id-svfinder > p, .id-svfinder a span { color: var(--text-secondary); }
.id-svfinder li { border-color: var(--border-color); }
.id-svfinder li::before, .id-svfinder li:nth-child(n)::before { background: var(--accent-orange); }
.id-svfinder a:hover { background: #fff; }
.id-svlead { color: var(--text-primary); background: var(--bg-surface); border-color: var(--border-color); }
.id-svlead__grid { padding-left: 28px; border-left: 4px solid var(--accent-orange); }
.id-svlead h2 { color: var(--text-primary); }
.id-svlead p { color: var(--text-secondary); }
.id-svlead a { color: var(--text-primary); border-color: var(--text-primary); }
.id-svlead a:hover { color: var(--accent-orange); border-color: var(--accent-orange); }
.id-svsectionhead::after { width: 72px; height: 3px; background: var(--accent-orange); }
.id-svlist__rows, .id-svservice, .id-svservice__detail ul, .id-svservice__detail li { border-color: var(--border-color); }
.id-svservice { background: #fff; }
.id-svservice:first-child, .id-svservice:not(:first-child):hover { background: var(--bg-surface); }
.id-svservice::before, .id-svservice:nth-child(n)::before { background: var(--accent-orange); }
.id-svservice:nth-child(n) .id-svservice__heading h3 { color: var(--text-primary); }
.id-svservice__detail li { color: var(--text-primary); }
.id-svservice__detail li::before, .id-svservice:nth-child(n) .id-svservice__detail li::before { background: var(--accent-orange); }
.id-svwp { background: var(--accent-charcoal); }
.id-svwp h2 { color: #fff; }
.id-svwp p { color: #CBD5E1; }
.id-svwp li { color: #F8FAFC; border-color: #475569; }
.id-svprocess__rows, .id-svprocess__rows article, .id-svprocess__prompt { border-color: var(--border-color); }
.id-svprocess__rows article, .id-svprocess__prompt { background: #fff; box-shadow: none; border-radius: 0; }
.id-svprocess__prompt a { color: #fff; background: var(--accent-charcoal); border: 1px solid var(--accent-charcoal); border-radius: 2px; padding: 12px 18px; }
.id-svfaq { background: var(--bg-surface); border-color: var(--border-color); }
.id-svfaq details, .id-svfaq summary { border-color: var(--border-color); }

/* Contact area and forms */
.id-contact { padding-block: 100px 28px; background: var(--bg-surface); border-color: var(--border-color); }
.id-contact__header, .id-contact__left, .id-contact__right, .id-contact__channel-note { border-color: var(--border-color); }
.id-contact__intro, .id-contact__channel-note { color: var(--text-secondary); }
.id-contact__location { color: #64748B; }
.id-contact__right { background: #fff; border: 1px solid var(--border-color); border-top: 3px solid var(--accent-orange); }
.id-contact__whatsapp, .id-svwhatsapp { color: #fff; background: #128C7E; border: 1px solid #128C7E; border-radius: 2px; box-shadow: none; transform: none; }
.id-contact__whatsapp:hover, .id-svwhatsapp:hover { color: #fff; background: #0d6f65; border-color: #0d6f65; box-shadow: none; transform: none; }
.id-form__field label { color: var(--text-primary); }
.id-form input, .id-form textarea {
  color: var(--text-primary); background: #fff; border: 1px solid #CBD5E1; border-radius: 2px; box-shadow: none;
}
.id-form input:hover, .id-form textarea:hover { border-color: #94A3B8; }
.id-form input:focus, .id-form textarea:focus { color: var(--text-primary); background: #fff; border-color: var(--accent-orange); box-shadow: 0 0 0 3px rgba(255,90,38,.14); }
.id-form button { background: var(--accent-orange); border-radius: 2px; }
.id-form button:hover { background: #e94b1a; transform: none; }

/* Service area — readable index, not a flag carousel */
.id-served { border-color: var(--border-color); }
.id-served__header { max-width: 760px; text-align: left; margin: 0 0 30px; }
.id-served__title { color: var(--text-primary); }
.id-served__intro { margin: 12px 0 0; color: var(--text-secondary); }
.id-served__track {
  display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); grid-auto-flow: row; grid-auto-columns: auto;
  gap: 0; overflow: visible;
  border-top: 1px solid var(--border-color); border-left: 1px solid var(--border-color);
}
.id-served__item {
  min-height: 70px; padding: 17px 20px; border: 0; border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color); background: #fff;
}
.id-served__item::before { content: ""; width: 8px; height: 8px; flex: 0 0 8px; background: var(--accent-orange); }
.id-served__item h4 { color: var(--text-primary); font-size: 16px; }

/* Contact dialog and privacy controls */
.id-modal { background: rgba(15,23,42,.76); backdrop-filter: none; }
.id-modal__panel, .id-cookie-dialog__panel {
  color: var(--text-primary); background: #fff; border: 1px solid var(--border-color);
  border-top: 4px solid var(--accent-orange); box-shadow: none;
}
.id-modal__title, .id-cookie-dialog h2, .id-cookie-option h3 { color: var(--text-primary); }
.id-modal__intro, .id-modal__alternate, .id-cookie-dialog p { color: var(--text-secondary); }
.id-modal__close, .id-cookie-dialog__close { color: var(--text-primary); border-color: var(--border-color); background: #fff; }
.id-modal__close:hover, .id-cookie-dialog__close:hover { color: #fff; border-color: var(--accent-orange); background: var(--accent-orange); }
.id-modal__alternate { border-color: var(--border-color); }
.id-modal__alternate a { color: var(--text-primary); }
.id-cookie { background: var(--accent-charcoal); border: 1px solid #475569; box-shadow: none; }
.id-cookie__copy h2 { color: #fff; }
.id-cookie__copy p { color: #CBD5E1; }
.id-cookie__button { border-radius: 2px; }
.id-cookie__button--secondary { color: #fff; border-color: #94A3B8; }
.id-cookie__button--plain { color: #CBD5E1; }
.id-cookie-dialog { background: rgba(15,23,42,.76); backdrop-filter: none; }
.id-cookie-option { border-color: var(--border-color); }
.id-cookie-dialog__note { color: var(--text-secondary); background: var(--bg-surface); }

/* Charcoal footer is the single high-impact dark surface */
.id-footer { color: #CBD5E1; background: var(--accent-charcoal); border-top: 4px solid var(--accent-orange); }
.id-footer__nav h2 { color: #fff; }
.id-footer__brand p, .id-footer__links a, .id-footer__links button { color: #CBD5E1; }
.id-footer__brand > span, .id-footer__bottom { color: #94A3B8; }
.id-footer__bottom { border-color: #475569; }
.id-backtotop { color: #fff; background: var(--accent-charcoal); border: 1px solid var(--accent-charcoal); border-radius: 2px; box-shadow: none; }
.id-backtotop:hover { color: #fff; background: var(--accent-orange); border-color: var(--accent-orange); transform: none; }

@media (max-width: 980px) {
  .id-hero__grid { grid-template-columns: 1fr; min-height: 0; gap: 48px; }
  .id-hero__copy { max-width: 780px; padding-right: 0; }
  .id-hero__build { width: 100%; max-width: 720px; }
  .id-local__details { border-left: 0; border-top: 1px solid var(--border-color); }
  .id-served__track { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767px) {
  body { font-size: 16px; }
  .id-header__inner { min-height: 76px; }
  .id-logo__mark { width: 45px; height: 50px; flex-basis: 45px; }
  .id-logo__mark img { height: 50px; }
  .id-logo__name { font-size: 21px; }
  .id-nav { background: #fff; border-color: var(--border-color); }
  .id-nav__list { gap: 0; }
  .id-nav__list li { border-color: var(--border-color); }
  .id-nav__list a { color: var(--text-primary); }
  .id-hero__grid { padding-block: 66px; }
  .id-hero__title { font-size: clamp(58px,17vw,78px); }
  .id-hero__subtitle { font-size: 18px; }
  .id-hero__actions { align-items: stretch; flex-direction: column; }
  .id-btn-quote, .id-btn-secondary { width: 100%; }
  .id-hero__specs { grid-template-columns: 1fr; }
  .id-hero__specs > div, .id-hero__specs > div:first-child { border-left: 0; border-top: 1px solid var(--border-color); }
  .id-services__grid { padding-block: 0; }
  .id-service { min-height: 280px; }
  .id-service__index { margin-bottom: 36px; }
  .id-relsec, .id-local, .id-promise, .id-contact { padding-block: 68px; }
  .id-rel__col + .id-rel__col { border-left: 0; border-top: 1px solid var(--border-color); }
  .id-local__copy, .id-local__details { padding: 32px 24px; }
  .id-served__track { grid-template-columns: 1fr; }
  .id-svlead__grid { padding-left: 20px; }
}

/* 4.1 — official brand assets and user-selected service-area carousel. */
.id-logo--official { display: inline-flex; align-items: center; }
.id-logo--official img { width: auto; height: 68px; }
.id-footer__brandmark { display: inline-flex; align-items: center; }
.id-footer__brandmark img { width: auto; height: 72px; }

.id-served[data-carousel] .id-served__header { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.id-served[data-carousel] .id-served__intro { margin: 12px auto 0; }
.id-served[data-carousel] .id-served__carousel {
  display: grid; grid-template-columns: 48px minmax(0,1fr) 48px; align-items: center; gap: 18px;
}
.id-served[data-carousel] .id-served__track {
  display: grid; grid-template-columns: none; grid-auto-flow: column;
  grid-auto-columns: calc((100% - 54px)/4); gap: 18px; overflow-x: auto;
  scroll-snap-type: x mandatory; scroll-behavior: smooth; overscroll-behavior-inline: contain;
  scrollbar-width: none; border: 0;
}
.id-served[data-carousel] .id-served__track::-webkit-scrollbar { display: none; }
.id-served[data-carousel] .id-served__item {
  min-width: 0; min-height: 78px; display: flex; align-items: center; gap: 14px; padding: 16px;
  background: transparent; border: 0; scroll-snap-align: start;
}
.id-served[data-carousel] .id-served__item::before { content: none; }
.id-served[data-carousel] .id-served__item img {
  width: 72px; height: 48px; flex: 0 0 72px; object-fit: contain; border: 0; background: transparent;
}
.id-served[data-carousel] .id-served__item h4 { font-size: 15px; }
.id-served[data-carousel] .id-served__arrow {
  width: 58px; height: 58px; display: inline-grid; place-items: center; padding: 0;
  color: var(--text-primary); background: transparent; border: 0; border-radius: 0;
}
.id-served[data-carousel] .id-served__arrow svg { width: 36px; height: 36px; }
.id-served[data-carousel] .id-served__arrow:hover:not(:disabled) { color: var(--accent-orange); background: transparent; }
.id-served[data-carousel] .id-served__arrow:disabled { opacity: .35; cursor: not-allowed; }
@media (max-width: 900px) {
  .id-served[data-carousel] .id-served__track { grid-auto-columns: calc((100% - 18px)/2); }
}
@media (max-width: 620px) {
  .id-logo--official img { height: 51px; }
  .id-footer__brandmark img { height: 62px; }
  .id-served[data-carousel] .id-served__carousel { grid-template-columns: 50px minmax(0,1fr) 50px; gap: 5px; }
  .id-served[data-carousel] .id-served__track { grid-auto-columns: 100%; gap: 10px; }
  .id-served[data-carousel] .id-served__arrow { width: 50px; height: 50px; }
  .id-served[data-carousel] .id-served__arrow svg { width: 32px; height: 32px; }
}

/* 4.2 — full-bleed, ACF-managed homepage hero image. */
.id-hero__visual {
  position: relative; align-self: stretch; min-height: 460px; margin: 0; overflow: hidden;
  background: var(--bg-surface); border: 1px solid var(--border-color);
}
.id-hero__visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
@media (max-width: 980px) {
  .id-hero__visual { min-height: 420px; }
}
@media (max-width: 620px) {
  .id-hero__visual { min-height: 320px; }
}

/* 4.3 — strict square UI, functional hero proof, and alternating surfaces. */
.id-hero__visual { display: flex; align-items: center; min-height: 460px; background: var(--accent-charcoal); border: 0; }
.id-hero__build { width: 100%; border-color: #475569; background: #fff; }
.id-hero__buildhead { border-color: var(--border-color); }
.id-hero__build pre { min-height: 258px; display: flex; align-items: center; }

.id-services { background: var(--bg-surface); border-bottom: 1px solid var(--border-color); }
.id-service { background: #F1F5F9; }
.id-service:hover { background: #fff; }
.id-relsec { background: #fff; }
.id-company { background: var(--bg-surface); }
.id-company__logo { background: var(--bg-surface); }
.id-work { background: #fff; }
.id-local { background: var(--bg-surface); }
.id-promise { background: #fff; }
.id-contact { background: var(--bg-surface); }

.id-nav__quote a:hover,
.id-btn-quote:hover,
.id-wpm__cta:hover,
.id-promise__cta:hover,
.id-svbutton--primary:hover,
.id-svservice__detail > a:hover,
.id-form button:hover,
.id-cookie__button--primary:hover {
  color: #fff; background: var(--accent-charcoal); border-color: var(--accent-charcoal);
}
.id-btn-secondary:hover,
.id-svprocess__prompt a:hover {
  color: #fff; background: var(--accent-orange); border-color: var(--accent-orange);
}

button, input, textarea, select,
.id-service, .id-company__logo, .id-work__item, .id-local__panel,
.id-contact__right, .id-svfinder, .id-svservice, .id-svprocess__rows article,
.id-svprocess__prompt, .id-svfaq details, .id-modal__panel,
.id-cookie, .id-cookie-dialog__panel, .id-cookie-option {
  border-radius: 0;
}
.id-nav__quote a, .id-btn-quote, .id-btn-secondary, .id-wpm__cta,
.id-promise__cta, .id-svbutton--primary, .id-svservice__detail > a,
.id-svprocess__prompt a, .id-contact__whatsapp, .id-svwhatsapp,
.id-form button, .id-cookie__button, .id-modal__close,
.id-cookie-dialog__close, .id-backtotop {
  border-radius: 2px;
}
.id-service:hover, .id-company__logo:hover, .id-work__item:hover,
.id-svfinder a:hover, .id-svservice:hover {
  box-shadow: none; transform: none;
}

/* Square privacy controls replace the familiar pill-toggle treatment. */
.id-cookie-switch { width: 28px; height: 28px; }
.id-cookie-switch > span:last-child {
  inset: 0; background: #fff; border: 2px solid #94A3B8; border-radius: 0;
}
.id-cookie-switch > span:last-child::after {
  content: ""; inset: 5px; width: auto; height: auto; background: transparent;
  border: solid #fff; border-width: 0 2px 2px 0; border-radius: 0;
  transform: rotate(45deg) scale(0); transition: transform .15s ease;
}
.id-cookie-switch input:checked + span { background: var(--accent-orange); border-color: var(--accent-orange); }
.id-cookie-switch input:checked + span::after { transform: rotate(45deg) scale(1); }
.id-cookie-switch input:disabled + span { background: var(--accent-charcoal); border-color: var(--accent-charcoal); opacity: 1; }

@media (max-width: 980px) {
  .id-hero__visual { min-height: 420px; }
}
@media (max-width: 620px) {
  .id-hero__visual { min-height: 0; }
  .id-hero__build pre { min-height: 230px; padding: 24px 20px; }
  .id-hero__build code { font-size: 12px; }
}

/* 4.4 — image-led editorial hero with three plain service routes. */
.id-hero { padding: 0; background: #fff; }
.id-hero__inner { padding-top: clamp(34px,4vw,64px); }
.id-hero__visual {
  display: block; width: 100%; height: clamp(310px,43vw,610px); min-height: 0; margin: 0;
  overflow: hidden; background: var(--bg-surface); border: 1px solid var(--border-color);
}
.id-hero__visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.id-hero__imagefallback {
  display: grid; place-items: center; width: 100%; height: 100%; overflow: hidden;
  background: var(--bg-surface);
}
.id-hero__imagefallback img { width: min(58%,720px); height: auto; }
.id-hero__copy { max-width: 1120px; margin: 0 auto; padding: clamp(44px,5vw,76px) 0 clamp(34px,4vw,58px); text-align: center; }
.id-hero__title {
  max-width: none; margin: 0; color: var(--text-primary); font-family: var(--f-body);
  font-size: clamp(54px,6.2vw,94px); font-weight: 600; line-height: .98; letter-spacing: -.055em;
  text-transform: none;
}
.id-hero__subtitle {
  max-width: 760px; margin: 25px auto 0; color: var(--text-secondary);
  font-size: clamp(18px,1.5vw,22px); line-height: 1.55;
}
.id-hero__services { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--border-color); }
.id-hero__services a {
  position: relative; display: grid; gap: 7px; min-height: 112px; align-content: center; padding: 22px 28px;
  color: var(--text-primary); border-left: 1px solid var(--border-color); background: transparent;
}
.id-hero__services a:first-child { border-left: 0; }
.id-hero__services a::after {
  content: ""; position: absolute; left: 28px; right: 100%; bottom: -1px; height: 3px;
  background: var(--accent-orange); transition: right .2s ease;
}
.id-hero__services a:hover::after, .id-hero__services a:focus-visible::after { right: 28px; }
.id-hero__services strong { font-family: var(--f-semi); font-size: clamp(18px,1.55vw,24px); line-height: 1.15; }
.id-hero__services span { color: var(--text-secondary); font-size: 14px; line-height: 1.4; }

@media (max-width: 767px) {
  .id-hero__inner { padding-top: 22px; }
  .id-hero__visual { height: 250px; }
  .id-hero__imagefallback img { width: 78%; }
  .id-hero__copy { padding: 42px 0 34px; text-align: left; }
  .id-hero__title { font-size: clamp(48px,14vw,68px); letter-spacing: -.035em; }
  .id-hero__subtitle { margin-top: 20px; }
  .id-hero__services { grid-template-columns: 1fr; }
  .id-hero__services a, .id-hero__services a:first-child { min-height: 98px; padding: 20px 0; border-left: 0; border-top: 1px solid var(--border-color); }
  .id-hero__services a:first-child { border-top: 0; }
  .id-hero__services a::after { left: 0; }
  .id-hero__services a:hover::after, .id-hero__services a:focus-visible::after { right: 0; }
}

/* 4.5 — non-sticky compact header with one contact action and menu trigger. */
html, body { overflow-x: clip; }
.id-header {
  position: relative; top: auto; z-index: 200; transform: none !important;
  background: #fff; border-bottom: 0; transition: none; will-change: auto;
}

.id-header__inner { position: relative; min-height: 92px; }
.id-header__actions { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.id-header__contact {
  display: inline-flex; align-items: center; gap: 13px; min-height: 50px; padding: 5px 5px 5px 22px;
  color: var(--text-primary); border: 1px solid #CBD5E1; border-radius: 999px;
  font-family: var(--f-semi); font-size: 15px; font-weight: 700; letter-spacing: .035em; text-transform: uppercase;
}
.id-header__contact svg {
  width: 38px; height: 38px; padding: 9px; color: #fff; background: var(--accent-orange); border-radius: 50%;
}
.id-header__contact:hover { color: #fff; background: var(--accent-charcoal); border-color: var(--accent-charcoal); }
.id-header__contact:hover svg { background: var(--accent-orange); }
.id-nav-toggle {
  display: inline-grid; place-items: center; width: 50px; height: 50px; padding: 0;
  color: var(--text-primary); background: transparent; border: 0; border-radius: 0;
}
.id-nav-toggle svg { width: 31px; height: 31px; }
.id-nav { display: none; }
.id-header.is-open .id-nav {
  display: block; position: absolute; top: 100%; right: 40px; width: min(520px,calc(100vw - 80px));
  padding: 34px; background: #fff; border: 1px solid var(--border-color); border-top: 3px solid var(--accent-orange);
}
.id-header.is-open .id-nav__list { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
.id-header.is-open .id-nav__list li { border-bottom: 1px solid var(--border-color); }
.id-header.is-open .id-nav__list li:last-child { border-bottom: 0; }
.id-header.is-open .id-nav__list a {
  display: flex; align-items: center; min-height: 66px; color: var(--text-primary);
  font-family: var(--f-cond); font-size: 32px; font-weight: 600;
}
.id-header.is-open .id-nav__list a:hover { color: var(--accent-orange); }
.id-header.is-open .id-nav__quote { display: none; }
.id-menu-open { overflow: hidden; }

.id-hero__inner { padding-top: 18px; }
.id-hero__visual { height: clamp(280px,32vw,440px); }

@media (max-width: 767px) {
  .id-header__inner { min-height: 78px; }
  .id-header__actions { gap: 5px; }
  .id-header__contact { min-height: 44px; padding: 4px 4px 4px 15px; font-size: 12px; }
  .id-header__contact svg { width: 34px; height: 34px; }
  .id-nav-toggle { width: 44px; height: 44px; }
  .id-header.is-open .id-nav {
    top: 100%; left: 0; right: 0; width: 100%; padding: 20px 22px 28px;
    border-left: 0; border-right: 0;
  }
  .id-header.is-open .id-nav__list { gap: 0; }
  .id-header.is-open .id-nav__list a { min-height: 58px; font-size: 28px; }
  .id-hero__inner { padding-top: 12px; }
  .id-hero__visual { height: 190px; }
}

@media (max-width: 440px) {
  .id-header__contact span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .id-header__contact { width: 40px; min-height: 40px; padding: 2px; border: 0; }
  .id-header__contact svg { width: 36px; height: 36px; }
}

/* 4.6 — Idolize-inspired nine-square menu trigger. */
.id-nav-toggle {
  width: 52px; height: 62px; display: grid; grid-template-rows: 38px auto;
  place-items: center; align-content: center; gap: 2px;
}
.id-nav-toggle__grid {
  display: grid; grid-template-columns: repeat(3,7px); grid-template-rows: repeat(3,7px); gap: 4px;
}
.id-nav-toggle__grid i { display: block; width: 7px; height: 7px; background: currentColor; }
.id-nav-toggle__label {
  font-family: var(--f-ui); font-size: 9px; font-style: normal; font-weight: 700;
  letter-spacing: .08em; line-height: 1; text-transform: uppercase;
}
.id-nav-toggle:hover, .id-header.is-open .id-nav-toggle { color: var(--accent-orange); }
.id-header.is-open .id-nav-toggle__grid i:nth-child(2),
.id-header.is-open .id-nav-toggle__grid i:nth-child(4),
.id-header.is-open .id-nav-toggle__grid i:nth-child(6),
.id-header.is-open .id-nav-toggle__grid i:nth-child(8) { opacity: .25; }

@media (max-width: 767px) {
  .id-nav-toggle { width: 46px; height: 56px; grid-template-rows: 34px auto; }
  .id-nav-toggle__grid { grid-template-columns: repeat(3,6px); grid-template-rows: repeat(3,6px); gap: 3px; }
  .id-nav-toggle__grid i { width: 6px; height: 6px; }
}

/* 4.7 — flowing background artwork preview. */
.id-hero {
  min-height: min(950px,calc(100vh - 92px));
  color: #fff; background-color: #0B1220; background-image: var(--id-hero-image);
  background-repeat: no-repeat; background-position: center; background-size: cover;
  background-attachment: fixed;
  border-bottom: 0;
}
.id-hero__inner {
  min-height: min(950px,calc(100vh - 92px)); display: flex; flex-direction: column;
  justify-content: center; padding-top: 0;
}
.id-hero__visual { display: none; }
.id-hero__copy {
  width: 100%; max-width: 1120px; margin: auto; padding: clamp(80px,11vh,150px) 0 60px;
  text-align: center;
}
.id-hero__title { color: #fff; text-shadow: 0 2px 24px rgba(3,8,18,.34); }
.id-hero__subtitle { color: #CBD5E1; }
.id-hero__services { margin-top: auto; border-color: rgba(255,255,255,.24); }
.id-hero__services a { color: #fff; border-color: rgba(255,255,255,.24); }
.id-hero__services span { color: #CBD5E1; }

.id-local {
  color: #fff; background-color: #0B1220;
  --id-local-image: url('images/backgrounds/mj-facet-mid.svg');
  background-image: var(--id-local-image);
  background-repeat: no-repeat; background-position: center; background-size: cover;
  background-attachment: fixed;
}
.id-local__panel { background: rgba(11,18,32,.82); border-color: rgba(255,255,255,.22); }
.id-local__title, .id-local__location strong { color: #fff; }
.id-local__body, .id-local__location { color: #CBD5E1; }
.id-local__details, .id-local__location, .id-local__map { border-color: rgba(255,255,255,.22); }

.id-footer {
  background-color: #0B1220; background-image: url('images/backgrounds/mj-facet-footer.svg');
  background-repeat: no-repeat; background-position: left top; background-size: cover; border-top: 0;
}

@media (max-width: 767px) {
  .id-hero, .id-hero__inner { min-height: 760px; }
  .id-hero { background-position: 58% center; }
  .id-hero__copy { margin: auto 0; padding: 72px 0 46px; text-align: center; }
  .id-hero__title { font-size: clamp(48px,14vw,68px); }
  .id-hero__services { margin-top: 0; }
  .id-hero__services a, .id-hero__services a:first-child { color: #fff; border-color: rgba(255,255,255,.24); }
  .id-local { background-position: 42% center; }
  .id-footer { background-position: left top; }
}

/* 4.7.3 — iOS Safari fallback for fixed illustrated sections. */
html.id-ios-parallax .id-hero,
html.id-ios-parallax .id-local,
html.id-ios-parallax .mj-service-hero,
html.id-ios-parallax .mj-portfolio-hero {
  background-image: none;
  background-attachment: scroll;
}
html.id-ios-parallax .id-hero::before,
html.id-ios-parallax .id-local::before,
html.id-ios-parallax .mj-service-hero::before,
html.id-ios-parallax .mj-portfolio-hero::before {
  content: "";
  display: block;
  position: absolute;
  inset: -12% 0;
  z-index: 0;
  pointer-events: none;
  background-color: #0B1220;
  background-image: var(--id-hero-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate3d(0,var(--id-parallax-y,0px),0);
  will-change: transform;
}
html.id-ios-parallax .id-local {
  position: relative;
  overflow: hidden;
}
html.id-ios-parallax .id-local::before {
  background-image: var(--id-local-image);
}
html.id-ios-parallax .mj-service-hero::before {
  background-image: url("images/backgrounds/mj-facet-hero.svg");
}
html.id-ios-parallax .mj-portfolio-hero::before {
  background-image: url("images/backgrounds/mj-facet-hero.svg");
}
html.id-ios-parallax .id-hero__inner,
html.id-ios-parallax .mj-portfolio-hero__inner {
  position: relative;
  z-index: 1;
}
html.id-ios-parallax .id-local > * {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .id-hero, .id-local, .mj-service-hero, .mj-portfolio-hero { background-attachment: scroll; }
  html.id-ios-parallax .id-hero::before,
  html.id-ios-parallax .id-local::before,
  html.id-ios-parallax .mj-service-hero::before,
  html.id-ios-parallax .mj-portfolio-hero::before {
    transform: none;
    will-change: auto;
  }
}

/* 4.7.5 — balanced official header logo size. */
header.id-header .id-logo img {
  height: 77px;
  width: auto;
}

/* 5.0 — traditional full-width, three-column Services mega-menu. */
header.id-header { overflow: visible; }
.id-nav__services { position: relative; }
.id-nav__services-trigger {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  width: 100%; min-height: 66px; padding: 0;
  color: var(--text-primary); background: transparent; border: 0;
  font-family: var(--f-cond); font-size: 32px; font-weight: 600;
  line-height: 1; letter-spacing: .01em; text-align: left; text-transform: uppercase;
  cursor: pointer;
}
.id-nav__services-trigger > svg {
  width: 18px; height: 18px; flex: 0 0 18px; fill: none; stroke: currentColor;
  stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round;
  transition: transform .18s ease;
}
.id-nav__services-trigger:hover,
.id-nav__services-trigger:focus-visible { color: var(--accent-orange); }
.id-nav__services.is-open .id-nav__services-trigger > svg { transform: rotate(180deg); }

.id-mega-menu {
  position: absolute; top: 100%; left: 50%; z-index: 9999;
  width: 100vw; max-width: none; max-height: calc(100vh - 92px); overflow-y: auto;
  background: #fff; border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%,8px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.id-mega-menu__inner { padding-top: 0; padding-bottom: 24px; }
.id-mega-menu__groups {
  display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: start;
  border-left: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color);
}
.id-mega-menu__group {
  min-width: 0; padding: 32px clamp(22px,3vw,42px) 30px;
  border-right: 1px solid var(--border-color);
}
.id-mega-menu__category {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; min-height: 22px; margin: 0 0 18px; padding: 0;
  color: #64748B; background: transparent; border: 0;
  font-family: var(--f-ui); font-size: 12px; font-weight: 700; letter-spacing: .14em;
  line-height: 1; text-align: left; text-transform: uppercase; cursor: default;
}
.id-mega-menu__category-mark { display: none; }
.id-mega-menu__panel {
  display: grid; grid-template-columns: 1fr; align-content: start;
}
.id-mega-menu__service {
  display: grid; grid-template-columns: 30px minmax(0,1fr); align-items: center; gap: 16px;
  min-height: 64px; padding: 9px 0; color: var(--text-primary);
  font-family: var(--f-body); font-size: 20px; font-weight: 700; line-height: 1.25;
}
.id-mega-menu__service > svg {
  width: 30px; height: 30px; color: var(--accent-orange); fill: none; stroke: currentColor;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
.id-mega-menu__service:hover,
.id-mega-menu__service:focus-visible { color: var(--accent-orange); }
.id-mega-menu__all {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 58px; margin: 0; padding: 18px 26px 0; color: var(--text-primary);
  font-family: var(--f-body);
  font-size: 14px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
}
.id-mega-menu__all:hover,
.id-mega-menu__all:focus-visible { color: var(--accent-orange); }

@media (max-width: 767px) {
  .id-nav__services-trigger { min-height: 58px; font-size: 28px; }
  .id-mega-menu { max-height: calc(100vh - 78px); }
  .id-mega-menu__inner { width: 100%; padding: 0 22px 22px; }
  .id-mega-menu__groups { display: block; border: 0; }
  .id-mega-menu__group { display: block; padding: 0; border-right: 0; }
  .id-mega-menu__category {
    width: 100%; min-height: 62px; padding: 0; background: transparent;
    border-bottom: 1px solid var(--border-color); cursor: pointer;
  }
  .id-mega-menu__category-mark {
    display: block; color: var(--accent-orange); font-size: 22px; font-weight: 400;
  }
  .id-mega-menu__panel {
    display: none; grid-template-columns: 1fr; gap: 0; padding: 6px 0 20px;
    border-bottom: 1px solid var(--border-color);
  }
  .id-mega-menu__group.is-active .id-mega-menu__panel { display: grid; }
  .id-mega-menu__service { min-height: 54px; }
  .id-mega-menu__all { margin: 16px 0 0; }
}

/* 5.1 — full-screen primary menu with a click-only Services accordion. */
.id-header.is-open .id-header__inner {
  position: relative;
  z-index: auto;
}
.id-header.is-open::before {
  content: "";
  position: fixed;
  inset: 0 0 auto;
  z-index: 10001;
  height: 100px;
  pointer-events: none;
  background: #fff;
  border-bottom: 1px solid var(--border-color);
}
.id-header.is-open .id-logo,
.id-header.is-open .id-header__actions {
  position: relative;
  z-index: 10003;
}
.id-header.is-open .id-nav {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  max-height: none;
  padding: calc(118px + env(safe-area-inset-top)) clamp(28px,6vw,104px) 64px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border: 0;
}
.id-header.is-open .id-nav__list {
  width: min(100%,1320px);
  margin: 0 auto;
}
.id-header.is-open .id-nav__list > li {
  border-bottom: 1px solid var(--border-color);
}
.id-header.is-open .id-nav__list > li > a,
.id-header.is-open .id-nav__services-trigger {
  min-height: 82px;
  font-size: clamp(36px,4.2vw,58px);
}
.id-header.is-open .id-nav__services > .id-mega-menu {
  display: none;
  position: static;
  width: 100%;
  max-width: none;
  max-height: none;
  overflow: visible;
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-bottom: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  transition: none;
}
.id-header.is-open .id-nav__services.is-open > .id-mega-menu {
  display: block;
}
.id-header.is-open .id-mega-menu__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 22px;
}
.id-header.is-open .id-mega-menu__groups {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.id-header.is-open .id-nav__list .id-mega-menu__service {
  grid-template-columns: 30px minmax(0,1fr);
  min-height: 64px;
  padding: 9px 0;
  font-size: 20px;
  font-weight: 700;
}
.id-header.is-open .id-nav__list .id-mega-menu__all {
  min-height: 54px;
  padding: 16px 26px 0;
  font-size: 14px;
}

@media (max-width: 767px) {
  .id-header.is-open::before { height: 86px; }
  .id-header.is-open .id-nav {
    padding: calc(98px + env(safe-area-inset-top)) 22px 38px;
  }
  .id-header.is-open .id-nav__list > li > a,
  .id-header.is-open .id-nav__services-trigger {
    min-height: 62px;
    font-size: 31px;
  }
  .id-header.is-open .id-mega-menu__groups { display: block; }
  .id-header.is-open .id-nav__services > .id-mega-menu { border-right: 0; border-left: 0; }
  .id-header.is-open .id-nav__list .id-mega-menu__service {
    grid-template-columns: 27px minmax(0,1fr);
    min-height: 58px;
    font-size: 18px;
  }
  .id-mega-menu__service > svg { width: 27px; height: 27px; }
}

/* 5.1.1 — turn the menu trigger into an explicit close control. */
.id-header.is-open .id-nav-toggle__grid {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
.id-header.is-open .id-nav-toggle__grid i {
  display: none;
  opacity: 0;
}
.id-header.is-open .id-nav-toggle__grid::before,
.id-header.is-open .id-nav-toggle__grid::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background: currentColor;
  transform-origin: center;
}
.id-header.is-open .id-nav-toggle__grid::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.id-header.is-open .id-nav-toggle__grid::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

/* =========================================================================
   5.2 — SITE-WIDE READABILITY + CTA POLISH
   One type scale and one pill-button language. Existing layouts are unchanged.
   ========================================================================= */
:root {
  --type-body: 20px;
  --type-body-small: 20px;
  --type-ui: 19px;
  --type-label: 16px;
  --reading-width: 68ch;
  --pill-radius: 999px;
}

body {
  font-size: var(--type-body);
  line-height: 1.72;
}

/* Consistent reading sizes. Small uppercase labels remain intentionally compact. */
.id-hero__subtitle,
.id-hero__services span,
.id-service__desc,
.id-why__principle p,
.id-rel__body,
.id-wpm__intro,
.id-wpm__rowdesc,
.id-local__body,
.id-local__location,
.id-promise__reviews,
.id-contact__intro,
.id-contact__channel-note,
.id-contact__location,
.id-modal__intro,
.id-modal__alternate,
.id-served__intro,
.id-footer__brand p,
.id-footer__brand > span,
.id-footer__links a,
.id-footer__links button,
.id-footer__bottom,
.id-cookie__copy p,
.id-cookie-dialog__panel > p:not(.id-cookie-dialog__kicker):not(.id-cookie-dialog__note),
.id-cookie-option p,
.id-cookie-dialog__note,
.id-svhero__intro,
.id-svfinder > p,
.id-svfinder a span,
.id-svlead p,
.id-svservice__heading p,
.id-svservice__detail > p,
.id-svservice__detail li,
.id-svwp p:last-child,
.id-svprocess__rows p,
.id-svprocess__prompt p,
.id-svfaq header > p:last-child,
.id-svfaq details p {
  font-size: var(--type-body);
}

.id-nav__list a,
.id-form input,
.id-form textarea,
.id-form__field label,
.id-modal__alternate a,
.id-served__item h4 {
  font-size: var(--type-body-small);
}

.id-hero__services strong,
.id-svfinder a strong,
.id-footer__nav h2,
.id-cookie-option h3 {
  font-size: clamp(20px, 1.35vw, 23px);
}

/* One button shape across navigation, CTAs, forms, dialogs, and utilities. */
.id-skip-link,
.id-nav__quote a,
.id-header__contact,
.id-btn-quote,
.id-btn-secondary,
.id-wpm__cta,
.id-promise__cta,
.id-svbutton--primary,
.id-svservice__detail > a,
.id-svprocess__prompt a,
.id-form button,
.id-cookie__button {
  border-radius: var(--pill-radius);
}

.id-modal__close,
.id-cookie-dialog__close,
.id-backtotop,
.id-served__arrow,
.id-contact__whatsapp,
.id-svwhatsapp {
  border-radius: 50%;
}

.id-btn-quote,
.id-btn-secondary,
.id-wpm__cta,
.id-promise__cta,
.mj-service-button,
.id-svbutton,
.id-svservice__detail > a,
.id-svprocess__prompt a,
.id-form button,
.id-cookie__button {
  min-height: 54px;
  padding-inline: 26px;
  font-size: var(--type-ui);
  font-weight: 700;
}

.id-header__contact {
  min-height: 52px;
  font-size: var(--type-ui);
}

@media (max-width: 767px) {
  :root { --type-body: 20px; --type-body-small: 20px; --type-ui: 19px; }
  body { font-size: 20px; }
  .id-header__contact { min-height: 46px; font-size: 14px; }
}

/* 5.2.2 — custom-drawn homepage service icon set. */
.id-hero__services a {
  grid-template-columns: 48px minmax(0,1fr);
  column-gap: 18px;
  align-items: center;
}
.id-hero__service-icon {
  width: 48px;
  height: 48px;
  color: var(--accent-orange);
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.id-hero__service-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .id-hero__services a,
  .id-hero__services a:first-child {
    grid-template-columns: 44px minmax(0,1fr);
    column-gap: 16px;
  }
  .id-hero__service-icon { width: 44px; height: 44px; }
}

/* 5.3 — custom working-principle marks and restrained interaction. */
.id-why__principle {
  isolation: isolate;
  background: transparent;
  transition: background-color .28s ease;
}
.id-why__principle::before {
  height: 3px;
  background: var(--principle-accent);
}
.id-principle-icon {
  display: block;
  width: 62px;
  height: 62px;
  margin-bottom: 27px;
  overflow: visible;
  color: var(--principle-accent);
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: color .28s ease, transform .35s cubic-bezier(.22,1,.36,1);
}
.id-principle-icon__structure { opacity: .38; }
.id-principle-icon__draw {
  stroke-dasharray: 1;
  stroke-dashoffset: .18;
  opacity: .78;
  transition: stroke-dashoffset .7s cubic-bezier(.22,1,.36,1), opacity .28s ease;
}
.id-why__principle h3 { transition: color .28s ease, transform .35s cubic-bezier(.22,1,.36,1); }

@media (hover: hover) and (pointer: fine) {
  .id-why__principle:hover { background: var(--principle-tint); }
  .id-why__principle:hover::before { transform: scaleX(1); }
  .id-why__principle:hover .id-principle-icon { transform: translateY(-3px) scale(1.045); }
  .id-why__principle:hover .id-principle-icon__draw { stroke-dashoffset: 0; opacity: 1; }
  .id-why__principle:hover h3 { color: var(--principle-accent); transform: translateY(-2px); }
  .id-why__principle:hover p { color: var(--text-primary); transform: none; }
}

@media (max-width: 767px) {
  .id-why__principle,
  .id-why__principle:first-child { padding-block: 30px; }
  .id-principle-icon { width: 56px; height: 56px; margin-bottom: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .id-principle-icon,
  .id-principle-icon__draw { transition: none; }
  .id-principle-icon__draw { stroke-dashoffset: 0; }
}

/* 5.3.2 — two-tone editorial relationship panel. */
.id-rel__grid {
  position: relative;
  background: #F8FAFC;
  border-color: #DCE4ED;
}
.id-rel__grid::before {
  content: "";
  position: absolute;
  inset: -1px auto -1px -1px;
  width: 4px;
  background: var(--accent-orange);
}
.id-rel__col:first-child {
  background: #F8FAFC;
}
.id-rel__col:last-child {
  color: #fff;
  background: #0F172A;
  border-color: #0F172A;
}
.id-rel__col:first-child .id-rel__heading { color: var(--text-primary); }
.id-rel__col:first-child .id-rel__body { color: #475569; }
.id-rel__col:last-child .id-rel__heading,
.id-rel__col:last-child .id-rel__body strong { color: #fff; }
.id-rel__col:last-child .id-rel__body { color: #CBD5E1; }
.id-rel__col:last-child .id-rel__role { color: #94A3B8; }

@media (max-width: 767px) {
  .id-rel__grid::before { bottom: 50%; }
  .id-rel__col:last-child { border-top-color: #0F172A; }
}

/* 5.3.3 — grounded WordPress capability split. */
.id-work { background: #F8FAFC; }
.id-wpm {
  gap: 0;
  align-items: stretch;
}
.id-wpm__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px,5vw,70px);
  background: #0F172A;
  border-top: 4px solid var(--accent-orange);
}
.id-wpm .id-work__title { color: #fff; }
.id-wpm__intro { color: #CBD5E1; }
.id-wpm__list {
  padding-inline: clamp(30px,4vw,58px);
  background: #fff;
  border: 1px solid var(--border-color);
  border-left: 0;
}

@media (max-width: 980px) {
  .id-wpm__list {
    border-top: 0;
    border-left: 1px solid var(--border-color);
  }
}

@media (max-width: 620px) {
  .id-wpm__head { padding: 38px 26px 42px; }
  .id-wpm__list { padding-inline: 24px; }
}

/* 5.3.4 — keep the WordPress heading inside its panel at every desktop width. */
@media (min-width: 981px) {
  .id-wpm {
    grid-template-columns: minmax(420px, 460px) minmax(0, 1fr);
  }

  .id-wpm__head {
    min-width: 0;
    padding-inline: clamp(42px, 4vw, 58px);
  }

  .id-wpm .id-work__title {
    max-width: none;
    font-size: clamp(60px, 5.2vw, 66px);
    letter-spacing: -.03em;
  }
}

/* 5.3.5 — one deliberate contact panel with two clear response paths. */
.id-contact__grid {
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: 0;
  align-items: stretch;
  margin-top: 52px;
  padding-block: 0;
  border: 1px solid var(--border-color);
  border-top: 4px solid var(--accent-orange);
  background: #fff;
}

.id-contact__left {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(34px, 4vw, 54px);
  color: #fff;
  background: var(--accent-charcoal);
  border: 0;
}

.id-contact__direct-label {
  margin: 0 0 20px;
  color: #CBD5E1;
  font-family: var(--f-ui);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.id-contact__whatsapp {
  width: 100%;
  height: auto;
  min-height: 74px;
  justify-content: flex-start;
  gap: 16px;
  padding: 14px 18px;
  border-radius: var(--pill-radius);
}

.id-contact__whatsapp svg { width: 30px; height: 30px; flex: 0 0 30px; }
.id-contact__whatsapp-copy { display: grid; gap: 2px; min-width: 0; text-align: left; }
.id-contact__whatsapp-copy strong { color: #fff; font-family: var(--f-ui); font-size: 18px; line-height: 1.2; }
.id-contact__whatsapp-copy small { color: rgba(255,255,255,.82); font-family: var(--f-body); font-size: 14px; line-height: 1.3; }
.id-contact__whatsapp-arrow { margin-left: auto; color: #fff; font-size: 23px; transition: transform .2s ease; }
.id-contact__whatsapp:hover .id-contact__whatsapp-arrow { transform: translateX(4px); }

.id-contact__channel-note {
  max-width: 390px;
  margin: 34px 0 0;
  padding-top: 30px;
  color: #E2E8F0;
  border-color: #475569;
}

.id-contact__location {
  max-width: 390px;
  margin-top: auto;
  padding-top: 34px;
  color: #CBD5E1;
}

.id-contact__right {
  padding: clamp(34px, 4vw, 54px);
  background: #fff;
  border: 0;
  border-left: 1px solid var(--border-color);
}

.id-form { gap: 24px; }
.id-form__required {
  justify-self: end;
  margin: 0 0 -4px;
  color: var(--text-secondary);
  font-size: 14px;
}
.id-form__required span,
.id-form__field label > span { color: var(--accent-orange); }

.id-form__field { gap: 10px; }
.id-form__field label { font-weight: 700; letter-spacing: .01em; }
.id-form input,
.id-form textarea,
.id-form select {
  width: 100%;
  color: var(--text-primary);
  background: #F8FAFC;
  border: 1px solid #CBD5E1;
  border-radius: 2px;
  padding: 15px 16px;
  font-family: var(--f-body);
  font-size: 18px;
  transition: background .2s, border-color .2s, box-shadow .2s;
}
.id-form select { min-height: 58px; cursor: pointer; }
.id-form textarea { min-height: 190px; }
.id-form input:hover,
.id-form textarea:hover,
.id-form select:hover { border-color: #94A3B8; }
.id-form input:focus,
.id-form textarea:focus,
.id-form select:focus {
  outline: 0;
  background: #fff;
  border-color: var(--accent-orange);
  box-shadow: 0 0 0 3px rgba(255,90,38,.14);
}
.id-form textarea::placeholder { color: #94A3B8; }

.id-form__actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.id-form__actions button { width: auto; min-width: 240px; }
.id-form__actions p { margin: 0; color: var(--text-secondary); font-size: 15px; }

@media (max-width: 900px) {
  .id-contact__grid { grid-template-columns: 1fr; }
  .id-contact__right { border-left: 0; border-top: 1px solid var(--border-color); }
  .id-contact__location { margin-top: 30px; }
}

@media (max-width: 620px) {
  .id-contact__grid { margin-top: 38px; }
  .id-contact__left,
  .id-contact__right { padding: 30px 24px; }
  .id-form__row { grid-template-columns: 1fr; }
  .id-form__required { justify-self: start; }
  .id-form__actions { align-items: stretch; flex-direction: column; }
  .id-form__actions button { width: 100%; min-width: 0; }
}

/* 5.3.7 — blend the WhatsApp motion into the contact panel. */
.id-contact__media {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: clamp(-54px, -4vw, -34px) clamp(-54px, -4vw, -34px) 34px;
  overflow: hidden;
  background: #0B1220;
  isolation: isolate;
}
.id-contact__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 56%, rgba(30,41,59,.18) 72%, var(--accent-charcoal) 100%);
}
.id-contact__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.015);
  filter: saturate(.94) contrast(1.02);
}

@media (max-width: 620px) {
  .id-contact__media { margin: -30px -24px 28px; }
}

/* 5.3.8 — shorter, recognizable WhatsApp action. */
.id-contact__whatsapp {
  min-height: 62px;
  padding: 12px 18px;
  color: #07130B;
  background: #25D366;
  border-color: #25D366;
}
.id-contact__whatsapp:hover {
  color: #07130B;
  background: #20BD5A;
  border-color: #20BD5A;
}
.id-contact__whatsapp-copy { display: block; }
.id-contact__whatsapp-copy strong,
.id-contact__whatsapp-arrow { color: #07130B; }
.id-contact__whatsapp-copy strong { font-size: 17px; white-space: nowrap; }

/* 5.3.9 — hard-edged MJ facet artwork replaces decorative glow imagery. */
.id-svhero::before,
.id-promise::before { content: none; display: none; }
.id-footer__brand { position: relative; z-index: 1; }

/* 5.4.0 — structured, location-specific Who We Serve carousel. */
.id-served[data-carousel] {
  position: relative;
  overflow: hidden;
  padding-block: clamp(68px, 7vw, 104px) clamp(62px, 6vw, 88px);
  background: #F8FAFC;
  border-block: 1px solid var(--border-color);
  isolation: isolate;
}
.id-served[data-carousel]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("images/backgrounds/mj-facet-mid.svg") center/cover no-repeat;
  opacity: .045;
  pointer-events: none;
}
.id-served[data-carousel]::after { content: none; display: none; }
.id-served[data-carousel] .id-served__route {
  display: none;
}
.id-served[data-carousel] .id-served__header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(320px,.6fr);
  align-items: end;
  gap: clamp(32px, 7vw, 110px);
  max-width: none;
  margin: 0 0 42px;
  text-align: left;
}
.id-served__eyebrow {
  margin: 0 0 10px;
  color: var(--accent-orange);
  font-family: var(--f-semi);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}
.id-served[data-carousel] .id-served__title { font-size: clamp(52px, 5.2vw, 78px); }
.id-served[data-carousel] .id-served__intro {
  max-width: 560px;
  margin: 0;
  padding-left: 24px;
  color: var(--text-secondary);
  border-left: 3px solid var(--accent-orange);
  font-size: 18px;
  line-height: 1.7;
}
.id-served[data-carousel] .id-served__carousel {
  position: relative;
  display: grid;
  grid-template-columns: 62px minmax(0,1fr) 62px;
  align-items: center;
  gap: 18px;
}
.id-served[data-carousel] .id-served__track {
  grid-auto-columns: calc((100% - 54px)/4);
  gap: 18px;
  padding: 8px 2px 14px;
}
.id-served[data-carousel] .id-served__item {
  --served-card-accent: #FF5A26;
  position: relative;
  min-height: 250px;
  display: block;
  padding: 26px 24px 28px;
  overflow: hidden;
  background: rgba(255,255,255,.94);
  border: 1px solid #D7E0EA;
  border-radius: 2px;
  box-shadow: 0 8px 24px rgba(15,23,42,.055);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.id-served[data-carousel] .id-served__item:nth-child(4n+2) { --served-card-accent: #C02060; }
.id-served[data-carousel] .id-served__item:nth-child(4n+3) { --served-card-accent: #20A0A0; }
.id-served[data-carousel] .id-served__item:nth-child(4n+4) { --served-card-accent: #702060; }
.id-served[data-carousel] .id-served__item::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--served-card-accent);
  transform: scaleX(.28);
  transform-origin: left;
  transition: transform .28s ease;
}
.id-served[data-carousel] .id-served__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.id-served[data-carousel] .id-served__item img {
  width: 84px;
  height: 56px;
  object-fit: contain;
  filter: saturate(.94);
  transform-origin: left center;
  transition: transform .24s ease;
}
.id-served[data-carousel] .id-served__card-top span {
  max-width: 96px;
  padding-top: 3px;
  color: #64748B;
  font-family: var(--f-semi);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1.25;
  text-align: right;
  text-transform: uppercase;
}
.id-served[data-carousel] .id-served__item h4 {
  margin: 0;
  color: var(--text-primary);
  font-family: var(--f-cond);
  font-size: clamp(24px, 2vw, 29px);
  font-weight: 700;
  line-height: 1.02;
}
.id-served[data-carousel] .id-served__item > p {
  margin: 14px 0 0;
  color: var(--text-secondary);
  font-family: var(--f-body);
  font-size: 15px;
  line-height: 1.55;
}
.id-served[data-carousel] .id-served__item:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--served-card-accent) 55%, #D7E0EA);
  box-shadow: 0 16px 34px rgba(15,23,42,.1);
}
.id-served[data-carousel] .id-served__item:hover::after { transform: scaleX(1); }
.id-served[data-carousel] .id-served__item:hover img { transform: scale(1.06); }
.id-served[data-carousel] .id-served__arrow {
  width: 62px;
  height: 48px;
  color: var(--text-primary);
  background: #fff;
  border: 1px solid #CBD5E1;
  border-radius: 999px;
  box-shadow: 0 5px 15px rgba(15,23,42,.06);
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.id-served[data-carousel] .id-served__arrow svg { width: 34px; height: 20px; }
.id-served[data-carousel] .id-served__arrow:hover:not(:disabled) {
  color: #fff;
  background: var(--accent-orange);
  border-color: var(--accent-orange);
  transform: translateY(-2px);
}
.id-served[data-carousel] .id-served__arrow:focus-visible { outline: 3px solid rgba(255,90,38,.28); outline-offset: 3px; }
.id-served__hint {
  margin: 14px 80px 0;
  color: #64748B;
  font-size: 13px;
  line-height: 1.4;
}

@media (max-width: 1040px) {
  .id-served[data-carousel] .id-served__track { grid-auto-columns: calc((100% - 36px)/3); }
}
@media (max-width: 900px) {
  .id-served[data-carousel] .id-served__header { grid-template-columns: 1fr; gap: 22px; }
  .id-served[data-carousel] .id-served__intro { max-width: 620px; }
  .id-served[data-carousel] .id-served__track { grid-auto-columns: calc((100% - 18px)/2); }
}
@media (max-width: 620px) {
  .id-served[data-carousel] { padding-block: 58px 62px; }
  .id-served[data-carousel] .id-served__header { margin-bottom: 28px; }
  .id-served[data-carousel] .id-served__title { font-size: 48px; }
  .id-served[data-carousel] .id-served__intro { padding-left: 18px; font-size: 17px; }
  .id-served[data-carousel] .id-served__carousel { grid-template-columns: 50px minmax(0,1fr) 50px; gap: 8px; }
  .id-served[data-carousel] .id-served__track { grid-auto-columns: 100%; gap: 12px; }
  .id-served[data-carousel] .id-served__item { min-height: 236px; padding: 24px 22px 26px; }
  .id-served[data-carousel] .id-served__arrow { width: 50px; height: 46px; }
  .id-served[data-carousel] .id-served__arrow svg { width: 30px; }
  .id-served__hint { margin-inline: 0; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  .id-served[data-carousel] .id-served__item,
  .id-served[data-carousel] .id-served__item::after,
  .id-served[data-carousel] .id-served__item img,
  .id-served[data-carousel] .id-served__arrow { transition: none; }
  .id-served[data-carousel] .id-served__item:hover,
  .id-served[data-carousel] .id-served__arrow:hover:not(:disabled) { transform: none; }
}

/* Final cascade for the 5.4.1 WordPress grid after earlier theme baselines. */
.id-wpm__list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  align-content: stretch;
  padding: 0;
  border: 1px solid var(--border-color);
  border-left: 0;
}
.id-wpm__row,
.id-wpm__row:nth-child(2n) {
  position: relative;
  display: flex;
  grid-template-columns: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  min-width: 0;
  padding: clamp(28px,3vw,38px);
  overflow: hidden;
  background: #fff;
  border: 0;
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  isolation: isolate;
  transition: background-color .28s ease;
}
.id-wpm__row:nth-child(2n) { border-right: 0; }
.id-wpm__row:nth-last-child(-n+2) { border-bottom: 0; }
.id-wpm__row::before {
  top: -1px;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--wpm-accent);
  transform: scaleX(0);
}
.id-wpm__rowbody {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 13px;
}
.id-wpm__rowtitle {
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(27px,2.05vw,33px);
  line-height: 1.02;
}
.id-wpm__rowdesc {
  max-width: 590px;
  margin: 0;
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.62;
}
@media (hover: hover) and (pointer: fine) {
  .id-wpm__row:hover { background: var(--wpm-tint); border-color: var(--border-color); }
  .id-wpm__row:hover::before { transform: scaleX(1); }
  .id-wpm__row:hover .id-wpm__rowtitle { color: var(--wpm-accent); transform: translateY(-2px); }
  .id-wpm__row:hover .id-wpm__rowdesc { color: var(--text-primary); }
}
@media (max-width: 980px) {
  .id-wpm__list { border-left: 1px solid var(--border-color); }
}
@media (max-width: 760px) {
  .id-wpm__list { grid-template-columns: 1fr; }
  .id-wpm__row,
  .id-wpm__row:nth-child(2n) {
    display: grid;
    grid-template-columns: 58px minmax(0,1fr);
    gap: 20px;
    padding: 28px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--border-color);
  }
  .id-wpm__row:nth-last-child(2) { border-bottom: 1px solid var(--border-color); }
  .id-wpm__row:last-child { border-bottom: 0; }
}

/* 5.4.2 — branded two-panel contact modal. */
.id-modal {
  padding: clamp(16px,3vw,40px);
  background: rgba(11,18,32,.88);
  backdrop-filter: blur(5px);
}
.id-modal__panel,
.id-modal__panel[role="dialog"] {
  position: relative;
  width: min(1140px,100%);
  max-height: calc(100vh - clamp(32px,6vw,80px));
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: var(--text-primary);
  background: #fff;
  border: 1px solid rgba(255,255,255,.22);
  border-top: 0;
  border-radius: 2px;
  box-shadow: 0 30px 90px rgba(2,6,23,.38);
}
.id-modal__layout { display: grid; grid-template-columns: minmax(310px,.72fr) minmax(560px,1.28fr); min-height: 650px; }
.id-modal__brand {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: clamp(48px,5vw,74px) clamp(36px,4vw,58px) 46px;
  overflow: hidden;
  color: #fff;
  background-color: #0B1220;
  background-image: url("images/backgrounds/mj-facet-hero.svg");
  background-repeat: no-repeat;
  background-position: 62% center;
  background-size: cover;
  border-top: 4px solid var(--accent-orange);
  isolation: isolate;
}
.id-modal__header { position: relative; max-width: 390px; margin: 0; padding: 0; }
.id-modal__kicker {
  margin: 0 0 20px;
  color: #FF8A61;
  font-family: var(--f-semi);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .17em;
  line-height: 1;
  text-transform: uppercase;
}
.id-modal__title {
  max-width: 380px;
  margin: 0;
  color: #fff;
  font-family: var(--f-cond);
  font-size: clamp(54px,5vw,72px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: .92;
  text-transform: uppercase;
}
.id-modal__intro { max-width: 350px; margin: 26px 0 0; color: #CBD5E1; font-size: 17px; line-height: 1.7; }
.id-modal__human-note {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0,1fr);
  align-items: center;
  gap: 16px;
  max-width: 350px;
  padding-top: 26px;
  color: #E2E8F0;
  border-top: 1px solid #334155;
}
.id-modal__human-note svg { width: 48px; height: 48px; color: #20A0A0; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.id-modal__human-note p { margin: 0; font-size: 15px; line-height: 1.55; }
.id-modal__content { min-width: 0; padding: clamp(64px,5vw,78px) clamp(36px,5vw,66px) 40px; overflow: hidden; background: #fff; }
.id-modal__close {
  top: 20px;
  right: 24px;
  z-index: 3;
  width: auto;
  height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  color: var(--text-primary);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--border-color);
  border-radius: 0;
  font-family: var(--f-semi);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.id-modal__close svg { width: 32px; height: 24px; overflow: visible; stroke: var(--accent-orange); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.id-modal__close svg path + path { stroke: #C02060; }
.id-modal__close svg circle { fill: currentColor; stroke: none; }
.id-modal__close:hover { color: var(--accent-orange); background: #FFF4EF; border-color: var(--accent-orange); }
.id-modal__close:hover svg { transform: rotate(4deg); }
.id-modal__close:focus-visible { outline: 3px solid rgba(255,90,38,.25); outline-offset: 3px; }
.id-modal__form { display: grid; gap: 23px; }
.id-modal__form .id-form__row { gap: 20px; }
.id-modal__field { min-width: 0; gap: 10px; }
.id-modal__field label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-primary);
  font-family: var(--f-semi);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .015em;
}
.id-modal__field label svg {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  overflow: visible;
  color: var(--field-accent);
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.id-modal__field label small { color: #64748B; font-family: var(--f-body); font-size: 12px; font-weight: 500; }
.id-modal__field-draw {
  stroke-dasharray: 1;
  stroke-dashoffset: .12;
  transition: stroke-dashoffset .55s cubic-bezier(.22,1,.36,1);
}
.id-modal__form input,
.id-modal__form textarea {
  min-height: 54px;
  padding: 13px 15px;
  color: var(--text-primary);
  background: #F8FAFC;
  border: 1px solid #CBD5E1;
  border-radius: 2px;
  font-family: var(--f-body);
  font-size: 17px;
  box-shadow: inset 3px 0 0 transparent;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.id-modal__form textarea { min-height: 118px; resize: vertical; }
.id-modal__form input:hover,
.id-modal__form textarea:hover { border-color: #94A3B8; }
.id-modal__field:focus-within label { color: var(--field-accent); }
.id-modal__field:focus-within .id-modal__field-draw { stroke-dashoffset: 0; }
.id-modal__field:focus-within input,
.id-modal__field:focus-within textarea {
  outline: 0;
  background: #fff;
  border-color: var(--field-accent);
  box-shadow: inset 3px 0 0 var(--field-accent), 0 0 0 3px color-mix(in srgb, var(--field-accent) 14%, transparent);
}
.id-modal__form > button {
  justify-self: start;
  width: auto;
  min-width: 238px;
  min-height: 54px;
  padding: 13px 20px 13px 24px;
  background: var(--accent-orange);
  border-radius: 999px;
  font-size: 14px;
}
.id-modal__form > button:hover { background: var(--accent-charcoal); }
.id-modal__alternate {
  display: block;
  margin-top: 28px;
  padding: 20px 0 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--border-color);
}
.id-modal__alternate a { display: inline-flex; color: #07130B; text-decoration: none; }
.id-modal__whatsapp-mark {
  position: relative;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #07130B;
  background: #25D366;
  border: 1px solid #25D366;
  border-radius: 50%;
  transition: transform .2s ease, background-color .2s ease;
}
.id-modal__whatsapp-mark::before,
.id-modal__whatsapp-mark::after { content: none; display: none; }
.id-modal__whatsapp-mark svg { width: 26px !important; height: 26px !important; color: #07130B !important; }
.id-modal__alternate-arrow { width: 34px !important; height: 20px !important; color: #0A4A25 !important; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.id-modal__alternate a:hover .id-modal__whatsapp-mark { background: #4ADE80; transform: translateY(-2px); }

@media (max-width: 900px) {
  .id-modal { align-items: start; padding: 14px; }
  .id-modal__panel,
  .id-modal__panel[role="dialog"] { max-height: calc(100vh - 28px); }
  .id-modal__layout { grid-template-columns: 1fr; min-height: 0; }
  .id-modal__brand { min-height: 320px; padding: 44px 34px 32px; }
  .id-modal__title { max-width: 560px; font-size: 58px; }
  .id-modal__intro { max-width: 560px; margin-top: 18px; }
  .id-modal__human-note { margin-top: 36px; }
  .id-modal__content { padding: 58px 34px 34px; }
}
@media (max-width: 620px) {
  .id-modal { padding: 8px; }
  .id-modal__panel,
  .id-modal__panel[role="dialog"] { max-height: calc(100vh - 16px); }
  .id-modal__brand { min-height: 290px; padding: 38px 24px 28px; }
  .id-modal__title { max-width: 340px; font-size: 48px; }
  .id-modal__kicker { margin-bottom: 14px; }
  .id-modal__intro { padding-right: 34px; font-size: 16px; }
  .id-modal__human-note { grid-template-columns: 40px minmax(0,1fr); gap: 13px; margin-top: 28px; padding-top: 20px; }
  .id-modal__human-note svg { width: 40px; height: 40px; }
  .id-modal__content { padding: 54px 22px 24px; }
  .id-modal__close { top: 12px; right: 14px; color: #fff; border-color: #475569; }
  .id-modal__close span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .id-modal__close:hover { color: #fff; background: rgba(255,255,255,.08); }
  .id-modal__form .id-form__row { grid-template-columns: 1fr; gap: 22px; }
  .id-modal__form > button { width: 100%; }
  .id-modal__alternate { align-items: flex-start; flex-direction: column; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .id-modal__close svg,
  .id-modal__field-draw,
  .id-modal__alternate-arrow { transition: none; }
  .id-modal__field-draw { stroke-dashoffset: 0; }
}

/* 5.5.0 — About Us: same MJ system, purpose-built editorial layouts. */
.id-about { overflow: hidden; color: var(--text-primary); background: #fff; }
.id-abhero { min-height: min(820px,calc(100vh - 92px)); }
.id-abhero .id-abhero__inner {
  position: relative;
  min-height: min(820px,calc(100vh - 92px));
  align-items: flex-start;
  justify-content: center;
}
.id-abhero__copy { width: min(940px,82%); padding-block: 110px 130px; }
.id-abhero__copy h1 {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-family: var(--f-display);
  font-size: clamp(78px,9vw,132px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: .86;
  text-transform: uppercase;
  text-wrap: balance;
}
.id-abhero__copy p {
  max-width: 720px;
  margin: 34px 0 0;
  color: #CBD5E1;
  font-size: clamp(19px,1.7vw,23px);
  line-height: 1.62;
}
.id-abhero__jump {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 8px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.4);
  font-family: var(--f-semi);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.id-abhero__jump span { color: var(--accent-orange); font-size: 22px; transition: transform .2s ease; }
.id-abhero__jump:hover { color: #fff; border-color: var(--accent-orange); }
.id-abhero__jump:hover span { transform: translateY(4px); }
.id-about__eyebrow {
  margin: 0 0 18px;
  color: var(--accent-orange);
  font-family: var(--f-semi);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .17em;
  line-height: 1;
  text-transform: uppercase;
}
.id-abstory { padding-block: clamp(88px,9vw,136px); background: #fff; }
.id-abstory__grid {
  display: grid;
  grid-template-columns: minmax(350px,.82fr) minmax(0,1.18fr);
  gap: clamp(60px,9vw,142px);
  align-items: start;
}
.id-abstory__grid h2,
.id-about-values h2,
.id-about-team__header h2 {
  margin: 0;
  color: var(--text-primary);
  font-family: var(--f-cond);
  font-size: clamp(58px,6vw,86px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: .9;
  text-transform: uppercase;
  text-wrap: balance;
}
.id-abstory__lead {
  max-width: 720px;
  margin: 0 0 36px;
  padding-left: 24px;
  color: var(--text-primary);
  border-left: 4px solid var(--accent-orange);
  font-family: var(--f-semi);
  font-size: clamp(25px,2.3vw,34px);
  font-weight: 500;
  line-height: 1.3;
}
.id-abstory__columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px; }
.id-abstory__columns p { margin: 0; color: var(--text-secondary); font-size: 18px; line-height: 1.78; }
.id-abstory__origin {
  margin: 34px 0 0;
  padding: 22px 24px;
  color: var(--text-primary);
  background: #FFF4EF;
  border-left: 4px solid var(--accent-orange);
  font-size: 17px;
  line-height: 1.65;
}
.id-abstory__facts {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
  margin-top: clamp(68px,7vw,104px);
}
.id-abstory__facts > div {
  --fact-accent: #FF5A26;
  position: relative;
  min-height: 176px;
  padding: 28px 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 2px;
  box-shadow: 0 8px 24px rgba(15,23,42,.055);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.id-abstory__facts > div:nth-child(2) { --fact-accent: #C02060; }
.id-abstory__facts > div:nth-child(3) { --fact-accent: #702060; }
.id-abstory__facts > div:nth-child(4) { --fact-accent: #20A0A0; }
.id-abstory__facts > div::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--fact-accent);
  transform: scaleX(.3);
  transform-origin: left;
  transition: transform .3s ease;
}
.id-abstory__facts strong { display: block; color: var(--text-primary); font-family: var(--f-cond); font-size: 29px; font-weight: 700; line-height: 1; }
.id-abstory__facts span { display: block; margin-top: 14px; color: var(--text-secondary); font-size: 16px; line-height: 1.55; }
.id-about-values { padding-block: clamp(84px,8vw,124px); background: #F8FAFC; border-block: 1px solid var(--border-color); }
.id-about-values h2 { max-width: 780px; margin-bottom: 50px; }
.id-about-values__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-block: 1px solid var(--border-color); }
.id-about-value {
  position: relative;
  min-width: 0;
  padding: 32px 26px 34px;
  overflow: hidden;
  background: transparent;
  border-left: 1px solid var(--border-color);
  isolation: isolate;
  transition: background-color .28s ease;
}
.id-about-value:first-child { padding-left: 0; border-left: 0; }
.id-about-value::before {
  content: "";
  position: absolute;
  inset: -1px 0 auto;
  height: 3px;
  background: var(--about-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s cubic-bezier(.22,1,.36,1);
}
.id-about-value__icon {
  display: block;
  width: 62px;
  height: 62px;
  margin-bottom: 27px;
  overflow: visible;
  color: var(--about-accent);
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .35s cubic-bezier(.22,1,.36,1);
}
.id-about-value__structure { opacity: .38; }
.id-about-value__draw {
  stroke-dasharray: 1;
  stroke-dashoffset: .18;
  opacity: .8;
  transition: stroke-dashoffset .7s cubic-bezier(.22,1,.36,1), opacity .28s ease;
}
.id-about-value h3 { margin: 0; color: var(--text-primary); font-family: var(--f-semi); font-size: 28px; font-weight: 600; line-height: 1.08; transition: color .28s ease, transform .35s ease; }
.id-about-value p { margin: 14px 0 0; color: var(--text-secondary); font-size: 17px; line-height: 1.65; transition: color .28s ease; }
.id-about-team { padding-block: clamp(88px,9vw,138px); background: #fff; }
.id-about-team__header { margin-bottom: 48px; }
.id-about-team__header .id-about__eyebrow { padding-top: 12px; }
.id-about-team__header h2 { max-width: 800px; }
.id-founder-card {
  display: grid;
  grid-template-columns: minmax(330px,.72fr) minmax(0,1.28fr);
  min-height: 560px;
  background: #fff;
  border: 1px solid var(--border-color);
  border-top: 4px solid var(--accent-orange);
  border-radius: 2px;
  box-shadow: 0 16px 44px rgba(15,23,42,.08);
}
.id-founder-card__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 500px;
  overflow: hidden;
  color: #fff;
  background-color: #0B1220;
  background-image: url("images/backgrounds/mj-facet-hero.svg");
  background-position: 61% center;
  background-size: cover;
}
.id-founder-card__visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg,#FF5A26 0 25%,#C02060 25% 50%,#702060 50% 75%,#20A0A0 75%);
}
.id-founder-card__visual > span { font-family: var(--f-display); font-size: clamp(120px,15vw,210px); letter-spacing: -.05em; line-height: 1; }
.id-founder-card__visual img { width: 100%; height: 100%; object-fit: cover; }
.id-founder-card__content { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: clamp(44px,6vw,84px); }
.id-founder-card__role { margin: 0 0 14px; color: var(--accent-orange); font-family: var(--f-semi); font-size: 14px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.id-founder-card__content h3 { margin: 0; color: var(--text-primary); font-family: var(--f-cond); font-size: clamp(56px,6vw,84px); font-weight: 600; letter-spacing: -.025em; line-height: .9; text-transform: uppercase; }
.id-founder-card__bio { max-width: 720px; margin: 30px 0 0; color: var(--text-secondary); font-size: 19px; line-height: 1.75; }
.id-founder-card__roles { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 650px; margin-top: 34px; border-block: 1px solid var(--border-color); }
.id-founder-card__roles span { padding: 15px 16px 15px 0; color: var(--text-primary); border-bottom: 1px solid var(--border-color); font-family: var(--f-semi); font-size: 16px; font-weight: 600; }
.id-founder-card__roles span:nth-child(odd) { border-right: 1px solid var(--border-color); }
.id-founder-card__roles span:nth-child(even) { padding-left: 20px; }
.id-founder-card__roles span:nth-last-child(-n+2) { border-bottom: 0; }
.id-founder-card__signature { margin: 34px 0 0; color: var(--accent-orange); font-family: var(--f-script); font-size: 38px; line-height: 1; transform: rotate(-2deg); transform-origin: left center; }
.id-about-cta { border-top: 1px solid var(--border-color); }
.id-about-cta__body { max-width: 650px; margin: 22px auto 0; color: var(--text-secondary); font-size: 18px; line-height: 1.7; }
@media (hover: hover) and (pointer: fine) {
  .id-abstory__facts > div:hover { transform: translateY(-6px); border-color: var(--fact-accent); box-shadow: 0 16px 34px rgba(15,23,42,.1); }
  .id-abstory__facts > div:hover::before { transform: scaleX(1); }
  .id-about-value:hover { background: var(--about-tint); }
  .id-about-value:hover::before { transform: scaleX(1); }
  .id-about-value:hover .id-about-value__icon { transform: translateY(-3px) scale(1.045); }
  .id-about-value:hover .id-about-value__draw { stroke-dashoffset: 0; opacity: 1; }
  .id-about-value:hover h3 { color: var(--about-accent); transform: translateY(-2px); }
  .id-about-value:hover p { color: var(--text-primary); }
}
@media (max-width: 980px) {
  .id-abstory__grid { grid-template-columns: 1fr; gap: 42px; }
  .id-abstory__grid header { max-width: 700px; }
  .id-abstory__facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .id-about-values__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .id-about-value:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--border-color); }
  .id-about-value:nth-child(4) { border-top: 1px solid var(--border-color); }
  .id-about-team__header { grid-template-columns: 1fr; gap: 18px; }
  .id-founder-card { grid-template-columns: minmax(290px,.7fr) minmax(0,1.3fr); }
}
@media (max-width: 767px) {
  .id-abhero,
  .id-abhero .id-abhero__inner { min-height: 700px; }
  .id-abhero { background-position: 58% center; }
  .id-abhero__copy { width: 100%; padding-block: 88px 120px; }
  .id-abhero__copy h1 { max-width: 620px; font-size: clamp(64px,19vw,88px); }
  .id-abhero__copy p { max-width: 590px; margin-top: 26px; font-size: 18px; }
  .id-abhero__jump { bottom: 30px; left: 40px; }
  .id-abstory__columns { grid-template-columns: 1fr; gap: 22px; }
  .id-about-values__grid { grid-template-columns: 1fr; }
  .id-about-value,
  .id-about-value:first-child,
  .id-about-value:nth-child(3) { padding: 28px 0; border-left: 0; border-top: 0; border-bottom: 1px solid var(--border-color); }
  .id-about-value:last-child { border-bottom: 0; }
  .id-about-value__icon { width: 56px; height: 56px; margin-bottom: 20px; }
  .id-founder-card { grid-template-columns: 1fr; }
  .id-founder-card__visual { min-height: 390px; }
  .id-founder-card__content { padding: 42px 28px 48px; }
}
@media (max-width: 560px) {
  .id-abhero__jump { left: 22px; }
  .id-abstory__facts { grid-template-columns: 1fr; gap: 12px; }
  .id-abstory__facts > div { min-height: 150px; }
  .id-founder-card__roles { grid-template-columns: 1fr; }
  .id-founder-card__roles span,
  .id-founder-card__roles span:nth-child(odd),
  .id-founder-card__roles span:nth-child(even) { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--border-color); }
  .id-founder-card__roles span:last-child { border-bottom: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .id-abhero__jump span,
  .id-abstory__facts > div,
  .id-abstory__facts > div::before,
  .id-about-value,
  .id-about-value::before,
  .id-about-value__icon,
  .id-about-value__draw,
  .id-about-value h3,
  .id-about-value p { transition: none; }
  .id-about-value__draw { stroke-dashoffset: 0; }
  .id-abhero__jump:hover span,
  .id-abstory__facts > div:hover,
  .id-about-value:hover .id-about-value__icon,
  .id-about-value:hover h3 { transform: none; }
}

/* 5.5.2 — concrete regional presence on the About page. */
.id-served[data-carousel] .id-served__card-top span {
  max-width: none;
  padding: 7px 10px 6px;
  color: #475569;
  background: #F1F5F9;
  border: 1px solid #D7E0EA;
  border-radius: 999px;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
}
.id-served[data-carousel] .id-served__item h3,
.id-served[data-carousel] .id-served__item h4 {
  margin: 0;
  color: var(--text-primary);
  font-family: var(--f-cond);
  font-size: clamp(24px,2vw,29px);
  font-weight: 700;
  line-height: 1.02;
}
.id-about-markets { border-top: 1px solid var(--border-color); }
.id-about-markets[data-carousel] .id-served__route path {
  stroke-dasharray: none;
  opacity: .2;
}
.id-about-markets .id-served__title { max-width: 820px; font-size: clamp(50px,5vw,74px); }
.id-about-markets .id-served__intro { align-self: end; }
@media (max-width: 1040px) {
  .id-about-markets .id-served__card-top { align-items: flex-start; flex-direction: column; gap: 12px; }
  .id-about-markets .id-served__card-top span { white-space: nowrap; }
}
@media (max-width: 620px) {
  .id-served[data-carousel] .id-served__card-top span { font-size: 9px; }
  .id-about-markets .id-served__title { font-size: 45px; }
}

/* 5.7.1 cascade lock — these intentional service refinements follow all
   historic theme layers so older component rules cannot flatten them. */
.mj-service .mj-service-hero { background-attachment: fixed; }
.mj-service .mj-service-mark {
  width: 68px; height: 64px; color: var(--mark-color); background: transparent;
  border-color: color-mix(in srgb,var(--mark-color) 34%,#CBD5E1);
}
.mj-service .mj-service-mark svg { width: 52px; height: 52px; }
.mj-service .mj-service-included__item:nth-child(even) .mj-service-mark { color: var(--mark-color); }
.mj-service .mj-service-process__steps { position: relative; padding-left: 34px; border-top: 0; }
.mj-service .mj-service-process__steps::before { content: ""; position: absolute; top: 22px; bottom: 32px; left: 7px; width: 2px; background: linear-gradient(#C02060,#702060,#20A0A0); transform: rotate(.7deg); transform-origin: top; }
.mj-service .mj-service-process__steps article { position: relative; display: block; grid-template-columns: none; padding: 4px 0 42px 26px; border-bottom: 0; }
.mj-service .mj-service-process__steps article::before { content: ""; position: absolute; top: 7px; left: -34px; width: 17px; height: 17px; background: #fff; border: 3px solid var(--step-color); transform: rotate(45deg); }
.mj-service .mj-service-process__steps article::after { content: ""; position: absolute; top: 15px; left: -17px; width: 28px; height: 1px; background: var(--step-color); }
.mj-service .mj-service-process__steps article:nth-child(even) { margin-left: 42px; transform: none; }
.mj-service .mj-service-process__steps article:last-child { padding-bottom: 0; }
html.id-ios-parallax .mj-service .mj-service-hero { position: relative; background-image: none; background-attachment: scroll; }
html.id-ios-parallax .mj-service .mj-service-hero::before { content: ""; display: block; position: absolute; inset: -12% 0; z-index: 0; pointer-events: none; background: #0B1220 url("images/backgrounds/mj-facet-hero.svg") center/cover no-repeat; transform: translate3d(0,var(--id-parallax-y,0px),0); will-change: transform; }
@media (max-width: 980px) {
  .mj-service--layout-1 .mj-service-included__list,
  .mj-service--layout-1 .mj-service-proof { grid-column: auto; grid-row: auto; }
}
@media (max-width: 767px) {
  .mj-service .mj-service-mark { width: 56px; height: 54px; }
  .mj-service .mj-service-mark svg { width: 45px; height: 45px; }
  .mj-service .mj-service-process__steps article:nth-child(even) { margin-left: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .mj-service .mj-service-hero { background-attachment: scroll; }
  html.id-ios-parallax .mj-service .mj-service-hero::before { transform: none; will-change: auto; }
}

/* 5.7.2 — keep the shared service CTA dark after legacy .id-promise rules. */
.mj-service .mj-service-cta.id-promise {
  color: #fff;
  background-color: #0B1220;
  background-image: url("images/backgrounds/mj-facet-footer.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-color: #1E293B;
}
.mj-service .mj-service-cta .id-promise__statement { color: #fff; }

/* 5.9.0 — editorial blog system. */
.mj-blog,
.mj-article { overflow: clip; background: #fff; color: var(--text-primary); }
.mj-blog-hero,
.mj-article-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: end;
  min-height: clamp(390px, 48vw, 560px);
  padding: clamp(118px, 13vw, 180px) 0 clamp(58px, 7vw, 88px);
  overflow: hidden;
  color: #fff;
  background: #0B1220 url("images/backgrounds/mj-facet-hero.svg") center/cover no-repeat;
}
.mj-blog-hero::after,
.mj-article-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto -7vw 17% auto;
  width: min(42vw, 650px);
  height: 3px;
  background: #FF5A26;
  transform: rotate(-42deg);
  transform-origin: right center;
}
.mj-blog-hero h1,
.mj-article-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font: 400 clamp(54px, 7.2vw, 104px)/.93 var(--f-display);
  letter-spacing: .005em;
  text-wrap: balance;
}
.mj-blog-hero--archive { min-height: clamp(410px, 46vw, 530px); }
.mj-blog-hero--archive h1 { max-width: 1040px; font-size: clamp(50px, 6.3vw, 88px); }
.mj-blog-hero--archive p {
  max-width: 760px;
  margin: 28px 0 0;
  color: #D8E2EE;
  font: 500 clamp(18px, 1.6vw, 21px)/1.6 var(--f-body);
}
.mj-blog-index { padding: clamp(62px, 8vw, 112px) 0 clamp(84px, 10vw, 140px); background: #fff; }
.mj-blog-filters {
  display: flex;
  gap: 10px;
  margin: 0 0 clamp(42px, 6vw, 72px);
  overflow-x: auto;
  padding: 2px 2px 12px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.mj-blog-filters a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 21px;
  color: #1E293B;
  background: #fff;
  border: 1px solid #CBD5E1;
  border-radius: 999px;
  font: 700 15px/1 var(--f-ui);
  letter-spacing: .025em;
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}
.mj-blog-filters a:hover,
.mj-blog-filters a:focus-visible { color: #fff; background: #1E293B; border-color: #1E293B; transform: translateY(-1px); }
.mj-blog-filters a.is-active { color: #fff; background: #FF5A26; border-color: #FF5A26; }
.mj-blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(28px, 4.5vw, 68px); row-gap: clamp(50px, 7vw, 90px); }
.mj-post-card { min-width: 0; }
.mj-post-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 12 / 5;
  background: #0B1220;
  border-radius: 3px;
}
.mj-post-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.65,.25,1); }
.mj-post-card:hover .mj-post-card__media img { transform: scale(1.025); }
.mj-post-card__body { padding: 22px 2px 0; }
.mj-post-card__meta,
.mj-article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #64748B;
  font: 700 14px/1.35 var(--f-ui);
  letter-spacing: .035em;
}
.mj-post-card__meta a,
.mj-article-meta a { color: #FF5A26; text-decoration: none; }
.mj-post-card__meta > span,
.mj-article-meta > span[aria-hidden="true"] { width: 24px; height: 1px; background: #CBD5E1; }
.mj-post-card h2 { margin: 16px 0 0; font: 700 clamp(28px, 3vw, 40px)/1.08 var(--f-condensed); letter-spacing: -.012em; }
.mj-post-card h2 a { display: grid; grid-template-columns: minmax(0, 1fr) 30px; gap: 18px; align-items: start; color: #0F172A; text-decoration: none; }
.mj-post-card h2 svg {
  width: 27px;
  height: 27px;
  margin-top: 3px;
  fill: none;
  stroke: #FF5A26;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  transform: translate(-8px, 8px);
  transition: opacity .2s ease, transform .25s ease;
}
.mj-post-card:hover h2 svg,
.mj-post-card h2 a:focus-visible svg { opacity: 1; transform: translate(0, 0); }
.mj-blog-pagination { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: clamp(66px, 8vw, 105px); }
.mj-blog-pagination .page-numbers { display: grid; place-items: center; min-width: 46px; height: 46px; padding: 0 12px; color: #1E293B; border: 1px solid #CBD5E1; border-radius: 999px; font: 700 16px/1 var(--f-ui); text-decoration: none; }
.mj-blog-pagination .page-numbers.current,
.mj-blog-pagination a.page-numbers:hover { color: #fff; background: #FF5A26; border-color: #FF5A26; }
.mj-blog-empty { margin: 0; color: #475569; font: 500 19px/1.7 var(--f-body); }

.mj-article-hero { min-height: clamp(500px, 58vw, 690px); }
.mj-article-hero__inner { width: 100%; }
.mj-article-meta { margin-bottom: 28px; color: #CBD5E1; }
.mj-article-meta > span[aria-hidden="true"] { background: #64748B; }
.mj-article-featured { position: relative; z-index: 2; margin-top: clamp(-38px, -4vw, -58px); }
.mj-article-featured img { display: block; width: 100%; max-height: 610px; aspect-ratio: 12 / 5; object-fit: cover; border: 8px solid #fff; border-radius: 3px; }
.mj-article-body { width: min(calc(100% - 40px), 790px); margin: 0 auto; padding: clamp(62px, 8vw, 110px) 0 clamp(76px, 9vw, 128px); color: #334155; font: 400 clamp(18px, 1.5vw, 20px)/1.8 var(--f-body); }
.mj-article-body > *:first-child { margin-top: 0; }
.mj-article-body p { margin: 0 0 1.55em; }
.mj-article-body h2,
.mj-article-body h3 { color: #0F172A; font-family: var(--f-condensed); font-weight: 700; line-height: 1.05; letter-spacing: -.01em; }
.mj-article-body h2 { margin: 2em 0 .65em; font-size: clamp(36px, 4vw, 52px); }
.mj-article-body h3 { margin: 1.8em 0 .6em; font-size: clamp(28px, 3vw, 38px); }
.mj-article-body a { color: #C43E12; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.mj-article-body ul,
.mj-article-body ol { margin: 0 0 1.7em; padding-left: 1.35em; }
.mj-article-body li { margin-bottom: .75em; padding-left: .25em; }
.mj-article-body blockquote { margin: 2.2em 0; padding: 8px 0 8px 30px; color: #0F172A; border-left: 4px solid #FF5A26; font: 600 clamp(23px, 2.6vw, 30px)/1.4 var(--f-body); }
.mj-article-body pre { overflow-x: auto; padding: 26px; color: #E2E8F0; background: #1E293B; border-left: 4px solid #20A0A0; border-radius: 2px; font-size: 15px; line-height: 1.65; }
.mj-related { padding: clamp(74px, 9vw, 120px) 0; background: #F8FAFC; border-block: 1px solid #E2E8F0; }
.mj-related h2 { max-width: 820px; margin: 0 0 clamp(42px, 6vw, 68px); color: #0F172A; font: 400 clamp(46px, 6vw, 76px)/.98 var(--f-display); }
.mj-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.mj-related .mj-post-card h2 { font-size: clamp(24px, 2.3vw, 32px); }
.mj-article-cta.id-promise { padding: clamp(82px, 10vw, 130px) 0; color: #fff; text-align: center; background: #0B1220 url("images/backgrounds/mj-facet-footer.svg") center/cover no-repeat; }
.mj-article-cta.id-promise .id-promise__statement { max-width: 900px; margin-inline: auto; color: #fff; }
.mj-article-cta.id-promise p { max-width: 720px; margin: 24px auto 34px; color: #D8E2EE; font: 500 clamp(18px, 1.6vw, 21px)/1.65 var(--f-body); }

@media (max-width: 900px) {
  .mj-blog-grid { grid-template-columns: 1fr; }
  .mj-related__grid { grid-template-columns: 1fr; gap: 52px; }
}
@media (max-width: 640px) {
  .mj-blog-hero,
  .mj-article-hero { min-height: 430px; padding-top: 120px; }
  .mj-blog-hero h1,
  .mj-article-hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .mj-blog-filters { width: calc(100% + 22px); }
  .mj-post-card h2 a { grid-template-columns: minmax(0, 1fr) 26px; }
  .mj-article-meta { gap: 8px; }
  .mj-article-meta > span[aria-hidden="true"] { width: 16px; }
  .mj-article-featured { margin-top: -26px; }
  .mj-article-featured img { border-width: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  .mj-post-card__media img,
  .mj-post-card h2 svg { transition: none; }
}
.mj-service .mj-service-cta > .id-content > p { color: #E2E8F0; }

/* Keep the two fixed utilities in a stable vertical stack after all legacy layers. */
.id-backtotop { bottom: 94px; }
@media (max-width: 620px) {
  .id-backtotop { right: 14px; bottom: 78px; }
}

/* 6.0.0 — dedicated Contact Us page. */
.mj-contact-page { overflow: clip; color: var(--text-primary); background: #fff; }
.mj-contact-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: end;
  min-height: clamp(470px, 58vw, 690px);
  padding: clamp(130px, 15vw, 205px) 0 clamp(66px, 8vw, 100px);
  overflow: hidden;
  color: #fff;
  background: #0B1220 url("images/backgrounds/mj-facet-hero.svg") center/cover no-repeat fixed;
}
.mj-contact-hero h1 {
  max-width: 1040px;
  margin: 0;
  color: #fff;
  font: 400 clamp(64px, 8.2vw, 118px)/.9 var(--f-display);
  letter-spacing: .005em;
  text-wrap: balance;
}
html.id-ios-parallax .mj-contact-hero { position: relative; background-image: none; background-attachment: scroll; }
html.id-ios-parallax .mj-contact-hero::before {
  content: "";
  position: absolute;
  inset: -12% 0;
  z-index: -1;
  background: #0B1220 url("images/backgrounds/mj-facet-hero.svg") center/cover no-repeat;
  transform: translate3d(0,var(--id-parallax-y,0px),0);
  will-change: transform;
}
.mj-contact-project { padding: clamp(78px, 9vw, 126px) 0 clamp(90px, 10vw, 142px); background: #fff; }
.mj-contact-project__header {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(330px,.68fr);
  align-items: end;
  gap: clamp(36px, 8vw, 120px);
  padding-bottom: clamp(42px, 5vw, 68px);
  border-bottom: 1px solid var(--border-color);
}
.mj-contact-project__header h2,
.mj-contact-response h2,
.mj-contact-faq h2 {
  margin: 0;
  color: #0F172A;
  font: 400 clamp(50px, 6vw, 82px)/.96 var(--f-display);
  letter-spacing: .005em;
  text-wrap: balance;
}
.mj-contact-project__header p {
  margin: 0;
  color: #475569;
  font: 500 var(--type-body)/1.7 var(--f-body);
}
.mj-contact-page .mj-contact-form-grid {
  padding: 0;
  box-shadow: 0 18px 46px rgba(15,23,42,.07);
}
.mj-contact-page .id-contact__left {
  color: #fff;
  background: #1E293B;
  border-color: #475569;
}
.mj-contact-page .id-contact__right {
  background: #F8FAFC;
  border-color: #D8E1EB;
  border-top: 0;
  box-shadow: none;
}
.mj-contact-page .id-form__field label { color: #0F172A; }
.mj-contact-page .id-form input,
.mj-contact-page .id-form select,
.mj-contact-page .id-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  color: #0F172A;
  background: #fff;
  border: 1px solid #CBD5E1;
  border-radius: 3px;
  font: 500 var(--type-body-small)/1.45 var(--f-body);
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.mj-contact-page .id-form textarea { min-height: 180px; }
.mj-contact-page .id-form input:focus,
.mj-contact-page .id-form select:focus,
.mj-contact-page .id-form textarea:focus { outline: 0; background: #fff; border-color: #FF5A26; box-shadow: 0 0 0 3px rgba(255,90,38,.13); }
.mj-contact-page .id-form__required,
.mj-contact-page .id-form__actions p { color: #475569; }
.mj-contact-page .id-contact__direct-label { color: #F8FAFC; }
.mj-contact-page .id-contact__channel-note {
  color: #E2E8F0;
  border-color: #64748B;
}
.mj-contact-page .id-contact__location { color: #CBD5E1; }

/* Contact-page supporting copy needs more presence beside the large headings. */
.mj-contact-page .mj-contact-project__header p {
  font-size: 1.25rem !important;
  line-height: 1.65 !important;
}
.mj-contact-page .id-contact__channel-note,
.mj-contact-page .mj-contact-response__heading p,
.mj-contact-page .mj-contact-response__steps p,
.mj-contact-page .mj-contact-faq details p {
  font-size: 1.25rem !important;
  line-height: 1.65 !important;
}
.mj-contact-page .id-form__actions p {
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

.mj-contact-response { padding: clamp(88px, 10vw, 144px) 0; background: #F8FAFC; border-block: 1px solid var(--border-color); }
.mj-contact-response__layout { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(520px,1.15fr); gap: clamp(60px, 10vw, 150px); }
.mj-contact-response__heading { align-self: start; position: sticky; top: 40px; }
.mj-contact-response__heading p { margin: 30px 0 0; padding-left: 24px; color: #475569; border-left: 3px solid #20A0A0; font: 500 var(--type-body)/1.7 var(--f-body); }
.mj-contact-response__steps { border-top: 1px solid #CBD5E1; }
.mj-contact-response__steps article { display: grid; grid-template-columns: 76px minmax(0,1fr); gap: 28px; padding: 36px 0; border-bottom: 1px solid #CBD5E1; }
.mj-contact-response__steps svg { width: 64px; height: 64px; fill: none; stroke: #334155; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mj-contact-response__steps svg .accent { stroke: var(--contact-accent); stroke-width: 3; }
.mj-contact-response__steps h3 { margin: 0 0 9px; color: #0F172A; font: 700 clamp(27px, 2.6vw, 35px)/1.08 var(--f-condensed); }
.mj-contact-response__steps p { margin: 0; color: #475569; font: 500 var(--type-body)/1.7 var(--f-body); }

.mj-contact-faq { padding: clamp(88px, 10vw, 144px) 0; background: #fff; }
.mj-contact-faq__layout { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(520px,1.15fr); gap: clamp(60px, 10vw, 150px); }
.mj-contact-faq__list { border-top: 2px solid #0F172A; }
.mj-contact-faq details { border-bottom: 1px solid #CBD5E1; }
.mj-contact-faq summary {
  display: grid;
  grid-template-columns: minmax(0,1fr) 30px;
  gap: 24px;
  align-items: center;
  padding: 27px 0;
  color: #0F172A;
  cursor: pointer;
  list-style: none;
  font: 700 clamp(24px, 2.4vw, 32px)/1.14 var(--f-condensed);
}
.mj-contact-faq summary::-webkit-details-marker { display: none; }
.mj-contact-faq summary span { position: relative; width: 28px; height: 28px; border: 1px solid #94A3B8; border-radius: 50%; }
.mj-contact-faq summary span::before,
.mj-contact-faq summary span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; background: #FF5A26; transform: translate(-50%,-50%); }
.mj-contact-faq summary span::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .2s ease; }
.mj-contact-faq details[open] summary span::after { transform: translate(-50%,-50%) rotate(0); }
.mj-contact-faq details p { max-width: 720px; margin: 0; padding: 0 54px 30px 0; color: #475569; font: 500 var(--type-body)/1.7 var(--f-body); }
.mj-contact-faq summary:focus-visible { outline: 2px solid #FF5A26; outline-offset: 5px; }

@media (max-width: 900px) {
  .mj-contact-project__header,
  .mj-contact-response__layout,
  .mj-contact-faq__layout { grid-template-columns: 1fr; }
  .mj-contact-response__heading { position: static; }
}
@media (max-width: 767px) {
  .mj-contact-hero { min-height: 470px; padding-top: 135px; background-attachment: scroll; }
  .mj-contact-hero h1 { font-size: clamp(60px, 18vw, 82px); }
  .mj-contact-project__header { gap: 24px; }
  .mj-contact-response__steps article { grid-template-columns: 58px minmax(0,1fr); gap: 20px; }
  .mj-contact-response__steps svg { width: 52px; height: 52px; }
}
@media (prefers-reduced-motion: reduce) {
  .mj-contact-faq summary span::after { transition: none; }
}

/* =========================================================================
   6.1 — AUTHORITATIVE SITE-WIDE TYPOGRAPHY
   This final cascade replaces every legacy page-specific type decision with
   one shared scale. Component layout, spacing and colour remain unchanged.
   ========================================================================= */
:root {
  --type-h1: clamp(3.5rem, 6.25vw, 5rem);
  --type-h2: clamp(2.75rem, 4.375vw, 3.5rem);
  --type-h3: clamp(1.75rem, 2.65625vw, 2.125rem);
  --type-h4: clamp(1.375rem, 2.03125vw, 1.625rem);
  --type-body: 1.25rem;
  --type-body-small: 1.25rem;
  --type-ui: 1.1875rem;
  --type-label: 1rem;
  --type-small: 1rem;
}

html { font-size: 16px; }

body,
button,
input,
select,
textarea {
  font-family: var(--font-body) !important;
}

body {
  font-size: var(--type-body) !important;
  font-weight: 400;
  line-height: 1.6 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading) !important;
  font-weight: 700 !important;
}

h1 {
  font-size: var(--type-h1) !important;
  line-height: .96 !important;
}

h2 {
  font-size: var(--type-h2) !important;
  line-height: 1 !important;
}

h3 {
  font-size: var(--type-h3) !important;
  line-height: 1.08 !important;
}

h4 {
  font-size: var(--type-h4) !important;
  line-height: 1.15 !important;
}

h5,
h6 {
  font-size: var(--type-body) !important;
  line-height: 1.25 !important;
}

p,
main li,
main dd,
.mj-article-body,
.id-hero__services span,
.mj-service-ops span,
.id-abstory__facts span,
.id-founder-card__roles span {
  font-family: var(--font-body) !important;
  font-size: var(--type-body) !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

nav a,
nav button,
button,
input,
select,
textarea,
label,
.id-btn-quote,
.id-btn-secondary,
.id-header__contact,
.id-wpm__cta,
.id-promise__cta,
.id-svbutton,
.id-svservice__detail > a,
.id-svprocess__prompt a,
.id-form button,
.id-cookie__button,
.mj-project__link,
.mj-blog-filters a,
.mj-blog-pagination .page-numbers {
  font-family: var(--font-body) !important;
  font-size: var(--type-ui) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

/* Compact live components must still honor the shared 16px floor. */
.id-whatsapp-float > span,
.mj-project__pending {
  font-family: var(--font-body) !important;
  font-size: var(--type-small) !important;
  line-height: 1.45 !important;
}

.mj-service-cta__whatsapp {
  font-family: var(--font-body) !important;
  font-size: var(--type-ui) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.mj-service-cta__whatsapp > span,
.mj-service-button > span,
.mj-service .id-promise__cta > span {
  font-size: inherit !important;
  line-height: inherit !important;
}

small,
figcaption,
time,
.id-topbar,
.id-svcrumbs,
.mj-service-crumbs,
.mj-post-card__meta,
.mj-article-meta,
.id-footer__bottom,
.id-form__required,
.id-form__actions p,
[class*="__kicker"],
[class*="__eyebrow"],
[class*="__caption"],
[class*="__meta"],
[class*="__role"],
[class*="__note"] {
  font-family: var(--font-body) !important;
  font-size: var(--type-small) !important;
  line-height: 1.45 !important;
}

/* Text inside functional diagrams and compact controls still honors 15px. */
.id-nav-toggle__label,
.id-hero__buildhead span,
.id-hero__specs dt,
.id-service__index,
.mj-service-art--flow span,
.mj-service-art--flow b,
.mj-service-art--brand em,
.mj-service-art--before-after span,
[class*="__label"] {
  font-family: var(--font-body) !important;
  font-size: var(--type-small) !important;
  line-height: 1.45 !important;
}

code,
pre {
  font-family: var(--font-body) !important;
  font-size: var(--type-small) !important;
  line-height: 1.6 !important;
}

summary {
  font-family: var(--font-heading) !important;
  font-size: var(--type-h3) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
}

@media (max-width: 767px) {
  :root {
    --type-h1: clamp(3.5rem, 15vw, 4.5rem);
    --type-h2: clamp(2.75rem, 12vw, 3.25rem);
    --type-h3: clamp(1.75rem, 8vw, 2.125rem);
    --type-h4: clamp(1.375rem, 6.5vw, 1.625rem);
  }
}

/* The full-screen takeover is display navigation, not compact header UI. */
.id-header.is-open .id-nav__list > li > a,
.id-header.is-open .id-nav__services-trigger {
  font-family: var(--font-heading) !important;
  font-size: clamp(2.25rem, 4.2vw, 3.625rem) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.id-header.is-open .id-nav__list > li > a:hover,
.id-header.is-open .id-nav__list > li > a:focus-visible,
.id-header.is-open .id-nav__services-trigger:hover,
.id-header.is-open .id-nav__services-trigger:focus-visible,
.id-header.is-open .id-nav__list > .is-current > a,
.id-header.is-open .id-nav__list > .is-current > .id-nav__services-trigger,
.id-header.is-open .id-nav__list > .current-menu-item > a,
.id-header.is-open .id-nav__list > .current-menu-ancestor > a {
  color: var(--accent-orange) !important;
}

@media (max-width: 767px) {
  .id-header.is-open .id-nav__list > li > a,
  .id-header.is-open .id-nav__services-trigger {
    font-size: clamp(1.9375rem, 9vw, 2.5rem) !important;
  }
}
