:root {
  --red: #ed1c2b;
  --red-dark: #c91120;
  --ink: #080d11;
  --ink-2: #0d1419;
  --panel: #11191f;
  --panel-2: #151e24;
  --line: #2b353d;
  --text: #f7f8f8;
  --muted: #aab2b8;
  --light: #eef1f2;
  --max: 1280px;
  --radius: 6px;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

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

body {
  margin: 0;
  width: 100%;
  max-width: 100vw;
  overflow-x: clip;
  color: var(--text);
  background: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

img,
svg {
  display: block;
}

.icon {
  width: 1.25em;
  height: 1.25em;
  flex: 0 0 auto;
}

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

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

section[id] {
  scroll-margin-top: 86px;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  width: 100vw;
  max-width: 100%;
  height: 82px;
  color: var(--text);
  background: rgba(6, 10, 13, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: box-shadow 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}

.header-inner {
  display: grid;
  grid-template-columns: minmax(245px, 1fr) auto minmax(200px, 1fr);
  align-items: center;
  gap: 28px;
  width: min(var(--max), calc(100% - 48px));
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}

.brand,
.footer-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  font-style: normal;
}

.brand-name,
.footer-brand {
  color: var(--red);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1;
}

.brand-name span,
.footer-brand span {
  color: #c9ced1;
  font-size: 0.72em;
}

.brand small {
  margin-top: 5px;
  color: #bec4c8;
  font-size: 0.68rem;
  font-weight: 650;
}

.site-nav {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.site-nav a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  color: #dce0e2;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  content: "";
  background: var(--red);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: #fff;
}

.site-nav a:hover::after,
.site-nav a.active::after {
  transform: scaleX(1);
}

.header-call {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-width: 190px;
  min-height: 52px;
  padding: 8px 18px;
  color: #fff;
  border-radius: var(--radius);
  background: var(--red);
  transition: background 160ms ease, transform 160ms ease;
}

.header-call:hover {
  background: var(--red-dark);
  transform: translateY(-1px);
}

.header-call .icon {
  width: 22px;
  height: 22px;
}

.header-call span,
.header-call small,
.header-call strong {
  display: block;
}

.header-call small {
  font-size: 0.67rem;
  font-weight: 700;
  text-transform: uppercase;
}

.header-call strong {
  font-size: 0.96rem;
  line-height: 1.05;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #070c10;
}

.hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, #080d11 0%, #080d11 40%, rgba(8, 13, 17, 0.9) 53%, rgba(8, 13, 17, 0.18) 78%, rgba(8, 13, 17, 0) 100%);
}

.hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 620px;
  padding: 72px 0;
}

