:root {
  --ink: #161a17;
  --muted: #69716b;
  --line: #e1e4df;
  --paper: #f7f7f3;
  --white: #ffffff;
  --accent: #b98b2f;
  --accent-dark: #7a5717;
  --dark: #0f1411;
  --shadow: 0 18px 48px rgba(18, 24, 20, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 88px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(247, 247, 243, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

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

.brand img {
  display: block;
  width: clamp(190px, 20vw, 290px);
  height: 64px;
  object-fit: contain;
  object-position: left center;
}

nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  color: #3a403c;
  font-size: 0.94rem;
  font-weight: 800;
}

nav a,
.site-footer a {
  border-bottom: 2px solid transparent;
}

nav a:hover,
.site-footer a:hover {
  border-color: var(--accent);
}

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

.language-switcher {
  display: flex;
  gap: 4px;
  padding: 4px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.language-button,
.icon-link {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.language-button {
  font-size: 1.05rem;
}

.language-button.is-active {
  background: var(--paper);
  box-shadow: inset 0 0 0 1px var(--line);
}

.icon-link {
  color: var(--white);
  background: linear-gradient(135deg, #833ab4, #c13584 45%, #fd1d1d 72%, #fcb045);
  border: 0;
  box-shadow: 0 10px 24px rgba(131, 58, 180, 0.28);
}

.icon-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  gap: 24px;
  padding: clamp(56px, 8vw, 108px) clamp(18px, 5vw, 72px) 42px;
  color: var(--white);
  background: var(--dark);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img,
.hero-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1200ms ease;
}

.hero-media img.is-active,
.hero-media video.is-active {
  opacity: 1;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(15, 20, 17, 0.92), rgba(15, 20, 17, 0.68), rgba(15, 20, 17, 0.2)),
    linear-gradient(0deg, rgba(15, 20, 17, 0.5), transparent 55%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 7vw, 5.75rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.hero-copy {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.04rem, 2vw, 1.22rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}

.button.primary {
  color: var(--dark);
  background: var(--accent);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.trust-strip div {
  min-height: 122px;
  padding: 26px clamp(18px, 3vw, 36px);
  border-right: 1px solid var(--line);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin-bottom: 8px;
  color: var(--dark);
  font-size: 1.55rem;
}

.trust-strip span {
  color: var(--muted);
}

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

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

.section-heading p,
.request-section p {
  color: var(--muted);
  font-size: 1.02rem;
}

.request-section {
  background: var(--white);
}

fieldset {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.portfolio-section {
  background: var(--paper);
}

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

.project-card {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.project-card img,
.project-card video {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #1b1f1c;
}

.form-layout {
  max-width: 980px;
}

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

fieldset {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 20px;
}

fieldset.wide,
.submit-button,
.form-consent {
  grid-column: 1 / -1;
}

legend {
  padding: 0 8px;
  font-weight: 900;
}

label {
  display: grid;
  gap: 7px;
  color: #343a36;
  font-size: 0.92rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #cdd2cc;
  border-radius: 4px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(185, 139, 47, 0.26);
  border-color: var(--accent);
}

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

.checkbox-grid label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 10px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-weight: 700;
}

.checkbox-grid input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--accent-dark);
}

.submit-button {
  width: 100%;
}

.form-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-consent {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 34px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.86);
  background: var(--dark);
}

.site-footer p {
  max-width: 620px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.66);
}

.footer-logo {
  display: block;
  width: min(220px, 70vw);
  height: 54px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 12px;
  background: var(--white);
  border-radius: 4px;
  padding: 6px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  nav {
    justify-content: flex-start;
  }

  .header-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

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

  .hero {
    min-height: 820px;
    align-items: end;
  }

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

}

@media (max-width: 640px) {
  .site-header {
    position: static;
  }

  nav,
  .header-actions {
    width: 100%;
  }

  h1 {
    font-size: clamp(2.35rem, 15vw, 3.8rem);
  }

  .hero {
    min-height: 760px;
    padding-top: 44px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .trust-strip,
  .portfolio-grid,
  .lead-form,
  .checkbox-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
