:root {
  --ink: #15363a;
  --ink-deep: #09282d;
  --ink-soft: #33565a;
  --muted: #6d7f7d;
  --paper: #f3f1ea;
  --paper-light: #faf9f4;
  --white: #ffffff;
  --sea: #8bb8ae;
  --sea-light: #d7e5df;
  --coral: #ed8462;
  --coral-deep: #bd6044;
  --line: rgba(21, 54, 58, 0.14);
  --dark-line: rgba(255, 255, 255, 0.15);
  --shadow: 0 24px 80px rgba(9, 40, 45, 0.11);
  --shell: 1180px;
  --header-height: 84px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-light);
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(237, 132, 98, 0.48);
  outline-offset: 4px;
}

button {
  color: inherit;
  font: inherit;
}

img,
svg {
  display: block;
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.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;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 11px 17px;
  color: var(--white);
  background: var(--ink-deep);
  border-radius: 999px;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-height);
  transition: background 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.site-header[data-scrolled] {
  background: rgba(243, 241, 234, 0.82);
  border-bottom: 1px solid rgba(21, 54, 58, 0.08);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  font-size: 18px;
  font-weight: 760;
  letter-spacing: -0.45px;
}

.brand-mark {
  width: 40px;
  height: 40px;
  overflow: visible;
}

.brand-mark rect {
  fill: var(--ink-deep);
}

.brand-mark path {
  fill: none;
  stroke: var(--paper-light);
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 650;
}

.site-nav > a {
  position: relative;
  padding-block: 12px;
}

.site-nav > a:not(.nav-contact)::after {
  content: "";
  position: absolute;
  inset: auto 0 6px;
  height: 1px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav > a:not(.nav-contact):hover::after,
.site-nav > a:not(.nav-contact):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-contact {
  padding: 11px 19px !important;
  color: var(--paper-light);
  background: var(--ink-deep);
  border-radius: 999px;
  transition: transform 180ms ease, background 180ms ease;
}

.nav-contact:hover,
.nav-contact:focus-visible {
  background: var(--ink);
  transform: translateY(-1px);
}

.menu-toggle {
  position: relative;
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid var(--line);
  border-radius: 14px;
  cursor: pointer;
}

.menu-toggle > span:not(.sr-only) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1.5px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 180ms ease;
}

.menu-toggle > span:nth-of-type(2) {
  transform: translate(-50%, calc(-50% - 4px));
}

.menu-toggle > span:nth-of-type(3) {
  transform: translate(-50%, calc(-50% + 4px));
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 790px;
  padding: calc(var(--header-height) + 76px) 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 40%, rgba(139, 184, 174, 0.14), transparent 33%),
    linear-gradient(135deg, var(--paper) 0%, #f7f6f1 68%, #f0ede4 100%);
}

.hero-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(1px);
}

.hero-glow-one {
  width: 420px;
  height: 420px;
  top: -210px;
  right: 8%;
  border: 1px solid rgba(21, 54, 58, 0.09);
}

.hero-glow-two {
  width: 230px;
  height: 230px;
  bottom: -120px;
  left: 8%;
  border: 1px solid rgba(237, 132, 98, 0.17);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.91fr) minmax(480px, 1.09fr);
  align-items: center;
  gap: 82px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 24px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 1.8px;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 24px;
  height: 1px;
  background: var(--coral);
}

.hero h1,
.section-heading h2,
.studio-heading h2,
.principles-heading h2,
.contact-copy h2 {
  margin: 0;
  font-family: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -3.6px;
  line-height: 0.94;
}

.hero h1 {
  max-width: 620px;
  font-size: clamp(64px, 6.6vw, 99px);
}

.hero h1 em,
.studio-heading h2 em,
.contact-copy h2 em {
  color: var(--coral-deep);
  font-weight: 500;
}

.split-heading > span,
.split-heading > em {
  display: block;
}

.split-heading > em {
  margin-top: 0.12em;
}

.hero-intro {
  max-width: 590px;
  margin: 31px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 0 23px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 720;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-primary {
  color: var(--paper-light);
  background: var(--ink-deep);
  box-shadow: 0 14px 32px rgba(9, 40, 45, 0.17);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--ink);
  box-shadow: 0 18px 38px rgba(9, 40, 45, 0.22);
  transform: translateY(-2px);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 14px;
  font-weight: 720;
}

.text-link span {
  color: var(--coral-deep);
  font-size: 18px;
  transition: transform 180ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translate(3px, 3px);
}

.hero-detail {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 54px;
}

.detail-rule {
  width: 58px;
  height: 1px;
  background: var(--line);
}

.hero-detail p {
  display: grid;
  gap: 4px;
  margin: 0;
}

.hero-detail strong {
  font-size: 12px;
  letter-spacing: 0.2px;
}

.hero-detail small {
  color: var(--muted);
  font-size: 11px;
}