.eyebrow {
  margin: 0;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero .eyebrow .icon {
  width: 18px;
  height: 18px;
}

.hero h1,
.section-heading h2,
.why-layout h2,
.contact-copy h2,
.legal-hero h1 {
  margin: 0;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 950;
  line-height: 0.98;
}

.hero h1 {
  max-width: 720px;
  margin-top: 18px;
  font-size: 4.8rem;
  text-transform: uppercase;
}

h1 em,
h2 em {
  color: var(--red);
  font-style: italic;
}

.hero-lede {
  max-width: 660px;
  margin: 24px 0 0;
  color: #c6ccd0;
  font-size: 1.08rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 0.88rem;
  font-weight: 900;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

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

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

.button-primary:hover {
  border-color: var(--red-dark);
  background: var(--red-dark);
}

.button-secondary {
  background: rgba(8, 13, 17, 0.72);
}

.button-secondary:hover {
  border-color: #7c858b;
  background: var(--panel);
}

.hero-benefits {
  display: flex;
  gap: 42px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.hero-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-benefits > li > .icon {
  width: 42px;
  height: 42px;
  padding: 10px;
  color: var(--red);
  border: 1px solid rgba(237, 28, 43, 0.62);
  border-radius: 50%;
}

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

.hero-benefits strong {
  font-size: 0.84rem;
}

.hero-benefits small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.72rem;
}

.section {
  padding: 88px 0;
}

.services-section,
.gallery-section {
  background: linear-gradient(180deg, #0b1115 0%, #080d11 100%);
}

.section-heading {
  max-width: 790px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading h2 {
  margin-top: 10px;
  font-size: 2.8rem;
}

.section-heading > p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.service-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  min-height: 174px;
  padding: 24px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.service-card:hover {
  border-color: #4c5962;
  background: var(--panel-2);
  transform: translateY(-3px);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
  border-radius: var(--radius);
  background: var(--red);
}

.service-icon .icon {
  width: 28px;
  height: 28px;
}

.service-card h3 {
  margin: 2px 0 8px;
  font-size: 1.08rem;
  line-height: 1.2;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.section-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
}

.section-action p {
  margin: 0;
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 850;
}

.text-link:hover {
  color: var(--red);
}

.pricing-section {
  background: #0c1217;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.price-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 104px;
  padding: 20px;
  background: var(--panel);
}

.price-item > .icon {
  width: 42px;
  height: 42px;
  padding: 9px;
  color: #e4e8ea;
  border: 1px solid #5b666d;
  border-radius: 50%;
}

.price-item span,
.price-item strong,
.price-item small {
  display: block;
}

.price-item strong {
  color: var(--red);
  font-size: 0.74rem;
  text-transform: uppercase;
}

.price-item small {
  margin-top: 4px;
  color: #d0d5d8;
  font-size: 0.78rem;
}

.calculator {
  margin-top: 26px;
  padding: 34px;
  border: 1px solid rgba(237, 28, 43, 0.8);
  border-radius: var(--radius);
  background: #0a1014;
}

.calculator-heading {
  text-align: center;
}

.calculator-heading h3 {
  margin: 7px 0 0;
  font-size: 1.7rem;
  line-height: 1.15;
}

.calculator-heading > p:last-child {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

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

.calculator-form label {
  color: #d8dde0;
  font-size: 0.78rem;
  font-weight: 800;
}

.calculator-form input[type="number"],
.calculator-form select {
  display: block;
  width: 100%;
  min-height: 48px;
  margin-top: 7px;
  padding: 0 13px;
  color: #fff;
  border: 1px solid #3d4951;
  border-radius: 4px;
  outline: 0;
  background: var(--ink);
}

.calculator-form input:focus,
.calculator-form select:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(237, 28, 43, 0.15);
}

.calculator-check {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  margin-top: 23px;
}

.calculator-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--red);
}

.calculator-result {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap: 12px;
  margin-top: 18px;
}

.calculator-result > div {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--ink);
}

.calculator-result span,
.calculator-result strong {
  display: block;
}

.calculator-result span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 750;
  text-transform: uppercase;
}

.calculator-result strong {
  margin-top: 3px;
  font-size: 1.45rem;
}

.calculator-result .result-total {
  border-color: var(--red);
}

.calculator-result .result-total strong {
  color: var(--red);
  font-size: 1.75rem;
}

.calculator-note {
  margin: 18px 0 0;
  color: #969fa5;
  font-size: 0.75rem;
}

.calculator-note strong {
  color: #e8ebed;
}

.why-section,
.contact-section {
  padding: 82px 0;
  background: var(--panel);
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 82px;
  align-items: center;
}

.why-layout h2,
.contact-copy h2 {
  margin-top: 10px;
  font-size: 3.35rem;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 22px;
}

.why-grid article {
  min-height: 110px;
  padding-left: 18px;
  border-left: 2px solid var(--red);
}

.why-grid small {
  color: var(--red);
  font-weight: 900;
}

.why-grid h3 {
  margin: 5px 0 6px;
  font-size: 1rem;
}

