:root {
  --color-bg: #ffffff;
  --color-text: #101114;
  --color-muted: #5a5e66;
  --color-line: rgba(16, 17, 20, 0.11);
  --color-surface: #f5f5f6;
  --color-surface-strong: #0a0a0d;
  --color-accent: #a71930;
  --color-accent-soft: rgba(167, 25, 48, 0.08);
  --color-accent-glow: rgba(167, 25, 48, 0.24);
  --shadow-soft: 0 18px 60px rgba(16, 17, 20, 0.08);
  --shadow-strong: 0 26px 80px rgba(16, 17, 20, 0.16);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100% - 40px));
  --font-body: "Manrope", sans-serif;
  --font-display: "Cormorant Garamond", serif;
}

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

html {
  scroll-behavior: smooth;
}

section[id],
form[id] {
  scroll-margin-top: 152px;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-text);
  background:
    radial-gradient(circle at top right, rgba(167, 25, 48, 0.08), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 45%, #f8f8f9 100%);
}

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

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

p,
h1,
h2,
h3 {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.topbar {
  background: var(--color-surface-strong);
  color: #ffffff;
}

.topbar-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.9rem;
}

.topbar a {
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(16, 17, 20, 0.06);
}

.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--color-accent), #7d1224);
  color: #ffffff;
  font-weight: 800;
  font-size: 1.2rem;
  box-shadow: 0 12px 24px rgba(167, 25, 48, 0.2);
}

.brand-copy {
  display: grid;
  gap: 4px;
}

.brand-copy strong {
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.brand-copy small {
  color: var(--color-muted);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.95rem;
}

.site-nav a:not(.button) {
  position: relative;
}

.site-nav a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: var(--color-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:not(.button):hover::after,
.site-nav a:not(.button):focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--color-line);
  border-radius: 14px;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  background: var(--color-text);
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

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

.button-small {
  min-height: 44px;
  padding-inline: 18px;
  font-size: 0.92rem;
}

.button-accent {
  background: var(--color-accent);
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(167, 25, 48, 0.22);
}

.button-accent:hover,
.button-accent:focus-visible {
  background: #881428;
}

.button-dark {
  background: var(--color-surface-strong);
  color: #ffffff;
}

.button-outline {
  border-color: var(--color-line);
  background: rgba(255, 255, 255, 0.85);
}

.button-outline:hover,
.button-outline:focus-visible {
  border-color: rgba(16, 17, 20, 0.24);
}

.button-light {
  background: #ffffff;
  color: var(--color-text);
}

.hero {
  position: relative;
  overflow: clip;
  padding: 64px 0 44px;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero::before {
  width: 420px;
  height: 420px;
  top: -180px;
  right: -160px;
  background: radial-gradient(circle, rgba(167, 25, 48, 0.16) 0%, rgba(167, 25, 48, 0) 68%);
}

.hero::after {
  width: 360px;
  height: 360px;
  left: -200px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(16, 17, 20, 0.06) 0%, rgba(16, 17, 20, 0) 74%);
}

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

.eyebrow {
  margin-bottom: 16px;
  color: var(--color-accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.coverage-panel h3,
.contact-panel h2 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(3.5rem, 8vw, 6.25rem);
  line-height: 0.9;
}

.lead,
.section-heading p,
.service-card p,
.why-item p,
.coverage-panel p,
.process-card p,
.faq-item p,
.contact-panel p,
.signal-card p,
.contact-details p {
  color: var(--color-muted);
  line-height: 1.7;
}

.hero-copy .lead {
  max-width: 60ch;
  margin-top: 22px;
  font-size: 1.05rem;
}

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

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-points li {
  padding: 11px 16px;
  border: 1px solid rgba(16, 17, 20, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  font-size: 0.94rem;
  box-shadow: var(--shadow-soft);
}

.hero-visual {
  position: relative;
}

.visual-frame {
  position: relative;
  padding: 32px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(167, 25, 48, 0.16), transparent 36%),
    linear-gradient(180deg, #141519 0%, #0a0a0d 100%);
  color: #ffffff;
  box-shadow: var(--shadow-strong);
  overflow: hidden;
}

.visual-frame::before,
.visual-frame::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
}

.visual-frame::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.3));
}

