:root {
  --ink: #050506;
  --charcoal: #101113;
  --steel: #20242a;
  --line: #343941;
  --paper: #f2eee7;
  --muted: #b9b2aa;
  --accent: #00a7ff;
  --accent-deep: #0067ff;
  --silver: #c8ccd1;
  --warm: #b69b6e;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--paper);
  background:
    linear-gradient(rgba(5, 5, 6, 0.94), rgba(5, 5, 6, 0.96)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.035) 0, rgba(255,255,255,0.035) 1px, transparent 1px, transparent 8px),
    var(--ink);
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  background: var(--paper);
  color: var(--ink);
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.8rem clamp(1rem, 3vw, 2rem);
  background: rgba(5, 5, 6, 0.92);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  min-width: max-content;
  max-width: min(72vw, 390px);
}

.brand img,
.footer-mark {
  border: 1px solid rgba(255,255,255,0.18);
  background: #000;
}

.brand .brand-logo {
  width: 250px;
  height: auto;
  object-fit: contain;
  object-position: center;
  border: 0 !important;
  background: transparent !important;
}

.footer-mark.footer-logo {
  width: 290px;
  height: auto;
  margin-bottom: 0.85rem;
  border: 0 !important;
  background: transparent !important;
}

.brand strong,
.site-footer h2 {
  display: block;
  font-family: "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.site-nav a,
.header-call,
.nav-toggle {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.8rem;
  text-decoration: none;
  color: var(--muted);
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.88rem;
  white-space: nowrap;
}

.site-nav a[aria-current="page"],
.site-nav a:hover {
  color: var(--paper);
  background: rgba(255,255,255,0.07);
}

.site-nav a.nav-inkform {
  color: var(--accent);
  border: 1px solid rgba(0, 167, 255, 0.34);
  background: rgba(0, 167, 255, 0.08);
}

.site-nav a.nav-inkform:hover {
  color: #fff;
  border-color: rgba(0, 167, 255, 0.72);
  background: linear-gradient(135deg, rgba(0, 167, 255, 0.28), rgba(0, 92, 180, 0.22));
}

.header-call,
.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: white;
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 0 22px rgba(0, 167, 255, 0.24);
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  background: transparent;
  color: var(--paper);
  border: 1px solid var(--line);
  cursor: pointer;
}

.nav-toggle[aria-expanded="true"] {
  border-color: rgba(0, 167, 255, 0.7);
  background: rgba(0, 167, 255, 0.12);
}

.hero {
  min-height: calc(100svh - 74px);
  position: relative;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5,5,6,0.98) 0%, rgba(5,5,6,0.82) 44%, rgba(5,5,6,0.36) 100%),
    linear-gradient(0deg, rgba(5,5,6,0.92) 0%, rgba(5,5,6,0.12) 45%, rgba(5,5,6,0.72) 100%),
    url("img/shop-exterior-night.jpg") center / cover no-repeat;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.18;
  background-image: url("img/portfolio-04.jpg");
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
}

.hero-content,
.page-hero,
.content-section,
.split-section,
.studio-story,
.inkform-credit,
.brand-band,
.portfolio-strip,
.trust-grid,
.intro-band,
.award-section,
.review-band,
.contact-layout,
.site-footer .footer-grid,
.footer-bottom {
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
}

.hero-content {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.kicker {
  margin: 0 0 0.75rem;
  color: var(--accent);
  font-size: 0.82rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.16em;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.03;
  letter-spacing: 0;
}

h1,
h2 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}

.hero h1 {
  max-width: 820px;
  margin-top: 0.85rem;
  font-size: clamp(2.9rem, 6.1vw, 5.75rem);
  line-height: 0.94;
}

.hero p {
  max-width: 800px;
  color: var(--silver);
  font-size: clamp(1.04rem, 1.65vw, 1.2rem);
  font-weight: 500;
}

.award-line {
  display: inline-flex;
  max-width: max-content;
  margin: 0.3rem 0 0;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(0, 167, 255, 0.45);
  background: rgba(0, 167, 255, 0.1);
  color: var(--paper) !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-actions,
.center-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.86rem;
  letter-spacing: 0.06em;
}

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

