/* Interior page system: editorial, warm, and distinctly Prime Craft. */

body.interior-page {
  --ink: #020101;
  --body: #514e47;
  --accent: #bc9565;
  --accent-dark: #a07d50;
  --gold-ink: #8d6a3e;
  --gold: #bc9565;
  --gold-soft: #d0c4b0;
  --warm: #f2ebe0;
  --cream: #faf6f0;
  --line: #e8dece;
  background: var(--cream);
}

.interior-page .site-header.scrolled,
.interior-page .site-header.menu-active {
  background: rgba(0, 0, 0, 0.96);
  color: #fff;
}

.fit-page .site-header:not(.menu-active) {
  color: #fff;
}

.fit-page .site-header:not(.menu-active) .brand img {
  filter: none;
}

.interior-page .button {
  border-color: var(--gold);
  border-radius: 0;
  background: var(--gold);
  color: #171713;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.interior-page .button:hover,
.interior-page .button:focus-visible {
  border-color: var(--accent-dark);
  background: var(--accent-dark);
  color: #0b0b09;
}

.interior-page .button-dark {
  border-color: #171713;
  background: #171713;
  color: #fff;
}

.interior-page .button-outline {
  border-color: currentColor;
  background: transparent;
  color: inherit;
}

.interior-page :where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--gold-ink);
  outline-offset: 3px;
}

.interior-page :where(a, button) {
  touch-action: manipulation;
}

.interior-page h1,
.interior-page h2,
.interior-page h3 {
  text-wrap: balance;
}

.interior-page h1 {
  font-size: clamp(3.25rem, 7vw, 6.8rem);
  line-height: 0.94;
  letter-spacing: -0.035em;
}

.interior-page h2 {
  font-size: clamp(2.4rem, 4.8vw, 4.7rem);
  line-height: 1;
  letter-spacing: -0.025em;
}

.interior-page h3 {
  line-height: 1.12;
}

.interior-page .eyebrow {
  color: var(--gold-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.interior-page .eyebrow > span {
  width: 34px;
}

.interior-hero {
  position: relative;
  display: grid;
  min-height: 650px;
  align-items: end;
  overflow: hidden;
  background: #171713;
  color: #fff;
}

.interior-hero > img,
.interior-hero::before,
.interior-hero::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.interior-hero > img {
  object-fit: cover;
}

.interior-hero::before {
  z-index: 1;
  background: linear-gradient(90deg, rgba(10, 10, 8, 0.83) 0%, rgba(10, 10, 8, 0.55) 48%, rgba(10, 10, 8, 0.2) 100%);
  content: "";
}

.interior-hero::after {
  z-index: 1;
  background: linear-gradient(0deg, rgba(10, 10, 8, 0.45), transparent 48%);
  content: "";
}

.interior-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 190px 0 88px;
}

.interior-hero .breadcrumb {
  color: rgba(255, 255, 255, 0.76);
}

.interior-hero h1 {
  max-width: 920px;
  margin-bottom: 24px;
  color: #fff;
}

.interior-hero .lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.5;
}

