@import "tailwindcss";

:root {
  --ink: #080808;
  --ink-soft: #121212;
  --paper: #f7f5ef;
  --white: #ffffff;
  --gold: #d4a928;
  --gold-light: #f1d068;
  --gold-dark: #9c7411;
  --line: rgba(212, 169, 40, 0.32);
  --muted: #6a6862;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-geist-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.utility-bar { min-height: 36px; padding: 8px max(24px, calc((100vw - 1180px) / 2)); background: linear-gradient(100deg, #9c7411, #f1d068 48%, #a77c13); color: #080808; display: flex; justify-content: space-between; align-items: center; gap: 24px; font-size: 12px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.utility-bar a { white-space: nowrap; }
.site-header { height: 88px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; gap: 28px; background: #050505; color: white; border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { width: 174px; height: 70px; overflow: hidden; display: grid; place-items: center; margin-right: auto; }
.brand img { width: 174px; height: 70px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 20px; font-size: 14px; color: #dedbd2; }
.desktop-nav a { padding: 32px 0 29px; border-bottom: 2px solid transparent; transition: color .2s ease, border-color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--gold-light); border-color: var(--gold); }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid var(--gold); background: linear-gradient(105deg, var(--gold-dark), var(--gold-light)); color: #080808; font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s ease, filter .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); filter: brightness(1.08); }
.button-small { min-height: 46px; padding-inline: 19px; white-space: nowrap; }
.button-ghost { color: white; background: transparent; border-color: rgba(255,255,255,.55); }
.button-ghost:hover { border-color: var(--gold); color: var(--gold-light); }
.button-light { background: white; border-color: white; color: #090909; }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { list-style: none; cursor: pointer; text-transform: uppercase; font-size: 13px; font-weight: 800; letter-spacing: .12em; border: 1px solid var(--line); padding: 12px 14px; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav nav { position: absolute; right: 0; top: calc(100% + 12px); width: min(280px, calc(100vw - 32px)); padding: 16px; display: grid; background: #0b0b0b; border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(0,0,0,.35); }
.mobile-nav nav a { padding: 13px 10px; border-bottom: 1px solid rgba(255,255,255,.08); }

.home-hero { min-height: 690px; color: white; background: radial-gradient(circle at 78% 42%, rgba(212,169,40,.15), transparent 28%), linear-gradient(115deg, rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(25deg, rgba(212,169,40,.04) 1px, transparent 1px), #070707; background-size: auto, 54px 54px, 54px 54px, auto; border-bottom: 1px solid var(--gold-dark); overflow: hidden; position: relative; }
.home-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, #070707 0%, rgba(7,7,7,.95) 44%, rgba(7,7,7,.35) 100%); }
.hero-grid { min-height: 565px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 20px; color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .18em; line-height: 1.5; text-transform: uppercase; }
.eyebrow.dark { color: var(--gold-dark); }
.hero-copy h1 { margin: 0; max-width: 760px; font-size: clamp(44px, 4.1vw, 58px); line-height: 1.03; letter-spacing: -.055em; font-weight: 750; }
.hero-copy h1 span { color: transparent; background: linear-gradient(110deg, var(--gold-dark), var(--gold-light)); -webkit-background-clip: text; background-clip: text; }
.hero-intro { max-width: 630px; margin: 30px 0 0; color: #c9c7c0; font-size: 19px; line-height: 1.7; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-mark { position: relative; padding: 32px 28px 24px; border: 1px solid var(--line); background: rgba(0,0,0,.48); box-shadow: 0 35px 80px rgba(0,0,0,.42); }
.hero-mark::before, .hero-mark::after { content: ""; position: absolute; width: 60px; height: 60px; border-color: var(--gold); }
.hero-mark::before { top: -1px; left: -1px; border-top: 3px solid; border-left: 3px solid; }
.hero-mark::after { right: -1px; bottom: -1px; border-right: 3px solid; border-bottom: 3px solid; }
.hero-mark img { width: 100%; aspect-ratio: 3/2; object-fit: contain; }
.hero-mark-line { display: flex; justify-content: space-between; gap: 12px; padding-top: 20px; border-top: 1px solid var(--line); color: #d7d4cc; font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.trust-row { min-height: 124px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; position: relative; z-index: 1; border-top: 1px solid var(--line); }
.trust-row > div { padding: 28px 34px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.trust-row > div:first-child { border-left: 1px solid var(--line); }
.trust-row strong { color: var(--gold-light); font-size: 20px; letter-spacing: -.02em; }
.trust-row span { margin-top: 6px; color: #aaa79f; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.section { padding-block: 110px; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading.compact { align-items: center; }
.section-heading h2, .standards-panel h2, .contact-band h2, .service-detail h2, .contact-checklist h2 { margin: 0; font-size: clamp(38px, 4.6vw, 66px); line-height: 1.02; letter-spacing: -.045em; }
.section-heading > p { max-width: 500px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #d6d1c5; }
.service-card { min-height: 215px; padding: 34px; display: grid; grid-template-columns: auto 1fr auto; gap: 26px; align-items: start; border-bottom: 1px solid #d6d1c5; position: relative; transition: background .25s ease, color .25s ease; }
.service-card:nth-child(odd) { border-right: 1px solid #d6d1c5; }
.service-card:hover { background: #0a0a0a; color: white; }
.service-number { color: var(--gold-dark); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { margin: -5px 0 12px; font-size: 27px; letter-spacing: -.035em; }
.service-card p { max-width: 390px; margin: 0; color: var(--muted); line-height: 1.7; transition: color .25s ease; }
.service-card:hover p { color: #bcb9b1; }
.card-arrow { font-size: 24px; color: var(--gold-dark); transition: transform .25s ease; }
.service-card:hover .card-arrow { transform: translate(4px, -4px); color: var(--gold-light); }
.service-card:last-child { grid-column: 1 / -1; }

.standards-section { color: white; background: #0a0a0a; position: relative; overflow: hidden; }
.standards-section::before { content: "DM"; position: absolute; right: -30px; bottom: -155px; color: rgba(212,169,40,.045); font-size: 420px; font-weight: 900; letter-spacing: -.12em; line-height: 1; }
.standards-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; position: relative; z-index: 1; }
.standards-panel p:not(.eyebrow) { max-width: 510px; margin: 30px 0; color: #aaa79f; font-size: 17px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding-bottom: 7px; border-bottom: 1px solid var(--gold); color: var(--gold-light); font-size: 13px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.dark-link { color: var(--ink); }
.standards-list { border-top: 1px solid var(--line); }
.standards-list > div { padding: 28px 0; display: grid; grid-template-columns: 52px 170px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.standards-list span { color: var(--gold); font-size: 12px; font-weight: 800; }
.standards-list h3 { margin: 0; font-size: 18px; }
.standards-list p { margin: 0; color: #aaa79f; line-height: 1.65; }

.featured-work { color: white; background: #0a0a0a; }
.featured-work .section-heading { border-bottom: 1px solid var(--line); padding-bottom: 34px; }
.featured-work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.featured-work-card { min-height: 520px; position: relative; overflow: hidden; background: #111; border: 1px solid var(--line); }
.featured-work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.featured-work-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.92), transparent 58%); }
.featured-work-card > div { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 28px; }
.featured-work-card span, .portfolio-copy span { color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.featured-work-card h3 { margin: 10px 0 0; font-size: 27px; line-height: 1.15; }
.featured-work-card:hover img { transform: scale(1.035); }

.portfolio-intro { max-width: 790px; margin-bottom: 55px; }
.portfolio-intro h2 { margin: 0; font-size: clamp(38px, 4.6vw, 66px); line-height: 1.02; letter-spacing: -.045em; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
.portfolio-card { background: white; border: 1px solid #d6d1c5; }
.portfolio-card-large { grid-column: span 1; }
.portfolio-image { height: 500px; overflow: hidden; background: #111; }
.portfolio-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.portfolio-card:hover .portfolio-image img { transform: scale(1.025); }
.portfolio-copy { padding: 28px 30px 32px; }
.portfolio-copy span { color: var(--gold-dark); }
.portfolio-copy h2 { margin: 10px 0 10px; font-size: 27px; letter-spacing: -.035em; }
.portfolio-copy p { margin: 0; color: var(--muted); line-height: 1.65; }

.emergency-band { padding-block: 58px; background: linear-gradient(105deg, #9c7411, #f1d068 48%, #a77c13); color: #070707; }
.emergency-inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.emergency-inner .eyebrow { color: #1a1608; margin-bottom: 8px; }
.emergency-inner h2 { margin: 0; font-size: clamp(32px, 4vw, 52px); letter-spacing: -.04em; }

.testimonials { background: var(--paper); }
.testimonial-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 28px; }
.quote-card { min-height: 360px; padding: 52px; display: flex; flex-direction: column; justify-content: space-between; background: white; border: 1px solid #ddd8cc; }
.quote-mark { height: 45px; color: var(--gold); font-family: Georgia, serif; font-size: 82px; line-height: 1; }
.quote-card > p { max-width: 760px; margin: 28px 0; font-size: clamp(25px, 3vw, 39px); line-height: 1.3; letter-spacing: -.035em; }
.placeholder-label { color: var(--gold-dark); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.reputation-points { display: grid; border: 1px solid #ddd8cc; background: #0b0b0b; color: white; }
.reputation-points > div { padding: 30px; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line); }
.reputation-points > div:last-child { border-bottom: 0; }
.reputation-points strong { color: var(--gold-light); font-size: 22px; }
.reputation-points span { margin-top: 6px; color: #aaa79f; font-size: 13px; }
.contact-band { margin-block: 20px 110px; padding: 70px; color: white; background: radial-gradient(circle at 84% 20%, rgba(212,169,40,.18), transparent 25%), #090909; border: 1px solid var(--line); position: relative; }
.contact-band h2 { max-width: 850px; margin-bottom: 38px; }

.page-hero { min-height: 500px; display: grid; align-items: end; padding-block: 110px; color: white; background: radial-gradient(circle at 80% 30%, rgba(212,169,40,.18), transparent 26%), linear-gradient(120deg, rgba(212,169,40,.04) 1px, transparent 1px), #080808; background-size: auto, 52px 52px, auto; border-bottom: 1px solid var(--gold-dark); }
.page-hero.short { min-height: 420px; }
.page-hero-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.page-hero h1 { max-width: 800px; margin: 0; font-size: clamp(48px, 6.2vw, 82px); line-height: .98; letter-spacing: -.052em; }
.page-hero-inner > p { max-width: 470px; margin: 0 0 8px; color: #bcb9b1; font-size: 18px; line-height: 1.75; }
.service-detail { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.capability-list { border-top: 1px solid #d6d1c5; }
.capability-list > div { min-height: 74px; padding: 20px 4px; display: grid; grid-template-columns: 62px 1fr; align-items: center; border-bottom: 1px solid #d6d1c5; }
.capability-list span { color: var(--gold-dark); font-size: 11px; font-weight: 800; }
.capability-list p { margin: 0; font-size: 19px; font-weight: 650; letter-spacing: -.02em; }
.process-section { color: white; background: #0a0a0a; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid > div { min-height: 300px; padding: 36px; border-right: 1px solid var(--line); }
.process-grid > div:last-child { border-right: 0; }
.process-grid span { color: var(--gold); font-size: 12px; font-weight: 800; }
.process-grid h2 { margin: 58px 0 18px; font-size: 30px; }
.process-grid p { margin: 0; color: #aaa79f; line-height: 1.75; }

.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card { min-height: 330px; padding: 34px; display: flex; flex-direction: column; border: 1px solid #d6d1c5; background: white; }
.review-stars { color: var(--gold-dark); letter-spacing: .15em; }
.review-card h2 { margin: 46px 0 16px; font-size: 26px; }
.review-card p { margin: 0 0 40px; color: var(--muted); line-height: 1.7; }
.reviewer { margin-top: auto; font-size: 15px; font-weight: 800; }
.review-details { margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.review-source { color: var(--gold-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
.review-card .review-source { margin-top: 6px; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.contact-card { min-height: 300px; padding: 36px; border: 1px solid #d6d1c5; background: white; display: flex; flex-direction: column; }
.contact-card.featured { color: white; background: #0a0a0a; border-color: #0a0a0a; }
.contact-card > span { color: var(--gold-dark); font-size: 12px; font-weight: 800; }
.contact-card h2 { margin: 46px 0 14px; font-size: 30px; }
.contact-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.contact-card.featured p { color: #aaa79f; }
.contact-card strong { margin-top: auto; color: var(--gold-dark); font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.contact-number { margin-top: auto; color: var(--gold-light); font-size: 22px; font-weight: 800; letter-spacing: .02em; }
.contact-number:hover, .contact-number:focus-visible { color: white; }
.contact-email { margin-top: auto; color: var(--gold-dark); font-size: 15px; font-weight: 800; overflow-wrap: anywhere; }
.contact-email:hover, .contact-email:focus-visible { color: var(--ink); }
.contact-checklist { padding: 0 0 110px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.contact-checklist ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid #d6d1c5; }
.contact-checklist li { padding: 20px 4px 20px 38px; border-bottom: 1px solid #d6d1c5; position: relative; font-weight: 650; }
.contact-checklist li::before { content: "✓"; position: absolute; left: 4px; color: var(--gold-dark); }

.site-footer { padding-top: 72px; color: white; background: #050505; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .6fr; gap: 70px; padding-bottom: 60px; }
.footer-logo { width: 240px; height: 142px; object-fit: contain; margin-top: -30px; }
.footer-grid p, .footer-grid span, .footer-grid a { color: #aaa79f; font-size: 14px; line-height: 2; }
.footer-grid h2 { margin: 0 0 16px; color: var(--gold-light); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-base { min-height: 70px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #77746e; font-size: 12px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .site-header > .button-small { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr .8fr; gap: 36px; }
  .hero-copy h1 { font-size: 48px; }
  .section-heading, .page-hero-inner, .service-detail, .contact-checklist { gap: 52px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 36px, 680px); }
  .utility-bar { padding-inline: 18px; font-size: 10px; }
  .site-header { height: 76px; padding-inline: 18px; gap: 12px; }
  .brand, .brand img { width: 138px; height: 60px; }
  .site-header > .button-small { display: none; }
  .hero-grid { min-height: auto; padding-block: 74px 44px; grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: clamp(38px, 7.8vw, 50px); }
  .hero-mark { max-width: 580px; }
  .trust-row { grid-template-columns: 1fr; padding-block: 0; }
  .trust-row > div, .trust-row > div:first-child { min-height: 92px; padding: 20px 24px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .section { padding-block: 78px; }
  .section-heading, .standards-grid, .page-hero-inner, .service-detail, .contact-checklist { grid-template-columns: 1fr; gap: 34px; }
  .section-heading { margin-bottom: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:nth-child(odd) { border-right: 0; }
  .service-card:last-child { grid-column: auto; }
  .standards-list > div { grid-template-columns: 42px 1fr; }
  .standards-list p { grid-column: 2; }
  .emergency-inner { align-items: flex-start; flex-direction: column; }
  .testimonial-layout { grid-template-columns: 1fr; }
  .reputation-points { grid-template-columns: repeat(3, 1fr); }
  .reputation-points > div { border-right: 1px solid var(--line); border-bottom: 0; }
  .contact-band { width: calc(100% - 36px); padding: 48px 30px; margin-bottom: 78px; }
  .page-hero { min-height: 430px; padding-block: 80px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid > div { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid > div:last-child { border-bottom: 0; }
  .process-grid h2 { margin-top: 34px; }
  .reviews-grid, .contact-grid { grid-template-columns: 1fr; }
  .featured-work-grid { grid-template-columns: 1fr; }
  .featured-work-card { min-height: 460px; }
  .footer-grid { grid-template-columns: 1.4fr .8fr .8fr; gap: 32px; }
}

@media (max-width: 560px) {
  .utility-bar span { display: none; }
  .utility-bar { justify-content: center; }
  .brand, .brand img { width: 120px; }
  .hero-copy h1 { font-size: 34px; }
  .hero-intro { font-size: 17px; }
  .actions { display: grid; }
  .button { width: 100%; }
  .hero-mark { padding: 18px; }
  .hero-mark-line { flex-direction: column; }
  .section-heading h2, .standards-panel h2, .contact-band h2, .service-detail h2, .contact-checklist h2 { font-size: 40px; }
  .service-card { min-height: 205px; padding: 28px 20px; grid-template-columns: auto 1fr; }
  .service-card .card-arrow { grid-column: 2; }
  .standards-list > div { grid-template-columns: 34px 1fr; }
  .quote-card { min-height: 340px; padding: 32px 26px; }
  .reputation-points { grid-template-columns: 1fr; }
  .reputation-points > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .page-hero h1 { font-size: 46px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-image { height: 430px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-base { padding-block: 20px; flex-direction: column; align-items: flex-start; }
}
