/* Homepage 2026 — HBF Management
   Direction based on approved social identity and modern managed-IT sites.
*/

.home-2026{
  background:#F2EEE6;
}

.home-2026 .wrap{
  max-width:1240px;
}

/* HERO */
.home-brand-hero{
  position:relative;
  isolation:isolate;
  min-height:690px;
  overflow:hidden;
  color:#fff;
  background:#041015;
}

.home-brand-hero-media,
.home-brand-hero-shade{
  position:absolute;
  inset:0;
}

.home-brand-hero-media{
  z-index:-3;
  background:
    url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1800&q=82")
    center 52% / cover no-repeat;
  transform:scale(1.015);
}

.home-brand-hero-shade{
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(3,12,16,.97) 0%,rgba(4,14,18,.92) 37%,rgba(4,14,18,.60) 67%,rgba(4,14,18,.46) 100%),
    linear-gradient(180deg,rgba(4,14,18,.10) 0%,rgba(4,14,18,.15) 56%,rgba(4,14,18,.92) 100%);
}

.home-brand-hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:linear-gradient(90deg,transparent 5%,#C49A5A 34%,rgba(196,154,90,.18) 70%,transparent);
}

.home-brand-hero-inner{
  display:flex;
  align-items:center;
  min-height:600px;
  padding-top:72px;
  padding-bottom:62px;
}

.home-brand-copy{
  width:min(760px,66%);
}

.home-eyebrow,
.home-section-kicker{
  margin:0 0 18px;
  color:#8C6732;
  font-size:.76rem;
  line-height:1.2;
  font-weight:850;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.home-eyebrow{
  display:flex;
  align-items:center;
  color:#E1B36C;
}

.home-eyebrow::before{
  content:"";
  width:40px;
  height:2px;
  margin-right:12px;
  background:#C49A5A;
}

.home-brand-copy h1{
  max-width:10.2ch;
  margin:0 0 24px;
  color:#fff;
  font-size:clamp(3.8rem,6.7vw,6.6rem);
  line-height:.92;
  letter-spacing:-.065em;
  font-weight:790;
  text-wrap:balance;
}

.home-hero-lead{
  max-width:60ch;
  margin:0 0 30px;
  color:#E5EAE8;
  font-size:clamp(1.1rem,1.45vw,1.27rem);
  line-height:1.72;
}

.home-hero-actions{
  gap:12px;
}

.home-hero-actions .btn{
  min-height:50px;
  padding-inline:20px;
}

.home-hero-actions .btn-primary{
  background:#C49A5A;
  border-color:#C49A5A;
  color:#061116;
}

.home-hero-actions .btn-primary:hover{
  background:#D5A45B;
  border-color:#D5A45B;
  color:#061116;
}

.home-hero-secondary{
  border-color:rgba(255,255,255,.38)!important;
  background:rgba(5,17,22,.40)!important;
  color:#fff!important;
  backdrop-filter:blur(10px);
}

.home-hero-secondary:hover{
  border-color:#C49A5A!important;
  background:rgba(196,154,90,.10)!important;
}

.home-hero-proof{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  max-width:790px;
  margin-top:50px;
  border-top:1px solid rgba(255,255,255,.18);
  border-bottom:1px solid rgba(255,255,255,.14);
}

.home-hero-proof>div{
  padding:18px 22px 18px 0;
}

.home-hero-proof>div+div{
  padding-left:22px;
  border-left:1px solid rgba(255,255,255,.12);
}

.home-hero-proof strong{
  display:block;
  color:#E0B16A;
  font-size:1.15rem;
  line-height:1.1;
}

.home-hero-proof span{
  display:block;
  margin-top:6px;
  color:#CAD3D0;
  font-size:.86rem;
  line-height:1.45;
}

.home-scope-ribbon{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border-top:1px solid rgba(255,255,255,.12);
}

.home-scope-ribbon span{
  display:flex;
  align-items:center;
  min-height:72px;
  padding:16px 20px;
  border-right:1px solid rgba(255,255,255,.10);
  color:#F0F3F2;
  font-size:.9rem;
  font-weight:700;
}

.home-scope-ribbon span::before{
  content:"";
  width:7px;
  height:7px;
  margin-right:11px;
  border:2px solid #C49A5A;
  border-radius:50%;
}

.home-scope-ribbon span:last-child{
  border-right:0;
}

/* PROBLEMS */
.home-problems{
  padding:104px 0 108px;
  background:#F2EEE6;
}

.home-problems-layout{
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
  gap:90px;
  align-items:start;
}

.home-problems-intro{
  position:sticky;
  top:122px;
}

.home-problems-intro h2{
  max-width:11ch;
  margin:0 0 20px;
  color:#0B1B21;
  font-size:clamp(2.55rem,4vw,3.8rem);
  line-height:1.02;
  letter-spacing:-.05em;
  text-wrap:balance;
}

.home-problems-intro>p:last-child{
  max-width:38ch;
  margin:0;
  color:#56646A;
  font-size:1.05rem;
  line-height:1.76;
}

.home-problem-list{
  border-top:1px solid #BFC5C1;
}

.home-problem-list article{
  display:grid;
  grid-template-columns:56px minmax(0,1fr);
  gap:22px;
  padding:29px 0 31px;
  border-bottom:1px solid #BFC5C1;
}

.home-problem-list article>span{
  padding-top:4px;
  color:#9A7037;
  font-size:.74rem;
  font-weight:900;
  letter-spacing:.12em;
}

.home-problem-list h3{
  margin:0 0 9px;
  color:#0B1B21;
  font-size:clamp(1.25rem,1.8vw,1.55rem);
  line-height:1.22;
  letter-spacing:-.02em;
}

.home-problem-list p{
  max-width:65ch;
  margin:0;
  color:#58666B;
  line-height:1.72;
}

/* RESPONSIBILITY / SERVICES */
.home-responsibility{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:110px 0 116px;
  color:#fff;
  background:#061116;
}

.home-responsibility-media{
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    url("https://images.unsplash.com/photo-1691435828932-911a7801adfb?auto=format&fit=crop&w=1800&q=82")
    center / cover no-repeat;
  filter:saturate(.76) contrast(1.08);
}

.home-responsibility::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(3,12,16,.98) 0%,rgba(4,14,18,.93) 45%,rgba(4,14,18,.75) 72%,rgba(4,14,18,.82) 100%),
    radial-gradient(circle at 84% 20%,rgba(196,154,90,.12),transparent 26%);
}