.interior-hero .eyebrow {
  color: var(--gold);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 35px;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.breadcrumb span[aria-hidden="true"] {
  color: var(--gold);
}

.about-subnav {
  position: sticky;
  z-index: 50;
  top: 91px;
  overflow-x: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #171713;
  color: #fff;
  scrollbar-width: none;
}

.about-subnav::-webkit-scrollbar {
  display: none;
}

.about-subnav .page-width {
  display: flex;
  min-width: max-content;
  justify-content: center;
}

.about-subnav a {
  position: relative;
  display: grid;
  min-height: 64px;
  place-items: center;
  padding: 0 28px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.about-subnav a:hover,
.about-subnav a:focus-visible,
.about-subnav a[aria-current="page"] {
  color: #fff;
}

.about-subnav a[aria-current="page"]::after {
  position: absolute;
  right: 22px;
  bottom: 0;
  left: 22px;
  height: 3px;
  background: var(--gold);
  content: "";
}

.editorial-section {
  padding: clamp(76px, 9vw, 128px) 0;
}

.editorial-section.white {
  background: #fff;
}

.editorial-section.dark {
  background: #171713;
  color: rgba(255, 255, 255, 0.73);
}

.editorial-section.dark :where(h2, h3) {
  color: #fff;
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(50px, 8vw, 118px);
  align-items: center;
}

.editorial-grid.reverse .editorial-media {
  order: 2;
}

.editorial-copy > h2 {
  margin-bottom: 28px;
}

.editorial-copy > p {
  max-width: 680px;
  margin-bottom: 20px;
  font-size: 17px;
}

.editorial-copy > .button {
  margin-top: 13px;
}

.editorial-media {
  position: relative;
}

.editorial-media img {
  width: 100%;
  min-height: 540px;
  object-fit: cover;
}

.media-frame::before {
  position: absolute;
  z-index: -1;
  top: -22px;
  right: -22px;
  width: 58%;
  height: 58%;
  border: 1px solid var(--gold);
  content: "";
}

.gold-note {
  position: absolute;
  right: -30px;
  bottom: 28px;
  width: 174px;
  background: var(--gold);
  color: #171713;
  padding: 25px;
}

.founder-media .gold-note {
  right: auto;
  left: -30px;
}

.gold-note strong {
  display: block;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.gold-note span {
  display: block;
  margin-top: 8px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fact-grid,
.value-grid,
.article-grid,
.expectation-grid,
.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.fact-grid article,
.value-grid article,
.article-card,
.expectation-grid article,
.fit-card {
  background: var(--cream);
  padding: 36px;
}

.fact-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1;
}

.fact-grid span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.value-grid article,
.expectation-grid article {
  min-height: 290px;
}

.value-grid .number,
.expectation-grid .number,
.process-number {
  display: block;
  margin-bottom: 50px;
  color: var(--gold-ink);
  font-family: var(--display);
  font-size: 2.35rem;
  line-height: 1;
}

.value-grid h3,
.expectation-grid h3 {
  margin-bottom: 16px;
}

.value-grid p,
.expectation-grid p {
  margin-bottom: 0;
}

.section-intro {
  max-width: 780px;
  margin: 0 auto 58px;
  text-align: center;
}

.section-intro .eyebrow {
  justify-content: center;
}

.section-intro h2 {
  margin-bottom: 23px;
}

.section-intro p:last-child {
  margin-bottom: 0;
  font-size: 18px;
}

.process-timeline {
  max-width: 920px;
  margin-inline: auto;
}

.process-row {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 45px;
  border-top: 1px solid var(--line);
  padding: 50px 0;
}

.process-row:last-child {
  border-bottom: 1px solid var(--line);
}

.process-number {
  margin: 0;
  font-size: 4.5rem;
}

.process-row h2 {
  margin-bottom: 17px;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.process-row p {
  max-width: 660px;
  margin-bottom: 18px;
}

.process-row ul,
.communication-list,
.fit-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.process-row li,
.communication-list li,
.fit-list li {
  position: relative;
  padding-left: 27px;
}

.process-row li::before,
.communication-list li::before,
.fit-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--gold-ink);
  content: "✓";
  font-weight: 800;
}

.fit-page-hero {
  min-height: auto;
  padding: 175px 0 90px;
  align-items: stretch;
  background:
    radial-gradient(circle at 12% 15%, rgba(188, 149, 101, 0.16), transparent 31%),
    linear-gradient(135deg, #f7f2e9 0%, #e9e1d4 100%);
  color: var(--body);
}

.fit-page-hero::before,
.fit-page-hero::after {
  display: none;
}

.fit-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(50px, 7vw, 105px);
  align-items: start;
}

.fit-copy {
  position: sticky;
  top: 150px;
  padding-top: 38px;
}

.fit-copy .breadcrumb {
  color: #6e675c;
}

.fit-copy h1 {
  margin-bottom: 28px;
  color: var(--ink);
}

.fit-copy > p {
  max-width: 540px;
  font-size: 19px;
  line-height: 1.5;
}

.fit-copy .button {
  margin-top: 17px;
}

.inquiry-card {
  border-top: 5px solid var(--gold);
  background: #fff;
  box-shadow: 0 24px 70px rgba(36, 29, 19, 0.13);
  padding: clamp(30px, 5vw, 62px);
}

.form-brand {
  display: flex;
  margin-bottom: 32px;
  align-items: center;
  gap: 18px;
}

.form-brand img {
  width: 112px;
  height: 70px;
  object-fit: contain;
  filter: grayscale(1) brightness(0.12);
}

.form-brand div {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.form-brand strong,
.form-brand span {
  display: block;
}

.form-brand strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 400;
}

.form-brand span {
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.inquiry-card > h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.inquiry-card > p {
  margin-bottom: 30px;
}

.project-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 21px 18px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field.full,
.form-actions {
  grid-column: 1 / -1;
}

.form-field label,
.form-field legend {
  color: #26251f;
  font-size: 13px;
  font-weight: 700;
}

.required {
  color: var(--gold-ink);
}

.form-field :where(input, select, textarea) {
  width: 100%;
  min-height: 52px;
  border: 1px solid #cbc5b9;
  border-radius: 0;
  background: #fff;
  padding: 12px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-field textarea {
  min-height: 132px;
  resize: vertical;
}

.form-field :where(input, select, textarea):focus {
  border-color: var(--gold-ink);
  box-shadow: 0 0 0 3px rgba(188, 149, 101, 0.18);
  outline: 0;
}

.choice-fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  border: 0;
  margin: 0;
  padding: 0;
}

.choice-fieldset legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
}

.choice-fieldset label {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  border: 1px solid #d6d0c6;
  padding: 10px 12px;
  font-weight: 500;
}

.choice-fieldset input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--gold);
}

.upload-field {
  gap: 10px;
  margin-top: 4px;
}

