:root {
  --brown: #a46c43;
  --brown-dark: #724527;
  --ink: #262626;
  --muted: #6f7378;
  --line: #e9e4df;
  --surface: #fcfbf9;
  --white: #ffffff;
  --footer: #181818;
  --shadow: 0 18px 55px rgba(28, 23, 18, 0.12);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

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

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

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

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.skip-link:focus {
  z-index: 999;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  background: var(--white);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.topbar {
  background: #1f1d1b;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.topbar__inner {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topbar p {
  margin: 0;
}

.topbar__links {
  display: flex;
  gap: 18px;
  white-space: nowrap;
}

.topbar a:hover {
  color: var(--white);
}

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

.brand {
  width: 162px;
  height: 66px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menu {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu a {
  display: block;
  padding: 14px 13px;
  color: #444;
  font-weight: 500;
  line-height: 1.2;
}

.menu a:hover,
.menu a:focus-visible {
  color: var(--brown);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: center;
  padding: 160px 0 88px;
  color: var(--white);
  overflow: hidden;
}

.hero__media,
.hero__overlay {
  position: absolute;
  inset: 0;
}

.hero__media {
  background:
    linear-gradient(135deg, rgba(20, 18, 16, 0.1), rgba(20, 18, 16, 0.2)),
    url("../../assets/images/hero/hero.jpg"),
    linear-gradient(135deg, #5f4532 0%, #1f1d1b 52%, #8f6a4c 100%);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero__overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.44) 52%, rgba(0, 0, 0, 0.2));
}

.hero__content {
  position: relative;
  max-width: var(--container);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--brown);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f2c18e;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(42px, 7vw, 92px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
}

.hero__lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 2vw, 22px);
}

.hero__actions,
.cta-band__inner {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero__actions {
  margin-top: 34px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 800;
  line-height: 1.15;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

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

.button--primary {
  background: var(--brown);
  color: var(--white);
}

.button--primary:hover {
  background: var(--brown-dark);
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
}

.button--ghost:hover {
  background: var(--white);
  color: var(--ink);
}

.button--light {
  background: var(--white);
  color: var(--brown-dark);
}

.feature-strip {
  position: relative;
  z-index: 2;
  margin-top: -52px;
}

.feature-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white);
  box-shadow: var(--shadow);
}

.feature {
  min-height: 216px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.feature:last-child {
  border-right: 0;
}

.feature__icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: rgba(164, 108, 67, 0.12);
  color: var(--brown);
  font-weight: 900;
}

.feature h2,
.service-card h3,
.gallery-item h3,
.footer h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
}

.feature p,
.service-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.section {
  padding: 96px 0;
}

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

.split__content h2,
.section-heading h2,
.cta-band h2,
.contact h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0;
}

.split__content p:not(.section-kicker) {
  color: var(--muted);
}

.image-placeholder {
  min-height: 280px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.52)),
    linear-gradient(135deg, #755139, #cfa071);
  color: var(--white);
}

.image-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(135deg, transparent 47%, rgba(255, 255, 255, 0.2) 48%, rgba(255, 255, 255, 0.2) 52%, transparent 53%);
  background-size: 80px 80px;
  opacity: 0.28;
}

.image-placeholder > * {
  position: relative;
  z-index: 1;
}

.image-placeholder span {
  display: block;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.image-placeholder small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
}

.image-placeholder--about {
  min-height: 520px;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.48)),
    url("../../assets/images/about/about.jpg"),
    linear-gradient(135deg, #614431, #d4a371);
  background-size: cover;
  background-position: center;
}

.image-placeholder--terrace {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.46)),
    url("../../assets/images/services/terrace-enclosure/cover.jpg"),
    linear-gradient(135deg, #5c463a, #c89962);
  background-size: cover;
  background-position: center;
}

.image-placeholder--sundurma {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.46)),
    url("../../assets/images/services/canopy-systems/cover.jpg"),
    linear-gradient(135deg, #4e4f4a, #a46c43);
  background-size: cover;
  background-position: center;
}

.image-placeholder--veranda {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.46)),
    url("../../assets/images/services/veranda-enclosure/cover.jpg"),
    linear-gradient(135deg, #3f403d, #b78358);
  background-size: cover;
  background-position: center;
}

.image-placeholder--balcony {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.46)),
    url("../../assets/images/services/balcony-terrace-enclosure/cover.jpg"),
    linear-gradient(135deg, #533724, #d1a56f);
  background-size: cover;
  background-position: center;
}

.image-placeholder--work-teras {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.46)),
    url("../../assets/images/works/terrace-1.jpg"),
    linear-gradient(135deg, #5c463a, #c89962);
  background-size: cover;
  background-position: center;
}

.image-placeholder--work-sundurma {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.46)),
    url("../../assets/images/works/canopy-1.jpg"),
    linear-gradient(135deg, #4e4f4a, #a46c43);
  background-size: cover;
  background-position: center;
}

