:root {
  --fstic-ink: #071b22;
  --fstic-navy: #061f2a;
  --fstic-blue: #1737e8;
  --fstic-orange: #ff5a3d;
  --fstic-cream: #f4f0e6;
  --fstic-white: #fffef8;
}

body.free-seas-tic-canvas {
  margin: 0;
}

.free-seas-tic,
.free-seas-tic * {
  box-sizing: border-box;
}

.free-seas-tic {
  background: var(--fstic-cream);
  color: var(--fstic-ink);
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-left: calc(50% - 50vw);
  max-width: none !important;
  overflow: hidden;
  position: relative;
  width: 100vw;
  -webkit-font-smoothing: antialiased;
}

.free-seas-tic img {
  border: 0;
  box-shadow: none;
  height: auto;
  margin: 0;
  max-width: 100%;
}

.free-seas-tic a {
  color: inherit;
  text-decoration: none;
}

.free-seas-tic h1,
.free-seas-tic h2,
.free-seas-tic h3,
.free-seas-tic p,
.free-seas-tic blockquote,
.free-seas-tic dl,
.free-seas-tic ul {
  margin-top: 0;
}

.fstic-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(6, 31, 42, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(175px, .75fr) auto minmax(115px, .75fr);
  height: 82px;
  padding: 0 clamp(40px, 3vw, 56px);
  position: sticky;
  top: 0;
  z-index: 100;
}

.admin-bar .fstic-header {
  top: 0;
}

.fstic-brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
}

.fstic-brand img {
  display: block;
  height: 58px;
  width: auto;
}

.fstic-header nav {
  display: flex;
  gap: clamp(18px, 1.65vw, 30px);
  align-items: center;
  justify-content: center;
  min-width: 0;
  white-space: nowrap;
}

.fstic-header nav a {
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 700;
  letter-spacing: 0.115em;
}

.fstic-header nav a:hover,
.fstic-header nav a:focus-visible {
  color: #fff;
}

.fstic-nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  justify-self: end;
  padding: 12px 18px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.fstic-nav-cta:hover,
.fstic-nav-cta:focus-visible {
  background: var(--fstic-orange);
  border-color: var(--fstic-orange);
  color: var(--fstic-ink);
}

.fstic-hero {
  background: var(--fstic-navy);
  color: #fff;
  min-height: calc(100vh - 82px);
  overflow: hidden;
  padding: 74px clamp(24px, 4vw, 72px) 0;
  position: relative;
}

.fstic-hero::before {
  background: radial-gradient(circle, rgba(23, 55, 232, 0.3), transparent 67%);
  content: "";
  height: 740px;
  left: -340px;
  position: absolute;
  top: 0;
  width: 740px;
}

.fstic-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(42px, 7vw, 110px);
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr);
  margin: 0 auto;
  max-width: 1440px;
  min-height: 600px;
  position: relative;
}

.fstic-hero-copy {
  position: relative;
  z-index: 2;
}

.fstic-eyebrow,
.fstic-kicker {
  align-items: center;
  display: flex;
  font-size: 10px;
  font-weight: 850;
  gap: 12px;
  letter-spacing: 0.18em;
}

.fstic-eyebrow {
  color: var(--fstic-orange);
  margin-bottom: 28px;
}

.fstic-eyebrow span {
  background: var(--fstic-orange);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(255, 90, 61, 0.13);
  height: 8px;
  width: 8px;
}

.free-seas-tic .fstic-hero h1 {
  color: #fff;
  font-size: clamp(54px, 6vw, 102px);
  font-weight: 720;
  letter-spacing: -0.075em;
  line-height: 0.92;
  margin: 0;
  max-width: 900px;
}

.free-seas-tic h1 em,
.free-seas-tic h2 em {
  font-family: inherit;
  font-style: normal;
  font-weight: 520;
}

.fstic-hero h1 em {
  color: var(--fstic-orange);
  display: block;
}