.upload-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.upload-label-row > span {
  color: var(--gold-ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.optional-label {
  margin-left: 5px;
  color: #716c62;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.field-help {
  margin: -1px 0 3px;
  color: #716c62;
  font-size: 12px;
  line-height: 1.55;
}

.photo-dropzone {
  position: relative;
  display: grid;
  min-height: 190px;
  place-items: center;
  border: 1px dashed #9d8b72;
  background:
    linear-gradient(rgba(188, 149, 101, 0.06), rgba(188, 149, 101, 0.06)),
    #fbf8f2;
  padding: 28px 22px;
  text-align: center;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.photo-dropzone:hover,
.photo-dropzone.is-dragging {
  border-color: var(--gold-ink);
  background: #f5ede1;
}

.photo-dropzone:focus-within {
  border-color: var(--gold-ink);
  box-shadow: 0 0 0 3px rgba(188, 149, 101, 0.2);
}

.form-field .photo-upload-input {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  cursor: pointer;
  opacity: 0;
}

.form-field .photo-upload-input:focus {
  box-shadow: none;
}

.photo-dropzone svg {
  width: 43px;
  height: 43px;
  margin-bottom: 13px;
  fill: none;
  stroke: var(--gold-ink);
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.5;
}

.photo-dropzone strong,
.photo-dropzone span {
  display: block;
}

.photo-dropzone strong {
  margin-bottom: 6px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 400;
}

.photo-dropzone span {
  color: #716c62;
  font-size: 12px;
}

.photo-upload-status {
  min-height: 19px;
  margin: 1px 0 0;
  color: #5d584f;
  font-size: 12px;
}

.photo-upload-status.has-error {
  color: #9a271e;
  font-weight: 650;
}

.photo-preview-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.photo-preview-list[hidden] {
  display: none;
}

.photo-preview-card {
  position: relative;
  min-width: 0;
  border: 1px solid #ded6ca;
  background: #fff;
}

.photo-preview-card img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.photo-preview-meta {
  display: block;
  min-width: 0;
  padding: 9px 10px 10px;
}

.photo-preview-meta strong,
.photo-preview-meta span {
  display: block;
}

.photo-preview-meta strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.photo-preview-meta span {
  margin-top: 3px;
  color: #777168;
  font-size: 9px;
}

.photo-remove-button {
  position: absolute;
  z-index: 3;
  top: 7px;
  right: 7px;
  display: grid;
  width: 44px;
  min-height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(2, 1, 1, 0.88);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.photo-remove-button:hover,
.photo-remove-button:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.clear-photo-selection {
  width: max-content;
  min-height: 44px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #4f4a42;
  padding: 3px 0;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.clear-photo-selection[hidden] {
  display: none;
}

.clear-photo-selection:hover,
.clear-photo-selection:focus-visible {
  color: var(--gold-ink);
}

.upload-delivery-note {
  border-left: 2px solid var(--gold);
  margin: 4px 0 0;
  background: var(--warm);
  color: #625d55;
  padding: 12px 14px;
  font-size: 11px;
  line-height: 1.55;
}

.upload-delivery-note strong {
  color: var(--ink);
}

.form-actions .button {
  width: 100%;
  min-height: 54px;
}

.privacy-note,
.form-note {
  grid-column: 1 / -1;
  margin: -5px 0 0;
  color: #716c62;
  font-size: 12px;
}

.fit-grid {
  grid-template-columns: repeat(2, 1fr);
}

.fit-card {
  min-height: 250px;
}

.fit-card h3 {
  margin-bottom: 15px;
}

.fit-card .symbol {
  display: block;
  margin-bottom: 28px;
  color: var(--gold-ink);
  font-family: var(--display);
  font-size: 2.1rem;
}

.contact-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 70px;
  align-items: end;
  padding: 185px 0 85px;
}

.contact-hero-grid h1 {
  color: #fff;
}

.contact-quick {
  border-left: 1px solid rgba(255, 255, 255, 0.27);
  padding: 12px 0 12px 36px;
}

.contact-quick a,
.contact-quick span {
  display: block;
}

.contact-quick a {
  margin-bottom: 8px;
  color: #fff;
  font-family: var(--display);
  font-size: 1.55rem;
  overflow-wrap: anywhere;
}

.contact-quick span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.contact-form-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(55px, 8vw, 110px);
  align-items: start;
}

.contact-intro {
  position: sticky;
  top: 130px;
}

.contact-intro h2 {
  margin-bottom: 24px;
}

.contact-details {
  display: grid;
  gap: 23px;
  margin-top: 38px;
}

.contact-details dt {
  margin-bottom: 3px;
  color: var(--gold-ink);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-details dd {
  margin: 0;
  color: var(--ink);
}

.article-card {
  display: flex;
  min-height: 540px;
  flex-direction: column;
  padding: 0;
}

.article-card img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.article-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 29px;
}

.article-content .category {
  margin-bottom: 12px;
  color: var(--gold-ink);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.article-content h2 {
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.article-content p {
  margin-bottom: 24px;
}

.article-content .text-link {
  margin-top: auto;
}

.communication-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.communication-band article {
  min-height: 260px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding: 31px;
}

.communication-band article:last-child {
  border-right: 0;
}

.communication-band .number {
  display: block;
  margin-bottom: 45px;
  color: var(--gold);
  font-family: var(--display);
  font-size: 2.25rem;
}

.communication-band h3 {
  margin-bottom: 12px;
  color: #fff;
}

.communication-band p {
  margin-bottom: 0;
  font-size: 14px;
}

/* Contact-page trust and approach */

.contact-confidence {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(188, 149, 101, 0.08), transparent 34%),
    var(--cream);
  padding: clamp(78px, 9vw, 120px) 0;
}

.contact-confidence-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(46px, 7vw, 96px);
  align-items: end;
  border-bottom: 1px solid var(--line);
  padding-bottom: clamp(60px, 7vw, 88px);
}

.contact-confidence-copy {
  max-width: 900px;
}

.contact-confidence-intro > *,
.contact-confidence-feature > * {
  min-width: 0;
}

.contact-confidence-copy h2 {
  max-width: 780px;
  margin-bottom: 26px;
}

.contact-confidence-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--body);
  font-size: 16px;
  line-height: 1.75;
}

.contact-confidence-copy > p:not(.eyebrow) + p {
  margin-top: 14px;
}

.contact-review-card {
  position: relative;
  margin: 0;
  border: 1px solid rgba(188, 149, 101, 0.48);
  background: #0b0a08;
  box-shadow: 18px 18px 0 rgba(188, 149, 101, 0.16);
  color: #fff;
  padding: clamp(30px, 4vw, 48px);
}

.contact-review-card::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 82px;
  height: 3px;
  background: var(--gold);
  content: "";
}

