@font-face {
  font-family:Manrope;
  src:url('/assets/fonts/manrope-latin.woff2') format('woff2');
  font-style:normal;
  font-weight:400 800;
  font-display:swap
}
@font-face {
  font-family:'IBM Plex Mono';
  src:url('/assets/fonts/ibm-plex-mono-latin.woff2') format('woff2');
  font-style:normal;
  font-weight:400;
  font-display:swap
}
:root {
  --bg:#10110f;
  --panel:#181a17;
  --text:#f0f0e8;
  --muted:#aaada3;
  --lime:#d6ff62;
  --line:#30332c;
  --gutter:clamp(24px,3.9vw,64px);
  --mono:'IBM Plex Mono',monospace;
  --sans:Manrope,Arial,sans-serif
}
*,*::before,*::after {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:28px
}
body {
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:var(--sans);
  font-size:16px;
  -webkit-font-smoothing:antialiased
}
body,button,a {
  -webkit-tap-highlight-color:transparent
}
::selection {
  background:var(--lime);
  color:var(--bg)
}
button,a,summary {
  touch-action:manipulation
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit
}
button,summary {
  cursor:pointer
}
button:focus-visible,a:focus-visible,summary:focus-visible {
  outline:2px solid var(--lime);
  outline-offset:6px
}
h1,h2,h3,p {
  margin:0
}
h2,h3 {
  font-weight:500
}
h2 {
  font-size:clamp(36px,4.3vw,64px);
  line-height:1.12;
  letter-spacing:-.055em
}
p {
  line-height:1.65
}
svg {
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:square;
  stroke-linejoin:miter
}
.icon {
  width:20px;
  height:20px;
  flex-shrink:0
}
.svg-library {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
.skip-link {
  position:fixed;
  left:20px;
  top:-90px;
  padding:14px 20px;
  background:var(--lime);
  color:var(--bg);
  z-index:100
}
.skip-link:focus {
  top:16px
}
.muted {
  color:var(--muted)
}
.eyebrow {
  font-family:var(--mono);
  font-size:10px;
  line-height:1.6;
  letter-spacing:.07em;
  text-transform:uppercase;
  font-weight:400
}
.section-shell {
  max-width:1600px;
  margin:auto;
  padding-left:var(--gutter);
  padding-right:var(--gutter)
}
.section-index {
  display:flex;
  gap:22px;
  align-items:center;
  margin-bottom:30px
}
.section-index>span {
  color:var(--muted)
}
.status-dot {
  display:inline-block;
  width:6px;
  height:6px;
  flex-shrink:0;
  background:var(--lime);
  border-radius:50%
}
.text-link {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  min-height:48px;
  font-size:13px;
  font-weight:600
}
.text-link svg,.text-link>span,.button svg {
  transition:transform .25s
}
.text-link:hover svg,.text-link:hover>span,.text-link:focus-visible svg,.button:hover svg {
  transform:translate(3px,-3px)
}
.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:24px;
  min-height:52px;
  padding:14px 22px;
  font-size:13px;
  font-weight:700;
  line-height:1.4;
  border-radius:3px;
  transition:background .2s,transform .2s
}
.button-lime {
  background:var(--lime);
  color:var(--bg)
}
.button-lime:hover {
  background:#e0ff87
}
.button-dark {
  background:var(--bg);
  color:var(--text)
}
.button-dark:hover {
  background:#2c3023
}
/* Navigation */
.site-header {
  position:relative;
  z-index:20
}
.header-inner {
  height:88px;
  margin:0 auto;
  padding:0 var(--gutter);
  max-width:1600px;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:11px;
  min-height:44px;
  font-size:22px;
  font-weight:800;
  letter-spacing:-1px
}
.brand-icon {
  width:28px;
  height:28px;
  stroke:var(--lime);
  stroke-width:2.9
}
.brand-dot {
  color:var(--lime)
}
.primary-nav {
  display:flex;
  align-items:center;
  gap:38px
}
.primary-nav>a {
  min-height:44px;
  display:flex;
  align-items:center;
  gap:5px;
  font-size:12px;
  color:#d2d5cb;
  transition:color .2s
}
.primary-nav>a:hover {
  color:var(--lime)
}
.nav-index {
  align-self:flex-start;
  padding-top:9px;
  margin-left:2px;
  font:8px var(--mono);
  color:#a3a79b
}
.primary-nav>.nav-contact {
  padding:0 18px;
  border:1px solid #42453c;
  border-radius:3px;
  margin-left:18px;
  gap:30px;
  color:var(--text)
}
.nav-contact .icon {
  width:15px;
  height:15px
}
.menu-toggle {
  display:none
}
/* Full-bleed hero, with artwork independent of the inner text grid. */
.hero {
  position:relative;
  isolation:isolate;
  min-height:650px;
  height:calc(100svh - 88px);
  max-height:910px;
  padding:28px var(--gutter) 74px;
  overflow:hidden
}
.hero-topline {
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:relative;
  z-index:3;
  max-width:1472px;
  margin:0 auto
}
.hero-topline p {
  display:flex;
  align-items:center;
  gap:10px
}
.hero-location {
  color:var(--muted)
}
.hero-wordmark {
  position:relative;
  z-index:3;
  max-width:1472px;
  margin:25px auto 0;
  font-size:clamp(95px,17.45vw,268px);
  line-height:.97;
  font-weight:600;
  letter-spacing:-.078em;
  white-space:nowrap;
  pointer-events:none
}
.hero-star {
  display:inline-block;
  font-size:.42em;
  font-weight:400;
  color:var(--lime);
  vertical-align:top;
  margin-left:.18em;
  padding-top:.01em;
  letter-spacing:0
}
.hero-art {
  position:absolute;
  right:-6.5%;
  top:20%;
  width:69%;
  z-index:-1;
  pointer-events:none;
  mix-blend-mode:lighten;
  will-change:transform
}
.hero-art img {
  display:block;
  width:100%;
  height:auto;
  mask-image:linear-gradient(to right,transparent 0%,#000 12%,#000 92%,transparent 100%)
}
.hero-copy {
  position:relative;
  z-index:4;
  max-width:1472px;
  margin:36px auto 0;
  pointer-events:none
}
.hero-copy h2 {
  font-size:clamp(34px,3.3vw,50px);
  line-height:1.08;
  letter-spacing:-.052em
}
.hero-copy p {
  margin-top:22px;
  font-size:14px;
  color:#b8bbb1;
  line-height:1.7;
  max-width:340px
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:27px;
  margin-top:28px;
  pointer-events:auto;
  width:max-content
}
.hero-bottom {
  position:absolute;
  left:var(--gutter);
  right:var(--gutter);
  bottom:0;
  height:65px;
  border-top:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:var(--muted)
}
.scroll-link {
  display:flex;
  align-items:center;
  gap:16px;
  min-height:44px
}
.scroll-link>span {
  font-size:18px;
  color:var(--text)
}
.hero-art-label {
  color:#a3a79b
}
/* Supply a solid backdrop so the sculpture blends into the hero on every browser. */
.hero {
  background:var(--bg)
}
/* Selected products */
.work {
  padding-top:110px;
  padding-bottom:60px
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:60px;
  margin-bottom:48px
}
.section-heading h2 {
  font-size:clamp(32px,3.5vw,52px)
}
.section-intro {
  max-width:280px;
  color:var(--muted);
  font-size:14px;
  padding-bottom:4px
}
.project-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px
}
.project-visual {
  height:425px;
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
  border-radius:6px;
  padding:28px 30px;
  isolation:isolate
}
.visual-topline,.visual-bottomline {
  display:flex;
  justify-content:space-between;
  align-items:center;
  position:relative;
  z-index:2
}
.mini-brand {
  font-size:20px;
  font-weight:700;
  letter-spacing:-.7px;
  display:flex;
  gap:8px;
  align-items:center
}
.mini-brand>svg {
  width:25px;
  height:25px;
  stroke-width:1.7
}
.visual-number {
  font:10px var(--mono);
  opacity:.65
}
.visual-bottomline {
  align-items:flex-end
}
.visual-bottomline>span:first-child {
  font-size:19px;
  font-weight:500;
  letter-spacing:-.7px;
  line-height:1.3
}
.circle-arrow {
  width:41px;
  height:41px;
  border:1px solid currentColor;
  border-radius:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  transition:background .25s,color .25s,transform .25s
}
.project-visual:hover .circle-arrow {
  transform:rotate(45deg);
  background:var(--text);
  color:var(--bg)
}
.locker-visual {
  background:#23282c;
  color:#e5ecea
}
.locker-visual::before {
  content:'';
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse at 45% 60%,#44595c88,transparent 68%);
  z-index:-1
}
.conversation-art {
  position:absolute;
  inset:62px 0 54px;
  transition:transform .6s cubic-bezier(.2,.7,.2,1)
}
.conversation-note {
  position:absolute;
  width:205px;
  height:218px;
  border:1px solid #657878;
  border-radius:11px;
  padding:22px;
  background:#c6d5d0;
  color:#233a37;
  box-shadow:0 14px 40px #0c111840;
  display:flex;
  flex-direction:column;
  gap:18px;
  left:50%;
  top:16px;
  font-size:20px;
  font-weight:600;
  letter-spacing:-.7px;
  line-height:1.3
}
.note-back {
  transform:translateX(-85%) rotate(-15deg);
  background:#9facab
}
.note-front {
  transform:translateX(-7%) rotate(12deg);
  background:#dce5de
}
.provider-icon {
  font-size:31px;
  font-weight:400;
  line-height:1
}
.note-lines {
  display:block;
  width:78%;
  height:15px;
  border-top:3px solid #51615c55;
  border-bottom:3px solid #51615c55;
  position:relative;
  margin-top:1px
}
.note-lines::after {
  content:'';
  position:absolute;
  top:21px;
  width:55%;
  height:3px;
  background:#51615c55
}
.locker-seal {
  position:absolute;
  left:50%;
  top:128px;
  transform:translateX(-50%) rotate(-6deg);
  width:72px;
  height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#263d3b;
  border:1px solid #8aaba3;
  border-radius:20px;
  box-shadow:0 8px 30px #10151a40;
  color:#e6f7ec
}
.locker-seal svg {
  width:37px;
  height:37px
}
.project-visual:hover .conversation-art {
  transform:translateY(-7px) rotate(2deg)
}
.folara-visual {
  background:#d9ddc9;
  color:#2f4335
}
.folara-brand {
  font-size:25px;
  gap:10px
}
.folara-mark {
  font-family:Georgia,serif;
  font-style:italic;
  font-size:28px;
  background:#405b42;
  color:#edf2db;
  border-radius:8px;
  padding:0 10px 4px;
  line-height:1
}
.folara-art {
  position:absolute;
  inset:58px 0 60px;
  transition:transform .6s cubic-bezier(.2,.7,.2,1)
}
.orbit {
  position:absolute;
  left:50%;
  top:45%;
  width:225px;
  height:225px;
  border:1px solid #95a18b66;
  border-radius:50%;
  transform:translate(-50%,-50%)
}
.orbit-two {
  width:325px;
  height:325px;
  border-color:#95a18b33
}
.folara-seed {
  position:absolute;
  left:50%;
  top:43%;
  transform:translate(-50%,-50%) rotate(-10deg);
  width:94px;
  height:94px;
  background:#38563d;
  color:#edf3d7;
  font:italic 85px/.92 Georgia,serif;
  text-align:center;
  border-radius:23px;
  box-shadow:7px 12px 0 #b9c2a6;
  z-index:2
}
.saved-fragment {
  display:flex;
  align-items:center;
  gap:10px;
  background:#f4f4e7;
  border:1px solid #bfc7b1;
  border-radius:7px;
  position:absolute;
  padding:13px 17px;
  box-shadow:0 7px 14px #51603d08;
  color:#3a4c36;
  font-size:13px;
  font-weight:700;
  z-index:3
}
.saved-fragment>span:first-child {
  width:28px;
  height:32px;
  border-radius:5px;
  background:#e0e7d3;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:400
}
.saved-fragment small {
  display:block;
  font-size:9px;
  font-weight:400;
  margin-top:2px;
  color:#677260
}
.fragment-link {
  left:10%;
  top:18%;
  transform:rotate(-9deg)
}
.fragment-idea {
  right:8%;
  top:31%;
  transform:rotate(9deg)
}
.fragment-note {
  left:26%;
  top:67%;
  transform:rotate(-3deg)
}
.folara-visual:hover .folara-art {
  transform:translateY(-7px) rotate(-2deg)
}
.folara-visual:hover .circle-arrow {
  color:#f0f0e8;
  background:#344b35
}
.project-description {
  padding:25px 0 0;
  display:flex;
  gap:15px;
  justify-content:space-between
}
.project-description h3 {
  font-size:24px;
  letter-spacing:-1px
}
.project-description h3>a {
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:44px
}
.project-description h3 .icon {
  width:15px;
  height:15px;
  color:var(--muted)
}
.project-description p {
  font-size:13px;
  line-height:1.75;
  color:var(--muted);
  max-width:367px;
  margin-top:5px
}
.project-category {
  color:var(--muted);
  white-space:nowrap;
  padding-top:16px;
  font-size:8px
}
.work-end {
  margin-top:46px;
  padding-top:20px;
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:var(--muted)
}
.work-end a {
  color:var(--text)
}
.folara-visual .visual-number {
  opacity:.85
}
/* Maker and capabilities */
.about {
  padding-top:78px;
  padding-bottom:120px
}
.about-intro h2 {
  font-size:clamp(36px,4.1vw,61px)
}
.about-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  margin-top:64px
}
.about-sidebar {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-items:flex-start;
  min-height:300px
}
.maker-mark {
  padding:35px 0 20px 35px;
  transform:rotate(-8deg);
  color:var(--lime)
}
.maker-mark svg {
  width:138px;
  height:138px;
  stroke-width:1.25
}
.about-sidebar>p {
  line-height:2.1
}
.about-content>p {
  max-width:525px;
  color:var(--muted);
  font-size:15px;
  margin-bottom:18px
}
.about-content>.about-lead {
  font-size:23px;
  line-height:1.4;
  letter-spacing:-.65px;
  color:var(--text);
  margin-bottom:22px
}
.expertise-list {
  margin-top:36px
}
.expertise-list>div {
  border-top:1px solid var(--line);
  min-height:67px;
  display:flex;
  align-items:center;
  gap:22px
}
.expertise-list>div:last-child {
  border-bottom:1px solid var(--line)
}
.expertise-list .eyebrow {
  color:var(--muted);
  font-size:9px
}
.expertise-list h3 {
  font-size:15px;
  letter-spacing:-.3px
}
.expertise-plus {
  margin-left:auto;
  color:var(--lime);
  font-size:20px
}
/* Community, a deliberate change in pace */
.community {
  background:var(--lime);
  color:#19200f;
  overflow:hidden
}
.community-inner {
  max-width:1600px;
  margin:auto;
  padding:55px var(--gutter) 54px
}
.community-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px
}
.community .section-index {
  margin:0
}
.community .section-index>span {
  color:#53632d
}
.community-badge {
  display:flex;
  align-items:center;
  gap:9px
}
.community-badge .status-dot {
  background:#253816
}
.community-main {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding-top:65px;
  padding-bottom:65px
}
.community-copy {
  position:relative;
  z-index:2
}
.community-name {
  margin-bottom:18px
}
.community-copy h2 {
  font-size:clamp(42px,5.6vw,82px);
  line-height:1.04;
  letter-spacing:-.065em;
  font-weight:600
}
.period {
  color:#526d23
}
.community-copy>p:not(.eyebrow) {
  max-width:455px;
  font-size:14px;
  line-height:1.75;
  margin-top:25px;
  color:#425125
}
.community-copy>.button {
  margin-top:30px
}
.community-emblem {
  width:28%;
  flex-shrink:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:30px;
  transform:rotate(-9deg);
  padding-top:40px
}
.community-emblem svg {
  width:90%;
  max-width:275px;
  height:auto;
  aspect-ratio:1;
  stroke-width:11;
  transition:transform .8s
}
.community-emblem:hover svg {
  transform:rotate(45deg)
}
.community-emblem>span {
  font-size:8px
}
.community-benefits {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid #6a832c70;
  padding-top:29px;
  gap:50px
}
.community-benefits>div>.eyebrow {
  font-size:9px;
  color:#4f6327
}
.community-benefits h3 {
  font-size:19px;
  font-weight:600;
  letter-spacing:-.6px;
  margin:14px 0 9px
}
.community-benefits p {
  font-size:13px;
  line-height:1.7;
  max-width:315px;
  color:#425125
}
.community a:focus-visible {
  outline-color:#19200f
}
/* Public channels */
.in-public {
  padding-top:110px;
  padding-bottom:60px
}
.channel-list {
  border-top:1px solid var(--line)
}
.channel {
  display:flex;
  align-items:center;
  gap:30px;
  padding:32px 0;
  border-bottom:1px solid var(--line);
  transition:padding .25s,background .25s
}
.channel:hover {
  padding-left:14px;
  padding-right:14px;
  background:#181a17
}
.channel-icon {
  flex-shrink:0;
  width:60px;
  height:60px;
  border:1px solid #3d4236;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--lime)
}
.youtube-icon>svg {
  width:37px;
  height:37px;
  stroke-width:1.5;
  fill:var(--lime);
  stroke:var(--lime)
}
.x-icon {
  font-size:29px
}
.channel>div>.eyebrow {
  font-size:9px;
  color:var(--muted)
}
.channel h3 {
  font-size:25px;
  letter-spacing:-1px;
  line-height:1.3;
  margin-top:9px
}
.channel p {
  margin-top:10px;
  font-size:13px;
  color:var(--muted)
}
.channel-action {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:28px;
  font-size:12px;
  white-space:nowrap
}
.channel-action .icon {
  width:18px;
  height:18px;
  transition:transform .2s
}
.channel:hover .channel-action .icon {
  transform:translate(3px,-3px)
}
/* FAQ */
.faq {
  display:grid;
  grid-template-columns:1fr 1.5fr;
  gap:80px;
  padding-top:80px;
  padding-bottom:100px
}
.faq-heading h2 {
  font-size:36px
}
.faq-heading .section-index {
  font-size:9px;
  margin-bottom:18px
}
.faq-list {
  border-top:1px solid var(--line)
}
details {
  border-bottom:1px solid var(--line)
}
summary {
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  min-height:72px;
  padding:18px 0;
  list-style:none;
  font-size:15px
}
summary::-webkit-details-marker {
  display:none
}
summary>span {
  font-family:var(--mono);
  font-size:22px;
  font-weight:400;
  color:var(--muted);
  transition:transform .2s
}
details[open] summary>span {
  transform:rotate(45deg);
  color:var(--lime)
}
details>p {
  font-size:14px;
  color:var(--muted);
  padding:0 30px 24px 0;
  line-height:1.8
}
details>p a {
  color:var(--text);
  text-decoration:underline;
  text-underline-offset:3px
}
/* Contact and footer */
.contact {
  padding-top:48px;
  padding-bottom:57px;
  border-top:1px solid var(--line)
}
.contact-top {
  display:flex;
  justify-content:space-between;
  gap:20px
}
.contact-top .section-index {
  margin:0;
  font-size:9px
}
.contact-top>p:last-child {
  font-size:9px
}
.contact-main {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  margin-top:46px
}
.contact-main h2 {
  font-size:clamp(64px,10.8vw,156px);
  line-height:.98;
  letter-spacing:-.075em;
  font-weight:500
}
.contact-main h2>span {
  color:var(--lime)
}
.contact-arrow {
  width:150px;
  height:150px;
  border:1px solid #555c45;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-right:40px;
  transition:background .25s,color .25s,transform .3s
}
.contact-arrow>svg {
  width:58px;
  height:58px;
  stroke-width:1.1;
  color:var(--lime)
}
.contact-arrow:hover {
  background:var(--lime);
  transform:rotate(45deg)
}
.contact-arrow:hover>svg {
  color:var(--bg)
}
.contact-links {
  margin-top:50px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}
