:root {
  --ink: #14232b;
  --muted: #62717a;
  --paper: #f6f8f7;
  --line: #d8e0df;
  --steel: #264653;
  --teal: #1f7a7a;
  --sun: #e9b44c;
  --leaf: #4f8f62;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(20, 35, 43, 0.14);
  --display-font: Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
  padding: 10px clamp(18px, 4vw, 58px);
  background: rgba(246, 248, 247, 0.93);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: auto;
  min-width: 0;
  color: var(--steel);
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  color: var(--steel);
  border: 1px solid rgba(38, 70, 83, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(217, 231, 229, 0.94)),
    repeating-linear-gradient(0deg, transparent 0 10px, rgba(38, 70, 83, 0.1) 10px 11px),
    repeating-linear-gradient(90deg, transparent 0 10px, rgba(38, 70, 83, 0.1) 10px 11px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.76),
    0 10px 24px rgba(20, 35, 43, 0.13);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.brand-mark::before {
  inset: 6px;
  border: 1px solid rgba(31, 122, 122, 0.32);
  border-radius: 6px;
}

.brand-mark::after {
  right: 7px;
  bottom: 7px;
  width: 14px;
  height: 14px;
  background:
    linear-gradient(90deg, var(--sun) 0 42%, transparent 42% 58%, var(--teal) 58%),
    linear-gradient(0deg, rgba(38, 70, 83, 0.12), rgba(38, 70, 83, 0.12));
  border: 1px solid rgba(38, 70, 83, 0.22);
  border-radius: 3px;
}

.brand-sheet {
  position: absolute;
  left: 9px;
  top: 9px;
  width: 22px;
  height: 17px;
  border: 1px solid rgba(38, 70, 83, 0.46);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.78);
  transform: rotate(-6deg);
}

.brand-sheet::before,
.brand-sheet::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  height: 1px;
  background: rgba(31, 122, 122, 0.58);
}

.brand-sheet::before {
  top: 5px;
}

.brand-sheet::after {
  top: 10px;
}

.brand-monogram {
  position: relative;
  z-index: 2;
  margin-top: 9px;
  font-family: var(--display-font);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.brand-text {
  display: grid;
  min-width: 0;
}

.brand-name {
  font-family: var(--display-font);
  font-size: clamp(1.32rem, 3vw, 1.95rem);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.brand-tagline {
  margin-top: 5px;
  color: var(--muted);
  font-size: clamp(0.62rem, 1.4vw, 0.78rem);
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 30px);
  color: var(--steel);
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--teal);
}

.whatsapp-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}

.header-whatsapp {
  min-height: 40px;
  padding: 8px 13px;
  color: #0f3f2a;
  background: #dff6e7;
  border: 1px solid #a9dfba;
  border-radius: 8px;
}

.header-whatsapp:hover,
.header-whatsapp:focus-visible {
  color: #0f3f2a;
  background: #c8efd5;
}

.whatsapp-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.whatsapp-icon::before {
  content: "";
  position: absolute;
  left: 3px;
  bottom: -4px;
  width: 8px;
  height: 8px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 20%, 24% 100%);
}

.whatsapp-icon::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 7px;
  height: 10px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  border-radius: 0 0 5px 0;
  transform: rotate(-28deg);
}

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

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

.hero {
  position: relative;
  min-height: calc(100vh - 74px);
  min-height: calc(100svh - 74px);
  scroll-margin-top: 86px;
  overflow: hidden;
  display: grid;
  align-content: start;
  padding: clamp(18px, 3.2vw, 44px) clamp(18px, 6vw, 80px) clamp(24px, 4vw, 54px);
  background: #dfe7e8;
}

.hero-art,
.hero picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-art {
  width: calc(100% + 90px);
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: translateX(45px);
}

.mobile-poster {
  display: none;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(246, 248, 247, 0.96) 0%, rgba(246, 248, 247, 0.74) 42%, rgba(246, 248, 247, 0.34) 100%),
    linear-gradient(0deg, rgba(20, 35, 43, 0.08), rgba(20, 35, 43, 0.02));
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(690px, 100%);
  transition: opacity 500ms ease, transform 500ms ease;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: clamp(0.76rem, 1.4vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display-font);
  line-height: 1.08;
}