.contact-review-stars {
  margin-bottom: 19px;
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 0.23em;
}

.contact-review-card blockquote {
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.25vw, 2rem);
  font-weight: 400;
  line-height: 1.28;
}

.contact-review-card figcaption {
  display: flex;
  gap: 6px 13px;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 27px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-review-card figcaption strong {
  color: var(--gold);
  font-weight: 750;
}

.contact-review-final {
  background: #0b0a08;
  color: rgba(255, 255, 255, 0.7);
  padding: clamp(76px, 9vw, 112px) 0;
}

.contact-review-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1.28fr);
  gap: clamp(52px, 8vw, 108px);
  align-items: center;
}

.contact-review-final-grid > * {
  min-width: 0;
}

.contact-review-final .eyebrow {
  color: var(--gold);
}

.contact-review-final-copy h2 {
  margin-bottom: 22px;
  color: #fff;
}

.contact-review-final-copy > p:last-child {
  max-width: 540px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

.contact-review-final .contact-review-card {
  background: #15120e;
  box-shadow: 18px 18px 0 rgba(188, 149, 101, 0.18);
}

.contact-confidence-flow {
  display: grid;
  gap: clamp(78px, 10vw, 132px);
  padding: clamp(78px, 10vw, 132px) 0;
}

.contact-confidence-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
}

.contact-confidence-feature.is-reverse .contact-confidence-media {
  order: 2;
}

.contact-confidence-media {
  margin: 0;
  background: #0b0a08;
  box-shadow: 14px 14px 0 var(--gold);
}

.contact-confidence-media img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.contact-confidence-number {
  display: block;
  margin-bottom: 26px;
  color: rgba(141, 106, 62, 0.35);
  font-family: var(--display);
  font-size: clamp(3.6rem, 7vw, 6.4rem);
  line-height: 0.72;
}

.contact-confidence-detail h3 {
  max-width: 620px;
  margin: 0 0 20px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  font-weight: 400;
  letter-spacing: -0.025em;
}

.contact-confidence-detail > p:not(.eyebrow) {
  margin: 0;
  color: var(--body);
  line-height: 1.72;
}

.contact-confidence-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 28px;
  padding: 0;
  list-style: none;
}

.contact-confidence-list li {
  position: relative;
  margin: 0;
  padding-left: 27px;
  color: #39362f;
  font-size: 14px;
  line-height: 1.55;
}

.contact-confidence-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--gold-ink);
  content: "✓";
  font-weight: 800;
}

.contact-confidence-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--gold);
  color: var(--ink);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: color 0.2s ease, gap 0.2s ease;
}

.contact-confidence-link:hover,
.contact-confidence-link:focus-visible {
  gap: 17px;
  color: var(--gold-ink);
}

.contact-approach-comparison {
  border-top: 1px solid var(--line);
  padding-top: clamp(66px, 8vw, 96px);
}

.contact-comparison-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: end;
  margin-bottom: 42px;
}

.contact-comparison-heading h2 {
  max-width: 850px;
  margin-bottom: 0;
}

.contact-comparison-heading > p {
  margin: 0;
  color: var(--body);
  line-height: 1.7;
}

.contact-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-approach-card {
  min-height: 390px;
  border: 1px solid #ded4c4;
  background: rgba(255, 255, 255, 0.58);
  padding: clamp(30px, 4vw, 48px);
}

.contact-approach-card.is-prime {
  border-color: var(--gold);
  background: #0b0a08;
  box-shadow: inset 0 3px 0 var(--gold);
  color: rgba(255, 255, 255, 0.76);
}

.contact-approach-label {
  display: block;
  margin-bottom: 22px;
  color: var(--gold-ink);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-approach-card.is-prime .contact-approach-label {
  color: var(--gold);
}

.contact-approach-card h3 {
  max-width: 510px;
  margin: 0 0 26px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.75rem, 2.9vw, 2.6rem);
  font-weight: 400;
}

.contact-approach-card.is-prime h3 {
  color: #fff;
}

