/*
Theme Name: Stractiv8
Theme URI: https://stractiv8.com
Author: Stractiv8
Description: Custom WordPress theme for Stractiv8. Features managed technical services branding for African NGOs and CSOs.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stractiv8
Tags: custom-menu, custom-logo, translation-ready, one-column, grid-layout
*/
@font-face {
  font-family: 'Satoshi';
  src: url('./assets/fonts/satoshi-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('./assets/fonts/satoshi-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('./assets/fonts/satoshi-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  /* ============================================================
     DESIGN SYSTEM TOKENS
     Palette: Primary · Secondary · Neutral
     Typography: Satoshi (throughout)
     ============================================================ */

  /* --- Core palette --- */
  --primary: #E67A2E;
  /* Primary Â· Energy orange */
  --secondary: #5A3E2B;
  /* Secondary Â· Deep brown */
  --neutral: #D6CEC4;
  /* Neutral Â· Warm Stone */

  /* --- Derived / supporting shades --- */
  --primary-dark: #C8641E;
  /* Hover / deep primary */
  --primary-soft: #FDF2E1;
  /* Soft primary wash */
  --secondary-deep: #3B2A20;
  --secondary-ink: #2E201A;

  /* --- Backwards-compatible aliases (used in markup / older rules) --- */
  --navy: var(--secondary);
  --navy-deep: var(--secondary-deep);
  --navy-ink: var(--secondary-ink);

  --teal: var(--primary);
  --teal-dark: var(--primary-dark);
  --teal-50: var(--neutral);
  --blue-50: var(--neutral);

  --amber: var(--primary);
  --gold: var(--primary-dark);

  /* --- Text / ink scale (warm-neutral text) --- */
  --ink: #3A2A22;
  --ink-2: #5A4B43;
  --ink-3: #63534B;

  /* --- Lines & surfaces --- */
  --line: rgba(90, 62, 43, 0.18);
  --line-2: rgba(90, 62, 43, 0.12);

  --bg: #F5F1EA;
  --white: #fff;
  --surface: #F7F9FC;
  /* alt-section wash */
  --surface-2: #FAFBFD;
  /* input / card inner */

  /* --- Accent / utility (used for mint-teal eyebrow text etc.) --- */
  --accent: #E67A2E;
  /* use primary for eyebrow accents */
  --accent-soft: rgba(230, 122, 46, 0.18);
  --accent-soft-text: #F5C9A4;
  /* soft primary text on dark backgrounds (was mint) */
  --on-secondary-soft: #D6CEC4;
  /* soft neutral text on dark backgrounds */

  /* --- Typography --- */
  --font-sans: "Satoshi", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* --- Geometry --- */
  --radius: 14px;
}

/* Global typography reset â€” Satoshi across the board */
* {
  font-family: var(--font-sans);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  font-family: var(--font-sans);
  color: var(--ink);
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

/*.presentation {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px;
  } */
.cover {
  background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-deep) 55%, var(--primary) 100%);
  color: #fff;
  border-radius: 24px;
  padding: 56px 56px 48px;
  position: relative;
  overflow: hidden;
}

.cover::before {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.cover::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
}

.cover .eyebrow {
  font-family: var(--font-sans);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--accent-soft-text);
  font-weight: 600;
}

.cover h1 {
  font-family: var(--font-sans);
  font-size: 56px;
  line-height: 1.05;
  margin: 16px 0 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.cover p {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--on-secondary-soft);
  margin: 0 0 28px;
}

.cover .meta {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.cover .meta>div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 16px 16px;
  border-radius: 12px;
  min-width: 220px;
}

.cover .meta small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-soft-text);
  margin-bottom: 4px;
}

.cover .meta b {
  font-weight: 600;
  font-size: 15px;
}

.section-label {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin: 72px 4px 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--line);
}

.section-label .num {
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--teal);
  font-weight: 600;
  letter-spacing: 0.14em;
}

