:root {
  --paper: #f8f5ef;
  --paper-deep: #efe8dc;
  --card: #fffdf9;
  --ink: #0d1a2d;
  --muted: #667080;
  --line: #dcd7cd;
  --violet: #6557e8;
  --violet-soft: #e7e3ff;
  --teal: #079f9a;
  --teal-soft: #dff3ee;
  --coral: #f16a56;
  --coral-soft: #ffe6df;
  --sky: #60aeea;
  --yellow: #f2c94c;
  --shell: 1180px;
  --radius: 30px;
  --shadow: 0 24px 70px rgba(28, 35, 53, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.skip {
  position: fixed; left: 18px; top: -80px; z-index: 1000;
  background: #fff; border: 1px solid var(--ink); border-radius: 10px; padding: 11px 15px;
}
.skip:focus { top: 14px; }

.site-header {
  position: sticky; top: 0; z-index: 80;
  border-bottom: 1px solid rgba(13, 26, 45, .08);
  background: rgba(248, 245, 239, .88);
  backdrop-filter: blur(18px);
}
.nav-shell { height: 80px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.studio-brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 850; letter-spacing: -.035em; }
.studio-brand img { width: 104px; height: auto; }
.studio-brand span { font-size: 18px; white-space: nowrap; }
.main-nav { display: flex; gap: 30px; align-items: center; font-size: 14px; font-weight: 700; }
.main-nav a { position: relative; }
.main-nav a::after {
  content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -8px;
  background: var(--violet); transition: right .22s ease;
}
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.main-nav a[aria-current="page"] { color: var(--violet); }
.header-action { justify-self: end; }
.menu-button {
  display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 14px;
  background: var(--card); color: var(--ink); place-items: center; cursor: pointer;
}
.menu-button span, .menu-button::before, .menu-button::after { width: 19px; height: 2px; background: currentColor; display: block; transition: .2s; }
.menu-button::before, .menu-button::after { content: ""; }
.menu-button span { margin: 4px 0; }
.menu-button[aria-expanded="true"] span { opacity: 0; }
.menu-button[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.button {
  min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 16px;
  padding: 0 20px; border: 1px solid var(--ink); border-radius: 14px;
  font-size: 14px; font-weight: 800; transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(31, 36, 56, .13); }
.button-primary { background: var(--ink); color: white; }
.button-primary .arrow { color: #7ee0d1; }
.button-violet { border-color: var(--violet); background: var(--violet); color: #fff; }
.button-light { border-color: rgba(255,255,255,.35); background: #fff; color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 800; }
.text-link::after { content: "↗"; color: var(--violet); }

.home-hero { min-height: 720px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 62px; padding-block: 70px 62px; }
.home-hero h1, .page-hero h1, .legal-hero h1 {
  margin: 0; font-size: clamp(60px, 7.2vw, 103px); line-height: .92; letter-spacing: -.072em; font-weight: 800;
}
.home-hero h1 em { color: var(--violet); font-style: normal; }
.hero-lede { max-width: 560px; margin: 32px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.6; }
.hero-actions { display: flex; gap: 14px; margin-top: 36px; align-items: center; }
.microcopy { margin: 24px 0 0; color: #7a8190; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

.studio-sculpture { height: 600px; position: relative; display: grid; place-items: end center; isolation: isolate; overflow: hidden; }
.studio-sculpture::after {
  content: ""; position: absolute; left: 12%; right: 8%; bottom: 22px; height: 55px;
  background: radial-gradient(ellipse, rgba(39, 43, 67, .24), transparent 70%); filter: blur(13px); z-index: -1;
}
.studio-orbit { position: absolute; border-radius: 50%; border: 2px dashed; opacity: .48; }
.orbit-a { width: 500px; height: 390px; top: 46px; left: 8%; border-color: var(--violet); transform: rotate(10deg); }
.orbit-b { width: 410px; height: 460px; top: 80px; right: 0; border-color: var(--teal); transform: rotate(-15deg); }
.studio-pillar {
  position: absolute; bottom: 52px; border-radius: 110px 110px 28px 28px; display: grid; place-items: center;
  font-size: 74px; font-weight: 900; color: rgba(13, 26, 45, .15); text-shadow: 0 1px rgba(255,255,255,.5);
  box-shadow: inset 0 2px 4px rgba(255,255,255,.55), inset 0 -14px 30px rgba(13,26,45,.11), 0 25px 45px rgba(34,39,59,.16);
}
.pillar-d { width: 218px; height: 430px; left: 32%; z-index: 2; background: linear-gradient(150deg, #887cf5, #5946d7); }
.pillar-o { width: 190px; height: 310px; left: 10%; z-index: 3; background: linear-gradient(150deg, #3ccac6, #089a9e); }
.pillar-s { width: 194px; height: 295px; right: 3%; z-index: 3; background: linear-gradient(150deg, #ff967f, #ef5f4c); }
.studio-glyph { position: absolute; z-index: 5; }
.glyph-square { width: 14px; height: 14px; top: 110px; left: 18%; border: 2px solid var(--violet); }
.glyph-triangle { top: 118px; right: 6%; width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-bottom: 16px solid var(--coral); }
.glyph-spark { color: var(--yellow); left: 23%; top: 225px; font-size: 28px; }

.product-constellation { height: 610px; position: relative; display: grid; place-items: center; }
.constellation-blob { position: absolute; border-radius: 48% 52% 52% 48%; filter: blur(.2px); }
.blob-yellow { width: 260px; height: 300px; background: #ffe69a; left: 14%; top: 5%; transform: rotate(17deg); }
.blob-teal { width: 320px; height: 380px; background: #cfeee6; left: 2%; bottom: 5%; transform: rotate(-10deg); }
.blob-coral { width: 310px; height: 330px; background: #ffd8ce; right: 0; bottom: 6%; transform: rotate(17deg); }
.orbit-line { position: absolute; inset: 8% 0 4% 4%; border: 2px solid rgba(241, 106, 86, .72); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(12deg); }
.hero-rhythm-phone {
  width: 292px; height: auto; position: relative; z-index: 5; transform: rotate(2deg);
  filter: drop-shadow(0 28px 34px rgba(27, 34, 72, .22));
}
.mini-phone {
  position: absolute; z-index: 3; width: 225px; height: 440px; border-radius: 39px; border: 4px solid;
  padding: 22px 17px; box-shadow: var(--shadow); overflow: hidden; background: rgba(255,255,255,.9);
}
.mini-phone::before { content: ""; position: absolute; top: 8px; left: 50%; width: 58px; height: 15px; border-radius: 99px; background: var(--ink); transform: translateX(-50%); }
.mini-phone header { display: flex; justify-content: space-between; align-items: center; margin: 13px 0 23px; font-size: 12px; font-weight: 850; }
.paw-phone { left: 1%; bottom: 54px; border-color: #177c7c; transform: rotate(-8deg); background: #effbf7; }
.flag-phone { right: -2%; bottom: 32px; border-color: #f16a56; transform: rotate(8deg); background: #fff1eb; }
.pet-row { background: white; border: 1px solid #dfe8e3; border-radius: 15px; padding: 11px; margin-bottom: 10px; }
.pet-row b { display: block; font-size: 12px; }
.pet-row span { color: #728078; font-size: 9px; }
.pet-check { display: grid; grid-template-columns: 22px 1fr auto; gap: 8px; align-items: center; padding: 8px 5px; border-bottom: 1px solid #dfe9e5; font-size: 9px; }
.pet-check i { width: 20px; height: 20px; border-radius: 7px; background: var(--teal-soft); display: grid; place-items: center; color: var(--teal); font-style: normal; }
.puzzle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; margin-top: 54px; }
.puzzle-grid span { aspect-ratio: 1; border-radius: 8px; background: rgba(255,255,255,.9); border: 1px solid #ffd0c4; display: grid; place-items: center; font-weight: 900; color: var(--coral); }
.puzzle-grid span:nth-child(3n) { color: var(--sky); }

.manifesto-strip { border: 1px solid #e6d6bb; background: #fff9ef; border-radius: 18px; min-height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 28px; font-weight: 850; }
.manifesto-strip::before { content: "☼"; font-size: 31px; font-weight: 400; }
.manifesto-strip::after { content: "✦"; justify-self: end; color: var(--coral); font-size: 20px; }

.featured-release { min-height: 690px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; padding-block: 95px; }
.featured-visual { height: 570px; position: relative; display: grid; place-items: center; }
.featured-visual::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(101,87,232,.2), rgba(125,222,209,.09) 52%, transparent 72%); }
.featured-visual img { height: 555px; width: auto; position: relative; z-index: 3; filter: drop-shadow(0 29px 35px rgba(30,35,77,.22)); }
.release-ring { position: absolute; border: 1.5px solid rgba(101,87,232,.36); border-radius: 50%; }
.ring-one { width: 460px; height: 460px; }.ring-two { width: 340px; height: 340px; border-color: rgba(8,159,154,.4); }
.release-dot { position: absolute; left: 8%; top: 45%; width: 16px; height: 16px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 7px var(--paper); }
.featured-copy h2 { margin: 18px 0 24px; font-size: clamp(58px, 7vw, 90px); line-height: .98; letter-spacing: -.065em; }
.featured-copy p { color: var(--muted); font-size: 19px; line-height: 1.75; max-width: 540px; }
.featured-actions { display: flex; gap: 14px; margin-top: 34px; }

.future-tease { min-height: 450px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; padding-block: 82px; }
.future-tease h2 { margin: 16px 0; font-size: clamp(44px, 5vw, 68px); line-height: 1.02; letter-spacing: -.055em; }
.future-tease p { color: var(--muted); line-height: 1.7; margin: 0 0 28px; max-width: 530px; }
.future-art { height: 310px; position: relative; }
.dot-field { position: absolute; left: 3%; top: 30%; width: 126px; height: 105px; opacity: .35; background-image: radial-gradient(var(--ink) 1.8px, transparent 1.8px); background-size: 16px 16px; }
.future-arch { position: absolute; width: 170px; height: 230px; left: 36%; top: 20px; border-radius: 85px 85px 10px 10px; background: linear-gradient(145deg, #27c4bf, #07928f); box-shadow: 0 20px 36px rgba(7,159,154,.2); }
.future-bowl { position: absolute; width: 145px; height: 78px; right: 5%; bottom: 40px; border-radius: 0 0 75px 75px; background: linear-gradient(145deg, #ff9278, #f15f4d); }
.future-sun { position: absolute; width: 28px; height: 28px; border-radius: 50%; background: var(--yellow); left: 30%; bottom: 13px; }
.future-path { position: absolute; width: 200px; height: 150px; right: 12%; top: 4px; border: 2px dashed #93a2ac; border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(15deg); opacity: .6; }

.mission-section { min-height: 650px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; padding-block: 105px 88px; }
.mission-copy h2 { margin: 18px 0 24px; font-size: clamp(51px, 6vw, 78px); line-height: 1.01; letter-spacing: -.06em; }
.mission-copy p { color: var(--muted); font-size: 19px; line-height: 1.8; max-width: 520px; }
.mission-art { height: 410px; position: relative; border-radius: 50%; background: radial-gradient(circle, #f2ecdf 0 48%, transparent 49%); }
.path-winding { position: absolute; left: 4%; top: 37%; width: 51%; height: 130px; border: 28px solid #ddd2bd; border-top-color: transparent; border-left-color: transparent; border-radius: 50%; transform: rotate(7deg); filter: drop-shadow(0 7px 7px rgba(40,45,60,.12)); }
.path-straight { position: absolute; left: 47%; right: 10%; top: 55%; height: 28px; border-radius: 99px; background: #ddd2bd; box-shadow: 0 7px 7px rgba(40,45,60,.12); }
.path-start, .path-end { position: absolute; z-index: 2; width: 32px; height: 32px; border-radius: 50%; }
.path-start { left: 7%; top: 34%; background: var(--coral); }.path-end { right: 5%; top: 51%; background: var(--teal); }
.mission-shape { position: absolute; display: block; }.shape-coral { width: 21px; height: 21px; background: var(--coral); border-radius: 50%; top: 18%; left: 17%; }.shape-teal { width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 26px solid var(--teal); top: 20%; right: 30%; }.shape-yellow { width: 24px; height: 24px; border-radius: 6px; background: var(--yellow); bottom: 16%; left: 21%; }
.mission-dots { position: absolute; right: 2%; top: 24%; width: 94px; height: 90px; opacity: .22; background-image: radial-gradient(var(--ink) 2px, transparent 2px); background-size: 15px 15px; }

.guides { border-top: 1px solid var(--line); padding-block: 42px 110px; text-align: center; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 42px; text-align: left; }
.guide { min-height: 310px; padding: 25px 42px; border-left: 1px solid var(--line); }.guide:first-child { border-left: 0; }
.guide-art { height: 112px; position: relative; margin-bottom: 28px; }
.guide h3 { margin: 0 0 13px; font-size: 23px; letter-spacing: -.035em; }.guide p { color: var(--muted); line-height: 1.7; margin: 0; }
.need-art i { position: absolute; width: 70px; height: 70px; border-radius: 50%; background: var(--violet); left: 8px; top: 2px; }.need-art b { position: absolute; width: 77px; height: 38px; border-radius: 0 0 50px 50px; background: var(--teal); left: 1px; bottom: 5px; }.need-art span { position: absolute; width: 27px; height: 27px; border-radius: 50%; background: var(--yellow); left: 96px; bottom: 18px; }
.obvious-art i { position: absolute; width: 70px; height: 70px; border-radius: 50%; background: var(--coral); left: 8px; top: 8px; }.obvious-art b { position: absolute; width: 118px; height: 32px; border-radius: 99px; background: var(--teal); left: 52px; bottom: 12px; }.obvious-art span { position: absolute; color: var(--teal); font-size: 32px; left: 170px; bottom: 8px; transform: rotate(-45deg); }
.trust-art i { position: absolute; width: 68px; height: 68px; border-radius: 50%; background: var(--yellow); left: 18px; top: 0; }.trust-art b { position: absolute; width: 69px; height: 84px; border-radius: 40px 40px 8px 8px; background: var(--teal); left: 67px; bottom: 2px; }.trust-art span { position: absolute; width: 92px; height: 92px; border: 2px dashed var(--violet); border-radius: 50%; left: 100px; top: 4px; }

.independent { background: var(--ink); color: white; position: relative; overflow: hidden; }
.independent::after { content: ""; position: absolute; right: -90px; bottom: -140px; width: 280px; height: 280px; border-radius: 50%; background: var(--violet); opacity: .82; }
.independent-shell { min-height: 400px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding-block: 80px; position: relative; z-index: 2; }
.independent .page-kicker { color: #ad9cff; }.independent h2 { margin: 16px 0 22px; font-size: clamp(48px, 6vw, 75px); line-height: 1; letter-spacing: -.06em; }.independent p { color: #b7c0cd; line-height: 1.75; max-width: 560px; }
.studio-note { border-left: 1px solid #4a5668; padding: 18px 0 18px 54px; position: relative; }.studio-note b { position: absolute; color: var(--yellow); font-size: 42px; right: 3%; top: 5px; }

.process-section { padding-block: 105px 115px; text-align: center; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 52px; position: relative; text-align: left; }
.process-grid::before { content: ""; position: absolute; left: 12%; right: 12%; top: 67px; border-top: 2px dashed #a59bed; z-index: -1; }
.process-grid article { position: relative; }.process-grid article > span { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--violet); color: white; font-size: 10px; font-weight: 900; margin-bottom: 13px; }
.process-symbol { width: 135px; height: 120px; border-radius: 50%; display: grid; place-items: center; background: #f3ede2; margin: 0 auto 20px; font-size: 59px; font-weight: 900; }
.symbol-notice { color: var(--ink); }.symbol-simplify { color: var(--violet); }.symbol-build { color: var(--coral); }.symbol-refine { color: var(--teal); }
.process-grid h3 { margin: 0 0 8px; font-size: 22px; }.process-grid p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 14px; }

.work-gateway { min-height: 160px; border: 1px solid #e3dacb; border-radius: 26px; background: #fffaf1; padding: 34px 46px; display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-bottom: 72px; position: relative; overflow: hidden; }
.work-gateway::before { content: ""; position: absolute; left: -42px; bottom: -64px; width: 145px; height: 145px; border-radius: 50%; background: var(--teal); opacity: .9; }.work-gateway h2 { font-size: clamp(29px, 4vw, 44px); letter-spacing: -.045em; margin: 0; position: relative; }.work-gateway > div { display: flex; gap: 22px; align-items: center; position: relative; }

.section-heading { padding-top: 120px; }
.section-heading .kicker, .page-kicker { color: var(--teal); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 900; }
.section-heading h2, .approach-lead h2, .cta-band h2, .app-copy h2, .content-section h2 {
  margin: 16px 0 0; font-size: clamp(44px, 6vw, 74px); line-height: 1.02; letter-spacing: -.058em;
}
.section-heading h2 em { color: var(--violet); font-style: normal; }
.section-heading p { max-width: 620px; color: var(--muted); font-size: 18px; line-height: 1.7; margin: 24px 0 0; }

.portfolio-list { padding-block: 60px 128px; }
.portfolio-item { display: grid; grid-template-columns: .84fr 1.16fr; gap: 72px; align-items: center; padding-block: 58px; border-top: 1px solid var(--line); }
.portfolio-item:first-child { border-top: 0; padding-top: 0; }
.app-ident { display: flex; gap: 19px; align-items: flex-start; }
.app-icon { flex: 0 0 74px; width: 74px; height: 74px; border-radius: 20px; display: grid; place-items: center; box-shadow: 0 12px 24px rgba(22,28,45,.12); color: white; font-size: 34px; font-weight: 900; }
.app-icon img { width: 100%; border-radius: inherit; }
.app-icon-paw { background: linear-gradient(145deg, #12aca4, #087b7b); }
.app-icon-flag { background: linear-gradient(145deg, #ff8a6e, #f15243); }
.app-ident h3 { margin: 3px 0 5px; font-size: 29px; letter-spacing: -.04em; }
.app-tagline { margin: 0; font-weight: 750; }
.app-description { color: var(--muted); line-height: 1.75; margin: 18px 0 20px; max-width: 430px; }
.status { display: inline-flex; gap: 9px; align-items: center; font-size: 12px; font-weight: 850; }
.status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px currentColor; opacity: .22; }
.status-live { color: var(--violet); }
.status-dev { color: var(--coral); }
.app-visual { min-height: 290px; border: 1px solid; border-radius: var(--radius); padding: 30px; position: relative; overflow: hidden; }
.visual-rhythm { background: var(--violet-soft); border-color: #d5cff7; }
.visual-paw { background: var(--teal-soft); border-color: #c6e6df; }
.visual-flag { background: var(--coral-soft); border-color: #f5cdc4; }
.chart-shell { display: grid; grid-template-columns: 1.5fr .65fr; gap: 16px; height: 100%; }
.chart-card, .metric-card, .care-card, .atlas-card { background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.86); border-radius: 20px; padding: 20px; }
.chart-bars { height: 150px; display: flex; align-items: flex-end; justify-content: space-around; gap: 9px; margin-top: 25px; border-bottom: 1px solid #beb7ef; }
.chart-bars i { width: 18px; border-radius: 9px 9px 0 0; background: linear-gradient(var(--violet), #9c91ff); }
.chart-bars i:nth-child(1) { height: 38%; }.chart-bars i:nth-child(2) { height: 64%; }.chart-bars i:nth-child(3) { height: 84%; }.chart-bars i:nth-child(4) { height: 72%; }.chart-bars i:nth-child(5) { height: 94%; }
.metric-stack { display: grid; gap: 12px; }
.metric-card span { font-size: 10px; color: var(--muted); display: block; }.metric-card b { font-size: 28px; }
.care-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.care-card h4, .atlas-card h4 { margin: 0 0 18px; font-size: 14px; }
.avatars { display: flex; gap: 0; }.avatars i { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 2px solid var(--teal-soft); margin-right: -6px; font-style: normal; font-size: 13px; }
.care-line { display: flex; justify-content: space-between; padding: 10px 0; border-top: 1px solid #d6e9e3; color: #4d6965; font-size: 12px; }
.flag-demo { display: grid; grid-template-columns: .65fr 1.35fr; gap: 14px; height: 100%; }
.flag-board { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; align-content: center; }
.flag-board span { aspect-ratio: 1; background: rgba(255,255,255,.78); border: 1px solid #f4bdb0; border-radius: 7px; display: grid; place-items: center; color: var(--coral); font-weight: 900; }
.flag-board span:nth-child(4n) { color: var(--sky); }

.approach { background: var(--ink); color: white; border-radius: 34px 34px 0 0; }
.approach-shell { padding-block: 92px; display: grid; grid-template-columns: 1.15fr 2fr; gap: 70px; }
.approach-lead .page-kicker { color: #49d4ce; }
.approach-lead p { color: #aeb7c5; line-height: 1.8; max-width: 410px; margin: 25px 0 0; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); }
.principle { padding: 20px 28px; border-left: 1px solid #435064; }
.principle-icon { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; font-size: 24px; margin-bottom: 30px; }
.principle:nth-child(1) .principle-icon { background: #087d7c; }.principle:nth-child(2) .principle-icon { background: #5e52bd; }.principle:nth-child(3) .principle-icon { background: var(--yellow); color: var(--ink); }
.principle h3 { font-size: 19px; margin: 0 0 13px; }.principle p { color: #aeb7c5; font-size: 14px; line-height: 1.7; margin: 0; }

.cta-band { background: var(--card); border: 1px solid var(--line); border-radius: 30px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 48px; margin-block: 70px; }
.cta-band h2 { font-size: clamp(34px, 4vw, 52px); }.cta-band p { color: var(--muted); margin: 13px 0 0; line-height: 1.65; }

.site-footer { border-top: 1px solid var(--line); padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 2fr; gap: 70px; }
.footer-brand p { color: var(--muted); line-height: 1.65; max-width: 310px; margin-top: 18px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links div { display: flex; flex-direction: column; gap: 12px; color: var(--muted); font-size: 14px; }
.footer-links b { color: var(--ink); margin-bottom: 5px; }.footer-links a:hover { color: var(--violet); }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 44px; padding-top: 24px; display: flex; justify-content: space-between; color: #858b95; font-size: 12px; }

.page-hero { min-height: 580px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; padding-block: 80px; }
.page-hero h1 { font-size: clamp(58px, 7vw, 94px); }
.page-hero p { color: var(--muted); font-size: 19px; line-height: 1.7; max-width: 610px; margin: 26px 0 0; }
.page-hero .hero-actions { margin-top: 32px; }
.app-hero-visual { min-height: 470px; border-radius: 38px; position: relative; display: grid; place-items: center; overflow: hidden; }
.rhythm-theme { --accent: var(--violet); --soft: var(--violet-soft); }.paw-theme { --accent: var(--teal); --soft: var(--teal-soft); }.flag-theme { --accent: var(--coral); --soft: var(--coral-soft); }
.app-hero-visual { background: var(--soft); border: 1px solid color-mix(in srgb, var(--accent) 24%, transparent); }
.app-hero-visual .hero-rhythm-phone { height: 525px; width: auto; margin-bottom: -96px; }
.app-mark { width: 102px; height: 102px; border-radius: 28px; display: grid; place-items: center; color: white; background: var(--accent); font-size: 46px; box-shadow: 0 22px 46px color-mix(in srgb, var(--accent) 28%, transparent); }
.app-hero-visual .paw-scene, .app-hero-visual .flag-scene { width: min(88%, 560px); }
.content-section { padding-block: 110px; }
.content-section h2 { max-width: 820px; }
.content-section > p { max-width: 720px; color: var(--muted); font-size: 18px; line-height: 1.75; margin: 24px 0 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.feature-card { min-height: 270px; border-radius: 25px; background: var(--card); border: 1px solid var(--line); padding: 27px; display: flex; flex-direction: column; }
.feature-card .feature-number { color: var(--accent, var(--violet)); font-size: 12px; font-weight: 900; }
.feature-card h3 { margin: 48px 0 12px; font-size: 25px; letter-spacing: -.035em; }
.feature-card p { color: var(--muted); line-height: 1.7; margin: 0; }
.feature-card:nth-child(2) { transform: translateY(24px); }
.app-note { margin-top: 52px; border-left: 4px solid var(--accent); background: var(--soft); padding: 24px 28px; border-radius: 0 18px 18px 0; color: #4f5968; line-height: 1.7; }

.apps-index { padding-bottom: 110px; }
.apps-index .portfolio-item { grid-template-columns: .7fr 1.3fr; }
.apps-index .app-description { max-width: 510px; }
.legal-hero { padding-block: 100px 45px; }.legal-hero h1 { font-size: clamp(58px, 7vw, 90px); }.legal-hero p { color: var(--muted); font-size: 18px; line-height: 1.7; max-width: 700px; margin-top: 24px; }
.legal-copy { max-width: 780px; padding-bottom: 110px; }
.legal-copy h2 { font-size: 28px; letter-spacing: -.03em; margin: 45px 0 12px; }.legal-copy h3 { margin-top: 32px; }.legal-copy p, .legal-copy li { color: var(--muted); line-height: 1.8; }.legal-copy a { color: var(--violet); text-decoration: underline; text-underline-offset: 3px; }
.support-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding-bottom: 110px; }
.support-card { min-height: 240px; border: 1px solid var(--line); background: var(--card); border-radius: 26px; padding: 30px; }.support-card h2 { margin: 0 0 14px; font-size: 27px; }.support-card p { color: var(--muted); line-height: 1.7; }.support-card a { color: var(--violet); font-weight: 800; }

.js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-shell { grid-template-columns: 1fr auto auto; }
  .menu-button { display: grid; }
  .main-nav { position: fixed; left: 24px; right: 24px; top: 90px; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 16px; border: 1px solid var(--line); border-radius: 20px; background: var(--card); box-shadow: var(--shadow); }
  .main-nav[data-open="true"] { display: flex; }.main-nav a { padding: 12px; }.main-nav a::after { display: none; }
  .home-hero, .page-hero { grid-template-columns: 1fr; text-align: center; }
  .home-hero { padding-top: 80px; }.home-hero-copy, .page-hero-copy { display: flex; flex-direction: column; align-items: center; }
  .studio-sculpture { height: 560px; width: min(660px, 100%); margin-inline: auto; }
  .featured-release { grid-template-columns: 1fr; gap: 30px; text-align: center; }.featured-copy { display: flex; flex-direction: column; align-items: center; }.featured-actions { justify-content: center; }
  .mission-section { grid-template-columns: 1fr; text-align: center; }.mission-copy { display: flex; flex-direction: column; align-items: center; }.mission-art { width: min(700px,100%); margin-inline: auto; }
  .guide { padding-inline: 24px; }.independent-shell { grid-template-columns: 1fr; }.process-grid { grid-template-columns: repeat(2,1fr); row-gap: 55px; }.process-grid::before { display: none; }
  .product-constellation { height: 600px; }.portfolio-item, .apps-index .portfolio-item { grid-template-columns: 1fr; gap: 34px; }.app-description { max-width: 650px; }
  .approach-shell { grid-template-columns: 1fr; }.feature-grid { grid-template-columns: 1fr 1fr; }.feature-card:nth-child(2) { transform: none; }
}

@media (max-width: 700px) {
  .shell { width: min(var(--shell), calc(100% - 30px)); }
  .nav-shell { height: 70px; gap: 10px; }.studio-brand img { width: 82px; }.studio-brand span { display: none; }.header-action { display: none; }
  .home-hero { min-height: auto; padding-block: 62px 35px; }.home-hero h1, .page-hero h1, .legal-hero h1 { font-size: 56px; }.hero-lede { font-size: 17px; }.hero-actions { width: 100%; flex-direction: column; }.hero-actions .button, .hero-actions .text-link { width: 100%; }
  .studio-sculpture { height: 410px; margin-top: 18px; }.studio-pillar { bottom: 34px; border-radius: 80px 80px 20px 20px; font-size: 45px; }.pillar-d { width: 145px; height: 300px; left: 31%; }.pillar-o { width: 125px; height: 210px; left: 4%; }.pillar-s { width: 126px; height: 200px; right: 2%; }.studio-orbit { transform: scale(.7); }.orbit-a { left: -20%; top: -20px; }.orbit-b { right: -21%; top: 20px; }.glyph-square { top: 60px; left: 13%; }.glyph-triangle { top: 65px; right: 4%; }.glyph-spark { top: 165px; left: 18%; }
  .manifesto-strip { grid-template-columns: auto 1fr auto; gap: 16px; text-align: center; padding: 0 16px; font-size: 14px; }
  .featured-release { min-height: auto; padding-block: 72px; }.featured-visual { height: 455px; }.featured-visual::before { width: 350px; height: 350px; }.featured-visual img { height: 445px; }.ring-one { width: 355px; height: 355px; }.ring-two { width: 275px; height: 275px; }.featured-copy h2 { font-size: 57px; }.featured-copy p { font-size: 17px; }.featured-actions { flex-direction: column; width: 100%; }.featured-actions .button { width: 100%; }
  .future-tease { grid-template-columns: 1fr; gap: 30px; padding-block: 70px; }.future-art { height: 260px; }.future-arch { width: 135px; height: 190px; }.future-bowl { width: 120px; height: 65px; }
  .mission-section { min-height: auto; padding-block: 82px 58px; gap: 35px; }.mission-copy h2 { font-size: 48px; }.mission-copy p { font-size: 17px; }.mission-art { height: 300px; }.path-winding { height: 96px; border-width: 21px; }.path-straight { height: 21px; }.path-start,.path-end { width: 25px; height: 25px; }.guides { padding-bottom: 72px; }.guide-grid { grid-template-columns: 1fr; }.guide { border-left: 0; border-top: 1px solid var(--line); padding: 34px 5px; min-height: auto; }.guide:first-child { border-top: 0; }.guide-art { width: 210px; margin-inline: auto; }
  .independent-shell { min-height: auto; padding-block: 70px; gap: 35px; }.studio-note { padding-left: 25px; }.studio-note b { right: 0; }.process-section { padding-block: 80px; }.process-grid { grid-template-columns: 1fr; gap: 42px; }.process-grid article { text-align: center; }.process-grid article > span { display: grid; margin-inline: auto; }.process-grid p { max-width: 270px; margin-inline: auto; }.work-gateway { flex-direction: column; align-items: flex-start; padding: 32px; }.work-gateway > div { flex-direction: column; align-items: stretch; width: 100%; }.work-gateway .button,.work-gateway .text-link { width: 100%; }
  .section-heading { padding-top: 90px; }.section-heading h2, .approach-lead h2, .app-copy h2, .content-section h2 { font-size: 45px; }.portfolio-list { padding-bottom: 90px; }.portfolio-item { padding-block: 42px; }.app-ident { flex-direction: column; }.app-visual { padding: 18px; min-height: 250px; }.chart-shell, .care-grid, .flag-demo { grid-template-columns: 1fr; }.metric-stack, .care-card:nth-child(2), .atlas-card { display: none; }
  .approach { border-radius: 28px 28px 0 0; }.approach-shell { padding-block: 70px; }.principles { grid-template-columns: 1fr; }.principle { border-left: 0; border-top: 1px solid #435064; padding: 26px 0; }.principle:first-child { margin-top: 10px; }
  .cta-band { grid-template-columns: 1fr; padding: 30px; }.cta-band .button { width: 100%; }.footer-grid { grid-template-columns: 1fr; gap: 40px; }.footer-links { grid-template-columns: 1fr 1fr; }.footer-bottom { flex-direction: column; gap: 9px; }
  .page-hero { min-height: auto; padding-block: 70px 55px; }.app-hero-visual { width: 100%; min-height: 390px; }.app-hero-visual .hero-rhythm-phone { height: 425px; }.content-section { padding-block: 80px; }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 230px; }.support-cards { grid-template-columns: 1fr; }.legal-hero { padding-top: 75px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}
