:root {
  --brand-primary: #ff7a1a;
  --brand-secondary: #ff9f3f;
  --brand-accent: #2f7d4f;
  --brand-dark: #0c0c0c;
  --brand-darker: #050505;
  --brand-surface: rgba(255,255,255,0.05);
  --brand-surface-2: rgba(255,255,255,0.09);
  --brand-border: rgba(255,255,255,0.14);
  --brand-text: #f4f4f4;
  --brand-muted: #b7b7b7;
  --brand-success: #2f7d4f;
  --card-glow-warm: rgba(255, 122, 26, 0.16);
  --card-glow-cool: rgba(47, 125, 79, 0.12);
  --shadow-soft: 0 10px 30px rgba(0,0,0,0.22);
  --shadow-lg: 0 18px 60px rgba(0,0,0,0.34);
  --radius-xl: 25px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --radius-sm: 11px;
  --header-height: 76px;
  --quick-links-offset: 22px;
  --space-card-grid: 1.5rem;
  --space-card-grid-mobile: 1rem;
  --space-card-stack: 1rem;
  --space-card-inner: 0.85rem;
  --space-card-content: 0.75rem;
}

.site-feedback-modal .modal-dialog {
  max-width: 430px;
  padding: 1rem;
}

.site-feedback-modal .modal-content {
  color: #f8fafc;
  background: #111827;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
}

.site-feedback-modal .modal-body {
  padding: 2rem;
}

.site-feedback-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 1rem;
  color: #fff;
  background: var(--brand-success);
  border-radius: 50%;
  font-size: 1.55rem;
}

.site-feedback-modal.is-error .site-feedback-icon {
  background: #b83a3a;
}

.site-feedback-modal h2 {
  margin-bottom: 0.65rem;
}

.site-feedback-modal p {
  margin-bottom: 1.4rem;
  color: rgba(255, 255, 255, 0.76);
}

.site-feedback-acknowledge {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 44px;
  padding: 0;
  font-size: 1.2rem;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 90%;
  scroll-behavior: smooth;
  overflow-y: scroll;
}

section[id] {
  scroll-margin-top: calc(var(--header-height) + var(--quick-links-offset));
}

body {
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255,122,26,0.22), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(47,125,79,0.16), transparent 20%),
    linear-gradient(135deg, #050505 0%, #0c0c0c 45%, #151515 100%);
  color: var(--brand-text);
  overflow-x: hidden;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

main {
  padding-top: var(--header-height);
  flex: 1 0 auto;
}

a {
  text-decoration: none;
}

.section-padding {
  padding: 54px 0;
}

main .row.g-4 {
  --bs-gutter-x: var(--space-card-grid);
  --bs-gutter-y: var(--space-card-grid);
}

.glass {
  background: var(--brand-surface);
  border: 1px solid var(--brand-border);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: var(--shadow-soft);
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.section-subtitle {
  color: var(--brand-muted);
  max-width: 720px;
  font-size: 1.05rem;
}

.navbar {
  background: rgba(5, 5, 5, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22);
}

.navbar .container,
.site-nav-row {
  position: relative;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.navbar-brand {
  flex: 0 0 270px;
  max-width: 270px;
  min-width: 0;
  margin-right: 0;
  padding: 0.65rem 0;
  font-weight: 900;
  letter-spacing: -0.03em;
  font-size: 1.1rem;
  line-height: 1;
  position: relative;
  z-index: 1102;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
}

.brand-title {
  display: block;
  font-size: 1rem;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.035em;
  color: #ffffff;
}

.brand-subtitle {
  display: block;
  font-size: 0.74rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

.brand-badge {
  width: 43px;
  height: 43px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
  color: white;
  box-shadow: 0 10px 25px rgba(255, 122, 26, 0.32);
  flex: 0 0 43px;
  overflow: hidden;
}

.navbar-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navbar-collapse {
  min-width: 0;
  flex: 1 1 auto;
  justify-content: flex-end;
}

.navbar-nav,
.page-nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  gap: 1.35rem;
  margin-left: auto;
  margin-bottom: 0;
  padding: 0;
}

.desktop-nav-socials {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(255,255,255,0.12);
}

.nav-social-link {
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: rgba(255, 210, 175, 0.9);
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.035);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-social-link:hover {
  color: #ffffff;
  border-color: rgba(255,159,63,0.38);
  background: rgba(255,122,26,0.12);
  transform: translateY(-1px);
}

.nav-social-link i {
  font-size: 0.96rem;
  line-height: 1;
}

.nav-link {
  color: rgba(255, 184, 128, 0.96) !important;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.55rem 0 !important;
  position: relative;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #ffffff !important;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.15rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-primary), var(--brand-secondary));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.quick-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.6rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.quick-link:hover,
.quick-link.active {
  color: #ffffff;
  background: linear-gradient(180deg, rgba(255, 122, 26, 0.18), rgba(255, 122, 26, 0.09));
  border-color: rgba(255, 159, 63, 0.34);
  box-shadow: 0 14px 28px rgba(255, 122, 26, 0.12);
  transform: translateY(-1px);
}

.mobile-menu-toggle {
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 1102;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle[aria-expanded="true"] {
  background: rgba(255, 122, 26, 0.12);
  border-color: rgba(255, 159, 63, 0.32) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.mobile-menu-toggle:active {
  transform: scale(0.96);
}

.mobile-menu-toggle:focus {
  box-shadow: none;
}

.menu-toggle-box {
  width: 24px;
  height: 18px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-toggle-line {
  width: 24px;
  height: 2.5px;
  display: block;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 16px rgba(255,255,255,0.28);
  transform-origin: center;
  transition: transform 0.32s ease, opacity 0.22s ease, background 0.25s ease;
}

.mobile-menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-child(1) {
  transform: translateY(7.75px) rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-child(3) {
  transform: translateY(-7.75px) rotate(-45deg);
}

@keyframes mobile-nav-rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn-brand {
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  border: none;
  color: white;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  box-shadow: 0 12px 30px rgba(255,122,26,0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-brand:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(255,122,26,0.38);
  color: white;
}

.btn-outline-light-soft {
  border: 1px solid rgba(255,255,255,0.18);
  color: white;
  background: rgba(255,255,255,0.04);
  font-weight: 700;
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
}

.btn-outline-light-soft:hover {
  background: rgba(255,255,255,0.1);
  color: white;
  border-color: rgba(255,255,255,0.28);
}

.hero {
  position: relative;
  padding-top: 41px;
  padding-bottom: 61px;
  overflow: hidden;
}

.page-hero {
  padding-bottom: 56px;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 0;
  opacity: 0.7;
}

.hero::before {
  width: 340px;
  height: 340px;
  background: rgba(255,122,26,0.24);
  top: -80px;
  left: -70px;
}

.hero::after {
  width: 300px;
  height: 300px;
  background: rgba(47,125,79,0.14);
  right: -60px;
  top: 20px;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-shell {
  position: relative;
  z-index: 1;
  padding: clamp(1.45rem, 2.2vw, 2.1rem);
  border-radius: 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255,122,26,0.16), transparent 26%),
    radial-gradient(circle at 82% 78%, rgba(47,125,79,0.12), transparent 24%),
    linear-gradient(135deg, rgba(64,38,20,0.78), rgba(23,24,19,0.9) 62%, rgba(18,33,25,0.92)),
    rgba(255,255,255,0.03);
  box-shadow:
    0 26px 80px rgba(0,0,0,0.32),
    inset 0 1px 0 rgba(255,255,255,0.06);
}

.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,122,26,0.06), rgba(47,125,79,0.05)),
    radial-gradient(circle at 20% 14%, rgba(255,255,255,0.07), transparent 22%);
  pointer-events: none;
}

.hero-shell::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,0.06);
  pointer-events: none;
}

.hero-shell > * {
  position: relative;
  z-index: 1;
}

.hero-shell__top {
  margin-bottom: 0;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 0;
  border-bottom: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(247, 242, 234, 0.96);
  padding: 0.62rem 0.98rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 24px rgba(0,0,0,0.16);
  margin-bottom: 0.95rem;
}

.hero-title {
  font-size: clamp(2.25rem, 4vw, 3.55rem);
  line-height: 1.04;
  font-weight: 850;
  letter-spacing: 0;
  margin-bottom: 0.72rem;
  max-width: 20ch;
  text-wrap: balance;
  margin-left: auto;
  margin-right: auto;
}

.hero-brand-lockup {
  width: min(100%, 760px);
  max-width: 760px;
  margin-bottom: 0.82rem;
  text-wrap: initial;
}

.hero-brand-line {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255,255,255,0.96);
  line-height: 0.88;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 16px 36px rgba(0,0,0,0.28);
}

.hero-brand-line--primary {
  font-size: clamp(4.15rem, 8.6vw, 7.15rem);
  font-weight: 900;
}

.hero-brand-line--secondary {
  font-size: clamp(2.64rem, 5.34vw, 4.48rem);
  font-weight: 880;
}

.hero-brand-line--tagline {
  margin-top: 0.24rem;
  font-size: clamp(1.18rem, 2.38vw, 2rem);
  line-height: 1;
  font-weight: 850;
}

.hero-support-statement {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.05rem;
  font-size: clamp(0.88rem, 1.35vw, 1rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 210, 175, 0.96);
}

.hero-support-statement::before,
.hero-support-statement::after {
  content: "";
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,122,26,0.95), rgba(255,159,63,0.3));
}

.hero-support-statement::after {
  background: linear-gradient(270deg, rgba(255,122,26,0.95), rgba(255,159,63,0.3));
}

