@font-face {
  font-family: "SVN Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/SVN-Poppins-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "SVN Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/SVN-Poppins-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "SVN Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/SVN-Poppins-Bold.woff2") format("woff2");
}

:root {
  --fp-ink: #102b3b;
  --fp-navy: #15364a;
  --fp-navy-soft: #244c5d;
  --fp-pool: #4f9fb4;
  --fp-pool-bright: #66c8d5;
  --fp-sky: #dff1f4;
  --fp-sky-soft: #eef8f8;
  --fp-coral: #b84f3d;
  --fp-coral-bright: #df735f;
  --fp-lotus: #bd5b79;
  --fp-petal: #f5e8e3;
  --fp-sun: #efc354;
  --fp-stone: #e4ddd4;
  --fp-stone-soft: #f0ebe5;
  --fp-paper: #f7f6f2;
  --fp-white: #fffefb;
  --fp-muted: #60727a;
  --fp-line: rgba(16, 43, 59, 0.14);
  --fp-light-line: rgba(255, 255, 255, 0.18);
  --fp-wrap: 1320px;
  --fp-radius-large: 38px;
  --fp-radius-medium: 26px;
  --fp-ease: cubic-bezier(.16, 1, .3, 1);
}

html {
  scroll-behavior: smooth;
}

body.fourpoints-case {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--fp-paper);
  color: var(--fp-ink);
  font-family: "SVN Poppins", "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.fourpoints-case.is-lightbox-open {
  overflow: hidden;
}

body.fourpoints-case,
body.fourpoints-case * {
  box-sizing: border-box;
}

body.fourpoints-case img {
  display: block;
  max-width: 100%;
}

body.fourpoints-case a {
  color: inherit;
  text-decoration: none;
}

body.fourpoints-case button {
  color: inherit;
  font: inherit;
}

body.fourpoints-case h1,
body.fourpoints-case h2,
body.fourpoints-case h3,
body.fourpoints-case p,
body.fourpoints-case figure,
body.fourpoints-case dl,
body.fourpoints-case dd {
  margin: 0;
}

body.fourpoints-case h1,
body.fourpoints-case h2,
body.fourpoints-case h3 {
  text-wrap: balance;
}

body.fourpoints-case ::selection {
  background: var(--fp-coral-bright);
  color: var(--fp-white);
}

body.fourpoints-case :focus-visible {
  outline: 3px solid var(--fp-coral-bright);
  outline-offset: 4px;
}

body.theme-fourpoints .portfolio-header {
  --portfolio-header-idle-top: rgba(9, 37, 50, 0.66);
  --portfolio-header-idle-bottom: rgba(9, 37, 50, 0.46);
  --portfolio-header-glass-top: rgba(9, 37, 50, 0.82);
  --portfolio-header-glass-bottom: rgba(9, 37, 50, 0.72);
  --portfolio-header-line: rgba(223, 241, 244, 0.18);
  --portfolio-header-brass: #ef8a72;
  --portfolio-header-brass-soft: rgba(239, 138, 114, 0.72);
}

body.theme-fourpoints .portfolio-header.is-scrolled {
  background: linear-gradient(180deg, rgba(9, 37, 50, 0.84), rgba(9, 37, 50, 0.74));
  -webkit-backdrop-filter: blur(18px) saturate(128%);
  backdrop-filter: blur(18px) saturate(128%);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--fp-coral-bright);
  color: var(--fp-white);
  font-size: 0.76rem;
  font-weight: 700;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.fp-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.fp-wrap {
  width: min(calc(100% - 64px), var(--fp-wrap));
  margin-inline: auto;
}

.fp-kicker {
  color: var(--fp-coral);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.fp-kicker > span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-right: 12px;
  place-items: center;
  border-radius: 50%;
  background: var(--fp-coral);
  color: var(--fp-white);
  font-size: 0.64rem;
  letter-spacing: 0;
  vertical-align: middle;
}

.fp-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.25;
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, transform 220ms var(--fp-ease);
}

.fp-button:hover {
  transform: translateY(-3px);
}

.fp-button--primary {
  border-color: var(--fp-coral-bright);
  background: var(--fp-coral-bright);
  color: var(--fp-white);
}

.fp-button--primary:hover,
.fp-button--primary:focus-visible {
  border-color: #f1927c;
  background: #f1927c;
}

.fp-button--ghost {
  border-color: rgba(255, 255, 255, 0.46);
  color: var(--fp-white);
}

.fp-button--ghost:hover,
.fp-button--ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.1);
}

.fp-hero {
  position: relative;
  display: grid;
  min-height: max(760px, 100svh);
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: var(--fp-navy);
  color: var(--fp-white);
}

.fp-hero::before,
.fp-hero::after {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
  content: "";
}

.fp-hero::before {
  top: 14%;
  right: -72px;
  width: clamp(170px, 21vw, 340px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 28px rgba(79, 159, 180, 0.08), 0 0 0 60px rgba(79, 159, 180, 0.04);
}

.fp-hero::after {
  right: clamp(30px, 5vw, 84px);
  bottom: 17%;
  width: clamp(46px, 5vw, 82px);
  aspect-ratio: 1;
  background: var(--fp-coral-bright);
  opacity: 0.92;
}

.fp-hero__media,
.fp-hero__shade {
  position: absolute;
  inset: 0;
}

.fp-hero__media {
  z-index: -2;
  overflow: hidden;
}

.fp-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
  transform: scale(1.1) translateY(var(--fp-hero-shift, 0));
}

.fp-hero__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(9, 37, 50, 0.9) 0%, rgba(9, 37, 50, 0.64) 42%, rgba(9, 37, 50, 0.12) 76%),
    linear-gradient(0deg, rgba(9, 37, 50, 0.9) 0%, transparent 52%),
    linear-gradient(180deg, rgba(9, 37, 50, 0.28), transparent 36%);
}

.fp-hero__content {
  position: relative;
  z-index: 2;
  padding-top: calc(var(--portfolio-header-height, 82px) + 96px);
  padding-bottom: clamp(88px, 12vh, 142px);
}

.fp-hero__eyebrow {
  margin-bottom: 24px !important;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.fp-hero__title {
  max-width: 10ch;
  font-size: clamp(3.5rem, 7.4vw, 7.7rem);
  font-weight: 600;
  letter-spacing: -0.067em;
  line-height: 0.91;
}

.fp-hero__lead {
  max-width: 790px;
  margin-top: clamp(26px, 3.5vw, 44px) !important;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.78;
}

.fp-hero__actions,
.fp-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.fp-hero__scroll {
  position: absolute;
  right: 0;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fp-hero__scroll span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  animation: fp-bob 1.8s ease-in-out infinite;
}

@keyframes fp-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

.fp-facts {
  border-bottom: 1px solid var(--fp-line);
  background: var(--fp-white);
}

.fp-facts dl {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr 0.72fr 1.1fr;
}

.fp-facts dl > div {
  min-width: 0;
  padding: 26px clamp(18px, 2.4vw, 36px);
  border-left: 1px solid var(--fp-line);
}

.fp-facts dl > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.fp-facts dt {
  margin-bottom: 7px;
  color: var(--fp-muted);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fp-facts dd {
  color: var(--fp-ink);
  font-size: clamp(0.77rem, 1vw, 0.9rem);
  font-weight: 600;
  line-height: 1.5;
}

.fp-chapter-nav {
  position: sticky;
  z-index: 120;
  top: var(--portfolio-header-scrolled-height, 58px);
  border-bottom: 1px solid var(--fp-line);
  background: rgba(247, 246, 242, 0.86);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  backdrop-filter: blur(18px) saturate(120%);
}

.fp-chapter-nav::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: var(--scroll-progress, 0%);
  height: 2px;
  background: var(--fp-coral-bright);
  content: "";
  pointer-events: none;
}

.fp-chapter-nav .fp-wrap {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
  overflow-x: auto;
  scrollbar-width: none;
}

.fp-chapter-nav .fp-wrap::-webkit-scrollbar {
  display: none;
}

.fp-chapter-nav a {
  position: relative;
  flex: none;
  padding-block: 20px 18px;
  color: var(--fp-muted);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  line-height: 1;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.fp-chapter-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--fp-pool);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 200ms var(--fp-ease);
}