.why-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.gallery-image {
  position: relative;
  overflow: hidden;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.gallery-grid figure:hover img {
  filter: contrast(1.04);
  transform: scale(1.025);
}

.gallery-grid figcaption {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 12px 16px;
}

.gallery-grid figcaption strong {
  font-size: 0.88rem;
}

.gallery-label {
  position: absolute;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 27px;
  padding: 0 9px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.24);
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-label.before {
  left: 12px;
  background: #183a68;
}

.gallery-label.after {
  right: 12px;
  background: var(--red);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.88fr);
  gap: 64px;
  align-items: center;
}

.contact-copy > p:not(.eyebrow) {
  margin: 20px 0 0;
  color: var(--muted);
}

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

.contact-details > a,
.contact-details > div {
  min-width: 0;
  min-height: 92px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--ink);
}

.contact-details a:hover {
  border-color: var(--red);
}

.contact-details span,
.contact-details strong,
.contact-details small {
  display: block;
}

.contact-details span {
  color: var(--red);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-details strong {
  margin-top: 6px;
  overflow-wrap: anywhere;
  font-size: 0.9rem;
}

.contact-details small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.72rem;
}

.map-panel {
  position: relative;
  display: block;
  height: 410px;
  overflow: hidden;
  color: #111;
  border: 1px solid #465159;
  border-radius: var(--radius);
  background: #dfe8dc;
}

.map-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.map-panel:hover img {
  transform: scale(1.015);
}

.map-panel > span,
.map-panel > small {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  font-weight: 850;
}

.map-panel > span {
  top: 18px;
  left: 18px;
  font-size: 0.8rem;
}

.map-panel > span .icon {
  color: var(--red);
}

.map-panel > small {
  right: 18px;
  bottom: 18px;
  font-size: 0.68rem;
}

.cta-section {
  padding: 32px 0;
  background: var(--red);
}

.cta-section .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-section h2 {
  margin: 0;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
}

.cta-section h2 strong {
  font-style: italic;
}

.cta-section a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: var(--radius);
  background: var(--ink);
  font-size: 0.84rem;
  font-weight: 900;
}

.site-footer {
  padding: 54px 0 24px;
  color: var(--muted);
  background: #05090c;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 0.65fr 1fr 1fr;
  gap: 56px;
}

.footer-grid p {
  max-width: 340px;
  margin: 12px 0 0;
  font-size: 0.75rem;
}

.footer-grid nav,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 8px;
  font-size: 0.75rem;
}

.footer-grid nav strong,
.footer-contact > strong {
  margin-bottom: 5px;
  color: var(--red);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.footer-grid a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.68rem;
}

.mobile-callbar {
  display: none;
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice {
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px 24px;
  color: #1b2328;
  border-top: 3px solid var(--red);
  background: #fff;
  box-shadow: 0 -14px 40px rgba(0, 0, 0, 0.28);
}

.cookie-notice-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.cookie-notice-copy strong {
  display: block;
  font-size: 0.88rem;
}

.cookie-notice-copy p {
  margin: 4px 0 0;
  color: #5f696f;
  font-size: 0.78rem;
}

.cookie-notice-actions {
  display: flex;
  gap: 8px;
}

.cookie-notice-actions a,
.cookie-notice-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 850;
  cursor: pointer;
}

.cookie-notice-actions a {
  border: 1px solid #cbd1d5;
  background: #f1f3f4;
}

.cookie-notice-actions button {
  color: #fff;
  border: 1px solid var(--red);
  background: var(--red);
}

.legal-body {
  color: #1c252a;
  background: #f4f6f7;
}

.legal-body .site-header {
  color: var(--text);
}

.legal-main {
  min-height: 75vh;
}

.legal-hero {
  padding: 88px 24px 64px;
  color: #fff;
  border-bottom: 5px solid var(--red);
  background: var(--panel);
}

.legal-hero > div,
.legal-layout {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  color: #b9c0c4;
  font-size: 0.8rem;
  font-weight: 800;
}

.legal-back .icon {
  transform: rotate(180deg);
}