.email-link {
  display:flex;
  align-items:center;
  gap:30px;
  min-height:44px;
  font-size:20px;
  letter-spacing:-.5px
}
.email-link>.icon {
  width:16px;
  height:16px
}
.social-links {
  display:flex;
  gap:27px
}
.social-links a {
  min-height:44px;
  display:inline-flex;
  align-items:center;
  gap:12px;
  font-size:12px;
  color:var(--muted)
}
.social-links a:hover {
  color:var(--lime)
}
.site-footer {
  min-height:120px;
  border-top:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px
}
.site-footer .brand {
  font-size:19px
}
.site-footer .brand-icon {
  width:25px;
  height:25px
}
.site-footer>.eyebrow {
  font-size:9px;
  color:var(--muted)
}
.footer-note {
  display:flex;
  gap:14px;
  align-items:center
}
.back-top {
  min-width:44px;
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  border-radius:3px
}
/* Progressive motion; content is visible without JavaScript. */
@keyframes enter {
  from {
    opacity:0;
    transform:translateY(22px)
  }
  to {
    opacity:1;
    transform:translateY(0)
  }
}
.motion-ready .hero-wordmark {
  animation:enter .9s cubic-bezier(.2,.7,.2,1) both
}
.motion-ready .hero-copy {
  animation:enter .85s .16s cubic-bezier(.2,.7,.2,1) both
}
.motion-ready .hero-topline {
  animation:enter .7s .05s both
}
.reveal {
  transition:opacity .7s,transform .7s
}
.reveal.will-reveal {
  opacity:0;
  transform:translateY(22px)
}
.reveal.is-visible {
  opacity:1;
  transform:translateY(0)
}
@media(min-width:1600px) {
  .hero {
    padding-left:max(var(--gutter),calc((100vw - 1472px)/2));
    padding-right:max(var(--gutter),calc((100vw - 1472px)/2))
  }
  .hero-bottom {
    left:max(var(--gutter),calc((100vw - 1472px)/2));
    right:max(var(--gutter),calc((100vw - 1472px)/2))
  }
  .hero-art {
    width:1000px;
    right:calc((100vw - 1600px)/2 - 60px)
  }
}
@media(max-width:1100px) {
  .hero-wordmark {
    font-size:17.2vw
  }
  .hero-art {
    width:76%;
    right:-14%;
    top:27%
  }
  .hero-copy {
    margin-top:48px
  }
  .hero-art-label {
    display:none
  }
  .section-heading {
    gap:35px
  }
  .project-visual {
    height:365px;
    padding:25px
  }
  .conversation-art {
    transform:scale(.83);
    inset:42px -20px 30px
  }
  .project-visual:hover .conversation-art {
    transform:scale(.83) translateY(-7px)
  }
  .folara-art {
    transform:scale(.85);
    inset:45px -25px 40px
  }
  .folara-visual:hover .folara-art {
    transform:scale(.85) translateY(-7px)
  }
  .project-category {
    display:none
  }
  .project-description p {
    max-width:420px
  }
  .about-grid {
    grid-template-columns:.8fr 1.2fr
  }
  .community-emblem {
    width:24%
  }
  .contact-arrow {
    width:115px;
    height:115px;
    margin-right:0
  }
  .contact-arrow>svg {
    width:45px;
    height:45px
  }
  .faq {
    gap:40px
  }
  .primary-nav {
    gap:25px
  }
}
@media(max-width:900px) {
  .hero {
    min-height:650px;
    height:calc(100svh - 80px);
    max-height:800px
  }
  .header-inner {
    height:80px
  }
  .hero-topline .hero-location {
    font-size:8px
  }
  .hero-copy {
    margin-top:55px
  }
  .hero-art {
    top:29%;
    right:-21%;
    width:85%;
    opacity:.9
  }
  .hero-copy p {
    max-width:290px
  }
  .hero-actions {
    gap:18px
  }
  .hero-actions .button {
    padding:14px 17px;
    gap:18px
  }
  .hero-copy .text-link {
    font-size:12px
  }
  .section-heading {
    align-items:flex-start;
    flex-direction:column;
    gap:24px
  }
  .section-intro {
    max-width:460px
  }
  .work {
    padding-top:80px
  }
  .project-grid {
    gap:22px
  }
  .project-visual {
    height:330px;
    padding:22px
  }
  .visual-bottomline>span:first-child {
    font-size:16px
  }
  .conversation-art {
    inset:25px -20px 20px;
    transform:scale(.72)
  }
  .project-visual:hover .conversation-art {
    transform:scale(.72) translateY(-7px)
  }
  .folara-art {
    inset:30px -40px 35px;
    transform:scale(.72)
  }
  .folara-visual:hover .folara-art {
    transform:scale(.72) translateY(-7px)
  }
  .mini-brand {
    font-size:17px
  }
  .folara-brand {
    font-size:22px
  }
  .about {
    padding-top:50px;
    padding-bottom:80px
  }
  .about-grid {
    grid-template-columns:.6fr 1.4fr;
    gap:40px
  }
  .maker-mark {
    padding-left:0
  }
  .maker-mark svg {
    width:105px;
    height:105px
  }
  .about-sidebar>p {
    font-size:8px
  }
  .community-inner {
    padding-top:40px;
    padding-bottom:40px
  }
  .community-main {
    padding-top:48px;
    padding-bottom:48px
  }
  .community-copy h2 {
    font-size:clamp(42px,6vw,65px)
  }
  .community-emblem {
    width:20%
  }
  .community-emblem>span {
    display:none
  }
  .community-benefits {
    gap:25px
  }
  .community-benefits p {
    font-size:12px
  }
  .community-benefits h3 {
    font-size:17px
  }
  .channel {
    gap:22px
  }
  .channel h3 {
    font-size:21px
  }
  .channel-action {
    font-size:0;
    gap:0
  }
  .channel-action .icon {
    width:22px;
    height:22px
  }
  .faq {
    grid-template-columns:1fr;
    gap:32px;
    padding-top:50px;
    padding-bottom:75px
  }
  .faq-list {
    width:100%
  }
  .contact-links {
    align-items:flex-start;
    flex-direction:column;
    gap:16px
  }
  .social-links {
    gap:32px
  }
  .footer-note {
    display:none
  }
  .contact-top>p:last-child {
    display:none
  }
}
@media(max-width:640px) {
  :root {
    --gutter:24px
  }
  .header-inner {
    height:76px
  }
  .brand {
    font-size:21px
  }
  .brand-icon {
    width:25px;
    height:25px
  }
  .menu-toggle {
    display:none;
    border:1px solid var(--line);
    background:transparent;
    color:var(--text);
    border-radius:3px;
    min-height:44px;
    padding:0 13px;
    gap:15px;
    align-items:center;
    font-size:11px
  }
  .js .menu-toggle {
    display:flex
  }
  .menu-lines {
    width:15px;
    height:10px;
    position:relative;
    border-top:1px solid currentColor;
    border-bottom:1px solid currentColor;
    transition:transform .25s
  }
  .menu-toggle[aria-expanded=true] .menu-lines {
    border-bottom:0;
    transform:rotate(45deg);
    height:0
  }
  .menu-toggle[aria-expanded=true] .menu-lines::after {
    content:'';
    position:absolute;
    width:15px;
    left:0;
    top:-1px;
    border-top:1px solid currentColor;
    transform:rotate(-90deg)
  }
  .header-inner {
    flex-wrap:wrap;
    height:auto;
    min-height:76px
  }
  .primary-nav {
    display:flex;
    flex-wrap:wrap;
    width:100%;
    gap:4px 22px;
    padding-bottom:12px
  }
  .primary-nav>a {
    font-size:12px
  }
  .primary-nav>.nav-contact {
    margin:0;
    border:0;
    padding:0;
    gap:16px
  }
  .nav-index {
    display:none
  }
  .js .primary-nav {
    display:none;
    position:absolute;
    top:76px;
    left:0;
    right:0;
    width:auto;
    padding:15px 24px 24px;
    background:#171a14;
    border-bottom:1px solid #485039;
    box-shadow:0 24px 35px #0007;
    flex-direction:column;
    align-items:stretch;
    gap:0
  }
  .js .primary-nav.is-open {
    display:flex
  }
  .js .primary-nav>a {
    font-size:22px;
    min-height:62px;
    border-bottom:1px solid #343a2d;
    justify-content:space-between
  }
  .js .primary-nav>.nav-contact {
    color:var(--lime);
    margin-top:8px;
    border:0;
    font-size:16px
  }
  .js .nav-index {
    display:block;
    font-size:10px;
    align-self:center;
    padding:0
  }
  .hero {
    height:calc(100svh - 76px);
    min-height:690px;
    max-height:800px;
    padding-top:16px;
    padding-bottom:68px
  }
  .hero-topline .eyebrow {
    font-size:8px;
    letter-spacing:.055em
  }
  .hero-location {
    display:none
  }
  .hero-wordmark {
    font-size:17.15vw;
    margin-top:21px;
    letter-spacing:-.08em;
    line-height:1.05
  }
  .hero-star {
    font-size:.39em;
    margin-left:.17em
  }
  .hero-art {
    width:113%;
    top:91px;
    right:-17%;
    opacity:1
  }
  .hero-art img {
    mask-image:linear-gradient(to bottom,#000 0%,#000 76%,transparent 100%)
  }
  .hero-copy {
    margin-top:clamp(205px,51vw,295px);
    pointer-events:auto
  }
  .hero-copy h2 {
    font-size:39px;
    line-height:1.06;
    letter-spacing:-.055em
  }
  .hero-copy p {
    font-size:13px;
    max-width:300px;
    margin-top:16px
  }
  .desktop-break {
    display:none
  }
  .hero-actions {
    margin-top:23px;
    gap:22px
  }
  .hero-actions .button {
    font-size:12px;
    min-height:49px;
    padding:13px 17px;
    gap:20px
  }
  .hero-copy .text-link {
    font-size:11px;
    gap:8px
  }
  .hero-bottom {
    height:56px;
    gap:10px
  }
  .hero-bottom>.eyebrow {
    font-size:7px;
    letter-spacing:0
  }
  .scroll-link {
    font-size:0;
    gap:0
  }
  .scroll-link>span {
    font-size:19px
  }
  .section-index {
    font-size:9px;
    gap:18px;
    margin-bottom:22px
  }
  .section-heading {
    margin-bottom:32px;
    gap:22px
  }
  .section-heading h2 {
    font-size:34px
  }
  .section-intro {
    font-size:13px;
    max-width:320px
  }
  .work {
    padding-top:65px;
    padding-bottom:32px
  }
  .project-grid {
    grid-template-columns:1fr;
    gap:38px
  }
  .project-visual {
    height:360px;
    padding:23px
  }
  .conversation-art {
    transform:scale(.87);
    inset:40px -10px 40px
  }
  .project-visual:hover .conversation-art {
    transform:scale(.87) translateY(-7px)
  }
  .folara-art {
    inset:48px -15px 46px;
    transform:scale(.87)
  }
  .folara-visual:hover .folara-art {
    transform:scale(.87) translateY(-7px)
  }
  .mini-brand {
    font-size:18px
  }
  .folara-brand {
    font-size:23px
  }
  .visual-bottomline>span:first-child {
    font-size:18px
  }
  .project-description {
    padding-top:16px
  }
  .project-description h3 {
    font-size:22px
  }
  .project-description p {
    font-size:13px;
    line-height:1.75;
    margin-top:3px
  }
  .work-end {
    margin-top:34px;
    padding-top:16px
  }
  .work-end>.eyebrow {
    font-size:8px
  }
  .work-end>.text-link {
    font-size:11px;
    gap:10px
  }
  .about {
    padding-top:52px;
    padding-bottom:68px
  }
  .about-intro h2 {
    font-size:35px
  }
  .about-grid {
    grid-template-columns:1fr;
    margin-top:30px;
    gap:30px
  }
  .about-sidebar {
    flex-direction:row;
    justify-content:flex-start;
    gap:24px;
    align-items:center;
    min-height:auto
  }
  .maker-mark {
    padding:10px 0
  }
  .maker-mark svg {
    width:55px;
    height:55px
  }
  .about-sidebar>p {
    font-size:9px
  }
  .about-content>.about-lead {
    font-size:21px;
    margin-bottom:17px
  }
  .about-content>p {
    font-size:14px;
    margin-bottom:15px
  }
  .expertise-list {
    margin-top:30px
  }
  .expertise-list>div {
    min-height:65px;
    gap:15px
  }
  .expertise-list h3 {
    font-size:13px
  }
  .community-inner {
    padding-top:30px;
    padding-bottom:35px
  }
  .community-heading {
    align-items:flex-start;
    flex-direction:column;
    gap:15px
  }
  .community-heading .section-index {
    font-size:9px
  }
  .community-badge {
    font-size:8px;
    gap:8px
  }
  .community-main {
    padding-top:38px;
    padding-bottom:36px;
    position:relative
  }
  .community-copy h2 {
    font-size:42px;
    letter-spacing:-.067em
  }
  .community-name {
    font-size:8px;
    margin-bottom:16px
  }
  .community-copy>p:not(.eyebrow) {
    font-size:13px;
    margin-top:20px;
    max-width:300px
  }
  .community-copy>.button {
    margin-top:23px;
    font-size:12px;
    min-height:50px
  }
  .community-emblem {
    position:absolute;
    width:100px;
    right:-40px;
    top:-20px;
    opacity:.13;
    padding-top:0;
    z-index:0
  }
  .community-emblem svg {
    stroke-width:11
  }
  .community-benefits {
    grid-template-columns:1fr;
    padding-top:0;
    gap:0
  }
  .community-benefits>div {
    padding:23px 0;
    border-bottom:1px solid #6a832c60
  }
  .community-benefits>div:last-child {
    border-bottom:0;
    padding-bottom:0
  }
  .community-benefits>div>.eyebrow {
    font-size:8px
  }
  .community-benefits h3 {
    font-size:18px;
    margin:8px 0 5px
  }
  .community-benefits p {
    font-size:12px;
    max-width:340px;
    line-height:1.7
  }
  .in-public {
    padding-top:67px;
    padding-bottom:32px
  }
  .channel {
    gap:15px;
    padding:26px 0;
    align-items:flex-start
  }
  .channel-icon {
    width:42px;
    height:42px;
    border-radius:9px;
    margin-top:4px
  }
  .youtube-icon>svg {
    width:27px;
    height:27px
  }
  .x-icon {
    font-size:24px
  }
  .channel h3 {
    font-size:19px;
    line-height:1.3;
    letter-spacing:-.65px;
    max-width:230px
  }
  .channel>div>.eyebrow {
    font-size:8px;
    letter-spacing:.02em
  }
  .channel p {
    font-size:12px;
    margin-top:9px;
    max-width:240px
  }
  .channel-action {
    padding-top:15px
  }
  .channel-action .icon {
    width:16px;
    height:16px
  }
  .channel:hover {
    padding-left:0;
    padding-right:0
  }
  .faq {
    padding-top:44px;
    padding-bottom:60px;
    gap:28px
  }
  .faq-heading h2 {
    font-size:32px
  }
  summary {
    font-size:13px;
    min-height:68px;
    line-height:1.5
  }
  details>p {
    font-size:13px;
    padding-right:10px
  }
  .contact {
    padding-top:31px;
    padding-bottom:36px
  }
  .contact-top .section-index {
    font-size:8px;
    gap:14px
  }
  .contact-main {
    margin-top:33px;
    gap:14px;
    align-items:flex-end
  }
  .contact-main h2 {
    font-size:clamp(51px,12.7vw,82px)
  }
  .contact-arrow {
    width:50px;
    height:50px;
    flex-shrink:0;
    margin-bottom:3px
  }
  .contact-arrow>svg {
    width:23px;
    height:23px
  }
  .contact-links {
    margin-top:27px;
    gap:16px
  }
  .email-link {
    font-size:18px;
    gap:20px
  }
  .social-links {
    gap:23px;
    flex-wrap:wrap
  }
  .social-links a {
    font-size:11px;
    gap:7px
  }
  .site-footer {
    min-height:101px;
    gap:15px
  }
  .site-footer .brand {
    font-size:16px;
    gap:7px
  }
  .site-footer .brand-icon {
    width:21px;
    height:21px
  }
  .site-footer>.eyebrow {
    font-size:7px;
    letter-spacing:.03em
  }
  .back-top {
    min-width:44px;
    min-height:44px
  }
  .site-footer .footer-note {
    display:none
  }
}
@media(max-width:360px) {
  :root {
    --gutter:20px
  }
  .hero {
    min-height:664px
  }
  .hero-art {
    top:90px;
    width:122%;
    right:-22%
  }
  .hero-copy {
    margin-top:207px
  }
  .hero-copy h2 {
    font-size:35px
  }
  .hero-actions {
    gap:15px
  }
  .hero-actions .button {
    font-size:11px;
    padding:13px 13px;
    gap:12px
  }
  .hero-copy .text-link {
    font-size:10px
  }
  .hero-topline .eyebrow {
    font-size:7px
  }
  .section-heading h2 {
    font-size:30px
  }
  .project-visual {
    height:325px;
    padding:20px
  }
  .conversation-art {
    transform:scale(.72);
    inset:23px -15px 27px
  }
  .project-visual:hover .conversation-art {
    transform:scale(.72) translateY(-7px)
  }
  .folara-art {
    inset:29px -35px 37px;
    transform:scale(.72)
  }
  .folara-visual:hover .folara-art {
    transform:scale(.72) translateY(-7px)
  }
  .visual-bottomline>span:first-child {
    font-size:16px
  }
  .about-intro h2 {
    font-size:31px
  }
  .community-copy h2 {
    font-size:36px
  }
  .channel-icon {
    display:none
  }
  .channel h3 {
    max-width:230px
  }
  .contact-main h2 {
    font-size:47px
  }
  .contact-arrow {
    width:44px;
    height:44px
  }
  .social-links {
    gap:20px
  }
  .site-footer .brand {
    font-size:14px
  }
  .site-footer .brand-icon {
    width:19px;
    height:19px
  }
  .site-footer>.eyebrow {
    font-size:7px
  }
  .site-footer {
    gap:9px
  }
}
@media(max-width:640px) {
  .hero {
    height:auto;
    min-height:650px;
    max-height:none
  }
  .hero-bottom .scroll-link {
    font-size:0;
    min-width:44px;
    justify-content:flex-end
  }
  .hero-bottom .scroll-link>span {
    font-size:19px
  }
}
@media(max-width:360px) {
  .hero {
    min-height:630px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important
  }
  .reveal.will-reveal {
    opacity:1;
    transform:none
  }
  .hero-art {
    transform:none!important;
    will-change:auto
  }
}
