.about-page--editorial{
  --about-paper: var(--card-surface);
  --about-ink: var(--ink);
  --about-muted: var(--ink-soft);
  --about-sage: var(--brand-sage);
  --about-copper: var(--copper);
  --about-line: var(--card-line);
  padding: var(--site-header-offset) 0 0;
  overflow: clip;
  color: var(--about-ink);
}
.about-page--editorial :where(h1, h2, h3, p, figure, ol, dl, dd){
  margin-top: 0;
}
.about-kicker{
  display: block;
  color: var(--about-copper);
  font-family: var(--font-glacial);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}
.about-page--editorial .official-hero--about{
  --hero-image: url("assets/heroes/about/cocoon-lumiere-founder.webp");
  /* Match product heroes: taller frame so more photo fills the cream band. */
  min-height: clamp(600px, 84vh, 900px);
  max-height: 940px;
  background: var(--ink);
}
.about-page--editorial .official-hero--about .official-hero__media{
  inset: -3% 0;
  background-image:
    linear-gradient(90deg, rgb(0 0 0 / 50%), rgb(0 0 0 / 24%)),
    linear-gradient(180deg, rgb(0 0 0 / 10%), rgb(0 0 0 / 30%)),
    var(--hero-image);
  background-position: center 47%;
}
.about-page--editorial .official-hero--about .official-hero__inner{
  width: var(--content-rail-width);
  padding: clamp(7rem, 14vh, 9rem) 0 clamp(4rem, 8vh, 6rem);
}
.about-page--editorial .official-hero--about h1{
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  color: #EFECE7;
  font-size: clamp(3.25rem, 4.7vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
  white-space: nowrap;
}
.about-page--editorial .official-hero--about :where(p, .label){
  color: rgb(239 236 231 / 82%);
}
.about-hero__title-line{
  display: inline;
}
.about-page--editorial .about-numbers{
  position: relative;
  z-index: 2;
  width: var(--content-rail-width);
  min-height: 0;
  margin: clamp(-4rem, -4vw, -2.6rem) auto 0;
  padding: 0;
  background: none;
}
.about-page--editorial .about-numbers__panel{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--card-surface) 72%, transparent);
  border-radius: 1.2rem;
  background: color-mix(in srgb, var(--card-surface) 94%, transparent);
  box-shadow: 0 1.8rem 4rem rgb(65 51 37 / 12%);
  backdrop-filter: blur(18px);
}
.about-page--editorial .about-numbers__panel > div{
  display: grid;
  place-items: center;
  min-height: clamp(145px, 13vw, 182px);
  padding: 1.5rem;
  text-align: center;
}
.about-page--editorial .about-numbers__panel > div + div{
  border-left: 1px solid var(--about-line);
}
.about-page--editorial .about-numbers strong{
  color: var(--about-ink);
  font-size: clamp(2.8rem, 4.2vw, 4.6rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.035em;
  font-variant-numeric: tabular-nums;
}
.about-page--editorial .about-numbers span{
  margin-top: 0.75rem;
  color: var(--about-sage);
  font-family: var(--font-glacial);
  font-size: clamp(0.77rem, 0.95vw, 0.93rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.about-founder{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 3.5rem);
  width: var(--content-rail-width);
  margin: 0 auto;
  /* Keep space under the overlapping numbers card to the title — not a large cream band. */
  padding: clamp(2.5rem, 4vw, 3.5rem) 0 clamp(3rem, 4.5vw, 4.5rem);
}
.about-founder__heading{
  grid-column: 1 / -1;
  padding-bottom: clamp(1rem, 1.8vw, 1.75rem);
  text-align: center;
}
.about-founder__eyebrow{
  margin: 0 0 0.55rem;
  color: var(--about-copper);
}
.about-founder__heading h2{
  max-width: none;
  margin: 0 auto;
  color: var(--about-ink);
  font-size: clamp(2.35rem, 2.7vw, 3.35rem);
  line-height: 1;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
.about-founder__portrait{
  grid-column: 1 / 7;
  align-self: stretch;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0.8rem;
  background: var(--media-frame-surface);
}
.about-founder__portrait img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
.about-founder__portrait:hover img{
  transform: scale(1.025);
}
.about-founder__story{
  grid-column: 7 / 13;
  align-self: stretch;
  padding: 0 clamp(0rem, 1.5vw, 1.5rem);
}
.about-founder__story p{
  max-width: 61ch;
  margin-bottom: 1.35rem;
  color: rgb(23 47 45 / 78%);
  font-size: clamp(1.03rem, 1.18vw, 1.18rem);
  line-height: 1.78;
  text-align: justify;
  text-justify: inter-word;
  text-wrap: pretty;
}
.about-founder__story-rest p:last-child{
  margin-bottom: 0;
}
.about-founder__lead::first-letter{
  float: left;
  margin: 0.08em 0.11em 0 0;
  color: var(--about-copper);
  font-size: 4.45em;
  line-height: 0.77;
}
.about-founder__toggle{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.about-founder__more-label{
  display: none;
}
.about-founder__more-close{
  display: none;
}
.about-brandmark{
  display: grid;
  gap: clamp(2.6rem, 4vw, 4.8rem);
  width: var(--content-rail-width);
  margin: clamp(2.5rem, 4vw, 4rem) auto clamp(3.5rem, 5vw, 5rem);
  padding-block: clamp(3rem, 4.5vw, 4.5rem);
  border-block: 1px solid var(--about-line);
}
.about-brandmark__heading{
  text-align: center;
}
.about-brandmark__heading h2{
  max-width: 12ch;
  margin: 0 auto;
  color: var(--about-ink);
  font-size: clamp(2.6rem, 4vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}
.about-brandmark__content{
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(420px, 1.35fr) minmax(250px, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3.6rem);
  min-width: 0;
}
.about-brandmark__details{
  align-self: stretch;
  display: flex;
  align-items: center;
  min-width: 0;
}
.about-brandmark .symbol-points{
  display: grid;
  gap: clamp(2rem, 4vw, 4.6rem);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-brandmark .symbol-points li{
  margin: 0;
}
.about-brandmark .symbol-points button{
  position: relative;
  display: grid;
  grid-template-columns: 2.3rem minmax(0, 1fr);
  gap: 0.65rem;
  width: 100%;
  padding: 1rem 0;
  border: 0;
  border-block: 1px solid transparent;
  background: transparent;
  color: rgb(23 47 45 / 60%);
  font: inherit;
  font-size: clamp(0.88rem, 0.95vw, 1rem);
  line-height: 1.58;
  text-align: left;
  cursor: pointer;
  transition:
    color 320ms ease,
    border-color 320ms ease,
    transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}
.about-brandmark .symbol-points button::after{
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 2px;
  background: var(--about-copper);
  opacity: 0;
  transform: scaleY(0.35);
  transition: opacity 280ms ease, transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}
.about-brandmark__details--left .symbol-points button::after{
  left: 0;
  right: auto;
  transform-origin: center bottom;
}
.about-brandmark__details--right .symbol-points button::after{
  right: 0;
  left: auto;
  transform-origin: center top;
}
.about-brandmark__details--left .symbol-points button{
  padding-left: clamp(0.75rem, 1.5vw, 1.4rem);
}
.about-brandmark__details--right .symbol-points button{
  padding-right: clamp(0.75rem, 1.5vw, 1.4rem);
}
.symbol-point__number{
  align-self: start;
  display: grid;
  place-items: center;
  width: 1.65rem;
  aspect-ratio: 1;
  color: rgb(184 127 69 / 68%);
  font-family: var(--font-glacial);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.about-brandmark .symbol-points button.is-active{
  border-color: transparent;
  color: var(--about-ink);
  transform: translateY(-0.2rem);
}
.about-brandmark .symbol-points button.is-active .symbol-point__number{
  color: var(--about-copper);
}
.about-brandmark .symbol-points button.is-active::after{
  opacity: 1;
  transform: scaleY(1);
}
.about-brandmark .symbol-points button:hover{
  color: var(--about-ink);
}
.about-brandmark .symbol-points button:focus-visible{
  outline: none;
}
.about-brandmark .symbol-points button:focus-visible .symbol-point__number{
  border-radius: 999px;
  outline: 2px solid var(--about-copper);
  outline-offset: 0.3rem;
}
.about-brandmark__stage{
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  width: 100%;
  margin: 0;
}
.brandmark-stage__art{
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 5 / 4;
}
.brandmark-layer{
  --brandmark-optical-x: 50%;
  --brandmark-optical-y: 50%;
  --brandmark-scale: 0.985;
  position: absolute;
  top: var(--brandmark-optical-y);
  left: var(--brandmark-optical-x);
  display: block;
  max-width: none;
  object-fit: contain;
  opacity: 0;
  filter: blur(1.5px);
  pointer-events: none;
  transform: translate(-50%, -50%) scale(var(--brandmark-scale));
  transition:
    opacity 620ms ease,
    filter 620ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.brandmark-layer--sketch{
  width: 100%;
  height: 88%;
  -webkit-mask-image: radial-gradient(ellipse 72% 64% at 50% 50%, #000 54%, transparent 100%);
  mask-image: radial-gradient(ellipse 72% 64% at 50% 50%, #000 54%, transparent 100%);
  mix-blend-mode: multiply;
}
.brandmark-layer--construction{
  width: 94%;
  height: 94%;
  opacity: 0;
}
.brandmark-layer--final{
  --brandmark-optical-x: 48%;
  --brandmark-optical-y: 49%;
  width: 86%;
  height: 72%;
}
[data-active-symbol="oxygen"] .brandmark-layer--sketch,
[data-active-symbol="ratio"] .brandmark-layer--construction,
[data-active-symbol="continuity"] .brandmark-layer--final,
[data-active-symbol="sage"] .brandmark-layer--final{
  --brandmark-scale: 1;
  opacity: 1;
  filter: blur(0);
}
[data-active-symbol="ratio"] .brandmark-layer--sketch{
  opacity: 0.08;
  filter: blur(0.5px);
}
[data-active-symbol="continuity"] .brandmark-layer--construction{
  opacity: 0.24;
  filter: blur(0.4px);
}
.brandmark-stage__caption{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(94%, 38rem);
  margin: 0 auto;
  padding-top: 0.9rem;
  border-top: 1px solid var(--about-line);
  color: var(--about-muted);
  font-family: var(--font-glacial);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.about-brandmark__colour{
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(175px, 0.3fr) minmax(0, 1.7fr);
  align-items: start;
  gap: clamp(1.5rem, 3vw, 3rem);
  margin-top: clamp(0.5rem, 1.5vw, 1.25rem);
}
.about-brandmark__colour h3{
  margin: 0;
  padding-top: 0.9rem;
  color: var(--about-copper);
  font-family: var(--font-glacial);
  font-size: clamp(1.2rem, 1.6vw, 1.72rem);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.about-brandmark__colour dl{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: clamp(1rem, 2vw, 2.5rem);
  row-gap: 0;
  margin-bottom: 0;
}
.about-brandmark__colour dl > div{
  position: relative;
  padding: 0.9rem 0 0.4rem 1.25rem;
}
.about-brandmark__colour dl > div::before{
  content: "";
  position: absolute;
  top: 1.06rem;
  left: 0;
  width: 0.48rem;
  aspect-ratio: 1;
  border-radius: 999px;
  background: var(--about-copper);
}
.about-brandmark__colour dl > div:nth-child(1)::before{ background: var(--brand-teal); }
.about-brandmark__colour dl > div:nth-child(2)::before{ background: var(--brand-sage); }
.about-brandmark__colour dl > div:nth-child(3)::before{ background: var(--copper); }
.about-brandmark__colour dl > div:nth-child(4)::before{
  border: 1px solid rgb(23 47 45 / 18%);
  background: var(--page-canvas);
}
.about-brandmark__colour dt{
  color: var(--about-ink);
  font-family: var(--font-glacial);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.about-brandmark__colour dd{
  margin: 0.35rem 0 0;
  color: var(--about-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}
.brandmark-mobile-description{
  display: none;
}
@media (prefers-reduced-motion: reduce) {.brandmark-layer{
    transition: none;
  }}
.about-reviews{
  position: relative;
  width: 100%;
  margin: clamp(3.5rem, 5vw, 5rem) auto clamp(2.5rem, 4vw, 4rem);
  padding: clamp(2.5rem, 4vw, 4rem) 0 clamp(2.25rem, 3.5vw, 3.25rem);
  overflow: hidden;
  isolation: isolate;
}
.about-reviews::before{
  position: absolute;
  inset: clamp(2rem, 4vw, 4rem) max(1rem, calc((100% - var(--content-rail-max)) / 2)) clamp(1.5rem, 2.5vw, 2.25rem);
  z-index: -1;
  /* Opaque cream only — no white fringe, tinted shadow, or transparency that
     mixes into a third edge color against the page canvas. */
  border: 0;
  border-radius: clamp(2rem, 5vw, 5.5rem);
  background: var(--card-surface);
  box-shadow: none;
  content: "";
}
.about-reviews::after{
  position: absolute;
  top: clamp(4.2rem, 7vw, 7rem);
  left: max(2rem, calc((100% - 1250px) / 2));
  z-index: -1;
  color: rgb(181 190 165 / 38%);
  font-family: var(--font-glacial);
  font-size: clamp(9rem, 15vw, 16rem);
  line-height: 0.7;
  content: "“";
  user-select: none;
}
.about-reviews__header{
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: var(--content-rail-width);
  margin-inline: auto;
  padding-top: clamp(4rem, 7vw, 7rem);
  text-align: center;
}
.about-reviews h2{
  max-width: none;
  margin: 0.65rem 0 0;
  color: var(--about-ink);
  font-size: clamp(3.2rem, 4.4vw, 4.9rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  white-space: nowrap;
  text-wrap: balance;
}
.about-reviews__rating{
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  margin-top: 1.35rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgb(185 117 66 / 30%);
  border-radius: 999px;
  color: var(--about-muted);
  font-family: var(--font-glacial);
  font-size: 0.82rem;
  line-height: 1;
  text-decoration: none;
  transition:
    border-color 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}
.about-reviews__rating:hover{
  border-color: var(--about-copper);
  color: var(--about-ink);
  transform: translateY(-2px);
}
.about-reviews__rating strong{
  color: var(--about-ink);
  font-weight: 800;
}
.about-reviews__stars,
.about-review-card__person p span{
  color: var(--about-copper);
  letter-spacing: 0.08em;
}
.about-reviews__viewport{
  position: relative;
  z-index: 1;
  width: var(--content-rail-width);
  margin: clamp(3rem, 5vw, 5rem) auto 0;
  padding: 2.4rem 0 clamp(4.25rem, 5.5vw, 5.5rem);
  overflow: hidden;
  cursor: grab;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  outline: none;
  touch-action: pan-y;
  user-select: none;
}
.about-reviews__viewport:focus-visible{
  box-shadow: inset 0 0 0 2px rgb(185 117 66 / 45%);
}
.about-reviews__viewport.is-dragging{
  cursor: grabbing;
}
.about-reviews__viewport.is-dragging .about-review-card,
.about-reviews__viewport.is-dragging .about-review-card:hover,
.about-reviews__viewport.is-dragging .about-review-card:focus-visible{
  transform: none;
  transition: none;
}
.about-reviews__track{
  display: flex;
  gap: 38px;
  align-items: stretch;
  width: max-content;
  /* Viewport is already content-rail width — do not add another full-bleed inset
     or the loop start leaves a large empty left gap while cards clip on the right. */
  padding-left: 0.75rem;
  will-change: transform;
}
.about-review-card{
  --review-shadow-left-x: -0.7rem;
  --review-shadow-right-x: 0.7rem;
  --review-shadow-y: 1.35rem;
  --review-shadow-left-opacity: 14%;
  --review-shadow-right-opacity: 14%;
  --review-shadow-spread: 2.1rem;
  position: relative;
  display: grid;
  grid-template-rows: 6.45rem minmax(0, 1fr);
  flex: 0 0 clamp(270px, 20vw, 320px);
  min-height: 410px;
  height: 410px;
  padding: 1.25rem;
  /* Keep visible so box-shadow is not clipped (needed for card lift). */
  overflow: visible;
  border: 1px solid var(--card-line);
  border-radius: 1.1rem;
  background: var(--card-surface);
  cursor: pointer;
  box-shadow:
    var(--review-shadow-left-x) var(--review-shadow-y) var(--review-shadow-spread) -0.45rem
      rgb(24 21 18 / var(--review-shadow-left-opacity)),
    var(--review-shadow-right-x) var(--review-shadow-y) var(--review-shadow-spread) -0.45rem
      rgb(24 21 18 / var(--review-shadow-right-opacity));
  outline: none;
  transform: translateY(0) scale(1);
  transform-origin: center;
  transition:
    background 320ms ease,
    border-color 320ms ease,
    box-shadow 320ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
.about-review-card::after{
  position: absolute;
  right: 1.3rem;
  bottom: 0.15rem;
  z-index: 0;
  color: rgb(181 190 165 / 24%);
  font-family: var(--font-glacial);
  font-size: 9rem;
  line-height: 1;
  content: "”";
  pointer-events: none;
}
.about-review-card:hover,
.about-review-card:focus-visible{
  --review-shadow-y: 1.75rem;
  --review-shadow-left-opacity: 20%;
  --review-shadow-right-opacity: 20%;
  --review-shadow-spread: 2.85rem;
  z-index: 2;
  border-color: rgb(51 59 50 / 16%);
  background: var(--card-surface);
  transform: translateY(-0.45rem) scale(1.03);
}
.about-review-card__person{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.3rem;
  justify-items: center;
  min-height: 6.45rem;
  text-align: center;
}
.about-review-card__avatar{
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--about-ink);
  color: var(--about-paper);
  font-family: var(--font-glacial);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.about-review-card__person h3{
  margin: 0;
  color: var(--about-ink);
  font-family: var(--font-glacial);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.15;
}
.about-review-card__person p{
  margin: 0.25rem 0 0;
  color: var(--about-muted);
  font-size: 0.82rem;
  line-height: 1.35;
}
.about-review-card__google{
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid rgb(51 59 50 / 14%);
  border-radius: 50%;
  color: var(--about-copper);
  font-family: var(--font-glacial);
  font-size: 0.8rem;
  font-weight: 700;
}
.about-review-card blockquote{
  position: relative;
  z-index: 1;
  align-self: start;
  margin: 0.4rem 0 0;
  padding: 0;
}
.about-review-card blockquote::before{
  position: absolute;
  top: -2.15rem;
  left: 0;
  color: rgb(181 190 165 / 30%);
  font-family: var(--font-glacial);
  font-size: 5.5rem;
  line-height: 1;
  content: "“";
  pointer-events: none;
}
.about-review-card blockquote p{
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  margin: 0;
  color: var(--about-ink);
  font-size: clamp(0.96rem, 1.08vw, 1.08rem);
  line-height: 1.42;
}
.about-review-card__source{
  position: absolute;
  right: clamp(1.5rem, 2.5vw, 2.2rem);
  bottom: clamp(1.5rem, 2.5vw, 2.2rem);
  z-index: 2;
  color: var(--about-ink);
  font-family: var(--font-glacial);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.22em;
  visibility: hidden;
  transition:
    opacity 220ms ease,
    text-decoration-color 220ms ease,
    visibility 0s linear 220ms;
}
.about-review-card:hover .about-review-card__source,
.about-review-card:focus-visible .about-review-card__source,
.about-review-card:focus-within .about-review-card__source,
.about-review-card__source:focus-visible{
  opacity: 1;
  pointer-events: auto;
  text-decoration-color: currentcolor;
  visibility: visible;
  transition-delay: 0s;
}
.about-page--editorial .about-cta-zone{
  /* Reviews viewport already provides exit space; divider uses shared CTA entry margin. */
  padding: 0;
}
/* About uses the shared .product-closing-cta--framed contract. No separate type scale. */
.about-page--editorial .about-showroom > .product-closing-cta__media img{
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}
.about-page--editorial .about-showroom:hover > .product-closing-cta__media img{
  transform: scale(1.025);
}
@media (max-width: 980px) {.about-page--editorial .official-hero--about{
    min-height: 740px;
    max-height: 820px;
  }
.about-page--editorial .official-hero--about .official-hero__media{
    background-position: 57% 48%;
  }
.about-founder__heading{
    grid-column: 1 / -1;
  }
.about-founder__portrait,
.about-founder__story{
    grid-column: 1 / -1;
  }
.about-founder__story{
    padding-inline: 0;
  }
.about-brandmark{
    width: min(900px, calc(100% - 3rem));
  }
.about-brandmark__content{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
.about-brandmark__stage{
    grid-column: 1 / -1;
    grid-row: 1;
    width: min(680px, 100%);
    margin-inline: auto;
  }
.about-brandmark__details--left{
    grid-column: 1;
    grid-row: 2;
  }
.about-brandmark__details--right{
    grid-column: 2;
    grid-row: 2;
  }
.about-brandmark .symbol-points{
    gap: 1rem;
  }
.about-brandmark__details--left .symbol-points button::after,
.about-brandmark__details--right .symbol-points button::after{
    right: auto;
    left: 0;
    transform-origin: center top;
  }
.about-brandmark__details--left .symbol-points button,
.about-brandmark__details--right .symbol-points button{
    padding-right: 0;
    padding-left: 1rem;
  }
.about-brandmark__colour{
    grid-template-columns: minmax(160px, 0.42fr) minmax(0, 1.58fr);
  }
.about-brandmark__colour dl{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 680px) {.about-page--editorial{
    padding-top: var(--site-header-offset);
  }
.about-page--editorial .official-hero--about{
    min-height: min(30.5rem, 57svh);
    max-height: none;
    height: auto;
    place-items: center;
  }
.about-page--editorial .official-hero--about h1{
    max-width: none;
    font-size: clamp(2.45rem, 11vw, 3.2rem);
    white-space: normal;
  }
.about-hero__title-line{
    display: block;
  }
.about-page--editorial .about-numbers{
    width: calc(100% - 2rem);
    margin-top: -1.2rem;
  }
.about-page--editorial .about-numbers__panel > div{
    min-height: 112px;
    padding: 1rem 0.55rem;
  }
.about-page--editorial .about-numbers strong{
    font-size: clamp(2rem, 9vw, 2.7rem);
  }
.about-page--editorial .about-numbers span{
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }
.about-founder{
    width: calc(100% - 2rem);
    padding-top: 3.5rem;
  }
.about-founder__heading h2{
    font-size: clamp(2.7rem, 12vw, 4rem);
  }
.about-founder__portrait{
    border-radius: 0.65rem;
  }
.about-brandmark{
    width: calc(100% - 2rem);
    gap: 1.6rem;
    margin: 3rem auto 3.5rem;
    padding-block: 2.6rem;
  }
.about-brandmark__heading h2{
    font-size: clamp(2.55rem, 11vw, 3.15rem);
  }
.about-brandmark__content{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 0.55rem;
  }
.about-brandmark__stage{
    grid-column: 1 / -1;
    grid-row: 1;
  }
.brandmark-stage__art{
    height: clamp(13.5rem, 58vw, 15rem);
    aspect-ratio: auto;
  }
.brandmark-stage__caption{
    width: 100%;
    padding-top: 0.75rem;
  }
.about-brandmark__details,
.about-brandmark .symbol-points{
    display: contents;
  }
.about-brandmark .symbol-points li{
    grid-row: 2;
  }
.about-brandmark__details--left .symbol-points li:nth-child(1){
    grid-column: 1;
  }
.about-brandmark__details--left .symbol-points li:nth-child(2){
    grid-column: 2;
  }
.about-brandmark__details--right .symbol-points li:nth-child(1){
    grid-column: 3;
  }
.about-brandmark__details--right .symbol-points li:nth-child(2){
    grid-column: 4;
  }
.brandmark-layer--sketch{
    width: 104%;
  }
.about-brandmark__details--left .symbol-points button,
.about-brandmark__details--right .symbol-points button{
    display: grid;
    min-height: 3rem;
    grid-template-columns: 1fr;
    place-items: center;
    padding: 0.5rem;
    border: 0;
    transform: none;
  }
.about-brandmark__details--left .symbol-points button::after,
.about-brandmark__details--right .symbol-points button::after{
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 1.1rem;
    height: 2px;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
  }
.about-brandmark .symbol-points button.is-active::after{
    transform: translateX(-50%) scaleX(1);
  }
.about-brandmark .symbol-point__number{
    width: 2rem;
    border-radius: 999px;
  }
.about-brandmark .symbol-points button.is-active .symbol-point__number{
    background: rgb(184 127 69 / 12%);
  }
.about-brandmark .symbol-point__copy{
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
.brandmark-mobile-description{
    display: block;
    grid-column: 1 / -1;
    grid-row: 3;
    min-height: 6.4rem;
    margin: 1.1rem 0 0;
    color: var(--about-muted);
    font-size: 0.9rem;
    line-height: 1.55;
    text-align: center;
  }
.about-brandmark__colour{
    grid-column: 1 / -1;
    grid-row: 4;
    grid-template-columns: 1fr;
    gap: 0.8rem;
    margin-top: 1.15rem;
  }
.about-brandmark__colour dl{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.about-brandmark__colour h3{
    padding-top: 0;
    font-size: 1.05rem;
  }
.about-brandmark__colour dl > div{
    padding-top: 0.55rem;
    padding-bottom: 0.15rem;
  }
.about-brandmark__colour dl > div::before{
    top: 0.72rem;
  }
.about-brandmark__colour dd{
    margin-top: 0.25rem;
    font-size: 0.82rem;
    line-height: 1.42;
  }
.about-reviews{
    margin-block: 2.75rem;
    padding-block: 0;
  }
.about-reviews::before{
    inset: 0.65rem 0.5rem 0.85rem;
    border-radius: 1.35rem;
  }
.about-reviews::after{
    display: none;
  }
.about-reviews__header{
    width: calc(100% - 2rem);
    padding-top: 1.55rem;
  }
.about-reviews h2{
    margin-top: 0.4rem;
    font-size: clamp(1.85rem, 8vw, 2.35rem);
    white-space: normal;
  }
.about-reviews__rating{
    gap: 0.35rem;
    margin-top: 0.75rem;
    padding: 0.45rem 0.7rem;
    font-size: 0.68rem;
  }
.about-reviews__viewport{
    width: calc(100% - 2rem);
    margin-inline: auto;
    margin-top: 1.15rem;
    padding-top: 0.85rem;
    padding-bottom: 1.65rem;
    container-type: inline-size;
    mask-image: none;
  }
.about-reviews__track{
    align-items: stretch;
    gap: 0.62rem;
    padding-left: 0;
  }
.about-review-card{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 0 0 calc((100vw - 2rem - 1.24rem) / 2);
    flex: 0 0 calc((100cqi - 1.24rem) / 2);
    width: calc((100cqi - 1.24rem) / 2);
    min-width: 0;
    max-width: calc((100cqi - 1.24rem) / 2);
    min-height: 18.5rem;
    height: 18.5rem;
    max-height: 18.5rem;
    padding: 0.85rem 0.7rem 0.75rem;
    overflow: hidden;
    border-radius: 0.8rem;
    --review-shadow-left-x: -0.35rem;
    --review-shadow-right-x: 0.35rem;
    --review-shadow-y: 0.7rem;
    --review-shadow-left-opacity: 10%;
    --review-shadow-right-opacity: 10%;
    --review-shadow-spread: 1.1rem;
  }
.about-review-card:hover,
.about-review-card:focus-visible{
    --review-shadow-y: 0.7rem;
    --review-shadow-left-opacity: 10%;
    --review-shadow-right-opacity: 10%;
    --review-shadow-spread: 1.1rem;
    z-index: 1;
    transform: none;
  }
.about-review-card::after{
    right: 0.5rem;
    bottom: 0;
    font-size: 2.85rem;
  }
.about-review-card__person{
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    gap: 0.16rem;
  }
.about-review-card__person > div{
    min-width: 0;
    max-width: 100%;
  }
.about-review-card__avatar{
    width: 1.85rem;
    height: 1.85rem;
    font-size: 0.6rem;
  }
.about-review-card__person h3{
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    font-size: 0.82rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.about-review-card__person p{
    margin-top: 0.1rem;
    font-size: 0.64rem;
  }
.about-review-card__google{
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.58rem;
  }
.about-review-card blockquote{
    flex: 1 1 auto;
    align-self: stretch;
    min-height: 0;
    margin-top: 0.28rem;
    overflow: hidden;
  }
.about-review-card blockquote::before{
    display: none;
  }
.about-review-card blockquote p{
    -webkit-line-clamp: 5;
    font-size: 0.78rem;
    line-height: 1.35;
  }
.about-review-card__source{
    position: static;
    display: block;
    align-self: center;
    margin-top: auto;
    padding-top: 0.4rem;
    font-size: 0.64rem;
    text-decoration: none;
    text-decoration-color: transparent;
    transform: none;
  }}
@media (hover: none) {.about-review-card__source{
    opacity: 1;
    pointer-events: auto;
    text-decoration-color: currentcolor;
    visibility: visible;
    transition-delay: 0s;
  }}
@media (prefers-reduced-motion: reduce) {.about-page--editorial *,
.about-page--editorial *::before,
.about-page--editorial *::after{
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 0.01ms !important;
  }}
/* Extracted about.css leftovers — page-private layout extracted from styles.css. Shared tokens, nav, hero runtime, CTA/FAQ contract stay in styles.css. */
.about-page{
  overflow: hidden;
  padding-top: var(--site-header-offset);
}
.logo-symbolism{
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 1.02fr);
  gap: clamp(2rem, 5vw, 5.2rem);
  align-items: center;
  padding: clamp(5rem, 8vw, 8rem) clamp(1.2rem, 5vw, 5rem);
}
.logo-symbolism::before{
  position: absolute;
  inset: 12% -8% 8% 28%;
  z-index: 0;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(191, 124, 53, 0.16);
  border-radius: 999px;
  transform: rotate(-8deg);
}
.logo-symbolism > *{
  position: relative;
  z-index: 1;
}
.logo-symbolism p{
  max-width: 700px;
  margin: 0;
}
.logo-symbolism{
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  align-items: start;
  border-block: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 66% 42%, rgba(255, 255, 255, 0.92), transparent 42%),
    linear-gradient(180deg, rgba(238, 230, 220, 0.8), rgba(246, 239, 229, 0.98));
}
.logo-symbolism::before{
  inset: 16% 5% 14% 36%;
  border-color: rgba(24, 21, 18, 0.1);
  transform: rotate(-4deg);
}
.logo-symbolism h2{
  max-width: 14ch;
  color: var(--ink);
  font-size: clamp(2.75rem, 4vw, 4.65rem);
  line-height: 0.96;
}
.logo-symbolism[data-active-symbol="oxygen"]{
  --symbol-logo-x: -4px;
  --symbol-logo-y: -2px;
  --symbol-logo-scale: 1.035;
  --symbol-rotate: -5deg;
  --symbol-scale: 1.02;
}
.logo-symbolism[data-active-symbol="ratio"]{
  --symbol-logo-x: 8px;
  --symbol-logo-y: 0;
  --symbol-logo-scale: 0.98;
  --symbol-rotate: 0deg;
  --symbol-scale: 1.08;
}
.logo-symbolism[data-active-symbol="continuity"]{
  --symbol-logo-x: 0;
  --symbol-logo-y: -10px;
  --symbol-logo-scale: 1.045;
  --symbol-rotate: -10deg;
  --symbol-scale: 1.03;
}
.logo-symbolism[data-active-symbol="sage"]{
  --symbol-logo-x: 14px;
  --symbol-logo-y: 8px;
  --symbol-logo-scale: 1.02;
  --symbol-rotate: 8deg;
  --symbol-scale: 1;
}
@media (max-width: 1080px) {.logo-symbolism{
    grid-template-columns: 1fr;
  }}
/* About page: closer to the current O2genes site, with subtle upgraded motion. */
.about-page{
  padding-top: var(--site-header-offset);
  background: var(--page-canvas);
}
.logo-symbolism{
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 0.95fr) minmax(300px, 0.9fr);
  gap: clamp(1.6rem, 3vw, 3rem);
  align-items: center;
  max-width: 1680px;
  margin: 0 auto;
  padding: clamp(2.4rem, 5vw, 4.5rem) clamp(1.2rem, 4vw, 3rem);
  border: 0;
  background: #ede9e2;
}
.logo-symbolism::before{
  content: none;
  display: none;
}
.logo-symbolism h2{
  max-width: none;
  margin: 0 0 1.4rem;
  color: var(--copper);
  font-size: clamp(2.2rem, 3.2vw, 3.65rem);
  line-height: 1.08;
}
@keyframes logo-symbol-breathe {
  0%,
  100% {
    opacity: 0.9;
    transform: translateY(0) scale(1);
  }

  50% {
    opacity: 1;
    transform: translateY(-4px) scale(1.015);
  }
}
@keyframes symbol-sheen {
  0%,
  36% {
    opacity: 0;
    transform: translateX(-28%);
  }

  48% {
    opacity: 0.55;
  }

  68%,
  100% {
    opacity: 0;
    transform: translateX(28%);
  }
}
@media (max-width: 1080px) {.logo-symbolism{
    grid-template-columns: 1fr;
  }}
.official-hero--about[data-official-hero] .official-hero__media::after{
  background:
    linear-gradient(90deg, rgb(0 0 0 / 50%), rgb(0 0 0 / 24%)),
    linear-gradient(180deg, rgb(0 0 0 / 10%), rgb(0 0 0 / 30%));
}
.official-hero--about{
  --hero-image-position: center 47%;
}
@media (max-width: 980px) {.official-hero--about{
    --hero-image-position: 57% 48%;
  }}
/* about.css: one consolidated <=700px sheet (last-wins cascade flattened). */
@media (max-width: 700px) {.logo-symbolism{
    padding-inline: 1rem;
  }
.logo-symbolism h2{
    font-size: clamp(2.45rem, 12vw, 3.6rem);
  }
.about-page{
    padding-top: var(--site-header-offset);
  }
.logo-symbolism h2{
    font-size: clamp(2.15rem, 11vw, 3rem);
  }
.about-page--editorial .official-hero--about,
.official-hero--about{
    min-height: min(30.5rem, 57svh);
    max-height: none;
    height: auto;
    place-items: center;
  }
.about-founder{
    width: calc(100% - 2rem);
    gap: 1rem;
    padding: 2.35rem 0 2.75rem;
  }
.about-founder__heading{
    padding-bottom: 0.35rem;
  }
.about-founder__eyebrow{
    margin-bottom: 0.35rem;
    font-size: 0.72rem;
  }
.about-founder__heading h2{
    font-size: clamp(2rem, 8.5vw, 2.55rem);
    line-height: 1.05;
  }
.about-founder__portrait{
    aspect-ratio: 16 / 10;
    max-height: 13.5rem;
    border-radius: 0.65rem;
  }
.about-founder__portrait img{
    height: 100%;
    object-fit: cover;
    object-position: center 28%;
  }
.about-founder__story p{
    max-width: none;
    margin-bottom: 0.95rem;
    font-size: 0.98rem;
    line-height: 1.62;
  }
.about-founder__lead{
    margin-bottom: 0.85rem;
  }
.about-founder__lead::first-letter{
    float: none;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
  }
.about-founder__more-label{
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0.15rem 0 0;
    color: var(--about-copper);
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 0.18em;
  }
.about-founder__story-rest{
    display: none;
  }
.about-founder__toggle:checked ~ .about-founder__story-rest{
    display: block;
    margin-bottom: 0.85rem;
  }
.about-founder__toggle:checked ~ .about-founder__more-label .about-founder__more-open{
    display: none;
  }
.about-founder__toggle:checked ~ .about-founder__more-label .about-founder__more-close{
    display: inline;
  }
.about-reviews{
    margin-block: 2.75rem;
  }
.about-reviews__header{
    padding-top: 1.55rem;
  }
.about-reviews h2{
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }
.about-reviews__viewport{
    margin-top: 1.15rem;
    padding-top: 0.85rem;
    padding-bottom: 1.65rem;
    container-type: inline-size;
  }
.about-reviews__track{
    align-items: stretch;
    gap: 0.62rem;
    padding-left: 0;
  }
.about-review-card{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 0 0 calc((100vw - 2rem - 1.24rem) / 2);
    flex: 0 0 calc((100cqi - 1.24rem) / 2);
    width: calc((100cqi - 1.24rem) / 2);
    min-width: 0;
    max-width: calc((100cqi - 1.24rem) / 2);
    min-height: 18.5rem;
    height: 18.5rem;
    max-height: 18.5rem;
    padding: 0.85rem 0.7rem 0.75rem;
    overflow: hidden;
    transform: none;
    --review-shadow-left-x: -0.35rem;
    --review-shadow-right-x: 0.35rem;
    --review-shadow-y: 0.7rem;
    --review-shadow-left-opacity: 10%;
    --review-shadow-right-opacity: 10%;
    --review-shadow-spread: 1.1rem;
  }
.about-review-card:hover,
.about-review-card:focus-visible{
    --review-shadow-y: 0.7rem;
    --review-shadow-left-opacity: 10%;
    --review-shadow-right-opacity: 10%;
    --review-shadow-spread: 1.1rem;
    z-index: 1;
    transform: none;
  }
.about-review-card__person{
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    gap: 0.16rem;
  }
.about-review-card__person > div{
    min-width: 0;
    max-width: 100%;
  }
.about-review-card__avatar{
    width: 1.85rem;
    height: 1.85rem;
    font-size: 0.6rem;
  }
.about-review-card__person h3{
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    font-size: 0.82rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.about-review-card__person p{
    margin-top: 0.1rem;
    font-size: 0.64rem;
  }
.about-review-card__google{
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.58rem;
  }
.about-review-card blockquote{
    flex: 1 1 auto;
    align-self: stretch;
    min-height: 0;
    margin-top: 0.28rem;
    overflow: hidden;
  }
.about-review-card blockquote p{
    -webkit-line-clamp: 5;
    font-size: 0.78rem;
    line-height: 1.35;
  }
.about-review-card__source,
.about-review-card:hover .about-review-card__source,
.about-review-card:focus-visible .about-review-card__source,
.about-review-card:focus-within .about-review-card__source,
.about-review-card__source:focus-visible{
    position: static;
    display: block;
    align-self: center;
    margin-top: auto;
    padding-top: 0.4rem;
    font-size: 0.64rem;
    text-decoration: none;
    text-decoration-color: transparent;
    transform: none;
  }}
