/*
Theme Name: みまもりくん LP
Theme URI: https://tex-k.com/
Author: Tex-Knit Japan有限会社
Description: 熊対策用フード付き防護服「みまもりくん（身護り君）」のランディングページ専用テーマです。
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: mimamorikun
*/

:root {
  --navy: #10233f;
  --navy-2: #18375f;
  --navy-3: #09182c;
  --lime: #dce600;
  --lime-soft: #f3f6ba;
  --ink: #17212b;
  --muted: #5f6a74;
  --line: #dce2e7;
  --soft: #f4f6f7;
  --white: #ffffff;
  --max-width: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family:
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo,
    system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header {
  top: 32px;
}

.contact-alert {
  margin: 0 0 22px;
  padding: 14px 16px;
  border-left: 5px solid var(--lime);
  background: #f7f9db;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

.contact-alert.is-error {
  border-left-color: #c53636;
  background: #fff0f0;
  color: #8d2020;
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}

.section-shell {
  width: min(calc(100% - 48px), var(--max-width));
  margin-inline: auto;
}

.section {
  padding: 112px 0;
}

.section-soft {
  background: var(--soft);
}

.section-heading {
  margin-bottom: 52px;
}

.section-kicker {
  margin: 0 0 16px;
  color: var(--navy-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.section-heading h2,
.product-info h2,
.deployment-copy h2,
.alternate-grid h2,
.contact-copy h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(32px, 4.6vw, 60px);
  line-height: 1.18;
  letter-spacing: -0.055em;
}

.section-heading h2 span,
.deployment-copy h2 span {
  background: linear-gradient(transparent 68%, var(--lime) 68%);
}

.section-heading > p:last-child,
.product-info > p,
.deployment-copy > p,
.alternate-grid > div:last-child > p,
.contact-copy > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(220, 226, 231, 0.9);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  width: min(calc(100% - 48px), 1360px);
  min-height: 76px;
  margin-inline: auto;
  align-items: center;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--navy);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--navy);
  color: var(--lime);
  font-size: 19px;
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 17px;
  letter-spacing: 0.02em;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}

.desktop-nav {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 24px;
}

.desktop-nav a {
  color: #3f4a54;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.desktop-nav a:hover {
  color: var(--navy);
}

.header-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background: var(--navy);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.header-cta:hover {
  background: var(--navy-2);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(16, 35, 63, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(16, 35, 63, 0.025) 1px, transparent 1px),
    var(--white);
  background-size: 48px 48px;
}

.hero-grid {
  display: grid;
  width: min(calc(100% - 48px), 1360px);
  min-height: 680px;
  margin-inline: auto;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  align-items: stretch;
}

.hero-copy {
  display: flex;
  padding: 92px 72px 76px 0;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 28px;
  padding: 8px 12px;
  background: var(--navy);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: 1.12;
  letter-spacing: -0.065em;
}

.hero h1 span {
  background: linear-gradient(transparent 66%, var(--lime) 66%);
}

.hero-lead {
  max-width: 680px;
  margin: 34px 0 0;
  color: var(--navy);
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.75;
}

.hero-lead strong {
  font-weight: 900;
}

.hero-description {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  margin-top: 34px;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-large {
  min-height: 58px;
  padding-inline: 26px;
}

.button-primary {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}

.button-primary:hover {
  border-color: var(--navy-2);
  background: var(--navy-2);
}

.button-secondary {
  border-color: #b9c2ca;
  background: var(--white);
  color: var(--navy);
}

.button-secondary:hover {
  border-color: var(--navy);
}

.hero-facts {
  display: flex;
  margin: 28px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 10px 22px;
  list-style: none;
}

.hero-facts li {
  position: relative;
  padding-left: 15px;
  color: #48545f;
  font-size: 12px;
  font-weight: 700;
}

.hero-facts li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--lime);
  content: "";
}

.hero-visual {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: #25364a;
}

