/*
Theme Name: Horizon
Author: Horizon Tecnologias
Description: Tema institucional da Horizon com Horizon Laudos e cases de sucesso, visual responsivo e personalização nativa.
Version: 1.2.1
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: horizon
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, custom-menu, featured-images, one-column, portfolio
*/

/* 01. Foundation */
:root {
    --ink: #17231c;
    --dark: #111a16;
    --dark-soft: #1c2921;
    --lime: #bfff22;
    --paper: #f5f6f0;
    --white: #ffffff;
    --muted: #626a63;
    --muted-light: #a8b5aa;
    --line: #dce1d6;
    --radius: 18px;
    --container: 1256px;
    --header-height: 94px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-height) + 20px);
}
body {
    margin: 0;
    color: var(--ink);
    background: var(--dark);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body:has(dialog[open]) {
    overflow: hidden;
}
::selection {
    background: var(--lime);
    color: var(--ink);
}
a {
    color: inherit;
    text-decoration: none;
    text-underline-offset: 5px;
}
button,
input,
select,
textarea {
    font: inherit;
}
button,
a,
input,
select,
textarea,
summary {
    -webkit-tap-highlight-color: transparent;
}
button {
    color: inherit;
}
button:not(:disabled),
summary {
    cursor: pointer;
}
img,
svg {
    vertical-align: middle;
}
img {
    max-width: 100%;
    height: auto;
}
button,
input,
select,
textarea {
    border-radius: 0;
}
:focus-visible {
    outline: 3px solid #65910e;
    outline-offset: 5px;
}
.section-dark :focus-visible,
.hero :focus-visible,
.site-header :focus-visible,
.site-footer :focus-visible {
    outline-color: var(--lime);
}
h1,
h2,
h3,
p {
    margin: 0;
}
h1,
h2,
h3 {
    text-wrap: balance;
}
[hidden] {
    display: none !important;
}
.container {
    width: min(var(--container), calc(100% - 112px));
    margin-inline: auto;
}
.icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
}
.section-light {
    background: var(--paper);
}
.section-dark {
    color: var(--paper);
    background: var(--dark);
}
.section-space {
    padding-block: 108px;
}
.eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 27px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.35px;
}
.light-eyebrow {
    color: var(--lime);
}
.section-index {
    opacity: .72;
}
h2 {
    font-size: clamp(34px, 3.6vw, 51px);
    font-weight: 500;
    line-height: 1.09;
    letter-spacing: -2.25px;
}
.section-heading {
    margin-bottom: 50px;
}
.split-heading {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    align-items: end;
    gap: 80px;
}
.section-intro {
    max-width: 385px;
    margin-left: auto;
    padding-bottom: 3px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
}
.section-dark .section-intro {
    color: var(--muted-light);
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-height: 55px;
    padding: 14px 23px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    transition: background .2s, color .2s, transform .2s, box-shadow .2s;
}
.button .icon,
.text-link .icon,
.card-link .icon {
    transition: transform .25s;
}
.button:hover .icon,
.text-link:hover .icon,
.card-link:hover .icon {
    transform: translate(2px, -2px);
}
.button-lime {
    color: var(--ink);
    background: var(--lime);
}
.button-lime:hover {
    background: #d0ff61;
    box-shadow: 0 5px 30px #bfff2215;
    transform: translateY(-2px);
}
.button-dark {
    color: var(--paper);
    background: var(--ink);
}
.button-dark:hover {
    background: #304b37;
}
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 44px;
    font-size: 14px;
    font-weight: 700;
}
.text-link:hover {
    text-decoration: underline;
}
.light-link {
    color: var(--paper);
}
.status-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 0 4px #bfff2212;
    flex: 0 0 auto;
}
.screen-reader-text,
.skip-link:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-link:focus {
    position: fixed;
    z-index: 100000;
    inset: 10px auto auto 10px;
    padding: 12px 24px;
    color: var(--ink);
    background: var(--lime);
}
.reveal {
    transition: opacity .7s ease, transform .7s ease;
}
.will-reveal {
    opacity: 0;
    transform: translateY(20px);
}

/* 02. Header and navigation */
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    height: var(--header-height);
    color: var(--paper);
    background: #111a16f5;
    border-bottom: 1px solid #ffffff12;
    transition: background .2s, box-shadow .2s;
}
.site-header.is-scrolled {
    background: #111a16f0;
    box-shadow: 0 8px 24px #00000010;
    backdrop-filter: blur(18px);
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    height: 100%;
}
.brand,
.custom-logo-link {
    display: inline-block;
    flex: 0 0 auto;
    line-height: 1;
}
.brand img,
.custom-logo-link img {
    display: block;
    width: 203px;
    height: auto;
    max-height: 65px;
    object-fit: contain;
}
.primary-nav .menu {
    display: flex;
    align-items: center;
    gap: 29px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.primary-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: #c4cdc5;
    font-size: 13px;
    white-space: nowrap;
    transition: color .2s;
}
.primary-nav a:hover {
    color: var(--lime);
}
.cta-mobile { display: none; }
.header-cta {
    white-space: nowrap;
    min-height: 44px;
    padding: 10px 17px;
    font-size: 12px;
    gap: 22px;
}
.header-cta .icon {
    width: 18px;
    height: 18px;
}
.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    padding: 12px 9px;
    background: transparent;
    border: 1px solid #ffffff40;
    border-radius: 6px;
}
.menu-toggle span {
    display: block;
    width: 24px;
    height: 1.5px;
    margin: 5px 0;
    background: var(--paper);
    transition: transform .2s;
}
.menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.25px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.25px) rotate(-45deg);
}
.admin-bar .site-header {
    top: 32px;
}