.btn-ghost {
  border: 1px solid var(--line);
  color: var(--paper);
  background: rgba(255,255,255,0.04);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 850px;
  margin: 2rem 0 0;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.12);
}

.hero-facts div {
  padding: 1rem;
  background: rgba(10,11,13,0.76);
}

dt {
  color: var(--warm);
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 800;
}

dd {
  margin: 0.25rem 0 0;
}

.intro-band,
.review-band {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(1.5rem, 5vw, 5rem);
  padding: clamp(3rem, 7vw, 6rem) 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.award-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.award-copy h2 {
  font-size: clamp(2.15rem, 4.8vw, 4.2rem);
}

.award-copy p {
  max-width: 720px;
  color: var(--muted);
}

.award-card {
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.award-card img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  object-position: top center;
}

.studio-story {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.42fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(3rem, 7vw, 6rem) 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.studio-copy h2,
.brand-copy h2 {
  font-size: clamp(2.15rem, 4.8vw, 4.25rem);
}

.studio-copy p,
.brand-copy p {
  color: var(--muted);
}

.studio-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(190px, 15vw);
  gap: 0.75rem;
}

.studio-photo,
.brand-feature,
.location-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: #050506;
}

.studio-photo-wide {
  grid-column: span 2;
  grid-row: span 2;
}

.studio-photo img,
.brand-feature img,
.brand-thumbs img,
.location-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #050506;
}

.studio-photo figcaption,
.location-photo figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem;
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: linear-gradient(0deg, rgba(0,0,0,0.86), rgba(0,0,0,0));
}

.brand-band {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 1rem;
  align-items: stretch;
  padding: 0 0 clamp(3rem, 7vw, 6rem);
}

.brand-feature {
  min-height: 520px;
  grid-row: span 2;
}

.brand-copy {
  align-self: center;
  padding: clamp(1rem, 3vw, 2rem);
  border-top: 1px solid rgba(255,255,255,0.14);
  border-bottom: 1px solid rgba(255,255,255,0.14);
}

.brand-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.brand-thumbs img {
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255,255,255,0.12);
}

.inkform-credit {
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(2.25rem, 5vw, 4rem) 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.inkform-mark {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 1.25rem;
  border: 1px solid rgba(0, 167, 255, 0.38);
  background:
    linear-gradient(135deg, rgba(0,167,255,0.13), rgba(255,255,255,0.035)),
    #070809;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

.inkform-mark img {
  display: block;
  width: min(100%, 500px);
  height: auto;
}

.inkform-credit h2 {
  font-size: clamp(2rem, 4.4vw, 3.85rem);
}

.inkform-credit p:not(.kicker) {
  max-width: 780px;
  color: var(--muted);
}

.intro-band h2,
.section-header h2,
.page-hero h1 {
  font-size: clamp(2.15rem, 5vw, 4.5rem);
}

.intro-band p,
.section-header p,
.prose p,
.contact-panel p,
.site-footer p,
.review-band blockquote,
.aftercare-grid p,
.aftercare-grid li,
.faq-list p {
  color: var(--muted);
}

.split-section,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1.5rem;
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.section-header {
  max-width: 780px;
  margin-bottom: 1.5rem;
}

.artist-preview,
.artist-grid,
.trust-grid,
.aftercare-grid,
.footer-grid {
  display: grid;
  gap: 1rem;
}

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

.artist-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.artist-card,
.guest-note,
.contact-panel,
.trust-grid article,
.aftercare-grid article,
.map-placeholder,
.faq-list details {
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 1.15rem;
}

.artist-card.large {
  padding: 1.35rem;
}

.guest-note {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.guest-note.large {
  padding: 1.35rem;
}

.artist-card h2,
.artist-card h3,
.guest-note h2,
.guest-note h3,
.contact-panel h2,
.trust-grid h2,
.aftercare-grid h2,
.faq-list summary {
  font-family: "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
  font-size: 1.48rem;
  line-height: 1;
  color: var(--paper);
}

.artist-photo {
  aspect-ratio: 4 / 5;
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid rgba(255,255,255,0.14);
  background: #090a0b;
  object-fit: cover;
  object-position: center 30%;
}

.text-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--paper);
  font-weight: 900;
  text-transform: uppercase;
  text-decoration-color: var(--accent);
  text-underline-offset: 0.35em;
}

.contact-panel {
  position: sticky;
  top: 94px;
  align-self: start;
}

.contact-panel.large {
  position: static;
}

.portfolio-strip,
.content-section {
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.portfolio-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: 0.75rem;
}

.portfolio-feature {
  position: relative;
  min-height: 100%;
  margin: 0;
  border: 1px solid rgba(255,255,255,0.12);
  overflow: hidden;
  background: var(--steel);
}

.portfolio-feature img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: contain;
  background: #050506;
}