.hero-copy {
  color: rgba(231, 227, 220, 0.76);
  font-size: 1.08rem;
  line-height: 1.72;
  max-width: 58ch;
  margin-bottom: 1.65rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero-copy.wide-copy {
  max-width: 760px;
}

.hero-content {
  max-width: 1180px;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-content .eyebrow,
.hero-content .hero-support-statement {
  margin-left: auto;
  margin-right: auto;
}

.hero-content .hero-actions,
.hero-content .hero-quick-links {
  justify-content: center;
}

.hero-actions .btn {
  min-width: 210px;
  padding-inline: 1.5rem;
}

.hero-inline-visual {
  width: 100%;
  max-width: 560px;
  margin: 0.15rem auto 1.35rem;
}

.hero-inline-visual .interactive-hero {
  min-height: 364px;
  padding: 0.7rem;
  background: transparent;
  border: none;
  box-shadow: none;
}

.hero-inline-visual .interactive-stage {
  min-height: 374px;
}

.hero-inline-visual .interactive-hero::before {
  inset: 8% 10%;
  background: radial-gradient(circle, rgba(255,122,26,0.2), rgba(47,125,79,0.07) 54%, transparent 72%);
  filter: blur(18px);
}

.interactive-stage__ring--halo {
  width: min(78vw, 372px);
  height: min(78vw, 372px);
  border-color: rgba(255,255,255,0.1);
}

.interactive-stage__ring--orbit {
  width: min(72vw, 324px);
  height: min(52vw, 218px);
  border-color: rgba(255, 173, 91, 0.22);
}

.hero-inline-visual .interactive-stage__ring--outer {
  width: min(68vw, 292px);
  height: min(68vw, 292px);
}

.hero-inline-visual .interactive-stage__ring--inner {
  width: min(48vw, 206px);
  height: min(48vw, 206px);
}

.interactive-stage__ring--core {
  width: min(30vw, 136px);
  height: min(30vw, 136px);
  border-color: rgba(255,255,255,0.18);
}

.hero-inline-visual .interactive-stage__shadow {
  width: 212px;
  height: 54px;
}

.hero-inline-visual .interactive-object {
  width: min(36vw, 168px);
}

.hero-quick-links {
  margin-top: 0.25rem;
  width: fit-content;
  max-width: 100%;
}

.interactive-hero {
  position: relative;
  width: 100%;
  min-height: 320px;
  padding: clamp(1rem, 1.8vw, 1.3rem);
  border-radius: 30px;
  overflow: hidden;
  display: grid;
  place-items: center;
  gap: 0;
  isolation: isolate;
  transform-style: preserve-3d;
  touch-action: pan-y;
  background:
    radial-gradient(circle at 50% 35%, rgba(255,255,255,0.07), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.interactive-hero::before {
  content: "";
  position: absolute;
  inset: 11% 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,122,26,0.14), rgba(47,125,79,0.04) 58%, transparent 72%);
  filter: blur(8px);
  opacity: 0.9;
}

.interactive-stage {
  position: relative;
  z-index: 1;
}

.interactive-stage {
  width: 100%;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1400px;
  margin-top: 0;
  overflow: visible;
}

.interactive-stage__ring,
.interactive-stage__shadow,
.interactive-object {
  transition: transform 0.16s ease-out;
  will-change: transform;
}

.interactive-stage__ring,
.interactive-stage__shadow {
  position: absolute;
}

.interactive-stage__ring {
  inset: 50% auto auto 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: transparent;
  box-shadow:
    inset 0 0 18px rgba(255,255,255,0.025),
    0 0 28px rgba(255,122,26,0.035);
  transform: translate(-50%, -50%);
  transform-origin: center;
  pointer-events: none;
}

.interactive-stage__ring::before,
.interactive-stage__ring::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  filter: blur(0.4px);
  opacity: 0.98;
}

.interactive-stage__ring::before {
  background: rgba(255, 245, 233, 0.9);
  box-shadow: 0 0 18px rgba(255, 239, 222, 0.8);
}

.interactive-stage__ring::after {
  width: 10px;
  height: 10px;
  background: rgba(132, 201, 153, 0.82);
  box-shadow: 0 0 16px rgba(86, 168, 112, 0.72);
}

.interactive-stage__ring--halo::before {
  top: calc(18% - 7px);
  left: calc(16% - 7px);
}

.interactive-stage__ring--halo::after {
  top: calc(78% - 5px);
  right: calc(18% - 5px);
}

.interactive-stage__ring--orbit::before {
  top: calc(50% - 7px);
  right: -7px;
  background: rgba(255, 191, 120, 0.92);
  box-shadow: 0 0 18px rgba(255, 173, 91, 0.88);
}

.interactive-stage__ring--orbit::after {
  top: -5px;
  left: calc(42% - 5px);
}

.interactive-stage__ring--outer::before {
  top: -7px;
  left: calc(50% - 7px);
}

.interactive-stage__ring--outer::after {
  top: calc(68% - 5px);
  right: calc(8% - 5px);
}

.interactive-stage__ring--inner::before {
  top: calc(28% - 7px);
  left: calc(10% - 7px);
}

.interactive-stage__ring--inner::after {
  bottom: -5px;
  left: calc(58% - 5px);
}

.interactive-stage__ring--core::before {
  top: -7px;
  left: calc(50% - 7px);
}

.interactive-stage__ring--core::after {
  top: calc(50% - 5px);
  right: -5px;
}

.interactive-stage__ring--outer {
  width: min(72vw, 300px);
  height: min(72vw, 300px);
  border-color: rgba(255, 232, 207, 0.18);
}

.interactive-stage__ring--inner {
  width: min(52vw, 210px);
  height: min(52vw, 210px);
  border-color: rgba(255, 159, 63, 0.16);
}

.interactive-stage__shadow {
  position: absolute;
  inset: 73% auto auto 50%;
  width: 220px;
  height: 60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,0,0,0.4), rgba(0,0,0,0));
  filter: blur(22px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.interactive-object {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(40vw, 178px);
  aspect-ratio: 0.72 / 1;
  clip-path: polygon(50% 0%, 88% 20%, 88% 80%, 50% 100%, 12% 80%, 12% 20%);
  border-radius: 0;
  background:
    linear-gradient(62deg, transparent 47%, rgba(25,18,13,0.34) 48%, rgba(255,255,255,0.14) 50%, transparent 52%),
    linear-gradient(-62deg, transparent 47%, rgba(25,18,13,0.34) 48%, rgba(255,255,255,0.14) 50%, transparent 52%),
    linear-gradient(180deg, transparent 30%, rgba(25,18,13,0.24) 31%, transparent 33%, transparent 68%, rgba(25,18,13,0.24) 70%, transparent 72%),
    radial-gradient(ellipse at 50% 48%, rgba(255,246,184,0.95), rgba(255,174,60,0.46) 28%, transparent 50%),
    linear-gradient(135deg, rgba(255,72,28,0.9), rgba(255,132,32,0.84) 46%, rgba(47,125,79,0.84));
  border: 0;
  box-shadow:
    inset 0 0 0 2px rgba(255,255,255,0.26),
    inset 0 -16px 28px rgba(0,0,0,0.26),
    0 26px 58px rgba(0,0,0,0.36),
    0 12px 34px rgba(255,122,26,0.18),
    0 0 42px rgba(47,125,79,0.1);
  filter: drop-shadow(0 0 1px rgba(255,255,255,0.28));
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) rotateX(0deg) rotateY(0deg) rotateZ(-18deg) translate3d(0, 0, 0);
  overflow: hidden;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out;
  will-change: transform, box-shadow;
  pointer-events: auto;
  touch-action: none;
  cursor: grab;
}

.interactive-object:active {
  cursor: grabbing;
}

.interactive-object__glow,
.interactive-object__facet,
.interactive-object__spec,
.interactive-object__core {
  position: absolute;
}

.interactive-object__glow {
  inset: 6% 10%;
  clip-path: polygon(50% 0%, 88% 20%, 88% 80%, 50% 100%, 12% 80%, 12% 20%);
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255,244,171,0.8), rgba(255,149,42,0.22) 42%, transparent 66%),
    radial-gradient(circle at 72% 74%, rgba(47,125,79,0.42), transparent 28%);
  transform: translateZ(38px);
}

.interactive-object__facet {
  opacity: 0.78;
  mix-blend-mode: screen;
  transform: translateZ(44px);
}

.interactive-object__facet--top {
  inset: 2% 14% 66%;
  clip-path: polygon(50% 0%, 100% 62%, 50% 100%, 0 62%);
  background: linear-gradient(135deg, rgba(255,255,255,0.34), rgba(255,122,26,0.18));
}

.interactive-object__facet--left {
  inset: 16% 50% 16% 9%;
  clip-path: polygon(0 5%, 100% 23%, 100% 77%, 0 95%);
  background: linear-gradient(180deg, rgba(255,82,32,0.58), rgba(255,154,55,0.2));
}

.interactive-object__facet--right {
  inset: 16% 9% 16% 50%;
  clip-path: polygon(0 23%, 100% 5%, 100% 95%, 0 77%);
  background: linear-gradient(180deg, rgba(255,190,76,0.34), rgba(47,125,79,0.4));
}

.interactive-object__facet--bottom {
  inset: 66% 14% 2%;
  clip-path: polygon(50% 0%, 100% 38%, 50% 100%, 0 38%);
  background: linear-gradient(135deg, rgba(255,122,26,0.34), rgba(47,125,79,0.32));
}

.interactive-object__spec {
  border-radius: 999px;
  background: rgba(255,255,255,0.48);
  filter: blur(1px);
}

.interactive-object__spec--one {
  width: 56px;
  height: 9px;
  top: 28%;
  left: 23%;
  transform: rotate(-34deg) translateZ(58px);
}

.interactive-object__spec--two {
  width: 78px;
  height: 10px;
  bottom: 24%;
  right: 16%;
  opacity: 0.52;
  transform: rotate(-38deg) translateZ(48px);
}

.interactive-object__core {
  inset: 24% 22%;
  clip-path: polygon(50% 0%, 88% 18%, 88% 82%, 50% 100%, 12% 82%, 12% 18%);
  background:
    radial-gradient(ellipse at 50% 48%, rgba(255,255,190,0.74), rgba(255,151,43,0.2) 55%, transparent 74%),
    linear-gradient(135deg, rgba(5,5,5,0.16), rgba(255,255,255,0.08)),
    linear-gradient(135deg, rgba(255, 159, 63, 0.54), rgba(47, 125, 79, 0.22));
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: inset 0 0 30px rgba(255,255,255,0.06);
  transform: translateZ(28px);
}

.dashboard-card,
.project-card,
.pricing-card,
.contact-card {
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
  height: 100%;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.03)),
    radial-gradient(circle at top left, rgba(255,122,26,0.06), transparent 38%),
    radial-gradient(circle at bottom right, rgba(47,125,79,0.05), transparent 40%),
    rgba(255,255,255,0.03);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.dashboard-card::before,
.project-card::before,
.pricing-card::before,
.contact-card::before {
  content: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  background: linear-gradient(90deg, rgba(255,122,26,0.08), rgba(47,125,79,0.06));
  opacity: 0.35;
  pointer-events: none;
}

.dashboard-card::after,
.project-card::after,
.pricing-card::after,
.contact-card::after {
  content: none;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.045), transparent 34%);
  pointer-events: none;
}

