*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #fbfaf8;
  color: #14140f;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.nav-locked {
  overflow: hidden;
}

h1, h2, h3, h4 {
  margin: 0;
  font-weight: 400;
  line-height: 1.35;
}

p {
  margin: 0 0 1.15em;
  max-width: 62ch;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

em {
  font-style: italic;
}

:focus-visible {
  outline: 2px solid #6b5f4b;
  outline-offset: 3px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: clamp(1.25rem, 5vw, 4rem);
  z-index: 200;
  padding: 0.75rem 1.25rem;
  background: #14140f;
  color: #ffffff;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.skip-link:focus {
  top: 0.75rem;
}

.wrap {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 4rem);
}
.wrap--narrow {
  max-width: 760px;
}

.section {
  padding-block: clamp(4.5rem, 11vw, 9.5rem);
}
.section--tight {
  padding-block: clamp(2.5rem, 6vw, 4.5rem);
}
.section--alt {
  background: #f2efea;
}
.section--anchor {
  scroll-margin-top: calc(-1 * clamp(4.5rem, 11vw, 9.5rem) + 1.5rem);
}
.section__title {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  font-weight: 300;
  letter-spacing: -0.01em;
  margin-bottom: 0.55em;
}
.section__title--sm {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}
.section__lede {
  font-size: clamp(1.05rem, 1.9vw, 1.28rem);
  color: #4a483f;
  max-width: 56ch;
  margin-bottom: clamp(2.25rem, 5vw, 3.5rem);
}

.sub-title {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b5f4b;
  margin: 2.75rem 0 1rem;
}
.section__title + .sub-title {
  margin-top: 0.5rem;
}

.step-label {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #8c887c;
  margin-bottom: 1rem;
}

.list-dash {
  max-width: 62ch;
}
.list-dash li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.55rem;
  color: #4a483f;
}
.list-dash li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 0.8rem;
  height: 1px;
  background: #cdbfa4;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 250, 248, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #ddd8ce;
}
.site-header__inner {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 4rem);
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.site-header__logo {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: clamp(0.82rem, 2vw, 0.95rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: #14140f;
  transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.site-header__logo:hover {
  opacity: 0.6;
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.4rem 0;
  border: 0;
  background: none;
  color: #14140f;
  cursor: pointer;
}
.menu-toggle__label {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.menu-toggle__bars {
  display: block;
  width: 26px;
}
.menu-toggle__bars span {
  display: block;
  height: 1px;
  background: currentColor;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu-toggle__bars span + span {
  margin-top: 6px;
}
.menu-toggle__bars span:nth-child(2) {
  width: 18px;
  margin-left: auto;
}
.menu-toggle:hover .menu-toggle__bars span:nth-child(2) {
  width: 26px;
}
.menu-toggle[aria-expanded=true] {
  color: #ffffff;
}
.menu-toggle[aria-expanded=true] .menu-toggle__bars span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded=true] .menu-toggle__bars span:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded=true] .menu-toggle__bars span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  background: rgba(20, 20, 15, 0.97);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.nav-overlay.is-open .nav-overlay__list li {
  opacity: 1;
  transform: none;
}
.nav-overlay__list {
  text-align: center;
}
.nav-overlay__list li {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-overlay__list li:nth-child(1) {
  transition-delay: 0.05s;
}
.nav-overlay__list li:nth-child(2) {
  transition-delay: 0.1s;
}
.nav-overlay__list li:nth-child(3) {
  transition-delay: 0.15s;
}
.nav-overlay__list li:nth-child(4) {
  transition-delay: 0.2s;
}
.nav-overlay__list li:nth-child(5) {
  transition-delay: 0.25s;
}
.nav-overlay__list li:nth-child(6) {
  transition-delay: 0.3s;
}
.nav-overlay__list a {
  display: inline-block;
  padding: 0.28em 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 7vw, 3.6rem);
  font-weight: 300;
  color: #ffffff;
  position: relative;
}
.nav-overlay__list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.18em;
  width: 100%;
  height: 1px;
  background: #cdbfa4;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-overlay__list a:hover::after, .nav-overlay__list a:focus-visible::after {
  transform: scaleX(1);
}
.nav-overlay__list a[aria-current=page] {
  color: #cdbfa4;
}
.nav-overlay__list a[aria-current=page]::after {
  transform: scaleX(1);
}

.hero {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 4rem);
  padding-block: clamp(4rem, 14vw, 10rem) clamp(2rem, 6vw, 4rem);
  text-align: center;
}
.hero__eyebrow {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #8c887c;
  margin: 0 auto 1.75rem;
  max-width: none;
}
.hero__title {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 12vw, 9rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.hero__title em {
  color: #6b5f4b;
}
.hero__subtitle {
  margin: clamp(1.75rem, 4vw, 2.75rem) auto 0;
  max-width: 46ch;
  font-size: clamp(1.05rem, 1.9vw, 1.28rem);
  color: #4a483f;
}
.hero__rule {
  width: 1px;
  height: clamp(3rem, 8vw, 6rem);
  margin: clamp(2.5rem, 6vw, 4rem) auto 0;
  background: linear-gradient(to bottom, #cdbfa4, transparent);
}

.meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  margin: 0;
  background: #ddd8ce;
  border: 1px solid #ddd8ce;
}
@media (min-width: 768px) {
  .meta {
    grid-template-columns: repeat(3, 1fr);
  }
}
.meta__item {
  background: #fbfaf8;
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
  text-align: center;
}
.meta dt {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #8c887c;
  margin-bottom: 0.85rem;
}
.meta dd {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 400;
}

.collab {
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
  text-align: center;
}
.collab__label {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #8c887c;
  margin-bottom: 0.75rem;
}
.collab__names {
  max-width: 62ch;
  margin: 0 auto;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #14140f;
}
.collab__course {
  max-width: 62ch;
  margin: 0.75rem auto 0;
  font-size: 0.85rem;
  font-style: italic;
  color: #4a483f;
}

.home-main {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 76px);
}