.portfolio-feature figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 0.2rem;
  padding: 1rem;
  background: linear-gradient(0deg, rgba(0,0,0,0.82), rgba(0,0,0,0));
}

.portfolio-feature strong {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
}

.portfolio-feature span {
  color: var(--muted);
  font-size: 0.9rem;
}

.image-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.image-row img,
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--steel);
  font-size: 0;
  color: transparent;
}

.image-row img {
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,0.12);
}

.trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.review-band {
  align-items: center;
}

.testimonial-list {
  display: grid;
  gap: 0.75rem;
}

.testimonial-card {
  margin: 0;
  padding: 1rem 1rem 1rem 1.25rem;
  border-left: 4px solid var(--accent);
  background: rgba(255,255,255,0.045);
}

.testimonial-card p {
  margin: 0;
  color: var(--paper);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  font-weight: 700;
}

.testimonial-card footer {
  margin-top: 0.65rem;
  color: var(--warm);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(4rem, 9vw, 7rem) 0 clamp(3rem, 7vw, 5rem);
}

.page-hero.compact {
  min-height: 380px;
  display: grid;
  align-content: end;
}

.page-hero p {
  max-width: 760px;
  color: var(--silver);
}

.prose {
  max-width: 850px;
}

.prose h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.filter-bar button,
.lightbox-close {
  border: 1px solid var(--line);
  color: var(--paper);
  background: rgba(255,255,255,0.05);
  border-radius: 6px;
  min-height: 40px;
  padding: 0.55rem 0.8rem;
  font-weight: 800;
}

.filter-bar button.active {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  border-color: var(--accent);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.gallery-item {
  margin: 0;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
}

.gallery-item button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #050506;
  cursor: pointer;
}

.gallery-item img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.gallery-item figcaption {
  padding: 0.65rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.gallery-item.is-hidden {
  display: none;
}

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

.aftercare-grid ol {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.faq-list {
  max-width: 900px;
}

.faq-list details + details {
  margin-top: 0.75rem;
}

.faq-list summary {
  cursor: pointer;
}

.contact-layout {
  align-items: stretch;
}

.location-stack {
  display: grid;
  gap: 0.75rem;
  align-self: stretch;
}

.location-photo {
  min-height: 260px;
}

.map-placeholder {
  min-height: 420px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 0.9rem;
  text-align: center;
  background:
    linear-gradient(rgba(10,11,13,0.88), rgba(10,11,13,0.88)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 12px);
}

.map-placeholder iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 6px;
  filter: grayscale(1) contrast(1.1);
}

.map-placeholder p {
  margin: 0;
}

.note {
  font-size: 0.92rem;
  border-left: 3px solid var(--accent);
  padding-left: 0.8rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0,0,0,0.9);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-height: 86svh;
  max-width: min(960px, 94vw);
}

.lightbox-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
}

.site-footer {
  padding: clamp(3rem, 6vw, 5rem) 0 5rem;
  background: #050506;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.footer-grid {
  grid-template-columns: 1.4fr repeat(3, 1fr);
}

.site-footer h2 {
  font-size: 1.25rem;
}

.site-footer a {
  color: var(--paper);
  text-decoration-color: var(--accent);
  text-underline-offset: 0.25em;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  color: var(--muted);
  font-size: 0.88rem;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 1rem;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1100px) {
  .header-call {
    display: none;
  }
}