.fp-chapter-nav a:hover,
.fp-chapter-nav a.is-active {
  color: var(--fp-ink);
}

.fp-chapter-nav a.is-active::after {
  transform: scaleX(1);
}

.fp-section {
  position: relative;
  padding-block: clamp(92px, 10vw, 158px);
  scroll-margin-top: 126px;
}

.fp-section-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr) minmax(280px, 0.58fr);
  align-items: end;
  gap: clamp(28px, 4.5vw, 70px);
  margin-bottom: clamp(48px, 7vw, 88px);
}

.fp-section-head h2 {
  max-width: 14ch;
  color: var(--fp-ink);
  font-size: clamp(2.55rem, 5.25vw, 5.45rem);
  font-weight: 600;
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.fp-section-head > p:last-child:not(.fp-kicker) {
  max-width: 620px;
  color: var(--fp-muted);
  font-size: clamp(0.92rem, 1.15vw, 1.05rem);
  line-height: 1.82;
}

.fp-story {
  padding-top: clamp(110px, 12vw, 182px);
}

.fp-story .fp-section-head {
  grid-template-columns: 0.32fr minmax(0, 1fr);
}

.fp-story .fp-section-head h2 {
  max-width: 16ch;
}

.fp-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  gap: clamp(54px, 9vw, 130px);
  align-items: start;
}

.fp-story__copy {
  display: grid;
  gap: 24px;
  max-width: 650px;
  color: var(--fp-muted);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.9;
}

.fp-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--fp-line);
  border-bottom: 1px solid var(--fp-line);
}

.fp-metrics > div {
  display: grid;
  min-height: 205px;
  align-content: space-between;
  padding: 26px clamp(18px, 2.5vw, 34px) 30px;
  border-left: 1px solid var(--fp-line);
}