.image-placeholder--work-veranda {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.46)),
    url("../../assets/images/works/veranda-1.jpg"),
    linear-gradient(135deg, #3f403d, #b78358);
  background-size: cover;
  background-position: center;
}

.image-placeholder--work-balkon {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.46)),
    url("../../assets/images/works/balcony-1.jpg"),
    linear-gradient(135deg, #533724, #d1a56f);
  background-size: cover;
  background-position: center;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.stats div {
  padding: 18px 12px;
  border-top: 3px solid var(--brown);
  background: var(--white);
}

.stats strong,
.stats span {
  display: block;
}

.stats strong {
  color: var(--brown);
  font-size: 34px;
  line-height: 1;
}

.stats span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.3;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.services,
.testimonials {
  background: var(--white);
}

.service-grid,
.gallery-grid,
.testimonial-grid {
  display: grid;
  gap: 24px;
}

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

.service-card {
  background: var(--surface);
  box-shadow: 0 1px 0 var(--line);
}

.service-card__image {
  min-height: 235px;
}

.service-card__body {
  padding: 24px;
}

.cta-band {
  padding: 72px 0;
  background:
    linear-gradient(rgba(24, 24, 24, 0.82), rgba(24, 24, 24, 0.82)),
    url("../../assets/images/hero/cta.jpg"),
    linear-gradient(135deg, #2b2420, #8f6749);
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.cta-band__inner {
  justify-content: space-between;
}

.cta-band__inner > div {
  max-width: 760px;
}

.gallery-filter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.gallery-filter button {
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.gallery-filter button.is-active,
.gallery-filter button:hover {
  border-color: var(--brown);
  background: var(--brown);
  color: var(--white);
}

.gallery-grid {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-item {
  background: var(--white);
  box-shadow: 0 1px 0 var(--line);
}

.gallery-item.is-hidden {
  display: none;
}

.gallery-item .image-placeholder {
  min-height: 250px;
}

.gallery-item h3 {
  padding: 18px;
}

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

.testimonial-grid figure {
  margin: 0;
  padding: 28px;
  background: var(--surface);
  border-top: 3px solid var(--brown);
}

.testimonial-grid blockquote {
  margin: 0;
  color: #4a4a4a;
  font-family: "Lora", Georgia, serif;
  font-size: 18px;
}

.testimonial-grid figcaption {
  margin-top: 18px;
  color: var(--brown);
  font-weight: 800;
}

.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.95fr);
  gap: 64px;
  align-items: start;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  padding: 18px;
  background: var(--white);
  border-left: 3px solid var(--brown);
}

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

.contact-list strong {
  color: var(--brown);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 32px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #4d4d4d;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #ded8d2;
  border-radius: 0;
  padding: 13px 14px;
  background: var(--surface);
  color: var(--ink);
}

.contact-form textarea {
  resize: vertical;
}

.footer {
  background: var(--footer);
  color: rgba(255, 255, 255, 0.76);
  padding: 64px 0 24px;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 42px;
}

.footer__logo {
  width: 210px;
  height: 88px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 18px;
  filter: brightness(1.08);
}

.footer h2 {
  color: var(--white);
  margin-bottom: 18px;
}

.footer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer a:hover {
  color: var(--white);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #20b35b;
  color: var(--white);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  font-weight: 900;
}

@media (max-width: 1100px) {
  .service-grid,
  .gallery-grid,
  .feature-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature:nth-child(2) {
    border-right: 0;
  }

  .feature:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

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

@media (max-width: 860px) {
  .topbar {
    display: none;
  }

  .site-header {
    position: sticky;
  }

  .navbar__inner {
    min-height: 78px;
  }

  .brand {
    width: 136px;
    height: 58px;
  }

  .menu-toggle {
    display: block;
  }

  .menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 20px 20px;
    background: var(--white);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.12);
  }

  .menu.is-open {
    display: flex;
  }

  .menu a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .hero {
    min-height: calc(100svh - 78px);
    padding: 86px 0 64px;
  }

  .hero__overlay {
    background: rgba(0, 0, 0, 0.62);
  }

  .split,
  .contact__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .image-placeholder--about {
    min-height: 360px;
  }

  .testimonial-grid,
  .footer__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .hero__actions .button,
  .cta-band .button,
  .contact-form .button {
    width: 100%;
  }

  .feature-strip {
    margin-top: 0;
  }

  .feature-strip__grid,
  .service-grid,
  .gallery-grid,
  .stats {
    grid-template-columns: 1fr;
  }

  .feature {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 68px 0;
  }

  .service-card__image,
  .gallery-item .image-placeholder {
    min-height: 220px;
  }

  .contact-form {
    padding: 22px;
  }

  .footer__bottom {
    flex-direction: column;
  }

  .floating-whatsapp {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }
}