@media (max-width: 920px) {
  .site-header {
    gap: 0.75rem;
  }

  .brand {
    min-width: 0;
  }

  .brand .brand-logo {
    width: clamp(150px, 34vw, 210px);
    max-height: 72px;
  }

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

  .site-nav {
    position: fixed;
    left: max(0.75rem, env(safe-area-inset-left));
    right: max(0.75rem, env(safe-area-inset-right));
    top: calc(64px + env(safe-area-inset-top));
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    padding: 0.65rem;
    background: rgba(5,5,6,0.98);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.58);
    backdrop-filter: blur(18px);
  }

  .site-nav a {
    min-height: 48px;
    justify-content: flex-start;
    padding: 0.8rem 0.85rem;
    background: rgba(255,255,255,0.04);
  }

  .site-nav.is-open {
    display: grid;
  }

  .hero {
    min-height: min(760px, calc(100svh - 64px));
  }

  .hero-media {
    background:
      linear-gradient(0deg, rgba(5,5,6,0.98), rgba(5,5,6,0.58)),
      url("img/shop-exterior-night.jpg") center / cover no-repeat;
  }

  .hero-facts,
  .intro-band,
  .review-band,
  .award-section,
  .studio-story,
  .inkform-credit,
  .brand-band,
  .split-section,
  .contact-layout,
  .aftercare-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .artist-grid,
  .trust-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .image-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .portfolio-showcase {
    grid-template-columns: 1fr;
  }

  .portfolio-feature img {
    min-height: 360px;
  }

  .studio-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 220px;
  }

  .studio-photo-wide {
    grid-column: span 2;
  }

  .brand-feature {
    min-height: 420px;
  }

  .contact-panel {
    position: static;
  }
}

