:root {
  --ink: #0c0c0b;
  --soft-ink: #171715;
  --paper: #f3f1ed;
  --gold: #d6a451;
  --gold-light: #f1c270;
  --muted: #bdb9b0;
  --line: rgba(246, 242, 232, .18);
  --wrap: min(1180px, calc(100vw - 64px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: #fff; font-family: Manrope, Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.wrap { width: var(--wrap); margin: 0 auto; }
.site-header { position: absolute; z-index: 10; top: 0; left: 50%; transform: translateX(-50%); width: var(--wrap); height: 108px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; min-width: max-content; }
.brand-image { display: block; width: 190px; height: 80px; background: #0c0c0b url("assets/fs-brand-reference.jpeg") -720px -32px / 1536px 1024px no-repeat; }
.brand-mark { width: 47px; height: 47px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font: 600 2rem/1 Georgia, serif; box-shadow: inset 0 0 0 5px #131310; }
.brand-text { display: grid; line-height: 1; letter-spacing: .13em; }
.brand-text strong { font-size: 1.25rem; font-weight: 800; letter-spacing: .18em; }
.brand-text small { font-size: .55rem; margin-top: .42rem; letter-spacing: .23em; color: #e8e2d4; }
.site-nav { display: flex; align-items: center; gap: clamp(17px, 2.1vw, 32px); font-size: .76rem; font-weight: 600; }
.site-nav > a:not(.nav-cta) { color: #e4dfd5; opacity: .84; transition: color .2s, opacity .2s; }
.site-nav > a:hover, .site-nav .active { color: var(--gold-light); opacity: 1; }
.nav-cta { padding: 13px 20px; background: var(--gold); color: #17130d; border-radius: 2px; font-weight: 800; box-shadow: 0 4px 16px rgba(0,0,0,.2); }
.nav-cta span { margin-left: 8px; }
.menu-toggle { display: none; }
.hero { min-height: 790px; position: relative; display: grid; align-items: center; isolation: isolate; overflow: hidden; }
.hero-backdrop, .about-image { position: absolute; inset: 0; background-color: #24211c; background-image: url("assets/hero-quarry.png"); background-size: cover; background-position: center; filter: saturate(.83) contrast(1.03); z-index: -3; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(6,6,5,.97) 0%, rgba(7,7,6,.84) 33%, rgba(7,7,6,.23) 68%, rgba(0,0,0,.28) 100%), linear-gradient(0deg, rgba(5,5,4,.66) 0%, transparent 52%); }
.hero-content { padding-top: 110px; }
.eyebrow { margin: 0 0 19px; display: flex; align-items: center; gap: 10px; color: var(--gold-light); font-size: .66rem; font-weight: 800; letter-spacing: .26em; text-transform: uppercase; }
.eyebrow span { width: 15px; height: 1px; background: var(--gold); display: inline-block; }
h1, h2, h3, p { margin-top: 0; }
.hero h1, .about h2, .section-heading h2, .contact h2 { margin: 0; font-size: clamp(3rem, 5.15vw, 5.25rem); line-height: .94; letter-spacing: -.067em; font-weight: 800; max-width: 650px; }
em { font-style: normal; color: var(--gold-light); }
.hero-copy { width: min(455px, 100%); margin: 27px 0 29px; color: #ddd9d0; font-size: 1rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 14px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 22px; border-radius: 2px; border: 1px solid transparent; font-size: .8rem; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button b { font-size: 1rem; }
.gold { color: #1e1609; background: linear-gradient(135deg, #f0c677, #c98d37); }
.outline { border-color: rgba(229,190,122,.7); color: #fff4dc; background: rgba(0,0,0,.18); }
.hero-script { position: absolute; right: max(7vw, 54px); bottom: 105px; margin: 0; color: #fbf7ea; font: italic 600 clamp(1.5rem, 2.45vw, 2.6rem)/.9 "Playfair Display", Georgia, serif; text-align: right; transform: rotate(-8deg); text-shadow: 0 2px 16px #000; }
.scroll-cue { position: absolute; display: flex; align-items: center; gap: 9px; left: 50%; bottom: 34px; transform: translateX(-50%); color: #e6dcca; font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue span { height: 29px; width: 1px; background: var(--gold); }
.service-intro { position: relative; z-index: 3; margin-top: -1px; background: var(--paper); color: var(--ink); }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.service-card { min-height: 194px; padding: 31px 28px 26px; text-align: center; border-right: 1px solid #d8d3ca; }
.service-card:first-child { border-left: 1px solid #d8d3ca; }
.service-icon { display: grid; place-items: center; height: 41px; color: #111; font-size: 2.45rem; line-height: 1; font-family: Georgia, serif; }
.service-card h2 { margin: 15px 0 8px; text-transform: uppercase; font-size: .92rem; letter-spacing: .045em; }
.service-card p { margin: 0 auto; max-width: 170px; color: #5f5a51; font-size: .75rem; line-height: 1.45; }
.service-details { padding: 115px 0 118px; background: #121210; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 50px; margin-bottom: 48px; }
.split-heading h2, .fleet h2 { margin: 0; max-width: 700px; font-size: clamp(2.8rem, 4.65vw, 4.7rem); font-weight: 800; letter-spacing: -.068em; line-height: .94; }
.split-heading > p { max-width: 400px; margin: 0 0 5px; color: #c2bdb3; font-size: .98rem; line-height: 1.7; }
.service-detail-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-detail-card { min-height: 390px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px 28px 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(155deg, rgba(208,158,74,.1), transparent 42%); }
.card-no { color: var(--gold-light); font-size: .68rem; font-weight: 800; letter-spacing: .15em; }
.service-detail-card h3 { margin: 52px 0 12px; font-size: 1.32rem; letter-spacing: -.05em; }
.service-detail-card > p { margin: 0; color: #b9b4a9; font-size: .85rem; line-height: 1.65; }
.service-detail-card ul { display: grid; gap: 8px; margin: 23px 0 24px; padding: 0; list-style: none; color: #e7e1d5; font-size: .75rem; }
.service-detail-card li::before { content: "—"; margin-right: 7px; color: var(--gold); }
.card-link { margin-top: auto; color: var(--gold-light); font-size: .75rem; font-weight: 800; }
.card-link span { margin-left: 7px; font-size: 1rem; }
.about { min-height: 508px; display: grid; grid-template-columns: minmax(270px, 45%) 1fr; background: #0e0e0d; }
.about-image { position: relative; min-height: 430px; background-position: center; filter: brightness(.73) saturate(.75); }
.about-image::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, transparent 60%, #0e0e0d 100%), linear-gradient(0deg, rgba(0,0,0,.4), transparent); }
.about-content { max-width: 565px; padding: 81px clamp(35px,7vw,115px) 60px 52px; }
.about-content h2 { font-size: clamp(2.7rem,4.15vw,4.35rem); }
.about-content > p:not(.eyebrow) { margin: 25px 0 24px; color: #c6c1b6; max-width: 465px; font-size: .94rem; line-height: 1.72; }
.text-link { display: inline-flex; align-items: center; gap: 17px; padding-bottom: 9px; border-bottom: 1px solid var(--gold); color: #fbefdc; font-size: .79rem; font-weight: 800; }
.text-link span { font-size: 1.05rem; color: var(--gold-light); }
.stats { background: var(--paper); color: #151411; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stats-grid > div { min-height: 132px; display: flex; flex-direction: column; justify-content: center; padding-left: 32px; border-right: 1px solid #d8d3ca; }
.stats-grid > div:first-child { border-left: 1px solid #d8d3ca; }
.stats strong { display: block; color: #aa7428; font-size: 1.65rem; letter-spacing: -.06em; }
.stats sup { font-size: .75rem; }
.stats span { margin-top: 3px; color: #565047; font-size: .73rem; }
.process { padding: 113px 0 120px; background: #e9e6df; color: #151411; }
.process .eyebrow { color: #9d6b28; }
.process .eyebrow span { background: #9d6b28; }
.process-heading > p { color: #5e584e; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid #cbc5b9; border-left: 1px solid #cbc5b9; }
.process-grid li { min-height: 262px; padding: 25px; border-right: 1px solid #cbc5b9; border-bottom: 1px solid #cbc5b9; }
.process-grid span { color: #aa7428; font-size: .7rem; font-weight: 800; letter-spacing: .13em; }
.process-grid h3 { margin: 68px 0 11px; font-size: 1.18rem; letter-spacing: -.04em; }
.process-grid p { margin: 0; color: #665f55; font-size: .82rem; line-height: 1.62; }
.projects { padding: 114px 0 116px; background: #151411; }
.section-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 49px; }
.section-heading .eyebrow { grid-column: 1/-1; }
.section-heading h2 { font-size: clamp(2.8rem,4.5vw,4.6rem); }
.section-heading .text-link { margin-bottom: 7px; }
.project-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 12px; }
.project-card { min-height: 285px; display: flex; flex-direction: column; justify-content: flex-end; padding: 25px; background: linear-gradient(145deg, rgba(202,148,61,.25), transparent 60%), linear-gradient(0deg, rgba(0,0,0,.8), transparent 75%), url("assets/hero-quarry.png") center/cover; border: 1px solid rgba(236,196,129,.18); position: relative; overflow: hidden; }
.project-card::after { content:""; position:absolute; inset:0; background: rgba(4,4,3,.22); transition: background .2s; }
.project-card:hover::after { background: rgba(4,4,3,.04); }
.project-card > * { position: relative; z-index: 1; }
.project-card span { position: absolute; top: 22px; left: 23px; color: var(--gold-light); font-size: .72rem; font-weight: 800; }
.project-card h3 { margin: 0; font-size: 1.28rem; letter-spacing: -.04em; }
.project-card p { margin: 8px 0 0; color: #d0c9bd; font-size: .74rem; }
.project-card:nth-child(2) { background-position: 66% center; }
.project-card:nth-child(3) { background-position: 90% center; }
.fleet { min-height: 570px; position: relative; display: grid; align-items: center; isolation: isolate; overflow: hidden; }
.fleet-media { position: absolute; inset: 0; z-index: -3; background: url("assets/hero-quarry.png") 76% center / cover; filter: saturate(.73) brightness(.73); }
.fleet-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(9,9,8,.98) 0%, rgba(9,9,8,.83) 37%, rgba(9,9,8,.2) 75%); }
.fleet-content { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 65px; padding: 65px 0; }
.fleet-copy { max-width: 380px; padding-bottom: 4px; }
.fleet-copy > p { margin: 0 0 27px; color: #d0cabf; font-size: .96rem; line-height: 1.7; }
.fleet-points { display: grid; gap: 10px; margin-bottom: 30px; }
.fleet-points span { color: #fbf2e3; font-size: .8rem; font-weight: 700; }
.fleet-points span::before { content: "◆"; margin-right: 9px; color: var(--gold); font-size: .55rem; vertical-align: 1px; }
.contact { border-top: 1px solid rgba(232,190,119,.25); background: radial-gradient(circle at 85% 65%, rgba(184,127,39,.22), transparent 23%), #0d0d0c; padding: 97px 0; }
.contact-inner { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 75px; }
.contact h2 { font-size: clamp(2.65rem,4.4vw,4.45rem); }
.contact-side { padding-bottom: 5px; }
.contact-side p { margin-bottom: 26px; color: #c8c2b7; max-width: 352px; font-size: .95rem; line-height: 1.65; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.contact-links { display: grid; grid-template-columns: 1fr 1fr 1.25fr; margin-top: 78px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-links a { min-height: 130px; display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: auto auto; align-content: center; column-gap: 12px; row-gap: 7px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-links span { grid-row: 1 / span 2; color: var(--gold-light); font-size: .66rem; font-weight: 800; }
.contact-links strong { color: #d7d0c2; font-size: .73rem; }
.contact-links b { grid-column: 2; color: #fff; font-size: .86rem; font-weight: 600; overflow-wrap: anywhere; }
.contact-links i { grid-row: 1 / span 2; grid-column: 3; align-self: center; color: var(--gold-light); font-style: normal; font-size: 1.15rem; }
.footer { padding: 35px 0 26px; background: #080807; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; color: #9e998e; font-size: .71rem; }
.footer-brand { display: grid; gap: 8px; }
.footer-brand-logo { display: block; width: 280px; height: 92px; background: #0c0c0b url("assets/fs-brand-reference.jpeg") -28px -71px / 750px 500px no-repeat; }
.footer-brand-services { color: var(--gold-light); font-size: .76rem; font-weight: 800; letter-spacing: .065em; white-space: nowrap; }
.footer .brand-mark { width: 34px; height: 34px; font-size: 1.5rem; }
.footer .brand-text strong { font-size: .95rem; }
.footer .brand-text small { font-size: .44rem; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; }
.footer-contact { display: grid; justify-items: end; gap: 8px; }
.footer a:not(.brand) { color: #d6cfc2; }
.footer small { grid-column: 1/-1; color: #67645e; }
@media (max-width: 850px) {
  :root { --wrap: min(100% - 40px, 620px); }
  .site-header { height: 82px; }
  .brand-mark { width: 40px; height: 40px; font-size: 1.65rem; }
  .brand-image { width: 145px; height: 62px; background-size: 1173px 782px; background-position: -550px -25px; }
  .brand-text strong { font-size: 1.05rem; }
  .site-nav { position: absolute; left: 0; right: 0; top: 82px; display: none; flex-direction: column; align-items: flex-start; gap: 21px; padding: 27px 20px 30px; background: rgba(11,11,10,.98); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .menu-toggle { display: grid; gap: 5px; border: 0; background: transparent; padding: 10px 0 10px 10px; cursor: pointer; }
  .menu-toggle span { display: block; width: 25px; height: 1px; background: #efe6d4; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 65px; }
  .hero-shade { background: linear-gradient(90deg, rgba(6,6,5,.96), rgba(6,6,5,.64) 75%, rgba(0,0,0,.29)), linear-gradient(0deg, rgba(5,5,4,.77), transparent 62%); }
  .hero-script { right: 23px; bottom: 100px; font-size: 1.75rem; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-card:nth-child(3) { border-left: 1px solid #d8d3ca; }
  .service-card { min-height: 175px; padding: 25px 14px; }
  .service-details { padding: 78px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 35px; }
  .split-heading > p { font-size: .94rem; }
  .service-detail-grid { grid-template-columns: repeat(2, 1fr); }
  .service-detail-card { min-height: 340px; }
  .process { padding: 78px 0; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid li { min-height: 230px; }
  .about { grid-template-columns: 1fr; }
  .about-image { min-height: 255px; }
  .about-content { padding: 64px 20px 70px; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stats-grid > div:nth-child(3) { border-left: 1px solid #d8d3ca; }
  .stats-grid > div { min-height: 113px; padding-left: 22px; border-bottom: 1px solid #d8d3ca; }
  .projects { padding: 77px 0; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 237px; }
  .fleet { min-height: 570px; }
  .fleet-content { grid-template-columns: 1fr; gap: 35px; padding: 75px 0; }
  .fleet-overlay { background: linear-gradient(90deg, rgba(9,9,8,.94), rgba(9,9,8,.63) 100%); }
  .section-heading { display: block; }
  .section-heading .text-link { margin-top: 25px; }
  .contact { padding: 78px 0; }
  .contact-inner { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .footer-nav { justify-content: flex-start; }
  .footer-contact { justify-items: start; }
  .footer small { grid-column: auto; }
}
@media (max-width: 420px) {
  :root { --wrap: calc(100% - 32px); }
  .hero h1 { font-size: 2.85rem; }
  .hero-copy { font-size: .92rem; }
  .hero-actions { flex-wrap: wrap; }
  .button { min-height: 48px; }
  .service-card h2 { font-size: .82rem; }
  .service-card p { font-size: .69rem; }
  .service-detail-grid, .process-grid, .contact-links { grid-template-columns: 1fr; }
  .service-detail-card { min-height: auto; padding: 26px 20px 24px; }
  .service-detail-card h3 { margin-top: 35px; }
  .service-detail-card ul { margin-bottom: 25px; }
  .card-link { margin-top: 6px; }
  .process-grid li { min-height: auto; padding: 22px 20px 25px; }
  .process-grid h3 { margin-top: 38px; }
}

@media (max-width: 540px) {
  :root { --wrap: calc(100% - 32px); }
  .site-header { height: 76px; }
  .brand-image { width: 138px; height: 59px; background-size: 1116px 744px; background-position: -523px -23px; }
  .site-nav { top: 76px; padding: 24px 16px 28px; gap: 19px; }
  .site-nav > a { min-height: 24px; display: flex; align-items: center; }
  .nav-cta { width: 100%; justify-content: center; }
  .hero { min-height: 746px; }
  .hero-backdrop { background-position: 67% center; }
  .hero-content { padding-top: 89px; }
  .hero h1 { font-size: clamp(2.62rem, 12.2vw, 3.1rem); line-height: .92; }
  .hero-copy { margin: 22px 0 24px; font-size: .94rem; line-height: 1.58; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; width: min(100%, 330px); gap: 10px; }
  .button { min-height: 50px; padding: 0 13px; gap: 8px; font-size: .74rem; }
  .hero-script { right: 18px; bottom: 61px; font-size: 1.54rem; line-height: .96; }
  .scroll-cue { bottom: 18px; }
  .scroll-cue span { height: 22px; }
  .service-card { min-height: 181px; padding: 26px 10px 22px; }
  .service-card h2 { margin-top: 13px; }
  .about-image { min-height: 228px; background-position: 61% center; }
  .about-content { padding: 57px 16px 64px; }
  .about-content > p:not(.eyebrow) { margin: 21px 0 22px; font-size: .92rem; }
  .stats-grid > div { min-height: 106px; padding-left: 17px; }
  .projects { padding: 67px 0; }
  .project-card { min-height: 221px; padding: 21px; }
  .contact { padding: 69px 0; }
  .contact-links { margin-top: 54px; }
  .footer { padding: 27px 0 24px; }
  .footer-brand { gap: 7px; }
  .footer-brand-logo { width: 275px; height: 90px; background-size: 737px 491px; background-position: -27px -70px; }
  .footer-brand-services { font-size: .72rem; letter-spacing: .06em; }
}

@media (max-width: 360px) {
  .brand-image { width: 126px; height: 54px; background-size: 1020px 680px; background-position: -478px -21px; }
  .hero h1 { font-size: 2.48rem; }
  .hero-copy { font-size: .89rem; }
  .button { padding: 0 9px; font-size: .7rem; }
  .hero-script { font-size: 1.36rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .project-card::after { transition: none; }
}

@media (max-width: 420px) {
  .service-detail-grid, .process-grid, .contact-links { grid-template-columns: 1fr; }
  .service-detail-card { min-height: auto; padding: 26px 20px 24px; }
  .service-detail-card h3 { margin-top: 35px; }
  .service-detail-card ul { margin-bottom: 25px; }
  .card-link { margin-top: 6px; }
  .process-grid li { min-height: auto; padding: 22px 20px 25px; }
  .process-grid h3 { margin-top: 38px; }
}

/* Inner pages */
.inner-hero { min-height: 505px; position: relative; display: grid; align-items: end; isolation: isolate; overflow: hidden; }
.inner-hero.compact { min-height: 465px; }
.inner-hero-media { position: absolute; inset: 0; z-index: -3; background: url("assets/hero-quarry.png") 72% center / cover; filter: saturate(.76) brightness(.76); }
.inner-hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(7,7,6,.98), rgba(7,7,6,.68) 50%, rgba(7,7,6,.16) 100%), linear-gradient(0deg, rgba(0,0,0,.52), transparent 65%); }
.services-media { background-position: 62% center; }
.projects-media { background-position: 82% center; }
.contact-media { background-position: 74% center; }
.inner-hero-content { padding: 125px 0 72px; }
.inner-hero h1 { max-width: 780px; margin: 0; font-size: clamp(3.1rem, 5.55vw, 5.8rem); font-weight: 800; letter-spacing: -.07em; line-height: .92; }
.inner-hero-content > p:not(.eyebrow) { max-width: 510px; margin: 24px 0 0; color: #ded8cc; font-size: 1rem; line-height: 1.65; }
.inner-section { padding: 117px 0; }
.paper-section { background: var(--paper); color: #13120f; }
.paper-section .eyebrow { color: #9f6c28; }
.paper-section .eyebrow span { background: #9f6c28; }
.story-grid { display: grid; grid-template-columns: 1fr .87fr; gap: 90px; align-items: start; }
.story-grid h2, .section-title-row h2, .contact-page-section h2, .contact-method h2 { margin: 0; font-size: clamp(2.8rem, 4.65vw, 4.8rem); letter-spacing: -.068em; line-height: .94; }
.story-copy { display: grid; gap: 19px; padding-top: 43px; }
.story-copy p { margin: 0; color: #544f47; font-size: 1rem; line-height: 1.75; }
.values-section { padding: 116px 0; background: #131310; }
.section-title-row { display: grid; grid-template-columns: 1.1fr .9fr; margin-bottom: 50px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.values-grid article { min-height: 305px; padding: 29px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(160deg, rgba(205,150,57,.11), transparent 45%); }
.values-grid span { color: var(--gold-light); font-size: .7rem; font-weight: 800; letter-spacing: .15em; }
.values-grid h3 { margin: 113px 0 12px; font-size: 1.3rem; letter-spacing: -.05em; }
.values-grid p { max-width: 280px; margin: 0; color: #bcb6aa; font-size: .88rem; line-height: 1.65; }
.page-cta { padding: 87px 0; background: radial-gradient(circle at 83% 55%, rgba(190,129,38,.23), transparent 22%), #0c0c0b; border-top: 1px solid rgba(232,190,119,.2); }
.page-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.page-cta h2 { margin: 0; font-size: clamp(2.55rem, 4.1vw, 4.25rem); letter-spacing: -.065em; line-height: .95; }
.page-services { padding-top: 111px; }
.project-list-section { padding: 115px 0; background: #131310; }
.project-list { border-top: 1px solid var(--line); }
.project-list article { min-height: 155px; display: grid; grid-template-columns: 70px 1fr 150px 155px; align-items: center; gap: 25px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.project-list > article > span { align-self: start; padding-top: 5px; color: var(--gold-light); font-size: .72rem; font-weight: 800; }
.project-list h3 { margin: 0 0 7px; font-size: 1.35rem; letter-spacing: -.045em; }
.project-list p { max-width: 530px; margin: 0; color: #bbb5aa; font-size: .86rem; line-height: 1.55; }
.project-list small { color: #e7ddcd; font-size: .76rem; font-weight: 700; }
.project-list b { color: var(--gold-light); font-size: .75rem; font-weight: 700; text-align: right; }
.contact-page-section { padding: 116px 0; background: var(--paper); color: #151411; }
.contact-page-section .eyebrow { color: #9f6c28; }
.contact-page-section .eyebrow span { background: #9f6c28; }
.contact-page-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: start; }
.contact-page-copy { max-width: 425px; margin: 26px 0 0; color: #5d574e; font-size: 1rem; line-height: 1.7; }
.contact-page-links { display: grid; border-top: 1px solid #cac4b9; border-left: 1px solid #cac4b9; }
.contact-page-links a { min-height: 104px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 8px; padding: 20px 24px; border-right: 1px solid #cac4b9; border-bottom: 1px solid #cac4b9; }
.contact-page-links span { color: #8f672e; font-size: .72rem; font-weight: 800; }
.contact-page-links strong { grid-row: 2; color: #1b1915; font-size: .94rem; font-weight: 600; overflow-wrap: anywhere; }
.contact-page-links i { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: #a9782e; font-size: 1.2rem; font-style: normal; }
.contact-method { padding: 110px 0; background: #10100f; }
.contact-method-inner { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 70px; }
.contact-method-inner > div:last-child { max-width: 390px; padding-bottom: 5px; }
.contact-method-inner > div:last-child p { margin: 0 0 27px; color: #c7c0b5; font-size: .97rem; line-height: 1.7; }
@media (max-width: 850px) {
  .inner-hero { min-height: 450px; }
  .inner-hero-content { padding: 125px 0 55px; }
  .story-grid, .contact-page-grid, .contact-method-inner { grid-template-columns: 1fr; gap: 35px; }
  .story-copy { padding-top: 0; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article { min-height: 245px; }
  .values-grid h3 { margin-top: 72px; }
  .page-cta-inner { align-items: flex-start; flex-direction: column; }
  .project-list article { grid-template-columns: 45px 1fr 120px; gap: 15px; }
  .project-list b { grid-column: 2 / -1; grid-row: 2; text-align: left; }
  .project-list article > span { grid-row: 1 / span 2; }
}
@media (max-width: 540px) {
  .inner-hero, .inner-hero.compact { min-height: 410px; }
  .inner-hero-media { background-position: 70% center; }
  .inner-hero-content { padding: 102px 0 45px; }
  .inner-hero h1 { font-size: clamp(2.62rem, 12.1vw, 3.25rem); }
  .inner-hero-content > p:not(.eyebrow) { margin-top: 19px; font-size: .92rem; line-height: 1.58; }
  .inner-section, .values-section, .project-list-section, .contact-page-section, .contact-method { padding: 74px 0; }
  .story-grid, .contact-page-grid { gap: 29px; }
  .story-copy p, .contact-page-copy { font-size: .93rem; }
  .values-grid article { min-height: auto; padding: 24px 20px 27px; }
  .values-grid h3 { margin-top: 48px; }
  .section-title-row { grid-template-columns: 1fr; }
  .page-cta { padding: 70px 0; }
  .project-list article { min-height: auto; grid-template-columns: 36px 1fr; gap: 12px; padding: 22px 0; }
  .project-list article > small { grid-column: 2; }
  .project-list b { grid-column: 2; }
  .project-list h3 { font-size: 1.12rem; }
  .project-list p { font-size: .81rem; }
  .contact-page-links a { min-height: 95px; padding: 19px; }
  .contact-page-links strong { font-size: .84rem; }
  .contact-method-inner { gap: 30px; }
}