.fp-metrics > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.fp-metrics dt {
  color: var(--fp-pool);
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.fp-metrics dd {
  max-width: 13ch;
  color: var(--fp-muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.55;
  text-transform: uppercase;
}

.fp-journey {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(72px, 9vw, 124px);
  overflow: hidden;
  border-radius: var(--fp-radius-large);
  background: var(--fp-navy);
  color: var(--fp-white);
}

.fp-journey article {
  position: relative;
  min-height: 320px;
  padding: 30px clamp(26px, 3vw, 44px) 38px;
  border-left: 1px solid var(--fp-light-line);
}

.fp-journey article:first-child {
  border-left: 0;
}

.fp-journey article:nth-child(2) {
  background: var(--fp-pool);
}

.fp-journey article:nth-child(3) {
  background: var(--fp-sky);
  color: var(--fp-ink);
}

.fp-journey span {
  display: block;
  margin-bottom: 86px;
  color: var(--fp-coral-bright);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.fp-journey article:nth-child(2) span {
  color: var(--fp-white);
}

.fp-journey h3 {
  margin-bottom: 13px !important;
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.fp-journey p {
  max-width: 26ch;
  color: currentColor;
  font-size: 0.88rem;
  line-height: 1.75;
  opacity: 0.74;
}

.fp-chapter {
  margin-block: clamp(42px, 6vw, 88px);
  padding: clamp(72px, 8vw, 118px) clamp(28px, 5vw, 74px);
  overflow: hidden;
  border-radius: clamp(30px, 4vw, 54px);
  background: var(--fp-white);
}

.fp-chapter::before,
.fp-chapter::after {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  content: "";
}

.fp-chapter::before {
  top: -170px;
  right: -150px;
  width: 420px;
  aspect-ratio: 1;
  border: 1px solid rgba(79, 159, 180, 0.18);
  box-shadow: 0 0 0 56px rgba(79, 159, 180, 0.035);
}

.fp-chapter::after {
  bottom: 5%;
  left: -44px;
  width: 86px;
  aspect-ratio: 1;
  background: var(--fp-coral-bright);
  opacity: 0.12;
}

.fp-chapter > * {
  position: relative;
  z-index: 1;
}

.fp-chapter--gather {
  background: var(--fp-sky);
}

.fp-chapter--gather::before {
  border-color: rgba(184, 79, 61, 0.18);
  box-shadow: 0 0 0 62px rgba(184, 79, 61, 0.035);
}

.fp-hightea {
  position: relative;
  margin-block: clamp(28px, 5vw, 74px) clamp(56px, 8vw, 118px);
  padding: clamp(72px, 8vw, 118px) clamp(28px, 5vw, 74px);
  overflow: hidden;
  border: 1px solid rgba(189, 91, 121, 0.16);
  border-radius: clamp(30px, 4vw, 54px);
  background:
    radial-gradient(circle at 93% 8%, rgba(239, 195, 84, 0.3), transparent 26%),
    linear-gradient(145deg, var(--fp-white), var(--fp-petal));
}

.fp-hightea::before {
  position: absolute;
  top: -128px;
  right: -96px;
  width: 330px;
  aspect-ratio: 1;
  border: 1px solid rgba(189, 91, 121, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(189, 91, 121, 0.045);
  content: "";
  pointer-events: none;
}

.fp-hightea > * {
  position: relative;
  z-index: 1;
}

.fp-hightea__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(34px, 7vw, 100px);
  align-items: end;
}

.fp-hightea__intro .fp-section-head {
  margin-bottom: clamp(52px, 7vw, 88px);
}

.fp-hightea .fp-kicker,
.fp-hightea .fp-shot figcaption > span {
  color: var(--fp-lotus);
}

.fp-hightea__count {
  display: flex;
  gap: 14px;
  align-items: flex-end;
  margin-bottom: clamp(52px, 7vw, 88px) !important;
  color: var(--fp-lotus);
}

.fp-hightea__count strong {
  font-size: clamp(4rem, 7vw, 7.2rem);
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 0.76;
}

.fp-hightea__count span {
  color: var(--fp-ink);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
}

.fp-gallery--hightea .fp-gallery__button {
  background: #eadbd5;
  box-shadow: 0 18px 38px rgba(92, 50, 51, 0.12);
}

.fp-chapter--exhale {
  background: var(--fp-navy);
  color: var(--fp-white);
}

.fp-chapter--exhale .fp-section-head h2,
.fp-chapter--exhale .fp-section-head > p:last-child,
.fp-chapter--exhale .fp-kicker {
  color: var(--fp-white);
}

.fp-chapter--exhale .fp-section-head > p:last-child {
  opacity: 0.7;
}

.fp-chapter--exhale .fp-kicker > span {
  background: var(--fp-pool-bright);
  color: var(--fp-ink);
}

.fp-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: clamp(30px, 4vw, 58px) clamp(18px, 2.2vw, 32px);
}

.fp-shot {
  grid-column: span 4;
  min-width: 0;
}

.fp-shot--wide {
  grid-column: span 8;
}

.fp-shot--offset {
  transform: translateY(clamp(10px, 2vw, 26px));
}

.fp-gallery__button {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--fp-radius-medium);
  background: var(--fp-stone-soft);
  box-shadow: 0 16px 34px rgba(16, 43, 59, 0.09);
  cursor: zoom-in;
}

.fp-shot--wide .fp-gallery__button {
  aspect-ratio: 3 / 2;
}

.fp-gallery__button::after {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 50%;
  background: rgba(9, 37, 50, 0.46);
  color: var(--fp-white);
  content: "+";
  font-size: 1.15rem;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform: translateY(6px);
  transition: opacity 200ms ease, transform 200ms var(--fp-ease);
}

.fp-gallery__button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms var(--fp-ease), filter 260ms ease;
}

.fp-gallery__button:hover::after,
.fp-gallery__button:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.fp-gallery__button:hover img,
.fp-gallery__button:focus-visible img {
  transform: scale(1.018);
}

.fp-shot figcaption {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  margin-top: 16px;
  color: var(--fp-muted);
  font-size: 0.74rem;
  line-height: 1.65;
}

.fp-shot figcaption > span {
  color: var(--fp-coral);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.fp-chapter--exhale .fp-shot figcaption {
  color: rgba(255, 255, 255, 0.65);
}

.fp-chapter--exhale .fp-shot figcaption > span {
  color: var(--fp-pool-bright);
}

.fp-system {
  margin-top: clamp(70px, 9vw, 130px);
}

.fp-system-grid,
.fp-uses__grid,
.fp-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.fp-system-grid {
  overflow: hidden;
  border: 1px solid var(--fp-line);
  border-radius: var(--fp-radius-large);
  background: var(--fp-white);
}

.fp-system-grid article {
  min-height: 340px;
  padding: 32px clamp(26px, 3vw, 44px) 40px;
  border-left: 1px solid var(--fp-line);
}

.fp-system-grid article:first-child {
  border-left: 0;
}

.fp-system-grid article:nth-child(2) {
  background: var(--fp-sky);
}

.fp-system-grid article:nth-child(3) {
  background: var(--fp-stone-soft);
}

.fp-system-grid article > span {
  display: block;
  margin-bottom: 82px;
  color: var(--fp-coral);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.fp-system-grid h3 {
  margin-bottom: 18px !important;
  font-size: clamp(1.55rem, 2.2vw, 2.12rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.fp-system-grid p,
.fp-uses__grid p,
.fp-proof-grid p {
  color: var(--fp-muted);
  font-size: 0.86rem;
  line-height: 1.78;
}

.fp-uses {
  margin-top: clamp(90px, 11vw, 160px);
  padding: clamp(58px, 7vw, 96px);
  border-radius: var(--fp-radius-large);
  background: var(--fp-navy);
  color: var(--fp-white);
}

.fp-uses .fp-section-head {
  grid-template-columns: 0.35fr minmax(0, 1fr);
  margin-bottom: clamp(42px, 6vw, 70px);
}

.fp-uses .fp-section-head h2,
.fp-uses .fp-kicker {
  color: var(--fp-white);
}

.fp-uses .fp-kicker {
  opacity: 0.68;
}

.fp-uses__grid {
  border-top: 1px solid var(--fp-light-line);
}

.fp-uses__grid article {
  min-height: 230px;
  padding: 30px clamp(24px, 3vw, 42px) 24px;
  border-left: 1px solid var(--fp-light-line);
}

.fp-uses__grid article:first-child {
  padding-left: 0;
  border-left: 0;
}

.fp-uses__grid h3 {
  margin-bottom: 18px !important;
  font-size: clamp(1.25rem, 1.7vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.035em;
}

.fp-uses__grid p {
  color: rgba(255, 255, 255, 0.65);
}

.fp-proof {
  padding-top: clamp(104px, 12vw, 180px);
}

.fp-proof-grid {
  gap: 14px;
}

.fp-proof-grid article {
  min-height: 270px;
  padding: 32px clamp(25px, 3vw, 42px);
  border-radius: var(--fp-radius-medium);
  background: var(--fp-white);
}

.fp-proof-grid article:nth-child(2) {
  background: var(--fp-sky);
}

.fp-proof-grid article:nth-child(3) {
  background: var(--fp-stone-soft);
}

.fp-proof-grid h3 {
  margin-bottom: 84px !important;
  color: var(--fp-ink);
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1;
}

.fp-proof__boundary {
  max-width: 820px;
  margin: 36px 0 0 auto !important;
  padding-top: 20px;
  border-top: 1px solid var(--fp-line);
  color: var(--fp-muted);
  font-size: 0.75rem;
  line-height: 1.75;
}

.fp-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(460px, 1fr);
  align-items: start;
  gap: clamp(60px, 10vw, 150px);
}

.fp-faq .fp-section-head {
  position: sticky;
  top: 148px;
  display: block;
  margin: 0;
}

.fp-faq .fp-kicker {
  margin-bottom: 18px;
}

.fp-faq .fp-section-head h2 {
  max-width: 10ch;
}

.fp-faq__list {
  border-top: 1px solid var(--fp-line);
}

.fp-faq details {
  border-bottom: 1px solid var(--fp-line);
}

.fp-faq summary {
  position: relative;
  padding: 26px 54px 26px 0;
  color: var(--fp-ink);
  cursor: pointer;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  font-weight: 600;
  line-height: 1.5;
  list-style: none;
}

.fp-faq summary::-webkit-details-marker {
  display: none;
}

.fp-faq summary::before,
.fp-faq summary::after {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 18px;
  height: 1px;
  background: var(--fp-coral);
  content: "";
  transition: transform 180ms ease;
}

.fp-faq summary::after {
  transform: rotate(90deg);
}

.fp-faq details[open] summary::after {
  transform: rotate(0);
}

.fp-faq details p {
  max-width: 700px;
  padding: 0 54px 28px 0;
  color: var(--fp-muted);
  font-size: 0.9rem;
  line-height: 1.82;
}

.fp-related {
  padding-top: clamp(70px, 8vw, 120px);
}

.fp-related__card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  overflow: hidden;
  border-radius: var(--fp-radius-large);
  background: var(--fp-sky);
  transition: transform 260ms var(--fp-ease), box-shadow 260ms ease;
}

.fp-related__card:hover {
  box-shadow: 0 24px 54px rgba(16, 43, 59, 0.12);
  transform: translateY(-5px);
}

.fp-related__card figure {
  min-height: 430px;
  overflow: hidden;
}

.fp-related__card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms var(--fp-ease);
}

.fp-related__card:hover figure img {
  transform: scale(1.02);
}

.fp-related__card > div {
  display: grid;
  align-content: center;
  padding: clamp(40px, 6vw, 82px);
}

.fp-related__card h2 {
  margin: 20px 0 22px !important;
  color: var(--fp-ink);
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.fp-related__card > div > p:not(.fp-kicker) {
  max-width: 520px;
  color: var(--fp-muted);
  font-size: 0.91rem;
  line-height: 1.8;
}

.fp-related__card > div > span {
  margin-top: 28px;
  color: var(--fp-coral);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.fp-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(100px, 12vw, 178px);
  background: var(--fp-navy);
  color: var(--fp-white);
}

.fp-cta::before,
.fp-cta::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
}

.fp-cta::before {
  top: -190px;
  right: -100px;
  width: 510px;
  aspect-ratio: 1;
  border: 1px solid rgba(102, 200, 213, 0.28);
  box-shadow: 0 0 0 70px rgba(102, 200, 213, 0.05), 0 0 0 150px rgba(102, 200, 213, 0.025);
}

.fp-cta::after {
  right: 22%;
  bottom: -46px;
  width: 118px;
  aspect-ratio: 1;
  background: var(--fp-coral-bright);
  opacity: 0.84;
}

.fp-cta .fp-kicker {
  margin-bottom: 26px;
  color: var(--fp-pool-bright);
}

.fp-cta h2 {
  max-width: 16ch;
  font-size: clamp(2.85rem, 6vw, 6.4rem);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.fp-cta .fp-wrap > p:not(.fp-kicker) {
  max-width: 710px;
  margin-top: 28px !important;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(0.96rem, 1.25vw, 1.12rem);
  line-height: 1.8;
}

.fp-footer {
  padding-block: 42px;
  background: #0c2633;
  color: rgba(255, 255, 255, 0.62);
}

.fp-footer .fp-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px 52px;
}

.fp-footer__brand img {
  width: auto;
  height: 28px;
}

.fp-footer p,
.fp-footer nav,
.fp-footer small {
  font-size: 0.7rem;
  line-height: 1.5;
}

.fp-footer nav {
  display: flex;
  gap: 24px;
}

.fp-footer a {
  transition: color 180ms ease;
}

.fp-footer a:hover {
  color: var(--fp-white);
}

.fp-footer small {
  grid-column: 2 / -1;
  color: rgba(255, 255, 255, 0.38);
}

.fp-lightbox {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(5, 20, 27, 0.94);
  color: var(--fp-white);
}

.fp-lightbox::backdrop {
  background: rgba(5, 20, 27, 0.94);
}

.fp-lightbox__surface {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: 70px minmax(0, 1fr) 70px;
  align-items: center;
  padding: clamp(68px, 7vw, 96px) clamp(16px, 4vw, 62px) clamp(24px, 4vw, 56px);
}

.fp-lightbox figure {
  display: grid;
  min-width: 0;
  max-height: 100%;
  justify-items: center;
}

.fp-lightbox__image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100dvh - 180px);
  object-fit: contain;
  border-radius: 14px;
}

.fp-lightbox__caption {
  max-width: 720px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  line-height: 1.65;
  text-align: center;
}

.fp-lightbox__close,
.fp-lightbox__control {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--fp-white);
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease;
}