.contact-approach-card ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-approach-card li {
  position: relative;
  margin: 0;
  padding-left: 26px;
  color: #5c584f;
  font-size: 14px;
  line-height: 1.5;
}

.contact-approach-card li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #9a948a;
  content: "–";
  font-weight: 750;
}

.contact-approach-card.is-prime li {
  color: rgba(255, 255, 255, 0.76);
}

.contact-approach-card.is-prime li::before {
  color: var(--gold);
  content: "✓";
}

.contact-scope {
  margin-top: clamp(72px, 9vw, 112px);
  border-top: 1px solid var(--line);
  padding-top: clamp(66px, 8vw, 96px);
}

.contact-scope-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: end;
  margin-bottom: 42px;
}

.contact-scope-heading > * {
  min-width: 0;
}

.contact-scope-heading h2 {
  max-width: 780px;
  margin-bottom: 0;
}

.contact-scope-heading > p {
  margin: 0;
  color: var(--body);
  line-height: 1.7;
}

.contact-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-scope-card {
  min-width: 0;
  min-height: 390px;
  border: 1px solid #ded4c4;
  background: rgba(255, 255, 255, 0.7);
  padding: clamp(30px, 4vw, 48px);
}

.contact-scope-card.is-fit {
  border-color: var(--gold);
  box-shadow: inset 0 3px 0 var(--gold);
}

.contact-scope-card.is-outside {
  background: #ebe8e2;
}

.contact-scope-label {
  display: block;
  margin-bottom: 20px;
  color: var(--gold-ink);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-scope-card h3,
.contact-local h3 {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.contact-scope-card > p {
  margin: 0;
  color: var(--body);
  line-height: 1.65;
}

.contact-scope-card ul {
  display: grid;
  gap: 12px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.contact-scope-card li {
  position: relative;
  margin: 0;
  padding-left: 27px;
  color: #514e47;
  font-size: 14px;
  line-height: 1.5;
}

.contact-scope-card li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--gold-ink);
  content: "✓";
  font-weight: 800;
}

.contact-scope-card.is-outside li::before {
  color: #888178;
  content: "–";
}

.contact-scope-card a {
  color: inherit;
  text-decoration-color: rgba(141, 106, 62, 0.42);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.contact-scope-card a:hover,
.contact-scope-card a:focus-visible {
  color: var(--gold-ink);
  text-decoration-color: currentColor;
}

.contact-local {
  display: grid;
  grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(40px, 7vw, 90px);
  align-items: start;
  margin-top: 18px;
  border-top: 3px solid var(--gold);
  background: #0b0a08;
  color: rgba(255, 255, 255, 0.74);
  padding: clamp(34px, 5vw, 58px);
}

.contact-local > * {
  min-width: 0;
}

.contact-local .contact-scope-label {
  color: var(--gold);
}

.contact-local h3 {
  margin-bottom: 0;
  color: #fff;
}

.contact-local-copy > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.7;
}

.contact-local-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 25px 0;
  padding: 0;
  list-style: none;
}

.contact-local-copy li {
  margin: 0;
  border: 1px solid rgba(188, 149, 101, 0.56);
  color: #fff;
  padding: 9px 13px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-local-copy .contact-local-note {
  color: var(--gold-soft);
  font-size: 13px;
}

/* Contact-page featured work */

.contact-projects {
  overflow: hidden;
  background: #0b0a08;
  color: rgba(255, 255, 255, 0.72);
  padding: clamp(76px, 9vw, 118px) 0;
}

.contact-projects-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
}

.contact-projects .eyebrow {
  color: var(--gold);
}

.contact-projects h2 {
  max-width: 760px;
  margin-bottom: 0;
  color: #fff;
}

.contact-project-carousel {
  position: relative;
}

.contact-project-arrow {
  position: absolute;
  z-index: 4;
  top: calc(50% - 9px);
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  transform: translateY(-50%);
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: rgba(11, 10, 8, 0.95);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
  color: #fff;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.contact-project-arrow svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-project-prev {
  left: -60px;
}

.contact-project-next {
  right: -60px;
}

.contact-project-arrow:hover,
.contact-project-arrow:focus-visible {
  background: var(--gold);
  color: var(--ink);
}

.contact-project-arrow:not(:disabled):active {
  transform: translateY(-50%) scale(0.94);
}

.contact-project-arrow:disabled {
  cursor: default;
  opacity: 0.42;
}

