:root {
  --bg: #f8f7f3;
  --surface: #ffffff;
  --surface-strong: #f2f2f0;
  --text: #1f1f1f;
  --muted: #5f5f5f;
  --primary: #d21010;
  --primary-soft: #feeaea;
  --accent: #424242;
  --border: #e0dfdb;
  --dark-strip: #4a4a4a;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.top-strip {
  background: #4f4f4f;
  color: #e9e9e9;
}

.top-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 52px;
  padding: 0.35rem 0;
}

.social-proof {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.social-label {
  margin-right: 0.15rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.social-link svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.social-link[aria-label="X"] svg {
  width: 1.5rem;
  height: 1.5rem;
}

.social-link.linkedIn {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 0.35rem;
  overflow: hidden;
  background: #fff;
}

.social-link.linkedIn svg {
  fill: none;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.12rem;
  font-weight: 400;
  color: #d9d9d9;
}

.contact-letter {
  color: #ffffff;
  font-weight: 700;
}

.divider {
  opacity: 0.7;
  color: #cfcfcf;
}

.header-nav-wrap {
  background: rgba(248, 247, 243, 0.98);
}

.header-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 122px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: 84px;
  object-fit: contain;
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.03));
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 1.6rem;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  color: #2f2f2f;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav a {
  position: relative;
  transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active,
.main-nav a.current-link {
  color: var(--primary);
}

.main-nav a.active::after,
.main-nav a.current-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.55rem;
  height: 2px;
  background: var(--primary);
}

.main-nav a.home-link {
  color: #4a4a4a;
}

.main-nav a.home-link::after {
  display: none;
}

.search-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2rem;
  line-height: 1;
  color: #2b2b2b;
}

.page-hero {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}

.page-hero-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.page-title-wrap {
  max-width: 760px;
}

.page-title-wrap h1 {
  margin: 0;
  font-size: clamp(2.2rem, 3vw, 3.4rem);
  line-height: 1.1;
}

.content-block {
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-width: 940px;
  font-size: 1.05rem;
  color: var(--text);
}

.content-block p {
  margin: 0 0 1.2rem;
}

.service-list {
  margin: 1rem 0 1.5rem;
  padding-left: 1.3rem;
  line-height: 1.8;
}

.compact-list {
  margin-top: 0.5rem;
}

.price-note {
  font-weight: 700;
  font-size: 1.05rem;
  margin-top: 1.5rem;
}

.cta-row {
  margin-top: 1.5rem;
}

.section-light,
.section-white,
.section-dark {
  padding: 4rem 0;
}

.section-light {
  background: var(--bg);
}

.section-white {
  background: var(--surface);
}

.section-dark {
  background: #181818;
  color: #f1f1f1;
}

.section-heading {
  max-width: 740px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.eyebrow {
  margin: 0 0 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  font-size: 0.82rem;
}

.section-heading h2,
.hero h1 {
  margin: 0;
  font-size: clamp(2rem, 2.75vw, 3.4rem);
  line-height: 1.05;
}

.section-heading p,
.hero-copy,
.card p,
.feature-item p,
.contact-card p {
  color: var(--muted);
  font-size: 1rem;
}

.hero {
  padding-top: 3.5rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2rem;
  align-items: center;
}

.hero-copy {
  max-width: 680px;
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.75rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--primary);
  color: #fff;
}

.button-secondary {
  border: 1px solid var(--primary);
  background: transparent;
  color: var(--text);
}

.hero-card {
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 20px 80px rgba(0,0,0,0.06);
  border-radius: 24px;
  padding: 2rem;
}

.hero-card h2 {
  margin-top: 0;
}

.hero-card ul {
  margin: 1rem 0 0;
  padding-left: 1.15rem;
  color: var(--muted);
}

.cards-grid,
.feature-grid,
.gallery-grid,
.contact-grid {
  display: grid;
  gap: 1.5rem;
}

.cards-grid {
  grid-template-columns: repeat(2, minmax(220px, 1fr));
}