.intro {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 4rem);
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 30vh;
  padding-block: clamp(2.5rem, 6vw, 4.25rem);
  text-align: center;
}
.intro__eyebrow {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #8c887c;
  margin: 0 auto 1.5rem;
  max-width: none;
}
.intro__name {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 8vw, 5.5rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.intro__name em {
  color: #6b5f4b;
}
.intro__bio {
  margin: clamp(1.5rem, 3.5vw, 2.25rem) auto 0;
  max-width: 58ch;
  font-size: clamp(1.05rem, 1.9vw, 1.28rem);
  color: #4a483f;
}

.portal {
  flex: 1 1 auto;
  display: grid;
  gap: 1px;
  background: #ddd8ce;
  border-block: 1px solid #ddd8ce;
}
@media (min-width: 768px) {
  .portal {
    grid-template-columns: repeat(3, 1fr);
  }
}
.portal__tile {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-height: clamp(12rem, 24vh, 18rem);
  padding: clamp(1.75rem, 4vw, 3rem);
  background: #fbfaf8;
  transition: background 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.portal__tile:hover, .portal__tile:focus-visible {
  background: #f2efea;
}
.portal__tile:hover .portal__name, .portal__tile:focus-visible .portal__name {
  color: #6b5f4b;
}
.portal__tile:hover .portal__go, .portal__tile:focus-visible .portal__go {
  opacity: 1;
  transform: none;
}
.portal__num {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #8c887c;
}
.portal__name {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 300;
  line-height: 1.05;
  transition: color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.portal__desc {
  margin: 0;
  max-width: 30ch;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #4a483f;
}
.portal__go {
  margin-top: auto;
  padding-top: 1.5rem;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b5f4b;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (max-width: 767px) {
  .portal__go {
    opacity: 1;
    transform: none;
  }
}

.proj-cols {
  display: grid;
  gap: 1px;
  background: #ddd8ce;
  border-block: 1px solid #ddd8ce;
}
@media (min-width: 768px) {
  .proj-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}

.proj-col {
  background: #fbfaf8;
  padding: clamp(1.75rem, 4vw, 3rem);
}
.proj-col__title {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 300;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd8ce;
}
.proj-col__empty {
  margin: 1.75rem 0 0;
  font-size: 0.95rem;
}

.proj-item {
  border-bottom: 1px solid #ddd8ce;
}
.proj-item:last-child {
  border-bottom: 0;
}
.proj-item__link {
  display: block;
  padding-block: clamp(1.5rem, 3vw, 2.25rem);
}
.proj-item__link:hover .proj-item__title, .proj-item__link:focus-visible .proj-item__title {
  color: #6b5f4b;
}
.proj-item__link:hover .proj-item__go, .proj-item__link:focus-visible .proj-item__go {
  opacity: 1;
  transform: none;
}
.proj-item__num {
  display: block;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #8c887c;
  margin-bottom: 0.6rem;
}
.proj-item__title {
  display: block;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 300;
  line-height: 1.05;
  transition: color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.proj-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.1rem;
  margin-top: 0.8rem;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8c887c;
}
.proj-item__desc {
  display: block;
  margin-top: 0.8rem;
  font-size: 0.93rem;
  line-height: 1.65;
  color: #4a483f;
}
.proj-item__go {
  display: block;
  margin-top: 1.1rem;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b5f4b;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (max-width: 767px) {
  .proj-item__go {
    opacity: 1;
    transform: none;
  }
}

.entry-list {
  display: grid;
  gap: clamp(2rem, 5vw, 3.25rem);
}

.entry {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem;
  padding-bottom: clamp(1.75rem, 4vw, 2.75rem);
  border-bottom: 1px solid #ddd8ce;
}
@media (min-width: 768px) {
  .entry {
    grid-template-columns: 13rem 1fr;
    column-gap: clamp(1.5rem, 4vw, 3rem);
  }
}
.entry:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.entry__when {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8c887c;
}
@media (min-width: 768px) {
  .entry__when {
    padding-top: 0.45em;
  }
}
.entry__title {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 400;
}
.entry__org {
  margin: 0.3rem 0 0;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b5f4b;
}
.entry__body {
  margin-top: 1rem;
}
.entry__body p:last-child,
.entry__body ul:last-child {
  margin-bottom: 0;
}

.placeholder {
  color: #8c887c;
  font-style: italic;
}

.back-link,
.jump-link {
  display: inline-block;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8c887c;
  transition: color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.back-link:hover, .back-link:focus-visible,
.jump-link:hover,
.jump-link:focus-visible {
  color: #6b5f4b;
}

.jump-link {
  margin-bottom: 0;
  color: #6b5f4b;
}

.doc-link {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.6rem clamp(1.25rem, 3vw, 2rem);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid #ddd8ce;
  background: #fbfaf8;
  transition: background 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (min-width: 768px) {
  .doc-link {
    grid-template-columns: auto 1fr auto;
  }
}
.doc-link:hover, .doc-link:focus-visible {
  background: #14140f;
  color: #ffffff;
}
.doc-link:hover .doc-link__icon svg, .doc-link:focus-visible .doc-link__icon svg {
  stroke: #ffffff;
}
.doc-link:hover .doc-link__desc,
.doc-link:hover .doc-link__go, .doc-link:focus-visible .doc-link__desc,
.doc-link:focus-visible .doc-link__go {
  color: rgba(255, 255, 255, 0.8);
}
.doc-link__icon {
  width: 30px;
}
.doc-link__icon svg {
  width: 100%;
  height: auto;
  fill: none;
  stroke: #14140f;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.doc-link__title {
  display: block;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
}
.doc-link__desc {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #4a483f;
  transition: color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.doc-link__go {
  grid-column: 2;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b5f4b;
  white-space: nowrap;
  transition: color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (min-width: 768px) {
  .doc-link__go {
    grid-column: 3;
  }
}

.spec {
  margin: 0;
  border-top: 1px solid #ddd8ce;
}
.spec__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem;
  padding-block: clamp(1rem, 2.2vw, 1.4rem);
  border-bottom: 1px solid #ddd8ce;
}
@media (min-width: 768px) {
  .spec__row {
    grid-template-columns: 14rem 1fr;
    column-gap: clamp(1.5rem, 4vw, 3rem);
    align-items: baseline;
  }
}
.spec dt {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b5f4b;
}
.spec dd {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #4a483f;
}
.spec__values li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.4rem;
}
.spec__values li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.82em;
  width: 0.8rem;
  height: 1px;
  background: #cdbfa4;
}
.spec__values li:last-child {
  margin-bottom: 0;
}
.spec--cells dd {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: #14140f;
}

.goals {
  display: grid;
  gap: 0.6rem clamp(1.5rem, 3.5vw, 2.5rem);
}
@media (min-width: 768px) {
  .goals {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .goals--single {
    grid-template-columns: 1fr;
  }
}
.goals--single li {
  max-width: 78ch;
}
.goals li {
  position: relative;
  padding-left: 1.6rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #4a483f;
}
.goals li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 0.8rem;
  height: 1px;
  background: #cdbfa4;
}

.bg-cols {
  display: grid;
  gap: clamp(1.75rem, 3.5vw, 2.5rem);
  align-items: stretch;
}
@media (min-width: 768px) {
  .bg-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .bg-cols {
    grid-template-columns: 1fr 1.35fr 1fr;
  }
}

.bg-col {
  display: flex;
  flex-direction: column;
}
.bg-col__title {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #14140f;
  text-align: center;
  margin-bottom: 1.1rem;
}
.bg-col__panel {
  flex: 1;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: #eed3c0;
  border-radius: clamp(18px, 2.5vw, 28px);
}
.bg-col__lead {
  margin: 0 0 0.75rem;
  max-width: none;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.4;
  color: #14140f;
}
* + .bg-col__lead {
  margin-top: 1.6rem;
}
.bg-col__list li {
  position: relative;
  padding-left: 1.15rem;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #14140f;
}
.bg-col__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b07d5c;
}
.bg-col__list li:last-child {
  margin-bottom: 0;
}

.context {
  display: grid;
  gap: 1px;
  background: #ddd8ce;
  border-block: 1px solid #ddd8ce;
}
@media (min-width: 768px) {
  .context {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .context--two {
    grid-template-columns: repeat(2, 1fr);
  }
}
.context__item {
  background: #fbfaf8;
  padding: clamp(1.75rem, 3.5vw, 2.5rem);
}
.context__label {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b5f4b;
  margin: 1.75rem 0 0.75rem;
}
.context__label:first-of-type {
  margin-top: 1.25rem;
}
.context__title {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.6vw, 1.8rem);
  font-weight: 300;
  padding-bottom: 0.9rem;
  margin-bottom: 1.4rem;
  border-bottom: 1px solid #ddd8ce;
}
.context__lead {
  margin: 0 0 1.1rem;
  max-width: none;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.45;
  color: #6b5f4b;
}

.steps {
  display: grid;
  gap: 1px;
  background: #ddd8ce;
  border-block: 1px solid #ddd8ce;
}
@media (min-width: 768px) {
  .steps {
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #ddd8ce;
  }
}
@media (min-width: 768px) {
  .steps--two {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .steps--three {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .steps--three {
    grid-template-columns: repeat(3, 1fr);
  }
}
.steps__item a {
  display: block;
  height: 100%;
  padding: clamp(1.2rem, 2.8vw, 2rem);
  background: #f2efea;
  transition: background 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.steps__item a:hover, .steps__item a:focus-visible {
  background: #14140f;
  color: #ffffff;
}
.steps__name {
  display: block;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(0.92rem, 1.75vw, 1.12rem);
  line-height: 1.2;
}

.proto-head {
  display: inline-block;
  margin: 2rem 0 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #8c887c;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #14140f;
}

.proto-list {
  max-width: 78ch;
  counter-reset: proto;
}
.proto-list li {
  counter-increment: proto;
  position: relative;
  padding-left: 2.15rem;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a483f;
}
.proto-list li::before {
  content: counter(proto) ".";
  position: absolute;
  left: 0;
  width: 1.6rem;
  text-align: right;
  color: #6b5f4b;
}
.proto-list > li > ol:not(.opts) {
  counter-reset: proto;
  margin-top: 0.5rem;
}
.proto-list em {
  color: #8c887c;
}

.opts {
  counter-reset: opt;
  margin-top: 0.45rem;
  padding-left: 0.4rem;
}
.opts li {
  counter-increment: opt;
  position: relative;
  padding-left: 1.7rem;
  margin-bottom: 0.28rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #4a483f;
}
.opts li::before {
  content: counter(opt, lower-alpha) ".";
  position: absolute;
  left: 0;
  width: 1.2rem;
  text-align: right;
  color: #cdbfa4;
}
.opts--roman li::before {
  content: counter(opt, lower-roman) ".";
}

.skip-note {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.82rem;
  font-style: italic;
  line-height: 1.5;
  color: #8c887c;
}

.figure-note {
  margin-top: 0.9rem;
  font-size: 0.85rem;
  font-style: italic;
  color: #8c887c;
}

.rec-list {
  max-width: 78ch;
}
.rec-list li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a483f;
}
.rec-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6b5f4b;
}
.rec-list ul {
  margin-top: 0.5rem;
  padding-left: 1.35rem;
}
.rec-list ul li::before {
  background: none;
  border: 1px solid #6b5f4b;
}

.flow {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: clamp(3rem, 7vw, 5rem);
}
@media (min-width: 768px) {
  .flow {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .flow {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
  }
}
.flow__item {
  padding-top: 1.25rem;
  border-top: 1px solid #14140f;
}
.flow__item h3 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
}
.flow__item p {
  margin: 0;
  font-size: 0.9rem;
  color: #4a483f;
  line-height: 1.6;
}
.flow__num {
  display: block;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #8c887c;
  margin-bottom: 0.75rem;
}

.cards {
  display: grid;
  gap: 1px;
  background: #ddd8ce;
  border: 1px solid #ddd8ce;
}
@media (min-width: 480px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .cards--five {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .cards--five {
    grid-template-columns: repeat(5, 1fr);
  }
}

.card {
  background: #f2efea;
  transition: background 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.card__btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: clamp(1.75rem, 3.5vw, 2.4rem);
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: default;
}
.card__btn:disabled {
  opacity: 1;
}
.card__body {
  display: block;
  height: 100%;
  padding: clamp(1.75rem, 3.5vw, 2.4rem);
}
.card--interactive .card__btn {
  cursor: pointer;
}
.card--interactive:hover, .card--interactive:focus-within {
  background: #fbfaf8;
}
.card--interactive:hover .card__icon svg, .card--interactive:focus-within .card__icon svg {
  transform: translateY(-3px);
  stroke: #6b5f4b;
}
.card--interactive:hover .card__more, .card--interactive:focus-within .card__more {
  opacity: 1;
  transform: none;
}
.card__more {
  display: block;
  margin-top: 1.1rem;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b5f4b;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (max-width: 767px) {
  .card__more {
    opacity: 1;
    transform: none;
  }
}
.card__icon {
  display: block;
  width: 34px;
  margin-bottom: 1.4rem;
}
.card__icon svg {
  width: 100%;
  height: auto;
  fill: none;
  stroke: #14140f;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), stroke 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.card h3 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  margin-bottom: 0.55rem;
}
.card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #4a483f;
}

.refs {
  counter-reset: ref;
}
.refs li {
  counter-increment: ref;
  position: relative;
  padding: 1rem 0 1rem 2.75rem;
  border-bottom: 1px solid #ddd8ce;
  font-size: 0.92rem;
  line-height: 1.7;
  color: #4a483f;
}
.refs li::before {
  content: "[" counter(ref) "]";
  position: absolute;
  left: 0;
  top: 1rem;
  font-size: 0.82rem;
  color: #8c887c;
}
.refs li a {
  color: #6b5f4b;
  word-break: break-word;
  position: relative;
}
.refs li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.18em;
  width: 100%;
  height: 1px;
  background: #6b5f4b;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.refs li a:hover::after, .refs li a:focus-visible::after {
  transform: scaleX(1);
}

.figure {
  margin: clamp(2.5rem, 6vw, 4rem) 0 0;
}
.figure__frame {
  position: relative;
  padding: clamp(1rem, 3vw, 2rem);
  background: #ffffff;
  border: 1px solid #ddd8ce;
  overflow-x: auto;
}
.figure__frame--board {
  background-image: repeating-linear-gradient(-45deg, rgba(205, 191, 164, 0.5) 0, rgba(205, 191, 164, 0.5) 1px, transparent 1px, transparent 9px);
  background-color: #ffffff;
  padding: clamp(1.5rem, 4vw, 3rem);
}
.figure__frame img {
  width: 100%;
  height: auto;
}
.figure figcaption {
  margin-top: 0.9rem;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8c887c;
  text-transform: none;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.video-slot {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 16/9;
  background: #f2efea;
  overflow: hidden;
}
.video-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-slot__poster {
  position: absolute;
  inset: 0;
  opacity: 0.3;
}
.video-slot__label {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 0.9rem;
  padding: 1.25rem;
  text-align: center;
}
.video-slot__play {
  display: grid;
  place-items: center;
  width: clamp(3rem, 6vw, 4.25rem);
  aspect-ratio: 1;
  border: 1px solid #14140f;
  border-radius: 50%;
  background: rgba(251, 250, 248, 0.85);
}
.video-slot__play svg {
  width: 34%;
  fill: #14140f;
  stroke: none;
  margin-left: 12%;
}
.video-slot__text {
  padding: 0.4rem 0.85rem;
  background: rgba(251, 250, 248, 0.92);
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4a483f;
}

.ph-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.75rem, 2vw, 1.25rem);
}
@media (min-width: 768px) {
  .ph-board {
    grid-template-columns: repeat(6, 1fr);
  }
}

.ph-note {
  display: block;
  aspect-ratio: 1;
  background: #f2efea;
  border: 1px solid #ddd8ce;
}
.ph-note:nth-child(3n) {
  background: rgba(205, 191, 164, 0.35);
}
.ph-note:nth-child(4n) {
  transform: rotate(-2deg);
}
.ph-note:nth-child(5n) {
  transform: rotate(1.5deg);
}

.screens {
  display: grid;
  gap: 0;
  border-top: 1px solid #ddd8ce;
}

.screen {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  padding-block: clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid #ddd8ce;
}
@media (min-width: 768px) {
  .screen {
    grid-template-columns: 1.15fr 1fr;
    align-items: start;
  }
}
@media (min-width: 768px) {
  .screen--text-only {
    grid-template-columns: 1fr;
  }
}
.screen--text-only .screen__body {
  max-width: 78ch;
}
.screen__shot {
  margin: 0;
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 480px) {
  .screen__shot--pair {
    grid-template-columns: repeat(2, 1fr);
  }
}
.screen__shot img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd8ce;
  background: #ffffff;
}
.screen__title {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.6vw, 1.75rem);
  font-weight: 300;
  margin-bottom: 1rem;
}
.screen figcaption {
  margin-top: 0.75rem;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8c887c;
}

.video {
  display: block;
  width: 100%;
  height: auto;
  background: #14140f;
}

.sketches {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  margin-top: clamp(2.5rem, 6vw, 4rem);
}
@media (min-width: 768px) {
  .sketches {
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
  }
}

.sketch {
  margin: 0;
}
.sketch__frame {
  display: grid;
  place-items: center;
  aspect-ratio: 4/5;
  padding: clamp(0.75rem, 2vw, 1.25rem);
  background: #ffffff;
  border: 1px solid #ddd8ce;
}
.sketch__frame img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.sketch figcaption {
  margin-top: 0.8rem;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8c887c;
}

.table-scroll {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  margin-top: clamp(1rem, 3vw, 2rem);
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #14140f;
  text-align: left;
}
.data-table th,
.data-table td {
  padding: clamp(0.9rem, 2vw, 1.35rem);
  vertical-align: middle;
  border-right: 1px dotted #8c887c;
}
.data-table th:last-child,
.data-table td:last-child {
  border-right: 0;
}
.data-table thead th {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #14140f;
  text-align: center;
  background: #fbfaf8;
  border-bottom: 1px dotted #8c887c;
}
.data-table tbody tr + tr {
  border-top: 1px dotted #8c887c;
}
.data-table .stack li + li {
  margin-top: 0.3rem;
}

.lit-table {
  min-width: 720px;
}
.lit-table tbody tr {
  background: #eed3c0;
}
.lit-table tbody th {
  width: 30%;
  font-weight: 400;
  text-align: center;
}
.lit-table tbody th em {
  display: block;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-style: italic;
  line-height: 1.35;
  color: #14140f;
}
.lit-table__cite {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.85rem;
  color: #4a483f;
}
.lit-table td ul li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #14140f;
}
.lit-table td ul li + li {
  margin-top: 0.55rem;
}
.lit-table td ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b07d5c;
}

.compare-table {
  min-width: 720px;
}
.compare-table tbody tr {
  background: #eed3c0;
}
.compare-table tbody th {
  width: 24%;
  font-weight: 400;
  text-align: center;
}
.compare-table tbody th em {
  display: block;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-style: italic;
  line-height: 1.35;
  color: #14140f;
}
.compare-table td ul li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #14140f;
}
.compare-table td ul li + li {
  margin-top: 0.55rem;
}
.compare-table td ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b07d5c;
}

