:root {
  --page-gutter: clamp(18px, 4.2vw, 68px);
  --section-space: clamp(76px, 8vw, 126px);
  --surface: #f5f5f7;
  --surface-raised: rgba(255, 255, 255, 0.9);
  --glass-line: rgba(255, 255, 255, 0.7);
  --shadow-soft: 0 24px 70px rgba(6, 19, 33, 0.09);
  --shadow-dark: 0 34px 90px rgba(6, 19, 33, 0.2);
  --radius-large: 38px;
  --radius-card: 26px;
  --ease-fluid: cubic-bezier(0.22, 1, 0.36, 1);
  --font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Arial, sans-serif;
}

html {
  background: #eef1f4;
  scroll-padding-top: 112px;
}

body {
  background:
    radial-gradient(circle at 8% 7%, rgba(229, 125, 34, 0.1), transparent 26rem),
    radial-gradient(circle at 92% 30%, rgba(24, 52, 79, 0.08), transparent 34rem),
    var(--surface);
  font-family: var(--font-sans);
}

main {
  padding-top: 14px;
}

section {
  scroll-margin-top: 112px;
}

.site-header {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 24px;
  box-shadow: 0 12px 38px rgba(6, 19, 33, 0.08);
  height: 76px;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 clamp(18px, 2.6vw, 38px);
  top: 14px;
  width: calc(100% - 28px);
  -webkit-backdrop-filter: saturate(150%) blur(24px);
  backdrop-filter: saturate(150%) blur(24px);
}

.brand {
  gap: 11px;
}

.brand img {
  border-radius: 50%;
  clip-path: circle(48.25% at 50% 50%);
  height: 54px;
  width: 54px;
}

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

.brand-copy small {
  font-size: 7px;
}

.desktop-nav {
  background: rgba(6, 19, 33, 0.045);
  border-radius: 999px;
  gap: 2px;
  padding: 4px;
}

.desktop-nav a,
.footer-column a {
  font-size: 11px;
  letter-spacing: 0.035em;
}

.desktop-nav a {
  border: 0;
  border-radius: 999px;
  padding: 10px 17px;
  transition: background 220ms var(--ease-fluid), color 220ms var(--ease-fluid);
}

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

.header-cta,
.button {
  border-radius: 999px;
  letter-spacing: 0.025em;
  text-transform: none;
  transition:
    background 260ms var(--ease-fluid),
    border-color 260ms var(--ease-fluid),
    box-shadow 260ms var(--ease-fluid),
    color 260ms var(--ease-fluid),
    transform 260ms var(--ease-fluid);
}

.header-cta {
  box-shadow: 0 10px 24px rgba(229, 125, 34, 0.2);
  font-size: 12px;
  letter-spacing: 0.02em;
  padding: 13px 20px;
}

.header-cta:hover,
.button:hover {
  box-shadow: 0 14px 34px rgba(6, 19, 33, 0.17);
  transform: translateY(-2px) scale(1.01);
}

.hero {
  background:
    radial-gradient(circle at 77% 22%, rgba(229, 125, 34, 0.18), transparent 24rem),
    linear-gradient(135deg, #061321 0%, #0a1d30 58%, #102a43 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow-dark);
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  margin: 26px auto 18px;
  max-width: 1440px;
  min-height: min(820px, calc(100svh - 130px));
  position: relative;
  width: calc(100% - 28px);
}

.hero::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  content: "";
  height: 1px;
  left: 7%;
  position: absolute;
  right: 7%;
  top: 0;
}

.hero-copy {
  padding: clamp(78px, 8vw, 126px) clamp(28px, 6vw, 92px);
}

.hero-copy::before {
  background: radial-gradient(circle, rgba(229, 125, 34, 0.36), transparent 70%);
  border-radius: 50%;
  filter: blur(8px);
  height: 220px;
  left: -110px;
  top: -80px;
  width: 220px;
}

.eyebrow {
  font-size: 11px;
  letter-spacing: 0.13em;
  margin-bottom: 22px;
}

