@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-variable.woff2") format("woff2-variations");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-latin-variable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #f3ead8;
  --paper-deep: #e6d6b8;
  --paper-pale: #fffaf0;
  --ink: #1d2822;
  --ink-soft: #4f5b53;
  --line: rgba(29, 40, 34, 0.17);
  --line-strong: rgba(29, 40, 34, 0.38);
  --moss: #315f49;
  --moss-deep: #244839;
  --leaf: #b9d08c;
  --violet: #5f51dc;
  --violet-deep: #4e42cd;
  --coral: #e8705b;
  --amber: #f0b95f;
  --sky: #b9ddf2;
  --night: #111827;
  --shadow: 0 24px 70px rgba(71, 48, 30, 0.15);
  --shadow-small: 0 12px 30px rgba(71, 48, 30, 0.13);
  --radius-sm: 12px;
  --radius-md: 24px;
  --radius-lg: 42px;
  --shell: min(1220px, calc(100vw - 48px));
  --ease: cubic-bezier(.22, 1, .36, 1);
  --header-height: 86px;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --paper: #111827;
  --paper-deep: #182139;
  --paper-pale: #222b43;
  --ink: #f6eddc;
  --ink-soft: #bfc4bc;
  --line: rgba(246, 237, 220, 0.15);
  --line-strong: rgba(246, 237, 220, 0.34);
  --moss: #75cda0;
  --moss-deep: #214837;
  --leaf: #b9db88;
  --violet: #a99dff;
  --violet-deep: #8e80f7;
  --coral: #ff8d74;
  --amber: #f6c56f;
  --sky: #74bde7;
  --night: #080d1a;
  --shadow: 0 28px 80px rgba(2, 6, 18, 0.45);
  --shadow-small: 0 14px 34px rgba(2, 6, 18, 0.38);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
  background: var(--paper);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 9%, color-mix(in srgb, var(--amber) 12%, transparent) 0, transparent 23rem),
    var(--paper);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: color .35s ease, background-color .35s ease;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

html[data-theme="dark"] body::before {
  opacity: .1;
  mix-blend-mode: screen;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration-thickness: .08em;
  text-underline-offset: .2em;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--violet);
  outline-offset: 4px;
}

::selection {
  color: #fff;
  background: var(--violet);
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 11000;
  padding: 12px 18px;
  color: #fff;
  background: #201947;
  border-radius: 999px;
  transform: translateY(-150%);
  transition: transform .2s ease;
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section-pad {
  padding: clamp(88px, 11vw, 156px) 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--moss);
  font-size: .77rem;
  font-weight: 780;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  margin-bottom: 24px;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 540;
  letter-spacing: -.052em;
  line-height: .93;
  text-wrap: balance;
}

h1 {
  font-size: clamp(4.25rem, 7.9vw, 8.3rem);
}

h2 {
  font-size: clamp(3.25rem, 6vw, 6.5rem);
}

h1 em,
h2 em {
  color: var(--violet);
  font-weight: 310;
  font-variation-settings: "SOFT" 80, "WONK" 1;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 14px 20px 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .83rem;
  font-weight: 780;
  letter-spacing: .045em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .3s var(--ease), box-shadow .3s ease, background-color .3s ease, color .3s ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-arrow,
.button > span:last-child {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .19);
  transition: transform .3s var(--ease);
}

.button:hover > span:last-child {
  transform: rotate(-6deg) translate(2px, -2px);
}

.button-primary {
  color: #fff;
  background: var(--violet);
  box-shadow: 0 13px 28px color-mix(in srgb, var(--violet) 25%, transparent);
}

.button-primary:hover {
  background: var(--violet-deep);
  box-shadow: 0 17px 32px color-mix(in srgb, var(--violet) 33%, transparent);
}

html[data-theme="dark"] .button-primary {
  color: #111827;
}

html[data-theme="dark"] .button-primary > span:last-child {
  background: rgba(17, 24, 39, .12);
}

.button-ink {
  color: var(--paper-pale);
  background: #1d2822;
}

html[data-theme="dark"] .button-ink {
  color: #15182b;
  background: #f6eddc;
}

.button-paper {
  color: #1d2822;
  background: #fff8e9;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  font-size: .83rem;
  font-weight: 760;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  color: var(--violet);
  font-size: 1.1rem;
  transition: transform .3s var(--ease);
}

.text-link:hover span {
  transform: translateY(4px);
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(18px) saturate(125%);
  transition: border-color .3s ease, box-shadow .3s ease, background-color .3s ease;
}

.site-header.is-scrolled,
.site-header:has(.mobile-menu:not([hidden])) {
  border-color: var(--line);
  box-shadow: 0 8px 30px rgba(30, 25, 18, .06);
}

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

.brand {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 auto;
  place-items: center;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
}

.brand-mark::before,
.brand-mark::after,
.brand-mark span::before,
.brand-mark span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 2px;
  background: var(--violet);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.brand-mark::before { transform: translate(-50%, -50%) translateY(-8px); }
.brand-mark::after { transform: translate(-50%, -50%) translateY(8px); }
.brand-mark span::before { transform: translate(-50%, -50%) translateX(-8px); }
.brand-mark span::after { transform: translate(-50%, -50%) translateX(8px); }

.brand-name {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -.04em;
}

.brand-division {
  padding-left: 12px;
  border-left: 1px solid var(--line-strong);
  color: var(--ink-soft);
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .03em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 38px);
}