.section-label h2 {
  font-family: var(--font-sans);
  font-size: 28px;
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.section-label .tag {
  margin-left: auto;
  font-size: 12px;
  color: var(--ink-3);
  font-family: var(--font-sans);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.browser {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(13, 43, 78, 0.35), 0 10px 20px -10px rgba(13, 43, 78, 0.15);
  border: 1px solid #E4E8EE;
}

.browser-chrome {
  background: #F1F3F7;
  border-bottom: 1px solid #E4E8EE;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.browser-chrome .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.browser-chrome .dot.r {
  background: #F25F5C;
}

.browser-chrome .dot.y {
  background: #FFB84D;
}

.browser-chrome .dot.g {
  background: #3ECC7A;
}

.browser-chrome .url {
  flex: 1;
  background: #fff;
  border: 1px solid #E4E8EE;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 12px;
  color: var(--ink-2);
  font-family: var(--font-sans);
  margin: 0 8px;
}

.browser-chrome .url b {
  color: var(--ink);
  font-weight: 500;
}

.browser-chrome .tab-info {
  font-size: 11px;
  color: var(--ink-3);
  font-family: var(--font-sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site {
  font-family: var(--font-sans);
  color: var(--ink);
  background: #fff;
}

.site .nav {
  position: sticky;
  top: 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 16px 48px;
  display: flex;
  align-items: center;
  gap: 28px;
  z-index: 50;
}

/* WordPress Admin Bar spacing adjustment for sticky navigation */
.admin-bar .site .nav {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site .nav {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .site .nav {
    top: 0;
  }
}

.site .logo {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 8px;
}

.site .logo-mark {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
  position: relative;
}

.site .logo-mark::after {
  content: "8";
  position: absolute;
  inset: 0;
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 16px;
  display: grid;
  place-items: center;
}

.site .nav-links {
  display: flex;
  gap: 24px;
  margin-left: 24px;
}

.site .nav-links a {
  font-size: 14px;
  color: var(--ink-2);
  text-decoration: none;
  font-weight: 500;
}

.site .nav-links a.active {
  color: var(--navy);
  font-weight: 600;
}

.site .nav .spacer {
  flex: 1;
}

.site .nav-meta {
  font-size: 13px;
  color: var(--ink-3);
  display: flex;
  align-items: center;
  gap: 16px;
  margin-right: 12px;
}

.site .nav-meta .wa {
  color: var(--teal);
  font-weight: 600;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: var(--font-sans);
}

.btn-primary {
  background: var(--primary);
  color: #fff;
}

.btn-primary:hover {
  background: var(--primary-dark);
}

.btn-ghost-dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  background: transparent;
}

.btn-navy {
  background: var(--navy);
  color: #fff;
}

.btn-outline {
  border-color: var(--line);
  color: var(--ink);
  background: #fff;
}

.hero {
  background: radial-gradient(1200px 500px at 80% -10%, rgba(230, 122, 46, 0.35) 0%, transparent 60%), linear-gradient(160deg, var(--secondary) 0%, var(--secondary-deep) 100%);
  color: #fff;
  padding: 80px 48px 84px;
  position: relative;
  overflow: hidden;
}

.hero .eyebrow {
  font-family: var(--font-sans);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--accent-soft-text);
  font-weight: 600;
  margin-bottom: 16px;
}

.hero h1 {
  font-family: var(--font-sans);
  font-size: 52px;
  line-height: 1.08;
  margin: 0 0 20px;
  max-width: 900px;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.hero .lede {
  max-width: 680px;
  color: var(--on-secondary-soft);
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 32px;
}

.hero .cta-row {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.hero .trust {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 24px;
  max-width: 920px;
}

.hero .trust-item {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--on-secondary-soft);
  font-size: 14px;
}

.hero .trust-item .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
}

.hero .trust-item b {
  color: #fff;
  font-weight: 600;
}

.hero .shape {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero .shape.two {
  right: 32px;
  top: 80px;
  width: 200px;
  height: 200px;
  border: 1px solid var(--accent-soft);
}

.section {
  padding: 72px 48px;
}

.section h2.sec {
  font-family: var(--font-sans);
  font-size: 34px;
  letter-spacing: -0.01em;
  margin: 0 0 12px;
  font-weight: 700;
  color: var(--navy);
}

.section p.sec-lede {
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.6;
  max-width: 620px;
  margin: 0 0 40px;
}

.section .eyebrow {
  font-family: var(--font-sans);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--teal);
  font-weight: 600;
  margin-bottom: 16px;
}

.section.alt {
  background: var(--surface);
}

.section.navy {
  background: var(--secondary);
  color: #fff;
}

.section.navy h2.sec {
  color: #fff;
}

.section.navy p.sec-lede {
  color: var(--on-secondary-soft);
}

.section.teal-wash {
  background: var(--teal-50);
}

.section.blue-wash {
  background: var(--blue-50);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.pain-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  position: relative;
  transition: transform 0.2s;
}

.pain-card .tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.pain-card .tag.web {
  background: var(--blue-50);
  color: var(--secondary);
}

.pain-card .tag.it {
  background: var(--teal-50);
  color: var(--teal);
}

.pain-card .tag.both {
  background: var(--primary-soft);
  color: var(--gold);
}

.pain-card p {
  margin: 0;
  color: var(--ink);
  font-size: 15.5px;
  line-height: 1.55;
}

.pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px;
}

.pillar {
  border-radius: 18px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.pillar.web {
  background: linear-gradient(155deg, #143E6E 0%, var(--navy) 100%);
}

.pillar.it {
  background: linear-gradient(155deg, #0F6E56 0%, #0A5643 100%);
}

.pillar h3 {
  font-family: var(--font-sans);
  font-size: 28px;
  margin: 0 0 8px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.pillar .kicker {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 16px;
  font-weight: 600;
}

.pillar p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15.5px;
  line-height: 1.6;
  margin: 0 0 24px;
}

.pillar ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.pillar ul li {
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.pillar ul li:first-child {
  border-top: none;
}

.pillar ul li::before {
  content: "\2713";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.6);
}

.pillar a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  margin-top: auto;
  align-self: flex-start;
}

.pillar .decor {
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.quote-block {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 44px;
  margin-top: 24px;
}

.quote-block blockquote {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 26px;
  line-height: 1.35;
  color: var(--navy);
  font-style: italic;
  letter-spacing: -0.005em;
}

.quote-block .quote-mark {
  font-family: var(--font-sans);
  font-size: 80px;
  line-height: 1;
  color: var(--teal);
  margin-bottom: -24px;
  font-weight: 700;
}

.quote-block .attr {
  margin-top: 20px;
  font-size: 14px;
  color: var(--ink-2);
}

.quote-block .attr b {
  color: var(--ink);
  display: block;
  font-size: 15px;
  margin-bottom: 0px;
}

.quote-block .logo-box {
  background: var(--surface-2);
  border: 1px dashed var(--line);
  border-radius: 12px;
  aspect-ratio: 1/0.7;
  display: grid;
  place-items: center;
  color: var(--ink-3);
  font-size: 13px;
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px;
  text-align: left;
}

.stat .num {
  font-family: var(--font-sans);
  font-size: 44px;
  line-height: 1;
  color: var(--teal);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.stat .lbl {
  margin-top: 8px;
  color: var(--ink-2);
  font-size: 13.5px;
  line-height: 1.4;
}

.hc-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: linear-gradient(135deg, var(--secondary-ink) 0%, #0F6E56 100%);
  border-radius: 22px;
  padding: 48px;
  color: #fff;
  margin-top: 24px;
}

.hc-cta h3 {
  font-family: var(--font-sans);
  font-size: 32px;
  line-height: 1.15;
  margin: 0 0 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.hc-cta p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15.5px;
  line-height: 1.6;
  margin: 0 0 16px;
}

.hc-cta .perks {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.hc-cta .perks li {
  padding: 8px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  gap: 8px;
}

.hc-cta .perks li::before {
  content: "\2713";
  color: var(--accent-soft-text);
  font-weight: 700;
}

.hc-form {
  background: #fff;
  color: var(--ink);
  border-radius: 14px;
  padding: 24px;
}

.hc-form h4 {
  font-family: var(--font-sans);
  margin: 0 0 16px;
  font-size: 17px;
  color: var(--navy);
}

.hc-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.field {
  width: 100%;
  margin-bottom: 12px;
}

.field label {
  display: block;
  font-size: 12px;
  color: var(--ink-2);
  font-weight: 600;
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}

.field .input {
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  color: var(--ink-3);
  font-size: 14px;
  background: var(--surface-2);
}

.field.small {
  width: calc(50% - 6px);
}

.field.small+.field.small {
  margin-left: 0;
}

.hc-form .submit {
  width: 100%;
  margin-top: 8px;
  padding: 16px;
  background: var(--teal);
  color: #fff;
  border: 0;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}

.stack-strip {
  margin-top: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}

.stack-strip .count {
  display: inline-block;
  background: var(--teal-50);
  color: var(--teal);
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.stack-strip p {
  color: var(--ink-2);
  margin: 0 0 20px;
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
}

.logo-chip {
  aspect-ratio: 2/1;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 12px;
  color: var(--ink-3);
  letter-spacing: 0.05em;
  padding: 12px;
  overflow: hidden;
}

.logo-chip img {
  display: block;
  max-height: 55%;
  max-width: 80%;
  object-fit: contain;
  opacity: 0.65;
  transition: opacity 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.logo-chip:hover img {
  opacity: 1;
}

.site-footer {
  background: var(--navy-deep);
  color: var(--on-secondary-soft);
  padding: 56px 48px 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
}

.site-footer h5 {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-soft-text);
  margin: 0 0 16px;
  font-weight: 600;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer ul li {
  padding: 4px 0;
  font-size: 14px;
}

.site-footer ul li a {
  color: var(--on-secondary-soft);
  text-decoration: none;
}

.site-footer .brand p {
  color: var(--ink-3);
  font-size: 14px;
  line-height: 1.55;
  margin: 16px 0 0;
  max-width: 280px;
}

.site-footer .bar {
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12.5px;
  color: var(--ink-3);
}

.wa-float {
  position: fixed;
  right: 32px;
  bottom: 32px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.45);
  z-index: 9999;
  transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wa-float:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.6);
}

.page-head {
  padding: 56px 48px 28px;
  border-bottom: 1px solid var(--line-2);
}

.breadcrumbs {
  font-size: 13px;
  color: var(--ink-3);
  margin-bottom: 16px;
}

.breadcrumbs a {
  color: var(--ink-3);
  text-decoration: none;
}

.page-head h1 {
  font-family: var(--font-sans);
  font-size: 40px;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  color: var(--navy);
}

.page-head p.lede {
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.6;
  max-width: 680px;
  margin: 0;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  padding: 48px;
  background: var(--surface);
}

.plan {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.plan.popular {
  border-color: var(--teal);
  box-shadow: 0 12px 30px -14px rgba(15, 110, 86, 0.35);
  transform: translatey(-6px);
}

.plan.flagship {
  border-color: var(--amber);
  background: linear-gradient(180deg, var(--primary-soft) 0%, #fff 40%);
}

.plan .badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translatex(-50%);
  background: var(--teal);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  white-space: nowrap;
  text-align: center;
}

.plan.flagship .badge {
  background: var(--amber);
  color: #4F2F00;
}

.plan .tree {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--teal-50);
  display: grid;
  place-items: center;
  color: var(--teal);
  font-size: 22px;
  margin-bottom: 16px;
}

.plan.flagship .tree {
  background: var(--primary-soft);
  color: var(--gold);
}

.plan .name {
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.01em;
}

.plan .tag {
  font-size: 13px;
  color: var(--ink-2);
  margin-top: 4px;
  min-height: 38px;
}

.plan .storage {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 700;
  margin-top: 16px;
}

.plan .price {
  margin-top: 8px;
}

.plan .price .amt {
  font-family: var(--font-sans);
  font-size: 28px;
  font-weight: 700;
  color: var(--ink);
}

.plan .price .per {
  font-size: 12px;
  color: var(--ink-3);
  margin-left: 4px;
}

.plan .price .annual {
  font-size: 11.5px;
  color: var(--ink-3);
  margin-top: 0px;
}

.plan .feat {
  list-style: none;
  padding: 0;
  margin: 16px 0 16px;
  font-size: 13px;
  color: var(--ink-2);
  flex: 1;
}

.plan .feat li {
  padding: 8px 0;
  border-top: 1px dashed var(--line-2);
  display: flex;
  gap: 8px;
}

.plan .feat li:first-child {
  border-top: none;
}

.plan .feat li::before {
  content: "\2713";
  color: var(--teal);
  font-weight: 700;
}

.plan .plan-cta {
  margin-top: auto;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid var(--line);
  color: var(--ink);
}

.plan.popular .plan-cta {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.plan.flagship .plan-cta {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.bundle-strip {
  background: var(--teal-50);
  border-radius: 16px;
  margin: 0 48px 48px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.bundle-strip .icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--teal);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 22px;
  flex-shrink: 0;
}

.bundle-strip h3 {
  font-family: var(--font-sans);
  margin: 0 0 4px;
  font-size: 20px;
  color: var(--navy);
}

.bundle-strip p {
  margin: 0;
  color: var(--ink-2);
  font-size: 14.5px;
}

.bundle-strip .spacer {
  flex: 1;
}

.bundle-strip .pct {
  background: var(--teal);
  color: #fff;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
}

.it-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.it-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px;
}

.it-card .ico {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--teal-50);
  color: var(--teal);
  display: grid;
  place-items: center;
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 700;
}

.it-card h3 {
  font-family: var(--font-sans);
  margin: 0 0 8px;
  font-size: 19px;
  color: var(--navy);
}

.it-card p {
  margin: 0;
  color: var(--ink-2);
  font-size: 14.5px;
  line-height: 1.55;
}

.tier-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.tier {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.tier.recommended {
  border-color: var(--teal);
  box-shadow: 0 12px 28px -12px rgba(15, 110, 86, 0.3);
}

.tier .badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translatex(-50%);
  background: var(--teal);
  color: #fff;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  white-space: nowrap;
  text-align: center;
}

.tier .name {
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
}

.tier .users {
  font-size: 12px;
  color: var(--ink-3);
  margin-top: 0px;
  letter-spacing: 0.05em;
}

.tier .price {
  margin-top: 16px;
}

.tier .price .amt {
  font-family: var(--font-sans);
  font-size: 24px;
  font-weight: 700;
  color: var(--ink);
}

.tier .price .per {
  font-size: 12px;
  color: var(--ink-3);
}

.tier ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 16px;
  font-size: 12.5px;
  color: var(--ink-2);
}

.tier ul li {
  padding: 4px 0;
  border-top: 1px dashed var(--line-2);
}

.tier ul li:first-child {
  border-top: none;
}

.tier ul li::before {
  content: "\2713";
  color: var(--teal);
  margin-right: 8px;
  font-weight: 700;
}

.tier .cta {
  padding: 8px;
  border-radius: 9px;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  border: 1px solid var(--line);
}

.tier.recommended .cta {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.tier .plan-cta {
  margin-top: auto;
}

.netball-strip {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  margin-top: 32px;
  padding: 28px;
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 24px;
  align-items: center;
}

.netball-strip .logo-mark {
  width: 100px;
  height: 60px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  padding: 8px;
}

.netball-strip h3 {
  font-family: var(--font-sans);
  margin: 0 0 4px;
  font-size: 18px;
  color: var(--navy);
}

.netball-strip p {
  margin: 0;
  color: var(--ink-2);
  font-size: 14.5px;
  line-height: 1.55;
}

.hc-cover {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 72px 48px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--secondary-deep) 100%);
  color: #fff;
}

.hc-cover h1 {
  font-family: var(--font-sans);
  font-size: 46px;
  line-height: 1.08;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.hc-cover p {
  color: var(--on-secondary-soft);
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 28px;
}

.hc-cover .assure {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hc-cover .assure li {
  padding: 8px 0;
  font-size: 14px;
  color: var(--on-secondary-soft);
  display: flex;
  gap: 8px;
}

.hc-cover .assure li::before {
  content: "\2713";
  color: var(--accent-soft-text);
  font-weight: 700;
}

.covers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 48px;
}

.cover-col {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px;
}

.cover-col h3 {
  font-family: var(--font-sans);
  margin: 0 0 16px;
  font-size: 22px;
  color: var(--navy);
}

.cover-col h3 .chip {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--teal-50);
  color: var(--teal);
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 700;
  margin-right: 8px;
  vertical-align: middle;
}

.cover-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cover-col ul li {
  padding: 12px 0;
  border-top: 1px solid var(--line-2);
  font-size: 14.5px;
  color: var(--ink-2);
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.cover-col ul li:first-child {
  border-top: none;
}

.cover-col ul li .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  margin-top: 8px;
  flex-shrink: 0;
}

.request-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  margin: 0 48px 56px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 36px;
}

.request-form h2 {
  font-family: var(--font-sans);
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 26px;
}

.request-form .side-p {
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.55;
}

.request-form .badges {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.request-form .badges span {
  background: var(--teal-50);
  color: var(--teal);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.req-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.req-inputs .full {
  grid-column: span 2;
}

.req-inputs .submit-btn {
  grid-column: span 2;
  padding: 16px;
  background: var(--teal);
  color: #fff;
  border: 0;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  margin-top: 8px;
}

.about-hero {
  padding: 72px 48px;
  background: linear-gradient(135deg, var(--surface) 0%, #fff 100%);
  border-bottom: 1px solid var(--line-2);
}

.about-hero .eyebrow {
  font-family: var(--font-sans);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--teal);
  font-weight: 600;
}

.about-hero h1 {
  font-family: var(--font-sans);
  font-size: 46px;
  margin: 16px 0 16px;
  color: var(--navy);
  letter-spacing: -0.02em;
  max-width: 880px;
  line-height: 1.08;
}

.about-hero .lede {
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.65;
  max-width: 760px;
  margin: 0;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 56px 48px;
  background: #fff;
}

.value {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px;
}

.value .ico {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--teal);
  color: #fff;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  font-weight: 700;
}

.value h4 {
  font-family: var(--font-sans);
  margin: 0 0 8px;
  font-size: 17px;
  color: var(--navy);
}

.value p {
  margin: 0;
  color: var(--ink-2);
  font-size: 14.5px;
  line-height: 1.55;
}

.anchor-client {
  background: var(--teal-50);
  margin: 0 48px;
  border-radius: 18px;
  padding: 36px;
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 28px;
  align-items: center;
}

.anchor-client h3 {
  font-family: var(--font-sans);
  margin: 0 0 8px;
  font-size: 22px;
  color: var(--navy);
}

.anchor-client p {
  margin: 0;
  color: var(--ink-2);
  font-size: 15px;
}

.cs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 48px;
}

.cs-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.cs-card.hero-card {
  grid-column: span 2;
}

.cs-card .cs-img {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
  position: relative;
  color: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cs-card.hero-card .cs-img {
  aspect-ratio: 16/7;
  background: linear-gradient(135deg, var(--secondary-ink) 0%, #0F6E56 100%);
}

.cs-card .cs-img .tag {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 8px;
  border-radius: 999px;
  align-self: flex-start;
}

.cs-card .cs-img h3 {
  font-family: var(--font-sans);
  font-size: 22px;
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.cs-card.hero-card .cs-img h3 {
  font-size: 30px;
}

.cs-body {
  padding: 24px;
}

.cs-body .meta {
  font-size: 11.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 700;
}

.cs-body p {
  color: var(--ink-2);
  font-size: 14.5px;
  line-height: 1.55;
  margin: 8px 0 16px;
}

.cs-body a {
  color: var(--teal);
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

.cs-card.placeholder {
  background: var(--surface);
  border: 1px dashed var(--line);
  display: grid;
  place-items: center;
  color: var(--ink-3);
  font-size: 13.5px;
  text-align: center;
  padding: 32px;
  min-height: 200px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  padding: 64px 48px;
}

.contact-side h1 {
  font-family: var(--font-sans);
  font-size: 40px;
  margin: 0 0 12px;
  color: var(--navy);
}

.contact-side p.lede {
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.6;
  max-width: 440px;
  margin: 0 0 28px;
}

.channel {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-top: 1px solid var(--line-2);
}

.channel:first-of-type {
  border-top: 1px solid var(--line-2);
}

.channel .ico {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--teal-50);
  color: var(--teal);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-weight: 700;
}

.channel h4 {
  font-family: var(--font-sans);
  margin: 0 0 0px;
  font-size: 15px;
}

.channel p {
  margin: 0;
  color: var(--ink-2);
  font-size: 14px;
}

.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 12px 30px -14px rgba(13, 43, 78, 0.15);
}

.contact-form h3 {
  font-family: var(--font-sans);
  margin: 0 0 16px;
  font-size: 20px;
  color: var(--navy);
}

.contact-form .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.contact-form .full {
  grid-column: span 2;
}

.contact-form .submit-btn {
  grid-column: span 2;
  padding: 16px;
  background: var(--teal);
  color: #fff;
  border: 0;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  margin-top: 4px;
}

.faq-wrap {
  padding: 56px 48px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
}

.faq-nav h5 {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 12px;
}

.faq-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.faq-nav ul li {
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  color: var(--ink-2);
  cursor: pointer;
}

.faq-nav ul li.active {
  background: var(--teal-50);
  color: var(--teal);
  font-weight: 600;
}

.faq-col h2 {
  font-family: var(--font-sans);
  font-size: 30px;
  margin: 0 0 20px;
  color: var(--navy);
}

.qa {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 8px;
}

.qa.open {
  border-color: var(--teal);
}

.qa .q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: var(--navy);
  font-size: 15.5px;
  cursor: pointer;
}

.qa .q .chev {
  color: var(--teal);
  font-size: 18px;
}

.qa .a {
  margin-top: 12px;
  color: var(--ink-2);
  font-size: 14.5px;
  line-height: 1.6;
  display: none;
}

.qa.open .a {
  display: block;
}

.annotation {
  position: absolute;
  background: var(--amber);
  color: #4F2F00;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 4px 8px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(244, 167, 59, 0.4);
  z-index: 20;
  font-family: var(--font-sans);
}

.ds-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.ds-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px;
}

.ds-card h4 {
  font-family: var(--font-sans);
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.swatch {
  height: 56px;
  border-radius: 10px;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-end;
  padding: 8px 8px;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.swatch.light {
  color: var(--ink);
}

.type-sample {
  margin-bottom: 16px;
}

.type-sample b {
  display: block;
  font-family: var(--font-sans);
  font-weight: 700;
  color: var(--navy);
}

.type-sample small {
  color: var(--ink-3);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--font-sans);
  font-weight: 600;
}

.btn-demo {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.legend {
  margin-top: 12px;
  padding: 16px 16px;
  background: var(--primary-soft);
  border: 1px solid #F0D898;
  border-radius: 10px;
  color: #805400;
  font-size: 13.5px;
  line-height: 1.55;
}

.legend b {
  color: #5A3A00;
}

.handoff {
  padding: 40px 0 0;
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.55;
  border-top: 1px solid var(--line);
  margin-top: 80px;
  text-align: center;
}

.handoff b {
  color: var(--ink);
}

/* v3.0 additions: cyber pillar, proposal-CTA, EU badge */
.pillars {
  grid-template-columns: repeat(3, 1fr) !important;
}

.pillar.cyber {
  background: linear-gradient(155deg, #5C2E91 0%, #3A1B5E 100%);
}

.proposal-cta {
  margin-top: 16px;
  padding: 16px 16px;
  border: 1px dashed var(--teal);
  border-radius: 12px;
  background: var(--teal-50);
  color: var(--teal-dark);
  font-size: 13px;
  line-height: 1.5;
}

.proposal-cta b {
  color: var(--teal-dark);
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.price.custom {
  padding: 16px 0;
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
  margin: 8px 0 16px;
}

.price.custom .lead-text {
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.01em;
  display: block;
}

.price.custom .sub-text {
  font-size: 12px;
  color: var(--ink-3);
  margin-top: 4px;
  line-height: 1.5;
  display: block;
}

.eu-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #039 0%, #FC0 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 4px 12px;
  border-radius: 999px;
  text-transform: uppercase;
}

.jurisdiction-strip {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 24px;
  border-radius: 14px;
  background: var(--secondary-ink);
  color: var(--on-secondary-soft);
  font-size: 13.5px;
  line-height: 1.55;
  margin-top: 24px;
}

.jurisdiction-strip .pill {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.jurisdiction-strip b {
  color: #fff;
}

/* Tier tech specs (DNS / visitors / RAM) */
.plan .specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 16px 0 8px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface-2);
  font-size: 12px;
}

.plan .specs div {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.plan .specs small {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 700;
}

.plan .specs b {
  font-size: 13px;
  color: var(--navy);
  font-weight: 600;
}

.arch-explainer {
  padding: 32px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--surface) 0%, #fff 100%);
  border: 1px solid var(--line);
  margin-top: 24px;
}

.arch-explainer h3 {
  font-family: var(--font-sans);
  font-size: 22px;
  color: var(--navy);
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}

.arch-explainer p {
  color: var(--ink-2);
  font-size: 14.5px;
  line-height: 1.65;
  margin: 0 0 12px;
}

.arch-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.arch-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.arch-card .lbl {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 700;
}

.arch-card .val {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 18px;
  color: var(--navy);
  margin: 8px 0 4px;
}

.arch-card .desc {
  color: var(--ink-2);
  font-size: 12.5px;
  line-height: 1.5;
}

/* Technical Triad styling */
.triad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.triad-card {
  position: relative;
  border-radius: 18px;
  padding: 32px;
  color: #fff;
  overflow: hidden;
}

.triad-card .role {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  margin-bottom: 8px;
}

.triad-card h3 {
  font-family: var(--font-sans);
  font-size: 24px;
  margin: 0 0 8px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.triad-card .link {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-sans);
  margin-bottom: 16px;
  display: block;
}

.triad-card p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0 0 16px;
}

.triad-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.triad-card ul li {
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}

.triad-card ul li:first-child {
  border-top: none;
}

.triad-card ul li::before {
  content: "\2713";
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.4;
}

.triad-card.stractiv8 {
  background: linear-gradient(155deg, var(--secondary-ink) 0%, #143E6E 100%);
}

.triad-card.teracore {
  background: linear-gradient(155deg, #0F6E56 0%, #0A5643 100%);
}

.triad-card.knights {
  background: linear-gradient(155deg, #5A3E2B 0%, #E67A2E 100%);
}

.triad-card .decor-circle {
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.triad-claim {
  margin-top: 68px;
  padding: 28px 32px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--surface) 0%, var(--primary-soft) 100%);
  border: 1px solid var(--line);
  position: relative;
}

.triad-claim .pillars-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.triad-claim .pillars-meta span {
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  background: #fff;
  color: var(--navy);
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid var(--line);
}

.triad-claim p {
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.5;
  color: var(--navy);
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.triad-claim p em {
  font-style: italic;
  color: var(--teal-dark);
  font-weight: 700;
}

.triad-footer-credit {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11.5px;
  color: var(--accent-soft-text);
  font-family: var(--font-sans);
  letter-spacing: 0.06em;
}

.triad-footer-credit b {
  color: #fff;
  font-weight: 600;
}

/* ============================================================
   PREMIUM MOTION & DEPTH UPGRADES (v3.1)
   ============================================================ */

/* 1. Global smooth transitions for elements with interactive roles */
a,
button,
.btn,
.pain-card,
.pillar,
.triad-card,
.stat,
.hc-form,
.submit,
.submit-btn,
.logo-chip,
.qa,
.plan,
.tier,
.cs-card,
.value,
.it-card,
.faq-nav ul li {
  transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 250ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 250ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

/* 2. Tactile button press feedback */
.btn:active,
.submit:active,
.submit-btn:active,
.plan-cta:active,
.tier .cta:active,
.req-inputs .submit-btn:active,
.hc-form .submit:active {
  transform: scale(0.97) !important;
}

/* 3. Base shadow setup for cards (instead of flat layout) */
.pain-card,
.pillar,
.stat,
.plan,
.tier,
.it-card,
.cs-card,
.value {
  box-shadow:
    0 4px 6px -1px rgba(90, 62, 43, 0.07),
    0 10px 15px -3px rgba(90, 62, 43, 0.04);
}

/* 4. Elevation, shadow, and scale changes on hover */
.pain-card:hover,
.pillar:hover,
.plan:hover,
.tier:hover,
.cs-card:hover,
.it-card:hover,
.value:hover,
.stat:hover {
  transform: translateY(-4px);
  box-shadow:
    0 10px 20px -2px rgba(90, 62, 43, 0.12),
    0 20px 25px -5px rgba(90, 62, 43, 0.06) !important;
  border-color: rgba(90, 62, 43, 0.3) !important;
}

/* 5. CTA Elevation Signals */
.btn-primary,
.submit,
.submit-btn,
.plan.popular .plan-cta,
.tier.recommended .cta,
.req-inputs .submit-btn,
.hc-form .submit {
  box-shadow: 0 4px 12px rgba(230, 122, 46, 0.25);
}

.btn-navy,
.plan.flagship .plan-cta {
  box-shadow: 0 4px 12px rgba(90, 62, 43, 0.2);
}

.btn-primary:hover,
.submit:hover,
.submit-btn:hover,
.req-inputs .submit-btn:hover,
.hc-form .submit:hover {
  box-shadow: 0 6px 16px rgba(230, 122, 46, 0.35);
  transform: translateY(-1px);
}

.btn-navy:hover,
.plan.flagship .plan-cta:hover {
  box-shadow: 0 6px 16px rgba(90, 62, 43, 0.3);
  transform: translateY(-1px);
}

/* 6. Accordion expand/collapse transition */
.qa .a {
  display: block !important;
  /* Override layout display toggle */
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: max-height 250ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 200ms cubic-bezier(0.16, 1, 0.3, 1),
    margin-top 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.qa.open .a {
  max-height: 250px;
  /* Generous headroom for the answers */
  opacity: 1;
  margin-top: 12px;
}

/* ============================================================
   TYPOGRAPHY & ACCESSIBILITY UPGRADES (v3.2)
   ============================================================ */

/* 1. Header Line-Height Adjustments for Better Scanability */
h1,
h2,
h3,
h4,
h5,
h6,
.cover h1,
.hero h1,
.section-label h2,
.section h2.sec,
.pillar h3,
.hc-cta h3,
.plan .name,
.tier .name,
.cs-card .cs-img h3,
.about-hero h1,
.contact-side h1 {
  line-height: 1.18 !important;
  letter-spacing: -0.02em !important;
}

/* 2. Text Line Measure (Clamp to 60-75 Characters for Readability) */
.hero .lede,
.section p.sec-lede,
.about-hero .lede,
.contact-side p.lede,
.hc-cover p,
.page-head p.lede,
.cover p {
  max-width: 680px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  line-height: 1.62 !important;
}

/* 3. Primary CTA High-Contrast Weights & Active Highlights */
.btn,
.btn-primary,
.submit,
.submit-btn,
.req-inputs .submit-btn,
.hc-form .submit {
  font-weight: 700 !important;
  letter-spacing: 0.02em;
}

.btn-primary:hover,
.submit:hover,
.submit-btn:hover,
.req-inputs .submit-btn:hover,
.hc-form .submit:hover {
  background: var(--primary-dark) !important;
}

/* 4. Navigation Links Sliding Underline Animation */
.site .nav-links a {
  position: relative !important;
  padding: 8px 0 !important;
  transition: color 250ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.site .nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: width 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.site .nav-links a:hover::after,
.site .nav-links a.active::after {
  width: 100%;
}

.site .nav-links a:hover {
  color: var(--navy) !important;
}

/* 5. Custom Inline SVG Tree Styling */
.icon-tree {
  width: 22px;
  height: 22px;
  stroke: var(--teal);
  stroke-width: 1.5;
  transition: stroke 250ms cubic-bezier(0.16, 1, 0.3, 1), transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.plan:hover .icon-tree {
  transform: scale(1.1);
  stroke: var(--primary-dark);
}

.plan.flagship .icon-tree {
  stroke: var(--gold);
}

.plan.flagship:hover .icon-tree {
  stroke: var(--primary);
}

/* 6. Custom Flag Alignment */
.icon-flag {
  vertical-align: middle;
  margin-right: 8px;
  margin-top: 0px;
}

/* 7. Premium Visual Adjustments (Typography, Shadows, Focus, & Motion) */

/* A. Editorial Heading Tracking */
h1,
h2 {
  letter-spacing: -0.02em;
}

h3 {
  letter-spacing: -0.01em;
}

/* B. Warm-Toned Layered Shadows (Updating Base Shadows) */
.pain-card,
.stat,
.plan,
.tier,
.it-card,
.cs-card,
.value {
  box-shadow:
    0 4px 6px -1px rgba(90, 62, 43, 0.07),
    0 10px 15px -3px rgba(90, 62, 43, 0.04) !important;
}

/* C. Tactile Focus Rings on Inputs */
input:focus,
textarea:focus {
  outline: none;
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 4px rgba(230, 122, 46, 0.15) !important;
}

/* D. Interactive CTA Arrow Shifts */
.cta:hover .arrow,
.btn:hover .arrow,
.plan-cta:hover .arrow,
.submit-btn:hover .arrow,
.submit:hover .arrow {
  transform: translateX(4px);
}

.arrow {
  display: inline-block;
  transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

/* E. Pulsing Status Accents & WA Float Badge */
.status-dot {
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0% {
    transform: scale(0.95);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.25);
    opacity: 1;
  }

  100% {
    transform: scale(0.95);
    opacity: 0.5;
  }
}

.wa-float .status-dot {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 12px;
  height: 12px;
  background: var(--primary);
  border: 2px solid #25D366;
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
}

/* 8. Smooth Scroll and Movement (Scroll Reveal Entrance Animations) */
html {
  scroll-behavior: smooth;
}

.section {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 600ms cubic-bezier(0.16, 1, 0.3, 1), transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.section.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .section {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* WhatsApp icon outline */
.icon-whatsapp {
  fill: none;
  stroke: #25D366;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-whatsapp .accent {
  fill: #25D366;
  stroke: none;
}

/* Custom Cursor Elements */






/* Hover States */




/* Hide default cursor on desktop */
@media (pointer: fine) {

  body,
  a,
  button,
  input,
  select,
  textarea,
  .btn,
  .submit,
  .logo,
  .wa-float,
  [role="button"] {
    
  }
}

/* WordPress Navigation Integration */
.site .nav-links ul {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site .nav-links ul li {
  display: inline-block;
}

.site .nav-links ul li a {
  font-size: 14px;
  color: var(--ink-2);
  text-decoration: none;
  font-weight: 500;
}

.site .nav-links ul li a:hover {
  color: var(--navy);
}

.site .nav-links ul li.current-menu-item a,
.site .nav-links ul li.current_page_item a {
  color: var(--navy);
  font-weight: 600;
}

/* Desktop defaults for mobile components */
.site .nav .nav-toggle {
  display: none !important;
}

.mobile-nav-meta {
  display: none !important;
}

.nav-overlay {
  display: none !important;
}

/* ============================================================
   RESPONSIVE LAYOUT UTILITIES
   ============================================================ */

.specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 16px 0 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #FAFBFD;
  font-size: 11.5px;
}

.section-pill {
  margin: 0 48px 56px;
  border-radius: 18px;
}

.cta-split-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.grid-5-col {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.pricing-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.jurisdiction-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 16px;
}

/* ============================================================
   RESPONSIVE MEDIA QUERIES
   ============================================================ */

/* --- Tablet Breakpoint (max-width: 1024px) --- */
@media screen and (max-width: 1024px) {

  /* Navigation Header Mobile/Tablet Styles */
  .site .nav {
    padding: 14px 24px;
    justify-content: space-between;
  }

  .site .nav .spacer,
  .site .nav-meta,
  .site .nav>.btn-primary {
    display: none !important;
    /* Hide desktop elements */
  }

  .site .nav .nav-toggle {
    display: flex !important;
    position: relative;
    width: 24px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 101;
    flex-direction: column;
    justify-content: space-between;
  }

  .nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--navy);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  }

  .nav.nav-active .nav-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav.nav-active .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .nav.nav-active .nav-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .site .nav-links {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100vh;
    background: #fff;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    padding: 100px 32px 40px;
    margin: 0;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 100;
    gap: 32px;
  }

  .nav.nav-active .nav-links {
    right: 0;
  }

  .site .nav-links ul {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .site .nav-links ul li {
    display: block;
    width: 100%;
  }

  .site .nav-links ul li a {
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 8px 0;
  }

  .mobile-nav-meta {
    display: flex !important;
    flex-direction: column;
    gap: 24px;
    margin-top: auto;
    border-top: 1px solid var(--line);
    padding-top: 24px;
  }

  .mobile-nav-meta .wa {
    color: var(--teal);
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mobile-nav-meta .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .nav-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  .nav.nav-active+.nav-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  /* Layout Spacing Adjustments */
  .section {
    padding: 56px 32px;
  }

  .section-pill {
    margin: 0 24px 40px;
    border-radius: 14px;
  }

  /* Grid Conversions for Tablets */
  .grid-5-col {
    grid-template-columns: repeat(3, 1fr);
  }

  .tier-grid,
  .plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pain-grid,
  .triad,
  .cs-grid,
  .values-grid,
  .pricing-audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pillars {
    grid-template-columns: 1fr !important;
  }

  .cta-split-row {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: start;
  }

  .cta-split-row a.btn {
    align-self: flex-start;
  }

  .netball-strip,
  .anchor-client {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    gap: 16px;
    margin: 0 24px;
  }

  .netball-strip .logo-mark,
  .anchor-client .logo-mark {
    margin: 0 auto;
  }

  .quote-block {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px;
  }

  .quote-block .logo-box {
    max-width: 200px;
    margin: 0 auto;
  }

  .logo-row {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .hc-cta {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .faq-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 40px 32px;
  }

  .faq-split {
    grid-template-columns: 1fr;
  }

  .request-form {
    grid-template-columns: 1fr;
    margin: 0 24px 40px;
    padding: 32px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 32px;
  }
}

/* --- Mobile Breakpoint (max-width: 768px) --- */
@media screen and (max-width: 768px) {

  /* Typography Reductions */
  .hero h1 {
    font-size: 34px !important;
    line-height: 1.15;
  }

  .cover h1 {
    font-size: 34px !important;
    line-height: 1.15;
  }

  .section h2.sec {
    font-size: 24px !important;
    line-height: 1.25;
  }

  .section-label h2 {
    font-size: 20px !important;
  }

  .quote-block blockquote {
    font-size: 20px;
    line-height: 1.4;
  }

  /* Spacing Reductions */
  .section {
    padding: 40px 20px;
  }

  .section-pill {
    margin: 0 16px 32px;
    border-radius: 12px;
  }

  .hero {
    padding: 56px 20px 60px;
  }

  .cover {
    padding: 32px 24px;
    border-radius: 16px;
  }

  /* Floating WhatsApp Button Adjustment */
  .wa-float {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }

  /* Grid Conversions for Mobile */
  .grid-5-col,
  .it-grid,
  .ds-grid,
  .plan .specs,
  .specs {
    grid-template-columns: 1fr;
  }

  .tier-grid,
  .plan-grid {
    grid-template-columns: 1fr;
  }

  .pain-grid,
  .triad,
  .cs-grid,
  .values-grid,
  .pricing-audience-grid {
    grid-template-columns: 1fr;
  }

  .jurisdiction-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .logo-row {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hc-cover {
    grid-template-columns: 1fr;
    padding: 32px 24px;
    gap: 32px;
  }

  .covers-grid {
    grid-template-columns: 1fr;
    padding: 24px 20px;
    gap: 20px;
  }

  .arch-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .site-footer {
    padding: 40px 24px 20px;
  }

  .site-footer .bar {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .netball-strip,
  .anchor-client {
    margin: 0 16px;
    padding: 24px;
  }

  .request-form {
    margin: 0 16px 32px;
    padding: 24px;
  }

  .contact-grid {
    padding: 32px 20px;
  }

  .contact-form .grid,
  .req-inputs {
    grid-template-columns: 1fr;
  }

  .hero .cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .hero .cta-row .btn {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .cover .meta {
    flex-direction: column;
    gap: 16px;
  }

  .cover .meta>div {
    min-width: 100%;
  }
}
 h t m l   {   s c r o l l - p a d d i n g - t o p :   8 0 p x ;   } 
 @ m e d i a   ( p r e f e r s - r e d u c e d - m o t i o n :   n o - p r e f e r e n c e )   {   h t m l   {   s c r o l l - b e h a v i o r :   s m o o t h ;   }   } 
 
 
 
 / *   R e v e a l   A n i m a t i o n s   * / 
 . j s - e n a b l e d   . s e c t i o n , 
 . j s - e n a b l e d   . p a i n - g r i d   >   * , 
 . j s - e n a b l e d   . p i l l a r s   >   * , 
 . j s - e n a b l e d   . p l a n - g r i d   >   * , 
 . j s - e n a b l e d   . i t - g r i d   >   * , 
 . j s - e n a b l e d   . t i e r - g r i d   >   * , 
 . j s - e n a b l e d   . t r i a d   >   * , 
 . j s - e n a b l e d   . c s - g r i d   >   * , 
 . j s - e n a b l e d   . c o v e r s - g r i d   >   *   { 
     o p a c i t y :   0 ; 
     t r a n s f o r m :   t r a n s l a t e Y ( 3 0 p x ) ; 
 } 
 
 @ m e d i a   ( p r e f e r s - r e d u c e d - m o t i o n :   n o - p r e f e r e n c e )   { 
     . j s - e n a b l e d   . s e c t i o n , 
     . j s - e n a b l e d   . p a i n - g r i d   >   * , 
     . j s - e n a b l e d   . p i l l a r s   >   * , 
     . j s - e n a b l e d   . p l a n - g r i d   >   * , 
     . j s - e n a b l e d   . i t - g r i d   >   * , 
     . j s - e n a b l e d   . t i e r - g r i d   >   * , 
     . j s - e n a b l e d   . t r i a d   >   * , 
     . j s - e n a b l e d   . c s - g r i d   >   * , 
     . j s - e n a b l e d   . c o v e r s - g r i d   >   *   { 
         t r a n s i t i o n :   o p a c i t y   0 . 8 5 s   e a s e - o u t ,   t r a n s f o r m   0 . 8 5 s   e a s e - o u t ; 
     } 
 } 
 
 . j s - e n a b l e d   . i s - v i s i b l e , 
 . j s - e n a b l e d   . i s - v i s i b l e . s e c t i o n , 
 . j s - e n a b l e d   . p a i n - g r i d   >   . i s - v i s i b l e , 
 . j s - e n a b l e d   . p i l l a r s   >   . i s - v i s i b l e , 
 . j s - e n a b l e d   . p l a n - g r i d   >   . i s - v i s i b l e , 
 . j s - e n a b l e d   . i t - g r i d   >   . i s - v i s i b l e , 
 . j s - e n a b l e d   . t i e r - g r i d   >   . i s - v i s i b l e , 
 . j s - e n a b l e d   . t r i a d   >   . i s - v i s i b l e , 
 . j s - e n a b l e d   . c s - g r i d   >   . i s - v i s i b l e , 
 . j s - e n a b l e d   . c o v e r s - g r i d   >   . i s - v i s i b l e   { 
     o p a c i t y :   1 ; 
     t r a n s f o r m :   t r a n s l a t e Y ( 0 ) ; 
 } 
 
 
 
 / *   L o c a l   F o n t s   * / 
 @ f o n t - f a c e   { 
     f o n t - f a m i l y :   " S a t o s h i " ; 
     s r c :   u r l ( " . / a s s e t s / f o n t s / s a t o s h i - 4 0 0 . w o f f 2 " )   f o r m a t ( " w o f f 2 " ) ; 
     f o n t - w e i g h t :   4 0 0 ; 
     f o n t - d i s p l a y :   s w a p ; 
     f o n t - s t y l e :   n o r m a l ; 
 } 
 @ f o n t - f a c e   { 
     f o n t - f a m i l y :   " S a t o s h i " ; 
     s r c :   u r l ( " . / a s s e t s / f o n t s / s a t o s h i - 5 0 0 . w o f f 2 " )   f o r m a t ( " w o f f 2 " ) ; 
     f o n t - w e i g h t :   5 0 0 ; 
     f o n t - d i s p l a y :   s w a p ; 
     f o n t - s t y l e :   n o r m a l ; 
 } 
 @ f o n t - f a c e   { 
     f o n t - f a m i l y :   " S a t o s h i " ; 
     s r c :   u r l ( " . / a s s e t s / f o n t s / s a t o s h i - 7 0 0 . w o f f 2 " )   f o r m a t ( " w o f f 2 " ) ; 
     f o n t - w e i g h t :   7 0 0 ; 
     f o n t - d i s p l a y :   s w a p ; 
     f o n t - s t y l e :   n o r m a l ; 
 } 
 
 
 