:root {
  --ink: #080808;
  --paper: #ffffff;
  --muted: #6a6a6a;
  --line: #dedede;
  --soft: #f5f5f5;
  --focus: #c9c9c9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
input, textarea, select, button { font-size: 16px; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: calc(14px + env(safe-area-inset-top, 0px)) clamp(18px, 4vw, 56px) 14px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand svg { width: 190px; height: auto; display: block; }
.logo-brand img {
  width: clamp(280px, 30vw, 390px);
  height: auto;
}
.text-brand {
  display: grid;
  gap: 0;
  min-width: 188px;
  line-height: 1;
}
.text-brand span { font-size: 22px; font-weight: 800; }
.text-brand small { margin-top: 3px; color: var(--muted); font-size: 11px; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 18px; font-size: 14px; text-transform: uppercase; }
nav a { color: #222; }
nav a:hover { color: #777; }
.language-switcher {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.language-switcher a {
  min-width: 34px;
  padding: 7px 8px;
  border: 1px solid var(--line);
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  color: #333;
  background: var(--paper);
}
.language-switcher a:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}
.language-switcher a[aria-current="page"] {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  align-items: stretch;
  border-bottom: 1px solid var(--line);
}
.hero-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1672 / 941;
  background: #f7f7f7;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 700ms ease;
}
.hero-slide.active { opacity: 1; z-index: 1; }
.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slide-copy {
  position: absolute;
  left: clamp(20px, 5vw, 64px);
  top: clamp(56px, 12vw, 130px);
  width: min(330px, calc(100% - 40px));
  padding: 0;
  z-index: 2;
  background: transparent;
  border: 0;
  backdrop-filter: none;
  pointer-events: none;
}
.hero-slide:first-child .slide-copy {
  top: auto;
  bottom: clamp(72px, 10vw, 120px);
}
.hero-slide:first-child img { object-position: center; }
.slide-copy p {
  margin: 0 0 10px;
  color: rgba(10, 10, 10, 0.72);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(255,255,255,0.72);
}
.slide-copy h2 {
  max-width: 315px;
  margin: 0;
  font-size: clamp(17px, 1.7vw, 24px);
  line-height: 1.15;
  color: rgba(8, 8, 8, 0.78);
  text-shadow: 0 1px 14px rgba(255,255,255,0.86);
}
.hero-dots {
  position: absolute;
  left: clamp(20px, 5vw, 64px);
  bottom: 18px;
  z-index: 3;
  display: flex;
  gap: 8px;
}
.hero-dots button {
  width: 34px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #bdbdbd;
  cursor: pointer;
}
.hero-dots button.active { background: #111; }
.page-trail {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: #fbfbfb;
  color: var(--muted);
  font-size: 13px;
}
.page-trail a {
  color: var(--ink);
}
.page-trail a:hover {
  text-decoration: underline;
}
.page-trail .separator {
  color: #aaa;
  user-select: none;
}
.page-trail [aria-current="page"] {
  color: var(--muted);
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 2.6vw, 36px);
}
.hero-copy h1 {
  max-width: none;
  font-size: clamp(40px, 4.2vw, 62px);
  line-height: 0.98;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.eyebrow.light { color: #bdbdbd; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; font-size: clamp(56px, 10vw, 118px); line-height: 0.9; letter-spacing: 0; }
h2 { margin-bottom: 16px; font-size: clamp(30px, 5vw, 58px); line-height: 1; letter-spacing: 0; }
h3 { margin-bottom: 12px; font-size: 20px; }
.hero-copy p:not(.eyebrow), .section-head p, .quote-copy p, .steps p, .craft-grid p, footer p {
  color: var(--muted);
  line-height: 1.65;
}
.hero-actions, .share-row, .filters, .admin-head, .admin-tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.button, .filter, .share-row button, .admin-nav button {
  min-height: 42px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: var(--paper);
  color: var(--ink);
  padding: 11px 16px;
  cursor: pointer;
}
.button.primary {
  background: var(--ink);
  color: var(--paper);
}
.button.secondary:hover, .filter:hover, .filter.active, .share-row button:hover {
  background: var(--ink);
  color: var(--paper);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}
.metrics div { padding: 28px clamp(18px, 4vw, 56px); border-right: 1px solid var(--line); }
.metrics strong { display: block; font-size: clamp(28px, 4vw, 48px); line-height: 1; }
.metrics span { color: var(--muted); font-size: 13px; text-transform: uppercase; }

.section { padding: clamp(46px, 7vw, 92px) clamp(18px, 4vw, 56px); }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}
.section-head h2 { max-width: 820px; }
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.product-card {
  background: var(--paper);
  min-width: 0;
}
.product-card a { display: block; height: 100%; }
.product-card img {
  width: 100%;
  aspect-ratio: 1 / 0.78;
  object-fit: contain;
  background: #fafafa;
  border-bottom: 1px solid var(--line);
}
.product-card .body { padding: 16px; }
.product-card .sku { color: var(--muted); font-size: 12px; font-weight: 700; }
.product-card h3 { min-height: 48px; font-size: 17px; line-height: 1.35; }
.product-card dl { display: grid; grid-template-columns: 72px 1fr; gap: 8px; margin: 0; font-size: 13px; line-height: 1.45; }
.product-card dt { color: var(--muted); }
.product-card dd { margin: 0; }

.dark-band { background: var(--ink); color: var(--paper); }
.craft-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: #343434;
  border: 1px solid #343434;
}
.craft-grid article { background: #111; min-height: 260px; }
.craft-grid a { display: block; height: 100%; }
.craft-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-bottom: 1px solid #343434;
}
.craft-grid h3,
.craft-grid p { padding-inline: 18px; }
.craft-grid h3 { margin-top: 18px; }
.craft-grid p { color: #c9c9c9; }
.process-effect-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.process-effect-copy {
  min-width: 0;
  max-width: 520px;
}
.process-effect-copy h2 {
  max-width: 12ch;
  margin: 8px 0 0;
  font-size: clamp(30px, 3.2vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}
.process-gallery {
  min-width: 0;
  background: #343434;
  border: 1px solid #343434;
}
.process-gallery article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #111;
  min-width: 0;
}
.process-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #181818;
}
.process-gallery strong {
  grid-column: 1 / -1;
  padding: 12px 14px 14px;
  color: var(--paper);
  font-size: 14px;
}

.trust {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  border-bottom: 1px solid var(--line);
}
.trust-grid, .blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.geo-market-links a:nth-of-type(n + 5) { display: none; }
.geo-market-context {
  margin: -4px 0 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.trust-grid article, .blog-grid a {
  background: var(--paper);
  padding: 22px;
}
.trust-grid strong, .blog-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}
.trust-grid span, .blog-grid span {
  color: var(--muted);
  line-height: 1.55;
}
.blog-grid { grid-template-columns: repeat(3, 1fr); }

.service {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: start;
}
.steps { margin: 0; padding: 0; list-style: none; display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.steps li { background: var(--paper); padding: 22px; }
.steps span { color: var(--muted); font-weight: 700; font-size: 12px; }
.steps strong { display: block; margin: 8px 0; font-size: 21px; }

.quote {
  display: grid;
  grid-template-columns: minmax(240px, 0.65fr) minmax(320px, 0.95fr);
  gap: 28px;
  background: var(--soft);
  border-top: 1px solid var(--line);
}
.consult, .newsletter {
  display: grid;
  grid-template-columns: minmax(240px, 0.65fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: start;
  border-top: 1px solid var(--line);
}
.newsletter {
  background: var(--ink);
  color: var(--paper);
}
.newsletter p { color: #c9c9c9; line-height: 1.65; }
.newsletter label { color: var(--paper); }
.newsletter input { border-color: #4a4a4a; }
.newsletter .button.primary {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}
.newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}
.map-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.map-grid article {
  display: grid;
  gap: 9px;
  align-content: start;
  background: var(--paper);
  padding: 22px;
}
.map-grid h3 { margin-bottom: 4px; }
.map-grid a {
  color: var(--muted);
  line-height: 1.35;
}
.map-grid a:hover { color: var(--ink); }

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(38px, 7vw, 92px) clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
}
.detail-hero img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  background: #fafafa;
  border: 1px solid var(--line);
}
.detail-meta, .landing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 24px;
}
.detail-meta div, .landing-grid article {
  background: var(--paper);
  padding: 18px;
}
.detail-meta span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 0;
  border-bottom: 1px solid var(--line);
}
.landing-hero .copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 3.5vw, 48px);
}
.landing-hero h1 {
  font-size: clamp(40px, 4.4vw, 62px);
  line-height: 1;
}
.landing-hero img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 7 / 4;
  object-fit: contain;
  background: #f7f7f7;
}
.landing-hero.craft-hero {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.landing-hero.craft-hero img {
  aspect-ratio: 4 / 3;
}
.article-body {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(38px, 7vw, 88px) clamp(18px, 4vw, 56px);
}
.article-body p, .article-body li { color: var(--muted); line-height: 1.75; }
.article-body h1 { font-size: clamp(42px, 7vw, 76px); line-height: 0.98; }
.article-body h2 { font-size: clamp(28px, 4vw, 42px); margin-top: 36px; }
.quote-form, .login-panel form, .settings-panel {
  display: grid;
  gap: 14px;
}

.file-field {
  gap: 10px;
}

.file-picker {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 10px;
  border: 1px solid #d5d5d5;
  background: #fff;
}

.file-picker input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.file-button {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  background: #111;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  pointer-events: none;
}

.file-name {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.3;
  overflow-wrap: anywhere;
  pointer-events: none;
}
.quote .quote-form,
.consult .quote-form {
  max-width: 720px;
}
.sample-kit-option { grid-template-columns: auto 1fr; align-items: center; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line); background: #fff; }
.sample-kit-option input { width: 18px; height: 18px; margin: 0; }
.sample-kit-notes, .file-field, .form-status { grid-column: 1 / -1; }
.form-status { margin: 0; min-height: 22px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.form-status.success { color: #176b3a; font-weight: 700; }
.form-status.error { color: #a62626; font-weight: 700; }
.quote-form button:disabled { cursor: wait; opacity: .65; }
.inquiry-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.inquiry-head select { min-width: 170px; }
.inquiry-item .admin-actions { margin-top: 12px; flex-wrap: wrap; }
label { display: grid; gap: 7px; color: #333; font-size: 13px; font-weight: 700; }
input, textarea, select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
  color: var(--ink);
  padding: 12px 13px;
}
textarea { resize: vertical; }
.share-row a, .share-row button { color: var(--ink); font-size: 14px; }

.site-footer,
footer {
  display: grid;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
}
.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.footer-brand { font-size: 24px; font-weight: 700; }
.footer-social,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-social a,
.footer-links a {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}
.footer-copy {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.floating-contact {
  position: fixed;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  z-index: 30;
  display: grid;
  gap: 8px;
}
.floating-contact a {
  display: block;
  min-width: 104px;
  padding: 10px 12px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  text-align: center;
  font-size: 13px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.floating-contact a:first-child {
  background: var(--ink);
  color: var(--paper);
}

.admin-body { background: #f6f6f6; }
.admin-shell { min-height: 100vh; }
.login-panel {
  width: min(430px, calc(100% - 32px));
  margin: 12vh auto;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 28px;
}
.admin-brand { display: block; margin-bottom: 26px; }
.hidden { display: none !important; }
.dashboard { display: grid; grid-template-columns: 260px 1fr; min-height: 100vh; }
.admin-nav {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: var(--paper);
  border-right: 1px solid var(--line);
}
.admin-nav button { text-align: left; }
.admin-nav button.active { background: var(--ink); color: var(--paper); }
.admin-content { min-width: 0; padding: 28px; }
.admin-head { justify-content: space-between; margin-bottom: 20px; }
.admin-head h2 { font-size: 36px; margin: 0; }
.admin-tools { margin-bottom: 18px; }
.admin-tools input { flex: 1; min-width: 220px; }
.admin-product-list, .inquiry-list, .employee-list {
  display: grid;
  gap: 10px;
}
.admin-row, .inquiry-item, .employee-row, .settings-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 14px;
}
.admin-row {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  gap: 14px;
  align-items: center;
}
.admin-row img {
  width: 86px;
  height: 68px;
  object-fit: contain;
  background: #fafafa;
  border: 1px solid var(--line);
}
.employee-row {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 220px auto;
  gap: 14px;
  align-items: center;
}
.admin-row h3, .employee-row h3 { margin-bottom: 4px; font-size: 16px; }
.admin-row p, .employee-row p, .inquiry-item p, .form-note { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.admin-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.admin-actions.vertical {
  flex-direction: column;
  align-items: stretch;
}
.button.danger,
.admin-actions .danger {
  border-color: #b42318;
  color: #b42318;
}
.admin-editor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.content-block {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.content-block h3 { margin: 0; font-size: 16px; }
.image-control {
  display: grid;
  gap: 10px;
}
.image-control img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
  background: #fafafa;
  border: 1px solid var(--line);
}
.image-control input[type="file"] { padding: 9px; }

@media (max-width: 980px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  nav { width: 100%; overflow-x: auto; padding-bottom: 4px; }
  .hero, .service, .quote, .consult, .newsletter { grid-template-columns: 1fr; }
  .trust, .detail-hero, .landing-hero, .landing-hero.craft-hero { grid-template-columns: 1fr; }
  .hero-slider { min-height: 0; }
  .hero-copy h1 { max-width: none; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .craft-grid { grid-template-columns: repeat(2, 1fr); }
  .process-effect-layout { grid-template-columns: 1fr; }
  .process-effect-copy { max-width: 680px; }
  .process-effect-copy h2 { max-width: 18ch; }
  .blog-grid, .detail-meta, .landing-grid, .map-grid { grid-template-columns: 1fr; }
  .dashboard { grid-template-columns: 1fr; }
  .admin-nav { position: static; height: auto; }
  .admin-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .admin-nav .admin-brand,
  .admin-nav #currentUser {
    grid-column: 1 / -1;
  }
  .admin-editor-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
  }
  .brand svg { width: 165px; }
  .logo-brand img { width: min(360px, 92vw); }
  .site-header {
    gap: 12px;
    padding-inline: 12px;
  }
  nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    font-size: 12px;
    overflow: visible;
    padding-bottom: 0;
  }
  nav a {
    min-height: 34px;
    display: grid;
    place-items: center;
    padding: 6px 4px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: var(--paper);
    text-align: center;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }
  .language-switcher a {
    min-width: 30px;
    padding: 6px 7px;
  }
  .page-trail {
    overflow-x: auto;
    padding-inline: 12px;
    scrollbar-width: none;
  }
  .page-trail::-webkit-scrollbar { display: none; }
  .page-trail a,
  .page-trail span {
    flex: 0 0 auto;
  }
  h1 { font-size: clamp(42px, 16vw, 64px); }
  h2 { font-size: clamp(28px, 11vw, 42px); }
  .hero-slider {
    aspect-ratio: auto;
    height: var(--mobile-hero-height, calc(56.28vw + 104px));
    min-height: 0;
    max-height: none;
    background: #f7f7f7;
  }
  .hero-slide {
    display: grid;
    grid-template-rows: 56.28vw auto;
    align-content: start;
  }
  .hero-slide img {
    display: block;
    width: 100%;
    height: 56.28vw;
    object-fit: contain;
    object-position: center;
  }
  .slide-copy {
    position: static;
    width: 100%;
    padding: 11px 16px 12px;
    background: #f7f7f7;
    pointer-events: auto;
  }
  .hero-slide:first-child .slide-copy {
    position: static;
  }
  .slide-copy p {
    margin-bottom: 6px;
    text-shadow: none;
  }
  .slide-copy h2 {
    max-width: none;
    font-size: 15px;
    line-height: 1.22;
    text-shadow: none;
  }
  .hero-dots {
    left: 16px;
    top: calc(56.28vw - 14px);
    bottom: auto;
  }
  .metrics, .product-grid, .craft-grid { grid-template-columns: 1fr; }
  .process-effect-layout { gap: 22px; }
  .process-effect-copy h2 {
    max-width: none;
    font-size: clamp(28px, 9vw, 38px);
  }
  .newsletter-form { grid-template-columns: 1fr; }
  .floating-contact {
    left: max(10px, env(safe-area-inset-left, 0px));
    right: max(10px, env(safe-area-inset-right, 0px));
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
  .floating-contact a {
    min-width: 0;
    min-height: 44px;
    display: grid;
    place-items: center;
    padding: 8px 5px;
    font-size: 12px;
  }
  .quote,
  .consult,
  .newsletter,
  .section,
  .article-body,
  .detail-hero,
  .landing-hero .copy {
    padding-inline: 14px;
  }
  .landing-hero img,
  .landing-hero.craft-hero img {
    aspect-ratio: auto;
  }
  .quote-form,
  .login-panel form,
  .settings-panel {
    gap: 12px;
  }
  .file-picker {
    align-items: flex-start;
    flex-direction: column;
  }
  .file-button {
    width: 100%;
    justify-content: center;
  }
  .section-head { align-items: flex-start; flex-direction: column; }
  .footer-top, footer { align-items: flex-start; flex-direction: column; }
  .admin-row, .employee-row { grid-template-columns: 1fr; }
  .admin-content { padding: 18px 12px; }
  .admin-nav { padding: 16px 12px; }
  .admin-nav { grid-template-columns: 1fr; }
  .admin-tools { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  body {
    padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px));
  }
  .floating-contact {
    grid-template-columns: repeat(2, 1fr);
  }
  nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
    font-size: 11px;
  }
  nav a {
    min-height: 32px;
    padding-inline: 2px;
  }
}