.desktop-nav a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--ink-soft);
  font-size: .78rem;
  font-weight: 680;
  text-decoration: none;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 2px;
  background: var(--violet);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s var(--ease);
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.theme-toggle,
.menu-toggle {
  min-width: 48px;
  min-height: 48px;
  color: var(--ink);
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper-pale) 72%, transparent);
  cursor: pointer;
}

.theme-toggle {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 5px 12px 5px 6px;
  border-radius: 999px;
}

.theme-track {
  position: relative;
  display: flex;
  width: 54px;
  height: 34px;
  align-items: center;
  justify-content: space-around;
  color: #29332e;
  border-radius: 999px;
  background: #eadab7;
  overflow: hidden;
}

html[data-theme="dark"] .theme-track {
  color: #eee7d8;
  background: #303951;
}

.theme-sun,
.theme-moon {
  position: relative;
  z-index: 2;
  width: 19px;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
}

.theme-thumb {
  position: absolute;
  z-index: 1;
  left: 3px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fffaf0;
  box-shadow: 0 2px 7px rgba(37, 30, 20, .18);
  transition: transform .35s var(--ease), background .3s ease;
}

html[data-theme="dark"] .theme-thumb {
  background: #111827;
  transform: translateX(20px);
}

.theme-label {
  min-width: 31px;
  font-size: .69rem;
  font-weight: 750;
  text-align: left;
}

.menu-toggle {
  display: none;
  position: relative;
  padding: 0;
  border-radius: 50%;
}

.menu-toggle > span:not(.sr-only) {
  position: absolute;
  left: 14px;
  width: 20px;
  height: 1.5px;
  background: currentColor;
  transition: transform .3s var(--ease), top .3s var(--ease);
}

.menu-toggle > span:nth-child(2) { top: 20px; }
.menu-toggle > span:nth-child(3) { top: 27px; }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { top: 23px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { top: 23px; transform: rotate(-45deg); }

.mobile-menu {
  position: fixed;
  z-index: -1;
  inset: var(--header-height) 0 0;
  min-height: calc(100dvh - var(--header-height));
  color: var(--paper-pale);
  background: #1e2b25;
}

html[data-theme="dark"] .mobile-menu {
  color: #f6eddc;
  background: #0a1020;
}

.mobile-menu-inner {
  display: grid;
  padding-top: 35px;
}

.mobile-menu a {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid rgba(255,255,255,.15);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.8rem, 7vw, 3rem);
  text-decoration: none;
}

.mobile-menu a span {
  color: #b8d08c;
  font-family: "Manrope", sans-serif;
  font-size: .65rem;
  font-weight: 750;
}

.mobile-menu p {
  max-width: 28rem;
  margin: 34px 0 0;
  color: rgba(255,255,255,.65);
}

/* Hero */

.hero {
  position: relative;
  padding-top: clamp(72px, 8vw, 126px);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 7%;
  left: -10%;
  width: 35vw;
  height: 35vw;
  border: 1px dashed color-mix(in srgb, var(--moss) 22%, transparent);
  border-radius: 49% 51% 62% 38%;
  transform: rotate(18deg);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, .78fr);
  align-items: center;
  gap: clamp(48px, 7vw, 112px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-copy h1 {
  max-width: 780px;
}

.hero-lead {
  max-width: 660px;
  margin-bottom: 36px;
  color: var(--ink-soft);
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  line-height: 1.6;
}

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

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  padding: 0;
  margin: 42px 0 0;
  color: var(--ink-soft);
  list-style: none;
  font-size: .78rem;
  font-weight: 620;
}

.trust-line li {
  position: relative;
  padding-left: 18px;
}

.trust-line li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--moss);
  font-weight: 850;
}

.hero-visual {
  position: relative;
  min-width: 0;
  transform-style: preserve-3d;
}

.workshop-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: clamp(28px, 4vw, 56px);
  box-shadow: var(--shadow);
  transform: rotate(1.8deg);
  transition: transform .5s var(--ease), box-shadow .35s ease;
}

.hero-visual:hover .workshop-frame {
  box-shadow: 0 34px 85px rgba(61, 42, 27, .21);
  transform: rotate(.6deg) translateY(-4px);
}

.workshop-image {
  width: 100%;
  height: auto;
  transition: opacity .65s ease;
}

.workshop-night {
  position: absolute;
  inset: 0;
  opacity: 0;
}

html[data-theme="dark"] .workshop-day { opacity: 0; }
html[data-theme="dark"] .workshop-night { opacity: 1; }

.tape {
  position: absolute;
  z-index: 4;
  width: 116px;
  height: 30px;
  background: color-mix(in srgb, var(--amber) 67%, transparent);
  box-shadow: 0 4px 7px rgba(50, 34, 19, .08);
  transform: rotate(-8deg);
}

.tape-top {
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
}

.visual-note {
  position: absolute;
  z-index: 5;
  color: #273129;
  background: #fff3ae;
  box-shadow: var(--shadow-small);
  font-size: .78rem;
  line-height: 1.45;
  transform: rotate(-6deg);
}

.note-one {
  top: 14%;
  left: -30px;
  width: 112px;
  padding: 18px 15px 25px;
}

.note-one span {
  position: absolute;
  right: 12px;
  bottom: 8px;
  color: #5e53d8;
  font-size: 1.1rem;
}

.note-two {
  right: -24px;
  bottom: 16%;
  width: 146px;
  padding: 17px;
  color: #f7ebd6;
  background: #315f49;
  transform: rotate(5deg);
}

.note-two span {
  display: inline-block;
  width: 23px;
  color: #d5e6a5;
  font-size: .63rem;
}