.fp-lightbox__close:hover,
.fp-lightbox__control:hover {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.12);
}

.fp-lightbox__close {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 24px;
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
}

.fp-lightbox__control {
  width: 48px;
  height: 48px;
  font-size: 1.1rem;
}

.fp-lightbox__control--previous {
  grid-column: 1;
  justify-self: start;
}

.fp-lightbox figure {
  grid-column: 2;
}

.fp-lightbox__control--next {
  grid-column: 3;
  justify-self: end;
}

.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 680ms ease, transform 680ms var(--fp-ease);
}

.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-ready .fp-shot--offset.reveal {
  transform: translateY(calc(clamp(10px, 2vw, 26px) + 22px));
}

.reveal-ready .fp-shot--offset.reveal.is-visible {
  transform: translateY(clamp(10px, 2vw, 26px));
}

@media (max-width: 1080px) {
  .fp-section-head {
    grid-template-columns: 0.3fr minmax(0, 1fr);
  }

  .fp-section-head > p:last-child:not(.fp-kicker) {
    grid-column: 2;
  }

  .fp-story__grid {
    grid-template-columns: 1fr;
  }

  .fp-story__copy {
    max-width: 820px;
  }

  .fp-metrics {
    max-width: 820px;
  }

  .fp-chapter {
    padding-inline: clamp(26px, 4vw, 50px);
  }

  .fp-hightea {
    padding-inline: clamp(26px, 4vw, 50px);
  }

  .fp-shot--wide {
    grid-column: span 8;
  }

  .fp-faq {
    grid-template-columns: 0.72fr 1fr;
    gap: 64px;
  }

  .fp-footer .fp-wrap {
    grid-template-columns: auto 1fr;
  }

  .fp-footer nav {
    justify-self: end;
  }

  .fp-footer p,
  .fp-footer small {
    grid-column: 2;
  }
}

