:root {
  --blue: #204df4;
  --ink: #181b22;
  --muted: #62656d;
  --paper: #fff;
  --line: #dedfe3;
  --soft: #f4f5f7;
  --body: "Manrope", Arial, sans-serif;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #ffad19;
  outline-offset: 5px;
}
::selection {
  background: #d0dcff;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.7;
}
a,
button {
  touch-action: manipulation;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: var(--ink);
  color: #fff;
  z-index: 100;
  padding: 12px 20px;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  height: 96px;
  padding: 0 4.4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  position: relative;
  z-index: 30;
  border-bottom: 1px solid #eee;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.brand-mark {
  width: 48px;
  height: 48px;
  position: relative;
  overflow: hidden;
}
.brand-mark img {
  position: absolute;
  width: 100px;
  height: 100px;
  max-width: none;
  top: -5px;
  left: -29px;
}
.brand-type {
  font-size: 29px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.045em;
  color: #093d56;
}
.brand-type > span {
  display: block;
  margin-top: 7px;
  font-size: 10px;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.site-header nav {
  display: flex;
  gap: 36px;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
}
.site-header nav > a {
  padding: 12px 0;
  transition: color 0.2s;
}
.site-header nav > a:hover {
  color: var(--blue);
}
.site-header nav > .nav-contact {
  border: 1px solid var(--ink);
  padding: 12px 18px;
  margin-left: 10px;
  display: flex;
  gap: 23px;
  align-items: center;
}
.nav-contact span {
  font-size: 22px;
  line-height: 1;
}
.menu-toggle {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 46% 54%;
  min-height: 670px;
}
.hero-copy {
  padding: 57px 6% 30px 9.6%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.13em;
  font-weight: 700;
  display: flex;
  gap: 12px;
  align-items: center;
  line-height: 1.5;
}
.cross {
  font-size: 25px;
  color: var(--blue);
  font-weight: 400;
  line-height: 0.7;
}
.hero h1 {
  font: 700 clamp(76px, 7.9vw, 126px) / 0.94 var(--display);
  letter-spacing: -0.016em;
  margin: 28px 0 26px;
}
.hero h1 span {
  color: var(--blue);
}
.hero-description {
  max-width: 345px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 15px 21px;
  font-size: 14px;
  font-weight: 700;
  min-height: 54px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button span {
  font-size: 23px;
  line-height: 1;
}
.button:hover {
  transform: translateY(-2px);
}
.button-blue {
  background: var(--blue);
  color: #fff;
}
.button-blue:hover {
  background: #173dcc;
}
.hero .button {
  margin-top: 26px;
}
.hero-note {
  margin-top: auto;
  padding-top: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.ink-chips {
  display: flex;
}
.ink-chips i {
  width: 13px;
  height: 13px;
  background: #00b4cf;
}
.ink-chips i:nth-child(2) {
  background: #e93886;
}
.ink-chips i:nth-child(3) {
  background: #ffd42b;
}
.ink-chips i:nth-child(4) {
  background: #202126;
}
.hero-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #252e33;
}
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  position: absolute;
}
.hero-visual:after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(4, 14, 29, 0.72));
  pointer-events: none;
}
.image-tag {
  position: absolute;
  left: 32px;
  top: 30px;
  color: #fff;
  background: #141d2799;
  backdrop-filter: blur(10px);
  font-size: 11px;
  letter-spacing: 0.15em;
  padding: 8px 13px;
  z-index: 1;
}
.image-caption {
  position: absolute;
  inset: auto 34px 32px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  color: #fff;
  z-index: 1;
  font-size: 20px;
  line-height: 1.6;
}
.image-caption small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.18em;
  margin-bottom: 7px;
}
.image-caption a {
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff80;
  display: grid;
  place-items: center;
  font-size: 28px;
  transition: background 0.2s;
}
.image-caption a:hover {
  background: #ffffff20;
}
.craft-strip {
  background: var(--blue);
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 22px;
  min-height: 68px;
  padding: 14px 3%;
  font-family: var(--display);
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.craft-strip b {
  font: 28px var(--body);
  font-weight: 400;
  color: #b7d7ff;
}
@media (min-width: 1700px) {
  .hero-copy {
    padding-top: 80px;
    padding-bottom: 45px;
  }
  .hero {
    min-height: 790px;
  }
  .hero h1 {
    font-size: 140px;
  }
  .hero-description {
    font-size: 18px;
    max-width: 390px;
  }
}
@media (max-width: 1100px) {
  .site-header {
    padding: 0 4%;
    height: 84px;
  }
  .site-header nav {
    gap: 22px;
    font-size: 13px;
  }
  .site-header nav > .nav-contact {
    margin-left: 0;
    padding: 10px 13px;
    gap: 12px;
  }
  .hero {
    min-height: 605px;
  }
  .hero-copy {
    padding-top: 48px;
  }
  .hero h1 {
    font-size: 9vw;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-note {
    font-size: 8px;
    gap: 8px;
  }
  .image-caption {
    font-size: 17px;
  }
  .craft-strip {
    font-size: 19px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 24px;
  }
  .site-header {
    height: 80px;
    padding: 0 6%;
  }
  .brand-type {
    font-size: 26px;
  }
  .brand-mark {
    width: 43px;
    height: 45px;
  }
  .brand-mark img {
    width: 94px;
    height: 94px;
    top: -4px;
    left: -28px;
  }
  .menu-toggle {
    border: 0;
    background: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    padding: 12px 0 12px 14px;
  }
  .site-header nav {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 6% 24px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 20px #00000008;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition:
      opacity 0.2s,
      transform 0.2s,
      visibility 0.2s;
  }
  .site-header nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: none;
  }
  .site-header nav > a {
    font-size: 16px;
    padding: 13px 0;
  }
  .site-header nav > .nav-contact {
    margin-top: 8px;
    justify-content: space-between;
    padding: 12px 16px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .hero-copy {
    padding: 36px 6% 28px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  .hero h1 {
    font-size: clamp(80px, 15.9vw, 116px);
    margin: 23px 0 21px;
  }
  .hero-description {
    max-width: 355px;
    font-size: 16px;
  }
  .hero .button {
    margin-top: 23px;
  }
  .hero-note {
    padding-top: 27px;
    font-size: 9px;
  }
  .hero-visual {
    height: 370px;
  }
  .hero-image {
    object-position: center center;
  }
  .image-tag {
    top: 22px;
    left: 6%;
    font-size: 10px;
  }
  .image-caption {
    inset: auto 6% 24px;
    font-size: 18px;
  }
  .image-caption small {
    font-size: 10px;
  }
  .craft-strip {
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px 18px;
    padding: 19px 5%;
    font-size: 18px;
    min-height: 0;
  }
  .craft-strip b {
    font-size: 19px;
  }
  .craft-strip b:last-child {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

/* Content sections */
.section {
  padding: 104px 6%;
  max-width: 1800px;
  margin: 0 auto;
}
.section-heading {
  display: grid;
  grid-template-columns: 32% 68%;
  margin-bottom: 55px;
}
.section-heading > .eyebrow {
  align-self: start;
  margin-top: 12px;
}
.section-index {
  color: var(--blue);
  margin-right: 8px;
  font-size: 12px;
  letter-spacing: 0;
}
h2 {
  font: 700 clamp(44px, 4.4vw, 72px) / 1.02 var(--display);
  letter-spacing: -0.01em;
}
.section-lead {
  max-width: 585px;
  color: var(--muted);
  margin-top: 22px;
  line-height: 1.9;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.service {
  padding: 27px 32px 31px 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.service + .service {
  border-left: 1px solid var(--line);
  padding-left: 32px;
}
.service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--blue);
  font-size: 14px;
  font-weight: 600;
}
.service-top span:last-child {
  font-size: 25px;
}
.service h3 {
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: -0.045em;
  margin: 27px 0 18px;
  font-weight: 700;
}
.service p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}
.service-foot {
  margin-top: auto;
  padding-top: 31px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.service-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-top: 28px;
  font-size: 13px;
  color: var(--muted);
}
.text-link {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.text-link span {
  font-size: 23px;
}
.text-link:hover {
  color: var(--blue);
}
.workshop {
  background: var(--soft);
}
.workshop-gallery {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 24px;
}
.workshop-gallery figure {
  min-width: 0;
}
.workshop-gallery img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.workshop-wide img {
  object-position: 53% center;
}
.workshop-tall img {
  object-position: center 50%;
}
.workshop-gallery figcaption {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 13px;
  color: var(--muted);
}
.workshop-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding-top: 50px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.025em;
}
.workshop-values p {
  border-top: 1px solid #ccced4;
  padding-top: 22px;
}
.process {
  background: var(--ink);
  color: #fff;
}
.process-heading {
  display: flex;
  gap: 40px;
  align-items: end;
  justify-content: space-between;
}
.process-heading h2 {
  margin-top: 27px;
}
.process .section-index {
  color: #94afff;
}
.process-heading > p {
  max-width: 355px;
  color: #b6b8c0;
  font-size: 15px;
  padding-bottom: 4px;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 33px;
  list-style: none;
  padding: 0;
  margin: 65px 0 0;
}
.process-steps li {
  border-top: 1px solid #5c5e64;
  padding-top: 23px;
}
.step-number {
  font: 600 41px var(--display);
  color: #94afff;
}
.process-steps h3 {
  font-size: 17px;
  letter-spacing: -0.025em;
  font-weight: 600;
  margin: 15px 0 13px;
}
.process-steps p {
  font-size: 14px;
  color: #b6b8c0;
  line-height: 1.85;
}
.faq {
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 0;
}
.faq h2 {
  margin-top: 25px;
}
.faq-note {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
  margin-top: 23px;
}
.faq-note a {
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  display: inline-block;
  padding: 4px 0;
}
.faq-note a:hover {
  color: var(--blue);
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  list-style: none;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary > span {
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 400;
  transition: transform 0.2s;
  color: var(--blue);
}
.faq details[open] summary > span {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 40px 26px 0;
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted);
}
.contact {
  background: var(--blue);
  color: #fff;
  padding-bottom: 85px;
}
.contact-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.contact .section-index {
  color: #c4d0ff;
}
.contact-location {
  font-size: 11px;
  letter-spacing: 0.1em;
}
.contact-main {
  display: grid;
  grid-template-columns: 56% 44%;
  gap: 0;
}
.contact h2 {
  font-size: clamp(76px, 7.7vw, 124px);
  line-height: 0.95;
  letter-spacing: -0.015em;
}
.contact-main > div > p {
  margin-top: 27px;
  font-size: 15px;
  line-height: 1.9;
  color: #e0e6ff;
}
.button-white {
  background: #fff;
  color: var(--blue);
  margin-top: 30px;
}
.button-white:hover {
  background: #eef1ff;
}
.contact-details {
  padding: 3px 0 0 25px;
}
.contact-item {
  margin-bottom: 25px;
  min-width: 0;
}
.contact-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin-bottom: 10px;
  color: #d0dcff;
}
.phone-number {
  font-size: clamp(29px, 3vw, 46px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.3;
  display: inline-block;
}
.phone-number:hover,
.email-link:hover {
  color: #d2ddff;
}
.email-link {
  font-size: clamp(14px, 1.25vw, 19px);
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
  display: block;
}
.copy-email {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 11px;
  color: #e0e6ff;
  border: 0;
  border-bottom: 1px solid #ffffff50;
  padding: 5px 0;
  background: none;
  min-height: 32px;
  margin-top: 7px;
}
.copy-email:hover {
  color: #fff;
  border-color: #fff;
}
.copy-email span {
  font-size: 17px;
}
.copy-status {
  display: block;
  font-size: 12px;
  margin-top: 6px;
  min-height: 20px;
  line-height: 1.5;
}
.contact address {
  font-style: normal;
  font-size: 15px;
  line-height: 1.85;
}
.address-item {
  margin-bottom: 0;
}
.map-link {
  display: inline-flex;
  gap: 22px;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #ffffff70;
  padding: 5px 0;
  margin-top: 12px;
}
.map-link span {
  font-size: 19px;
}
.map-link:hover {
  border-color: #fff;
}
.site-footer {
  padding: 40px 6% 25px;
  max-width: 1800px;
  margin: auto;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding-bottom: 34px;
}
.footer-top > p {
  font-size: 15px;
  color: var(--muted);
}
.back-top {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.back-top span {
  font-size: 25px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--muted);
  gap: 20px;
}
.footer-bottom p:last-child {
  color: #7a7d85;
}
@media (min-width: 1800px) {
  .hero,
  .craft-strip,
  .site-header {
    max-width: 1800px;
    margin: auto;
  }
  .site-header {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1100px) {
  .section {
    padding: 80px 5%;
  }
  .section-heading {
    grid-template-columns: 30% 70%;
  }
  .service {
    padding-right: 22px;
  }
  .service + .service {
    padding-left: 22px;
  }
  .service h3 {
    font-size: 20px;
  }
  .service p {
    font-size: 14px;
  }
  .service-foot {
    font-size: 9px;
    letter-spacing: 0.05em;
  }
  .service-bottom {
    font-size: 12px;
  }
  .service-bottom .text-link {
    font-size: 13px;
  }
  .workshop-gallery img {
    height: 370px;
  }
  .workshop-values {
    font-size: 15px;
  }
  .process-steps {
    gap: 23px;
  }
  .process-steps h3 {
    font-size: 16px;
  }
  .process-heading > p {
    max-width: 300px;
    font-size: 14px;
  }
  .contact-main {
    grid-template-columns: 52% 48%;
  }
  .contact-details {
    padding-left: 20px;
  }
  .contact h2 {
    font-size: 8vw;
  }
  .footer-top > p {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  .section {
    padding: 62px 6%;
  }
  .section-heading {
    display: block;
    margin-bottom: 34px;
  }
  .section-heading > .eyebrow {
    margin: 0 0 24px;
  }
  h2 {
    font-size: clamp(43px, 8.8vw, 64px);
  }
  .section-lead {
    font-size: 15px;
    margin-top: 20px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service {
    padding: 23px 0 26px;
  }
  .service + .service {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 23px 0 26px;
  }
  .service-top {
    font-size: 13px;
  }
  .service h3 {
    font-size: 23px;
    margin: 14px 0;
  }
  .service p {
    font-size: 15px;
    max-width: 500px;
  }
  .service-foot {
    font-size: 10px;
    padding-top: 22px;
  }
  .service-bottom {
    flex-direction: column;
    align-items: start;
    gap: 12px;
    padding-top: 23px;
    font-size: 13px;
  }
  .service-bottom .text-link {
    font-size: 14px;
  }
  .workshop-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 13px;
  }
  .workshop-gallery img {
    height: 290px;
  }
  .workshop-wide img {
    object-position: 46% center;
  }
  .workshop-tall img {
    object-position: 52% center;
  }
  .workshop-gallery figcaption {
    font-size: 9px;
    letter-spacing: 0.03em;
    margin-top: 9px;
  }
  .workshop-gallery figcaption span:last-child {
    display: none;
  }
  .workshop-values {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 30px;
    font-size: 16px;
  }
  .workshop-values p {
    padding: 14px 0;
  }
  .process-heading {
    display: block;
  }
  .process-heading h2 {
    margin-top: 24px;
  }
  .process-heading > p {
    margin-top: 25px;
    max-width: none;
    font-size: 15px;
  }
  .process-steps {
    grid-template-columns: 1fr 1fr;
    gap: 29px 23px;
    margin-top: 37px;
  }
  .process-steps li {
    padding-top: 17px;
  }
  .step-number {
    font-size: 36px;
  }
  .process-steps h3 {
    font-size: 16px;
    margin: 10px 0;
  }
  .process-steps p {
    font-size: 14px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .faq h2 {
    margin-top: 23px;
  }
  .faq h2 br {
    display: none;
  }
  .faq h2 {
    font-size: 43px;
  }
  .faq-note {
    margin-top: 16px;
  }
  .faq-note br {
    display: none;
  }
  .faq-note a {
    margin-left: 4px;
  }
  .faq summary {
    font-size: 15px;
    padding: 22px 0;
    gap: 15px;
  }
  .faq-answer {
    font-size: 14px;
    padding-right: 10px;
  }
  .contact-top {
    margin-bottom: 32px;
  }
  .contact-location {
    display: none;
  }
  .contact-main {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .contact h2 {
    font-size: clamp(48px, 14.8vw, 106px);
  }
  .contact-main > div > p {
    font-size: 14px;
    margin-top: 24px;
  }
  .contact-main > div > p br {
    display: none;
  }
  .contact-details {
    padding: 30px 0 0;
    border-top: 1px solid #ffffff50;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .phone-number {
    font-size: 37px;
  }
  .email-link {
    font-size: 15px;
    letter-spacing: -0.035em;
  }
  .contact-label {
    font-size: 11px;
  }
  .copy-email {
    font-size: 12px;
  }
  .contact address {
    font-size: 15px;
  }
  .contact-item {
    margin-bottom: 19px;
  }
  .contact-item:last-child {
    margin-bottom: 0;
  }
  .site-footer {
    padding: 30px 6% 22px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 22px;
    padding-bottom: 25px;
  }
  .footer-top > p {
    display: none;
  }
  .back-top {
    font-size: 12px;
    gap: 12px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 9px;
    font-size: 10px;
  }
  .footer-bottom p:last-child {
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .hero h1 {
    font-size: 22vw;
  }
  .hero-note {
    font-size: 8px;
  }
  .workshop-gallery {
    grid-template-columns: 1fr;
  }
  .workshop-gallery img {
    height: 320px;
  }
  .process-steps {
    grid-template-columns: 1fr;
  }
  .email-link {
    font-size: 14px;
  }
  .contact h2 {
    font-size: 20vw;
  }
  .service-foot {
    font-size: 9px;
  }
}

/* Small labels remain readable on every breakpoint. */
.eyebrow,
.section-index,
.hero-note,
.image-tag,
.image-caption small,
.service-foot,
.workshop-gallery figcaption,
.contact-label,
.contact-location,
.footer-bottom,
.footer-bottom p:last-child {
  font-size: 12px;
}
.hero-note {
  letter-spacing: 0.015em;
  line-height: 1.5;
}
.service-foot {
  letter-spacing: 0.04em;
}
.site-header nav,
.text-link,
.service-bottom .text-link,
.map-link,
.back-top {
  font-size: 14px;
}
.copy-email {
  font-size: 14px;
  min-height: 44px;
}
.contact-label {
  letter-spacing: 0.1em;
}
.workshop-gallery figcaption {
  letter-spacing: 0.04em;
}
.footer-bottom {
  line-height: 1.8;
}
.error-page {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 60px 7%;
}
.error-page main {
  max-width: 650px;
}
.error-page h1 {
  font: 700 clamp(60px, 10vw, 110px) / 0.95 var(--display);
  margin: 26px 0;
}
.error-page h1 span {
  color: var(--blue);
}
.error-page main > p:not(.eyebrow) {
  color: var(--muted);
}
.error-page .button {
  margin-top: 27px;
}
@media (max-width: 1100px) and (min-width: 761px) {
  .site-header nav {
    gap: 17px;
  }
  .hero-note {
    font-size: 12px;
    max-width: 300px;
  }
  .hero-note .ink-chips {
    flex-shrink: 0;
  }
  .service-foot {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media (max-width: 760px) {
  .hero-note {
    font-size: 12px;
    max-width: 355px;
  }
  .hero-note .ink-chips {
    flex-shrink: 0;
  }
  .eyebrow {
    font-size: 12px;
    letter-spacing: 0.065em;
  }
  .workshop-gallery figcaption {
    font-size: 12px;
    letter-spacing: 0;
  }
  .footer-bottom {
    font-size: 12px;
  }
  .contact-top .eyebrow {
    font-size: 11px;
  }
  .contact-label {
    font-size: 12px;
  }
  .contact .button {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .hero-note {
    font-size: 11px;
  }
  .eyebrow {
    font-size: 11px;
  }
  .workshop-gallery figcaption {
    font-size: 12px;
  }
}

/* Reading copy scales consistently, including narrow screens. */
.section-lead,
.service p,
.process-heading > p,
.process-steps p,
.faq-answer,
.contact-main > div > p,
.contact address {
  font-size: 1rem;
}
@media (max-width: 360px) {
  .contact h2 {
    font-size: 15vw;
  }
}