h1 {
  max-width: 11ch;
  font-size: clamp(2.45rem, 6.15vw, 5.8rem);
  color: var(--steel);
}

h2 {
  font-size: clamp(2rem, 4.6vw, 4rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.hero-copy {
  max-width: 580px;
  margin: 16px 0 0;
  color: #31434c;
  font-size: clamp(0.96rem, 1.48vw, 1.14rem);
  font-weight: 500;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

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

.button.secondary {
  color: var(--steel);
  background: rgba(255, 255, 255, 0.76);
  border-color: var(--line);
}

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

.quick-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
}

.quick-strip div {
  display: grid;
  grid-template-columns: minmax(92px, 108px) 1fr;
  align-items: center;
  gap: clamp(14px, 1.4vw, 18px);
  min-height: 124px;
  padding: clamp(14px, 1.5vw, 18px);
  background: var(--white);
}

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

.quick-strip strong {
  color: var(--steel);
  font-size: clamp(1.2rem, 1.8vw, 1.75rem);
  line-height: 1;
}

.quick-strip span {
  color: var(--muted);
  font-weight: 600;
}

.quick-strip .quick-text > span {
  margin-top: 8px;
  font-size: clamp(0.9rem, 1.05vw, 1rem);
  line-height: 1.25;
}

.quick-strip img {
  width: 100%;
  height: 88px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(38, 70, 83, 0.12);
}

.hero-quick {
  position: relative;
  z-index: 3;
  align-self: end;
  width: 100%;
  margin-top: clamp(16px, 2.7vw, 34px);
}

.hero-quick div {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(38, 70, 83, 0.14);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(20, 35, 43, 0.11);
  backdrop-filter: blur(6px);
}

.section {
  padding: clamp(58px, 9vw, 112px) clamp(18px, 6vw, 80px);
}

.section-heading {
  max-width: 860px;
  margin-bottom: clamp(28px, 5vw, 54px);
}

.section-heading p:not(.eyebrow),
.pricing-copy p,
.about-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.13rem);
}

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

.service-card {
  min-height: 285px;
  overflow: hidden;
  padding: 0 0 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.service-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-bottom: 1px solid var(--line);
}

.service-card h3,
.service-card p {
  padding-inline: 24px;
}

.service-card h3 {
  margin-top: 22px;
}

.service-card p,
.product-list p,
.pricing-panel li {
  color: var(--muted);
}

.pricing {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  background: var(--steel);
  color: var(--white);
}

.pricing .eyebrow {
  color: var(--sun);
}

.pricing-copy p {
  color: #d4e0e1;
}

.pricing-panel {
  padding: clamp(24px, 4vw, 40px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
}

.pricing-panel ul {
  margin: 20px 0 0;
  padding-left: 20px;
}

.pricing-panel li {
  color: #eef6f5;
  margin: 10px 0;
}

.products {
  background:
    linear-gradient(180deg, rgba(79, 143, 98, 0.08), rgba(79, 143, 98, 0)),
    var(--paper);
}

.product-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 34px);
  align-items: stretch;
}

