@font-face {
  font-family: Sentient;
  src: url("/assets/sentient-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  --forest: #193e32;
  --ink: #073d4b;
  --paper: #f4f7f1;
  --muted: #52675e;
  --sage: #dce6d9;
  --yellow: #f3cf45;
  --asd-ink: #214d88;
  --asd-surface: #fff7d5;
  --bio-ink: #4b486d;
  --bio-surface: #e9f1e1;
  --anti-ink: #65439b;
  --anti-surface: #f1e9f8;
  --error: #9a2424;
  --display: Sentient, Georgia, serif;
  --body: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  color: var(--forest);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #967311;
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(42px, 5.15vw, 78px);
}
h2 {
  font-size: clamp(30px, 3.1vw, 47px);
}
p {
  max-width: 65ch;
}
img {
  max-width: 100%;
  display: block;
}
.shell {
  width: calc(100% - 112px);
  max-width: 1280px;
  margin-inline: auto;
}
.shell-wide {
  width: calc(100% - 64px);
  max-width: 1376px;
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  transform: translateY(-200%);
  z-index: 100;
  background: white;
  padding: 12px 18px;
}
.skip-link:focus {
  transform: none;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0 22px;
  gap: 24px;
}
.brand-logo {
  display: block;
  position: relative;
  width: 178px;
  height: 43px;
  overflow: hidden;
  flex-shrink: 0;
}
.brand-logo img {
  position: absolute;
  width: 220.9px;
  max-width: none;
  height: 220.9px;
  left: -22.9px;
  top: -84.55px;
  mix-blend-mode: multiply;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px;
}
.site-header nav a {
  text-decoration: none;
  padding: 12px 0;
  transition: color 0.2s;
}
.site-header nav a:hover {
  color: var(--bio-ink);
}
.site-header nav a[aria-current] {
  font-weight: 700;
}
.site-header .nav-contact {
  margin-left: 20px;
}
.nav-contact span {
  margin-left: 12px;
}
.menu-toggle {
  display: none;
}
.home-opening {
  padding: 53px 0 44px;
}
.opening-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.shared-vision {
  font-family: var(--display);
  font-size: clamp(22px, 2.55vw, 38px);
  line-height: 1.2;
  letter-spacing: -0.03em;
  padding-top: 22px;
  flex-shrink: 0;
}
mark {
  background: #f8e994;
  color: inherit;
  padding: 0 5px;
}
.opening-bottom {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.opening-bottom p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 660px;
}
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 14px 24px;
  border: 0;
  border-radius: 0;
  background: var(--forest);
  color: white;
  text-decoration: none;
  line-height: 1.5;
  font-size: 15px;
  transition:
    background 0.2s,
    color 0.2s;
  cursor: pointer;
  white-space: normal;
}
.button:hover {
  background: #2d5747;
}
.button span,
.text-link span,
.nav-contact span {
  display: inline-block;
  transition: transform 0.2s;
}
.button:hover span,
.text-link:hover span,
.nav-contact:hover span {
  transform: translate(2px, -2px);
}
.button:disabled {
  opacity: 0.65;
  cursor: wait;
}
.portfolio {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
}
.portfolio-image {
  display: block;
  aspect-ratio: 1.5;
  transition: filter 0.35s;
}
.brand-portrait {
  position: relative;
  background: var(--brand-surface);
}
.portrait-artwork {
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
  object-fit: contain;
}
.portrait-logo {
  position: absolute;
  top: 2%;
  left: 7%;
  width: 32%;
}
.portrait-logo img {
  width: 100%;
  height: auto;
}
.portrait-logo-biohelp {
  aspect-ratio: 600 / 105;
  overflow: hidden;
}
.portfolio-image:hover {
  filter: brightness(1.08);
}
.asdhelp {
  --brand-ink: var(--asd-ink);
  --brand-surface: var(--asd-surface);
}
.biohelp {
  --brand-ink: var(--bio-ink);
  --brand-surface: var(--bio-surface);
}
.antiage {
  --brand-ink: var(--anti-ink);
  --brand-surface: var(--anti-surface);
}
.portfolio-caption {
  padding: 27px 30px 30px;
  background: var(--brand-surface);
  color: var(--brand-ink);
  flex: 1;
  min-height: 246px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.category {
  font-size: 13px;
  margin-bottom: 9px;
}
.portfolio-caption h2 {
  font-size: clamp(23px, 2.4vw, 35px);
  letter-spacing: -0.04em;
}
.portfolio-caption h2 a {
  text-decoration: none;
}
.brand-summary {
  font-size: 14px;
  line-height: 1.6;
  margin: 14px 0 22px;
  max-width: 32ch;
}
.text-link {
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  min-height: 44px;
  text-decoration: none;
  font-weight: 500;
}
.text-link:hover {
  color: var(--ink);
}
.portfolio-caption .text-link {
  margin-top: auto;
}
.portfolio-brand {
  display: flex;
  flex-direction: column;
}
.about-section {
  padding-block: 102px 95px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.section-label {
  font-size: 13px;
  margin-bottom: 20px;
}
.about-copy p {
  margin-bottom: 18px;
  font-size: 17px;
}
.about-copy .text-link {
  margin-top: 5px;
}
.partnership-section {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 76px;
  background: var(--forest);
  color: var(--paper);
  padding: 60px 50px;
}
.partnership-title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.partnership-title h2 {
  font-size: clamp(34px, 3.4vw, 52px);
}
.large-arrow {
  font-size: 65px;
  line-height: 1;
  align-self: flex-start;
  color: #cedba3;
}
.partnership-copy p {
  font-size: 16px;
  max-width: 43ch;
  margin-bottom: 16px;
}
.button-light {
  background: var(--sage);
  color: var(--forest);
  margin-top: 12px;
}
.button-light:hover {
  background: #eef2df;
}
.site-footer {
  padding: 50px 0 36px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
}
.footer-statement {
  font: 26px/1.25 var(--display);
  letter-spacing: -0.025em;
}
.footer-links {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 12px;
}
.footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.footer-links span {
  white-space: nowrap;
}
.footer-links a span {
  margin-left: 10px;
}
.brand-opening {
  padding: 35px 0 43px;
}
.back-link {
  font-size: 13px;
  text-decoration: none;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-bottom: 20px;
}
.brand-name-row {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 25px;
  color: var(--brand-ink);
}
.brand-name-row p {
  font-weight: 600;
  font-size: 18px;
}
.brand-name-row span {
  font-size: 13px;
}
.brand-opening h1 {
  color: var(--brand-ink);
}
.brand-intro {
  max-width: 660px;
  font-size: 18px;
  margin-top: 24px;
}
.brand-photo {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  align-items: center;
}
.brand-photo .portrait-artwork {
  grid-column: 2;
  grid-row: 1;
}
.brand-photo .portrait-logo {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  top: auto;
  left: auto;
  width: 70%;
  margin: auto;
}
.product-stage {
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr;
  align-items: center;
  background: #fff;
  gap: 0;
  padding: 20px 8%;
  min-height: 320px;
}
.product-stage img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}
.product-stage .featured-product {
  height: 420px;
}
.brand-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-block: 80px;
}
.brand-story p {
  font-size: 17px;
  margin-bottom: 18px;
}
.brand-story .availability-note {
  font-size: 14px;
  color: var(--muted);
}
.range-section {
  padding: 0 0 80px;
}
.range-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 32px;
}
.range-heading p {
  font-size: 14px;
  color: var(--muted);
}
.sample-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.sample-products figure {
  margin: 0;
}
.sample-products img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.15;
  object-fit: contain;
  background: #fff;
}
.sample-products figcaption {
  padding: 17px 0;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.sample-products figcaption span {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 5px;
}
.sample-products strong {
  font-weight: 500;
}
.brand-conversation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  background: var(--brand-surface);
  color: var(--brand-ink);
  padding: 60px 50px;
}
.brand-conversation > div:last-child {
  align-self: center;
}
.brand-conversation p:not(.section-label) {
  margin-bottom: 25px;
  max-width: 43ch;
}
.brand-conversation .button {
  background: var(--brand-ink);
}
.other-brands {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-block: 35px;
  font-size: 15px;
}
.other-brands > span {
  margin-right: auto;
  font-size: 13px;
  color: var(--muted);
}
.other-brands a {
  text-decoration: none;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact-page {
  padding: 60px 0 80px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}
.contact-intro h1 {
  font-size: clamp(42px, 4.9vw, 69px);
}
.contact-intro > p:not(.section-label) {
  margin-top: 28px;
  max-width: 34ch;
  font-size: 17px;
}
.contact-aside {
  margin-top: 70px;
  max-width: 33ch;
}
.contact-aside h2 {
  font-size: 26px;
  margin-bottom: 18px;
}
.contact-aside p {
  font-size: 14px;
  margin-bottom: 16px;
  color: var(--muted);
}
.contact-form-area {
  padding-top: 7px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.field {
  min-width: 0;
}
.field label {
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #a2b0a8;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 12px 13px;
  color: var(--forest);
  min-height: 48px;
}
.field textarea {
  resize: vertical;
}
.field input[aria-invalid],
.field textarea[aria-invalid] {
  border-color: var(--error);
}
.full-width {
  grid-column: 1/-1;
}
.field-hint {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
  margin-top: 8px;
}
.field-error {
  font-size: 13px;
  color: var(--error);
  margin-top: 8px;
}
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  font-size: 13px;
  line-height: 1.6;
  margin-block: 24px;
}
.checkbox-label input {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  margin: 3px 0;
  accent-color: var(--forest);
}
.form-error-summary {
  padding: 20px;
  background: #fcebe5;
  color: var(--error);
  margin-bottom: 24px;
}
.form-error-summary h2 {
  font-family: var(--body);
  font-size: 19px;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.success-message {
  padding: 40px;
  background: var(--sage);
}
.success-message h2 {
  margin-block: 20px;
}
.success-message p {
  font-size: 16px;
  margin-bottom: 24px;
}
.success-mark {
  font-size: 36px;
}
.legal-page {
  max-width: 800px;
  padding-block: 60px 90px;
}
.legal-page h1 {
  font-size: 55px;
}
.legal-date {
  font-size: 13px;
  color: var(--muted);
  margin: 18px 0 30px;
}
.legal-page h2 {
  font-size: 27px;
  margin: 32px 0 14px;
}
.legal-page p {
  font-size: 16px;
  line-height: 1.8;
}
.error-page {
  padding-block: 80px 140px;
}
.error-page p {
  margin-bottom: 20px;
}
.error-page .button {
  margin-top: 32px;
}
@media (min-width: 1440px) {
  .portfolio-caption {
    height: 260px;
  }
}
@media (max-width: 1050px) {
  .shell {
    width: calc(100% - 64px);
  }
  .shell-wide {
    width: calc(100% - 40px);
  }
  .home-opening {
    padding-top: 38px;
  }
  .shared-vision {
    font-size: 26px;
  }
  .opening-bottom p {
    font-size: 16px;
  }
  .portfolio-caption {
    padding: 23px 22px;
    min-height: 255px;
    height: auto;
  }
  .portfolio-caption h2 {
    font-size: 26px;
  }
  .about-section,
  .brand-story {
    gap: 50px;
  }
  .partnership-section,
  .brand-conversation {
    padding: 44px 34px;
    gap: 45px;
  }
  .contact-page {
    gap: 50px;
  }
  .footer-links {
    gap: 18px;
  }
  .product-stage {
    padding-inline: 4%;
  }
}
@media (max-width: 760px) {
  .shell {
    width: calc(100% - 40px);
  }
  .shell-wide {
    width: calc(100% - 24px);
  }
  .site-header {
    padding: 24px 0 16px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .brand-logo {
    width: 147px;
    height: 35px;
  }
  .brand-logo img {
    width: 182.4px;
    height: 182.4px;
    left: -18.9px;
    top: -69.8px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 44px;
    background: none;
    border: 0;
    padding: 6px 0 6px 12px;
    color: var(--ink);
    font-size: 14px;
  }
  .menu-toggle span {
    font-size: 20px;
  }
  .site-header nav {
    width: 100%;
    display: none;
    gap: 0;
    flex-direction: column;
    align-items: stretch;
    padding-block: 10px 8px;
  }
  .site-header nav.is-open {
    display: flex;
  }
  .site-header nav a {
    padding: 12px 0;
  }
  .site-header .nav-contact {
    margin-left: 0;
  }
  .opening-top {
    display: block;
  }
  .shared-vision {
    display: none;
  }
  h1 {
    font-size: clamp(36px, 7.9vw, 57px);
    letter-spacing: -0.045em;
  }
  .home-opening {
    padding: 32px 0;
  }
  .opening-bottom {
    display: block;
    margin-top: 23px;
  }
  .opening-bottom p {
    font-size: 16px;
    max-width: 40ch;
  }
  .desktop-break {
    display: none;
  }
  .opening-bottom .button {
    margin-top: 24px;
  }
  .portfolio {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .portfolio-image {
    aspect-ratio: 1.5;
  }
  .portfolio-caption {
    padding: 23px 25px;
    min-height: 0;
  }
  .portfolio-caption h2 {
    font-size: 32px;
  }
  .portfolio-caption .category {
    font-size: 13px;
  }
  .brand-summary {
    margin: 12px 0 12px;
    max-width: 40ch;
  }
  .about-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 64px;
  }
  .about-section h2 {
    font-size: 35px;
  }
  .section-label {
    margin-bottom: 14px;
  }
  .about-copy p {
    font-size: 16px;
  }
  .partnership-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 28px;
  }
  .partnership-title h2 {
    font-size: 38px;
  }
  .large-arrow {
    font-size: 49px;
  }
  .site-footer {
    display: block;
    padding: 36px 0 26px;
  }
  .footer-statement {
    font-size: 24px;
  }
  .footer-links {
    margin-top: 23px;
    gap: 17px;
    flex-wrap: wrap;
  }
  .footer-links > span {
    width: 100%;
  }
  .brand-opening {
    padding-top: 16px;
  }
  .back-link {
    margin-bottom: 18px;
  }
  .brand-name-row {
    display: block;
    margin-bottom: 22px;
  }
  .brand-name-row span {
    display: block;
    margin-top: 5px;
  }
  .brand-intro {
    font-size: 16px;
    margin-top: 22px;
  }
  .brand-photo {
    display: block;
  }
  .brand-photo .portrait-logo {
    position: absolute;
    top: 2%;
    left: 7%;
    width: 32%;
    margin: 0;
  }
  .product-stage {
    padding: 12px 2%;
    min-height: 0;
    grid-template-columns: 1fr 1.15fr 1fr;
  }
  .product-stage img {
    height: 175px;
  }
  .product-stage .featured-product {
    height: 210px;
  }
  .brand-story {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-block: 52px;
  }
  .brand-story h2 {
    font-size: 33px;
  }
  .brand-story p {
    font-size: 16px;
  }
  .range-section {
    padding-bottom: 50px;
  }
  .range-heading {
    display: block;
    margin-bottom: 26px;
  }
  .range-heading h2 {
    font-size: 34px;
  }
  .range-heading p {
    margin-top: 18px;
  }
  .sample-products {
    gap: 10px;
  }
  .sample-products img {
    aspect-ratio: 1;
  }
  .sample-products figcaption {
    font-size: 12px;
  }
  .sample-products figcaption span {
    font-size: 11px;
  }
  .brand-conversation {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 35px 25px;
  }
  .brand-conversation h2 {
    font-size: 32px;
  }
  .other-brands {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    padding-top: 24px;
  }
  .other-brands > span {
    margin-bottom: 4px;
  }
  .contact-page {
    grid-template-columns: 1fr;
    padding: 32px 0 60px;
    gap: 34px;
  }
  .contact-intro h1 {
    font-size: 48px;
  }
  .contact-intro > p:not(.section-label) {
    max-width: 45ch;
    font-size: 16px;
    margin-top: 22px;
  }
  .contact-aside {
    display: none;
  }
  .form-grid {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .field {
    grid-column: 1/-1;
  }
  .contact-form-area .button {
    width: 100%;
  }
  .success-message {
    padding: 28px;
  }
  .legal-page {
    padding-block: 40px 60px;
  }
  .legal-page h1 {
    font-size: 43px;
  }
  .error-page {
    padding-block: 45px 90px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