.legal-hero h1 {
  max-width: 900px;
  margin-top: 10px;
  font-size: 3.8rem;
  text-transform: uppercase;
}

.legal-hero > div > p:last-child {
  max-width: 720px;
  margin: 18px 0 0;
  color: #c5cbd0;
}

.legal-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 820px);
  gap: 72px;
  padding: 72px 24px 104px;
}

.legal-nav {
  position: sticky;
  top: 112px;
  align-self: start;
  display: grid;
  gap: 12px;
  padding-left: 18px;
  border-left: 3px solid var(--red);
}

.legal-nav strong {
  margin-bottom: 4px;
  font-size: 0.74rem;
  text-transform: uppercase;
}

.legal-nav a {
  color: #616b71;
  font-size: 0.82rem;
  font-weight: 750;
}

.legal-content section {
  scroll-margin-top: 108px;
}

.legal-content section + section {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #d8dde0;
}

.legal-updated {
  margin: 0 0 34px;
  color: #68737a;
  font-size: 0.8rem;
  font-weight: 750;
}

.legal-content h2 {
  margin: 0 0 17px;
  font-size: 1.55rem;
  line-height: 1.2;
}

.legal-content p {
  margin: 0;
  color: #465158;
}

.legal-content p + p {
  margin-top: 15px;
}

.legal-content a {
  color: #bd101d;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-contact {
  margin-top: 17px;
  color: #465158;
  font-style: normal;
  line-height: 1.8;
}

.legal-list {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
  padding-left: 22px;
  color: #465158;
}

.legal-status {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
  padding: 20px;
  border-left: 4px solid var(--red);
  border-radius: var(--radius);
  background: #fff;
}

.legal-status > .icon {
  color: var(--red);
}

.legal-status strong {
  display: block;
}

.legal-status p {
  margin-top: 5px;
  font-size: 0.88rem;
}

@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: minmax(220px, 1fr) auto minmax(172px, 1fr);
    gap: 18px;
  }

  .site-nav {
    gap: 17px;
  }

  .header-call {
    min-width: 172px;
  }

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