.home-responsibility-layout{
  display:grid;
  grid-template-columns:minmax(280px,.68fr) minmax(0,1.32fr);
  gap:82px;
  align-items:start;
}

.home-section-kicker.is-gold{
  color:#E0B16A;
}

.home-responsibility-copy{
  position:sticky;
  top:122px;
}

.home-responsibility-copy h2{
  max-width:11ch;
  margin:0 0 22px;
  color:#fff;
  font-size:clamp(2.5rem,3.9vw,3.75rem);
  line-height:1.03;
  letter-spacing:-.045em;
}

.home-responsibility-lead{
  max-width:36ch;
  margin:0;
  color:#CED7D4;
  font-size:1.08rem;
  line-height:1.75;
}

.home-service-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid rgba(255,255,255,.16);
  border-left:1px solid rgba(255,255,255,.12);
}

.home-service-grid a{
  position:relative;
  min-height:206px;
  padding:26px 28px 28px;
  border-right:1px solid rgba(255,255,255,.12);
  border-bottom:1px solid rgba(255,255,255,.12);
  background:rgba(6,17,22,.56);
  backdrop-filter:blur(10px);
  transition:background .18s ease,transform .18s ease;
}

.home-service-grid a:hover{
  background:rgba(18,41,48,.74);
}

.home-service-grid a>span{
  display:block;
  margin-bottom:28px;
  color:#D9A85E;
  font-size:.72rem;
  font-weight:850;
  letter-spacing:.12em;
}

.home-service-grid strong{
  display:block;
  margin-bottom:10px;
  color:#fff;
  font-size:1.22rem;
  line-height:1.2;
}

.home-service-grid p{
  margin:0;
  color:#C6D0CD;
  font-size:.94rem;
  line-height:1.65;
}

/* PRICING */
.home-pricing{
  padding:108px 0 112px;
  background:#E9E2D7;
}

.home-section-head{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);
  gap:70px;
  align-items:end;
  margin-bottom:44px;
}

.home-section-head h2{
  max-width:17ch;
  margin:0;
  color:#0B1B21;
  font-size:clamp(2.55rem,4vw,3.75rem);
  line-height:1.03;
  letter-spacing:-.048em;
}

.home-section-head>p{
  max-width:50ch;
  margin:0 0 5px;
  color:#58666B;
  line-height:1.72;
}

.home-price-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.home-price-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:520px;
  padding:30px 28px 28px;
  border:1px solid #C7C2B8;
  border-radius:10px 30px 10px 30px;
  background:#F6F2EA;
}

.home-price-card.is-featured{
  border-color:#C49A5A;
  background:#07161B;
  color:#fff;
  box-shadow:0 28px 70px rgba(6,17,22,.14);
}

.home-price-badge{
  position:absolute;
  top:18px;
  right:18px;
  padding:6px 9px;
  border-radius:999px;
  background:#C49A5A;
  color:#061116;
  font-size:.69rem;
  font-weight:850;
}

.home-price-name{
  margin:0 0 12px;
  color:#8A6734;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.13em;
}

.home-price-card.is-featured .home-price-name{
  color:#E0B16A;
}

.home-price-value{
  margin:0 0 20px;
  color:#0B1B21;
  line-height:1;
}

.home-price-value strong{
  font-size:clamp(2rem,3vw,3rem);
  letter-spacing:-.045em;
}

.home-price-value span{
  color:#667176;
  font-size:.85rem;
  font-weight:700;
}

.home-price-card.is-featured .home-price-value,
.home-price-card.is-featured .home-price-value span{
  color:#fff;
}

.home-price-card>p:nth-of-type(3){
  min-height:82px;
  margin:0;
  color:#5A676B;
  line-height:1.7;
}

.home-price-card.is-featured>p:nth-of-type(3){
  color:#CBD4D1;
}

.home-price-meta{
  display:grid;
  gap:0;
  margin:22px 0 26px;
  border-top:1px solid #CBC6BC;
}

.home-price-meta span{
  padding:11px 0;
  border-bottom:1px solid #D2CDC3;
  color:#49575C;
  font-size:.9rem;
}

.home-price-card.is-featured .home-price-meta{
  border-color:rgba(255,255,255,.16);
}

.home-price-card.is-featured .home-price-meta span{
  border-color:rgba(255,255,255,.12);
  color:#D2DAD7;
}

.home-price-card .btn{
  width:100%;
  margin-top:auto;
}

.home-price-card.is-featured .btn-primary{
  background:#C49A5A;
  border-color:#C49A5A;
  color:#061116;
}

.home-pricing-link{
  margin-top:28px;
  text-align:right;
}

.home-pricing-link a{
  color:#72552B;
  font-weight:800;
}

.home-pricing-link a:hover{
  color:#0D4F59;
}

/* START PROCESS */
.home-start{
  padding:104px 0 110px;
  background:#F2EEE6;
}

.home-start-layout{
  display:grid;
  grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);
  gap:82px;
  align-items:start;
}

.home-start-layout>div:first-child h2{
  max-width:13ch;
  margin:0;
  color:#0B1B21;
  font-size:clamp(2.45rem,3.8vw,3.6rem);
  line-height:1.04;
  letter-spacing:-.045em;
}

.home-start-steps{
  display:grid;
  border-top:1px solid #BEC5C1;
}

.home-start-steps article{
  display:grid;
  grid-template-columns:52px minmax(160px,.55fr) minmax(0,1fr);
  gap:18px;
  align-items:start;
  padding:24px 0;
  border-bottom:1px solid #BEC5C1;
}

.home-start-steps span{
  padding-top:3px;
  color:#9B7137;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.12em;
}

.home-start-steps h3{
  margin:0;
  color:#0B1B21;
  font-size:1.17rem;
}