/* 03. Hero: original brand artwork, orbital composition and lime accents */
.hero {
    position: relative;
    overflow: hidden;
    color: var(--paper);
    background: var(--dark);
}
.hero-backdrop {
    position: absolute;
    inset: 0 0 0 31%;
    pointer-events: none;
    opacity: .58;
    mask-image: linear-gradient(90deg, transparent 0%, #000 38%, #000 100%);
}
.hero-backdrop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
    filter: saturate(.68);
}
.hero-backdrop::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #111a1625 0%, #111a1615 46%, #111a16 100%), linear-gradient(90deg, #111a16c0, transparent 75%);
}
.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    min-height: 640px;
    gap: 10px;
}
.hero-copy {
    position: relative;
    z-index: 2;
    padding: 65px 0 63px;
}
.hero .eyebrow {
    margin-bottom: 30px;
    font-size: 10px;
    letter-spacing: 1.7px;
}
.hero h1 {
    font-size: clamp(56px, 5.5vw, 80px);
    font-weight: 500;
    line-height: 1.055;
    letter-spacing: -4.6px;
    text-wrap: initial;
}
.hero h1 > span {
    color: var(--lime);
}
.hero-description {
    max-width: 460px;
    margin-top: 27px;
    color: #b9c5bc;
    font-size: 17px;
    line-height: 1.8;
}
.hero-actions {
    display: flex;
    align-items: center;
    gap: 29px;
    flex-wrap: wrap;
    margin-top: 33px;
}
.hero-actions .text-link {
    font-size: 12px;
    font-weight: 400;
    gap: 12px;
}
.hero-actions .text-link .icon {
    width: 16px;
    height: 16px;
}
.hero-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 21px;
    color: #9eafa2;
    font-size: 11px;
}
.hero-note .icon {
    width: 14px;
    height: 14px;
    color: var(--lime);
}
.hero-visual {
    position: relative;
    height: 530px;
    margin-left: 7px;
}
.hero-visual::before {
    content: '';
    position: absolute;
    inset: 90px 50px 70px;
    border-radius: 50%;
    background: radial-gradient(circle, #a8ff401b 0%, #a8ff4006 50%, transparent 72%);
}
.dot-matrix {
    position: absolute;
    right: 12px;
    top: 23px;
    display: grid;
    grid-template-columns: repeat(4, 5px);
    gap: 18px;
    opacity: .72;
}
.dot-matrix i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--lime);
}
.orbit {
    position: absolute;
    top: 49%;
    left: 50%;
    border: 1px solid #b3d19135;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.orbit-outer {
    width: 420px;
    height: 420px;
    border-style: dashed;
    border-color: #d2ebbb2e;
    animation: orbit-spin 100s linear infinite;
}
.orbit-inner {
    width: 320px;
    height: 320px;
    border-color: #cdfc9360;
    box-shadow: 0 0 60px #bfff2207, inset 0 0 40px #bfff2204;
}
.orbit-point {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 0 7px #bfff2215, 0 0 24px #bfff2270;
}
.point-one {
    top: 16%;
    left: 21%;
}
.point-two {
    right: 18%;
    bottom: 25%;
    width: 6px;
    height: 6px;
}
.orbit-caption {
    position: absolute;
    left: 24%;
    top: 61px;
    color: #bfceb4;
    font-family: 'Courier New', monospace;
    font-size: 8px;
    letter-spacing: 2px;
}
.brand-object {
    position: absolute;
    width: 220px;
    height: 220px;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-12deg);
}
.brand-object::before {
    content: '';
    position: absolute;
    inset: 13px -12px -13px 12px;
    border: 1px solid #baff5633;
    border-radius: 44px;
    background: linear-gradient(145deg, #46573470, #15271b30);
    box-shadow: 12px 25px 50px #00000035;
}
.brand-object-inner {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #d1ffac65;
    border-radius: 44px;
    background: linear-gradient(145deg, #8cb34f35 0%, #203123de 40%, #1d3021ed 100%);
    box-shadow: inset 2px 2px 6px #ffffff0c, 0 25px 50px #00000045;
    backdrop-filter: blur(16px);
}
.brand-object img {
    width: 140px;
    height: 140px;
    filter: drop-shadow(0 12px 14px #00000040);
}
.orbit-tag {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 20px;
    border: 1px solid #bed4b43d;
    border-radius: 11px;
    background: #18291edd;
    box-shadow: 0 12px 26px #00000018;
    backdrop-filter: blur(14px);
    color: #c4cec4;
    font-size: 12px;
    line-height: 1.5;
    animation: float-soft 7s ease-in-out infinite;
}
.orbit-tag > .icon {
    color: var(--lime);
    width: 26px;
    height: 26px;
}
.orbit-tag strong {
    color: #eff6e9;
    font-size: 13px;
    font-weight: 500;
}
.tag-code {
    top: 116px;
    right: -5px;
}
.tag-code i {
    width: 5px;
    height: 5px;
    margin-left: 8px;
    border-radius: 50%;
    background: var(--lime);
}
.tag-connect {
    left: -5px;
    bottom: 93px;
    animation-delay: -3s;
}
.visual-footnote {
    position: absolute;
    bottom: 21px;
    left: 12px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #adc0af;
    font-family: 'Courier New', monospace;
    font-size: 8px;
    letter-spacing: 1px;
}
.tiny-cross {
    color: var(--lime);
    font-size: 22px;
    font-weight: 400;
}
.visual-coordinate {
    margin-left: auto;
    color: var(--lime);
}
.hero-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 79px;
    border-top: 1px solid #e4ffdc1a;
}
.hero-location,
.scroll-cue {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #a6b2a6;
    font-family: 'Courier New', monospace;
    font-size: 9px;
    letter-spacing: 1.1px;
}
.hero-location .icon {
    width: 14px;
    height: 14px;
}
.muted-dot {
    margin-inline: 10px;
    color: #687b69;
}
.scroll-cue {
    gap: 22px;
    min-height: 44px;
}
.scroll-cue .icon {
    width: 16px;
    height: 16px;
    color: var(--lime);
}
.capabilities-strip {
    color: #c8d4c8;
    background: #19261d;
    border-block: 1px solid #ffffff0d;
}
.capabilities-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 23px;
    min-height: 87px;
}
.capabilities-inner > span {
    font-size: 13px;
    letter-spacing: .3px;
}
.capabilities-inner > .icon {
    width: 16px;
    height: 16px;
    color: var(--lime);
}

/* 04. Services: editorial bento cards */
.services-grid {
    display: grid;
    grid-template-columns: 1.12fr 1fr;
    gap: 20px;
}
.service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 32px 34px 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    transition: transform .3s, box-shadow .3s, opacity .7s;
}
.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px #17301a0a;
}
.card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}
.service-icon {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    border: 1px solid var(--line);
    border-radius: 11px;
}
.service-icon .icon {
    width: 22px;
    height: 22px;
}
.card-index {
    color: #65725f;
    font-family: 'Courier New', monospace;
    font-size: 12px;
}
.service-copy h3 {
    margin-bottom: 12px;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: -.9px;
    line-height: 1.15;
}
.service-copy p {
    max-width: 455px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.8;
}
.service-primary {
    color: var(--paper);
    background: #1a2820;
    border-color: #1a2820;
}
.service-primary .service-copy p {
    color: #b8c5b8;
}
.service-primary .service-icon {
    color: var(--lime);
    border-color: #c8f0b830;
}
.service-primary .card-index {
    color: #92a18d;
}
.system-visual {
    display: flex;
    gap: 16px;
    height: 190px;
    margin-top: 29px;
    padding: 17px 19px 0;
    border: 1px solid #c8f0b828;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(145deg, #293c2b, #1b2b20);
    overflow: hidden;
}
.system-sidebar {
    flex: 0 0 27px;
    padding-right: 12px;
    box-sizing: content-box;
    border-right: 1px solid #ffffff12;
}
.system-sidebar img {
    width: 22px;
    height: 22px;
    margin-bottom: 14px;
}
.system-sidebar > span {
    display: block;
    width: 18px;
    height: 4px;
    margin: 13px 0;
    border-radius: 2px;
    background: #c6efb829;
}
.system-sidebar > span:nth-child(2) {
    background: var(--lime);
}
.system-main {
    flex: 1;
    min-width: 0;
}
.system-topline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
}
.system-topline > i {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #c9ef9b40;
    border: 3px solid #def8c040;
}
.system-kpis {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 15px;
}
.system-kpis > div {
    padding: 8px 10px;
    border: 1px solid #daf0ce17;
    border-radius: 5px;
    background: #ffffff02;
}
.system-kpis small {
    display: block;
    margin-bottom: 4px;
    color: #b6c4ad;
    font-size: 8px;
}
.system-kpis span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    font-size: 11px;
}
.system-kpis .icon {
    width: 12px;
    height: 12px;
    color: var(--lime);
}
.system-chart {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    height: 69px;
    padding-top: 10px;
}
.chart-bars {
    display: flex;
    align-items: end;
    gap: 7px;
    width: 65%;
    height: 100%;
}
.chart-bars i {
    display: block;
    flex: 1;
    height: 30%;
    border-radius: 2px 2px 0 0;
    background: #c0ee875c;
}
.chart-bars i:nth-child(2n) { height: 48%; }
.chart-bars i:nth-child(3n) { height: 44%; }
.chart-bars i:nth-child(4) { height: 59%; }
.chart-bars i:nth-child(5) { height: 48%; }
.chart-bars i:nth-child(6) { height: 64%; }
.chart-bars i:nth-child(7) { height: 57%; }
.chart-bars i:nth-child(8) { height: 78%; }
.chart-bars i:nth-child(9) { height: 71%; }
.chart-bars i:nth-child(10) { height: 85%; background: #bfff2290; }
.chart-bars i:nth-child(11) { height: 94%; background: #bfff22b0; }
.chart-bars i:nth-child(12) { height: 100%; background: var(--lime); }
.chart-label {
    display: flex;
    flex-direction: column;
    align-items: end;
    max-width: 75px;
    gap: 10px;
    color: #bdcfb1;
    font-family: 'Courier New', monospace;
    font-size: 7px;
    line-height: 1.6;
    text-align: right;
}
.chart-label .icon {
    width: 15px;
    height: 15px;
    color: var(--lime);
}
.service-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
    padding-top: 15px;
}
.concept-label {
    color: #aeb9a7;
    font-family: 'Courier New', monospace;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .8px;
}
.service-tag {
    color: #65715f;
    font-family: 'Courier New', monospace;
    font-size: 8px;
    letter-spacing: .7px;
    font-weight: 700;
}
.card-link {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #bcc7b6;
    border-radius: 50%;
    flex: 0 0 auto;
}
.card-link:hover {
    background: var(--lime);
    border-color: var(--lime);
    color: var(--ink);
}
.service-primary .card-link {
    border-color: #d2e7c43d;
    color: var(--lime);
}
.service-primary .card-link:hover {
    color: var(--ink);
}
.card-link .icon {
    width: 19px;
    height: 19px;
}
.web-visual {
    position: relative;
    height: 190px;
    margin-top: 29px;
    border: 1px solid #d8dfd2;
    border-radius: 11px;
    background: #f1f4e9;
    box-shadow: 0 8px 22px #14220d06;
}
.web-top {
    display: flex;
    gap: 4px;
    align-items: center;
    height: 25px;
    padding: 0 12px;
    border-bottom: 1px solid #dbe2d4;
}
.web-top > span {
    width: 4px;
    height: 4px;
    background: #b4bda8;
    border-radius: 50%;
}
.web-top i {
    margin-left: auto;
    color: #6b735e;
    font-family: 'Courier New', monospace;
    font-size: 7px;
    font-style: normal;
}
.web-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    height: calc(100% - 25px);
    padding: 16px 25px;
}
.web-layout b {
    font-size: 23px;
    line-height: 1.02;
    letter-spacing: -1px;
    font-weight: 500;
}
.web-layout em {
    color: #567b30;
    font-style: normal;
}
.mock-button {
    display: block;
    width: 60px;
    height: 10px;
    margin-top: 12px;
    border-radius: 2px;
    background: var(--ink);
}
.web-sculpture {
    position: relative;
    height: 115px;
    display: grid;
    place-items: center;
}
.web-sculpture i {
    position: absolute;
    width: 75px;
    height: 91px;
    border: 19px solid #a9c975;
    border-radius: 45% 45% 45% 45%;
    transform: rotate(37deg);
    box-shadow: 4px 6px 8px #31491b14, inset 2px 2px 4px #31491b14;
}
.web-sculpture i:first-child {
    left: 8%;
    top: 5%;
    border-color: #bfff22;
}
.web-sculpture i:last-child {
    right: 7%;
    bottom: -1%;
    border-color: #315033;
}
.web-cursor {
    position: absolute;
    right: 24px;
    bottom: -8px;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 3px solid #fff;
    border-radius: 50%;
    color: var(--ink);
    background: var(--lime);
}
.web-cursor .icon {
    width: 16px;
    height: 16px;
}
.service-integration {
    background: #e9efdf;
}
.service-integration .service-icon {
    border-color: #bfceb0;
}
.integration-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 114px;
    margin-top: 21px;
    padding-bottom: 23px;
}
.integration-visual > span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid #c9d5bd;
    border-radius: 12px;
    background: #f4f8ef;
}
.integration-visual > .integration-center {
    width: 66px;
    height: 60px;
    color: var(--lime);
    background: var(--ink);
    border-color: var(--ink);
    font-family: 'Courier New', monospace;
    font-size: 15px;
    box-shadow: 0 7px 16px #17231c10;
}
.integration-visual > i {
    position: relative;
    width: 20%;
    height: 1px;
    background: #a8bb96;
}
.integration-visual > i::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: -2px;
    left: 50%;
    background: #5e7f40;
    border-radius: 50%;
}
.integration-caption {
    position: absolute;
    bottom: 1px;
    color: #69795b;
    font-size: 7px;
    font-family: 'Courier New', monospace;
    letter-spacing: .7px;
}
.portal-visual {
    display: flex;
    gap: 10px;
    min-height: 114px;
    margin-top: 21px;
    padding: 7px 0;
}
.portal-mini-card {
    flex: 1;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid #e1e5d9;
    border-radius: 9px;
    background: #f6f8f0;
}
.portal-mini-card:nth-child(2) {
    background: #e7efdc;
}
.portal-mini-card:nth-child(3) {
    background: #f0f4e7;
}
.portal-mini-card .icon {
    width: 17px;
    height: 17px;
    margin-bottom: 5px;
    color: #496634;
}
.portal-mini-card > span {
    display: block;
    font-size: 9px;
    margin-bottom: 8px;
    font-weight: 700;
}
.portal-mini-card i {
    display: block;
    width: 80%;
    height: 3px;
    margin-top: 5px;
    border-radius: 2px;
    background: #c6d0bb;
}
.portal-mini-card i:last-child {
    width: 50%;
}
.solutions-note {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 35px;
    color: #6b7566;
    font-size: 12px;
}
.solutions-note > .icon {
    width: 17px;
    height: 17px;
    color: #638a36;
    margin-right: 5px;
}
.solutions-note a {
    color: var(--ink);
    text-decoration: underline;
}
.solutions-note a .icon {
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

/* 05. Interactive project possibilities */
.possibilities {
    position: relative;
    overflow: hidden;
    background: radial-gradient(ellipse at 90% 60%, #243b222d, transparent 55%), var(--dark);
}
.scenario-tabs {
    display: flex;
    gap: 0;
    border-bottom: 1px solid #d3f0b92b;
    margin-bottom: 38px;
}
.scenario-tabs > button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 33.333%;
    padding: 21px 22px 24px;
    border: 0;
    color: #abb8a8;
    background: transparent;
    font-size: 13px;
    text-align: left;
    transition: color .2s, background .2s;
}
.scenario-tabs > button:first-child {
    padding-left: 0;
}
.scenario-tabs > button .icon {
    width: 19px;
    height: 19px;
}
.scenario-tabs > button > span {
    margin-left: auto;
    color: #788871;
    font-family: 'Courier New', monospace;
    font-size: 9px;
}
.scenario-tabs > button::after {
    content: '';
    position: absolute;
    height: 2px;
    bottom: -1px;
    left: 0;
    right: 0;
    background: transparent;
}
.scenario-tabs > button[aria-selected="true"] {
    color: var(--lime);
}
.scenario-tabs > button[aria-selected="true"]::after {
    background: var(--lime);
}
.scenario-tabs > button:hover {
    color: var(--paper);
    background: #ffffff03;
}
.scenario-tabs > button[aria-selected="true"] > span {
    color: var(--lime);
}
.scenario-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    min-height: 400px;
}
.pill-label {
    display: inline-block;
    padding: 5px 9px;
    margin-bottom: 25px;
    border: 1px solid #bada9836;
    border-radius: 4px;
    color: #b9cda6;
    font-family: 'Courier New', monospace;
    font-size: 8px;
    letter-spacing: .7px;
}
.scenario-copy h3 {
    max-width: 420px;
    margin-bottom: 17px;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -1.1px;
}
.scenario-copy > p {
    max-width: 440px;
    color: var(--muted-light);
    font-size: 14px;
    line-height: 1.8;
}
.check-list {
    display: grid;
    gap: 13px;
    margin: 22px 0 21px;
    padding: 0;
    list-style: none;
}
.check-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d4dece;
    font-size: 12px;
}
.check-list .icon {
    width: 15px;
    height: 15px;
    color: var(--lime);
}
.scenario-copy .text-link {
    gap: 20px;
    font-size: 12px;
}
.scenario-diagram {
    position: relative;
    min-height: 380px;
    border: 1px solid #c6e4ac23;
    border-radius: var(--radius);
    background: radial-gradient(circle at 50% 45%, #34503070, #1b291d60 48%, #1b291d30 100%);
    overflow: hidden;
}
.diagram-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#bbdda90a 1px, transparent 1px), linear-gradient(90deg, #bbdda90a 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: radial-gradient(ellipse, #000, transparent 80%);
}
.diagram-grid::after,
.diagram-grid::before {
    content: '';
    position: absolute;
    top: 49%;
    left: 50%;
    width: 65%;
    height: 150px;
    border: 1px solid #acc59335;
    border-radius: 24px;
    transform: translate(-50%, -50%);
}
.diagram-grid::before {
    width: 41%;
    height: 240px;
}
.diagram-top-label {
    position: absolute;
    top: 22px;
    left: 24px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #c2d4b1;
    font-family: 'Courier New', monospace;
    font-size: 8px;
    letter-spacing: .8px;
}
.diagram-top-label .status-dot {
    width: 5px;
    height: 5px;
}
.diagram-center {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 139px;
    height: 139px;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #d2f79a60;
    border-radius: 24px;
    color: #d6e9c6;
    background: #243721;
    box-shadow: 0 0 0 10px #a0c37805, 0 12px 35px #00000025;
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
}
.diagram-center .icon {
    width: 25px;
    height: 25px;
    color: var(--lime);
}
.diagram-center strong {
    color: var(--lime);
    font-weight: 500;
}
.diagram-node {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 37px;
    padding: 9px 13px;
    border: 1px solid #d4e9b92c;
    border-radius: 6px;
    color: #d6e0cd;
    background: #1c2b1f;
    font-size: 10px;
    box-shadow: 0 6px 14px #00000010;
}
.diagram-node .icon {
    width: 12px;
    height: 12px;
    color: var(--lime);
}
.node-a { top: 89px; left: 37px; }
.node-b { top: 94px; right: 21px; }
.node-c { bottom: 76px; left: 24px; }
.node-d { bottom: 76px; right: 18px; }
.diagram-caption {
    position: absolute;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    bottom: 19px;
    left: 23px;
    right: 23px;
    color: #99ae87;
    font-family: 'Courier New', monospace;
    font-size: 7px;
    letter-spacing: .5px;
}
.diagram-caption > span {
    color: var(--lime);
    white-space: nowrap;
}
.scenario-disclaimer {
    margin-top: 25px;
    color: #a6b6a0;
    font-size: 10px;
    text-align: right;
    line-height: 1.7;
}