.dashboard-card > *,
.project-card > *,
.pricing-card > *,
.contact-card > * {
  position: relative;
  z-index: 1;
}

.dashboard-card:hover,
.project-card:hover,
.pricing-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,122,26,0.30);
  box-shadow:
    0 22px 46px rgba(0,0,0,0.28),
    0 10px 24px rgba(255,122,26,0.06);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.085), rgba(255,255,255,0.035)),
    radial-gradient(circle at top left, rgba(255,122,26,0.07), transparent 40%),
    radial-gradient(circle at bottom right, rgba(47,125,79,0.06), transparent 42%),
    rgba(255,255,255,0.032);
}

.mini-label {
  color: var(--brand-muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
}

.live-dot {
  width: 10px;
  height: 10px;
  background: var(--brand-success);
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(47,125,79,0.8);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(47,125,79,0.7); }
  70% { box-shadow: 0 0 0 12px rgba(47,125,79,0); }
  100% { box-shadow: 0 0 0 0 rgba(47,125,79,0); }
}


.project-card,
.pricing-card,
.contact-card,
.dashboard-card {
  padding: 1.5rem;
}

.pricing-card {
  display: flex;
  flex-direction: column;
}

.pricing-card .btn {
  margin-top: auto;
}


.project-card p,
.pricing-card p,
.contact-card p {
  color: var(--brand-muted);
}


.pricing-list {
  list-style: none;
  padding: 0;
  margin: 0;
}


.pricing-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 0.75rem;
  color: #f5f4f1;
}


.pricing-list i {
  color: var(--brand-primary);
  margin-top: 0.15rem;
}


.pricing-card p:last-child,
.contact-card p:last-child {
  margin-bottom: 0;
}

.hero-quick-links {
  align-items: center;
}

body[data-page="services"] section[id] {
  scroll-margin-top: calc(var(--header-height) + 24px);
}


body[data-page="services"] .pricing-card,
body[data-page="services"] .dashboard-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.028)),
    rgba(255,255,255,0.028);
  box-shadow: 0 12px 28px rgba(0,0,0,0.2);
}


body[data-page="services"] .pricing-card::before,
body[data-page="services"] .dashboard-card::before,
body[data-page="services"] .pricing-card::after,
body[data-page="services"] .dashboard-card::after {
  display: none;
}


body[data-page="services"] .pricing-card:hover,
body[data-page="services"] .dashboard-card:hover {
  transform: none;
  box-shadow: 0 14px 30px rgba(0,0,0,0.22);
}

/* Three reusable card treatments:
   normal, highlighted, and neutral/contact. Semantic class names stay in markup. */

.project-card,
.dashboard-card,
.invoice-card {
  border: 1px solid rgba(255,255,255,0.11);
  background:
    linear-gradient(135deg, rgba(255,122,26,0.105), rgba(255,255,255,0.045) 48%, rgba(47,125,79,0.105)),
    rgba(255,255,255,0.028);
  box-shadow:
    0 16px 34px rgba(0,0,0,0.2),
    inset 0 1px 0 rgba(255,255,255,0.055);
}


.project-card::before,
.dashboard-card::before,
.invoice-card::before {
  content: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  display: none !important;
  background: linear-gradient(135deg, rgba(255,122,26,0.11), rgba(47,125,79,0.11));
  opacity: 0.28;
  pointer-events: none;
}


.project-card::after,
.dashboard-card::after,
.invoice-card::after {
  content: none;
  position: absolute;
  inset: 0;
  display: none !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.045), transparent 34%);
  pointer-events: none;
}

.pricing-card,
.featured-work-card {
  border: 1px solid rgba(255,122,26,0.3);
  background:
    linear-gradient(135deg, rgba(255,122,26,0.205), rgba(255,255,255,0.065) 48%, rgba(47,125,79,0.175)),
    rgba(255,255,255,0.035);
  box-shadow:
    0 22px 50px rgba(0,0,0,0.24),
    0 14px 32px rgba(255,122,26,0.1),
    inset 0 1px 0 rgba(255,255,255,0.07);
}

.pricing-card::before,
.featured-work-card::before {
  content: none;
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  display: none !important;
  background: linear-gradient(135deg, rgba(255,122,26,0.18), rgba(47,125,79,0.16));
  opacity: 0.32;
  pointer-events: none;
}

.pricing-card::after,
.featured-work-card::after {
  content: none;
  position: absolute;
  inset: 0;
  display: none !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.06), transparent 34%);
  pointer-events: none;
}

.contact-card {
  border: 1px solid rgba(255,255,255,0.1);
  background:
    linear-gradient(135deg, rgba(255,122,26,0.06), rgba(255,255,255,0.032) 48%, rgba(47,125,79,0.06)),
    rgba(255,255,255,0.024);
  box-shadow:
    0 14px 30px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.045);
}

.contact-card::before {
  content: none;
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  display: none !important;
  background: linear-gradient(135deg, rgba(255,122,26,0.075), rgba(47,125,79,0.075));
  opacity: 0.22;
  pointer-events: none;
}

.contact-card::after {
  content: none;
  position: absolute;
  inset: 0;
  display: none !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.03), transparent 34%);
  pointer-events: none;
}


.project-card:hover,
.dashboard-card:hover,
.invoice-card:hover,
.pricing-card:hover,
.featured-work-card:hover,
.contact-card:hover {
  border-color: rgba(255,122,26,0.26);
  box-shadow:
    0 20px 44px rgba(0,0,0,0.24),
    0 12px 28px rgba(255,122,26,0.07),
    0 10px 24px rgba(47,125,79,0.05);
}


body[data-page="services"] .dashboard-card {
  background:
    linear-gradient(135deg, rgba(255,122,26,0.105), rgba(255,255,255,0.045) 48%, rgba(47,125,79,0.105)),
    rgba(255,255,255,0.028);
  box-shadow:
    0 16px 34px rgba(0,0,0,0.2),
    inset 0 1px 0 rgba(255,255,255,0.055);
}

body[data-page="services"] .pricing-card {
  background:
    linear-gradient(135deg, rgba(255,122,26,0.205), rgba(255,255,255,0.065) 48%, rgba(47,125,79,0.175)),
    rgba(255,255,255,0.035);
  box-shadow:
    0 22px 50px rgba(0,0,0,0.24),
    0 14px 32px rgba(255,122,26,0.1),
    inset 0 1px 0 rgba(255,255,255,0.07);
}

.pricing-card .pricing-list {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.pricing-card .pricing-list li:last-child {
  margin-bottom: 0;
}

.pricing-card p {
  margin-bottom: 0;
}

#projectType option {
    background: #111111;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px;
}

.project-badge {
  display: inline-flex;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(255,122,26,0.12);
  border: 1px solid rgba(255,122,26,0.18);
  color: #ffd7b3;
  font-size: 0.8rem;
  font-weight: 700;
}

.portfolio-title-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #ffffff;
  transition: color 0.2s ease, transform 0.2s ease;
}

.portfolio-title-link:hover {
  color: #ffd7b3;
  transform: translateX(2px);
}

.portfolio-title-link h3 {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0 !important;
}

.portfolio-title-link i {
  color: var(--brand-primary);
  font-size: 0.95em;
}

.portfolio-cta {
  letter-spacing: 0.02em;
  box-shadow: 0 16px 34px rgba(255,122,26,0.24);
}

.portfolio-cta:hover {
  box-shadow: 0 18px 40px rgba(255,122,26,0.34);
}


.website-project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-card-grid);
}


.website-project-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(255,122,26,0.11), rgba(255,255,255,0.045) 45%, rgba(47,125,79,0.11)),
    rgba(255,255,255,0.035);
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}


.website-project-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,122,26,0.26);
  box-shadow:
    0 18px 44px rgba(0,0,0,0.28),
    0 0 0 1px rgba(255,122,26,0.08);
}

.website-project-visual {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 36%, rgba(255,159,63,0.22), transparent 34%),
    radial-gradient(circle at 74% 78%, rgba(47,125,79,0.18), transparent 32%),
    linear-gradient(145deg, rgba(255,122,26,0.18), rgba(255,255,255,0.04) 48%, rgba(47,125,79,0.16)),
    rgba(255,255,255,0.035);
}

.website-project-visual::before {
  content: "";
  position: absolute;
  inset: 16%;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 50%;
  box-shadow: inset 0 0 36px rgba(0,0,0,0.18);
}

.website-project-visual i {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 45%;
  aspect-ratio: 1 / 1;
  border-radius: 26%;
  color: #fff5eb;
  font-size: clamp(3.5rem, 8vw, 5.2rem);
  background:
    linear-gradient(145deg, rgba(255,122,26,0.92), rgba(255,159,63,0.78)),
    rgba(255,255,255,0.08);
  box-shadow:
    0 18px 44px rgba(0,0,0,0.3),
    0 0 42px rgba(255,122,26,0.18);
}

.website-project-logo {
  position: relative;
  z-index: 1;
  width: min(58%, 9.5rem);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
  border-radius: 24%;
  filter:
    drop-shadow(0 18px 24px rgba(0,0,0,0.28))
    drop-shadow(0 0 24px rgba(255,122,26,0.14));
}

.statementiq-logo-lockup {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1rem;
  border-radius: 16px;
  background: #142a26;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.1rem, 2.4vw, 1.45rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.28);
}

.statementiq-logo-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #d7f3e4;
  color: #142a26;
}

.website-project-visual .statementiq-logo-icon i {
  position: static;
  display: inline-block;
  width: auto;
  aspect-ratio: auto;
  border-radius: 0;
  background: none;
  color: inherit;
  font-size: 1.1rem;
  box-shadow: none;
}


.website-project-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: var(--space-card-content);
  padding: 1.1rem;
}


.website-project-copy h3 {
  color: #ffffff;
  font-size: 1.12rem;
  line-height: 1.25;
  margin: 0;
}


.website-project-copy p {
  color: var(--brand-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}

.website-project-copy .btn {
  margin-top: auto;
}

.brand-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-card-grid);
}

.brand-work-card {
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,122,26,0.12), rgba(47,125,79,0.10)),
    rgba(255,255,255,0.045);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.brand-work-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,159,63,0.34);
  box-shadow:
    0 18px 44px rgba(0,0,0,0.28),
    0 0 0 1px rgba(255,122,26,0.08);
}

