@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/source-serif-4-5.2.8-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/source-serif-4-5.2.8-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/source-sans-3-5.2.8-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/source-sans-3-5.2.8-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/source-sans-3-5.2.8-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Caveat;
  src: url("../fonts/caveat-5.2.5-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Caveat;
  src: url("../fonts/caveat-5.2.5-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #f7f1e8;
  --paper-deep: #efe6d8;
  --ink: #1c1916;
  --ink-soft: #5a4e45;
  --wine: #7a2f33;
  --wine-hover: #642628;
  --on-wine: #f7f1e8;
  --coral: #d9785f;
  --marker: #f0c4b0;
  --violet: #c9b8d4;
  --gold: #e3c15c;
  --sage: #8fa37a;
  --line: #e0d5c6;
  --focus: #7a2f33;
  --danger: #9b2c2c;
  --nav-h: 4.5rem;
  --page: min(1180px, calc(100% - 2.5rem));
  --radius-card: 14px;
  --radius-pill: 999px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --z-nav: 20;
  --z-menu: 30;
}

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

html {
  background-color: var(--paper);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 800' fill='none' stroke='%23e0d5c6' stroke-width='1'%3E%3Cellipse cx='900' cy='220' rx='280' ry='200'/%3E%3Cellipse cx='900' cy='220' rx='190' ry='135'/%3E%3Cellipse cx='900' cy='220' rx='110' ry='78'/%3E%3Cpath d='M0 640 C 220 560, 480 720, 1200 580'/%3E%3Cpath d='M0 720 C 300 660, 700 780, 1200 700'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 70% -8%;
  background-size: min(1400px, 130vw) auto;
}

body {
  margin: 0;
  min-height: 100dvh;
  background: transparent;
  color: var(--ink);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  font-weight: 400;
}

body {
  scrollbar-color: #cbbfaf var(--paper-deep);
}

::selection {
  background: var(--wine);
  color: var(--on-wine);
}

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--wine);
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

a:hover {
  color: var(--ink);
}

a.btn:hover {
  color: inherit;
}

.skip {
  position: absolute;
  left: 0.75rem;
  top: -100%;
  z-index: calc(var(--z-menu) + 1);
  background: var(--wine);
  color: var(--on-wine);
  padding: 0.65rem 0.9rem;
  border-radius: var(--radius-pill);
}

.skip:focus {
  top: 0.75rem;
}

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

.icon {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
}

.icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.wrap {
  width: var(--page);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: var(--z-nav);
  height: var(--nav-h);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.nav {
  position: relative;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--ink);
  text-decoration: none;
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.wordmark-mark {
  display: block;
  width: 2.15rem;
  height: 2.15rem;
  flex-shrink: 0;
}

.wordmark:hover {
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--line);
  background: var(--paper-deep);
  color: var(--ink);
  border-radius: var(--radius-pill);
  padding: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle .icon-close {
  display: none;
}

.nav-toggle[aria-expanded="true"] .icon-open {
  display: none;
}

.nav-toggle[aria-expanded="true"] .icon-close {
  display: block;
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 600;
}

.nav-links a:hover {
  color: var(--ink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.7rem 1.2rem 0.7rem 1.35rem;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.btn:active {
  transform: translateY(1px);
}

.btn-primary {
  background: var(--wine);
  color: var(--on-wine);
  border-color: var(--wine);
}

.btn-primary:hover,
a.btn-primary:hover {
  background: var(--wine-hover);
  color: var(--on-wine);
  border-color: var(--wine-hover);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: #cbbfaf;
}

.btn-ghost:hover {
  border-color: var(--ink);
  color: var(--ink);
}

.btn-arrow {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: var(--on-wine);
  color: var(--wine);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-ghost .btn-arrow {
  background: var(--ink);
  color: var(--paper);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  min-height: min(52rem, calc(100dvh - var(--nav-h)));
  padding: 2.75rem 0 4rem;
}

.hero::before {
  content: none;
}

.hero-copy h1 {
  margin: 0 0 1.1rem;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2.6rem, 6.2vw, 5.6rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 600;
  max-width: 14ch;
}

.speak {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem 0.7rem;
  margin: 0 0 1.35rem;
  font-family: Caveat, "Segoe UI", cursive;
  font-size: clamp(2rem, 3.4vw, 2.85rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--ink);
}

.speak-word {
  display: inline-block;
  position: relative;
  padding: 0.05em 0.28em 0.08em;
  min-width: 6ch;
}

.speak-word::before {
  content: "";
  position: absolute;
  inset: 18% 0 8%;
  background: var(--marker);
  border-radius: 3px;
  z-index: -1;
  transform: scaleX(0.92);
  transform-origin: left center;
}

.lede {
  margin: 0 0 1.75rem;
  max-width: 46ch;
  color: var(--ink-soft);
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.hero-plate {
  position: relative;
  margin: 0;
  justify-self: end;
  width: min(100%, 28rem);
  padding-right: 7.25rem;
}

.hero-plate img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 0;
}

.aside-note {
  position: absolute;
  left: calc(100% - 7.1rem);
  top: 1.1rem;
  width: 8.6rem;
  margin: 0;
  font-family: Caveat, "Segoe UI", cursive;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.15;
  color: var(--ink);
  transform: rotate(6deg);
}

.aside-note span {
  display: block;
  width: 3.5rem;
  height: 2px;
  margin-top: 0.45rem;
  background: var(--ink);
}

.locale {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.1rem;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.locale-mark {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  display: grid;
  place-items: center;
}

.locale-mark .icon {
  width: 1.35rem;
  height: 1.35rem;
}

.section {
  padding: 5rem 0;
}

.intro {
  padding-top: 1.5rem;
  padding-bottom: 4.5rem;
}

.intro h2,
.situations h2,
.approach h2,
.contact h2,
.band-copy h2 {
  margin: 0 0 0.7rem;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.intro .lede,
.situations .lede,
.approach .lede,
.contact .lede {
  margin-bottom: 2.4rem;
}

.trio {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1.75rem 1.5rem;
  align-items: start;
}

.trio article h3 {
  margin: 0.85rem 0 0.4rem;
  font-size: 1.2rem;
  letter-spacing: -0.025em;
}

.trio article p {
  margin: 0;
  color: var(--ink-soft);
  max-width: 36ch;
}

.disk {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ink);
}

.disk .icon {
  width: 1.35rem;
  height: 1.35rem;
}

.disk-coral {
  background: #e7a08c;
}

.disk-violet {
  background: var(--violet);
}

.disk-gold {
  background: var(--gold);
}

.disk-sage {
  background: var(--sage);
}

.situations {
  background: var(--paper-deep);
  border-block: 1px solid var(--line);
  padding-inline: 1.25rem;
}

.rail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.job {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.1rem;
  align-items: start;
  padding: 1.35rem 1.3rem 1.4rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  min-width: 0;
}

.job:nth-child(1) {
  grid-column: 1;
}

.job:nth-child(2) {
  grid-column: 2;
}

.job h3 {
  margin: 0 0 0.4rem;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.job p {
  margin: 0 0 0.85rem;
  color: var(--ink-soft);
  max-width: 46ch;
}

.job-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
}

.job-link:hover {
  color: var(--wine);
}

.band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 3.5rem 1.25rem;
  background: var(--paper-deep);
  color: var(--ink);
  border-block: 1px solid var(--line);
}

.band::before,
.band::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.band::before {
  width: 11rem;
  height: 11rem;
  left: -2.5rem;
  top: -3.2rem;
  background: var(--violet);
  opacity: 0.55;
}

.band::after {
  width: 8.5rem;
  height: 8.5rem;
  right: 18%;
  bottom: -3.4rem;
  background: var(--gold);
  opacity: 0.7;
}

.band h2 {
  color: var(--ink);
  margin-bottom: 0.65rem;
}

.band p {
  margin: 0;
  color: var(--ink-soft);
  max-width: 52ch;
}

.band .btn-primary,
.band a.btn-primary:hover {
  background: var(--wine);
  border-color: var(--wine);
  color: var(--on-wine);
}

.band .btn-arrow {
  background: var(--on-wine);
  color: var(--wine);
}

.band-note {
  margin: 0.85rem 0 0;
  font-family: Caveat, "Segoe UI", cursive;
  font-size: 1.55rem;
  color: var(--ink);
}

.band .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 2rem;
  align-items: center;
}

.approach-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 2.5rem 3rem;
  align-items: start;
}

.approach-points {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.approach-points h3 {
  margin: 0 0 0.3rem;
  font-size: 1.12rem;
  letter-spacing: -0.02em;
}

.approach-points p {
  margin: 0;
  color: var(--ink-soft);
}

.work-pending {
  margin-top: 2.5rem;
  padding: 1.25rem 1.35rem;
  border: 1px dashed #cbbfaf;
  border-radius: var(--radius-card);
  color: var(--ink-soft);
  max-width: 62ch;
}

.work-pending strong {
  color: var(--ink);
  font-weight: 600;
}

.margin-aside {
  margin: -0.5rem 0 1.75rem;
  font-family: Caveat, "Segoe UI", cursive;
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--ink);
  transform: rotate(-2deg);
  transform-origin: left center;
}

.contact-aside {
  margin: 0.35rem 0 1.1rem;
  transform: rotate(3deg);
}

.section.contact {
  padding-bottom: 5.5rem;
}

.form {
  position: relative;
  max-width: 40rem;
}

.field-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.05rem;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.field label {
  font-weight: 600;
  font-size: 0.95rem;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  background: #fffdf8;
  color: var(--ink);
  border: 1px solid #cbbfaf;
  border-radius: 10px;
  padding: 0.75rem 0.85rem;
  font: inherit;
  line-height: 1.4;
  caret-color: var(--wine);
}

.field textarea {
  min-height: 8.5rem;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #6a5c52;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: 2px solid var(--focus);
  outline-offset: 0;
  border-color: var(--focus);
}

.help {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.error {
  margin: 0;
  color: var(--danger);
  font-size: 0.88rem;
}

.form-status {
  margin: 0.85rem 0 0;
  min-height: 1.4em;
  color: var(--ink-soft);
}

.form-status[data-state="success"] {
  color: #2f5d38;
}

.form-status[data-state="error"] {
  color: var(--danger);
}

.btn[aria-busy="true"] {
  opacity: 0.7;
  pointer-events: none;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.75rem 0 2.1rem;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2rem;
  justify-content: space-between;
  align-items: baseline;
}

.site-footer p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

@media (max-width: 899px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: unset;
    padding: 2rem 0 3rem;
  }

  .hero-copy h1 {
    max-width: 12ch;
  }

  .hero-plate {
    justify-self: start;
    width: min(78vw, 22rem);
    margin-top: 0.5rem;
    padding-right: 6.5rem;
  }

  .aside-note {
    left: calc(100% - 6.4rem);
    top: 0.4rem;
    font-size: 1.35rem;
    width: 7.6rem;
  }

  .trio,
  .rail,
  .approach-grid,
  .band .wrap,
  .field-row {
    grid-template-columns: 1fr;
  }

  .job:nth-child(1),
  .job:nth-child(2) {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  :root {
    --page: min(1180px, calc(100% - 1.5rem));
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-panel {
    display: none;
    position: absolute;
    top: var(--nav-h);
    left: 0;
    right: 0;
    z-index: var(--z-menu);
    background: var(--paper-deep);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 28px rgb(28 25 22 / 0.1);
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1rem 1.25rem 1.25rem;
  }

  .nav-panel.is-open {
    display: flex;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
  }

  .nav-panel .btn {
    width: max-content;
  }

  .section {
    padding: 3.4rem 0;
  }

  .hero-copy h1 {
    font-size: clamp(2.15rem, 10vw, 2.85rem);
    max-width: none;
  }

  .speak {
    font-size: 1.85rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }

  .speak-word.is-in::before {
    animation: marker-in 0.45s var(--ease) both;
  }

  .speak-word.is-out {
    animation: word-out 0.28s var(--ease) both;
  }
}

@keyframes marker-in {
  from {
    transform: scaleX(0.2);
  }
  to {
    transform: scaleX(0.92);
  }
}

@keyframes word-out {
  to {
    opacity: 0.35;
  }
}

@media (prefers-reduced-motion: reduce) {
  .speak-word::before {
    transform: none;
  }
}
