@font-face { font-family: 'QType Cond'; src: url('https://r.remora.inc/w/fonts/qtype-cond-bold.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'QType Comp'; src: url('https://r.remora.inc/w/fonts/qtype-comp-bold.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'QType Extd'; src: url('https://r.remora.inc/w/fonts/qtype-extd-bold.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'QType Extd'; src: url('https://r.remora.inc/w/fonts/qtype-extd-medium.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'QType Square'; src: url('https://r.remora.inc/w/fonts/qtype-square-light.woff2') format('woff2'); font-weight: 300; font-display: swap; }
@font-face { font-family: 'QType Square'; src: url('https://r.remora.inc/w/fonts/qtype-square-book.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'QType Square'; src: url('https://r.remora.inc/w/fonts/qtype-square-medium.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Meta Serif'; src: url('https://r.remora.inc/w/fonts/meta-serif-light.woff2') format('woff2'); font-weight: 300; font-display: swap; }
@font-face { font-family: 'Meta Serif'; src: url('https://r.remora.inc/w/fonts/meta-serif-book.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Meta Serif'; src: url('https://r.remora.inc/w/fonts/meta-serif-book-italic.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Meta Serif'; src: url('https://r.remora.inc/w/fonts/meta-serif-medium.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Meta Serif'; src: url('https://r.remora.inc/w/fonts/meta-serif-bold.woff2') format('woff2'); font-weight: 700; font-display: swap; }

:root {

  --c-primary: #7A97BF;
  --c-light:   #EDE3D7;
  --c-medium:  #253A4B;
  --c-dark:    #180F14;
  --c-white:   #FFFFFF;
  --c-accent-1: #D6B371;
  --c-accent-2: #8C3A32;

  --c-primary-hover: #6A87B0;
  --c-accent-on-dark: #9AB2D2;
  --c-line: rgba(37, 58, 75, 0.16);
  --c-line-dark: rgba(237, 227, 215, 0.14);
  --c-body: rgba(24, 15, 20, 0.82);
  --c-body-dark: rgba(237, 227, 215, 0.72);

  --f-display: 'QType Cond', 'Arial Narrow', sans-serif;
  --f-comp: 'QType Comp', 'Arial Narrow', sans-serif;
  --f-label: 'QType Extd', 'Arial', sans-serif;
  --f-body: 'Meta Serif', Georgia, serif;

  --fs-h1: clamp(3rem, 7vw, 5.5rem);
  --fs-h2: clamp(2.25rem, 4.5vw, 3.5rem);
  --fs-h3: clamp(1.35rem, 2vw, 1.65rem);
  --fs-body: 1.0625rem;
  --fs-label: 0.8125rem;

  --container: 1320px;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --sec-pad: clamp(4.5rem, 9vw, 8rem);
  --radius: 6px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dur: 0.6s;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: auto;

  font-size: clamp(16px, 1.25vw, 20px);
}
html:root { font-size: clamp(16px, 1.25vw, 20px) !important; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: var(--fs-body);
  line-height: 1.65;
  color: var(--c-body);
  background: var(--c-light);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

h1, h2, h3, h4 {
  font-family: var(--f-display);
  font-weight: 700;
  line-height: 1.05;
  color: var(--c-dark);
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); letter-spacing: 0.02em; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: var(--sec-pad) 0; }
.cta-row { display: flex; gap: 1rem; flex-wrap: wrap; }

.theme-dark { background: var(--c-dark); color: var(--c-body-dark); }
.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4 { color: var(--c-light); }
.theme-medium { background: var(--c-medium); color: var(--c-body-dark); }
.theme-medium h1, .theme-medium h2, .theme-medium h3 { color: var(--c-light); }

.section-header { max-width: 720px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-header .lede {
  margin-top: 0.85rem;
  font-family: var(--f-label);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: none;
}

/* FAQ sections use the full site container; other narrow section content stays unchanged. */
.secpage__narrow:has(#faqAcc) {
  max-width: var(--container);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 1rem 1.9rem;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.btn:hover { transform: none; }
.btn .arrow { transition: transform var(--dur) var(--ease); }
.btn:hover .arrow { transform: translateX(2px); }

.btn--primary {
  position: relative;
  white-space: nowrap;
  background: transparent;
  color: var(--c-primary);
  padding: 0 1.5rem 0 0;
  gap: 0;
  border: none;
  border-radius: 10px;
  min-height: 52px;
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  text-transform: none;
  transition: color var(--dur) var(--ease);
}

.btn--primary::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 52px;
  border-radius: 10px;
  background: var(--c-primary);
  transition: width var(--dur) var(--ease);
}
.btn--primary:hover::before { width: 100%; }
.btn--primary .btn__icon,
.btn--primary .btn__label { position: relative; }
.btn--primary .btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  color: var(--c-white);
  overflow: hidden;
  transition: width var(--dur) var(--ease), margin var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
.btn--primary .btn__icon svg { width: 26px; height: 26px; flex: none; }
.btn--primary .btn__icon--start { margin-right: 1.1rem; }
.btn--primary .btn__icon--end { width: 0; margin-left: 0; opacity: 0; }

.btn--primary:hover {
  color: var(--c-white);
}

.btn--primary-on-dark { color: var(--c-light); }
.btn--primary-on-dark:hover { color: var(--c-white); }

.btn--outline { border-color: var(--c-primary); color: var(--c-primary); background: transparent; }
.btn--outline:hover { color: var(--c-white); }

.btn--light { background: var(--c-light); color: var(--c-dark); }
.btn--light:hover { color: var(--c-white); }

.btn--outline-light { border-color: rgba(237,227,215,0.5); color: var(--c-light); background: transparent; }
.btn--outline-light:hover { color: var(--c-white); }

.btn--link { padding: 0; border: none; background: none; color: var(--c-primary); border-radius: 0; }
.btn--link:hover { transform: none; }

.btn--liquid,
.btn--outline,
.btn--outline-light,
.btn--light { position: relative; z-index: 0; overflow: hidden; }
.btn--liquid::before,
.btn--outline::before,
.btn--outline-light::before,
.btn--light::before {
  content: ''; position: absolute; left: -15%; right: -15%; bottom: -30%; height: 0; z-index: -1;
  background: var(--liquid-fill, var(--c-primary));
  border-radius: 46% 46% 0 0 / 34% 34% 0 0;

  transition: height 1.35s cubic-bezier(0.16, 0.84, 0.32, 1);
}
.btn--liquid:hover::before,
.btn--outline:hover::before,
.btn--outline-light:hover::before,
.btn--light:hover::before { height: 220%; }
.btn--liquid:hover,
.btn--outline:hover,
.btn--outline-light:hover,
.btn--light:hover { color: var(--liquid-text, var(--c-white)); border-color: transparent; }

.btn--liquid, .btn--outline, .btn--outline-light, .btn--light { transition: color 0.9s var(--ease), border-color 0.4s var(--ease); }

.btn:disabled:not(.btn--disabled),
.btn[disabled]:not(.btn--disabled) {
  cursor: not-allowed;
  opacity: 0.4;
}
.btn:disabled:not(.btn--disabled):hover,
.btn[disabled]:not(.btn--disabled):hover { transform: none; }

.btn--disabled {
  position: relative; z-index: 0; overflow: visible;
  min-height: 52px; padding: 0 1.6rem;
  cursor: not-allowed;
  color: rgba(24, 15, 20, 0.5);
  border-color: var(--c-line);
  background: rgba(255, 255, 255, 0.35);
  box-shadow: none;
}
.btn--disabled .btn__label {
  text-transform: none; position: relative; z-index: 1;
}

.btn--disabled::before {
  content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  border-radius: inherit; overflow: hidden;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 60' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='rgba(24,15,20,0.42)' stroke-width='0.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M96 26 L70 10 L52 4'/%3E%3Cpath d='M70 10 L80 8'/%3E%3Cpath d='M100 17 L98 0'/%3E%3Cpath d='M107 25 L140 8 L168 2'/%3E%3Cpath d='M140 8 L150 16'/%3E%3Cpath d='M120 22 L165 20 L200 16'/%3E%3Cpath d='M121 37 L170 42 L200 46'/%3E%3Cpath d='M113 45 L150 58 L162 60'/%3E%3Cpath d='M101 37 L104 60'/%3E%3Cpath d='M95 46 L70 60'/%3E%3Cpath d='M93 36 L50 52 L20 60'/%3E%3Cpath d='M50 52 L40 44'/%3E%3Cpath d='M80 40 L40 40 L0 38'/%3E%3Cpath d='M83 23 L45 14 L8 6'/%3E%3C/g%3E%3Cpath d='M-6 61 L-6 46 C24 42 44 50 66 49 C82 48 90 42 100 42 C110 42 120 50 138 50 C162 51 182 44 206 47 L206 61 Z' fill='rgba(122,151,191,0.72)'/%3E%3Cpath d='M100 17 L107 25 L120 22 L111 30 L121 37 L108 35 L113 45 L101 37 L95 46 L93 36 L80 40 L91 31 L83 23 L96 26 Z' fill='%23EDE3D7' stroke='rgba(24,15,20,0.55)' stroke-width='1' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.btn--disabled::after {
  content: ''; position: absolute; left: 0; right: 0; top: 68%; bottom: -34px; z-index: -1; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 60' preserveAspectRatio='none'%3E%3Cg fill='rgba(122,151,191,0.72)'%3E%3Cpath d='M97 0 C95 12 98 22 100 30 C102 22 105 12 103 0 Z'/%3E%3Cellipse cx='100' cy='37' rx='3.4' ry='4.4'/%3E%3Cellipse cx='100' cy='52' rx='2.6' ry='3.6'/%3E%3Cpath d='M54 0 C53 9 55 15 56 21 C57 15 59 9 58 0 Z'/%3E%3Cellipse cx='56' cy='29' rx='2.6' ry='3.4'/%3E%3Cellipse cx='55' cy='45' rx='2' ry='2.8'/%3E%3Cpath d='M144 0 C143 8 145 14 146 19 C147 14 149 8 148 0 Z'/%3E%3Cellipse cx='146' cy='27' rx='2.4' ry='3.2'/%3E%3Cellipse cx='147' cy='43' rx='1.8' ry='2.6'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.btn--disabled:hover { color: rgba(24, 15, 20, 0.5); border-color: var(--c-line); transform: none; }

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.card {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(24, 15, 20, 0.10);
  border-color: transparent;
}
.card__icon { width: 44px; height: 44px; margin-bottom: 0.5rem; }
.card__icon img { height: 100%; width: auto; }
.card p { font-size: 0.98rem; }
.card .btn--link { margin-top: auto; }

.stat { border-left: 3px solid var(--c-primary); padding-left: 1.5rem; }
.stat__number {
  font-family: var(--f-comp);
  font-weight: 700;
  font-size: clamp(2.75rem, 5vw, 4rem);
  line-height: 1;
  color: var(--c-primary);
}
.theme-dark .stat__number, .theme-medium .stat__number { color: var(--c-accent-on-dark); }
.stat__label {
  font-family: var(--f-label);
  font-weight: 500;
  font-size: var(--fs-label);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 0.6rem;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 0.1s; }
.reveal[data-delay="2"] { transition-delay: 0.2s; }
.reveal[data-delay="3"] { transition-delay: 0.3s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .card { transition: none; }
}

[data-form-fields] { display: contents; }

.wl-drawer { position: fixed; inset: 0; z-index: 300; }
.wl-drawer[hidden] { display: none; }
.wl-drawer__backdrop {
  position: absolute; inset: 0; background: rgba(24, 15, 20, 0.5);
  opacity: 0; cursor: pointer; transition: opacity 0.4s var(--ease);
}
.wl-drawer.is-open .wl-drawer__backdrop { opacity: 1; }
.wl-drawer__panel {
  position: fixed; inset: 0 0 0 auto; width: 85vw; height: 100vh; height: 100dvh;
  overflow-y: auto; -webkit-overflow-scrolling: touch;
  background: var(--c-dark); color: var(--c-light);
  transform: translateX(100%);
  transition: transform var(--dur) var(--ease);
}
.wl-drawer.is-open .wl-drawer__panel { transform: translateX(0); }

.wl-drawer__close {
  position: fixed; top: 1.4rem; right: 1.6rem; z-index: 10;
  height: 2.6rem; padding: 0 0.85rem;
  display: inline-flex; align-items: center; gap: 0.5rem;
  border: none; background: rgba(237, 227, 215, 0.08); color: var(--c-white);
  cursor: pointer; border-radius: 8px;
  opacity: 0;
  transition: opacity var(--dur) var(--ease), color var(--dur) var(--ease), background var(--dur) var(--ease);
}
.wl-drawer.is-open .wl-drawer__close { opacity: 1; }
.wl-drawer__close:hover { color: var(--c-white); background: rgba(237, 227, 215, 0.16); }
.wl-drawer__close-label { font-size: 0.9rem; font-weight: 600; letter-spacing: 0.02em; }
.wl-drawer__close svg { width: 22px; height: 22px; }
.wl-drawer__inner {
  max-width: 1100px; margin: 0 auto;
  padding: clamp(4rem, 9vh, 7rem) var(--gutter) clamp(3rem, 7vh, 5rem);
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start; min-height: 100%;
}
.wl-drawer__title {
  margin: 0.2rem 0 0; font-family: var(--f-body); font-weight: 500;
  font-size: clamp(2rem, 4.5vw, 3.1rem); line-height: 1.08; color: var(--c-light);
}
.wl-drawer__lede {
  margin: 1.3rem 0 0; max-width: 54ch;
  font-family: var(--f-body); font-size: 1rem; line-height: 1.65; color: var(--c-body-dark);
}
.wl-drawer__contact {
  list-style: none; margin: 2rem 0 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 1.75rem 3rem;
}
.wl-drawer__contact-label {
  display: block; font-family: var(--f-body); font-weight: 500; font-size: 0.72rem;
  text-transform: uppercase; letter-spacing: 0.16em; color: var(--c-body-dark); margin-bottom: 0.35rem;
}
.wl-drawer__contact a {
  font-family: var(--f-body); font-size: 1.05rem; color: var(--c-light);
  text-decoration: none; border-bottom: 1px solid rgba(237, 227, 215, 0.28);
  transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.wl-drawer__contact a:hover { color: var(--c-white); border-bottom-color: var(--c-primary); }
.wl-drawer__bbb { margin-top: 2.25rem; display: flex; flex-direction: column; align-items: flex-start; }
.wl-drawer__bbb > a:first-child { display: inline-block; }
.wl-drawer__bbb img { display: block; width: 140px; height: auto; }
.wl-drawer__bbb-link {
  display: inline-block; margin-top: 0.7rem;
  font-family: var(--f-body); font-size: 0.85rem; color: var(--c-body-dark);
  text-decoration: none; border-bottom: 1px solid rgba(237, 227, 215, 0.24);
  transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.wl-drawer__bbb-link:hover { color: var(--c-light); border-bottom-color: var(--c-primary); }

.wl-form { display: flex; flex-direction: column; gap: 1.6rem; }
.wl-form[hidden] { display: none; }
.wl-field { display: flex; flex-direction: column; gap: 0.5rem; min-width: 0; }
.wl-field label {
  font-family: var(--f-body); font-weight: 500; font-size: 0.72rem;
  text-transform: uppercase; letter-spacing: 0.16em; color: var(--c-body-dark);
}
.wl-field input,
.wl-field select {
  width: 100%; appearance: none; -webkit-appearance: none;
  border: none; border-bottom: 1.5px solid rgba(237, 227, 215, 0.3); border-radius: 0;
  background: transparent; padding: 0.55rem 0;
  font-family: var(--f-body); font-size: 1rem; color: var(--c-light);
  transition: border-color var(--dur) var(--ease);
}
.wl-field input::placeholder { color: rgba(237, 227, 215, 0.4); }
.wl-field input:focus,
.wl-field select:focus { outline: none; border-bottom-color: var(--c-primary); }
.wl-field input:user-invalid,
.wl-field select:user-invalid { border-bottom-color: var(--c-accent-2); }

.wl-field select {
  padding-right: 1.75rem; cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23EDE3D7' stroke-opacity='0.55' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat; background-position: right 0.1rem center; background-size: 16px 16px;
}
.wl-field select option { color: var(--c-dark); }
.wl-form__submit { align-self: start; margin-top: 0.4rem; }
.wl-form__submit .btn__label { font-family: var(--f-body); }
.wl-form__fine {
  margin: 0.4rem 0 0; font-style: italic; font-size: 0.78rem; line-height: 1.55;
  color: var(--c-body-dark); font-family: var(--f-body);
}
.wl-form__done[hidden] { display: none; }
.wl-form__done-title {
  margin: 0.4rem 0 0; font-family: var(--f-body); font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.12; color: var(--c-light);
}
.wl-form__done-body {
  margin: 0.85rem 0 0; font-family: var(--f-body); line-height: 1.6; color: var(--c-body-dark);
}
@media (max-width: 880px) {
  .wl-drawer__inner { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  .wl-drawer__panel, .wl-drawer__backdrop { transition: none; }
}

.tgl-slide { position: relative; isolation: isolate; }
.tgl-slide__thumb {
  position: absolute; top: 0; left: 0; z-index: 0;
  background: var(--c-primary); border-radius: 999px;
  transition: transform 0.42s var(--ease), width 0.42s var(--ease), height 0.42s var(--ease);
  pointer-events: none;
}
.tgl-slide [role="tab"] {
  position: relative; z-index: 1;
  background: transparent !important;
  transition: color 0.42s var(--ease) !important;
}
@media (prefers-reduced-motion: reduce) {
  .tgl-slide__thumb { transition: none; }
}

/* Remora portal template extensions.
   The templates reuse the site-wide section, container, section-header,
   button, card, stat, reveal, theme, page-hero, and waitlist CTA systems. */

.section.pt-space--compact { padding: clamp(3rem, 6vw, 5rem) 0; }
.section.pt-space--large { padding: clamp(6rem, 12vw, 11rem) 0; }

.pt-bg--white { background: var(--c-white); color: var(--c-body); }
.pt-bg--primary { background: var(--c-primary); color: rgba(255,255,255,0.86); }
.pt-bg--primary h1,
.pt-bg--primary h2,
.pt-bg--primary h3,
.pt-bg--primary h4 { color: var(--c-light); }

.pt-narrow { max-width: 820px; }

.pt-intro__inner { max-width: 60rem; }
.pt-intro__title {
  font-family: var(--f-body);
  font-weight: 500;
  text-transform: none;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  line-height: 1.12;
  color: var(--c-dark);
}
.pt-intro__lead {
  margin-top: 1.35rem;
  max-width: 62ch;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.65;
}
.theme-dark .pt-intro__title,
.theme-medium .pt-intro__title,
.pt-bg--primary .pt-intro__title { color: var(--c-light); }
.theme-dark .pt-intro__lead,
.theme-medium .pt-intro__lead,
.pt-bg--primary .pt-intro__lead { color: var(--c-body-dark); }

.pt-section-body {
  max-width: 72ch;
  margin-top: 1.25rem;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.65;
}
.theme-dark .pt-section-body,
.theme-medium .pt-section-body,
.pt-bg--primary .pt-section-body { color: var(--c-body-dark); }

.pt-section-actions { margin-top: 2rem; }

.pt-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}
.pt-split__title {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -0.01em;
}
.pt-split__text {
  max-width: 60ch;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.65;
}

.pt-copy { max-width: 68ch; line-height: 1.7; }
.pt-copy > * + * { margin-top: 1rem; }
.pt-copy ul { list-style: disc; padding-left: 1.25rem; }
.pt-copy ol { padding-left: 1.25rem; }
.pt-copy a {
  color: var(--c-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.theme-dark .pt-copy a,
.theme-medium .pt-copy a,
.pt-bg--primary .pt-copy a { color: var(--c-accent-1); }

.pt-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}
.pt-grid--1 { grid-template-columns: minmax(0, 1fr); }
.pt-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pt-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pt-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pt-grid--wide-left { grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr); }
.pt-grid--wide-right { grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr); }
.pt-grid--center { align-items: center; }
.pt-grid--top { align-items: start; }

.theme-dark .pt-grid .card,
.theme-medium .pt-grid .card,
.pt-bg--primary .pt-grid .card {
  background: var(--c-white);
  border-color: var(--c-line);
  color: var(--c-body);
}
.theme-dark .pt-grid .card h3,
.theme-medium .pt-grid .card h3,
.pt-bg--primary .pt-grid .card h3 { color: var(--c-dark); }

.pt-media {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(37,58,75,0.1);
}
.pt-media img,
.pt-media video,
.pt-media iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
.pt-media--natural img { height: auto; object-fit: contain; }
.pt-media--landscape { aspect-ratio: 16 / 10; }
.pt-media--wide { aspect-ratio: 16 / 7; }
.pt-media--square { aspect-ratio: 1; }
.pt-media--portrait { aspect-ratio: 4 / 5; }
.pt-caption { margin-top: 0.75rem; font-size: 0.95rem; line-height: 1.55; }

.pt-image-split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
}
.pt-image-split--reverse { grid-template-columns: 1.15fr 0.85fr; }
.pt-image-split--reverse .pt-image-split__media { order: 2; }
.pt-image-split--reverse .pt-image-split__content { order: 1; }
.pt-image-split__title {
  font-family: var(--f-body);
  font-weight: 500;
  text-transform: none;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  line-height: 1.12;
  letter-spacing: 0;
}
.pt-image-split__text {
  margin-top: 1.25rem;
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.65;
}
.pt-image-split__actions { margin-top: 2rem; }

.pt-faq { border-bottom: 1px solid var(--c-line); }
.pt-faq details { border-top: 1px solid var(--c-line); }
.pt-faq summary {
  position: relative;
  padding: clamp(1.1rem, 2.6vh, 1.6rem) 3rem clamp(1.1rem, 2.6vh, 1.6rem) 0;
  color: var(--c-dark);
  font-family: var(--f-body);
  font-weight: 500;
  text-transform: none;
  font-size: clamp(1.15rem, 1.9vw, 1.45rem);
  line-height: 1.2;
  list-style: none;
  cursor: pointer;
}
.pt-faq summary::-webkit-details-marker { display: none; }
.pt-faq summary:hover { color: var(--c-primary); }
.pt-faq summary::before,
.pt-faq summary::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background: var(--c-primary);
}
.pt-faq summary::after {
  transform: rotate(90deg);
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.pt-faq details[open] summary::after { opacity: 0; transform: rotate(90deg) scaleX(0); }
.pt-faq__answer {
  max-width: 72ch;
  padding: 0 3rem clamp(1.3rem, 3vh, 1.9rem) 0;
  font-size: clamp(0.98rem, 1.35vw, 1.08rem);
  line-height: 1.65;
}
.pt-faq__answer > * + * { margin-top: 1rem; }

.pt-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--c-line);
  border-radius: 12px;
  -webkit-overflow-scrolling: touch;
}
.pt-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  text-align: left;
}
.pt-table th,
.pt-table td {
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid var(--c-line);
  vertical-align: top;
}
.pt-table th {
  font-family: var(--f-label);
  font-size: var(--fs-label);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.pt-table tbody tr:last-child td { border-bottom: 0; }
.pt-table tbody tr:nth-child(even) { background: rgba(122,151,191,0.07); }

.pt-logo-label {
  text-align: center;
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--c-medium);
}
.pt-logo-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
  margin-top: clamp(1.75rem, 3.5vw, 2.75rem);
}
.pt-logo-row img {
  height: clamp(30px, 3.6vw, 46px);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.pt-quote { max-width: 60rem; }
.pt-quote blockquote {
  font-family: var(--f-body);
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  font-weight: 500;
  line-height: 1.12;
}
.pt-quote cite {
  display: block;
  margin-top: 1.35rem;
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  color: var(--c-body);
}

.pt-join-actions { justify-content: center; margin-top: clamp(2.25rem, 5vw, 3.5rem); }
.pt-divider { width: 100%; border: 0; border-top: 1px solid var(--c-line); }

@media (max-width: 960px) {
  .pt-image-split,
  .pt-image-split--reverse { grid-template-columns: 1fr; }
  .pt-image-split--reverse .pt-image-split__media,
  .pt-image-split--reverse .pt-image-split__content { order: initial; }
}

@media (max-width: 860px) {
  .pt-split { grid-template-columns: 1fr; gap: clamp(1rem, 5vw, 1.75rem); }
  .pt-grid--3,
  .pt-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .pt-grid--2,
  .pt-grid--3,
  .pt-grid--4,
  .pt-grid--wide-left,
  .pt-grid--wide-right { grid-template-columns: 1fr; }
  .pt-logo-row { flex-wrap: wrap; gap: 1.5rem 2rem; }
}
html.remora-loading {
  overflow: hidden;
  overscroll-behavior: none;
}
html.remora-loading body {
  visibility: hidden;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}
html.remora-loaded body { animation: remoraContentIn 0.36s ease both; }
.remora-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  visibility: visible;
  background: #180f14;
  opacity: 1;
  transition: opacity 0.36s ease, visibility 0.36s ease;
}
.remora-loader.is-leaving { opacity: 0; visibility: hidden; pointer-events: none; }
.remora-loader > .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.remora-loader__scene { width: 76px; height: 76px; perspective: 540px; }
.remora-loader__cube {
  position: relative;
  width: 76px;
  height: 76px;
  transform-style: preserve-3d;
  transform: rotateX(-24deg) rotateY(36deg);
  animation:
    remoraCubeSolve 1.2s cubic-bezier(.55, .12, .35, .9) both,
    remoraCubeSolved 2.4s ease-in-out 1.2s infinite;
}
.remora-loader__face {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  padding: 3px;
  background: #180f14;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 4px;
  box-shadow: 0 14px 38px rgba(0,0,0,.34);
  backface-visibility: hidden;
}
.remora-loader__face i {
  display: block;
  background: var(--tile);
  border-radius: 2px;
  transform: scale(.82);
  transition: background-color .14s steps(1, end), transform .14s ease;
}
.remora-loader__face i.is-solved { background: var(--solved); transform: scale(1); }
.remora-loader__face--front { transform: translateZ(38px); }
.remora-loader__face--back { transform: rotateY(180deg) translateZ(38px); }
.remora-loader__face--right { transform: rotateY(90deg) translateZ(38px); }
.remora-loader__face--left { transform: rotateY(-90deg) translateZ(38px); }
.remora-loader__face--top { transform: rotateX(90deg) translateZ(38px); }
.remora-loader__face--bottom { transform: rotateX(-90deg) translateZ(38px); }
@keyframes remoraCubeSolve {
  0% { transform: rotateX(-24deg) rotateY(36deg) scale(.92); }
  18% { transform: rotateX(-24deg) rotateY(126deg) scale(1); }
  36% { transform: rotateX(66deg) rotateY(126deg) scale(.96); }
  54% { transform: rotateX(66deg) rotateY(216deg) scale(1); }
  72% { transform: rotateX(-24deg) rotateY(306deg) scale(.96); }
  88% { transform: rotateX(-24deg) rotateY(396deg) scale(1.04); }
  100% { transform: rotateX(-24deg) rotateY(396deg) scale(1); }
}
@keyframes remoraCubeSolved {
  0%, 100% { transform: rotateX(-24deg) rotateY(396deg) translateY(0); }
  50% { transform: rotateX(-20deg) rotateY(406deg) translateY(-5px); }
}
@keyframes remoraContentIn { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .remora-loader__cube { animation: none; }
  .remora-loader__face i { transition: none; background: var(--solved); transform: scale(1); }
  .remora-loader, html.remora-loaded body { transition: none; animation: none; }
}
