* {
  box-sizing: border-box;
}

:root {
  --ink: #10110e;
  --paper: #f5f1e8;
  --paper-2: #ece6da;
  --accent: #d9f542;
  --muted: #74766c;
  --line: rgba(16,17,14,.15);
  --max: 1500px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.demo-bar {
  background: var(--accent);
  padding: 8px 18px;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.site-header {
  min-height: 82px;
  padding: 0 clamp(20px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  background: rgba(245,241,232,.95);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  font: 700 27px/1 "Oswald", sans-serif;
  transform: rotate(-4deg);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font: 700 22px/1 "Oswald", sans-serif;
  letter-spacing: .07em;
}

.brand-copy small {
  margin-top: 4px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

nav {
  display: flex;
  gap: 28px;
}

nav a {
  font-size: 13px;
  font-weight: 700;
}

nav a:hover {
  opacity: .55;
}

.button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  transition: .18s ease;
}

.button:hover {
  background: transparent;
  color: var(--ink);
}

.button-small {
  min-height: 42px;
  padding: 0 16px;
  font-size: 12px;
}

.hero {
  min-height: 600px;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  max-width: var(--max);
  margin: 0 auto;
}

.hero-copy {
  padding: clamp(62px, 8vw, 110px) clamp(28px, 6vw, 92px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.local-line,
.eyebrow {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
}

h1, h2, h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(54px, 6vw, 90px);
  line-height: .95;
  letter-spacing: -.035em;
}

h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1.4px var(--ink);
}

.hero-text {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.65;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.text-link {
  font-size: 13px;
  font-weight: 800;
}

.text-link span {
  display: inline-block;
  margin-left: 6px;
  transition: transform .18s ease;
}

.text-link:hover span {
  transform: translateX(5px);
}

.hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  background: var(--ink);
}

.visual-grid {
  position: absolute;
  inset: 0;
  opacity: .09;
  background-image:
    linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px);
  background-size: 48px 48px;
}

.hero-visual::after {
  content: "Q";
  position: absolute;
  right: -28px;
  bottom: -125px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(217,245,66,.28);
  font: 700 500px/1 "Oswald", sans-serif;
}

.visual-label {
  position: absolute;
  z-index: 2;
  width: min(220px, 44%);
  padding: 24px;
  background: var(--paper);
  box-shadow: 10px 10px 0 var(--accent);
}

.visual-label span {
  display: block;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.visual-label strong {
  display: block;
  font: 700 27px/1 "Oswald", sans-serif;
  letter-spacing: .04em;
}

.visual-label small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.label-a {
  left: 11%;
  top: 17%;
  transform: rotate(-2deg);
}

.label-b {
  right: 10%;
  top: 42%;
  transform: rotate(3deg);
}

.label-c {
  left: 20%;
  bottom: 12%;
  transform: rotate(1deg);
}

.proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-item {
  min-height: 132px;
  padding: 26px clamp(24px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
}

.proof-item:last-child {
  border-right: 0;
}

.proof-item strong {
  font: 700 34px/1 "Oswald", sans-serif;
}

.proof-item span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
}

.quick-strip {
  min-height: 54px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 18px;
  overflow: hidden;
  white-space: nowrap;
  background: var(--accent);
  font: 700 15px "Oswald", sans-serif;
  letter-spacing: .08em;
}

.quick-strip i {
  font-style: normal;
}

.section {
  padding: clamp(74px, 8vw, 120px) clamp(24px, 6vw, 92px);
}

.services,
.work,
.reviews,
.cta {
  max-width: var(--max);
  margin: 0 auto;
}

.section-heading {
  margin-bottom: 48px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.section-heading h2,
.about h2,
.review-heading h2,
.cta h2 {
  margin-bottom: 0;
  font-size: clamp(40px, 4.7vw, 68px);
  line-height: 1;
}

.section-heading h2 {
  max-width: 850px;
}

.section-intro {
  max-width: 340px;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 210px;
  padding: 30px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: end;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-card:hover {
  background: var(--accent);
}

.service-number {
  align-self: start;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.service-card h3 {
  margin-bottom: 10px;
  font-size: 26px;
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.service-card:hover p,
.service-card:hover .service-number {
  color: var(--ink);
}

.about {
  max-width: var(--max);
  margin: 0 auto;
  padding-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.about-main {
  padding: clamp(48px, 6vw, 80px);
  background: var(--ink);
  color: #fff;
}

.accent {
  color: var(--accent);
}

.about-lead {
  max-width: 650px;
  margin-top: 28px;
  margin-bottom: 22px;
  font-size: 21px;
  font-weight: 650;
  line-height: 1.5;
}

.about-body {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255,255,255,.64);
  line-height: 1.7;
}

.light-link {
  display: inline-block;
  margin-top: 24px;
  color: var(--accent);
}

.about-list {
  border: 1px solid var(--line);
  border-left: 0;
}

.about-point {
  min-height: 165px;
  padding: 30px 38px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.about-point:last-child {
  border-bottom: 0;
}

.about-point > span {
  align-self: start;
  font: 700 14px "Oswald", sans-serif;
}

.about-point h3 {
  margin-bottom: 8px;
  font-size: 24px;
}

.about-point p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.compact-heading {
  margin-bottom: 36px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.capability-card h3 {
  margin: 20px 0 8px;
  font-size: 22px;
}

.capability-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.capability-art {
  min-height: 250px;
  padding: 26px;
  display: flex;
  align-items: end;
  overflow: hidden;
  position: relative;
  background: var(--ink);
}

.capability-art::before,
.capability-art::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(217,245,66,.4);
}

.capability-art::before {
  width: 170px;
  height: 170px;
  right: -50px;
  top: -50px;
  transform: rotate(18deg);
}

.capability-art::after {
  width: 120px;
  height: 120px;
  left: 24px;
  top: 42px;
  border-radius: 50%;
}

.capability-art span {
  z-index: 2;
  color: var(--paper);
  font: 700 42px/1 "Oswald", sans-serif;
}

.art-fixtures {
  background:
    linear-gradient(135deg, var(--ink) 0 58%, #23251e 58% 100%);
}

.art-welding {
  background:
    repeating-linear-gradient(
      -45deg,
      #10110e,
      #10110e 18px,
      #191b16 18px,
      #191b16 36px
    );
}

.photo-note,
.source-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.reviews {
  background: var(--paper-2);
}

.review-heading {
  margin-bottom: 38px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.review-heading h2 {
  max-width: 760px;
}

.review-score {
  min-width: 150px;
  text-align: right;
}

.review-score strong {
  display: block;
  font: 700 52px/1 "Oswald", sans-serif;
}

.review-score span {
  color: var(--muted);
  font-size: 12px;
}

.review-layout {
  display: grid;
  grid-template-columns: 1.5fr .8fr;
  gap: 16px;
}

.review-feature {
  min-height: 300px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--ink);
  color: #fff;
}

.stars {
  margin-bottom: auto;
  color: var(--accent);
  font-size: 20px;
  letter-spacing: .15em;
}

.review-feature p {
  max-width: 780px;
  margin-bottom: 16px;
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.35;
}

.review-feature small {
  color: rgba(255,255,255,.5);
}

.review-points {
  display: grid;
  border: 1px solid var(--line);
  background: var(--paper);
}

.review-points > div {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid var(--line);
}

.review-points > div:last-child {
  border-bottom: 0;
}

.review-points strong {
  font: 700 24px/1 "Oswald", sans-serif;
}

.review-points span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
}

.cta {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 60px;
  background: var(--accent);
}

.cta h2 {
  font-size: clamp(54px, 7vw, 92px);
}

.cta-copy > p:last-child {
  margin: 16px 0 0;
}

.cta-contact {
  text-align: right;
}

.button-light {
  background: var(--paper);
  color: var(--ink);
}

.cta-contact p {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 44px clamp(24px, 6vw, 92px) 54px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  background: var(--ink);
  color: #fff;
}

.footer-brand .brand-mark {
  border-color: var(--accent);
  color: var(--accent);
}

footer > p {
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 12px;
}

.demo-footer {
  grid-column: 1 / -1;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 10px;
}

.mobile-cta {
  display: none;
}

@media (max-width: 980px) {
  nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-visual {
    min-height: 430px;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .about-list {
    border-left: 1px solid var(--line);
    border-top: 0;
  }

  .capability-grid {
    grid-template-columns: 1fr 1fr;
  }

  .capability-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 72px;
  }

  .demo-bar {
    padding: 8px 14px;
    font-size: 9px;
    line-height: 1.35;
  }

  .site-header {
    min-height: 72px;
    padding: 0 18px;
  }

  .desktop-call {
    display: none;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .brand-copy strong {
    font-size: 18px;
  }

  .brand-copy small {
    font-size: 8px;
  }

  .hero-copy {
    padding: 58px 24px 44px;
  }

  .local-line {
    margin-bottom: 16px;
    font-size: 10px;
  }

  h1 {
    margin-bottom: 22px;
    font-size: clamp(49px, 14.5vw, 67px);
    line-height: .93;
  }

  h1 span {
    -webkit-text-stroke: 1.1px var(--ink);
  }

  .hero-text {
    font-size: 17px;
    line-height: 1.58;
  }

  .hero-actions {
    margin-top: 26px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero-button {
    width: 100%;
  }

  .hero-visual {
    min-height: 360px;
  }

  .visual-label {
    width: 48%;
    padding: 18px;
    box-shadow: 7px 7px 0 var(--accent);
  }

  .visual-label span {
    margin-bottom: 20px;
  }

  .visual-label strong {
    font-size: 22px;
  }

  .visual-label small {
    font-size: 11px;
  }

  .label-a {
    left: 6%;
    top: 10%;
  }

  .label-b {
    right: 5%;
    top: 36%;
  }

  .label-c {
    left: 12%;
    bottom: 8%;
  }

  .hero-visual::after {
    right: -10px;
    bottom: -75px;
    font-size: 330px;
  }

  .proof {
    grid-template-columns: repeat(3, 1fr);
  }

  .proof-item {
    min-height: 112px;
    padding: 18px 14px;
  }

  .proof-item strong {
    font-size: 28px;
  }

  .proof-item span {
    font-size: 10px;
    line-height: 1.35;
  }

  .quick-strip {
    min-height: 48px;
    justify-content: flex-start;
    gap: 18px;
    font-size: 13px;
  }

  .section {
    padding: 66px 24px;
  }

  .section-heading {
    margin-bottom: 32px;
    display: block;
  }

  .section-heading h2,
  .about h2,
  .review-heading h2 {
    font-size: clamp(38px, 11vw, 52px);
    line-height: 1;
  }

  .section-intro {
    margin-top: 16px;
  }

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

  .service-card {
    min-height: auto;
    padding: 24px 22px;
    grid-template-columns: 38px 1fr;
    align-items: start;
  }

  .service-card h3 {
    margin-bottom: 8px;
    font-size: 23px;
  }

  .service-card p {
    font-size: 13px;
  }

  .about-main {
    padding: 54px 26px;
  }

  .about-lead {
    margin-top: 24px;
    font-size: 19px;
    line-height: 1.45;
  }

  .about-body {
    font-size: 15px;
    line-height: 1.62;
  }

  .about-point {
    min-height: auto;
    padding: 24px 22px;
    grid-template-columns: 38px 1fr;
    align-items: start;
  }

  .about-point h3 {
    margin-bottom: 6px;
    font-size: 21px;
  }

  .about-point p {
    font-size: 13px;
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }

  .capability-card:last-child {
    grid-column: auto;
  }

  .capability-art {
    min-height: 190px;
  }

  .capability-art span {
    font-size: 34px;
  }

  .review-heading {
    margin-bottom: 28px;
    display: block;
  }

  .review-score {
    margin-top: 20px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    text-align: left;
  }

  .review-score strong {
    font-size: 42px;
  }

  .review-layout {
    grid-template-columns: 1fr;
  }

  .review-feature {
    min-height: 255px;
    padding: 26px;
  }

  .review-feature p {
    font-size: 22px;
    line-height: 1.38;
  }

  .review-points {
    grid-template-columns: repeat(3, 1fr);
  }

  .review-points > div {
    min-height: 116px;
    padding: 18px 14px;
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }

  .review-points > div:last-child {
    border-right: 0;
  }

  .review-points strong {
    font-size: 18px;
  }

  .review-points span {
    font-size: 10px;
    line-height: 1.35;
  }

  .cta {
    align-items: stretch;
    flex-direction: column;
    gap: 34px;
  }

  .cta h2 {
    font-size: clamp(52px, 15vw, 72px);
  }

  .cta-contact {
    text-align: left;
  }

  .cta-contact .button {
    width: 100%;
  }

  footer {
    grid-template-columns: 1fr;
    padding-bottom: 34px;
  }

  .mobile-cta {
    height: 72px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    box-shadow: 0 -8px 24px rgba(0,0,0,.18);
  }

  .mobile-call,
  .mobile-quote {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-call {
    padding: 0 14px;
    flex-direction: column;
    background: var(--paper);
    border-top: 2px solid var(--ink);
  }

  .mobile-call span {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
  }

  .mobile-call strong {
    margin-top: 2px;
    font-size: 13px;
  }

  .mobile-quote {
    background: var(--accent);
    border-top: 2px solid var(--ink);
    border-left: 2px solid var(--ink);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .05em;
  }
}


/* FINAL PITCH POLISH */
.contact-buttons {
  display: grid;
  gap: 10px;
}

.button-outline {
  background: transparent;
  color: var(--ink);
}

.button-outline:hover {
  background: var(--ink);
  color: #fff;
}

@media (max-width: 680px) {
  /* Prevent the long hero word from overflowing narrow iPhones */
  h1 {
    font-size: clamp(44px, 11.7vw, 54px);
    line-height: .94;
    max-width: 100%;
  }

  h1 span {
    font-size: .92em;
    line-height: .95;
  }

  .hero-copy {
    padding-top: 50px;
    padding-bottom: 38px;
  }

  /* Tighten overall mobile rhythm */
  .section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .services {
    padding-bottom: 46px;
  }

  .about {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-main {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .work {
    padding-top: 48px;
  }

  .reviews {
    padding-top: 52px;
  }

  .section-heading h2,
  .review-heading h2 {
    font-size: clamp(36px, 10.2vw, 46px);
  }

  .compact-heading {
    margin-bottom: 28px;
  }

  .capability-grid {
    gap: 24px;
  }

  .capability-card h3 {
    margin-top: 16px;
  }

  .photo-note {
    margin-top: 14px;
  }

  .cta {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .contact-buttons {
    width: 100%;
  }

  .contact-buttons .button {
    width: 100%;
  }

  .mobile-quote {
    font-size: 11px;
    letter-spacing: .03em;
  }
}
