/* Fluid sculpture, editorial typography and a quiet graph-paper grid. */
.hero.hero--field {
  --field-line: #17201812;
  min-height: clamp(740px, calc(100svh - var(--header-height)), 960px);
  padding: 0;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 72px;
  background: var(--paper);
  color: var(--ink);
  border-bottom: 1px solid #17201824;
}
.hero--field .hero-grid {
  z-index: -1;
  background-image: linear-gradient(var(--field-line) 1px, transparent 1px), linear-gradient(90deg, var(--field-line) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: none;
  opacity: .6;
}
.hero--field .hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 62px var(--gutter) 44px;
  min-width: 0;
}
.hero--field h1 {
  font-size: clamp(52px, 5.12vw, 80px);
  line-height: 1.05;
  letter-spacing: -.075em;
  margin: 0 0 29px;
  font-weight: 400;
}
.hero--field .serif-word { color: var(--ink); }
.hero--field .hero-description {
  color: #62685e;
  font-size: 14.8px;
  max-width: 370px;
  line-height: 1.6;
  letter-spacing: -.025em;
  margin: 0 0 30px;
}
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero-work-button { background: var(--ink); color: var(--paper); border-radius: 2px; }
.hero-work-button .button-arrow { border-color: #ffffff36; color: var(--lime); }
.hero-work-button:hover { background: #32392c; }
.hero-work-button:hover .button-arrow { background: var(--lime); color: var(--ink); }
.hero-contact { font-size: 14px; white-space: nowrap; padding: 16px 0; display: flex; gap: 10px; }
.hero-contact span { transition: transform .25s; }
.hero-contact:hover span { transform: translate(3px, -3px); }
.wordmark .mark { display: inline-flex; flex: 0 0 auto; }
.wordmark .mark svg { display: block; width: 1em; height: 1em; }
.hero--field a:focus-visible,.hero--field button:focus-visible { outline-color: var(--blue); }
.field-stage {
  display: grid;
  grid-template-rows: minmax(0, 1fr) 76px;
  position: relative;
  min-width: 0;
  min-height: 620px;
  margin: 0;
  border-left: 1px solid #17201824;
  isolation: isolate;
  overflow: hidden;
  background: #f4f3ed;
  background-image: linear-gradient(#17201808 1px, transparent 1px), linear-gradient(90deg, #17201808 1px, transparent 1px);
  background-size: 64px 64px;
}
#hero-fluid { width: 100%; height: 100%; position: absolute; inset: 0; touch-action: pan-y; }
.fluid-fallback { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: contain; padding: 20px; }
.fluid-art { grid-row: 1; position: relative; min-width: 0; min-height: 0; }
.fluid-art { cursor: grab; touch-action: pan-y; user-select: none; }
.fluid-art.is-dragging { cursor: grabbing; }
.fluid-art img { pointer-events: none; }
.field-interaction-hint { flex: 0 0 auto; white-space: nowrap; font: 10px/1.6 var(--mono); text-align: right; color: #62685e; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.fluid-art:focus-visible { outline: 2px solid var(--blue); outline-offset: -6px; }
.field-bottom { grid-row: 2; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 28px 16px; }
.field-modes { display: inline-flex; padding: 4px; gap: 3px; background: #f4f3eef2; border: 1px solid #1b271c36; box-shadow: 3px 3px 0 #1b271c10; }
.field-mode { min-height: 44px; padding: 11px 15px; font: 11px var(--mono); color: #515b49; background: transparent; transition: background .2s, color .2s; }
.field-mode[aria-selected="true"] { background: var(--ink); color: var(--lime); }
.field-mode:not([aria-selected="true"]):hover { background: #e1e6d7; color: var(--ink); }
.field-mode:focus-visible { outline-offset: 1px; }
.field-mode:disabled { cursor: default; opacity: .45; }
.hand-circled { position: relative; display: inline-block; isolation: isolate; }
.hand-circle { position: absolute; z-index: -1; width: 132%; height: 1.5em; left: -12%; top: -.28em; overflow: visible; pointer-events: none; color: var(--lime); }
.hand-circle path { fill: none; stroke: currentColor; stroke-width: 10; stroke-linecap: round; stroke-linejoin: round; }
.hero--field .hero-bottom { padding: 0 var(--gutter); margin: 0; width: auto; min-height: 72px; font-size: 10px; color: #626c58; border-color: #17201824; align-items: center; gap: 20px; }
.hero--field .scroll-indicator { font-size: 10px; }
.hero--field .scroll-indicator > span { color: var(--ink); }
@media (max-width: 1200px) {
  .field-interaction-hint { display: none; }
}
@media (min-width: 1700px) {
  .hero--field .hero-copy { padding-top: 68px; padding-bottom: 54px; }
  .hero--field .hero-description { margin-bottom: 36px; }
}
@media (min-width: 701px) and (max-width: 1100px) {
  .hero.hero--field { grid-template-columns: 1fr 1fr; min-height: 720px; }
  .hero--field .hero-copy { padding: 50px 32px 40px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 2px; }
  .field-stage { min-height: 640px; }
  .field-bottom { padding-inline: 18px; }
  .hero--field .hero-bottom > span:last-child { display: none; }
}
@media (max-width: 700px) {
  .hero.hero--field { display: flex; flex-direction: column; min-height: 0; padding: 0; }
  .hero--field .hero-copy { padding: 44px 24px 32px; }
  .hero--field .hero-grid { background-size: 48px 48px; }
  .hero--field h1 { font-size: clamp(52px,16.2vw,80px); margin: 0 0 23px; line-height: 1.05; }
  .hero--field .hero-description { max-width: 320px; font-size: 14.8px; margin-bottom: 24px; line-height: 1.6; }
  .hero-actions { gap: 20px; width: 100%; }
  .hero-work-button { padding-left: 16px; gap: 17px; font-size: 13px; }
  .hero-contact { font-size: 13px; gap: 5px; }
  .field-stage { min-height: 506px; height: calc(112vw + 76px); max-height: 656px; width: 100%; border-left: 0; border-top: 1px solid #17201824; }
  .field-bottom { padding: 0 20px 16px; }
  .field-mode { padding-inline: 13px; }
  .hero--field .hero-bottom { padding: 18px 24px; min-height: 76px; font-size: 9px; gap: 20px; }
  .hero--field .hero-bottom > span:first-child { max-width: 170px; }
  .hero--field .hero-bottom > span:last-child { display: none; }
  .hero--field .scroll-indicator { font-size: 9px; white-space: nowrap; }
  .header .motion-toggle { position: static; padding: 12px 0 12px 8px; }
  .header { gap: 16px; }
  .header nav { margin-left: auto; }
  .header .nav-contact { font-size: 12px; }
}
@media (max-width: 359px) {
  .hero-actions { gap: 15px; }
  .hero-work-button { padding-left: 13px; gap: 9px; }
  .hero-contact { font-size: 12px; }
  .header { padding-inline: 18px; gap: 10px; }
  .header .wordmark { font-size: 20px; }
  .field-mode { font-size: 10px; padding-inline: 12px; }
}