.card {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1.75rem;
  min-height: 220px;
}

.card h3 {
  margin-top: 0;
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(200px, 1fr));
}

.feature-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.5rem;
}

.gallery-grid {
  grid-template-columns: repeat(4, minmax(200px, 1fr));
}

.gallery-card {
  min-height: 220px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f6f0eb 0%, #ffffff 100%);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  color: var(--text);
  font-weight: 700;
  text-align: center;
  padding: 1rem;
}

.contact-section {
  padding-bottom: 5rem;
}

.contact-grid {
  grid-template-columns: 1.4fr 0.8fr;
  align-items: stretch;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.contact-list li {
  margin-bottom: 0.9rem;
  color: #e5e5e5;
}

.contact-list a {
  color: #fff;
}

.contact-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  padding: 2rem;
}

.site-footer {
  background: #171717;
  color: rgba(255, 255, 255, 0.9);
  padding: 0;
}

.footer-columns {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 3rem 0 2rem;
  display: grid;
  grid-template-columns: minmax(220px, 1.5fr) minmax(220px, 1.3fr) minmax(260px, 1.4fr);
  gap: 3.5rem;
  align-items: flex-start;
  background: #171717;
}

.footer-column {
  min-width: 0;
}

.footer-column h3 {
  margin: 0 0 1.2rem;
  font-size: clamp(1.15rem, 1.2vw, 1.55rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.footer-contact-copy {
  margin: 0 0 1.4rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  line-height: 1.5;
}

.footer-contact-list,
.footer-map-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-list li,
.footer-map-list li {
  margin-bottom: 0.8rem;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}

.footer-contact-icon {
  width: 1.1rem;
  height: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}

.footer-contact-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.footer-map-list {
  margin-top: 0.4rem;
}

.footer-map-list a {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.6;
}

.footer-map-list a::before {
  content: "> ";
}

.footer-info-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 1.7rem 1.5rem;
  margin-top: 0.3rem;
}

.footer-info-card h4 {
  margin: 0 0 0.9rem;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.2;
}

.footer-info-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  line-height: 1.5;
}

.footer-social-wrap {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-social-wrap h4 {
  margin: 0 0 1rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
}

.footer-socials a {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
}

.footer-socials svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: currentColor;
}

.footer-socials .x-badge svg {
  width: 1rem;
  height: 1rem;
}

.footer-bottom {
  background: rgba(93, 93, 93, 0.9);
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  padding: 1.1rem 1rem;
}

.footer-bottom a {
  color: #fff;
  text-decoration: underline;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  background: rgba(230, 230, 230, 0.96);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
}

.cookie-banner.hidden {
  display: none;
}

.cookie-banner-inner {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  text-align: center;
  color: #1c1c1c;
  font-size: 1.05rem;
  line-height: 1.4;
  padding: 1rem 0;
}

.cookie-banner-inner p {
  margin: 0;
  max-width: 970px;
  font-weight: 400;
}

.cookie-banner-inner a {
  color: #111;
  text-decoration: underline;
}

.cookie-banner-inner button {
  border: 0;
  background: #111;
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 0.9rem 1.6rem;
  min-width: 132px;
  cursor: pointer;
  border-radius: 0;
}

.cookie-banner-inner button:hover {
  background: #000;
}

@media (max-width: 1200px) {
  .main-nav {
    gap: 1rem;
    font-size: 0.72rem;
  }
}

@media (max-width: 900px) {
  .top-strip-inner,
  .header-nav-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.8rem 0;
  }

  .main-nav {
    flex-wrap: wrap;
    white-space: normal;
    justify-content: center;
  }

  .hero-grid,
  .cards-grid,
  .feature-grid,
  .gallery-grid,
  .contact-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .header-contact {
    flex-direction: column;
    gap: 0.2rem;
  }

  .header-nav-inner {
    min-height: auto;
  }

  .main-nav {
    gap: 0.75rem 1rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding-top: 2rem;
  }
}