.hero-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
  filter: saturate(0.72) contrast(0.96);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 35, 63, 0.4), transparent 42%),
    linear-gradient(0deg, rgba(9, 24, 44, 0.75), transparent 42%);
}

.hero-person {
  position: absolute;
  right: -2%;
  bottom: -7%;
  width: min(74%, 560px);
  max-height: 102%;
  object-fit: contain;
  object-position: bottom right;
  filter: drop-shadow(-22px 18px 28px rgba(5, 13, 23, 0.28));
}

.hero-spec {
  position: absolute;
  bottom: 32px;
  left: 32px;
  width: min(330px, calc(100% - 64px));
  padding: 18px 20px;
  border-left: 5px solid var(--lime);
  background: rgba(9, 24, 44, 0.9);
  color: var(--white);
}

.hero-spec span,
.hero-spec strong {
  display: block;
}

.hero-spec span {
  margin-bottom: 5px;
  color: var(--lime);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-spec strong {
  font-size: 15px;
  line-height: 1.6;
}

.photo-caption {
  position: absolute;
  top: 16px;
  right: 18px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
}

.hero-disclaimer {
  display: flex;
  width: min(calc(100% - 48px), 1360px);
  min-height: 56px;
  margin-inline: auto;
  align-items: center;
  gap: 18px;
  border-top: 1px solid var(--line);
  color: #55616c;
  font-size: 12px;
}

.hero-disclaimer strong {
  padding: 6px 9px;
  background: var(--lime);
  color: var(--navy);
  white-space: nowrap;
}

.audience-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--navy);
  color: var(--white);
}

.audience-inner {
  display: flex;
  min-height: 96px;
  align-items: center;
  gap: 32px;
}

.audience-inner > p {
  flex: 0 0 auto;
  margin: 0;
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.audience-inner ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex: 1;
  flex-wrap: wrap;
  gap: 10px 28px;
  list-style: none;
}

.audience-inner li {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 700;
}

.split-heading {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  align-items: end;
  gap: 80px;
}

.split-heading > p {
  margin: 0 0 5px;
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.use-case-card {
  min-height: 330px;
  padding: 30px;
  background: var(--white);
}

.card-number {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 54px;
  background: var(--navy);
  color: var(--lime);
  font-size: 13px;
  font-weight: 900;
}

.card-note {
  margin: 0 0 14px;
  color: var(--navy-2);
  font-size: 11px;
  font-weight: 800;
}

.use-case-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.55;
}

.use-case-card > p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.inline-cta {
  display: flex;
  margin-top: 28px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.inline-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.text-link {
  flex: 0 0 auto;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
  text-underline-offset: 4px;
}

.text-link span {
  color: var(--navy-2);
}

.technology-heading {
  max-width: 900px;
}

.technology-heading > p:last-child {
  max-width: 780px;
  margin: 28px 0 0;
}

.material-showcase {
  display: grid;
  margin-top: 60px;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
}

.material-photo {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--navy-3);
}

.material-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  filter: contrast(1.15);
}

.material-label {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 18px;
  border-left: 4px solid var(--lime);
  background: rgba(9, 24, 44, 0.9);
  color: var(--white);
}

.material-label span,
.material-label strong {
  display: block;
}