.brand-work-media {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(0.9rem, 2vw, 1.25rem);
  background:
    radial-gradient(circle at 24% 18%, rgba(255,159,63,0.16), transparent 32%),
    radial-gradient(circle at 80% 82%, rgba(47,125,79,0.16), transparent 34%),
    rgba(255,255,255,0.035);
}

.brand-work-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 18px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 16px 34px rgba(0,0,0,0.24);
}

.brand-work-copy {
  display: flex;
  flex-direction: column;
  gap: var(--space-card-content);
  padding: 1.1rem;
}

.brand-work-copy h3 {
  color: #ffffff;
  font-size: 1.12rem;
  line-height: 1.25;
  margin: 0;
}

.brand-work-copy p {
  color: var(--brand-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}

.pricing-card.featured {
  border: 1px solid rgba(255,122,26,0.35);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background:
    linear-gradient(135deg, rgba(255,122,26,0.205), rgba(255,255,255,0.065) 48%, rgba(47,125,79,0.175)),
    rgba(255,255,255,0.035);
  box-shadow:
    0 20px 48px rgba(255,122,26,0.12),
    0 10px 28px rgba(0,0,0,0.24);
  position: relative;
  padding-top: 3.2rem;
}

.cta-box {
  border-radius: 32px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,122,26,0.14), rgba(47,125,79,0.08));
  pointer-events: none;
}

.cta-box > * {
  position: relative;
  z-index: 1;
}

.form-control,
.form-select {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  color: #fff;
  border-radius: 14px;
  padding: 0.95rem 1rem;
  color-scheme: dark;
}

.form-select option {
  background: #120f1f;
  color: #f5f4f1;
}

.form-control:disabled,
.form-select:disabled {
  opacity: 1;
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.68);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.68);
}

.form-control:focus,
.form-select:focus {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border-color: rgba(255,122,26,0.50);
  box-shadow: 0 0 0 0.25rem rgba(255,122,26,0.14);
}

.form-control::placeholder {
  color: rgba(255,255,255,0.45);
}

footer {
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.22);
  margin-top: auto;
}

.footer-link {
  color: var(--brand-muted);
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: white;
}

.footer-socials,
.social-link-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
}

.footer-socials {
  justify-content: center;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .footer-socials {
    justify-content: flex-end;
  }
}