/* 06. Process and company */
.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 31px;
    margin: 65px 0 0;
    padding: 0;
    list-style: none;
}
.process-step {
    border-top: 1px solid #c2cdba;
    padding-top: 25px;
}
.step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}
.step-top > span {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    border: 1px solid #c3cebc;
    border-radius: 50%;
    font-family: 'Courier New', monospace;
    font-size: 12px;
}
.process-step:first-child .step-top > span {
    background: var(--lime);
    border-color: var(--lime);
}
.step-top .icon {
    color: #6b805e;
    width: 19px;
    height: 19px;
}
.process-step h3 {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.6px;
}
.process-step p {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.8;
}
.about {
    padding-top: 10px;
    padding-bottom: 28px;
}
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}
.about-image {
    position: relative;
    height: 541px;
    overflow: hidden;
    border-radius: 18px;
}
.about-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 65% 50%;
}
.about-image-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #102e2315, #09241810 30%, #112015ed);
}
.about-image-label {
    position: absolute;
    top: 27px;
    left: 30px;
    color: #d3e2cf;
    font-family: 'Courier New', monospace;
    font-size: 8px;
    letter-spacing: 1.2px;
}
.about-year {
    position: absolute;
    bottom: 32px;
    left: 35px;
    color: var(--paper);
}
.about-year > span {
    display: block;
    margin-bottom: 10px;
    font-family: 'Courier New', monospace;
    font-size: 9px;
    letter-spacing: 1px;
}
.about-year > strong {
    display: block;
    font-size: 96px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -6px;
}
.about-year > strong > span {
    color: var(--lime);
}
.about-photo-mark {
    position: absolute;
    bottom: 40px;
    right: 31px;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border: 1px solid #d9f3c842;
    border-radius: 15px;
    background: #e7ffd808;
    transform: rotate(-9deg);
}
.about-photo-mark img {
    width: 37px;
    height: 37px;
}
.about-copy h2 {
    font-size: clamp(33px, 2.9vw, 41px);
    letter-spacing: -1.8px;
    margin-bottom: 26px;
}
.about-copy > p:not(.eyebrow) {
    margin-top: 17px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.8;
}
.about-statement {
    display: flex;
    align-items: center;
    gap: 17px;
    border-top: 1px solid #d5decf;
    padding-top: 24px;
    margin-top: 28px;
}
.about-statement .icon {
    width: 25px;
    height: 25px;
    color: #567c2d;
}
.about-statement strong {
    max-width: 355px;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 500;
}