.visual-frame::after {
  width: 180px;
  height: 180px;
  top: -48px;
  right: -48px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--color-accent-glow) 0%, rgba(167, 25, 48, 0) 72%);
}

.visual-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visual-card {
  position: relative;
  z-index: 1;
  border-radius: var(--radius-lg);
}

.visual-card-primary {
  margin-top: 22px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.card-label {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visual-card-primary h2 {
  max-width: 18ch;
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-family: var(--font-display);
  font-weight: 600;
}

.visual-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.mini-card {
  min-height: 142px;
  padding: 22px;
  border-radius: var(--radius-md);
  background: #ffffff;
  color: var(--color-text);
}

.mini-card strong,
.mini-card a {
  display: block;
  font-size: 1.08rem;
  line-height: 1.45;
}

.mini-card-dark {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  grid-column: span 2;
}

.mini-card-dark .card-label {
  color: rgba(255, 255, 255, 0.72);
}

.mini-card .card-label {
  margin-bottom: 10px;
  color: var(--color-muted);
}

.mini-card-accent {
  background: linear-gradient(135deg, var(--color-accent), #7d1224);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(167, 25, 48, 0.24);
}

.mini-card-accent .card-label {
  color: rgba(255, 255, 255, 0.74);
}

.signal-band {
  padding: 24px 0 32px;
}

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

.signal-card {
  padding: 24px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.signal-card span,
.service-index,
.process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  margin-bottom: 18px;
  background: var(--color-accent-soft);
  color: var(--color-accent);
  font-weight: 800;
  font-size: 0.86rem;
}

.signal-card h3,
.service-card h3,
.why-item h3,
.process-card h3,
.faq-item summary {
  font-size: 1.12rem;
  line-height: 1.3;
}

.signal-card p {
  margin-top: 10px;
}

.section {
  padding: 96px 0;
}

.section-heading {
  max-width: 760px;
  text-align: center;
}

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

.section-heading h2 {
  font-size: clamp(2.6rem, 5vw, 4.3rem);
  line-height: 0.95;
}

.section-heading p {
  margin-top: 18px;
}

.services-section {
  background: #ffffff;
}

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

.service-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(167, 25, 48, 0.03), rgba(167, 25, 48, 0)),
    var(--color-surface);
  border: 1px solid rgba(16, 17, 20, 0.06);
  min-height: 260px;
}

.service-card p {
  margin-top: 16px;
}

.why-section {
  background:
    linear-gradient(180deg, rgba(16, 17, 20, 0.02) 0%, rgba(16, 17, 20, 0) 100%),
    #ffffff;
}

.why-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 30px;
  align-items: start;
}

.why-list {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.why-item {
  padding: 24px 26px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-line);
  background: rgba(255, 255, 255, 0.82);
}

.why-item p {
  margin-top: 10px;
}

.coverage-panel {
  position: sticky;
  top: 108px;
  padding: 34px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(167, 25, 48, 0.18), rgba(167, 25, 48, 0) 42%),
    var(--color-surface-strong);
  color: #ffffff;
  box-shadow: var(--shadow-strong);
}

.coverage-panel p:not(.eyebrow) {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.74);
}

.coverage-panel h3 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 0.95;
}

.coverage-panel ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 30px;
}

.coverage-panel li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.9);
}

.coverage-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 6px rgba(167, 25, 48, 0.18);
}

.process-section {
  background: var(--color-surface-strong);
  color: #ffffff;
}

.section-heading-dark p {
  color: rgba(255, 255, 255, 0.68);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.process-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 230px;
}

.process-card span {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.process-card p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.72);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 32px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 0 24px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-soft);
}

.faq-item summary {
  position: relative;
  padding: 24px 44px 24px 0;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.7rem;
  color: var(--color-accent);
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  padding: 0 0 24px;
}