@media (max-width: 900px) {
  .site-header {
    height: 70px;
  }

  .header-inner {
    display: flex;
    width: calc(100% - 32px);
  }

  .brand {
    min-width: 0;
    margin-right: auto;
  }

  .brand-name {
    font-size: 1.3rem;
  }

  .site-nav {
    position: fixed;
    z-index: 55;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    align-content: start;
    gap: 0;
    padding: 14px 16px 100px;
    overflow-y: auto;
    color: #fff;
    background: rgba(8, 13, 17, 0.99);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .site-header.nav-open .site-nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .site-nav a {
    justify-content: space-between;
    height: auto;
    min-height: 56px;
    padding: 0 8px;
    border-bottom: 1px solid var(--line);
    font-size: 0.9rem;
  }

  .site-nav a::after {
    display: none;
  }

  .header-call {
    position: absolute;
    top: 12px;
    right: 80px;
    min-width: 164px;
    min-height: 46px;
  }

  .menu-toggle {
    position: absolute;
    top: 12px;
    right: 16px;
    display: inline-flex;
    flex: 0 0 46px;
  }

  .hero,
  .hero-inner {
    min-height: 590px;
  }

  .hero-image {
    width: 72%;
  }

  .hero::before {
    background: linear-gradient(90deg, #080d11 0%, #080d11 35%, rgba(8, 13, 17, 0.88) 62%, rgba(8, 13, 17, 0.32) 100%);
  }

  .hero h1 {
    font-size: 4rem;
  }

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

  .why-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .map-panel {
    height: 360px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .legal-nav {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-nav strong {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .wrap {
    width: calc(100% - 32px);
  }

  .brand small {
    font-size: 0.6rem;
  }

  .header-call {
    width: 46px;
    min-width: 46px;
    padding: 0;
    flex: 0 0 46px;
  }

  .header-call span {
    display: none;
  }

  .hero,
  .hero-inner {
    min-height: 680px;
  }

  .hero-image {
    width: 100%;
    height: 100%;
    opacity: 0.56;
    object-position: 60% center;
  }

  .hero::before {
    background: linear-gradient(0deg, #080d11 5%, rgba(8, 13, 17, 0.95) 48%, rgba(8, 13, 17, 0.4) 100%);
  }

  .hero-inner {
    justify-content: flex-end;
    padding: 112px 0 44px;
  }

  .hero h1 {
    margin-top: 13px;
    font-size: 3.1rem;
  }

  .hero-lede {
    margin-top: 18px;
    font-size: 0.94rem;
  }

  .hero-lede br {
    display: none;
  }

  .hero-actions {
    display: grid;
    gap: 9px;
    margin-top: 24px;
  }

  .hero-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 28px;
  }

  .hero-benefits li {
    display: grid;
    gap: 8px;
  }

  .hero-benefits > li > .icon {
    width: 34px;
    height: 34px;
    padding: 8px;
  }

  .hero-benefits strong {
    font-size: 0.72rem;
  }

  .hero-benefits small {
    font-size: 0.62rem;
  }

  .section,
  .why-section,
  .contact-section {
    padding: 68px 0;
  }

  .section-heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .section-heading h2,
  .why-layout h2,
  .contact-copy h2 {
    font-size: 2.35rem;
  }

  .section-heading h2 br {
    display: none;
  }

  .services-grid,
  .price-grid,
  .gallery-grid,
  .why-grid,
  .contact-details,
  .calculator-form,
  .calculator-result {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
  }

  .section-action {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .calculator {
    padding: 26px 18px;
  }

  .calculator-heading {
    text-align: left;
  }

  .calculator-check {
    margin-top: 0;
  }

  .why-layout {
    gap: 32px;
  }

  .why-grid {
    gap: 22px;
  }

  .why-grid article {
    min-height: 0;
  }

  .gallery-grid figure {
    display: block;
  }

  .gallery-grid img {
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .gallery-grid figcaption {
    min-height: 54px;
  }

  .map-panel {
    height: 300px;
  }

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

  .cta-section h2 {
    font-size: 1.7rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .mobile-callbar {
    position: fixed;
    z-index: 70;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 10px;
    max-width: calc(100vw - 20px);
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 16px;
    color: #fff;
    border: 1px solid #ff4652;
    border-radius: var(--radius);
    background: var(--red);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.38);
    font-size: 0.82rem;
    font-weight: 900;
  }

  .mobile-callbar strong {
    white-space: nowrap;
  }

  .cookie-notice {
    bottom: calc(76px + env(safe-area-inset-bottom));
    padding: 10px 16px;
  }

  .cookie-notice-inner {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cookie-notice-copy strong {
    font-size: 0.76rem;
    line-height: 1.25;
  }

  .cookie-notice-copy p {
    display: none;
  }

  .cookie-notice-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cookie-notice-actions a,
  .cookie-notice-actions button {
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.73rem;
  }

  .legal-hero {
    padding: 64px 16px 48px;
  }

  .legal-hero h1 {
    font-size: 2.55rem;
    overflow-wrap: anywhere;
  }

  .legal-layout {
    padding: 50px 16px 84px;
  }
}

@media (max-width: 420px) {
  .brand small {
    display: none;
  }

  .hero h1 {
    font-size: 2.7rem;
  }

  .hero-benefits {
    grid-template-columns: 1fr;
  }

  .hero-benefits li {
    grid-template-columns: auto 1fr;
  }

  .mobile-callbar span {
    display: none;
  }

  .legal-nav {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .gallery-grid figcaption {
    min-height: 54px;
  }

  .mobile-callbar {
    grid-template-columns: auto 1fr;
  }

  .mobile-callbar span {
    display: none;
  }

  .mobile-callbar strong {
    justify-self: center;
  }
}

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