.home-start-steps p{
  margin:0;
  color:#5B686C;
  line-height:1.68;
}

/* SECOND PATH */
.home-second-path{
  padding:86px 0;
  background:#07161B;
  color:#fff;
  border-top:1px solid rgba(196,154,90,.14);
  border-bottom:1px solid rgba(196,154,90,.12);
}

.home-second-path-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:70px;
  align-items:center;
}

.home-second-path h2{
  margin:0 0 14px;
  color:#fff;
  font-size:clamp(2.35rem,3.7vw,3.45rem);
  line-height:1.04;
  letter-spacing:-.045em;
}

.home-second-path p:not(.home-section-kicker){
  max-width:65ch;
  margin:0;
  color:#CBD4D1;
  font-size:1.04rem;
  line-height:1.72;
}

.home-second-path-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}

.home-second-path .btn:not(.btn-primary){
  border-color:rgba(255,255,255,.28);
  background:transparent;
  color:#fff;
}

.home-second-path .btn:not(.btn-primary):hover{
  border-color:#C49A5A;
  color:#fff;
}

/* FINAL CTA */
.home-final{
  padding:104px 0 110px;
  background:#E9E2D7;
}

.home-final-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:70px;
  align-items:end;
  padding-top:34px;
  border-top:1px solid #B8BDB8;
}

.home-final h2{
  margin:0 0 12px;
  color:#0B1B21;
  font-size:clamp(2.7rem,4.4vw,4.2rem);
  line-height:.98;
  letter-spacing:-.052em;
}

.home-final p:not(.home-section-kicker){
  max-width:58ch;
  margin:0;
  color:#58666B;
  font-size:1.06rem;
  line-height:1.7;
}

.home-final .btn{
  min-width:230px;
  min-height:52px;
}

/* HEADER LOGO — approved raster artwork wrapped in SVG */
.brand{
  min-width:184px;
}

.brand-logo{
  width:184px;
  height:auto;
  max-height:64px;
}

.footer-brand-logo{
  width:190px;
  height:auto;
}

/* TABLET */
@media (max-width:1040px){
  .home-brand-hero{
    min-height:0;
  }

  .home-brand-hero-inner{
    min-height:570px;
  }

  .home-brand-copy{
    width:min(780px,82%);
  }

  .home-brand-copy h1{
    max-width:10ch;
  }

  .home-scope-ribbon{
    grid-template-columns:repeat(3,1fr);
  }

  .home-scope-ribbon span:nth-child(3){
    border-right:0;
  }

  .home-scope-ribbon span:nth-child(n+4){
    border-top:1px solid rgba(255,255,255,.10);
  }

  .home-problems-layout,
  .home-responsibility-layout,
  .home-start-layout{
    grid-template-columns:1fr;
    gap:38px;
  }

  .home-problems-intro,
  .home-responsibility-copy{
    position:relative;
    top:auto;
  }

  .home-problems-intro h2,
  .home-responsibility-copy h2,
  .home-start-layout>div:first-child h2{
    max-width:17ch;
  }

  .home-price-grid{
    grid-template-columns:1fr;
  }

  .home-price-card{
    min-height:0;
  }

  .home-price-card>p:nth-of-type(3){
    min-height:0;
  }

  .home-section-head{
    grid-template-columns:1fr;
    gap:18px;
  }

  .home-section-head h2{
    max-width:19ch;
  }

  .home-second-path-inner,
  .home-final-inner{
    grid-template-columns:1fr;
    align-items:start;
  }

  .home-second-path-actions{
    justify-content:flex-start;
  }
}

/* PHONE */
@media (max-width:760px){
  .brand{
    min-width:148px;
  }

  .brand-logo{
    width:148px;
    max-height:58px;
  }

  .home-brand-hero-media{
    background-position:62% center;
  }

  .home-brand-hero-shade{
    background:
      linear-gradient(90deg,rgba(3,12,16,.97),rgba(3,12,16,.88)),
      linear-gradient(180deg,rgba(4,14,18,.08),rgba(4,14,18,.92));
  }

  .home-brand-hero-inner{
    min-height:0;
    padding-top:58px;
    padding-bottom:48px;
  }

  .home-brand-copy{
    width:100%;
  }

  .home-brand-copy h1{
    max-width:100%;
    font-size:clamp(3rem,15vw,4.35rem);
    line-height:.95;
  }

  .home-hero-lead{
    font-size:1.04rem;
  }

  .home-hero-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .home-hero-actions .btn{
    width:100%;
  }

  .home-hero-proof{
    grid-template-columns:1fr;
    margin-top:36px;
  }

  .home-hero-proof>div,
  .home-hero-proof>div+div{
    padding:14px 0;
    border-left:0;
    border-top:1px solid rgba(255,255,255,.10);
  }

  .home-hero-proof>div:first-child{
    border-top:0;
  }

  .home-scope-ribbon{
    grid-template-columns:1fr;
  }

  .home-scope-ribbon span,
  .home-scope-ribbon span:nth-child(3),
  .home-scope-ribbon span:nth-child(n+4){
    min-height:52px;
    border-right:0;
    border-top:1px solid rgba(255,255,255,.09);
    padding-inline:0;
  }

  .home-problems,
  .home-responsibility,
  .home-pricing,
  .home-start,
  .home-final{
    padding-block:66px;
  }

  .home-problems-intro h2,
  .home-responsibility-copy h2,
  .home-section-head h2,
  .home-start-layout>div:first-child h2,
  .home-second-path h2,
  .home-final h2{
    max-width:none;
    font-size:clamp(2.15rem,10vw,2.85rem);
  }

  .home-problem-list article{
    grid-template-columns:38px minmax(0,1fr);
    gap:12px;
    padding-block:22px;
  }

  .home-service-grid{
    grid-template-columns:1fr;
  }

  .home-service-grid a{
    min-height:0;
    padding:22px 20px;
  }

  .home-service-grid a>span{
    margin-bottom:16px;
  }

  .home-price-card{
    padding:26px 22px 24px;
  }

  .home-price-badge{
    position:static;
    display:inline-flex;
    width:max-content;
    margin-bottom:18px;
  }

  .home-pricing-link{
    text-align:left;
  }

  .home-start-steps article{
    grid-template-columns:38px minmax(0,1fr);
    gap:10px 12px;
  }

  .home-start-steps article h3{
    grid-column:2;
  }

  .home-start-steps article p{
    grid-column:2;
  }

  .home-second-path{
    padding-block:64px;
  }

  .home-second-path-actions{
    display:grid;
    width:100%;
  }

  .home-second-path-actions .btn,
  .home-final .btn{
    width:100%;
  }

  .home-final-inner{
    padding-top:26px;
    gap:28px;
  }
}

