:root {
  --ink: #182027;
  --muted: #60707d;
  --paper: #f5f2ed;
  --panel: #ffffff;
  --line: #e2ded6;
  --brand: #f39a16;
  --brand-dark: #c8710a;
  --teal: #0f635f;
  --graphite: #202a33;
  --blue: #1b4f72;
  --shadow: 0 24px 70px rgba(24, 32, 39, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
}

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(174px, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 78px;
  padding: 10px clamp(18px, 4vw, 58px);
  background: rgba(245, 242, 237, 0.82);
  border-bottom: 1px solid rgba(226, 222, 214, 0.8);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(24, 32, 39, 0.1);
}

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

.brand strong {
  line-height: 1.1;
  overflow-wrap: anywhere;
}

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

.nav {
  display: inline-flex;
  justify-content: center;
  gap: 6px;
  padding: 6px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(226, 222, 214, 0.9);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(24, 32, 39, 0.06);
  font-size: 14px;
}

.nav a {
  padding: 8px 13px;
  border-radius: 999px;
}

.nav a:hover {
  color: var(--ink);
  background: #fff;
}

.header-links {
  display: grid;
  gap: 2px;
  min-width: 174px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  text-align: right;
}

.header-links a:hover {
  color: var(--brand-dark);
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.language-switch {
  display: inline-flex;
  padding: 4px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(226, 222, 214, 0.9);
  border-radius: 999px;
}

.language-switch button {
  min-width: 38px;
  padding: 7px 10px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.language-switch button.is-active {
  color: #fff;
  background: var(--teal);
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(100deg, rgba(24, 32, 39, 0.9) 0%, rgba(24, 32, 39, 0.72) 43%, rgba(24, 32, 39, 0.18) 100%),
    radial-gradient(circle at 72% 25%, rgba(243, 154, 22, 0.24), transparent 32%),
    linear-gradient(0deg, rgba(24, 32, 39, 0.28), rgba(24, 32, 39, 0.02));
}

.hero-watermark {
  position: absolute;
  right: clamp(22px, 8vw, 120px);
  top: 50%;
  z-index: -1;
  width: clamp(220px, 31vw, 460px);
  height: auto;
  opacity: 0.29;
  filter: grayscale(1) contrast(1.25) brightness(1.45) drop-shadow(0 10px 24px rgba(255, 255, 255, 0.2));
  transform: translateY(-50%);
  user-select: none;
  pointer-events: none;
}

.hero-content {
  width: min(760px, calc(100% - 36px));
  margin-left: clamp(18px, 6vw, 92px);
  padding: clamp(34px, 7vw, 72px);
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(38px, 6vw, 74px);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.25;
}

.hero-text {
  max-width: 640px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2vw, 21px);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button.primary {
  color: #231608;
  background: var(--brand);
  box-shadow: 0 14px 28px rgba(243, 154, 22, 0.28);
}

.button.primary:hover {
  background: #ffab2b;
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}

.button.secondary:hover {
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.16);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.hero-proof span {
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.section {
  padding: clamp(58px, 8vw, 102px) clamp(18px, 5vw, 72px);
}

.intro {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1120px, calc(100% - 36px));
  margin: -44px auto 0;
  padding: 0;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.intro div {
  padding: 28px;
  background: rgba(255, 255, 255, 0.94);
}

.stat {
  display: block;
  margin-bottom: 8px;
  color: var(--teal);
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 900;
  line-height: 1;
}

.intro p {
  margin-bottom: 0;
  color: var(--muted);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.card {
  position: relative;
  min-height: 248px;
  padding: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(24, 32, 39, 0.08);
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--teal), var(--blue));
}

.card p {
  margin-bottom: 0;
  color: var(--muted);
}

.icon {
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.25), transparent 55%),
    linear-gradient(135deg, var(--brand) 0 50%, var(--teal) 50% 100%);
  box-shadow: 0 12px 26px rgba(24, 32, 39, 0.12);
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(28px, 6vw, 72px);
  background:
    linear-gradient(90deg, rgba(15, 99, 95, 0.08), transparent 55%),
    #eef1ef;
}

.about-text {
  max-width: 720px;
}

.about-text p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.check-list {
  display: grid;
  gap: 14px;
  align-self: start;
}

.check-list div {
  padding: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-left: 4px solid var(--brand);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(24, 32, 39, 0.07);
}

.check-list strong,
.check-list span {
  display: block;
}

.check-list span {
  margin-top: 5px;
  color: var(--muted);
}

.work-band {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 80px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(243, 154, 22, 0.18), transparent 40%),
    linear-gradient(120deg, var(--graphite), #123f41);
}

.work-band .eyebrow {
  color: #ffb84d;
}

.steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  min-height: 136px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  backdrop-filter: blur(8px);
}

