@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&family=Prata&display=swap";
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --forest: #092621;
  --paper: #f0ebe1;
  --paper2: #e5ded1;
  --ink: #161917;
  --bronze: #b77b50;
  --line: #16191729;
  --cream: #f7f2e8;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
  font-family: Manrope, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button,
a {
  cursor: pointer;
}
em {
  color: var(--bronze);
  font-weight: 400;
}
::selection {
  background: var(--bronze);
  color: #fff;
}
.site-header {
  border-bottom: 1px solid var(--line);
  z-index: 20;
  background: var(--paper);
  grid-template-columns: 270px 1fr 220px;
  align-items: center;
  height: 94px;
  padding: 0 3.5vw;
  display: grid;
  position: relative;
}
.brand img {
  object-fit: contain;
  object-position: left center;
  width: 250px;
  height: 76px;
}
.nav {
  justify-content: center;
  gap: 27px;
  font-size: 10px;
  display: flex;
}
.nav a {
  border-bottom: 1px solid #0000;
  padding: 10px 0;
}
.nav a:hover {
  border-color: var(--bronze);
}
.header-cta {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  justify-content: space-between;
  font-size: 9px;
  display: flex;
}
.menu-button {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  background: 0 0;
  border: 0;
  font-size: 10px;
  display: none;
}
.hero {
  height: calc(100svh - 94px);
  min-height: 760px;
  color: var(--cream);
  padding: 30px 3.5vw 42px;
  position: relative;
  overflow: hidden;
}
.hero-photo {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.hero-shade {
  background:
    linear-gradient(
      90deg,
      #041612f7 0%,
      #041612cc 37%,
      #04161226 72%,
      #04161259 100%
    ),
    linear-gradient(#0000 55%, #04161299);
  position: absolute;
  inset: 0;
}
.hero-meta,
.hero-copy,
.hero-coordinate {
  z-index: 2;
  position: relative;
}
.hero-meta {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #b4c0bb;
  justify-content: space-between;
  font-size: 8px;
  display: flex;
}
.hero-copy {
  max-width: 920px;
  margin-top: 15vh;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #ca9671;
  font-size: 9px;
}
.hero h1,
.section h2,
footer h2 {
  letter-spacing: -0.04em;
  font-family: Prata, serif;
  font-weight: 400;
}
.hero h1 {
  margin: 28px 0;
  font-size: clamp(60px, 7vw, 108px);
  line-height: 0.99;
}
.hero-copy > p:not(.eyebrow) {
  color: #d0d6d2;
  max-width: 590px;
  font-size: 15px;
  line-height: 1.75;
}
.actions {
  align-items: center;
  gap: 30px;
  margin-top: 36px;
  display: flex;
}
.button {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  border: 0;
  justify-content: space-between;
  align-items: center;
  gap: 42px;
  min-height: 56px;
  padding: 0 24px;
  font-size: 9px;
  transition: all 0.25s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 35px #0000002e;
}
.accent {
  background: var(--bronze);
  color: #fff;
}
.dark {
  background: var(--forest);
  color: #fff;
}
.cream {
  background: var(--cream);
  color: var(--forest);
  width: 100%;
}
.text-link {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  border-bottom: 1px solid;
  padding-bottom: 7px;
  font-size: 9px;
}
.hero-coordinate {
  letter-spacing: 0.18em;
  color: #aab7b2;
  font-size: 8px;
  position: absolute;
  bottom: 26px;
  right: 3.5vw;
}
.proof {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1.15fr repeat(3, 1fr);
  display: grid;
}
.proof > div {
  border-right: 1px solid var(--line);
  align-items: end;
  gap: 20px;
  min-height: 175px;
  padding: 34px 2.6vw;
  display: flex;
}
.proof > div:last-child {
  border: 0;
}
.proof .proof-image {
  padding: 0;
  overflow: hidden;
}
.proof-image img {
  object-fit: cover;
  object-position: 70% center;
  filter: saturate(0.7);
  width: 100%;
  height: 175px;
}
.proof strong {
  color: var(--forest);
  font: 400 43px Prata;
}
.proof span {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #71736f;
  font-size: 8px;
  line-height: 1.7;
}
.section {
  padding: 120px 3.5vw;
}
.section-index {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #71736f;
  font-size: 8px;
}
.section-index.light {
  color: #83948e;
}
.section h2 {
  margin: 26px 0;
  font-size: clamp(46px, 5.4vw, 78px);
  line-height: 1.07;
}
.lead {
  color: #676a66;
  font-size: 14px;
  line-height: 1.8;
}
.foundation {
  grid-template-columns: 15% 47% 1fr;
  align-items: start;
  gap: 3vw;
  display: grid;
}
.foundation-copy .lead {
  max-width: 690px;
}
.foundation-stats {
  gap: 40px;
  margin: 42px 0;
  display: flex;
}
.foundation-stats span {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #777;
  flex-direction: column;
  font-size: 8px;
  display: flex;
}
.foundation-stats b {
  color: var(--forest);
  margin-bottom: 5px;
  font: 400 30px Prata;
}
.foundation-photo {
  margin: 110px 0 0;
  position: relative;
}
.foundation-photo img {
  object-fit: cover;
  width: 100%;
  height: 460px;
}
.foundation-photo figcaption,
.flagship-photo figcaption {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #777;
  margin-top: 12px;
  font-size: 8px;
}
.flagship {
  background: var(--forest);
  color: var(--cream);
}
.section-head {
  grid-template-columns: 2fr 1fr;
  align-items: end;
  gap: 5vw;
  margin: 55px 0 70px;
  display: grid;
}
.section-head h2 {
  margin-bottom: 0;
}
.section-head > a {
  justify-self: end;
  margin-bottom: 14px;
}
.flagship-photo {
  margin: 0 0 28px;
}
.flagship-photo img {
  object-fit: cover;
  width: 100%;
  height: min(50vw, 610px);
}
.flagship-photo figcaption {
  color: #81918c;
}
.flagship-grid {
  border-top: 1px solid #ffffff29;
  border-left: 1px solid #ffffff29;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.flag-card {
  border-bottom: 1px solid #ffffff29;
  border-right: 1px solid #ffffff29;
  flex-direction: column;
  min-height: 330px;
  padding: 26px;
  transition: all 0.25s;
  display: flex;
}
.flag-card:hover {
  background: #ffffff0d;
}
.flag-card > span {
  color: #d19a75;
  font-size: 9px;
}
.flag-card h3 {
  margin: 78px 0 18px;
  font: 400 25px/1.25 Prata;
}
.flag-card p {
  color: #aab7b2;
  font-size: 11px;
  line-height: 1.7;
}
.flag-card b {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #d19a75;
  margin-top: auto;
  font-size: 8px;
}
.routes-title,
.books-head {
  grid-template-columns: 2fr 1fr;
  gap: 8vw;
  margin: 62px 0;
  display: grid;
}
.routes-title > p,
.books-head > p {
  color: #70726e;
  align-self: end;
  font-size: 13px;
  line-height: 1.75;
}
.route-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}
.route {
  background: var(--cream);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.route-1 {
  background: var(--forest);
  color: var(--cream);
}
.route-2 {
  background: #d9cbbb;
}
.route-image {
  object-fit: cover;
  width: 100%;
  height: 370px;
  display: block;
}
.route-content {
  padding: 30px;
}
.route-no {
  color: var(--bronze);
  font-size: 9px;
}
.route h3 {
  margin: 40px 0 18px;
  font: 400 48px Prata;
}
.route-content > p {
  color: #747671;
  max-width: 370px;
  min-height: 85px;
  font-size: 11px;
  line-height: 1.7;
}
.route-1 .route-content > p {
  color: #aab7b2;
}
.route ol {
  border-top: 1px solid;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}
.route li {
  border-bottom: 1px solid #78787840;
  grid-template-columns: 28px 1fr;
  padding: 18px 0;
  font-size: 12px;
  line-height: 1.4;
  display: grid;
}
.route li span {
  color: var(--bronze);
  font-size: 8px;
}
.founders {
  color: var(--cream);
  background: #122e29;
}
.founders-head {
  margin: 65px 0 80px;
  padding-left: 15%;
}
.founder-grid {
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-left: 15%;
  display: grid;
}
.founder {
  background: #0a221e;
  border: 1px solid #ffffff24;
  grid-template-columns: 48% 1fr;
  min-height: 550px;
  display: grid;
}
.founder-image {
  background: #183c34;
  position: relative;
  overflow: hidden;
}
.founder-image img {
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.82);
  width: 100%;
  height: 100%;
}
.founder-image span {
  color: #fff;
  font-size: 8px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.founder > div:last-child {
  padding: 35px 28px;
}
.founder h3 {
  margin: 85px 0 15px;
  font: 400 31px Prata;
}
.role {
  color: #d2a17e;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 10px;
  line-height: 1.55;
}
.founder ul {
  margin: 36px 0;
  padding: 0;
  list-style: none;
}
.founder li {
  color: #a9b5b1;
  border-top: 1px solid #ffffff1f;
  padding: 13px 0;
  font-size: 11px;
  line-height: 1.65;
}
.books {
  background: var(--paper2);
}
.book-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}
.book-image {
  background: #d6cec1;
  place-items: center;
  height: 440px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.book-image:after {
  content: "";
  border: 1px solid #0000001f;
  position: absolute;
  inset: 20px;
}
.book-image img {
  object-fit: contain;
  z-index: 1;
  width: 88%;
  height: 88%;
}
.book-image span {
  z-index: 2;
  color: #777;
  font-size: 8px;
  position: absolute;
  top: 25px;
  left: 25px;
}
.book > p {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #777;
  margin-top: 25px;
  font-size: 8px;
}
.book h3 {
  margin: 12px 0 25px;
  font: 400 27px Prata;
}
.book-actions {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  padding-top: 17px;
  display: flex;
}
.book-actions a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6e706c;
  font-size: 8px;
}
.book-actions a:hover {
  color: var(--bronze);
}
.diagnostic {
  background: var(--bronze);
  color: #fff;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  display: grid;
}
.diagnostic h2 {
  margin-top: 60px;
}
.diagnostic h2 em {
  color: #3d271b;
}
.diagnostic .lead {
  color: #ffffffc7;
  max-width: 560px;
}
.diagnostic-copy > img {
  object-fit: cover;
  width: 100%;
  height: 285px;
  margin-top: 38px;
}
.diagnostic form {
  background: var(--cream);
  color: var(--ink);
  align-self: center;
  padding: 48px;
  box-shadow: 0 30px 70px #502d1938;
}
.diagnostic label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #777;
  margin-bottom: 25px;
  font-size: 8px;
  display: block;
}
.diagnostic input,
.diagnostic select {
  border: 0;
  border-bottom: 1px solid var(--line);
  text-transform: none;
  letter-spacing: 0;
  background: 0 0;
  outline: none;
  width: 100%;
  padding: 12px 0;
  font-size: 15px;
  display: block;
}
.diagnostic .consent {
  text-transform: none;
  letter-spacing: 0;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
  display: flex;
}
.diagnostic .consent input {
  width: auto;
}
.success {
  text-align: center;
  padding: 80px 0;
}
.success b {
  color: var(--bronze);
  font-size: 40px;
}
.success h3 {
  font: 400 30px Prata;
}
footer {
  color: var(--cream);
  background: #071e1a;
  padding: 70px 3.5vw 25px;
}
.footer-logo {
  background: #fff;
  padding: 6px 12px;
  display: inline-flex;
}
.footer-claim {
  border-bottom: 1px solid #ffffff26;
  padding: 80px 0 90px 24%;
}
.footer-claim > span {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #899893;
  font-size: 8px;
}
.footer-claim h2 {
  margin: 25px 0;
  font-size: clamp(45px, 6vw, 86px);
  line-height: 1.05;
}
.footer-nav {
  gap: 32px;
  margin-left: 24%;
  padding: 40px 0;
  font-size: 10px;
  display: flex;
}
.footer-bottom {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6e817b;
  border-top: 1px solid #ffffff26;
  justify-content: space-between;
  padding-top: 22px;
  font-size: 8px;
  display: flex;
}
@media (width<=1000px) {
  .site-header {
    grid-template-columns: 1fr auto;
    height: 78px;
  }
  .header-cta {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .nav {
    background: var(--paper);
    flex-direction: column;
    padding: 30px;
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
  }
  .nav.open {
    display: flex;
  }
  .hero {
    height: auto;
    min-height: 760px;
  }
  .proof {
    grid-template-columns: 1fr 1fr;
  }
  .proof > div {
    border-bottom: 1px solid var(--line);
    min-height: 150px;
  }
  .proof .proof-image {
    grid-column: 1/3;
  }
  .proof-image img {
    height: 240px;
  }
  .foundation {
    grid-template-columns: 1fr;
  }
  .foundation-photo {
    margin: 40px 0 0;
  }
  .foundation-photo img {
    height: 520px;
  }
  .flagship-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .founders-head,
  .founder-grid {
    margin-left: 0;
    padding-left: 0;
  }
  .founder {
    grid-template-columns: 1fr;
  }
  .founder-image {
    height: 520px;
  }
  .book-image {
    height: 360px;
  }
}
@media (width<=650px) {
  .site-header {
    padding: 0 20px;
  }
  .brand img {
    width: 160px;
    height: 58px;
  }
  .hero {
    min-height: 700px;
    padding: 25px 20px 35px;
  }
  .hero-photo {
    object-position: 64% center;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #041612f2, #04161273),
      linear-gradient(#0000, #041612bf);
  }
  .hero h1 {
    font-size: 47px;
  }
  .hero-copy {
    margin-top: 13vh;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .section {
    padding: 78px 20px;
  }
  .section h2 {
    font-size: 39px;
  }
  .foundation-stats {
    gap: 22px;
  }
  .foundation-visual {
    display: none;
  }
  .section-head,
  .routes-title,
  .books-head {
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 45px 0;
  }
  .section-head > a {
    justify-self: start;
  }
  .flagship-grid,
  .route-grid,
  .founder-grid,
  .book-grid {
    grid-template-columns: 1fr;
  }
  .flag-card {
    min-height: 280px;
  }
  .route {
    min-height: auto;
  }
  .founder {
    min-height: 0;
  }
  .founder-image {
    height: 470px;
  }
  .book-image {
    height: 410px;
  }
  .diagnostic {
    grid-template-columns: 1fr;
  }
  .diagnostic form {
    padding: 30px 20px;
  }
  .footer-claim {
    padding: 60px 0;
  }
  .footer-claim h2 {
    font-size: 41px;
  }
  .footer-nav {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    display: grid;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button,
  .flag-card {
    transition: none;
  }
}
.detail {
  background: var(--paper);
  min-height: 100vh;
}
.detail header {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  height: 94px;
  padding: 0 3.5vw;
  display: flex;
}
.detail header img {
  object-fit: contain;
  object-position: left center;
  width: 250px;
  height: 76px;
}
.detail header > a:last-child {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 9px;
}
.detail-hero {
  grid-template-columns: 1.3fr 0.7fr;
  align-items: center;
  gap: 9vw;
  min-height: 680px;
  padding: 80px 8vw;
  display: grid;
}
.detail-hero > div:first-child > p,
.book-hero > div:last-child > p:first-child,
.flag-hero > p,
.book-order > p {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--bronze);
  font-size: 9px;
}
.detail h1 {
  letter-spacing: -0.045em;
  margin: 25px 0;
  font: 400 clamp(48px, 6vw, 88px)/1.05 Prata;
}
.detail-hero > div:first-child > span,
.book-hero > div:last-child > span,
.flag-hero > span {
  color: #686b67;
  max-width: 700px;
  font-size: 15px;
  line-height: 1.8;
  display: block;
}
.detail-button,
.outline-button {
  background: var(--forest);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  align-items: center;
  min-height: 56px;
  margin-top: 38px;
  padding: 0 24px;
  font-size: 9px;
  display: inline-flex;
}
.outline-button {
  color: var(--forest);
  border: 1px solid var(--forest);
  background: 0 0;
}
.detail-orbit {
  aspect-ratio: 1;
  border: 1px solid var(--line);
  background: radial-gradient(circle, #b77b502e, #0000 60%);
  border-radius: 50%;
  place-items: center;
  display: grid;
  position: relative;
}
.detail-orbit:before,
.detail-orbit:after {
  content: "";
  border: 1px solid var(--line);
  border-radius: 50%;
  position: absolute;
  inset: 14%;
}
.detail-orbit:after {
  inset: 29%;
}
.detail-orbit b {
  font: 400 28px Prata;
}
.detail-hero > img {
  object-fit: contain;
  width: 100%;
  max-height: 560px;
}
.detail-body {
  background: var(--forest);
  color: var(--cream);
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10vw;
  padding: 100px 8vw;
  display: grid;
}
.detail-body > div > p {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #d09a75;
  font-size: 9px;
}
.detail-body h2,
.book-order h2 {
  margin: 25px 0;
  font: 400 clamp(38px, 4.5vw, 66px)/1.1 Prata;
}
.detail-body ol {
  border-top: 1px solid #ffffff2e;
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail-body li {
  border-bottom: 1px solid #ffffff2e;
  padding: 22px 0;
  font-size: 14px;
}
.detail-body li span {
  color: #d09a75;
  width: 48px;
  font-size: 8px;
  display: inline-block;
}
.detail footer {
  color: #9aa8a3;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: #061d19;
  justify-content: space-between;
  padding: 30px 3.5vw;
  font-size: 9px;
  display: flex;
}
.book-hero {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 9vw;
  min-height: 760px;
  padding: 70px 10vw;
  display: grid;
}
.book-cover {
  border: 1px solid var(--line);
  background: #dbd2c5;
  place-items: center;
  height: 600px;
  display: grid;
}
.book-cover img {
  object-fit: contain;
  width: 90%;
  height: 90%;
}
.book-about {
  max-width: 650px;
  margin-top: 30px;
  line-height: 1.8;
  color: #696c68 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 13px !important;
}
.detail-actions {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}
.book-order {
  background: var(--paper2);
  padding: 100px 15vw;
}
.book-order > span {
  color: #6b6e69;
  max-width: 680px;
  font-size: 14px;
  line-height: 1.8;
  display: block;
}
.flag-hero {
  background: var(--forest);
  color: var(--cream);
  padding: 110px 10vw;
}
.flag-hero h1 {
  max-width: 1100px;
}
.flag-hero > span {
  color: #abb7b3;
}
.flag-hero .detail-button {
  background: var(--bronze);
}
.flag-steps {
  padding: 60px 8vw 110px;
}
.flag-steps > a {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  min-height: 150px;
  transition: all 0.2s;
  display: grid;
}
.flag-steps > a:hover {
  padding-left: 15px;
}
.flag-steps span {
  color: var(--bronze);
  font-size: 9px;
}
.flag-steps h2 {
  font: 400 clamp(24px, 3vw, 43px) Prata;
}
.flag-steps b {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #747671;
  font-size: 8px;
}
@media (width<=700px) {
  .detail header {
    height: 78px;
    padding: 0 20px;
  }
  .detail header img {
    width: 155px;
    height: 58px;
  }
  .detail-hero,
  .book-hero,
  .detail-body {
    grid-template-columns: 1fr;
    padding: 65px 20px;
  }
  .detail-hero {
    min-height: auto;
  }
  .detail-hero > img {
    order: -1;
    max-height: 380px;
  }
  .detail-orbit {
    display: none;
  }
  .detail h1 {
    font-size: 45px;
  }
  .book-cover {
    height: 430px;
  }
  .book-order {
    padding: 70px 20px;
  }
  .flag-hero {
    padding: 75px 20px;
  }
  .flag-steps {
    padding: 35px 20px 75px;
  }
  .flag-steps > a {
    grid-template-columns: 38px 1fr;
  }
  .flag-steps b {
    display: none;
  }
  .detail footer {
    flex-direction: column;
    gap: 20px;
    padding: 25px 20px;
  }
}

@media (width<=650px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
  .site-header {
    height: 72px;
    padding: 0 16px;
  }
  .brand img {
    width: 148px;
    height: 54px;
  }
  .nav {
    top: 72px;
    max-height: calc(100svh - 72px);
    overflow: auto;
  }
  .hero {
    height: calc(100svh - 72px);
    min-height: 620px;
    padding: 22px 16px 30px;
  }
  .hero-meta span:last-child,
  .hero-coordinate {
    display: none;
  }
  .hero-copy {
    margin-top: 10vh;
  }
  .hero h1 {
    font-size: clamp(39px, 12.5vw, 54px);
    line-height: 1.02;
  }
  .hero-copy > p:not(.eyebrow) {
    max-width: 92%;
    font-size: 13px;
    line-height: 1.65;
  }
  .actions {
    gap: 20px;
    margin-top: 28px;
  }
  .button {
    width: 100%;
    min-height: 54px;
  }
  .proof {
    grid-template-columns: 1fr;
  }
  .proof .proof-image {
    grid-column: auto;
  }
  .proof-image img {
    height: 220px;
  }
  .proof > div {
    min-height: 118px;
    padding: 25px 20px;
  }
  .section {
    padding: 68px 18px;
  }
  .section h2 {
    font-size: clamp(35px, 10.5vw, 43px);
  }
  .foundation-stats {
    flex-wrap: wrap;
    gap: 20px 28px;
  }
  .foundation-photo img {
    height: 290px;
  }
  .flagship-photo img {
    height: 240px;
  }
  .flag-card {
    min-height: 250px;
    padding: 24px 20px;
  }
  .flag-card h3 {
    margin-top: 54px;
    font-size: 23px;
  }
  .route-image {
    height: 285px;
  }
  .route-content {
    padding: 26px 20px;
  }
  .route h3 {
    margin-top: 32px;
    font-size: 42px;
  }
  .route-content > p {
    min-height: 0;
  }
  .founder-image {
    height: 390px;
  }
  .founder > div:last-child {
    padding: 26px 20px;
  }
  .founder h3 {
    margin-top: 34px;
  }
  .book-image {
    height: 345px;
  }
  .book-actions {
    flex-wrap: wrap;
    gap: 16px;
  }
  .diagnostic-copy > img {
    height: 220px;
  }
  .diagnostic form {
    padding: 28px 18px;
  }
  .footer-logo {
    max-width: 210px;
  }
  .footer-logo img {
    width: 100%;
    height: auto;
  }
  .footer-nav {
    gap: 20px;
  }
  .detail header {
    height: 72px;
    padding: 0 16px;
  }
  .detail header img {
    width: 145px;
    height: 54px;
  }
  .detail header > a:last-child {
    max-width: 120px;
    font-size: 8px;
    letter-spacing: 0.08em;
    text-align: right;
  }
  .detail-hero,
  .book-hero,
  .detail-body {
    padding: 52px 18px;
  }
  .detail h1 {
    font-size: clamp(38px, 11vw, 48px);
  }
  .detail-hero > img {
    max-height: 320px;
  }
  .book-cover {
    height: 350px;
  }
  .book-order {
    padding: 60px 18px;
  }
  .flag-hero {
    padding: 64px 18px;
  }
  .flag-steps {
    padding: 28px 18px 62px;
  }
  .flag-steps > a {
    min-height: 120px;
  }
}


/* Project-wide fixes and media sections. */
.hero { isolation:isolate; position:relative; height:auto !important; min-height:calc(100svh - 94px); padding-bottom:110px; overflow:hidden; margin:0; }
.hero-picture { position:absolute; inset:0; z-index:0; display:block; overflow:hidden; }
.hero-picture .hero-photo { position:absolute; inset:0; }
.hero-shade { z-index:1; }
.hero + .proof { margin:0; border-top:0; }
.proof { position:relative; z-index:2; clear:both; background:var(--paper); transform:none; }
.proof-image { position:relative; isolation:isolate; }
.footer-logo { background:transparent; padding:0; }
.footer-logo img, .detail-footer-logo img { filter:brightness(0) invert(1); }
.detail-footer-logo { display:inline-flex; margin-right:auto; }
.detail-footer-logo img { width:190px; height:auto; }
.detail footer { align-items:center; gap:28px; }
.nowrap { white-space:nowrap; }
.diagnostic-title-small { display:block; margin-top:9px; font:400 .42em/1.2 Prata,serif; letter-spacing:.02em; color:#fff; }
.diagnostic-steps { padding-top:103px; display:flex; justify-content:flex-end; align-items:flex-start; }
.diagnostic-flow { display:grid; grid-template-columns:1fr; gap:14px; width:clamp(248px,20.9vw,286px); margin-left:auto; }
.diagnostic-step { aspect-ratio:1/1; display:flex; flex-direction:column; justify-content:center; background:#0a2721; border:1px solid #ffffff26; padding:24px 22px; }
.diagnostic-step span { color:#ca9671; font-size:10px; letter-spacing:.16em; }
.diagnostic-step h3 { margin:14px 0 8px; font:400 24px/1.22 Prata,serif; }
.diagnostic-step p { color:#b8c2be; font-size:12.5px; line-height:1.55; }
.diagnostic-step .button { padding:12px 15px; font-size:9px; }
.diagnostic-step.is-next { opacity:.72; }
.media-section { padding:95px 0 105px; overflow:hidden; background:var(--paper); }
.media-section.dark-media { color:var(--cream); background:var(--forest); }
.media-head { display:flex; justify-content:space-between; align-items:end; gap:40px; padding:0 3.5vw 38px; }
.media-head h2 { max-width:900px; margin:16px 0 0; font:400 clamp(40px,5vw,72px)/1.06 Prata,serif; letter-spacing:-.04em; }
.media-head h2 em { color:var(--bronze); }
.carousel-controls { display:flex; gap:8px; flex:none; }
.carousel-controls button { width:48px; height:48px; border:1px solid currentColor; border-radius:50%; color:inherit; background:transparent; cursor:pointer; font-size:19px; }
.media-track { display:grid; grid-auto-flow:column; grid-auto-columns:minmax(330px,36vw); gap:18px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; padding:0 3.5vw 18px; overscroll-behavior-inline:contain; }
.media-track::-webkit-scrollbar { display:none; }
.media-card { min-width:0; border:1px solid var(--line); background:#f7f3eb; scroll-snap-align:start; overflow:hidden; }
.dark-media .media-card { border-color:#ffffff26; background:#0a2721; }
.dark-media .media-card-body { color:var(--cream); }
.media-card img { width:100%; height:300px; object-fit:cover; display:block; }
.media-card-body { padding:26px; }
.media-card-kicker { text-transform:uppercase; letter-spacing:.16em; color:var(--bronze); font-size:8px; }
.media-card h3 { margin:16px 0 12px; font:400 27px/1.25 Prata,serif; }
.media-card p { color:#70736e; font-size:13px; line-height:1.7; }
.dark-media .media-card p { color:#d0d8d5; }
.dark-media .media-card h3, .dark-media .media-card-link { color:var(--cream); }
.media-card-link { display:inline-flex; margin-top:18px; border-bottom:1px solid; padding-bottom:6px; text-transform:uppercase; letter-spacing:.12em; font-size:8px; }
.case-result { min-height:70px; color:var(--ink) !important; font:400 21px/1.4 Prata,serif !important; }
.dark-media .case-result { color:var(--cream) !important; }
.video-card { background:#071e1a; }
.video-frame { position:relative; aspect-ratio:16/9; background:#020b09; }
.video-frame iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.video-frame > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.55; }
.video-launch { position:absolute; inset:0; width:100%; border:0; color:#fff; background:linear-gradient(to top,#071e1ae8 0%,#071e1a66 42%,transparent 76%); cursor:pointer; padding:24px; text-align:left; font:400 18px/1.35 Prata,serif; }
.video-launch span { position:absolute; left:24px; right:82px; bottom:22px; text-shadow:0 2px 10px #000; }
.video-launch::after { content:'▶'; position:absolute; right:24px; bottom:20px; width:48px; height:48px; display:grid; place-items:center; border:1px solid #ffffff80; border-radius:50%; font:14px Inter,sans-serif; }
.positioning { padding-top:90px; padding-bottom:100px; color:var(--cream); background:linear-gradient(135deg,#0d3029 0%,#071e1a 62%,#102b25 100%); }
.positioning-head { display:grid; grid-template-columns:1.2fr .8fr; gap:7vw; align-items:end; margin-bottom:42px; }
.positioning-head h2 { margin:18px 0 0; font:400 clamp(43px,5.6vw,78px)/1.05 Prata,serif; letter-spacing:-.04em; }
.positioning-head > p { color:#bdc8c4; font-size:14px; line-height:1.8; }
.positioning-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; background:transparent; }
.positioning-card { min-height:340px; background:#f3eee5; color:var(--ink); padding:30px; border:1px solid #ffffff20; }
.positioning-card span { color:var(--bronze); font-size:9px; letter-spacing:.15em; }
.positioning-card h3 { margin:28px 0 16px; font:400 27px/1.25 Prata,serif; }
.positioning-card p,.positioning-source { color:#70736e; font-size:12px; line-height:1.7; }
.positioning-source { margin-top:24px; color:#9eada7; }
.positioning-graphic { height:92px; margin:24px 0 2px; color:var(--bronze); }
.positioning-graphic svg { width:100%; height:100%; display:block; }
.positioning-graphic .soft { fill:#ca967122; stroke:#ca9671; }
.positioning-graphic .line { fill:none; stroke:#0c332c; stroke-width:2; }
.positioning-graphic .node { fill:#0c332c; }
.events-section { background:#ede6da; color:var(--ink); padding-top:100px; padding-bottom:110px; }
.events-head { display:grid; grid-template-columns:1.1fr .9fr; gap:8vw; align-items:end; }
.events-head h2 { max-width:830px; margin:18px 0 0; font:400 clamp(42px,5.6vw,78px)/1.05 Prata,serif; letter-spacing:-.04em; }
.events-head > p { max-width:520px; color:#6b716d; font-size:14px; line-height:1.8; }
.event-card { display:grid; grid-template-columns:1.16fr .84fr; min-height:480px; margin-top:48px; overflow:hidden; background:var(--forest); color:var(--cream); box-shadow:0 34px 80px #3f332326; }
.event-copy { padding:54px; display:flex; flex-direction:column; align-items:flex-start; }
.event-copy h3 { margin:20px 0; max-width:760px; font:400 clamp(37px,4vw,60px)/1.08 Prata,serif; }
.event-copy p { max-width:620px; color:#b5c0bc; line-height:1.75; }
.event-copy .button { margin-top:auto; }
.event-facts { width:100%; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1px; margin:26px 0 30px; background:#ffffff24; }
.event-fact { min-height:92px; padding:18px; background:#0a2721; }
.event-fact span { display:block; margin-bottom:10px; color:#ca9671; text-transform:uppercase; letter-spacing:.14em; font-size:8px; }
.event-fact strong { display:block; color:var(--cream); font:400 16px/1.45 Prata,serif; }
.event-visual { position:relative; min-height:480px; overflow:hidden; margin:0; background:linear-gradient(160deg,#d8c9b6,#b98866); border-left:1px solid #ffffff20; }
.event-visual::after { content:''; position:absolute; inset:auto 0 0; height:34%; background:linear-gradient(transparent,#071e1a66); pointer-events:none; }
.event-visual img { position:absolute; inset:0; width:100%; height:100%; object-fit:contain; object-position:center bottom; display:block; }
.event-visual figcaption { position:absolute; z-index:1; right:22px; bottom:18px; color:#fff; text-transform:uppercase; letter-spacing:.14em; font-size:8px; }
.social-section { display:grid; grid-template-columns:1fr 1fr; gap:8vw; align-items:center; background:var(--paper); }
.social-section h2 { margin:18px 0 0; font:400 clamp(42px,5vw,70px)/1.05 Prata,serif; }
.social-icons { display:flex; justify-content:flex-end; gap:16px; }
.social-icons a { width:78px; height:78px; display:grid; place-items:center; border:1px solid var(--line); border-radius:50%; transition:.25s ease; }
.social-icons a:hover { transform:translateY(-4px); border-color:var(--bronze); background:#fff; }
.social-icons img { width:30px; height:30px; display:block; }
.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; }
.assistant { position:fixed; right:25px; bottom:22px; z-index:70; }
.assistant-trigger { border:1px solid var(--line); border-radius:30px; background:var(--cream); color:var(--ink); box-shadow:0 8px 30px #00000021; padding:13px 18px; cursor:pointer; font:500 11px Inter,sans-serif; }
.ai-dot { display:inline-block; width:7px; height:7px; margin-right:7px; border-radius:50%; background:var(--bronze); box-shadow:0 0 0 5px #ca967122; }
.assistant-panel { width:360px; margin-bottom:10px; padding:22px; background:var(--cream); color:var(--ink); box-shadow:0 18px 60px #0003; }
.assistant-panel[hidden] { display:none; }
.assistant-head { display:flex; justify-content:space-between; align-items:center; border-bottom:1px solid var(--line); padding-bottom:15px; font-size:12px; }
.assistant-close { border:0; background:none; color:var(--ink); cursor:pointer; font-size:20px; }
.assistant-panel>p { margin:20px 0; font:400 19px/1.45 Prata,serif; }
.assistant-options { display:flex; flex-direction:column; gap:7px; }
.assistant-options a { border:1px solid var(--line); padding:11px 12px; font-size:11px; }
.assistant-options a:hover { border-color:var(--bronze); }
.assistant-panel small { display:block; margin-top:15px; color:#777; font-size:9px; line-height:1.5; }
.confidential { margin-top:12px; color:var(--ink) !important; }
.native-page-visual { margin:34px 0 0; width:min(100%,900px); overflow:hidden; }
.native-page-visual img { width:100%; aspect-ratio:16/9; object-fit:cover; display:block; }
.detail-hero .native-page-visual { grid-column:1/-1; }
.detail-hero .native-page-visual img[src="/book-spheres-transparent.webp"] { object-fit:contain; background:#d6cec1; }
.test-native { margin:38px 0; max-width:980px; }
.test-native img { width:100%; aspect-ratio:16/9; object-fit:cover; display:block; }
.book-grid { grid-template-columns:repeat(4,1fr); }
.book-image { display:flex; align-items:center; justify-content:center; }
.book-image img { width:100%; height:100%; object-fit:contain; }
.book-image img[src="/book-spheres.webp"] { width:100%; height:100%; object-fit:contain; }
@media (max-width:1100px) and (min-width:701px) { .book-grid { grid-template-columns:repeat(2,1fr); } }
.final-contact { display:grid; grid-template-columns:.9fr 1.1fr; gap:8vw; background:var(--paper2); }
.final-contact h2 { margin:24px 0; }
.final-contact-copy p { max-width:580px; color:#6f736f; font-size:14px; line-height:1.8; }
.final-contact form { background:var(--cream); padding:44px; box-shadow:0 30px 70px #4e3b2630; }
.final-contact label { display:block; margin-bottom:24px; text-transform:uppercase; letter-spacing:.12em; color:#777; font-size:8px; }
.final-contact input, .final-contact textarea { display:block; width:100%; border:0; border-bottom:1px solid var(--line); background:transparent; padding:12px 0; outline:0; text-transform:none; letter-spacing:0; font:15px Inter,sans-serif; resize:vertical; }
.final-contact .consent { display:flex; gap:10px; align-items:flex-start; text-transform:none; letter-spacing:0; line-height:1.5; }
.final-contact .consent input { width:auto; margin-top:2px; }
.contact-alternative { display:inline-block; margin-top:20px; border-bottom:1px solid; padding-bottom:6px; text-transform:uppercase; letter-spacing:.12em; font-size:9px; }
.footer-vision { display:grid; grid-template-columns:.65fr 1.35fr; gap:5vw; align-items:center; border-bottom:1px solid #ffffff26; padding:70px 0 80px; }
.footer-vision-copy > span { text-transform:uppercase; letter-spacing:.18em; color:#899893; font-size:8px; }
.footer-vision-copy h2 { margin:24px 0 0; font-size:clamp(43px,5.3vw,78px); line-height:1.05; }
.footer-vision-image { position:relative; margin:0; overflow:hidden; }
.footer-vision-image img { width:100%; aspect-ratio:16/9; object-fit:cover; display:block; }
.vision-label { position:absolute; bottom:18px; padding:10px 14px; background:#071e1ad9; text-transform:uppercase; letter-spacing:.13em; font-size:8px; }
.vision-label.calm { left:18px; }
.vision-label.chaos { right:18px; }
.test-page { min-height:calc(100vh - 94px); background:var(--forest); color:var(--cream); padding:85px 10vw 100px; }
.test-page .eyebrow { margin-bottom:24px; }
.test-page h1 { max-width:980px; margin:0 0 28px; font:400 clamp(46px,6vw,84px)/1.04 Prata,serif; letter-spacing:-.04em; }
.test-page > p { max-width:720px; color:#bdc7c3; font-size:15px; line-height:1.8; }
.test-flow { display:grid; grid-template-columns:repeat(2,1fr); gap:1px; max-width:980px; margin:58px 0 34px; background:#ffffff26; }
.test-card { background:#0a2721; padding:34px; }
.test-card b { color:#ca9671; font-size:10px; letter-spacing:.16em; }
.test-card h2 { margin:22px 0 12px; font:400 28px/1.3 Prata,serif; }
.test-card p { color:#aebbb6; font-size:13px; line-height:1.7; }
@media (max-width:1000px) {
  .hero { min-height:auto; padding-bottom:90px; }
  .hero-copy { margin-bottom:0; }
  .actions { position:relative; flex-wrap:wrap; margin-bottom:0; }
  .positioning-head,.events-head,.event-card { grid-template-columns:1fr; }
  .positioning-grid { grid-template-columns:1fr; }
  .event-visual { min-height:350px; order:-1; border-left:0; border-bottom:1px solid #ffffff20; }
}
@media (max-width:700px) {
  .hero { min-height:auto; padding-bottom:72px; }
  .diagnostic { display:flex; flex-direction:column; }
  .diagnostic-copy { display:flex; flex-direction:column; }
  .diagnostic-steps { padding-top:32px; order:2; }
  .diagnostic-flow, .test-flow { grid-template-columns:1fr; }
  .diagnostic-flow { width:100%; max-width:420px; margin:0 auto; }
  .diagnostic-step { aspect-ratio:1/1; padding:28px 24px; }
  .test-card { padding:28px 20px; }
  .media-section { padding:68px 0 74px; }
  .media-head { align-items:flex-start; padding:0 18px 28px; }
  .media-head h2 { font-size:38px; }
  .carousel-controls { display:none; }
  .media-track { grid-auto-columns:86vw; gap:12px; padding:0 18px 14px; }
  .media-card img { height:245px; }
  .book-grid { grid-template-columns:1fr; gap:42px; }
  .book { min-width:0; }
  .book-image { width:100%; height:min(112vw,410px); }
  .book-image img { max-width:100%; }
  .book-actions { flex-wrap:wrap; gap:14px 22px; }
  .final-contact { grid-template-columns:1fr; gap:36px; }
  .final-contact form { padding:28px 20px; }
  .footer-vision { grid-template-columns:1fr; padding:52px 0 60px; }
  .footer-vision-image { order:-1; }
  .vision-label { font-size:7px; bottom:10px; }
  .vision-label.calm { left:10px; }
  .vision-label.chaos { right:10px; }
  .test-page { min-height:calc(100vh - 72px); padding:62px 20px 80px; }
  .test-page h1 { font-size:clamp(40px,12vw,56px); }
  .detail footer { align-items:flex-start; }
  .detail-footer-logo img { width:160px; }
  .positioning { padding-top:68px; padding-bottom:72px; }
  .positioning-head { margin-bottom:28px; }
  .positioning-card { min-height:260px; padding:28px 22px; }
  .positioning-card h3 { margin-top:22px; }
  .positioning-graphic { height:80px; margin-top:20px; }
  .events-section { padding-top:70px; padding-bottom:74px; }
  .event-copy { padding:28px 22px; }
  .event-visual { min-height:280px; }
  .event-facts { grid-template-columns:1fr; }
  .event-fact { min-height:78px; }
  .social-section { grid-template-columns:1fr; gap:34px; }
  .social-icons { justify-content:flex-start; }
  .social-icons a { width:64px; height:64px; }
  .assistant { right:12px; bottom:12px; }
  .assistant-panel { width:calc(100vw - 24px); }
}