@media (max-width: 620px) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
  }

  .site-header {
    min-height: 58px;
    padding: 0.45rem 0.75rem;
  }

  .brand small {
    display: none;
  }

  .brand .brand-logo {
    width: auto;
    max-width: clamp(138px, 42vw, 164px);
    max-height: 54px;
  }

  .brand strong {
    font-size: 0.95rem;
  }

  .nav-toggle {
    min-height: 42px;
    min-width: 72px;
    padding: 0.55rem 0.65rem;
    font-size: 0.78rem;
  }

  .site-nav {
    top: calc(58px + env(safe-area-inset-top));
    grid-template-columns: 1fr;
    max-height: calc(100svh - 82px);
    overflow: auto;
  }

  .site-nav a {
    min-height: 50px;
    font-size: 0.96rem;
  }

  .hero {
    min-height: min(660px, calc(100svh - 58px));
    align-items: end;
  }

  .hero-media {
    background:
      linear-gradient(0deg, rgba(5,5,6,0.98) 0%, rgba(5,5,6,0.62) 54%, rgba(5,5,6,0.84) 100%),
      url("img/shop-exterior-night.jpg") center / cover no-repeat;
  }

  .hero-content,
  .page-hero,
  .content-section,
  .split-section,
  .studio-story,
  .inkform-credit,
  .brand-band,
  .portfolio-strip,
  .trust-grid,
  .intro-band,
  .award-section,
  .review-band,
  .contact-layout,
  .site-footer .footer-grid,
  .footer-bottom {
    width: min(100% - 1.1rem, var(--max));
  }

  .hero-content {
    padding: 2.2rem 0 1.4rem;
  }

  .kicker {
    margin-bottom: 0.55rem;
    max-width: 29ch;
    font-size: 0.66rem;
    letter-spacing: 0.12em;
    line-height: 1.35;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .award-line {
    max-width: 100%;
    padding: 0.48rem 0.6rem;
    font-size: 0.72rem !important;
    line-height: 1.25;
  }

  .hero h1 {
    max-width: 11ch;
    margin-top: 0.65rem;
    font-size: clamp(2.8rem, 13.5vw, 3.85rem);
    line-height: 0.9;
  }

  .hero p {
    margin: 0.95rem 0 0;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-actions,
  .center-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 1rem;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-ghost {
    display: none;
  }

  .hero-actions .btn,
  .center-actions .btn {
    width: 100%;
    min-height: 46px;
    padding: 0.75rem 0.9rem;
    font-size: 0.74rem;
  }

  .hero-facts {
    margin-top: 1.1rem;
  }

  .hero-facts div {
    padding: 0.75rem 0.85rem;
  }

  .hero-facts dt {
    font-size: 0.7rem;
  }

  .hero-facts dd {
    font-size: 0.95rem;
    line-height: 1.4;
    overflow-wrap: anywhere;
  }

  .intro-band,
  .review-band,
  .award-section,
  .studio-story,
  .inkform-credit,
  .split-section,
  .contact-layout,
  .portfolio-strip,
  .content-section,
  .trust-grid {
    padding: 2.25rem 0;
  }

  .brand-band {
    padding: 0 0 2.25rem;
  }

  .intro-band h2,
  .section-header h2,
  .page-hero h1,
  .studio-copy h2,
  .brand-copy h2,
  .award-copy h2,
  .inkform-credit h2 {
    font-size: clamp(2.2rem, 12vw, 3.25rem);
  }

  .page-hero {
    padding: 3rem 0 2.25rem;
  }

  .page-hero.compact {
    min-height: 250px;
  }

  .section-header {
    margin-bottom: 1rem;
  }

  .artist-card,
  .guest-note,
  .contact-panel,
  .trust-grid article,
  .aftercare-grid article,
  .map-placeholder,
  .faq-list details {
    padding: 1rem;
  }

  .artist-preview,
  .artist-grid,
  .studio-gallery,
  .brand-thumbs,
  .trust-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .studio-photo-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .studio-gallery {
    grid-auto-rows: 210px;
    gap: 0.55rem;
  }

  .brand-feature {
    min-height: 330px;
  }

  .brand-copy {
    padding: 1rem 0;
  }

  .image-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portfolio-showcase {
    gap: 0.55rem;
  }

  .portfolio-feature img {
    min-height: 320px;
  }

  .filter-bar {
    flex-wrap: nowrap;
    gap: 0.45rem;
    margin: 0 -0.55rem 1rem;
    padding: 0 0.55rem 0.35rem;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .filter-bar::-webkit-scrollbar {
    display: none;
  }

  .filter-bar button {
    flex: 0 0 auto;
    min-height: 42px;
    padding-inline: 0.85rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .gallery-item figcaption {
    min-height: 58px;
    padding: 0.55rem;
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .faq-list details + details {
    margin-top: 0.55rem;
  }

  .faq-list summary {
    min-height: 50px;
    display: flex;
    align-items: center;
    font-size: 1.32rem;
  }

  .map-placeholder {
    min-height: 320px;
    gap: 0.65rem;
  }

  .map-placeholder iframe {
    min-height: 300px;
  }

  .location-photo {
    min-height: 210px;
  }

  .testimonial-card {
    padding: 0.9rem 0.9rem 0.9rem 1rem;
  }

  .testimonial-card p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .award-card {
    max-width: 210px;
    margin-inline: auto;
  }

  .footer-grid {
    gap: 1.35rem;
  }

  .footer-mark.footer-logo {
    width: min(260px, 76vw);
  }

  .footer-bottom {
    flex-direction: column;
  }

  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: env(safe-area-inset-bottom);
    background: rgba(7,7,8,0.96);
    border-top: 1px solid var(--line);
    box-shadow: 0 -14px 40px rgba(0,0,0,0.48);
    backdrop-filter: blur(16px);
  }

  .mobile-cta a {
    min-height: 58px;
    display: grid;
    place-items: center;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.8rem;
    border-right: 1px solid var(--line);
  }

  .mobile-cta a:first-child {
    background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  }
}

@media (max-width: 390px) {
  .brand .brand-logo {
    width: 148px;
  }

  .nav-toggle {
    min-width: 64px;
    padding-inline: 0.5rem;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 13vw, 3.35rem);
  }

  .gallery-item figcaption {
    min-height: 64px;
  }
}
