:root {
  --bg: #f7f8f9;
  --paper: #ffffff;
  --ink: #151515;
  --muted: #5c626b;
  --line: #d9dde3;
  --steel: #e8f0f4;
  --red: #d90000;
  --red-dark: #ad0000;
  --black: #0a0a0b;
  --shadow: 0 18px 50px rgba(10, 10, 11, 0.10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 72px);
  background: rgba(247, 248, 249, 0.92);
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 850;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

nav a {
  text-decoration: none;
}

nav a:hover {
  color: var(--red);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  min-height: 760px;
  padding: clamp(54px, 7vw, 88px) clamp(20px, 5vw, 72px) clamp(42px, 6vw, 76px);
  background:
    linear-gradient(135deg, rgba(232, 240, 244, 0.9), rgba(255, 255, 255, 0) 44%),
    var(--bg);
}

.hero-copy {
  max-width: 760px;
  min-width: 0;
}

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

h1 {
  max-width: 780px;
  font-size: clamp(44px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 900;
}

h1 span {
  display: block;
}

.hero-copy p {
  max-width: 640px;
  margin-top: 28px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

.actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.actions {
  margin-top: 34px;
}

.button,
.contact-actions a,
.schedule-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button:hover,
.contact-actions a:hover,
.schedule-card a:hover {
  transform: translateY(-1px);
}

.button span {
  margin-right: 9px;
  font-size: 16px;
}

.button.primary {
  background: var(--red);
  color: #fff;
}

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

.button.secondary {
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
}

.hero-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 560px;
  min-width: 0;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 28px 28px auto auto;
  width: 50%;
  height: 3px;
  background: var(--red);
}

.hero-mark {
  width: min(100%, 430px);
  max-height: 330px;
  margin: 26px auto 0;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.hero-facts {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.hero-facts div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.hero-facts strong {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.1;
}

.hero-facts span {
  max-width: 210px;
  color: var(--muted);
  font-size: 14px;
  text-align: right;
}

.intro {
  display: grid;
  grid-template-columns: minmax(240px, 420px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  padding: clamp(36px, 6vw, 76px) clamp(20px, 5vw, 72px);
  background: var(--paper);
}

.intro img {
  width: 100%;
  border: 1px solid var(--line);
}

.intro p {
  max-width: 790px;
  min-width: 0;
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.14;
  font-weight: 850;
}

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

.section-head {
  display: grid;
  grid-template-columns: minmax(180px, 360px) minmax(0, 560px);
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head h2 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  font-weight: 900;
}

.section-head p {
  color: var(--muted);
  font-size: 18px;
}

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

.service-card {
  min-height: 290px;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.service-number {
  display: block;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.service-card h3 {
  margin-top: 54px;
  font-size: 24px;
  line-height: 1.05;
}

.service-card p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
}

.photo-strip {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 14px;
  padding: 0 clamp(20px, 5vw, 72px) clamp(54px, 7vw, 90px);
}

.photo-strip figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--black);
}

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

.photo-strip figure:first-child img {
  object-position: center 70%;
}

.photo-strip figure:nth-child(2) img {
  object-position: center;
}

.photo-strip figcaption {
  min-height: 58px;
  padding: 16px 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 750;
}

.schedule-section {
  background: var(--steel);
}

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

.schedule-card {
  min-height: 300px;
  min-width: 0;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 1px 0 rgba(21, 21, 21, 0.04);
}

.schedule-card.dark {
  background: var(--black);
  color: #fff;
}

.schedule-card h3 {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
  font-weight: 900;
}

.dates {
  max-width: 640px;
  margin-top: 26px;
  font-size: clamp(21px, 3vw, 38px);
  line-height: 1.15;
  font-weight: 850;
}

.schedule-card a {
  width: fit-content;
  margin-top: 30px;
  border: 1px solid var(--line);
  background: transparent;
}

.schedule-card.dark a {
  border-color: rgba(255, 255, 255, 0.32);
}

.address-section {
  background: var(--paper);
}

.address-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.address-list article {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.address-list article + article {
  padding-left: 30px;
  border-left: 1px solid var(--line);
}

.address-list h3 {
  font-size: 26px;
}

.address-list p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 18px;
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: 28px;
  align-items: center;
  padding: clamp(44px, 7vw, 84px) clamp(20px, 5vw, 72px);
  background: var(--red);
  color: #fff;
}

.contact-band h2 {
  max-width: 780px;
  font-size: clamp(36px, 5vw, 70px);
  line-height: 0.98;
  font-weight: 900;
}

.contact-band p {
  max-width: 620px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.contact-actions {
  justify-content: flex-end;
}

.contact-actions a {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.contact-actions a:first-child {
  flex-basis: 100%;
  background: #fff;
  color: var(--red);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(20px, 5vw, 72px);
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero,
  .intro,
  .section-head,
  .photo-strip,
  .schedule-grid,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-panel {
    min-height: 500px;
  }

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

  .photo-strip img {
    height: 420px;
  }

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 18px;
  }

  nav {
    gap: 16px;
    font-size: 13px;
  }

  .hero,
  .intro,
  .section,
  .photo-strip,
  .contact-band,
  .site-footer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero {
    padding-top: 42px;
    overflow: hidden;
  }

  h1 {
    max-width: 100%;
    overflow-wrap: break-word;
    font-size: clamp(34px, 10vw, 40px);
    line-height: 1.04;
  }

  h1 span {
    max-width: 9ch;
  }

  h1 span:nth-child(2) {
    max-width: 11ch;
  }

  .hero-copy p {
    max-width: 32ch;
    overflow-wrap: break-word;
    font-size: 16px;
  }

  .actions a,
  .contact-actions a {
    width: 100%;
  }

  .hero-panel {
    min-height: 0;
    padding: 20px;
  }

  .hero-mark {
    max-height: 220px;
  }

  .hero-facts {
    margin-top: 22px;
  }

  .hero-facts div {
    flex-direction: column;
    gap: 6px;
  }

  .hero-facts span {
    max-width: none;
    text-align: left;
  }

  .intro p {
    font-size: 26px;
  }

  .service-grid,
  .address-list {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 240px;
  }

  .address-list article + article {
    padding-left: 0;
    border-left: 0;
  }

  .photo-strip img {
    height: 340px;
  }

  .dates {
    font-size: 24px;
  }

  .site-footer {
    flex-direction: column;
  }
}