.contact-section {
  padding-top: 72px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
}

.contact-panel,
.form-panel {
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.contact-panel {
  padding: 36px;
  background:
    linear-gradient(180deg, rgba(167, 25, 48, 0.04), rgba(167, 25, 48, 0)),
    #ffffff;
  border: 1px solid var(--color-line);
  box-shadow: var(--shadow-soft);
}

.contact-panel h2 {
  font-size: clamp(2.6rem, 5vw, 4rem);
  line-height: 0.95;
}

.contact-panel p:not(.eyebrow) {
  margin-top: 18px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-details {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.contact-details article {
  padding-top: 18px;
  border-top: 1px solid var(--color-line);
}

.contact-details span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--color-muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-details a {
  font-weight: 700;
  font-size: 1.1rem;
}

.form-panel {
  padding: 34px;
  min-height: 540px;
  background:
    linear-gradient(135deg, rgba(167, 25, 48, 0.18), rgba(167, 25, 48, 0) 38%),
    linear-gradient(180deg, #141519 0%, #0a0a0d 100%);
  border: 1px solid rgba(16, 17, 20, 0.08);
  box-shadow: var(--shadow-soft);
  color: #ffffff;
}

#contact-form-panel::before {
  content: "";
  display: block;
  height: 152px;
  margin-top: -152px;
  visibility: hidden;
  pointer-events: none;
}

.form-shell {
  max-width: 560px;
}

.form-shell h3 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.form-shell p:not(.eyebrow):not(.form-note) {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.7;
}

.contact-form {
  margin-top: 28px;
}

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

.field {
  display: grid;
  gap: 10px;
}

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

.field span {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 15px 16px;
  font: inherit;
  outline: none;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.field textarea {
  resize: vertical;
  min-height: 140px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 4px rgba(167, 25, 48, 0.18);
}

.contact-form .button {
  width: 100%;
  margin-top: 18px;
}

.contact-form-honey {
  display: none;
}

.form-note {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
}

.site-footer {
  padding: 28px 0 48px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--color-line);
  color: var(--color-muted);
  font-size: 0.92rem;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 560ms ease,
    transform 560ms ease;
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .button,
  .nav-toggle span,
  .js [data-reveal] {
    transition: none;
  }
}

@media (max-width: 1120px) {
  .signal-grid,
  .services-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-grid,
  .faq-grid,
  .contact-grid,
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .coverage-panel {
    position: relative;
    top: auto;
  }

  .form-panel {
    min-height: 460px;
  }
}

@media (max-width: 820px) {
  .topbar-inner,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .header-inner {
    min-height: 78px;
    flex-wrap: wrap;
  }

  .site-nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px 18px;
    padding-bottom: 16px;
  }

  .js .header-inner {
    flex-wrap: nowrap;
  }

  .js .nav-toggle {
    display: inline-flex;
  }

  .js .site-nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 20px;
    right: 20px;
    width: auto;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(16, 17, 20, 0.08);
    box-shadow: var(--shadow-soft);
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

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

  .js .site-header.nav-open .nav-toggle span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .js .site-header.nav-open .nav-toggle span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-nav .button {
    width: 100%;
  }

  .hero {
    padding-top: 36px;
  }

  .visual-frame,
  .contact-panel,
  .coverage-panel,
  .form-panel {
    padding: 28px;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100% - 24px, 1180px);
  }

  .topbar-inner {
    padding-block: 10px;
  }

  .hero-copy h1 {
    max-width: none;
    font-size: clamp(2.9rem, 16vw, 4.2rem);
  }

  .section,
  .hero {
    padding-block: 72px;
  }

  .signal-grid,
  .services-grid,
  .process-grid,
  .visual-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .mini-card-dark {
    grid-column: auto;
  }

  .signal-card,
  .service-card,
  .process-card,
  .faq-item {
    padding-inline: 20px;
  }

  .contact-actions,
  .hero-actions {
    flex-direction: column;
  }

  .button,
  .button-small {
    width: 100%;
  }

}