.fstic-lead {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.65;
  margin: 32px 0 0;
  max-width: 650px;
}

.fstic-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.fstic-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 780;
  gap: 24px;
  justify-content: space-between;
  min-width: 205px;
  padding: 16px 21px;
  transition: transform 0.2s ease;
}

.fstic-button:hover,
.fstic-button:focus-visible {
  transform: translateY(-2px);
}

.fstic-primary {
  background: var(--fstic-orange);
  color: var(--fstic-ink);
}

.fstic-outline {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.fstic-hero-visual {
  aspect-ratio: 0.95;
  max-height: 620px;
  position: relative;
}

.fstic-hero-visual::after {
  background: linear-gradient(145deg, rgba(23, 55, 232, 0.3), transparent);
  border-radius: 50%;
  content: "";
  inset: 9%;
  position: absolute;
}

.fstic-orbit {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.fstic-orbit-one { inset: 6%; }
.fstic-orbit-two { inset: 20%; }

.fstic-device-card {
  background: var(--fstic-white);
  border: 0;
  border-radius: 18px;
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.35);
  color: var(--fstic-ink);
  left: 19%;
  margin: 0;
  overflow: hidden;
  padding: 16px 16px 0;
  position: absolute;
  top: 13%;
  transform: rotate(-4deg);
  width: 55%;
  z-index: 3;
}

.fstic-device-card > small {
  color: rgba(7, 27, 34, 0.52);
  display: block;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.fstic-device-card > img {
  display: block;
  height: 285px;
  object-fit: contain;
  width: 100%;
}

.fstic-device-card > div {
  align-items: center;
  border-top: 1px solid rgba(7, 27, 34, 0.13);
  display: flex;
  font-size: 10px;
  gap: 10px;
  padding: 14px 3px 16px;
}

.fstic-device-card b { color: var(--fstic-orange); }

.fstic-pill {
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  padding: 12px 15px;
  position: absolute;
  z-index: 5;
}

.fstic-pill small {
  color: var(--fstic-orange);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.15em;
  margin-bottom: 4px;
}

.fstic-pill b { font-size: 11px; }
.fstic-pill-one { right: 0; top: 12%; }
.fstic-pill-two { left: 0; top: 55%; }
.fstic-pill-three { bottom: 9%; right: 5%; }

.fstic-patent-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 36px auto 0;
  max-width: 1440px;
}

.fstic-patent-strip > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 26px 24px 0;
}

.fstic-patent-strip > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 26px;
}