.made-tag {
  position: absolute;
  z-index: 5;
  right: 11%;
  bottom: -26px;
  display: grid;
  width: 112px;
  height: 112px;
  place-content: center;
  color: #fff;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: var(--shadow-small);
  text-align: center;
  transform: rotate(8deg);
}

.made-tag span {
  font-size: .55rem;
  font-weight: 720;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.made-tag strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.hero-marquee {
  margin-top: clamp(80px, 9vw, 130px);
  padding: 17px 0;
  color: #fff9e9;
  background: var(--moss-deep);
  border-block: 1px solid rgba(255,255,255,.2);
  overflow: hidden;
  transform: rotate(-1deg) scale(1.02);
}

.hero-marquee > div {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 26px;
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .14em;
  animation: marquee 28s linear infinite;
}

.hero-marquee i {
  color: #d3e79f;
  font-style: normal;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* Direction finder */

.direction {
  background: var(--paper-pale);
}

.direction-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(55px, 8vw, 130px);
}

.section-intro p:last-child,
.anatomy-copy > p:not(.eyebrow),
.personalise-copy > p:not(.eyebrow) {
  max-width: 500px;
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.direction-tool {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  min-height: 440px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: var(--paper);
  box-shadow: var(--shadow-small);
  overflow: hidden;
}

.direction-tabs {
  display: grid;
  align-content: stretch;
  border-right: 1px solid var(--line-strong);
}

.direction-tabs button {
  display: grid;
  grid-template-columns: 32px 1fr 24px;
  align-items: center;
  gap: 12px;
  min-height: 132px;
  padding: 25px;
  color: var(--ink);
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: color .25s ease, background .25s ease;
}

.direction-tabs button:last-child {
  border-bottom: 0;
}

.direction-tabs button:hover {
  background: color-mix(in srgb, var(--violet) 7%, transparent);
}

.direction-tabs button[aria-selected="true"] {
  color: #fff;
  background: var(--moss-deep);
}

.direction-tabs button > span:nth-child(2) {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 1.05;
}

.direction-number {
  align-self: start;
  padding-top: 6px;
  color: var(--moss);
  font-size: .64rem;
  font-weight: 750;
}

.direction-tabs button[aria-selected="true"] .direction-number {
  color: #d9e8a6;
}

.direction-tabs button i {
  color: var(--violet);
  font-size: 1.2rem;
  font-style: normal;
}

.direction-tabs button[aria-selected="true"] i {
  color: #d9e8a6;
}

.direction-result {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(32px, 4vw, 58px);
  overflow: hidden;
}

.direction-result::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -95px;
  width: 220px;
  height: 220px;
  border: 30px solid color-mix(in srgb, var(--violet) 9%, transparent);
  border-radius: 50%;
}

.result-stamp {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 6px 11px;
  color: var(--moss);
  border: 1px solid currentColor;
  border-radius: 4px;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  transform: rotate(4deg);
}

.result-kicker,
.mini-label {
  margin-bottom: 10px;
  color: var(--moss);
  font-size: .65rem;
  font-weight: 780;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.direction-result h3,
.kit-details h3 {
  margin: 0 0 18px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 3.6vw, 3.25rem);
  font-weight: 520;
  letter-spacing: -.04em;
  line-height: .98;
}

.direction-result > p:not(.result-kicker) {
  max-width: 390px;
  margin-bottom: 28px;
  color: var(--ink-soft);
}

/* Featured product */

.featured {
  position: relative;
  background: var(--paper);
}

.featured-heading {
  display: grid;
  grid-template-columns: 1fr .6fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 58px;
}

.featured-heading h2 {
  margin-bottom: 0;
}

.featured-summary {
  max-width: 475px;
  margin: 0 0 8px auto;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: 12px;
  padding: 7px 11px;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-size: .62rem;
  letter-spacing: .05em;
}

.status-pill span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--coral) 18%, transparent);
}

.kit-board {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: var(--paper-pale);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.kit-preview {
  position: relative;
  min-height: 690px;
  padding: clamp(32px, 5vw, 70px);
  background:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px),
    color-mix(in srgb, var(--moss) 12%, var(--paper));
  background-size: 34px 34px;
  overflow: hidden;
}

.kit-preview::before {
  content: "PREVIEW / CUSTOMISE / LAUNCH";
  position: absolute;
  bottom: 25px;
  left: 32px;
  color: var(--ink-soft);
  font-size: .57rem;
  font-weight: 720;
  letter-spacing: .15em;
}

.kit-browser {
  position: relative;
  z-index: 3;
  width: 92%;
  color: #f9efdb;
  border: 9px solid #26342e;
  border-radius: 14px;
  background: #1d2822;
  box-shadow: 0 26px 50px rgba(35, 29, 20, .24);
  transform: rotate(-4deg);
}

.browser-bar {
  display: flex;
  height: 37px;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.browser-bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e8705b;
}

