/* Wan Power Tech - small fixes layered on top of the Consora template.
   Keep this file additive: do not restyle the template here. */

/* The offcanvas menu sits off-canvas but still contributes to document width on
   narrow viewports, which lets the page scroll sideways. Clip it at the root. */
html,
body {
   overflow-x: hidden;
}

/* Wide spec tables scroll inside their own container rather than the page. */
.tp-spec-table {
   min-width: 640px;
}

/* Logos are SVG in this build; keep them inside their box. */
.tp-header-logo img,
.tp-footer-logo img,
.tp-offcanvas-logo img {
   max-width: 100%;
   height: auto;
}

/* The heading font turns "No." into a numero ligature (No.) which misreads a
   company registration number. Disable discretionary ligatures site-wide. */
body,
p, span, li, td, th, h1, h2, h3, h4, h5, h6, a {
   font-variant-ligatures: no-discretionary-ligatures;
   -webkit-font-feature-settings: "dlig" 0, "hlig" 0;
   font-feature-settings: "dlig" 0, "hlig" 0;
}

/* The success card sits on a dark navy background in this build; the template's
   defaults assume a photo behind it. Force readable text for every child. */
.tp-cn-success-item,
.tp-cn-success-item p,
.tp-cn-success-item span,
.tp-cn-success-item h3,
.tp-cn-success-item .tp-cn-success-item-wrap span,
.tp-cn-success-item .tp-cn-success-item-wrap p {
   color: #ffffff;
}
.tp-cn-success-item .tp-cn-success-item-sub {
   color: #CEF79E !important;
}
.tp-cn-success-item .tp-cn-success-item-wrap p {
   opacity: .72;
}
.tp-cn-success-item .tp-cn-success-item-icon svg [stroke] {
   stroke: #CEF79E;
}
.tp-cn-success-item .tp-cn-success-item-icon svg [fill]:not([fill="none"]) {
   fill: #CEF79E;
}

/* The lime companion card keeps dark text. */
.tp-cn-success-item-2-content,
.tp-cn-success-item-2-content p,
.tp-cn-success-item-2-content span {
   color: #222F30;
}

/* --- spacing corrections -------------------------------------------------
   Several template blocks were sized around large photos/widgets that this
   build does not use, which left tall empty gaps. Tighten them. */

/* success cards: match heights, centre the content vertically */
.tp-cn-success-item,
.tp-cn-success-item-2 {
   min-height: 420px;
   display: flex;
   flex-direction: column;
   justify-content: center;
}
.tp-cn-success-item-2-content {
   margin-top: 0;
}
.tp-cn-success-item .tp-cn-success-item-content.pb-60 {
   padding-bottom: 30px;
}
.tp-cn-success-item-bottom {
   margin-top: auto;
}

/* dark footer: the newsletter block that used to fill this column is gone */
.tp-footer-3-area .tp-footer-3-cta {
   margin-bottom: 40px !important;
}
.tp-footer-3-area .footer-col-6-1 {
   margin-bottom: 40px;
}

/* about page: floating credential widget had a photo behind it */
.tp-fi-value-graph {
   margin-top: 0;
}

/* Generated SVG panels collapse to 0x0 inside the template's inline-block
   wrappers. Force them to fill their column. */
.tp-fi-value-thumb-main,
.tp-fa-about-thumb-wrapper,
.tp-fi-partner-thumb-wrap .main-thumb,
.tp-about-thumb-wrap,
.tp-about-thumb {
   display: block;
   width: 100%;
}
.tp-fi-value-thumb-main img,
.tp-fi-partner-thumb-wrap .main-thumb img,
.tp-about-thumb-wrap img,
.tp-about-thumb img,
.tp-fa-about-thumb-wrapper img {
   display: block;
   width: 100%;
   height: auto;
   border-radius: 8px;
}

/* The partner panel sits inside a full-bleed wrapper on the service detail pages;
   without a cap it scales past its artwork and crops. */
.tp-fa-about-thumb-wrapper {
   padding: 40px 20px;
   text-align: center;
}
.tp-fa-about-thumb-wrapper img {
   width: auto !important;
   max-width: 618px;
   height: auto;
   margin: 0 auto;
   display: block;
}
@media (max-width: 700px) {
   .tp-fa-about-thumb-wrapper img { max-width: 100%; }
}

/* The wrapper had a fixed aspect ratio sized for the template's video; let it
   grow to whatever the panel needs so nothing is clipped. */
.tp-fa-about-thumb-wrapper {
   height: auto !important;
   min-height: 0 !important;
   max-height: none !important;
   overflow: visible !important;
   aspect-ratio: auto !important;
}


/* ===================================================================
   SERVICE PILLARS  (Trust & Authority pattern)
   Three full-width alternating blocks so each service reads as a real
   offer rather than one card in a row.
   =================================================================== */

.wpt-sec-intro {
   padding: 120px 0 20px;
}
.wpt-sec-intro-note {
   margin: 0 0 6px;
   font-size: 16px;
   line-height: 1.75;
   opacity: .75;
}

.wpt-pillar {
   padding: 96px 0;
   position: relative;
   overflow: hidden;
}
/* soft radial so large flat fills gain depth */
.wpt-pillar::after {
   content: "";
   position: absolute;
   width: 620px; height: 620px;
   right: -180px; top: -260px;
   border-radius: 50%;
   background: currentColor;
   opacity: .04;
   pointer-events: none;
}
.wpt-pillar--reverse::after { right: auto; left: -200px; top: auto; bottom: -280px; }

.wpt-pillar-grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 72px;
   align-items: center;
}
.wpt-pillar--reverse .wpt-pillar-copy  { order: 2; }
.wpt-pillar--reverse .wpt-pillar-panel { order: 1; }

.wpt-pillar-head {
   display: flex;
   align-items: center;
   gap: 18px;
   margin-bottom: 22px;
}
.wpt-pillar-num {
   font-size: 60px;
   font-weight: 700;
   line-height: 1;
   letter-spacing: -.02em;
}
.wpt-pillar-eyebrow {
   display: inline-flex;
   align-items: center;
   gap: 9px;
   font-size: 13px;
   font-weight: 600;
   letter-spacing: .16em;
   text-transform: uppercase;
}
.wpt-pillar-icon { display: inline-flex; }

.wpt-pillar-title {
   font-size: clamp(30px, 3.3vw, 46px);
   line-height: 1.15;
   font-weight: 600;
   margin: 0 0 20px;
   letter-spacing: -.01em;
}
.wpt-pillar-body {
   font-size: 16.5px;
   line-height: 1.78;
   margin: 0 0 34px;
   max-width: 33em;
}

/* panel gains real elevation */
.wpt-pillar-panel {
   border: 1px solid;
   border-radius: 14px;
   padding: 40px 40px 30px;
   backdrop-filter: blur(6px);
   box-shadow: 0 22px 50px -28px rgba(0, 0, 0, .55);
}
.wpt-pillar-points { list-style: none; margin: 0 0 26px; padding: 0; }
.wpt-pillar-point {
   display: flex;
   align-items: flex-start;
   gap: 13px;
   padding: 13px 0;
   font-size: 15.5px;
   line-height: 1.5;
   border-bottom: 1px solid rgba(128, 128, 128, .16);
}
.wpt-pillar-point:last-child { border-bottom: 0; }
.wpt-pillar-point i { flex: 0 0 auto; margin-top: 2px; display: inline-flex; }

.wpt-stat-row {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 16px;
   border-top: 1px solid;
   padding-top: 24px;
}
.wpt-stat { display: flex; flex-direction: column; gap: 3px; }
.wpt-stat-num { font-size: 27px; font-weight: 700; line-height: 1.1; }
.wpt-stat-lbl { font-size: 12.5px; line-height: 1.35; }

/* button: hover + focus per the skill checklist */
.wpt-btn {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   padding: 15px 28px;
   border-radius: 999px;
   font-size: 15px;
   font-weight: 600;
   text-decoration: none;
   cursor: pointer;
   transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease;
   will-change: transform;
}
.wpt-btn:hover {
   transform: translateY(-2px);
   box-shadow: 0 12px 26px -12px rgba(0, 0, 0, .5);
   opacity: .95;
}
.wpt-btn:focus-visible {
   outline: 3px solid #0369A1;
   outline-offset: 3px;
}
.wpt-btn svg { transition: transform .22s ease; }
.wpt-btn:hover svg { transform: translate(2px, -2px); }

/* ---------- responsive: 1024 / 768 / 375 ---------- */
@media (max-width: 1199px) {
   .wpt-pillar-grid { gap: 48px; }
   .wpt-pillar-panel { padding: 34px 30px 26px; }
}
@media (max-width: 991px) {
   .wpt-pillar { padding: 72px 0; }
   .wpt-pillar-grid { grid-template-columns: 1fr; gap: 38px; }
   .wpt-pillar--reverse .wpt-pillar-copy  { order: 1; }
   .wpt-pillar--reverse .wpt-pillar-panel { order: 2; }
   .wpt-sec-intro { padding: 84px 0 12px; }
   .wpt-sec-intro-note { margin-top: 18px; }
}
@media (max-width: 575px) {
   .wpt-pillar { padding: 58px 0; }
   .wpt-pillar-num { font-size: 46px; }
   .wpt-pillar-head { gap: 13px; margin-bottom: 16px; }
   .wpt-pillar-eyebrow { font-size: 11.5px; letter-spacing: .12em; }
   .wpt-pillar-panel { padding: 26px 22px 20px; border-radius: 12px; }
   .wpt-stat-row { grid-template-columns: 1fr; gap: 14px; }
   .wpt-stat { flex-direction: row; align-items: baseline; gap: 10px; }
   .wpt-stat-num { font-size: 23px; }
   .wpt-btn { width: 100%; justify-content: center; }
}

/* respect reduced motion (skill checklist) */
@media (prefers-reduced-motion: reduce) {
   .wpt-btn, .wpt-btn svg { transition: none; }
   .wpt-btn:hover { transform: none; }
   *, *::before, *::after {
      animation-duration: .001ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: .001ms !important;
      scroll-behavior: auto !important;
   }
}

/* keyboard focus visible sitewide */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
   outline: 3px solid #0369A1;
   outline-offset: 2px;
}

/* clickable elements get a pointer */
a, button, .tp-btn, .tp-btn-event, [role="button"] { cursor: pointer; }

/* ===================================================================
   PROOF BAND  - credibility immediately after the hero
   =================================================================== */
