:root {
  --house-blue: #14273d;
  --house-blue-deep: #0d1d2f;
  --paper: #f4f1e9;
  --paper-bright: #fbf8f1;
  --stone: #a9a79f;
  --stone-light: #dad6cc;
  --ink: #17202a;
  --activity-red: #d9483b;
  --activity-orange: #e66828;
  --activity-yellow: #e2b72f;
  --activity-blue: #316ab5;
  --activity-green: #267b58;
  --activity-turquoise: #25a99e;
  --activity-magenta: #c13770;
  --activity-purple: #744f9d;
  --editorial: Georgia, "Times New Roman", serif;
  --functional: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page-gutter: clamp(1.25rem, 4vw, 4.5rem);
  --line: rgba(244, 241, 233, 0.34);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--functional); }
a { color: inherit; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .75rem 1rem; background: var(--paper); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--activity-yellow); outline-offset: 4px; }

/* Shared legal pages */
.legal-page { min-width: 320px; }
.legal-header { position: static; background: var(--house-blue); }
.legal-header .primary-nav a { color: var(--paper); }
.legal-main { width: min(76rem, 100%); margin: 0 auto; padding: clamp(3rem, 7vw, 6rem) var(--page-gutter) clamp(5rem, 9vw, 8rem); }
.legal-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(15rem, .38fr); gap: clamp(2rem, 6vw, 6rem); align-items: end; padding-bottom: clamp(2.5rem, 5vw, 4rem); border-bottom: 1px solid #77736b; }
.legal-kicker { margin: 0 0 1rem; color: var(--activity-green); font-size: .7rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.legal-hero h1 { max-width: none; margin: 0; color: var(--house-blue); font-size: clamp(3.6rem, 8vw, 7.4rem); }
.legal-hero .legal-summary { max-width: 34rem; margin: 1.5rem 0 0; font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.65; }
.legal-meta { padding: 1.25rem; border: 1px solid #77736b; background: var(--paper-bright); font-size: .78rem; line-height: 1.7; }
.legal-meta strong { display: block; color: var(--house-blue); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.legal-layout { display: grid; grid-template-columns: 14rem minmax(0, 1fr); gap: clamp(2rem, 6vw, 6rem); padding-top: clamp(2.5rem, 5vw, 4.5rem); }
.legal-contents { align-self: start; position: sticky; top: 1.5rem; padding: 1.25rem 0; border-top: 4px solid var(--activity-yellow); border-bottom: 1px solid #77736b; }
.legal-contents strong { display: block; margin-bottom: .8rem; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.legal-contents a { display: block; min-height: 38px; padding: .45rem 0; color: #51504b; font-size: .79rem; text-decoration: none; }
.legal-contents a:hover { color: var(--house-blue); text-decoration: underline; text-underline-offset: .25rem; }
.legal-content { min-width: 0; }
.legal-content section { padding: 0 0 2.7rem; margin: 0 0 2.7rem; border-bottom: 1px solid var(--stone-light); scroll-margin-top: 1.5rem; }
.legal-content section:last-child { border-bottom: 0; }
.legal-content h2 { margin: 0 0 1.1rem; color: var(--house-blue); font: 400 clamp(2rem, 4vw, 3.5rem)/1 var(--editorial); letter-spacing: -.035em; }
.legal-content h3 { margin: 1.8rem 0 .65rem; color: var(--house-blue); font-size: 1rem; }
.legal-content p, .legal-content li { max-width: 47rem; line-height: 1.72; }
.legal-content li + li { margin-top: .55rem; }
.legal-content ul { padding-left: 1.25rem; }
.legal-note { max-width: 48rem; padding: 1.15rem 1.25rem; border-left: 5px solid var(--activity-yellow); background: #fff7d8; line-height: 1.65; }
.legal-note strong { display: block; margin-bottom: .3rem; color: var(--house-blue); }
.legal-note--privacy { border-left-color: var(--activity-turquoise); background: #e4f6f2; }
.legal-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid #77736b; background: var(--paper-bright); }
.legal-table { width: 100%; min-width: 39rem; border-collapse: collapse; font-size: .83rem; line-height: 1.55; }
.legal-table th, .legal-table td { padding: .9rem 1rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--stone-light); }
.legal-table th { color: var(--paper); background: var(--house-blue); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.legal-table tr:last-child td { border-bottom: 0; }
.legal-links { display: flex; flex-wrap: wrap; gap: .7rem 1.5rem; }
.legal-links a { min-height: 44px; display: inline-flex; align-items: center; font-weight: 750; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 10; height: 6rem; padding: 0 var(--page-gutter);
  display: flex; align-items: center; justify-content: space-between; color: var(--paper);
  border-bottom: 1px solid var(--line);
}
.brand-mark { width: 4rem; height: 4rem; display: grid; place-items: center; flex: 0 0 auto; text-decoration: none; }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.primary-nav { display: flex; gap: clamp(1.1rem, 2.5vw, 2.8rem); align-items: center; }
.primary-nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: .83rem; text-decoration: none; }
.primary-nav a:hover { text-decoration: underline; text-underline-offset: .35rem; }
.primary-nav .nav-connect { padding: .25rem 1rem; border: 1px solid rgba(244,241,233,.72); }

.hero {
  min-height: 100svh; padding: clamp(8.5rem, 15vh, 11rem) var(--page-gutter) clamp(3.5rem, 7vh, 6rem);
  display: grid; grid-template-columns: minmax(0, .92fr) minmax(22rem, .75fr); gap: clamp(3rem, 7vw, 8rem); align-items: center;
  overflow: hidden; position: relative; color: var(--paper); background: var(--house-blue);
}
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18; background-image: radial-gradient(rgba(255,255,255,.22) .45px, transparent .55px); background-size: 5px 5px; }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
h1 { margin: 1.7rem 0 1.5rem; max-width: 12ch; font-family: var(--editorial); font-weight: 400; font-size: clamp(4rem, 7.4vw, 8.2rem); line-height: .86; letter-spacing: -.055em; }
.hero-support { max-width: 30rem; margin: 0; color: #d8d9d6; font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.4rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; gap: 1rem; padding: 0 1.25rem; border: 1px solid; font-size: .88rem; font-weight: 700; text-decoration: none; }
.button-primary { color: var(--house-blue-deep); background: var(--paper); border-color: var(--paper); }
.button-primary:hover { background: var(--activity-turquoise); border-color: var(--activity-turquoise); }
.quiet-link { min-height: 48px; display: inline-flex; align-items: center; gap: .7rem; font-size: .8rem; text-decoration: none; }

.hero-visual { align-self: stretch; min-height: 30rem; display: flex; flex-direction: column; justify-content: center; }
.hero-photo {
  position: relative;
  min-height: min(63vh, 42rem);
  overflow: hidden;
  border: 1px solid rgba(244, 241, 233, .42);
  box-shadow: -1.5rem 1.5rem 0 rgba(4, 17, 29, .4);
}

.hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: min(63vh, 42rem);
  object-fit: cover;
  object-position: center;
}
.room-scene { position: relative; min-height: min(63vh, 42rem); overflow: hidden; border: 1px solid rgba(244,241,233,.42); background: linear-gradient(165deg, #c48b68 0 26%, #d9a77b 26% 55%, #7c8a76 55% 57%, #233e42 57% 100%); box-shadow: -1.5rem 1.5rem 0 rgba(4,17,29,.4); }
.room-scene::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,26,39,.2), transparent 65%); }
.room-scene > p { position: absolute; z-index: 5; right: 1rem; bottom: 1rem; width: 13rem; margin: 0; padding: .75rem; background: rgba(13,29,47,.8); color: rgba(244,241,233,.82); font-size: .68rem; line-height: 1.5; }
.room-window { position: absolute; width: 43%; height: 43%; top: 9%; right: 9%; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 5px; background: #e7d7bb; box-shadow: 0 0 45px rgba(255,225,170,.35); }
.room-window span { background: linear-gradient(#829ca4 55%, #536958 56%); }
.room-table { position: absolute; left: 13%; right: 9%; bottom: 19%; height: 12%; transform: skewX(-8deg); background: #9e633d; box-shadow: 0 14px 0 #5e3a27; }
.room-person { position: absolute; bottom: 25%; width: 17%; height: 28%; border-radius: 50% 50% 16% 16%; background: #aeb877; }
.room-person i { position: absolute; width: 45%; aspect-ratio: 1; left: 27%; top: -25%; border-radius: 50%; background: #4b2f27; }
.person-one { left: 24%; }
.person-two { right: 17%; height: 34%; background: #bf6455; }
.room-plant { position: absolute; left: 5%; top: 17%; width: 20%; height: 38%; border-left: 3px solid #40543e; }
.room-plant i { position: absolute; width: 55%; height: 17%; border-radius: 100% 0 100% 0; background: #4f6c50; transform-origin: left bottom; }
.room-plant i:nth-child(1) { top: 8%; transform: rotate(-35deg); }
.room-plant i:nth-child(2) { top: 30%; transform: rotate(25deg); }
.room-plant i:nth-child(3) { top: 49%; transform: rotate(-25deg); }
.room-plant i:nth-child(4) { top: 68%; transform: rotate(18deg); }
.mobile-route-list { display: none; }

.doors-section { min-height: 100svh; padding: clamp(3rem, 8vh, 6rem) var(--page-gutter); display: flex; align-items: center; background: linear-gradient(180deg, #ece8de 0, var(--paper) 14%, var(--paper) 100%); }
.doors-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(.85rem, 1.5vw, 1.4rem); width: 100%; max-width: 92rem; margin: 0 auto; }
.hs-card { color: var(--ink); border: 1px solid #62605b; border-radius: 2px; background: var(--paper-bright); text-decoration: none; }
.door-card { --accent: var(--activity-turquoise); min-height: clamp(13rem, 27vh, 16.5rem); display: grid; grid-template-rows: auto 1fr; overflow: hidden; position: relative; box-shadow: 5px 6px 0 rgba(20,39,61,.11); transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease, filter 260ms ease; }
.door-card::after { content: ""; position: absolute; inset: 4.1rem 0 0; pointer-events: none; opacity: .26; background: linear-gradient(112deg, transparent 0 57%, color-mix(in srgb, var(--accent) 22%, transparent) 57% 58%, transparent 58%), repeating-linear-gradient(90deg, transparent 0 3.45rem, rgba(23,32,42,.045) 3.5rem); transition: opacity 260ms ease; }
.door-card:hover { transform: translateY(-5px) scale(1.008); border-color: var(--house-blue-deep); box-shadow: 8px 10px 0 rgba(20,39,61,.15); z-index: 2; }
.door-card:hover::after { opacity: .72; }
.doors-grid:has(.door-card:hover) .door-card:not(:hover) { filter: saturate(.82); }
.card-band { min-height: 4.1rem; display: flex; align-items: center; justify-content: space-between; padding: 0 1.45rem; border-bottom: 1px solid rgba(23,32,42,.72); box-shadow: inset 0 1px rgba(255,255,255,.36), inset 0 -4px rgba(23,32,42,.08); color: #10202e; }
.card-band h2 { margin: 0; font: 800 .77rem/1 var(--functional); letter-spacing: .15em; text-transform: uppercase; }
.card-band span { font-size: .67rem; font-weight: 800; letter-spacing: .12em; }
.door-turquoise { --accent: var(--activity-turquoise); }.door-turquoise .card-band { background: var(--activity-turquoise); }
.door-orange { --accent: var(--activity-orange); }.door-orange .card-band { background: var(--activity-orange); }
.door-blue { --accent: var(--activity-blue); }.door-blue .card-band { background: var(--activity-blue); color: white; }
.door-magenta { --accent: var(--activity-magenta); }.door-magenta .card-band { background: var(--activity-magenta); color: white; }
.card-body { position: relative; z-index: 1; display: flex; flex-direction: column; padding: clamp(1.4rem, 2.3vw, 2.25rem); background: linear-gradient(135deg, rgba(255,255,255,.42), transparent 58%); }
.card-body > p { max-width: 19ch; margin: 0; font-family: var(--editorial); font-size: clamp(1.65rem, 2.4vw, 2.5rem); line-height: 1.04; letter-spacing: -.025em; }
.card-action { margin-top: auto; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--stone-light); padding-top: 1rem; font-size: .83rem; font-weight: 700; }
.card-action b { font-size: 1.35rem; font-weight: 400; transition: transform 220ms ease; }
.door-card:hover .card-action b { transform: translateX(5px); }

.route-note { margin-top: 1.8rem !important; color: #9fb0b9 !important; font-size: .7rem !important; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }

.stage-section { position: relative; padding: clamp(5.5rem, 10vw, 10rem) var(--page-gutter); overflow: hidden; }
.stage-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 2rem; margin-bottom: clamp(2.5rem, 5vw, 5rem); }
.stage-heading > p, .section-label { margin: 0; color: #63615c; font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.stage-heading h2, .apps-intro h2, .organisations-intro h2, .creators-copy h2 { margin: 0; font: 400 clamp(3.2rem, 6vw, 7rem)/.92 var(--editorial); letter-spacing: -.05em; }
.text-action { min-height: 48px; display: inline-flex; align-items: center; gap: 1rem; border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 750; text-decoration: none; }

.around-section { background: var(--paper); }
.around-grid { display: grid; grid-template-columns: 1.4fr .8fr; grid-template-rows: 1fr 1fr; gap: 1.2rem; }
.around-item { min-height: 15rem; display: grid; grid-template-rows: auto 1fr auto; overflow: hidden; position: relative; border: 1px solid #65635d; border-radius: 2px; background: var(--paper-bright); color: var(--ink); text-decoration: none; transition: transform 260ms ease, box-shadow 260ms ease; }
.around-item:hover { transform: translateY(-5px); box-shadow: 7px 9px 0 rgba(20,39,61,.12); }
.around-lead { min-height: 32rem; grid-row: 1 / 3; }
.content-band { z-index: 2; width: max-content; margin: 1rem; padding: .55rem .7rem; background: var(--activity-red); color: white; font-size: .66rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.around-note .content-band { background: var(--activity-yellow); color: var(--ink); }
.around-object .content-band { background: var(--activity-turquoise); color: var(--ink); }
.around-visual { position: absolute; inset: 0; background: linear-gradient(145deg, #b56e58 0 40%, #d3a67c 40% 60%, #29484b 60%); }
.around-visual::before { content: ""; position: absolute; left: 12%; right: 9%; top: 18%; bottom: 25%; border: 1px solid rgba(255,255,255,.6); background: linear-gradient(110deg, rgba(20,39,61,.8), rgba(20,39,61,.05)); }
.around-note .around-visual { background: linear-gradient(160deg, #dbd4c8 0 67%, #d2ab37 67%); }
.around-note .around-visual::before { inset: 20% 18% 25%; border-color: #58616a; background: repeating-linear-gradient(#6f706e 0 1px, transparent 1px 2rem); }
.around-object .around-visual { background: var(--house-blue); }
.around-object .around-visual::before { inset: 18% 30%; transform: rotate(7deg); background: var(--activity-turquoise); box-shadow: -2rem 1.3rem 0 var(--activity-magenta); }
.around-copy { z-index: 2; display: grid; grid-template-columns: 1fr auto; gap: .5rem 1rem; margin-top: auto; padding: 1.4rem; background: rgba(251,248,241,.94); border-top: 1px solid #65635d; }
.around-copy small { grid-column: 1 / -1; color: #69665f; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.around-copy strong { max-width: 22ch; font: 400 clamp(1.5rem, 2.4vw, 2.7rem)/1.06 var(--editorial); }
.around-copy i { align-self: end; font-size: .72rem; font-style: normal; font-weight: 750; }

.connect-feature { min-height: 92svh; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; background: var(--house-blue); color: var(--paper); }
.connect-copy .section-label { color: #87d5cd; }
.connect-copy h2 { margin: 1.2rem 0 2rem; font: 400 clamp(4rem, 7vw, 8rem)/.84 var(--editorial); letter-spacing: -.06em; }
.connect-copy > p:not(.section-label) { max-width: 29rem; color: #d3d6d4; font-size: 1.05rem; line-height: 1.65; }
.button-light { margin-top: 1.4rem; border-color: var(--paper); background: var(--paper); color: var(--house-blue); }
.connect-scene { min-height: 34rem; position: relative; border: 1px solid rgba(244,241,233,.42); background: radial-gradient(circle at 52% 48%, #294966 0 2px, transparent 3px), linear-gradient(145deg, #1d3852, #0e2033); box-shadow: -1.3rem 1.3rem 0 rgba(4,17,29,.38); }
.connect-scene::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(244,241,233,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(244,241,233,.15) 1px, transparent 1px); background-size: 3rem 3rem; }
.hub { position: absolute; z-index: 2; width: 11rem; min-height: 7rem; padding: 1.2rem; border: 1px solid var(--paper); background: rgba(244,241,233,.94); color: var(--ink); box-shadow: 6px 7px 0 rgba(0,0,0,.18); }
.hub b, .hub span { display: block; }.hub b { font-size: .62rem; letter-spacing: .15em; }.hub span { margin-top: 1.5rem; font: 1.35rem var(--editorial); }
.hub-one { top: 12%; left: 9%; border-top: .75rem solid var(--activity-turquoise); }.hub-two { top: 39%; right: 8%; border-top: .75rem solid var(--activity-orange); }.hub-three { bottom: 8%; left: 22%; border-top: .75rem solid var(--activity-magenta); }
.connect-thread { position: absolute; z-index: 1; inset: 24% 23% 20%; border: 1px solid rgba(116,203,193,.65); transform: rotate(-14deg); }
.connect-scene > p { position: absolute; right: 1rem; bottom: 1rem; z-index: 3; margin: 0; color: #b6c1c5; font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; }

.apps-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 9rem); background: var(--paper); }
.apps-intro { align-self: center; }
.apps-intro h2 { margin-top: 1.2rem; }
.apps-grid { display: grid; gap: 1rem; }
.app-card { border: 1px solid #65635d; border-radius: 2px; background: var(--paper-bright); }
.app-band { min-height: 2.7rem; display: flex; align-items: center; justify-content: space-between; padding: 0 1.2rem; border-bottom: 1px solid #65635d; font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.app-yellow .app-band { background: var(--activity-yellow); }.app-green .app-band { background: var(--activity-green); color: white; }.app-red .app-band { background: var(--activity-red); color: white; }
.app-body { display: grid; grid-template-columns: .7fr 1fr auto; gap: 1.5rem; align-items: center; padding: 1.5rem 1.2rem; }
.app-body h3 { margin: 0; font: 400 2rem var(--editorial); }.app-body p { margin: 0; color: #5e5c56; line-height: 1.5; }.app-body a { min-height: 44px; display: flex; align-items: center; gap: .7rem; font-size: .72rem; font-weight: 750; }.app-state { color: #69665f; font-size: .65rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.organisations-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 9rem); background: #d9d6cd; }
.organisations-intro { align-self: center; }.organisations-intro h2 { margin: 1.2rem 0 1.8rem; }.organisations-intro > p:not(.section-label) { max-width: 31rem; color: #55544f; line-height: 1.65; }.organisations-intro .text-action { margin-top: 1rem; }
.library { border: 1px solid #5c5b57; background: var(--paper-bright); box-shadow: 10px 12px 0 rgba(20,39,61,.12); }
.library-heading { display: grid; grid-template-columns: auto 1fr auto; gap: .8rem; align-items: baseline; padding: 1.5rem; border-bottom: 1px solid #5c5b57; background: var(--house-blue); color: var(--paper); }.library-heading span,.library-heading small { font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }.library-heading h3 { margin: 0; font: 400 2.8rem var(--editorial); }
.library ol { margin: 0; padding: 0; list-style: none; }.library li { min-height: 5rem; display: grid; grid-template-columns: 3rem 1fr 1fr; gap: 1rem; align-items: center; padding: 0 1.5rem; border-bottom: 1px solid var(--stone-light); transition: background 200ms ease, padding 200ms ease; }.library li:last-child { border-bottom: 0; }.library li:hover { padding-left: 1.8rem; background: #eeeae1; }.library li > span { font-size: .62rem; font-weight: 800; }.library li strong { font: 400 1.6rem var(--editorial); }.library li small { color: #68665f; }

.creators-section { min-height: 78svh; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; background: #e7dfd2; }
.creator-cards { min-height: 31rem; position: relative; }
.creator-card { position: absolute; width: min(18rem, 42%); aspect-ratio: .72; display: grid; place-items: end start; padding: 1.2rem; border: 1px solid var(--ink); border-top-width: 3.2rem; box-shadow: 8px 10px 0 rgba(20,39,61,.15); font: 400 2.3rem var(--editorial); }
.creator-red { left: 4%; top: 12%; transform: rotate(-8deg); border-top-color: var(--activity-red); background: var(--paper-bright); }.creator-yellow { left: 33%; top: 2%; transform: rotate(4deg); border-top-color: var(--activity-yellow); background: var(--paper-bright); }.creator-blue { right: 3%; top: 18%; transform: rotate(10deg); border-top-color: var(--activity-blue); background: var(--paper-bright); }
.creators-copy h2 { margin: 1.2rem 0 1.8rem; }.creators-copy > p:not(.section-label) { max-width: 28rem; line-height: 1.65; }.creators-copy .text-action { margin-top: 1rem; }.creators-copy > small { display: block; max-width: 25rem; margin-top: 2rem; color: #66635d; font-size: .62rem; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.quiet-close { min-height: 70svh; display: grid; grid-template-rows: 1fr auto; justify-items: center; padding: clamp(5rem, 9vw, 8rem) var(--page-gutter) 0; background: var(--house-blue); color: var(--paper); }.closing-identity { align-self: center; display: grid; justify-items: center; }.closing-identity img { width: clamp(7rem, 12vw, 11rem); height: auto; }.closing-identity p { margin: 1.5rem 0 0; font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }.closing-contact { width: min(76rem, calc(100vw - (2 * var(--page-gutter)))); margin-top: clamp(3rem, 6vw, 5rem); padding: 1.5rem 0; display: grid; grid-template-columns: auto 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; border-top: 1px solid rgba(244,241,233,.28); }.closing-contact strong { font: 400 1.55rem var(--editorial); }.closing-contact a { min-height: 44px; display: inline-flex; align-items: center; width: fit-content; color: var(--paper); font-size: clamp(1rem, 1.5vw, 1.3rem); text-decoration: none; }.closing-contact a:hover { text-decoration: underline; text-underline-offset: .35rem; }
.site-footer { display: grid; grid-template-columns: 1.2fr .8fr 1fr auto; gap: clamp(2rem, 5vw, 5rem); align-items: start; padding: clamp(3rem, 6vw, 5rem) var(--page-gutter); background: var(--house-blue-deep); color: var(--stone-light); font-size: .78rem; }.footer-identity img { width: 4.5rem; height: auto; }.footer-identity p { margin: .75rem 0 0; font-size: .65rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }.site-footer nav, .footer-contact, .footer-legal { display: grid; gap: .75rem; }.site-footer a { min-height: 32px; width: fit-content; display: inline-flex; align-items: center; color: inherit; text-decoration: none; }.site-footer a:hover { color: white; text-decoration: underline; text-underline-offset: .3rem; }.footer-legal span { color: #858f96; }

.motion-ready .reveal { opacity: 0; transform: translateY(34px) scale(.985); }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; transition: opacity 520ms ease, transform 520ms cubic-bezier(.2,.7,.2,1); }
.motion-ready .door-card:nth-child(2) { transition-delay: 70ms; }
.motion-ready .door-card:nth-child(3) { transition-delay: 120ms; }
.motion-ready .door-card:nth-child(4) { transition-delay: 180ms; }

@media (max-width: 820px) {
  .site-header { height: 4.5rem; }
  .primary-nav { display: none; }
  .hero { min-height: auto; padding-top: 7rem; grid-template-columns: 1fr; gap: 2rem; }
  h1 { margin-top: 1.2rem; font-size: clamp(3.8rem, 17vw, 6.4rem); }
  .hero-support { max-width: 25rem; }
  .hero-actions { margin-top: 1.8rem; }
  .quiet-link { display: none; }
  .hero-visual { order: 3; min-height: 13rem; }
  .hero-photo,
  .hero-photo img {
  min-height: 14rem;
}
  .room-scene { min-height: 14rem; box-shadow: -.65rem .65rem 0 rgba(4,17,29,.4); }
  .room-scene > p { display: none; }
  .mobile-route-list { display: grid; margin-top: .5rem; border-top: 1px solid var(--line); }
  .mobile-route-list a { min-height: 3rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: .9rem; text-decoration: none; }
  .doors-grid { grid-template-columns: 1fr; }
  .doors-section { min-height: auto; padding-block: 4.5rem; }
  .door-card { min-height: 12.5rem; }
  .card-body > p { font-size: 2rem; }
  .stage-heading { display: block; }.stage-heading > p { margin-bottom: 1rem; }.stage-heading h2 { font-size: clamp(3.3rem, 13vw, 5rem); }
  .around-grid { grid-template-columns: 1fr; grid-template-rows: auto; }.around-lead { min-height: 26rem; grid-row: auto; }.around-item:not(.around-lead) { min-height: 18rem; }
  .connect-feature, .apps-section, .organisations-section, .creators-section { grid-template-columns: 1fr; }.connect-feature { min-height: auto; }.connect-scene { min-height: 30rem; }.apps-intro br, .organisations-intro br { display: none; }
  .app-body { grid-template-columns: 1fr auto; }.app-body p { grid-column: 1 / -1; grid-row: 2; }.app-body a { grid-column: 2; grid-row: 1; }
  .organisations-intro { max-width: 40rem; }.library li { grid-template-columns: 2.2rem 1fr auto; }.library li small { display: none; }
  .creators-section { min-height: auto; }.creator-cards { min-height: 25rem; }.creators-copy { max-width: 36rem; }
}

@media (max-width: 480px) {
  .hero { padding-bottom: 2.2rem; }
  .hero-visual { display: none; }
  .hero-actions .button { width: 100%; justify-content: space-between; }
  .doors-section { padding-top: 4rem; }
  .door-card { min-height: 11.75rem; }
  .card-band { min-height: 3.7rem; padding-inline: 1.1rem; }
  .card-body { padding: 1.35rem; }
  .card-body > p { font-size: 1.65rem; }
  .site-footer { grid-template-columns: 1fr 1fr; }.footer-identity, .footer-note { grid-column: 1 / -1; }
  .stage-section { padding-block: 4.5rem; }
  .around-lead { min-height: 23rem; }.around-item:not(.around-lead) { min-height: 15rem; }.around-copy strong { font-size: 1.55rem; }
  .connect-copy h2 { font-size: 3.8rem; }.connect-scene { min-height: 26rem; }.hub { width: 8.8rem; min-height: 6rem; padding: .9rem; }.hub span { margin-top: 1rem; font-size: 1.1rem; }.hub-two { right: 4%; }.hub-three { left: 14%; }
  .apps-intro h2, .organisations-intro h2, .creators-copy h2 { font-size: 3.5rem; }.app-body { display: block; }.app-body p { margin: .65rem 0 1rem; }.app-band span:last-child { font-size: .5rem; }
  .library-heading { grid-template-columns: 1fr auto; }.library-heading span { grid-column: 1 / -1; }.library-heading h3 { font-size: 2.25rem; }.library li { min-height: 4.5rem; padding-inline: 1rem; }
  .creator-cards { min-height: 20rem; }.creator-card { width: 45%; border-top-width: 2.5rem; font-size: 1.5rem; }.creator-yellow { left: 28%; }.creator-blue { right: 0; }
  .quiet-close { min-height: 65svh; padding-inline: var(--page-gutter); }.closing-contact { grid-template-columns: 1fr; gap: .25rem; padding-block: 1.25rem; }.closing-contact strong { margin-bottom: .6rem; }.closing-contact a { font-size: 1.05rem; }
  .site-footer { grid-template-columns: 1fr; }.footer-identity, .footer-note { grid-column: auto; }.site-footer nav, .footer-contact, .footer-legal { padding-top: 1.2rem; border-top: 1px solid rgba(244,241,233,.13); }
}
/* ---------------------------------
   SUBPAGES
---------------------------------- */

.subpage {
  background: var(--paper);
  color: var(--ink);
}

.subpage-header {
  position: relative;
  background: var(--house-blue);
  color: var(--paper);
}

.subpage-hero {
  min-height: 56svh;
  padding: clamp(8rem, 14vw, 12rem) var(--page-gutter) clamp(4.5rem, 8vw, 7rem);
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: var(--house-blue);
  color: var(--paper);
}

.subpage-hero .section-label {
  color: #87d5cd;
}

.subpage-hero h1 {
  margin: 1.2rem 0 1.8rem;
  max-width: 10ch;
  font-size: clamp(4rem, 8vw, 8.5rem);
}

.subpage-hero > p:last-child {
  max-width: 38rem;
  margin: 0;
  color: #d3d6d4;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.7;
}

.tool-directory {
  padding: clamp(5rem, 9vw, 9rem) var(--page-gutter);
}

.directory-heading {
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
}

.directory-heading h2 {
  margin: 1rem 0 0;
  font: 400 clamp(3rem, 6vw, 6rem)/.95 var(--editorial);
  letter-spacing: -.045em;
}

.tool-list {
  display: grid;
  gap: 1rem;
  max-width: 88rem;
}

.tool-entry {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr) auto;
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: center;
  min-height: 13rem;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  border: 1px solid #65635d;
  background: var(--paper-bright);
  box-shadow: 5px 6px 0 rgba(20,39,61,.08);
}

.tool-entry-yellow {
  border-top: .75rem solid var(--activity-yellow);
}

.tool-entry-green {
  border-top: .75rem solid var(--activity-green);
}

.tool-entry-red {
  border-top: .75rem solid var(--activity-red);
}

.tool-number {
  align-self: start;
  padding-top: .25rem;
  color: #77746d;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.tool-information {
  max-width: 48rem;
}

.tool-type {
  margin: 0 0 .8rem;
  color: #6b6963;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tool-information h3 {
  margin: 0 0 .9rem;
  font: 400 clamp(2rem, 3.8vw, 3.5rem)/1 var(--editorial);
}

.tool-information > p:last-child {
  max-width: 42rem;
  margin: 0;
  color: #5d5b55;
  line-height: 1.65;
}

.tool-open {
  min-height: 50px;
  display: inline-flex;
  gap: 1.2rem;
  align-items: center;
  padding: 0 1rem;
  border-bottom: 1px solid currentColor;
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.tool-open:hover {
  background: var(--house-blue);
  color: var(--paper);
  border-bottom-color: var(--house-blue);
}

.subpage-links {
  padding: clamp(4.5rem, 8vw, 8rem) var(--page-gutter);
  background: #e7dfd2;
}

.subpage-links-intro {
  margin-bottom: clamp(2rem, 4vw, 4rem);
}

.subpage-links-intro h2 {
  margin: 1rem 0 0;
  font: 400 clamp(3rem, 6vw, 6rem)/.95 var(--editorial);
  letter-spacing: -.045em;
}

.subpage-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.subpage-link-card {
  min-height: 14rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 1.5rem;
  border: 1px solid #65635d;
  background: var(--paper-bright);
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.subpage-link-card:hover {
  transform: translateY(-4px);
  box-shadow: 6px 8px 0 rgba(20,39,61,.12);
}

.subpage-link-card span {
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.subpage-link-card strong {
  align-self: center;
  max-width: 16ch;
  font: 400 clamp(1.6rem, 2.5vw, 2.5rem)/1.05 var(--editorial);
}

.subpage-link-card b {
  justify-self: end;
  font-size: 1.35rem;
  font-weight: 400;
}

@media (max-width: 820px) {
  .subpage-header .primary-nav {
    display: none;
  }

  .subpage-hero {
    min-height: 48svh;
    padding-top: 7rem;
  }

  .tool-entry {
    grid-template-columns: 3rem 1fr;
  }

  .tool-open {
    grid-column: 2;
    width: fit-content;
    margin-top: .5rem;
  }

  .subpage-links-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .subpage-hero h1 {
    font-size: clamp(3.7rem, 16vw, 5.5rem);
  }

  .tool-entry {
    display: block;
  }

  .tool-number {
    margin-bottom: 1rem;
  }

  .tool-open {
    margin-top: 1.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
/* =========================================================
   APPS & HELP DIRECTORY
   ========================================================= */

.subpage {
  background: var(--paper);
  color: var(--ink);
}

.subpage-header {
  position: absolute;
}


/* Intro */

.subpage-hero {
  min-height: 72svh;
  padding:
    clamp(10rem, 18vh, 13rem)
    var(--page-gutter)
    clamp(5rem, 9vh, 8rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--house-blue);
  color: var(--paper);
}

.subpage-hero .section-label {
  color: var(--activity-yellow);
}

.subpage-hero h1 {
  max-width: 11ch;
  margin: 1.4rem 0 2rem;
  font-size: clamp(4.2rem, 8vw, 8.5rem);
}

.subpage-hero > p:last-child {
  max-width: 38rem;
  margin: 0;
  color: #d3d6d4;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}


/* Tool directory */

.tool-directory {
  padding:
    clamp(5.5rem, 10vw, 10rem)
    var(--page-gutter);
}

.directory-heading {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.directory-heading h2 {
  margin: 0;
  font: 400 clamp(3.5rem, 6vw, 7rem)/.92 var(--editorial);
  letter-spacing: -.05em;
}


/* Individual tools */

.tool-list {
  max-width: 92rem;
  margin: 0 auto;
  border-top: 1px solid #65635d;
}

.tool-entry {
  --tool-accent: var(--activity-yellow);

  min-height: 14rem;
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 5rem);
  align-items: center;
  position: relative;

  padding: clamp(2rem, 4vw, 3.5rem) 1.5rem;

  border-bottom: 1px solid #65635d;
  background:
    linear-gradient(
      90deg,
      var(--tool-accent) 0 .55rem,
      transparent .55rem
    );

  transition:
    background-color 220ms ease,
    padding-left 220ms ease;
}

.tool-entry:hover {
  padding-left: 2rem;
  background-color: var(--paper-bright);
}

.tool-entry-yellow {
  --tool-accent: var(--activity-yellow);
}

.tool-entry-green {
  --tool-accent: var(--activity-green);
}

.tool-entry-red {
  --tool-accent: var(--activity-red);
}

.tool-entry-blue {
  --tool-accent: var(--activity-blue);
}

.tool-number {
  align-self: start;
  padding-top: .35rem;
  color: #6a6862;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.tool-information {
  max-width: 48rem;
}

.tool-type {
  margin: 0 0 .8rem;
  color: #66635d;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tool-information h3 {
  margin: 0 0 1rem;
  font: 400 clamp(2.6rem, 4vw, 4.8rem)/.95 var(--editorial);
  letter-spacing: -.04em;
}

.tool-information > p:not(.tool-type) {
  max-width: 37rem;
  margin: 0;
  color: #5e5c56;
  line-height: 1.65;
}

.tool-secondary {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  margin-top: 1rem;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-size: .68rem;
  font-weight: 800;
  text-decoration: none;
}

.tool-open {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 1.3rem;
  padding: 0 1.1rem;

  border: 1px solid var(--ink);

  font-size: .72rem;
  font-weight: 800;
  text-decoration: none;

  transition:
    background 200ms ease,
    color 200ms ease;
}

.tool-open span {
  font-size: 1.2rem;
  transition: transform 200ms ease;
}

.tool-open:hover {
  background: var(--house-blue);
  color: var(--paper);
}

.tool-open:hover span {
  transform: translateX(4px);
}


/* Return section */

.subpage-return {
  min-height: 36rem;
  padding: clamp(5rem, 9vw, 9rem) var(--page-gutter);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background: #d9d6cd;
  text-align: center;
}

.subpage-return p {
  margin: 0 0 2rem;
  font: 400 clamp(2.8rem, 5vw, 5.5rem)/1 var(--editorial);
  letter-spacing: -.04em;
}

.subpage-return a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;

  border-bottom: 1px solid currentColor;

  font-size: .8rem;
  font-weight: 800;
  text-decoration: none;
}


/* Apps directory responsive */

@media (max-width: 820px) {

  .subpage-hero {
    min-height: 65svh;
    padding-top: 8rem;
  }

  .subpage-hero h1 {
    font-size: clamp(3.8rem, 15vw, 6rem);
  }

  .directory-heading {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .tool-entry {
    grid-template-columns: 3rem 1fr;
    gap: 1rem 1.5rem;
  }

  .tool-number {
    grid-column: 1;
    grid-row: 1;
  }

  .tool-information {
    grid-column: 2;
    grid-row: 1;
  }

  .tool-open {
    grid-column: 2;
    width: fit-content;
    margin-top: .5rem;
  }
}


@media (max-width: 480px) {

  .subpage-hero {
    min-height: 34rem;
  }

  .subpage-hero h1 {
    font-size: 4rem;
  }

  .tool-directory {
    padding-inline: var(--page-gutter);
  }

  .tool-entry {
    min-height: auto;
    display: block;
    padding: 2rem 1.25rem 2.2rem;
  }

  .tool-entry:hover {
    padding-left: 1.25rem;
  }

  .tool-number {
    margin-bottom: 1.5rem;
  }

  .tool-information h3 {
    font-size: 3rem;
  }

  .tool-open {
    margin-top: 1.7rem;
  }

    .subpage-return {
    min-height: 28rem;
  }
}

/* ---------------------------------
   CREATOR PAGE
---------------------------------- *//* ---------------------------------
   CREATOR PAGE
---------------------------------- */

.creator-subpage-hero {
  background:
    linear-gradient(135deg, rgba(193,55,112,.18), transparent 42%),
    var(--house-blue);
}

.creator-directory,
.creator-coming {
  padding: clamp(5rem, 9vw, 9rem) var(--page-gutter);
}

.creator-feature-card {
  max-width: 88rem;
  border: 1px solid #65635d;
  background: var(--paper-bright);
  box-shadow: 8px 10px 0 rgba(20,39,61,.1);
}

.creator-feature-card + .creator-feature-card {
  margin-top: clamp(2rem, 5vw, 5rem);
}

.creator-feature-medical .creator-feature-band {
  background: var(--activity-yellow);
  color: var(--ink);
}

.creator-feature-band {
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.4rem;
  border-bottom: 1px solid #65635d;
  background: var(--activity-red);
  color: white;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.creator-feature-body {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(2rem, 4vw, 4rem);
}

.creator-feature-copy {
  align-self: center;
}

.creator-feature-copy h3 {
  margin: 0 0 1.2rem;
  font: 400 clamp(2.8rem, 5vw, 5rem)/.95 var(--editorial);
  letter-spacing: -.04em;
}

.creator-feature-copy > p:not(.tool-type) {
  max-width: 38rem;
  margin: 0 0 1.5rem;
  color: #5d5b55;
  line-height: 1.65;
}

.creator-feature-list {
  margin: 0 0 2rem;
  padding-left: 1.2rem;
  color: #5d5b55;
  line-height: 1.75;
}

.creator-feature-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
}

.creator-feature-actions .tool-secondary {
  margin-top: 0;
}

.creator-feature-visual {
  min-height: 27rem;
  position: relative;
}

.creator-feature-visual .creator-card {
  width: min(15rem, 44%);
}

.creator-feature-visual .creator-red {
  left: 2%;
  top: 15%;
}

.creator-feature-visual .creator-yellow {
  left: 30%;
  top: 2%;
}

.creator-feature-visual .creator-blue {
  right: 1%;
  top: 20%;
}

.creator-coming {
  background: #e7dfd2;
}

.creator-coming-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.creator-coming-card {
  min-height: 17rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 1.5rem;
  border: 1px solid #65635d;
  background: var(--paper-bright);
}

.creator-coming-card span {
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.creator-coming-card strong {
  align-self: center;
  max-width: 15ch;
  font: 400 clamp(1.8rem, 2.8vw, 2.8rem)/1.05 var(--editorial);
}

.creator-coming-card small {
  color: #6c6962;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.creator-coming-red {
  border-top: .8rem solid var(--activity-red);
}

.creator-coming-yellow {
  border-top: .8rem solid var(--activity-yellow);
}

.creator-coming-blue {
  border-top: .8rem solid var(--activity-blue);
}

@media (max-width: 820px) {
  .legal-hero, .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-contents {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 1rem;
  }

  .legal-contents strong { grid-column: 1 / -1; }

  .creator-feature-body {
    grid-template-columns: 1fr;
  }

  .creator-feature-visual {
    min-height: 24rem;
  }

  .creator-coming-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .legal-main { padding-left: 1.15rem; padding-right: 1.15rem; }
  .legal-hero h1 { font-size: 3.4rem; }
  .legal-contents { grid-template-columns: 1fr; }
  .legal-table { min-width: 34rem; }

  .creator-feature-body {
    padding: 1.5rem;
  }

  .creator-feature-visual {
    min-height: 19rem;
  }

  .creator-feature-visual .creator-card {
    width: 46%;
  }

  .creator-feature-copy h3 {
    font-size: 3rem;
  }

  .creator-feature-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}