@media (max-width: 820px) {
  .fp-wrap {
    width: min(calc(100% - 40px), var(--fp-wrap));
  }

  .fp-hero {
    min-height: max(720px, 100svh);
  }

  .fp-hero__shade {
    background:
      linear-gradient(90deg, rgba(9, 37, 50, 0.84), rgba(9, 37, 50, 0.28)),
      linear-gradient(0deg, rgba(9, 37, 50, 0.94) 0%, rgba(9, 37, 50, 0.18) 68%);
  }

  .fp-hero__title {
    max-width: 9ch;
  }

  .fp-hero__scroll {
    display: none;
  }

  .fp-facts dl {
    grid-template-columns: repeat(2, 1fr);
  }

  .fp-facts dl > div:nth-child(3) {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--fp-line);
  }

  .fp-facts dl > div:nth-child(4) {
    border-top: 1px solid var(--fp-line);
  }

  .fp-section-head,
  .fp-story .fp-section-head,
  .fp-uses .fp-section-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .fp-section-head > p:last-child:not(.fp-kicker) {
    grid-column: 1;
    margin-top: 8px !important;
  }

  .fp-hightea__intro {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .fp-hightea__intro .fp-section-head {
    margin-bottom: 30px;
  }

  .fp-hightea__count {
    justify-self: end;
  }

  .fp-journey,
  .fp-system-grid,
  .fp-uses__grid,
  .fp-proof-grid {
    grid-template-columns: 1fr;
  }

  .fp-journey article,
  .fp-system-grid article,
  .fp-uses__grid article {
    min-height: 0;
    border-top: 1px solid var(--fp-light-line);
    border-left: 0;
  }

  .fp-journey article:first-child,
  .fp-system-grid article:first-child,
  .fp-uses__grid article:first-child {
    border-top: 0;
  }

  .fp-journey span,
  .fp-system-grid article > span {
    margin-bottom: 52px;
  }

  .fp-system-grid article {
    padding-block: 30px 38px;
    border-top-color: var(--fp-line);
  }

  .fp-uses__grid article:first-child {
    padding-left: clamp(24px, 3vw, 42px);
  }

  .fp-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 18px;
  }

  .fp-shot,
  .fp-shot--wide {
    grid-column: span 1;
  }

  .fp-shot--wide {
    grid-column: span 2;
  }

  .fp-shot--offset {
    transform: none;
  }

  .reveal-ready .fp-shot--offset.reveal,
  .reveal-ready .fp-shot--offset.reveal.is-visible {
    transform: translateY(0);
  }

  .fp-faq {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .fp-faq .fp-section-head {
    position: static;
  }

  .fp-faq .fp-section-head h2 {
    max-width: 13ch;
  }

  .fp-related__card {
    grid-template-columns: 1fr;
  }

  .fp-related__card figure {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .fp-footer .fp-wrap {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .fp-footer nav {
    justify-self: start;
  }

  .fp-footer p,
  .fp-footer small {
    grid-column: 1;
  }

  .fp-lightbox__surface {
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    padding-inline: 10px;
  }

  .fp-lightbox__control {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 620px) {
  .fp-wrap {
    width: min(calc(100% - 32px), var(--fp-wrap));
  }

  .fp-hero {
    min-height: max(680px, 100svh);
  }

  .fp-hero::before {
    top: 19%;
    right: -104px;
  }

  .fp-hero::after {
    right: 18px;
    bottom: 22%;
    width: 46px;
  }

  .fp-hero__media img {
    object-position: 59% center;
  }

  .fp-hero__content {
    padding-top: calc(var(--portfolio-header-height, 68px) + 72px);
    padding-bottom: 74px;
  }

  .fp-hero__eyebrow {
    max-width: 30ch;
    font-size: 0.59rem;
    line-height: 1.65;
  }

  .fp-hero__title {
    max-width: 10ch;
    font-size: clamp(2.8rem, 14.2vw, 4.35rem);
    line-height: 0.95;
  }

  .fp-hero__lead {
    font-size: 0.9rem;
    line-height: 1.72;
  }

  .fp-hero__actions,
  .fp-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fp-button {
    width: 100%;
  }

  .fp-facts dl {
    grid-template-columns: 1fr;
  }

  .fp-facts dl > div,
  .fp-facts dl > div:first-child,
  .fp-facts dl > div:nth-child(3) {
    padding: 18px 0;
    border-top: 1px solid var(--fp-line);
    border-left: 0;
  }

  .fp-facts dl > div:first-child {
    border-top: 0;
  }

  .fp-section {
    padding-block: 78px;
    scroll-margin-top: 116px;
  }

  .fp-section-head {
    margin-bottom: 42px;
  }

  .fp-section-head h2 {
    font-size: clamp(2.25rem, 11.5vw, 3.5rem);
    letter-spacing: -0.06em;
  }

  .fp-story {
    padding-top: 90px;
  }

  .fp-story__copy {
    font-size: 0.92rem;
    line-height: 1.82;
  }

  .fp-metrics {
    grid-template-columns: 1fr;
  }

  .fp-metrics > div,
  .fp-metrics > div:first-child {
    min-height: 0;
    grid-template-columns: 0.85fr 1.15fr;
    align-items: center;
    padding: 24px 0;
    border-top: 1px solid var(--fp-line);
    border-left: 0;
  }

  .fp-metrics > div:first-child {
    border-top: 0;
  }

  .fp-metrics dd {
    max-width: 20ch;
  }

  .fp-journey {
    border-radius: 26px;
  }

  .fp-journey article {
    padding: 28px 26px 34px;
  }

  .fp-chapter {
    margin-block: 24px;
    padding: 66px 18px;
    border-radius: 28px;
  }

  .fp-hightea {
    margin-block: 24px 54px;
    padding: 66px 18px;
    border-radius: 28px;
  }

  .fp-hightea::before {
    top: -112px;
    right: -154px;
    width: 280px;
  }

  .fp-hightea__count {
    justify-self: start;
    margin-bottom: 44px !important;
  }

  .fp-chapter::before {
    top: -130px;
    right: -170px;
    width: 330px;
  }

  .fp-gallery {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .fp-shot,
  .fp-shot--wide {
    grid-column: 1;
  }

  .fp-gallery__button,
  .fp-shot--wide .fp-gallery__button {
    border-radius: 20px;
  }

  .fp-gallery__button::after {
    right: 12px;
    bottom: 12px;
    width: 38px;
    height: 38px;
    opacity: 0.9;
    transform: none;
  }

  .fp-system {
    margin-top: 54px;
  }

  .fp-system-grid,
  .fp-uses,
  .fp-proof-grid article,
  .fp-related__card {
    border-radius: 24px;
  }

  .fp-uses {
    padding: 48px 22px;
  }

  .fp-proof-grid {
    gap: 10px;
  }

  .fp-proof-grid article {
    min-height: 230px;
    padding: 28px 24px;
  }

  .fp-proof-grid h3 {
    margin-bottom: 64px !important;
  }

  .fp-related__card figure {
    aspect-ratio: 4 / 3;
  }

  .fp-related__card > div {
    padding: 34px 24px 40px;
  }

  .fp-cta {
    padding-block: 92px;
  }

  .fp-cta h2 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .fp-cta::before {
    top: -120px;
    right: -170px;
    width: 360px;
  }

  .fp-cta::after {
    right: 14px;
    bottom: -24px;
    width: 74px;
  }

  .fp-lightbox__surface {
    grid-template-columns: 1fr 1fr;
    align-content: center;
    padding: 68px 14px 18px;
  }

  .fp-lightbox figure {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .fp-lightbox__image {
    max-height: calc(100dvh - 190px);
    border-radius: 9px;
  }

  .fp-lightbox__control {
    grid-row: 2;
    margin-top: 12px;
  }

  .fp-lightbox__control--previous {
    grid-column: 1;
    justify-self: end;
    margin-right: 6px;
  }

  .fp-lightbox__control--next {
    grid-column: 2;
    justify-self: start;
    margin-left: 6px;
  }
}

@media (max-width: 390px) {
  .fp-hero__title {
    font-size: clamp(2.55rem, 13.6vw, 3.35rem);
  }

  .fp-hero__actions {
    margin-top: 26px;
  }

  .fp-button {
    min-height: 50px;
    padding-inline: 18px;
  }

  .fp-chapter {
    padding-inline: 14px;
  }

  .fp-footer nav {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .fp-hero__media img,
  .fp-gallery__button img,
  .fp-related__card figure img,
  .fp-shot--offset,
  .reveal-ready .reveal,
  .reveal-ready .fp-shot--offset.reveal,
  .reveal-ready .fp-shot--offset.reveal.is-visible {
    transform: none !important;
  }

  .reveal-ready .reveal {
    opacity: 1 !important;
  }
}

@media print {
  .portfolio-header,
  .fp-chapter-nav,
  .fp-hero__actions,
  .fp-hero__scroll,
  .fp-lightbox,
  .fp-cta__actions {
    display: none !important;
  }

  .fp-hero {
    min-height: 520px;
  }

  .fp-chapter,
  .fp-uses,
  .fp-related__card,
  .fp-proof-grid article {
    break-inside: avoid;
  }
}

/* --------------------------------------------------------------------------
   Premium full-bleed editorial direction
   -------------------------------------------------------------------------- */

:root {
  --fp-ink: #0b2735;
  --fp-navy: #0d2d3b;
  --fp-navy-soft: #183f50;
  --fp-pool: #3f99ac;
  --fp-pool-bright: #75c7d2;
  --fp-sky: #dbecef;
  --fp-sky-soft: #edf4f4;
  --fp-coral: #c95f4d;
  --fp-coral-bright: #e47963;
  --fp-lotus: #ad5873;
  --fp-petal: #f2e3df;
  --fp-sun: #e9bd55;
  --fp-stone: #ddd6cc;
  --fp-stone-soft: #ece7e0;
  --fp-paper: #f3f0ea;
  --fp-white: #fffdf8;
  --fp-muted: #62727a;
  --fp-line: rgba(11, 39, 53, 0.16);
  --fp-light-line: rgba(255, 255, 255, 0.2);
  --fp-wrap: 1380px;
  --fp-reading: 720px;
  --fp-page-gutter: clamp(24px, 4vw, 72px);
  --fp-image-gap: clamp(2px, 0.32vw, 6px);
  --fp-radius-large: 0;
  --fp-radius-medium: 0;
  --fp-ease: cubic-bezier(.16, 1, .3, 1);
}

body.fourpoints-case {
  background: var(--fp-paper);
  color: var(--fp-ink);
}

.fp-wrap {
  width: min(calc(100% - 64px), var(--fp-wrap));
}

.fp-kicker {
  color: var(--fp-coral);
  font-size: 0.64rem;
  letter-spacing: 0.21em;
}

.fp-kicker > span {
  display: inline;
  width: auto;
  height: auto;
  margin-right: 16px;
  border-radius: 0;
  background: transparent;
  color: currentColor;
  font-size: inherit;
  letter-spacing: 0.12em;
}

.fp-button {
  min-height: 52px;
  padding-inline: 25px;
  box-shadow: none;
}

/* Hero: photography carries the first viewport. */

.fp-hero {
  min-height: max(760px, 100svh);
  background: var(--fp-navy);
}

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

.fp-hero__media img {
  object-position: center 48%;
  transform: translate3d(0, var(--fp-hero-shift, 0), 0) scale(1.035);
  transition: transform 120ms linear;
}

.fp-hero__shade {
  background:
    linear-gradient(90deg, rgba(5, 24, 33, 0.82) 0%, rgba(5, 24, 33, 0.46) 43%, rgba(5, 24, 33, 0.06) 74%),
    linear-gradient(0deg, rgba(5, 24, 33, 0.88) 0%, rgba(5, 24, 33, 0.08) 58%),
    linear-gradient(180deg, rgba(5, 24, 33, 0.34), transparent 34%);
}

.fp-hero__content {
  padding-top: calc(var(--portfolio-header-height, 82px) + 112px);
  padding-bottom: clamp(76px, 10vh, 122px);
}

.fp-hero__eyebrow {
  margin-bottom: 28px !important;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.64rem;
  letter-spacing: 0.21em;
}

.fp-hero__title {
  max-width: 10.5ch;
  font-size: clamp(3.9rem, 8.2vw, 8.9rem);
  font-weight: 400;
  letter-spacing: -0.068em;
  line-height: 0.89;
}

.fp-hero__lead {
  max-width: 720px;
  margin-top: clamp(28px, 3.2vw, 44px) !important;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.98rem, 1.18vw, 1.16rem);
  line-height: 1.8;
}

.fp-hero__actions {
  margin-top: 32px;
}

.fp-hero__scroll {
  right: 0;
  bottom: 30px;
}

/* Project facts and chapter navigation stay quiet and architectural. */

.fp-facts {
  border-color: var(--fp-light-line);
  background: var(--fp-navy);
  color: var(--fp-white);
}

.fp-facts dl > div {
  padding-block: 25px;
  border-color: var(--fp-light-line);
}

.fp-facts dt {
  color: var(--fp-pool-bright);
  font-size: 0.58rem;
  letter-spacing: 0.15em;
}

.fp-facts dd {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.75rem, 0.9vw, 0.86rem);
  font-weight: 400;
}

.fp-chapter-nav {
  border-color: var(--fp-line);
  background: rgba(243, 240, 234, 0.9);
}

.fp-chapter-nav .fp-wrap {
  min-height: 54px;
}

.fp-chapter-nav a {
  padding-block: 19px 17px;
  font-size: 0.61rem;
  letter-spacing: 0.1em;
}

.fp-chapter-nav a::after {
  background: var(--fp-coral);
}

.fp-section {
  padding-block: clamp(108px, 11vw, 176px);
}

.fp-section-head {
  grid-template-columns: minmax(150px, 0.27fr) minmax(0, 1.05fr) minmax(280px, 0.55fr);
  gap: clamp(28px, 4.5vw, 72px);
  margin-bottom: clamp(54px, 7vw, 98px);
}

.fp-section-head h2 {
  max-width: 13ch;
  font-size: clamp(2.9rem, 5.75vw, 6.3rem);
  font-weight: 400;
  letter-spacing: -0.064em;
  line-height: 0.93;
}

.fp-section-head > p:last-child:not(.fp-kicker) {
  max-width: var(--fp-reading);
  font-size: clamp(0.9rem, 1.08vw, 1rem);
  line-height: 1.86;
}

/* Intro narrative: restrained editorial typography instead of feature cards. */

.fp-story {
  padding-top: clamp(120px, 13vw, 210px);
}

.fp-story .fp-section-head {
  grid-template-columns: minmax(150px, 0.27fr) minmax(0, 1fr);
}

.fp-story .fp-section-head h2 {
  max-width: 15ch;
}

.fp-story__grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  gap: clamp(58px, 10vw, 150px);
}

.fp-story__copy {
  gap: 28px;
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
  line-height: 1.92;
}

.fp-metrics {
  border-color: var(--fp-line);
}

.fp-metrics > div {
  min-height: 220px;
  border-color: var(--fp-line);
}

.fp-metrics dt {
  color: var(--fp-pool);
  font-size: clamp(3rem, 5.4vw, 5.8rem);
  font-weight: 400;
}

.fp-journey {
  margin-top: clamp(86px, 10vw, 146px);
  overflow: visible;
  border-top: 1px solid var(--fp-line);
  border-bottom: 1px solid var(--fp-line);
  border-radius: 0;
  background: transparent;
  color: var(--fp-ink);
}

.fp-journey article,
.fp-journey article:nth-child(2),
.fp-journey article:nth-child(3) {
  min-height: 300px;
  padding: 28px clamp(24px, 3vw, 44px) 36px;
  border-color: var(--fp-line);
  background: transparent;
  color: var(--fp-ink);
}

.fp-journey span,
.fp-journey article:nth-child(2) span {
  color: var(--fp-coral);
}

.fp-journey p {
  color: var(--fp-muted);
}

/* Full-bleed chapter canvases. The section may remain inside .fp-wrap; the
   viewport breakout keeps the implementation resilient to generated markup. */

.fp-chapter {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: clamp(108px, 11vw, 176px) 0 0;
  overflow: hidden;
  overflow: clip;
  border-radius: 0;
}

.fp-chapter::before,
.fp-chapter::after {
  display: none;
}

.fp-chapter > .fp-section-head {
  width: min(calc(100% - 96px), var(--fp-wrap));
  margin-inline: auto;
}

.fp-chapter--arrival {
  background: var(--fp-paper);
}

.fp-chapter--gather {
  background: var(--fp-navy);
  color: var(--fp-white);
}

.fp-chapter--gather .fp-section-head h2,
.fp-chapter--gather .fp-section-head > p:last-child,
.fp-chapter--gather .fp-kicker {
  color: var(--fp-white);
}

.fp-chapter--gather .fp-section-head > p:last-child {
  opacity: 0.68;
}

.fp-chapter--gather .fp-kicker {
  color: var(--fp-pool-bright);
}

.fp-chapter--exhale {
  background: var(--fp-sky-soft);
  color: var(--fp-ink);
}

.fp-chapter--exhale .fp-section-head h2,
.fp-chapter--exhale .fp-section-head > p:last-child,
.fp-chapter--exhale .fp-kicker {
  color: var(--fp-ink);
}

.fp-chapter--exhale .fp-section-head > p:last-child {
  color: var(--fp-muted);
  opacity: 1;
}

.fp-chapter--exhale .fp-kicker {
  color: var(--fp-pool);
}

.fp-chapter--exhale .fp-kicker > span {
  background: transparent;
  color: currentColor;
}

/* Editorial image grid. Photography, not UI chrome, defines the rhythm. */

.fp-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: clamp(430px, 43vw, 760px);
  align-items: stretch;
  gap: var(--fp-image-gap);
}

.fp-shot,
.fp-shot--wide {
  position: relative;
  min-width: 0;
  grid-column: span 4;
  overflow: hidden;
  transform: none;
}

.fp-shot--wide {
  grid-column: span 8;
}

.fp-shot--offset {
  transform: none;
}

.fp-gallery__button,
.fp-shot--wide .fp-gallery__button {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  background: var(--fp-stone);
  box-shadow: none;
}

.fp-gallery__button::after {
  display: none;
}

.fp-gallery__button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 900ms var(--fp-ease), filter 300ms ease;
}

.fp-gallery__button:hover img,
.fp-gallery__button:focus-visible img {
  transform: scale(1.025);
}

.fp-gallery__button:focus-visible,
.fp-range-shot__button:focus-visible {
  outline-width: 3px;
  outline-offset: -6px;
}

.fp-chapter--gather .fp-gallery__button:focus-visible,
.fp-range-shot__button:focus-visible {
  outline-color: var(--fp-white);
}

.fp-shot figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  margin: 0;
  padding: 54px 20px 18px;
  background: linear-gradient(0deg, rgba(3, 19, 27, 0.74), transparent);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.68rem;
  line-height: 1.6;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 300ms var(--fp-ease);
}