.wpt-proof {
   padding: 46px 0 42px;
   border-bottom: 1px solid rgba(34,47,48,.09);
}
.wpt-proof-lead {
   text-align: center;
   font-size: 12.5px;
   font-weight: 600;
   letter-spacing: .18em;
   text-transform: uppercase;
   color: rgba(34,47,48,.5);
   margin: 0 0 26px;
}
.wpt-proof-grid {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   gap: 14px 40px;
}
.wpt-proof-item span {
   font-size: 16px;
   font-weight: 600;
   color: rgba(34,47,48,.78);
   white-space: nowrap;
   transition: color .2s ease;
}
.wpt-proof-item:hover span { color: #222F30; }

@media (max-width: 767px) {
   .wpt-proof { padding: 34px 0 30px; }
   .wpt-proof-grid { gap: 12px 22px; }
   .wpt-proof-item span { font-size: 14px; }
}

/* ===================================================================
   SECTION RHYTHM - stop consecutive blocks reading as one grey mass
   =================================================================== */
.wpt-pillar + .wpt-pillar { border-top: 0; }

/* the FAQ / director / partner blocks that follow the pillars */

.tp-fi-team-ptb { background: #F7F7F5; }

/* ===================================================================
   NUMBERS BAND
   =================================================================== */
.wpt-numbers { padding: 92px 0 96px; }
.wpt-numbers-head {
   display: grid;
   grid-template-columns: 1.05fr .95fr;
   gap: 60px;
   align-items: end;
   margin-bottom: 52px;
}
.wpt-numbers-note {
   margin: 0 0 4px;
   font-size: 16px;
   line-height: 1.78;
   color: rgba(34,47,48,.72);
   padding-left: 22px;
   border-left: 2px solid rgba(206,247,158,.9);
}
.wpt-numbers-grid {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 20px;
}

/* Cards run top-down: rule, number, label. Nothing is bottom-parked,
   so the eye lands on the figure instead of on empty space. */
.wpt-num-card {
   position: relative;
   overflow: hidden;
   background: #ffffff;
   border: 1px solid rgba(34,47,48,.10);
   border-radius: 12px;
   padding: 30px 28px 28px;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   gap: 6px;
   box-shadow: 0 1px 2px rgba(34,47,48,.04);
   transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
/* accent rule at the top of each card */
.wpt-num-card::before {
   content: "";
   display: block;
   width: 30px;
   height: 3px;
   border-radius: 2px;
   background: #CEF79E;
   margin-bottom: 16px;
   transition: width .3s ease;
}
.wpt-num-card:hover {
   transform: translateY(-5px);
   border-color: rgba(34,47,48,.16);
   box-shadow: 0 20px 40px -24px rgba(34,47,48,.45);
}
.wpt-num-card:hover::before { width: 52px; }

.wpt-num-card--dark { background: #222F30; border-color: #222F30; }
.wpt-num-card--lime { background: #CEF79E; border-color: #CEF79E; }
.wpt-num-card--dark::before { background: #CEF79E; }
.wpt-num-card--lime::before { background: #222F30; }

.wpt-num-v {
   font-size: 52px;
   font-weight: 700;
   line-height: 1;
   color: #222F30;
   letter-spacing: -.025em;
   font-variant-numeric: tabular-nums lining-nums;
}
/* label sits at a shared baseline across the row, so cards with a
   one-line and a two-line label still bottom-align as a set */
.wpt-num-l {
   font-size: 14.5px;
   line-height: 1.45;
   color: rgba(34,47,48,.62);
   margin-top: auto;
   padding-top: 10px;
}
.wpt-num-card--dark .wpt-num-v { color: #ffffff; }
.wpt-num-card--dark .wpt-num-l { color: rgba(255,255,255,.72); }
.wpt-num-card--lime .wpt-num-v,
.wpt-num-card--lime .wpt-num-l { color: #222F30; }
.wpt-num-card--lime .wpt-num-l { color: rgba(34,47,48,.75); }

/* the sector list is useful on desktop but too tall on a phone */
.wpt-num-l-short { display: none; }
@media (max-width: 575px) {
   .wpt-num-l-full  { display: none; }
   .wpt-num-l-short { display: inline; }
}

.wpt-numbers-cta { margin-top: 40px; }

@media (max-width: 991px) {
   .wpt-numbers { padding: 78px 0 70px; }
   .wpt-numbers-head { grid-template-columns: 1fr; gap: 22px; margin-bottom: 36px; }
   .wpt-numbers-note { padding-left: 18px; }
   .wpt-numbers-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
   .wpt-num-card { padding: 26px 24px 24px; }
   .wpt-num-card::before { margin-bottom: 13px; }
   .wpt-num-v { font-size: 42px; }
}
@media (max-width: 575px) {
   .wpt-numbers { padding: 58px 0 54px; }
   .wpt-numbers-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
   .wpt-num-card { padding: 20px 18px 18px; }
   .wpt-num-card::before { width: 24px; margin-bottom: 11px; }
   .wpt-num-v { font-size: 32px; }
   .wpt-num-l { font-size: 13px; }
}


/* ===================================================================
   WHO WE ARE  - hand-drawn scribble accent + credibility strip
   =================================================================== */
.wpt-about { position: relative; overflow: hidden; }

/* the heading no longer relies on hard <br>, so give it a sane measure */
.wpt-about-title { max-width: 15ch; }
/* the scribble supplies the gap below the heading instead of mb-30 */
.wpt-about .wpt-about-title.mb-30 { margin-bottom: 0; }

/* --- the green "snake" underline --- */
/* The heading is processed by SplitText, which rewrites its innerHTML, so the
   scribble lives outside the h3 and tucks up under the final line instead. */
.wpt-scribble {
   display: block;
   width: 300px;
   max-width: 74%;
   height: 30px;
   margin: -10px 0 26px 4px;   /* pull up under the last line, then clear */
   pointer-events: none;
   overflow: visible;
   opacity: .92;
}
.wpt-scribble path {
   stroke-dasharray: 900;
   stroke-dashoffset: 900;
   opacity: .95;
}
/* draws itself once the section scrolls in */
.is-drawn .wpt-scribble path,
.wpt-scribble.is-drawn path {
   animation: wptDraw 1.25s cubic-bezier(.65,.02,.36,1) forwards;
}
@keyframes wptDraw {
   to { stroke-dashoffset: 0; }
}

.wpt-about-lead { max-width: 56ch; }

/* --- MD pull quote --- */
.wpt-about-quote {
   margin: 30px 0 34px;
   padding: 2px 0 2px 22px;
   border-left: 3px solid #CEF79E;
}
.wpt-about-quote p {
   margin: 0 0 7px;
   font-size: 19px;
   line-height: 1.5;
   font-weight: 500;
   color: #222F30;
   letter-spacing: -.01em;
}
.wpt-about-quote span {
   font-size: 13px;
   font-weight: 600;
   letter-spacing: .1em;
   text-transform: uppercase;
   color: rgba(34,47,48,.55);
}

/* --- checklist under the copy (moved off the photo) --- */
.wpt-about-points {
   list-style: none;
   margin: 26px 0 0;
   padding: 0;
   display: flex;
   flex-direction: column;
   gap: 11px;
}
.wpt-about-points li {
   position: relative;
   padding-left: 30px;
   font-size: 15.5px;
   line-height: 1.5;
   color: rgba(34,47,48,.82);
}
/* lime disc with an SVG tick — a gradient-drawn check renders unreliably */
.wpt-about-points li::before {
   content: "";
   position: absolute;
   left: 0;
   top: .1em;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   background-color: #CEF79E;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M10.75 0.75L3.875 7.75L0.75 4.568' stroke='%23222F30' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
   background-repeat: no-repeat;
   background-position: center;
}

/* --- three-image service collage --- */
.wpt-about-gallery {
   display: grid;
   grid-template-columns: 1.12fr .88fr;
   grid-template-rows: auto auto;
   gap: 16px;
   margin-bottom: 30px;
}
.wpt-ag-item {
   position: relative;
   margin: 0;
   overflow: hidden;
   border-radius: 14px;
   background: #E9EBE7;
   box-shadow: 0 18px 40px -26px rgba(34,47,48,.55);
}
/* the elevator shot spans both rows so it reads as the lead image */
.wpt-ag-item--tall { grid-row: span 2; }

.wpt-ag-item img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
   transform: scale(1.04);
   transition: transform .7s cubic-bezier(.22,.61,.36,1);
}
.wpt-ag-item:hover img { transform: scale(1.10); }

/* scrim so the caption stays legible on any photo */
.wpt-ag-item::after {
   content: "";
   position: absolute;
   inset: 0;
   background: linear-gradient(180deg, rgba(34,47,48,0) 42%, rgba(34,47,48,.72) 100%);
   pointer-events: none;
}
.wpt-ag-item figcaption {
   position: absolute;
   left: 0; right: 0; bottom: 0;
   z-index: 2;
   display: flex;
   align-items: baseline;
   gap: 9px;
   padding: 16px 18px;
   color: #fff;
}
.wpt-ag-num {
   font-size: 12px;
   font-weight: 700;
   letter-spacing: .12em;
   color: #CEF79E;
}
.wpt-ag-name {
   font-size: 14.5px;
   font-weight: 600;
   line-height: 1.3;
   letter-spacing: -.01em;
}
/* fixed heights keep the collage from collapsing on short images */
.wpt-ag-item--tall { min-height: 500px; }
.wpt-about-gallery .wpt-ag-item:not(.wpt-ag-item--tall) { min-height: 242px; }

@media (max-width: 991px) {
   .wpt-about-title { max-width: none; }
   .wpt-about-quote { margin: 24px 0 28px; }
   .wpt-about-quote p { font-size: 17px; }
   .wpt-about-gallery { gap: 12px; margin-top: 8px; }
   .wpt-ag-item--tall { min-height: 340px; }
   .wpt-about-gallery .wpt-ag-item:not(.wpt-ag-item--tall) { min-height: 164px; }
}
@media (max-width: 575px) {
   .wpt-about-quote { padding-left: 16px; }
   .wpt-about-quote p { font-size: 16px; }
   .wpt-about-points li { font-size: 14.5px; padding-left: 27px; }
   /* lead image full width, other two side by side beneath it */
   .wpt-about-gallery { grid-template-columns: 1fr 1fr; gap: 10px; }
   .wpt-ag-item--tall { grid-row: auto; grid-column: 1 / -1; min-height: 260px; }
   .wpt-about-gallery .wpt-ag-item:not(.wpt-ag-item--tall) { min-height: 140px; }
   .wpt-ag-item figcaption { padding: 12px 13px; gap: 7px; }
   .wpt-ag-name { font-size: 12.5px; }
   .wpt-ag-num { font-size: 10.5px; }
}

/* the scribble must not animate for reduced-motion visitors */
@media (prefers-reduced-motion: reduce) {
   .wpt-scribble path {
      animation: none !important;
      stroke-dashoffset: 0;
   }
}

/* ===================================================================
   MANAGING DIRECTOR
   =================================================================== */
.wpt-md { padding: 108px 0 104px; }
.wpt-md-grid {
   display: grid;
   grid-template-columns: .92fr 1.08fr;
   gap: 70px;
   align-items: start;
}
.wpt-md-title { max-width: 13ch; }
.wpt-scribble--md { width: 260px; margin: -8px 0 30px 4px; }

.wpt-md-person {
   display: flex;
   align-items: center;
   gap: 15px;
   margin-bottom: 30px;
}
/* Placeholder until the real portrait is supplied; .wpt-md-photo below is
   sized identically so swapping in an <img> needs no other change. */
.wpt-md-initials,
.wpt-md-photo {
   flex: 0 0 auto;
   width: 76px; height: 76px;
   border-radius: 50%;
   object-fit: cover;
   border: 2px solid #CEF79E;
}
.wpt-md-initials {
   display: grid;
   place-items: center;
   background: #222F30;
   color: #CEF79E;
   font-size: 22px;
   font-weight: 700;
   letter-spacing: .04em;
}
.wpt-md-meta { display: flex; flex-direction: column; gap: 3px; }
.wpt-md-meta b { font-size: 20px; font-weight: 700; color: #222F30; line-height: 1.25; }
.wpt-md-meta i {
   font-style: normal;
   font-size: 12.5px;
   font-weight: 600;
   letter-spacing: .11em;
   text-transform: uppercase;
   color: rgba(34,47,48,.55);
}
.wpt-md-meta em {
   font-style: normal;
   font-size: 13.5px;
   color: rgba(34,47,48,.6);
}

.wpt-md-body { position: relative; padding-top: 6px; }
.wpt-md-mark {
   position: absolute;
   top: -34px; left: -8px;
   font-size: 120px;
   line-height: 1;
   color: #CEF79E;
   font-family: Georgia, "Times New Roman", serif;
   pointer-events: none;
   user-select: none;
}
.wpt-md-body p {
   position: relative;
   margin: 0 0 20px;
   font-size: 17.5px;
   line-height: 1.72;
   color: rgba(34,47,48,.8);
}
.wpt-md-body p:last-child { margin-bottom: 0; }
/* first line gets emphasis so the quote has a lead-in */
.wpt-md-body p:first-of-type { font-size: 19px; color: rgba(34,47,48,.9); }

@media (max-width: 991px) {
   .wpt-md { padding: 74px 0 70px; }
   .wpt-md-grid { grid-template-columns: 1fr; gap: 34px; }
   .wpt-md-title { max-width: none; }
   .wpt-md-body p { font-size: 16.5px; }
   .wpt-md-body p:first-of-type { font-size: 17.5px; }
   .wpt-md-mark { font-size: 92px; top: -26px; }
}
@media (max-width: 575px) {
   .wpt-md { padding: 58px 0 56px; }
   .wpt-scribble--md { width: 210px; }
   .wpt-md-initials { width: 48px; height: 48px; font-size: 15px; }
   .wpt-md-meta b { font-size: 17px; }
}

/* ===================================================================
   VR CABIN SHOWCASE  - real FUJISJ tours, QR decoded from the sample book
   =================================================================== */
.wpt-vr { padding: 104px 0 96px; }

/* The template eyebrow is dark text over a lime highlight bar, which is
   invisible on a dark surface. On dark, invert it into a lime pill. */
.wpt-surface--dark .tp-section-sub {
   color: #CEF79E;
   font-size: 12.5px;
   font-weight: 700;
   letter-spacing: .16em;
   text-transform: uppercase;
   padding: 7px 14px;
   border-radius: 999px;
   border: 1px solid rgba(206,247,158,.34);
   background: rgba(206,247,158,.10);
   margin-bottom: 18px;
}
.wpt-surface--dark .tp-section-sub::before { content: none; }
.wpt-vr-thread {
   position: absolute;
   top: 34px; left: 0;
   width: 100%; height: 170px;
   z-index: 0;
   pointer-events: none;
}
.wpt-vr-head {
   position: relative;
   z-index: 1;
   display: grid;
   grid-template-columns: 1.05fr .95fr;
   gap: 56px;
   align-items: end;
   margin-bottom: 52px;
}
.wpt-vr-title { max-width: 14ch; }
.wpt-vr-note {
   margin: 0 0 4px;
   font-size: 16px;
   line-height: 1.75;
   color: rgba(255,255,255,.72);
   padding-left: 22px;
   border-left: 2px solid rgba(206,247,158,.85);
}

.wpt-vr-grid {
   position: relative;
   z-index: 1;
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 18px;
}
.wpt-vr-card { margin: 0; }
.wpt-vr-link {
   position: relative;
   display: flex;
   flex-direction: column;
   height: 100%;
   border-radius: 14px;
   overflow: hidden;
   background: #ffffff;
   border: 1px solid rgba(255,255,255,.14);
   text-decoration: none;
   transition: transform .28s ease, box-shadow .28s ease;
}
.wpt-vr-link:hover,
.wpt-vr-link:focus-visible {
   transform: translateY(-6px);
   box-shadow: 0 26px 50px -28px rgba(0,0,0,.75);
}
.wpt-vr-shot {
   display: block;
   background: #ffffff;
   padding: 12px 10px 4px;
}
.wpt-vr-shot img {
   display: block;
   width: 100%;
   height: 218px;
   object-fit: contain;
   transition: transform .5s cubic-bezier(.22,.61,.36,1);
}
.wpt-vr-link:hover .wpt-vr-shot img { transform: scale(1.05); }

.wpt-vr-info {
   display: flex;
   flex-direction: column;
   gap: 5px;
   padding: 12px 14px 14px;
   margin-top: auto;
   border-top: 1px solid rgba(34,47,48,.09);
}
.wpt-vr-code {
   font-size: 13.5px;
   font-weight: 700;
   color: #222F30;
   letter-spacing: -.01em;
   line-height: 1.35;
}
.wpt-vr-go {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   font-size: 12px;
   font-weight: 600;
   letter-spacing: .04em;
   text-transform: uppercase;
   color: rgba(34,47,48,.55);
   transition: color .2s ease;
}
.wpt-vr-link:hover .wpt-vr-go { color: #222F30; }

/* QR sits top-right, small until hover/focus */
.wpt-vr-qr {
   position: absolute;
   top: 10px; right: 10px;
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 3px;
   padding: 6px 6px 4px;
   border-radius: 8px;
   background: rgba(255,255,255,.96);
   box-shadow: 0 4px 14px -6px rgba(34,47,48,.5);
   transition: transform .28s ease;
   transform-origin: top right;
}
/* sized so each QR module stays >=2 device px - the floor for a phone scan */
.wpt-vr-qr svg { display: block; width: 76px; height: 76px; }
.wpt-vr-qr b {
   font-size: 8.5px;
   font-weight: 700;
   letter-spacing: .1em;
   text-transform: uppercase;
   color: rgba(34,47,48,.6);
}
.wpt-vr-link:hover .wpt-vr-qr,
.wpt-vr-link:focus-visible .wpt-vr-qr { transform: scale(1.5); }

.wpt-vr-foot {
   position: relative;
   z-index: 1;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 18px 26px;
   margin-top: 44px;
}
.wpt-vr-count {
   font-size: 14.5px;
   color: rgba(255,255,255,.62);
}

@media (max-width: 1199px) {
   .wpt-vr-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 991px) {
   .wpt-vr { padding: 74px 0 68px; }
   .wpt-vr-head { grid-template-columns: 1fr; gap: 22px; margin-bottom: 34px; }
   .wpt-vr-title { max-width: none; }
   .wpt-vr-note { padding-left: 18px; }
   .wpt-vr-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
   .wpt-vr-shot img { height: 200px; }
}
@media (max-width: 575px) {
   .wpt-vr { padding: 56px 0 54px; }
   .wpt-vr-grid { gap: 12px; }
   .wpt-vr-shot img { height: 168px; }
   .wpt-vr-qr { top: 8px; right: 8px; padding: 5px 5px 3px; }
   .wpt-vr-qr svg { width: 38px; height: 38px; }
   /* no hover on touch: keep the code at a scannable size already */
   .wpt-vr-link:hover .wpt-vr-qr { transform: none; }
}

/* ===================================================================
   PREMIUM SURFACES
   Layered depth, generalised from the 01/02/03 pillars.
   Each variant defines BOTH pseudo layers so nothing leaks between them.
   =================================================================== */

.wpt-surface {
   position: relative;
   overflow: hidden;
   isolation: isolate;
   background-color: #FCFCFA;
}
.wpt-surface > * { position: relative; z-index: 1; }

/* base: two very soft neutral washes */
.wpt-surface::before,
.wpt-surface::after {
   content: "";
   position: absolute;
   pointer-events: none;
   z-index: 0;
   border-radius: 50%;
   background: radial-gradient(circle, rgba(34,47,48,.055) 0%, rgba(34,47,48,0) 70%);
}
.wpt-surface::before { width: 760px; height: 760px; right: -260px; top: -340px; }
.wpt-surface::after  { width: 600px; height: 600px; left: -240px; bottom: -320px; }
.wpt-surface--flip::before { right: auto; left: -260px; }
.wpt-surface--flip::after  { left: auto;  right: -240px; }

/* ---- tones ---- */
.wpt-surface--cream { background-color: #F7F7F5; color: #222F30; }
.wpt-surface--tint {
   background-color: #F8FAF4;
   background-image: linear-gradient(180deg, #FBFCF8 0%, #F3F7EC 100%);
   color: #222F30;
}
.wpt-surface--tint::before {
   background: radial-gradient(circle, rgba(206,247,158,.55) 0%, rgba(206,247,158,0) 70%);
}
.wpt-surface--tint::after {
   background: radial-gradient(circle, rgba(34,47,48,.05) 0%, rgba(34,47,48,0) 70%);
}
.wpt-surface--dark { background-color: #222F30; color: #fff; }
.wpt-surface--dark::before {
   background: radial-gradient(circle, rgba(206,247,158,.14) 0%, rgba(206,247,158,0) 70%);
}
.wpt-surface--dark::after {
   background: radial-gradient(circle, rgba(255,255,255,.06) 0%, rgba(255,255,255,0) 70%);
}
.wpt-surface--dark .tp-section-title,
.wpt-surface--dark h3, .wpt-surface--dark h4 { color: #fff; }
.wpt-surface--dark p { color: rgba(255,255,255,.72); }

/* ---- faint engineering grid (full-bleed, fades at the edges) ---- */
.wpt-surface--grid { background-color: #FBFCF9; }
.wpt-surface--grid::before {
   width: 100%; height: 100%;
   inset: 0; right: auto; top: auto;
   border-radius: 0;
   background:
      linear-gradient(to right,  rgba(34,47,48,.055) 1px, transparent 1px) 0 0 / 76px 76px,
      linear-gradient(to bottom, rgba(34,47,48,.055) 1px, transparent 1px) 0 0 / 76px 76px;
   -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
           mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
}
.wpt-surface--grid::after {
   width: 620px; height: 620px;
   right: -220px; top: -300px; left: auto; bottom: auto;
   background: radial-gradient(circle, rgba(206,247,158,.30) 0%, rgba(206,247,158,0) 70%);
}
.wpt-surface--grid.wpt-surface--flip::after { right: auto; left: -220px; }

/* hairline separators so adjacent tones never merge */
.wpt-surface + .wpt-surface { border-top: 1px solid rgba(34,47,48,.06); }
.wpt-surface--dark + .wpt-surface,
.wpt-surface + .wpt-surface--dark { border-top-color: transparent; }

/* cards on these surfaces gain matching elevation */
.wpt-surface .tp-faq-wrap .accordion-items {
   background: #ffffff;
   border: 1px solid rgba(34,47,48,.08);
   border-radius: 12px;
   margin-bottom: 12px;
   padding: 4px 22px;
   transition: box-shadow .25s ease, transform .25s ease;
}
.wpt-surface .tp-faq-wrap .accordion-items:hover {
   box-shadow: 0 16px 34px -24px rgba(34,47,48,.45);
   transform: translateY(-2px);
}
.wpt-surface .tp-fi-faq-support {
   border-radius: 14px;
   box-shadow: 0 24px 54px -30px rgba(34,47,48,.5);
}

/* Surfaces must beat the template's own background declarations. */
section.wpt-surface--cream,
div.wpt-surface--cream   { background-color: #F7F7F5 !important; }
section.wpt-surface--dark,
div.wpt-surface--dark    { background-color: #222F30 !important; }
section.wpt-surface--tint,
div.wpt-surface--tint {
   background-image: linear-gradient(180deg, #FBFCF8 0%, #F4F7EE 100%) !important;
   background-color: #F8FAF4 !important;
}
section.wpt-surface--grid,
div.wpt-surface--grid    { background-color: #FCFCFA !important; }

/* remaining flat blocks */
.tp-fi-banner-ptb        { background-color: #F7F7F5; }
.tp-contact-map-area     { background-color: #F7F7F5; }
.tp-breadcrumb-ptb       { background-color: #F7F7F5; }

/* ===================================================================
   IMAGERY  -  pillar media, cinematic band, work strip
   =================================================================== */

/* --- pillar now runs image | copy | panel --- */
.wpt-pillar-media {
   margin: 0;
   position: relative;
   border-radius: 14px;
   overflow: hidden;
   box-shadow: 0 30px 70px -34px rgba(0,0,0,.62);
}
.wpt-pillar-media img {
   display: block;
   width: 100%;
   height: 100%;
   min-height: 380px;
   object-fit: cover;
   transform: scale(1.06);
   transition: transform 1.2s cubic-bezier(.22,.61,.36,1);
   will-change: transform;
}
.wpt-pillar-media.is-in img { transform: scale(1); }
.wpt-pillar-media-frame {
   position: absolute; inset: 12px;
   border: 1px solid rgba(255,255,255,.28);
   border-radius: 8px;
   pointer-events: none;
}
.wpt-pillar--reverse .wpt-pillar-media-frame { border-color: rgba(34,47,48,.22); }

/* three-column grid once an image is present */
.wpt-pillar-grid { grid-template-columns: .95fr 1fr .9fr; }
.wpt-pillar--reverse .wpt-pillar-media { order: 3; }
.wpt-pillar--reverse .wpt-pillar-copy  { order: 2; }
.wpt-pillar--reverse .wpt-pillar-panel { order: 1; }

/* --- full-bleed cinematic band --- */
.wpt-cine {
   position: relative;
   min-height: 620px;
   display: flex;
   align-items: center;
   overflow: hidden;
   isolation: isolate;
}
.wpt-cine-media { position: absolute; inset: -10% 0; z-index: -2; }
.wpt-cine-media img {
   width: 100%; height: 120%;
   object-fit: cover;
   will-change: transform;
}
.wpt-cine-overlay {
   position: absolute; inset: 0; z-index: -1;
   background: linear-gradient(90deg, rgba(20,28,29,.94) 0%, rgba(20,28,29,.78) 46%, rgba(20,28,29,.30) 100%);
}
.wpt-cine-inner { max-width: 640px; padding: 96px 0; color: #fff; }
.wpt-cine-eyebrow {
   display: inline-block;
   font-size: 12.5px; font-weight: 600; letter-spacing: .18em;
   text-transform: uppercase; color: #CEF79E; margin-bottom: 18px;
}
.wpt-cine-title {
   font-size: clamp(30px, 3.6vw, 50px);
   line-height: 1.14; font-weight: 600; color: #fff;
   margin: 0 0 20px; letter-spacing: -.01em;
}
.wpt-cine-body {
   font-size: 17px; line-height: 1.75;
   color: rgba(255,255,255,.78); margin: 0 0 34px;
}

/* --- work strip --- */
.wpt-strip { padding: 104px 0 96px; }
.wpt-strip-head { margin-bottom: 44px; }
.wpt-strip-grid {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   grid-auto-rows: 300px;
   gap: 18px;
}
.wpt-strip-item {
   position: relative; margin: 0;
   border-radius: 12px; overflow: hidden;
   box-shadow: 0 18px 44px -28px rgba(34,47,48,.55);
}
.wpt-strip-item--tall { grid-row: span 2; }
.wpt-strip-item img {
   width: 100%; height: 100%;
   object-fit: cover;
   transition: transform .7s cubic-bezier(.22,.61,.36,1);
}
.wpt-strip-item:hover img { transform: scale(1.05); }
.wpt-strip-item figcaption {
   position: absolute; left: 0; right: 0; bottom: 0;
   padding: 26px 20px 16px;
   font-size: 13.5px; font-weight: 500; color: #fff;
   background: linear-gradient(180deg, rgba(20,28,29,0) 0%, rgba(20,28,29,.86) 100%);
}

/* ---------- responsive ---------- */
@media (max-width: 1199px) {
   .wpt-pillar-grid { grid-template-columns: 1fr 1fr; }
   .wpt-pillar-media { grid-column: 1 / -1; }
   .wpt-pillar-media img { min-height: 300px; }
   .wpt-pillar--reverse .wpt-pillar-media { order: 1; }
   .wpt-pillar--reverse .wpt-pillar-copy  { order: 2; }
   .wpt-pillar--reverse .wpt-pillar-panel { order: 3; }
}
@media (max-width: 991px) {
   .wpt-pillar-grid { grid-template-columns: 1fr; }
   .wpt-cine { min-height: 520px; }
   .wpt-cine-inner { padding: 76px 0; }
   .wpt-cine-overlay {
      background: linear-gradient(180deg, rgba(20,28,29,.72) 0%, rgba(20,28,29,.92) 100%);
   }
   .wpt-strip-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 260px; }
   .wpt-strip { padding: 76px 0 70px; }
}
@media (max-width: 575px) {
   .wpt-pillar-media img { min-height: 230px; }
   .wpt-cine { min-height: 460px; }
   .wpt-cine-inner { padding: 58px 0; }
   .wpt-strip-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
   .wpt-strip-item--tall { grid-row: span 1; }
}

@media (prefers-reduced-motion: reduce) {
   .wpt-pillar-media img,
   .wpt-strip-item img { transition: none !important; transform: none !important; }
   .wpt-cine-media img { transform: none !important; }
}

/* Pillar images need more presence - they were reading as thumbnails. */
.wpt-pillar-grid { grid-template-columns: 1.05fr 1.15fr .95fr; gap: 44px; }
.wpt-pillar-media { align-self: stretch; }
.wpt-pillar-media img { min-height: 460px; }

@media (max-width: 1399px) {
   .wpt-pillar-grid { grid-template-columns: 1fr 1.1fr; gap: 40px; }
   .wpt-pillar-media { grid-row: span 1; }
   .wpt-pillar-media img { min-height: 400px; }
   .wpt-pillar-panel { grid-column: 1 / -1; }
   .wpt-pillar--reverse .wpt-pillar-media { order: 1; }
   .wpt-pillar--reverse .wpt-pillar-copy  { order: 2; }
   .wpt-pillar--reverse .wpt-pillar-panel { order: 3; }
}
@media (max-width: 991px) {
   .wpt-pillar-grid { grid-template-columns: 1fr; }
   .wpt-pillar-media img { min-height: 320px; }
}
@media (max-width: 575px) {
   .wpt-pillar-media img { min-height: 240px; }
}

/* Hero: the lobby photo is bright on the left, where the headline sits.
   Add a readable scrim without hiding the image. */
.tp-fi-hero-ptb.tp-fi-hero-overlay::before {
   content: "";
   position: absolute;
   inset: 0;
   z-index: 0;
   background: linear-gradient(100deg,
      rgba(247,247,245,.97) 0%,
      rgba(247,247,245,.93) 26%,
      rgba(247,247,245,.62) 48%,
      rgba(247,247,245,.15) 70%,
      rgba(247,247,245,0) 88%);
   pointer-events: none;
}
.tp-fi-hero-ptb.tp-fi-hero-overlay > * { position: relative; z-index: 1; }
.tp-fi-hero-title { text-shadow: 0 1px 0 rgba(255,255,255,.6); }

@media (max-width: 991px) {
   .tp-fi-hero-ptb.tp-fi-hero-overlay::before {
      background: linear-gradient(180deg,
         rgba(247,247,245,.95) 0%,
         rgba(247,247,245,.90) 45%,
         rgba(247,247,245,.72) 100%);
   }
}

/* ===================================================================
   HERO SLIDER
   =================================================================== */
.wpt-hero { position: relative; background: #141C1D; }
.wpt-hero-swiper { width: 100%; }
.wpt-hero-slide {
   position: relative;
   min-height: 640px;
   display: flex;
   align-items: center;
   overflow: hidden;
}
.wpt-hero-media { position: absolute; inset: 0; z-index: 0; }
.wpt-hero-media img {
   width: 100%; height: 100%;
   object-fit: cover;
   transform: scale(1.10);
   transition: transform 7s linear;
   will-change: transform;
}
/* slow Ken Burns drift while a slide is active */
.swiper-slide-active .wpt-hero-media img { transform: scale(1); }

.wpt-hero-scrim {
   position: absolute; inset: 0; z-index: 1;
   background:
      linear-gradient(96deg, rgba(16,23,24,.93) 0%, rgba(16,23,24,.80) 38%,
                             rgba(16,23,24,.42) 62%, rgba(16,23,24,.10) 100%),
      linear-gradient(180deg, rgba(16,23,24,.30) 0%, rgba(16,23,24,0) 40%);
}
.wpt-hero-slide .container { position: relative; z-index: 2; }

.wpt-hero-copy { max-width: 660px; padding: 108px 0 132px; }
.wpt-hero-eyebrow {
   display: inline-block;
   font-size: 12.5px; font-weight: 600; letter-spacing: .2em;
   text-transform: uppercase; color: #CEF79E;
   padding: 7px 14px; border: 1px solid rgba(206,247,158,.42);
   border-radius: 999px; margin-bottom: 22px;
}
.wpt-hero-title {
   font-size: clamp(34px, 4.6vw, 62px);
   line-height: 1.08; font-weight: 600; color: #fff;
   letter-spacing: -.015em; margin: 0 0 20px;
}
.wpt-hero-body {
   font-size: 17px; line-height: 1.72;
   color: rgba(255,255,255,.80); margin: 0 0 34px; max-width: 34em;
}
.wpt-hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.wpt-btn--lime { background: #CEF79E; color: #222F30; }
.wpt-hero-tel {
   display: inline-flex; align-items: center; gap: 11px;
   color: #fff; font-weight: 500; text-decoration: none;
   transition: color .2s ease;
}
.wpt-hero-tel:hover { color: #CEF79E; }
.wpt-hero-tel-ic {
   width: 40px; height: 40px; border-radius: 50%;
   display: inline-flex; align-items: center; justify-content: center;
   background: rgba(206,247,158,.16); color: #CEF79E;
   transition: background .2s ease;
}
.wpt-hero-tel:hover .wpt-hero-tel-ic { background: rgba(206,247,158,.28); }

/* slide content animates in */
.wpt-hero-copy > * { opacity: 0; transform: translateY(26px); }
.swiper-slide-active .wpt-hero-copy > * {
   animation: wptHeroIn .82s cubic-bezier(.22,.61,.36,1) forwards;
}
.swiper-slide-active .wpt-hero-copy > *:nth-child(1) { animation-delay: .12s; }
.swiper-slide-active .wpt-hero-copy > *:nth-child(2) { animation-delay: .22s; }
.swiper-slide-active .wpt-hero-copy > *:nth-child(3) { animation-delay: .32s; }
.swiper-slide-active .wpt-hero-copy > *:nth-child(4) { animation-delay: .42s; }
@keyframes wptHeroIn { to { opacity: 1; transform: translateY(0); } }

/* controls */
.wpt-hero-ui { position: absolute; left: 0; right: 0; bottom: 40px; z-index: 5; }
.wpt-hero-ui-inner { display: flex; align-items: center; gap: 18px; }
.wpt-hero-nav {
   width: 46px; height: 46px; flex: 0 0 auto;
   border-radius: 50%; cursor: pointer;
   border: 1px solid rgba(255,255,255,.34);
   background: rgba(255,255,255,.06);
   color: #fff;
   display: inline-flex; align-items: center; justify-content: center;
   transition: background .22s ease, border-color .22s ease, transform .22s ease;
}
.wpt-hero-nav:hover {
   background: #CEF79E; border-color: #CEF79E; color: #222F30;
   transform: translateY(-2px);
}
.wpt-hero-nav:focus-visible { outline: 3px solid #CEF79E; outline-offset: 3px; }
.wpt-hero-dots { display: flex; align-items: center; gap: 10px; }
.wpt-hero-dots .swiper-pagination-bullet {
   width: 34px; height: 3px; border-radius: 2px;
   background: rgba(255,255,255,.34);
   opacity: 1; margin: 0 !important; cursor: pointer;
   transition: background .25s ease, width .25s ease;
}
.wpt-hero-dots .swiper-pagination-bullet-active { background: #CEF79E; width: 54px; }

@media (max-width: 991px) {
   .wpt-hero-slide { min-height: 560px; }
   .wpt-hero-copy { padding: 88px 0 118px; }
   .wpt-hero-scrim {
      background: linear-gradient(180deg, rgba(16,23,24,.62) 0%, rgba(16,23,24,.90) 62%, rgba(16,23,24,.95) 100%);
   }
}
@media (max-width: 575px) {
   .wpt-hero-slide { min-height: 500px; }
   .wpt-hero-copy { padding: 70px 0 110px; }
   .wpt-hero-actions { gap: 16px; }
   .wpt-btn--lime { width: 100%; justify-content: center; }
   .wpt-hero-ui { bottom: 26px; }
   .wpt-hero-nav { width: 40px; height: 40px; }
}

@media (prefers-reduced-motion: reduce) {
   .wpt-hero-media img { transition: none !important; transform: none !important; }
   .wpt-hero-copy > * { opacity: 1 !important; transform: none !important; animation: none !important; }
}

/* ===================================================================
   PARTNERS  -  hub-and-spoke with animated circuit lines
   =================================================================== */
.wpt-partners {
   position: relative;
   background: #1B2526;
   padding: 118px 0 110px;
   overflow: hidden;
   isolation: isolate;
}
.wpt-partners::before {
   content: "";
   position: absolute; inset: 0; z-index: 0;
   background:
      radial-gradient(circle at 50% 42%, rgba(206,247,158,.10) 0%, rgba(206,247,158,0) 58%),
      radial-gradient(circle at 88% 8%,  rgba(206,247,158,.06) 0%, rgba(206,247,158,0) 55%);
   pointer-events: none;
}
.wpt-partners .container { position: relative; z-index: 2; }

/* --- the circuit svg --- */
.wpt-circuit {
   position: absolute;
   inset: 0;
   width: 100%; height: 100%;
   z-index: 1;
   pointer-events: none;
}
.wpt-pulse {
   stroke-dasharray: 120 900;
   stroke-dashoffset: 1020;
   animation: wptPulse 5.6s linear infinite;
}
.wpt-pulse-2 { animation-delay: 1.4s; }
.wpt-pulse-3 { animation-delay: 2.8s; }
.wpt-pulse-4 { animation-delay: 4.2s; }
@keyframes wptPulse { to { stroke-dashoffset: -120; } }

/* --- heading --- */
.wpt-partners-head { max-width: 720px; margin-bottom: 62px; }
.wpt-partners-eyebrow {
   display: inline-block;
   font-size: 12.5px; font-weight: 600; letter-spacing: .2em;
   text-transform: uppercase; color: #CEF79E; margin-bottom: 18px;
}
.wpt-partners-title {
   font-size: clamp(30px, 3.4vw, 48px);
   line-height: 1.14; font-weight: 600; color: #fff;
   letter-spacing: -.01em; margin: 0 0 20px;
}
.wpt-partners-lead {
   font-size: 16.5px; line-height: 1.78;
   color: rgba(255,255,255,.72); margin: 0;
}

/* --- grid: card | hub | card --- */
.wpt-partners-grid {
   display: grid;
   grid-template-columns: 1fr auto 1fr;
   gap: 34px;
   align-items: center;
}
.wpt-partner-card {
   background: rgba(255,255,255,.045);
   border: 1px solid rgba(255,255,255,.13);
   border-radius: 16px;
   padding: 38px 36px 32px;
   backdrop-filter: blur(8px);
   transition: transform .3s ease, border-color .3s ease, background .3s ease;
}
.wpt-partner-card:hover {
   transform: translateY(-5px);
   border-color: rgba(206,247,158,.45);
   background: rgba(255,255,255,.07);
}
.wpt-partner-kicker {
   display: block;
   font-size: 11.5px; font-weight: 600; letter-spacing: .19em;
   text-transform: uppercase; color: rgba(206,247,158,.9); margin-bottom: 10px;
}
.wpt-partner-name {
   font-size: 34px; font-weight: 700; color: #fff;
   margin: 0 0 24px; letter-spacing: -.01em;
}
.wpt-partner-facts { list-style: none; margin: 0 0 22px; padding: 0; }
.wpt-partner-facts li {
   display: flex; align-items: baseline; gap: 12px;
   padding: 11px 0;
   border-bottom: 1px solid rgba(255,255,255,.09);
}
.wpt-partner-facts li:last-child { border-bottom: 0; }
.wpt-partner-facts b {
   font-size: 21px; font-weight: 700; color: #CEF79E;
   min-width: 84px; flex: 0 0 auto;
}
.wpt-partner-facts span { font-size: 14.5px; line-height: 1.45; color: rgba(255,255,255,.74); }
.wpt-partner-note {
   font-size: 14.5px; line-height: 1.7;
   color: rgba(255,255,255,.6); margin: 0 0 22px;
}
.wpt-partner-link {
   display: inline-flex; align-items: center; gap: 9px;
   color: #CEF79E; font-size: 14.5px; font-weight: 600;
   text-decoration: none; cursor: pointer;
   transition: gap .22s ease, opacity .22s ease;
}
.wpt-partner-link:hover { gap: 14px; opacity: .85; color: #CEF79E; }
.wpt-partner-link:focus-visible { outline: 3px solid #CEF79E; outline-offset: 4px; border-radius: 4px; }

/* --- centre hub --- */
.wpt-partner-hub {
   position: relative;
   width: 168px; height: 168px;
   display: grid; place-items: center;
   flex: 0 0 auto;
}
.wpt-hub-ring {
   position: absolute; inset: 0;
   border-radius: 50%;
   border: 1px dashed rgba(206,247,158,.42);
   animation: wptSpin 26s linear infinite;
}
.wpt-hub-ring::after {
   content: "";
   position: absolute; inset: 14px;
   border-radius: 50%;
   border: 1px solid rgba(206,247,158,.18);
}
@keyframes wptSpin { to { transform: rotate(360deg); } }
.wpt-hub-core {
   position: relative;
   width: 118px; height: 118px;
   border-radius: 50%;
   background: #CEF79E;
   display: grid; place-items: center;
   text-align: center;
   box-shadow: 0 0 0 10px rgba(206,247,158,.10), 0 18px 44px -18px rgba(206,247,158,.55);
}
.wpt-hub-core span {
   font-size: 12.5px; font-weight: 700; line-height: 1.3;
   letter-spacing: .09em; color: #1B2526;
}

.wpt-partners-foot {
   display: flex; align-items: center; gap: 26px;
   flex-wrap: wrap; margin-top: 58px;
}

/* --- responsive --- */
@media (max-width: 1199px) {
   .wpt-partners-grid { gap: 24px; }
   .wpt-partner-card { padding: 32px 28px 28px; }
   .wpt-partner-hub { width: 140px; height: 140px; }
   .wpt-hub-core { width: 100px; height: 100px; }
}
@media (max-width: 991px) {
   .wpt-partners { padding: 84px 0 78px; }
   .wpt-partners-grid { grid-template-columns: 1fr; gap: 22px; }
   .wpt-partner-hub { order: -1; margin: 0 auto 6px; }
   .wpt-circuit { opacity: .5; }
   .wpt-partners-head { margin-bottom: 42px; }
}
@media (max-width: 575px) {
   .wpt-partners { padding: 62px 0 58px; }
   .wpt-partner-card { padding: 26px 22px 24px; }
   .wpt-partner-name { font-size: 28px; }
   .wpt-partner-facts b { min-width: 70px; font-size: 19px; }
   .wpt-partners-foot .wpt-btn { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
   .wpt-pulse, .wpt-hub-ring { animation: none !important; }
   .wpt-pulse { opacity: .35; stroke-dasharray: none; stroke-dashoffset: 0; }
}

/* ===================================================================
   CONNECTORS  -  green lines stitching the sections together
   =================================================================== */
.wpt-link {
   display: flex;
   align-items: center;
   gap: 18px;
   padding: 0 max(24px, calc((100vw - 1290px) / 2));
   height: 92px;
   position: relative;
   overflow: hidden;
}
.wpt-link-line {
   flex: 1 1 auto;
   height: 1px;
   background: linear-gradient(90deg, rgba(206,247,158,0), rgba(206,247,158,.55), rgba(206,247,158,0));
}
.wpt-link-node {
   flex: 0 0 auto;
   width: 13px; height: 13px;
   border-radius: 50%;
   border: 1px solid rgba(206,247,158,.6);
   display: grid; place-items: center;
   position: relative;
}
.wpt-link-node i {
   width: 5px; height: 5px; border-radius: 50%;
   background: #CEF79E; display: block;
}
.wpt-link-node::after {
   content: "";
   position: absolute; inset: -6px;
   border-radius: 50%;
   border: 1px solid rgba(206,247,158,.34);
   animation: wptNode 2.8s ease-out infinite;
}
@keyframes wptNode {
   0%   { transform: scale(.6); opacity: .9; }
   70%  { transform: scale(1.5); opacity: 0; }
   100% { transform: scale(1.5); opacity: 0; }
}
.wpt-link-label {
   flex: 0 0 auto;
   font-size: 11.5px; font-weight: 600;
   letter-spacing: .18em; text-transform: uppercase;
   white-space: nowrap;
}

/* tones so each connector matches the block it introduces */
.wpt-link--dark  { background: #222F30; }
.wpt-link--dark  .wpt-link-label { color: rgba(206,247,158,.92); }
.wpt-link--lime  { background: #CEF79E; }
.wpt-link--lime  .wpt-link-line { background: linear-gradient(90deg, rgba(34,47,48,0), rgba(34,47,48,.42), rgba(34,47,48,0)); }
.wpt-link--lime  .wpt-link-node { border-color: rgba(34,47,48,.55); }
.wpt-link--lime  .wpt-link-node i { background: #222F30; }
.wpt-link--lime  .wpt-link-node::after { border-color: rgba(34,47,48,.32); }
.wpt-link--lime  .wpt-link-label { color: rgba(34,47,48,.82); }
.wpt-link--cream { background: #F7F7F5; }
.wpt-link--cream .wpt-link-line { background: linear-gradient(90deg, rgba(34,47,48,0), rgba(63,122,69,.42), rgba(34,47,48,0)); }
.wpt-link--cream .wpt-link-node { border-color: rgba(63,122,69,.55); }
.wpt-link--cream .wpt-link-node i { background: #3F7A45; }
.wpt-link--cream .wpt-link-node::after { border-color: rgba(63,122,69,.3); }
.wpt-link--cream .wpt-link-label { color: rgba(34,47,48,.7); }

@media (max-width: 767px) {
   .wpt-link { height: 70px; gap: 12px; }
   .wpt-link-label { font-size: 10px; letter-spacing: .13em; }
}
@media (max-width: 479px) {
   .wpt-link-label { display: none; }
}
@media (prefers-reduced-motion: reduce) {
   .wpt-link-node::after { animation: none; opacity: .3; }
}

/* ===================================================================
   CONTACT PAGE  (rebuilt after drive failure destroyed contact.html)
   =================================================================== */
.wpt-contact { padding: 100px 0 96px; }
.wpt-contact-grid {
   display: grid;
   grid-template-columns: 1fr 1.05fr;
   gap: 64px;
   align-items: start;
}
.wpt-contact-title { max-width: 16ch; }
.wpt-contact-lead {
   margin: 0 0 32px;
   font-size: 16.5px;
   line-height: 1.75;
   color: rgba(34,47,48,.74);
   max-width: 48ch;
}
.wpt-contact-cards { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 12px; }
.wpt-cc {
   display: flex;
   align-items: flex-start;
   gap: 14px;
   padding: 16px 18px;
   background: #ffffff;
   border: 1px solid rgba(34,47,48,.10);
   border-radius: 12px;
   transition: border-color .22s ease, box-shadow .22s ease;
}
.wpt-cc:hover { border-color: rgba(34,47,48,.2); box-shadow: 0 14px 30px -22px rgba(34,47,48,.5); }
.wpt-cc-ic {
   flex: 0 0 auto;
   width: 40px; height: 40px;
   display: grid; place-items: center;
   border-radius: 10px;
   background: #CEF79E;
   color: #222F30;
}
.wpt-cc-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.wpt-cc-body b {
   font-size: 11.5px; font-weight: 700; letter-spacing: .12em;
   text-transform: uppercase; color: rgba(34,47,48,.5);
}
.wpt-cc-body a, .wpt-cc-body span {
   font-size: 16px; font-weight: 600; color: #222F30;
   text-decoration: none; word-break: break-word;
}
.wpt-cc-body a:hover { text-decoration: underline; }
.wpt-contact-reg { margin: 0; font-size: 13.5px; color: rgba(34,47,48,.55); }

/* --- form --- */
.wpt-contact-form-wrap {
   background: #ffffff;
   border: 1px solid rgba(34,47,48,.10);
   border-radius: 16px;
   padding: 34px 32px 30px;
   box-shadow: 0 26px 54px -34px rgba(34,47,48,.5);
}
.wpt-form-row { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.wpt-form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.wpt-form label {
   font-size: 13px; font-weight: 600; letter-spacing: .04em;
   text-transform: uppercase; color: rgba(34,47,48,.66);
}
.wpt-form label span { color: #7BA23F; }
.wpt-form input, .wpt-form select, .wpt-form textarea {
   width: 100%;
   padding: 13px 15px;
   font-size: 15.5px;
   color: #222F30;
   background: #FBFCF9;
   border: 1px solid rgba(34,47,48,.15);
   border-radius: 10px;
   transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.wpt-form textarea { resize: vertical; min-height: 120px; }
.wpt-form input::placeholder, .wpt-form textarea::placeholder { color: rgba(34,47,48,.38); }
.wpt-form input:focus, .wpt-form select:focus, .wpt-form textarea:focus {
   outline: none;
   background: #ffffff;
   border-color: #7BA23F;
   box-shadow: 0 0 0 3px rgba(206,247,158,.55);
}
.wpt-form-btn { margin-top: 4px; border: 0; cursor: pointer; }
.wpt-form-note {
   margin: 16px 0 0;
   font-size: 14px;
   line-height: 1.6;
   color: rgba(34,47,48,.66);
}
.wpt-form-note a { color: #222F30; font-weight: 600; }

@media (max-width: 991px) {
   .wpt-contact { padding: 70px 0 66px; }
   .wpt-contact-grid { grid-template-columns: 1fr; gap: 38px; }
   .wpt-contact-title { max-width: none; }
   .wpt-contact-form-wrap { padding: 28px 24px 26px; }
}
@media (max-width: 575px) {
   .wpt-contact { padding: 54px 0 52px; }
   .wpt-form-two { grid-template-columns: 1fr; gap: 0; }
   .wpt-contact-form-wrap { padding: 24px 18px 22px; }
}

/* Safety net: the template fade-in leaves some delayed elements stuck at
   opacity 0 when GSAP does not pick them up. Contact cards must never be
   invisible - they carry the phone number and email. */
.wpt-contact-cards .wpt-cc,
.wpt-contact .wpt-contact-reg { opacity: 1 !important; }

/* ===================================================================
   FULL-BLEED BANNER
   The template image is capped at its natural 1600px, so on wider
   screens it stopped short and left a white gap to the right.
   =================================================================== */
.tp-fi-banner-wrapper {
   position: relative;
   width: 100%;
   overflow: hidden;
   line-height: 0;
}
.tp-fi-banner-wrapper img {
   display: block;
   width: 100%;
   max-width: none;      /* allow scaling past the natural 1600px */
   height: clamp(300px, 42vw, 620px);
   object-fit: cover;
   object-position: center 42%;
}

/* ===================================================================
   WORK STRIP  - the tall image was spanning rows the others did not
   fill, leaving a large empty area under the short cards.
   =================================================================== */
.wpt-strip { padding: 96px 0 92px; }
.wpt-strip-head {
   display: flex;
   flex-wrap: wrap;
   align-items: flex-end;
   justify-content: space-between;
   gap: 16px 40px;
   margin-bottom: 42px;
}
.wpt-strip-head .tp-section-title { margin: 0; }
.wpt-strip-note {
   margin: 0 0 6px;
   font-size: 15.5px;
   line-height: 1.7;
   color: rgba(34,47,48,.68);
   max-width: 42ch;
   padding-left: 20px;
   border-left: 2px solid rgba(206,247,158,.9);
}

/* explicit 2-row grid: the lead image occupies the left column across
   both rows, the other three tile beside and beneath it */
.wpt-strip-grid {
   display: grid;
   grid-template-columns: 1.25fr 1fr 1fr;
   grid-template-rows: 236px 236px;
   gap: 16px;
}
.wpt-strip-item {
   position: relative;
   margin: 0;
   overflow: hidden;
   border-radius: 14px;
   background: #E9EBE7;
   box-shadow: 0 16px 34px -26px rgba(34,47,48,.55);
}
.wpt-strip-item--tall { grid-row: span 2; }
/* the 4th tile stretches across the two right columns on the lower row */
.wpt-strip-item:last-child { grid-column: span 2; }

.wpt-strip-item img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: transform .6s cubic-bezier(.22,.61,.36,1);
}
.wpt-strip-item:hover img { transform: scale(1.06); }
.wpt-strip-item::after {
   content: "";
   position: absolute;
   inset: 0;
   background: linear-gradient(180deg, rgba(34,47,48,0) 48%, rgba(34,47,48,.76) 100%);
   pointer-events: none;
}
.wpt-strip-item figcaption {
   position: absolute;
   left: 0; right: 0; bottom: 0;
   z-index: 2;
   padding: 14px 16px;
   color: #fff;
   font-size: 14px;
   font-weight: 600;
   letter-spacing: -.01em;
}

@media (max-width: 991px) {
   .wpt-strip { padding: 70px 0 66px; }
   .wpt-strip-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 200px 200px 200px; }
   .wpt-strip-item--tall { grid-row: span 2; }
   .wpt-strip-item:last-child { grid-column: span 2; }
   .wpt-strip-note { padding-left: 16px; }
}
@media (max-width: 575px) {
   .wpt-strip { padding: 54px 0 52px; }
   .wpt-strip-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 168px 168px 168px; gap: 10px; }
   .wpt-strip-item figcaption { padding: 11px 12px; font-size: 12.5px; }
}

/* ===================================================================
   CTA BLOCK
   The template decorative shape sat on top of the photo; the section
   also needed its lime panel back (fixed in cta-bg.svg).
   =================================================================== */
.tp-fi-cta-ptb { padding-top: 20px; }
.tp-fi-cta-bg {
   border-radius: 18px !important;
   overflow: hidden;
   box-shadow: 0 30px 60px -40px rgba(34,47,48,.6);
}
.tp-fi-cta-title {
   color: #222F30;
   letter-spacing: -.015em;
   margin-bottom: 26px;
}
.tp-fi-cta-wrapper p {
   margin: 0;
   font-size: 15.5px;
   font-weight: 500;
   color: rgba(34,47,48,.72);
}
/* The template decorative shape overlapped the photo in every position
   tried and adds nothing on the lime panel - hide it entirely. */
.tp-fi-cta-thumb-shape { display: none; }
.tp-fi-cta-thumb { position: relative; z-index: 1; }
.tp-fi-cta-thumb img.radius-6 {
   border-radius: 14px !important;
   width: 100%;
   height: 340px;
   object-fit: cover;
   box-shadow: 0 22px 44px -28px rgba(34,47,48,.75);
}

@media (max-width: 991px) {
   .tp-fi-cta-bg { padding: 40px 28px !important; }
   .tp-fi-cta-thumb img.radius-6 { height: 260px; margin-top: 26px; }
   .tp-fi-cta-thumb-shape { display: none; }
}
@media (max-width: 575px) {
   .tp-fi-cta-bg { padding: 32px 20px !important; }
   .tp-fi-cta-thumb img.radius-6 { height: 210px; }
}

/* ===================================================================
   FAQ  - support card was floating with dead space beneath it
   =================================================================== */
.tp-fi-faq-ptb { padding-top: 104px !important; padding-bottom: 96px !important; }
.tp-fi-faq-support {
   border-radius: 16px;
   padding: 34px 32px 34px !important;
   border: 1px solid rgba(34,47,48,.09);
   box-shadow: 0 24px 50px -34px rgba(34,47,48,.5);
   position: sticky;
   top: 110px;
}
.tp-fi-faq-support-title { letter-spacing: -.015em; }
.tp-fi-faq-support-list { padding-bottom: 26px !important; }
.tp-fi-faq-support-list ul li { font-size: 15.5px; }

/* accordion rows: clearer separation and a lime active state */
.tp-fi-faq-ptb .accordion-items {
   border-radius: 12px;
   border: 1px solid rgba(34,47,48,.10);
   transition: border-color .22s ease, box-shadow .22s ease;
}
.tp-fi-faq-ptb .accordion-items:has(.accordion-buttons:not(.collapsed)) {
   border-color: rgba(206,247,158,.95);
   box-shadow: 0 16px 34px -26px rgba(34,47,48,.5);
}
.tp-fi-faq-ptb .accordion-buttons { font-weight: 600; letter-spacing: -.01em; }

@media (max-width: 991px) {
   .tp-fi-faq-ptb { padding-top: 72px !important; padding-bottom: 66px !important; }
   .tp-fi-faq-support { position: static; margin-top: 30px; }
}

/* CTA photo: the atrium reads best framed slightly high, keeping the
   glass roof and the capsule cars in shot. */
.tp-fi-cta-thumb img.radius-6 { object-position: center 38%; }

/* ===================================================================
   LIGHT-SURFACE TEXT REPAIR
   Several template classes are styled white/lime for dark sections.
   Placing those sections on cream, tint or grid surfaces made the text
   invisible. Restore dark ink wherever a light surface is in play.
   =================================================================== */
.wpt-surface--cream .tp-section-cn-sub,
.wpt-surface--tint  .tp-section-cn-sub,
.wpt-surface--grid  .tp-section-cn-sub,
.wpt-surface--cream .tp-cn-philoshopy-item-title,
.wpt-surface--tint  .tp-cn-philoshopy-item-title,
.wpt-surface--grid  .tp-cn-philoshopy-item-title,
.wpt-surface--cream .tp-cn-success-item-title,
.wpt-surface--tint  .tp-cn-success-item-title,
.wpt-surface--grid  .tp-cn-success-item-title,
.wpt-surface--cream .tp-cn-counter-item-title,
.wpt-surface--tint  .tp-cn-counter-item-title,
.wpt-surface--grid  .tp-cn-counter-item-title {
   color: #222F30 !important;
}

/* counter numerals and their eyebrow labels */
.wpt-surface--cream .tp-cn-success-item-number,
.wpt-surface--tint  .tp-cn-success-item-number,
.wpt-surface--grid  .tp-cn-success-item-number,
.wpt-surface--cream .tp-cn-counter-item-number,
.wpt-surface--tint  .tp-cn-counter-item-number,
.wpt-surface--grid  .tp-cn-counter-item-number,
.wpt-surface--cream .purecounter,
.wpt-surface--tint  .purecounter,
.wpt-surface--grid  .purecounter {
   color: #222F30 !important;
}
.wpt-surface--cream .tp-cn-success-item-sub,
.wpt-surface--tint  .tp-cn-success-item-sub,
.wpt-surface--grid  .tp-cn-success-item-sub {
   color: #5C7150 !important;   /* readable green, keeps the lime family */
}

/* generic guard: any element the template painted pure white that now
   sits on one of our light surfaces */
.wpt-surface--cream p, .wpt-surface--tint p, .wpt-surface--grid p,
.wpt-surface--cream li, .wpt-surface--tint li, .wpt-surface--grid li {
   color: rgba(34,47,48,.78);
}
.wpt-surface--cream h1, .wpt-surface--cream h2, .wpt-surface--cream h3,
.wpt-surface--cream h4, .wpt-surface--cream h5,
.wpt-surface--tint  h1, .wpt-surface--tint  h2, .wpt-surface--tint  h3,
.wpt-surface--tint  h4, .wpt-surface--tint  h5,
.wpt-surface--grid  h1, .wpt-surface--grid  h2, .wpt-surface--grid  h3,
.wpt-surface--grid  h4, .wpt-surface--grid  h5 {
   color: #222F30;
}
/* dark surfaces must not be caught by the guard above */
.wpt-surface--dark p, .wpt-surface--dark li { color: rgba(255,255,255,.72); }
.wpt-surface--dark h1, .wpt-surface--dark h2, .wpt-surface--dark h3,
.wpt-surface--dark h4, .wpt-surface--dark h5 { color: #ffffff; }

/* Footer sits on #222F30 - keep these headings light. An earlier attempt
   forced dark ink here after misreading the background as white. */
.tp-footer-widget-title { color: rgba(255,255,255,.72) !important; }

/* ===================================================================
   CAPABILITY CLAIM  (replaces the template's fabricated testimonial)
   =================================================================== */
.wpt-claim { padding: 96px 0 92px; }
.wpt-claim-title {
   margin: 14px 0 40px;
   font-size: 34px;
   line-height: 1.32;
   font-weight: 500;
   letter-spacing: -.02em;
   color: #222F30;
   max-width: 22ch;
}
.wpt-claim-points {
   list-style: none;
   margin: 0;
   padding: 0;
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
}
.wpt-claim-points li {
   background: #ffffff;
   border: 1px solid rgba(34,47,48,.10);
   border-radius: 12px;
   padding: 24px 22px 22px;
   display: flex;
   flex-direction: column;
   gap: 8px;
   transition: transform .25s ease, box-shadow .25s ease;
}
.wpt-claim-points li:hover {
   transform: translateY(-4px);
   box-shadow: 0 18px 38px -24px rgba(34,47,48,.45);
}
.wpt-claim-points b {
   position: relative;
   padding-top: 14px;
   font-size: 16px;
   font-weight: 700;
   color: #222F30;
}
.wpt-claim-points b::before {
   content: "";
   position: absolute;
   top: 0; left: 0;
   width: 26px; height: 3px;
   border-radius: 2px;
   background: #CEF79E;
}
.wpt-claim-points span { font-size: 15px; line-height: 1.6; color: rgba(34,47,48,.72); }

@media (max-width: 991px) {
   .wpt-claim { padding: 70px 0 66px; }
   .wpt-claim-title { font-size: 27px; max-width: none; }
   .wpt-claim-points { grid-template-columns: 1fr; gap: 14px; }
}

/* ===================================================================
   CINEMATIC PROOF BAND  (about page, reusable)
   =================================================================== */
.wpt-band {
   position: relative;
   overflow: hidden;
   isolation: isolate;
   min-height: 460px;
   display: flex;
   align-items: center;
   padding: 92px 0;
   background: #222F30;
}
.wpt-band-media { position: absolute; inset: -8% 0; z-index: 0; }
.wpt-band-media img {
   width: 100%; height: 100%;
   object-fit: cover;
   object-position: center 46%;
   will-change: transform;
}
.wpt-band-scrim {
   position: absolute; inset: 0; z-index: 1;
   background:
      linear-gradient(90deg, rgba(15,24,25,.92) 0%, rgba(15,24,25,.72) 46%, rgba(15,24,25,.35) 100%);
}
.wpt-band > .container { position: relative; z-index: 2; }
.wpt-band-copy { max-width: 62ch; }
.wpt-band-eyebrow {
   display: inline-block;
   margin-bottom: 18px;
   padding: 7px 14px;
   border-radius: 999px;
   border: 1px solid rgba(206,247,158,.36);
   background: rgba(206,247,158,.12);
   color: #CEF79E;
   font-size: 12.5px;
   font-weight: 700;
   letter-spacing: .16em;
   text-transform: uppercase;
}
.wpt-band-title {
   margin: 0 0 30px;
   font-size: 34px;
   line-height: 1.36;
   font-weight: 500;
   letter-spacing: -.02em;
   color: #ffffff;
}

@media (max-width: 991px) {
   .wpt-band { min-height: 380px; padding: 68px 0; }
   .wpt-band-title { font-size: 25px; }
   .wpt-band-scrim { background: linear-gradient(90deg, rgba(15,24,25,.93) 0%, rgba(15,24,25,.78) 100%); }
}
@media (max-width: 575px) {
   .wpt-band { min-height: 320px; padding: 54px 0; }
   .wpt-band-title { font-size: 21px; line-height: 1.4; }
}

/* ===================================================================
   ABOUT: vision / mission cards
   =================================================================== */
.tp-about-vision-ptb .tp-about-vision-item {
   background: #ffffff;
   border: 1px solid rgba(34,47,48,.10);
   border-radius: 14px;
   padding: 28px 26px 26px;
   height: 100%;
   transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.tp-about-vision-ptb .tp-about-vision-item:hover {
   transform: translateY(-5px);
   border-color: rgba(34,47,48,.16);
   box-shadow: 0 20px 42px -26px rgba(34,47,48,.45);
}
.tp-about-vision-ptb .tp-about-vision-item-title {
   position: relative;
   padding-top: 16px;
   font-size: 19px;
   font-weight: 700;
   color: #222F30;
}
.tp-about-vision-ptb .tp-about-vision-item-title::before {
   content: "";
   position: absolute;
   top: 0; left: 0;
   width: 30px; height: 3px;
   border-radius: 2px;
   background: #CEF79E;
}
.tp-about-vision-ptb .tp-about-vision-item p {
   font-size: 15.5px;
   line-height: 1.66;
   color: rgba(34,47,48,.72);
}

/* about story collage inherits the homepage gallery rules; just give it
   breathing room inside this template column */
.tp-about-ptb .wpt-about-gallery { margin-top: 4px; }

/* ===================================================================
   BREADCRUMB LEGIBILITY
   Real photography behind the page title needs a scrim, or the heading
   competes with whatever is in the shot.
   =================================================================== */
.tp-breadcrumb-ptb { position: relative; isolation: isolate; }
.tp-breadcrumb-ptb > .container { position: relative; z-index: 2; }
.tp-breadcrumb-ptb::after {
   content: "";
   position: absolute;
   inset: 0;
   z-index: 1;
   pointer-events: none;
   background: linear-gradient(90deg, rgba(15,24,25,.90) 0%, rgba(15,24,25,.66) 52%, rgba(15,24,25,.30) 100%);
}
.tp-breadcrumb-ptb .tp-breadcrumb-title,
.tp-breadcrumb-ptb .tp-breadcrumb-content h2 { color: #ffffff; }
.tp-breadcrumb-ptb .tp-breadcrumb-content p,
.tp-breadcrumb-ptb .tp-breadcrumb-list,
.tp-breadcrumb-ptb .tp-breadcrumb-list span,
.tp-breadcrumb-ptb .tp-breadcrumb-list a { color: rgba(255,255,255,.82); }
.tp-breadcrumb-ptb .tp-breadcrumb-list a:hover { color: #CEF79E; }

/* the breadcrumb photo itself should fill and sit behind the scrim */
.tp-breadcrumb-ptb .tp-breadcrumb-thumb,
.tp-breadcrumb-ptb > img,
.tp-breadcrumb-ptb .breadcrumb-thumb img {
   position: absolute; inset: 0; z-index: 0;
   width: 100%; height: 100%;
   object-fit: cover;
   object-position: center 45%;
}

/* ===================================================================
   VISION / MISSION - numbered lime discs instead of template icons
   =================================================================== */
.tp-about-vision-ptb .tp-about-vision-item-icon { display: none; }
.tp-about-vision-ptb .tp-about-vision-item {
   position: relative;
   counter-increment: wptvision;
   padding-left: 78px;
}
.tp-about-vision-ptb .row { counter-reset: wptvision; }
.tp-about-vision-ptb .tp-about-vision-item::after {
   content: counter(wptvision, decimal-leading-zero);
   position: absolute;
   left: 26px;
   top: 28px;
   width: 38px; height: 38px;
   display: grid;
   place-items: center;
   border-radius: 50%;
   background: #CEF79E;
   color: #222F30;
   font-size: 13px;
   font-weight: 700;
   letter-spacing: .02em;
}
@media (max-width: 575px) {
   .tp-about-vision-ptb .tp-about-vision-item { padding-left: 22px; padding-top: 62px; }
   .tp-about-vision-ptb .tp-about-vision-item::after { left: 22px; top: 22px; }
}

/* band: keep the subject centred despite the parallax offset */
.wpt-band-media img { object-position: center 50%; }

/* ===================================================================
   CLOSING CTA  (replaces a bare decorative image that sat directly
   under the proof band - two full-bleed photos back to back)
   =================================================================== */
.wpt-endcta { padding: 84px 0 88px; }
.wpt-endcta-inner {
   display: grid;
   grid-template-columns: 1.25fr .75fr;
   gap: 48px;
   align-items: center;
   background: #ffffff;
   border: 1px solid rgba(34,47,48,.10);
   border-radius: 18px;
   padding: 44px 46px;
   box-shadow: 0 28px 56px -38px rgba(34,47,48,.5);
}
.wpt-endcta-title {
   margin: 12px 0 12px;
   font-size: 32px;
   line-height: 1.28;
   font-weight: 500;
   letter-spacing: -.02em;
   color: #222F30;
   max-width: 20ch;
}
.wpt-endcta-copy p {
   margin: 0;
   font-size: 16px;
   line-height: 1.7;
   color: rgba(34,47,48,.72);
   max-width: 46ch;
}
.wpt-endcta-actions {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   gap: 16px;
}
.wpt-endcta-tel {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   font-size: 17px;
   font-weight: 600;
   color: #222F30;
   text-decoration: none;
}
.wpt-endcta-tel:hover { color: #4A6B2F; }
.wpt-endcta-tel-ic {
   display: grid;
   place-items: center;
   width: 38px; height: 38px;
   border-radius: 50%;
   background: #CEF79E;
   color: #222F30;
}

@media (max-width: 991px) {
   .wpt-endcta { padding: 62px 0 64px; }
   .wpt-endcta-inner { grid-template-columns: 1fr; gap: 26px; padding: 32px 26px; }
   .wpt-endcta-title { font-size: 25px; max-width: none; }
}
@media (max-width: 575px) {
   .wpt-endcta-inner { padding: 26px 20px; }
   .wpt-endcta-title { font-size: 22px; }
}

/* ===================================================================
   CREDENTIAL PANEL  (fills the empty half of the value block)
   =================================================================== */
.wpt-cred {
   display: flex;
   flex-direction: column;
   gap: 16px;
   height: 100%;
}
.wpt-cred-main {
   background: #CEF79E;
   border-radius: 16px;
   padding: 34px 32px 32px;
}
.wpt-cred-kicker {
   display: block;
   margin-bottom: 12px;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: .16em;
   text-transform: uppercase;
   color: rgba(34,47,48,.62);
}
.wpt-cred-title {
   margin: 0 0 12px;
   font-size: 34px;
   font-weight: 700;
   line-height: 1.12;
   letter-spacing: -.025em;
   color: #222F30;
}
.wpt-cred-main p {
   margin: 0;
   font-size: 15.5px;
   line-height: 1.66;
   color: rgba(34,47,48,.8);
}
.wpt-cred-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.wpt-cred-list li {
   display: flex;
   flex-direction: column;
   gap: 3px;
   background: #ffffff;
   border: 1px solid rgba(34,47,48,.10);
   border-radius: 12px;
   padding: 16px 18px;
   transition: border-color .22s ease, box-shadow .22s ease;
}
.wpt-cred-list li:hover {
   border-color: rgba(34,47,48,.18);
   box-shadow: 0 14px 30px -22px rgba(34,47,48,.5);
}
.wpt-cred-list b {
   font-size: 11.5px;
   font-weight: 700;
   letter-spacing: .12em;
   text-transform: uppercase;
   color: rgba(34,47,48,.52);
}
.wpt-cred-list span { font-size: 15.5px; font-weight: 600; color: #222F30; }

@media (max-width: 991px) {
   .wpt-cred-main { padding: 28px 24px 26px; }
   .wpt-cred-title { font-size: 28px; }
}

/* ===================================================================
   SERVICES PAGE
   =================================================================== */
.wpt-svc-intro { padding: 96px 0 92px; }
.wpt-svc-intro-grid {
   display: grid;
   grid-template-columns: 1.05fr .95fr;
   gap: 56px;
   align-items: end;
   margin-bottom: 46px;
}
.wpt-svc-intro-title { max-width: 15ch; margin-bottom: 0; }
.wpt-svc-intro-note {
   margin: 0 0 6px;
   font-size: 16px;
   line-height: 1.76;
   color: rgba(34,47,48,.74);
   padding-left: 22px;
   border-left: 2px solid rgba(206,247,158,.9);
}
.wpt-svc-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

/* --- pillar rows --- */
.wpt-svc {
   position: relative;
   overflow: hidden;
   isolation: isolate;
   padding: 92px 0;
}
.wpt-svc--dark  { background: #222F30; }
.wpt-svc--lime  { background: #CEF79E; }
.wpt-svc--cream { background: #F7F7F5; }

.wpt-svc-grid {
   display: grid;
   grid-template-columns: .92fr 1.08fr;
   gap: 60px;
   align-items: center;
}
.wpt-svc--flip .wpt-svc-grid { grid-template-columns: 1.08fr .92fr; }
.wpt-svc--flip .wpt-svc-media { order: 2; }
.wpt-svc--flip .wpt-svc-copy  { order: 1; }

.wpt-svc-media {
   position: relative;
   border-radius: 16px;
   overflow: hidden;
   min-height: 420px;
   background: #E9EBE7;
   box-shadow: 0 26px 54px -34px rgba(0,0,0,.65);
}
.wpt-svc-media img {
   width: 100%; height: 100%;
   min-height: 420px;
   object-fit: cover;
   transform: scale(1.03);
   transition: transform .7s cubic-bezier(.22,.61,.36,1);
}
.wpt-svc-media:hover img { transform: scale(1.08); }
.wpt-svc-num {
   position: absolute;
   left: 20px; top: 16px;
   z-index: 2;
   font-size: 54px;
   font-weight: 700;
   line-height: 1;
   letter-spacing: -.03em;
   color: rgba(255,255,255,.9);
   text-shadow: 0 2px 18px rgba(0,0,0,.5);
}

.wpt-svc-eyebrow {
   display: inline-block;
   margin-bottom: 14px;
   padding: 7px 14px;
   border-radius: 999px;
   font-size: 12.5px;
   font-weight: 700;
   letter-spacing: .16em;
   text-transform: uppercase;
}
.wpt-svc-title {
   margin: 0 0 18px;
   font-size: 38px;
   line-height: 1.2;
   font-weight: 500;
   letter-spacing: -.025em;
   max-width: 18ch;
}
.wpt-svc-body { margin: 0 0 24px; font-size: 16.5px; line-height: 1.74; max-width: 52ch; }
.wpt-svc-points { list-style: none; margin: 0 0 30px; padding: 0; display: grid; gap: 11px; }
.wpt-svc-points li { position: relative; padding-left: 30px; font-size: 15.5px; line-height: 1.55; }
.wpt-svc-points li::before {
   content: "";
   position: absolute;
   left: 0; top: .18em;
   width: 19px; height: 19px;
   border-radius: 50%;
   background-repeat: no-repeat;
   background-position: center;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M10.75 0.75L3.875 7.75L0.75 4.568' stroke='%23222F30' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* per-tone ink */
.wpt-svc--dark .wpt-svc-title { color: #ffffff; }
.wpt-svc--dark .wpt-svc-body,
.wpt-svc--dark .wpt-svc-points li { color: rgba(255,255,255,.78); }
.wpt-svc--dark .wpt-svc-eyebrow { background: rgba(206,247,158,.14); color: #CEF79E; border: 1px solid rgba(206,247,158,.34); }
.wpt-svc--dark .wpt-svc-points li::before { background-color: #CEF79E; }

.wpt-svc--lime .wpt-svc-title { color: #222F30; }
.wpt-svc--lime .wpt-svc-body,
.wpt-svc--lime .wpt-svc-points li { color: rgba(34,47,48,.82); }
.wpt-svc--lime .wpt-svc-eyebrow { background: rgba(34,47,48,.10); color: #222F30; border: 1px solid rgba(34,47,48,.2); }
.wpt-svc--lime .wpt-svc-points li::before { background-color: #ffffff; }
.wpt-svc--lime .wpt-btn--lime { background: #222F30; color: #CEF79E; }

.wpt-svc--cream .wpt-svc-title { color: #222F30; }
.wpt-svc--cream .wpt-svc-body,
.wpt-svc--cream .wpt-svc-points li { color: rgba(34,47,48,.78); }
.wpt-svc--cream .wpt-svc-eyebrow { background: rgba(206,247,158,.5); color: #3C5233; border: 1px solid rgba(34,47,48,.12); }
.wpt-svc--cream .wpt-svc-points li::before { background-color: #CEF79E; }

/* --- also supplied --- */
.wpt-also { padding: 92px 0 96px; }
.wpt-also-head { margin-bottom: 40px; }
.wpt-also-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.wpt-also-card {
   display: flex;
   flex-direction: column;
   gap: 10px;
   background: #ffffff;
   border: 1px solid rgba(34,47,48,.10);
   border-radius: 14px;
   padding: 28px 26px 26px;
   text-decoration: none;
   transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
a.wpt-also-card:hover {
   transform: translateY(-5px);
   border-color: rgba(34,47,48,.18);
   box-shadow: 0 22px 44px -28px rgba(34,47,48,.5);
}
.wpt-also-card b {
   position: relative;
   padding-top: 16px;
   font-size: 18px;
   font-weight: 700;
   color: #222F30;
}
.wpt-also-card b::before {
   content: "";
   position: absolute;
   top: 0; left: 0;
   width: 30px; height: 3px;
   border-radius: 2px;
   background: #CEF79E;
}
.wpt-also-card span { font-size: 15px; line-height: 1.65; color: rgba(34,47,48,.72); }
.wpt-also-card i {
   display: inline-flex;
   align-items: center;
   gap: 7px;
   margin-top: auto;
   padding-top: 10px;
   font-style: normal;
   font-size: 13px;
   font-weight: 700;
   letter-spacing: .05em;
   text-transform: uppercase;
   color: #222F30;
}
.wpt-also-card--static i { color: rgba(34,47,48,.5); }

@media (max-width: 991px) {
   .wpt-svc-intro { padding: 70px 0 66px; }
   .wpt-svc-intro-grid { grid-template-columns: 1fr; gap: 22px; margin-bottom: 32px; }
   .wpt-svc-intro-title { max-width: none; }
   .wpt-svc-intro-note { padding-left: 18px; }
   .wpt-svc-stats { grid-template-columns: 1fr; gap: 14px; }
   .wpt-svc { padding: 64px 0; }
   .wpt-svc-grid,
   .wpt-svc--flip .wpt-svc-grid { grid-template-columns: 1fr; gap: 30px; }
   .wpt-svc--flip .wpt-svc-media { order: 0; }
   .wpt-svc--flip .wpt-svc-copy  { order: 0; }
   .wpt-svc-media, .wpt-svc-media img { min-height: 300px; }
   .wpt-svc-title { font-size: 28px; max-width: none; }
   .wpt-also { padding: 68px 0 70px; }
   .wpt-also-grid { grid-template-columns: 1fr; gap: 14px; }
}
@media (max-width: 575px) {
   .wpt-svc { padding: 52px 0; }
   .wpt-svc-media, .wpt-svc-media img { min-height: 240px; }
   .wpt-svc-title { font-size: 24px; }
   .wpt-svc-num { font-size: 40px; }
}