.fstic-patent-strip small,
.fstic-facts small {
  color: rgba(255, 255, 255, 0.46);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.fstic-patent-strip strong { font-size: 12px; }

.fstic-system,
.fstic-impact {
  background: var(--fstic-cream);
  padding: 105px clamp(24px, 6vw, 108px) 115px;
}

.fstic-kicker {
  color: rgba(7, 27, 34, 0.55);
  margin: 0 auto 64px;
  max-width: 1320px;
}

.fstic-kicker > span {
  align-items: center;
  border: 1px solid rgba(7, 27, 34, 0.25);
  border-radius: 50%;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  letter-spacing: 0;
  width: 30px;
}

.fstic-heading-grid,
.fstic-tech-heading {
  display: grid;
  gap: 8vw;
  grid-template-columns: 1.2fr 0.7fr;
  margin: 0 auto;
  max-width: 1320px;
}

.free-seas-tic h2 {
  color: inherit;
  font-size: clamp(45px, 5vw, 78px);
  font-weight: 720;
  letter-spacing: -0.065em;
  line-height: 0.98;
  margin: 0;
}

.fstic-heading-grid h2 em,
.fstic-impact-title h2 em,
.fstic-patent-content h2 em,
.fstic-faq h2 em {
  color: var(--fstic-blue);
}

.fstic-heading-grid > p,
.fstic-tech-heading > p {
  color: rgba(7, 27, 34, 0.65);
  font-size: 17px;
  line-height: 1.68;
  margin: 8px 0 0;
}

.fstic-principles {
  border-top: 1px solid rgba(7, 27, 34, 0.18);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 82px auto 0;
  max-width: 1320px;
}

.fstic-principles article {
  min-height: 215px;
  padding: 27px 44px 0 0;
}

.fstic-principles article + article {
  border-left: 1px solid rgba(7, 27, 34, 0.18);
  padding-left: 38px;
}

.fstic-principles article > b,
.fstic-audiences article > span {
  color: var(--fstic-orange);
  font-size: 9px;
  letter-spacing: 0.15em;
}

.free-seas-tic h3 {
  color: inherit;
  font-weight: 720;
}

.fstic-principles h3 {
  font-size: 25px;
  letter-spacing: -0.035em;
  margin: 33px 0 11px;
}

.fstic-principles p {
  color: rgba(7, 27, 34, 0.62);
  line-height: 1.62;
  margin: 0;
}

.fstic-technology {
  background: var(--fstic-navy);
  color: #fff;
  padding: 105px clamp(24px, 6vw, 108px) 115px;
}

.fstic-kicker-light {
  color: rgba(255, 255, 255, 0.52);
}

.fstic-kicker-light > span {
  border-color: rgba(255, 255, 255, 0.25);
}

.fstic-tech-heading {
  align-items: end;
}

.fstic-tech-heading h2 em { color: var(--fstic-orange); }
.fstic-tech-heading > p { color: rgba(255, 255, 255, 0.64); }

.fstic-flow {
  border: 1px solid rgba(255, 255, 255, 0.17);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 80px auto 0;
  max-width: 1320px;
}

.fstic-flow article {
  min-height: 340px;
  padding: 23px 26px 25px;
  position: relative;
}

.fstic-flow article + article { border-left: 1px solid rgba(255, 255, 255, 0.17); }
.fstic-flow article > span { color: rgba(255, 255, 255, 0.45); font-size: 10px; font-weight: 800; }

.fstic-flow article > i {
  background: var(--fstic-orange);
  border: 6px solid rgba(255, 90, 61, 0.17);
  border-radius: 50%;
  box-sizing: content-box;
  display: block;
  height: 8px;
  margin: 46px 0 35px;
  position: relative;
  width: 8px;
}

.fstic-flow article:not(:last-child) > i::after {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  content: "";
  left: 15px;
  position: absolute;
  top: 4px;
  width: calc(25vw - 30px);
}

.fstic-flow h3 { font-size: 23px; letter-spacing: -0.035em; margin: 0 0 11px; }
.fstic-flow p { color: rgba(255, 255, 255, 0.6); font-size: 13px; line-height: 1.62; margin: 0; }
.fstic-flow article > small { bottom: 23px; color: var(--fstic-orange); font-size: 7px; font-weight: 850; letter-spacing: 0.15em; position: absolute; }

.fstic-proof {
  align-items: center;
  background: var(--fstic-orange);
  color: var(--fstic-ink);
  display: grid;
  gap: 34px;
  grid-template-columns: 110px 1.3fr 0.55fr;
  margin: 28px auto 0;
  max-width: 1320px;
  min-height: 190px;
  padding: 32px 42px;
}

.fstic-proof > span {
  align-items: center;
  border: 1px solid rgba(7, 27, 34, 0.25);
  border-radius: 50%;
  display: flex;
  font-size: 11px;
  font-weight: 850;
  height: 86px;
  justify-content: center;
  letter-spacing: 0.1em;
  width: 86px;
}

.fstic-proof blockquote {
  border: 0;
  color: inherit;
  font-size: clamp(23px, 2.2vw, 35px);
  font-style: normal;
  font-weight: 640;
  letter-spacing: -0.045em;
  line-height: 1.15;
  margin: 0;
  padding: 0;
}

.fstic-proof > p {
  border-left: 1px solid rgba(7, 27, 34, 0.25);
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
  padding-left: 28px;
}

.fstic-records {
  background: var(--fstic-blue);
  color: #fff;
  display: grid;
  gap: clamp(36px, 5vw, 74px);
  grid-template-columns: 0.82fr 0.8fr 1fr;
  padding: 115px clamp(24px, 6vw, 108px);
}

.fstic-mini-label {
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.18em;
  margin: 0 0 26px;
}

.fstic-record-heading h2 em { color: #aeb9ff; }
.fstic-record-heading > p:last-child { color: rgba(255, 255, 255, 0.66); line-height: 1.68; margin: 32px 0 0; }

.fstic-tree-card {
  align-self: start;
  background: var(--fstic-white);
  border-radius: 21px;
  box-shadow: 0 34px 85px rgba(0, 0, 0, 0.23);
  color: var(--fstic-ink);
  padding: 21px;
  transform: rotate(-2deg);
}

.fstic-tree-top {
  color: rgba(7, 27, 34, 0.5);
  display: flex;
  font-size: 8px;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.12em;
}

.fstic-tree-top span:first-child { align-items: center; display: flex; gap: 6px; }
.fstic-tree-top i { background: #2bad64; border-radius: 50%; display: inline-block; height: 7px; width: 7px; }

.fstic-tree-icon { height: 142px; margin: 20px auto 8px; position: relative; width: 170px; }
.fstic-tree-icon span { background: var(--fstic-orange); border-radius: 50%; height: 86px; position: absolute; width: 86px; }
.fstic-tree-icon span:nth-child(1) { left: 0; top: 24px; }
.fstic-tree-icon span:nth-child(2) { left: 42px; top: 6px; }
.fstic-tree-icon span:nth-child(3) { right: 0; top: 24px; }
.fstic-tree-icon b { background: var(--fstic-ink); bottom: 0; height: 70px; left: 78px; position: absolute; width: 15px; }

.fstic-tree-card h3 { font-size: 28px; letter-spacing: -0.04em; margin: 6px 0 2px; text-align: center; }
.fstic-tree-card > p { color: rgba(7, 27, 34, 0.52); font-size: 11px; margin: 0 0 22px; text-align: center; }
.fstic-tree-card dl { border-bottom: 1px solid rgba(7, 27, 34, 0.13); border-top: 1px solid rgba(7, 27, 34, 0.13); margin-bottom: 0; padding: 8px 0; }
.fstic-tree-card dl > div { display: flex; font-size: 9px; justify-content: space-between; padding: 7px 0; }
.fstic-tree-card dt { color: rgba(7, 27, 34, 0.5); }
.fstic-tree-card dd { font-weight: 760; margin: 0; text-align: right; }

.fstic-data-list { border-top: 1px solid rgba(255, 255, 255, 0.24); }
.fstic-data-list article { display: grid; gap: 18px; grid-template-columns: 32px 1fr; padding: 21px 0; }
.fstic-data-list article + article { border-top: 1px solid rgba(255, 255, 255, 0.24); }
.fstic-data-list article > span { color: #aeb9ff; font-size: 9px; font-weight: 820; }
.fstic-data-list h3 { font-size: 18px; letter-spacing: -0.025em; margin: 0 0 6px; }
.fstic-data-list p { color: rgba(255, 255, 255, 0.62); font-size: 12px; line-height: 1.55; margin: 0; }

.fstic-impact { padding-bottom: 0; }
.fstic-impact-title { margin: 0 auto; max-width: 1320px; }
.fstic-impact-title h2 em { color: var(--fstic-blue); }

.fstic-audiences {
  border-bottom: 1px solid rgba(7, 27, 34, 0.18);
  border-top: 1px solid rgba(7, 27, 34, 0.18);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 76px auto 0;
  max-width: 1320px;
}

.fstic-audiences article { min-height: 415px; padding: 28px 42px 34px 0; }
.fstic-audiences article + article { border-left: 1px solid rgba(7, 27, 34, 0.18); padding-left: 40px; }
.fstic-audiences h3 { font-size: 28px; letter-spacing: -0.04em; margin: 50px 0 15px; }
.fstic-audiences p { color: rgba(7, 27, 34, 0.64); line-height: 1.62; margin: 0; }
.fstic-audiences ul { list-style: none; margin: 34px 0 0; padding: 0; }
.fstic-audiences li { border-top: 1px solid rgba(7, 27, 34, 0.13); font-size: 11px; font-weight: 740; padding: 11px 0; }
.fstic-audiences li::before { color: var(--fstic-blue); content: "↳"; margin-right: 8px; }

.fstic-applications {
  background: var(--fstic-ink);
  color: #fff;
  display: grid;
  gap: 7vw;
  grid-template-columns: 1fr 1fr;
  margin: 105px calc(clamp(24px, 6vw, 108px) * -1) 0;
  padding: 100px clamp(24px, 6vw, 108px);
}

.fstic-applications > div:first-child { justify-self: end; max-width: 620px; }
.fstic-applications h2 em { color: var(--fstic-orange); }
.fstic-applications > div:last-child { align-content: center; display: flex; flex-wrap: wrap; gap: 9px; max-width: 600px; }
.fstic-applications span { border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 999px; color: rgba(255, 255, 255, 0.84); font-size: 12px; padding: 14px 18px; }
.fstic-applications span:nth-child(2),
.fstic-applications span:nth-child(5) { background: var(--fstic-orange); border-color: var(--fstic-orange); color: var(--fstic-ink); font-weight: 760; }

.fstic-patent {
  background: var(--fstic-orange);
  color: var(--fstic-ink);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 780px;
  overflow: hidden;
}

.fstic-tic-mark {
  align-items: center;
  display: flex;
  font-size: clamp(170px, 27vw, 480px);
  font-weight: 900;
  justify-content: center;
  letter-spacing: -0.12em;
  line-height: 0.75;
  margin-left: -13vw;
  opacity: 0.09;
}

.fstic-patent-content { align-self: center; max-width: 760px; padding: 95px clamp(24px, 8vw, 135px) 95px 20px; }
.fstic-patent-content > p:nth-of-type(2) { font-size: 16px; line-height: 1.65; margin: 30px 0 0; }
.fstic-facts { border-bottom: 1px solid rgba(7, 27, 34, 0.24); border-top: 1px solid rgba(7, 27, 34, 0.24); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; }
.fstic-facts > div { display: flex; flex-direction: column; gap: 7px; padding: 18px 10px 18px 0; }
.fstic-facts > div + div { border-left: 1px solid rgba(7, 27, 34, 0.24); padding-left: 16px; }
.fstic-facts small { color: rgba(7, 27, 34, 0.58); }
.fstic-facts strong { font-size: 11px; }
.fstic-patent-button { background: var(--fstic-ink); color: #fff; margin-top: 32px; min-width: 270px; }

.fstic-faq {
  background: var(--fstic-cream);
  display: grid;
  gap: 8vw;
  grid-template-columns: 0.6fr 1fr;
  padding: 110px clamp(24px, 6vw, 108px) 120px;
}

.fstic-faq-list { border-top: 1px solid rgba(7, 27, 34, 0.22); }
.fstic-faq details { border-bottom: 1px solid rgba(7, 27, 34, 0.22); }
.fstic-faq summary { align-items: center; cursor: pointer; display: grid; font-size: 17px; font-weight: 740; gap: 17px; grid-template-columns: 36px 1fr auto; list-style: none; padding: 23px 0; }
.fstic-faq summary::-webkit-details-marker { display: none; }
.fstic-faq summary span { color: var(--fstic-orange); font-size: 9px; font-weight: 820; }
.fstic-faq summary b { font-size: 23px; font-weight: 400; transition: transform 0.2s ease; }
.fstic-faq details[open] summary b { transform: rotate(45deg); }
.fstic-faq details p { color: rgba(7, 27, 34, 0.64); line-height: 1.65; margin: -3px 48px 24px 53px; }

.fstic-footer { background: var(--fstic-cream); border-top: 1px solid rgba(7, 27, 34, 0.18); padding: 66px clamp(24px, 6vw, 108px) 28px; }
.fstic-footer > div:first-child { align-items: center; display: grid; gap: 50px; grid-template-columns: 1fr 1fr 1fr; min-height: 205px; }
.fstic-footer img { max-width: 255px; }
.fstic-footer p { font-size: 19px; font-weight: 620; letter-spacing: -0.025em; line-height: 1.25; margin: 0; }
.fstic-footer > div:first-child > a { border-bottom: 1px solid var(--fstic-ink); display: flex; font-size: 12px; font-weight: 800; justify-content: space-between; justify-self: end; max-width: 240px; padding-bottom: 9px; width: 100%; }
.fstic-footer > div:last-child { border-top: 1px solid rgba(7, 27, 34, 0.18); color: rgba(7, 27, 34, 0.56); display: flex; font-size: 9px; justify-content: space-between; letter-spacing: 0.06em; padding-top: 20px; }

@media (max-width: 980px) {
  .fstic-header {
    grid-template-columns: 1fr auto;
    grid-template-rows: 70px auto;
    height: auto;
    padding-bottom: 10px;
  }
  .fstic-header nav {
    display: flex;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 0 4px;
    scrollbar-width: none;
    width: 100%;
  }
  .fstic-header nav::-webkit-scrollbar { display: none; }
  .fstic-header nav a { flex: 0 0 auto; }
  .fstic-hero-grid { grid-template-columns: 1fr; }
  .fstic-hero-visual { margin: -10px auto 0; max-width: 620px; width: 100%; }
  .fstic-heading-grid,
  .fstic-tech-heading { gap: 42px; grid-template-columns: 1fr; }
  .fstic-flow { grid-template-columns: repeat(2, 1fr); }
  .fstic-flow article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.17); }
  .fstic-flow article:nth-child(4) { border-top: 1px solid rgba(255, 255, 255, 0.17); }
  .fstic-flow article > i::after { display: none; }
  .fstic-proof { grid-template-columns: 100px 1fr; }
  .fstic-proof > p { border-left: 0; border-top: 1px solid rgba(7, 27, 34, 0.25); grid-column: 1 / -1; padding: 18px 0 0; }
  .fstic-records { grid-template-columns: 1fr 1fr; }
  .fstic-data-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); }
  .fstic-data-list article:nth-child(even) { border-left: 1px solid rgba(255, 255, 255, 0.24); padding-left: 24px; }
  .fstic-data-list article:nth-child(2) { border-top: 0; }
  .fstic-audiences { grid-template-columns: 1fr; }
  .fstic-audiences article { min-height: 0; padding: 28px 0 36px !important; }
  .fstic-audiences article + article { border-left: 0; border-top: 1px solid rgba(7, 27, 34, 0.18); }
  .fstic-audiences h3 { margin-top: 25px; }
  .fstic-applications { grid-template-columns: 1fr; }
  .fstic-applications > div:first-child { justify-self: start; }
  .fstic-patent { grid-template-columns: 0.45fr 1fr; }
  .fstic-tic-mark { font-size: 250px; }
  .fstic-faq { gap: 55px; grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
  .admin-bar .fstic-header { top: 0; }
}

@media (max-width: 680px) {
  .fstic-header { height: auto; padding: 8px 20px 10px; }
  .fstic-brand img { height: 25px; }
  .fstic-nav-cta { font-size: 10px; padding: 10px 13px; }
  .fstic-hero { padding: 54px 20px 0; }
  .free-seas-tic .fstic-hero h1 { font-size: clamp(50px, 15vw, 72px); }
  .fstic-lead { font-size: 15px; }
  .fstic-actions { flex-direction: column; }
  .fstic-button { width: 100%; }
  .fstic-hero-visual { aspect-ratio: 0.88; margin-top: 14px; }
  .fstic-device-card { left: 14%; top: 16%; width: 66%; }
  .fstic-device-card > img { height: 215px; }
  .fstic-pill-one { right: -4%; }
  .fstic-pill-two { left: -4%; }
  .fstic-pill-three { right: 0; }
  .fstic-patent-strip { grid-template-columns: 1fr; margin-top: 24px; }
  .fstic-patent-strip > div { padding: 14px 0 !important; }
  .fstic-patent-strip > div + div { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.18); }
  .fstic-system,
  .fstic-impact { padding: 78px 20px 86px; }
  .fstic-kicker { margin-bottom: 42px; }
  .free-seas-tic h2 { font-size: 45px; }
  .fstic-heading-grid > p,
  .fstic-tech-heading > p { font-size: 15px; }
  .fstic-principles { grid-template-columns: 1fr; margin-top: 56px; }
  .fstic-principles article { min-height: 0; padding: 26px 0 30px; }
  .fstic-principles article + article { border-left: 0; border-top: 1px solid rgba(7, 27, 34, 0.18); padding-left: 0; }
  .fstic-principles h3 { margin-top: 19px; }
  .fstic-technology { padding: 78px 20px 86px; }
  .fstic-flow { grid-template-columns: 1fr; margin-top: 50px; }
  .fstic-flow article { min-height: 285px; }
  .fstic-flow article + article { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.17); }
  .fstic-proof { gap: 25px; grid-template-columns: 1fr; padding: 30px 24px; }
  .fstic-proof blockquote { font-size: 25px; }
  .fstic-proof > p { grid-column: auto; }
  .fstic-records { gap: 50px; grid-template-columns: 1fr; padding: 80px 20px; }
  .fstic-tree-card { margin: 0 auto; max-width: 380px; width: 100%; }
  .fstic-data-list { display: block; grid-column: auto; }
  .fstic-data-list article:nth-child(even) { border-left: 0; padding-left: 0; }
  .fstic-data-list article:nth-child(2) { border-top: 1px solid rgba(255, 255, 255, 0.24); }
  .fstic-impact { padding-bottom: 0; }
  .fstic-audiences { margin-top: 52px; }
  .fstic-applications { margin: 72px -20px 0; padding: 76px 20px; }
  .fstic-applications span { font-size: 10px; padding: 11px 13px; }
  .fstic-patent { display: block; min-height: 0; }
  .fstic-tic-mark { display: none; }
  .fstic-patent-content { padding: 80px 20px 90px; }
  .fstic-patent-content > p:nth-of-type(2) { font-size: 14px; }
  .fstic-facts { grid-template-columns: 1fr; }
  .fstic-facts > div { padding: 14px 0 !important; }
  .fstic-facts > div + div { border-left: 0; border-top: 1px solid rgba(7, 27, 34, 0.24); }
  .fstic-patent-button { min-width: 0; }
  .fstic-faq { gap: 42px; padding: 80px 20px 90px; }
  .fstic-faq summary { font-size: 14px; gap: 9px; grid-template-columns: 27px 1fr auto; }
  .fstic-faq details p { font-size: 13px; margin: -2px 22px 22px 36px; }
  .fstic-footer { padding: 50px 20px 23px; }
  .fstic-footer > div:first-child { align-items: start; grid-template-columns: 1fr; }
  .fstic-footer img { max-width: 210px; }
  .fstic-footer > div:first-child > a { justify-self: start; }
}

@media (prefers-reduced-motion: no-preference) {
  .fstic-device-card { animation: fstic-float 7s ease-in-out infinite; }
}

@keyframes fstic-float {
  0%, 100% { transform: rotate(-4deg) translateY(0); }
  50% { transform: rotate(-2.5deg) translateY(-9px); }
}