.contact-projects-swipe {
  margin: 20px 0 30px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-projects-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0 1px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.contact-projects-track::-webkit-scrollbar {
  display: none;
}

.contact-project-card {
  position: relative;
  min-width: calc((100% - 40px) / 3);
  flex: 0 0 calc((100% - 40px) / 3);
  overflow: hidden;
  background: #221f1a;
  aspect-ratio: 4 / 5;
  color: #fff;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.contact-project-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 1, 1, 0.04) 28%, rgba(2, 1, 1, 0.9) 100%);
  content: "";
}

.contact-project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-project-card:hover img,
.contact-project-card:focus-visible img {
  transform: scale(1.035);
}

.contact-project-card-shade {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.contact-project-card-shade > span:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.contact-project-card-shade b {
  color: var(--gold);
  font-size: 18px;
  font-weight: 400;
}

.contact-project-type {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-project-card strong {
  margin-bottom: 17px;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.7vw, 2.25rem);
  font-weight: 400;
  line-height: 1.03;
}

.contact-projects-footer {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.interior-cta {
  position: relative;
  overflow: hidden;
  background: var(--gold);
  color: #171713;
  padding: clamp(70px, 9vw, 110px) 0;
}

.interior-cta::after {
  position: absolute;
  top: -140px;
  right: -70px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(23, 23, 19, 0.28);
  border-radius: 50%;
  content: "";
}

.interior-cta .page-width {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.interior-cta h2 {
  max-width: 760px;
  margin-bottom: 0;
  color: #171713;
}

.interior-cta .button {
  flex: none;
}

.interior-page .site-footer {
  background: #020101;
  color: rgba(255, 255, 255, 0.64);
}

.interior-page .footer-brand img {
  filter: none;
}

.interior-page .footer-column a,
.interior-page .footer-bottom a {
  color: #fff;
}

.interior-page .footer-column h3 {
  color: var(--gold);
}

.interior-page .footer-column > a:hover,
.interior-page .footer-column > a:focus-visible {
  color: var(--gold);
}

.interior-page .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.13);
}

@media (max-width: 1100px) {
  .gold-note {
    right: 20px;
  }

  .communication-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .communication-band article:nth-child(2) {
    border-right: 0;
  }

  .communication-band article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .fit-layout {
    grid-template-columns: minmax(0, 0.8fr) minmax(470px, 1.2fr);
    gap: 45px;
  }

  .contact-project-carousel {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .contact-projects-track {
    margin-inline: 56px;
  }

  .contact-project-prev {
    left: 0;
  }

  .contact-project-next {
    right: 0;
  }
}

@media (max-width: 960px) {
  .interior-page .mobile-menu {
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .interior-hero {
    min-height: 620px;
  }

  .interior-hero-content {
    padding: 160px 0 72px;
  }

  .about-subnav {
    top: 87px;
  }

  .about-subnav .page-width {
    justify-content: flex-start;
  }

  .editorial-grid,
  .contact-form-layout {
    grid-template-columns: 1fr;
  }

  .editorial-grid.reverse .editorial-media {
    order: initial;
  }

  .editorial-copy {
    max-width: 720px;
  }

  .editorial-media img {
    min-height: 480px;
  }

  .gold-note {
    right: 20px;
  }

  .contact-intro,
  .fit-copy {
    position: static;
  }

  .fit-page-hero {
    padding: 145px 0 75px;
  }

  .fit-layout {
    grid-template-columns: 1fr;
  }

  .fit-copy {
    padding-top: 0;
  }

  .contact-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 165px 0 70px;
  }

  .contact-quick {
    max-width: 510px;
  }

  .contact-project-card {
    min-width: calc((100% - 20px) / 2);
    flex-basis: calc((100% - 20px) / 2);
  }

  .contact-project-prev {
    left: 0;
  }

  .contact-project-next {
    right: 0;
  }

  .contact-confidence-intro,
  .contact-confidence-feature,
  .contact-comparison-heading,
  .contact-comparison-grid,
  .contact-scope-heading,
  .contact-scope-grid,
  .contact-local,
  .contact-review-final-grid {
    grid-template-columns: 1fr;
  }

  .contact-confidence-intro,
  .contact-comparison-heading,
  .contact-scope-heading {
    align-items: start;
  }

  .contact-review-card,
  .contact-confidence-detail,
  .contact-comparison-heading > p,
  .contact-scope-heading > p {
    max-width: 760px;
  }

  .contact-local {
    gap: 26px;
  }

  .contact-confidence-feature.is-reverse .contact-confidence-media {
    order: initial;
  }

  .article-grid,
  .value-grid,
  .expectation-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .article-card:last-child,
  .value-grid article:last-child,
  .expectation-grid article:last-child {
    grid-column: 1 / -1;
  }

  .value-grid article:last-child,
  .expectation-grid article:last-child {
    min-height: 230px;
  }
}

@media (max-width: 680px) {
  .interior-page h1 {
    font-size: clamp(2.9rem, 15vw, 4.4rem);
  }

  .interior-page h2 {
    font-size: clamp(2.2rem, 11.5vw, 3.25rem);
  }

  .interior-hero {
    min-height: 570px;
  }

  .interior-hero-content {
    padding: 142px 0 56px;
  }

  .interior-hero::before {
    background: linear-gradient(90deg, rgba(10, 10, 8, 0.82), rgba(10, 10, 8, 0.48));
  }

  .about-subnav {
    top: 78px;
  }

  .about-subnav .page-width {
    width: 100%;
  }

  .about-subnav a {
    min-height: 56px;
    padding: 0 20px;
  }

  .editorial-grid {
    gap: 42px;
  }

  .editorial-media img {
    min-height: 390px;
  }

  .media-frame::before {
    top: -12px;
    right: -12px;
  }

  .gold-note {
    right: 12px;
    bottom: 12px;
    width: 145px;
    padding: 18px;
  }

  .fact-grid,
  .value-grid,
  .article-grid,
  .expectation-grid,
  .fit-grid {
    grid-template-columns: 1fr;
  }

  .article-card:last-child,
  .value-grid article:last-child,
  .expectation-grid article:last-child {
    grid-column: auto;
  }

  .value-grid article,
  .value-grid article:last-child,
  .expectation-grid article,
  .expectation-grid article:last-child {
    min-height: auto;
  }

  .value-grid .number,
  .expectation-grid .number {
    margin-bottom: 30px;
  }

  .process-row {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 20px;
    padding: 40px 0;
  }

  .process-number {
    font-size: 3.25rem;
  }

  .fit-page-hero {
    padding: 125px 0 62px;
  }

  .fit-copy > p {
    font-size: 17px;
  }

  .inquiry-card {
    padding: 27px 20px 30px;
  }

  .form-brand img {
    width: 88px;
    height: 57px;
  }

  .project-form {
    grid-template-columns: 1fr;
  }

  .form-field.full,
  .form-actions,
  .privacy-note,
  .form-note {
    grid-column: auto;
  }

  .choice-fieldset {
    grid-template-columns: 1fr;
  }

  .photo-dropzone {
    min-height: 172px;
    padding: 24px 16px;
  }

  .photo-preview-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-hero-grid {
    padding: 145px 0 57px;
  }

  .contact-quick {
    border-top: 1px solid rgba(255, 255, 255, 0.27);
    border-left: 0;
    padding: 24px 0 0;
  }

  .contact-projects {
    padding: 70px 0;
  }

  .contact-confidence {
    padding: 68px 0;
  }

  .contact-confidence-intro {
    gap: 34px;
    padding-bottom: 58px;
  }

  .contact-review-card {
    box-shadow: 9px 9px 0 rgba(188, 149, 101, 0.2);
    padding: 28px 24px;
  }

  .contact-review-card blockquote {
    font-size: 1.45rem;
  }

  .contact-confidence-flow {
    gap: 70px;
    padding: 68px 0;
  }

  .contact-confidence-feature {
    gap: 38px;
  }

  .contact-confidence-media {
    box-shadow: 8px 8px 0 var(--gold);
  }

  .contact-confidence-number {
    margin-bottom: 22px;
  }

  .contact-confidence-list {
    margin: 23px 0 26px;
  }

  .contact-approach-comparison {
    padding-top: 60px;
  }

  .contact-comparison-heading {
    gap: 21px;
    margin-bottom: 30px;
  }

  .contact-approach-card {
    min-height: auto;
    padding: 29px 24px;
  }

  .contact-scope {
    margin-top: 66px;
    padding-top: 60px;
  }

  .contact-scope-heading {
    gap: 21px;
    margin-bottom: 30px;
  }

  .contact-scope-card {
    min-height: auto;
    padding: 29px 24px;
  }

  .contact-local {
    padding: 29px 24px;
  }

  .contact-local-copy ul {
    gap: 8px;
    margin: 22px 0;
  }

  .contact-projects-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
  }

  .contact-project-carousel {
    width: calc(100% + 28px);
    margin-left: -14px;
  }

  .contact-project-arrow {
    width: 44px;
    height: 44px;
  }

  .contact-project-prev {
    left: 2px;
  }

  .contact-project-next {
    right: 2px;
  }

  .contact-projects-track {
    margin-inline: 48px;
  }

  .contact-projects-swipe {
    margin-top: 18px;
  }

  .contact-project-card {
    min-width: 100%;
    flex-basis: 100%;
  }

  .contact-project-card-shade {
    padding: 23px;
  }

  .contact-projects-footer .button {
    width: 100%;
  }

  .communication-band {
    grid-template-columns: 1fr;
  }

  .communication-band article,
  .communication-band article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .communication-band article:last-child {
    border-bottom: 0;
  }

  .communication-band article {
    min-height: auto;
  }

  .communication-band .number {
    margin-bottom: 28px;
  }

  .interior-cta .page-width {
    align-items: flex-start;
    flex-direction: column;
  }

  .interior-cta .button {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .interior-page .header-cta {
    display: none;
  }

  .interior-page .menu-toggle {
    margin-left: auto;
  }

  .process-row {
    grid-template-columns: 1fr;
  }

  .process-number {
    margin-bottom: 0;
  }

  .form-brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .form-brand div {
    border-top: 1px solid var(--line);
    border-left: 0;
    padding: 14px 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .interior-page *,
  .interior-page *::before,
  .interior-page *::after {
    scroll-behavior: auto !important;
  }
}

/* Compact interior-page system shared by About, Process, Communication, Fit, and Contact. */
.interior-page h1 {
  font-size: clamp(2.9rem, 5.8vw, 5.45rem);
}

.interior-page h2 {
  font-size: clamp(2.1rem, 4vw, 3.85rem);
}

.interior-hero {
  min-height: 560px;
}

.interior-hero-content {
  padding: 154px 0 68px;
}

.interior-hero .lead {
  font-size: clamp(1rem, 1.55vw, 1.17rem);
}

.about-subnav a {
  min-height: 56px;
  padding-inline: 23px;
}

.editorial-section {
  padding-block: clamp(64px, 7vw, 96px);
}

.editorial-grid {
  gap: clamp(44px, 6.5vw, 88px);
}

.editorial-copy > h2 {
  margin-bottom: 23px;
}

.editorial-copy > p,
.section-intro p:last-child {
  font-size: 16px;
}

.editorial-media img {
  min-height: 465px;
}

.gold-note {
  width: 155px;
  padding: 21px;
}

.fact-grid article,
.value-grid article,
.article-card,
.expectation-grid article,
.fit-card {
  padding: 30px;
}

.fact-grid strong {
  font-size: clamp(2.25rem, 4vw, 3.35rem);
}

.value-grid article,
.expectation-grid article {
  min-height: 245px;
}

.value-grid .number,
.expectation-grid .number {
  margin-bottom: 38px;
}

.section-intro {
  margin-bottom: 46px;
}

.process-row {
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 36px;
  padding-block: 40px;
}

.process-number {
  font-size: 3.7rem;
}

.process-row h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.75rem);
}

.fit-page-hero {
  padding: 145px 0 72px;
}

.fit-layout {
  gap: clamp(42px, 6vw, 82px);
}

.fit-copy {
  padding-top: 28px;
}

.fit-copy > p {
  font-size: 17px;
}

.inquiry-card {
  padding: clamp(28px, 4vw, 48px);
}

.inquiry-card > h2 {
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
}

.photo-dropzone {
  min-height: 160px;
  padding: 23px 19px;
}

.contact-hero-grid {
  gap: 55px;
  padding: 154px 0 70px;
}

.contact-form-layout {
  gap: clamp(45px, 6.5vw, 86px);
}

.article-card {
  min-height: 470px;
}

.article-card img {
  height: 215px;
}

.article-content {
  padding: 25px;
}

.communication-band article {
  min-height: 220px;
  padding: 27px;
}

.communication-band .number {
  margin-bottom: 34px;
}

.contact-confidence {
  padding-block: clamp(64px, 7vw, 90px);
}

.contact-confidence-intro {
  gap: clamp(38px, 5.5vw, 68px);
  padding-bottom: clamp(48px, 5.5vw, 68px);
}

.contact-review-card {
  padding: clamp(27px, 3.3vw, 39px);
}

.contact-review-final {
  padding-block: clamp(62px, 7vw, 88px);
}

.contact-confidence-flow {
  gap: clamp(62px, 8vw, 96px);
  padding-block: clamp(62px, 8vw, 96px);
}

.contact-confidence-feature {
  gap: clamp(42px, 6.5vw, 82px);
}

.contact-confidence-number {
  font-size: clamp(3rem, 5.5vw, 5.1rem);
}

.contact-confidence-detail h3 {
  font-size: clamp(1.8rem, 3vw, 2.75rem);
}

.contact-approach-comparison,
.contact-scope {
  padding-top: clamp(52px, 6vw, 72px);
}

.contact-scope {
  margin-top: clamp(58px, 7vw, 82px);
}

.contact-comparison-heading,
.contact-scope-heading {
  margin-bottom: 34px;
}

.contact-approach-card,
.contact-scope-card {
  min-height: 330px;
  padding: clamp(27px, 3.3vw, 39px);
}

.contact-approach-card h3,
.contact-scope-card h3,
.contact-local h3 {
  font-size: clamp(1.6rem, 2.45vw, 2.2rem);
}

.contact-local {
  padding: clamp(29px, 4vw, 45px);
}

.contact-projects {
  padding-block: clamp(62px, 7vw, 90px);
}

.contact-project-card strong {
  font-size: clamp(1.5rem, 2.2vw, 1.95rem);
}

.interior-cta {
  padding-block: clamp(58px, 7vw, 84px);
}

@media (max-width: 960px) {
  .interior-hero {
    min-height: 540px;
  }

  .interior-hero-content {
    padding: 140px 0 60px;
  }

  .editorial-media img {
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  .interior-page h1 {
    font-size: clamp(2.55rem, 12.5vw, 3.55rem);
  }

  .interior-page h2 {
    font-size: clamp(1.95rem, 9vw, 2.6rem);
  }

  .interior-hero {
    min-height: 500px;
  }

  .interior-hero-content {
    padding: 118px 0 47px;
  }

  .about-subnav {
    top: 72px;
  }

  .about-subnav a {
    min-height: 52px;
    padding-inline: 17px;
  }

  .editorial-section {
    padding-block: 55px;
  }

  .editorial-grid {
    gap: 34px;
  }

  .editorial-media img {
    min-height: 350px;
  }

  .process-row {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 17px;
    padding-block: 32px;
  }

  .process-number {
    font-size: 2.8rem;
  }

  .fit-page-hero {
    padding: 110px 0 52px;
  }

  .fit-copy > p {
    font-size: 16px;
  }

  .photo-dropzone {
    min-height: 150px;
  }

  .contact-hero-grid {
    padding: 118px 0 47px;
  }

  .contact-projects,
  .contact-confidence,
  .contact-review-final {
    padding-block: 55px;
  }

  .contact-confidence-intro {
    padding-bottom: 46px;
  }

  .contact-confidence-flow {
    gap: 55px;
    padding-block: 55px;
  }

  .contact-approach-card,
  .contact-scope-card {
    min-height: 0;
  }

  .interior-cta {
    padding-block: 55px;
  }
}