.steps li > span:first-child {
  display: block;
  margin-bottom: 12px;
  color: #ffb84d;
  font-weight: 900;
}

.steps li > span:last-child {
  display: block;
}

.projects {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), transparent),
    var(--paper);
}

.projects-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.62fr);
  align-items: end;
  gap: clamp(28px, 6vw, 82px);
}

.projects .section-heading {
  margin-bottom: 22px;
}

.projects .section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.project-showcase {
  display: grid;
  grid-template-columns: 48px minmax(0, 520px) 48px;
  align-items: stretch;
  gap: 10px;
  max-width: 650px;
}

.project-slide {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(24, 32, 39, 0.07);
}

.project-slide strong {
  color: var(--ink);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 900;
  line-height: 1.1;
}

.project-slide small,
.project-slide span {
  color: var(--muted);
  font-size: 13px;
}

.project-arrow {
  display: grid;
  place-items: center;
  min-width: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--teal);
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 32, 39, 0.07);
  cursor: pointer;
  font-size: 30px;
  font-weight: 900;
}

.project-arrow:hover {
  color: #fff;
  background: var(--teal);
}

.work-gallery {
  display: grid;
  gap: 12px;
}

.gallery-frame {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.gallery-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(24, 32, 39, 0.66), transparent 58%);
}

.gallery-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 3px;
  color: #fff;
}

.gallery-caption span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-caption strong {
  font-size: 24px;
  line-height: 1.1;
}

.gallery-caption small {
  color: rgba(255, 255, 255, 0.78);
}

.gallery-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.gallery-controls button {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--teal);
  background: #fff;
  box-shadow: 0 12px 28px rgba(24, 32, 39, 0.07);
  cursor: pointer;
  font-size: 28px;
  font-weight: 900;
}

.gallery-controls button:hover {
  color: #fff;
  background: var(--teal);
}

.contacts {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 460px);
  gap: clamp(28px, 6vw, 70px);
  align-items: center;
}

.contact-copy {
  max-width: 660px;
}

.contact-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.quick-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.quick-contacts a {
  padding: 11px 14px;
  color: var(--teal);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(24, 32, 39, 0.07);
  font-weight: 900;
}

.contact-card {
  display: grid;
  gap: 14px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  font-style: normal;
}

