:root {
  --sans: var(--font-barlow), Arial, sans-serif;
  --mono: var(--font-barlow), Arial, sans-serif;
  --display: var(--font-barlow), Arial, sans-serif;
  --saw-mint: #58ddb6;
  --saw-blue: #1687e6;
  --saw-blue-deep: #0b6fc8;
  --saw-cobalt: var(--saw-blue);
  --saw-ink: #10233f;
  --signal: var(--saw-blue);
  --signal-warm: var(--saw-blue);
  --aqua: var(--saw-mint);
  --violet: var(--saw-blue);
}

/* v2.4 interactive website portfolio */

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.work-showcase-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(239, 37, 76, 0.18), transparent 29rem),
    linear-gradient(122deg, #17131f 0%, #111d34 62%, #172b4c 100%);
  color: #fff;
  overflow: hidden;
  padding: clamp(150px, 15vw, 208px) 0 clamp(66px, 7vw, 98px);
  position: relative;
}

.work-showcase-hero::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 55%);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.work-showcase-hero-layout {
  align-items: end;
  display: grid;
  gap: clamp(50px, 8vw, 132px);
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
}

.work-showcase-hero h1 {
  font-family: var(--font-barlow), Arial, sans-serif;
  font-size: clamp(64px, 7.25vw, 112px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.9;
  margin: 25px 0 0;
  max-width: 860px;
}

.work-showcase-intro {
  padding-bottom: 10px;
}

.work-showcase-intro p {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.75;
  margin: 0 0 28px;
  max-width: 560px;
}

.work-showcase-section {
  background: #15243e;
  padding: 0 0 clamp(92px, 11vw, 150px);
}

.work-showcase {
  --work-accent: #ef254c;
  --work-glow: rgba(239, 37, 76, 0.22);
  background:
    radial-gradient(circle at 92% 2%, var(--work-glow), transparent 28rem),
    #172945;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  display: grid;
  grid-template-columns: minmax(285px, 0.64fr) minmax(0, 1.86fr);
  overflow: hidden;
  padding-inline: 0;
  transition: background 350ms ease;
}

.work-theme-incendie {
  --work-accent: #ef254c;
  --work-glow: rgba(239, 37, 76, 0.24);
}

.work-theme-mr9 {
  --work-accent: #9dff58;
  --work-glow: rgba(157, 255, 88, 0.18);
}

.work-theme-illumitubes {
  --work-accent: #c5ff1f;
  --work-glow: rgba(197, 255, 31, 0.2);
}

.work-theme-nesignco {
  --work-accent: #ffbe0b;
  --work-glow: rgba(255, 190, 11, 0.18);
}

.work-theme-propfactory {
  --work-accent: #78c7ff;
  --work-glow: rgba(120, 199, 255, 0.18);
}

.work-theme-oncewowed {
  --work-accent: #65ddb0;
  --work-glow: rgba(101, 221, 176, 0.18);
}

.work-showcase-controls {
  background: rgba(8, 18, 34, 0.72);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  grid-template-rows: auto 1fr;
}

.work-showcase-prompt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  display: grid;
  font-size: 14px;
  font-weight: 700;
  gap: 9px;
  margin: 0;
  padding: 25px 26px;
}

.work-showcase-prompt span {
  color: #ff4062;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.work-showcase-tabs {
  display: grid;
  grid-template-rows: repeat(6, minmax(92px, 1fr));
}

.work-showcase-tabs button {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.74);
  cursor: pointer;
  display: grid;
  gap: 14px;
  grid-template-columns: 28px minmax(0, 1fr);
  padding: 20px 24px;
  position: relative;
  text-align: left;
  transition: background 180ms ease, color 180ms ease;
}

.work-showcase-tabs button:last-child {
  border-bottom: 0;
}

.work-showcase-tabs button::before {
  background: var(--work-accent);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transition: transform 180ms ease;
  width: 4px;
}

.work-showcase-tabs button:hover,
.work-showcase-tabs button:focus-visible {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.work-showcase-tabs button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--work-accent) 58%, white);
  outline-offset: -3px;
}

.work-showcase-tabs button[aria-selected="true"] {
  background: #f8faf9;
  color: #17243b;
}

.work-showcase-tabs button[aria-selected="true"]::before {
  transform: scaleY(1);
}