.browser-bar span:nth-child(2) { background: #f0b95f; }
.browser-bar span:nth-child(3) { background: #8dbb78; }

.browser-bar small {
  margin-left: auto;
  color: rgba(255,255,255,.55);
  font-size: .5rem;
}

.browser-page {
  min-height: 330px;
  padding: 42px 38px;
  background:
    radial-gradient(circle at 86% 28%, rgba(240,185,95,.25), transparent 32%),
    #18221e;
}

.browser-page p {
  margin-bottom: 40px;
  color: #c9dc9a;
  font-size: .5rem;
  font-weight: 750;
  letter-spacing: .14em;
}

.browser-page strong {
  display: block;
  margin-bottom: 20px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.1rem, 4.2vw, 4rem);
  font-weight: 480;
  letter-spacing: -.045em;
  line-height: .9;
}

.browser-page > span {
  display: block;
  max-width: 260px;
  margin-bottom: 27px;
  color: rgba(255,255,255,.65);
  font-size: .65rem;
}

.browser-page i {
  display: inline-block;
  padding: 9px 12px;
  color: #19231f;
  background: #f0b95f;
  font-size: .5rem;
  font-style: normal;
  font-weight: 800;
}

.kit-folder {
  position: absolute;
  z-index: 2;
  width: 46%;
  height: 250px;
  padding: 24px;
  color: #283429;
  border-radius: 9px 9px 18px 18px;
  box-shadow: var(--shadow-small);
}

.kit-folder::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  width: 50%;
  height: 25px;
  border-radius: 8px 16px 0 0;
  background: inherit;
}

.kit-folder span {
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.kit-folder b {
  position: absolute;
  right: 20px;
  bottom: 14px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 3rem;
  font-weight: 400;
}

.folder-back {
  right: 4%;
  bottom: 82px;
  background: #c4da98;
  transform: rotate(8deg);
}

.folder-front {
  right: 18%;
  bottom: 35px;
  background: #f4be6d;
  transform: rotate(-3deg);
}

.pencil {
  position: absolute;
  z-index: 4;
  right: 12%;
  top: 34%;
  width: 11px;
  height: 240px;
  border-radius: 6px;
  background: #e8705b;
  box-shadow: 4px 7px 12px rgba(30, 24, 19, .17);
  transform: rotate(-28deg);
}

.pencil::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  border-right: 5.5px solid transparent;
  border-bottom: 20px solid #d5b087;
  border-left: 5.5px solid transparent;
}

.kit-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 84px);
}

.kit-details > p:not(.mini-label, .availability-note) {
  color: var(--ink-soft);
}

.contents-list {
  padding: 0;
  margin: 22px 0 40px;
  border-top: 1px solid var(--line);
  list-style: none;
}

.contents-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  min-height: 55px;
  border-bottom: 1px solid var(--line);
  font-size: .88rem;
  font-weight: 650;
}

.contents-list span {
  color: var(--moss);
  font-size: .6rem;
  font-weight: 780;
}

.kit-commercial {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.kit-commercial > div {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 8px;
}

.kit-commercial small {
  grid-column: 1 / -1;
  color: var(--ink-soft);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.kit-commercial strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: 1;
}

.kit-commercial div span {
  align-self: end;
  padding-bottom: 7px;
  color: var(--ink-soft);
  font-size: .65rem;
}

.availability-note {
  margin: 25px 0 0;
  color: var(--ink-soft);
  font-size: .7rem;
}

.availability-note span {
  margin-right: 5px;
  color: var(--coral);
}

/* Anatomy */

.anatomy {
  background: var(--paper-pale);
}

.anatomy-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: start;
  gap: clamp(70px, 10vw, 150px);
}

.anatomy-copy {
  position: sticky;
  top: calc(var(--header-height) + 50px);
}

.anatomy-copy .text-link {
  margin-top: 18px;
}