.fp-shot:hover figcaption,
.fp-shot:focus-within figcaption {
  opacity: 1;
  transform: translateY(0);
}

.fp-shot figcaption > span,
.fp-chapter--exhale .fp-shot figcaption > span,
.fp-chapter--gather .fp-shot figcaption > span {
  color: var(--fp-pool-bright);
}

.fp-chapter--arrival .fp-gallery > .fp-shot:nth-child(3):last-child {
  grid-column: 5 / span 4;
}

/* Floral High Tea is one campaign interlude within the wider image system. */

.fp-hightea {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: clamp(82px, 8vw, 126px) 0;
  overflow: hidden;
  overflow: clip;
  border: 0;
  border-top: 1px solid rgba(11, 39, 53, 0.12);
  border-bottom: 1px solid rgba(11, 39, 53, 0.12);
  border-radius: 0;
  background: var(--fp-white);
}

.fp-hightea::before {
  display: none;
}

.fp-hightea__intro {
  width: min(calc(100% - 96px), var(--fp-wrap));
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(36px, 7vw, 110px);
}

.fp-hightea__intro .fp-section-head {
  grid-template-columns: minmax(150px, 0.27fr) minmax(0, 1fr);
  margin-bottom: clamp(46px, 6vw, 72px);
}

.fp-hightea__intro .fp-section-head > p:last-child {
  grid-column: 2;
}

.fp-hightea .fp-kicker,
.fp-hightea .fp-shot figcaption > span {
  color: var(--fp-lotus);
}

.fp-hightea__count {
  gap: 12px;
  margin-bottom: clamp(46px, 6vw, 72px) !important;
}

.fp-hightea__count strong {
  font-size: clamp(3.1rem, 5vw, 5.2rem);
  font-weight: 400;
}

.fp-hightea__count span {
  font-size: 0.54rem;
}

