:root {
  --navy: #07131d;
  --navy-2: #0b1d2a;
  --navy-3: #102938;
  --gold: #c9a55f;
  --gold-light: #f0dca9;
  --paper: #f3eee3;
  --silver: #8d9ba6;
  --line: rgba(201,165,95,.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: #e9edf0; background: var(--navy); font-family: "Helvetica Neue", Arial, sans-serif; }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.skip-link {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 99;
  padding: 12px 18px;
  color: var(--navy);
  background: var(--gold-light);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-220%);
  transition: transform 160ms ease, opacity 160ms ease;
}
.skip-link:focus {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  min-height: 92px;
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 18px clamp(20px, 4vw, 70px);
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(#06131df0, #06131d50);
}
.brand {
  display: flex;
  width: 238px;
  height: 74px;
  align-items: center;
}
.brand img {
  display: block;
  width: 100%;
  max-height: 70px;
  object-fit: contain;
  object-position: left center;
}
header nav { display: flex; justify-content: center; gap: 34px; }
header nav a {
  position: relative;
  padding-block: 10px;
  color: #aab5bd;
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .3s ease;
}
header nav a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
  opacity: 0;
  transform: scaleX(.2);
  transition: opacity .3s ease, transform .3s ease;
}
header nav a:hover,
header nav a.is-active { color: var(--gold-light); }
header nav a.is-active:after { opacity: 1; transform: scaleX(1); }
.owner-status { padding-left: 18px; border-left: 1px solid #725f3a; text-align: right; }
.owner-status span { display: block; color: #778791; font-size: .62rem; text-transform: uppercase; }
.owner-status b { display: block; margin-top: 4px; color: var(--gold-light); font-family: Georgia, serif; font-size: .78rem; letter-spacing: .11em; }
.reveal {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(380px, .72fr) minmax(0, 1.28fr);
  align-items: stretch;
  background: radial-gradient(circle at 23% 43%, rgba(169,131,66,.16), transparent 34%), var(--navy);
}
.reveal-copy { position: relative; z-index: 2; display: grid; align-content: center; padding: 150px 4vw 85px clamp(22px, 6vw, 110px); }
.eyebrow, .section-heading > span, .panel-head > span, .review-card > span, .build-board aside > span {
  color: var(--gold);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.reveal h1 { margin: 18px 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 5.7vw, 6.6rem); font-weight: 400; line-height: .95; letter-spacing: -.05em; }
.reveal h1 em { color: var(--gold-light); font-weight: 400; }
.reveal-copy > p { max-width: 630px; margin: 0; color: #96a4ae; font-family: Georgia, serif; font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.65; }
.reveal dl { display: flex; gap: 0; margin: 42px 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reveal dl div { min-width: 150px; padding: 15px 24px 15px 0; margin-right: 24px; border-right: 1px solid var(--line); }
.reveal dl div:last-child { border-right: 0; }
.reveal dt { color: #788994; font-size: .6rem; text-transform: uppercase; }
.reveal dd { margin: 7px 0 0; color: var(--paper); font-family: Georgia, serif; font-size: 1.15rem; }
.reveal figure { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.reveal figure:before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--navy), transparent 33%), linear-gradient(0deg, var(--navy), transparent 25%); }
.reveal figure img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; filter: saturate(.72) contrast(1.12) brightness(.76); }
.reveal figcaption { position: absolute; right: 30px; bottom: 26px; z-index: 2; color: #b7c0c5; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }

.prototype-proof {
  position: relative;
  overflow: hidden;
  padding: clamp(68px, 7vw, 116px) clamp(18px, 4vw, 72px);
  color: #1b2b32;
  background:
    radial-gradient(circle at 8% 14%, rgba(201,165,95,.18), transparent 30%),
    linear-gradient(135deg, #f5f0e7 0%, #ece3d3 100%);
  border-top: 1px solid rgba(201,165,95,.35);
  border-bottom: 1px solid rgba(104,79,39,.22);
}
.prototype-proof:before {
  content: "01";
  position: absolute;
  top: -3.5vw;
  right: 1vw;
  color: rgba(118,90,44,.055);
  font-family: Georgia, serif;
  font-size: clamp(13rem, 28vw, 32rem);
  line-height: .8;
  pointer-events: none;
}
.prototype-proof__intro {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 18px clamp(42px, 7vw, 120px);
  align-items: end;
  margin: 0 auto;
}
.prototype-proof__intro > span {
  grid-column: 1 / -1;
  color: #9b7133;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.prototype-proof h2 {
  margin: 0;
  color: #0b1d2a;
  font-family: Georgia, serif;
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.047em;
}
.prototype-proof h2 em { color: #9b7133; font-weight: 400; }
.prototype-proof__intro p {
  max-width: 650px;
  margin: 0;
  color: #46545a;
  font-family: Georgia, serif;
  font-size: clamp(.98rem, 1.35vw, 1.18rem);
  line-height: 1.7;
}
.prototype-proof__steps {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: clamp(40px, 5vw, 72px) auto 0;
  padding: 0;
  list-style: none;
  background: rgba(255,255,255,.42);
  border: 1px solid rgba(84,67,42,.24);
  box-shadow: 0 26px 70px rgba(65,48,23,.08);
}
.prototype-proof__steps li {
  min-height: 214px;
  display: grid;
  align-content: start;
  padding: clamp(24px, 2.6vw, 40px);
  border-right: 1px solid rgba(84,67,42,.2);
}
.prototype-proof__steps li:last-child { border-right: 0; }
.prototype-proof__steps b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 32px;
  color: #9b7133;
  font-family: Georgia, serif;
  font-size: .78rem;
  font-weight: 400;
  border: 1px solid rgba(155,113,51,.55);
  border-radius: 50%;
}
.prototype-proof__steps strong {
  color: #13252e;
  font-family: Georgia, serif;
  font-size: 1.18rem;
  font-weight: 400;
}
.prototype-proof__steps span {
  display: block;
  margin-top: 10px;
  color: #68757a;
  font-size: .7rem;
  line-height: 1.55;
}
.prototype-proof__boundary {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  margin: 26px auto 0;
  padding: 18px 22px;
  color: #5e696d;
  background: rgba(255,255,255,.32);
  border-left: 3px solid #aa8449;
  font-size: .7rem;
  line-height: 1.55;
}
.prototype-proof__boundary strong {
  color: #263a42;
  font-weight: 750;
  letter-spacing: .04em;
}

.twin-section, .voyage-section, .deck-section, .material-section, .mission-section, .build-section { padding: clamp(70px, 8vw, 140px) clamp(18px, 4vw, 72px); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(300px, 520px); gap: 44px; align-items: end; width: min(1500px, 100%); margin: 0 auto 38px; }
.section-heading > span { grid-column: 1 / -1; }
.section-heading h2 { margin: -24px 0 0; color: var(--paper); font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 5.2rem); font-weight: 400; letter-spacing: -.045em; }
.section-heading p { margin: 0; color: #8e9da7; font-family: Georgia, serif; line-height: 1.7; }
.twin-section { background: linear-gradient(180deg, #07131d, #091923 72%, #0c202c); }
.twin-shell { width: min(1500px, 100%); height: 770px; min-height: 770px; display: grid; grid-template-columns: minmax(0, 1fr) 350px; margin: 0 auto; overflow: hidden; border: 1px solid #31404a; background: #06121a; box-shadow: 0 35px 90px rgba(0,0,0,.35); }
.viewer { position: relative; min-width: 0; min-height: 770px; overflow: hidden; background: radial-gradient(circle at 50% 48%, #183847, #061219 67%); }
.viewer:after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, #000, transparent 84%); }
.viewer.is-ocean:after { opacity: .14; mask-image: linear-gradient(to bottom, #000, transparent 48%); }
.viewer canvas { position: absolute; inset: 0; width: 100%; height: 100%; touch-action: none; }
.loading { position: absolute; inset: 0; z-index: 7; display: grid; place-content: center; justify-items: center; gap: 16px; color: #9ba8af; background: #07141c; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; transition: opacity .6s ease; }
.loading.is-complete { opacity: 0; pointer-events: none; }
.loading i { width: 72px; height: 72px; border: 1px solid #6e5b37; border-top-color: var(--gold-light); border-radius: 50%; animation: spin 1.2s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.viewer-top { position: absolute; top: 24px; left: 26px; right: 26px; z-index: 5; display: flex; justify-content: space-between; align-items: center; pointer-events: none; }
.viewer-top > span { color: #c1c9cd; font-family: Georgia, serif; font-size: .82rem; }
.render-state { display: flex; align-items: center; gap: 8px; color: #8d9aa2; font-size: .6rem; letter-spacing: .12em; }
.render-state i { width: 7px; height: 7px; border-radius: 50%; background: #77d9bc; box-shadow: 0 0 0 5px rgba(119,217,188,.09); }
.camera-controls { position: absolute; left: 26px; bottom: 26px; z-index: 5; display: flex; gap: 4px; }
.camera-controls button { min-height: 42px; padding: 0 14px; color: #8f9ca4; background: rgba(6,18,26,.72); border: 1px solid #41515a; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.camera-controls button:hover, .camera-controls button.is-active { color: var(--gold-light); border-color: #8e7545; background: rgba(31,37,34,.84); }
.camera-distance { position: absolute; top: 58px; right: 26px; z-index: 5; min-width: 118px; padding: 9px 11px 8px; color: #82949d; text-align: right; pointer-events: none; background: rgba(4,16,23,.7); border: 1px solid rgba(103,140,153,.32); backdrop-filter: blur(8px); }
.camera-distance span, .camera-distance small { display: block; font-size: .48rem; letter-spacing: .1em; text-transform: uppercase; }
.camera-distance strong { display: block; margin: 3px 0 2px; color: #e9eee9; font-family: Georgia, serif; font-size: .86rem; font-weight: 400; }
.camera-distance small { color: #a98e58; letter-spacing: .05em; }
.viewer-compass { position: absolute; right: 28px; bottom: 24px; z-index: 5; display: grid; justify-items: center; gap: 5px; color: #8a989f; font-size: .58rem; }
.viewer-compass span { color: var(--gold); font-family: Georgia, serif; }
.viewer-compass i { width: 42px; height: 42px; border: 1px solid #53636b; border-radius: 50%; }
.viewer-compass i:after { content: ""; display: block; width: 1px; height: 21px; margin: 1px auto; background: linear-gradient(var(--gold), transparent); }
.twin-panel { position: relative; z-index: 3; overflow: auto; padding: 24px; background: linear-gradient(180deg, #0b1d28, #07151e); border-left: 1px solid #35454e; scrollbar-color: #5e6f76 #07151e; scrollbar-width: thin; }
.panel-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid #35464f; }
.panel-head small { color: #73838d; font-size: .61rem; }
.layer-controls { display: grid; gap: 7px; margin: 18px 0; }
.layer-controls button { min-height: 61px; display: grid; grid-template-columns: 14px 1fr; gap: 12px; align-items: center; padding: 10px 12px; color: #91a0a8; text-align: left; background: #0b202c; border: 1px solid #304550; }
.layer-controls button i { width: 10px; height: 10px; border: 1px solid #6b7a82; border-radius: 50%; }
.layer-controls button.is-active { color: #eef1ef; border-color: #806b41; background: #1c2729; }
.layer-controls button:disabled { cursor: not-allowed; opacity: .48; border-color: var(--line); background: transparent; color: var(--muted); }
.layer-controls button.is-active i { background: var(--gold); border-color: var(--gold-light); box-shadow: 0 0 0 5px rgba(201,165,95,.1); }
.layer-controls b, .layer-controls span { display: block; font-size: .72rem; font-weight: 700; }
.layer-controls small { display: block; margin-top: 4px; color: #647680; font-size: .61rem; font-weight: 400; }
.model-source { margin: 0 0 18px; padding: 15px; background: #0a1922; border: 1px solid #31454f; }
.model-source > div:first-child { display: flex; justify-content: space-between; gap: 14px; align-items: baseline; }
.model-source > div:first-child span { color: var(--gold); font-size: .56rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.model-source > div:first-child strong { overflow: hidden; color: #d9d9d3; font-family: Georgia, serif; font-size: .75rem; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.model-source > p { margin: 10px 0 12px; color: #7e8f98; font-size: .63rem; line-height: 1.45; }
.model-source__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.model-source__actions label, .model-source__actions button { min-height: 40px; display: grid; place-items: center; padding: 8px; color: #d7c69f; background: #15232a; border: 1px solid #725f3a; font-size: .59rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.model-source__actions label { cursor: pointer; }
.model-source__actions input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.model-source__actions button:disabled { color: #63717a; border-color: #31424b; cursor: not-allowed; opacity: .7; }
.model-source > small { display: block; margin-top: 10px; color: #60727c; font-size: .56rem; line-height: 1.35; }
.model-source.is-imported { border-color: #806b41; background: linear-gradient(115deg, rgba(201,165,95,.09), #0a1922 58%); }
.model-source.is-imported > small { color: #a79262; }
.render-modes { margin: 16px 0; padding: 17px 15px 15px; border: 1px solid #304550; background: linear-gradient(145deg, rgba(19,44,57,.96), rgba(7,24,34,.98)); }
.render-modes__head { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; padding-bottom: 12px; border-bottom: 1px solid #2f434d; }
.render-modes__head span { color: var(--gold); font-size: .56rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.render-modes__head strong { color: #dce6e9; font-family: Georgia, serif; font-size: .78rem; font-weight: 400; }
.render-modes__controls { display: grid; gap: 6px; margin-top: 11px; }
.render-modes__controls button { min-height: 49px; display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: center; padding: 8px 10px; color: #83959e; text-align: left; background: rgba(5,18,26,.58); border: 1px solid #2b404a; }
.render-modes__controls button:hover, .render-modes__controls button:focus-visible { color: #dce8eb; border-color: #6f8c98; }
.render-modes__controls button.is-active { color: #eff7f8; background: linear-gradient(90deg, rgba(30,72,88,.78), rgba(13,33,43,.92)); border-color: #b4975a; box-shadow: inset 2px 0 #d3b86e; }
.render-modes__controls button i { width: 15px; height: 15px; border: 1px solid #667983; border-radius: 50%; box-shadow: inset 0 0 0 3px #0b1f29; background: #30444d; }
.render-modes__controls button[data-render-mode="atelier"] i { background: conic-gradient(from 145deg, #f4f0e7, #8fb4c1, #244453, #f4f0e7); box-shadow: 0 0 10px rgba(206,235,242,.22), inset 0 0 0 3px #0b1f29; }
.render-modes__controls button[data-render-mode="pearl"] i { background: radial-gradient(circle at 34% 30%, #fff, #c8d0d0 58%, #70818a); }
.render-modes__controls button[data-render-mode="hologram"] i { background: radial-gradient(circle, #dffcff 0 18%, #4bd0e8 23% 48%, #173f50 55%); box-shadow: 0 0 13px rgba(74,213,239,.55), inset 0 0 0 3px #0b1f29; }
.render-modes__controls button[data-render-mode="blueprint"] i { background: repeating-linear-gradient(90deg, #071c2e 0 3px, #6bc9ff 3px 4px); box-shadow: 0 0 11px rgba(69,165,255,.4), inset 0 0 0 3px #0b1f29; }
.render-modes__controls button[data-render-mode="finish"] i { background: radial-gradient(circle at 36% 30%, #ded9cc 0 34%, #7b6d58 38% 52%, #29343a 58%); }
.render-modes__controls button span, .render-modes__controls button b, .render-modes__controls button small { display: block; }
.render-modes__controls button b { font-family: Georgia, serif; font-size: .72rem; font-weight: 400; }
.render-modes__controls button small { margin-top: 2px; color: #647984; font-size: .54rem; letter-spacing: .02em; }
.render-modes > p { margin: 11px 0 0; color: #69808b; font-size: .56rem; line-height: 1.45; }
.render-modes.is-disabled { opacity: .62; }
.scene-controls { margin: 16px 0; padding: 15px; border: 1px solid #304550; background: #091a23; }
.scene-controls__head { display: flex; justify-content: space-between; gap: 14px; align-items: baseline; padding-bottom: 11px; border-bottom: 1px solid #2f434d; }
.scene-controls__head span { color: var(--gold); font-size: .56rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.scene-controls__head strong { color: #dce6e9; font-family: Georgia, serif; font-size: .72rem; font-weight: 400; }
.scene-controls__grid, .quality-switch { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin-top: 10px; }
.scene-controls__grid button, .quality-switch button { min-height: 36px; padding: 7px; color: #71858e; background: #07151e; border: 1px solid #2b404a; font-size: .54rem; letter-spacing: .06em; text-transform: uppercase; }
.scene-controls__grid button.is-active, .quality-switch button.is-active { color: var(--gold-light); background: #1a292c; border-color: #957d4b; }
.quality-switch { grid-template-columns: repeat(2, 1fr); }
.scene-controls > p { margin: 10px 0 0; color: #69808b; font-size: .56rem; line-height: 1.45; }
.review-card { min-height: 190px; padding: 18px; background: #07141c; border: 1px solid #354a55; border-top: 2px solid var(--gold); }
.review-card h3 { margin: 8px 0; color: var(--paper); font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.review-card p { margin: 0; color: #82939d; font-size: .7rem; line-height: 1.6; }
.review-card dl { display: grid; grid-template-columns: 1fr 1fr; margin: 16px 0 0; padding-top: 12px; border-top: 1px solid #2c404a; }
.review-card dt { color: #657781; font-size: .56rem; text-transform: uppercase; }
.review-card dd { margin: 4px 0 0; color: #c7d0d4; font-size: .65rem; }
.hotspot-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; margin-top: 16px; }
.hotspot-list button { min-height: 44px; padding: 8px; color: #85959e; background: transparent; border: 1px solid #31454f; font-size: .6rem; }
.hotspot-list button:hover, .hotspot-list button.is-active { color: var(--gold-light); border-color: #826c42; background: #182225; }

.voyage-section { background: #06131c; }
.voyage-gallery { width: min(1500px, 100%); margin: 0 auto; }
.voyage-feature { position: relative; min-height: clamp(520px, 62vw, 900px); margin: 0; overflow: hidden; background: #10232d; }
.voyage-feature:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,12,18,.9), transparent 55%), linear-gradient(90deg, rgba(4,12,18,.28), transparent 35%); pointer-events: none; }
.voyage-feature > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .35s ease, transform 1.1s cubic-bezier(.2,.8,.2,1); }
.voyage-feature.is-changing > img { opacity: .25; transform: scale(1.015); }
.voyage-feature figcaption { position: absolute; z-index: 2; right: clamp(22px, 5vw, 76px); bottom: clamp(25px, 5vw, 72px); left: clamp(22px, 5vw, 76px); max-width: 660px; }
.voyage-feature figcaption span { color: var(--gold-light); font-size: .62rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.voyage-feature figcaption strong { display: block; margin-top: 12px; color: #fff; font-family: Georgia, serif; font-size: clamp(2.3rem, 5vw, 5.5rem); font-weight: 400; line-height: .95; }
.voyage-feature figcaption p { max-width: 580px; margin: 16px 0 0; color: rgba(255,255,255,.8); font-family: Georgia, serif; line-height: 1.6; }
.voyage-thumbs { display: grid; grid-template-columns: repeat(7, 1fr); gap: 1px; margin-top: 1px; background: #263943; }
.voyage-thumbs button { position: relative; min-width: 0; min-height: 132px; padding: 0; overflow: hidden; color: #fff; background: #0a1922; border: 0; }
.voyage-thumbs button:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,11,16,.92), transparent 75%); border: 2px solid transparent; }
.voyage-thumbs button.is-active:after { border-color: var(--gold); }
.voyage-thumbs img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) brightness(.7); transition: .3s ease; }
.voyage-thumbs button:hover img, .voyage-thumbs button.is-active img { filter: none; transform: scale(1.04); }
.voyage-thumbs span { position: absolute; z-index: 2; right: 9px; bottom: 9px; left: 9px; overflow: hidden; font-size: .55rem; font-weight: 700; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }

.deck-section { color: #172830; background: linear-gradient(145deg, #f3eee3, #e9deca); }
.deck-section .section-heading h2 { color: #13252d; }
.deck-section .section-heading p { color: #617078; }
.spec-grid { width: min(1500px, 100%); display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 auto 34px; border: 1px solid #bdb09a; background: rgba(255,255,255,.42); }
.spec-grid article { min-height: 145px; padding: 26px; border-right: 1px solid #cbbda4; border-bottom: 1px solid #cbbda4; }
.spec-grid article:nth-child(4n) { border-right: 0; }
.spec-grid article:nth-last-child(-n+4) { border-bottom: 0; }
.spec-grid span, .spec-grid small { display: block; color: #8d744a; font-size: .58rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.spec-grid strong { display: block; margin: 13px 0 7px; color: #13252d; font-family: Georgia, serif; font-size: clamp(1.45rem, 2.3vw, 2.45rem); font-weight: 400; }
.spec-grid small { color: #6f7a7e; font-weight: 500; letter-spacing: .04em; text-transform: none; }
.deck-lab { width: min(1500px, 100%); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); margin: 0 auto; background: #071821; box-shadow: 0 30px 80px rgba(54,42,23,.2); }
.cutaway { min-height: 610px; display: grid; align-content: center; padding: clamp(28px, 5vw, 74px); background: radial-gradient(circle at 32% 45%, #173c4d, #06151e 70%); }
.cutaway__ship { display: grid; gap: 7px; perspective: 800px; }
.cutaway__ship button { min-height: 72px; display: grid; grid-template-columns: 46px 1fr auto; gap: 17px; align-items: center; padding: 12px 20px; color: #adc0c8; text-align: left; background: linear-gradient(90deg, rgba(24,59,73,.95), rgba(11,31,42,.6)); border: 1px solid #35505d; transform: perspective(700px) rotateX(-2deg); transition: .25s ease; }
.cutaway__ship button:nth-child(1) { margin-inline: 20%; }
.cutaway__ship button:nth-child(2) { margin-inline: 13%; }
.cutaway__ship button:nth-child(3) { margin-inline: 7%; }
.cutaway__ship button:nth-child(4) { margin-inline: 2%; }
.cutaway__ship button:hover, .cutaway__ship button.is-active { color: #fff; border-color: var(--gold); background: linear-gradient(90deg, rgba(132,104,53,.65), rgba(14,39,49,.82)); transform: translateX(5px); }
.cutaway__ship b { color: var(--gold-light); font-family: Georgia, serif; font-weight: 400; }
.cutaway__ship span, .cutaway__ship small { display: block; }
.cutaway__ship span { font-family: Georgia, serif; font-size: 1.1rem; }
.cutaway__ship small { color: #708792; font-size: .58rem; }
.cutaway__hull { position: relative; min-height: 68px; margin: 7px 1% 0; overflow: hidden; color: #718690; text-align: center; background: #020a0e; border-radius: 10% 10% 48% 48% / 15% 15% 85% 85%; }
.cutaway__hull:before { content: ""; position: absolute; top: 0; right: 7%; left: 7%; height: 2px; background: var(--gold); }
.cutaway__hull span { position: relative; top: 23px; font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; }
.deck-brief { display: grid; align-content: center; padding: clamp(32px, 4vw, 64px); background: #0a1f29; border-left: 1px solid #324c57; }
.deck-brief > span { color: var(--gold); font-size: .62rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.deck-brief h3 { margin: 15px 0; color: var(--paper); font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 4.2rem); font-weight: 400; }
.deck-brief > p { color: #8ba0a9; font-family: Georgia, serif; line-height: 1.75; }
.deck-brief dl { display: grid; grid-template-columns: 1fr 1fr; margin: 26px 0 0; border-top: 1px solid #35505b; }
.deck-brief dl div { padding: 18px 12px 0 0; }
.deck-brief dt { color: #607984; font-size: .55rem; letter-spacing: .1em; text-transform: uppercase; }
.deck-brief dd { margin: 6px 0 0; color: #d7e0e2; font-family: Georgia, serif; font-size: .86rem; }

.material-section { color: #1d2b32; background: var(--paper); }
.material-section .section-heading h2 { color: #14252d; }
.material-section .section-heading p { color: #617078; }
.material-layout { width: min(1500px, 100%); display: grid; grid-template-columns: minmax(0, 1.34fr) minmax(330px, .66fr); gap: clamp(18px, 2.2vw, 34px); margin: 0 auto; }
.material-stage { position: relative; min-height: clamp(590px, 58vw, 810px); overflow: hidden; background: #18252b; box-shadow: 0 30px 70px rgba(38,31,19,.18); }
.material-stage:before { content: ""; position: absolute; z-index: 2; inset: 0; border: 1px solid rgba(255,255,255,.18); pointer-events: none; }
.material-stage:after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(5,14,20,.9), rgba(5,14,20,.08) 52%, transparent 72%); pointer-events: none; }
.material-stage img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.002); opacity: 1; transition: opacity .42s ease, transform 1.15s cubic-bezier(.2,.8,.2,1); }
.material-stage.is-transitioning img { opacity: .12; transform: scale(1.025); }
.material-stage-copy { position: absolute; z-index: 3; right: clamp(24px, 4vw, 58px); bottom: clamp(24px, 4vw, 54px); left: clamp(24px, 4vw, 58px); max-width: 690px; color: #fff; }
.material-stage-kicker { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.28); }
.material-stage-kicker span, .material-stage-kicker small { display: block; color: var(--gold-light); font-size: .62rem; font-style: normal; letter-spacing: .15em; text-transform: uppercase; }
.material-stage-kicker small { color: rgba(255,255,255,.66); font-size: .56rem; }
.material-stage strong { display: block; margin-top: 16px; color: #fff; font-family: Georgia, serif; font-size: clamp(2rem, 3.8vw, 4.4rem); font-weight: 400; line-height: .98; }
.material-stage-copy p { max-width: 610px; margin: 14px 0 0; color: rgba(255,255,255,.78); font-family: Georgia, serif; font-size: clamp(.82rem, 1.1vw, 1.05rem); line-height: 1.65; }
.material-options { display: grid; align-content: center; gap: 12px; }
.material-options button { position: relative; min-height: 138px; display: grid; grid-template-columns: 72px 1fr; gap: 20px; align-items: center; padding: 20px; color: #36474e; text-align: left; background: rgba(232,224,209,.62); border: 1px solid #c7bda9; transition: transform .28s ease, background-color .28s ease, border-color .28s ease, box-shadow .28s ease; }
.material-options button:after { content: ""; position: absolute; top: -1px; bottom: -1px; left: -1px; width: 3px; background: var(--gold); transform: scaleY(0); transition: transform .28s ease; transform-origin: bottom; }
.material-options button:hover { transform: translateX(-4px); border-color: #a89572; }
.material-options button i { width: 68px; height: 68px; border-radius: 50%; background: conic-gradient(from 40deg, #f1e9dc 0 34%, #81684f 34% 68%, #b2935a 68% 100%); box-shadow: inset 0 0 0 7px rgba(255,255,255,.46), 0 8px 18px rgba(65,50,30,.14); }
.material-options button[data-material="nordic"] i { background: conic-gradient(from 40deg, #f4ead9 0 34%, #d6bfa4 34% 68%, #73765c 68% 100%); }
.material-options button[data-material="midnight"] i { background: conic-gradient(from 40deg, #171719 0 34%, #3d2b25 34% 68%, #8a6243 68% 100%); }
.material-options button.is-active { background: #fff; border-color: #9d7b42; box-shadow: 0 22px 46px rgba(58,47,29,.14); transform: translateX(-8px); }
.material-options button.is-active:after { transform: scaleY(1); }
.material-options em { display: block; margin-bottom: 7px; color: #9a7d4d; font-size: .55rem; font-style: normal; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.material-options b { display: block; color: #1e2b31; font-family: Georgia, serif; font-size: 1.22rem; font-weight: 400; }
.material-options small { display: block; margin-top: 7px; color: #78858a; font-size: .66rem; line-height: 1.45; }

.mission-section { background: linear-gradient(180deg, #102d3b, #0b202b); }
.mission-lab { width: min(1500px, 100%); display: grid; grid-template-columns: minmax(330px, .7fr) minmax(0, 1.3fr); margin: 0 auto; border: 1px solid #39515d; background: #071720; }
.mission-controls { padding: clamp(26px, 4vw, 54px); background: #0a1d27; }
.mission-controls fieldset { margin: 0; padding: 0; border: 0; }
.mission-controls legend, .speed-control > span { display: block; margin-bottom: 16px; color: var(--gold); font-size: .61rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.mission-controls fieldset label { position: relative; display: block; margin-bottom: 8px; }
.mission-controls fieldset input { position: absolute; opacity: 0; }
.mission-controls fieldset label > span { display: block; padding: 16px 17px; color: #a9b8be; background: #0c2632; border: 1px solid #304c58; cursor: pointer; }
.mission-controls fieldset input:checked + span { color: #fff; border-color: var(--gold); background: linear-gradient(90deg, rgba(201,165,95,.16), #0c2632); box-shadow: inset 3px 0 var(--gold); }
.mission-controls fieldset small { display: block; margin-top: 5px; color: #68808b; font-size: .6rem; }
.speed-control { display: block; margin-top: 30px; }
.speed-control > span { display: flex; justify-content: space-between; }
.speed-control b { color: var(--gold-light); font-family: Georgia, serif; font-size: 1rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.speed-control input { width: 100%; accent-color: var(--gold); }
.mission-output { display: grid; align-content: center; padding: clamp(34px, 6vw, 92px); background: radial-gradient(circle at 76% 16%, rgba(66,146,177,.16), transparent 34%), #06151d; }
.mission-output > span { color: var(--gold); font-size: .62rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.mission-output > strong { display: block; margin: 17px 0; color: var(--paper); font-family: Georgia, serif; font-size: clamp(2.6rem, 5vw, 5.7rem); font-weight: 400; line-height: .95; }
.mission-output > p { max-width: 700px; color: #93a6ae; font-family: Georgia, serif; font-size: 1.04rem; line-height: 1.7; }
.mission-output dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 30px 0 0; padding-top: 20px; border-top: 1px solid #34505c; }
.mission-output dt { color: #627984; font-size: .56rem; text-transform: uppercase; }
.mission-output dd { margin: 7px 0 0; color: #e1e8e9; font-family: Georgia, serif; }
.mission-output > small { margin-top: 30px; color: #617680; font-size: .58rem; }

.build-section { background: #0b202b; }
.build-board { width: min(1500px, 100%); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); gap: 25px; margin: 0 auto; }
.build-timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid #354a55; }
.build-timeline li { border-bottom: 1px solid #354a55; }
.build-timeline li button { width: 100%; min-height: 108px; display: grid; grid-template-columns: 60px 1fr; gap: 22px; align-items: center; padding: 16px 22px; color: inherit; text-align: left; background: transparent; border: 0; opacity: .72; }
.build-timeline li button:hover, .build-timeline li button.is-active { opacity: 1; background: linear-gradient(90deg, rgba(201,165,95,.11), transparent); }
.build-timeline li.is-complete, .build-timeline li.is-current { opacity: 1; }
.build-timeline li.is-current { border-left: 2px solid var(--gold); }
.build-timeline li button > b { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #536670; border-radius: 50%; color: #7f929c; font-family: Georgia, serif; font-weight: 400; }
.build-timeline li.is-complete button > b { color: var(--navy); background: var(--gold); border-color: var(--gold); }
.build-timeline li.is-current button > b, .build-timeline li button.is-active > b { color: var(--gold-light); border-color: var(--gold); box-shadow: 0 0 0 7px rgba(201,165,95,.08); }
.build-timeline span { display: block; color: var(--gold); font-size: .58rem; letter-spacing: .13em; text-transform: uppercase; }
.build-timeline strong { display: block; margin-top: 6px; color: #e3e8e9; font-family: Georgia, serif; font-size: 1.1rem; font-weight: 400; }
.build-timeline small { display: block; margin-top: 5px; color: #70838d; font-size: .64rem; }
.build-board aside { padding: 34px; background: #07151d; border: 1px solid #384c56; }
.build-board aside h3 { margin: 12px 0; color: var(--paper); font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.build-board aside p { color: #84969f; font-family: Georgia, serif; line-height: 1.7; }
.decision-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 24px; }
.decision-options button { min-height: 48px; color: #b9c4c9; background: #102631; border: 1px solid #425761; font-size: .68rem; font-weight: 700; }
.decision-options button.is-active { color: #13212a; background: var(--gold-light); border-color: var(--gold-light); }
.build-board output { display: block; margin-top: 18px; padding: 14px; color: #899ba5; background: #0b202b; border-left: 2px solid var(--gold); font-size: .68rem; line-height: 1.5; }

footer { min-height: 92px; display: grid; grid-template-columns: 200px 1fr auto; gap: 28px; align-items: center; padding: 22px clamp(20px, 4vw, 70px); color: #65757e; background: #050e14; border-top: 1px solid #283b45; font-size: .63rem; }
footer img { width: 190px; }
footer p { margin: 0; text-align: center; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 50; max-width: 370px; padding: 14px 18px; color: #14212a; background: var(--gold-light); box-shadow: 0 18px 48px rgba(0,0,0,.35); font-size: .72rem; font-weight: 700; opacity: 0; transform: translateY(16px); transition: .3s ease; pointer-events: none; }
.toast.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  header { grid-template-columns: 220px 1fr; }
  .owner-status { display: none; }
  .reveal { grid-template-columns: 1fr; }
  .reveal-copy { min-height: 650px; padding-bottom: 50px; }
  .reveal figure { min-height: 520px; }
  .reveal figure:before { background: linear-gradient(0deg, var(--navy), transparent 30%), linear-gradient(180deg, var(--navy), transparent 20%); }
  .twin-shell { grid-template-columns: 1fr; }
  .twin-shell { height: auto; }
  .twin-panel { overflow: visible; }
  .twin-panel { border-left: 0; border-top: 1px solid #35454e; }
  .layer-controls { grid-template-columns: repeat(2, 1fr); }
  .prototype-proof__steps { grid-template-columns: repeat(2, 1fr); }
  .prototype-proof__steps li:nth-child(2) { border-right: 0; }
  .prototype-proof__steps li:nth-child(-n+2) { border-bottom: 1px solid rgba(84,67,42,.2); }
  .voyage-thumbs { grid-template-columns: repeat(4, 1fr); }
  .spec-grid { grid-template-columns: repeat(2, 1fr); }
  .spec-grid article:nth-child(4n) { border-right: 1px solid #cbbda4; }
  .spec-grid article:nth-child(2n) { border-right: 0; }
  .spec-grid article:nth-last-child(-n+4) { border-bottom: 1px solid #cbbda4; }
  .spec-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .deck-lab, .material-layout, .mission-lab, .build-board { grid-template-columns: 1fr; }
  .deck-brief { border-top: 1px solid #324c57; border-left: 0; }
}
@media (max-width: 760px) {
  header { position: relative; grid-template-columns: 1fr; gap: 16px; padding: 14px 18px; }
  header nav { justify-content: flex-start; gap: 20px; overflow-x: auto; }
  .reveal-copy { min-height: 570px; padding: 72px 20px 42px; }
  .reveal h1 { font-size: 3.25rem; }
  .reveal dl { display: grid; grid-template-columns: repeat(3, 1fr); }
  .reveal dl div { min-width: 0; margin: 0; padding: 13px 9px; }
  .section-heading { grid-template-columns: 1fr; gap: 12px; }
  .section-heading > span { grid-column: auto; }
  .section-heading h2 { margin: 0; }
  .prototype-proof__intro { grid-template-columns: 1fr; gap: 18px; }
  .prototype-proof__intro > span { grid-column: auto; }
  .prototype-proof__steps { grid-template-columns: 1fr; }
  .prototype-proof__steps li,
  .prototype-proof__steps li:nth-child(2) { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(84,67,42,.2); }
  .prototype-proof__steps li:last-child { border-bottom: 0; }
  .prototype-proof__steps b { margin-bottom: 18px; }
  .prototype-proof__boundary { padding: 16px 18px; }
  .viewer { min-height: 520px; }
  .twin-shell { min-height: 0; }
  .camera-controls { left: 10px; right: 10px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 3px; overflow: hidden; }
  .camera-controls button { min-width: 0; padding: 0 5px; font-size: .54rem; letter-spacing: .045em; }
  .viewer-compass { display: none; }
  .camera-distance { top: 54px; right: 12px; min-width: 102px; padding: 7px 9px; }
  .layer-controls { grid-template-columns: 1fr; }
  .voyage-feature { min-height: 500px; }
  .voyage-thumbs { grid-template-columns: repeat(2, 1fr); }
  .voyage-thumbs button { min-height: 108px; }
  .spec-grid { grid-template-columns: 1fr; }
  .spec-grid article, .spec-grid article:nth-child(2n), .spec-grid article:nth-child(4n), .spec-grid article:nth-last-child(-n+4) { min-height: 112px; border-right: 0; border-bottom: 1px solid #cbbda4; }
  .spec-grid article:last-child { border-bottom: 0; }
  .cutaway { min-height: 510px; padding: 18px; }
  .cutaway__ship button { grid-template-columns: 36px 1fr; padding: 10px 12px; }
  .cutaway__ship button small { grid-column: 2; }
  .cutaway__ship button:nth-child(1) { margin-inline: 12%; }
  .cutaway__ship button:nth-child(2) { margin-inline: 9%; }
  .cutaway__ship button:nth-child(3) { margin-inline: 6%; }
  .cutaway__ship button:nth-child(4) { margin-inline: 3%; }
  .mission-output dl { grid-template-columns: 1fr; gap: 16px; }
  .material-stage { min-height: 470px; }
  .material-stage-copy { right: 18px; bottom: 20px; left: 18px; }
  .material-stage-kicker { align-items: flex-start; flex-direction: column; gap: 7px; padding-bottom: 12px; }
  .material-stage strong { margin-top: 13px; font-size: clamp(2.15rem, 12vw, 3.4rem); }
  .material-stage-copy p { margin-top: 10px; font-size: .78rem; line-height: 1.55; }
  .material-options { gap: 9px; }
  .material-options button { min-height: 104px; grid-template-columns: 56px 1fr; gap: 14px; padding: 14px; }
  .material-options button:hover,
  .material-options button.is-active { transform: none; }
  .material-options button i { width: 54px; height: 54px; box-shadow: inset 0 0 0 5px rgba(255,255,255,.46), 0 7px 15px rgba(65,50,30,.12); }
  .material-options b { font-size: 1.05rem; }
  .material-options small { margin-top: 5px; font-size: .61rem; }
  .build-timeline li button { grid-template-columns: 48px 1fr; padding-inline: 10px; }
  footer { grid-template-columns: 1fr; }
  footer p { text-align: left; }
}

/* Navigation, hero and space-selector refinement — 2026-08-03 */
header {
  position: fixed;
  background: linear-gradient(180deg, rgba(4,15,23,.97), rgba(4,15,23,.86));
  box-shadow: 0 14px 40px rgba(0,0,0,.16);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
}
main section[id] { scroll-margin-top: 108px; }
.reveal-copy { width: min(880px, 68vw); }
.reveal h1 { max-width: none; font-size: clamp(3.2rem, 5vw, 5.6rem); }
.reveal h1 span,
.reveal h1 em { display: block; white-space: nowrap; }
.voyage-thumbs { grid-template-columns: repeat(7, minmax(160px, 1fr)); }

.material-options button i {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(30,43,49,.22);
  border-radius: 16px;
  background: linear-gradient(145deg, #fff, #e8dfd0);
  box-shadow: 0 9px 22px rgba(65,50,30,.12);
}
.material-options button i:before,
.material-options button i:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  box-sizing: border-box;
  color: #19313d;
  border-color: currentColor;
  transform: translate(-50%, -50%);
}
.material-options button[data-material="salon"] i:before {
  width: 34px;
  height: 18px;
  border: 2px solid;
  border-radius: 6px 6px 3px 3px;
  box-shadow: inset 0 -6px 0 rgba(201,165,95,.3);
}
.material-options button[data-material="salon"] i:after {
  width: 40px;
  height: 4px;
  margin-top: 11px;
  border-right: 4px solid;
  border-left: 4px solid;
}
.material-options button[data-material="bridge"] i:before {
  width: 34px;
  height: 34px;
  border: 2px solid;
  border-radius: 50%;
  box-shadow: inset 0 0 0 7px #f8f3e9;
}
.material-options button[data-material="bridge"] i:after {
  width: 3px;
  height: 42px;
  background: currentColor;
  box-shadow: 0 0 0 0 currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}
.material-options button[data-material="owner"] i:before {
  width: 38px;
  height: 24px;
  border: 2px solid;
  border-radius: 2px 7px 3px 3px;
  box-shadow: inset 9px 0 0 rgba(201,165,95,.3);
}
.material-options button[data-material="owner"] i:after {
  width: 42px;
  height: 4px;
  margin-top: 13px;
  border-right: 3px solid;
  border-left: 3px solid;
}
.material-options button[data-material="wellness"] i:before {
  width: 28px;
  height: 34px;
  border: 2px solid;
  border-radius: 52% 48% 54% 46% / 62% 62% 38% 38%;
  transform: translate(-50%, -52%) rotate(45deg);
}
.material-options button[data-material="wellness"] i:after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(201,165,95,.38);
}

@media (max-width: 1100px) {
  .voyage-thumbs { grid-template-columns: repeat(7, minmax(190px, 1fr)); }
}

@media (max-width: 760px) {
  header {
    position: fixed;
    grid-template-columns: 1fr auto;
    gap: 10px 16px;
    min-height: 0;
    padding: 11px 18px 9px;
  }
  .brand { width: 188px; height: 64px; }
  .brand img { max-height: 60px; }
  .owner-status { display: none; }
  header nav {
    grid-column: 1 / -1;
    width: 100%;
    padding-bottom: 3px;
    gap: 22px;
    scrollbar-width: none;
  }
  header nav::-webkit-scrollbar { display: none; }
  main section[id] { scroll-margin-top: 112px; }
  .reveal-copy {
    width: 100%;
    padding-top: 132px;
  }
  .reveal h1 { max-width: none; font-size: clamp(2.7rem, 12vw, 4.1rem); }
  .voyage-thumbs { grid-template-columns: repeat(7, 164px); }
  .material-options button i { width: 54px; height: 54px; border-radius: 13px; }
}
@media (prefers-reduced-motion: reduce) { *,*:before,*:after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

/* Premium editorial revision ? 2026-08-03 */
[hidden] { display: none !important; }
header nav { gap: clamp(16px, 2vw, 30px); }
.reveal { min-height: min(900px, 100svh); }
.reveal figure:before {
  background:
    linear-gradient(90deg, var(--navy) 0%, rgba(7,19,29,.76) 12%, transparent 42%),
    linear-gradient(0deg, rgba(7,19,29,.72), transparent 24%);
}
.reveal figure img {
  object-position: 52% center;
  filter: saturate(.9) contrast(1.04) brightness(.86);
  transform: scale(1.01);
}
.twin-note {
  min-height: 182px;
  padding: 20px;
  color: #dce6e9;
  background:
    linear-gradient(135deg, rgba(201,165,95,.12), transparent 42%),
    #07141c;
  border: 1px solid #354a55;
  border-top: 2px solid var(--gold);
}
.twin-note > span {
  color: var(--gold);
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.twin-note h3 {
  margin: 10px 0 8px;
  color: var(--paper);
  font-family: Georgia, serif;
  font-size: 1.45rem;
  font-weight: 400;
}
.twin-note p {
  margin: 0;
  color: #82939d;
  font-size: .68rem;
  line-height: 1.6;
}
.twin-note dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 16px 0 0;
  padding-top: 12px;
  border-top: 1px solid #2c404a;
}
.twin-note dt { color: #657781; font-size: .54rem; text-transform: uppercase; }
.twin-note dd { margin: 4px 0 0; color: #c7d0d4; font-size: .64rem; }

.voyage-section {
  padding-inline: 0;
  background:
    radial-gradient(circle at 78% 12%, rgba(65,104,123,.13), transparent 30%),
    #050f16;
}
.voyage-section > .section-heading { padding-inline: clamp(18px, 4vw, 72px); }
.voyage-gallery {
  position: relative;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
}
.voyage-feature {
  min-height: 0;
  height: clamp(620px, 76vw, 980px);
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.voyage-feature:before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.13);
  pointer-events: none;
}
.voyage-feature:after {
  background:
    linear-gradient(0deg, rgba(3,10,15,.93), rgba(3,10,15,.12) 52%, transparent 72%),
    linear-gradient(90deg, rgba(3,10,15,.34), transparent 44%);
}
.voyage-feature > img {
  object-position: center;
  transition:
    opacity .38s ease,
    transform 1.2s cubic-bezier(.16,.8,.2,1),
    filter .38s ease;
}
.voyage-feature.is-changing > img {
  opacity: .14;
  filter: blur(4px);
  transform: scale(1.025);
}
.voyage-feature figcaption {
  right: auto;
  bottom: clamp(152px, 11vw, 182px);
  left: clamp(32px, 7vw, 118px);
  max-width: min(560px, calc(100% - 170px));
}
.voyage-feature figcaption strong {
  max-width: 11ch;
  margin-top: 10px;
  font-size: clamp(2.8rem, 5vw, 5.35rem);
  line-height: .92;
  letter-spacing: -.045em;
}
.voyage-feature figcaption p { max-width: 480px; margin-top: 11px; }
.voyage-index {
  position: absolute;
  z-index: 3;
  top: clamp(38px, 5vw, 72px);
  left: clamp(32px, 7vw, 118px);
  display: grid;
  grid-template-columns: auto 64px auto;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.65);
  font-family: Georgia, serif;
}
.voyage-index span { color: var(--gold-light); font-size: 1.35rem; }
.voyage-index i { height: 1px; background: rgba(255,255,255,.38); }
.voyage-index small { font-size: .68rem; }
.voyage-nav {
  position: absolute;
  z-index: 4;
  right: clamp(34px, 5vw, 82px);
  bottom: clamp(158px, 11vw, 184px);
  display: flex;
  gap: 8px;
}
.voyage-nav button {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(7,19,29,.68);
  border: 1px solid rgba(255,255,255,.34);
  backdrop-filter: blur(12px);
  transition: color .25s ease, border-color .25s ease, background-color .25s ease;
}
.voyage-nav button:hover {
  color: var(--navy);
  background: var(--gold-light);
  border-color: var(--gold-light);
}
.voyage-thumbs {
  position: absolute;
  z-index: 5;
  bottom: 24px;
  left: 50%;
  width: min(920px, calc(100% - 360px));
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  overflow: hidden;
  background: rgba(5,15,22,.74);
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: 0 18px 48px rgba(0,0,0,.32);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
  scrollbar-color: var(--gold) #06131c;
  scrollbar-width: thin;
}
.voyage-thumbs button {
  min-height: 104px;
  border-right: 1px solid #263943;
  scroll-snap-align: start;
}
.voyage-thumbs button:last-child { border-right: 0; }
.voyage-thumbs button:after {
  background: linear-gradient(0deg, rgba(3,11,16,.94), rgba(3,11,16,.06) 82%);
  border: 0;
  border-top: 2px solid transparent;
}
.voyage-thumbs button.is-active:after { border-top-color: var(--gold); }
.voyage-thumbs img {
  filter: saturate(.55) brightness(.54);
  transform: scale(1.001);
}
.voyage-thumbs span {
  right: 16px;
  bottom: 15px;
  left: 16px;
  display: flex;
  gap: 10px;
  align-items: baseline;
  font-size: .61rem;
}
.voyage-thumbs span b {
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: .82rem;
  font-weight: 400;
}

.deck-section { padding-bottom: clamp(76px, 9vw, 150px); }
.spec-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-bottom: 0;
}
.spec-grid article,
.spec-grid article:nth-child(4n),
.spec-grid article:nth-last-child(-n+4) {
  min-height: 168px;
  padding: 25px 20px;
  border-right: 1px solid #cbbda4;
  border-bottom: 0;
}
.spec-grid article:last-child { border-right: 0; }
.spec-grid strong { font-size: clamp(1.35rem, 2vw, 2.15rem); }
.spec-source {
  width: min(1500px, 100%);
  margin: 18px auto 0;
  color: #737f83;
  font-size: .62rem;
  letter-spacing: .04em;
}

@media (max-width: 1100px) {
  .voyage-feature { height: clamp(620px, 92vw, 860px); }
  .voyage-thumbs {
    width: calc(100% - 48px);
    grid-template-columns: repeat(5, minmax(148px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }
  .spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .spec-grid article,
  .spec-grid article:nth-child(4n),
  .spec-grid article:nth-last-child(-n+4) { border-right: 1px solid #cbbda4; border-bottom: 1px solid #cbbda4; }
  .spec-grid article:nth-child(2n) { border-right: 0; }
  .spec-grid article:last-child { border-bottom: 0; }
}

@media (max-width: 760px) {
  header nav { gap: 22px; padding-bottom: 4px; }
  .reveal { min-height: auto; }
  .reveal figure { min-height: 390px; }
  .reveal figure:before { background: linear-gradient(0deg, var(--navy), transparent 35%), linear-gradient(180deg, rgba(7,19,29,.55), transparent 24%); }
  .reveal figure img { object-position: 52% center; }
  .voyage-feature { height: 74svh; min-height: 560px; max-height: 760px; }
  .voyage-feature:before { inset: 10px; }
  .voyage-feature figcaption {
    right: 28px;
    bottom: 132px;
    left: 28px;
    max-width: none;
  }
  .voyage-feature figcaption strong { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  .voyage-feature figcaption p { font-size: .82rem; }
  .voyage-index { top: 30px; left: 28px; }
  .voyage-nav { top: 22px; right: 20px; bottom: auto; }
  .voyage-nav button { width: 46px; height: 46px; }
  .voyage-thumbs {
    right: 14px;
    bottom: 14px;
    left: 14px;
    width: auto;
    grid-template-columns: repeat(5, 132px);
    transform: none;
  }
  .voyage-thumbs button { min-height: 94px; }
  .spec-grid { grid-template-columns: 1fr; }
  .spec-grid article,
  .spec-grid article:nth-child(2n),
  .spec-grid article:nth-child(4n),
  .spec-grid article:nth-last-child(-n+4) {
    min-height: 118px;
    border-right: 0;
    border-bottom: 1px solid #cbbda4;
  }
}

/* Full-bleed arrival and onboard journey */
.reveal {
  position: relative;
  isolation: isolate;
  display: block;
  min-height: 100svh;
  overflow: hidden;
  background: #06131d;
}
.reveal figure {
  position: absolute;
  inset: 0;
  min-height: 0;
}
.reveal figure:before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3,12,18,.9) 0%, rgba(3,12,18,.62) 34%, transparent 66%),
    linear-gradient(0deg, rgba(3,12,18,.9) 0%, transparent 48%),
    linear-gradient(180deg, rgba(3,12,18,.45), transparent 28%);
}
.reveal figure img {
  width: 100%;
  height: 100%;
  object-position: 57% center;
  filter: saturate(.93) contrast(1.04) brightness(.78);
  transform: scale(1.01);
}
.reveal-copy {
  position: relative;
  z-index: 3;
  width: min(720px, 58vw);
  min-height: 100svh;
  align-content: start;
  padding: clamp(145px, 17vh, 190px) 4vw 0 clamp(24px, 6vw, 112px);
}
.reveal h1 {
  max-width: 650px;
  margin: 14px 0 0;
  font-size: clamp(3.3rem, 5.8vw, 6.4rem);
  line-height: .88;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.reveal figcaption { right: clamp(24px, 4vw, 70px); bottom: 32px; color: rgba(255,255,255,.72); }

.hero-brief {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(520px, .95fr);
  gap: clamp(38px, 8vw, 140px);
  align-items: center;
  padding: clamp(36px, 5vw, 72px) clamp(24px, 6vw, 112px);
  color: #d7e0e2;
  background: linear-gradient(100deg, #06131d, #0b2430);
  border-top: 1px solid rgba(201,165,95,.36);
}
.hero-brief > p { max-width: 670px; margin: 0; font-family: Georgia, serif; font-size: clamp(1.1rem, 1.65vw, 1.5rem); line-height: 1.55; }
.hero-brief dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 1px solid #35505b; border-bottom: 1px solid #35505b; }
.hero-brief dl div { padding: 16px 18px; border-right: 1px solid #35505b; }
.hero-brief dl div:first-child { padding-left: 0; }
.hero-brief dl div:last-child { border-right: 0; }
.hero-brief dt { color: #7f919a; font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-brief dd { margin: 7px 0 0; color: #fff; font-family: Georgia, serif; font-size: 1.12rem; }

.experience-break {
  position: relative;
  min-height: min(920px, 88svh);
  overflow: hidden;
  color: #fff;
  background: #06131d;
}
.experience-break:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3,12,18,.9), transparent 60%), linear-gradient(90deg, rgba(3,12,18,.35), transparent 45%);
}
.experience-break > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.experience-break > div {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 6vw, 110px);
  bottom: clamp(40px, 8vw, 110px);
  left: clamp(24px, 6vw, 110px);
  max-width: 780px;
}
.experience-break span { color: var(--gold-light); font-size: .66rem; font-weight: 750; letter-spacing: .2em; }
.experience-break h2 { margin: 14px 0; font-family: Georgia, serif; font-size: clamp(3rem, 7vw, 7rem); font-weight: 400; line-height: .9; letter-spacing: -.045em; }
.experience-break p { max-width: 610px; margin: 0; color: rgba(255,255,255,.8); font-family: Georgia, serif; font-size: clamp(.95rem, 1.4vw, 1.2rem); line-height: 1.65; }

.material-options button[data-material="salon"] i { background: conic-gradient(from 40deg, #ede6da 0 34%, #9b8066 34% 68%, #20384a 68% 100%); }
.material-options button[data-material="bridge"] i { background: conic-gradient(from 40deg, #1c2630 0 34%, #66503d 34% 68%, #9fa7a7 68% 100%); }
.material-options button[data-material="owner"] i { background: conic-gradient(from 40deg, #182738 0 34%, #48382f 34% 68%, #c8beb0 68% 100%); }
.material-options button[data-material="wellness"] i { background: conic-gradient(from 40deg, #7d5739 0 34%, #c8b8a0 34% 68%, #253b46 68% 100%); }

.style-section {
  padding: clamp(70px, 8vw, 140px) clamp(18px, 4vw, 72px);
  color: #dce5e8;
  background: #071923;
}
.style-section .section-heading h2 { color: #f1eee6; }
.style-section .section-heading p { color: #90a2aa; }
.style-layout {
  width: min(1500px, 100%);
  display: grid;
  grid-template-columns: minmax(330px, .66fr) minmax(0, 1.34fr);
  gap: clamp(18px, 2.2vw, 34px);
  margin: 0 auto;
}
.style-options { grid-column: 1; grid-row: 1; }
.style-stage { grid-column: 2; grid-row: 1; }
.style-stage { position: relative; min-height: clamp(590px, 58vw, 810px); overflow: hidden; background: #14242c; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.style-stage:after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(3,12,18,.9), transparent 58%); pointer-events: none; }
.style-stage > img { width: 100%; height: 100%; object-fit: cover; transition: opacity .42s ease, transform 1.1s cubic-bezier(.2,.8,.2,1); }
.style-stage.is-transitioning > img { opacity: .12; transform: scale(1.02); }
.style-stage-copy { position: absolute; z-index: 2; right: clamp(24px, 4vw, 58px); bottom: clamp(24px, 4vw, 54px); left: clamp(24px, 4vw, 58px); max-width: 690px; }
.style-stage-copy > div { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.28); }
.style-stage-copy span, .style-stage-copy small { color: var(--gold-light); font-size: .6rem; letter-spacing: .15em; text-transform: uppercase; }
.style-stage-copy small { color: rgba(255,255,255,.66); }
.style-stage-copy strong { display: block; margin-top: 16px; color: #fff; font-family: Georgia, serif; font-size: clamp(2rem, 3.8vw, 4.4rem); font-weight: 400; line-height: .98; }
.style-stage-copy p { max-width: 650px; margin: 13px 0 0; color: rgba(255,255,255,.82); font-family: Georgia, serif; line-height: 1.6; }
.style-options { display: grid; align-content: center; gap: 10px; }
.style-options button { min-height: 138px; display: grid; grid-template-columns: 72px 1fr; gap: 20px; align-items: center; padding: 20px; color: #d2dde1; text-align: left; background: #0b202a; border: 1px solid #2b4652; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.style-options button:hover, .style-options button.is-active { transform: translateX(-8px); color: #fff; background: #102b37; border-color: var(--gold); }
.style-options i { width: 68px; height: 68px; border-radius: 50%; box-shadow: inset 0 0 0 6px rgba(255,255,255,.25); }
.style-options button[data-interior-style="northern"] i { background: conic-gradient(from 30deg, #342a25 0 34%, #d7cab8 34% 68%, #9d7650 68% 100%); }
.style-options button[data-interior-style="mediterranean"] i { background: conic-gradient(from 30deg, #c6ab8c 0 34%, #eee7dc 34% 68%, #243d50 68% 100%); }
.style-options button[data-interior-style="midnight"] i { background: conic-gradient(from 30deg, #211b19 0 34%, #152a3d 34% 68%, #76543d 68% 100%); }
.style-options em { display: block; color: var(--gold); font-size: .58rem; font-style: normal; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.style-options b { display: block; margin-top: 7px; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.style-options small { display: block; margin-top: 6px; color: #82959e; font-size: .62rem; }

@media (max-width: 1100px) {
  .reveal { min-height: 92svh; }
  .reveal-copy { width: min(780px, 86vw); min-height: 92svh; }
  .reveal figure { min-height: 0; }
  .hero-brief { grid-template-columns: 1fr; }
  .material-layout { grid-template-columns: 1fr; }
  .material-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .style-layout { grid-template-columns: 1fr; }
  .style-stage { grid-column: auto; grid-row: auto; order: 1; }
  .style-options { grid-column: auto; grid-row: auto; order: 2; }
  .style-options { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .style-options button { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .reveal { min-height: 88svh; }
  .reveal-copy {
    width: 100%;
    min-height: 88svh;
    padding: 76px 20px 0;
  }
  .reveal h1 { max-width: 360px; font-size: clamp(3.1rem, 14vw, 4.7rem); }
  .reveal figure { min-height: 0; }
  .reveal figure:before {
    background:
      linear-gradient(0deg, rgba(3,12,18,.96) 0%, rgba(3,12,18,.25) 72%),
      linear-gradient(180deg, rgba(3,12,18,.36), transparent 24%);
  }
  .reveal figure img { object-position: 58% center; filter: saturate(.9) contrast(1.03) brightness(.7); }
  .reveal figcaption { display: none; }
  .hero-brief { grid-template-columns: 1fr; gap: 26px; padding: 34px 20px; }
  .hero-brief > p { font-size: 1rem; }
  .hero-brief dl div { padding: 13px 8px; }
  .experience-break { min-height: 76svh; }
  .experience-break > img { object-position: 59% center; }
  .material-options { grid-template-columns: 1fr; }
  .style-options { grid-template-columns: 1fr; }
  .style-options button { min-height: 108px; grid-template-columns: 58px 1fr; }
  .style-options i { width: 56px; height: 56px; }
}

/* Voyage planner / acceleration study */
.mission-motion {
  width: min(1500px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  margin: clamp(22px, 3vw, 42px) auto 0;
  overflow: hidden;
  border: 1px solid #39515d;
  background: #06151d;
}
.mission-motion-media {
  position: relative;
  min-width: 0;
  min-height: clamp(420px, 39vw, 650px);
  margin: 0;
  overflow: hidden;
  background: #081720;
}
.mission-motion-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 12, 18, .72), transparent 35%);
  pointer-events: none;
}
.mission-motion-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.mission-motion-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 13px;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  transform: translate(-50%, -50%);
  transition: opacity .25s ease, transform .25s ease;
}
.mission-motion-play i {
  position: relative;
  width: 82px;
  height: 82px;
  display: block;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 50%;
  background: rgba(5, 18, 26, .56);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .32);
  backdrop-filter: blur(8px);
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}
.mission-motion-play i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid var(--gold-light);
  transform: translate(-38%, -50%);
}
.mission-motion-play.is-pause i:before {
  width: 13px;
  height: 19px;
  border: 0;
  background: linear-gradient(90deg, var(--gold-light) 0 4px, transparent 4px 9px, var(--gold-light) 9px 13px);
  transform: translate(-50%, -50%);
}
.mission-motion-play span {
  color: rgba(255, 255, 255, .92);
  font-size: .59rem;
  font-weight: 750;
  letter-spacing: .17em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .7);
}
.mission-motion-play:hover i,
.mission-motion-play:focus-visible i {
  background: rgba(12, 39, 51, .82);
  border-color: var(--gold-light);
  transform: scale(1.06);
}
.mission-motion-play:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 8px; }
.mission-motion-media.is-playing video { cursor: pointer; }
.mission-motion-media.is-playing .mission-motion-play { opacity: 0; pointer-events: none; transition: none; }
.mission-motion-media.is-playing.is-control-visible .mission-motion-play,
.mission-motion-media.is-playing .mission-motion-play:focus-visible { opacity: 1; pointer-events: auto; }
.mission-motion-media figcaption {
  position: absolute;
  z-index: 1;
  right: clamp(22px, 3vw, 42px);
  bottom: clamp(20px, 3vw, 36px);
  left: clamp(22px, 3vw, 42px);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 14px;
  color: rgba(255, 255, 255, .72);
  border-top: 1px solid rgba(255, 255, 255, .32);
  font-size: .58rem;
  font-style: normal;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.mission-motion-media figcaption span { color: var(--gold-light); }
.mission-motion-copy {
  display: grid;
  align-content: center;
  padding: clamp(36px, 5vw, 78px);
  background:
    radial-gradient(circle at 86% 10%, rgba(74, 142, 169, .16), transparent 34%),
    linear-gradient(145deg, #0b222d, #06151d 72%);
}
.mission-motion-copy > span {
  color: var(--gold);
  font-size: .61rem;
  font-weight: 750;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.mission-motion-copy h3 {
  max-width: 650px;
  margin: 17px 0 20px;
  color: var(--paper);
  font-family: Georgia, serif;
  font-size: clamp(2.65rem, 4vw, 5rem);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.04em;
}
.mission-motion-copy > p {
  max-width: 650px;
  margin: 0;
  color: #9aabb2;
  font-family: Georgia, serif;
  font-size: clamp(.95rem, 1.15vw, 1.08rem);
  line-height: 1.72;
}
.mission-motion-copy dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: clamp(28px, 4vw, 48px) 0 0;
  padding: 22px 0;
  border-top: 1px solid #34505c;
  border-bottom: 1px solid #34505c;
}
.mission-motion-copy dt {
  color: #667f8a;
  font-size: .53rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mission-motion-copy dd {
  margin: 8px 0 0;
  color: #edf0ea;
  font-family: Georgia, serif;
  font-size: clamp(1rem, 1.35vw, 1.35rem);
}
.mission-motion-copy > small {
  margin-top: 19px;
  color: #627984;
  font-size: .58rem;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .mission-motion { grid-template-columns: 1fr; }
  .mission-motion-media { min-height: 0; aspect-ratio: 16 / 9; }
}

@media (max-width: 760px) {
  .mission-motion { margin-top: 16px; }
  .mission-motion-media { aspect-ratio: 4 / 3; }
  .mission-motion-media figcaption { right: 20px; bottom: 18px; left: 20px; }
  .mission-motion-play { gap: 10px; }
  .mission-motion-play i { width: 68px; height: 68px; }
  .mission-motion-copy { padding: 34px 22px 38px; }
  .mission-motion-copy h3 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .mission-motion-copy dl { gap: 8px; }
  .mission-motion-copy dt { min-height: 2.4em; }
}

/* Two-tone identity and bespoke space icons — 2026-08-03 */
.brand { width: 252px; }
.brand img {
  width: auto;
  height: 70px;
  max-width: 100%;
  max-height: none;
}
footer { min-height: 116px; }
footer img {
  width: auto;
  height: 76px;
  max-width: 220px;
  object-fit: contain;
  object-position: left center;
}

.prototype-proof__steps li > div { min-width: 0; }
.prototype-proof__steps span { margin: 0 0 7px; line-height: 1.35; }
.prototype-proof__steps strong { display: block; line-height: 1.18; }
.prototype-proof__steps small {
  display: block;
  margin-top: 8px;
  color: #68757a;
  font-size: .66rem;
  line-height: 1.48;
}

.material-options button { grid-template-columns: 72px 1fr; }
.material-options button > span { min-width: 0; }
.material-options button i,
.material-options button[data-material] i {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #98702d;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  transition: color .25s ease, transform .25s ease;
}
.material-options button i:before,
.material-options button i:after { content: none !important; display: none !important; }
.material-options .space-icon svg {
  display: block;
  width: 44px;
  height: 44px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.material-options button:hover i,
.material-options button.is-active i {
  color: #bc8d3c;
  transform: translateY(-2px) scale(1.04);
}

@media (max-width: 760px) {
  .brand { width: 202px; }
  .brand img { height: 60px; max-height: none; }
  .material-options button { grid-template-columns: 64px 1fr; }
  .material-options button i,
  .material-options button[data-material] i { width: 54px; height: 54px; }
  .material-options .space-icon svg { width: 40px; height: 40px; }
  footer img { height: 68px; }
}