.product-list {
  overflow: hidden;
  min-height: 520px;
  padding: 0 0 clamp(24px, 3vw, 34px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-list img {
  width: 100%;
  height: clamp(260px, 27vw, 390px);
  object-fit: cover;
  object-position: center;
  border-bottom: 1px solid var(--line);
}

.product-list h3,
.product-list p {
  padding-inline: clamp(22px, 3vw, 34px);
}

.product-list h3 {
  margin-top: 26px;
}

.image-showcase {
  display: grid;
  place-items: center;
  min-height: 250px;
  margin: 0;
  padding: clamp(14px, 2.4vw, 24px);
  background:
    linear-gradient(135deg, rgba(38, 70, 83, 0.08), rgba(233, 180, 76, 0.12)),
    #eef3f2;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.about {
  display: grid;
  grid-template-columns: minmax(360px, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  background: var(--white);
}

.about-media img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--teal);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.contact-lines {
  margin-top: 28px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.contact-lines p {
  margin: 14px 0;
}

.contact-whatsapp {
  width: fit-content;
  margin-top: 16px;
  color: #0f3f2a;
  background: #dff6e7;
  border-color: #a9dfba;
}

.contact-whatsapp:hover,
.contact-whatsapp:focus-visible {
  background: #c8efd5;
}

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

label {
  display: grid;
  gap: 8px;
  color: var(--steel);
  font-weight: 800;
}

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

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(31, 122, 122, 0.18);
  border-color: var(--teal);
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--leaf);
  font-weight: 700;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(18px, 6vw, 80px);
  color: #dbe7e8;
  background: #111d23;
}

.site-footer p {
  margin: 4px 0 0;
}

@media (max-width: 1040px) {
  .service-grid,
  .quick-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    padding: 16px 18px 22px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 35px rgba(20, 35, 43, 0.12);
  }

  .site-nav.is-open {
    display: grid;
    gap: 12px;
  }

  .site-nav a {
    padding: 8px 0;
  }

  .header-whatsapp {
    width: fit-content;
    padding: 9px 14px;
  }

  .hero {
    min-height: calc(100vh - 68px);
    min-height: calc(100svh - 68px);
    align-content: start;
    padding-top: 20px;
    padding-bottom: 26px;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(246, 248, 247, 0.98) 0%, rgba(246, 248, 247, 0.8) 54%, rgba(246, 248, 247, 0.18) 100%);
  }

  .pricing,
  .about,
  .contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 68px;
  }

  .brand {
    max-width: calc(100vw - 92px);
  }

  .brand-mark {
    width: 48px;
    height: 48px;
  }

  .brand-name {
    font-size: clamp(1rem, 5vw, 1.3rem);
  }

  .brand-tagline {
    max-width: 42vw;
    white-space: normal;
  }

  .hero {
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 18px;
    background: #e9f0f0;
    overflow: visible;
  }

  .hero > picture,
  .hero-shade {
    display: none;
  }

  .mobile-poster {
    position: relative;
    z-index: 3;
    display: block;
    order: 2;
    margin-top: 14px;
  }

  .mobile-poster img {
    width: 100%;
    height: auto;
    display: block;
  }

  .hero-content {
    order: 1;
    width: 100%;
  }

  .hero-quick {
    order: 3;
  }

  h1 {
    font-size: clamp(1.85rem, 9vw, 2.72rem);
  }

  .eyebrow {
    margin-bottom: 8px;
    font-size: 0.68rem;
  }

  .hero-copy {
    margin-top: 10px;
    font-size: 0.82rem;
    line-height: 1.38;
  }

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

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

  .button {
    min-height: 38px;
    padding: 8px 14px;
  }

  .contact-whatsapp {
    width: 100%;
  }

  .quick-strip,
  .service-grid,
  .product-layout {
    grid-template-columns: 1fr;
  }

  .product-list {
    min-height: auto;
  }

  .product-list img {
    height: clamp(210px, 58vw, 300px);
  }

  .quick-strip div {
    grid-template-columns: 68px 1fr;
    gap: 12px;
    min-height: auto;
    padding: 11px;
  }

  .quick-strip img {
    width: 68px;
    height: 60px;
  }

  .quick-strip strong {
    font-size: 1rem;
  }

  .quick-strip .quick-text > span {
    margin-top: 3px;
    font-size: 0.78rem;
  }

  .service-card {
    min-height: auto;
  }

  .site-footer {
    display: grid;
  }

  .brand-sheet {
    left: 8px;
    top: 8px;
    width: 18px;
    height: 14px;
  }

  .brand-monogram {
    margin-top: 8px;
    font-size: 0.92rem;
  }
}

@media (max-width: 430px) {
  .brand-tagline {
    display: none;
  }

}
