/*
 * Simplewire · Tican case V2
 * Local review draft only. Kept isolated from live .sw-case styles and routes.
 */

body[data-sw-draft="tican-case-v2"] {
  margin: 0;
  overflow-x: clip;
  background: var(--sw-surface);
  color: var(--sw-ink);
  font-family: "Inter", var(--sw-font-sans);
  -webkit-font-smoothing: antialiased;
}

body[data-sw-draft="tican-case-v2"] :focus-visible {
  outline: 3px solid var(--sw-accent);
  outline-offset: 4px;
}

.sw-tican-v2,
.sw-tican-v2 *,
.sw-tican-v2 *::before,
.sw-tican-v2 *::after,
.sw-tican-v2-review,
.sw-tican-v2-review *,
.sw-tican-v2-review *::before,
.sw-tican-v2-review *::after {
  box-sizing: border-box;
}

.sw-tican-v2 {
  overflow: clip;
  background: var(--sw-surface);
  color: var(--sw-ink);
}

.sw-tican-v2 :where(h1, h2, h3, p, figure, blockquote, dl, dd, ol, ul) {
  margin: 0;
}

.sw-tican-v2 :is(h1, h2, h3, .sw-tican-v2-eyebrow, .sw-tican-v2-button) {
  font-family: "Exo", var(--sw-font-display);
}

.sw-tican-v2 :where(img) {
  display: block;
  max-width: 100%;
  height: auto;
}

.sw-tican-v2 a {
  color: inherit;
}

.sw-tican-v2-skip {
  position: fixed;
  z-index: 2147483646;
  top: 8px;
  left: 12px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--sw-radius-xs);
  padding: 10px 14px;
  transform: translateY(-160%);
  background: #fff;
  color: var(--sw-ink);
  font-weight: 700;
  text-decoration: none;
}

.sw-tican-v2-skip:focus {
  transform: translateY(0);
}

.sw-tican-v2-shell {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.sw-tican-v2-section {
  padding-block: clamp(80px, 9vw, 136px);
}

.sw-tican-v2-section.is-soft {
  background: var(--sw-bg);
}

.sw-tican-v2-section.is-navy {
  background: var(--sw-navy);
  color: #fff;
}

.sw-tican-v2-eyebrow {
  margin-bottom: 18px !important;
  color: var(--sw-accent-strong);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.085em;
  line-height: 1.35;
  text-transform: uppercase;
}

.sw-tican-v2-eyebrow.is-light {
  color: #92dfff;
}

.sw-tican-v2-hero {
  position: relative;
  min-height: min(820px, calc(100dvh - 64px));
  display: grid;
  grid-template-rows: 1fr auto;
  isolation: isolate;
  background: var(--sw-navy);
  color: #fff;
}

.sw-tican-v2-hero picture,
.sw-tican-v2-hero-media,
.sw-tican-v2-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sw-tican-v2-hero picture {
  z-index: -3;
}

.sw-tican-v2-hero-media {
  object-fit: cover;
  object-position: center;
}

.sw-tican-v2-hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 17, 29, 0.94) 0%, rgba(3, 17, 29, 0.76) 45%, rgba(3, 17, 29, 0.22) 78%),
    linear-gradient(0deg, rgba(3, 17, 29, 0.84) 0%, rgba(3, 17, 29, 0) 48%);
}

.sw-tican-v2-hero-inner {
  z-index: 1;
  align-self: end;
  padding-block: clamp(120px, 14vw, 190px) clamp(64px, 7vw, 96px);
}

