:root {
  --ink: #101822;
  --paper: #f6f7f4;
  --sky: #dbeafa;
  --yellow: #f3c942;
  --muted: #5b626b;
  --line: #d7d9d2;
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Helvetica, Arial, sans-serif; line-height: 1.55; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
.skip-link { position: absolute; top: -4rem; left: 1rem; background: var(--ink); color: var(--white); padding: .75rem 1rem; z-index: 9; }
.skip-link:focus { top: 1rem; }
.site-header {
  width: min(var(--max), calc(100% - 36px));
  margin: 16px auto 0;
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto auto;
  gap: 24px;
  align-items: center;
  min-height: 64px;
  border: 2px solid var(--ink);
  background: var(--white);
  padding: 10px 14px;
}
.brand { text-decoration: none; display: grid; line-height: 1.1; justify-self: start; }
.brand-logo { width: auto; height: 46px; max-width: min(250px, 65vw); object-fit: contain; object-position: left center; }
.brand small { color: var(--muted); }
.site-nav { display: flex; gap: 20px; align-items: center; font-size: .92rem; }
.site-nav a { text-decoration: none; }
.site-nav a:hover, .site-nav a:focus { background: var(--yellow); }
.header-call { background: var(--yellow); color: var(--ink); padding: 11px 14px; text-decoration: none; font-weight: 800; }
.menu-toggle { display: none; }
.hero {
  width: min(var(--max), calc(100% - 36px));
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: 1fr .9fr 250px;
  min-height: 620px;
  position: relative;
  border-bottom: 2px solid var(--ink);
}
.hero-bands { position: absolute; inset: 0; display: grid; grid-template-columns: 12px 12px 12px; gap: 8px; pointer-events: none; }
.hero-bands span:nth-child(1) { background: var(--yellow); }
.hero-bands span:nth-child(2) { background: var(--sky); }
.hero-bands span:nth-child(3) { background: var(--ink); }
.hero-copy { padding: clamp(58px, 9vw, 112px) clamp(18px, 5vw, 62px) 52px 54px; align-self: center; }
.label { margin: 0 0 18px; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0; }
h1, h2, p { margin-top: 0; }
h1 { max-width: 790px; font-size: clamp(2.5rem, 5.8vw, 5.65rem); line-height: .98; letter-spacing: 0; margin-bottom: 22px; }
h2 { font-size: clamp(2rem, 4vw, 4rem); line-height: 1; letter-spacing: 0; margin-bottom: 18px; }
h1, h2 { overflow-wrap: break-word; }
.hero-copy p:not(.label) { max-width: 560px; color: var(--muted); font-size: 1.08rem; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 2px solid var(--ink); padding: 12px 16px; text-decoration: none; font-weight: 850; }
.button.dark { background: var(--ink); color: var(--white); }
.button.light { background: var(--white); }
.hero-photo { margin: 0; align-self: end; height: min(600px, 82vh); border: 2px solid var(--ink); border-bottom: 0; background: var(--sky); }
.hero-photo img { height: 100%; object-fit: cover; }
.contact-ticket {
  align-self: center;
  background: var(--yellow);
  border: 2px solid var(--ink);
  padding: 24px;
  display: grid;
  gap: 10px;
  box-shadow: 12px 12px 0 var(--ink);
  position: sticky;
  top: 20px;
}
.contact-ticket span { color: #343b43; }
.contact-ticket a { font-weight: 900; }
.concerns {
  width: min(var(--max), calc(100% - 36px));
  margin: 58px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 2px solid var(--ink);
}
.concerns article { padding: 28px; border-right: 2px solid var(--ink); background: var(--white); min-height: 220px; }
.concerns article:last-child { border-right: 0; }
.concerns span { font-weight: 900; background: var(--sky); padding: 5px 8px; }
.concerns h2 { font-size: clamp(1.6rem, 3vw, 2.5rem); margin: 28px 0 12px; }
.concerns p { color: var(--muted); margin-bottom: 0; }
.desk-section {
  width: min(var(--max), calc(100% - 36px));
  margin: 76px auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr);
  gap: 28px;
  align-items: stretch;
}
.desk-section > div { background: var(--ink); color: var(--white); padding: clamp(28px, 5vw, 54px); display: flex; flex-direction: column; justify-content: center; }
.desk-section .label { color: var(--yellow); }
.desk-section p:not(.label) { color: #d8dce0; }
.desk-section figure, .exterior-frame { margin: 0; border: 2px solid var(--ink); background: var(--sky); }
.desk-section figure { width: 100%; max-width: 520px; justify-self: center; }
.desk-section img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; object-position: center; }
.service-bands {
  width: min(var(--max), calc(100% - 36px));
  margin: 72px auto;
  display: grid;
  gap: 12px;
}
.band {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 24px;
  align-items: center;
  padding: 22px 26px;
  border: 2px solid var(--ink);
  background: var(--white);
}
.band:nth-child(even) { background: var(--sky); }
.band span { font-size: clamp(1.6rem, 3vw, 2.8rem); font-weight: 900; }
.band p { margin-bottom: 0; color: var(--muted); }
.contact-section {
  width: min(var(--max), calc(100% - 36px));
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  border-top: 2px solid var(--ink);
  padding-top: 28px;
  gap: 28px;
}
.contact-card { background: var(--yellow); border: 2px solid var(--ink); padding: clamp(28px, 5vw, 48px); display: grid; gap: 12px; align-content: center; }
address { font-style: normal; margin: 0 0 6px; }
.contact-card a { font-weight: 800; overflow-wrap: anywhere; }
.exterior-frame img { height: 100%; min-height: 390px; object-fit: cover; object-position: 30% center; }
footer { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; padding: 28px 0 44px; color: var(--muted); }
:focus-visible { outline: 3px solid #3d7cff; outline-offset: 3px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: minmax(0, 1fr) auto auto; gap: 12px; position: relative; }
  .brand { grid-column: 1; }
  .header-call { grid-column: 2; width: fit-content; }
  .menu-toggle {
    grid-column: 3;
    display: grid;
    place-content: center;
    gap: 6px;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 2px solid var(--ink);
    background: var(--white);
    color: var(--ink);
    cursor: pointer;
  }
  .menu-toggle span { display: block; width: 22px; height: 2px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid var(--line);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 10px 8px; }
  .site-nav a + a { border-top: 1px solid var(--line); }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-bands { grid-template-columns: repeat(3, 10px); }
  .hero-copy { padding-left: 44px; }
  .hero-photo { height: 430px; border-bottom: 2px solid var(--ink); }
  .contact-ticket { position: static; box-shadow: none; }
  .concerns, .desk-section, .contact-section { grid-template-columns: 1fr; }
  .concerns article { border-right: 0; border-bottom: 2px solid var(--ink); }
  .concerns article:last-child { border-bottom: 0; }
}

@media (max-width: 560px) {
  .site-header, .hero, .concerns, .desk-section, .service-bands, .contact-section, footer { width: min(var(--max), calc(100% - 28px)); }
  .site-header { border-width: 1px; grid-template-columns: minmax(0, 1fr) auto; }
  .header-call { display: none; }
  .menu-toggle { grid-column: 2; border-width: 1px; }
  .site-nav { grid-column: 1 / -1; }
  .hero { display: block; overflow: hidden; }
  .hero-bands { position: static; display: grid; grid-template-columns: repeat(3, 1fr); height: 12px; gap: 0; }
  .hero-copy { padding: 34px 0 32px; }
  .hero-copy p:not(.label) { max-width: 31ch; }
  h1 { font-size: clamp(2rem, 10vw, 2.45rem); line-height: 1.04; max-width: 10.5ch; }
  h2 { font-size: clamp(1.85rem, 10vw, 2.7rem); }
  .actions, .button, .header-call { width: 100%; }
  .band { grid-template-columns: 1fr; gap: 8px; }
  .desk-section img { min-height: 300px; }
  .exterior-frame img { height: auto; min-height: 0; aspect-ratio: 1 / 1; object-position: 30% center; }
}
