@font-face {
  font-family: Manrope;
  src: url("assets/manrope-variable.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --paper: #faf9f6;
  --ink: #20201e;
  --muted: #75736c;
  --line: #d7d5ce;
  --accent: #ad472c;
  --surface: #edeae4;
  --ease: cubic-bezier(0.22, 0.68, 0, 1);
  --gutter: clamp(24px, 5vw, 88px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    400 16px/1.7 Manrope,
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
body:has(dialog[open]) {
  overflow: hidden;
}
::selection {
  background: #d9c9b9;
  color: var(--ink);
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  border: 0;
  background: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-weight: 300;
  line-height: 1.07;
  letter-spacing: -0.06em;
}
h2 {
  font-size: clamp(44px, 5.4vw, 84px);
}
h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.025em;
}
p {
  max-width: 65ch;
}
a,
button,
summary {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 6px;
}
button:disabled {
  cursor: default;
  opacity: 0.55;
}
[hidden] {
  display: none !important;
}
.js-only {
  display: none !important;
}
.js .js-only {
  display: inline-flex !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  padding: 14px 24px;
  background: var(--ink);
  color: var(--paper);
  z-index: 100;
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: none;
}
.section-shell {
  width: 100%;
  max-width: 1680px;
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.soft,
.title-soft {
  color: var(--muted);
}
.soft-light {
  color: #a8a59d;
}
.eyebrow,
.section-note {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.13em;
}
.section-note {
  color: var(--muted);
  text-align: right;
}
.section-top {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  margin-bottom: 45px;
}
.text-link,
.plain-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 44px;
  font-size: 13px;
  padding: 6px 0;
}
.text-link {
  border-bottom: 1px solid currentColor;
}
.text-link span,
.plain-link span,
.pill-link span {
  font-size: 20px;
  line-height: 1;
  transition: transform 0.25s var(--ease);
}
.text-link:hover span,
.plain-link:hover span,
.pill-link:hover span {
  transform: translate(3px, -3px);
}
.text-link:hover,
.plain-link:hover {
  color: var(--accent);
}
.pill-link {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid #a79c88;
  border-radius: 50px;
  font-size: 12px;
  line-height: 1.4;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
}
.pill-link:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}
/* A precise masthead, followed by an offset photographic opening. */
.site-header {
  height: 124px;
  padding: 22px var(--gutter);
  display: flex;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid var(--ink);
}
.wordmark {
  font-size: 37px;
  font-weight: 750;
  line-height: 0.84;
  letter-spacing: -0.08em;
  display: flex;
  flex-direction: column;
  min-width: 100px;
  padding: 8px 0;
}
.brand-slash {
  font-weight: 400;
  margin-left: 2px;
}
.brand-point,
.footer-wordmark > span {
  color: var(--accent);
}
.brand-description {
  font-size: 9px;
  letter-spacing: 0.12em;
  line-height: 1.7;
}
.desktop-nav {
  display: flex;
  gap: 32px;
  margin-left: auto;
  font-size: 13px;
}
.desktop-nav a {
  padding-block: 12px;
}
.desktop-nav a:hover {
  color: var(--accent);
}
.motion-switch {
  gap: 9px;
  align-items: center;
  font-size: 10px;
  min-height: 44px;
  margin-left: 18px;
  padding: 0;
}
.motion-icon {
  display: flex;
  gap: 3px;
  align-items: center;
  height: 20px;
}
.motion-icon i {
  height: 14px;
  width: 1px;
  background: currentColor;
}
.motion-icon i:nth-child(2) {
  height: 20px;
}
.motion-switch[aria-pressed="false"] .motion-icon i {
  height: 2px;
}
.menu-toggle {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 44px;
  height: 44px;
}
.menu-toggle span {
  width: 23px;
  height: 1px;
  background: var(--ink);
}
.js .site-header .menu-toggle {
  display: none !important;
}
.hero {
  position: relative;
  min-height: 790px;
  padding-top: 60px;
}
.hero-photo {
  position: absolute;
  top: 0;
  right: 0;
  left: 18%;
  height: 710px;
  background: #080909;
  overflow: hidden;
}
.hero-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.photo-index {
  position: absolute;
  bottom: 26px;
  right: var(--gutter);
  color: #eeeae1;
  display: flex;
  gap: 35px;
  font-size: 9px;
  letter-spacing: 0.12em;
}
.hero-sheet {
  position: relative;
  margin-left: var(--gutter);
  padding: 55px 54px 52px;
  width: 580px;
  background: var(--paper);
}
.small-dash {
  display: inline-block;
  width: 24px;
  height: 1px;
  vertical-align: middle;
  background: var(--accent);
  margin-right: 12px;
}
.hero h1 {
  font-size: 70px;
  margin: 35px 0 36px;
  line-height: 1.035;
  letter-spacing: -0.065em;
}
.line-mask {
  display: block;
  overflow: hidden;
  padding-bottom: 0.08em;
  margin-bottom: -0.08em;
}
.line-mask > span {
  display: block;
}
.hero-rule {
  width: 100px;
  height: 1px;
  background: var(--ink);
  margin-bottom: 28px;
}
.hero-description {
  font-size: 14px;
  line-height: 1.9;
  max-width: 380px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 28px;
}
.hero-actions .plain-link {
  font-size: 11px;
  gap: 14px;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 72px var(--gutter) 0;
  font-size: 10px;
  letter-spacing: 0.12em;
  gap: 25px;
}
.hero-bottom a {
  display: flex;
  gap: 38px;
  align-items: center;
  min-height: 44px;
  letter-spacing: 0;
  font-size: 12px;
}
.hero-bottom a span {
  font-size: 23px;
}
/* Editorial story, with intentionally quiet space around the statement. */
.statement {
  padding-top: 135px;
  padding-bottom: 150px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px 65px;
}
.statement > .eyebrow {
  padding-top: 12px;
}
.statement-heading {
  font-size: clamp(48px, 5.6vw, 84px);
}
.statement-bottom {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  margin-top: 10px;
  align-items: start;
}
.symbol-mark {
  font-size: 73px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.09em;
}
.symbol-mark > span {
  color: var(--accent);
}
.statement-bottom p {
  font-size: 14px;
  color: #57554e;
  margin-bottom: 18px;
}
.statement-bottom .text-link {
  margin-top: 7px;
}
.work-section {
  padding-top: 50px;
  padding-bottom: 120px;
}
.work-section > .section-top {
  border-top: 1px solid var(--line);
  padding-top: 27px;
}
.work-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 55px;
  margin-bottom: 55px;
}
.work-heading > p {
  max-width: 280px;
  font-size: 14px;
  color: #5e5c55;
  padding-bottom: 6px;
}
.work-filters {
  gap: 28px;
  border-bottom: 1px solid var(--line);
  width: 100%;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.work-filters button {
  position: relative;
  padding: 15px 0;
  font-size: 12px;
  min-height: 48px;
  color: var(--muted);
}
.work-filters button[aria-pressed="true"] {
  color: var(--ink);
}
.work-filters button[aria-pressed="true"]:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--ink);
}
.work-filters sup {
  font-size: 9px;
  margin-left: 8px;
}
.projects-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 36px 8vw;
  align-items: start;
}
.project {
  display: block;
  min-width: 0;
}
.project-offset {
  margin-top: 155px;
}
.projects-grid.is-filtered {
  gap: 60px;
}
.projects-grid.is-filtered .project {
  margin-top: 0;
}
.project-photo {
  position: relative;
  aspect-ratio: 1.08;
  overflow: hidden;
  background: #e9e5dd;
}
.project-photo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.8s var(--ease);
}
.project-kind {
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #414039;
}
.project-open {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--paper);
  font-size: 22px;
}
.project-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 98px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--ink);
  color: var(--paper);
  border-radius: 50%;
  font-size: 10px;
  letter-spacing: 0.07em;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.75);
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.25s var(--ease);
}
.project-caption {
  padding-top: 20px;
}
.project-caption h3 {
  font-size: 18px;
  font-weight: 400;
}
.project-caption > span {
  display: block;
  color: #68655e;
  font-size: 12px;
  margin-top: 5px;
}
.production-photo {
  background: #252725;
}
.production-photo > img {
  object-fit: cover;
  filter: saturate(0.55);
}
.production-photo .project-kind {
  color: white;
  text-shadow: 0 1px 4px #000;
}
.work-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding: 60px 0 26px;
  margin-top: 30px;
}
.work-bottom > p {
  font-size: 11px;
  color: #68655e;
}
/* The dark manufacturing interlude gives the page a change of pace. */
.craft-section {
  background: var(--ink);
  color: var(--paper);
  padding: 115px 0 100px;
}
.craft-intro > .eyebrow {
  margin-bottom: 45px;
  color: #c8c4ba;
}
.craft-intro h2 {
  font-size: clamp(48px, 6.3vw, 98px);
}
.craft-intro-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15%;
  padding: 50px 0 65px;
  margin-left: 25%;
  font-size: 14px;
  color: #c6c3ba;
}
.craft-media {
  width: calc(100% - var(--gutter) * 2);
  max-width: 1504px;
  margin: auto;
  position: relative;
  overflow: hidden;
  aspect-ratio: 2.55;
  background: #151614;
}
.craft-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.4) brightness(0.82);
}
.craft-media > span {
  position: absolute;
  left: 28px;
  bottom: 25px;
  font-size: 10px;
  letter-spacing: 0.15em;
  background: #20201e;
  padding: 6px 12px;
}
.material-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 40px;
  justify-content: space-between;
  padding-block: 32px 72px;
  font-size: 11px;
  color: #c6c3ba;
}
.craft-services details {
  border-top: 1px solid #55554d;
  padding: 0;
}
.craft-services details:last-child {
  border-bottom: 1px solid #55554d;
}
.craft-services summary {
  list-style: none;
  display: flex;
  gap: 7%;
  align-items: center;
  cursor: pointer;
  padding: 30px 0;
  font-size: clamp(20px, 2.6vw, 37px);
  font-weight: 300;
  letter-spacing: -0.04em;
}
.craft-services summary::-webkit-details-marker {
  display: none;
}
.service-index {
  font-size: 11px;
  letter-spacing: 0.05em;
  min-width: 28px;
  color: #b2afa6;
}
.detail-toggle {
  margin-left: auto;
  font-size: 30px;
  font-weight: 300;
}
.craft-services details[open] .detail-toggle {
  transform: rotate(45deg);
}
.craft-services details > p {
  font-size: 14px;
  color: #c6c3ba;
  max-width: 560px;
  margin: 0 10% 32px;
  line-height: 1.9;
}
.form-study {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 9%;
  padding-block: 140px;
  align-items: center;
}
.study-copy h2 {
  margin: 35px 0;
}
.study-copy > p:not(.eyebrow) {
  font-size: 14px;
  color: #57554e;
  max-width: 350px;
}
.study-copy .study-note {
  font-size: 11px !important;
  color: #6c685f !important;
  margin-top: 24px;
  max-width: 330px !important;
}
.study-scene {
  height: 630px;
  position: relative;
  background: #e9e4da;
  overflow: hidden;
  isolation: isolate;
}
.study-controls {
  position: absolute;
  bottom: 28px;
  left: 30px;
  right: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.study-controls > span {
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.study-controls small {
  font-size: 8px;
  color: #625c50;
}
.scene-motion {
  gap: 10px;
  align-items: center;
  font-size: 11px;
  border-bottom: 1px solid #aaa08e;
  min-height: 44px;
  padding: 4px 0;
}
.scene-motion > span:first-child {
  font-size: 26px;
}
.scene-motion[aria-pressed="true"] {
  color: var(--accent);
}
/* Layered CSS geometry: an illustrative object, never a claimed finished product. */
.sculpture-stage {
  position: absolute;
  inset: 0 0 65px;
  perspective: 1000px;
  display: grid;
  place-items: center;
}
.sculpture {
  width: 250px;
  height: 340px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(-9deg) rotateY(-22deg);
  transition: transform 0.65s var(--ease);
}
.acrylic-panel {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  border: 1px solid #ffffffe0;
  border-right: 5px solid #c5bdaa;
  border-bottom: 4px solid #a69d89;
  box-shadow:
    inset 2px 1px 3px #fff9,
    inset -2px -2px 9px #a3988180,
    12px 24px 40px #6c5b3225;
  background: linear-gradient(
    115deg,
    #ffffff65 0%,
    #fffcf426 26%,
    #f6f3e730 49%,
    #ffffff96 50%,
    #ffffff30 51%,
    #ad9e791c 100%
  );
  border-radius: 110px 110px 2px 2px;
}
.panel-back {
  transform: translateZ(-27px) translateX(23px) translateY(-15px);
  opacity: 0.65;
}
.panel-front {
  transform: translateZ(12px);
}
.award-ring {
  position: absolute;
  width: 226px;
  height: 226px;
  border-radius: 50%;
  top: 12px;
  left: 12px;
  transform: translateZ(-5px);
  border: 35px solid transparent;
  background: linear-gradient(
      135deg,
      #e8cd95,
      #96703a 22%,
      #ead5a9 42%,
      #fcf1d3 49%,
      #947042 68%,
      #d8b473
    )
    border-box;
  mask:
    linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  box-shadow:
    inset 2px 2px 3px #fff,
    2px 4px 5px #5f4b34;
}
.ring-back {
  transform: translateZ(-14px) translateX(6px);
  background: linear-gradient(120deg, #6c512b, #c5a370, #73512b) border-box;
}
.engraving {
  position: absolute;
  inset: 65px 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #4f4430;
  gap: 17px;
  text-shadow: 0 1px #ffffff9c;
}
.engraving-mark {
  font-size: 53px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.08em;
}
.engraving > span:nth-child(2) {
  font-size: 8px;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
.engraving-rule {
  width: 30px;
  height: 1px;
  background: #958164;
  margin-top: 9px;
}
.engraving > span:last-child {
  font-size: 7px;
  letter-spacing: 0.15em;
}
.panel-glint {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    118deg,
    transparent 45%,
    #fff6 49%,
    transparent 52%
  );
  pointer-events: none;
}
.pedestal {
  position: absolute;
  bottom: -29px;
  left: -30px;
  width: 310px;
  height: 35px;
  transform: translateZ(14px);
  background: linear-gradient(
    180deg,
    #ede4d4 0%,
    #c1b196 12%,
    #9e8b6b 13%,
    #c9bda8 65%,
    #b4a58d 95%,
    #e2d8c5 100%
  );
  border: 1px solid #d9c8aa;
  box-shadow: 15px 28px 28px #64533c30;
}
.pedestal-back {
  transform: translateZ(-25px) translateY(-14px);
  background: #e2d8c5;
  height: 48px;
}
.study-scene.is-rotating .sculpture {
  animation: sculpture-turn 9s ease-in-out infinite;
}
.study-scene.is-idle .sculpture {
  animation-play-state: paused;
}
@keyframes sculpture-turn {
  0%,
  100% {
    transform: rotateX(-9deg) rotateY(-25deg);
  }
  50% {
    transform: rotateX(-5deg) rotateY(24deg);
  }
}
.process-section {
  padding-bottom: 130px;
}
.process-section > .section-top {
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.process-steps {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  margin: 70px 0 0;
}
.process-steps li {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.process-steps li > span {
  font-size: 11px;
  color: var(--accent);
}
.process-steps h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 28px 0 15px;
}
.process-steps p {
  font-size: 13px;
  line-height: 1.9;
  color: #646159;
}
.contact-section {
  padding-block: 75px 70px;
  border-top: 1px solid var(--line);
}
.contact-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  font-size: clamp(52px, 8vw, 122px);
  margin-block: 70px 55px;
  line-height: 1.02;
}
.contact-title .contact-arrow {
  font-size: 1.25em;
  font-weight: 200;
  transition: transform 0.5s var(--ease);
  color: var(--accent);
}
.contact-title:hover .contact-arrow {
  transform: translate(8px, -8px);
}
.contact-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 50px;
  align-items: end;
  font-size: 13px;
}
.contact-bottom > div {
  display: flex;
  flex-direction: column;
  font-size: 17px;
  line-height: 2;
}
.contact-bottom > div a:hover {
  color: var(--accent);
}
.site-footer {
  border-top: 1px solid var(--line);
  padding-block: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer-wordmark {
  font-size: 31px;
  font-weight: 650;
  letter-spacing: -0.075em;
}
.site-footer p {
  font-size: 11px;
  color: var(--muted);
}
.site-footer .text-link {
  border: 0;
  font-size: 11px;
}
/* Native modal semantics provide focus containment and Escape handling. */
dialog {
  color: var(--ink);
  background: var(--paper);
  border: 0;
  padding: 0;
  max-height: 90dvh;
  overscroll-behavior: contain;
}
dialog::backdrop {
  background: #131411b8;
  backdrop-filter: blur(6px);
}
.close-button {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
}
.close-button:hover {
  background: var(--ink);
  color: var(--paper);
}
.project-dialog {
  width: calc(100% - 80px);
  max-width: 1240px;
}
.project-dialog[open] {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
}
.project-detail-image {
  background: #e9e5dd;
  min-height: 600px;
  display: grid;
  place-items: center;
}
.project-detail-image img {
  width: 100%;
  height: 100%;
  max-height: 80dvh;
  object-fit: contain;
}
.project-detail-copy {
  padding: 65px 45px 35px;
}
.project-detail-copy h2 {
  font-size: 43px;
  margin: 28px 0 24px;
}
.project-detail-copy > p:not(.eyebrow) {
  font-size: 13px;
  color: #57554e;
}
.project-detail-copy dl {
  margin: 25px 0;
  border-block: 1px solid var(--line);
  padding: 14px 0;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 8px;
  font-size: 11px;
}
.project-detail-copy dt {
  color: var(--muted);
}
.project-detail-copy dd {
  margin: 0;
}
.detail-image-controls {
  margin-bottom: 25px;
}
.detail-image-controls p {
  font-size: 11px;
  color: #625e56;
  margin-top: 12px;
}
.original-toggle {
  font-size: 11px;
}
.project-detail-copy .pill-link {
  width: 100%;
}
.next-project {
  width: 100%;
  font-size: 11px;
  margin-top: 24px;
  border-bottom: 0;
}
.brief-dialog {
  width: calc(100% - 40px);
  max-width: 640px;
  padding: 52px 48px 35px;
}
.brief-dialog h2 {
  font-size: 42px;
  margin: 30px 0 22px;
}
.brief-intro {
  font-size: 13px;
  color: #625e56;
  margin-bottom: 25px;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
label {
  display: block;
  font-size: 12px;
  margin: 16px 0 7px;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 10px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #aaa69b;
  border-radius: 0;
  font-size: 16px;
  min-height: 44px;
}
textarea {
  resize: vertical;
}
input:focus,
textarea:focus,
select:focus {
  border-bottom-color: var(--accent);
}
#brief-form .pill-link {
  margin-top: 26px;
  width: 100%;
}
.form-status {
  font-size: 11px;
  line-height: 1.8;
  color: #625e56;
  margin-top: 17px;
}
.brief-phone {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 12px;
}
.menu-dialog {
  width: 100%;
  max-width: none;
  max-height: none;
  height: 100dvh;
  padding: 30px var(--gutter);
}
.menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10vh;
}
.menu-top .close-button {
  position: static;
}
.menu-dialog nav {
  display: flex;
  flex-direction: column;
}
.menu-dialog nav a {
  font-size: clamp(30px, 6vw, 70px);
  font-weight: 300;
  letter-spacing: -0.05em;
  display: flex;
  align-items: center;
  gap: 22px;
  border-top: 1px solid var(--line);
  padding: 18px 0;
}
.menu-dialog nav sup {
  font-size: 10px;
  letter-spacing: 0;
}
.menu-dialog nav span {
  margin-left: auto;
  font-size: 0.7em;
}
.menu-email {
  display: inline-block;
  font-size: 14px;
  margin-top: 40px;
  padding-block: 12px;
}
.scroll-progress {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 20;
  pointer-events: none;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
}
@media (hover: hover) and (pointer: fine) {
  html[data-motion="on"] .project:hover img {
    transform: scale(1.035);
  }
  html[data-motion="on"] .project:hover .project-hover {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@media (min-width: 1600px) {
  .hero-sheet {
    width: 655px;
    padding: 65px;
  }
  .hero h1 {
    font-size: 78px;
  }
  .hero-photo {
    height: 770px;
  }
  .hero {
    min-height: 860px;
  }
}
@media (max-width: 1150px) {
  .brand-description {
    display: none;
  }
  .site-header {
    gap: 24px;
  }
  .desktop-nav {
    gap: 24px;
  }
  .motion-switch {
    margin-left: 0;
  }
  .hero-sheet {
    width: 510px;
    padding: 45px;
  }
  .hero h1 {
    font-size: 62px;
  }
  .hero-photo {
    left: 15%;
    height: 665px;
  }
  .hero {
    min-height: 755px;
  }
  .hero-actions {
    gap: 17px;
    flex-wrap: wrap;
  }
  .hero-bottom {
    margin-top: 60px;
  }
  .statement {
    grid-template-columns: 1fr 2.5fr;
    gap: 45px;
  }
  .statement-bottom {
    gap: 35px;
  }
  .projects-grid {
    gap: 35px 6vw;
  }
  .study-scene {
    height: 575px;
  }
  .study-controls {
    left: 20px;
    right: 20px;
    flex-wrap: wrap;
  }
  .project-dialog {
    width: calc(100% - 40px);
  }
  .project-detail-copy {
    padding: 70px 28px 30px;
  }
  .project-detail-copy h2 {
    font-size: 36px;
  }
  .contact-bottom {
    gap: 30px;
  }
}
@media (max-width: 850px) {
  .site-header {
    height: 100px;
  }
  .wordmark {
    font-size: 32px;
    min-width: 85px;
  }
  .js .desktop-nav {
    display: none;
  }
  .desktop-nav {
    gap: 15px;
    flex-wrap: wrap;
    font-size: 11px;
  }
  .js .site-header .menu-toggle {
    display: inline-flex !important;
  }
  .motion-switch {
    margin-left: auto;
  }
  .hero {
    padding-top: 44px;
    min-height: 690px;
  }
  .hero-sheet {
    width: 440px;
    padding: 38px 32px;
  }
  .hero h1 {
    font-size: 56px;
  }
  .hero-photo {
    left: 25%;
    height: 615px;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-actions {
    gap: 15px;
  }
  .hero-actions .pill-link {
    font-size: 11px;
    gap: 18px;
  }
  .hero-bottom {
    margin-top: 58px;
  }
  .statement {
    padding-block: 90px;
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .statement-heading {
    font-size: clamp(48px, 8vw, 68px);
    margin-left: 15%;
  }
  .statement-bottom {
    grid-column: auto;
    margin-left: 15%;
    grid-template-columns: 1fr 2.4fr;
  }
  .symbol-mark {
    font-size: 60px;
  }
  .work-heading {
    gap: 30px;
  }
  .work-heading > p {
    max-width: 220px;
    font-size: 13px;
  }
  .project-offset {
    margin-top: 100px;
  }
  .project-kind {
    top: 17px;
    left: 17px;
  }
  .project-caption h3 {
    font-size: 16px;
  }
  .work-section {
    padding-bottom: 85px;
  }
  .craft-section {
    padding-block: 85px;
  }
  .craft-intro-bottom {
    margin-left: 0;
    gap: 12%;
    padding-block: 35px 45px;
  }
  .material-list {
    padding-bottom: 50px;
    justify-content: flex-start;
    gap: 18px 30px;
  }
  .form-study {
    gap: 7%;
    padding-block: 90px;
  }
  .study-scene {
    height: 520px;
  }
  .sculpture {
    scale: 0.78;
  }
  .study-controls {
    bottom: 20px;
  }
  .study-controls > span {
    font-size: 9px;
  }
  .study-controls small {
    font-size: 7px;
  }
  .process-steps {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .process-section {
    padding-bottom: 80px;
  }
  .section-note {
    font-size: 9px;
  }
  .contact-title {
    font-size: 8.4vw;
    margin-block: 50px;
  }
  .contact-bottom {
    grid-template-columns: 1fr 1fr;
    font-size: 12px;
  }
  .contact-bottom > div {
    font-size: 15px;
  }
  .contact-bottom > .text-link {
    grid-column: 2;
    justify-self: start;
  }
  .project-dialog[open] {
    grid-template-columns: 1fr;
  }
  .project-detail-image {
    min-height: 0;
    height: 40dvh;
  }
  .project-detail-image img {
    height: 100%;
  }
  .project-detail-copy {
    padding: 32px;
  }
  .project-detail-copy h2 {
    max-width: 450px;
  }
  .project-detail-copy dl {
    max-width: 500px;
  }
}
@media (max-width: 600px) {
  :root {
    --gutter: 22px;
  }
  .site-header {
    height: 89px;
    gap: 14px;
    padding-block: 15px;
  }
  .wordmark {
    font-size: 29px;
    min-width: 75px;
  }
  .motion-switch {
    font-size: 9px;
    gap: 8px;
  }
  .motion-icon i {
    height: 10px;
  }
  .motion-icon i:nth-child(2) {
    height: 16px;
  }
  .hero {
    padding-top: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .hero-sheet {
    margin: 0;
    width: 100%;
    padding: 38px var(--gutter) 36px;
    order: 0;
  }
  .hero .eyebrow {
    font-size: 9px;
  }
  .hero h1 {
    font-size: clamp(47px, 12.5vw, 73px);
    margin: 27px 0 28px;
    letter-spacing: -0.06em;
  }
  .hero-rule {
    width: 72px;
    margin-bottom: 23px;
  }
  .hero-description {
    font-size: 14px;
    max-width: 355px;
  }
  .hero-actions {
    margin-top: 25px;
    gap: 16px;
    flex-wrap: wrap;
  }
  .hero-actions .pill-link {
    font-size: 12px;
    gap: 24px;
  }
  .hero-actions .plain-link {
    font-size: 11px;
  }
  .hero-photo {
    position: relative;
    inset: auto;
    width: calc(100% - var(--gutter));
    height: auto;
    aspect-ratio: 1.24;
    align-self: flex-end;
    order: 1;
  }
  .hero-photo > img {
    object-position: right;
  }
  .photo-index {
    font-size: 8px;
    bottom: 18px;
    right: 18px;
    gap: 16px;
  }
  .hero-bottom {
    order: 2;
    margin: 15px var(--gutter) 0;
  }
  .hero-bottom > span {
    font-size: 8px;
    letter-spacing: 0.04em;
  }
  .hero-bottom a {
    font-size: 10px;
    gap: 15px;
  }
  .hero-bottom a span {
    font-size: 20px;
  }
  .statement {
    padding-block: 80px;
    gap: 32px;
  }
  .statement-heading {
    margin-left: 0;
    font-size: clamp(40px, 10.5vw, 62px);
    letter-spacing: -0.065em;
  }
  .statement-bottom {
    margin-left: 0;
    grid-template-columns: 70px 1fr;
    gap: 20px;
    margin-top: 0;
  }
  .symbol-mark {
    font-size: 42px;
  }
  .statement-bottom p {
    font-size: 13px;
  }
  .statement-bottom .text-link {
    font-size: 11px;
    gap: 20px;
  }
  .eyebrow {
    font-size: 9px;
  }
  .section-note {
    display: none;
  }
  .work-section {
    padding-top: 10px;
    padding-bottom: 70px;
  }
  .section-top {
    margin-bottom: 32px;
  }
  .work-heading {
    display: block;
    margin-bottom: 25px;
  }
  .work-heading h2 {
    font-size: 45px;
  }
  .work-heading > p {
    margin-top: 25px;
    max-width: 300px;
    font-size: 13px;
  }
  .work-filters {
    gap: 20px;
    margin-bottom: 30px;
  }
  .work-filters button {
    font-size: 11px;
  }
  .work-filters sup {
    margin-left: 3px;
    font-size: 8px;
  }
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .project-offset {
    margin-top: 0;
  }
  .project-photo {
    aspect-ratio: 1.1;
  }
  .project-caption {
    padding-top: 16px;
  }
  .project-caption h3 {
    font-size: 18px;
  }
  .project-caption > span {
    font-size: 11px;
  }
  .work-bottom {
    margin-top: 5px;
    padding: 32px 0 22px;
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }
  .work-bottom > p {
    font-size: 10px;
  }
  .work-bottom .text-link {
    font-size: 12px;
  }
  .craft-section {
    padding-block: 65px 55px;
  }
  .craft-intro > .eyebrow {
    margin-bottom: 30px;
  }
  .craft-intro h2 {
    font-size: clamp(40px, 10.5vw, 62px);
  }
  .craft-intro-bottom {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-block: 30px 38px;
    font-size: 13px;
  }
  .craft-media {
    width: 100%;
    aspect-ratio: 1.45;
  }
  .craft-media > span {
    left: 22px;
    bottom: 18px;
    font-size: 8px;
  }
  .material-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 16px;
    padding-block: 26px 42px;
    font-size: 10px;
  }
  .craft-services summary {
    font-size: 20px;
    gap: 17px;
    padding-block: 24px;
    line-height: 1.4;
    letter-spacing: -0.035em;
  }
  .service-index {
    min-width: 20px;
    font-size: 9px;
  }
  .detail-toggle {
    font-size: 24px;
  }
  .craft-services details > p {
    margin: 0 0 25px 37px;
    font-size: 13px;
  }
  .form-study {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-block: 70px;
  }
  .study-copy h2 {
    font-size: 57px;
    margin-block: 28px;
  }
  .study-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .study-copy .study-note {
    font-size: 11px !important;
  }
  .study-scene {
    height: 500px;
  }
  .sculpture {
    scale: 0.8;
  }
  .study-controls {
    flex-wrap: nowrap;
  }
  .process-section {
    padding-bottom: 65px;
  }
  .process-section h2 {
    font-size: 40px;
  }
  .process-steps {
    gap: 30px 22px;
    margin-top: 38px;
  }
  .process-steps h3 {
    font-size: 18px;
    margin: 20px 0 12px;
  }
  .process-steps p {
    font-size: 12px;
    line-height: 1.8;
  }
  .contact-section {
    padding-block: 45px;
  }
  .contact-title {
    font-size: clamp(36px, 9.2vw, 55px);
    gap: 8px;
    margin-block: 40px 35px;
  }
  .contact-title .contact-arrow {
    align-self: start;
    font-size: 1.15em;
  }
  .contact-bottom {
    gap: 25px;
    grid-template-columns: 1fr;
  }
  .contact-bottom > div {
    font-size: 17px;
  }
  .contact-bottom > .text-link {
    grid-column: 1;
    justify-self: start;
  }
  .site-footer {
    flex-wrap: wrap;
    padding-block: 25px;
  }
  .footer-wordmark {
    font-size: 26px;
  }
  .site-footer p {
    order: 3;
    width: 100%;
    font-size: 10px;
  }
  .brief-dialog {
    padding: 62px 25px 25px;
    width: calc(100% - 24px);
    max-height: 94dvh;
  }
  .brief-dialog h2 {
    font-size: 34px;
    margin-top: 20px;
  }
  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .brief-phone {
    font-size: 11px;
  }
  .close-button {
    right: 15px;
    top: 15px;
  }
  .project-dialog {
    width: calc(100% - 24px);
    max-height: 94dvh;
  }
  .project-detail-image {
    height: 33dvh;
  }
  .project-detail-copy {
    padding: 28px 23px;
  }
  .project-detail-copy h2 {
    font-size: 34px;
  }
  .project-detail-copy dl {
    grid-template-columns: 1fr 1.3fr;
  }
  .menu-dialog {
    padding-top: 22px;
  }
  .menu-top {
    margin-bottom: 9vh;
  }
  .menu-dialog nav a {
    font-size: 34px;
    gap: 17px;
  }
  .menu-dialog nav sup {
    font-size: 9px;
  }
}
@media (max-width: 360px) {
  .hero-actions {
    gap: 8px;
  }
  .hero-actions .pill-link {
    font-size: 11px;
    gap: 16px;
    padding-inline: 15px;
  }
  .hero-actions .plain-link {
    font-size: 10px;
    gap: 8px;
  }
  .work-filters {
    gap: 15px;
  }
  .work-filters button {
    font-size: 10px;
  }
  .statement-bottom {
    grid-template-columns: 1fr;
  }
  .symbol-mark {
    display: none;
  }
  .study-scene {
    height: 450px;
  }
  .sculpture {
    scale: 0.7;
  }
  .study-controls {
    gap: 8px;
  }
  .scene-motion {
    font-size: 10px;
  }
  .contact-title {
    font-size: 9vw;
  }
  .process-steps {
    grid-template-columns: 1fr;
  }
  .process-steps p {
    font-size: 13px;
  }
  .menu-dialog nav a {
    font-size: 30px;
  }
}
/* Final optical and accessibility pass: full photographs, readable word spacing. */
h1,
h2 {
  word-spacing: 0.025em;
}
h2,
h3 {
  text-wrap: balance;
}
section[id] {
  scroll-margin-top: 24px;
}
.project-photo {
  aspect-ratio: 1.5;
}
.project-photo > img {
  object-fit: cover;
}
.hero h1,
.statement-heading {
  letter-spacing: -0.05em;
}
.section-shell,
.site-header {
  padding-left: max(var(--gutter), env(safe-area-inset-left));
  padding-right: max(var(--gutter), env(safe-area-inset-right));
}
.site-footer {
  padding-bottom: max(25px, env(safe-area-inset-bottom));
}
.work-filters button:hover,
.scene-motion:hover,
.motion-switch:hover {
  color: var(--accent);
}
.project:focus-visible .project-open {
  background: var(--ink);
  color: var(--paper);
}
select {
  background-color: var(--paper);
  color: var(--ink);
}
html:not(.js) .site-header {
  height: auto;
  min-height: 89px;
}
html[data-motion="off"] *,
html[data-motion="off"] *::before,
html[data-motion="off"] *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}
html[data-motion="off"] .project-hover {
  display: none;
}
html[data-motion="off"] [data-parallax] > img {
  transform: none !important;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  [data-parallax] > img {
    transform: none !important;
  }
  .project-hover {
    display: none;
  }
  .sculpture {
    transform: rotateX(-9deg) rotateY(-22deg) !important;
  }
}