.contact-card a,
.contact-card span {
  display: block;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.contact-card a {
  color: var(--teal);
  font-size: 20px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.contact-card span {
  color: var(--muted);
}

.contact-card :last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.request-section {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 760px);
  gap: clamp(28px, 6vw, 70px);
  background: #fff;
}

.request-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.request-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

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

.request-form label,
.request-form label span {
  display: grid;
  gap: 7px;
}

.request-form label span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.request-form input,
.request-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.request-form input:focus,
.request-form textarea:focus {
  outline: 2px solid rgba(243, 154, 22, 0.34);
  border-color: var(--brand);
}

.request-form textarea {
  resize: vertical;
}

.form-honey {
  position: absolute;
  left: 0;
  width: 1px !important;
  max-width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.captcha-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  background: rgba(15, 99, 95, 0.08);
  border: 1px solid rgba(15, 99, 95, 0.18);
  border-radius: 8px;
}

.captcha-box strong,
.captcha-box span {
  display: block;
}

.captcha-box span {
  color: var(--muted);
}

.captcha-control {
  display: grid;
  grid-template-columns: auto 96px;
  align-items: center;
  gap: 10px;
  min-width: 220px;
}

.captcha-control span {
  color: var(--teal);
  font-size: 18px;
  font-weight: 900;
}

.captcha-control input {
  text-align: center;
  font-weight: 900;
}

.form-submit {
  width: fit-content;
  min-width: 210px;
  border: 0;
  cursor: pointer;
}

.form-note {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.78);
  background: var(--ink);
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    order: 3;
    grid-column: 1 / -1;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .header-tools {
    min-width: auto;
  }

  .service-grid,
  .intro,
  .about,
  .work-band,
  .contacts,
  .request-section,
  .projects-layout {
    grid-template-columns: 1fr;
  }

  .intro {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

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

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

@media (max-width: 620px) {
  .site-header {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 10px 14px 12px;
  }

  .brand {
    width: 100%;
  }

  .brand-logo {
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
  }

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

  .brand small,
  .header-links {
    display: none;
  }

  .header-tools {
    justify-content: flex-start;
  }

  .nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: visible;
    padding: 4px;
    font-size: 13px;
  }

  .nav a {
    flex: 1 1 30%;
    padding: 8px 10px;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding: 32px 0;
  }

  .hero-watermark {
    right: 10px;
    top: 58%;
    width: min(240px, 48vw);
    opacity: 0.22;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 24px;
  }

  h1 {
    font-size: 32px;
    line-height: 1.08;
  }

  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 19px;
  }

  .hero-text,
  .contact-copy p:not(.eyebrow),
  .request-heading p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero-proof {
    gap: 7px;
  }

  .hero-proof span {
    flex: 1 1 130px;
    text-align: center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(24, 32, 39, 0.9), rgba(24, 32, 39, 0.48)),
      radial-gradient(circle at 80% 20%, rgba(243, 154, 22, 0.22), transparent 30%);
  }

  .button {
    width: 100%;
  }

  .intro,
  .service-grid,
  .steps,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .project-showcase {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
  }

  .gallery-frame {
    min-height: 230px;
  }

  .section {
    padding: 48px 16px;
  }

  .intro {
    padding: 0;
  }

  .intro div,
  .card,
  .check-list div,
  .steps li,
  .contact-card,
  .request-form {
    padding: 20px;
  }

  .card,
  .steps li {
    min-height: auto;
  }

  .quick-contacts {
    display: grid;
  }

  .quick-contacts a {
    text-align: center;
  }

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

  .footer {
    flex-direction: column;
  }

  .captcha-box {
    align-items: stretch;
    flex-direction: column;
  }

  .captcha-control,
  .form-submit {
    width: 100%;
  }

  .captcha-control {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  .site-header {
    padding-inline: 10px;
  }

  .brand {
    gap: 9px;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
  }

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

  .language-switch button {
    min-width: 34px;
    padding: 6px 8px;
  }

  .nav a {
    flex-basis: 40%;
    padding-inline: 8px;
  }

  .hero {
    padding: 24px 0;
  }

  .hero-content {
    width: calc(100% - 22px);
    padding: 20px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  .section {
    padding: 42px 12px;
  }

  .project-showcase {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
  }

  .project-arrow {
    min-width: 38px;
  }

  .gallery-frame {
    min-height: 210px;
  }

  .gallery-caption strong {
    font-size: 20px;
  }

  .intro div,
  .card,
  .check-list div,
  .steps li,
  .contact-card,
  .request-form {
    padding: 18px;
  }
}