.anatomy-stack {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.anatomy-stack li {
  position: relative;
  display: grid;
  grid-template-columns: 45px 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 114px;
  padding: 23px 28px;
  color: #202b25;
  border: 1px solid rgba(29,40,34,.25);
  border-radius: var(--radius-sm);
  background: #f3e3bd;
  box-shadow: 0 8px 0 rgba(81, 59, 34, .08);
  transform: rotate(-.4deg);
  transition: transform .35s var(--ease), box-shadow .35s ease;
}

.anatomy-stack li:nth-child(2) { margin-inline: 16px -16px; background: #cfdda4; transform: rotate(.5deg); }
.anatomy-stack li:nth-child(3) { margin-inline: -7px 7px; background: #b9ddef; transform: rotate(-.25deg); }
.anatomy-stack li:nth-child(4) { margin-inline: 10px -10px; background: #f2b8a8; transform: rotate(.5deg); }
.anatomy-stack li:nth-child(5) { margin-inline: -3px 3px; color: #fff; background: #6557e6; transform: rotate(-.45deg); }

.anatomy-stack li:hover {
  z-index: 2;
  box-shadow: 0 18px 34px rgba(53, 40, 27, .15);
  transform: rotate(0) translateY(-4px);
}

.anatomy-stack > li > span {
  font-size: .63rem;
  font-weight: 800;
}

.anatomy-stack strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.8rem;
  font-weight: 520;
  letter-spacing: -.03em;
}

.anatomy-stack small {
  display: block;
  margin-top: 2px;
  opacity: .72;
}

.anatomy-stack i {
  font-size: .6rem;
  font-style: normal;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html[data-theme="dark"] .anatomy-stack li {
  filter: brightness(.82) saturate(.8);
}

/* Journey */

.journey {
  background: var(--moss-deep);
  color: #fff8e8;
}

.journey .eyebrow {
  color: #d7eba8;
}

.journey h2 em {
  color: #f2be71;
}

.journey-heading {
  max-width: 900px;
  margin-bottom: 65px;
}

.journey-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.28);
  border-bottom: 1px solid rgba(255,255,255,.28);
  list-style: none;
}

.journey-list li {
  display: flex;
  min-height: 400px;
  flex-direction: column;
  padding: 28px;
  border-right: 1px solid rgba(255,255,255,.22);
}

.journey-list li:last-child {
  border-right: 0;
}

.journey-number {
  color: #d6e6ad;
  font-size: .66rem;
  font-weight: 750;
}

.journey-icon {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  margin: auto 0;
  color: #243e32;
  border-radius: 50% 45% 52% 48%;
  background: #d7e7aa;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.7rem;
  transform: rotate(-4deg);
  transition: transform .35s var(--ease);
}

.journey-list li:nth-child(2) .journey-icon { background: #b9dcf0; transform: rotate(5deg); }
.journey-list li:nth-child(3) .journey-icon { background: #f1bb72; transform: rotate(-2deg); }
.journey-list li:nth-child(4) .journey-icon { color: #fff; background: #7c6eef; transform: rotate(4deg); }
.journey-list li:hover .journey-icon { transform: rotate(0) scale(1.07); }

.journey-list h3 {
  margin: 0 0 8px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
}

.journey-list p {
  margin-bottom: 0;
  color: rgba(255,255,255,.7);
  font-size: .88rem;
}

/* Reality */

.reality-card {
  position: relative;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(50px, 8vw, 120px);
  padding: clamp(44px, 7vw, 92px);
  color: #282214;
  border: 1px solid rgba(67,52,23,.25);
  border-radius: var(--radius-lg);
  background: #f4c66e;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.reality-card::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -110px;
  width: 300px;
  height: 300px;
  border: 35px solid rgba(255,255,255,.16);
  border-radius: 50%;
}

.reality-mark {
  position: absolute;
  top: 28px;
  right: 34px;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2rem;
  transform: rotate(7deg);
}

.reality .eyebrow {
  color: #463714;
}

.reality h2 {
  font-size: clamp(3rem, 5.3vw, 5.7rem);
}

.reality h2 em {
  color: #4e42cd;
}

.reality-copy > p:last-child {
  max-width: 550px;
  margin: 0;
  font-size: 1.04rem;
}

.reality-list {
  align-self: end;
  padding: 0;
  margin: 70px 0 0;
  border-top: 1px solid rgba(40,34,20,.3);
  list-style: none;
}

.reality-list li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 22px;
  padding: 21px 0;
  border-bottom: 1px solid rgba(40,34,20,.3);
}

.reality-list span {
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.reality-list strong {
  font-size: .93rem;
}

/* Personalisation */

.personalise {
  background: var(--paper-pale);
}

.personalise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(60px, 10vw, 150px);
}

.personalise-visual {
  position: relative;
  min-height: 530px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 40% 30%, color-mix(in srgb, var(--sky) 35%, transparent), transparent 38%),
    var(--paper);
  overflow: hidden;
}

.brand-card {
  position: absolute;
  width: 45%;
  min-width: 210px;
  aspect-ratio: .75;
  padding: 30px;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.brand-card small {
  font-size: .57rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.brand-card strong {
  display: block;
  margin-top: 65px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 3.3rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .9;
}

.brand-card i {
  position: absolute;
  right: 28px;
  bottom: 25px;
  width: 34px;
  height: 34px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.brand-card i::before,
.brand-card i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  transform: translate(-50%,-50%);
}

.brand-card i::before { width: 12px; height: 1px; }
.brand-card i::after { width: 1px; height: 12px; }

.brand-card-one {
  top: 70px;
  left: 12%;
  color: #f7eddc;
  background: #284b3d;
  transform: rotate(-8deg);
}

.brand-card-two {
  right: 10%;
  bottom: 40px;
  color: #2d251a;
  background: #f2bc70;
  transform: rotate(7deg);
}

.brand-swatch {
  position: absolute;
  right: 11%;
  top: 44px;
  display: flex;
  gap: 7px;
  padding: 12px;
  border-radius: 999px;
  background: var(--paper-pale);
  box-shadow: var(--shadow-small);
  transform: rotate(6deg);
}

.brand-swatch span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #315f49;
}

.brand-swatch span:nth-child(2) { background: #6557e6; }
.brand-swatch span:nth-child(3) { background: #e8705b; }
.brand-swatch span:nth-child(4) { background: #f0b95f; }

.stitch-line {
  position: absolute;
  bottom: 18px;
  left: 20px;
  width: 38%;
  border-top: 2px dashed var(--line-strong);
  transform: rotate(-5deg);
}

.planned-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  max-width: 520px;
  padding-top: 24px;
  margin-top: 32px;
  border-top: 1px solid var(--line);
}

.planned-row span {
  padding: 7px 11px;
  color: var(--moss);
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.planned-row p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .78rem;
}

/* Standard */

.standard {
  color: #f6eddc;
  background: #151d2e;
}

.standard .eyebrow {
  color: #96dcb7;
}

.standard h2 em {
  color: #a99dff;
}

.standard-heading {
  display: grid;
  grid-template-columns: 1fr .55fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 60px;
}

.standard-heading h2 {
  margin: 0;
}

.standard-heading > p {
  margin-bottom: 8px;
  color: rgba(246,237,220,.66);
}

.standard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.2);
  list-style: none;
}

.standard-grid li {
  position: relative;
  min-height: 300px;
  padding: 30px 27px;
  border-right: 1px solid rgba(255,255,255,.2);
  overflow: hidden;
}

.standard-grid li:last-child {
  border-right: 0;
}

.standard-grid li::after {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -65px;
  width: 150px;
  height: 150px;
  border: 22px solid rgba(169,157,255,.08);
  border-radius: 50%;
  transition: transform .4s var(--ease);
}

.standard-grid li:hover::after {
  transform: scale(1.35);
}

.standard-grid span {
  color: #96dcb7;
  font-size: .63rem;
  font-weight: 750;
}

.standard-grid h3 {
  margin: 95px 0 10px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 520;
  line-height: 1.05;
}

.standard-grid p {
  color: rgba(246,237,220,.6);
  font-size: .82rem;
}

/* FAQ */

.faq {
  background: var(--paper);
}

.faq-grid {
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  gap: clamp(65px, 10vw, 150px);
}

.faq-heading {
  position: sticky;
  top: calc(var(--header-height) + 50px);
  align-self: start;
}

.faq-heading p:last-child {
  color: var(--ink-soft);
}

.faq-heading a {
  color: var(--violet);
  font-weight: 700;
}

.accordion {
  border-top: 1px solid var(--line-strong);
}

.accordion details {
  border-bottom: 1px solid var(--line-strong);
}

.accordion summary {
  position: relative;
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 4px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  font-weight: 530;
  line-height: 1.2;
  cursor: pointer;
  list-style: none;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary span {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}

.accordion summary span::before,
.accordion summary span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 1.5px;
  background: var(--violet);
  transform: translate(-50%, -50%);
  transition: transform .25s ease;
}

.accordion summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.accordion details > p {
  max-width: 660px;
  padding: 0 65px 28px 4px;
  margin: -5px 0 0;
  color: var(--ink-soft);
}

/* Closing and footer */

.closing {
  position: relative;
  padding: clamp(100px, 14vw, 180px) 0;
  color: #fff9e9;
  background: #4e42cd;
  overflow: hidden;
}

.closing::before,
.closing::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
}

.closing::before {
  width: 430px;
  height: 430px;
  top: -180px;
  left: -100px;
}

.closing::after {
  width: 330px;
  height: 330px;
  right: -80px;
  bottom: -170px;
}

.closing-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.closing .eyebrow {
  justify-content: center;
  color: #dfeab4;
}

.closing h2 {
  max-width: 1000px;
  margin-inline: auto;
}

.closing h2 em {
  color: #f5c975;
}

.closing-scribble {
  position: absolute;
  top: -30px;
  right: 2%;
  color: rgba(255,255,255,.54);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.15;
  transform: rotate(10deg);
}

.site-footer {
  padding: 75px 0 30px;
  color: #e9e2d5;
  background: #1b2722;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr .7fr .7fr 1.1fr;
  gap: 60px;
  padding-bottom: 60px;
}

.brand-footer {
  color: #fff8e8;
}

.brand-footer .brand-division {
  color: rgba(255,255,255,.6);
  border-color: rgba(255,255,255,.3);
}

.brand-footer .brand-mark {
  border-color: #fff8e8;
}

.footer-brand p,
.footer-contact p {
  max-width: 360px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.56);
  font-size: .84rem;
}

.site-footer nav,
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.site-footer h2 {
  margin: 0 0 12px;
  color: #aecd8d;
  font-family: "Manrope", sans-serif;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-footer nav a,
.footer-contact > a {
  min-height: 34px;
  color: rgba(255,255,255,.78);
  font-size: .83rem;
  text-decoration: none;
}

.site-footer nav a:hover,
.footer-contact > a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-contact > a {
  color: #fff;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.25rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.48);
  font-size: .64rem;
  font-weight: 650;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.footer-bottom p {
  margin: 0;
}

/* Inner pages */

.inner-main {
  min-height: 70vh;
}

.inner-hero {
  padding: clamp(75px, 9vw, 125px) 0 clamp(65px, 8vw, 105px);
  border-bottom: 1px solid var(--line);
}

.inner-hero h1 {
  max-width: 950px;
  font-size: clamp(3.8rem, 8vw, 7.5rem);
}

.inner-lead {
  max-width: 710px;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
}

.breadcrumb {
  display: flex;
  gap: 10px;
  margin-bottom: 38px;
  color: var(--ink-soft);
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.breadcrumb a {
  text-decoration: none;
}

.legal-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 760px);
  gap: clamp(50px, 9vw, 130px);
  align-items: start;
}

.legal-nav {
  position: sticky;
  top: calc(var(--header-height) + 35px);
  display: grid;
  gap: 7px;
}

.legal-nav a {
  padding: 10px 13px;
  color: var(--ink-soft);
  border-radius: 9px;
  font-size: .78rem;
  font-weight: 670;
  text-decoration: none;
}

.legal-nav a[aria-current="page"] {
  color: var(--ink);
  background: color-mix(in srgb, var(--violet) 12%, transparent);
}

.prose h2 {
  margin: 58px 0 16px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose h3 {
  margin: 32px 0 9px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 540;
}

.prose p,
.prose li {
  color: var(--ink-soft);
}

.prose li + li {
  margin-top: 9px;
}

.prose a {
  color: var(--violet);
  font-weight: 670;
}

.notice-box {
  padding: 24px;
  margin-bottom: 40px;
  border: 1px solid color-mix(in srgb, var(--coral) 45%, var(--line));
  border-radius: 14px;
  background: color-mix(in srgb, var(--coral) 8%, var(--paper-pale));
}

.notice-box strong {
  display: block;
  margin-bottom: 5px;
}

.notice-box p {
  margin: 0;
}

.contact-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: var(--paper-pale);
  box-shadow: var(--shadow-small);
}

.contact-card h2 {
  margin: 0 0 8px;
  font-size: clamp(2.3rem, 5vw, 4rem);
}

.contact-card p {
  max-width: 580px;
  margin: 0;
  color: var(--ink-soft);
}

/* Product page */

.product-hero {
  padding: clamp(65px, 8vw, 110px) 0;
}

.product-hero-grid {
  display: grid;
  grid-template-columns: 1fr .85fr;
  align-items: center;
  gap: clamp(55px, 8vw, 110px);
}

.product-hero h1 {
  font-size: clamp(4rem, 7.5vw, 7.5rem);
}

.product-status-row {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.product-status-row .eyebrow {
  margin: 0;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding: 22px 0;
  margin: 30px 0;
  border-block: 1px solid var(--line);
}

.product-meta div {
  display: grid;
  gap: 2px;
}

.product-meta small {
  color: var(--ink-soft);
  font-size: .58rem;
  font-weight: 780;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.product-meta strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 520;
}

.product-art {
  position: relative;
  min-height: 570px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px),
    color-mix(in srgb, var(--moss) 12%, var(--paper));
  background-size: 32px 32px;
  overflow: hidden;
}

.product-art .kit-browser {
  position: absolute;
  top: 75px;
  left: 7%;
  width: 74%;
}

.product-art .kit-folder {
  right: 6%;
  bottom: 35px;
  width: 43%;
}

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

.blueprint-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(60px, 9vw, 130px);
}

.blueprint-intro {
  position: sticky;
  top: calc(var(--header-height) + 45px);
  align-self: start;
}

.blueprint-list {
  display: grid;
  gap: 18px;
}

.blueprint-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 24px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
}

.blueprint-item > span {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--moss);
  font-size: .67rem;
  font-weight: 800;
}

.blueprint-item h3 {
  margin: 0 0 7px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.65rem;
  font-weight: 520;
}

.blueprint-item p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .88rem;
}