.sizing-table {
  min-width: 560px;
}
.sizing-table th,
.sizing-table td {
  text-align: center;
  font-size: 0.92rem;
  color: #14140f;
}
.sizing-table tbody tr:nth-child(odd) {
  background: #eed3c0;
}
.sizing-table tbody th {
  font-weight: 400;
  text-align: left;
}
.sizing-table tfoot {
  border-top: 1px solid #14140f;
}
.sizing-table tfoot th,
.sizing-table tfoot td {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #14140f;
  background: #fbfaf8;
}

.participants-table {
  min-width: 760px;
}
.participants-table th,
.participants-table td {
  text-align: center;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #14140f;
}
.participants-table tbody tr:nth-child(odd) {
  background: #eed3c0;
}
.participants-table tbody th {
  width: 3.5rem;
  font-weight: 400;
}

.gantt {
  min-width: 46rem;
}
.gantt__row {
  display: grid;
  grid-template-columns: 15rem 1fr;
  align-items: center;
  gap: 0 clamp(0.75rem, 2vw, 1.5rem);
  padding-block: 0.4rem;
}
.gantt__axis {
  border-bottom: 1px solid #14140f;
  padding-bottom: 0.6rem;
  margin-bottom: 0.4rem;
}
.gantt__months {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.gantt__month {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8c887c;
  text-align: center;
}
.gantt__group {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b5f4b;
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
  padding-bottom: 0.5rem;
}
.gantt__task {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #4a483f;
}
.gantt__dur {
  display: block;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8c887c;
  margin-top: 0.15rem;
}
.gantt__track {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  height: 1.6rem;
  background-image: repeating-linear-gradient(to right, #ddd8ce 0, #ddd8ce 1px, transparent 1px, transparent 16.6666666667%);
}
.gantt__bar {
  grid-column: var(--start)/span var(--span);
  align-self: center;
  height: 0.7rem;
  border-radius: 999px;
  background: #cdbfa4;
}
.gantt__bar--m1 {
  background: #6b5f4b;
}
.gantt__note {
  margin: clamp(1.5rem, 3vw, 2rem) 0 0;
  font-size: 0.82rem;
  font-style: italic;
  color: #8c887c;
}

.modal {
  width: min(760px, 100vw - 2rem);
  max-height: min(86vh, 900px);
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}
.modal::backdrop {
  background: rgba(20, 20, 15, 0.62);
  backdrop-filter: blur(3px);
}
.modal[open] {
  animation: modal-in 0.36s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.modal[open]::backdrop {
  animation: fade-in 0.36s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.modal__panel {
  position: relative;
  max-height: inherit;
  padding: clamp(2rem, 5vw, 3.5rem);
  padding-top: clamp(2.75rem, 5vw, 3.5rem);
  background: #fbfaf8;
  border: 1px solid #ddd8ce;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.modal__close {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border: 0;
  background: none;
  color: #8c887c;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.modal__close:hover {
  color: #14140f;
  transform: rotate(90deg);
}
.modal__title {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 4.5vw, 2.75rem);
  font-weight: 300;
  letter-spacing: -0.01em;
  margin-bottom: 0.5em;
}
.modal__label {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b5f4b;
  margin: 2.25rem 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #ddd8ce;
}
.modal__lead {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-style: italic;
  line-height: 1.5;
  color: #14140f;
}
.modal__body p {
  color: #4a483f;
  max-width: none;
}
.modal__ideas li {
  position: relative;
  padding: 1rem 0 1rem 1.6rem;
  border-bottom: 1px solid #ddd8ce;
  color: #4a483f;
}
.modal__ideas li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.65em;
  width: 0.8rem;
  height: 1px;
  background: #cdbfa4;
}
.modal__ideas li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.modal__ideas li strong {
  font-weight: 500;
  color: #14140f;
}

@keyframes modal-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.to-top {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 80;
  display: grid;
  place-items: center;
  width: 2.9rem;
  height: 2.9rem;
  padding: 0;
  border: 1px solid #ddd8ce;
  border-radius: 50%;
  background: #fbfaf8;
  color: #14140f;
  cursor: pointer;
  box-shadow: 0 2px 14px rgba(20, 20, 15, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), background 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.to-top:hover, .to-top:focus-visible {
  background: #14140f;
  color: #ffffff;
  border-color: #14140f;
}
.to-top:hover svg, .to-top:focus-visible svg {
  transform: translateY(-2px);
}
.to-top svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.site-footer {
  padding-block: clamp(4rem, 10vw, 8rem) clamp(2.5rem, 5vw, 4rem);
  background: #14140f;
  color: #ffffff;
  text-align: center;
}
.site-footer__eyebrow {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #cdbfa4;
  margin: 0 auto 1.5rem;
  max-width: none;
}
.site-footer__mail {
  display: inline-block;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 6vw, 3.2rem);
  font-weight: 300;
  letter-spacing: -0.01em;
  word-break: break-word;
  position: relative;
}
.site-footer__mail::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.18em;
  width: 100%;
  height: 1px;
  background: #cdbfa4;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.site-footer__mail:hover::after, .site-footer__mail:focus-visible::after {
  transform: scaleX(1);
}
.site-footer__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  margin-top: clamp(2.25rem, 5vw, 3.25rem);
}
.site-footer__links a {
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.site-footer__links a:hover {
  color: #ffffff;
}
.site-footer__note {
  margin: clamp(3rem, 7vw, 5rem) auto 0;
  max-width: none;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.35);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