@media (prefers-reduced-motion:reduce){
  .home-brand-hero-media{
    transform:none;
  }
}


/* Screenshot-driven polish: wider desktop rhythm, visible brand, less miniature UI */
.topbar .wrap,
.home-2026 .wrap{
  width:min(1500px,calc(100% - 72px));
  max-width:none;
}

.topbar-inner{
  min-height:94px;
}

.brand{
  min-width:220px;
}

.brand-logo{
  width:220px;
  max-height:76px;
}

.nav a{
  font-size:.98rem;
}

.header-contact{
  min-height:46px;
  padding-inline:20px;
}

.home-brand-hero{
  min-height:760px;
  background:
    radial-gradient(circle at 78% 18%,rgba(196,154,90,.10),transparent 24%),
    linear-gradient(118deg,#041015 0%,#06161B 58%,#0A2026 100%);
}

.home-brand-hero-inner{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(500px,.98fr);
  gap:76px;
  min-height:660px;
  padding-top:72px;
  padding-bottom:64px;
}

.home-brand-copy{
  width:auto;
  max-width:760px;
}

.home-brand-copy h1{
  max-width:10.8ch;
  font-size:clamp(4.4rem,5.4vw,7rem);
  line-height:.94;
}

.home-hero-lead{
  max-width:58ch;
  font-size:clamp(1.16rem,1.35vw,1.34rem);
}

.home-hero-brand{
  position:relative;
  min-height:540px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  border-radius:14px 42px 14px 42px;
  background:#07161B;
  box-shadow:0 34px 90px rgba(0,0,0,.32);
}

.home-hero-brand-photo,
.home-hero-brand-overlay{
  position:absolute;
  inset:0;
}

.home-hero-brand-photo{
  background:
    url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1400&q=82")
    center / cover no-repeat;
  filter:saturate(.78) contrast(1.12) brightness(.70);
  transform:scale(1.03);
}

.home-hero-brand-overlay{
  background:
    linear-gradient(180deg,rgba(4,14,18,.35),rgba(4,14,18,.90)),
    radial-gradient(circle at 75% 18%,rgba(196,154,90,.16),transparent 30%);
}

.home-hero-brand-content{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:540px;
  padding:40px 42px 38px;
}

.home-hero-logo{
  display:block;
  width:min(520px,88%);
  height:auto;
  margin-bottom:30px;
  filter:drop-shadow(0 12px 30px rgba(0,0,0,.18));
}

.home-hero-brand-content>p{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 30px;
  color:#fff;
  font-size:clamp(1.22rem,1.55vw,1.55rem);
}

.home-hero-brand-content>p>span{
  width:44px;
  height:3px;
  background:#C49A5A;
}

.home-hero-brand-content>p strong{
  color:#D9A85E;
}

.home-hero-brand-services{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(255,255,255,.16);
}

.home-hero-brand-services span{
  padding:15px 10px 0 0;
  color:#D7DFDC;
  font-size:.78rem;
  font-weight:750;
}

.home-scope-ribbon{
  border-top:1px solid rgba(255,255,255,.16);
}

.home-scope-ribbon span{
  min-height:78px;
  font-size:.98rem;
}

.home-problems{
  padding:112px 0 118px;
}

.home-problems-layout{
  grid-template-columns:minmax(360px,.78fr) minmax(0,1.22fr);
  gap:110px;
}

.home-problems-intro h2{
  max-width:11ch;
  font-size:clamp(3rem,3.45vw,4.2rem);
}

.home-problems-intro>p:last-child{
  font-size:1.12rem;
}

.home-problem-list article{
  grid-template-columns:64px minmax(0,1fr);
  gap:28px;
  padding:32px 0 34px;
}

.home-problem-list h3{
  font-size:clamp(1.35rem,1.55vw,1.7rem);
}

.home-problem-list p{
  font-size:1.03rem;
}

.home-responsibility{
  padding:122px 0 128px;
}

.home-responsibility-layout{
  grid-template-columns:minmax(380px,.76fr) minmax(0,1.24fr);
  gap:96px;
}

.home-responsibility-copy h2{
  font-size:clamp(3rem,3.5vw,4.25rem);
}

.home-responsibility-lead{
  font-size:1.12rem;
}

.home-service-grid a{
  min-height:228px;
  padding:30px 32px;
}

.home-service-grid strong{
  font-size:1.34rem;
}

.home-service-grid p{
  font-size:1rem;
}

@media (min-width:1700px){
  .topbar .wrap,
  .home-2026 .wrap{
    width:min(1660px,calc(100% - 120px));
  }

  .topbar-inner{
    min-height:102px;
  }

  .brand{
    min-width:248px;
  }

  .brand-logo{
    width:248px;
    max-height:84px;
  }

  .nav a{
    font-size:1.03rem;
    padding-inline:14px;
  }

  .home-brand-hero-inner{
    grid-template-columns:minmax(0,.95fr) minmax(620px,1.05fr);
    gap:96px;
    min-height:760px;
  }

  .home-brand-hero{
    min-height:860px;
  }

  .home-brand-copy{
    max-width:830px;
  }

  .home-brand-copy h1{
    font-size:clamp(5.2rem,5.2vw,7.8rem);
  }

  .home-hero-lead{
    font-size:1.34rem;
  }

  .home-hero-brand,
  .home-hero-brand-content{
    min-height:620px;
  }

  .home-hero-logo{
    width:min(600px,90%);
  }

  .home-problems-layout{
    grid-template-columns:minmax(430px,.74fr) minmax(0,1.26fr);
    gap:130px;
  }
}

@media (max-width:1180px){
  .topbar .wrap,
  .home-2026 .wrap{
    width:min(100% - 44px,1120px);
  }

  .home-brand-hero-inner{
    grid-template-columns:1fr;
    gap:38px;
  }

  .home-brand-copy{
    max-width:820px;
  }

  .home-hero-brand{
    min-height:420px;
  }

  .home-hero-brand-content{
    min-height:420px;
  }

  .home-hero-brand-services{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:760px){
  .topbar .wrap,
  .home-2026 .wrap{
    width:calc(100% - 36px);
  }

  .topbar-inner{
    min-height:72px;
  }

  .brand{
    min-width:152px;
  }

  .brand-logo{
    width:152px;
    max-height:58px;
  }

  .home-brand-hero{
    min-height:0;
  }

  .home-brand-hero-inner{
    padding-top:52px;
    padding-bottom:42px;
  }

  .home-brand-copy h1{
    font-size:clamp(3rem,14vw,4.4rem);
  }

  .home-hero-brand{
    min-height:330px;
    border-radius:10px 28px 10px 28px;
  }

  .home-hero-brand-content{
    min-height:330px;
    padding:26px 22px 24px;
  }

  .home-hero-logo{
    width:min(330px,90%);
    margin-bottom:22px;
  }

  .home-hero-brand-content>p{
    font-size:1.05rem;
  }

  .home-hero-brand-services{
    grid-template-columns:repeat(2,1fr);
  }

  .home-problems-layout,
  .home-responsibility-layout{
    gap:34px;
  }
}

.home-problem-list article a{
  display:inline-block;
  margin-top:12px;
  color:#765929;
  font-size:.92rem;
  font-weight:800;
  line-height:1.5;
}
.home-problem-list article a:hover{color:#0D4F59}


/* 2026-09-25 conversion polish after real-page review */
.brand-logo,
.footer-brand-logo,
.home-hero-logo{
  filter:none;
}

.brand-logo{
  width:178px;
  max-height:62px;
}

.home-brand-hero-inner{
  grid-template-columns:minmax(0,1.14fr) minmax(430px,.86fr);
  gap:66px;
}

.home-brand-copy h1{
  max-width:13.4ch;
  font-size:clamp(4rem,5.75vw,5.9rem);
  line-height:.94;
}

.home-hero-brand{
  min-height:500px;
  border-radius:12px 34px 12px 34px;
}

.home-hero-brand-content{
  min-height:500px;
  justify-content:flex-end;
}

.home-hero-logo{
  width:min(440px,78%);
  margin-bottom:24px;
  opacity:.98;
}

.home-hero-brand-content>p{
  margin-bottom:4px;
  font-size:clamp(1.18rem,1.4vw,1.42rem);
}

.home-hero-brand-services{
  display:none;
}

.home-hero-proof{
  max-width:860px;
}

.home-hero-proof strong{
  font-size:1.24rem;
}

.home-hero-proof span{
  font-size:.92rem;
}

.home-scope-ribbon span{
  font-size:.96rem;
  line-height:1.35;
}

.home-problems{
  padding:118px 0 122px;
}

.home-problems-layout{
  gap:104px;
}

.home-problems-intro h2{
  font-size:clamp(2.9rem,4.1vw,4.05rem);
}

.home-problems-intro>p:last-child,
.home-problem-list p{
  font-size:1.07rem;
}

.home-problem-list h3{
  font-size:clamp(1.36rem,1.75vw,1.65rem);
}

/* Buyer scenario between abstract pain points and technical scope */
.home-takeover{
  padding:0;
  background:#0A171C;
  color:#fff;
}

.home-takeover-layout{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(380px,.98fr);
  min-height:560px;
  max-width:none!important;
  width:100%!important;
}

.home-takeover-photo{
  min-height:560px;
  background:
    linear-gradient(90deg,rgba(6,17,22,.08),rgba(6,17,22,.30)),
    url("https://images.unsplash.com/photo-1521737711867-e3b97375f902?auto=format&fit=crop&w=1400&q=82")
    center / cover no-repeat;
}

.home-takeover-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:72px clamp(42px,7vw,120px);
  background:
    radial-gradient(circle at 88% 16%,rgba(196,154,90,.12),transparent 28%),
    #07161B;
}

.home-takeover-copy h2{
  max-width:15ch;
  margin:0 0 22px;
  color:#fff;
  font-size:clamp(2.7rem,3.8vw,4.3rem);
  line-height:1.02;
  letter-spacing:-.048em;
}

.home-takeover-copy>p:not(.home-section-kicker){
  max-width:57ch;
  margin:0 0 20px;
  color:#CDD5D3;
  font-size:1.08rem;
  line-height:1.72;
}

.home-takeover-note{
  padding:17px 19px;
  border-left:3px solid #C49A5A;
  background:rgba(255,255,255,.035);
}

.home-takeover-note strong{
  color:#fff;
}

.home-takeover-copy .btn{
  align-self:flex-start;
  margin-top:8px;
}

/* Replace the distracting labelled equipment image with a calmer infrastructure treatment */
.home-responsibility-media{
  background:
    url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1800&q=82")
    center / cover no-repeat;
  filter:saturate(.70) contrast(1.08) brightness(.80);
}

.home-responsibility{
  padding:124px 0 130px;
}

.home-responsibility-copy h2{
  font-size:clamp(2.9rem,3.8vw,4.1rem);
}

.home-responsibility-lead{
  font-size:1.12rem;
}

.home-service-grid strong{
  font-size:1.32rem;
}

.home-service-grid p{
  font-size:1rem;
}

@media (min-width:1500px){
  .nav a{font-size:1rem}
}

@media (max-width:1180px){
  .home-brand-hero-inner{
    grid-template-columns:1fr;
  }

  .home-brand-copy h1{
    max-width:12ch;
  }

  .home-takeover-layout{
    grid-template-columns:1fr;
  }

  .home-takeover-photo{
    min-height:420px;
  }
}

@media (max-width:760px){
  .brand-logo{
    width:146px;
    max-height:54px;
  }

  .home-brand-copy h1{
    max-width:none;
  }

  .home-takeover-photo{
    min-height:280px;
  }

  .home-takeover-copy{
    padding:46px 22px 52px;
  }

  .home-takeover-copy h2{
    max-width:none;
    font-size:clamp(2.2rem,10vw,3rem);
  }
}


/* Buyer-friendly FAQ */
.home-faq{
  padding:102px 0 108px;
  background:#F2EEE6;
}

.home-faq-layout{
  display:grid;
  grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);
  gap:86px;
  align-items:start;
}

.home-faq-layout>div:first-child{
  position:sticky;
  top:122px;
}

.home-faq h2{
  max-width:13ch;
  margin:0 0 18px;
  color:#0B1B21;
  font-size:clamp(2.55rem,3.9vw,3.7rem);
  line-height:1.03;
  letter-spacing:-.047em;
}

.home-faq-layout>div:first-child>p:last-child{
  max-width:36ch;
  margin:0;
  color:#58666B;
  line-height:1.72;
}

.home-faq-list{
  border-top:1px solid #BBC3BF;
}

.home-faq-list details{
  border-bottom:1px solid #BBC3BF;
}

.home-faq-list summary{
  position:relative;
  padding:24px 48px 24px 0;
  color:#0B1B21;
  font-size:1.14rem;
  font-weight:800;
  line-height:1.4;
  cursor:pointer;
  list-style:none;
}

.home-faq-list summary::-webkit-details-marker{
  display:none;
}

.home-faq-list summary::after{
  content:"+";
  position:absolute;
  right:4px;
  top:20px;
  color:#9A7138;
  font-size:1.55rem;
  font-weight:500;
}

.home-faq-list details[open] summary::after{
  content:"−";
}

.home-faq-list details p{
  max-width:68ch;
  margin:-4px 0 24px;
  color:#58666B;
  line-height:1.72;
}

@media (max-width:1040px){
  .home-faq-layout{
    grid-template-columns:1fr;
    gap:34px;
  }

  .home-faq-layout>div:first-child{
    position:relative;
    top:auto;
  }

  .home-faq h2{
    max-width:18ch;
  }
}

@media (max-width:760px){
  .home-faq{
    padding:64px 0 68px;
  }

  .home-faq h2{
    max-width:none;
    font-size:clamp(2.15rem,10vw,2.85rem);
  }
}


/* Homepage trust band — verified experience and partnerships */
.home-trust-band{
  position:relative;
  z-index:3;
  border-top:1px solid rgba(196,154,90,.20);
  border-bottom:1px solid rgba(196,154,90,.18);
  background:
    radial-gradient(circle at 90% 0%,rgba(196,154,90,.08),transparent 24%),
    #07161B;
}

.home-trust-band-inner{
  display:grid;
  grid-template-columns:minmax(230px,.72fr) minmax(0,2.28fr);
  gap:44px;
  align-items:stretch;
  min-height:126px;
}

.home-trust-intro{
  display:flex;
  justify-content:center;
  flex-direction:column;
  padding:25px 0;
}

.home-trust-intro>span{
  margin-bottom:7px;
  color:#D9A85E;
  font-size:.67rem;
  font-weight:900;
  letter-spacing:.14em;
}

.home-trust-intro>strong{
  max-width:24ch;
  color:#F4F1E9;
  font-size:1.04rem;
  line-height:1.38;
}

.home-trust-items{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  min-width:0;
  border-left:1px solid rgba(255,255,255,.10);
}

.home-trust-item{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:13px;
  align-items:center;
  min-width:0;
  padding:22px 18px;
  border-right:1px solid rgba(255,255,255,.10);
  color:#F5F3ED!important;
  transition:background .16s ease;
}

a.home-trust-item:hover{
  background:rgba(255,255,255,.035);
  color:#fff!important;
}

.home-trust-item>div{
  min-width:0;
}

.home-trust-item small{
  display:block;
  margin-bottom:4px;
  color:#9FB0AB;
  font-size:.59rem;
  font-weight:900;
  letter-spacing:.11em;
  line-height:1.25;
}

.home-trust-item strong{
  display:block;
  color:#F4F1E9;
  font-size:.86rem;
  line-height:1.3;
  text-wrap:balance;
}

.home-trust-mark{
  display:grid;
  place-items:center;
  width:58px;
  height:46px;
  color:#E0B16A;
  font-size:1.35rem;
  font-weight:900;
  letter-spacing:-.04em;
}

.home-trust-logo{
  display:grid;
  place-items:center;
  width:70px;
  height:48px;
  overflow:hidden;
  border-radius:6px;
  background:#fff;
}

.home-trust-logo img{
  display:block;
  max-width:62px;
  max-height:39px;
  width:auto;
  height:auto;
  object-fit:contain;
}

.home-trust-logo.is-certum-logo{
  background:#073248;
}

.home-trust-logo.is-certum-logo img{
  width:62px;
  max-width:62px;
}

.home-trust-logo.is-rzetelna-logo{
  width:82px;
}

.home-trust-logo.is-rzetelna-logo img{
  max-width:76px;
  max-height:42px;
}

.home-trust-mark.is-insert-mark{
  width:64px;
  border-radius:5px;
  background:#F5F5F3;
  color:#0874B9;
  font-size:1.02rem;
  letter-spacing:-.04em;
}

@media (max-width:1320px){
  .home-trust-band-inner{
    grid-template-columns:1fr;
    gap:0;
  }

  .home-trust-intro{
    padding:22px 0 16px;
  }

  .home-trust-intro>strong{
    max-width:none;
  }

  .home-trust-items{
    border-top:1px solid rgba(255,255,255,.10);
    border-left:0;
  }
}

@media (max-width:920px){
  .home-trust-items{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .home-trust-item:nth-child(2){
    border-right:0;
  }

  .home-trust-item:nth-child(-n+2){
    border-bottom:1px solid rgba(255,255,255,.10);
  }
}

@media (max-width:560px){
  .home-trust-items{
    grid-template-columns:1fr;
  }

  .home-trust-item,
  .home-trust-item:nth-child(2){
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.10);
  }

  .home-trust-item:last-child{
    border-bottom:0;
  }

  .home-trust-intro{
    padding-top:20px;
  }
}


/* Homepage mobile/tablet pass — 2026-09-26 */
@media (max-width:1120px){
  .home-brand-hero-inner{
    padding-top:46px;
    padding-bottom:44px;
  }

  .home-brand-copy{
    width:100%;
    max-width:820px;
  }

  .home-brand-copy h1{
    max-width:12ch;
    font-size:clamp(3.45rem,8vw,5.2rem);
    line-height:.96;
  }

  .home-hero-proof{
    max-width:none;
  }

  .home-hero-brand{
    min-height:360px;
  }

  .home-hero-brand-content{
    min-height:360px;
    padding:32px;
  }

  .home-scope-ribbon{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .home-scope-ribbon span,
  .home-scope-ribbon span:nth-child(3),
  .home-scope-ribbon span:nth-child(n+4){
    min-height:62px;
    border-right:1px solid rgba(255,255,255,.10);
    border-top:1px solid rgba(255,255,255,.08);
  }

  .home-scope-ribbon span:nth-child(2n){
    border-right:0;
  }

  .home-trust-band-inner{
    grid-template-columns:1fr;
  }

  .home-trust-items{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .home-problems,
  .home-pricing,
  .home-start,
  .home-faq,
  .home-final{
    padding-block:78px;
  }

  .home-responsibility{
    padding-block:86px;
  }

  .home-problems-layout,
  .home-responsibility-layout,
  .home-start-layout,
  .home-faq-layout{
    gap:32px;
  }

  .home-price-grid{
    gap:14px;
  }

  .home-price-card{
    padding:28px 26px;
  }

  .home-start-steps article{
    grid-template-columns:44px minmax(150px,.55fr) minmax(0,1fr);
    gap:14px;
  }
}

@media (max-width:760px){
  .home-2026 .wrap{
    width:calc(100% - 32px);
  }

  .home-brand-hero-inner{
    gap:26px;
    padding-top:38px;
    padding-bottom:34px;
  }

  .home-brand-copy h1{
    max-width:none;
    margin-bottom:18px;
    font-size:clamp(2.75rem,13vw,3.9rem);
    line-height:.96;
    letter-spacing:-.055em;
  }

  .home-eyebrow{
    margin-bottom:14px;
    font-size:.68rem;
  }

  .home-eyebrow::before{
    width:28px;
  }

  .home-hero-lead{
    margin-bottom:24px;
    font-size:1rem;
    line-height:1.62;
  }

  .home-hero-actions{
    gap:9px;
  }

  .home-hero-actions .btn{
    min-height:48px;
    padding:11px 14px;
  }

  .home-hero-proof{
    grid-template-columns:repeat(3,minmax(0,1fr));
    margin-top:28px;
  }

  .home-hero-proof>div,
  .home-hero-proof>div+div{
    padding:13px 10px;
    border-top:0;
    border-left:1px solid rgba(255,255,255,.10);
  }

  .home-hero-proof>div:first-child{
    padding-left:0;
    border-left:0;
  }

  .home-hero-proof strong{
    font-size:.98rem;
  }

  .home-hero-proof span{
    margin-top:5px;
    font-size:.72rem;
    line-height:1.35;
  }

  .home-hero-brand{
    min-height:250px;
    border-radius:10px 26px 10px 26px;
  }

  .home-hero-brand-content{
    min-height:250px;
    padding:22px 20px;
  }

  .home-hero-logo{
    width:min(280px,82%);
    margin-bottom:18px;
  }

  .home-hero-brand-content>p{
    margin-bottom:0;
    font-size:.95rem;
  }

  .home-scope-ribbon{
    grid-template-columns:1fr;
  }

  .home-scope-ribbon span,
  .home-scope-ribbon span:nth-child(3),
  .home-scope-ribbon span:nth-child(n+4){
    min-height:48px;
    padding:11px 0;
    border-right:0;
    font-size:.82rem;
  }

  .home-trust-intro{
    padding:18px 0 14px;
  }

  .home-trust-intro>strong{
    font-size:.95rem;
  }

  .home-trust-items{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .home-trust-item,
  .home-trust-item:nth-child(2){
    grid-template-columns:1fr;
    gap:8px;
    min-height:112px;
    padding:14px 10px;
    border-right:1px solid rgba(255,255,255,.10);
    border-bottom:1px solid rgba(255,255,255,.10);
    text-align:center;
  }

  .home-trust-item:nth-child(2n){
    border-right:0;
  }

  .home-trust-item:nth-last-child(-n+2){
    border-bottom:0;
  }

  .home-trust-mark,
  .home-trust-logo,
  .home-trust-logo.is-rzetelna-logo{
    justify-self:center;
  }

  .home-trust-item small{
    font-size:.54rem;
  }

  .home-trust-item strong{
    font-size:.78rem;
  }

  .home-problems,
  .home-pricing,
  .home-start,
  .home-faq,
  .home-final{
    padding-block:60px;
  }

  .home-responsibility{
    padding-block:64px;
  }

  .home-problems-layout,
  .home-responsibility-layout,
  .home-start-layout,
  .home-faq-layout{
    gap:26px;
  }

  .home-problems-intro h2,
  .home-responsibility-copy h2,
  .home-section-head h2,
  .home-start-layout>div:first-child h2,
  .home-second-path h2,
  .home-faq h2,
  .home-final h2{
    font-size:clamp(2rem,9.5vw,2.65rem);
    line-height:1.04;
  }

  .home-problem-list article{
    grid-template-columns:34px minmax(0,1fr);
    gap:10px;
    padding:20px 0;
  }

  .home-problem-list h3{
    font-size:1.12rem;
  }

  .home-problem-list p{
    font-size:.92rem;
    line-height:1.58;
  }

  .home-problem-list article a{
    font-size:.84rem;
    line-height:1.45;
  }

  .home-takeover-photo{
    min-height:220px;
  }

  .home-takeover-copy{
    padding:38px 18px 44px;
  }

  .home-takeover-copy>p:not(.home-section-kicker){
    font-size:.96rem;
    line-height:1.62;
  }

  .home-service-grid a{
    padding:20px 18px;
  }

  .home-service-grid a>span{
    margin-bottom:12px;
  }

  .home-service-grid strong{
    font-size:1.08rem;
  }

  .home-service-grid p{
    font-size:.9rem;
    line-height:1.55;
  }

  .home-section-head{
    gap:12px;
    margin-bottom:28px;
  }

  .home-price-card{
    padding:24px 20px;
    border-radius:9px 24px 9px 24px;
  }

  .home-price-value strong{
    font-size:2.2rem;
  }

  .home-price-meta{
    margin:18px 0 22px;
  }

  .home-pricing-link{
    margin-top:20px;
    text-align:left;
  }

  .home-start-steps article{
    grid-template-columns:34px minmax(0,1fr);
    gap:10px;
    padding:19px 0;
  }

  .home-start-steps h3,
  .home-start-steps p{
    grid-column:2;
  }

  .home-start-steps h3{
    font-size:1.05rem;
  }

  .home-start-steps p{
    margin-top:5px;
    font-size:.9rem;
    line-height:1.55;
  }

  .home-second-path{
    padding:58px 0;
  }

  .home-second-path-inner{
    gap:24px;
  }

  .home-second-path-actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }

  .home-second-path-actions .btn{
    width:100%;
  }

  .home-faq-list summary{
    padding:19px 40px 19px 0;
    font-size:1rem;
  }

  .home-faq-list summary::after{
    top:15px;
  }

  .home-faq-list details p{
    margin-bottom:20px;
    font-size:.92rem;
    line-height:1.6;
  }

  .home-final-inner{
    gap:24px;
    padding-top:26px;
  }

  .home-final .btn{
    width:100%;
    min-width:0;
  }
}


/* Homepage mobile overflow + cascade fix — 2026-09-26 */
@media (max-width:1120px){
  .home-2026,
  .home-2026 section,
  .home-2026 .wrap,
  .home-brand-hero-inner,
  .home-brand-copy,
  .home-problems-layout,
  .home-problems-intro,
  .home-problem-list,
  .home-problem-list article,
  .home-problem-list article>div,
  .home-responsibility-layout,
  .home-responsibility-copy,
  .home-service-grid,
  .home-start-layout,
  .home-start-steps,
  .home-faq-layout,
  .home-faq-list,
  .home-second-path-inner,
  .home-final-inner{
    min-width:0;
    max-width:100%;
  }

  .home-brand-hero-inner,
  .home-problems-layout,
  .home-responsibility-layout,
  .home-start-layout,
  .home-faq-layout,
  .home-second-path-inner,
  .home-final-inner{
    grid-template-columns:1fr!important;
  }

  .home-problems-intro,
  .home-responsibility-copy,
  .home-faq-layout>div:first-child{
    position:relative!important;
    top:auto!important;
  }

  .home-problems-intro h2,
  .home-responsibility-copy h2,
  .home-start-layout>div:first-child h2,
  .home-faq h2{
    max-width:18ch;
  }
}

@media (max-width:760px){
  .home-2026{
    overflow-x:clip;
  }

  .home-brand-copy h1{
    max-width:none!important;
    font-size:clamp(2.55rem,11.5vw,3.25rem)!important;
    line-height:.98!important;
    overflow-wrap:normal;
  }

  .home-hero-lead{
    max-width:100%;
  }

  .home-hero-proof{
    grid-template-columns:1fr!important;
    margin-top:26px!important;
  }

  .home-hero-proof>div,
  .home-hero-proof>div+div{
    display:grid;
    grid-template-columns:92px minmax(0,1fr);
    gap:12px;
    align-items:start;
    padding:12px 0!important;
    border-left:0!important;
    border-top:1px solid rgba(255,255,255,.11)!important;
  }

  .home-hero-proof>div:first-child{
    border-top:0!important;
  }

  .home-hero-proof strong{
    font-size:.95rem!important;
  }

  .home-hero-proof span{
    min-width:0;
    margin-top:0!important;
    font-size:.76rem!important;
    line-height:1.42!important;
    overflow-wrap:break-word;
  }

  .home-problems-intro h2,
  .home-responsibility-copy h2,
  .home-section-head h2,
  .home-start-layout>div:first-child h2,
  .home-second-path h2,
  .home-faq h2,
  .home-final h2{
    max-width:none!important;
    font-size:clamp(1.95rem,8.8vw,2.45rem)!important;
    line-height:1.05!important;
    letter-spacing:-.04em!important;
  }

  .home-problem-list article,
  .home-start-steps article{
    min-width:0;
  }

  .home-problem-list h3,
  .home-problem-list p,
  .home-problem-list a,
  .home-start-steps h3,
  .home-start-steps p{
    min-width:0;
    max-width:100%;
    overflow-wrap:break-word;
  }

  .home-service-grid{
    grid-template-columns:1fr!important;
  }

  .home-second-path-actions{
    width:100%;
    min-width:0;
  }

  .home-final .btn,
  .home-second-path-actions .btn{
    max-width:100%;
  }
}


/* Hero brand image — final approved artwork
   The artwork is now a real <img>, so image, clipping and frame share one box. */
.home-hero-brand{
  position:relative;
  display:block;
  min-height:0 !important;
  aspect-ratio:650 / 417;
  overflow:visible;
  border:0 !important;
  border-radius:0 !important;
  background:transparent;
  line-height:0;
  box-shadow:none;
}

.home-hero-brand-image{
  position:static;
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:contain;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none;
  filter:drop-shadow(0 30px 38px rgba(0,0,0,.22));
}

.home-hero-brand::after{
  content:none !important;
  display:none !important;
}

/* Legacy layered hero elements are no longer rendered. */
.home-hero-brand-photo,
.home-hero-brand-overlay,
.home-hero-brand-content{
  display:none !important;
}