/* 07. Questions */
.faq-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 85px;
    align-items: start;
}
.faq-heading h2 {
    margin-bottom: 22px;
    font-size: 44px;
}
.faq-heading > p:not(.eyebrow) {
    margin-bottom: 18px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.8;
}
.faq-heading .text-link {
    font-size: 12px;
}
.faq-item {
    border-bottom: 1px solid #ccd6c5;
}
.faq-item:first-child {
    border-top: 1px solid #ccd6c5;
}
.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    min-height: 85px;
    padding: 24px 0;
    font-size: 16px;
    line-height: 1.5;
    list-style: none;
}
.faq-item summary::-webkit-details-marker {
    display: none;
}
.faq-item summary > .icon {
    width: 18px;
    height: 18px;
    color: #53783d;
    transition: transform .25s;
}
.faq-item[open] summary > .icon {
    transform: rotate(45deg);
}
.faq-answer {
    padding: 0 40px 25px 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.85;
}

/* 08. WhatsApp project brief */
.contact {
    position: relative;
    overflow: hidden;
    background: var(--lime);
    color: var(--ink);
}
.contact-watermark {
    position: absolute;
    bottom: -130px;
    left: -30px;
    color: #2849190a;
    font-size: 600px;
    line-height: 1;
    letter-spacing: -60px;
    font-weight: 700;
    pointer-events: none;
    user-select: none;
}
.contact-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 86px;
    align-items: center;
}
.contact-copy h2 {
    margin-bottom: 26px;
    font-size: clamp(46px, 4.2vw, 61px);
    line-height: 1.05;
    letter-spacing: -3px;
}
.contact-copy > p:not(.eyebrow):not(.contact-location) {
    max-width: 375px;
    color: #314820;
    font-size: 16px;
    line-height: 1.8;
}
.contact-direct {
    display: flex;
    align-items: center;
    gap: 14px;
    width: fit-content;
    max-width: 100%;
    margin-top: 43px;
    padding-bottom: 22px;
    border-bottom: 1px solid #28431a38;
}
.contact-direct > .icon:first-child {
    width: 30px;
    height: 30px;
}
.contact-direct > .icon:last-child {
    width: 22px;
    height: 22px;
    margin-left: 15px;
}
.contact-direct small {
    display: block;
    margin-bottom: 5px;
    color: #365022;
    font-family: 'Courier New', monospace;
    font-size: 8px;
    letter-spacing: .5px;
}
.contact-direct strong {
    display: block;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.6px;
    line-height: 1.25;
}
.contact-location,
.contact-email {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 19px;
    color: #314820;
    font-size: 12px;
}
.contact-location .icon,
.contact-email .icon {
    width: 15px;
    height: 15px;
}
.contact-email {
    overflow-wrap: anywhere;
}
.contact-form-card {
    padding: 34px;
    border: 1px solid #ffffff50;
    border-radius: var(--radius);
    background: #f8faf1;
    box-shadow: 0 18px 50px #48611317;
}
.form-heading {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 26px;
}
.form-heading h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: -.8px;
}
.form-heading > span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid #d9e0ce;
    border-radius: 50%;
    flex: 0 0 auto;
}
.form-heading > span .icon {
    width: 19px;
    height: 19px;
}
.form-fields {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.form-field {
    min-width: 0;
    margin-bottom: 17px;
}
.form-field label {
    display: block;
    margin-bottom: 7px;
    color: #33452c;
    font-size: 11px;
    font-weight: 700;
}
.form-field label > span {
    color: #667c4b;
}
.form-field input,
.form-field select,
.form-field textarea {
    display: block;
    width: 100%;
    min-height: 46px;
    padding: 11px 12px;
    border: 1px solid #d5decb;
    border-radius: 5px;
    color: #263c22;
    background: #ffffff70;
    font-size: 12px;
    line-height: 1.6;
    transition: border-color .2s, box-shadow .2s;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
    opacity: 1;
    color: #68745e;
    font-size: 11px;
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
    outline: 2px solid #668c38;
    outline-offset: 2px;
    border-color: #668c38;
    box-shadow: 0 0 0 3px #bfff2230;
}
.form-field textarea {
    resize: vertical;
    min-height: 95px;
}
.form-field select {
    padding-right: 30px;
}
.form-submit {
    justify-content: space-between;
    width: 100%;
    min-height: 50px;
    font-size: 12px;
}
.form-submit .icon {
    width: 19px;
    height: 19px;
}
.form-privacy {
    display: flex;
    align-items: start;
    gap: 8px;
    margin-top: 14px;
    color: #66725c;
    font-size: 9px;
    line-height: 1.65;
}
.form-privacy .icon {
    width: 13px;
    height: 13px;
    margin-top: 2px;
}
.form-status:not(:empty) {
    margin-top: 14px;
    color: #47642c;
    font-size: 12px;
}
.noscript-notice {
    margin-top: 18px;
    font-size: 13px;
}
.noscript-notice a {
    text-decoration: underline;
}

/* 09. Footer and information dialog */
.site-footer {
    color: #c0ccbd;
    background: var(--dark);
}
.footer-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-block: 54px 40px;
}
.footer-brand .brand img,
.footer-brand .custom-logo-link img {
    width: 182px;
}
.footer-brand > p {
    margin-top: 16px;
    color: #9fae98;
    font-size: 11px;
}
.footer-navigation,
.footer-social {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.footer-navigation a,
.footer-social a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    font-size: 12px;
}
.footer-navigation .icon,
.footer-social .icon {
    width: 16px;
    height: 16px;
    color: var(--lime);
}
.footer-social {
    gap: 18px;
}
.footer-social a {
    font-size: 11px;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 74px;
    border-top: 1px solid #cee6bc23;
    color: #9caa95;
    font-size: 10px;
}
.footer-bottom > div {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}
.footer-bottom a,
.privacy-trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0;
    border: 0;
    color: #aebeaa;
    background: transparent;
    font-size: 10px;
    text-align: left;
}
.privacy-trigger { display: none; }
.js-ready .privacy-trigger { display: inline-flex; }
.footer-bottom a:hover,
.privacy-trigger:hover,
.footer-navigation a:hover,
.footer-social a:hover {
    color: var(--lime);
}
.footer-bottom .icon {
    width: 12px;
    height: 12px;
    color: var(--lime);
}
.privacy-dialog {
    width: min(580px, calc(100% - 34px));
    max-height: calc(100dvh - 50px);
    padding: 32px;
    border: 1px solid #d8e4cc;
    border-radius: 15px;
    color: var(--ink);
    background: var(--paper);
    box-shadow: 0 30px 90px #00000050;
}
.privacy-dialog::backdrop {
    background: #061109b8;
    backdrop-filter: blur(4px);
}
.dialog-heading {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}
.dialog-heading h2 {
    font-size: 29px;
    letter-spacing: -1px;
}
.dialog-close {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border: 1px solid #c3cfb7;
    border-radius: 50%;
    background: transparent;
}
.dialog-close .icon {
    width: 17px;
    height: 17px;
}
.privacy-dialog > p {
    margin-bottom: 15px;
    color: #5e6b54;
    font-size: 14px;
    line-height: 1.8;
}
.privacy-dialog > .button {
    margin-top: 12px;
}