.material-label span {
  margin-bottom: 6px;
  color: var(--lime);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.material-label strong {
  font-size: 18px;
}

.layer-diagram {
  position: relative;
  display: flex;
  min-height: 520px;
  padding: 40px 48px 40px 30px;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(90deg, rgba(16, 35, 63, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(16, 35, 63, 0.04) 1px, transparent 1px),
    var(--soft);
  background-size: 32px 32px;
}

.layer {
  position: relative;
  display: grid;
  min-height: 82px;
  padding: 15px 88px 15px 24px;
  grid-template-columns: 46px 1fr;
  align-items: center;
  border: 1px solid rgba(16, 35, 63, 0.12);
  box-shadow: 0 14px 25px rgba(16, 35, 63, 0.08);
  transform: skewX(-7deg);
}

.layer + .layer {
  margin-top: -8px;
}

.layer > * {
  transform: skewX(7deg);
}

.layer span {
  grid-row: 1 / 3;
  color: var(--navy);
  font-size: 11px;
  font-weight: 900;
}

.layer strong {
  color: var(--navy);
  font-size: 15px;
}

.layer small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.layer-1 {
  z-index: 4;
  width: 94%;
  margin-left: 0;
  background: #eef329;
}

.layer-2 {
  z-index: 3;
  width: 94%;
  margin-left: 2.5%;
  background: #f9fafb;
}

.layer-3 {
  z-index: 2;
  width: 94%;
  margin-left: 5%;
  background:
    radial-gradient(#60707d 1px, transparent 1.2px),
    #bcc4ca;
  background-size: 6px 6px;
}

.layer-4 {
  z-index: 1;
  width: 94%;
  margin-left: 7.5%;
  background:
    radial-gradient(#18293f 0.7px, transparent 1px),
    #465467;
  background-size: 5px 5px;
}

.layer-4 strong,
.layer-4 span,
.layer-4 small {
  color: var(--white);
}

.layer-total {
  position: absolute;
  right: 24px;
  bottom: 28px;
  display: flex;
  align-items: flex-end;
  gap: 5px;
  color: var(--navy);
}

.layer-total strong {
  font-size: 72px;
  line-height: 0.75;
}

.layer-total span {
  font-size: 13px;
  font-weight: 800;
}

.technology-grid {
  display: grid;
  margin-top: 48px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.technology-grid article {
  padding-top: 22px;
  border-top: 3px solid var(--navy);
}

.technology-grid article > span {
  color: var(--navy-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.technology-grid h3 {
  margin: 17px 0 0;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.55;
}

.technology-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.detail-strip {
  display: grid;
  margin-top: 72px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.detail-strip figure {
  margin: 0;
}

.detail-strip img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.detail-strip figcaption {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.section-dark {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    var(--navy-3);
  background-size: 42px 42px;
  color: var(--white);
}

.section-dark::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 32%;
  height: 7px;
  background: var(--lime);
  content: "";
}

.test-heading {
  max-width: 820px;
}

.test-heading .section-kicker {
  color: var(--lime);
}

.test-heading h2 {
  color: var(--white);
}

.test-heading > p:last-child {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.test-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(340px, 0.7fr);
  gap: 34px;
}

.video-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.test-summary {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.055);
}

.result-label {
  width: fit-content;
  margin: 0;
  padding: 6px 9px;
  background: var(--lime);
  color: var(--navy);
  font-size: 11px;
  font-weight: 900;
}

.test-summary h3 {
  margin: 28px 0 0;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.test-summary h3 span {
  color: var(--lime);
}

.test-summary > p:nth-of-type(2) {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.85;
}

.test-summary dl {
  margin: 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.test-summary dl div {
  display: flex;
  padding: 13px 0;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.test-summary dt {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
}

.test-summary dd {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
}

.test-comparison {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.test-comparison article {
  display: grid;
  overflow: hidden;
  grid-template-columns: 190px 1fr;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}

.test-comparison img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

.test-comparison article > div {
  padding: 26px;
}

.test-comparison p {
  margin: 0;
  color: var(--lime);
  font-size: 11px;
  font-weight: 900;
}

.test-comparison h3 {
  margin: 12px 0 0;
  font-size: 19px;
}

.test-comparison span {
  display: block;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

.test-disclaimer {
  margin: 32px 0 0;
  padding: 20px 24px;
  border-left: 3px solid var(--lime);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  line-height: 1.8;
}

.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 80px;
}

.product-gallery {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 14px;
}

.product-main {
  display: grid;
  min-height: 590px;
  place-items: center;
  background: var(--soft);
}

.product-main img {
  width: 86%;
  max-height: 540px;
  object-fit: contain;
}

.product-angles {
  display: grid;
  gap: 14px;
}

.product-angles img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  background: #dedede;
}

.product-info .section-kicker {
  margin-bottom: 17px;
}

.product-info h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.product-name {
  margin: 14px 0 0 !important;
  color: var(--navy) !important;
  font-size: 20px !important;
  font-weight: 900;
}

.product-info > p:nth-of-type(3) {
  margin-top: 24px;
}

.product-info table {
  width: 100%;
  margin-top: 32px;
  border-collapse: collapse;
  font-size: 13px;
}

.product-info th,
.product-info td {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.product-info th {
  width: 95px;
  color: var(--muted);
  font-size: 11px;
}

.product-info td {
  color: var(--navy);
  font-weight: 700;
}

.product-info td strong {
  font-size: 20px;
}

.price-note {
  margin: 12px 0 26px !important;
  color: var(--muted) !important;
  font-size: 10px !important;
  line-height: 1.6 !important;
}

.deployment-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: 90px;
}

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

.deployment-copy > p {
  margin: 0 0 16px;
}

.deployment-actions {
  display: flex;
  margin-top: 34px;
  flex-wrap: wrap;
  gap: 12px;
}

.deployment-list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
  list-style: none;
}

.deployment-list li {
  min-height: 150px;
  padding: 25px;
  background: var(--white);
}

.deployment-list span {
  display: block;
  color: var(--navy-2);
  font-size: 11px;
  font-weight: 900;
}

.deployment-list strong {
  display: block;
  margin-top: 38px;
  color: var(--navy);
  font-size: 16px;
}

.alternate-use {
  border-top: 1px solid var(--line);
}

.alternate-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 90px;
}

.alternate-grid h2 {
  font-size: clamp(32px, 4vw, 50px);
}

.alternate-grid > div:last-child > p {
  margin-top: 0;
}

.alternate-grid ul {
  display: flex;
  margin: 28px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.alternate-grid li {
  padding: 10px 13px;
  border: 1px solid var(--line);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.contact-section {
  background: var(--navy);
  color: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: start;
  gap: 74px;
}

.contact-copy {
  position: sticky;
  top: 112px;
}

.contact-copy .section-kicker {
  color: var(--lime);
}

.contact-copy h2 {
  color: var(--white);
  font-size: clamp(34px, 4.6vw, 58px);
}

.contact-copy > p {
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.68);
}

.contact-points {
  display: grid;
  margin-top: 38px;
  gap: 22px;
}

.contact-points > div {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

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

.contact-points span {
  color: var(--lime);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.contact-points a {
  margin-top: 8px;
  color: var(--white);
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  word-break: break-word;
}

.contact-points small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
}

.contact-address {
  margin-top: 28px !important;
  font-size: 11px !important;
}

.contact-form {
  display: grid;
  padding: 38px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  background: var(--white);
  color: var(--ink);
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field-wide {
  grid-column: 1 / -1;
}

.field label,
.field > label {
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #c8d0d7;
  border-radius: 0;
  background: #fbfcfc;
  color: var(--ink);
}

.field input,
.field select {
  min-height: 50px;
  padding: 0 13px;
}

.field textarea {
  padding: 13px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--navy);
  outline: 2px solid rgba(16, 35, 63, 0.12);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #9aa3aa;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}

.consent input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: var(--navy);
}

.form-actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.form-actions .button {
  width: 100%;
}

.form-actions p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

.form-actions .form-message {
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.site-footer {
  padding: 34px 0 92px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--navy-3);
  color: var(--white);
}

.footer-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.footer-inner strong {
  font-size: 15px;
}

.footer-inner p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
}

.mobile-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  display: none;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(16, 35, 63, 0.12);
  background: rgba(255, 255, 255, 0.96);
}

.mobile-cta a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 1120px) {
  .desktop-nav {
    display: none;
  }

  .header-cta {
    margin-left: auto;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.85fr);
  }

  .hero-copy {
    padding-right: 42px;
  }

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

  .product-grid,
  .deployment-grid {
    gap: 48px;
  }

  .contact-grid {
    gap: 42px;
  }
}

@media (max-width: 900px) {
  .section {
    padding: 82px 0;
  }

  .hero-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    width: min(calc(100% - 48px), 720px);
    padding: 70px 0 60px;
    margin-inline: auto;
  }

  .hero-visual {
    min-height: 610px;
  }

  .hero-person {
    right: 4%;
    width: min(60%, 500px);
  }

  .split-heading,
  .material-showcase,
  .product-grid,
  .deployment-grid,
  .alternate-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .split-heading,
  .alternate-grid {
    gap: 28px;
  }

  .material-showcase {
    gap: 20px;
  }

  .test-grid {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .deployment-grid,
  .contact-grid {
    gap: 58px;
  }

  .contact-copy {
    position: static;
  }

  .product-main {
    min-height: 520px;
  }
}

@media (max-width: 680px) {
  body.admin-bar .site-header {
    top: 46px;
  }
  html {
    scroll-padding-top: 68px;
  }

  .section-shell {
    width: min(calc(100% - 32px), var(--max-width));
  }

  .section {
    padding: 68px 0;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading h2,
  .product-info h2,
  .deployment-copy h2,
  .alternate-grid h2,
  .contact-copy h2 {
    font-size: clamp(30px, 10vw, 44px);
  }

  .header-inner {
    width: calc(100% - 28px);
    min-height: 64px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .brand strong {
    font-size: 14px;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero-copy {
    width: calc(100% - 32px);
    padding: 54px 0 46px;
  }

  .eyebrow {
    margin-bottom: 22px;
    font-size: 10px;
  }

  .hero h1 {
    font-size: clamp(39px, 12.4vw, 58px);
  }

  .hero-lead {
    margin-top: 26px;
    font-size: 17px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-facts {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .hero-background {
    object-position: 34% center;
  }

  .hero-person {
    right: -8%;
    width: 79%;
    max-height: 96%;
  }

  .hero-spec {
    right: 16px;
    bottom: 18px;
    left: 16px;
    width: auto;
  }

  .photo-caption {
    display: none;
  }

  .hero-disclaimer {
    width: calc(100% - 32px);
    padding: 14px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    line-height: 1.7;
  }

  .audience-inner {
    width: calc(100% - 32px);
    padding: 24px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .audience-inner ul {
    gap: 9px 18px;
  }

  .use-case-grid,
  .technology-grid,
  .detail-strip,
  .test-comparison,
  .deployment-list {
    grid-template-columns: 1fr;
  }

  .use-case-card {
    min-height: 0;
    padding: 24px;
  }

  .card-number {
    margin-bottom: 32px;
  }

  .inline-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .material-photo,
  .layer-diagram {
    min-height: 430px;
  }

  .layer-diagram {
    padding: 30px 26px 80px 18px;
  }

  .layer {
    padding-right: 18px;
  }

  .technology-grid {
    gap: 34px;
  }

  .detail-strip {
    gap: 22px;
  }

  .test-summary {
    padding: 26px;
  }

  .test-comparison {
    gap: 16px;
  }

  .test-comparison article {
    grid-template-columns: 120px 1fr;
  }

  .test-comparison article > div {
    padding: 20px;
  }

  .product-gallery {
    grid-template-columns: 1fr;
  }

  .product-main {
    min-height: 430px;
  }

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

  .product-angles img {
    aspect-ratio: 3 / 4;
  }

  .deployment-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .deployment-actions .button {
    width: 100%;
  }

  .deployment-list li {
    min-height: 120px;
  }

  .alternate-grid ul {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-form {
    padding: 24px 18px;
    grid-template-columns: 1fr;
  }

  .field-wide {
    grid-column: auto;
  }

  .contact-points a {
    font-size: 18px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-cta {
    display: block;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
