.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  background: #fff;
  color: #211c18;
  text-decoration: none;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }
.mobile-menu { display: none; }
.mobile-contact-bar { display: none; }

.header img { filter: none; }

.hero {
  background-image:
    linear-gradient(90deg, #0d0b09e6 0%, #17120ed1 30%, #2119114d 48%, #21191105 65%),
    linear-gradient(#9d754b0d, #9d754b0d),
    url('./hero-original-v2.webp');
  background-position: center;
}

.hero-copy {
  width: min(730px, 48vw);
  max-width: none;
  padding-top: 52px;
}

.hero-lockup {
  display: block;
  width: clamp(270px, 24vw, 420px);
  height: auto;
  margin: 0 0 clamp(45px, 7vh, 76px) -18px;
  object-fit: contain;
}

.hero h1.long-headline {
  margin: 0;
  font-size: clamp(42px, 3.55vw, 66px);
  line-height: 1.17;
  letter-spacing: -.025em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-kicker {
  display: block;
  margin-top: clamp(34px, 5vh, 54px);
  color: #d9b889;
  font-size: clamp(10px, .9vw, 15px);
  letter-spacing: .42em;
}

.hero-kicker i {
  padding: 0 .25em;
  font-style: normal;
}

.detail > div { background-image: url('./hero-original-v2.webp'); }

.craft-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0 7vw 95px;
  background: #f4f0e9;
}

.craft-proof p {
  margin: 0;
  padding: 30px 34px 0;
  border-top: 1px solid #bdb1a5;
  border-right: 1px solid #d2c8bd;
}

.craft-proof p:first-child { padding-left: 0; }
.craft-proof p:last-child { border-right: 0; }
.craft-proof strong,
.craft-proof span { display: block; }
.craft-proof strong { margin-bottom: 12px; font: 400 22px/1.25 Georgia, serif; }
.craft-proof span { max-width: 250px; color: #6f665f; font-size: 13px; line-height: 1.65; }

.projects { padding: 130px 7vw; background: #f4f0e9; color: #211c18; }
.projects-heading { display: grid; grid-template-columns: 1.2fr 1fr; gap: 8vw; align-items: end; margin-bottom: 70px; }
.projects-heading > span { grid-column: 1 / -1; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.projects-heading h2 { margin: 22px 0 0; font-size: clamp(54px, 6vw, 92px); line-height: .92; }
.projects-heading h2 em { color: #a47755; font-weight: 400; }
.projects-heading p { max-width: 480px; margin: 0; color: #6f665f; line-height: 1.8; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 55px 28px; }
.project-grid figure { margin: 0; }
.project-grid .project-large { grid-column: 1 / -1; }
.project-grid img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.project-grid .project-large img { aspect-ratio: 16 / 8.5; }
.project-grid figcaption { display: flex; justify-content: space-between; gap: 25px; align-items: end; padding-top: 20px; border-top: 1px solid #cfc4b8; }
.project-grid figcaption div { display: flex; gap: 18px; align-items: baseline; }
.project-grid figcaption b, .project-grid figcaption span { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.project-grid figcaption b { color: #a47755; }
.project-grid figcaption h3 { margin: 0; font-size: clamp(24px, 2.4vw, 36px); }
.project-grid figcaption span { color: #7a7068; }
.project-placeholder { min-height: 360px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; gap: 10px; border: 1px solid #cfc4b8; background: linear-gradient(145deg, #ddd2c5, #b9a692); color: #2b241f; }
.project-placeholder.project-large { min-height: 520px; }
.project-placeholder b { margin-bottom: auto; color: #8b5e3c; font-size: 10px; letter-spacing: .18em; }
.project-placeholder span { font-family: Georgia, serif; font-size: clamp(25px, 3vw, 42px); }
.project-placeholder small { font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.cards .service-inquiry {
  width: max-content;
  margin-top: 26px;
  padding-bottom: 7px;
  border-bottom: 1px solid #8d7c6e;
  color: #f5f1ea;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
}
.cards .service-inquiry span { display: inline-block; margin-left: 8px; transition: transform .2s ease; }
.cards .service-inquiry:hover span { transform: translateX(4px); }

a:focus-visible,
summary:focus-visible {
  outline: 2px solid #d0b191;
  outline-offset: 4px;
}

.contact-actions { display: flex; justify-content: center; gap: 12px; margin-top: 34px; }
.inquiry-form {
  width: min(900px, 100%);
  margin: 46px auto 0;
  padding: 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 24px;
  border: 1px solid #ffffff4d;
  background: #2119142e;
  text-align: left;
}
.form-required { grid-column: 1 / -1; margin: -4px 0 2px !important; color: #f4e9df; font: 11px/1.4 Arial, sans-serif !important; text-align: right; }
.form-required span,
.form-field label span { color: #f2d4b5; }
.form-field { display: flex; flex-direction: column; gap: 10px; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid #ffffff70;
  border-radius: 0;
  background: #fffaf5;
  color: #211c18;
  font: 16px/1.45 Arial, sans-serif;
}
.form-field textarea { min-height: 126px; resize: vertical; }
.form-field input::placeholder,
.form-field textarea::placeholder { color: #746a62; opacity: 1; }
.form-field input:focus-visible,
.form-field select:focus-visible,
.form-field textarea:focus-visible,
.form-submit button:focus-visible {
  outline: 3px solid #f0d0ad;
  outline-offset: 3px;
}
.form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 4px;
}
.form-submit p { max-width: 510px; margin: 0; color: #f4e9df; font: 13px/1.65 Arial, sans-serif; }
.form-submit p a,
.form-noscript a { color: inherit; text-underline-offset: 3px; }
.form-submit .button { flex: 0 0 auto; margin: 0; border: 0; cursor: pointer; }
.form-submit output { display: block; max-width: 330px; color: #fff; font: 13px/1.55 Arial, sans-serif; }
.form-submit output:empty { display: none; }
.form-submit output[data-state="success"] { color: #efffdc; }
.form-submit output[data-state="error"] { color: #ffe1dc; }
.form-submit button:disabled { cursor: wait; opacity: .62; }
.text-contact { align-self: center; color: #fff; font-size: 11px; letter-spacing: .12em; text-underline-offset: 4px; text-transform: uppercase; }
.form-noscript { margin: 0; color: #fff; font: 14px/1.6 Arial, sans-serif !important; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.turnstile-field { min-height: 70px; display: flex; align-items: center; }
.inquiry-guide { max-width: 760px; margin: 38px auto 0; padding: 24px 28px; border: 1px solid #ffffff50; text-align: left; }
.inquiry-guide strong { display: block; margin-bottom: 17px; font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.inquiry-guide ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.inquiry-guide li { position: relative; padding-left: 17px; font: 14px/1.55 Georgia, serif; }
.inquiry-guide li::before { content: "·"; position: absolute; left: 0; }
.contact-actions .button { margin-top: 0; }
.contact-button { background: #fff; color: #6f4d39; }
.studio-details { max-width: 760px; margin: 70px auto 0; padding-top: 34px; border-top: 1px solid #ffffff55; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; text-align: left; }
.studio-details small { display: block; margin-bottom: 15px; color: #f2dfd0; font-size: 9px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.studio-details a { display: block; width: max-content; max-width: 100%; margin: 5px 0; color: #fff; font: 16px/1.7 Georgia, serif; text-decoration: none; }
.studio-details a:hover, footer a:hover { text-decoration: underline; text-underline-offset: 4px; }

footer nav {
  display: flex;
  gap: 22px;
}

.legal-page { background: #f4f0e9; }
.legal-header {
  min-height: 112px;
  padding: 10px 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cfc4b8;
  background: #211c18;
}
.legal-header img { display: block; width: 150px; height: 90px; object-fit: contain; }
.legal-header > a:last-child,
.legal-footer a { color: #f4f0e9; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }
.legal-content { width: min(920px, 86vw); margin: 0 auto; padding: 100px 0 120px; }
.legal-content > span { font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.legal-content h1 { max-width: 880px; margin: 28px 0 38px; font-size: clamp(48px, 6vw, 86px); line-height: .98; }
.legal-intro { max-width: 680px; margin: 0 0 70px; color: #5f564f; font: 21px/1.65 Georgia, serif; }
.legal-content section { display: grid; grid-template-columns: 220px 1fr; gap: 55px; padding: 34px 0; border-top: 1px solid #cfc4b8; }
.legal-content section h2 { margin: 0; font-size: 24px; }
.legal-content section p { margin: 0; color: #554d46; line-height: 1.75; }
.legal-content section p + p { margin-top: 18px; }
.legal-content section a { color: #704c36; text-underline-offset: 3px; }
.legal-footer { padding: 35px 6vw; display: flex; justify-content: space-between; background: #211c18; }
.legal-footer small { grid-column: auto; padding: 0; border: 0; }

/* WCAG AA contrast corrections. */
.process li b { color: #6f492d; }
.process li p { color: #514a44; }
.contact em { color: #fff3e8; }
.studio-details small { color: #fff; }
footer small { color: #aaa099; }

@media (max-width: 850px) {
  .hero {
    min-height: 760px;
    align-items: flex-end;
    padding-bottom: 92px;
    background-image:
      linear-gradient(180deg, #17120e38 0%, #17120e5c 42%, #0c0a08e8 100%),
      url('./hero-original-v2.webp');
    background-position: 68% center;
  }

  .hero-copy {
    width: 100%;
    padding-top: 0;
  }

  .hero-lockup {
    width: min(260px, 68vw);
    margin: 0 0 38px -10px;
  }

  .hero h1.long-headline {
    max-width: 620px;
    font-size: clamp(35px, 9.6vw, 54px);
    line-height: 1.13;
    white-space: normal;
  }

  .hero-kicker {
    margin-top: 30px;
    font-size: 10px;
    letter-spacing: .3em;
  }
  body { padding-bottom: 58px; }

  .mobile-contact-bar {
    position: fixed;
    z-index: 30;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 58px;
    background: #211c18;
    box-shadow: 0 -8px 24px #0003;
  }

  .mobile-contact-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-contact-bar a + a { border-left: 1px solid #ffffff35; }

  .mobile-menu {
    display: block;
    position: relative;
    margin-left: auto;
    color: #fff;
  }

  .mobile-menu summary {
    cursor: pointer;
    list-style: none;
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  .mobile-menu summary::-webkit-details-marker { display: none; }

  .mobile-menu div {
    position: absolute;
    top: 35px;
    right: 0;
    width: 190px;
    padding: 16px;
    background: #211c18;
    box-shadow: 0 16px 36px #0005;
  }

  .mobile-menu div a {
    display: block;
    padding: 11px 8px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
  }

  footer nav { flex-direction: column; gap: 8px; }
  .contact-actions { align-items: center; flex-direction: column; }
  .inquiry-form { grid-template-columns: 1fr; padding: 28px 20px; }
  .form-field-wide { grid-column: auto; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .form-submit .button { width: 100%; }
  .form-required { grid-column: auto; }
  .legal-header { min-height: 92px; }
  .legal-header img { width: 125px; height: 72px; }
  .legal-content { padding: 70px 0 90px; }
  .legal-content section { grid-template-columns: 1fr; gap: 14px; }
  .legal-footer { align-items: flex-start; flex-direction: column; gap: 22px; }
  .inquiry-guide ul { grid-template-columns: 1fr; gap: 12px; }
  .studio-details { grid-template-columns: 1fr; gap: 30px; }
  .projects { padding: 90px 7vw; }
  .craft-proof { grid-template-columns: 1fr; padding-bottom: 70px; }
  .craft-proof p { padding: 24px 0; border-right: 0; }
  .craft-proof p + p { border-top-color: #d2c8bd; }
  .projects-heading, .project-grid { grid-template-columns: 1fr; }
  .projects-heading { gap: 30px; }
  .project-grid .project-large { grid-column: auto; }
  .project-grid .project-large img, .project-grid img { aspect-ratio: 4 / 3; }
  .project-grid figcaption { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Larger header mark for stronger brand presence. */
.header {
  height: 126px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .brand { height: 106px; }

.header .brand img {
  width: 168px;
  height: 168px;
}

.header .brand { visibility: hidden; }

@media (max-width: 850px) {
  .header { height: 104px; }
  .header .brand { height: 88px; }
  .header .brand img {
    width: 148px;
    height: 148px;
  }
}