/* 10. Native WordPress content pages */
.inner-page {
    min-height: 70vh;
}
.prose-container {
    max-width: 830px;
}
.prose h1,
.archive-title,
.error-page h1 {
    margin-bottom: 34px;
    font-size: clamp(40px, 4vw, 58px);
    font-weight: 500;
    line-height: 1.07;
    letter-spacing: -2px;
    overflow-wrap: anywhere;
}
.prose h2,
.prose h3,
.prose h4 {
    margin: 35px 0 18px;
    letter-spacing: -1px;
}
.prose h2 { font-size: 32px; }
.prose h3 { font-size: 25px; }
.prose p,
.prose ul,
.prose ol,
.prose blockquote {
    margin: 20px 0;
}
.prose a:not(.text-link) {
    text-decoration: underline;
}
.prose .back-link {
    margin-bottom: 35px;
    color: #516741;
}
.prose figure {
    margin: 28px 0;
}
.prose figcaption {
    color: #607054;
    font-size: 13px;
}
.prose img,
.featured-image {
    border-radius: 10px;
}
.prose pre {
    max-width: 100%;
    padding: 20px;
    overflow: auto;
    background: #e9efdf;
}
.prose table {
    width: 100%;
    border-collapse: collapse;
}
.prose th,
.prose td {
    padding: 12px;
    border: 1px solid #c4d1ba;
    text-align: left;
}
.prose .alignwide {
    width: min(1100px, calc(100vw - 80px));
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
}
.prose .alignfull {
    width: calc(100vw - 24px);
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
}
.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.post-card {
    overflow: hidden;
    padding: 25px;
    border: 1px solid #d5ddcd;
    border-radius: 12px;
    background: #fff;
}
.post-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 7px;
}
.post-card h2 {
    margin: 10px 0 16px;
    font-size: 26px;
    letter-spacing: -.8px;
}
.post-card p {
    margin-bottom: 15px;
    color: var(--muted);
    font-size: 14px;
}
.post-card .post-date {
    font-size: 11px;
}
.pagination,
.page-links {
    margin-top: 40px;
}
.page-numbers {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 4px;
}
.page-numbers.current {
    background: var(--lime);
}
.error-page p:not(.eyebrow) {
    max-width: 520px;
    margin-bottom: 30px;
    color: var(--muted);
}
.comments-area {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #ccd7c2;
}
.comment-list {
    padding-left: 25px;
}
.comment-list li {
    margin-block: 25px;
}
.comment-list .avatar {
    border-radius: 50%;
    margin-right: 10px;
}
.comment-form label {
    display: block;
    margin: 12px 0 5px;
}
.comment-form input:not([type="checkbox"]),
.comment-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #bbc9af;
    border-radius: 5px;
    background: #fff;
}
.comment-form input[type="submit"] {
    margin-top: 20px;
    background: var(--ink);
    color: var(--paper);
    cursor: pointer;
}
.comment-form-cookies-consent label {
    display: inline;
    margin-left: 7px;
}

