:root {
  --orange: #f96a0c;
  --ink: #171714;
  --cream: #fffaf2;
  --white: #ffffff;
}

* { box-sizing: border-box; }

html, body { min-height: 100%; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--orange);
  font-family: "Atkinson Hyperlegible", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
svg { display: block; }

.shell { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 12px 18px;
  color: white;
  background: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

header { color: white; background: var(--ink); }
.topbar { min-height: 64px; display: flex; align-items: center; gap: 34px; }
.topbar p { margin: 0; font-weight: 700; }
.top-social { display: flex; gap: 20px; margin-left: auto; }
.top-social a { font-weight: 700; text-underline-offset: 4px; }

.main-grid {
  min-height: calc(100vh - 64px);
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: clamp(42px, 6vw, 88px);
  padding-block: 36px;
}

.brand-panel {
  padding: 28px;
  background: var(--orange);
  border: 4px solid var(--ink);
  box-shadow: 14px 14px 0 var(--ink);
}

.logo-window { position: relative; width: 100%; aspect-ratio: 1.5 / 1; overflow: hidden; }
.logo-window img { position: absolute; top: 0; left: 0; width: 100%; height: auto; max-width: none; transform: translateY(-17%); }

.owner { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 2px 0 22px; padding-top: 16px; border-top: 2px solid rgba(23,23,20,.25); }
.owner p { margin: 0; }
.owner p:first-child { display: flex; align-items: center; gap: 11px; }
.owner strong { font-family: "Oswald", Impact, sans-serif; font-size: 1.22rem; text-transform: uppercase; }
.owner span { padding-left: 11px; border-left: 2px solid var(--ink); font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.owner p:last-child { font-size: .9rem; font-weight: 700; }

.phone-button {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 12px 20px;
  color: white;
  background: var(--ink);
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 6px 6px 0 rgba(23,23,20,.22);
}
.phone-button svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 2; }
.phone-button span { font-family: "Oswald", Impact, sans-serif; font-size: clamp(1.8rem, 3.2vw, 2.55rem); line-height: 1; }
.phone-button small { display: block; margin-bottom: 7px; font-family: "Atkinson Hyperlegible", Arial, sans-serif; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }

.service-panel { max-width: 620px; }
.eyebrow { margin: 0 0 10px; color: var(--ink); font-size: .82rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1 { margin: 0 0 14px; font-family: "Oswald", Impact, sans-serif; font-size: clamp(3.1rem, 5.1vw, 5rem); line-height: .98; letter-spacing: -.035em; text-transform: uppercase; }
.intro { max-width: 570px; margin: 0 0 26px; color: #34271f; font-size: 1.1rem; font-weight: 700; }

.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 28px; margin: 0; padding: 0; list-style: none; }
.service-list li { display: flex; align-items: center; gap: 10px; min-height: 34px; font-size: 1.05rem; font-weight: 700; }
.service-list span { flex: 0 0 25px; width: 25px; height: 25px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; font-size: .82rem; }
.plain-phone { margin: 26px 0 0; padding-top: 19px; border-top: 1px solid rgba(23,23,20,.28); }
.plain-phone a { font-size: 1.15rem; font-weight: 700; text-underline-offset: 4px; }
.mobile-social { display: none; }
.service-area-inline { display: grid; grid-template-columns: 110px 1fr; align-items: start; gap: 14px; margin-top: 22px; padding-top: 17px; border-top: 1px solid rgba(23,23,20,.28); }
.service-area-inline strong { color: var(--ink); font-family: "Oswald", Impact, sans-serif; font-size: 1rem; letter-spacing: .06em; text-transform: uppercase; }
.service-area-inline p { margin: 0; color: #34271f; font-size: .9rem; font-weight: 700; line-height: 1.45; }

.work-section { padding-block: 18px 72px; background: var(--orange); }
.work-inner { display: flex; flex-direction: column; align-items: center; }
.work-inner h2 {
  margin: 0 0 24px;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(2.6rem, 4.6vw, 4rem);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.work-grid {
  width: min(1040px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 18px;
}
.work-photo-button {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0;
  aspect-ratio: 4 / 3;
  background: var(--white);
  border: 4px solid var(--ink);
  cursor: pointer;
  overflow: hidden;
  box-shadow: 8px 8px 0 rgba(23,23,20,.26);
}
.work-photo-button:hover,
.work-photo-button:focus-visible { transform: translate(-2px, -2px); box-shadow: 10px 10px 0 rgba(23,23,20,.3); }
.work-photo {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
  object-fit: cover;
}
.work-photo-featured {
  grid-column: 1 / -1;
  grid-row: auto;
  aspect-ratio: 16 / 9;
}
.work-photo-wide {
  grid-column: span 2;
  aspect-ratio: 16 / 9;
}
.work-call-button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  padding: 14px 24px;
  color: var(--white);
  background: var(--ink);
  border-radius: 4px;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  box-shadow: 6px 6px 0 rgba(23,23,20,.22);
}

.photo-viewer[hidden] { display: none; }
.photo-viewer {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 32px);
  background: rgba(0, 0, 0, .9);
}
body.photo-viewer-open { overflow: hidden; }
.photo-viewer-dialog {
  width: min(1120px, 100%);
  max-height: calc(100vh - 28px);
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 140px;
  grid-template-rows: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}
.photo-viewer-close,
.photo-viewer-nav {
  min-height: 54px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--ink);
  border: 3px solid var(--white);
  border-radius: 4px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.photo-viewer-close { grid-column: 1 / -1; justify-self: end; }
.photo-viewer-prev { grid-column: 1; }
.photo-viewer-next { grid-column: 3; }
.photo-viewer-figure {
  grid-column: 2;
  margin: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.photo-viewer-figure img {
  display: block;
  max-width: 100%;
  max-height: min(76vh, 780px);
  object-fit: contain;
  background: var(--white);
  border: 4px solid var(--white);
}
.photo-viewer-figure figcaption {
  color: var(--white);
  font-weight: 700;
  text-align: center;
}

.facebook-section { padding-block: 72px; background: #efe5d7; border-top: 8px solid var(--orange); }
.facebook-inner { display: flex; flex-direction: column; align-items: center; }
.facebook-heading { max-width: 680px; margin-bottom: 28px; text-align: center; }
.facebook-heading > p:first-child { margin: 0 0 8px; color: #a6420c; font-size: .82rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.facebook-heading h2 { margin: 0 0 10px; font-family: "Oswald", Impact, sans-serif; font-size: clamp(2.6rem, 5vw, 4rem); line-height: 1; text-transform: uppercase; }
.facebook-heading > p:last-child { margin: 0; color: #555149; font-size: 1.05rem; }
.facebook-frame { --facebook-header-crop: 72px; width: min(500px, 100%); height: 650px; overflow: hidden; background: white; border: 3px solid var(--ink); box-shadow: 10px 10px 0 var(--orange); }
.facebook-frame iframe { display: block; width: 100%; height: calc(100% + var(--facebook-header-crop)); max-width: 500px; pointer-events: auto; touch-action: manipulation; transform: translateY(calc(-1 * var(--facebook-header-crop))); }
.facebook-button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; margin-top: 28px; padding: 13px 22px; color: white; background: var(--ink); border-radius: 4px; font-weight: 700; text-align: center; text-decoration: none; }

a:focus-visible,
button:focus-visible { outline: 4px solid #1476d4; outline-offset: 4px; }

@media (max-height: 760px) and (min-width: 821px) {
  .main-grid { padding-block: 22px; }
  .brand-panel { padding: 20px; }
  .phone-button { min-height: 72px; }
  .owner { margin-bottom: 17px; }
  .intro { margin-bottom: 19px; }
  .service-list { gap-block: 7px; }
  .plain-phone { margin-top: 19px; padding-top: 14px; }
}

@media (max-width: 820px) {
  body { background: var(--orange); }
  header { background: var(--ink); color: var(--white); }
  .topbar { min-height: 44px; justify-content: center; }
  .topbar p:first-child { font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
  .top-social { display: none; }
  .main-grid { width: 100%; min-height: calc(100vh - 44px); grid-template-columns: 1fr; gap: 0; padding: 0; }
  .brand-panel { padding: 6px 15px 10px; border: 0; box-shadow: none; }
  .logo-window { width: min(360px, 100%); margin-inline: auto; aspect-ratio: 2 / 1; }
  .logo-window img { transform: translateY(-24%); }
  .owner { width: min(530px, 100%); margin: 0 auto 9px; padding-top: 7px; border-top: 1px solid rgba(23,23,20,.25); }
  .owner p:last-child { display: none; }
  .owner p:first-child { width: 100%; justify-content: center; }
  .owner strong { font-size: 1rem; }
  .owner span { font-size: .7rem; }
  .phone-button { width: min(530px, 100%); min-height: 58px; margin-inline: auto; padding: 6px 16px; }
  .phone-button svg { width: 25px; }
  .phone-button span { font-size: clamp(1.7rem, 8vw, 2.25rem); }
  .phone-button small { display: none; }
  .mobile-social { display: flex; align-items: center; justify-content: center; gap: 11px; margin: 8px auto 0; font-size: .95rem; font-weight: 700; }
  .mobile-social a { text-underline-offset: 3px; }

  .service-panel { max-width: none; padding: 16px 15px 14px; color: var(--ink); background: var(--orange); }
  .eyebrow { display: none; }
  h1 { margin-bottom: 5px; font-size: clamp(2.35rem, 10vw, 3.25rem); text-align: center; }
  .intro { margin: 0 auto 12px; font-size: .98rem; text-align: center; }
  .service-list { width: min(560px, 100%); gap: 5px 14px; margin-inline: auto; }
  .service-list li { min-height: 27px; font-size: 1rem; }
  .service-list span { flex-basis: 22px; width: 22px; height: 22px; font-size: .72rem; }
  .plain-phone { display: none; }
  .service-area-inline { display: block; width: min(560px, 100%); margin: 12px auto 0; padding-top: 10px; text-align: center; }
  .service-area-inline strong { font-size: .95rem; }
  .service-area-inline p { margin-top: 4px; font-size: .88rem; line-height: 1.4; }
  .work-section { padding-block: 22px 44px; }
  .work-inner { width: 100%; padding-inline: 15px; }
  .work-inner h2 { margin-bottom: 17px; font-size: clamp(2.25rem, 10vw, 3rem); }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .work-photo-button { border-width: 3px; box-shadow: 5px 5px 0 rgba(23,23,20,.26); }
  .work-photo-featured { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 4 / 3; }
  .work-photo-wide { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
  .work-call-button { width: min(530px, 100%); min-height: 58px; margin-top: 24px; font-size: 1.02rem; }
  .photo-viewer { padding: 12px; }
  .photo-viewer-dialog { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto auto; gap: 12px; }
  .photo-viewer-close { grid-column: 1 / -1; justify-self: stretch; }
  .photo-viewer-figure { grid-column: 1 / -1; grid-row: 2; }
  .photo-viewer-figure img { max-height: 68vh; }
  .photo-viewer-prev { grid-column: 1; grid-row: 3; }
  .photo-viewer-next { grid-column: 2; grid-row: 3; }
  .facebook-section { padding-block: 52px; }
  .facebook-heading { margin-bottom: 22px; }
  .facebook-heading h2 { font-size: clamp(2.4rem, 11vw, 3.3rem); }
  .facebook-heading > p:last-child { font-size: 1rem; }
  .facebook-frame { height: 600px; }
}

@media (max-width: 420px) {
  .service-panel { padding-top: 16px; }
  .service-list { gap-inline: 9px; }
  .service-list li { gap: 7px; font-size: 1rem; }
}

@media (max-width: 350px) {
  .service-list { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; }
}