.composition {
  position: relative;
  aspect-ratio: 1 / 1.06;
  min-height: 540px;
  overflow: hidden;
  color: var(--paper-light);
  background:
    radial-gradient(circle at 78% 18%, rgba(139, 184, 174, 0.23), transparent 29%),
    linear-gradient(150deg, #123b40 0%, var(--ink-deep) 65%, #061f23 100%);
  border-radius: 9px 76px 9px 9px;
  box-shadow: var(--shadow);
}

.composition-grid {
  position: absolute;
  inset: 0;
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(135deg, black, transparent 82%);
}

.composition-index,
.composition-coordinate {
  position: absolute;
  z-index: 3;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.composition-index {
  top: 28px;
  left: 30px;
}

.composition-coordinate {
  right: 30px;
  bottom: 27px;
}

.composition-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.orbit-one {
  width: 500px;
  height: 245px;
  top: 176px;
  left: 34px;
}

.orbit-two {
  width: 350px;
  height: 350px;
  top: 112px;
  left: 124px;
}

.composition-node {
  position: absolute;
  z-index: 4;
  width: 8px;
  height: 8px;
  background: var(--coral);
  border: 3px solid rgba(237, 132, 98, 0.25);
  border-radius: 50%;
  background-clip: padding-box;
  box-sizing: content-box;
}

.node-one {
  top: 166px;
  right: 82px;
}

.node-two {
  bottom: 119px;
  left: 67px;
  background: var(--sea);
  border-color: rgba(139, 184, 174, 0.25);
}

.product-canvas {
  position: absolute;
  z-index: 3;
  top: 118px;
  left: 65px;
  width: calc(100% - 112px);
  height: 286px;
  overflow: hidden;
  color: var(--ink-deep);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(226, 236, 231, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 9px 42px 9px 9px;
  box-shadow: 0 30px 65px rgba(0, 0, 0, 0.25);
  transform: rotate(-2.5deg);
}

.canvas-bar {
  display: flex;
  align-items: center;
  height: 41px;
  padding: 0 17px;
  border-bottom: 1px solid rgba(9, 40, 45, 0.1);
}

.canvas-dots {
  display: flex;
  gap: 5px;
}

.canvas-dots i {
  width: 5px;
  height: 5px;
  background: rgba(9, 40, 45, 0.22);
  border-radius: 50%;
}

.canvas-address {
  margin: 0 auto;
  color: rgba(9, 40, 45, 0.42);
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.canvas-menu {
  display: grid;
  gap: 3px;
  width: 13px;
}

.canvas-menu i {
  height: 1px;
  background: rgba(9, 40, 45, 0.4);
}

.canvas-body {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  height: calc(100% - 41px);
}

.canvas-message {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 42px 25px 24px 32px;
}

.canvas-kicker,
.mobile-label,
.utility-label {
  color: var(--coral-deep);
  font-size: 7px;
  font-weight: 760;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.canvas-title {
  margin: 13px 0 19px;
  font-family: "Iowan Old Style", "Baskerville", serif;
  font-size: 35px;
  letter-spacing: -1.4px;
  line-height: 0.95;
}

.canvas-copy {
  width: 94%;
  height: 4px;
  margin-bottom: 7px;
  background: rgba(9, 40, 45, 0.15);
  border-radius: 99px;
}

.canvas-copy-short {
  width: 62%;
}

.canvas-button {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: auto;
  padding: 9px 12px;
  color: white;
  background: var(--ink-deep);
  border-radius: 99px;
  font-size: 7px;
  font-weight: 720;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.canvas-button i,
.mobile-action i {
  font-style: normal;
}

.canvas-system {
  position: relative;
  margin: 20px 20px 20px 0;
  overflow: hidden;
  background: rgba(139, 184, 174, 0.23);
  border: 1px solid rgba(9, 40, 45, 0.07);
  border-radius: 4px 26px 4px 4px;
}

.system-orb {
  position: absolute;
  top: 25px;
  right: 27px;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(9, 40, 45, 0.14);
  border-radius: 50%;
}

.system-orb::before {
  position: absolute;
  width: 42px;
  height: 42px;
  background: var(--coral);
  border-radius: 50%;
  content: "";
}

.system-orb i {
  position: relative;
  z-index: 1;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}

.system-line {
  position: absolute;
  left: 20px;
  bottom: 73px;
  width: 48%;
  height: 4px;
  background: rgba(9, 40, 45, 0.18);
  border-radius: 99px;
}

.system-line.line-wide {
  bottom: 91px;
  width: 67%;
  background: rgba(9, 40, 45, 0.34);
}

.system-line.line-short {
  bottom: 55px;
  width: 33%;
}

.system-card {
  position: absolute;
  bottom: 17px;
  width: 35%;
  height: 19px;
  border-radius: 3px;
}

.card-coral {
  right: 17px;
  background: rgba(237, 132, 98, 0.58);
}

.card-sea {
  right: calc(35% + 24px);
  background: rgba(9, 40, 45, 0.12);
}

.mobile-surface {
  position: absolute;
  z-index: 5;
  bottom: 52px;
  left: 61px;
  width: 148px;
  height: 222px;
  padding: 31px 17px 16px;
  overflow: hidden;
  color: var(--ink-deep);
  background: #f4efe6;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 22px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.24);
  transform: rotate(4deg);
}

.mobile-speaker {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 29px;
  height: 3px;
  background: rgba(9, 40, 45, 0.2);
  border-radius: 99px;
  transform: translateX(-50%);
}

.mobile-orb {
  position: relative;
  display: grid;
  width: 68px;
  height: 68px;
  margin: 17px 0 18px;
  place-items: center;
  background: var(--sea-light);
  border-radius: 50%;
}

.mobile-orb::before,
.mobile-orb::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.mobile-orb::before {
  width: 35px;
  height: 35px;
  background: var(--ink-deep);
}

.mobile-orb::after {
  width: 11px;
  height: 11px;
  background: var(--coral);
  transform: translate(21px, -21px);
}

.mobile-orb i {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 1px;
  background: white;
}

.mobile-line {
  display: block;
  width: 58%;
  height: 4px;
  margin-top: 7px;
  background: rgba(9, 40, 45, 0.15);
  border-radius: 99px;
}

.mobile-line-long {
  width: 86%;
  background: rgba(9, 40, 45, 0.33);
}

.mobile-progress {
  display: flex;
  gap: 4px;
  margin-top: 16px;
}

.mobile-progress i {
  width: 20px;
  height: 3px;
  background: rgba(9, 40, 45, 0.13);
  border-radius: 99px;
}

.mobile-progress i:first-child,
.mobile-progress i:nth-child(2) {
  background: var(--coral);
}

.mobile-action {
  position: absolute;
  right: 15px;
  bottom: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  color: white;
  background: var(--ink-deep);
  border-radius: 99px;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.utility-surface {
  position: absolute;
  z-index: 5;
  right: 45px;
  bottom: 80px;
  width: 203px;
  height: 135px;
  padding: 18px 19px;
  color: white;
  background: #174247;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px 28px 6px 6px;
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: rotate(-3deg);
}

.utility-label {
  display: block;
  color: rgba(255, 255, 255, 0.58);
}

.utility-value {
  display: inline-block;
  margin-top: 11px;
  font-family: "Iowan Old Style", "Baskerville", serif;
  font-size: 39px;
  line-height: 1;
}

.utility-unit {
  margin-left: 3px;
  color: rgba(255, 255, 255, 0.47);
  font-size: 7px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.utility-chart {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: end;
  gap: 5px;
  width: 83px;
  height: 61px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.utility-chart i {
  width: 8px;
  height: var(--bar);
  background: var(--sea);
  border-radius: 5px 5px 0 0;
}

.utility-chart i:nth-child(4),
.utility-chart i:nth-child(6) {
  background: var(--coral);
}

.field-tag {
  position: absolute;
  z-index: 6;
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 7px;
  font-weight: 720;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.field-education {
  top: 77px;
  left: 48px;
}

.field-lifestyle {
  top: 82px;
  right: 39px;
}

.field-utility {
  right: 39px;
  bottom: 53px;
}

.atlas-carousel {
  position: absolute;
  z-index: 3;
  inset: 0;
}

.atlas-slide {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px) scale(0.985);
  transition:
    opacity 520ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 520ms;
}

.atlas-slide[data-active] {
  z-index: 4;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.atlas-controls {
  position: absolute;
  z-index: 8;
  bottom: 18px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.atlas-controls button {
  position: relative;
  width: 24px;
  padding: 0 0 6px;
  color: rgba(255, 255, 255, 0.46);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.7px;
  text-align: left;
  transition: color 180ms ease;
}

.atlas-controls button::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  content: "";
  transition: background 180ms ease, transform 180ms ease;
  transform: scaleX(0.42);
  transform-origin: left;
}

.atlas-controls button[aria-pressed="true"] {
  color: white;
}

.atlas-controls button[aria-pressed="true"]::after {
  background: var(--coral);
  transform: scaleX(1);
}

.atlas-controls button:focus-visible {
  outline: 2px solid rgba(237, 132, 98, 0.7);
  outline-offset: 4px;
}

.atlas-frame {
  position: absolute;
  z-index: 3;
  inset: 69px 49px 59px;
  overflow: hidden;
  color: var(--ink-deep);
  background: var(--paper-light);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px 48px 8px 8px;
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.24);
}

.atlas-header,
.atlas-footer {
  display: flex;
  align-items: center;
  color: rgba(9, 40, 45, 0.53);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.atlas-header {
  height: 49px;
  padding: 0 19px;
  border-bottom: 1px solid rgba(9, 40, 45, 0.12);
}

.atlas-signal {
  display: grid;
  width: 18px;
  height: 18px;
  margin-right: 11px;
  place-items: center;
  background: var(--ink-deep);
  border-radius: 50%;
}

.atlas-signal i {
  width: 5px;
  height: 5px;
  background: var(--coral);
  border-radius: 50%;
}

.atlas-count {
  margin-left: auto;
}

.atlas-grid {
  display: grid;
  grid-template-columns: 1.48fr 0.82fr;
  grid-template-rows: repeat(3, 1fr);
  height: calc(100% - 93px);
}

.atlas-core {
  position: relative;
  grid-row: 1 / 4;
  overflow: hidden;
  background:
    linear-gradient(rgba(9, 40, 45, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 40, 45, 0.055) 1px, transparent 1px),
    var(--sea-light);
  background-size: 50px 50px;
  border-right: 1px solid rgba(9, 40, 45, 0.12);
}

.core-index {
  position: absolute;
  z-index: 3;
  top: 22px;
  left: 23px;
  color: rgba(9, 40, 45, 0.55);
  font-size: 7px;
  font-weight: 760;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}

.core-system {
  position: absolute;
  top: 49%;
  left: 50%;
  width: 240px;
  height: 240px;
  transform: translate(-50%, -50%);
}

.core-ring,
.core-axis {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(9, 40, 45, 0.18);
  border-radius: 50%;
}

.core-ring-inner {
  inset: 40px;
  border-color: rgba(9, 40, 45, 0.13);
}

.core-axis-horizontal {
  inset: 78px -17px;
  transform: rotate(-19deg);
}

.core-axis-vertical {
  inset: -8px 81px;
  transform: rotate(27deg);
}

.core-orb {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 90px;
  height: 90px;
  place-items: center;
  background: linear-gradient(145deg, #f29a78, var(--coral));
  border-radius: 50%;
  box-shadow: 0 22px 38px rgba(198, 92, 60, 0.24);
  transform: translate(-50%, -50%);
}

.core-orb i {
  width: 12px;
  height: 12px;
  background: var(--paper-light);
  border-radius: 50%;
}

.core-satellite {
  position: absolute;
  z-index: 2;
  width: 11px;
  height: 11px;
  background: var(--ink-deep);
  border: 4px solid rgba(9, 40, 45, 0.14);
  border-radius: 50%;
  background-clip: padding-box;
}

.satellite-one {
  top: 25px;
  right: 40px;
}

.satellite-two {
  bottom: 34px;
  left: 28px;
  background: var(--coral);
  border-color: rgba(237, 132, 98, 0.18);
}

.core-caption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  display: grid;
  gap: 3px;
  margin: 0;
  text-align: right;
}

.core-caption span {
  font-family: "Iowan Old Style", "Baskerville", serif;
  font-size: 22px;
  letter-spacing: -0.4px;
}

.core-caption small {
  color: rgba(9, 40, 45, 0.48);
  font-size: 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.atlas-module {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  min-height: 0;
  padding: 16px 17px 14px;
  border-bottom: 1px solid rgba(9, 40, 45, 0.12);
}

.atlas-module:last-child {
  border-bottom: 0;
}

.atlas-module svg {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3;
}

.module-number {
  color: rgba(9, 40, 45, 0.42);
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 1px;
}

.module-name {
  align-self: end;
  font-family: "Iowan Old Style", "Baskerville", serif;
  font-size: 17px;
}

.module-education {
  background: #f5f2ea;
}

.module-utilities {
  background: #efd4c8;
}

.module-lifestyle {
  color: white;
  background: #174247;
}

.module-lifestyle .module-number {
  color: rgba(255, 255, 255, 0.45);
}

.atlas-footer {
  justify-content: center;
  gap: 11px;
  height: 44px;
  border-top: 1px solid rgba(9, 40, 45, 0.12);
}

.atlas-footer i {
  width: 3px;
  height: 3px;
  background: var(--coral);
  border-radius: 50%;
}

.design-signal {
  background: var(--coral-deep);
}

.design-signal i {
  background: var(--paper-light);
}

.design-board,
.engineering-board {
  display: grid;
  grid-template-columns: 1.48fr 0.82fr;
  grid-template-rows: repeat(3, 1fr);
  height: calc(100% - 93px);
}

.design-core,
.engineering-core {
  position: relative;
  grid-row: 1 / 4;
  overflow: hidden;
  border-right: 1px solid rgba(9, 40, 45, 0.12);
}

.design-core {
  background:
    linear-gradient(rgba(9, 40, 45, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 40, 45, 0.05) 1px, transparent 1px),
    #efd4c8;
  background-size: 50px 50px;
}

.design-forms {
  position: absolute;
  top: 49%;
  left: 50%;
  width: 236px;
  height: 236px;
  transform: translate(-50%, -50%);
}

.design-form,
.design-focus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-one {
  width: 220px;
  height: 220px;
  border: 1px solid rgba(9, 40, 45, 0.2);
  border-radius: 50%;
}

.form-two {
  width: 145px;
  height: 145px;
  background: rgba(250, 249, 244, 0.63);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 13px 52px 13px 13px;
  box-shadow: 0 22px 42px rgba(100, 46, 30, 0.1);
  transform: translate(-50%, -50%) rotate(16deg);
}

.form-three {
  width: 72px;
  height: 72px;
  background: var(--ink-deep);
  border-radius: 50%;
  box-shadow: 0 15px 28px rgba(9, 40, 45, 0.19);
}

.design-focus {
  z-index: 2;
  width: 14px;
  height: 14px;
  background: var(--coral);
  border: 4px solid rgba(250, 249, 244, 0.92);
  border-radius: 50%;
  box-sizing: content-box;
}

.design-workbench {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 230px;
  height: 245px;
  transform: translate(-50%, -50%);
}

.ui-sheet {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 156px;
  height: 205px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 7px 34px 7px 7px;
}

.sheet-back {
  z-index: 1;
  background: #ce765b;
  box-shadow: 0 18px 35px rgba(107, 50, 34, 0.12);
  transform: translate(-68%, -47%) rotate(-12deg);
}

.sheet-middle {
  z-index: 2;
  background: #9fc6bc;
  box-shadow: 0 20px 38px rgba(38, 85, 80, 0.14);
  transform: translate(-31%, -54%) rotate(9deg);
}

.sheet-front {
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding: 15px;
  overflow: hidden;
  background: #f8f5ee;
  border-color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 25px 45px rgba(58, 47, 39, 0.17);
  transform: translate(-50%, -50%) rotate(-2deg);
}

.sheet-top {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(9, 40, 45, 0.1);
}

.sheet-top i {
  width: 7px;
  height: 7px;
  margin-right: auto;
  background: var(--coral);
  border-radius: 50%;
}

.sheet-top b {
  width: 18px;
  height: 2px;
  background: rgba(9, 40, 45, 0.19);
  border-radius: 99px;
}

.sheet-top b:last-child {
  width: 10px;
}

.sheet-feature {
  position: relative;
  display: grid;
  height: 67px;
  margin-top: 14px;
  place-items: center;
  background: var(--sea-light);
  border-radius: 4px 19px 4px 4px;
}

.sheet-feature::before,
.sheet-feature::after {
  position: absolute;
  border: 1px solid rgba(9, 40, 45, 0.15);
  border-radius: 50%;
  content: "";
}

.sheet-feature::before {
  width: 44px;
  height: 44px;
}

.sheet-feature::after {
  width: 28px;
  height: 28px;
  background: var(--ink-deep);
}

.sheet-feature i {
  position: relative;
  z-index: 1;
  width: 7px;
  height: 7px;
  background: var(--coral);
  border-radius: 50%;
}

.sheet-copy {
  display: grid;
  gap: 5px;
  margin-top: 13px;
}

.sheet-copy i {
  width: 86%;
  height: 3px;
  background: rgba(9, 40, 45, 0.19);
  border-radius: 99px;
}

.sheet-copy i:nth-child(2) {
  width: 68%;
}

.sheet-copy i:last-child {
  width: 45%;
}

.sheet-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 8px 10px;
  color: white;
  background: var(--ink-deep);
  border-radius: 99px;
  font-size: 6px;
  font-weight: 720;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.sheet-action i {
  color: var(--coral);
  font-style: normal;
  font-size: 9px;
}

.design-cursor {
  position: absolute;
  z-index: 4;
  right: 13px;
  bottom: 24px;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  background: var(--coral);
  border: 5px solid rgba(250, 249, 244, 0.72);
  border-radius: 50%;
  box-shadow: 0 9px 18px rgba(116, 58, 41, 0.18);
  box-sizing: content-box;
}

.design-cursor i {
  width: 7px;
  height: 7px;
  background: white;
  border-radius: 50%;
}

.design-module {
  position: relative;
  min-height: 0;
  padding: 16px 17px 14px;
  overflow: hidden;
  border-bottom: 1px solid rgba(9, 40, 45, 0.12);
}

.design-module:last-child {
  border-bottom: 0;
}

.design-type {
  background: #f5f2ea;
}

.design-type strong {
  position: absolute;
  right: 15px;
  bottom: 7px;
  font-family: "Iowan Old Style", "Baskerville", serif;
  font-size: 53px;
  font-weight: 500;
  letter-spacing: -4px;
  line-height: 1;
}

.design-baseline {
  position: absolute;
  bottom: 19px;
  left: 17px;
  display: grid;
  gap: 5px;
}

.design-baseline i {
  width: 38px;
  height: 2px;
  background: rgba(9, 40, 45, 0.18);
}

.design-baseline i:nth-child(2) {
  width: 27px;
}

.design-baseline i:last-child {
  width: 32px;
  background: var(--coral);
}

.design-colour {
  background: var(--sea-light);
}

.colour-set {
  position: absolute;
  right: 20px;
  bottom: 22px;
  display: flex;
  align-items: center;
}

.colour-set i {
  width: 42px;
  height: 42px;
  background: var(--ink-deep);
  border: 3px solid var(--sea-light);
  border-radius: 50%;
}

.colour-set i + i {
  margin-left: -15px;
}

.colour-set i:nth-child(2) {
  background: var(--coral);
}

.colour-set i:nth-child(3) {
  background: var(--paper-light);
}

.design-flow {
  color: white;
  background: var(--ink-deep);
}

.design-flow .module-number {
  color: rgba(255, 255, 255, 0.46);
}

.design-flow svg {
  position: absolute;
  right: 14px;
  bottom: 18px;
  width: calc(100% - 28px);
  fill: none;
  stroke: var(--sea);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.design-flow svg circle {
  fill: var(--coral);
  stroke: var(--ink-deep);
  stroke-width: 3;
}

.design-clarity {
  background: #f5f2ea;
}

.design-clarity svg {
  position: absolute;
  right: 17px;
  bottom: 16px;
  width: 67px;
  fill: none;
  stroke: var(--ink-deep);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.design-clarity svg circle {
  fill: var(--coral);
  stroke: none;
}

.design-identity {
  background: var(--sea-light);
}

.design-identity svg {
  position: absolute;
  right: 17px;
  bottom: 16px;
  width: 67px;
  fill: none;
  stroke: var(--ink-deep);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.design-identity svg circle {
  fill: var(--coral);
  stroke: none;
}

.identity-set {
  position: absolute;
  right: 18px;
  bottom: 17px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.identity-set i {
  width: 35px;
  height: 35px;
  background: var(--ink-deep);
  border-radius: 50%;
}

.identity-set i:nth-child(2) {
  background: var(--coral);
  border-radius: 5px 17px 5px 5px;
  transform: rotate(8deg);
}

.identity-set i:last-child {
  width: 30px;
  height: 30px;
  background: var(--paper-light);
  border: 1px solid rgba(9, 40, 45, 0.12);
  border-radius: 3px;
  transform: rotate(-8deg);
}

.design-interaction {
  color: white;
  background: var(--ink-deep);
}

.design-interaction .module-number {
  color: rgba(255, 255, 255, 0.46);
}

.design-interaction svg {
  position: absolute;
  right: 17px;
  bottom: 16px;
  width: 67px;
  fill: none;
  stroke: var(--sea);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.design-interaction svg circle {
  fill: var(--coral);
  stroke: var(--ink-deep);
  stroke-width: 3;
}

.engineering-signal {
  background: var(--sea);
}

.engineering-signal i {
  background: var(--ink-deep);
}

.engineering-core {
  color: white;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    #0d3237;
  background-size: 50px 50px;
}

.engineering-core .core-index {
  color: rgba(255, 255, 255, 0.5);
}

.engineering-map {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88%;
  fill: var(--ink-deep);
  stroke: rgba(139, 184, 174, 0.56);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.15;
  transform: translate(-50%, -53%);
}

.engineering-map circle {
  fill: var(--sea);
  stroke: #0d3237;
  stroke-width: 5;
}

.engineering-map circle:nth-of-type(3),
.engineering-map circle:nth-of-type(6) {
  fill: var(--coral);
}

.engineering-caption small {
  color: rgba(255, 255, 255, 0.45);
}

.engineering-module {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  min-height: 0;
  padding: 16px 17px 14px;
  border-bottom: 1px solid rgba(9, 40, 45, 0.12);
}

.engineering-module:last-child {
  border-bottom: 0;
}

.engineering-module svg {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.engineering-module .module-name {
  align-self: end;
}

.module-reliable {
  background: #f5f2ea;
}

.module-structured {
  background: var(--sea-light);
}

.module-adaptable {
  background: #efd4c8;
}

.engineering-footer i {
  background: var(--sea);
}

.studio-strip {
  background: var(--paper-light);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.strip-grid > p {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  margin: 0;
  padding: 28px 34px;
  border-left: 1px solid var(--line);
}

.strip-grid > p:last-child {
  border-right: 1px solid var(--line);
}

.strip-grid span {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--coral-deep);
  font-family: "Iowan Old Style", serif;
  font-size: 24px;
}

.strip-grid strong {
  font-size: 13px;
}

.strip-grid small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.section {
  padding: 120px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: end;
  column-gap: 70px;
  margin-bottom: 62px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h2,
.studio-heading h2,
.principles-heading h2,
.contact-copy h2 {
  font-size: clamp(50px, 5.1vw, 74px);
}

.section-heading > p:last-child {
  max-width: 500px;
  margin: 0 0 2px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.work-section {
  background: var(--paper-light);
}

.product-card {
  position: relative;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  min-height: 660px;
  overflow: hidden;
  color: var(--paper-light);
  background: var(--ink-deep);
  border-radius: 8px 72px 8px 8px;
  box-shadow: 0 30px 90px rgba(9, 40, 45, 0.14);
}

.product-copy {
  position: relative;
  z-index: 2;
  padding: 58px 0 58px 60px;
}

.product-number {
  display: flex;
  align-items: center;
  gap: 15px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.product-number span {
  color: var(--coral);
  font-family: "Iowan Old Style", serif;
  font-size: 24px;
  letter-spacing: 0;
}

.product-brand {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-top: 55px;
}

.product-brand img {
  width: 66px;
  height: 66px;
  border-radius: 20px;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.22);
}

.product-brand p,
.product-brand h3 {
  margin: 0;
}

.product-brand p {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.product-brand h3 {
  font-family: "Iowan Old Style", serif;
  font-size: 47px;
  font-weight: 500;
  letter-spacing: -1.9px;
  line-height: 1;
}

.product-description {
  max-width: 470px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.75;
}

.product-facts {
  display: grid;
  gap: 13px;
  margin: 28px 0 37px;
  padding: 0;
  list-style: none;
}

.product-facts li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.product-facts li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--sea);
  border-radius: 50%;
}

.button-light {
  color: var(--ink-deep);
  background: var(--paper-light);
}

.button-light:hover,
.button-light:focus-visible {
  background: var(--white);
  transform: translateY(-2px);
}

.product-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 62% 48%, rgba(255, 255, 255, 0.98) 0 4%, transparent 43%),
    linear-gradient(135deg, rgba(139, 184, 174, 0.88), rgba(215, 229, 223, 0.76));
  border-radius: 72px 0 0 0;
}

.product-orbit {
  position: absolute;
  border: 1px solid rgba(9, 40, 45, 0.15);
  border-radius: 50%;
  transform: rotate(-19deg);
}

.product-orbit-one {
  width: 570px;
  height: 270px;
  top: 170px;
  left: 18px;
}

.product-orbit-two {
  width: 360px;
  height: 360px;
  top: 95px;
  right: 48px;
}

.phone-shell {
  position: absolute;
  z-index: 2;
  top: 54px;
  left: 50%;
  width: 285px;
  height: 617px;
  padding: 8px;
  overflow: hidden;
  background: #f6f7f4;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 42px;
  box-shadow: 0 28px 65px rgba(9, 40, 45, 0.25);
  transform: translateX(-50%) rotate(4deg);
}

.phone-shell::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  width: 76px;
  height: 22px;
  background: #061518;
  border-radius: 999px;
  transform: translateX(-50%);
}

.phone-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 34px;
}

.product-note {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  color: var(--ink-deep);
  background: rgba(250, 249, 244, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(9, 40, 45, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 9px;
  font-weight: 770;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.product-note span {
  width: 7px;
  height: 7px;
  background: var(--coral);
  border-radius: 50%;
}

.note-top {
  top: 115px;
  right: 30px;
}

.note-bottom {
  bottom: 83px;
  left: 26px;
}

.note-bottom span {
  background: var(--sea);
}

.studio-section {
  background: var(--paper);
}

.studio-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 112px;
}

.studio-heading {
  position: sticky;
  top: 130px;
  align-self: start;
}

.studio-copy {
  padding-top: 50px;
}

.studio-copy > p {
  max-width: 590px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.studio-copy .studio-lede {
  margin-bottom: 24px;
  color: var(--ink-soft);
  font-family: "Iowan Old Style", "Baskerville", serif;
  font-size: 26px;
  line-height: 1.48;
}

.company-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 52px 0 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.company-details div {
  min-height: 112px;
  padding: 25px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.company-details dt {
  margin-bottom: 12px;
  color: var(--coral-deep);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.company-details dd {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 680;
  line-height: 1.5;
}

.principles-section {
  color: var(--paper-light);
  background: var(--ink-deep);
}

.light-eyebrow {
  color: rgba(255, 255, 255, 0.58);
}

.principles-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 76px;
}

.principles-heading .eyebrow {
  align-self: start;
  margin-right: 40px;
}

.principles-heading h2 {
  max-width: 700px;
  text-align: right;
}

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

.principles-grid article {
  min-height: 360px;
  padding: 34px 36px 20px;
  border-left: 1px solid var(--dark-line);
}

.principles-grid article:last-child {
  border-right: 1px solid var(--dark-line);
}

.principle-number {
  margin: 0;
  color: var(--coral);
  font-family: "Iowan Old Style", serif;
  font-size: 28px;
}

.principle-line {
  display: block;
  width: 44px;
  height: 1px;
  margin: 60px 0 30px;
  background: rgba(255, 255, 255, 0.25);
}

.principles-grid h3 {
  max-width: 270px;
  margin: 0;
  font-family: "Iowan Old Style", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.8px;
  line-height: 1.12;
}

.principles-grid article > p:last-child {
  max-width: 285px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.7;
}

.contact-section {
  background: var(--paper-light);
}

.contact-card {
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 82px;
  padding: 72px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px 64px 8px 8px;
}

.contact-card > *:not(.contact-orbit) {
  position: relative;
  z-index: 2;
}

.contact-orbit {
  position: absolute;
  border: 1px solid rgba(21, 54, 58, 0.09);
  border-radius: 50%;
  pointer-events: none;
}

.contact-orbit-one {
  width: 370px;
  height: 370px;
  right: -180px;
  top: -185px;
}

.contact-orbit-two {
  width: 210px;
  height: 210px;
  left: -105px;
  bottom: -105px;
  border-color: rgba(237, 132, 98, 0.18);
}

.contact-copy > p:last-child {
  max-width: 460px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.contact-links {
  align-self: center;
  border-top: 1px solid var(--line);
}

.contact-links > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 3px;
  border-bottom: 1px solid var(--line);
  transition: padding 180ms ease, color 180ms ease;
}

.contact-links > a:hover,
.contact-links > a:focus-visible {
  padding-inline: 10px;
  color: var(--coral-deep);
}

.contact-links span {
  display: grid;
  gap: 6px;
}

.contact-links small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.contact-links strong {
  font-size: 16px;
  font-weight: 680;
}

.contact-links svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer {
  color: rgba(255, 255, 255, 0.74);
  background: #061f23;
}

.not-found-body {
  background: var(--paper);
}

.not-found-main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 48px 0;
  background:
    radial-gradient(circle at 50% 35%, rgba(139, 184, 174, 0.17), transparent 36%),
    var(--paper);
}

.not-found-card {
  max-width: 720px;
  text-align: center;
}

.not-found-card .eyebrow {
  justify-content: center;
}

.not-found-card h1 {
  margin: 0;
  font-family: "Iowan Old Style", "Baskerville", serif;
  font-size: clamp(54px, 10vw, 90px);
  font-weight: 500;
  letter-spacing: -3px;
  line-height: 0.95;
}

.not-found-card .hero-intro {
  margin-inline: auto;
}

.not-found-card .button {
  margin-top: 32px;
}

.footer-main {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 54px;
}

.footer-brand {
  color: var(--paper-light);
}

.footer-brand .brand-mark rect {
  fill: var(--paper-light);
}

.footer-brand .brand-mark path {
  stroke: var(--ink-deep);
}

.footer-main > div > p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-family: "Iowan Old Style", serif;
  font-size: 18px;
}

.footer-main nav {
  display: flex;
  gap: 29px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 650;
}

.footer-main nav a:hover,
.footer-main nav a:focus-visible {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding-top: 24px;
  padding-bottom: 30px;
  color: rgba(255, 255, 255, 0.37);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 10px;
}

.footer-bottom p {
  margin: 0;
}

[data-reveal] {
  opacity: 1;
  transform: translateY(0);
  transition: transform 620ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

[data-reveal][data-visible] {
  transform: translateY(0);
}

[data-reveal-delay="1"] {
  transition-delay: 100ms;
}

[data-reveal-delay="2"] {
  transition-delay: 200ms;
}

@media (max-width: 1050px) {
  .hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 48px;
  }

  .hero h1 {
    font-size: clamp(60px, 7.5vw, 82px);
  }

  .composition {
    min-height: 500px;
  }

  .product-copy {
    padding-left: 45px;
  }

  .studio-grid {
    gap: 65px;
  }

  .contact-card {
    gap: 55px;
    padding: 58px;
  }

}

@media (max-width: 860px) {
  :root {
    --header-height: 74px;
  }

  .site-header {
    background: rgba(243, 241, 234, 0.88);
    border-bottom: 1px solid rgba(21, 54, 58, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .js .menu-toggle {
    display: block;
  }

  .site-nav {
    gap: 24px;
  }

  html:not(.js) .site-header {
    position: static;
    height: auto;
  }

  html:not(.js) .header-inner {
    flex-wrap: wrap;
    gap: 12px 28px;
    padding-block: 14px;
  }

  html:not(.js) .site-nav {
    width: 100%;
    justify-content: space-between;
  }

  html:not(.js) .hero {
    padding-top: 68px;
  }

  .js .site-nav {
    position: fixed;
    inset: var(--header-height) 0 auto;
    display: grid;
    gap: 0;
    padding: 24px;
    visibility: hidden;
    opacity: 0;
    background: rgba(243, 241, 234, 0.98);
    border-bottom: 1px solid var(--line);
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .js .site-nav[data-open] {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .js .site-nav > a {
    padding: 15px 5px;
    border-bottom: 1px solid var(--line);
  }

  .js .site-nav .nav-contact {
    justify-self: stretch;
    margin-top: 16px;
    padding: 14px 20px !important;
    text-align: center;
    border-bottom: 0;
  }

  .hero {
    min-height: 0;
    padding-top: calc(var(--header-height) + 68px);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .hero-copy {
    max-width: 700px;
  }

  .hero h1 {
    max-width: 690px;
  }

  .hero-visual {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .composition {
    min-height: 570px;
  }

  .strip-grid > p {
    padding-inline: 21px;
  }

  .section {
    padding: 94px 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .section-heading h2 {
    max-width: 700px;
  }

  .section-heading > p:last-child {
    max-width: 620px;
  }

  .product-card {
    grid-template-columns: 1fr;
  }

  .product-copy {
    padding: 52px;
  }

  .product-visual {
    min-height: 650px;
    border-radius: 62px 0 0;
  }

  .studio-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .studio-heading {
    position: static;
  }

  .studio-copy {
    padding-top: 0;
  }

  .principles-heading {
    display: block;
  }

  .principles-heading h2 {
    max-width: 690px;
    text-align: left;
  }

  .principles-grid {
    grid-template-columns: 1fr;
  }

  .principles-grid article,
  .principles-grid article:last-child {
    min-height: 0;
    padding: 32px 30px 45px;
    border-right: 1px solid var(--dark-line);
    border-bottom: 1px solid var(--dark-line);
  }

  .principle-line {
    margin: 32px 0 23px;
  }

  .principles-grid article > p:last-child,
  .principles-grid h3 {
    max-width: 580px;
  }

  .contact-card {
    grid-template-columns: 1fr;
    gap: 44px;
  }

}

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

  .brand {
    font-size: 17px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  html:not(.js) .site-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }

  html:not(.js) .site-nav .nav-contact {
    margin: 4px 0;
    text-align: center;
  }

  .hero {
    padding-top: calc(var(--header-height) + 52px);
    padding-bottom: 65px;
  }

  .eyebrow {
    align-items: flex-start;
    font-size: 9px;
    letter-spacing: 1.35px;
  }

  .eyebrow > span {
    margin-top: 6px;
  }

  .hero h1,
  .section-heading h2,
  .studio-heading h2,
  .principles-heading h2,
  .contact-copy h2 {
    letter-spacing: -2.3px;
  }

  .hero h1 {
    font-size: clamp(54px, 17vw, 72px);
  }

  .hero-intro {
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    margin-top: 31px;
  }

  .button-primary {
    width: 100%;
  }

  .hero-detail {
    margin-top: 42px;
  }

  .composition {
    min-height: 0;
    aspect-ratio: 0.91 / 1;
    border-radius: 7px 48px 7px 7px;
  }

  .composition-index {
    top: 21px;
    left: 22px;
  }

  .composition-coordinate {
    right: 20px;
    bottom: 20px;
    font-size: 7px;
  }

  .orbit-one {
    width: 330px;
    height: 160px;
    top: 135px;
    left: 8px;
  }

  .orbit-two {
    width: 260px;
    height: 260px;
    top: 72px;
    left: 47px;
  }

  .product-canvas {
    top: 82px;
    left: 29px;
    width: calc(100% - 49px);
    height: 205px;
    border-radius: 7px 30px 7px 7px;
  }

  .canvas-bar {
    height: 31px;
    padding: 0 12px;
  }

  .canvas-body {
    height: calc(100% - 31px);
  }

  .canvas-message {
    padding: 27px 14px 15px 18px;
  }

  .canvas-title {
    margin: 9px 0 13px;
    font-size: 25px;
  }

  .canvas-button {
    padding: 7px 9px;
  }

  .canvas-system {
    margin: 14px 13px 14px 0;
    border-radius: 4px 19px 4px 4px;
  }

  .system-orb {
    top: 17px;
    right: 17px;
    width: 45px;
    height: 45px;
  }

  .system-orb::before {
    width: 29px;
    height: 29px;
  }

  .system-line {
    left: 13px;
    bottom: 46px;
  }

  .system-line.line-wide {
    bottom: 59px;
  }

  .system-line.line-short {
    bottom: 33px;
  }

  .system-card {
    bottom: 11px;
    height: 12px;
  }

  .card-coral {
    right: 10px;
  }

  .card-sea {
    right: calc(35% + 15px);
  }

  .mobile-surface {
    bottom: 35px;
    left: 29px;
    width: 106px;
    height: 160px;
    padding: 24px 12px 11px;
    border-radius: 17px;
  }

  .mobile-orb {
    width: 46px;
    height: 46px;
    margin: 11px 0 12px;
  }

  .mobile-orb::before {
    width: 24px;
    height: 24px;
  }

  .mobile-orb::after {
    width: 8px;
    height: 8px;
    transform: translate(14px, -14px);
  }

  .mobile-progress {
    gap: 2px;
    margin-top: 10px;
  }

  .mobile-progress i {
    width: 15px;
  }

  .mobile-action {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 6px 7px;
  }

  .utility-surface {
    right: 19px;
    bottom: 52px;
    width: 145px;
    height: 97px;
    padding: 12px 13px;
    border-radius: 5px 21px 5px 5px;
  }

  .utility-value {
    margin-top: 8px;
    font-size: 28px;
  }

  .utility-chart {
    right: 12px;
    bottom: 12px;
    gap: 3px;
    width: 58px;
    height: 44px;
  }

  .utility-chart i {
    width: 6px;
  }

  .field-education {
    top: 50px;
    left: 22px;
  }

  .field-lifestyle {
    top: 54px;
    right: 18px;
  }

  .field-utility {
    right: 17px;
    bottom: 27px;
  }

  .atlas-frame {
    inset: 48px 20px 35px;
    border-radius: 6px 31px 6px 6px;
  }

  .atlas-controls {
    bottom: 9px;
    left: 21px;
    gap: 8px;
  }

  .atlas-controls button {
    width: 20px;
    padding-bottom: 4px;
    font-size: 5px;
  }

  .atlas-header {
    height: 35px;
    padding: 0 12px;
    font-size: 6px;
    letter-spacing: 0.85px;
  }

  .atlas-signal {
    width: 14px;
    height: 14px;
    margin-right: 7px;
  }

  .atlas-signal i {
    width: 4px;
    height: 4px;
  }

  .atlas-grid {
    grid-template-columns: 1.42fr 0.88fr;
    height: calc(100% - 68px);
  }

  .design-board,
  .engineering-board {
    grid-template-columns: 1.42fr 0.88fr;
    height: calc(100% - 68px);
  }

  .core-index {
    top: 13px;
    left: 13px;
    font-size: 5px;
    letter-spacing: 0.75px;
  }

  .core-system {
    width: 145px;
    height: 145px;
  }

  .core-ring-inner {
    inset: 25px;
  }

  .core-axis-horizontal {
    inset: 47px -10px;
  }

  .core-axis-vertical {
    inset: -5px 49px;
  }

  .core-orb {
    width: 56px;
    height: 56px;
  }

  .core-orb i {
    width: 8px;
    height: 8px;
  }

  .core-satellite {
    width: 7px;
    height: 7px;
    border-width: 3px;
  }

  .satellite-one {
    top: 15px;
    right: 24px;
  }

  .satellite-two {
    bottom: 20px;
    left: 17px;
  }

  .core-caption {
    right: 12px;
    bottom: 11px;
  }

  .core-caption span {
    font-size: 15px;
  }

  .core-caption small {
    font-size: 5px;
  }

  .atlas-module {
    padding: 9px 9px 8px;
  }

  .design-module,
  .engineering-module {
    padding: 9px 9px 8px;
  }

  .atlas-module svg {
    width: 27px;
    height: 27px;
  }

  .engineering-module svg {
    width: 27px;
    height: 27px;
  }

  .module-number {
    font-size: 5px;
  }

  .module-name {
    font-size: 11px;
  }

  .design-forms {
    width: 145px;
    height: 145px;
  }

  .design-workbench {
    width: 150px;
    height: 160px;
  }

  .ui-sheet {
    width: 100px;
    height: 132px;
    border-radius: 5px 22px 5px 5px;
  }

  .sheet-front {
    padding: 9px;
  }

  .sheet-top {
    gap: 3px;
    padding-bottom: 7px;
  }

  .sheet-top i {
    width: 5px;
    height: 5px;
  }

  .sheet-top b {
    width: 12px;
  }

  .sheet-top b:last-child {
    width: 7px;
  }

  .sheet-feature {
    height: 42px;
    margin-top: 8px;
    border-radius: 3px 12px 3px 3px;
  }

  .sheet-feature::before {
    width: 29px;
    height: 29px;
  }

  .sheet-feature::after {
    width: 18px;
    height: 18px;
  }

  .sheet-feature i {
    width: 5px;
    height: 5px;
  }

  .sheet-copy {
    gap: 3px;
    margin-top: 8px;
  }

  .sheet-copy i {
    height: 2px;
  }

  .sheet-action {
    padding: 5px 7px;
    font-size: 4px;
  }

  .design-cursor {
    right: 7px;
    bottom: 15px;
    width: 19px;
    height: 19px;
    border-width: 3px;
  }

  .design-cursor i {
    width: 5px;
    height: 5px;
  }

  .form-one {
    width: 136px;
    height: 136px;
  }

  .form-two {
    width: 90px;
    height: 90px;
    border-radius: 8px 32px 8px 8px;
  }

  .form-three {
    width: 46px;
    height: 46px;
  }

  .design-focus {
    width: 8px;
    height: 8px;
    border-width: 3px;
  }

  .design-type strong {
    right: 8px;
    bottom: 5px;
    font-size: 34px;
    letter-spacing: -2.5px;
  }

  .design-baseline {
    bottom: 11px;
    left: 9px;
    gap: 3px;
  }

  .design-baseline i {
    width: 23px;
  }

  .design-baseline i:nth-child(2) {
    width: 16px;
  }

  .design-baseline i:last-child {
    width: 20px;
  }

  .colour-set {
    right: 9px;
    bottom: 12px;
  }

  .colour-set i {
    width: 28px;
    height: 28px;
    border-width: 2px;
  }

  .colour-set i + i {
    margin-left: -10px;
  }

  .design-flow svg {
    right: 8px;
    bottom: 10px;
    width: calc(100% - 16px);
  }

  .design-clarity svg {
    right: 8px;
    bottom: 9px;
    width: 40px;
  }

  .design-identity svg {
    right: 8px;
    bottom: 9px;
    width: 40px;
  }

  .identity-set {
    right: 8px;
    bottom: 9px;
    gap: 4px;
  }

  .identity-set i {
    width: 22px;
    height: 22px;
  }

  .identity-set i:last-child {
    width: 19px;
    height: 19px;
  }

  .design-interaction svg {
    right: 8px;
    bottom: 9px;
    width: 40px;
  }

  .engineering-map {
    width: 98%;
  }

  .atlas-footer {
    gap: 6px;
    height: 33px;
    font-size: 5px;
    letter-spacing: 0.75px;
  }

  .studio-strip {
    display: none;
  }

  .section {
    padding: 76px 0;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .section-heading h2,
  .studio-heading h2,
  .principles-heading h2,
  .contact-copy h2 {
    font-size: clamp(45px, 14vw, 60px);
  }

  .product-card {
    border-radius: 7px 46px 7px 7px;
  }

  .product-copy {
    padding: 36px 25px 45px;
  }

  .product-brand {
    gap: 14px;
    margin-top: 39px;
  }

  .product-brand img {
    width: 57px;
    height: 57px;
    border-radius: 17px;
  }

  .product-brand h3 {
    font-size: 40px;
  }

  .product-description {
    font-size: 14px;
  }

  .button-light {
    width: 100%;
  }

  .product-visual {
    min-height: 520px;
    border-radius: 44px 0 0;
  }

  .phone-shell {
    top: 43px;
    width: 225px;
    height: 489px;
    border-radius: 35px;
  }

  .phone-shell img {
    border-radius: 27px;
  }

  .phone-shell::after {
    width: 61px;
    height: 18px;
  }

  .product-note {
    padding: 10px 12px;
    font-size: 7px;
  }

  .note-top {
    top: 88px;
    right: 12px;
  }

  .note-bottom {
    bottom: 56px;
    left: 12px;
  }

  .studio-copy .studio-lede {
    font-size: 23px;
  }

  .company-details {
    grid-template-columns: 1fr;
  }

  .company-details div {
    min-height: 94px;
  }

  .principles-heading {
    margin-bottom: 48px;
  }

  .principles-grid article,
  .principles-grid article:last-child {
    padding-inline: 24px;
  }

  .contact-card {
    gap: 38px;
    padding: 42px 25px;
    border-radius: 7px 44px 7px 7px;
  }

  .contact-links strong {
    font-size: 14px;
  }

  .footer-main {
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
    padding-top: 55px;
  }

  .footer-main nav {
    flex-wrap: wrap;
    gap: 20px 27px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 9px;
    line-height: 1.5;
  }
}

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

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