.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.fit-card {
  padding: clamp(30px, 5vw, 55px);
  border-radius: var(--radius-md);
}

.fit-card h3 {
  margin: 0 0 25px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 520;
}

.fit-card ul {
  padding-left: 20px;
}

.fit-card li + li {
  margin-top: 12px;
}

.fit-card.yes {
  color: #f9f1e2;
  background: var(--moss-deep);
}

.fit-card.no {
  color: #312719;
  background: #f2c271;
}

.cost-table {
  width: 100%;
  border-collapse: collapse;
}

.cost-table th,
.cost-table td {
  padding: 18px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.cost-table th {
  color: var(--ink-soft);
  font-size: .61rem;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cost-table td:last-child {
  font-weight: 730;
  text-align: right;
}

/* Motion reveal */

.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pointer-companion {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .pointer-companion {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(-100px, -100px, 0);
    transition: opacity .2s ease;
  }

  .pointer-companion::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid color-mix(in srgb, var(--violet) 60%, transparent);
    border-radius: 50%;
    transition: transform .25s var(--ease), background .25s ease;
  }

  .pointer-companion span {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--violet);
  }

  .pointer-companion.is-active::before {
    background: color-mix(in srgb, var(--violet) 12%, transparent);
    transform: scale(1.8);
  }
}

