/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .place-items-center {
    place-items: center;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .bg-\[\#102f3f\] {
    background-color: #102f3f;
  }
  .bg-\[\#f7f2e8\] {
    background-color: #f7f2e8;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .text-\[\#102f3f\] {
    color: #102f3f;
  }
  .text-\[\#286c82\] {
    color: #286c82;
  }
  .text-\[\#345360\] {
    color: #345360;
  }
  .text-\[\#fffdf8\] {
    color: #fffdf8;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
:root {
  --ink: #102f3f;
  --ink-2: #173e50;
  --indigo: #174f68;
  --blue: #286c82;
  --clay: #c66442;
  --clay-dark: #9f4a31;
  --sage: #839978;
  --paper: #f7f2e8;
  --paper-2: #efe6d6;
  --wheat: #eadfc9;
  --white: #fffdf8;
  --text: #183b49;
  --muted: #5f716f;
  --line: rgba(16, 47, 63, 0.2);
  --line-light: rgba(255, 253, 248, 0.24);
  --shadow: 0 24px 70px rgba(16, 47, 63, 0.14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --shell: min(91vw, 1380px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--paper);
}
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
img,
svg {
  display: block;
  max-width: 100%;
}
img {
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  border-radius: 0;
  color: inherit;
  font: inherit;
}
button,
select {
  cursor: pointer;
}
button {
  border: 0;
}
h1,
h2,
h3,
p,
blockquote,
figure,
dl,
dd {
  margin: 0;
}
h1,
h2,
h3 {
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(3.5rem, 7.3vw, 7.8rem);
  line-height: 0.94;
}
h2 {
  font-size: clamp(2.45rem, 4.2vw, 5rem);
  line-height: 1.03;
}
h3 {
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.15;
}
::selection {
  background: var(--clay);
  color: var(--white);
}
:focus-visible {
  outline: 3px solid var(--clay);
  outline-offset: 4px;
}
[hidden] {
  display: none !important;
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.skip-link {
  background: var(--clay);
  color: var(--white);
  font-weight: 700;
  left: 1rem;
  padding: 0.75rem 1rem;
  position: fixed;
  top: -5rem;
  z-index: 1000;
}
.skip-link:focus {
  top: 1rem;
}
.shell {
  margin-inline: auto;
  width: var(--shell);
}
.section-pad {
  padding-block: clamp(5.5rem, 10vw, 10rem);
}
.eyebrow {
  align-items: center;
  color: var(--blue);
  display: flex;
  font-size: 0.7rem;
  font-weight: 800;
  gap: 0.7rem;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before {
  background: currentColor;
  content: "";
  height: 1px;
  width: 2.5rem;
}
.eyebrow--light {
  color: var(--wheat);
}
.lede {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.3vw, 2.3rem);
  letter-spacing: -0.02em;
  line-height: 1.35;
}
.chapter-number {
  color: var(--clay);
  display: block;
  font-family: var(--serif);
  font-size: 5rem;
  line-height: 1;
  margin-top: 4rem;
  opacity: 0.55;
}
.chapter-number--light {
  color: var(--wheat);
}
.button-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 800;
  gap: 1.25rem;
  justify-content: center;
  letter-spacing: 0.1em;
  min-height: 3.6rem;
  padding: 0.85rem 1.45rem;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.button svg,
.text-link svg,
.product-card__view svg,
.desktop-nav svg,
.mobile-menu svg,
.contact-routes svg,
.resource-paths svg,
.involve-lines svg {
  height: 1.1rem;
  width: 1.1rem;
}
.button:hover {
  transform: translateY(-2px);
}
.button--dark {
  background: var(--ink);
  color: var(--white);
}
.button--dark:hover {
  background: var(--indigo);
}
.button--paper {
  background: var(--paper);
  color: var(--ink);
}
.button--paper:hover {
  background: var(--white);
}
.button--clay {
  background: var(--clay);
  color: var(--white);
}
.button--clay:hover {
  background: var(--clay-dark);
}
.button--outline {
  border-color: var(--ink);
  color: var(--ink);
}
.button--outline:hover {
  background: var(--ink);
  color: var(--white);
}
.button--outline-light {
  border-color: rgba(255, 253, 248, 0.65);
  color: var(--white);
}
.button--outline-light:hover {
  background: var(--white);
  color: var(--ink);
}
.button--small {
  min-height: 2.75rem;
  padding: 0.65rem 1.1rem;
}
.button--wide {
  width: 100%;
}
.button.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}
.text-link {
  align-items: center;
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 800;
  gap: 1rem;
  letter-spacing: 0.09em;
  padding-bottom: 0.35rem;
  text-transform: uppercase;
}
.text-link--light {
  color: var(--white);
}
.topline {
  background: var(--ink);
  color: var(--wheat);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.topline__inner {
  align-items: center;
  display: flex;
  height: 2.1rem;
  justify-content: space-between;
}
.topline__inner p:last-child {
  display: flex;
  gap: 0.6rem;
}
.site-header {
  background: var(--paper);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--paper) 96%, transparent);
  }
  border-bottom: 1px solid transparent;
  position: sticky;
  top: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  z-index: 100;
}
.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 30px rgba(16, 47, 63, 0.08);
}
.site-header__inner {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(185px, 0.85fr) auto minmax(185px, 0.85fr);
  min-height: 5.6rem;
}
.brand {
  align-items: center;
  display: inline-flex;
  gap: 0.85rem;
  justify-self: start;
}
.brand-mark {
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: grid;
  height: 2.75rem;
  overflow: hidden;
  place-items: center;
  position: relative;
  width: 2.75rem;
}
.brand-mark i {
  border: 1px solid var(--ink);
  border-radius: 50%;
  height: 2.3rem;
  position: absolute;
  transform: translate(-0.7rem, 0.55rem);
  width: 3.8rem;
}
.brand-mark i:nth-child(2) {
  transform: translate(0.65rem, 0.2rem) rotate(34deg);
}
.brand-mark i:nth-child(3) {
  height: 3.8rem;
  transform: translate(0, -1.45rem) rotate(-28deg);
  width: 2rem;
}
.brand-type {
  color: var(--ink);
  display: grid;
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 0.98;
}
.brand-type strong {
  font-weight: 400;
}
.desktop-nav {
  align-items: center;
  display: flex;
  gap: clamp(1rem, 1.9vw, 2rem);
  justify-content: center;
}
.desktop-nav a {
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding-block: 2.25rem;
  position: relative;
  text-transform: uppercase;
}
.desktop-nav a::after {
  background: var(--clay);
  bottom: 1.65rem;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
  width: 100%;
}
.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}
.header-actions {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-self: end;
}
.cart-link {
  align-items: center;
  display: flex;
  position: relative;
}
.cart-link svg {
  height: 1.6rem;
  width: 1.6rem;
}
.cart-link span {
  align-items: center;
  background: var(--clay);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  font-size: 0.62rem;
  font-weight: 800;
  height: 1.2rem;
  justify-content: center;
  position: absolute;
  right: -0.65rem;
  top: -0.5rem;
  width: 1.2rem;
}
.menu-toggle {
  background: transparent;
  display: none;
  padding: 0.4rem;
}
.menu-toggle svg {
  height: 1.75rem;
  width: 1.75rem;
}
.mobile-menu {
  background: var(--paper);
  border-top: 1px solid var(--line);
  height: calc(100vh - 5.6rem);
  inset: 5.6rem 0 auto;
  overflow-y: auto;
  position: fixed;
}
.mobile-menu__inner {
  display: grid;
  padding-block: 1.5rem 4rem;
}
.mobile-menu a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  font-family: var(--serif);
  font-size: 2rem;
  justify-content: space-between;
  padding: 1rem 0;
}
.shop-ribbon {
  background: var(--clay);
  color: var(--white);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 0.65rem 1rem;
  text-align: center;
  text-transform: uppercase;
}
.shop-ribbon span {
  margin: 0 0.8rem;
  opacity: 0.7;
}
.breadcrumbs {
  padding-block: 1.1rem;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.67rem;
  font-weight: 700;
  gap: 0.65rem;
  letter-spacing: 0.08em;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  color: var(--muted);
  content: "/";
  margin-left: 0.65rem;
}
.breadcrumbs span {
  color: var(--muted);
}
.home-hero {
  color: var(--white);
  min-height: calc(100svh - 7.7rem);
  overflow: hidden;
  position: relative;
}
.home-hero__media,
.home-hero__wash {
  inset: 0;
  position: absolute;
}
.home-hero__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.home-hero__wash {
  background: linear-gradient(90deg, rgba(8, 35, 48, 0.92) 0%, rgba(8, 35, 48, 0.66) 48%, rgba(8, 35, 48, 0.12) 78%), linear-gradient(0deg, rgba(8, 35, 48, 0.45), transparent 50%);
}
.home-hero__content {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: calc(100svh - 7.7rem);
  padding-block: 8rem 7rem;
  position: relative;
  z-index: 1;
}
.home-hero__content > div {
  max-width: 900px;
}
.home-hero h1 {
  color: var(--white);
  font-size: clamp(4rem, 8vw, 8.9rem);
  max-width: 10ch;
}
.home-hero__content > div > p:not(.eyebrow) {
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.7vw, 1.65rem);
  line-height: 1.45;
  margin: 2rem 0;
  max-width: 650px;
}
.hero-side-note {
  display: grid;
  font-size: 0.67rem;
  font-weight: 800;
  gap: 1.1rem;
  letter-spacing: 0.18em;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.scroll-cue {
  align-items: center;
  bottom: 1.6rem;
  display: flex;
  font-size: 0.65rem;
  font-weight: 800;
  gap: 1rem;
  left: 4.5vw;
  letter-spacing: 0.15em;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}
.scroll-cue i {
  animation: pulse-line 2s ease-in-out infinite;
  background: var(--white);
  height: 1px;
  width: 5rem;
}
@keyframes pulse-line {
  0%, 100% {
    transform: scaleX(0.5);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.manifesto {
  padding-block: clamp(7rem, 13vw, 13rem);
}
.manifesto__grid {
  display: grid;
  gap: 7vw;
  grid-template-columns: 0.45fr 1.55fr;
}
.manifesto h2 {
  max-width: 14ch;
}
.manifesto .lede {
  margin: 2.5rem 0;
  max-width: 820px;
}
.section-heading {
  align-items: end;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  margin-bottom: clamp(3rem, 6vw, 6rem);
}
.section-heading h2 {
  margin-top: 1rem;
  max-width: 13ch;
}
.section-heading > p,
.section-heading > div:last-child p {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 560px;
}
.section-heading > div:last-child .text-link {
  margin-top: 1.5rem;
}
.section-heading--light h2,
.section-heading--light p {
  color: var(--white);
}
.practice-index {
  background: var(--paper-2);
}
.practice-lines {
  border-top: 1px solid var(--line);
}
.practice-lines a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 2rem;
  grid-template-columns: 0.18fr 0.65fr 1fr auto;
  padding: 2.1rem 0;
  transition: padding 200ms ease, color 200ms ease;
}
.practice-lines a:hover {
  color: var(--clay);
  padding-left: 1.2rem;
}
.practice-lines span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.practice-lines h3 {
  font-size: clamp(1.75rem, 2.8vw, 3rem);
}
.practice-lines p {
  color: var(--muted);
  max-width: 500px;
}
.practice-lines svg {
  height: 1.5rem;
  width: 1.5rem;
}
.image-story {
  background: var(--ink);
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  min-height: 780px;
}
.image-story--reverse {
  direction: rtl;
}
.image-story--reverse > * {
  direction: ltr;
}
.image-story__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.image-story__copy {
  align-content: center;
  color: var(--white);
  display: grid;
  justify-items: start;
  padding: clamp(4rem, 8vw, 9rem);
}
.image-story__copy h2 {
  color: var(--white);
  margin: 1rem 0 2rem;
  max-width: 9ch;
}
.image-story__copy > p:not(.eyebrow) {
  color: rgba(255, 253, 248, 0.8);
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  max-width: 500px;
}
.shop-feature {
  background: var(--paper);
}
.product-grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 3rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.product-card[hidden] {
  display: none;
}
.product-card__image {
  aspect-ratio: 1 / 1.05;
  background: var(--paper-2);
  display: block;
  overflow: hidden;
  position: relative;
}
.product-card__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 550ms cubic-bezier(.2,.7,.2,1);
  width: 100%;
}
.product-card:hover .product-card__image img {
  transform: scale(1.035);
}
.product-card__badge {
  background: var(--white);
  color: var(--ink);
  font-size: 0.62rem;
  font-weight: 800;
  left: 1rem;
  letter-spacing: 0.08em;
  padding: 0.48rem 0.65rem;
  position: absolute;
  text-transform: uppercase;
  top: 1rem;
}
.product-card__view {
  align-items: center;
  background: var(--ink);
  bottom: 0;
  color: var(--white);
  display: flex;
  font-size: 0.68rem;
  font-weight: 800;
  gap: 1rem;
  justify-content: space-between;
  left: 0;
  letter-spacing: 0.1em;
  padding: 1rem 1.15rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  transform: translateY(100%);
  transition: transform 220ms ease;
}
.product-card:hover .product-card__view,
.product-card:focus-within .product-card__view {
  transform: translateY(0);
}
.product-card__info {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.2rem 0 1.4rem;
}
.product-card__info p {
  color: var(--blue);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}
.product-card__info h3 {
  font-size: clamp(1.25rem, 1.7vw, 1.75rem);
}
.product-card__info > strong {
  color: var(--ink);
  font-size: 0.9rem;
  white-space: nowrap;
}
.home-note {
  background: var(--wheat);
  padding-block: clamp(5rem, 9vw, 9rem);
}
.home-note__grid {
  align-items: center;
  display: grid;
  gap: clamp(3rem, 8vw, 8rem);
  grid-template-columns: 1fr 0.9fr;
}
.home-note__grid > div:first-child {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  transform: rotate(-1.5deg);
}
.home-note__grid img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.home-note blockquote {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4vw, 4.6rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 1.5rem 0 2rem;
}
.home-note__grid > div:last-child > p:not(.eyebrow) {
  color: var(--muted);
  margin-bottom: 2rem;
}
.support-band {
  background: var(--clay);
  color: var(--white);
  padding-block: clamp(5rem, 9vw, 9rem);
}
.support-band__inner {
  align-items: end;
  display: grid;
  gap: 5rem;
  grid-template-columns: 1.2fr 0.8fr;
}
.support-band h2 {
  color: var(--white);
  margin-top: 1rem;
  max-width: 13ch;
}
.support-band__inner > div:last-child p {
  margin-bottom: 2rem;
  max-width: 520px;
}
.page-intro {
  padding-block: clamp(5rem, 9vw, 9rem);
}
.page-intro--paper {
  background: var(--paper);
}
.page-intro--ink {
  background: var(--ink);
  color: var(--white);
}
.page-intro__grid {
  align-items: end;
  display: grid;
  gap: 6vw;
  grid-template-columns: 1.2fr 0.8fr;
}
.page-intro h1 {
  font-size: clamp(4rem, 8vw, 8.3rem);
  margin-top: 1.2rem;
  max-width: 11ch;
}
.page-intro--ink h1,
.page-intro--ink .lede {
  color: var(--white);
}
.editorial-split__grid {
  align-items: start;
  display: grid;
  gap: clamp(4rem, 9vw, 9rem);
  grid-template-columns: 0.95fr 1.05fr;
}
.editorial-split__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  position: sticky;
  top: 8rem;
}
.editorial-split__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.editorial-split__copy h2 {
  margin: 1rem 0 2rem;
  max-width: 10ch;
}
.editorial-split__copy p {
  color: var(--muted);
  margin-bottom: 1.4rem;
}
.editorial-split__copy .lede {
  color: var(--ink);
}
.values {
  background: var(--paper-2);
}
.values-list {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.values-list article {
  border-right: 1px solid var(--line);
  min-height: 340px;
  padding: 2rem;
}
.values-list article:first-child {
  padding-left: 0;
}
.values-list article:last-child {
  border-right: 0;
}
.values-list span,
.funding-flow span {
  color: var(--clay);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.values-list h3 {
  font-size: 2rem;
  margin: 4rem 0 1.5rem;
}
.values-list p {
  color: var(--muted);
}
.people-list {
  border-top: 1px solid var(--line);
}
.people-list article {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 0.65fr 1fr;
  padding: 2rem 0;
}
.people-list article > p {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.people-list article > span {
  color: var(--muted);
}
.timeline {
  background: var(--ink);
  color: var(--white);
}
.timeline > .shell {
  display: grid;
  gap: 6vw;
  grid-template-columns: 0.7fr 1.3fr;
}
.timeline h2,
.timeline h3 {
  color: var(--white);
}
.timeline h2 {
  margin-top: 1rem;
}
.timeline ol {
  border-left: 1px solid var(--line-light);
  list-style: none;
  margin: 0;
  padding: 0 0 0 3rem;
}
.timeline li {
  border-bottom: 1px solid var(--line-light);
  padding: 0.5rem 0 2.2rem;
  position: relative;
}
.timeline li + li {
  padding-top: 2.2rem;
}
.timeline li::before {
  background: var(--clay);
  border: 5px solid var(--ink);
  border-radius: 50%;
  content: "";
  height: 1rem;
  left: -3.55rem;
  position: absolute;
  top: 0.8rem;
  width: 1rem;
}
.timeline li + li::before {
  top: 2.5rem;
}
.timeline li > span {
  color: var(--wheat);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.timeline li h3 {
  font-size: 2rem;
  margin: 0.5rem 0;
}
.timeline li p {
  color: rgba(255, 253, 248, 0.7);
}
.split-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.split-cta a {
  background: var(--wheat);
  display: grid;
  min-height: 260px;
  padding: clamp(2rem, 5vw, 5rem);
  transition: background 200ms ease;
}
.split-cta a:last-child {
  background: var(--sage);
}
.split-cta a:hover {
  background: var(--paper-2);
}
.split-cta span {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.split-cta strong {
  align-items: end;
  display: flex;
  font-family: var(--serif);
  font-size: 2.5rem;
  font-weight: 400;
  justify-content: space-between;
}
.split-cta svg {
  height: 2rem;
  width: 2rem;
}
.program-lines > .shell {
  border-top: 1px solid var(--line);
}
.program-lines article {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 4vw;
  grid-template-columns: 0.6fr 1.4fr;
  padding: clamp(2.5rem, 5vw, 5rem) 0;
}
.program-lines article > div:first-child {
  display: flex;
  gap: 2rem;
}
.program-lines article > div:first-child span {
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 800;
}
.program-lines article > div:first-child p {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.program-lines h2 {
  max-width: 12ch;
}
.program-lines article > div:last-child > p {
  color: var(--muted);
  margin: 1.5rem 0 2rem;
  max-width: 700px;
}
.process-band {
  background: var(--ink);
  color: var(--white);
  padding-block: clamp(6rem, 10vw, 10rem);
}
.process-band ol {
  border-top: 1px solid var(--line-light);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
.process-band li {
  border-right: 1px solid var(--line-light);
  min-height: 300px;
  padding: 2rem;
}
.process-band li:first-child {
  padding-left: 0;
}
.process-band li:last-child {
  border-right: 0;
}
.process-band li > span {
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 800;
}
.process-band h3 {
  color: var(--white);
  font-size: 2rem;
  margin: 4rem 0 1rem;
}
.process-band li p {
  color: rgba(255, 253, 248, 0.7);
}
.question-band {
  background: var(--wheat);
  padding-block: 3rem;
}
.question-band > .shell {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.question-band p {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  max-width: 750px;
}
.indigo-hero {
  min-height: 82vh;
  position: relative;
}
.indigo-hero__image,
.indigo-hero__image::after {
  inset: 0;
  position: absolute;
}
.indigo-hero__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.indigo-hero__image::after {
  background: linear-gradient(90deg, rgba(8, 35, 48, 0.9), rgba(8, 35, 48, 0.22));
  content: "";
}
.indigo-hero__content {
  align-content: center;
  color: var(--white);
  display: grid;
  min-height: 82vh;
  position: relative;
  z-index: 1;
}
.indigo-hero h1 {
  color: var(--white);
  max-width: 10ch;
}
.indigo-hero__content > p:not(.eyebrow) {
  font-family: var(--serif);
  font-size: 1.5rem;
  margin-top: 2rem;
  max-width: 600px;
}
.indigo-context__grid,
.resource-callout__grid {
  display: grid;
  gap: 7vw;
  grid-template-columns: 1fr 1fr;
}
.indigo-context h2,
.resource-callout h2 {
  margin-top: 1rem;
}
.indigo-context__grid > div:last-child > p {
  color: var(--muted);
  margin-bottom: 1.5rem;
}
.indigo-context__grid .lede {
  color: var(--ink);
}
.cycle {
  background: var(--paper-2);
}
.cycle ol {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 0;
  padding: 0;
}
.cycle li {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 3rem;
  grid-template-columns: 0.35fr 1.65fr;
  padding: 2.2rem 0;
}
.cycle li > span {
  color: var(--clay);
  font-family: var(--serif);
  font-size: 2.2rem;
}
.cycle li > div {
  display: grid;
  gap: 2rem;
  grid-template-columns: 0.7fr 1.3fr;
}
.cycle li p {
  color: var(--muted);
}
.resource-callout {
  padding-block: clamp(6rem, 11vw, 11rem);
}
.resource-callout__grid > div:last-child p {
  color: var(--muted);
  margin-bottom: 2rem;
}
.project-feature {
  background: var(--ink);
  color: var(--white);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
}
.project-feature__media img {
  height: 100%;
  min-height: 720px;
  object-fit: cover;
  width: 100%;
}
.project-feature__copy {
  align-content: center;
  display: grid;
  justify-items: start;
  padding: clamp(4rem, 8vw, 8rem);
}
.project-feature__copy > p:first-child {
  color: var(--wheat);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.project-feature__copy > p:first-child span {
  background: var(--clay);
  color: var(--white);
  margin-right: 0.7rem;
  padding: 0.4rem 0.5rem;
}
.project-feature h2 {
  color: var(--white);
  margin: 1.5rem 0;
}
.project-feature__copy .lede {
  color: var(--white);
  margin-bottom: 1.5rem;
}
.project-feature__copy > p:not(:first-child, .lede) {
  color: rgba(255, 253, 248, 0.7);
  margin-bottom: 2rem;
}
.project-list > .shell {
  border-top: 1px solid var(--line);
}
.project-list article {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 6vw;
  grid-template-columns: 1fr 1fr;
  padding: clamp(3rem, 6vw, 6rem) 0;
}
.project-list article span,
.note-meta {
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.project-list h2 {
  margin-top: 0.7rem;
}
.project-list article > div:last-child > p:first-child {
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.45;
}
.project-meta {
  color: var(--muted);
  font-size: 0.68rem !important;
  font-family: var(--sans) !important;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-top: 2rem;
  text-transform: uppercase;
}
.notes-feature__grid {
  align-items: center;
  display: grid;
  gap: 6vw;
  grid-template-columns: 1.15fr 0.85fr;
}
.notes-feature__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.notes-feature__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  width: 100%;
}
.notes-feature__image:hover img {
  transform: scale(1.03);
}
.notes-feature h2 {
  margin: 1rem 0 1.5rem;
}
.notes-feature article > p:not(.note-meta) {
  color: var(--muted);
  margin-bottom: 2rem;
}
.notes-grid {
  background: var(--paper-2);
}
.notes-grid > .shell {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.notes-grid article {
  border-right: 1px solid var(--line);
  min-height: 430px;
  padding: 2rem;
}
.notes-grid article:first-child {
  padding-left: 0;
}
.notes-grid article:last-child {
  border-right: 0;
}
.notes-grid h2 {
  font-size: 2.3rem;
  margin: 2rem 0 1.5rem;
}
.notes-grid article > p:not(.note-meta) {
  color: var(--muted);
  margin-bottom: 2rem;
}
.notes-grid a {
  align-items: center;
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 800;
  gap: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.notes-grid svg {
  height: 1rem;
  width: 1rem;
}
.newsletter-band {
  background: var(--indigo);
  color: var(--white);
  padding-block: clamp(5rem, 8vw, 8rem);
}
.newsletter-band__grid {
  align-items: end;
  display: grid;
  gap: 6vw;
  grid-template-columns: 1fr 1fr;
}
.newsletter-band h2 {
  color: var(--white);
  margin-top: 1rem;
}
.newsletter-band form label,
.newsletter label {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}
.newsletter-band form > div,
.newsletter > div {
  display: flex;
}
.newsletter-band input,
.newsletter input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-light);
  color: var(--white);
  min-width: 0;
  padding: 1rem 0;
  width: 100%;
}
.newsletter-band input::placeholder,
.newsletter input::placeholder {
  color: rgba(255, 253, 248, 0.55);
}
.resource-paths > .shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.resource-paths a {
  border-bottom: 1px solid var(--line);
  display: grid;
  min-height: 360px;
  padding: 2.5rem;
  position: relative;
  transition: background 200ms ease, color 200ms ease;
}
.resource-paths a:nth-child(odd) {
  border-right: 1px solid var(--line);
  padding-left: 0;
}
.resource-paths a:hover {
  background: var(--wheat);
}
.resource-paths a > span {
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.resource-paths h2 {
  font-size: 2.7rem;
  margin: 1.5rem 0;
  max-width: 12ch;
}
.resource-paths p {
  color: var(--muted);
  max-width: 500px;
}
.resource-paths svg {
  bottom: 2.5rem;
  position: absolute;
  right: 2.5rem;
}
.resource-principles {
  background: var(--ink);
  color: var(--white);
  padding-block: clamp(6rem, 10vw, 10rem);
}
.resource-principles__grid {
  display: grid;
  gap: 7vw;
  grid-template-columns: 0.8fr 1.2fr;
}
.resource-principles h2 {
  color: var(--white);
  margin-top: 1rem;
}
.resource-principles ol {
  border-top: 1px solid var(--line-light);
  list-style: none;
  margin: 0;
  padding: 0;
}
.resource-principles li {
  align-items: start;
  border-bottom: 1px solid var(--line-light);
  display: grid;
  gap: 2rem;
  grid-template-columns: 0.18fr 1.82fr;
  padding: 1.6rem 0;
}
.resource-principles li span {
  color: var(--clay);
  font-size: 0.7rem;
  font-weight: 800;
}
.resource-principles li p {
  font-family: var(--serif);
  font-size: 1.6rem;
  line-height: 1.35;
}
.involve-lines > .shell {
  border-top: 1px solid var(--line);
}
.involve-lines article {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 4vw;
  grid-template-columns: 0.3fr 1.7fr;
  padding: 3rem 0;
}
.involve-lines article > span {
  color: var(--clay);
  font-family: var(--serif);
  font-size: 2.5rem;
}
.involve-lines article > div {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 0.8fr 1fr auto;
}
.involve-lines article p {
  color: var(--muted);
}
.involve-lines article a {
  align-items: center;
  align-self: start;
  display: flex;
  font-size: 0.68rem;
  font-weight: 800;
  gap: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.contact-panel {
  background: var(--ink);
  color: var(--white);
  padding-block: clamp(6rem, 10vw, 10rem);
}
.contact-panel__grid,
.contact-page__grid {
  display: grid;
  gap: 8vw;
  grid-template-columns: 0.8fr 1.2fr;
}
.contact-panel h2 {
  color: var(--white);
  margin: 1rem 0 2rem;
}
.contact-panel__grid > div > p:not(.eyebrow) {
  color: rgba(255, 253, 248, 0.7);
  max-width: 500px;
}
form label {
  display: grid;
  font-size: 0.7rem;
  font-weight: 800;
  gap: 0.45rem;
  letter-spacing: 0.07em;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}
form label > span:not(.quantity-control, .money-input) {
  font-weight: 400;
  text-transform: none;
}
form input,
form select,
form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  min-height: 3.3rem;
  padding: 0.75rem 0;
  width: 100%;
}
form textarea {
  resize: vertical;
}
.contact-panel form input,
.contact-panel form select,
.contact-panel form textarea {
  border-color: var(--line-light);
  color: var(--white);
}
.contact-panel option {
  color: var(--ink);
}
.form-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1fr 1fr;
}
.form-status,
.checkout-status {
  font-size: 0.8rem;
  margin-top: 1rem;
}
.giving-hero {
  background: var(--ink);
  color: var(--white);
  padding-block: clamp(6rem, 10vw, 10rem);
}
.giving-hero__grid {
  align-items: center;
  display: grid;
  gap: 8vw;
  grid-template-columns: 1.15fr 0.85fr;
}
.giving-hero h1 {
  color: var(--white);
  font-size: clamp(3.8rem, 7vw, 7.3rem);
  margin: 1rem 0 2rem;
}
.giving-hero__grid > div:first-child > p:not(.eyebrow) {
  color: rgba(255, 253, 248, 0.76);
  font-size: 1.15rem;
  max-width: 650px;
}
.giving-card {
  background: var(--paper);
  color: var(--ink);
  padding: clamp(2rem, 4vw, 3.5rem);
}
.giving-card > p:first-child {
  font-family: var(--serif);
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}
.gift-amounts {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 1.3rem;
}
.gift-amounts button {
  background: transparent;
  border: 1px solid var(--line);
  padding: 0.8rem 0.5rem;
}
.gift-amounts button:hover,
.gift-amounts button.is-selected {
  background: var(--ink);
  color: var(--white);
}
.money-input {
  align-items: center;
  border-bottom: 1px solid var(--ink);
  display: flex;
}
.money-input input {
  border: 0;
}
.check-row {
  align-items: start;
  display: flex;
  font-size: 0.78rem;
  gap: 0.75rem;
  letter-spacing: 0;
  text-transform: none;
}
.check-row input {
  accent-color: var(--clay);
  flex: 0 0 auto;
  height: 1.1rem;
  min-height: 0;
  margin-top: 0.15rem;
  width: 1.1rem;
}
.giving-card small {
  color: var(--muted);
  display: block;
  font-size: 0.7rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.funding-flow__grid {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.funding-flow article {
  border-right: 1px solid var(--line);
  min-height: 300px;
  padding: 2rem;
}
.funding-flow article:first-child {
  padding-left: 0;
}
.funding-flow article:last-child {
  border-right: 0;
}
.funding-flow h3 {
  font-size: 1.8rem;
  margin: 4rem 0 1rem;
}
.funding-flow p {
  color: var(--muted);
}
.shop-support {
  background: var(--wheat);
  padding-block: clamp(5rem, 9vw, 9rem);
}
.shop-support__grid {
  align-items: center;
  display: grid;
  gap: 8vw;
  grid-template-columns: 0.9fr 1.1fr;
}
.shop-support__grid > div:first-child {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.shop-support img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.shop-support h2 {
  margin: 1rem 0 2rem;
}
.shop-support__grid > div:last-child > p:not(.eyebrow) {
  color: var(--muted);
  margin-bottom: 2rem;
  max-width: 600px;
}
.contact-page__grid > div:first-child h2 {
  margin-bottom: 1.5rem;
}
.contact-page__grid > div:first-child > a {
  border-bottom: 1px solid var(--ink);
  display: inline-block;
  font-family: var(--serif);
  font-size: 1.5rem;
}
.contact-page__grid > div:first-child > p {
  color: var(--muted);
  margin-top: 1rem;
  max-width: 430px;
}
.contact-routes {
  border-top: 1px solid var(--line);
  margin-top: 3rem;
}
.contact-routes a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: 0.72rem;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.08em;
  padding: 1.1rem 0;
  text-transform: uppercase;
}
.contact-page form input,
.contact-page form select,
.contact-page form textarea,
.checkout-form input,
.checkout-form select,
.checkout-form textarea {
  border-color: var(--line);
}
.policy {
  max-width: 880px;
  padding-bottom: clamp(6rem, 10vw, 10rem);
  padding-top: 2rem;
}
.policy-updated {
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
}
.policy h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  margin: 3.5rem 0 1rem;
}
.policy p,
.policy li {
  color: var(--muted);
  font-size: 1.03rem;
}
.policy a,
.faq a,
.size-content a {
  border-bottom: 1px solid currentColor;
  color: var(--ink);
}
.policy ol {
  color: var(--muted);
  padding-left: 1.4rem;
}
.policy li + li {
  margin-top: 0.7rem;
}
.policy-table {
  border-top: 1px solid var(--line);
  margin: 2rem 0;
}
.policy-table > div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  padding: 1rem 0;
}
.policy-table > div:first-child {
  color: var(--ink);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.shop-hero {
  overflow: hidden;
  padding-block: clamp(5rem, 9vw, 9rem);
}
.shop-hero__grid {
  align-items: center;
  display: grid;
  gap: 6vw;
  grid-template-columns: 0.9fr 1.1fr;
}
.shop-hero h1 {
  margin: 1rem 0 2rem;
  max-width: 9ch;
}
.shop-hero__grid > div:first-child > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.1rem;
  max-width: 550px;
}
.shop-hero__note {
  border-left: 3px solid var(--clay);
  font-size: 0.78rem !important;
  margin-top: 2rem;
  padding-left: 1rem;
}
.shop-hero__collage {
  min-height: 620px;
  position: relative;
}
.shop-hero__collage img {
  box-shadow: var(--shadow);
  object-fit: cover;
  position: absolute;
}
.shop-hero__collage img:first-child {
  height: 74%;
  left: 0;
  top: 0;
  transform: rotate(-2deg);
  width: 64%;
}
.shop-hero__collage img:nth-child(2) {
  bottom: 0;
  height: 56%;
  right: 0;
  transform: rotate(2.5deg);
  width: 51%;
}
.shop-hero__collage span {
  color: var(--ink);
  font-size: 0.65rem;
  font-weight: 800;
  left: 69%;
  letter-spacing: 0.14em;
  position: absolute;
  text-transform: uppercase;
  top: 10%;
  writing-mode: vertical-rl;
}
.shop-catalog {
  background: var(--paper-2);
}
.shop-tools {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding-bottom: 1.3rem;
}
.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.filter-group button {
  background: transparent;
  border: 1px solid var(--line);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  padding: 0.65rem 0.8rem;
  text-transform: uppercase;
}
.filter-group button:hover,
.filter-group button.is-active {
  background: var(--ink);
  color: var(--white);
}
.shop-tools > label {
  align-items: center;
  display: flex;
  font-size: 0.66rem;
  font-weight: 800;
  gap: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.shop-tools select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ink);
  padding: 0.5rem 1.5rem 0.5rem 0;
}
.catalog-count {
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 1.2rem 0 2.2rem;
  text-transform: uppercase;
}
.shop-mission {
  background: var(--ink);
  color: var(--white);
}
.shop-mission__grid {
  align-items: center;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
}
.shop-mission__grid > div:first-child {
  min-height: 650px;
}
.shop-mission img {
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  width: 100%;
}
.shop-mission__grid > div:last-child {
  padding: clamp(4rem, 8vw, 8rem);
}
.shop-mission h2 {
  color: var(--white);
  margin: 1rem 0 2rem;
}
.shop-mission__grid > div:last-child > p:not(.eyebrow) {
  color: rgba(255, 253, 248, 0.72);
  margin-bottom: 2rem;
}
.shop-assurance {
  background: var(--wheat);
  padding-block: 4rem;
}
.shop-assurance > .shell {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.shop-assurance article {
  border-right: 1px solid var(--line);
  padding: 1rem 2rem;
}
.shop-assurance article:first-child {
  padding-left: 0;
}
.shop-assurance article:last-child {
  border-right: 0;
}
.shop-assurance span {
  color: var(--clay);
  font-size: 0.67rem;
  font-weight: 800;
}
.shop-assurance h3 {
  font-size: 1.45rem;
  margin: 1rem 0 0.7rem;
}
.shop-assurance p {
  color: var(--muted);
  font-size: 0.86rem;
}
.product-detail {
  padding-block: 2rem clamp(6rem, 10vw, 10rem);
}
.product-detail__grid {
  align-items: start;
  display: grid;
  gap: clamp(3rem, 7vw, 7rem);
  grid-template-columns: 1.15fr 0.85fr;
}
.product-gallery__main {
  aspect-ratio: 1 / 1;
  background: var(--paper-2);
  overflow: hidden;
}
.product-gallery__main img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.product-gallery__detail {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;
}
.product-gallery__detail figure {
  background: var(--paper-2);
  overflow: hidden;
  position: relative;
}
.product-gallery__detail img {
  aspect-ratio: 1 / 1;
  height: 100%;
  object-fit: cover;
  transform: scale(1.45);
  width: 100%;
}
.product-gallery__detail figure:nth-child(2) img {
  transform: scale(1.2) translate(7%, 4%);
}
.product-gallery__detail figcaption {
  background: var(--white);
  bottom: 0;
  font-size: 0.62rem;
  font-weight: 800;
  left: 0;
  letter-spacing: 0.08em;
  padding: 0.55rem 0.7rem;
  position: absolute;
  text-transform: uppercase;
}
.product-buy {
  position: sticky;
  top: 8rem;
}
.product-kicker {
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.product-kicker span {
  margin: 0 0.4rem;
}
.product-buy h1 {
  font-size: clamp(3rem, 5vw, 5rem);
  margin: 0.8rem 0 1rem;
}
.product-price {
  color: var(--ink);
  font-size: 1.35rem;
  font-weight: 700;
}
.product-price span {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.availability {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 0.75rem;
  gap: 0.5rem;
  margin-top: 0.7rem;
}
.availability i {
  background: var(--sage);
  border-radius: 50%;
  height: 0.55rem;
  width: 0.55rem;
}
.product-description {
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.45;
  margin: 2rem 0;
}
.product-facts {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  margin-bottom: 2rem;
}
.product-facts > div {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  padding: 0.55rem 0;
}
.product-facts dt {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-facts dd {
  font-size: 0.82rem;
}
.variant-field {
  border: 0;
  margin: 0 0 1.5rem;
  padding: 0;
}
.variant-field legend {
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
  width: 100%;
}
.variant-field legend a {
  border-bottom: 1px solid var(--ink);
  float: right;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.variant-options button {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  display: flex;
  font-size: 0.75rem;
  gap: 0.5rem;
  min-height: 2.75rem;
  min-width: 2.75rem;
  padding: 0.6rem 0.8rem;
}
.variant-options button:hover,
.variant-options button.is-selected {
  border-color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--ink);
}
.variant-options button i {
  background: var(--swatch);
  border: 1px solid var(--line);
  border-radius: 50%;
  height: 1.1rem;
  width: 1.1rem;
}
.variant-error {
  color: var(--clay-dark);
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
.purchase-row {
  align-items: end;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: auto 1fr;
}
.purchase-row > label {
  font-size: 0.68rem;
  margin: 0;
}
.quantity-control {
  border: 1px solid var(--line);
  display: flex;
  height: 3.6rem;
  margin-top: 0.45rem;
}
.quantity-control button,
.quantity-control input {
  background: transparent;
  border: 0;
  height: 100%;
  min-height: 0;
  padding: 0;
  text-align: center;
  width: 2.5rem;
}
.quantity-control input {
  appearance: textfield;
  width: 2.1rem;
}
.quantity-control input::-webkit-outer-spin-button,
.quantity-control input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.button--add {
  min-height: 3.6rem;
}
.product-promises {
  border-bottom: 1px solid var(--line);
  margin: 1.5rem 0 0;
  padding-bottom: 1.5rem;
}
.product-promises p {
  color: var(--muted);
  font-size: 0.78rem;
}
.product-promises p + p {
  margin-top: 0.6rem;
}
.product-promises strong {
  color: var(--ink);
}
.product-buy details,
.faq details {
  border-bottom: 1px solid var(--line);
}
.product-buy summary,
.faq summary {
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  list-style: none;
  padding: 1.2rem 2rem 1.2rem 0;
  position: relative;
  text-transform: uppercase;
}
.product-buy summary::-webkit-details-marker,
.faq summary::-webkit-details-marker {
  display: none;
}
.product-buy summary::after,
.faq summary::after {
  content: "+";
  font-size: 1.2rem;
  font-weight: 400;
  position: absolute;
  right: 0;
}
.product-buy details[open] summary::after,
.faq details[open] summary::after {
  content: "−";
}
.product-buy details p,
.product-buy details ul {
  color: var(--muted);
  font-size: 0.85rem;
  margin: 0 0 1.2rem;
  padding-left: 1.2rem;
}
.product-buy details p {
  padding-left: 0;
}
.related-products {
  background: var(--paper-2);
}
.cart-page {
  padding-block: clamp(4rem, 8vw, 8rem);
}
.cart-heading {
  border-bottom: 1px solid var(--line);
  padding-bottom: 2rem;
}
.cart-heading h1 {
  font-size: clamp(3.5rem, 7vw, 7rem);
  margin-top: 1rem;
}
.cart-layout {
  align-items: start;
  display: grid;
  gap: clamp(3rem, 7vw, 7rem);
  grid-template-columns: 1.2fr 0.8fr;
  padding-top: 2rem;
}
.cart-item {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 160px 1fr;
  padding: 1.4rem 0;
}
.cart-item:first-child {
  padding-top: 0;
}
.cart-item__image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.cart-item__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.cart-item__body {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto;
}
.cart-item__body > div:first-child > p {
  color: var(--blue);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.cart-item__body h2 {
  font-size: 1.65rem;
  margin: 0.3rem 0;
}
.cart-item__body > div:first-child > span {
  color: var(--muted);
  font-size: 0.78rem;
}
.cart-item__controls {
  align-items: end;
  display: flex;
  gap: 1.3rem;
  grid-column: 1 / -1;
}
.cart-item__controls .quantity-control {
  height: 2.7rem;
  margin: 0;
}
.remove-link {
  background: transparent;
  border-bottom: 1px solid var(--ink);
  font-size: 0.7rem;
  padding: 0 0 0.2rem;
}
.cart-empty {
  padding: 4rem 0;
}
.cart-empty h2 {
  margin-bottom: 1rem;
}
.cart-empty p {
  color: var(--muted);
  margin-bottom: 2rem;
}
.order-summary,
.checkout-summary {
  background: var(--wheat);
  padding: clamp(1.8rem, 3vw, 3rem);
  position: sticky;
  top: 8rem;
}
.order-summary h2,
.checkout-summary h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.order-summary dl,
.checkout-summary dl {
  border-top: 1px solid var(--line);
}
.order-summary dl > div,
.checkout-summary dl > div {
  display: flex;
  font-size: 0.82rem;
  justify-content: space-between;
  padding: 0.7rem 0;
}
.order-summary .order-total,
.checkout-summary .order-total {
  border-top: 1px solid var(--line);
  font-size: 1.05rem;
  font-weight: 800;
  margin-top: 0.5rem;
  padding: 1.1rem 0;
}
.shipping-progress {
  font-size: 0.74rem;
  margin-top: 1rem;
}
.shipping-meter {
  background: rgba(16, 47, 63, 0.15);
  height: 3px;
  margin: 0.65rem 0 1.5rem;
}
.shipping-meter i {
  background: var(--clay);
  display: block;
  height: 100%;
  transition: width 250ms ease;
  width: 0;
}
.summary-notes {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.73rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
}
.summary-notes p + p {
  margin-top: 0.45rem;
}
.summary-notes a {
  border-bottom: 1px solid currentColor;
}
.cart-recommendations {
  background: var(--paper-2);
}
.checkout-page {
  padding-block: 3rem clamp(6rem, 10vw, 10rem);
}
.checkout-page__head {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr auto;
  padding-bottom: 2.5rem;
}
.checkout-page__head .eyebrow {
  grid-column: 1 / -1;
}
.checkout-page__head h1 {
  font-size: clamp(3rem, 6vw, 6rem);
}
.checkout-page__head ol {
  align-items: center;
  display: flex;
  font-size: 0.65rem;
  font-weight: 800;
  gap: 1.5rem;
  letter-spacing: 0.08em;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.checkout-page__head li {
  color: var(--muted);
}
.checkout-page__head li.is-current {
  color: var(--clay);
}
.checkout-layout {
  align-items: start;
  display: grid;
  gap: clamp(3rem, 7vw, 7rem);
  grid-template-columns: 1.2fr 0.8fr;
  padding-top: 3rem;
}
.checkout-form > section {
  border-bottom: 1px solid var(--line);
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
}
.checkout-section-title {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.8rem;
}
.checkout-section-title span {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--clay);
  display: flex;
  font-size: 0.65rem;
  font-weight: 800;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}
.checkout-section-title h2 {
  font-size: 1.9rem;
}
.form-grid--three {
  grid-template-columns: 1fr 0.55fr 0.6fr;
}
.shipping-choice {
  align-items: center;
  border: 1px solid var(--ink);
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr auto;
  letter-spacing: 0;
  padding: 1rem;
  text-transform: none;
}
.shipping-choice input {
  accent-color: var(--clay);
  height: 1rem;
  min-height: 0;
  width: 1rem;
}
.shipping-choice span {
  display: grid;
}
.shipping-choice small {
  color: var(--muted);
  font-weight: 400;
}
.checkout-note {
  color: var(--muted);
  font-size: 0.75rem;
  margin-top: 0.7rem;
}
.payment-shell {
  background: var(--paper-2);
  border: 1px dashed var(--blue);
  padding: 2rem;
}
.payment-shell > p:first-child {
  color: var(--ink);
}
.payment-shell > p:nth-child(2) {
  color: var(--muted);
  font-size: 0.78rem;
  margin: 0.6rem 0 1.4rem;
}
.payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.payment-icons span {
  background: var(--white);
  border: 1px solid var(--line);
  font-size: 0.62rem;
  font-weight: 800;
  padding: 0.4rem 0.55rem;
}
.terms-check a {
  border-bottom: 1px solid currentColor;
}
.checkout-summary > p {
  color: var(--muted);
  font-size: 0.72rem;
  margin-top: 1rem;
}
.checkout-item {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto 1fr auto;
  padding: 0.75rem 0;
}
.checkout-item > div {
  height: 60px;
  position: relative;
  width: 60px;
}
.checkout-item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.checkout-item > div span {
  align-items: center;
  background: var(--ink);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  font-size: 0.6rem;
  height: 1.2rem;
  justify-content: center;
  position: absolute;
  right: -0.45rem;
  top: -0.45rem;
  width: 1.2rem;
}
.checkout-item p {
  display: grid;
  font-size: 0.78rem;
}
.checkout-item small {
  color: var(--muted);
}
.checkout-item b {
  font-size: 0.78rem;
}
.checkout-empty a {
  border-bottom: 1px solid currentColor;
  font-size: 0.75rem;
}
.size-content {
  padding-block: 2rem clamp(6rem, 10vw, 10rem);
}
.size-note {
  display: grid;
  gap: 3rem;
  grid-template-columns: 0.6fr 1fr;
  margin-bottom: 4rem;
}
.size-note h2 {
  font-size: 2.5rem;
}
.size-note ol {
  color: var(--muted);
  margin: 0;
  padding-left: 1.2rem;
}
.size-note > p {
  color: var(--muted);
  font-size: 0.8rem;
  grid-column: 2;
}
.size-table-wrap {
  overflow-x: auto;
}
.size-table-wrap table {
  border-collapse: collapse;
  min-width: 650px;
  width: 100%;
}
.size-table-wrap caption {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
  text-align: left;
  text-transform: uppercase;
}
.size-table-wrap th,
.size-table-wrap td {
  border-bottom: 1px solid var(--line);
  padding: 1rem;
  text-align: left;
}
.size-table-wrap thead th {
  background: var(--ink);
  color: var(--white);
  font-size: 0.7rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.size-table-wrap tbody th {
  color: var(--ink);
}
.size-table-wrap > p {
  color: var(--muted);
  font-size: 0.75rem;
  margin-top: 0.8rem;
}
.fit-help {
  background: var(--wheat);
  display: grid;
  gap: 2rem;
  grid-template-columns: 0.55fr 1fr auto;
  margin-top: 4rem;
  padding: 2.5rem;
}
.fit-help h2 {
  font-size: 2rem;
}
.fit-help p {
  color: var(--muted);
}
.faq {
  max-width: 960px;
  padding-block: 2rem clamp(6rem, 10vw, 10rem);
}
.faq summary {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: none;
}
.faq details > p {
  color: var(--muted);
  padding: 0 3rem 1.5rem 0;
}
.faq-contact {
  background: var(--wheat);
  margin-top: 4rem;
  padding: 3rem;
}
.faq-contact h2 {
  font-size: 2.3rem;
}
.faq-contact p {
  color: var(--muted);
  margin: 1rem 0 2rem;
}
.not-found {
  min-height: 75vh;
  padding-block: clamp(6rem, 12vw, 12rem);
}
.not-found__grid {
  align-items: center;
  display: grid;
  gap: 7vw;
  grid-template-columns: 1.2fr 0.8fr;
}
.error-code {
  color: var(--clay);
  font-family: var(--serif);
  font-size: 7rem;
  line-height: 0.8;
  opacity: 0.35;
}
.not-found h1 {
  font-size: clamp(3.5rem, 7vw, 7rem);
  margin: 1rem 0 2rem;
}
.not-found__grid > div:first-child > p:not(.error-code, .eyebrow) {
  color: var(--muted);
  margin-bottom: 2rem;
}
.thread-orbit {
  aspect-ratio: 1 / 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  position: relative;
}
.thread-orbit i {
  border: 1px solid var(--ink);
  border-radius: 50%;
  inset: 15%;
  position: absolute;
  transform: translate(20%, -7%);
}
.thread-orbit i:nth-child(2) {
  transform: translate(-18%, 12%) rotate(35deg);
}
.thread-orbit i:nth-child(3) {
  transform: translate(4%, 17%) rotate(-35deg);
}
.toast {
  background: var(--ink);
  bottom: 1.5rem;
  box-shadow: var(--shadow);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 700;
  max-width: min(400px, calc(100vw - 2rem));
  padding: 1rem 1.2rem;
  position: fixed;
  right: 1.5rem;
  transform: translateY(1rem);
  transition: opacity 200ms ease, transform 200ms ease;
  z-index: 300;
}
.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.site-footer {
  background: var(--ink);
  color: rgba(255, 253, 248, 0.72);
}
.footer-lead {
  border-bottom: 1px solid var(--line-light);
  padding-block: clamp(4.5rem, 8vw, 8rem);
}
.footer-lead__grid {
  align-items: end;
  display: grid;
  gap: 6vw;
  grid-template-columns: 1.1fr 0.9fr;
  margin-top: 1rem;
}
.footer-lead h2 {
  color: var(--white);
  max-width: 12ch;
}
.newsletter button {
  align-items: center;
  background: transparent;
  border-bottom: 1px solid var(--line-light);
  color: var(--white);
  display: flex;
  font-size: 0.68rem;
  font-weight: 800;
  gap: 0.7rem;
  letter-spacing: 0.08em;
  padding: 1rem 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer-grid {
  display: grid;
  gap: 4vw;
  grid-template-columns: 1.8fr repeat(3, 0.7fr);
  padding-block: clamp(4rem, 7vw, 7rem);
}
.brand--footer .brand-mark {
  border-color: var(--white);
}
.brand--footer .brand-mark i {
  border-color: var(--white);
}
.brand--footer .brand-type {
  color: var(--white);
}
.footer-grid > div:first-child > p {
  margin-top: 1.5rem;
  max-width: 430px;
}
.footer-grid h3 {
  color: var(--wheat);
  font-family: var(--sans);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}
.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
}
.footer-grid > div:not(:first-child) a {
  font-size: 0.82rem;
  padding-block: 0.3rem;
}
.footer-grid a:hover,
.footer-bottom a:hover {
  color: var(--white);
}
.footer-bottom {
  align-items: center;
  border-top: 1px solid var(--line-light);
  display: flex;
  font-size: 0.65rem;
  justify-content: space-between;
  letter-spacing: 0.05em;
  padding-block: 1.5rem;
  text-transform: uppercase;
}
.footer-bottom > div {
  display: flex;
  gap: 1.2rem;
}
@media (max-width: 1180px) {
  .site-header__inner {
    grid-template-columns: 1fr auto;
  }
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .values-list,
  .process-band ol,
  .funding-flow__grid,
  .shop-assurance > .shell {
    grid-template-columns: 1fr 1fr;
  }
  .values-list article:nth-child(2),
  .process-band li:nth-child(2),
  .funding-flow article:nth-child(2),
  .shop-assurance article:nth-child(2) {
    border-right: 0;
  }
  .values-list article:nth-child(-n + 2),
  .process-band li:nth-child(-n + 2),
  .funding-flow article:nth-child(-n + 2),
  .shop-assurance article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .values-list article:nth-child(3),
  .process-band li:nth-child(3),
  .funding-flow article:nth-child(3),
  .shop-assurance article:nth-child(3) {
    padding-left: 0;
  }
  .shop-assurance article:nth-child(-n + 2) {
    border-bottom-color: var(--line);
  }
  .product-detail__grid {
    gap: 4rem;
  }
  .footer-grid {
    grid-template-columns: 1.5fr repeat(3, 0.75fr);
  }
}
@media (max-width: 900px) {
  :root {
    --shell: min(90vw, 760px);
  }
  h1 {
    font-size: clamp(3.4rem, 12vw, 6rem);
  }
  .topline__inner p:first-child {
    display: none;
  }
  .topline__inner {
    justify-content: center;
  }
  .header-actions .button {
    display: none;
  }
  .home-hero__content,
  .manifesto__grid,
  .section-heading,
  .home-note__grid,
  .support-band__inner,
  .page-intro__grid,
  .editorial-split__grid,
  .timeline > .shell,
  .program-lines article,
  .indigo-context__grid,
  .resource-callout__grid,
  .project-list article,
  .notes-feature__grid,
  .newsletter-band__grid,
  .resource-principles__grid,
  .contact-panel__grid,
  .giving-hero__grid,
  .shop-support__grid,
  .contact-page__grid,
  .shop-hero__grid,
  .product-detail__grid,
  .cart-layout,
  .checkout-layout,
  .footer-lead__grid,
  .not-found__grid {
    grid-template-columns: 1fr;
  }
  .home-hero__content {
    align-content: end;
    align-items: end;
  }
  .hero-side-note {
    display: none;
  }
  .home-hero__wash {
    background: linear-gradient(0deg, rgba(8, 35, 48, 0.92), rgba(8, 35, 48, 0.12));
  }
  .manifesto .chapter-number {
    display: none;
  }
  .practice-lines a {
    grid-template-columns: auto 1fr auto;
  }
  .practice-lines a p {
    grid-column: 2;
  }
  .practice-lines a svg {
    grid-column: 3;
    grid-row: 1;
  }
  .image-story,
  .project-feature,
  .shop-mission__grid {
    grid-template-columns: 1fr;
  }
  .image-story__image,
  .project-feature__media,
  .shop-mission__grid > div:first-child {
    min-height: 55vh;
  }
  .project-feature__media img,
  .shop-mission img {
    min-height: 55vh;
  }
  .editorial-split__media,
  .product-buy,
  .order-summary,
  .checkout-summary {
    position: static;
  }
  .people-list article {
    grid-template-columns: 1fr 1fr;
  }
  .people-list article > span {
    grid-column: 1 / -1;
  }
  .resource-paths a {
    min-height: 320px;
  }
  .involve-lines article > div {
    grid-template-columns: 1fr 1fr;
  }
  .involve-lines article a {
    grid-column: 2;
  }
  .shop-hero__collage {
    min-height: 560px;
  }
  .product-grid {
    grid-template-columns: 1fr 1fr;
  }
  .product-detail__grid {
    width: min(90vw, 680px);
  }
  .checkout-page__head {
    grid-template-columns: 1fr;
  }
  .size-note,
  .fit-help {
    grid-template-columns: 1fr;
  }
  .size-note > p {
    grid-column: 1;
  }
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .footer-grid > div:last-child {
    grid-column: 2 / 4;
  }
}
@media (max-width: 640px) {
  :root {
    --shell: calc(100vw - 2rem);
  }
  body {
    font-size: 15px;
  }
  h2 {
    font-size: clamp(2.25rem, 11vw, 3.6rem);
  }
  .site-header__inner {
    min-height: 4.9rem;
  }
  .brand-mark {
    height: 2.35rem;
    width: 2.35rem;
  }
  .brand-type {
    font-size: 0.93rem;
  }
  .mobile-menu {
    height: calc(100vh - 4.9rem);
    inset: 4.9rem 0 auto;
  }
  .shop-ribbon {
    line-height: 1.45;
  }
  .shop-ribbon span {
    margin: 0 0.25rem;
  }
  .home-hero,
  .home-hero__content {
    min-height: calc(100svh - 7rem);
  }
  .home-hero__content {
    padding-block: 5rem 6rem;
  }
  .home-hero h1 {
    font-size: clamp(3.5rem, 16vw, 5.4rem);
  }
  .home-hero__content > div > p:not(.eyebrow) {
    font-size: 1.08rem;
  }
  .scroll-cue {
    left: 1rem;
  }
  .manifesto,
  .section-pad,
  .page-intro,
  .support-band,
  .giving-hero {
    padding-block: 5.5rem;
  }
  .practice-lines a {
    gap: 1rem;
    grid-template-columns: auto 1fr;
  }
  .practice-lines a p {
    grid-column: 1 / -1;
  }
  .practice-lines a svg {
    display: none;
  }
  .image-story__copy,
  .project-feature__copy,
  .shop-mission__grid > div:last-child {
    padding: 4rem 1rem;
  }
  .product-grid,
  .values-list,
  .process-band ol,
  .notes-grid > .shell,
  .resource-paths > .shell,
  .funding-flow__grid,
  .shop-assurance > .shell {
    grid-template-columns: 1fr;
  }
  .product-grid {
    gap: 2.5rem;
  }
  .product-card__view {
    transform: translateY(0);
  }
  .values-list article,
  .process-band li,
  .notes-grid article,
  .funding-flow article,
  .shop-assurance article {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    min-height: 0;
    padding: 2rem 0;
  }
  .values-list h3,
  .process-band h3,
  .funding-flow h3 {
    margin-top: 2rem;
  }
  .people-list article {
    gap: 0.8rem;
    grid-template-columns: 1fr;
  }
  .people-list article > span {
    grid-column: 1;
  }
  .timeline ol {
    padding-left: 2rem;
  }
  .timeline li::before {
    left: -2.55rem;
  }
  .split-cta {
    grid-template-columns: 1fr;
  }
  .split-cta a {
    min-height: 220px;
  }
  .program-lines article {
    gap: 2rem;
  }
  .program-lines article > div:first-child {
    justify-content: space-between;
  }
  .question-band > .shell {
    align-items: start;
    flex-direction: column;
  }
  .cycle li {
    gap: 1rem;
    grid-template-columns: auto 1fr;
  }
  .cycle li > div {
    gap: 0.5rem;
    grid-template-columns: 1fr;
  }
  .project-list article {
    gap: 1.5rem;
  }
  .newsletter-band form > div,
  .newsletter > div {
    display: grid;
  }
  .notes-grid article:first-child,
  .resource-paths a:nth-child(odd),
  .funding-flow article:first-child,
  .shop-assurance article:first-child {
    padding-left: 0;
  }
  .resource-paths a,
  .resource-paths a:nth-child(odd) {
    border-right: 0;
    min-height: 290px;
    padding: 2rem 0;
  }
  .resource-paths svg {
    bottom: 2rem;
    right: 0;
  }
  .resource-principles li p {
    font-size: 1.35rem;
  }
  .involve-lines article {
    grid-template-columns: auto 1fr;
  }
  .involve-lines article > div {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
  .involve-lines article a {
    grid-column: 1;
  }
  .form-grid,
  .form-grid--three {
    grid-template-columns: 1fr;
  }
  .gift-amounts {
    grid-template-columns: 1fr 1fr;
  }
  .policy-table > div {
    font-size: 0.8rem;
    grid-template-columns: 0.8fr 0.5fr 1fr;
  }
  .shop-hero__collage {
    min-height: 420px;
  }
  .shop-tools {
    align-items: start;
    flex-direction: column;
  }
  .filter-group {
    width: 100%;
  }
  .filter-group button {
    flex: 1 1 auto;
  }
  .shop-assurance article:nth-child(3) {
    padding-left: 0;
  }
  .product-gallery__detail {
    grid-template-columns: 1fr;
  }
  .purchase-row {
    grid-template-columns: 1fr;
  }
  .purchase-row > label {
    justify-self: start;
  }
  .cart-item {
    grid-template-columns: 105px 1fr;
  }
  .cart-item__body {
    grid-template-columns: 1fr;
  }
  .cart-item__body > strong {
    grid-row: 2;
  }
  .checkout-page__head ol {
    gap: 0.75rem;
  }
  .checkout-page__head ol li:not(:last-child)::after {
    content: "/";
    margin-left: 0.75rem;
  }
  .fit-help {
    padding: 2rem;
  }
  .faq-contact {
    padding: 2rem;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid > div:first-child {
    grid-column: 1 / -1;
    margin-bottom: 2rem;
  }
  .footer-grid > div:last-child {
    grid-column: auto;
  }
  .footer-bottom {
    align-items: start;
    flex-direction: column;
    gap: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
@media print {
  .topline,
  .site-header,
  .shop-ribbon,
  .site-footer,
  .button,
  .toast {
    display: none !important;
  }
  body {
    background: white;
    color: black;
  }
  .policy,
  .size-content {
    max-width: none;
    padding: 0;
    width: 100%;
  }
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
