:root {
  --ink: #202426;
  --text: #3f4749;
  --muted: #6f7a7c;
  --paper: #fffaf3;
  --white: #ffffff;
  --mist: #edf5f1;
  --teal: #247a76;
  --deep-teal: #143f42;
  --coral: #df7257;
  --amber: #f2b84b;
  --line: #e7ddd0;
  --shadow: 0 18px 42px rgba(27, 42, 43, 0.13);
}

* {
  box-sizing: border-box;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 250, 243, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

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

.brand-logo,
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 8px;
}

.brand-logo {
  object-fit: contain;
  box-shadow: 0 8px 18px rgba(20, 63, 66, 0.16);
}

.brand-mark {
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--deep-teal);
  font-weight: 800;
}

.brand strong,
.brand span:last-child {
  display: block;
}

.brand span:last-child {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.2;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.site-nav a {
  padding: 8px 12px;
  color: #344043;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--white);
  background: var(--teal);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--white);
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: var(--deep-teal);
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.74;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 31, 33, 0.86), rgba(12, 31, 33, 0.24) 72%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
  padding: 0 clamp(22px, 6vw, 82px) 12vh;
  color: var(--white);
}

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

.hero .eyebrow,
.page-hero .eyebrow {
  color: #ffd67c;
}

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

h1 {
  margin-bottom: 18px;
  font-size: clamp(42px, 8vw, 86px);
  line-height: 0.96;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(27px, 4vw, 44px);
  line-height: 1.12;
}

h3 {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.2;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
}

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

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

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

.section {
  padding: clamp(50px, 8vw, 92px) clamp(20px, 5vw, 72px);
}

.section.alt {
  background: var(--mist);
}

.intro-grid,
.split,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.metric-panel,
.satisfaction {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.metric-panel div,
.satisfaction div,
.values article,
.review-grid article,
.service-list article,
.inventory-note,
.contact-card,
.contact-form,
.system-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.metric-panel div,
.satisfaction div {
  padding: 24px;
}

.metric-panel strong,
.satisfaction strong {
  display: block;
  color: var(--teal);
  font-size: 34px;
  line-height: 1;
}

.metric-panel span,
.satisfaction span {
  color: var(--muted);
  font-size: 14px;
}

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

.card-grid,
.product-grid,
.review-grid,
.values,
.service-list,
.system-grid {
  display: grid;
  gap: 22px;
}

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

.feature-card,
.product-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-card img,
.product-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.feature-card h3,
.feature-card p,
.product-card h2,
.product-card p,
.product-card strong {
  margin-left: 20px;
  margin-right: 20px;
}

.feature-card h3,
.product-card h2 {
  margin-top: 18px;
}

.feature-card p,
.product-card p {
  color: var(--muted);
}

.product-card strong {
  display: block;
  margin-bottom: 22px;
  color: var(--coral);
}

.page-hero {
  min-height: 46vh;
  display: grid;
  align-items: end;
  padding: 82px clamp(22px, 6vw, 80px);
  color: var(--white);
  background: linear-gradient(rgba(14, 39, 41, 0.75), rgba(14, 39, 41, 0.75)), url("../images/reviews-hero.jpg") center/cover;
}

.page-hero.compact {
  min-height: 36vh;
}

.services-hero {
  background-image: linear-gradient(rgba(14, 39, 41, 0.75), rgba(14, 39, 41, 0.75)), url("../images/services-room.jpg");
}

.supplies-hero {
  background-image: linear-gradient(rgba(14, 39, 41, 0.75), rgba(14, 39, 41, 0.75)), url("../images/supply-showcase-2.jpg");
}

.review-hero {
  background-image: linear-gradient(rgba(14, 39, 41, 0.75), rgba(14, 39, 41, 0.75)), url("../images/contact-family.jpg");
}

.contact-hero {
  background-image: linear-gradient(rgba(14, 39, 41, 0.75), rgba(14, 39, 41, 0.75)), url("../images/contact.jpg");
}

.page-hero div {
  max-width: 860px;
}

.page-hero h1 {
  font-size: clamp(38px, 6vw, 68px);
}

.rounded-image,
.contact-card img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.values {
  grid-template-columns: repeat(3, 1fr);
  background: var(--mist);
}

.values article,
.review-grid article,
.service-list article,
.inventory-note,
.system-card {
  padding: 26px;
}

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

.service-list span {
  color: var(--amber);
  font-weight: 800;
}

.service-list strong {
  color: var(--teal);
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.steps p {
  margin: 0;
  padding: 18px;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

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

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

.review-grid strong {
  color: var(--amber);
}

.review-grid span {
  color: var(--muted);
  font-weight: 800;
}

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

.system-card h3 {
  color: var(--teal);
}

.photo-mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-auto-rows: 210px;
  gap: 16px;
}

.photo-mosaic img,
.image-row img,
.gallery-grid img,
.product-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.photo-mosaic .wide {
  grid-row: span 2;
}

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

.image-row img {
  height: 280px;
}

.service-gallery {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

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

.gallery-grid img {
  height: 230px;
}

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

.product-showcase img {
  height: 250px;
}

.product-showcase img:nth-child(2),
.product-showcase img:nth-child(4) {
  margin-top: 36px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.contact-card {
  padding: 28px;
}

.contact-card img {
  margin-top: 18px;
  height: 260px;
  object-fit: cover;
}

.site-footer {
  padding: 30px;
  color: var(--white);
  text-align: center;
  background: var(--deep-teal);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-header {
    align-items: flex-start;
  }

  .site-nav {
    display: none;
    position: absolute;
    left: 18px;
    right: 18px;
    top: 72px;
    padding: 12px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: grid;
  }

  .intro-grid,
  .split,
  .contact-layout,
  .card-grid,
  .values,
  .service-list,
  .product-grid,
  .review-grid,
  .steps,
  .system-grid,
  .service-gallery,
  .image-row,
  .product-showcase {
    grid-template-columns: 1fr;
  }

  .photo-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .photo-mosaic .wide {
    grid-row: span 1;
  }

  .product-showcase img:nth-child(2),
  .product-showcase img:nth-child(4) {
    margin-top: 0;
  }

  .metric-panel,
  .satisfaction {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo,
  .brand-mark {
    width: 38px;
    height: 38px;
  }

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

  h1 {
    font-size: 42px;
  }

  .hero {
    min-height: 76vh;
  }

  .hero-copy {
    padding-bottom: 8vh;
  }

  .button {
    width: 100%;
  }
}
.mobile-warning{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;background:var(--deep-teal);color:var(--white);flex-direction:column;align-items:center;justify-content:center;padding:20px;text-align:center}
.mobile-warning h2{font-size:28px;margin-bottom:16px;color:var(--amber)}
.mobile-warning p{font-size:18px;max-width:320px;line-height:1.8}
@media (max-width:980px){.mobile-warning{display:flex}body>header,body>main,body>footer{display:none}}