.sw-tican-v2-hero h1 {
  max-width: 17ch;
  font-size: clamp(46px, 6.2vw, 82px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.99;
  text-wrap: balance;
}

.sw-tican-v2-hero-lead {
  max-width: 710px;
  margin-top: 30px !important;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.sw-tican-v2-text-link {
  min-height: 48px;
  width: fit-content;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid currentColor;
  font-family: "Exo", var(--sw-font-display);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.sw-tican-v2-text-link.is-light {
  color: #fff;
}

.sw-tican-v2-text-link span {
  color: var(--sw-cyan);
  font-size: 20px;
}

.sw-tican-v2-hero-facts {
  z-index: 1;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(3, 17, 29, 0.76);
  backdrop-filter: blur(12px);
}

.sw-tican-v2-hero-facts div {
  min-height: 94px;
  padding: 22px 28px;
}

.sw-tican-v2-hero-facts div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.sw-tican-v2-hero-facts dt {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sw-tican-v2-hero-facts dd {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-family: "Exo", var(--sw-font-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.sw-tican-v2-status-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--sw-cyan);
  box-shadow: 0 0 0 5px rgba(108, 226, 255, 0.14);
}

.sw-tican-v2-intro-grid {
  display: grid;
  grid-template-columns: minmax(190px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(56px, 9vw, 132px);
  align-items: start;
}

.sw-tican-v2-case-mark {
  border-top: 3px solid var(--sw-accent);
  padding-top: 28px;
}

.sw-tican-v2-case-mark img {
  width: min(100%, 220px);
  height: auto;
}

.sw-tican-v2-case-mark p {
  max-width: 25ch;
  margin-top: 24px !important;
  color: var(--sw-muted);
  font-size: 15px;
  line-height: 1.6;
}

.sw-tican-v2-intro-copy h2,
.sw-tican-v2-section-heading h2,
.sw-tican-v2-story-copy h2,
.sw-tican-v2-implementation-copy h2,
.sw-tican-v2-closing h2 {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.04;
  text-wrap: balance;
}

.sw-tican-v2-intro-copy h2 {
  max-width: 15ch;
}

.sw-tican-v2-intro-copy > p:not(.sw-tican-v2-eyebrow),
.sw-tican-v2-story-copy > p,
.sw-tican-v2-section-heading > p:not(.sw-tican-v2-eyebrow),
.sw-tican-v2-implementation-copy > p,
.sw-tican-v2-closing p:not(.sw-tican-v2-eyebrow) {
  color: var(--sw-ink-soft);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.7;
}

.sw-tican-v2-intro-copy > p:not(.sw-tican-v2-eyebrow) {
  max-width: 66ch;
  margin-top: 28px !important;
}

.sw-tican-v2-question {
  max-width: 780px;
  margin-top: 44px;
  border-left: 4px solid var(--sw-accent);
  padding: 8px 0 8px clamp(22px, 3vw, 36px);
}

.sw-tican-v2-question span {
  display: block;
  margin-bottom: 12px;
  color: var(--sw-accent-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sw-tican-v2-question strong {
  display: block;
  font-family: "Exo", var(--sw-font-display);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.3;
}

.sw-tican-v2-quote {
  margin-top: 38px;
  border-left: 4px solid var(--sw-accent);
  padding: 7px 0 7px clamp(22px, 3vw, 36px);
}

.sw-tican-v2-quote blockquote {
  max-width: 31ch;
  font-family: "Exo", var(--sw-font-display);
  font-size: clamp(23px, 2.8vw, 34px);
  font-weight: 700;
  letter-spacing: -0.012em;
  line-height: 1.34;
  text-wrap: balance;
}

.sw-tican-v2-quote figcaption {
  margin-top: 20px;
  color: var(--sw-muted);
  font-size: 13px;
  line-height: 1.45;
}

.sw-tican-v2-quote figcaption strong,
.sw-tican-v2-quote figcaption span {
  display: block;
}

.sw-tican-v2-quote figcaption strong {
  color: var(--sw-ink);
  font-family: "Exo", var(--sw-font-display);
  font-size: 14px;
}

.sw-tican-v2-quote.is-compact {
  margin-top: 34px;
}

.sw-tican-v2-quote.is-compact blockquote {
  max-width: 40ch;
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 650;
  line-height: 1.48;
  text-wrap: pretty;
}

.sw-tican-v2-quote.is-dark {
  margin-top: 0;
  border-left-color: var(--sw-cyan);
}

.sw-tican-v2-quote.is-dark blockquote {
  max-width: 38ch;
  color: #fff;
  font-size: clamp(22px, 2.7vw, 32px);
}

.sw-tican-v2-quote.is-dark figcaption,
.sw-tican-v2-quote.is-dark figcaption strong {
  color: #b9cbd8;
}

.sw-tican-v2-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(52px, 8vw, 112px);
  align-items: center;
}

.sw-tican-v2-story-section {
  display: grid;
  gap: clamp(34px, 5vw, 64px);
}

.sw-tican-v2-story-heading {
  display: grid;
  grid-template-columns: minmax(170px, 0.34fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: start;
}

.sw-tican-v2-story-heading h2 {
  max-width: 20ch;
  font-size: clamp(42px, 5.8vw, 76px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.02;
  text-wrap: balance;
}

.sw-tican-v2-story-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 32px);
  align-items: stretch;
  width: 100%;
}

.sw-tican-v2-story-gallery figure {
  overflow: hidden;
  border: 1px solid var(--sw-line);
  border-radius: var(--sw-radius-sm);
  background: #fff;
  box-shadow: var(--sw-shadow-md);
}

.sw-tican-v2-story-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.sw-tican-v2-story-gallery-washdown,
.sw-tican-v2-story-gallery-complexity {
  display: grid;
  grid-template-rows: auto 1fr;
}

.sw-tican-v2-story-gallery figcaption {
  padding: clamp(22px, 2.8vw, 32px);
  color: var(--sw-ink-soft);
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.65;
}

.sw-tican-v2-story-gallery figcaption span {
  display: block;
  margin-bottom: 12px;
  color: var(--sw-ink);
  font-family: "Exo", var(--sw-font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.sw-tican-v2-story-testimonial {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--sw-line);
  border-radius: var(--sw-radius-sm);
  background:
    radial-gradient(circle at 100% 0%, rgba(42, 136, 255, 0.08), transparent 30%),
    #fff;
  box-shadow: var(--sw-shadow-md);
}

.sw-tican-v2-story-testimonial-media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.sw-tican-v2-story-testimonial-copy {
  display: grid;
  align-content: center;
  gap: clamp(24px, 3vw, 36px);
  padding: clamp(30px, 4.5vw, 56px);
}

.sw-tican-v2-story-testimonial blockquote {
  max-width: 46ch;
  color: var(--sw-ink);
  font-family: "Exo", var(--sw-font-display);
  font-size: clamp(23px, 2.8vw, 36px);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.38;
  text-wrap: balance;
}

.sw-tican-v2-story-testimonial figcaption {
  color: var(--sw-muted);
  font-size: 13px;
  line-height: 1.5;
}

.sw-tican-v2-story-testimonial figcaption strong,
.sw-tican-v2-story-testimonial figcaption span {
  display: block;
}

.sw-tican-v2-story-testimonial figcaption strong {
  margin-bottom: 3px;
  color: var(--sw-ink);
  font-family: "Exo", var(--sw-font-display);
  font-size: 14px;
}

.sw-tican-v2-downtime-cost {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(42, 136, 255, 0.32);
  border-radius: var(--sw-radius-sm);
  padding: clamp(26px, 3.6vw, 42px) clamp(24px, 5vw, 64px) 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(42, 136, 255, 0.08), transparent 34%),
    #fff;
  box-shadow: var(--sw-shadow-md);
}

.sw-tican-v2-downtime-cost::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--sw-accent);
}

.sw-tican-v2-downtime-cost-label {
  margin-bottom: 22px !important;
  color: var(--sw-muted);
  font-family: "Exo", var(--sw-font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.sw-tican-v2-downtime-cost-equation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(22px, 5vw, 72px);
  align-items: center;
}

.sw-tican-v2-downtime-cost-metric {
  display: grid;
  gap: 4px;
  text-align: center;
}

.sw-tican-v2-downtime-cost-metric strong {
  color: var(--sw-accent);
  font-family: "Exo", var(--sw-font-display);
  font-size: clamp(40px, 5.6vw, 72px);
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  text-wrap: balance;
}

.sw-tican-v2-downtime-cost-metric span {
  color: var(--sw-accent-strong);
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 500;
  line-height: 1.4;
}

.sw-tican-v2-downtime-cost-equals {
  color: var(--sw-accent);
  font-family: "Exo", var(--sw-font-display);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  line-height: 1;
}

.sw-tican-v2-downtime-cost-note {
  margin-top: 22px !important;
  border-top: 1px solid var(--sw-line);
  padding-top: 14px;
  color: var(--sw-muted);
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

.sw-tican-v2-context-list {
  margin-top: 40px !important;
  padding: 0;
  list-style: none;
}

.sw-tican-v2-context-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  border-top: 1px solid var(--sw-line);
  padding-block: 18px;
}

.sw-tican-v2-context-list > li > span {
  color: var(--sw-accent-strong);
  font-family: "Exo", var(--sw-font-display);
  font-size: 13px;
  font-weight: 800;
}

.sw-tican-v2-context-list strong,
.sw-tican-v2-context-list small {
  display: block;
}

.sw-tican-v2-context-list strong {
  font-family: "Exo", var(--sw-font-display);
  font-size: 17px;
}

.sw-tican-v2-context-list small {
  margin-top: 6px;
  color: var(--sw-muted);
  font-size: 14px;
  line-height: 1.55;
}

.sw-tican-v2-installation-figure,
.sw-tican-v2-portrait {
  overflow: hidden;
  border: 1px solid var(--sw-line);
  border-radius: var(--sw-radius-sm);
  background: #fff;
  box-shadow: var(--sw-shadow-md);
}

.sw-tican-v2-installation-figure img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.sw-tican-v2-installation-figure.is-wide img {
  aspect-ratio: 16 / 7;
  object-position: center 48%;
}

.sw-tican-v2-installation-figure figcaption,
.sw-tican-v2-portrait figcaption {
  padding: 17px 20px;
  color: var(--sw-muted);
  font-size: 13px;
  line-height: 1.5;
}

.sw-tican-v2-installation-figure figcaption span {
  display: block;
  margin-bottom: 3px;
  color: var(--sw-ink);
  font-weight: 700;
}

.sw-tican-v2-section-heading {
  max-width: 850px;
  margin-bottom: clamp(46px, 6vw, 76px);
}

.sw-tican-v2-section-heading h2 {
  max-width: 17ch;
}

.sw-tican-v2-section-heading > p:not(.sw-tican-v2-eyebrow) {
  max-width: 65ch;
  margin-top: 26px !important;
}

.sw-tican-v2-section-heading.is-light > p:not(.sw-tican-v2-eyebrow) {
  color: #bfd0dd;
}

.sw-tican-v2-workflow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
  padding: 0;
  list-style: none;
}

.sw-tican-v2-workflow > li {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--sw-radius-sm);
  background: #0b253a;
}

.sw-tican-v2-workflow figure {
  overflow: hidden;
  background: #071b2c;
}

.sw-tican-v2-workflow img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.sw-tican-v2-workflow > li:nth-child(1) img,
.sw-tican-v2-workflow > li:nth-child(2) img,
.sw-tican-v2-workflow > li:nth-child(3) img {
  object-position: center;
}

.sw-tican-v2-workflow-copy {
  display: grid;
  grid-template-rows: auto minmax(62px, auto) 1fr;
  padding: clamp(24px, 2.5vw, 32px);
}

.sw-tican-v2-workflow-copy > span {
  display: block;
  margin-bottom: 24px;
  color: var(--sw-cyan);
  font-family: "Exo", var(--sw-font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sw-tican-v2-workflow h3 {
  color: #fff;
  font-size: clamp(21px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.22;
}

.sw-tican-v2-workflow p {
  margin-top: 18px !important;
  color: #b9cbd8;
  font-size: 15px;
  line-height: 1.65;
}

.sw-tican-v2-result-strip {
  position: relative;
  overflow: hidden;
  margin-top: clamp(26px, 4vw, 44px);
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(26px, 5vw, 68px);
  align-items: center;
  border: 1px solid rgba(108, 226, 255, 0.24);
  border-radius: var(--sw-radius-sm);
  padding: clamp(24px, 3.5vw, 38px);
  background:
    radial-gradient(circle at 78% 40%, rgba(35, 130, 255, 0.16), transparent 34%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.sw-tican-v2-result-strip::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--sw-cyan), var(--sw-accent));
}

.sw-tican-v2-result-strip-copy {
  display: grid;
  gap: 7px;
}

.sw-tican-v2-result-strip-copy p,
.sw-tican-v2-result-strip-copy span {
  margin: 0 !important;
  color: #8fa9bc;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.sw-tican-v2-result-strip-copy strong {
  color: var(--sw-cyan);
  font-family: "Exo", var(--sw-font-display);
  font-size: clamp(32px, 4vw, 54px);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.035em;
  line-height: 1;
}

.sw-tican-v2-result-range {
  display: grid;
  gap: 13px;
}

.sw-tican-v2-result-range-labels {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-left: 10%;
}

.sw-tican-v2-result-range-labels span {
  color: #fff;
  font-family: "Exo", var(--sw-font-display);
  font-size: clamp(16px, 2vw, 22px);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.sw-tican-v2-result-range-track {
  position: relative;
  height: 16px;
  border-radius: 999px;
  background: rgba(145, 170, 189, 0.16);
}

.sw-tican-v2-result-range-track i {
  position: absolute;
  inset: 0 0 0 10%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sw-accent), var(--sw-cyan));
  box-shadow: 0 0 22px rgba(108, 226, 255, 0.28);
  transform: scaleX(0);
  transform-origin: left;
}

.sw-tican-v2-result-range-track b {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 22px;
  border: 4px solid var(--sw-navy);
  border-radius: 50%;
  background: var(--sw-cyan);
  box-shadow: 0 0 0 3px rgba(108, 226, 255, 0.2);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
}

.sw-tican-v2-result-range-track b.is-min {
  left: 10%;
}

.sw-tican-v2-result-range-track b.is-max {
  left: 100%;
}

.sw-tican-v2-result-range > p {
  margin: 0 !important;
  color: #91aabd;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.sw-tican-v2-result-strip.is-visible .sw-tican-v2-result-range-track i {
  animation: sw-tican-range-grow 850ms cubic-bezier(0.22, 1, 0.36, 1) 140ms forwards;
}

.sw-tican-v2-result-strip.is-visible .sw-tican-v2-result-range-track b {
  animation: sw-tican-range-marker 380ms ease-out 780ms forwards;
}

@keyframes sw-tican-range-grow {
  to { transform: scaleX(1); }
}

@keyframes sw-tican-range-marker {
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .sw-tican-v2-result-strip .sw-tican-v2-result-range-track i {
    transform: scaleX(1);
  }

  .sw-tican-v2-result-strip .sw-tican-v2-result-range-track b {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.sw-tican-v2-field-note-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(52px, 8vw, 112px);
  align-items: start;
}

.sw-tican-v2-field-note-media {
  overflow: hidden;
  border: 1px solid var(--sw-line);
  border-radius: var(--sw-radius-sm);
  background: #fff;
  box-shadow: var(--sw-shadow-md);
}

.sw-tican-v2-field-note-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 38%;
}

.sw-tican-v2-field-note-media figcaption {
  padding: 17px 20px;
  color: var(--sw-muted);
  font-size: 13px;
  line-height: 1.5;
}

.sw-tican-v2-field-note-media figcaption span {
  display: block;
  margin-bottom: 3px;
  color: var(--sw-ink);
  font-weight: 700;
}

.sw-tican-v2-field-note-copy h2 {
  max-width: 15ch;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.04;
  text-wrap: balance;
}

.sw-tican-v2-field-note-copy > p:not(.sw-tican-v2-eyebrow, .sw-tican-v2-field-note-source) {
  max-width: 62ch;
  margin-top: 26px !important;
  color: var(--sw-ink-soft);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.7;
}

.sw-tican-v2-field-insight {
  margin-top: 32px;
  border-left: 4px solid var(--sw-accent);
  padding: 22px 26px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(5, 29, 49, 0.07);
}

.sw-tican-v2-field-insight span {
  color: var(--sw-accent-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sw-tican-v2-field-insight p {
  margin-top: 10px !important;
  font-family: "Exo", var(--sw-font-display);
  font-size: clamp(18px, 1.8vw, 23px);
  font-weight: 650;
  line-height: 1.48;
}

.sw-tican-v2-field-facts {
  margin-top: 34px !important;
  border-top: 1px solid var(--sw-line);
}

.sw-tican-v2-field-facts div {
  display: grid;
  grid-template-columns: minmax(140px, 0.38fr) minmax(0, 0.62fr);
  gap: 24px;
  border-bottom: 1px solid var(--sw-line);
  padding-block: 18px;
}

.sw-tican-v2-field-facts dt {
  font-family: "Exo", var(--sw-font-display);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.5;
}

.sw-tican-v2-field-facts dd {
  color: var(--sw-muted);
  font-size: 14px;
  line-height: 1.55;
}

.sw-tican-v2-field-note-copy > .sw-tican-v2-field-note-source {
  max-width: 62ch;
  margin-top: 18px !important;
  color: var(--sw-muted);
  font-size: 12px;
  line-height: 1.55;
}

.sw-tican-v2-evaluation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--sw-line);
}

.sw-tican-v2-evaluation-grid article {
  min-height: 230px;
  padding: clamp(24px, 3vw, 34px);
}

.sw-tican-v2-evaluation-grid article + article {
  border-left: 1px solid var(--sw-line);
}

.sw-tican-v2-evaluation-grid span {
  display: inline-block;
  border: 1px solid var(--sw-accent-line);
  border-radius: var(--sw-radius-pill);
  padding: 6px 10px;
  background: var(--sw-accent-soft);
  color: var(--sw-accent-strong);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.sw-tican-v2-evaluation-grid h3 {
  margin-top: 32px !important;
  font-size: 23px;
  font-weight: 750;
  line-height: 1.2;
}

.sw-tican-v2-evaluation-grid p {
  margin-top: 13px !important;
  color: var(--sw-muted);
  font-size: 15px;
  line-height: 1.6;
}

.sw-tican-v2-evidence-flow {
  margin-top: clamp(52px, 7vw, 84px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: clamp(26px, 4vw, 46px);
  background: var(--sw-navy);
  color: #fff;
}

.sw-tican-v2-evidence-flow > span {
  color: var(--sw-cyan);
  font-size: 26px;
}

.sw-tican-v2-evidence-flow small,
.sw-tican-v2-evidence-flow strong {
  display: block;
}

.sw-tican-v2-evidence-flow small {
  margin-bottom: 9px;
  color: #88a4b8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sw-tican-v2-evidence-flow strong {
  font-family: "Exo", var(--sw-font-display);
  font-size: clamp(16px, 1.8vw, 21px);
  line-height: 1.35;
}

.sw-tican-v2-result-comparison {
  overflow: hidden;
  border-radius: var(--sw-radius-sm);
  padding: clamp(28px, 5vw, 54px);
  background: var(--sw-navy);
  box-shadow: var(--sw-shadow-lg);
  color: #fff;
}

.sw-tican-v2-result-metric {
  margin: 0 !important;
  color: #91aabd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.sw-tican-v2-result-values {
  margin-top: clamp(24px, 4vw, 38px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
}

.sw-tican-v2-result-value {
  min-height: clamp(180px, 19vw, 230px);
  display: grid;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--sw-radius-sm);
  padding: clamp(24px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.04);
}

.sw-tican-v2-result-value.is-now {
  border-color: rgba(108, 226, 255, 0.58);
  background: linear-gradient(135deg, rgba(35, 130, 255, 0.22), rgba(108, 226, 255, 0.06));
}

.sw-tican-v2-result-value > span {
  color: #b9cbd8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sw-tican-v2-result-value.is-now > span {
  color: var(--sw-cyan);
}

.sw-tican-v2-result-value strong {
  margin-top: 16px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: "Exo", var(--sw-font-display);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.sw-tican-v2-result-value b {
  font-size: clamp(64px, 8vw, 108px);
  font-weight: inherit;
  letter-spacing: -0.055em;
  line-height: 0.82;
}

.sw-tican-v2-result-value small {
  color: #d7e3ec;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1;
}

.sw-tican-v2-result-arrow {
  display: grid;
  place-items: center;
}

.sw-tican-v2-result-arrow span {
  width: clamp(48px, 5vw, 64px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(108, 226, 255, 0.4);
  border-radius: 50%;
  background: rgba(108, 226, 255, 0.08);
  color: var(--sw-cyan);
  font-family: "Exo", var(--sw-font-display);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
}

.sw-tican-v2-result-summary {
  margin-top: clamp(26px, 4vw, 38px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(18px, 3vw, 32px);
  align-items: baseline;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: clamp(22px, 3vw, 30px);
}

.sw-tican-v2-result-summary span,
.sw-tican-v2-result-summary small {
  color: #91aabd;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-transform: uppercase;
}

.sw-tican-v2-result-summary strong {
  color: var(--sw-cyan);
  font-family: "Exo", var(--sw-font-display);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.sw-tican-v2-result-summary small {
  text-align: right;
}

.sw-tican-v2-industry-proof {
  margin-top: 0;
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(36px, 7vw, 88px);
  align-items: center;
  border-block: 1px solid var(--sw-line);
  padding-block: clamp(42px, 6vw, 68px);
}

.sw-tican-v2-industry-stat {
  color: var(--sw-accent);
  font-family: "Exo", var(--sw-font-display);
  font-size: clamp(88px, 13vw, 162px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.82;
}

.sw-tican-v2-industry-stat span {
  font-size: 0.46em;
  letter-spacing: -0.02em;
}

.sw-tican-v2-industry-proof h3 {
  max-width: 17ch;
  font-family: "Exo", var(--sw-font-display);
  font-size: clamp(31px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}

.sw-tican-v2-industry-proof p:not(.sw-tican-v2-eyebrow) {
  max-width: 70ch;
  margin-top: 20px !important;
  color: var(--sw-ink-soft);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.7;
}

.sw-tican-v2-industry-proof a {
  width: fit-content;
  margin-top: 22px;
  display: inline-block;
  color: var(--sw-accent-strong);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-underline-offset: 4px;
}

.sw-tican-v2-implementation-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(52px, 9vw, 124px);
  align-items: center;
}

.sw-tican-v2-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 62%;
}

.sw-tican-v2-implementation-copy h2 {
  max-width: 15ch;
}

.sw-tican-v2-implementation-copy > p {
  max-width: 64ch;
  margin-top: 27px !important;
}

.sw-tican-v2-decision-list {
  margin-top: 40px !important;
  border-top: 1px solid var(--sw-line);
}

.sw-tican-v2-decision-list div {
  display: grid;
  grid-template-columns: minmax(140px, 0.38fr) minmax(0, 0.62fr);
  gap: 28px;
  border-bottom: 1px solid var(--sw-line);
  padding-block: 22px;
}

.sw-tican-v2-decision-list dt {
  font-family: "Exo", var(--sw-font-display);
  font-size: 15px;
  font-weight: 750;
}

.sw-tican-v2-decision-list dd {
  color: var(--sw-muted);
  font-size: 14px;
  line-height: 1.6;
}

.sw-tican-v2-closing {
  border-top: 4px solid var(--sw-accent);
  padding-block: clamp(82px, 10vw, 144px);
  background: var(--sw-navy);
  color: #fff;
}

.sw-tican-v2-closing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 54px;
  align-items: end;
}

.sw-tican-v2-closing h2 {
  max-width: 13ch;
}

.sw-tican-v2-closing p:not(.sw-tican-v2-eyebrow) {
  max-width: 66ch;
  margin-top: 25px !important;
  color: #bfd0dd;
}

.sw-tican-v2-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.sw-tican-v2-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sw-accent);
  border-radius: var(--sw-radius-xs);
  padding: 13px 20px;
  background: var(--sw-accent);
  color: #fff !important;
  font-size: 15px;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.sw-tican-v2-button:is(:hover, :focus-visible) {
  border-color: #70b4ff;
  background: #1466cc;
}

.sw-tican-v2-button.is-secondary {
  border-color: rgba(255, 255, 255, 0.44);
  background: transparent;
}

.sw-tican-v2-button.is-secondary:is(:hover, :focus-visible) {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.sw-tican-v2-review {
  position: fixed;
  z-index: 2147483000;
  right: 18px;
  bottom: 18px;
  width: min(430px, calc(100vw - 36px));
  color: #fff;
  font-family: "Inter", var(--sw-font-sans);
}

.sw-tican-v2-review summary {
  min-height: 48px;
  width: fit-content;
  margin-left: auto;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--sw-radius-xs);
  padding: 11px 15px;
  background: #111b25;
  box-shadow: var(--sw-shadow-lg);
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  list-style: none;
}

.sw-tican-v2-review summary::-webkit-details-marker {
  display: none;
}

.sw-tican-v2-review summary::before {
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: #f0bd54;
  content: "";
}

.sw-tican-v2-review-short {
  display: none;
}

.sw-tican-v2-review-panel {
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--sw-radius-sm);
  padding: 22px;
  background: #111b25;
  box-shadow: var(--sw-shadow-lg);
}

.sw-tican-v2-review-panel > strong {
  display: block;
  font-family: "Exo", var(--sw-font-display);
  font-size: 19px;
}

.sw-tican-v2-review-panel ol {
  margin: 16px 0 18px;
  padding-left: 20px;
  color: #c6d2dc;
  font-size: 12px;
  line-height: 1.55;
}

.sw-tican-v2-review-panel li + li {
  margin-top: 8px;
}

.sw-tican-v2-review-panel a {
  color: #8fc1ff;
  font-size: 12px;
  font-weight: 700;
  text-underline-offset: 3px;
}

@media (hover: hover) {
  .sw-tican-v2-text-link:hover span {
    transform: translateY(3px);
  }
}

@media (max-width: 1020px) {
  .sw-tican-v2-intro-grid,
  .sw-tican-v2-story-grid,
  .sw-tican-v2-story-heading,
  .sw-tican-v2-field-note-grid,
  .sw-tican-v2-implementation-grid,
  .sw-tican-v2-closing-grid {
    grid-template-columns: 1fr;
  }

  .sw-tican-v2-story-gallery {
    grid-template-columns: 1fr;
  }

  .sw-tican-v2-story-testimonial {
    grid-template-columns: 1fr;
  }

  .sw-tican-v2-story-testimonial-media img {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .sw-tican-v2-implementation-grid {
    gap: 64px;
  }

  .sw-tican-v2-case-mark {
    max-width: 300px;
  }

  .sw-tican-v2-field-note-media {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .sw-tican-v2-field-note-media img {
    aspect-ratio: 4 / 3;
    object-position: center 40%;
  }

  .sw-tican-v2-field-note-copy {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .sw-tican-v2-evaluation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sw-tican-v2-evaluation-grid article:nth-child(3) {
    border-left: 0;
  }

  .sw-tican-v2-evaluation-grid article:nth-child(n + 3) {
    border-top: 1px solid var(--sw-line);
  }

  .sw-tican-v2-portrait {
    width: min(100%, 560px);
    max-width: none;
    margin-inline: auto;
  }

  .sw-tican-v2-implementation-copy {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .sw-tican-v2-closing-grid {
    align-items: start;
  }

  .sw-tican-v2-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .sw-tican-v2-workflow {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sw-tican-v2-workflow > li {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  }

  .sw-tican-v2-workflow figure {
    position: relative;
    min-height: 280px;
  }

  .sw-tican-v2-workflow img {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
  }

  .sw-tican-v2-result-strip {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .sw-tican-v2-review:not([open]) {
    width: 48px;
  }

  .sw-tican-v2-review:not([open]) summary {
    width: 48px;
    min-width: 48px;
    justify-content: center;
    padding-inline: 8px;
  }

  .sw-tican-v2-review:not([open]) summary::before,
  .sw-tican-v2-review:not([open]) .sw-tican-v2-review-long {
    display: none;
  }

  .sw-tican-v2-review:not([open]) .sw-tican-v2-review-short {
    display: inline;
  }
}

@media (max-width: 760px) {
  .sw-tican-v2-shell,
  .sw-tican-v2-hero-facts {
    width: min(100% - 32px, 1200px);
  }

  .sw-tican-v2-section {
    padding-block: 72px;
  }

  .sw-tican-v2-story-gallery img {
    aspect-ratio: 16 / 9;
  }

  .sw-tican-v2-downtime-cost {
    padding: 26px 22px 20px;
  }

  .sw-tican-v2-downtime-cost-label {
    margin-bottom: 26px !important;
  }

  .sw-tican-v2-downtime-cost-equation {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sw-tican-v2-downtime-cost-metric strong {
    font-size: clamp(42px, 14vw, 60px);
  }

  .sw-tican-v2-downtime-cost-equals {
    justify-self: center;
    font-size: 32px;
  }

  .sw-tican-v2-downtime-cost-note {
    margin-top: 26px !important;
    text-align: left;
  }

  .sw-tican-v2-workflow > li {
    grid-template-columns: 1fr;
  }

  .sw-tican-v2-workflow figure {
    position: static;
    min-height: 0;
  }

  .sw-tican-v2-workflow img {
    position: static;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .sw-tican-v2-hero {
    min-height: 760px;
  }

  .sw-tican-v2-hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 17, 29, 0.92), rgba(3, 17, 29, 0.44)),
      linear-gradient(0deg, rgba(3, 17, 29, 0.92) 0%, rgba(3, 17, 29, 0.08) 62%);
  }

  .sw-tican-v2-hero-inner {
    padding-block: 108px 52px;
  }

  .sw-tican-v2-hero h1 {
    max-width: 13ch;
    font-size: clamp(42px, 12.5vw, 62px);
    line-height: 1.01;
  }

  .sw-tican-v2-hero-lead {
    margin-top: 23px !important;
    font-size: 17px;
  }

  .sw-tican-v2-hero-facts {
    grid-template-columns: 1fr;
  }

  .sw-tican-v2-hero-facts div {
    min-height: 70px;
    display: grid;
    grid-template-columns: 95px minmax(0, 1fr);
    align-items: center;
    padding: 14px 18px;
  }

  .sw-tican-v2-hero-facts div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .sw-tican-v2-hero-facts dt {
    margin: 0;
  }

  .sw-tican-v2-section-heading {
    margin-bottom: 42px;
  }

  .sw-tican-v2-evaluation-grid {
    grid-template-columns: 1fr;
  }

  .sw-tican-v2-evaluation-grid article {
    min-height: 0;
  }

  .sw-tican-v2-evaluation-grid article + article {
    border-top: 1px solid var(--sw-line);
    border-left: 0;
  }

  .sw-tican-v2-evidence-flow {
    grid-template-columns: 1fr;
  }

  .sw-tican-v2-evidence-flow > span {
    transform: rotate(90deg);
    text-align: center;
  }

  .sw-tican-v2-decision-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .sw-tican-v2-field-facts div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .sw-tican-v2-installation-figure.is-wide img {
    aspect-ratio: 4 / 3;
  }

  .sw-tican-v2-result-values {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sw-tican-v2-result-value {
    min-height: 150px;
  }

  .sw-tican-v2-result-arrow {
    min-height: 44px;
  }

  .sw-tican-v2-result-arrow span {
    width: 44px;
    transform: rotate(90deg);
  }

  .sw-tican-v2-result-summary {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .sw-tican-v2-result-summary strong,
  .sw-tican-v2-result-summary small {
    text-align: left;
  }

  .sw-tican-v2-industry-proof {
    grid-template-columns: 1fr;
  }

  .sw-tican-v2-actions,
  .sw-tican-v2-button {
    width: 100%;
  }

  .sw-tican-v2-review {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
  }
}

@media (max-width: 430px) {
  .sw-tican-v2-hero {
    min-height: 810px;
  }

  .sw-tican-v2-hero h1 {
    font-size: 42px;
    overflow-wrap: break-word;
  }

  .sw-tican-v2-intro-copy h2,
  .sw-tican-v2-section-heading h2,
  .sw-tican-v2-story-copy h2,
  .sw-tican-v2-field-note-copy h2,
  .sw-tican-v2-implementation-copy h2,
  .sw-tican-v2-closing h2 {
    font-size: 36px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .sw-tican-v2 *,
  .sw-tican-v2 *::before,
  .sw-tican-v2 *::after,
  .sw-tican-v2-review *,
  .sw-tican-v2-review *::before,
  .sw-tican-v2-review *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media print {
  .sw-tican-v2-review,
  .sw-tican-v2-skip {
    display: none !important;
  }
}