.hero h1 {
  font-size: clamp(56px, 6.6vw, 102px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.hero h1 span {
  background: linear-gradient(90deg, #f59c4e, var(--orange));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-intro {
  color: rgba(235, 241, 246, 0.75);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.58;
  margin-top: 30px;
  max-width: 590px;
}

.hero-actions {
  gap: 12px;
  margin-top: 36px;
}

.button {
  font-size: 13px;
  min-height: 54px;
  padding: 0 24px;
}

.button-primary,
.button-secondary {
  background: var(--orange);
  border: 1px solid var(--orange);
  box-shadow: 0 14px 32px rgba(229, 125, 34, 0.22);
  color: var(--navy);
}

.button-primary:hover,
.button-secondary:hover {
  background: #f29442;
  border-color: #f29442;
  color: var(--navy);
}

.hero-location {
  color: rgba(217, 227, 236, 0.58);
  letter-spacing: 0.12em;
}

.hero-brand-panel {
  background: transparent;
  min-height: 0;
  padding: clamp(52px, 6vw, 92px);
}

.hero-brand-panel::before {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
  height: min(39vw, 560px);
  position: absolute;
  width: min(39vw, 560px);
}

.hero-brand-panel::after {
  background: linear-gradient(90deg, var(--orange), rgba(229, 125, 34, 0));
  height: 5px;
  width: 68%;
}

.hero-brand-panel > img {
  border-radius: 50%;
  clip-path: circle(48.25% at 50% 50%);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.4);
  max-width: 470px;
  transition: transform 700ms var(--ease-fluid), box-shadow 700ms var(--ease-fluid);
}

.hero-brand-panel:hover > img {
  box-shadow: 0 48px 110px rgba(0, 0, 0, 0.48);
  transform: translateY(-7px) scale(1.015);
}

.drawing-lines {
  opacity: 0.55;
}

.hero-services {
  background: rgba(6, 19, 33, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  bottom: 27px;
  padding: 11px 15px;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.trust-strip {
  background: transparent;
  gap: 12px;
  margin: 0 auto 18px;
  max-width: 1440px;
  padding: 0;
  width: calc(100% - 28px);
}

.trust-strip p {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--glass-line);
  border-radius: 22px;
  box-shadow: 0 12px 36px rgba(6, 19, 33, 0.055);
  min-height: 78px;
  padding: 18px 24px;
  text-transform: none;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.trust-strip p:first-child {
  padding-left: 24px;
}

.section-pad {
  margin: 0 auto 18px;
  max-width: 1440px;
  padding: var(--section-space) var(--page-gutter);
  width: calc(100% - 28px);
}

.about,
.why,
.contact {
  background: var(--surface-raised);
  border: 1px solid var(--glass-line);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow-soft);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.about h2,
.section-heading h2,
.why h2,
.work h2,
.process h2,
.faq-section h2,
.contact h2,
.review-invite h2 {
  font-size: clamp(44px, 5.2vw, 76px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.about-text {
  border: 0;
  padding-top: 0;
}

.about-text::before {
  background: var(--orange);
  border-radius: 999px;
  content: "";
  display: block;
  height: 5px;
  margin-bottom: 27px;
  width: 54px;
}

.services,
.process {
  background:
    radial-gradient(circle at 88% 12%, rgba(229, 125, 34, 0.14), transparent 25rem),
    linear-gradient(145deg, var(--navy), #0d2439);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow-dark);
}

.section-heading,
.work-heading {
  margin-bottom: 56px;
}

.service-grid {
  border: 0;
  gap: 13px;
}

.service-card {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius-card);
  min-height: 270px;
  transition: background 300ms var(--ease-fluid), border-color 300ms var(--ease-fluid), transform 300ms var(--ease-fluid);
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.095);
  border-color: rgba(229, 125, 34, 0.38);
  transform: translateY(-6px);
}

.service-card h3 {
  font-weight: 650;
  letter-spacing: -0.035em;
}

.why {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(245, 247, 249, 0.82));
}

.text-link {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  transition: background 240ms var(--ease-fluid), color 240ms var(--ease-fluid), transform 240ms var(--ease-fluid);
}

.text-link {
  background: rgba(229, 125, 34, 0.12);
}

.text-link:hover {
  background: var(--orange);
  transform: translateY(-2px);
}

.reason-list {
  border: 0;
  display: grid;
  gap: 9px;
}

.reason-list p {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(6, 19, 33, 0.07);
  border-radius: 17px;
  min-height: 68px;
  padding: 13px 18px;
  transition: background 240ms var(--ease-fluid), transform 240ms var(--ease-fluid);
}

.reason-list p:hover {
  background: var(--white);
  transform: translateX(5px);
}

.work {
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}

.work-heading > p {
  background: rgba(229, 125, 34, 0.09);
  border: 0;
  border-radius: 20px;
  padding: 22px 24px;
}

.project-grid {
  gap: 16px;
}

.project-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(6, 19, 33, 0.16);
  min-height: 470px;
  transition: box-shadow 340ms var(--ease-fluid), transform 340ms var(--ease-fluid);
}

.project-card:nth-child(1) {
  background: linear-gradient(145deg, #061321, #102b45);
}

.project-card:nth-child(2) {
  background: linear-gradient(145deg, #0d2034, #173853);
}

.project-card:nth-child(3) {
  background: linear-gradient(145deg, #18344f, #214866);
}

.project-card:hover {
  box-shadow: 0 34px 80px rgba(6, 19, 33, 0.24);
  transform: translateY(-8px);
}

.project-card h3 {
  font-weight: 650;
}

.process-list article {
  transition: background 240ms var(--ease-fluid), padding 240ms var(--ease-fluid);
}

.process-list article:hover {
  background: rgba(255, 255, 255, 0.045);
  padding-left: 14px;
  padding-right: 14px;
}

.faq-section {
  background:
    radial-gradient(circle at 92% 6%, rgba(229, 125, 34, 0.11), transparent 24rem),
    var(--surface-raised);
  border: 1px solid var(--glass-line);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow-soft);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.faq-list {
  border-top: 0;
  display: grid;
  gap: 12px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(6, 19, 33, 0.08);
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(6, 19, 33, 0.055);
  overflow: hidden;
}

.faq-item summary {
  min-height: 88px;
  padding: 0 22px;
  transition: background 220ms var(--ease-fluid);
}

.faq-item summary:hover {
  background: rgba(229, 125, 34, 0.07);
}

.faq-item > p {
  margin-left: 76px;
  margin-right: 60px;
}

.faq-toggle {
  background: rgba(6, 19, 33, 0.035);
  transition: background 240ms var(--ease-fluid), border-color 240ms var(--ease-fluid), transform 320ms var(--ease-fluid);
}

.contact {
  align-items: start;
}

.contact-details p {
  transition: padding 240ms var(--ease-fluid);
}

.contact-details p:hover {
  padding-left: 8px;
}

.quote-form {
  background: #f4f6f8;
  border: 1px solid rgba(6, 19, 33, 0.08);
  border-radius: 30px;
  box-shadow: 0 24px 64px rgba(6, 19, 33, 0.1);
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  border-color: rgba(6, 19, 33, 0.1);
  border-radius: 14px;
  box-shadow: inset 0 1px 1px rgba(6, 19, 33, 0.025);
  min-height: 50px;
  transition: border-color 220ms var(--ease-fluid), box-shadow 220ms var(--ease-fluid), transform 220ms var(--ease-fluid);
}

.quote-form textarea {
  min-height: 136px;
}

.quote-form .message-field textarea {
  margin-bottom: 0;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(229, 125, 34, 0.13);
}

.reviews-section {
  background:
    radial-gradient(circle at 88% 8%, rgba(229, 125, 34, 0.2), transparent 26rem),
    linear-gradient(135deg, #061321 0%, #0a1d30 62%, #102a43 100%);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow-dark);
  margin: 0 auto 18px;
  max-width: 1440px;
  width: calc(100% - 28px);
}

.reviews-growth-card {
  background:
    radial-gradient(circle at 92% 4%, rgba(255, 255, 255, 0.28), transparent 14rem),
    linear-gradient(145deg, #ed8932, var(--orange));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-card);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.reviews-growth-card .button {
  box-shadow: 0 12px 30px rgba(6, 19, 33, 0.22);
}

.reviews-live {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.reviews-note {
  text-align: center;
}

.site-footer {
  border-radius: var(--radius-large) var(--radius-large) 0 0;
  margin: 0 auto;
  max-width: 1440px;
  padding-top: 76px;
  width: calc(100% - 28px);
}

.footer-brand img {
  border-radius: 50%;
  clip-path: circle(48.25% at 50% 50%);
}

@media (prefers-reduced-motion: no-preference) {
  html.reveal-ready .reveal-up {
    opacity: 0;
    transform: translateY(38px);
    transition:
      opacity 720ms var(--ease-fluid),
      transform 880ms var(--ease-fluid);
    will-change: opacity, transform;
  }

  html.reveal-ready .reveal-up.is-revealed {
    opacity: 1;
    transform: translateY(0);
    will-change: auto;
  }

  html.reveal-ready .section-pad h2.reveal-up {
    transition-delay: 80ms;
  }

  .hero-copy > * {
    animation: rise-in 780ms var(--ease-fluid) both;
  }

  .hero-copy > :nth-child(2) { animation-delay: 70ms; }
  .hero-copy > :nth-child(3) { animation-delay: 130ms; }
  .hero-copy > :nth-child(4) { animation-delay: 190ms; }
  .hero-copy > :nth-child(5) { animation-delay: 250ms; }

  .hero-brand-panel > img {
    animation: logo-in 980ms 120ms var(--ease-fluid) both;
  }
}

@keyframes rise-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes logo-in {
  from { opacity: 0; transform: translateY(28px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (min-width: 841px) and (max-height: 780px) {
  .hero {
    min-height: min(690px, calc(100svh - 112px));
  }

  .hero-copy {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .hero h1 {
    font-size: clamp(50px, 5.7vw, 82px);
  }

  .hero-intro {
    margin-top: 22px;
  }

  .hero-actions {
    margin-top: 26px;
  }
}

@media (max-width: 840px) {
  main {
    padding-top: 10px;
  }

  .site-header {
    border-radius: 20px;
    height: 68px;
    padding: 0 14px 0 10px;
    top: 10px;
    width: calc(100% - 20px);
  }

  .brand img {
    height: 48px;
    width: 48px;
  }

  .mobile-menu summary {
    background: rgba(6, 19, 33, 0.06);
    border-radius: 999px;
    padding: 10px 14px;
  }

  .mobile-menu nav {
    background: rgba(6, 19, 33, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    box-shadow: 0 24px 55px rgba(6, 19, 33, 0.25);
    overflow: hidden;
    padding: 8px 17px;
    top: 45px;
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
  }

  .mobile-menu nav a:last-child {
    border-bottom: 0;
    color: var(--orange);
  }

  .hero {
    border-radius: 30px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    margin-top: 20px;
    min-height: 0;
    width: calc(100% - 20px);
  }

  .hero-copy {
    min-height: auto;
    padding: 90px clamp(24px, 7vw, 58px) 76px;
  }

  .hero-brand-panel {
    grid-column: 1;
    grid-row: 2;
    min-height: 540px;
  }

  .hero-brand-panel::before {
    height: min(72vw, 500px);
    width: min(72vw, 500px);
  }

  .trust-strip,
  .section-pad,
  .reviews-section,
  .site-footer {
    width: calc(100% - 20px);
  }

  .trust-strip {
    gap: 9px;
  }

  .trust-strip p,
  .trust-strip p:first-child {
    border: 1px solid var(--glass-line);
    border-radius: 18px;
    min-height: 64px;
    padding: 14px 18px;
  }

  .about,
  .services,
  .why,
  .process,
  .faq-section,
  .contact,
  .reviews-section {
    border-radius: 30px;
  }

  .service-grid {
    gap: 11px;
  }

  .project-grid {
    gap: 14px;
  }
}

@media (max-width: 560px) {
  :root {
    --section-space: 68px;
  }

  .site-header {
    width: calc(100% - 16px);
  }

  .hero,
  .trust-strip,
  .section-pad,
  .reviews-section,
  .site-footer {
    width: calc(100% - 16px);
  }

  .hero {
    border-radius: 26px;
    margin-top: 16px;
  }

  .hero-copy {
    min-height: auto;
    padding: 78px 22px 66px;
  }

  .hero h1 {
    font-size: clamp(46px, 13.4vw, 62px);
    line-height: 0.99;
  }

  .hero-intro {
    font-size: 17px;
  }

  .hero-actions {
    gap: 10px;
    max-width: 100%;
  }

  .hero-actions .button {
    gap: 10px;
    min-height: 56px;
    min-width: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-brand-panel {
    min-height: 430px;
    padding: 46px 24px 82px;
  }

  .hero-brand-panel > img {
    width: min(84%, 330px);
  }

  .hero-services {
    bottom: 20px;
    gap: 10px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .hero-services span {
    font-size: 7px;
  }

  .trust-strip {
    margin-bottom: 12px;
  }

  .section-pad {
    margin-bottom: 12px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .about,
  .services,
  .why,
  .process,
  .faq-section,
  .contact,
  .reviews-section {
    border-radius: 26px;
  }

  .about h2,
  .section-heading h2,
  .why h2,
  .work h2,
  .process h2,
  .faq-section h2,
  .contact h2,
  .reviews-section h2 {
    font-size: clamp(39px, 11.6vw, 54px);
  }

  .service-card {
    border-radius: 21px;
  }

  .project-card {
    border-radius: 25px;
  }

  .quote-form {
    border-radius: 24px;
    padding: 24px 18px;
  }

  .faq-item {
    border-radius: 19px;
  }

  .faq-item summary {
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-item > p {
    margin-left: 55px;
    margin-right: 18px;
  }

  .reviews-section {
    margin-bottom: 12px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .reviews-growth-card {
    border-radius: 22px;
  }

  .reviews-live {
    border-radius: 22px;
  }

  .site-footer {
    border-radius: 26px 26px 0 0;
    padding-left: 24px;
    padding-right: 24px;
  }
}