/* 11. Motion */
@keyframes orbit-spin {
    from { transform: translate(-50%, -50%) rotate(0); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes float-soft {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

/* 12. Responsive layouts */
@media (min-width: 1600px) {
    .hero-grid { min-height: 690px; }
    .hero-visual { height: 565px; }
    .hero h1 { font-size: 84px; }
}
@media (max-width: 1180px) {
    .container { width: calc(100% - 80px); }
    .primary-nav .menu { gap: 21px; }
    .brand img, .custom-logo-link img { width: 180px; }
    .header-inner { gap: 18px; }
    .hero-grid { min-height: 610px; }
    .hero h1 { font-size: 64px; letter-spacing: -3.4px; }
    .hero-description { max-width: 395px; font-size: 16px; }
    .hero-actions { gap: 17px; }
    .hero-actions .button { font-size: 12px; gap: 15px; padding-inline: 16px; }
    .hero-actions .text-link { font-size: 11px; }
    .hero-visual { height: 475px; }
    .orbit-outer { width: 355px; height: 355px; }
    .orbit-inner { width: 275px; height: 275px; }
    .brand-object { width: 190px; height: 190px; }
    .brand-object img { width: 119px; height: 119px; }
    .orbit-tag { padding: 12px 15px; gap: 10px; }
    .tag-code { right: -12px; top: 108px; }
    .tag-connect { left: -7px; bottom: 72px; }
    .orbit-caption { top: 48px; left: 20%; }
    .point-one { top: 16%; left: 21%; }
    .visual-footnote { font-size: 7px; letter-spacing: .5px; }
    .split-heading { gap: 40px; }
    .service-card { padding: 28px 27px 21px; }
    .scenario-panel { gap: 38px; }
    .scenario-tabs > button { font-size: 12px; gap: 8px; padding-inline: 15px; }
    .scenario-tabs > button > span { display: none; }
    .node-a { left: 17px; }
    .node-b { right: 15px; }
    .node-c { left: 16px; }
    .node-d { right: 14px; }
    .about-grid { gap: 48px; }
    .about-image { height: 515px; }
    .contact-grid { gap: 45px; }
    .contact-form-card { padding: 29px; }
    .contact-copy h2 { font-size: 52px; }
    .footer-main { gap: 25px; }
    .footer-navigation { gap: 25px; }
}
@media (max-width: 1000px) {
    .hero h1 { font-size: 58px; letter-spacing: -3px; }
    .hero-grid { grid-template-columns: 1.25fr 1fr; }
    .hero-visual { margin-left: -12px; }
    .hero-description { max-width: 370px; }
    .hero-actions { align-items: start; flex-direction: column; gap: 13px; }
    .hero-note { margin-top: 12px; }
    .hero .eyebrow { font-size: 9px; letter-spacing: 1.2px; }
    .header-cta { gap: 10px; }
    .header-inner { gap: 15px; }
    .primary-nav .menu { gap: 16px; }
    .primary-nav a { font-size: 12px; }
    .capabilities-inner { gap: 15px; }
    .capabilities-inner > span { font-size: 11px; }
    .section-space { padding-block: 86px; }
    .split-heading { grid-template-columns: 1.2fr 1fr; gap: 35px; }
    .section-intro { font-size: 14px; }
    h2 { font-size: 37px; letter-spacing: -1.6px; }
    .service-card { padding-inline: 23px; }
    .service-copy h3 { font-size: 25px; }
    .service-copy p { font-size: 13px; }
    .web-layout { padding-inline: 17px; }
    .web-layout b { font-size: 20px; }
    .web-sculpture i { width: 65px; height: 80px; border-width: 16px; }
    .system-visual { gap: 12px; padding-inline: 12px; }
    .system-sidebar { flex-basis: 22px; padding-right: 8px; }
    .system-kpis { gap: 6px; }
    .system-kpis span { font-size: 9px; }
    .system-kpis > div { padding: 8px; }
    .portal-mini-card { padding: 10px 8px; }
    .portal-mini-card > span { font-size: 8px; }
    .portal-visual { gap: 7px; }
    .scenario-panel { gap: 30px; }
    .scenario-copy h3 { font-size: 30px; }
    .scenario-copy > p { font-size: 13px; }
    .check-list li { font-size: 11px; }
    .diagram-center { width: 116px; height: 116px; font-size: 13px; border-radius: 19px; }
    .diagram-node { font-size: 9px; padding-inline: 10px; }
    .scenario-diagram { min-height: 365px; }
    .diagram-caption { font-size: 6px; left: 18px; right: 18px; }
    .process-grid { gap: 22px; }
    .process-step h3 { font-size: 20px; }
    .process-step p { font-size: 12px; }
    .about-grid { gap: 37px; }
    .about-copy h2 { font-size: 32px; }
    .about-copy > p:not(.eyebrow) { font-size: 13px; }
    .about-image { height: 495px; }
    .about-year { left: 25px; }
    .about-year > strong { font-size: 85px; }
    .about-photo-mark { right: 23px; width: 51px; height: 51px; }
    .about-photo-mark img { width: 30px; height: 30px; }
    .faq-grid { gap: 40px; }
    .faq-heading h2 { font-size: 39px; }
    .faq-item summary { font-size: 14px; }
    .contact-grid { gap: 35px; }
    .contact-copy h2 { font-size: 46px; letter-spacing: -2.3px; }
    .contact-copy > p:not(.eyebrow):not(.contact-location) { font-size: 14px; }
    .contact-form-card { padding: 26px 23px; }
    .form-heading h3 { font-size: 22px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 1100px) {
    :root { --header-height: 80px; }
    .primary-nav {
        position: absolute;
        top: calc(100% - 1px);
        left: 0;
        right: 0;
        display: block;
        padding: 22px 40px;
        background: #15221a;
        border-bottom: 1px solid #c6e7a833;
        box-shadow: 0 20px 40px #00000025;
    }
    .js-ready .primary-nav:not(.is-open) { display: none; }
    .primary-nav .menu { align-items: stretch; flex-direction: column; gap: 2px; }
    .primary-nav a { display: block; padding: 10px 0; font-size: 16px; }
    .header-cta { margin-left: auto; }
    .js-ready .menu-toggle { display: block; }
    html:not(.js-ready) .site-header { height: auto; position: relative; }
    html:not(.js-ready) .header-inner { flex-wrap: wrap; min-height: var(--header-height); padding-top: 16px; }
    html:not(.js-ready) .primary-nav { position: relative; order: 3; padding: 10px 0; box-shadow: none; border: 0; }
    html:not(.js-ready) .primary-nav .menu { flex-direction: row; flex-wrap: wrap; gap: 18px; }
    html:not(.js-ready) .primary-nav a { font-size: 13px; }
    .footer-main { align-items: start; flex-wrap: wrap; }
    .footer-social { width: 100%; justify-content: flex-start; }
}
@media (max-width: 760px) {
    .container { width: calc(100% - 44px); }
    .section-space { padding-block: 72px; }
    .eyebrow { font-size: 9px; margin-bottom: 22px; letter-spacing: 1px; }
    .hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 0; min-height: 0; }
    .hero-copy { padding: 54px 0 16px; }
    .hero h1 { font-size: clamp(41px, 8.2vw, 59px); line-height: 1.08; letter-spacing: -2.6px; }
    .hero .eyebrow { margin-bottom: 25px; font-size: 9px; }
    .hero-description { max-width: 490px; font-size: 15px; margin-top: 23px; line-height: 1.8; }
    .hero-actions { flex-direction: row; align-items: center; gap: 23px; margin-top: 27px; }
    .hero-actions .button { min-height: 52px; padding: 13px 17px; font-size: 12px; }
    .hero-actions .text-link { font-size: 11px; }
    .hero-note { margin-top: 18px; font-size: 10px; }
    .hero-backdrop { inset: 260px 0 0 0; opacity: .48; mask-image: linear-gradient(180deg, transparent, #000 25%, #000); }
    .hero-visual { align-self: center; width: min(470px, 100%); height: 390px; margin: 4px 0 0; }
    .orbit-outer { width: 318px; height: 318px; }
    .orbit-inner { width: 248px; height: 248px; }
    .brand-object { width: 164px; height: 164px; }
    .brand-object-inner, .brand-object::before { border-radius: 34px; }
    .brand-object img { width: 107px; height: 107px; }
    .tag-code { top: 68px; right: 6px; padding: 10px 13px; }
    .tag-connect { bottom: 55px; left: 5px; padding: 10px 13px; }
    .orbit-tag { font-size: 10px; }
    .orbit-tag strong { font-size: 11px; }
    .orbit-tag > .icon { width: 21px; height: 21px; }
    .orbit-tag i { display: none; }
    .dot-matrix { right: 12px; top: 10px; grid-template-columns: repeat(4, 4px); gap: 12px; }
    .dot-matrix i { width: 4px; height: 4px; }
    .orbit-caption { top: 14px; left: 15%; font-size: 7px; letter-spacing: 1.1px; }
    .point-one { left: 20%; top: 14%; width: 7px; height: 7px; }
    .point-two { right: 19%; bottom: 24%; }
    .visual-footnote { bottom: 9px; left: 8px; font-size: 7px; }
    .hero-bottom { min-height: 66px; }
    .hero-location { font-size: 8px; letter-spacing: .6px; gap: 7px; }
    .hero-location .muted-dot { margin-inline: 6px; }
    .scroll-cue > span { display: none; }
    .scroll-cue { width: 40px; justify-content: center; }
    .capabilities-inner { display: grid; grid-template-columns: 1fr 1fr; padding-block: 21px; gap: 13px 20px; min-height: 96px; }
    .capabilities-inner > .icon { display: none; }
    .capabilities-inner > span { display: flex; align-items: center; gap: 10px; font-size: 11px; }
    .capabilities-inner > span::before { content: '+'; color: var(--lime); font-family: 'Courier New', monospace; font-size: 18px; }
    .split-heading { grid-template-columns: 1fr; gap: 23px; }
    .section-intro { max-width: 490px; margin: 0; font-size: 14px; }
    .section-heading { margin-bottom: 32px; }
    h2 { font-size: clamp(31px, 5.8vw, 43px); letter-spacing: -1.6px; }
    .services-grid { grid-template-columns: 1fr; gap: 16px; }
    .service-card { padding: 27px 26px 22px; }
    .card-top { margin-bottom: 24px; }
    .service-copy h3 { font-size: 27px; }
    .service-copy p { max-width: none; font-size: 14px; }
    .system-visual, .web-visual { height: 187px; margin-top: 26px; }
    .system-visual { padding: 17px 18px 0; gap: 18px; }
    .system-sidebar { flex-basis: 23px; padding-right: 12px; }
    .system-kpis span { font-size: 10px; }
    .web-layout { padding-inline: 24px; }
    .web-layout b { font-size: 25px; }
    .web-sculpture i { width: 77px; height: 95px; border-width: 20px; }
    .service-bottom { padding-top: 19px; }
    .portal-visual { gap: 10px; }
    .portal-mini-card { padding: 12px; }
    .portal-mini-card > span { font-size: 10px; }
    .solutions-note { font-size: 11px; margin-top: 29px; gap: 5px; justify-content: flex-start; line-height: 1.8; }
    .scenario-tabs { gap: 3px; margin: 35px 0 29px; }
    .scenario-tabs > button, .scenario-tabs > button:first-child { flex-direction: column; align-items: start; gap: 9px; padding: 15px 7px 16px; font-size: 10px; line-height: 1.6; }
    .scenario-tabs > button:first-child { padding-left: 0; }
    .scenario-tabs > button .icon { width: 18px; height: 18px; }
    .scenario-panel { grid-template-columns: 1fr; gap: 32px; }
    .scenario-copy h3 { max-width: 420px; font-size: 31px; }
    .scenario-copy > p { max-width: 510px; font-size: 14px; }
    .check-list li { font-size: 12px; }
    .pill-label { margin-bottom: 20px; }
    .scenario-diagram { min-height: 335px; }
    .diagram-center { width: 130px; height: 130px; font-size: 14px; }
    .diagram-node { font-size: 10px; }
    .node-a { top: 70px; left: 21px; }
    .node-b { top: 76px; right: 21px; }
    .node-c { bottom: 62px; left: 18px; }
    .node-d { bottom: 58px; right: 16px; }
    .diagram-caption { font-size: 7px; }
    .scenario-disclaimer { font-size: 9px; text-align: left; margin-top: 19px; }
    .process-grid { grid-template-columns: 1fr 1fr; gap: 32px 25px; margin-top: 35px; }
    .process-step { padding-top: 20px; }
    .step-top { margin-bottom: 22px; }
    .process-step h3 { font-size: 22px; }
    .process-step p { font-size: 13px; }
    .about { padding-top: 6px; padding-bottom: 5px; }
    .about-grid { grid-template-columns: 1fr; gap: 39px; }
    .about-image { height: 425px; }
    .about-image > img { object-position: 50% 60%; }
    .about-copy h2 { max-width: 560px; font-size: 35px; }
    .about-copy > p:not(.eyebrow) { font-size: 14px; }
    .about-statement { padding-top: 22px; margin-top: 24px; }
    .about-statement strong { max-width: none; font-size: 14px; }
    .about-year { left: 29px; bottom: 29px; }
    .about-year > strong { font-size: 96px; }
    .about-photo-mark { right: 27px; bottom: 34px; }
    .faq-grid { grid-template-columns: 1fr; gap: 32px; }
    .faq-heading h2 { font-size: 37px; }
    .faq-heading h2 br { display: none; }
    .faq-heading > p:not(.eyebrow) { font-size: 14px; margin-bottom: 10px; }
    .faq-heading > p:not(.eyebrow) br { display: none; }
    .faq-item summary { min-height: 79px; padding: 24px 0; font-size: 15px; gap: 20px; }
    .faq-answer { padding-right: 17px; font-size: 13px; }
    .contact-grid { grid-template-columns: 1fr; gap: 38px; }
    .contact-copy h2 { font-size: clamp(40px, 7vw, 54px); letter-spacing: -2.3px; }
    .contact-copy > p:not(.eyebrow):not(.contact-location) { max-width: 460px; font-size: 15px; }
    .contact-direct { margin-top: 29px; }
    .contact-form-card { padding: 29px 25px; }
    .form-heading h3 { font-size: 25px; }
    .form-row { grid-template-columns: 1fr 1fr; gap: 15px; }
    .form-field input, .form-field select, .form-field textarea { font-size: 16px; }
    .form-field input::placeholder, .form-field textarea::placeholder { font-size: 12px; }
    .form-field label { font-size: 12px; }
    .form-privacy { font-size: 10px; }
    .form-submit { font-size: 13px; }
    .contact-watermark { bottom: -100px; left: -15px; font-size: 500px; }
    .footer-main { gap: 26px; padding-block: 42px 25px; }
    .footer-navigation { width: 100%; gap: 26px; }
    .footer-brand .brand img, .footer-brand .custom-logo-link img { width: 180px; }
    .footer-bottom { flex-direction: column; align-items: start; gap: 7px; padding-block: 23px; }
    .footer-bottom > div { gap: 15px; }
    .footer-bottom > div > a:last-child { display: none; }
    .posts-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .cta-desktop { display: none; }
    .cta-mobile { display: inline; }
    :root { --header-height: 74px; }
    .brand img, .custom-logo-link img { width: 152px; max-height: 50px; }
    .header-cta { min-height: 38px; font-size: 10px; padding: 9px 11px; gap: 8px; }
    .header-cta .icon { width: 14px; height: 14px; }
    .header-inner { gap: 13px; }
    .menu-toggle { width: 39px; height: 39px; padding: 8px 7px; }
    .menu-toggle span { width: 23px; }
    .primary-nav { padding-inline: 22px; }
    .hero h1 { font-size: clamp(38px, 10.1vw, 48px); letter-spacing: -2.1px; }
    .hero-description { max-width: 350px; font-size: 14px; }
    .hero-actions { gap: 12px; }
    .hero-actions .button { font-size: 11px; gap: 13px; padding-inline: 13px; }
    .hero-actions .button .icon { width: 18px; height: 18px; }
    .hero-actions .text-link { font-size: 10px; gap: 7px; }
    .hero-visual { height: 352px; }
    .orbit-outer { width: 284px; height: 284px; }
    .orbit-inner { width: 220px; height: 220px; }
    .brand-object { width: 147px; height: 147px; }
    .brand-object img { width: 96px; height: 96px; }
    .tag-code { top: 56px; right: -2px; padding: 9px 12px; }
    .tag-connect { left: 0; bottom: 46px; padding: 9px 12px; }
    .orbit-caption { left: 10%; top: 17px; font-size: 6px; }
    .visual-footnote { font-size: 6px; letter-spacing: .5px; }
    .point-one { top: 16%; left: 16%; }
    .point-two { bottom: 25%; right: 15%; }
    .service-card { padding: 25px 22px 21px; }
    .service-copy h3 { font-size: 25px; }
    .service-copy p { font-size: 13px; }
    .system-kpis span { font-size: 9px; }
    .system-kpis .icon { width: 11px; height: 11px; }
    .system-visual { gap: 10px; padding-inline: 12px; height: 177px; }
    .system-sidebar { flex-basis: 19px; padding-right: 8px; }
    .system-sidebar img { width: 19px; height: 19px; }
    .system-kpis > div { padding: 7px; }
    .chart-bars { gap: 5px; }
    .chart-label { font-size: 6px; }
    .web-visual { height: 177px; }
    .web-layout { padding-inline: 19px; }
    .web-layout b { font-size: 22px; }
    .web-sculpture i { width: 61px; height: 77px; border-width: 17px; }
    .web-sculpture i:first-child { left: 5%; top: 12%; }
    .web-sculpture i:last-child { right: 0; bottom: 8%; }
    .portal-mini-card { padding: 10px 8px; }
    .portal-mini-card > span { font-size: 8px; }
    .portal-visual { gap: 6px; }
    .service-tag { font-size: 7px; letter-spacing: .6px; }
    .integration-caption { font-size: 6px; }
    .process-grid { gap: 29px 19px; }
    .process-step h3 { font-size: 20px; }
    .process-step p { font-size: 12px; }
    .scenario-copy h3 { font-size: 29px; }
    .check-list li { font-size: 11px; }
    .scenario-tabs > button { font-size: 9px; padding-right: 4px; }
    .diagram-node { font-size: 9px; gap: 5px; padding: 8px; }
    .diagram-node .icon { width: 10px; height: 10px; }
    .node-a { left: 13px; }
    .node-b { right: 10px; }
    .node-c { left: 10px; }
    .node-d { right: 8px; }
    .diagram-center { width: 112px; height: 112px; font-size: 13px; gap: 8px; }
    .diagram-caption { font-size: 6px; left: 17px; right: 17px; }
    .about-image { height: 397px; }
    .about-copy h2 { font-size: 31px; }
    .contact-copy h2 { font-size: 41px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .contact-form-card { padding: 26px 22px; }
    .form-heading h3 { font-size: 23px; }
    .form-privacy { font-size: 9px; }
    .privacy-dialog { padding: 25px; }
    .dialog-heading h2 { font-size: 26px; }
}
@media (max-width: 360px) {
    .container { width: calc(100% - 34px); }
    .header-cta { display: none; }
    .menu-toggle { margin-left: auto; }
    .hero h1 { font-size: 37px; letter-spacing: -2.2px; }
    .hero-actions { align-items: start; flex-direction: column; gap: 8px; }
    .hero-actions .button { font-size: 12px; }
    .hero-actions .text-link { font-size: 11px; }
    .hero-note { font-size: 9px; }
    .hero-location { font-size: 7px; }
    .hero-visual { height: 335px; }
    .orbit-outer { width: 265px; height: 265px; }
    .orbit-inner { width: 205px; height: 205px; }
    .system-kpis { grid-template-columns: 1fr; }
    .system-kpis > div:last-child { display: none; }
    .system-chart { height: 79px; }
    .web-layout b { font-size: 20px; }
    .web-layout { padding-inline: 15px; }
    .portal-mini-card { padding-inline: 6px; }
    .portal-mini-card > span { font-size: 7px; }
    .contact-direct strong { font-size: 23px; }
}
@media (max-width: 782px) {
    .admin-bar .site-header { top: 46px; }
}
@media (max-width: 600px) {
    .admin-bar .site-header { top: 0; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
    .will-reveal { opacity: 1; transform: none; }
}
@media print {
    body { color: #000; background: #fff; }
    .site-header, .hero-visual, .hero-backdrop, .hero-bottom, .capabilities-strip,
    .contact-form-card, .site-footer, .card-link, .privacy-dialog, .contact-watermark { display: none !important; }
    .container { width: 100%; }
    .hero, .section-dark, .contact, .service-primary, .service-card { color: #000; background: #fff; }
    .section-space { padding-block: 30px; }
    .hero-grid, .split-heading, .about-grid, .scenario-panel, .contact-grid, .faq-grid { display: block; }
    .hero-copy { padding: 20px 0; }
    .hero h1 { font-size: 40px; }
    .hero h1 > span { color: #000; }
    h2 { font-size: 28px; }
    .will-reveal { opacity: 1; transform: none; }
    .section-intro { margin-top: 20px; }
    .hero-description, .section-intro, .service-copy p, .scenario-copy p, .check-list li { color: #333 !important; }
    .service-card, .process-step, .faq-item { break-inside: avoid; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .system-visual, .web-visual, .integration-visual, .portal-visual, .scenario-diagram { display: none; }
    .about-image { max-height: 220px; margin-bottom: 20px; }
    .about-year > strong { font-size: 65px; }
    .contact-copy { padding: 20px 0; }
}