.social-icon-link {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: rgba(255, 232, 210, 0.92);
  border: 1px solid rgba(255,255,255,0.13);
  background:
    linear-gradient(145deg, rgba(255,122,26,0.16), rgba(47,125,79,0.12)),
    rgba(255,255,255,0.045);
  box-shadow: 0 12px 24px rgba(0,0,0,0.18);
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.social-icon-link:hover {
  color: #ffffff;
  border-color: rgba(255,159,63,0.42);
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(255,122,26,0.12);
}

.social-icon-link i {
  font-size: 1.1rem;
  line-height: 1;
}

.mobile-nav-socials {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  :root {
    --header-height: 65px;
    --quick-links-offset: 22px;
  }

  .site-nav-row {
    gap: 0.85rem;
  }

  .navbar-brand {
    flex: 0 1 auto;
    max-width: calc(100% - 58px);
    gap: 0.75rem !important;
    font-size: 0.94rem;
  }

  .brand-badge {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    flex: 0 0 34px;
  }

  .hero {
    padding-top: 36px;
    padding-bottom: 49px;
  }

  .section-padding {
    padding: 47px 0;
  }

  .hero-content {
    text-align: center;
  }

  .hero-title,
  .hero-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-support-statement {
    justify-content: center;
  }

  .hero-inline-visual {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content .d-flex.flex-wrap,
  .cta-box .d-flex.flex-wrap {
    justify-content: center;
  }

  .hero-quick-links {
    justify-content: center;
  }

  .mobile-nav-panel {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    z-index: 1100;
    min-height: calc(100svh - 72px);
    padding: 24px 24px 32px;
    background:
      radial-gradient(circle at top, rgba(255, 122, 26, 0.18), transparent 32%),
      rgba(5, 5, 5, 0.97);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    display: none !important;
    overflow-y: auto;
  }

  .mobile-nav-panel.show {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .mobile-nav-panel .navbar-nav,
  .mobile-nav-panel .page-nav-list {
    width: min(100%, 360px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35rem !important;
    margin: 0 auto !important;
    padding: 1rem 0 0;
    animation: mobile-nav-rise 0.28s ease;
  }

  .mobile-nav-socials {
    width: min(100%, 360px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    margin: auto auto 0;
    padding-top: 1.75rem;
    animation: mobile-nav-rise 0.28s ease;
  }

  .mobile-nav-socials .social-link-row {
    gap: 0.85rem;
  }

  .mobile-nav-socials .social-icon-link {
    width: 48px;
    height: 48px;
  }

  .mobile-nav-panel .nav-item {
    width: 100%;
  }

  .mobile-nav-panel .nav-link {
    display: block;
    width: 100%;
    font-size: clamp(1.1rem, 4.4vw, 1.45rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: none;
    padding: 0.8rem 0 !important;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: rgba(255, 193, 143, 0.96) !important;
  }

  .mobile-nav-panel .nav-item:last-child .nav-link {
    border-bottom: none;
  }

  .mobile-nav-panel .nav-link::after {
    display: none;
  }

  .mobile-nav-panel .nav-link:hover,
  .mobile-nav-panel .nav-link.active {
    color: #ffffff !important;
    background: transparent;
  }

  .desktop-nav-socials {
    display: none;
  }

  .quick-link {
    font-size: 0.76rem;
    padding: 0.48rem 0.76rem;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }
}

@media (max-width: 767.98px) {
  .section-padding {
    padding: 42px 0;
  }

  body:not([data-page="home"]) .page-hero {
    overflow-x: clip;
  }

  body:not([data-page="home"]) .page-hero .container {
    width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow-x: clip;
  }

  body:not([data-page="home"]) .page-hero .row {
    --bs-gutter-x: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  body:not([data-page="home"]) .page-hero [class*="col-"] {
    min-width: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  body:not([data-page="home"]) .page-hero .hero-title {
    width: min(100%, 11.5ch);
    max-width: 11.5ch;
    font-size: clamp(2.35rem, 10.5vw, 3.05rem);
  }

  body:not([data-page="home"]) .page-hero .hero-copy {
    width: min(100%, 34rem);
    max-width: 34rem;
  }

  .hero,
  .hero .container,
  .hero .row,
  .hero-content,
  .hero-shell,
  .hero-inline-visual {
    max-width: 100%;
    min-width: 0;
  }

  .hero .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    overflow-x: hidden;
  }

  .hero {
    padding-top: 34px;
    padding-bottom: 46px;
  }

  .hero-shell {
    padding: 1rem;
    border-radius: 24px;
  }

  .page-hero {
    padding-bottom: 40px;
  }

  .hero-shell__top {
    padding-bottom: 1.25rem;
  }

  .hero-title {
    font-size: clamp(2.15rem, 10vw, 3.25rem);
    max-width: 14.5ch;
    overflow-wrap: anywhere;
  }

  .hero-brand-lockup {
    width: min(100%, 640px);
    max-width: 640px;
  }

  .hero-brand-line {
    max-width: 100%;
    text-align: center;
  }

  .hero-brand-line--primary {
    font-size: clamp(3.1rem, 16vw, 5.1rem);
  }

  .hero-brand-line--secondary {
    font-size: clamp(1.96rem, 9.94vw, 3.2rem);
  }

  .hero-brand-line--tagline {
    font-size: clamp(0.92rem, 4.7vw, 1.5rem);
  }

  .hero-support-statement {
    font-size: 0.86rem;
    letter-spacing: 0.08em;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .hero-support-statement::before,
  .hero-support-statement::after {
    width: 22px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

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

  
  .project-card,
  .pricing-card,
  .contact-card,
  .dashboard-card,
  .cta-box {
    padding: 1.25rem;
  }

  .hero-copy,
  .section-subtitle {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .hero .d-flex.flex-wrap.gap-3,
  .cta-box .row .col-lg-4.text-lg-end,
  .contact-card .col-12.d-flex.flex-column.flex-md-row {
    width: 100%;
    min-width: 0;
  }

  body:not([data-page="home"]) .page-hero .d-flex.flex-wrap.gap-3 {
    flex-direction: column;
    gap: 0.85rem !important;
  }

  .hero .d-flex.flex-wrap.gap-3 .btn,
  .cta-box .btn,
  .contact-card .btn,
  .project-card .btn {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .hero-quick-links,
  .hero .d-flex.flex-wrap.gap-2 {
    max-width: 100%;
    min-width: 0;
  }

  .quick-link {
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  
  .pricing-list li {
    font-size: 0.94rem;
  }

  .quick-link {
    font-size: 0.86rem;
    padding: 0.45rem 0.75rem;
  }
}

/* =========================================
   Featured Work Refresh
========================================= */
.featured-work-row {
  overflow: hidden;
  border: 1px solid rgba(255,122,26,0.26);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255,122,26,0.15), rgba(255,255,255,0.045) 48%, rgba(47,125,79,0.13)),
    rgba(255,255,255,0.025);
  box-shadow:
    0 20px 46px rgba(0,0,0,0.24),
    0 10px 24px rgba(255,122,26,0.07);
}

.featured-work-row .featured-work-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.project-social-link {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  margin: 0;
  color: #ffffff;
  border-color: rgba(255,159,63,0.32);
  background: rgba(255,255,255,0.045);
}

.project-social-link i {
  font-size: 1.2rem;
}

.featured-work-row .featured-work-card:hover {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.featured-work-card {
  padding: 1.4rem;
}

.featured-work-header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.featured-work-logo-wrap {
  flex: 0 0 150px;
  max-width: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured-work-logo {
  width: 100%;
  max-width: 150px;
  height: auto;
  display: block;
  border-radius: 22px;
  filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.28));
}

.featured-work-copy {
  flex: 1 1 320px;
}

/* Featured work section refinements */
.featured-work-card {
  overflow: hidden;
}

.featured-work-copy a {
  display: inline-block;
  max-width: 100%;
}

.featured-work-copy h3 {
  word-break: break-word;
}

/* Mobile-specific tightening */
@media (max-width: 991.98px) {
  .brand-badge img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
  }

  .featured-work-header {
    gap: var(--space-card-grid);
  }

  
  .website-project-grid,
  .brand-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  main .row.g-4 {
    --bs-gutter-x: var(--space-card-grid-mobile);
    --bs-gutter-y: var(--space-card-grid-mobile);
  }

  .featured-work-card {
    border-radius: 20px;
  }

  .featured-work-card {
    padding: 1.15rem;
  }

  .featured-work-logo-wrap {
    flex: 0 0 150px;
    max-width: 150px;
  }

  .featured-work-logo {
    max-width: 150px;
  }

  .featured-work-copy {
    width: 100%;
  }

  .featured-work-copy p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  
  .website-project-grid,
  .brand-work-grid {
    gap: var(--space-card-grid-mobile);
  }

  
  .website-project-copy,
  .brand-work-copy {
    padding: 1rem;
  }

  .mt-4.d-flex.flex-wrap.gap-3,
  .featured-work-card .mt-4 {
    display: flex !important;
    flex-direction: column;
    gap: var(--space-card-content) !important;
  }

  .featured-work-card .mt-4 .btn {
    width: 100%;
    text-align: center;
    margin-right: 0 !important;
  }

  .navbar-brand {
    font-size: 1rem;
    line-height: 1.1;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand {
    font-size: 0.88rem;
  }

  .hero {
    overflow-x: clip;
  }

  main,
  body {
    overflow-x: hidden;
  }

  .hero .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .hero .row {
    --bs-gutter-x: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-shell,
  .hero-content,
  .hero-copy,
  .hero-actions,
  .hero-quick-links {
    width: 100%;
    max-width: 100%;
  }

  .hero-shell {
    width: calc(100vw - 1.5rem);
    max-width: calc(100vw - 1.5rem);
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content {
    width: calc(100vw - 3.5rem);
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy,
  .hero-actions,
  .hero-quick-links {
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions,
  .hero-quick-links {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-actions .btn {
    width: 100%;
    max-width: calc(100vw - 3.5rem);
  }

  .hero-support-statement {
    display: block;
    width: 100%;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hero-support-statement::before,
  .hero-support-statement::after {
    display: none;
  }

  
  .website-project-grid,
  .brand-work-grid {
    grid-template-columns: 1fr;
  }

  .brand-subtitle {
    display: none !important;
  }

  .hero-title {
    font-size: clamp(2rem, 9.4vw, 2.85rem);
  }

  .hero-brand-lockup {
    width: min(100%, 390px);
    max-width: 390px;
  }

  .hero-brand-line--primary {
    font-size: clamp(2.6rem, 15vw, 3.35rem);
  }

  .hero-brand-line--secondary {
    font-size: clamp(1.62rem, 9.32vw, 2.1rem);
  }

  .hero-brand-line--tagline {
    font-size: clamp(0.68rem, 3.65vw, 0.86rem);
  }

  .section-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }
}

/* 2026 design trends editorial. */
.trend-hero {
  overflow: hidden;
}

.trend-hero-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.trend-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trend-hero-copy h1 {
  max-width: 13ch;
  margin: 1rem 0 1.25rem;
  font-size: clamp(3rem, 5.85vw, 6.25rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

.trend-hero-copy p {
  max-width: 700px;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.75;
}

.trend-hero-art {
  width: clamp(130px, 15vw, 180px);
  margin: 2.25rem auto 0;
  justify-self: center;
}

.trend-hero-art img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.trend-hero-art figcaption {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.78rem;
  text-align: center;
}

.trend-intro {
  padding: 5rem 0;
  color: #17151d;
  background: #f2f0e9;
}

.trend-intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
}

.trend-intro h2,
.trend-sources h2,
.trend-cta h2 {
  margin: 0.6rem 0 0;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 850;
  line-height: 1.05;
}

.trend-intro p {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.75;
}

.trend-list-section {
  padding: 2rem 0 7rem;
}

.trend-list {
  counter-reset: trend;
}

.trend-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  min-height: 620px;
  padding: 6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.trend-item-reverse .trend-visual { order: 2; }
.trend-item-reverse .trend-copy { order: 1; }

.trend-number {
  position: absolute;
  top: 2.25rem;
  left: 0;
  color: var(--brand-secondary);
  font-size: 0.82rem;
  font-weight: 900;
}

.trend-visual {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  color: #17151d;
  background: #ece9df;
  border-radius: 6px;
}

.trend-copy h2 {
  margin: 0.55rem 0 1.1rem;
  font-size: clamp(2.1rem, 4.3vw, 4.5rem);
  font-weight: 900;
  line-height: 0.98;
}

.trend-copy p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.75;
}

.trend-copy .trend-use {
  color: rgba(255, 255, 255, 0.9);
}

.trend-copy a,
.trend-sources a {
  color: var(--brand-secondary);
  text-underline-offset: 0.25em;
}

.trend-visual-human {
  align-content: center;
  justify-items: start;
  padding: 12%;
  background-color: #f5efdf;
  background-image: repeating-linear-gradient(2deg, transparent 0 10px, rgba(30, 30, 30, 0.06) 11px 12px);
  font-size: clamp(2.6rem, 6vw, 6rem);
  font-weight: 900;
  line-height: 0.78;
}

.trend-visual-human span:nth-child(2) { margin-left: 18%; color: #d74836; font-family: Georgia, serif; font-style: italic; transform: rotate(-7deg); }
.trend-visual-human span:nth-child(3) { transform: rotate(2deg); }

.trend-visual-type { background: #d9ff3f; }
.trend-visual-type b { position: absolute; font-size: clamp(4.5rem, 10vw, 9rem); line-height: 1; transform: scaleX(0.72); }
.trend-visual-type em { position: absolute; bottom: 10%; right: 8%; color: #d036b3; font: 700 clamp(2.5rem, 6vw, 5.5rem) Georgia, serif; transform: rotate(-10deg); }

.trend-visual-color { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 0; }
.trend-visual-color span { width: 100%; height: 100%; }
.trend-visual-color span:nth-child(1) { background: #ff3a24; }.trend-visual-color span:nth-child(2) { background: #41d87a; }.trend-visual-color span:nth-child(3) { background: #7657ff; }.trend-visual-color span:nth-child(4) { background: #ffd829; }

.trend-visual-texture { background: repeating-radial-gradient(circle at 10% 20%, #f5be80 0 4px, #bd4d39 5px 14px, #6c2352 15px 25px); }
.trend-visual-texture span { width: 56%; aspect-ratio: 1; background: #f6e7d2; border-radius: 46% 54% 62% 38%; box-shadow: inset -22px -18px 30px rgba(91, 41, 38, 0.25), 14px 18px 0 rgba(30, 17, 37, 0.35); transform: rotate(18deg); }

.trend-visual-surreal { background: #8ce0db; }
.surreal-sun { position: absolute; top: 8%; right: 8%; width: 21%; aspect-ratio: 1; background: #ff7138; border-radius: 50%; }
.surreal-door { position: absolute; bottom: 0; left: 20%; width: 35%; height: 70%; background: #f6d255; border: 10px solid #27213c; border-bottom: 0; border-radius: 50% 50% 0 0; }
.surreal-eye { z-index: 2; color: #fff; font-size: clamp(3rem, 7vw, 7rem); text-shadow: 0 0 0 #fff; transform: scaleX(2.3); }

.trend-visual-motion { grid-template-columns: auto 1fr auto; gap: 1rem; padding: 12%; color: #f8f8f2; background: #17151d; font-weight: 900; }
.trend-visual-motion i { height: 3px; background: rgba(255,255,255,.25); }
.trend-visual-motion i::after { content: ''; display: block; width: 42%; height: 100%; background: #ff5a3c; animation: trend-progress 2.8s ease-in-out infinite alternate; }
@keyframes trend-progress { to { width: 88%; } }

.trend-visual-ui { display: block; padding: 10%; color: #17151d; background: #cbd4ff; font: 700 1rem monospace; }
.trend-visual-ui > div { display: flex; gap: 7px; margin-bottom: 18%; }.trend-visual-ui > div span { width: 12px; height: 12px; background: #f05248; border-radius: 50%; }.trend-visual-ui > div span:nth-child(2) { background: #efb83f; }.trend-visual-ui > div span:nth-child(3) { background: #4bb46a; }
.trend-visual-ui p { font-size: clamp(1.2rem, 3vw, 2.4rem); }.trend-visual-ui button { position: absolute; right: 10%; bottom: 10%; padding: .55rem 1.2rem; color: #fff; background: #17151d; border: 0; }

.trend-visual-simple { align-content: center; background: #f6f4ed; }
.trend-visual-simple span { font-size: clamp(4rem, 9vw, 8rem); font-weight: 300; }.trend-visual-simple i { width: 60%; height: 1px; background: #17151d; }.trend-visual-simple small { margin-top: 1rem; font-size: .9rem; }

.trend-visual-local { align-content: center; gap: .65rem; color: #f6f1df; background: #245a3b; }
.trend-visual-local span { font: 900 clamp(2.5rem, 6vw, 5.5rem) Georgia, serif; }.trend-visual-local i { color: #f28235; font-size: 2rem; }.trend-visual-local small { text-transform: uppercase; }

.trend-visual-depth { background: #15121c; perspective: 700px; }
.trend-visual-depth span { position: absolute; width: 42%; aspect-ratio: 1; border: 2px solid #ff6a32; transform: rotateX(60deg) rotateZ(45deg); box-shadow: 0 0 30px rgba(255,106,50,.22); }
.trend-visual-depth span:nth-child(2) { width: 30%; border-color: #77df9a; transform: translateY(-20%) rotateX(60deg) rotateZ(45deg); }.trend-visual-depth span:nth-child(3) { width: 18%; border-color: #fff; transform: translateY(-40%) rotateX(60deg) rotateZ(45deg); }

.trend-sources { padding: 6rem 0; color: #17151d; background: #f2f0e9; }
.trend-sources-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 7vw, 7rem); }
.trend-sources p { margin-top: 1.25rem; line-height: 1.75; }.trend-sources ul { margin: 0; padding: 0; list-style: none; }.trend-sources li { padding: 1rem 0; border-bottom: 1px solid rgba(23,21,29,.16); }.trend-sources a { color: #7b341e; font-weight: 700; }

.trend-cta { padding: 7rem 0; }.trend-cta p { max-width: 650px; margin: 1.2rem auto 2rem; color: rgba(255,255,255,.72); font-size: 1.12rem; }

@media (max-width: 991.98px) {
  .trend-hero-art { width: clamp(130px, 15vw, 180px); }
  .trend-intro-grid, .trend-sources-inner { grid-template-columns: 1fr; }
  .trend-item, .trend-item-reverse { grid-template-columns: 1fr; min-height: 0; }
  .trend-item-reverse .trend-visual, .trend-item-reverse .trend-copy { order: initial; }
}

@media (max-width: 575.98px) {
  .trend-hero-copy h1 { font-size: clamp(2.7rem, 11.7vw, 4.2rem); }
  .trend-intro, .trend-sources { padding: 4rem 0; }
  .trend-item { padding: 5rem 0; gap: 2rem; }
  .trend-visual { aspect-ratio: 1; }
  .trend-copy h2 { font-size: 2.6rem; }
}

@media (prefers-reduced-motion: reduce) {
  .trend-visual-motion i::after { animation: none; width: 72%; }
}

/* =========================================
   Client Portal
========================================= */
.portal-tab-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-card-inner);
}

.portal-tab {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--brand-text);
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.85rem 1rem;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.portal-tab:hover,
.portal-tab.active {
  background: linear-gradient(135deg, rgba(255, 122, 26, 0.26), rgba(255, 159, 63, 0.12));
  border-color: rgba(255, 159, 63, 0.52);
  transform: translateY(-1px);
}

.portal-password-field {
  position: relative;
}

.portal-password-field .form-control {
  padding-right: 5rem;
}

.portal-password-toggle {
  position: absolute;
  top: 50%;
  right: 0.65rem;
  z-index: 2;
  min-width: 3.7rem;
  padding: 0.4rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  transform: translateY(-50%);
}

.portal-password-toggle:hover,
.portal-password-toggle:focus-visible {
  border-color: rgba(255, 122, 26, 0.6);
  background: rgba(255, 122, 26, 0.16);
}

.portal-alert {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  border-radius: var(--radius-md);
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.portal-alert-info {
  background: rgba(255, 255, 255, 0.06);
}

.portal-alert-success {
  background: rgba(47, 125, 79, 0.18);
  border-color: rgba(47, 125, 79, 0.34);
}

.portal-alert-warning {
  background: rgba(255, 122, 26, 0.14);
  border-color: rgba(255, 159, 63, 0.36);
}

.portal-access-stack {
  flex-direction: column;
}

.portal-access-stack > [class*="col-"] {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.portal-dashboard-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-card-stack);
  margin-bottom: 1.5rem;
}

.portal-client-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-card-stack);
  border-radius: var(--radius-md);
  padding: 1.1rem 1.25rem;
  margin-bottom: 1.5rem;
}

.portal-updated-at {
  color: var(--brand-muted);
  text-align: right;
}

.portal-client-overview {
  margin-bottom: 1.5rem;
}

.portal-client-overview.has-project-status {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  grid-template-areas: "process tiles";
  align-items: stretch;
  gap: var(--space-card-grid);
}

.portal-summary-stack {
  grid-area: tiles;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-card-stack);
}

.portal-summary-item {
  display: flex;
  min-width: 0;
}

.portal-combined-invoice-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: var(--space-card-stack);
}

.portal-combined-invoice-stats > div + div {
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.portal-dashboard-tile.portal-required-summary-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-color: rgba(255, 159, 63, 0.34);
}

.portal-required-summary-tile .btn {
  align-self: flex-start;
}

.portal-admin-manager {
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  border-radius: var(--radius-md);
}

.portal-admin-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
  align-items: end;
  gap: var(--space-card-grid);
}

.portal-admin-client-select {
  min-width: 0;
}

.portal-admin-help {
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  line-height: 1.45;
}

body[data-page="portal"] #authPanel,
body[data-page="portal"] #loginForm,
body[data-page="portal"] #signupForm,
body[data-page="portal"] #adminLinkForm,
body[data-page="portal"] .form-control,
body[data-page="portal"] .form-select {
  position: relative;
  pointer-events: auto;
}

.portal-admin-section-heading {
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.portal-admin-link-card {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.portal-admin-manager .form-control,
.portal-admin-manager .form-select {
  background-color: rgba(255, 255, 255, 0.065) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

.portal-admin-link-card .form-control:disabled,
.portal-admin-link-card .form-select:disabled {
  background-color: rgba(255, 255, 255, 0.035) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.5) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
  opacity: 1;
}

.portal-admin-manager .form-control::placeholder {
  color: rgba(255, 255, 255, 0.45);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.45);
}

.portal-admin-link-card .form-control:disabled::placeholder {
  color: rgba(255, 255, 255, 0.3);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
}

.portal-project-status {
  grid-area: process;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  gap: var(--space-card-stack);
  margin: 0;
}

.portal-project-status[hidden] {
  display: none;
}

.portal-process-card {
  width: 100%;
  min-height: 100%;
  padding: 1.35rem;
  border: 1px solid rgba(91, 151, 88, 0.42);
  border-radius: 22px;
  background: #091009;
  box-shadow: inset 0 0 28px rgba(56, 112, 58, 0.08);
}

.portal-process-logo-wrap {
  width: 138px;
  margin: 0 auto 1rem;
  padding: 0.7rem;
  border-radius: 13px;
  background: #000;
}

.portal-process-logo {
  display: block;
  width: 100%;
  height: auto;
}

.portal-process-heading {
  margin: 0 0 1rem;
  color: #ff8619;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.portal-process-steps {
  display: grid;
  gap: 0.62rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.portal-process-step {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.45rem;
  min-height: 43px;
  padding: 0.65rem 0.75rem;
  border-left: 4px solid #43df7d;
  border-radius: 8px;
  background: #020503;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 850;
  opacity: 1;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.portal-process-step:nth-child(even) {
  border-left-color: #ff8619;
}

.portal-process-step.is-current {
  border-left-color: #ff8619;
  color: #ff8619;
  opacity: 1;
  transform: translateX(4px);
  box-shadow: 0 0 0 1px rgba(255, 134, 25, 0.42), 0 8px 20px rgba(0, 0, 0, 0.34);
}

.portal-status-title {
  color: var(--brand-text);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 800;
}

@media (max-width: 991.98px) {
  .portal-client-overview.has-project-status {
    display: flex;
    flex-direction: column;
    gap: var(--space-card-stack);
  }

  .portal-client-overview.has-project-status .portal-project-status {
    margin: 0;
  }

  .portal-process-card {
    width: min(100%, 360px);
    min-height: 0;
  }
}

@media (max-width: 575.98px) {
  .portal-client-overview {
    margin-bottom: 1.1rem;
  }

  .portal-summary-stack {
    gap: var(--space-card-inner);
  }

  .portal-process-card {
    padding: 1rem;
    border-radius: 18px;
  }

  .portal-process-logo-wrap {
    width: 118px;
    margin-bottom: 0.8rem;
    padding: 0.55rem;
  }

  .portal-process-heading {
    margin-bottom: 0.85rem;
  }

  .portal-process-steps {
    gap: 0.5rem;
  }

  .portal-process-step {
    min-height: 40px;
    padding: 0.55rem 0.7rem;
  }
}

.portal-dashboard-tile {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  height: auto !important;
  color: var(--brand-text);
  text-decoration: none;
}

.portal-dashboard-tile:not([href]) {
  cursor: default;
}

.portal-dashboard-tile.portal-linked-tile {
  border-color: rgba(255, 159, 63, 0.3);
  cursor: pointer;
}

.portal-dashboard-tile.portal-linked-tile:hover {
  color: var(--brand-text);
  border-color: rgba(255, 159, 63, 0.58);
}

.portal-stat-number {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 900;
  line-height: 1;
  margin: 0.35rem 0 0.55rem;
}

.portal-stat-currency {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
}

.portal-summary-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--brand-text);
  text-decoration: none;
}

.portal-summary-link[hidden] {
  display: none;
}

.portal-drive-link-title {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.15;
}

.portal-drive-link-title i {
  color: var(--brand-primary);
  font-size: 0.9em;
}

.portal-project-files-card {
  border-color: rgba(255, 159, 63, 0.34);
  cursor: pointer;
}

.portal-project-files-card:hover .portal-drive-link-title {
  color: #ffd7b3;
}

@media (max-width: 767.98px) {
  .portal-admin-header {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}

.portal-invoice-stack {
  display: grid;
  gap: var(--space-card-stack);
}

.portal-section-divider {
  height: 1px;
  margin: 2rem 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 159, 63, 0.28), rgba(255, 255, 255, 0.04));
}

.portal-bookings-shell {
  display: grid;
  gap: var(--space-card-grid);
}

.invoice-card {
  border-radius: var(--radius-lg);
  padding: 1.35rem;
}

.invoice-card-empty {
  min-height: 220px;
  place-items: center;
}

.invoice-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-card-stack);
  margin-bottom: 1rem;
}

.invoice-id {
  color: var(--brand-muted);
  font-size: 0.95rem;
}

.invoice-amount-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.7rem;
}

.invoice-amount {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 1;
}

.invoice-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.invoice-status.is-open {
  background: rgba(255, 122, 26, 0.14);
  border-color: rgba(255, 159, 63, 0.32);
}

.invoice-status.is-paid {
  background: rgba(47, 125, 79, 0.18);
  border-color: rgba(47, 125, 79, 0.36);
}

.invoice-status.is-overdue {
  background: rgba(181, 52, 72, 0.18);
  border-color: rgba(181, 52, 72, 0.34);
}

.invoice-status.is-draft {
  background: rgba(255, 255, 255, 0.08);
}

.invoice-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-card-inner);
  margin-bottom: 1rem;
}

.invoice-meta-item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.invoice-notes {
  color: var(--brand-muted);
  line-height: 1.7;
}

.invoice-card-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-card-content);
}

.booking-selection-meta {
  font-size: 0.95rem;
}

.portal-booking-list {
  display: grid;
  gap: var(--space-card-stack);
}

.booking-time-label {
  font-size: 1rem;
  font-weight: 800;
  text-align: right;
}

.booking-card-note {
  color: var(--brand-muted);
  font-size: 0.95rem;
}

.invoice-status.is-booked {
  background: rgba(47, 125, 79, 0.18);
  border-color: rgba(47, 125, 79, 0.36);
}

.invoice-status.is-cancelled {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

@media (max-width: 991.98px) {
  .portal-dashboard-header,
  .portal-client-bar,
  .invoice-card-top {
    flex-direction: column;
    align-items: stretch;
  }

  .portal-updated-at,
  .invoice-amount-wrap {
    text-align: left;
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .invoice-meta-grid {
    grid-template-columns: 1fr;
  }

  .portal-tab-row {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   Final Navbar Lock
========================================= */
.navbar.fixed-top .site-nav-row {
  flex-wrap: nowrap;
}

.navbar.fixed-top .navbar-logo {
  border-radius: 25%;
}

@media (min-width: 992px) {
  .navbar.fixed-top .site-nav-row {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    align-items: center;
    column-gap: 1.25rem;
  }

  .navbar.fixed-top .navbar-brand {
    width: 300px;
    max-width: 300px;
    flex: 0 0 300px;
  }

  .navbar.fixed-top .navbar-collapse.mobile-nav-panel {
    display: flex !important;
    position: static;
    min-height: auto;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: visible;
    justify-content: flex-end;
  }

  .navbar.fixed-top .page-nav-list {
    width: 100%;
    justify-content: flex-end;
  }
}

@media (max-width: 991.98px) {
  .navbar.fixed-top .site-nav-row {
    display: flex;
  }

  .navbar.fixed-top .navbar-brand {
    width: auto;
    max-width: calc(100% - 58px);
    flex: 0 1 auto;
  }
}

@media (max-width: 1199.98px) {
  .interactive-hero {
    min-height: 340px;
  }
}

@media (max-width: 991.98px) {
  .hero-shell {
    padding: 1.25rem;
    border-radius: 30px;
  }

  .interactive-hero {
    min-height: 310px;
    justify-items: center;
    text-align: center;
    padding: 0.8rem;
  }

  .interactive-stage {
    width: 100%;
    min-height: 304px;
    justify-content: center;
  }

  .interactive-stage__ring--halo {
    width: min(76vw, 340px);
    height: min(76vw, 340px);
  }

  .interactive-stage__ring--orbit {
    width: min(70vw, 304px);
    height: min(50vw, 202px);
  }

  .interactive-stage__ring--outer {
    width: min(64vw, 266px);
    height: min(64vw, 266px);
  }

  .interactive-stage__ring--inner {
    width: min(46vw, 188px);
    height: min(46vw, 188px);
  }

  .interactive-stage__ring--core {
    width: min(30vw, 128px);
    height: min(30vw, 128px);
  }

  .interactive-stage__shadow {
    width: 196px;
  }

  .interactive-object {
    width: min(38vw, 164px);
  }
}

@media (max-width: 767.98px) {
  .hero-shell {
    padding: 1rem;
    border-radius: 24px;
  }

  .interactive-hero {
    padding: 0.75rem;
  }

  .interactive-stage {
    min-height: 320px;
  }

  .interactive-stage__ring--halo {
    width: min(78vw, 292px);
    height: min(78vw, 292px);
  }

  .interactive-stage__ring--orbit {
    width: min(72vw, 256px);
    height: min(50vw, 176px);
  }

  .interactive-stage__ring--outer {
    width: min(68vw, 236px);
    height: min(68vw, 236px);
  }

  .interactive-stage__ring--inner {
    width: min(46vw, 166px);
    height: min(46vw, 166px);
  }

  .interactive-stage__ring--core {
    width: min(32vw, 116px);
    height: min(32vw, 116px);
  }

  .interactive-object {
    width: min(42vw, 146px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .interactive-stage__ring,
  .interactive-stage__shadow,
  .interactive-object {
    transition: none;
  }
}

/* Cleaner homepage content system. The interactive hero remains independently styled above. */
.home-intro,
.home-clean-section {
  padding: clamp(4rem, 6vw, 5.75rem) 0;
}

.home-intro {
  padding-top: clamp(3.75rem, 5.5vw, 5.25rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-intro-grid,
.home-process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

.home-kicker {
  margin: 0 0 1rem;
  color: var(--brand-secondary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-intro-copy {
  padding-top: 2.2rem;
  color: var(--brand-muted);
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
  line-height: 1.75;
}

.home-intro-copy p:last-child {
  margin-bottom: 0;
}

.home-clean-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-section-heading {
  max-width: 780px;
  margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
}

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

.home-pillar {
  min-height: 225px;
  padding: 1.65rem clamp(1.5rem, 3vw, 2.5rem) 1.65rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.home-pillar + .home-pillar {
  padding-left: clamp(1.5rem, 3vw, 2.5rem);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.home-item-number {
  display: block;
  margin-bottom: 2.4rem;
  color: var(--brand-secondary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-pillar h3,
.home-process-list h3 {
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.home-pillar h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.4rem, 2.3vw, 1.85rem);
}

.home-pillar p,
.home-process-list p {
  margin-bottom: 0;
  color: var(--brand-muted);
  line-height: 1.7;
}

.home-section-action {
  margin-top: 2rem;
}

.home-text-link {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  color: #fff;
  font-weight: 800;
  transition: color 180ms ease, gap 180ms ease;
}

.home-text-link:hover,
.home-text-link:focus-visible {
  gap: 0.95rem;
  color: var(--brand-secondary);
}

.home-process-grid {
  align-items: start;
}

.home-process-logo {
  display: block;
  width: clamp(130px, 15vw, 180px);
  height: auto;
  margin: 1.75rem 0 0;
  border-radius: 18px;
}

.home-process-grid .home-section-heading {
  position: sticky;
  top: calc(var(--header-height) + 2.5rem);
  margin-bottom: 0;
}

.home-process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.home-process-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 1.2rem;
  padding: 1.45rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.home-process-list li > span {
  color: var(--brand-secondary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.home-process-list h3 {
  margin: 0 0 0.45rem;
  font-size: 1.25rem;
}

.home-final-cta {
  padding: clamp(3.5rem, 5.5vw, 5rem) 0;
}

.home-cta-inner {
  padding: clamp(2.25rem, 4vw, 3.5rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 991.98px) {
  .home-intro-grid,
  .home-process-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .home-intro-copy {
    max-width: 720px;
    padding-top: 0;
  }

  .home-process-grid .home-section-heading {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .home-process-logo {
    width: min(50%, 180px);
    margin: 1.5rem auto 0;
  }

  .home-intro,
  .home-clean-section,
  .home-final-cta {
    padding: 3.75rem 0;
  }

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

  .home-pillar {
    min-height: 0;
    padding: 1.7rem 0;
  }

  .home-pillar + .home-pillar {
    padding-left: 0;
    border-left: 0;
  }

  .home-item-number {
    margin-bottom: 1.25rem;
  }

  .home-cta-inner {
    padding: 2.5rem 0;
  }
}

/* Site-wide clean layout system for secondary pages. */
body:not([data-page="home"]) {
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 122, 26, 0.13), transparent 26rem),
    radial-gradient(circle at 96% 4%, rgba(47, 125, 79, 0.1), transparent 24rem),
    #0b0b0b;
}

body:not([data-page="home"]) .hero.page-hero {
  padding: clamp(5.5rem, 8.1vw, 8rem) 0 clamp(4.5rem, 7.2vw, 7rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

body:not([data-page="home"]) .hero.page-hero::before,
body:not([data-page="home"]) .hero.page-hero::after {
  opacity: 0.45;
}

body:not([data-page="home"]) .hero-title {
  max-width: 13ch;
  font-size: clamp(3rem, 5.85vw, 6.25rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

body:not([data-page="home"]) .hero-copy {
  max-width: 720px;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.75;
}

body:not([data-page="home"]) .eyebrow {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--brand-secondary);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body[data-page="home"] .hero-eyebrow-unified {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--brand-secondary);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body[data-page="home"] .hero-eyebrow-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

body[data-page="home"] .hero-eyebrow-unified .live-dot {
  width: 7px;
  height: 7px;
  box-shadow: none;
}

body:not([data-page="home"]) .hero .eyebrow .live-dot {
  width: 7px;
  height: 7px;
  box-shadow: none;
}


body:not([data-page="home"]) .project-card,
body:not([data-page="home"]) .pricing-card,
body:not([data-page="home"]) .contact-card,
body:not([data-page="home"]) .dashboard-card,
body:not([data-page="home"]) .featured-work-card,
body:not([data-page="home"]) .website-project-card,
body:not([data-page="home"]) .brand-work-card,
body:not([data-page="home"]) .portal-process-card,
body:not([data-page="home"]) .portal-admin-manager {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.025);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}


body:not([data-page="home"]) .project-card::before,
body:not([data-page="home"]) .project-card::after,
body:not([data-page="home"]) .pricing-card::before,
body:not([data-page="home"]) .pricing-card::after,
body:not([data-page="home"]) .contact-card::before,
body:not([data-page="home"]) .contact-card::after,
body:not([data-page="home"]) .featured-work-card::before,
body:not([data-page="home"]) .featured-work-card::after,
body:not([data-page="home"]) .website-project-card::before,
body:not([data-page="home"]) .website-project-card::after,
body:not([data-page="home"]) .cta-box::before {
  display: none !important;
}


body:not([data-page="home"]) .project-card:hover,
body:not([data-page="home"]) .pricing-card:hover,
body:not([data-page="home"]) .contact-card:hover,
body:not([data-page="home"]) .featured-work-card:hover,
body:not([data-page="home"]) .website-project-card:hover,
body:not([data-page="home"]) .brand-work-card:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

body:not([data-page="home"]) .section-padding {
  padding: clamp(5rem, 8.1vw, 8rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body:not([data-page="home"]) .section-padding.pt-0 {
  padding-top: clamp(5rem, 8.1vw, 8rem) !important;
}

body:not([data-page="home"]) main > section.pb-5 {
  padding: clamp(4.5rem, 7.2vw, 7rem) 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body:not([data-page="home"]) .section-title {
  max-width: 840px;
}

body:not([data-page="home"]) .row.justify-content-center.text-center {
  text-align: left !important;
  justify-content: flex-start !important;
}

body:not([data-page="home"]) .row.justify-content-center.text-center .eyebrow {
  justify-content: flex-start !important;
}

body:not([data-page="home"]) .row.justify-content-center.text-center .section-subtitle {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body:not([data-page="home"]) .pricing-card {
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  border-width: 1px 0 0;
  background: transparent;
}

body:not([data-page="home"]) .featured-work-row {
  --bs-gutter-y: 1.5rem;
  margin-bottom: clamp(4rem, 8vw, 7rem) !important;
}

body[data-page="portfolio"] .featured-work-header {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

body[data-page="portfolio"] .featured-work-card > .mt-4 {
  margin-left: calc(150px + clamp(1.5rem, 4vw, 3.5rem));
}

body:not([data-page="home"]) .featured-work-row .featured-work-card {
  padding: clamp(1.5rem, 4vw, 3rem);
}

body:not([data-page="home"]) .website-project-card,
body:not([data-page="home"]) .brand-work-card {
  overflow: hidden;
}


body:not([data-page="home"]) .website-project-visual {
  border-radius: 0;
  box-shadow: none;
}

body:not([data-page="home"]) .project-badge,
body:not([data-page="home"]) .mini-label {
  letter-spacing: 0.1em;
}

body:not([data-page="home"]) .cta-box {
  padding: clamp(2.5rem, 6vw, 5rem) 0;
  border-width: 1px 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body[data-page="contact"] #proposal .contact-card {
  padding: clamp(1.75rem, 4vw, 3rem);
}

body[data-page="portal"] .portal-tab-row,
body[data-page="portal"] .portal-client-bar,
body[data-page="portal"] .portal-bookings-shell {
  border-radius: 4px;
}

body[data-page="portal"] .portal-dashboard-tile,
body[data-page="portal"] .portal-summary-item,
body[data-page="portal"] .invoice-card {
  box-shadow: none;
}

@media (max-width: 991.98px) {
  body:not([data-page="home"]) .hero-title {
    max-width: 15ch;
  }
}

@media (max-width: 767.98px) {
  body:not([data-page="home"]) main .container {
    width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  body:not([data-page="home"]) main .row {
    --bs-gutter-x: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  body:not([data-page="home"]) main [class*="col-"] {
    min-width: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  body:not([data-page="home"]) main h1,
  body:not([data-page="home"]) main h2,
  body:not([data-page="home"]) main h3,
  body:not([data-page="home"]) main h4,
  body:not([data-page="home"]) main p,
  body:not([data-page="home"]) main li,
  body:not([data-page="home"]) main span {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  
  body:not([data-page="home"]) .pricing-card,
  body:not([data-page="home"]) .contact-card,
  body:not([data-page="home"]) .featured-work-card,
  body:not([data-page="home"]) .website-project-card,
  body:not([data-page="home"]) .brand-work-card,
  body:not([data-page="home"]) .portal-admin-manager {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  body:not([data-page="home"]) .hero-actions,
  body:not([data-page="home"]) .hero .d-flex.flex-wrap.gap-3 {
    width: 100%;
  }

  body:not([data-page="home"]) .hero .btn-lg {
    width: 100%;
  }

  body:not([data-page="home"]) .hero.page-hero {
    padding: 4rem 0;
  }

  body:not([data-page="home"]) .hero-title {
    font-size: clamp(2.7rem, 11.7vw, 4.2rem);
  }

  body:not([data-page="home"]) .section-padding,
  body:not([data-page="home"]) .section-padding.pt-0 {
    padding: 4.5rem 0 !important;
  }

  body:not([data-page="home"]) main > section.pb-5 {
    padding: 4rem 0 !important;
  }

  
  body:not([data-page="home"]) .pricing-card,
  body:not([data-page="home"]) .contact-card,
  body:not([data-page="home"]) .featured-work-row .featured-work-card {
    padding: 1.5rem;
  }

  body[data-page="portfolio"] .featured-work-header {
    grid-template-columns: 1fr;
  }

  body[data-page="portfolio"] .featured-work-logo-wrap {
    width: 112px;
  }

  body[data-page="portfolio"] .featured-work-card > .mt-4 {
    margin-left: 0;
  }

  body:not([data-page="home"]) .pricing-card {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Guided proposal configurator. */
.proposal-detail-panel {
  margin-top: 0.75rem;
  padding: clamp(1.4rem, 3vw, 2.25rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.025);
}

.proposal-detail-panel.is-active {
  animation: proposal-panel-in 260ms ease both;
}

@keyframes proposal-panel-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.proposal-accordion {
  padding: 0;
  overflow: clip;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.018);
}

.proposal-accordion + .proposal-accordion {
  margin-top: 0.65rem;
}

.proposal-accordion > summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.28rem 1rem;
  align-items: center;
  padding: 1.2rem 1.35rem;
  color: #fff;
  cursor: pointer;
  list-style: none;
  transition: background-color 160ms ease;
}

.proposal-accordion > summary::-webkit-details-marker {
  display: none;
}

.proposal-accordion > summary:hover {
  background: rgba(255, 255, 255, 0.035);
}

.proposal-accordion > summary > span {
  grid-row: 1 / span 2;
  color: var(--brand-secondary);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.proposal-accordion > summary > strong {
  font-size: 1rem;
  font-weight: 850;
}

.proposal-accordion > summary > small {
  grid-column: 2;
  color: var(--brand-muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.proposal-accordion > summary::after {
  grid-column: 3;
  grid-row: 1 / span 2;
  content: "+";
  color: var(--brand-secondary);
  font-size: 1.4rem;
  font-weight: 500;
}

.proposal-accordion[open] > summary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 122, 26, 0.045);
}

.proposal-accordion[open] > summary::after {
  content: "\2212";
}

.proposal-accordion-content {
  margin: 0;
  padding: 1.35rem;
}

.proposal-panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.proposal-panel-heading h3 {
  margin: 0.45rem 0 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.3vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.proposal-step-label {
  flex: 0 0 auto;
  color: var(--brand-secondary);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proposal-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.proposal-section-block {
  margin-top: 0.75rem;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.018);
}

.proposal-optional {
  margin-left: 0.35rem;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.proposal-fieldset + .proposal-fieldset,
.proposal-pages-row + .proposal-fieldset {
  margin-top: 2.25rem;
  padding-top: 2.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.proposal-fieldset legend,
.proposal-field-label {
  float: none;
  width: auto;
  margin: 0 0 1rem;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
}

.proposal-field-help,
.proposal-pages-row p {
  margin: -0.45rem 0 1.25rem;
  color: var(--brand-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}


.proposal-feature-grid {
  display: grid;
  gap: 0.75rem;
}

.proposal-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}


.proposal-check,
.proposal-inline-check {
  cursor: pointer;
}


.proposal-check input,
.proposal-inline-check input {
  flex: 0 0 auto;
  margin-top: 0.18rem;
  accent-color: var(--brand-primary);
}

.proposal-check {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  min-height: 46px;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 4px;
  color: #eee;
  font-size: 0.86rem;
  font-weight: 650;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.proposal-check span {
  display: grid;
  gap: 0.2rem;
}

.proposal-check small {
  color: var(--brand-muted);
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.4;
}

.proposal-choice-grid,
.proposal-readiness-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.proposal-choice-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proposal-readiness {
  display: grid;
  gap: 0.55rem;
  color: #eee;
  font-size: 0.84rem;
  font-weight: 750;
}

.proposal-subsection {
  margin: 1.75rem 0;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.proposal-callback-panel {
  margin-top: 1rem;
}

.proposal-feature-grid-days {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.proposal-check:hover,
.proposal-check:has(input:checked) {
  border-color: rgba(47, 125, 79, 0.75);
  background: rgba(47, 125, 79, 0.11);
}

.proposal-pages-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  margin-top: 2.25rem;
  padding-top: 2.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.page-count-wrap {
  display: grid;
  gap: 0.75rem;
  justify-items: end;
}

.page-count-control {
  display: grid;
  grid-template-columns: 76px 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
}

.page-count-control button,
.page-count-control input {
  height: 46px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
}

.page-count-control button {
  transition: background-color 160ms ease, color 160ms ease;
}

.page-count-control button:hover {
  background: var(--brand-primary);
}

.page-count-control input {
  width: 76px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  font-weight: 800;
  appearance: textfield;
  -moz-appearance: textfield;
}

.page-count-arrows {
  display: grid;
  grid-template-rows: 1fr 1fr;
}

.page-count-arrows button {
  width: 40px;
  height: 23px;
  font-size: 0.7rem;
}

.page-count-arrows button + button {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

#proposalSubmit[disabled] {
  cursor: wait;
  opacity: 0.72;
}

.page-count-control input::-webkit-inner-spin-button,
.page-count-control input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.page-count-control input:disabled {
  opacity: 0.45;
}

.proposal-inline-check {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  color: var(--brand-muted);
  font-size: 0.82rem;
}

@media (max-width: 991.98px) {
  
  .proposal-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proposal-choice-grid-three,
  .proposal-feature-grid-days {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  body[data-page="contact"] #proposal .contact-card {
    padding: 0;
    border: 0;
    background: transparent;
  }

  body[data-page="contact"] #proposal .proposal-form-intro {
    padding: 0 0.25rem;
  }

  body[data-page="contact"] #proposal .proposal-accordion {
    border-width: 1px 0;
    border-radius: 0;
  }

  body[data-page="contact"] #proposal .proposal-detail-panel {
    margin-top: 0.6rem;
    padding: 1.15rem 0 0;
    border: 0;
    background: transparent;
  }

  body[data-page="contact"] #proposal .proposal-section-block {
    padding: 1.15rem 0;
    border-width: 1px 0;
    border-radius: 0;
    background: transparent;
  }

  .proposal-detail-panel {
    padding: 1.2rem;
  }

  .proposal-panel-heading,
  .proposal-pages-row {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  
  .proposal-feature-grid {
    grid-template-columns: 1fr;
  }

  .proposal-choice-grid,
  .proposal-choice-grid-three,
  .proposal-readiness-grid,
  .proposal-feature-grid-days {
    grid-template-columns: 1fr;
  }

  .page-count-wrap {
    justify-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .proposal-detail-panel.is-active {
    animation: none;
  }
}

@media (max-width: 575.98px) {
  body[data-page="home"] .hero-eyebrow-unified {
    width: 100%;
    flex-direction: column;
    gap: 0.3rem;
    white-space: normal;
    text-align: center;
  }

  body[data-page="home"] .hero-eyebrow-separator {
    display: none;
  }

  .proposal-accordion > summary {
    gap: 0.2rem 0.7rem;
    padding: 1rem;
  }

  .proposal-accordion > summary > small {
    padding-right: 0.35rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .proposal-accordion-content {
    padding: 1rem;
  }

  body[data-page="contact"] #proposal .proposal-field-help,
  body[data-page="contact"] #proposal .proposal-pages-row p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.55;
  }

  body[data-page="contact"] #proposal .mini-label,
  body[data-page="contact"] #proposal .proposal-step-label,
  body[data-page="contact"] #proposal .proposal-optional {
    color: var(--brand-secondary);
    font-size: 0.82rem;
    line-height: 1.35;
  }

  body[data-page="contact"] #proposal .proposal-inline-check {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.9rem;
  }

  body[data-page="contact"] #proposal .proposal-check small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.84rem;
  }
}