/* Responsive */

@media (max-width: 1080px) {
  :root { --shell: min(100% - 40px, 940px); }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr .78fr; gap: 42px; }
  .hero-visual { margin-right: 12px; }
  .note-one { left: -18px; }
  .note-two { right: -12px; }
  .direction-grid { grid-template-columns: 1fr; }
  .featured-heading { grid-template-columns: 1fr .75fr; gap: 45px; }
  .kit-board { grid-template-columns: 1fr; }
  .kit-preview { min-height: 610px; }
  .kit-details { padding: 60px; }
  .journey-list { grid-template-columns: 1fr 1fr; }
  .journey-list li { min-height: 340px; border-bottom: 1px solid rgba(255,255,255,.22); }
  .journey-list li:nth-child(2) { border-right: 0; }
  .journey-list li:nth-child(3), .journey-list li:nth-child(4) { border-bottom: 0; }
  .standard-grid { grid-template-columns: 1fr 1fr; }
  .standard-grid li { border-bottom: 1px solid rgba(255,255,255,.2); }
  .standard-grid li:nth-child(2) { border-right: 0; }
  .standard-grid li:nth-child(3), .standard-grid li:nth-child(4) { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1.5fr .7fr .7fr; }
  .footer-contact { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.15); }
}

@media (max-width: 800px) {
  :root { --header-height: 76px; --shell: min(100% - 32px, 680px); }
  .section-pad { padding: 92px 0; }
  h1 { font-size: clamp(3.7rem, 14vw, 6rem); }
  h2 { font-size: clamp(3rem, 12vw, 5rem); }
  .brand-division { display: none; }
  .theme-label { display: none; }
  .theme-toggle { padding-right: 6px; }
  .hero { padding-top: 56px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 650px; }
  .hero-visual { width: min(94%, 600px); margin: 35px auto 0; }
  .note-one { left: -8px; }
  .note-two { right: -8px; }
  .hero-marquee { margin-top: 90px; }
  .direction-tool { grid-template-columns: 1fr; }
  .direction-tabs { border-right: 0; border-bottom: 1px solid var(--line-strong); }
  .direction-tabs button { min-height: 92px; }
  .direction-result { min-height: 340px; }
  .featured-heading { grid-template-columns: 1fr; }
  .featured-summary { margin: 0; }
  .kit-preview { min-height: 540px; }
  .kit-details { padding: 45px 32px; }
  .anatomy-grid { grid-template-columns: 1fr; }
  .anatomy-copy, .faq-heading, .blueprint-intro, .legal-nav { position: static; }
  .reality-card { grid-template-columns: 1fr; }
  .reality-list { margin-top: 0; }
  .personalise-grid { grid-template-columns: 1fr; }
  .personalise-visual { order: 2; }
  .standard-heading { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { grid-template-columns: repeat(4, auto); overflow-x: auto; }
  .contact-card { grid-template-columns: 1fr; }
  .product-hero-grid { grid-template-columns: 1fr; }
  .product-art { min-height: 530px; }
  .blueprint-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  body { font-size: 15px; }
  .section-pad { padding: 76px 0; }
  .eyebrow { margin-bottom: 17px; font-size: .69rem; }
  .header-inner { gap: 10px; }
  .brand { gap: 8px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-name { font-size: .9rem; }
  .header-actions { gap: 6px; }
  .theme-toggle, .menu-toggle { min-width: 46px; min-height: 46px; }
  .theme-track { width: 49px; }
  html[data-theme="dark"] .theme-thumb { transform: translateX(15px); }
  .hero h1 { font-size: clamp(3.6rem, 17vw, 5.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { margin-left: 8px; }
  .trust-line { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 10px; margin-top: 32px; }
  .trust-line li:last-child { grid-column: 1 / -1; }
  .hero-visual { width: 96%; margin-top: 46px; }
  .workshop-frame { border-radius: 25px; }
  .note-one { top: 7%; width: 99px; font-size: .68rem; }
  .note-two { bottom: 8%; width: 132px; font-size: .68rem; }
  .made-tag { right: 3%; bottom: -31px; width: 91px; height: 91px; }
  .made-tag strong { font-size: 1.1rem; }
  .hero-marquee { margin-top: 80px; }
  .direction-tabs button { grid-template-columns: 25px 1fr 20px; min-height: 82px; padding: 18px; }
  .direction-result { min-height: 370px; padding: 28px 23px; }
  .result-stamp { top: 18px; right: 18px; }
  .direction-result .button { width: 100%; }
  .status-pill { display: flex; width: max-content; margin: 10px 0 0; }
  .featured-heading { margin-bottom: 35px; }
  .kit-board { border-radius: 25px; }
  .kit-preview { min-height: 430px; padding: 35px 20px; }
  .kit-browser { width: 94%; border-width: 6px; }
  .browser-page { min-height: 255px; padding: 30px 24px; }
  .browser-page strong { font-size: 2.35rem; }
  .browser-page > span { max-width: 200px; }
  .kit-folder { height: 165px; padding: 17px; }
  .folder-back { right: 2%; bottom: 55px; }
  .folder-front { right: 16%; bottom: 20px; }
  .pencil { height: 150px; right: 8%; }
  .kit-preview::before { display: none; }
  .kit-commercial { align-items: stretch; flex-direction: column; }
  .kit-commercial .button { width: 100%; }
  .anatomy-stack li { grid-template-columns: 30px 1fr; min-height: 102px; padding: 19px; }
  .anatomy-stack li i { display: none; }
  .anatomy-stack strong { font-size: 1.5rem; }
  .anatomy-stack small { line-height: 1.4; }
  .anatomy-stack li:nth-child(n) { margin-inline: 0; }
  .journey-heading { margin-bottom: 38px; }
  .journey-list { grid-template-columns: 1fr; }
  .journey-list li { min-height: 300px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22) !important; }
  .journey-list li:last-child { border-bottom: 0 !important; }
  .journey-icon { margin: 52px 0; }
  .reality-card { padding: 38px 25px; border-radius: 25px; }
  .reality-mark { top: 18px; right: 18px; width: 45px; height: 45px; font-size: 1.5rem; }
  .reality-list li { grid-template-columns: 80px 1fr; gap: 14px; }
  .personalise-visual { min-height: 430px; }
  .brand-card { min-width: 165px; padding: 22px; }
  .brand-card strong { margin-top: 40px; font-size: 2rem; }
  .standard-grid { grid-template-columns: 1fr; }
  .standard-grid li { min-height: 240px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2) !important; }
  .standard-grid li:last-child { border-bottom: 0 !important; }
  .standard-grid h3 { margin-top: 65px; }
  .accordion summary { min-height: 82px; font-size: 1.25rem; }
  .closing h2 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .closing-scribble { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .legal-nav { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: max-content; }
  .product-art { min-height: 420px; }
  .product-art .kit-browser { top: 55px; width: 84%; }
  .product-art .kit-folder { height: 155px; }
  .fit-grid { grid-template-columns: 1fr; }
  .blueprint-item { grid-template-columns: 42px 1fr; gap: 16px; padding: 24px 18px; }
  .blueprint-item > span { width: 40px; height: 40px; }
  .cost-table th:nth-child(2), .cost-table td:nth-child(2) { display: none; }
}

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

@media (forced-colors: active) {
  .pointer-companion,
  body::before { display: none !important; }
  .button,
  .status-pill,
  .brand-mark,
  .theme-toggle,
  .menu-toggle { border: 1px solid ButtonText; }
  .theme-thumb { background: ButtonText; }
}

@media (prefers-contrast: more) {
  :root { --line: rgba(29,40,34,.4); --line-strong: rgba(29,40,34,.7); }
  html[data-theme="dark"] { --line: rgba(255,255,255,.45); --line-strong: rgba(255,255,255,.75); }
  .pointer-companion { display: none !important; }
}

@media print {
  .site-header,
  .site-footer,
  .hero-marquee,
  .pointer-companion,
  .closing { display: none; }
  body { color: #000; background: #fff; }
  .section-pad { padding: 35px 0; }
}