.fp-gallery--hightea {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: clamp(280px, 30vw, 480px);
  grid-auto-rows: clamp(430px, 50vw, 680px);
  gap: var(--fp-image-gap);
  padding-inline: var(--fp-page-gutter);
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: var(--fp-page-gutter);
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.fp-gallery--hightea::-webkit-scrollbar {
  display: none;
}

.fp-gallery--hightea .fp-shot,
.fp-gallery--hightea .fp-shot--wide,
.fp-gallery--hightea .fp-shot--offset {
  grid-column: auto;
  scroll-snap-align: start;
}

.fp-gallery--hightea .fp-gallery__button {
  background: #e7ddd7;
  box-shadow: none;
}

/* Range overview: a full-bleed index and touchpoint mosaic. */

.fp-range {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: clamp(112px, 12vw, 190px) 0 0;
  overflow: hidden;
  overflow: clip;
  background: var(--fp-navy);
  color: var(--fp-white);
}

.fp-range__intro {
  width: min(calc(100% - 96px), var(--fp-wrap));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(150px, 0.27fr) minmax(0, 1fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: clamp(28px, 4.5vw, 72px);
}

.fp-range__intro h2 {
  max-width: 13ch;
  color: var(--fp-white);
  font-size: clamp(2.9rem, 5.75vw, 6.3rem);
  font-weight: 400;
  letter-spacing: -0.064em;
  line-height: 0.93;
}

.fp-range__intro > p:last-child,
.fp-range__intro > div:last-child p:last-child {
  max-width: var(--fp-reading);
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(0.9rem, 1.08vw, 1rem);
  line-height: 1.86;
}

.fp-range .fp-kicker {
  color: var(--fp-pool-bright);
}

.fp-range__index {
  width: min(calc(100% - 96px), var(--fp-wrap));
  margin: clamp(58px, 7vw, 96px) auto clamp(66px, 8vw, 110px);
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--fp-light-line);
  border-bottom: 1px solid var(--fp-light-line);
  list-style: none;
}

.fp-range__index > * {
  min-width: 0;
  padding: 18px clamp(12px, 1.6vw, 24px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  gap: 10px;
  border-left: 1px solid var(--fp-light-line);
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(0.62rem, 0.74vw, 0.72rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.fp-range__index span {
  color: var(--fp-pool-bright);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.fp-range__index strong {
  min-width: 0;
  font-weight: 600;
}

.fp-range__index > :first-child {
  padding-left: 0;
  border-left: 0;
}

.fp-range__index > :nth-child(n + 6) {
  border-top: 1px solid var(--fp-light-line);
}

.fp-range__index > :nth-child(5n + 1) {
  padding-left: 0;
  border-left: 0;
}

.fp-range__mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: clamp(190px, 24vw, 420px);
  gap: var(--fp-image-gap);
}

.fp-range-shot {
  position: relative;
  min-width: 0;
  min-height: 0;
  grid-column: span 3;
  overflow: hidden;
  background: var(--fp-navy-soft);
}

.fp-range-shot:nth-child(1),
.fp-range-shot:nth-child(2),
.fp-range-shot:nth-child(3) {
  grid-column: span 4;
  grid-row: span 2;
}

.fp-range-shot:nth-child(4) {
  grid-column: span 6;
}

.fp-range-shot:nth-child(5),
.fp-range-shot:nth-child(6) {
  grid-column: span 3;
}

.fp-range-shot > button,
.fp-range-shot > a,
.fp-range-shot > picture,
.fp-range-shot > img,
.fp-range-shot button > picture {
  display: block;
  width: 100%;
  height: 100%;
}

.fp-range-shot > button,
.fp-range-shot > a {
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.fp-range-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 900ms var(--fp-ease), filter 300ms ease;
}

.fp-range-shot:hover img,
.fp-range-shot:focus-within img {
  transform: scale(1.025);
}

.fp-range-shot__label {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 54px 18px 17px;
  background: linear-gradient(0deg, rgba(3, 19, 27, 0.74), transparent);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  pointer-events: none;
  text-transform: uppercase;
}

/* Image-system and application sections use lines and scale, not cards. */

.fp-system {
  margin-top: 0;
}

.fp-system-grid {
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--fp-line);
  border-bottom: 1px solid var(--fp-line);
  border-radius: 0;
  background: transparent;
}

.fp-system-grid article,
.fp-system-grid article:nth-child(2),
.fp-system-grid article:nth-child(3) {
  min-height: 330px;
  border-color: var(--fp-line);
  background: transparent;
}

.fp-system-grid article > span {
  color: var(--fp-coral);
}

.fp-uses {
  width: 100vw;
  margin: clamp(104px, 12vw, 180px) calc(50% - 50vw) 0;
  padding: clamp(90px, 9vw, 144px) max(32px, calc((100vw - var(--fp-wrap)) / 2));
  border-radius: 0;
  background: var(--fp-navy);
}

.fp-uses .fp-section-head {
  grid-template-columns: minmax(150px, 0.27fr) minmax(0, 1fr);
  margin-bottom: clamp(48px, 6vw, 76px);
}

.fp-uses__grid article {
  min-height: 250px;
  border-color: var(--fp-light-line);
}

.fp-proof {
  padding-top: clamp(120px, 13vw, 196px);
}

.fp-proof-grid {
  gap: 0;
  border-top: 1px solid var(--fp-line);
  border-bottom: 1px solid var(--fp-line);
}

.fp-proof-grid article,
.fp-proof-grid article:nth-child(2),
.fp-proof-grid article:nth-child(3) {
  min-height: 290px;
  padding: 30px clamp(25px, 3vw, 42px) 36px;
  border-left: 1px solid var(--fp-line);
  border-radius: 0;
  background: transparent;
}

.fp-proof-grid article:first-child {
  padding-left: 0;
  border-left: 0;
}

.fp-proof-grid h3 {
  font-weight: 400;
}

.fp-proof__boundary {
  margin-top: 32px !important;
}

.fp-faq {
  gap: clamp(64px, 10vw, 156px);
}

.fp-related {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: clamp(78px, 9vw, 132px) 0 0;
}

.fp-related__card {
  grid-template-columns: 1.18fr 0.82fr;
  border-radius: 0;
  background: var(--fp-sky);
}

.fp-related__card:hover {
  box-shadow: none;
  transform: none;
}

.fp-related__card figure {
  min-height: clamp(460px, 54vw, 760px);
}

.fp-related__card > div {
  padding: clamp(44px, 7vw, 108px);
}

.fp-related__card h2 {
  font-weight: 400;
}

.fp-cta {
  padding-block: clamp(112px, 13vw, 196px);
  background: var(--fp-navy);
}

.fp-cta::before,
.fp-cta::after {
  display: none;
}

.fp-cta h2 {
  max-width: 14ch;
  font-weight: 400;
}

.fp-footer {
  border-top: 1px solid var(--fp-light-line);
  background: #09232f;
}

/* Motion remains quiet and honours reduced-motion preferences. */

.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 900ms var(--fp-ease);
}

.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-ready .fp-shot.reveal {
  clip-path: inset(0 0 7% 0);
  transform: none;
  transition: opacity 760ms ease, clip-path 1000ms var(--fp-ease);
}

.reveal-ready .fp-shot.reveal.is-visible {
  clip-path: inset(0);
  transform: none;
}

.reveal-ready .fp-shot--offset.reveal,
.reveal-ready .fp-shot--offset.reveal.is-visible {
  transform: none;
}

@media (max-width: 1080px) {
  .fp-section-head,
  .fp-range__intro {
    grid-template-columns: minmax(130px, 0.28fr) minmax(0, 1fr);
  }

  .fp-section-head > p:last-child:not(.fp-kicker),
  .fp-range__intro > p:last-child,
  .fp-range__intro > div:last-child {
    grid-column: 2;
  }

  .fp-story__grid {
    grid-template-columns: 1fr;
  }

  .fp-story__copy,
  .fp-metrics {
    max-width: 860px;
  }

  .fp-chapter > .fp-section-head,
  .fp-hightea__intro,
  .fp-range__intro,
  .fp-range__index {
    width: min(calc(100% - 64px), var(--fp-wrap));
  }

  .fp-gallery {
    grid-auto-rows: clamp(380px, 48vw, 620px);
  }

  .fp-range__mosaic {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-auto-rows: clamp(180px, 31vw, 340px);
  }

  .fp-range-shot:nth-child(1),
  .fp-range-shot:nth-child(2),
  .fp-range-shot:nth-child(3),
  .fp-range-shot:nth-child(4),
  .fp-range-shot:nth-child(5),
  .fp-range-shot:nth-child(6) {
    grid-column: span 4;
    grid-row: span 1;
  }

  .fp-range-shot:nth-child(1),
  .fp-range-shot:nth-child(2) {
    grid-row: span 2;
  }
}

@media (max-width: 820px) {
  .fp-wrap {
    width: min(calc(100% - 40px), var(--fp-wrap));
  }

  .fp-hero__title {
    max-width: 9.5ch;
    font-size: clamp(3.5rem, 11vw, 6.2rem);
  }

  .fp-facts dl {
    grid-template-columns: repeat(2, 1fr);
  }

  .fp-section-head,
  .fp-story .fp-section-head,
  .fp-hightea__intro .fp-section-head,
  .fp-uses .fp-section-head,
  .fp-range__intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .fp-section-head > p:last-child:not(.fp-kicker),
  .fp-hightea__intro .fp-section-head > p:last-child,
  .fp-range__intro > p:last-child,
  .fp-range__intro > div:last-child {
    grid-column: 1;
    margin-top: 10px !important;
  }

  .fp-chapter > .fp-section-head,
  .fp-hightea__intro,
  .fp-range__intro,
  .fp-range__index {
    width: min(calc(100% - 48px), var(--fp-wrap));
  }

  .fp-hightea__intro {
    grid-template-columns: 1fr;
  }

  .fp-hightea__count {
    justify-self: start;
  }

  .fp-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: clamp(390px, 72vw, 600px);
  }

  .fp-shot,
  .fp-shot--wide,
  .fp-chapter--arrival .fp-gallery > .fp-shot:nth-child(3):last-child {
    grid-column: span 1;
  }

  .fp-shot--wide {
    grid-column: span 2;
  }

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

  .fp-range__index > * {
    border-top: 1px solid var(--fp-light-line);
  }

  .fp-range__index > :nth-child(5n + 1) {
    padding-left: clamp(12px, 1.6vw, 24px);
    border-left: 1px solid var(--fp-light-line);
  }

  .fp-range__index > :nth-child(-n + 3) {
    border-top: 0;
  }

  .fp-range__index > :nth-child(3n + 1) {
    padding-left: 0;
    border-left: 0;
  }

  .fp-range__mosaic {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: clamp(190px, 48vw, 330px);
  }

  .fp-range-shot:nth-child(1),
  .fp-range-shot:nth-child(2),
  .fp-range-shot:nth-child(3),
  .fp-range-shot:nth-child(4),
  .fp-range-shot:nth-child(5),
  .fp-range-shot:nth-child(6) {
    grid-column: span 2;
    grid-row: span 1;
  }

  .fp-range-shot:nth-child(1),
  .fp-range-shot:nth-child(2) {
    grid-row: span 2;
  }

  .fp-system-grid,
  .fp-uses__grid,
  .fp-proof-grid {
    grid-template-columns: 1fr;
  }

  .fp-system-grid article,
  .fp-system-grid article:nth-child(2),
  .fp-system-grid article:nth-child(3),
  .fp-proof-grid article,
  .fp-proof-grid article:nth-child(2),
  .fp-proof-grid article:nth-child(3) {
    min-height: 0;
    padding-block: 34px 42px;
    border-top: 1px solid var(--fp-line);
    border-left: 0;
  }

  .fp-system-grid article:first-child,
  .fp-proof-grid article:first-child {
    border-top: 0;
  }

  .fp-system-grid article:first-child,
  .fp-proof-grid article:first-child {
    padding-left: clamp(25px, 3vw, 42px);
  }

  .fp-related__card {
    grid-template-columns: 1fr;
  }

  .fp-related__card figure {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 620px) {
  .fp-wrap {
    width: min(calc(100% - 32px), var(--fp-wrap));
  }

  .fp-hero {
    min-height: max(700px, 100svh);
  }

  .fp-hero__media img {
    object-position: 58% center;
    transform: translate3d(0, var(--fp-hero-shift, 0), 0) scale(1.025);
  }

  .fp-hero__content {
    padding-top: calc(var(--portfolio-header-height, 68px) + 74px);
    padding-bottom: 70px;
  }

  .fp-hero__eyebrow {
    max-width: 32ch;
    margin-bottom: 22px !important;
    font-size: 0.56rem;
  }

  .fp-hero__title {
    max-width: 9.7ch;
    font-size: clamp(3rem, 15vw, 4.8rem);
    line-height: 0.91;
  }

  .fp-hero__lead {
    font-size: 0.88rem;
    line-height: 1.72;
  }

  .fp-facts dl {
    grid-template-columns: 1fr;
  }

  .fp-section {
    padding-block: 86px;
  }

  .fp-section-head h2,
  .fp-range__intro h2 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .fp-story {
    padding-top: 104px;
  }

  .fp-story__copy {
    font-size: 0.9rem;
  }

  .fp-journey {
    grid-template-columns: 1fr;
  }

  .fp-journey article,
  .fp-journey article:nth-child(2),
  .fp-journey article:nth-child(3) {
    min-height: 0;
    border-top: 1px solid var(--fp-line);
    border-left: 0;
  }

  .fp-journey article:first-child {
    border-top: 0;
  }

  .fp-chapter {
    padding-top: 88px;
  }

  .fp-chapter > .fp-section-head,
  .fp-hightea__intro,
  .fp-range__intro,
  .fp-range__index {
    width: min(calc(100% - 32px), var(--fp-wrap));
  }

  .fp-gallery:not(.fp-gallery--hightea) {
    display: block;
  }

  .fp-gallery:not(.fp-gallery--hightea) .fp-shot + .fp-shot {
    margin-top: var(--fp-image-gap);
  }

  .fp-gallery:not(.fp-gallery--hightea) .fp-gallery__button,
  .fp-gallery:not(.fp-gallery--hightea) .fp-shot--wide .fp-gallery__button {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .fp-gallery:not(.fp-gallery--hightea) .fp-shot--wide .fp-gallery__button {
    aspect-ratio: 4 / 3;
  }

  .fp-shot figcaption {
    padding: 46px 14px 13px;
    opacity: 1;
    transform: none;
  }

  .fp-shot figcaption p {
    display: none;
  }

  .fp-hightea {
    padding-block: 76px;
  }

  .fp-gallery--hightea {
    grid-auto-columns: min(82vw, 380px);
    grid-auto-rows: min(116vw, 570px);
    padding-inline: 16px;
    scroll-padding-inline: 16px;
  }

  .fp-range {
    padding-top: 96px;
  }

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

  .fp-range__index > :nth-child(-n + 3) {
    border-top: 1px solid var(--fp-light-line);
  }

  .fp-range__index > :nth-child(-n + 2) {
    border-top: 0;
  }

  .fp-range__index > :nth-child(3n + 1) {
    padding-left: clamp(12px, 1.6vw, 24px);
    border-left: 1px solid var(--fp-light-line);
  }

  .fp-range__index > :nth-child(2n + 1) {
    padding-left: 0;
    border-left: 0;
  }

  .fp-range__mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 62vw;
  }

  .fp-range-shot:nth-child(1),
  .fp-range-shot:nth-child(2),
  .fp-range-shot:nth-child(3),
  .fp-range-shot:nth-child(4),
  .fp-range-shot:nth-child(5),
  .fp-range-shot:nth-child(6) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .fp-range-shot__label {
    padding: 46px 12px 12px;
    font-size: 0.57rem;
  }

  .fp-uses {
    margin-top: 90px;
    padding: 72px 20px;
  }

  .fp-proof-grid article:first-child {
    padding-left: 24px;
  }

  .fp-related {
    padding-top: 62px;
  }

  .fp-related__card figure {
    aspect-ratio: 4 / 3;
  }

  .fp-related__card > div {
    padding: 38px 24px 44px;
  }

  .fp-cta {
    padding-block: 104px;
  }
}

@media (hover: none) {
  .fp-shot figcaption {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fp-hero__media img,
  .fp-gallery__button img,
  .fp-range-shot img,
  .fp-shot,
  .reveal-ready .reveal,
  .reveal-ready .fp-shot.reveal,
  .reveal-ready .fp-shot.reveal.is-visible {
    clip-path: none !important;
    transform: none !important;
  }

  .reveal-ready .reveal,
  .reveal-ready .fp-shot.reveal {
    opacity: 1 !important;
  }
}

@media print {
  .fp-range,
  .fp-chapter,
  .fp-hightea,
  .fp-related,
  .fp-uses {
    width: auto;
    margin-inline: 0;
  }

  .fp-gallery,
  .fp-gallery--hightea,
  .fp-range__mosaic {
    display: grid;
    overflow: visible;
  }

  .fp-shot figcaption {
    position: static;
    padding: 10px 0;
    background: transparent;
    color: var(--fp-ink);
    opacity: 1;
    transform: none;
  }
}
