/* Confirmed graphite / mineral direction. Local fonts and raster artwork. */
@font-face {
  font-family: Inter;
  src: url("../fonts/inter-thin.ttf") format("truetype");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/inter-regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/inter-bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
:root {
  --font-family: Inter, Arial, sans-serif;
  --color-bg: #ddd3c5;
  --color-bg-alt: #e6ddd1;
  --color-text: #353432;
  --color-text-secondary: #514d47;
  --color-text-tertiary: #70675c;
  --color-text-accessible-muted: #62594e;
  --color-accent: #564c40;
  --color-accent-hover: #40372e;
  --color-border: #b9ad9d;
  --color-card-bg: #e6ddd1;
  --color-tag-bg: #d2c6b5;
  --color-tag-text: #4b443c;
  --color-nav-bg: rgba(57, 56, 53, 0.96);
  --color-timeline-line: #b9ad9d;
  --color-timeline-dot: #756a5b;
  --font-size-h2: clamp(2rem, 4.15vw, 4rem);
  --section-padding: 100px;
  --container-max: 1440px;
  --container-padding: 7.1%;
  --stone: #c7b7a4;
  --graphite: #3b3a38;
  --ivory: #eee8e0;
}
body {
  background: var(--graphite);
  overflow-x: clip;
}
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 6px;
}
section,
li[id] {
  scroll-margin-top: 105px;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
  z-index: 2000;
  background: var(--ivory);
  padding: 12px;
  color: var(--graphite);
}
.skip-link:focus {
  transform: none;
}
.navbar {
  position: absolute;
  padding: 30px 2.9%;
  justify-content: space-between;
  gap: 30px;
  min-height: 90px;
  color: var(--ivory);
}
.navbar.scrolled {
  position: fixed;
  min-height: 76px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: none;
  border-bottom: 1px solid #ffffff20;
}
.nav-brand {
  position: static;
  font-weight: 400;
  font-size: clamp(17px, 1.8vw, 26px);
  letter-spacing: -0.055em;
  color: var(--ivory);
  white-space: nowrap;
}
.nav-descriptor {
  font-family: monospace;
  font-size: 12px;
  letter-spacing: 0.19em;
}
.nav-links {
  gap: 25px;
  align-items: center;
}
.nav-links li a {
  padding: 0;
  font-size: 16px;
  color: var(--ivory);
  border-radius: 0;
}
.nav-links li a:hover,
.nav-links li a.active {
  color: var(--stone);
  background: none;
  font-weight: 400;
}
.nav-links li a.nav-contact {
  background: var(--stone);
  color: var(--graphite);
  padding: 8px 15px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.nav-contact img,
.button img {
  opacity: 0.8;
}
.nav-toggle {
  color: var(--ivory);
  font: inherit;
  border: 1px solid #ffffff60;
  padding: 8px 14px;
  position: static;
}
.hero {
  position: relative;
  isolation: isolate;
  display: block;
  min-height: 0;
  max-width: none;
  height: auto;
  padding: 0 4.4%;
  aspect-ratio: 1122/927;
  background: var(--graphite);
  color: var(--ivory);
  overflow: hidden;
  text-align: left;
}
.hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.hero-content {
  padding-top: 12.7%;
  max-width: none;
  width: 48%;
  margin: 0;
}
.hero-eyebrow {
  font-family: monospace;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: clamp(11px, 1.1vw, 16px);
  color: #d9c7b0;
  margin: 0 0 24px;
  line-height: 1.4;
}
.hero-name {
  font-size: clamp(60px, 8.5vw, 124px);
  line-height: 0.94;
  letter-spacing: -0.065em;
  font-weight: 700;
  color: var(--ivory);
  max-width: none;
  margin: 0;
}
.hero-name em {
  display: block;
  font-weight: 100;
  font-style: oblique 9deg;
  letter-spacing: -0.055em;
  line-height: 1.08;
  color: #d1c1ac;
  margin-top: 10px;
}
.hero-tagline {
  max-width: 460px;
  width: 81%;
  font-size: clamp(16px, 1.52vw, 22px);
  line-height: 1.65;
  margin: 30px 0 34px;
  color: var(--ivory);
  font-weight: 400;
}
.hero-actions {
  margin: 0;
  gap: 15px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 14px 24px;
  min-height: 48px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  border: 0;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button--primary {
  background: var(--stone);
  color: var(--graphite);
}
.button--primary:hover {
  background: #dfd3c1;
  color: var(--graphite);
  transform: translateY(-2px);
}
.hero-journey {
  position: absolute;
  bottom: 3.9%;
  left: 5.1%;
  color: var(--stone);
}
.hero-journey > p {
  font: 11px/1.5 monospace;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  color: var(--ivory);
  margin-bottom: 15px;
}
.hero-journey ol {
  list-style: none;
  display: flex;
  gap: 16px;
  align-items: center;
}
.hero-journey li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-journey a {
  font-size: clamp(15px, 1.6vw, 23px);
  color: #d4c5b2;
  text-decoration: none;
}
.hero-journey a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero-journey img {
  filter: invert(0.8);
  opacity: 0.8;
}
.section {
  background: var(--color-bg);
}
.section-header {
  text-align: left;
  margin-bottom: 50px;
}
.section-title {
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.section-subtitle {
  max-width: 760px;
  margin: 18px 0 0;
}
.section-kicker {
  font: 12px/1.5 monospace;
  letter-spacing: 0.2em;
  color: var(--color-text-accessible-muted);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.engagements {
  position: relative;
  padding: 60px 0 45px;
}
.engagements:before {
  content: "";
  position: absolute;
  width: 86px;
  height: 34px;
  background: var(--graphite);
  top: 0;
  left: calc(50% - 43px);
}
.engagements .section-title {
  margin: 0 0 36px;
  font-size: clamp(30px, 4vw, 58px);
}
.engagement summary {
  list-style: none;
  display: grid;
  grid-template-columns: 12% 35% 1fr 40px;
  gap: 30px;
  align-items: center;
  cursor: pointer;
  padding: 28px 0;
}
.engagement summary::-webkit-details-marker {
  display: none;
}
.engagement {
  border-bottom: 1px solid var(--color-border);
}
.engagement:last-child {
  border-bottom: 0;
}
.engagement-number {
  font-weight: 100;
  font-size: 60px;
  font-style: oblique 8deg;
  line-height: 1;
  border-right: 1px solid var(--color-border);
  padding-right: 20px;
}
.engagement h3 {
  font-size: clamp(21px, 2.2vw, 32px);
  letter-spacing: -0.035em;
  line-height: 1.12;
  max-width: 280px;
}
.engagement-overview {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 16px;
  line-height: 1.4;
  border-left: 1px solid var(--color-border);
  padding-left: 30px;
  max-width: 340px;
}
.engagement-name {
  font: 11px/1.5 monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.engagement-arrow {
  opacity: 0.65;
  transition: transform 0.25s;
}
.engagement[open] .engagement-arrow {
  transform: rotate(90deg);
}
.engagement summary:hover h3 {
  color: #75614c;
}
.engagement-detail {
  margin: 0 70px 30px 16%;
  max-width: 750px;
  font-size: 17px;
  line-height: 1.7;
}
.engagement-detail a {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  color: inherit;
  font-size: 15px;
  margin-top: 18px;
  text-underline-offset: 5px;
}
#method {
  background: #3b3a38;
  color: var(--ivory);
}
#method .section-title,
#method strong,
#method h3 {
  color: var(--ivory);
}
#method .section-kicker,
#method .method-list span {
  color: var(--stone);
}
#method .section-subtitle,
#method .method-list p,
#method .reliability-note p {
  color: #d9d2c8;
}
.method-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid #77716a;
  margin-top: 48px;
  gap: 0;
}
.method-list li,
.method-list li + li {
  min-height: 0;
  padding: 28px 24px 20px 0;
  border-right: 0;
}
.method-list li + li {
  padding-left: 24px;
  border-left: 1px solid #77716a;
}
.method-list span {
  font: 12px monospace;
  margin-bottom: 30px;
  display: block;
}
.method-list strong {
  font-size: 24px;
  font-weight: 400;
  display: block;
}
.method-list p {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 16px;
}
.reliability-note {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  border-top: 1px solid #77716a;
  margin-top: 50px;
  padding-top: 30px;
}
.reliability-note h3 {
  font-size: 26px;
  font-weight: 400;
}
.reliability-note p {
  max-width: 700px;
  font-size: 17px;
}
#projects {
  background: #e4dbce;
}
.projects-grid {
  gap: 35px;
}
.project-card {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-top: 1px solid var(--color-border);
  padding: 28px 0;
}
.project-card:hover {
  transform: none;
  box-shadow: none;
}
.project-card h3 {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -0.035em;
  margin: 20px 0;
}
.project-card p {
  font-size: 16px;
}
.project-card .project-label {
  font: 11px monospace;
  letter-spacing: 0.17em;
  color: var(--color-text-accessible-muted);
}
.project-tags {
  gap: 10px;
}
.project-tag {
  border-radius: 0;
  padding: 0;
  background: none;
  color: var(--color-text-accessible-muted);
  font-size: 11px;
  letter-spacing: 0.04em;
}
.project-tag + .project-tag:before {
  content: "/";
  margin-right: 10px;
}
.timeline {
  max-width: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 65px;
}
.timeline:before,
.timeline-item:before {
  display: none;
}
.timeline-item {
  padding: 22px 0;
  border-top: 1px solid var(--color-border);
  margin: 0;
}
.timeline-date {
  font: 12px monospace;
  color: var(--color-text-accessible-muted);
}
.timeline-role {
  font-size: 22px;
  line-height: 1.3;
}
.timeline-company {
  color: var(--color-text-accessible-muted);
}
.timeline-desc {
  font-size: 16px;
}
.faq-layout {
  gap: 80px;
}
.faq-item summary {
  font-weight: 400;
  line-height: 1.5;
}
.faq-item summary:after {
  content: none;
}
.faq-item summary {
  list-style: disclosure-closed;
}
.faq-item[open] summary {
  list-style: disclosure-open;
}
.faq-item summary::-webkit-details-marker {
  display: revert;
}
.faq-item p {
  font-size: 16px;
}
.contact {
  text-align: left;
  border-top: 1px solid var(--color-border);
  background: #e4dbce;
}
.contact .container {
  max-width: 1100px;
}
.contact .section-header {
  margin-bottom: 25px;
}
.contact-text {
  max-width: 670px;
  margin: 0 0 35px;
}
.contact-form {
  max-width: none;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  gap: 25px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  border-radius: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #8f8272;
  padding: 12px 0;
}
.contact-form label {
  font: 12px monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contact-engagement {
  margin: 8px 0 0;
  padding: 0;
  border: 0;
}
.contact-engagement legend {
  padding: 0;
  margin-bottom: 16px;
  font: 12px monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contact-engagement__choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.contact-form .contact-engagement__choice {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 20px;
  border: 1px solid #b9ad9d;
  background: #eae2d7;
  font: inherit;
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease;
}
.contact-engagement__choice:hover {
  background: #f0e9df;
  border-color: var(--color-accent);
}
.contact-form .contact-engagement__choice input {
  appearance: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--color-accent);
  border-radius: 50%;
  cursor: pointer;
}
.contact-engagement__number {
  font: 12px monospace;
  color: var(--color-text-accessible-muted);
  margin-bottom: 8px;
}
.contact-engagement__title {
  max-width: 190px;
  font-size: 17px;
  line-height: 1.35;
  text-wrap: balance;
}
.contact-engagement__note {
  color: var(--color-text-accessible-muted);
  font-size: 13px;
  line-height: 1.5;
  margin-top: auto;
}
.contact-form .contact-engagement__choice:has(input:checked) {
  border-color: var(--graphite);
  background: var(--graphite);
  color: var(--ivory);
}
.contact-engagement__choice:has(input:checked) .contact-engagement__number,
.contact-engagement__choice:has(input:checked) .contact-engagement__note {
  color: var(--ivory);
}
.contact-form .contact-engagement__choice input:checked {
  border-color: var(--ivory);
  background: var(--ivory);
  box-shadow: inset 0 0 0 4px var(--graphite);
}
.contact-engagement__choice:has(input:focus-visible) {
  outline: 2px solid var(--color-accent);
  outline-offset: 4px;
}
.contact-engagement__choice:has(input[aria-invalid="true"]) {
  border-color: var(--color-error);
}
.contact-actions {
  border-top: 1px solid var(--color-border);
  padding-top: 24px;
  margin-top: 32px;
}
.contact-actions__title {
  font-size: 16px;
  font-weight: 400;
}
.contact-cta {
  border-radius: 0;
  font-weight: 400;
  padding: 13px 24px;
}
.contact-actions,
.contact-social {
  justify-content: flex-start;
}
.contact-form__status:empty {
  display: none;
}
.site-footer {
  background: #3b3a38;
  color: var(--ivory);
  border: 0;
}
.site-footer p,
.privacy-choices-button {
  color: var(--ivory);
}
.consent-banner {
  background: #e4dbce;
  border-radius: 0;
  color: #353432;
}
.consent-button {
  border-radius: 0;
}
.fade-up {
  opacity: 1;
  transform: none;
}
.btn-primary {
  display: inline-flex;
  padding: 12px 20px;
  background: var(--graphite);
  color: var(--ivory);
  text-decoration: none;
}
.btn-primary:hover {
  background: var(--color-accent-hover);
}
.error-page .navbar {
  background: var(--graphite);
}
@media (min-width: 1600px) {
  .hero {
    aspect-ratio: auto;
    min-height: 1190px;
  }
  .hero-content {
    padding-top: 180px;
  }
  .hero-art {
    object-position: center;
  }
  .hero-journey {
    bottom: 50px;
  }
}
@media (max-width: 1150px) {
  .nav-descriptor {
    font-size: 10px;
    letter-spacing: 0.12em;
  }
  .nav-links {
    gap: 20px;
  }
  .navbar {
    gap: 15px;
  }
  .nav-links li a {
    font-size: 14px;
  }
  .hero-tagline {
    font-size: 17px;
    margin: 24px 0 25px;
    width: 87%;
  }
  .hero-content {
    padding-top: 13%;
  }
  .hero-eyebrow {
    margin-bottom: 20px;
  }
  .hero-journey {
    bottom: 3%;
  }
  .engagement summary {
    gap: 20px;
  }
  .engagement-overview {
    padding-left: 20px;
  }
  .engagement-number {
    font-size: 48px;
  }
  .engagement h3 {
    font-size: 25px;
  }
  .method-list strong {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .nav-descriptor {
    display: none;
  }
  .hero {
    aspect-ratio: auto;
    min-height: 830px;
  }
  .hero-art {
    object-fit: cover;
    object-position: 57% center;
  }
  .hero-content {
    width: 55%;
    padding-top: 125px;
  }
  .hero-name {
    font-size: 76px;
  }
  .hero-tagline {
    font-size: 16px;
    max-width: 340px;
    width: 94%;
  }
  .hero-journey {
    bottom: 35px;
  }
  .engagement summary {
    grid-template-columns: 60px 1fr 1fr 25px;
    gap: 15px;
  }
  .engagement h3 {
    font-size: 22px;
  }
  .engagement-overview {
    font-size: 14px;
  }
  .method-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .method-list li,
  .method-list li + li {
    padding: 22px 18px 22px 0;
    border: 0;
    border-top: 1px solid #77716a;
  }
  .reliability-note {
    gap: 25px;
  }
  .projects-grid {
    grid-template-columns: 1fr;
  }
  .faq-layout {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .navbar {
    padding: 20px 6%;
    min-height: 78px;
  }
  .navbar.scrolled {
    padding: 16px 6%;
  }
  .nav-brand {
    font-size: 20px;
    z-index: 1001;
  }
  .nav-toggle {
    display: block;
    z-index: 1001;
  }
  .nav-links {
    position: absolute;
    top: 100%;
    bottom: auto;
    background: #3b3a38;
    padding: 30px 6%;
    gap: 24px;
    align-items: flex-start;
    box-shadow: 0 12px 20px #0002;
    backdrop-filter: none;
    z-index: 999;
  }
  .nav-links li a {
    font-size: 20px;
  }
  .nav-links li a.nav-contact {
    font-size: 17px;
  }
  .hero {
    padding: 0 6%;
    min-height: 1010px;
  }
  .hero-art {
    top: 390px;
    height: 350px;
    object-fit: cover;
    object-position: right center;
  }
  .hero-content {
    width: 100%;
    padding-top: 125px;
  }
  .hero-eyebrow {
    font-size: 11px;
  }
  .hero-name {
    font-size: clamp(56px, 11vw, 82px);
    max-width: 620px;
  }
  .hero-name em {
    margin-top: 7px;
  }
  .hero-tagline {
    position: relative;
    margin-top: 360px;
    max-width: 540px;
    width: 100%;
    font-size: 17px;
    line-height: 1.65;
  }
  .hero-actions {
    width: auto;
  }
  .hero-actions .button {
    width: auto;
    font-size: 15px;
  }
  .hero-journey {
    position: relative;
    left: 0;
    bottom: auto;
    margin: 40px 0 35px;
  }
  .hero-journey ol {
    gap: 10px;
    flex-wrap: wrap;
  }
  .hero-journey li {
    gap: 10px;
  }
  .hero-journey a {
    font-size: 16px;
  }
  .hero-journey img {
    width: 20px;
  }
  .section {
    padding: 65px 0;
  }
  .container {
    padding: 0 6%;
  }
  .engagements:before {
    width: 60px;
    height: 25px;
    left: calc(50% - 30px);
  }
  .engagements .section-title {
    font-size: 36px;
  }
  .engagement summary {
    grid-template-columns: 45px 1fr 25px;
    padding: 24px 0;
    gap: 16px;
  }
  .engagement-number {
    font-size: 38px;
    padding-right: 10px;
    grid-row: 1/3;
  }
  .engagement h3 {
    max-width: none;
    font-size: 24px;
  }
  .engagement-overview {
    grid-column: 2;
    grid-row: 2;
    border: 0;
    padding: 0;
    font-size: 15px;
  }
  .engagement-arrow {
    grid-column: 3;
    grid-row: 1;
    width: 25px;
  }
  .engagement-detail {
    margin: 0 0 25px 61px;
    font-size: 16px;
  }
  .timeline {
    grid-template-columns: 1fr;
  }
  .method-list {
    grid-template-columns: 1fr 1fr;
  }
  .reliability-note {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .section-title {
    font-size: 36px;
  }
  .faq-layout {
    grid-template-columns: 1fr;
  }
  .contact-form {
    grid-template-columns: 1fr;
  }
  .contact-engagement__choices {
    grid-template-columns: 1fr;
  }
  .contact-form .contact-engagement__choice {
    padding: 18px 52px 18px 18px;
    gap: 6px;
  }
  .contact-engagement__number {
    display: none;
  }
  .contact-engagement__title {
    max-width: none;
    font-size: 16px;
  }
  .contact-form__actions {
    align-items: flex-start;
  }
  .contact-cta {
    width: auto;
  }
  .contact-social {
    margin-top: 30px;
  }
  .contact-actions {
    align-items: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .hero-art {
    transform: none !important;
  }
}

.hero-booking {
  font-size: 13px;
  color: var(--ivory);
  text-underline-offset: 5px;
  white-space: nowrap;
}
.hero-actions {
  flex-wrap: wrap;
}
.hero-booking:hover {
  color: var(--stone);
}
@font-face {
  font-family: Inter;
  src: url("../fonts/inter-thin-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 100;
  font-display: swap;
}
.hero-name em {
  font-style: italic;
  font-size: 0.95em;
  line-height: 1.03;
}
.engagement-number {
  font-style: italic;
}
.faq-item[open] summary:after {
  content: none;
}
@media (min-width: 901px) {
  .hero-content {
    padding-top: 13.9%;
  }
  .hero-name {
    font-size: clamp(60px, 8.9vw, 128px);
  }
  .hero-name em {
    font-size: 0.85em;
  }
  .hero-tagline {
    width: 320px;
    max-width: 80%;
    font-size: clamp(17px, 1.52vw, 22px);
    line-height: 1.65;
    margin-top: 28px;
  }
  .hero-actions {
    gap: 14px;
  }
  .hero-booking {
    font-size: 12px;
  }
  .hero-journey a {
    font-size: clamp(16px, 1.65vw, 24px);
  }
  .engagements {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .engagements .section-title {
    margin-bottom: 20px;
  }
  .engagement summary {
    padding: 20px 0;
    grid-template-columns: 14% 34% 1fr 35px;
  }
  .engagement h3 {
    max-width: 250px;
  }
  .engagement-overview {
    font-size: 15px;
    max-width: 295px;
  }
  .engagement-number {
    font-size: 56px;
  }
  .hero-journey {
    bottom: 4%;
  }
}
