@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("assets/fonts/barlow-condensed-black-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --orange: #e87500;
  --orange-dark: #a64f00;
  --amber: #f2a23a;
  --black: #090a0b;
  --charcoal: #151719;
  --steel: #66717d;
  --concrete: #e7e3dc;
  --warm-white: #f7f5f1;
  --white: #ffffff;
  --body: #22262a;
  --muted: #535b63;
  --line: #cbc7be;
  --shadow: 0 24px 70px rgba(9, 10, 11, 0.16);
  --container: 1240px;
  --header: 78px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 20px); }

body {
  min-width: 0;
  margin: 0;
  overflow-x: clip;
  color: var(--body);
  background: var(--warm-white);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

body, main, section, article, aside, figure, div, nav, header, footer, form, dl, ul, ol, li { min-width: 0; }

img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 4px; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

h1, h2 {
  margin: 0 0 22px;
  color: var(--charcoal);
  font-family: "Barlow Condensed", "Arial Narrow", "Aptos Display", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 0.96;
  overflow-wrap: anywhere;
}

h1 { font-size: clamp(4rem, 7.3vw, 7.4rem); overflow-wrap: normal; word-break: normal; }
h2 { font-size: clamp(2.6rem, 5vw, 4.8rem); }

h3 {
  margin: 0 0 14px;
  color: var(--charcoal);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

p { margin: 0 0 18px; }

[id] { scroll-margin-top: calc(var(--header) + 18px); }

.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  min-width: 44px;
  min-height: 44px;
  padding: 11px 16px;
  color: var(--black);
  background: var(--amber);
  font-weight: 800;
  transform: translateY(-180%);
}

.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--black);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: var(--header);
  color: var(--white);
  background: rgba(9, 10, 11, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.header-inner { display: flex; min-height: var(--header); align-items: center; gap: 25px; }
.brand { display: inline-flex; width: 210px; min-height: 50px; flex: 0 0 210px; align-items: center; text-decoration: none; }
.brand-full { width: 240px; height: 60px; object-fit: contain; object-position: left center; }
.brand-mobile { display: flex; min-height: 52px; align-items: center; gap: 11px; color: var(--white); }
.brand-mobile img { width: 46px; height: 46px; }
.brand-mobile > span { font-size: 1.72rem; font-weight: 900; letter-spacing: 0.065em; line-height: 1; text-transform: uppercase; }

.primary-nav { display: flex; margin-left: auto; align-items: center; gap: 22px; }
.primary-nav a, .phone-link {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  color: #f2f2f2;
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}
.primary-nav a { position: relative; }
.primary-nav a::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; background: var(--orange); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 0.2s ease; }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { transform: scaleX(1); }
.primary-nav .instagram-nav-link { color: var(--amber); gap: 6px; }
.instagram-nav-link span { font-size: 0.9rem; line-height: 1; transform: translateY(-1px); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.phone-link { color: var(--amber); letter-spacing: 0.02em; }

.menu-toggle {
  display: none;
  width: 54px;
  min-width: 54px;
  height: 48px;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.menu-toggle-label { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; }
.menu-toggle-bars, .menu-toggle-bars::before, .menu-toggle-bars::after { display: block; width: 16px; height: 2px; background: currentColor; content: ""; }
.menu-toggle-bars { position: relative; }
.menu-toggle-bars::before { position: absolute; top: -5px; }
.menu-toggle-bars::after { position: absolute; top: 5px; }

.button {
  display: inline-flex;
  min-width: 44px;
  min-height: 50px;
  padding: 13px 20px;
  align-items: center;
  justify-content: center;
  color: var(--black);
  background: var(--orange);
  border: 2px solid var(--orange);
  border-radius: 0;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.button:hover { color: var(--black); background: var(--amber); border-color: var(--amber); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 10px 15px; font-size: 0.68rem; }
.button-ghost { color: var(--white); background: transparent; border-color: rgba(255, 255, 255, 0.6); }
.button-ghost:hover { color: var(--black); background: var(--white); border-color: var(--white); }
.button-dark { color: var(--white); background: var(--charcoal); border-color: var(--charcoal); }
.button-dark:hover { color: var(--black); background: var(--amber); border-color: var(--amber); }
.button-light { color: var(--black); background: var(--white); border-color: var(--white); }

.button-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--orange-dark); font-size: 0.79rem; font-weight: 900; letter-spacing: 0.15em; line-height: 1.4; text-transform: uppercase; }
.eyebrow.light { color: var(--amber); }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 80% 28%, rgba(232, 117, 0, 0.18), transparent 34%),
    var(--black);
  background-size: 54px 54px, 54px 54px, auto, auto;
  border-bottom: 8px solid var(--orange);
}
.hero::before { position: absolute; z-index: -1; top: 0; bottom: 0; left: calc(50% + 300px); width: 1px; background: rgba(242, 162, 58, 0.42); content: ""; }
.hero-mark { position: absolute; z-index: -1; top: 50%; right: max(2vw, 24px); width: min(38vw, 530px); height: auto; opacity: 0.1; transform: translateY(-50%); }
.hero-inner { display: grid; min-height: 650px; padding-block: 86px; grid-template-columns: minmax(0, 1fr); align-items: center; }
.hero-copy { max-width: 1040px; }
.hero h1 { max-width: 1040px; color: var(--white); text-transform: uppercase; }
.hero h1 span { color: var(--amber); }
.hero-lead { max-width: 760px; margin-bottom: 30px; color: #d7dadc; font-size: clamp(1rem, 1.6vw, 1.19rem); }
.hero-stamp { padding: 28px 26px; color: var(--white); background: rgba(21, 23, 25, 0.84); border-top: 6px solid var(--orange); box-shadow: var(--shadow); }
.hero-stamp span, .hero-stamp small { display: block; color: #c8cccf; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.11em; line-height: 1.5; text-transform: uppercase; }
.hero-stamp strong { display: block; margin: 22px 0; color: var(--white); font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif; font-size: 3.1rem; line-height: 0.9; text-transform: uppercase; }
.hero-stamp small { color: var(--amber); }

.trust-band { color: var(--white); background: #111315; border-bottom: 4px solid var(--orange); }
.trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.trust-grid > div { min-height: 106px; padding: 22px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255, 255, 255, 0.12); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255, 255, 255, 0.12); }
.trust-grid strong { display: block; margin-bottom: 5px; font-size: 0.9rem; line-height: 1.25; }
.trust-grid span { color: #b6bcc0; font-size: 0.79rem; line-height: 1.35; }

.section { padding: 96px 0; }
.section-intro { max-width: 820px; margin-bottom: 45px; }
.section-intro > p:last-child { color: var(--muted); font-size: 1.03rem; }
.split-intro { display: grid; max-width: none; grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr); gap: 64px; align-items: end; }
.split-intro h2 { margin-bottom: 0; }
.split-intro > p { margin-bottom: 5px; }

.services { background: var(--warm-white); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { display: grid; padding: 34px; grid-template-columns: 76px minmax(0, 1fr); gap: 24px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-number { color: var(--orange-dark); font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif; font-size: 1.05rem; font-weight: 900; }
.service-label, .process-standard { margin: 0 0 11px; color: var(--orange-dark); font-size: 0.74rem; font-weight: 900; letter-spacing: 0.12em; line-height: 1.4; text-transform: uppercase; }
.service-card p:not(.service-label) { color: var(--muted); font-size: 0.92rem; }
.service-card a, .text-link { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; color: var(--charcoal); font-size: 0.77rem; font-weight: 900; text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-transform: uppercase; }
.service-card-accent { color: var(--white); background: var(--charcoal); }
.service-card-accent h3, .service-card-accent a { color: var(--white); }
.service-card-accent p:not(.service-label) { color: #c9ced1; }
.service-card-accent .service-label, .service-card-accent .service-number { color: var(--amber); }

.projects { background: var(--concrete); }
.projects .eyebrow { color: #874000; }
.project-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); grid-template-rows: repeat(2, minmax(260px, 330px)); gap: 20px; }
.project-card { position: relative; overflow: hidden; min-width: 0; margin: 0; background: var(--black); }
.project-lead { grid-row: 1 / span 2; }
.project-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.76) contrast(1.06) brightness(0.97); transition: transform 0.4s ease, filter 0.4s ease; }
.project-card:hover img { transform: scale(1.018); }
.project-card::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(9, 10, 11, 0.94)); content: ""; }
.project-card figcaption { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 25px; color: var(--white); }
.project-card figcaption span { display: block; margin-bottom: 6px; color: var(--amber); font-size: 0.74rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.project-card figcaption strong { display: block; font-size: 1.35rem; line-height: 1.12; }
.section-action { margin: 30px 0 0; text-align: right; }

.readiness { color: var(--white); background: var(--black); }
.readiness-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.readiness-card { display: grid; padding: 38px; grid-template-columns: 125px minmax(0, 1fr); gap: 28px; background: var(--charcoal); border: 1px solid rgba(255, 255, 255, 0.13); }
.readiness-card > span { color: rgba(242, 162, 58, 0.34); font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif; font-size: 4.7rem; font-weight: 900; line-height: 0.85; }
.readiness-card h3 { color: var(--white); font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif; font-size: clamp(2rem, 3.2vw, 3.25rem); text-transform: uppercase; }
.readiness-card p:not(.eyebrow) { color: #cbd0d2; }
.safety-card { border-top: 6px solid var(--orange); }
.emergency-card { border-top: 6px solid var(--amber); }

.process { background: var(--white); }
.process-grid { display: grid; padding: 0; margin: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.process-grid li { padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid li > span { display: block; margin-bottom: 34px; color: var(--orange-dark); font-size: 0.94rem; font-weight: 900; }
.process-grid h3 { font-size: 1.34rem; }
.process-grid li > p:last-child { margin: 0; color: var(--muted); font-size: 0.9rem; }

.area-reviews { background: var(--warm-white); }
.area-review-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr); gap: 26px; }
.area-panel, .review-panel { padding: 44px; background: var(--white); border: 1px solid var(--line); }
.area-panel h2 { font-size: clamp(2.5rem, 4vw, 4.1rem); }
.area-panel > p:not(.eyebrow), .review-panel p:not(.eyebrow) { color: var(--muted); }
.area-panel dl { margin: 30px 0 22px; border-top: 1px solid var(--line); }
.area-panel dl div { display: grid; padding: 12px 0; grid-template-columns: 150px minmax(0, 1fr); gap: 18px; border-bottom: 1px solid var(--line); }
.area-panel dt { color: var(--orange-dark); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.area-panel dd { margin: 0; font-size: 0.9rem; font-weight: 700; }
.review-panel { display: grid; align-content: center; color: var(--white); background: var(--charcoal); border-top: 7px solid var(--orange); }
.review-panel .eyebrow { color: var(--amber); }
.review-panel p:not(.eyebrow) { color: #c9ced1; }
.review-panel h2 { color: var(--white); font-size: clamp(2.4rem, 4vw, 4rem); }

.contact { color: var(--white); background: var(--charcoal); }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.76fr); gap: 72px; align-items: start; }
.contact-copy h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { max-width: 620px; color: #d2d6d8; }
.contact-phone { display: inline-flex; min-width: 44px; min-height: 58px; margin: 20px 0 4px; align-items: center; color: var(--amber); font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 900; line-height: 1; text-decoration: none; }
.contact-note { font-size: 0.8rem; }
.instagram-contact-link {
  display: inline-flex;
  min-width: 44px;
  min-height: 50px;
  margin-top: 20px;
  padding: 10px 14px;
  align-items: center;
  gap: 11px;
  color: var(--white);
  border: 1px solid rgba(241, 164, 52, 0.7);
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.instagram-contact-link:hover { color: var(--black); background: var(--amber); border-color: var(--amber); }
.instagram-contact-link span { font-size: 0.82rem; letter-spacing: 0.02em; }
.instagram-contact-link strong { color: var(--amber); }
.instagram-contact-link:hover strong { color: inherit; }
.instagram-icon { width: 22px; height: 22px; flex: 0 0 22px; }
.instagram-arrow { margin-left: 2px; font-size: 1rem; }
.project-form { padding: 34px; color: var(--body); background: var(--white); box-shadow: var(--shadow); }
.form-heading { display: flex; margin-bottom: 22px; flex-direction: column; }
.form-heading span { color: var(--orange-dark); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.form-heading strong { color: var(--charcoal); font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif; font-size: 2rem; line-height: 1.05; text-transform: uppercase; }
.project-form label { display: block; margin: 13px 0 6px; color: var(--charcoal); font-size: 0.76rem; font-weight: 800; }
.project-form input, .project-form textarea { width: 100%; min-width: 0; min-height: 48px; padding: 11px 12px; color: var(--body); background: var(--warm-white); border: 1px solid #aaa7a1; border-radius: 0; }
.project-form textarea { min-height: 104px; resize: vertical; }
.project-form .button { width: 100%; margin-top: 18px; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 0.79rem; line-height: 1.45; }

.site-footer { padding: 62px 0 22px; color: #c6cbce; background: var(--black); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, minmax(0, 0.75fr)); gap: 42px; }
.footer-brand img { width: 230px; height: auto; margin-bottom: 15px; }
.footer-brand p, .footer-contact address { color: #a4abb0; font-size: 0.81rem; font-style: normal; }
.footer-brand strong { color: var(--amber); }
.footer-grid h2 { margin-bottom: 13px; color: var(--white); font-size: 1.05rem; letter-spacing: 0.02em; }
.footer-grid a { display: flex; min-width: 44px; min-height: 44px; align-items: center; color: #c6cbce; font-size: 0.82rem; text-decoration: none; }
.footer-grid .instagram-footer-link { color: var(--amber); }
.footer-grid a:hover { color: var(--amber); }
.footer-bottom { display: flex; padding-top: 20px; margin-top: 38px; align-items: center; justify-content: space-between; gap: 22px; color: #858c91; border-top: 1px solid rgba(255, 255, 255, 0.11); font-size: 0.73rem; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 12px; }
.footer-bottom a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }

.mobile-action-bar { display: none; }

/* Safety page */
.safety-hero { color: var(--white); background: radial-gradient(circle at 78% 20%, rgba(232, 117, 0, 0.18), transparent 35%), var(--black); border-bottom: 8px solid var(--orange); }
.safety-hero-grid { display: grid; min-height: 650px; padding-block: 78px; grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.56fr); gap: 78px; align-items: center; }
.safety-hero h1 { color: var(--white); }
.safety-hero p:not(.eyebrow) { max-width: 720px; margin-bottom: 28px; color: #d3d7d9; font-size: 1.08rem; }
.manual-card { min-height: 470px; padding: 34px; display: flex; flex-direction: column; color: var(--white); background: var(--charcoal); border-top: 8px solid var(--orange); box-shadow: var(--shadow); }
.manual-card img { width: 220px; height: auto; margin-bottom: 52px; }
.manual-card > span { color: var(--amber); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; }
.manual-card > strong { margin: 16px 0; font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif; font-size: 3.3rem; line-height: 0.9; text-transform: uppercase; }
.manual-card > small { color: #c3c8cb; line-height: 1.5; }
.manual-card > a { display: flex; min-width: 44px; min-height: 48px; margin-top: auto; align-items: center; color: var(--white); border-top: 1px solid rgba(255, 255, 255, 0.2); font-size: 0.78rem; font-weight: 900; text-decoration: none; }
.safety-principles { background: var(--warm-white); }
.safety-principles-grid { display: grid; grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr); gap: 76px; }
.safety-principles-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.principle-list { border-top: 1px solid var(--line); }
.principle-list article { display: grid; padding: 25px 0; grid-template-columns: 54px minmax(0, 1fr); gap: 16px; border-bottom: 1px solid var(--line); }
.principle-list article > span { color: var(--orange-dark); font-size: 0.9rem; font-weight: 900; }
.principle-list h3 { margin-bottom: 6px; font-size: 1.2rem; }
.principle-list p { margin: 0; color: var(--muted); font-size: 0.9rem; }
.stop-work-section { padding: 82px 0; color: var(--black); background: var(--orange); }
.stop-work-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 56px; align-items: center; }
.stop-badge { display: grid; width: 210px; height: 210px; place-items: center; color: var(--white); background: var(--black); border: 10px solid var(--white); border-radius: 50%; font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif; font-size: 4.6rem; font-weight: 900; line-height: 1; }
.stop-work-section .eyebrow { color: var(--black); }
.stop-work-section h2 { font-size: clamp(2.6rem, 4vw, 4.4rem); }
.stop-work-section p { margin: 0; color: #301901; font-weight: 600; }
.safety-expectations { background: var(--white); }
.expectation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.expectation-grid article { padding: 30px; background: var(--warm-white); border-left: 5px solid var(--orange); }
.expectation-grid article > span { color: var(--orange-dark); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.expectation-grid h3 { margin-top: 17px; }
.expectation-grid p { margin: 0; color: var(--muted); }
.limitation { background: var(--concrete); }
.limitation-box { display: grid; padding: 44px; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 60px; align-items: center; background: var(--white); border: 1px solid var(--line); }
.limitation-box h2 { margin: 0; font-size: clamp(2.3rem, 4vw, 3.8rem); }
.limitation-box > p { margin: 0; color: var(--muted); }
.download-section { color: var(--white); background: var(--charcoal); }
.download-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr); gap: 72px; align-items: center; }
.download-layout h2 { color: var(--white); }
.download-layout p { color: #cfd3d5; }
.download-actions { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.download-actions > span { color: #bdc2c5; font-size: 0.8rem; }
.download-actions > span a { display: inline-flex; min-height: 44px; align-items: center; color: var(--white); }

@media (max-width: 1180px) {
  .header-inner { gap: 16px; }
  .brand { width: 205px; flex-basis: 205px; }
  .brand-full { width: 205px; }
  .primary-nav { gap: 12px; }
  .primary-nav a { font-size: 0.75rem; }
  .header-actions .phone-link { display: none; }
  .readiness-card { grid-template-columns: 96px minmax(0, 1fr); }
  .readiness-card > span { font-size: 3.7rem; }
}

@media (max-width: 960px) {
  :root { --header: 72px; }
  .container { width: min(calc(100% - 36px), var(--container)); }
  .header-inner { position: relative; flex-wrap: wrap; }
  .brand { width: 206px; flex: 0 1 206px; }
  .brand-full { display: none; }
  .brand-mobile { display: flex; min-height: 52px; align-items: center; gap: 10px; color: var(--white); }
  .brand-mobile img { width: 40px; height: 40px; }
  .brand-mobile > span { font-size: 1.55rem; font-weight: 900; letter-spacing: 0.06em; line-height: 1; text-transform: uppercase; }
  .header-actions { display: none; }
  .menu-toggle { margin-left: auto; }
  .js .menu-toggle { display: flex; }
  .primary-nav { order: 3; width: 100%; margin: 0; padding: 8px 0 12px; flex-wrap: wrap; justify-content: center; gap: 4px 14px; }
  .primary-nav a { min-height: 44px; }
  .js .primary-nav { position: absolute; top: 71px; right: -18px; left: -18px; display: none; width: auto; padding: 10px 18px 18px; flex-direction: column; align-items: stretch; background: var(--black); border-top: 1px solid rgba(255, 255, 255, 0.12); box-shadow: 0 22px 40px rgba(0, 0, 0, 0.38); }
  .js .primary-nav.is-open { display: flex; }
  .js .primary-nav a { justify-content: flex-start; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .js .primary-nav a::after { display: none; }
  .hero-inner { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-grid > div:nth-child(2) { border-right: 1px solid rgba(255, 255, 255, 0.12); }
  .trust-grid > div:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, 0.12); }
  .readiness-grid, .area-review-grid, .contact-layout, .safety-hero-grid, .safety-principles-grid, .limitation-box, .download-layout { grid-template-columns: minmax(0, 1fr); }
  .readiness-card { grid-template-columns: 110px minmax(0, 1fr); }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-layout, .safety-hero-grid, .safety-principles-grid, .limitation-box, .download-layout { gap: 44px; }
  .manual-card { max-width: 480px; }
}

@media (max-width: 720px) {
  .section { padding: 72px 0; }
  .split-intro { grid-template-columns: 1fr; gap: 22px; }
  .service-grid, .expectation-grid { grid-template-columns: 1fr; }
  .service-card { grid-template-columns: 54px minmax(0, 1fr); padding: 27px; }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .project-card, .project-lead { grid-row: auto; aspect-ratio: 4 / 3; }
  .project-lead { aspect-ratio: 3 / 4; }
  .readiness-card { grid-template-columns: 1fr; }
  .readiness-card > span { margin-bottom: 8px; font-size: 3.2rem; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li > span { margin-bottom: 20px; }
  .stop-work-layout { grid-template-columns: 1fr; gap: 32px; }
  .stop-badge { width: 170px; height: 170px; font-size: 3.8rem; }
  .area-panel, .review-panel { padding: 30px; }
  .area-panel dl div { grid-template-columns: 1fr; gap: 2px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  body { padding-bottom: calc(58px + env(safe-area-inset-bottom)); }
  h1 { font-size: clamp(3.35rem, 15vw, 4.4rem); line-height: 0.92; }
  .hero h1 { font-size: clamp(3.35rem, 15vw, 4.4rem); }
  h2 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 58px 0; }
  .hero-mark { top: 21%; right: -80px; width: 310px; opacity: 0.08; transform: none; }
  .hero::before { left: 76%; }
  .hero::after { right: -250px; bottom: 84px; }
  .hero-inner { min-height: 616px; padding-block: 66px 52px; grid-template-columns: 1fr; align-content: end; }
  .hero-stamp { display: none; }
  .hero-lead { font-size: 1rem; }
  .button-row { align-items: stretch; }
  .button-row .button { width: 100%; }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-grid > div { min-height: 112px; padding: 17px 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .trust-grid > div:nth-child(odd) { border-left: 1px solid rgba(255, 255, 255, 0.12); }
  .trust-grid strong { font-size: 0.8rem; }
  .trust-grid span { font-size: 0.7rem; }
  .service-card { grid-template-columns: 42px minmax(0, 1fr); gap: 14px; padding: 24px 20px; }
  .service-card p:not(.service-label) { font-size: 0.87rem; }
  .project-card figcaption { padding: 20px; }
  .readiness-card { padding: 27px 22px; }
  .readiness-card h3 { font-size: 2.1rem; }
  .process-grid li { padding: 24px 22px; }
  .area-panel, .review-panel, .project-form, .limitation-box { padding: 25px 22px; }
  .contact-phone { font-size: 2.55rem; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 27px 20px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .manual-card { min-height: 420px; padding: 27px; }
  .manual-card > strong { font-size: 2.8rem; }
  .principle-list article { grid-template-columns: 42px minmax(0, 1fr); }
  .stop-work-section { padding: 64px 0; }
  .stop-badge { width: 145px; height: 145px; border-width: 8px; font-size: 3.2rem; }
  .mobile-action-bar {
    position: fixed;
    z-index: 200;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    padding-bottom: env(safe-area-inset-bottom);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: var(--black);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .mobile-action-bar a { display: flex; min-width: 44px; min-height: 58px; align-items: center; justify-content: center; color: var(--white); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.07em; text-align: center; text-decoration: none; text-transform: uppercase; }
  .mobile-action-bar a:first-child { color: var(--black); background: var(--amber); }
  .mobile-action-bar a + a { border-left: 1px solid rgba(255, 255, 255, 0.2); }
}

@media (max-width: 360px) {
  .container { width: min(calc(100% - 22px), var(--container)); }
  .brand { flex-basis: 182px; }
  .brand-mobile img { width: 36px; height: 36px; }
  .brand-mobile > span { font-size: 1.35rem; }
  .menu-toggle { width: 50px; min-width: 50px; padding-inline: 7px; }
  .menu-toggle-label { display: none; }
  h1 { font-size: 3.15rem; }
  .hero h1 { font-size: 3.15rem; }
  h2 { font-size: 2.25rem; }
  .hero-inner { min-height: 610px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 92px; border-left: 1px solid rgba(9, 10, 11, 0.24); }
  .contact-phone { font-size: 2.2rem; }
  .instagram-contact-link { max-width: 100%; padding-inline: 10px; gap: 8px; }
  .instagram-contact-link > span:not(.instagram-arrow) { font-size: 0.75rem; letter-spacing: 0; white-space: nowrap; }
  .instagram-contact-link .instagram-arrow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
