@font-face {
  font-family: "Figtree";
  src: url("assets/fonts/figtree-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Figtree";
  src: url("assets/fonts/figtree-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Figtree";
  src: url("assets/fonts/figtree-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
/* Bounded client-preview polish: transparent identity, editorial studio image,
   de-duplicated media, Figtree supporting typography, and exact breakpoints. */

:root {
  --support: "Figtree", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

html.type-current {
  --support: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: var(--support);
}

.wordmark,
.hero__statement,
.studio h2,
.section-head h2,
.chapter__name,
.chapter__lead-caption > p:last-child,
.chapter__intro h3,
.selected-work h2,
.process h2,
.process__steps h3,
.meet h2,
.meet__grid p,
.inquiry h2,
.footer__location {
  font-family: var(--display);
}

.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.text-link,
.button {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.hero--client-request .desktop-nav {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.monogram--official {
  width: 62px;
  height: 62px;
  overflow: visible;
  background: transparent;
}

.monogram--official img {
  background: transparent;
  filter: none;
}

.studio {
  padding-top: clamp(78px, 7vw, 112px);
  padding-bottom: clamp(78px, 7vw, 112px);
}

.studio__grid--image {
  grid-template-columns: minmax(0, 0.95fr) minmax(400px, 0.98fr) minmax(280px, 0.65fr);
  gap: clamp(30px, 3vw, 58px);
  align-items: center;
  margin-top: clamp(32px, 3.5vw, 52px);
}

.studio__grid--image h2 {
  max-width: 8em;
  font-size: clamp(58px, 6vw, 94px);
}

.studio__portrait {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 10px;
}

.studio__portrait img {
  width: 100%;
  height: auto;
  aspect-ratio: 1066 / 1200;
  background: var(--bone-deep);
  object-fit: contain;
  object-position: center;
}

.studio__portrait figcaption {
  color: rgba(23, 25, 20, 0.68);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.studio__grid--image .studio__copy {
  align-self: center;
}

.studio__grid--image .studio__copy p {
  font-family: var(--display);
  font-size: clamp(21px, 1.75vw, 28px);
}

.chapter--fall-halloween .chapter__lead > img {
  object-fit: cover;
  object-position: 50% 53%;
}

.chapter-frame figcaption,
.work-item figcaption {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.chapter__lead-caption > p:last-child,
.work-head > p:last-child,
.process__steps p,
.inquiry__intro > p:last-child {
  font-size: 17px;
}

.work-grid {
  grid-auto-flow: row dense;
}

.process__steps p {
  line-height: 1.65;
}

.process,
.process__head,
.process__steps,
.process__steps li {
  background: var(--night);
}

.process {
  color: var(--champagne);
  --process-rule: color-mix(in srgb, var(--champagne) 30%, transparent);
}

.process__head .eyebrow,
.process h2,
.process__steps li > span,
.process__steps h3,
.process__steps p {
  color: var(--champagne);
}

.process__steps {
  border-top-color: var(--process-rule);
}

.process__steps li {
  border-right-color: var(--process-rule);
}

.inquiry {
  grid-template-columns: minmax(0, 0.78fr) minmax(460px, 1.22fr);
  gap: clamp(54px, 7vw, 116px);
  padding-top: clamp(92px, 8vw, 126px);
  padding-bottom: clamp(92px, 8vw, 126px);
}

.inquiry__intro > p:last-child {
  line-height: 1.55;
}

.inquiry__form {
  position: relative;
  gap: 32px 30px;
}

.inquiry__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.inquiry__form label {
  gap: 12px;
}

.inquiry__form label > span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.inquiry__form input,
.inquiry__form select,
.inquiry__form textarea {
  font-size: 16px;
}

.inquiry__form input::placeholder,
.inquiry__form textarea::placeholder {
  color: rgba(23, 25, 20, 0.54);
  opacity: 1;
}

.inquiry__form input:focus-visible,
.inquiry__form select:focus-visible,
.inquiry__form textarea:focus-visible,
.inquiry__form button:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.delivery-note {
  font-size: 14px;
}

.reservation-status {
  grid-column: 1 / -1;
  max-width: 58em;
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.reservation-status--error { font-weight: 600; }

.inquiry__form button {
  min-height: 52px;
  border-color: var(--ink);
  background: var(--ink);
  color: var(--bone);
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.11em;
  transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.inquiry__form button:not(:disabled):hover {
  background: transparent;
  color: var(--ink);
}

.inquiry__form button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.footer {
  grid-template-columns: minmax(220px, 1.05fr) minmax(300px, 1fr) minmax(210px, auto);
  gap: clamp(36px, 5vw, 80px);
  padding-top: 82px;
  padding-bottom: 56px;
}

.footer__brand--official {
  width: min(330px, 100%);
}

.footer__brand--official img {
  background: transparent;
}

.footer__nav {
  gap: 12px 34px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.35;
}

.footer__nav a {
  display: flex;
  min-height: 44px;
  align-items: center;
}

.footer__location {
  font-size: 24px;
  line-height: 1.2;
}

.footer__disclosure {
  margin-top: 36px;
  font-size: 14px;
  line-height: 1.6;
}

@media (min-width: 1200px) {
  .desktop-nav {
    display: flex;
  }

  .mobile-nav {
    display: none;
  }
}

@media (min-width: 810px) and (max-width: 1199.98px) {
  :root {
    --pad: clamp(34px, 5.5vw, 62px);
  }

  .hero--client-request .desktop-nav {
    display: none;
  }

  .hero--client-request .mobile-nav {
    display: block;
  }

  .studio__grid--image {
    grid-template-columns: minmax(0, 0.78fr) minmax(390px, 1fr);
    gap: 36px 44px;
    align-items: start;
  }

  .studio__grid--image h2 {
    grid-column: 1;
    grid-row: 1;
    font-size: clamp(58px, 7.8vw, 78px);
  }

  .studio__portrait {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .studio__grid--image .studio__copy {
    grid-column: 1;
    grid-row: 2;
  }

  .chapter__lead,
  .chapter__lead--reverse {
    grid-template-columns: minmax(0, 66%) minmax(250px, 34%);
  }

  .chapter__lead--reverse {
    grid-template-columns: minmax(250px, 34%) minmax(0, 66%);
  }

  .chapter__lead > img {
    min-height: 580px;
  }

  .chapter__name {
    font-size: clamp(44px, 5.6vw, 64px);
  }

  .chapter__body {
    gap: 42px;
  }

  .work-head {
    grid-template-columns: 0.28fr 1.14fr 0.58fr;
  }

  .inquiry {
    grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
    gap: 48px;
  }

  .footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer__location {
    grid-column: 2;
  }
}

@media (max-width: 809.98px) {
  :root {
    --pad: 20px;
  }

  .hero--client-request .desktop-nav {
    display: none;
  }

  .hero--client-request .mobile-nav {
    display: block;
  }

  .mobile-nav summary,
  .mobile-nav nav a,
  .hero--client-request .mobile-nav summary,
  .hero--client-request .mobile-nav nav a {
    font-size: 12px;
  }

  .monogram--official,
  .monogram {
    width: 50px;
    height: 50px;
  }

  .hero--client-request .wordmark {
    font-size: clamp(38px, 10.2vw, 44px);
  }

  .hero--client-request .hero__statement {
    font-size: clamp(21px, 5.8vw, 25px);
  }

  .hero--client-request .hero__support {
    top: calc(46svh + 178px + clamp(32px, 8vw, 36px));
    font-size: 13px;
  }

  .hero--client-request .hero__actions .button,
  .hero--client-request .hero__actions .button--quiet {
    font-size: 12px;
  }

  .studio {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .studio__grid--image {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 30px;
  }

  .studio__grid--image h2 {
    font-size: clamp(50px, 14vw, 64px);
  }

  .studio__portrait {
    width: 100%;
  }

  .studio__portrait img {
    height: auto;
    aspect-ratio: 1066 / 1200;
    object-fit: contain;
    object-position: center;
  }

  .studio__portrait figcaption {
    font-size: 13px;
  }

  .studio__grid--image .studio__copy {
    padding-top: 22px;
  }

  .studio__grid--image .studio__copy p {
    font-size: clamp(21px, 6vw, 26px);
  }

  .chapter--fall-halloween .chapter__lead > img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .chapter__lead-caption,
  .chapter__lead--reverse .chapter__lead-caption {
    justify-content: flex-start;
    gap: clamp(18px, 4.5vw, 24px);
  }

  .chapter__lead-caption > p:last-child {
    font-size: 19px;
  }

  .chapter-frame figcaption,
  .work-item figcaption {
    gap: 12px;
    font-size: 13px;
    letter-spacing: 0.08em;
  }

  .work-head > p:last-child,
  .process__steps p,
  .inquiry__intro > p:last-child {
    font-size: 16px;
  }

  .inquiry {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .inquiry__form {
    gap: 28px;
  }

  .inquiry__form label > span {
    font-size: 13px;
  }

  .footer {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .footer__brand--official {
    width: min(270px, 78vw);
  }

  .footer__nav {
    grid-template-columns: 1fr;
    gap: 4px;
    font-size: 15px;
  }

  .footer__location,
  .footer__disclosure {
    grid-column: auto;
  }

  .footer__location {
    font-size: 24px;
  }

  .footer__disclosure {
    margin-top: 12px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
  }
}