.work-showcase-tabs button > span:first-child {
  color: #ff3e60;
  font-family: var(--mono);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.work-tab-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.work-tab-copy strong {
  font-size: 14px;
  line-height: 1.25;
}

.work-tab-copy small {
  color: currentColor;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.3;
  opacity: 0.58;
}

.work-showcase-tabs button em {
  bottom: 10px;
  font-family: var(--mono);
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.09em;
  opacity: 0.75;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
}

.work-showcase-panels {
  min-width: 0;
}

.work-showcase-panel {
  animation: work-panel-enter 380ms ease both;
  padding: clamp(30px, 3.5vw, 48px);
}

.work-browser {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 18px;
  box-shadow: 0 30px 70px rgba(5, 12, 28, 0.3);
  min-width: 0;
  overflow: hidden;
}

.work-browser:focus-visible {
  outline: 4px solid var(--work-accent);
  outline-offset: 4px;
}

.work-browser-bar {
  align-items: center;
  background: #fbfbfa;
  color: #29354a;
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(120px, 1fr) auto;
  min-height: 46px;
  padding: 9px 13px;
}

.work-browser-dots {
  display: flex;
  gap: 5px;
}

.work-browser-dots i {
  background: #c8cbce;
  border-radius: 50%;
  display: block;
  height: 7px;
  width: 7px;
}

.work-browser-dots i:first-child {
  background: #ef3553;
}

.work-browser-address {
  background: #fff;
  border: 1px solid #e5e7e6;
  border-radius: 999px;
  font-size: 10px;
  overflow: hidden;
  padding: 8px 18px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.work-browser-bar b {
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.work-browser-window {
  aspect-ratio: 16 / 8.55;
  background: #090c12;
  overflow: hidden;
  position: relative;
}

.work-browser-window picture {
  display: block;
  height: 100%;
  overflow: hidden;
}

.work-browser-window img {
  animation: work-preview-move 14s ease-in-out infinite alternate;
  display: block;
  height: auto;
  min-height: 115%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.work-browser:hover .work-browser-window img,
.work-browser:focus .work-browser-window img,
.work-browser:focus-within .work-browser-window img {
  animation-play-state: paused;
}

.work-preview-instruction {
  background: rgba(5, 10, 18, 0.76);
  bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.08em;
  padding: 8px 12px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

.work-development-visual {
  align-content: center;
  aspect-ratio: 16 / 8.55;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 76% 18%, var(--work-glow), transparent 34%),
    #0d192c;
  background-size: 38px 38px, 38px 38px, auto, auto;
  color: #fff;
  display: grid;
  justify-items: start;
  padding: clamp(34px, 6vw, 76px);
}

.work-development-visual > span,
.work-development-visual > p {
  color: var(--work-accent);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.work-development-visual > p {
  margin: 10px 0 0;
}

.work-development-visual strong {
  font-family: var(--font-barlow), Arial, sans-serif;
  font-size: clamp(54px, 6vw, 92px);
  letter-spacing: -0.045em;
  line-height: 0.92;
  margin: 24px 0;
}

.work-development-visual small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.work-project-details {
  color: #fff;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(160px, 0.52fr) minmax(0, 1.48fr) auto;
  padding: 28px 0 0;
}

.work-project-meta {
  align-content: start;
  display: grid;
  gap: 15px;
  padding-top: 8px;
}

.work-project-meta span {
  color: var(--work-accent);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.work-project-meta b {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.work-project-copy h2 {
  font-family: var(--font-barlow), Arial, sans-serif;
  font-size: clamp(44px, 4.2vw, 68px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin: 0 0 18px;
}

.work-project-copy > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
  max-width: 760px;
}

.work-project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.work-project-tags span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 9px;
  padding: 8px 11px;
}

.work-project-action {
  align-items: end;
  display: flex;
  justify-content: flex-end;
  min-width: 180px;
}

.work-project-action .button {
  background: var(--work-accent);
  border-color: var(--work-accent);
  color: #10182a;
  white-space: nowrap;
}

.work-project-action > span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  line-height: 1.5;
  max-width: 190px;
  text-align: right;
}

.work-page .work-cta {
  margin-bottom: clamp(90px, 10vw, 145px);
  margin-top: clamp(90px, 10vw, 145px);
}

@keyframes work-panel-enter {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes work-preview-move {
  from { transform: translateY(0) scale(1.001); }
  to { transform: translateY(-12%) scale(1.001); }
}

@media (max-width: 1100px) {
  .work-showcase {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .work-showcase-tabs button {
    padding: 17px 18px;
  }

  .work-tab-copy small,
  .work-showcase-tabs button em {
    display: none;
  }

  .work-project-details {
    grid-template-columns: minmax(130px, 0.45fr) minmax(0, 1.55fr);
  }

  .work-project-action {
    grid-column: 2;
    justify-content: flex-start;
  }

  .work-project-action > span {
    text-align: left;
  }
}

@media (max-width: 900px) {
  .work-showcase-hero-layout,
  .work-showcase {
    grid-template-columns: 1fr;
  }

  .work-showcase-intro {
    max-width: 650px;
  }

  .work-showcase-controls {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-right: 0;
  }

  .work-showcase-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(78px, auto));
  }

  .work-showcase-tabs button {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    border-right: 1px solid rgba(255, 255, 255, 0.13);
  }

  .work-showcase-tabs button:nth-child(3n) {
    border-right: 0;
  }

  .work-showcase-tabs button::before {
    height: 4px;
    inset: auto 0 0;
    transform: scaleX(0);
    width: auto;
  }

  .work-showcase-tabs button[aria-selected="true"]::before {
    transform: scaleX(1);
  }
}

@media (max-width: 650px) {
  .work-showcase-hero {
    padding-bottom: 62px;
    padding-top: 135px;
  }

  .work-showcase-hero h1 {
    font-size: clamp(58px, 15.5vw, 76px);
    line-height: 0.93;
  }

  .work-showcase-section {
    padding-bottom: 74px;
  }

  .work-showcase {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
  }

  .work-showcase-prompt {
    padding: 17px 18px;
  }

  .work-showcase-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, 64px);
  }

  .work-showcase-tabs button,
  .work-showcase-tabs button:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    gap: 8px;
    grid-template-columns: 18px minmax(0, 1fr);
    min-height: 64px;
    padding: 12px 11px;
  }

  .work-showcase-tabs button:nth-child(2n) {
    border-right: 0;
  }

  .work-showcase-tabs button > span:first-child {
    font-size: 8px;
  }

  .work-tab-copy strong {
    font-size: 11px;
  }

  .work-showcase-panel {
    padding: 14px;
  }

  .work-browser {
    border-radius: 14px;
  }

  .work-browser-bar {
    gap: 7px;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 7px 8px;
  }

  .work-browser-address {
    font-size: 8px;
    padding: 7px 10px;
  }

  .work-browser-bar b {
    display: none;
  }

  .work-browser-window,
  .work-development-visual {
    aspect-ratio: 1.2 / 1;
  }

  .work-browser-window img {
    height: 115%;
    object-fit: cover;
    width: 100%;
  }

  .work-preview-instruction {
    display: none;
  }

  .work-development-visual {
    padding: 28px 24px;
  }

  .work-development-visual strong {
    font-size: 48px;
  }

  .work-project-details {
    display: block;
    padding: 24px 3px 8px;
  }

  .work-project-meta {
    align-items: start;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }

  .work-project-meta span {
    max-width: 70%;
  }

  .work-project-copy h2 {
    font-size: 48px;
    margin-top: 22px;
  }

  .work-project-copy > p {
    font-size: 14px;
  }

  .work-project-action {
    justify-content: flex-start;
    margin-top: 24px;
    min-width: 0;
  }

  .work-project-action .button {
    white-space: normal;
  }

  .work-project-action > span {
    max-width: 270px;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .work-showcase-panel,
  .work-browser-window img {
    animation: none;
  }
}
/* Focused v2.3 hero portal demonstration and commercial process */
.hero-brand-stage.hero-portal-demo {
  background:
    radial-gradient(circle at 88% 10%, rgba(88, 224, 176, 0.2), transparent 29%),
    linear-gradient(145deg, #10233f 0%, #09182c 100%);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 42px 95px rgba(16, 35, 63, 0.28);
  min-height: 690px;
}

.hero-portal-window {
  background: #f4f7fa;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 16px;
  bottom: 28px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
  left: 4.5%;
  overflow: hidden;
  position: absolute;
  right: 4.5%;
  top: 82px;
  z-index: 4;
}

.hero-portal-titlebar {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #dce4eb;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr auto auto;
  min-height: 52px;
  padding: 0 16px;
}

.hero-portal-company {
  align-items: center;
  display: flex;
  gap: 10px;
  min-width: 0;
}

.hero-portal-company img {
  background: var(--saw-mint);
  border-radius: 4px;
  height: 26px;
  padding: 2px;
  width: 26px;
}

.hero-portal-company > span {
  display: grid;
  min-width: 0;
}

.hero-portal-company strong {
  color: #17243b;
  font-size: 11px;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-portal-company small,
.hero-portal-secure {
  color: #728096;
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-portal-secure::before {
  background: #28a47a;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin-right: 6px;
  width: 5px;
}

.hero-portal-avatar {
  align-items: center;
  background: #4459d6;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 9px;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.hero-portal-body {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  height: calc(100% - 52px);
}

.hero-portal-nav {
  align-content: start;
  background: #17243b;
  display: grid;
  gap: 5px;
  padding: 20px 10px;
}

.hero-portal-nav span {
  align-items: center;
  border-left: 2px solid transparent;
  color: rgba(255, 255, 255, 0.62);
  display: flex;
  font-size: 9px;
  justify-content: space-between;
  padding: 9px;
}

.hero-portal-nav span.active {
  background: rgba(88, 224, 176, 0.1);
  border-left-color: var(--saw-mint);
  color: #fff;
}

.hero-portal-nav b {
  align-items: center;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  display: flex;
  font-size: 7px;
  height: 16px;
  justify-content: center;
  min-width: 16px;
}

.hero-portal-main {
  color: #17243b;
  min-width: 0;
  overflow: hidden;
  padding: 17px 18px 18px;
}

.hero-portal-project {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.hero-portal-project > div {
  display: grid;
  min-width: 0;
}

.hero-portal-project span,
.hero-portal-summary span,
.hero-portal-progress span,
.hero-portal-card-heading span {
  color: #738096;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-portal-project strong {
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-portal-project > b {
  background: #dcf7ed;
  border-radius: 999px;
  color: #147b61;
  flex: 0 0 auto;
  font-size: 7px;
  letter-spacing: 0.06em;
  padding: 6px 8px;
  text-transform: uppercase;
}

.hero-portal-summary {
  background: #fff;
  border: 1px solid #dce5eb;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 13px;
}

.hero-portal-summary > div {
  border-right: 1px solid #e2e8ee;
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 9px 10px;
}

.hero-portal-summary > div:last-child {
  border-right: 0;
}

.hero-portal-summary strong {
  font-size: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-portal-progress {
  display: grid;
  gap: 6px;
  margin-top: 11px;
}

.hero-portal-progress > div {
  display: flex;
  justify-content: space-between;
}

.hero-portal-progress strong {
  color: #45536a;
  font-size: 8px;
}

.hero-portal-progress > i {
  background: #dce5eb;
  display: block;
  height: 5px;
  overflow: hidden;
}

.hero-portal-progress > i span {
  background: linear-gradient(90deg, #4459d6, var(--saw-mint));
  display: block;
  height: 100%;
  width: 64%;
}

.hero-portal-grid {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 13px;
}

.hero-portal-card {
  background: #fff;
  border: 1px solid #dce5eb;
  border-radius: 7px;
  min-width: 0;
  padding: 10px 11px;
}

.hero-portal-card-heading {
  align-items: center;
  border-bottom: 1px solid #e4eaef;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  padding-bottom: 7px;
}

.hero-portal-card-heading b {
  color: #4459d6;
  font-size: 7px;
}

.hero-portal-card article {
  align-items: center;
  border-bottom: 1px solid #eef1f4;
  display: grid;
  gap: 7px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 6px 0;
}

.hero-portal-card article:last-child {
  border-bottom: 0;
}

.hero-portal-card article > i {
  border: 2px solid #cbd5de;
  border-radius: 3px;
  height: 11px;
  width: 11px;
}

.hero-portal-card article > div {
  display: grid;
  min-width: 0;
}

.hero-portal-card article strong,
.hero-portal-billing > strong {
  font-size: 8px;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-portal-card article small,
.hero-portal-message > small {
  color: #8190a3;
  font-size: 7px;
  margin-top: 2px;
}

.hero-portal-requests article > span {
  background: #eef1ff;
  color: #4459d6;
  font-size: 7px;
  font-weight: 700;
  padding: 4px 5px;
}

.hero-portal-files article {
  grid-template-columns: auto minmax(0, 1fr);
}

.hero-portal-files article > span {
  background: #e8f7f1;
  color: #147b61;
  font-size: 6px;
  font-weight: 800;
  padding: 5px 4px;
}

.hero-portal-message > p,
.hero-portal-billing > p {
  color: #4f5e72;
  font-size: 8px;
  line-height: 1.45;
  margin: 0 0 7px;
}

.hero-portal-team {
  align-items: center;
  display: flex;
  margin-top: 9px;
}

.hero-portal-team > span {
  color: #7b8798;
  font-size: 7px;
  margin-right: auto;
}

.hero-portal-team i {
  align-items: center;
  background: #e9eef9;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #4459d6;
  display: flex;
  font-size: 6px;
  font-style: normal;
  font-weight: 800;
  height: 19px;
  justify-content: center;
  margin-left: -3px;
  width: 19px;
}

.process-commercial {
  background: #f6f9f7;
}

.commercial-steps {
  border-bottom: 1px solid rgba(16, 35, 63, 0.13);
  border-top: 1px solid rgba(16, 35, 63, 0.13);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 54px;
}

.commercial-steps article {
  border-right: 1px solid rgba(16, 35, 63, 0.13);
  padding: 28px 25px 30px;
}

.commercial-steps article:last-child {
  border-right: 0;
}

.commercial-steps article > span {
  color: #4459d6;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.commercial-steps h3 {
  color: #17243b;
  font-size: 18px;
  line-height: 1.15;
  margin: 24px 0 12px;
}

.commercial-steps p {
  color: #536176;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 1180px) {
  .hero-brand-stage.hero-portal-demo {
    min-height: 680px;
  }

  .commercial-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commercial-steps article:nth-child(2) {
    border-right: 0;
  }

  .commercial-steps article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(16, 35, 63, 0.13);
  }
}

@media (max-width: 650px) {
  .hero-brand-stage.hero-portal-demo {
    min-height: 750px;
  }

  .hero-portal-window {
    bottom: 23px;
    left: 3.5%;
    right: 3.5%;
    top: 68px;
  }

  .hero-portal-secure {
    display: none;
  }

  .hero-portal-body {
    grid-template-columns: 1fr;
  }

  .hero-portal-nav {
    display: none;
  }

  .hero-portal-main {
    padding: 14px;
  }

  .hero-portal-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-portal-summary > div:nth-child(2) {
    border-right: 0;
  }

  .hero-portal-summary > div:nth-child(-n + 2) {
    border-bottom: 1px solid #e2e8ee;
  }

  .hero-portal-card {
    padding: 9px;
  }

  .hero-portal-requests article:nth-of-type(2),
  .hero-portal-files article:nth-of-type(2) {
    display: none;
  }

  .commercial-steps {
    grid-template-columns: 1fr;
  }

  .commercial-steps article,
  .commercial-steps article:nth-child(2) {
    border-bottom: 1px solid rgba(16, 35, 63, 0.13);
    border-right: 0;
  }

  .commercial-steps article:last-child {
    border-bottom: 0;
  }
}

body {
  font-family: var(--font-barlow), Arial, sans-serif;
}

/* Site at Work identity */

.wordmark {
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr;
  line-height: 1;
}

.saw-wordmark-image {
  display: block;
  width: clamp(190px, 17vw, 244px);
}

.saw-wordmark-image img {
  display: block;
  height: auto;
  width: 100%;
}

.portal-logo {
  background: var(--saw-mint) !important;
  border-radius: 3px;
  overflow: hidden;
  padding: 0;
}

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

.wordmark-lockup {
  align-items: center;
  display: flex;
  gap: 5px;
}

.wordmark-lockup b {
  color: var(--saw-ink);
  font-family: var(--font-barlow), Arial, sans-serif;
  font-size: 29px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.8;
  text-transform: uppercase;
}

.wordmark-lockup i {
  align-items: center;
  background: var(--saw-mint);
  color: var(--saw-ink);
  display: inline-flex;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  height: 20px;
  justify-content: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateY(-1px);
  width: 20px;
}

.wordmark small {
  color: #536179;
  font-size: 10px;
  font-weight: 700;
  grid-column: auto;
  letter-spacing: 0.2em;
  margin-top: 0;
  text-transform: uppercase;
}

.footer-brand {
  display: grid;
  gap: 6px;
}

.footer-brand > img {
  display: block;
  height: auto;
  max-width: 330px;
  width: min(100%, 330px);
}

.footer-brand > span {
  font-family: var(--font-barlow), Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.9;
  text-transform: uppercase;
}

.footer-brand > b {
  color: var(--saw-mint);
  font-size: 9px;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.footer-brand > small {
  margin-top: 8px;
}

.eyebrow > span {
  background: center / contain no-repeat url("/assets/brand/at-blue.svg");
  border-radius: 0;
  flex: 0 0 auto;
  height: 17px;
  width: 17px;
}

.eyebrow-light > span,
.brand-in-action .eyebrow > span,
.brand-page-hero .eyebrow > span,
.portal-story .eyebrow > span,
.proof-section .eyebrow > span {
  background-image: url("/assets/brand/at-mint.svg");
}

.footer-brand-ribbon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
}

.site-footer {
  padding-top: 0;
}

.site-footer .footer-statement {
  padding-top: clamp(80px, 10vw, 150px);
}

.footer-brand-panel {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: clamp(130px, 13vw, 205px);
  padding: clamp(25px, 3.5vw, 54px);
}

.footer-brand-panel img {
  display: block;
  height: auto;
  max-width: 360px;
  width: 100%;
}

.footer-brand-panel-light {
  background: #ffffff;
}

.footer-brand-panel-mint {
  background: var(--saw-mint);
}

.footer-brand-panel-blue {
  background: var(--saw-blue);
}

.footer-brand-panel-night {
  background: #0b1a30;
}

.footer-brand-ribbon-label {
  align-items: center;
  background: var(--saw-ink);
  border: 1px solid rgba(255, 255, 255, 0.16);
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 18px;
  letter-spacing: 0.12em;
  padding: 15px 22px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

.footer-brand-ribbon-label b {
  color: var(--saw-mint);
  font-size: 18px;
  transition: transform 180ms ease;
}

.footer-brand-ribbon:hover .footer-brand-ribbon-label b,
.footer-brand-ribbon:focus-visible .footer-brand-ribbon-label b {
  transform: translateX(5px);
}

/* Strong, direct typography without the rejected editorial treatment */

.hero-copy h1,
.section-heading h2,
.offer-copy h2,
.proof-layout h2,
.portal-story-heading h2,
.portfolio-runway-intro h2,
.system-lab-heading h2,
.faq-intro h2,
.cta-section h2,
.page-hero h1,
.price-layout h2,
.resource-note h2,
.boundary-layout h2,
.hosting-section h2,
.modular-layout h2,
.honesty-layout h2 {
  font-family: var(--font-barlow), Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.028em;
}

.hero-copy h1 {
  color: var(--saw-ink);
  font-size: clamp(62px, 5.55vw, 88px);
  line-height: 0.94;
  max-width: 700px;
}

.hero-copy h1 span,
.hero-copy h1 em {
  display: block;
}

.hero-copy h1 em {
  color: var(--saw-cobalt);
  font-family: var(--font-barlow), Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  margin: 0.08em 0 0;
}

.hero-lede {
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.55;
  max-width: 610px;
}

.home-hero {
  background:
    linear-gradient(90deg, rgba(0, 103, 197, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(0, 103, 197, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 90% 18%, rgba(93, 224, 173, 0.24), transparent 29%),
    linear-gradient(135deg, #fbfcfb 0%, #f0f5f4 54%, #ebf7f2 100%);
  background-size: 46px 46px, 46px 46px, auto, auto;
}

.hero-brand-symbol {
  height: clamp(300px, 38vw, 620px);
  opacity: 0.055;
  pointer-events: none;
  position: absolute;
  right: -8vw;
  top: 8%;
  transform: rotate(8deg);
  width: clamp(300px, 38vw, 620px);
}

.home-hero::before {
  display: none;
}

.hero-layout {
  gap: clamp(36px, 3.5vw, 58px);
  grid-template-columns: minmax(510px, 0.98fr) minmax(540px, 1.02fr);
  padding-top: clamp(145px, 15vh, 182px);
}

.hero-copy {
  border-left: 5px solid var(--saw-mint);
  padding: 4px 0 46px clamp(24px, 3vw, 44px);
}

.home-hero .eyebrow {
  color: #3d4c64;
}

.home-hero .text-link-light {
  color: var(--saw-blue-deep);
}

.hero-system-stage {
  border-radius: 22px;
  box-shadow: 0 38px 85px rgba(20, 33, 58, 0.24);
  min-height: 680px;
}

.system-stage-label,
.system-tabs-instruction,
.system-experience-tabs button,
.portfolio-command-prompt,
.portfolio-command-tabs button,
.lab-toggle,
.eyebrow {
  font-family: var(--font-barlow), Arial, sans-serif;
}

.system-tabs-instruction span,
.portfolio-command-prompt span {
  font-family: var(--font-barlow), Arial, sans-serif;
  font-size: 10px;
}

.system-experience-tabs button small {
  font-size: 10px;
}

.hero-foot {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(20, 33, 58, 0.12);
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(20, 33, 58, 0.07);
  overflow: hidden;
}

.hero-foot span {
  color: #45536a;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.07em;
  padding: 17px 20px;
}

.hero-foot span + span {
  border-left: 1px solid rgba(20, 33, 58, 0.11);
}

.hero-foot b {
  color: var(--saw-cobalt);
  font-size: 9px;
  margin-right: 8px;
}

.statement-layout > p:not(.eyebrow) {
  font-family: var(--font-barlow), Arial, sans-serif;
  font-size: clamp(46px, 5.35vw, 80px);
  font-weight: 800;
  letter-spacing: -0.028em;
  line-height: 1;
}

.statement-layout > p em {
  color: var(--saw-cobalt);
  font-family: var(--font-barlow), Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
}

.section-heading h2,
.portal-story-heading h2,
.portfolio-runway-intro h2,
.system-lab-heading h2 {
  font-size: clamp(48px, 5.1vw, 78px);
  line-height: 0.98;
}

.outcome-row h3,
.application-list h3,
.included-list li,
.faq-list summary,
.foundation-list h2,
.process-list h2,
.portal-benefit-list h2,
.resource-list h2,
.modular-layout li,
.aside-title,
.form-section-heading h2,
.intake-success h2 {
  font-family: var(--font-barlow), Arial, sans-serif;
}

.button,
.nav-cta,
.lab-toggle button,
.system-experience-tabs button,
.portfolio-command-tabs button,
.portfolio-command-link {
  border-radius: 8px;
}

.button,
.nav-cta {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.button-primary,
.nav-cta,
.portal-action {
  background: var(--saw-cobalt);
  border-color: var(--saw-cobalt);
}

.button-primary:hover,
.button-primary:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--saw-blue-deep);
  border-color: var(--saw-blue-deep);
}

/* Mint carries the live state. True blue carries actions and authority. */

.nav-cta,
.button-primary,
.portal-action,
.lab-toggle button[aria-pressed="true"],
.lab-next-step {
  box-shadow: 0 14px 30px rgba(0, 103, 197, 0.2);
}

.home-hero::after {
  border-color: rgba(0, 103, 197, 0.1);
}

.home-hero .text-link-light,
.text-link {
  border-bottom-color: rgba(0, 103, 197, 0.38);
}

.outcome-row::before {
  background: linear-gradient(90deg, rgba(0, 103, 197, 0.08), transparent 72%);
}

.lab-toggle button:focus-visible {
  outline-color: rgba(0, 103, 197, 0.35);
}

.flow-line {
  background: linear-gradient(90deg, #43a5e8, #ffffff, var(--saw-mint));
}

.work-accent-blue {
  --work-accent: var(--saw-blue);
}

.work-accent-mint {
  --work-accent: #147b61;
}

.work-accent-orange {
  --work-accent: #b84f2d;
}

.work-accent-navy {
  --work-accent: #174f8e;
}

.work-accent-gold {
  --work-accent: #916116;
}

.project-status-overview {
  background: linear-gradient(118deg, #123e69, var(--saw-blue) 58%, #257b64 140%);
}

.portfolio-command-copy h3,
.lab-story h3,
.lab-handoff-card h3,
.portal-welcome strong,
.flow-step strong {
  font-family: var(--font-barlow), Arial, sans-serif;
}

.portfolio-command-copy h3 {
  font-size: clamp(50px, 5.6vw, 84px);
  font-weight: 800;
  letter-spacing: -0.028em;
  line-height: 0.98;
}

.page-hero h1 {
  font-size: clamp(58px, 6.6vw, 98px);
  line-height: 0.94;
}

.client-portal-brand > span {
  font-family: var(--font-barlow), Arial, sans-serif;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

@media (min-width: 941px) {
  .hero-copy h1 span,
  .hero-copy h1 em {
    white-space: nowrap;
  }
}

@media (max-width: 940px) {
  .hero-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 650px) {
  .wordmark-lockup b {
    font-size: 24px;
  }

  .wordmark-lockup i {
    height: 18px;
    width: 18px;
  }

  .hero-copy {
    border-left-width: 4px;
    padding-left: 19px;
  }

  .hero-copy h1 {
    font-size: clamp(58px, 17vw, 78px);
  }

  .hero-foot {
    border-radius: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-foot span:nth-child(3) {
    border-left: 0;
  }

  .hero-foot span:nth-child(n + 3) {
    border-top: 1px solid rgba(20, 33, 58, 0.11);
  }

  .statement-layout > p:not(.eyebrow) {
    font-size: clamp(46px, 14vw, 66px);
  }
}

/* Brand-led first impression and readable display typography */

.hero-copy h1,
.statement-layout > p:not(.eyebrow),
.statement-layout > p em,
.section-heading h2,
.offer-copy h2,
.proof-layout h2,
.portal-story-heading h2,
.portfolio-runway-intro h2,
.portfolio-command-copy h3,
.system-lab-heading h2,
.lab-story h3,
.lab-handoff-card h3,
.faq-intro h2,
.cta-section h2,
.page-hero h1,
.price-layout h2,
.resource-note h2,
.boundary-layout h2,
.hosting-section h2,
.modular-layout h2,
.honesty-layout h2,
.privacy-copy h2,
.brand-in-action-copy h2,
.brand-service-section h2,
.self-brand-copy h2,
.brand-page-hero h1,
.brand-symbol-story h2,
.brand-board-layout h2,
.package-heading h2,
.portal-welcome strong,
.flow-step strong {
  font-family: var(--font-barlow), Arial, sans-serif;
  font-stretch: normal;
  letter-spacing: -0.025em;
}

.hero-copy h1 {
  font-size: clamp(62px, 5.6vw, 88px);
  font-weight: 800;
  line-height: 0.95;
}

.hero-copy h1 em {
  font-family: var(--font-barlow), Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.statement-layout > p:not(.eyebrow) {
  line-height: 1;
}

.hero-brand-stage {
  background:
    radial-gradient(circle at 82% 20%, rgba(88, 221, 182, 0.2), transparent 31%),
    linear-gradient(145deg, #10233f 0%, #0a182c 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  box-shadow: 0 42px 95px rgba(16, 35, 63, 0.28);
  min-height: 690px;
  overflow: hidden;
  position: relative;
}

.hero-brand-stage::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-brand-stage-watermark {
  height: 480px;
  opacity: 0.04;
  pointer-events: none;
  position: absolute;
  right: -130px;
  top: -110px;
  transform: rotate(6deg);
  width: 480px;
}

.hero-brand-stage-topline {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.11em;
  left: 36px;
  padding-bottom: 17px;
  position: absolute;
  right: 36px;
  text-transform: uppercase;
  top: 30px;
  z-index: 7;
}

.hero-brand-stage-topline span:first-child {
  color: var(--saw-mint);
}

.hero-brand-browser {
  background: #f8fbfb;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  left: 5%;
  overflow: hidden;
  position: absolute;
  right: 5%;
  top: 92px;
  z-index: 3;
}

.hero-brand-browser-bar {
  align-items: center;
  background: #e8f0f1;
  color: #728096;
  display: flex;
  gap: 7px;
  min-height: 34px;
  padding: 0 14px;
}

.hero-brand-browser-bar i {
  background: #b8c5ca;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.hero-brand-browser-bar span {
  font-size: 9px;
  letter-spacing: 0.07em;
  margin-left: auto;
  text-transform: uppercase;
}

.hero-brand-browser-content {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(210px, 0.8fr);
  min-height: 325px;
}

.hero-brand-browser-copy {
  background: linear-gradient(145deg, #10233f 0%, #132c4d 100%);
  color: rgba(255, 255, 255, 0.74);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px 46px;
}

.hero-brand-browser-copy > span {
  color: var(--saw-mint);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.hero-brand-browser-copy img {
  display: block;
  height: auto;
  max-width: 410px;
  width: 100%;
}

.hero-brand-browser-copy p {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
  line-height: 1.55;
  margin: 28px 0 0;
  max-width: 420px;
  padding-top: 20px;
}

.hero-brand-workspace {
  align-self: center;
  background: #fff;
  border: 1px solid rgba(16, 35, 63, 0.12);
  box-shadow: 0 18px 45px rgba(16, 35, 63, 0.13);
  color: var(--saw-ink);
  margin: 28px;
  padding: 22px;
}

.hero-brand-workspace > div {
  align-items: center;
  border-bottom: 1px solid rgba(16, 35, 63, 0.12);
  display: grid;
  font-size: 10px;
  grid-template-columns: 22px 1fr auto;
  margin-bottom: 17px;
  padding-bottom: 12px;
}

.hero-brand-workspace img { height: 18px; width: 18px; }
.hero-brand-workspace b { color: #147b61; text-transform: uppercase; }
.hero-brand-workspace p { color: #66748a; font-size: 9px; letter-spacing: 0.08em; margin: 0 0 7px; text-transform: uppercase; }
.hero-brand-workspace strong { display: block; font-size: 16px; line-height: 1.25; }
.hero-brand-workspace small { color: #66748a; display: block; font-size: 11px; margin-top: 10px; }
.hero-brand-workspace > i { background: #e7eff0; display: block; height: 5px; margin-top: 22px; overflow: hidden; }
.hero-brand-workspace > i span { background: var(--saw-mint); display: block; height: 100%; width: 72%; }

.hero-brand-touchpoints {
  bottom: 66px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  left: 5%;
  position: absolute;
  right: 5%;
  z-index: 4;
}

.hero-brand-touchpoints > div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 14px 15px;
}

.hero-brand-touchpoints span { color: var(--saw-mint); font-size: 8px; font-weight: 700; letter-spacing: 0.1em; }
.hero-brand-touchpoints strong { font-size: 11px; }
.hero-brand-touchpoints small { color: rgba(255, 255, 255, 0.58); font-size: 8px; line-height: 1.35; }

.hero-brand-download {
  bottom: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  font-weight: 700;
  left: 5%;
  letter-spacing: 0.08em;
  position: absolute;
  text-transform: uppercase;
  z-index: 9;
}

.hero-brand-download span { color: var(--saw-mint); margin-left: 8px; }

.brand-spectrum {
  background: #fff;
  display: grid;
  grid-template-columns: minmax(210px, 0.72fr) repeat(4, minmax(0, 1fr));
  min-height: 205px;
  position: relative;
}

.brand-spectrum-intro,
.brand-spectrum-panel {
  align-items: center;
  border-right: 1px solid rgba(16, 35, 63, 0.12);
  display: flex;
  justify-content: center;
  padding: clamp(28px, 3vw, 50px);
}

.brand-spectrum-intro {
  align-items: flex-start;
  background: var(--saw-ink);
  color: #fff;
  flex-direction: column;
  padding-left: clamp(32px, 5vw, 82px);
}

.brand-spectrum-intro b {
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1;
}

.brand-spectrum-intro small {
  color: var(--saw-mint);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  margin-top: 13px;
  text-transform: uppercase;
}

.brand-spectrum-panel img {
  display: block;
  height: auto;
  max-width: 260px;
  width: 100%;
}

.brand-spectrum-light { background: #fff; }
.brand-spectrum-mint { background: var(--saw-mint); }
.brand-spectrum-blue { background: var(--saw-blue); }
.brand-spectrum-night { background: #0b1a30; }

.brand-spectrum-cta {
  align-items: center;
  background: rgba(16, 35, 63, 0.96);
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 9px;
  font-weight: 700;
  gap: 16px;
  letter-spacing: 0.09em;
  padding: 13px 18px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

.brand-spectrum-cta b { color: var(--saw-mint); font-size: 16px; }

.hero-foot span {
  align-items: center;
  display: flex;
}

.hero-foot span img {
  height: 18px;
  margin-right: 10px;
  width: 18px;
}

.statement-section {
  overflow: hidden;
  position: relative;
}

.statement-brand-mark {
  height: min(44vw, 660px);
  opacity: 0.035;
  pointer-events: none;
  position: absolute;
  right: -8vw;
  top: 4%;
  transform: rotate(-7deg);
  width: min(44vw, 660px);
}

.page-hero::after {
  background: center / contain no-repeat url("/assets/brand/at-mint.svg");
  content: "";
  height: min(34vw, 500px);
  opacity: 0.055;
  right: -4vw;
  top: 120px;
  transform: rotate(8deg);
  width: min(34vw, 500px);
}

.page-brand-signature {
  align-items: center;
  background: rgba(7, 20, 37, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 28px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(210px, 310px) auto 1fr;
  margin-top: 58px;
  max-width: 850px;
  padding: 24px 28px;
  position: relative;
  z-index: 3;
}

.page-brand-signature-logo {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding-right: 28px;
}

.page-brand-signature-logo img {
  display: block;
  height: auto;
  width: 100%;
}

.page-brand-signature-symbols {
  display: flex;
  gap: 8px;
}

.page-brand-signature-symbols img {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  height: 42px;
  padding: 7px;
  width: 42px;
}

.page-brand-signature > span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.cta-section {
  overflow: hidden;
  position: relative;
}

.cta-section::after {
  background: center / contain no-repeat url("/assets/brand/at-blue.svg");
  content: "";
  height: 300px;
  opacity: 0.035;
  pointer-events: none;
  position: absolute;
  right: -85px;
  top: -65px;
  transform: rotate(-8deg);
  width: 300px;
}

.cta-section > div {
  position: relative;
  z-index: 1;
}

.capability-showroom {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-bottom: clamp(100px, 12vw, 180px);
  padding-top: clamp(80px, 9vw, 140px);
}

.capability-card {
  background: #fff;
  border: 1px solid rgba(16, 35, 63, 0.13);
  margin-right: -1px;
  margin-top: -1px;
  min-height: 390px;
  padding: clamp(38px, 5vw, 74px);
  position: relative;
}

.capability-card::after {
  background: var(--card-accent, var(--saw-blue));
  bottom: 0;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  transform: scaleX(0.18);
  transform-origin: left;
  transition: transform 260ms ease;
  width: 100%;
}

.capability-card:hover::after { transform: scaleX(1); }
.capability-card-2 { --card-accent: var(--saw-mint); background: #eef5f5; }
.capability-card-3 { --card-accent: var(--saw-mint); background: #eef5f5; }
.capability-card-4 { --card-accent: var(--saw-blue); }

.capability-card-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.capability-card-head img { height: 48px; width: 48px; }
.capability-card-head span { color: #68768a; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; }

.capability-card h2 {
  color: var(--saw-ink);
  font-family: var(--font-barlow), Arial, sans-serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.98;
  margin: 55px 0 25px;
}

.capability-card p {
  color: #536179;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  max-width: 620px;
}

.capability-demo-band {
  background:
    radial-gradient(circle at 10% 15%, rgba(88, 221, 182, 0.17), transparent 26rem),
    var(--saw-ink);
  color: #fff;
  padding: clamp(100px, 12vw, 175px) 0;
}

.capability-demo-layout {
  align-items: center;
  display: grid;
  gap: clamp(54px, 7vw, 105px);
  grid-template-columns: minmax(390px, 0.9fr) minmax(520px, 1.1fr);
}

.capability-demo-layout h2,
.capability-brand-deliverable h2 {
  font-family: var(--font-barlow), Arial, sans-serif;
  font-size: clamp(46px, 4.75vw, 72px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.97;
  margin: 22px 0 28px;
}

/* Keep the flagship navigation spacious without letting labels collide. */

.desktop-nav {
  gap: clamp(15px, 1.75vw, 27px);
}

.desktop-nav a {
  font-size: 11px;
  white-space: nowrap;
}

.nav-cta {
  white-space: nowrap;
}

.capability-demo-layout > div > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.capability-demo-layout .portal-window {
  box-shadow: 0 35px 84px rgba(0, 0, 0, 0.36);
}

.capability-brand-deliverable {
  align-items: center;
  display: grid;
  gap: clamp(64px, 9vw, 150px);
  grid-template-columns: minmax(480px, 1fr) minmax(0, 1fr);
}

.capability-brand-visual {
  display: grid;
  gap: 12px;
  transform: rotate(-1.3deg);
}

.capability-brand-visual > div {
  align-items: center;
  box-shadow: 0 22px 54px rgba(16, 35, 63, 0.13);
  display: flex;
  justify-content: center;
  min-height: 190px;
  padding: 48px;
}

.capability-brand-visual > div:nth-child(1) { background: #fff; }
.capability-brand-visual > div:nth-child(2) { background: #0b1a30; margin-left: 6%; }
.capability-brand-visual > div:nth-child(3) { background: var(--saw-mint); margin-right: 6%; }

.capability-brand-visual img { display: block; height: auto; max-width: 520px; width: 100%; }

.capability-brand-deliverable > div:last-child > p {
  color: #536179;
  font-size: 17px;
  line-height: 1.7;
}

.capability-scenarios {
  padding-top: 0;
}

.capability-scenario-grid {
  border-left: 1px solid rgba(16, 35, 63, 0.14);
  border-top: 1px solid rgba(16, 35, 63, 0.14);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 70px;
}

.capability-scenario-grid article {
  border-bottom: 1px solid rgba(16, 35, 63, 0.14);
  border-right: 1px solid rgba(16, 35, 63, 0.14);
  display: grid;
  gap: 22px;
  min-height: 220px;
  padding: 42px;
}

.capability-scenario-grid span {
  color: var(--saw-blue-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.capability-scenario-grid strong {
  color: var(--saw-ink);
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.15;
}

@media (max-width: 1180px) {
  .hero-brand-stage { min-height: 650px; }
  .hero-brand-browser-content { grid-template-columns: 1.1fr 0.9fr; }
  .brand-spectrum { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-spectrum-intro { grid-column: 1 / -1; min-height: 150px; }
  .capability-demo-layout,
  .capability-brand-deliverable { grid-template-columns: 1fr; }
  .capability-demo-layout .portal-window,
  .capability-brand-visual { max-width: 850px; }
}

@media (max-width: 940px) {
  .hero-brand-stage { min-height: 700px; }
  .hero-brand-browser-content { grid-template-columns: 1fr; }
  .hero-brand-browser-copy { padding: 35px 38px; }
  .hero-brand-workspace { margin: 20px; }
  .hero-brand-touchpoints { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-spectrum { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 650px) {
  .hero-copy h1 { font-size: clamp(48px, 14vw, 64px); }
  .hero-brand-stage { border-radius: 18px; min-height: 720px; }
  .hero-brand-stage-topline { left: 20px; right: 20px; top: 22px; }
  .hero-brand-stage-topline span:last-child { display: none; }
  .hero-brand-browser { left: 4%; right: 4%; top: 72px; }
  .hero-brand-browser-content { display: block; min-height: 0; }
  .hero-brand-browser-copy { padding: 30px 26px; }
  .hero-brand-browser-copy > span { margin-bottom: 20px; }
  .hero-brand-browser-copy p { font-size: 11px; margin-top: 22px; padding-top: 16px; }
  .hero-brand-workspace { margin: 14px; padding: 17px; }
  .hero-brand-workspace strong { font-size: 13px; }
  .hero-brand-touchpoints { bottom: 56px; grid-template-columns: repeat(2, minmax(0, 1fr)); left: 4%; right: 4%; }
  .hero-brand-touchpoints > div { padding: 10px 11px; }
  .hero-brand-touchpoints small { display: none; }
  .hero-brand-download { bottom: 20px; font-size: 7px; left: 4%; }
  .brand-spectrum { grid-template-columns: 1fr; }
  .brand-spectrum-intro { grid-column: auto; min-height: 138px; }
  .brand-spectrum-panel { min-height: 190px; }
  .brand-spectrum-cta { justify-content: space-between; position: static; }
  .statement-brand-mark { height: 320px; right: -120px; width: 320px; }
  .page-hero::after { height: 320px; right: -130px; top: 150px; width: 320px; }
  .page-brand-signature {
    gap: 18px;
    grid-template-columns: 1fr;
    margin-top: 42px;
    padding: 24px;
  }
  .page-brand-signature-logo { border-right: 0; max-width: 300px; padding-right: 0; }
  .page-brand-signature > span { line-height: 1.5; }
  .capability-showroom,
  .capability-scenario-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: auto; }
  .capability-card h2 { margin-top: 38px; }
  .capability-brand-visual > div { min-height: 140px; padding: 30px; }
  .capability-scenario-grid article { min-height: 190px; padding: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-system-stage {
    transition: none;
  }
}

/* Launch readiness and final blue plus mint color cleanup */

.skip-link {
  background: var(--saw-ink);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: 18px;
  padding: 12px 16px;
  position: fixed;
  top: 14px;
  transform: translateY(-160%);
  transition: transform 160ms ease;
  z-index: 1000;
}

.skip-link:focus {
  outline: 3px solid var(--saw-mint);
  outline-offset: 3px;
  transform: translateY(0);
}

.demo-site-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(93, 224, 173, 0.32), transparent 29%),
    linear-gradient(130deg, #e8f2fb 0%, #e4f4ee 100%);
}

.demo-site-hero > span,
.demo-next-action {
  background: linear-gradient(110deg, var(--saw-blue-deep), #147b61);
}

.demo-portal-nav {
  background: linear-gradient(180deg, #123e69, #174f8e 58%, #147b61 135%);
}

.lab-handoff-grid span {
  background: linear-gradient(120deg, rgba(0, 103, 197, 0.055), rgba(93, 224, 173, 0.09));
}

.client-portal-app {
  --portal-ink: var(--saw-ink);
  --portal-muted: #596780;
  --portal-line: rgba(20, 33, 58, 0.15);
  background:
    radial-gradient(circle at 8% 2%, rgba(0, 103, 197, 0.12), transparent 24rem),
    radial-gradient(circle at 92% 18%, rgba(93, 224, 173, 0.13), transparent 26rem),
    #f7faf8;
}

.client-project-nav a:hover,
.client-project-nav a:focus-visible,
.client-project-nav a.active {
  background: linear-gradient(90deg, rgba(0, 103, 197, 0.1), rgba(0, 103, 197, 0));
  border-left-color: var(--saw-blue);
}

.client-portal-intro > p,
.project-portal-title > div > p,
.client-empty-state > span,
.portal-form-heading > span,
.project-section-heading > span,
.file-list a:hover span,
.file-list a:focus-visible span {
  color: var(--saw-blue-deep);
}

.portal-form {
  background:
    linear-gradient(120deg, rgba(0, 103, 197, 0.07), transparent 42%),
    rgba(255, 255, 255, 0.76);
}

.portal-form input:focus,
.portal-form select:focus,
.portal-form textarea:focus,
.message-form textarea:focus,
.file-upload-form input:focus {
  border-color: var(--saw-blue);
  outline-color: rgba(0, 103, 197, 0.18);
}

#portal-demo {
  scroll-margin-top: 34px;
}

.consent-row a {
  border-bottom: 1px solid currentColor;
  font-weight: 700;
}

.intake-reference {
  color: var(--saw-blue-deep);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.privacy-hero small {
  color: #536179;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 28px;
  text-transform: uppercase;
}

.privacy-layout {
  align-items: start;
  display: grid;
  gap: clamp(48px, 8vw, 128px);
  grid-template-columns: minmax(210px, 0.32fr) minmax(0, 0.68fr);
}

.privacy-layout > aside {
  border-top: 4px solid var(--saw-mint);
  position: sticky;
  top: 30px;
}

.privacy-layout > aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.privacy-layout > aside li {
  border-top: 1px solid rgba(20, 33, 58, 0.14);
  color: #46566d;
  font-size: 13px;
  line-height: 1.5;
  padding: 15px 0;
}

.privacy-copy {
  max-width: 820px;
}

.privacy-copy > section {
  border-top: 1px solid rgba(20, 33, 58, 0.15);
  padding: 30px 0 34px;
}

.privacy-copy h2 {
  color: var(--saw-ink);
  font-family: var(--font-barlow), Arial, sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 0 18px;
}

.privacy-copy p {
  color: #46566d;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 16px;
}

.privacy-action {
  align-items: center;
  background: #e8f6f0;
  border-left: 5px solid var(--saw-mint);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-top: 18px;
  padding: 28px;
}

.privacy-action p {
  color: var(--saw-ink);
  font-weight: 700;
  margin: 0;
}

@media (max-width: 940px) {
  .privacy-layout {
    grid-template-columns: 1fr;
  }

  .privacy-layout > aside {
    position: static;
  }

  .client-project-nav a:hover,
  .client-project-nav a:focus-visible,
  .client-project-nav a.active {
    background: linear-gradient(180deg, rgba(0, 103, 197, 0), rgba(0, 103, 197, 0.08));
    border-bottom-color: var(--saw-blue);
    border-left-color: transparent;
  }
}

@media (max-width: 650px) {
  .privacy-action {
    align-items: stretch;
    flex-direction: column;
  }
}

/* The production identity carried through the working site */

.brand-in-action {
  background: var(--saw-ink);
  color: #fff;
  overflow: hidden;
  padding: clamp(88px, 10vw, 148px) 0;
  position: relative;
}

.brand-in-action::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.brand-in-action-layout {
  align-items: center;
  display: grid;
  gap: clamp(60px, 8vw, 132px);
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1.28fr);
  position: relative;
}

.brand-in-action-copy h2,
.brand-service-section h2,
.self-brand-copy h2,
.brand-page-hero h1,
.brand-symbol-story h2,
.brand-board-layout h2,
.package-heading h2 {
  font-family: var(--font-barlow), Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.028em;
}

.brand-in-action-copy h2 {
  font-size: clamp(52px, 5.5vw, 86px);
  line-height: 0.93;
  margin: 22px 0 28px;
}

.brand-in-action-copy > p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  line-height: 1.7;
  max-width: 650px;
}

.brand-in-action-links {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 34px;
}

.brand-in-action-stage {
  display: grid;
  gap: 16px;
  transform: rotate(-1.5deg);
}

.brand-panel {
  border-radius: 18px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
  padding: clamp(34px, 5vw, 72px);
}

.brand-panel > img {
  display: block;
  height: auto;
  max-width: 680px;
  width: 100%;
}

.brand-panel-light {
  background: #eef5f5;
}

.brand-panel-dark {
  align-items: center;
  background: #0b1a30;
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.brand-symbol-row {
  display: grid;
  gap: 12px;
}

.brand-symbol-row img {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  height: 64px;
  padding: 10px;
  width: 64px;
}

.brand-service-section {
  align-items: center;
  border-bottom: 1px solid rgba(16, 35, 63, 0.15);
  border-top: 1px solid rgba(16, 35, 63, 0.15);
  display: grid;
  gap: clamp(36px, 6vw, 90px);
  grid-template-columns: 130px minmax(0, 1fr) minmax(280px, 0.68fr);
}

.brand-service-mark img {
  display: block;
  height: auto;
  width: 100%;
}

.brand-service-section h2 {
  color: var(--saw-ink);
  font-size: clamp(46px, 5vw, 76px);
  line-height: 0.95;
  margin: 20px 0 24px;
}

.brand-service-section p {
  color: #46566d;
  font-size: 16px;
  line-height: 1.7;
  max-width: 760px;
}

.brand-service-logo {
  background: #eef5f5;
  border-radius: 16px;
  padding: 36px;
}

.brand-service-logo img {
  display: block;
  height: auto;
  width: 100%;
}

.self-brand-case {
  align-items: stretch;
  background: #eef5f5;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1.1fr) minmax(400px, 0.9fr);
  margin-bottom: clamp(80px, 9vw, 132px);
  margin-top: 24px;
  padding-inline: 0;
}

.self-brand-visual {
  display: grid;
  min-height: 580px;
}

.self-brand-primary,
.self-brand-reversed {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: clamp(38px, 5vw, 78px);
}

.self-brand-primary img,
.self-brand-reversed > img:first-child {
  display: block;
  height: auto;
  max-width: 620px;
  width: 100%;
}

.self-brand-reversed {
  background: var(--saw-ink);
  gap: 34px;
}

.self-brand-reversed > img:last-child {
  height: 76px;
  width: 76px;
}

.self-brand-copy {
  align-content: center;
  background: #fff;
  display: grid;
  padding: clamp(48px, 6vw, 92px);
}

.self-brand-copy h2 {
  color: var(--saw-ink);
  font-size: clamp(58px, 6vw, 90px);
  line-height: 0.9;
  margin: 12px 0 20px;
}

.self-brand-copy h3 {
  color: var(--saw-ink);
  font-size: clamp(23px, 2.4vw, 34px);
  line-height: 1.08;
  margin: 0 0 24px;
}

.self-brand-copy > p:not(.resource-type) {
  color: #536179;
  font-size: 16px;
  line-height: 1.7;
}

.self-brand-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 30px;
}

.brand-page-hero {
  background:
    radial-gradient(circle at 78% 25%, rgba(88, 221, 182, 0.22), transparent 28rem),
    linear-gradient(128deg, #10233f 0%, #0b1a30 100%);
  color: #fff;
  min-height: 820px;
  overflow: hidden;
  position: relative;
}

.brand-hero-watermark {
  height: min(64vw, 860px);
  opacity: 0.055;
  position: absolute;
  right: -12vw;
  top: -8vw;
  transform: rotate(8deg);
  width: min(64vw, 860px);
}

.brand-page-hero-layout {
  align-items: center;
  display: grid;
  gap: clamp(70px, 9vw, 150px);
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.84fr);
  min-height: 820px;
  padding-bottom: 90px;
  padding-top: 170px;
  position: relative;
}

.brand-page-hero h1 {
  font-size: clamp(68px, 7.3vw, 112px);
  line-height: 0.87;
  margin: 24px 0 30px;
}

.brand-page-hero-layout > div:first-child > p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.65;
  max-width: 720px;
}

.button-mint {
  background: var(--saw-mint);
  border-color: var(--saw-mint);
  color: var(--saw-ink);
}

.button-mint:hover,
.button-mint:focus-visible {
  background: #78e7c6;
  border-color: #78e7c6;
}

.brand-hero-lockup {
  background: rgba(6, 17, 32, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.28);
  padding: clamp(38px, 5vw, 70px);
  transform: rotate(2deg);
}

.brand-hero-lockup img {
  display: block;
  height: auto;
  width: 100%;
}

.brand-hero-lockup p {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 32px 0 0;
  padding-top: 18px;
  text-transform: uppercase;
}

.brand-identity-runway {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-identity-runway > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  min-height: 380px;
  padding: 54px;
}

.brand-identity-runway img {
  display: block;
  height: auto;
  width: 100%;
}

.brand-identity-runway span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-runway-light {
  background: #fff;
  color: #536179;
}

.brand-runway-alt {
  background: #eef5f5;
}

.brand-runway-dark {
  background: var(--saw-ink);
  color: rgba(255, 255, 255, 0.56);
}

.brand-runway-alt-dark {
  background: #0b1a30;
}

.brand-runway-onecolor-mint {
  background: var(--saw-mint);
  color: rgba(16, 35, 63, 0.68);
}

.brand-runway-onecolor-blue {
  background: var(--saw-blue);
  color: rgba(255, 255, 255, 0.72);
}

.brand-symbol-story {
  align-items: center;
  display: grid;
  gap: clamp(60px, 9vw, 150px);
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
}

.brand-symbol-stack {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  transform: rotate(-2deg);
}

.brand-symbol-stack > div {
  align-items: center;
  background: #eef5f5;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  min-height: 220px;
  padding: 38px;
}

.brand-symbol-stack > div:nth-child(4) {
  background: var(--saw-ink);
  color: #fff;
}

.brand-symbol-stack img {
  height: 110px;
  width: 110px;
}

.brand-symbol-stack span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-symbol-story h2,
.brand-board-layout h2,
.package-heading h2 {
  color: var(--saw-ink);
  font-size: clamp(52px, 5.8vw, 88px);
  line-height: 0.93;
  margin: 22px 0 28px;
}

.brand-symbol-story > div:last-child > p:not(.eyebrow),
.brand-board-layout > div > p:not(.eyebrow) {
  color: #536179;
  font-size: 17px;
  line-height: 1.7;
  max-width: 720px;
}

.brand-board-section {
  background: #e8f0f2;
  padding: clamp(90px, 11vw, 168px) 0;
}

.brand-board-layout {
  align-items: start;
  display: grid;
  gap: clamp(60px, 8vw, 132px);
  grid-template-columns: minmax(360px, 0.68fr) minmax(0, 1.32fr);
}

.brand-board-layout figure {
  margin: 0;
}

.brand-board-layout figure img {
  border: 1px solid rgba(16, 35, 63, 0.12);
  box-shadow: 0 28px 68px rgba(16, 35, 63, 0.16);
  display: block;
  height: auto;
  width: 100%;
}

.brand-board-layout figcaption {
  color: #536179;
  font-size: 11px;
  letter-spacing: 0.08em;
  padding-top: 14px;
  text-transform: uppercase;
}

.package-section {
  display: grid;
  gap: 58px;
}

.package-heading {
  max-width: 1020px;
}

.package-list {
  border-top: 1px solid rgba(16, 35, 63, 0.16);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.package-list article {
  align-items: start;
  border-bottom: 1px solid rgba(16, 35, 63, 0.16);
  display: grid;
  gap: 24px;
  grid-template-columns: 38px 1fr;
  padding: 32px 30px 32px 0;
}

.package-list article:nth-child(odd) {
  border-right: 1px solid rgba(16, 35, 63, 0.16);
  padding-right: 42px;
}

.package-list article:nth-child(even) {
  padding-left: 42px;
}

.package-list article > span {
  color: var(--saw-blue);
  font-size: 11px;
  font-weight: 700;
}

.package-list h3 {
  color: var(--saw-ink);
  font-size: 21px;
  margin: 0 0 8px;
}

.package-list p {
  color: #536179;
  line-height: 1.6;
  margin: 0;
}

.package-download {
  align-items: center;
  background: #eef5f5;
  border-left: 6px solid var(--saw-mint);
  display: grid;
  gap: 28px;
  grid-template-columns: 74px 1fr auto;
  padding: clamp(28px, 4vw, 48px);
}

.package-download img {
  height: 74px;
  width: 74px;
}

.package-download p {
  color: var(--saw-blue-deep);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.package-download strong {
  color: var(--saw-ink);
  display: block;
  font-size: 18px;
  line-height: 1.35;
}

@media (max-width: 1180px) {
  .brand-in-action-layout,
  .brand-page-hero-layout {
    grid-template-columns: 1fr;
  }

  .brand-in-action-stage,
  .brand-hero-lockup {
    max-width: 860px;
  }

  .brand-identity-runway {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .self-brand-case,
  .brand-board-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 940px) {
  .brand-in-action-layout {
    grid-template-columns: 1fr;
  }

  .brand-service-section,
  .brand-symbol-story {
    grid-template-columns: 1fr;
  }

  .brand-service-mark {
    max-width: 110px;
  }

  .brand-service-logo {
    max-width: 560px;
  }

  .brand-symbol-stack {
    max-width: 620px;
  }
}

@media (max-width: 650px) {
  .saw-wordmark-image {
    width: 178px;
  }

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

  .footer-brand-panel {
    min-height: 126px;
    padding: 24px;
  }

  .footer-brand-ribbon-label {
    justify-content: space-between;
    position: static;
    grid-column: 1 / -1;
  }

  .hero-brand-symbol {
    right: -36vw;
  }

  .brand-panel-dark {
    grid-template-columns: 1fr;
  }

  .brand-symbol-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .self-brand-case {
    display: block;
  }

  .self-brand-reversed {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-page-hero,
  .brand-page-hero-layout {
    min-height: auto;
  }

  .brand-page-hero-layout {
    padding-bottom: 88px;
    padding-top: 140px;
  }

  .brand-page-hero h1 {
    font-size: clamp(58px, 17vw, 78px);
  }

  .brand-identity-runway {
    grid-template-columns: 1fr;
  }

  .brand-identity-runway > div {
    min-height: 270px;
    padding: 42px;
  }

  .brand-symbol-stack {
    grid-template-columns: 1fr 1fr;
  }

  .brand-symbol-stack > div {
    min-height: 170px;
    padding: 25px;
  }

  .brand-symbol-stack img {
    height: 76px;
    width: 76px;
  }

  .package-list {
    grid-template-columns: 1fr;
  }

  .package-list article,
  .package-list article:nth-child(odd),
  .package-list article:nth-child(even) {
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .package-download {
    align-items: start;
    grid-template-columns: 58px 1fr;
  }

  .package-download img {
    height: 58px;
    width: 58px;
  }

  .package-download .button {
    grid-column: 1 / -1;
    text-align: center;
  }
}
