:root {
  --bg: #f5f5f5;
  --surface: #ffffff;
  --text: #1a1a1a;
  --text-soft: #666666;
  --line: #dddddd;
  --accent: #f47a20;
  --accent-deep: #d8620d;
  --charcoal: #1a1a1a;
  --steel: #6f747b;
  --shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
  --max-width: 1040px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background: var(--bg);
  color: var(--text);
}

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

button,
input,
textarea {
  font: inherit;
}

.hero-header {
  background: linear-gradient(135deg, #1a1a1a 0%, #4f545b 100%);
  color: #ffffff;
  padding: 2rem 1rem;
  border-bottom: 4px solid var(--accent);
}

.hero-brand,
.sticky-tabs,
.single-page-main,
.site-footer-simple {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.hero-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-logo {
  width: 84px;
  height: 84px;
  object-fit: contain;
  border-radius: 18px;
  background: #ffffff;
  padding: 0.35rem;
}

.hero-brand-copy h1 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.2rem, 6vw, 3.4rem);
  line-height: 1;
  text-transform: uppercase;
}

.hero-brand-copy p {
  margin: 0.45rem 0 0;
  color: #dedede;
  font-size: 1rem;
}

.sticky-tabs {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.98);
  padding: 0.95rem 0.75rem;
  border-bottom: 1px solid var(--line);
}

.tab {
  border: 2px solid var(--accent);
  background: #ffffff;
  color: var(--text);
  padding: 0.8rem 1.15rem;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.2s ease;
}

.tab:hover,
.tab.active {
  background: var(--accent);
  color: #ffffff;
}

.single-page-main {
  padding: 1.75rem 0 2.5rem;
}

.page {
  display: none;
}

.page.active {
  display: block;
}

.panel {
  background: var(--surface);
  border-radius: 18px;
  border-top: 4px solid var(--accent);
  box-shadow: var(--shadow);
  padding: 1.75rem;
  margin-bottom: 1.4rem;
}

.hero-panel-simple {
  background: linear-gradient(140deg, #1a1a1a 0%, #4f545b 100%);
  color: #ffffff;
}

.hero-panel-simple p {
  color: #f1f1f1;
}

.eyebrow {
  margin: 0 0 0.5rem;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.panel h2 {
  margin: 0 0 1rem;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2rem, 6vw, 3rem);
  line-height: 1.02;
  text-transform: uppercase;
}

.panel h3 {
  margin-top: 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.panel p,
.photo-copy p,
.note {
  line-height: 1.7;
}

.info-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
}

.contact-details {
  display: grid;
  gap: 0.9rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0;
}

.contact-item a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
}

.contact-item a:hover {
  color: var(--accent-deep);
  text-decoration: underline;
}

.contact-icon {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(244, 122, 32, 0.12);
  color: var(--accent-deep);
  flex: 0 0 auto;
}

.contact-icon svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
}

.feature-panel {
  margin-bottom: 0;
}

.feature-list {
  margin: 0;
  padding-left: 1.15rem;
  line-height: 1.9;
}

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

.photo-card {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.service-card {
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.1);
}

.photo-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.service-visual {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
}

.service-visual-ceilings {
  background:
    linear-gradient(135deg, rgba(244, 122, 32, 0.18), rgba(111, 116, 123, 0.12)),
    repeating-linear-gradient(90deg, #f5f5f5 0, #f5f5f5 32px, #e2e2e2 32px, #e2e2e2 36px);
}

.service-visual-drywall {
  background:
    linear-gradient(135deg, rgba(244, 122, 32, 0.14), rgba(111, 116, 123, 0.08)),
    linear-gradient(0deg, transparent 0, transparent 48%, #d8d8d8 48%, #d8d8d8 52%, transparent 52%, transparent 100%),
    linear-gradient(90deg, #f7f7f7 0, #ededed 100%);
}

.service-visual-skimming {
  background:
    radial-gradient(circle at 20% 30%, rgba(244, 122, 32, 0.24), transparent 18%),
    linear-gradient(135deg, #f8f8f8 0%, #ececec 100%);
}

.service-visual-cabinetry {
  background:
    linear-gradient(90deg, rgba(244, 122, 32, 0.16) 0, rgba(244, 122, 32, 0.16) 24%, transparent 24%, transparent 26%, rgba(111, 116, 123, 0.14) 26%, rgba(111, 116, 123, 0.14) 50%, transparent 50%, transparent 52%, rgba(244, 122, 32, 0.12) 52%, rgba(244, 122, 32, 0.12) 76%, transparent 76%, transparent 100%),
    linear-gradient(180deg, #f8f8f8 0%, #ececec 100%);
}

.photo-copy {
  padding: 1rem 1rem 1.2rem;
}

.photo-copy h3 {
  margin: 0 0 0.4rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.35rem;
}

.contact-form {
  display: grid;
  gap: 0.9rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid #cccccc;
  border-radius: 12px;
  background: #ffffff;
  color: var(--text);
}

.contact-form textarea {
  min-height: 130px;
  resize: vertical;
}

.form-button {
  border: none;
  background: var(--accent);
  color: #ffffff;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  font-weight: 800;
  cursor: pointer;
}

.form-button:hover {
  background: var(--accent-deep);
}

.note {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.site-footer-simple {
  text-align: center;
  padding: 0 0 2rem;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.service-page-main {
  padding-top: 1.5rem;
}

.service-gallery-grid {
  margin-top: 0.2rem;
}

.back-link {
  display: inline-block;
  margin-top: 0.8rem;
  color: var(--accent-deep);
  font-weight: 800;
  text-decoration: none;
}

.back-link:hover {
  text-decoration: underline;
}

@media (max-width: 820px) {
  .info-grid,
  .contact-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .sticky-tabs {
    flex-wrap: wrap;
  }
}

@media (max-width: 620px) {
  .hero-brand {
    flex-direction: row;
    align-items: center;
  }

  .hero-logo {
    width: 72px;
    height: 72px;
  }

  .hero-brand-copy {
    min-width: 0;
  }

  .hero-brand-copy h1 {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }

  .hero-brand-copy p {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .panel {
    padding: 1.25rem;
  }
}
