:root {
  --ink: #111315;
  --soft: #1a1d20;
  --paper: #f4f1ea;
  --white: #fff;
  --accent: #d8ff38;
  --muted: #a7aaad;
  --line: #c5c1b8;
}

* { box-sizing: border-box; }
html, body { overflow-x: hidden; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: var(--ink); color: var(--white); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(1240px, 100%); margin: auto; padding: 0 34px; }

nav { align-items: center; border-bottom: 1px solid #ffffff2b; display: flex; height: 100px; justify-content: space-between; padding: 0 5vw; position: absolute; width: 100%; z-index: 5; }
.logo img { height: 100px; max-width: none; object-fit: contain; width: 216px; }
footer .logo img { height: 170px; width: 368px; }
.menu { align-items: center; display: flex; font-size: 13px; font-weight: 700; gap: 30px; }
.menu-toggle { display: none; }
.menu a:not(.cta):hover, footer a:hover { color: var(--accent); }
.menu .cta { border: 1px solid var(--white); padding: 13px 18px; }
.menu .cta:hover { background: var(--accent); border-color: var(--accent); color: var(--ink); }

.hero { align-items: flex-end; background: linear-gradient(90deg, rgba(8,10,11,.9), rgba(8,10,11,.56) 48%, rgba(8,10,11,.22)), url("https://savimeurope.com/wp-content/uploads/2022/07/B1-IMP1-1.jpg") center/cover no-repeat; display: flex; min-height: 760px; height: 94vh; position: relative; }
.hero .content { max-width: 990px; padding-bottom: 78px; }
.eyebrow { color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: 3px; margin-bottom: 20px; text-transform: uppercase; }
h1 { font-size: clamp(58px, 8.2vw, 116px); letter-spacing: -5px; line-height: .87; margin: 0; max-width: 1050px; text-transform: uppercase; }
.hero p { color: #e4e4e4; font-size: 19px; line-height: 1.55; margin: 30px 0; max-width: 620px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { background: var(--accent); color: var(--ink); display: inline-block; font-size: 12px; font-weight: 900; letter-spacing: 1px; padding: 17px 22px; text-transform: uppercase; transition: transform .2s, background .2s; }
.btn:hover { background: var(--white); transform: translateY(-2px); }
.btn.ghost { background: transparent; border: 1px solid #ffffff80; color: var(--white); }
.btn.ghost:hover { background: var(--accent); border-color: var(--accent); color: var(--ink); }

.stats { background: var(--accent); color: var(--ink); }
.stats .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { border-right: 1px solid #1113; padding: 35px 24px; }
.stat:first-child { padding-left: 0; }
.stat strong { display: block; font-size: 29px; }
.stat span { font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.section { padding: 110px 0; }
.light { background: var(--paper); color: var(--ink); }
.head { display: grid; gap: 50px; grid-template-columns: 1fr 1fr; margin-bottom: 60px; }
.kicker { font-size: 12px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.head h2 { font-size: clamp(42px, 5vw, 72px); letter-spacing: -3px; line-height: .96; margin: 0; text-transform: uppercase; }
.head p { align-self: end; color: #5d6164; font-size: 17px; line-height: 1.7; margin: 0; }
.services { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.service { border-bottom: 1px solid var(--line); min-height: 210px; padding: 32px 26px 34px 0; }
.service:nth-child(3n+2), .service:nth-child(3n+3) { border-left: 1px solid var(--line); padding-left: 26px; }
.num { color: #777; font-size: 11px; font-weight: 900; }
.service h3 { font-size: 25px; margin: 34px 0 10px; }
.service p { color: #686868; font-size: 14px; line-height: 1.55; margin: 0; }

.project { background: var(--soft); display: grid; grid-template-columns: 1.25fr .75fr; min-height: 650px; }
.project .photo {
  background: url("https://ascentepoxy.com/assets/images/img-059.webp") center/cover;
}
.project .copy { display: flex; flex-direction: column; justify-content: center; padding: 75px 8%; }
.project h2 { font-size: 54px; letter-spacing: -2px; line-height: .95; margin: 12px 0 25px; text-transform: uppercase; }
.project p { color: #b9bdc0; line-height: 1.7; }
.tag { border: 1px solid #666; display: inline-block; font-size: 10px; letter-spacing: 1px; margin: 4px 4px 0 0; padding: 8px 10px; text-transform: uppercase; }
.gallery { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.gallery figure { margin: 0; }
.gallery img { aspect-ratio: 4 / 3; background: #202326; object-fit: cover; width: 100%; }
.gallery figcaption { color: #c9ccce; font-size: 12px; letter-spacing: 1px; padding-top: 12px; text-transform: uppercase; }

.proof { background: #0d0f10; }
.clients { border-left: 1px solid #333; border-top: 1px solid #333; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 45px; }
.client { align-items: center; border-bottom: 1px solid #333; border-right: 1px solid #333; color: #d7d7d7; display: flex; font-weight: 800; justify-content: center; min-height: 110px; padding: 15px; text-align: center; }

.contact { background: var(--paper); color: var(--ink); }
.contact-grid { display: grid; gap: 70px; grid-template-columns: .8fr 1.2fr; }
.contact-intro p, .legal p { color: #5d6164; line-height: 1.7; }
.contact-form { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 11px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.field input, .field textarea { background: var(--white); border: 1px solid #c9c5bc; border-radius: 0; color: var(--ink); font: inherit; padding: 14px; width: 100%; }
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--ink); outline: 2px solid var(--accent); }
.contact-form .btn { border: 0; cursor: pointer; justify-self: start; }
.consent { align-items: flex-start; color: #5d6164; display: flex; font-size: 12px; gap: 9px; line-height: 1.45; }
.consent input { accent-color: var(--ink); flex: 0 0 auto; margin: 2px 0 0; }

.cta-band { background: var(--accent); color: var(--ink); padding: 90px 0; }
.cta-band .wrap { align-items: end; display: flex; gap: 30px; justify-content: space-between; }
.cta-band h2 { font-size: clamp(48px, 6vw, 82px); letter-spacing: -4px; line-height: .9; margin: 0; max-width: 800px; text-transform: uppercase; }
.cta-band .btn { background: var(--ink); color: var(--white); white-space: nowrap; }
.legal { background: #171a1d; color: var(--white); padding: 70px 0; }
.legal h2 { font-size: 32px; margin: 0 0 20px; text-transform: uppercase; }
.legal p { color: #b9bdc0; font-size: 14px; margin: 8px 0; }
.legal-page { background: #171a1d; }
.legal-page-content { min-height: calc(100vh - 180px); padding-top: 180px; }
.legal-page-content h1 { font-size: clamp(48px, 7vw, 88px); letter-spacing: -4px; margin: 12px 0 28px; }
.legal-page-content .btn { margin-top: 24px; }
.privacy-page-content h2 { color: var(--white); font-size: 24px; margin: 34px 0 10px; text-transform: uppercase; }
.privacy-page-content p { max-width: 850px; }
.privacy-page-content a:not(.btn) { color: var(--accent); text-decoration: underline; }
.privacy-note { font-size: 12px !important; margin-top: 36px !important; }
.work-page { padding-top: 100px; }
.work-page .work-head { display: block; margin-bottom: 54px; }
.work-page .work-heading { max-width: 820px; }
.work-page h1 { font-size: clamp(48px, 6vw, 82px); letter-spacing: -3px; line-height: .94; margin: 10px 0 0; }
.work-page .work-head p { margin-top: 26px; max-width: 620px; }

footer { background: #090a0b; color: #888; padding: 50px 0; }
.foot { align-items: center; display: flex; gap: 30px; justify-content: space-between; }
.small { font-size: 11px; line-height: 1.6; }

@media (max-width: 850px) {
  .wrap { padding: 0 22px; }
  nav { height: 76px; padding: 0 16px; }
  .logo img { height: 64px; width: 138px; }
  footer .logo img { height: auto; max-width: 100%; width: 250px; }
  .menu-toggle { align-items: center; background: transparent; border: 1px solid #ffffff80; cursor: pointer; display: flex; flex-direction: column; gap: 4px; padding: 10px; }
  .menu-toggle span { background: var(--white); display: block; height: 2px; width: 22px; }
  .menu { align-items: stretch; background: var(--ink); border: 1px solid #ffffff2b; display: none; flex-direction: column; gap: 0; position: absolute; right: 16px; top: 76px; width: min(250px, calc(100vw - 32px)); }
  .menu.is-open { display: flex; }
  .menu a { font-size: 12px; padding: 16px 18px; }
  .menu a:not(.cta) { display: block; }
  .menu .cta { border: 0; font-size: 12px; padding: 16px 18px; }
  .hero { min-height: 650px; height: auto; }
  .hero .content { padding-bottom: 48px; padding-top: 120px; }
  h1 { font-size: clamp(30px, 8.5vw, 36px); letter-spacing: -1px; line-height: .94; max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
  .eyebrow { font-size: 10px; letter-spacing: 2px; margin-bottom: 14px; }
  .hero p { font-size: 15px; line-height: 1.45; margin: 22px 0; }
  .btn { font-size: 10px; padding: 14px 15px; }
  .stats .wrap { grid-template-columns: 1fr 1fr; }
  .stat { padding: 24px 12px; }
  .stat:first-child { padding-left: 0; }
  .head, .contact-grid { grid-template-columns: 1fr; gap: 25px; }
  .section { padding: 70px 0; }
  .head { margin-bottom: 40px; }
  .head h2 { font-size: clamp(36px, 10vw, 56px); letter-spacing: -2px; }
  .head p { font-size: 15px; }
  .services, .gallery { grid-template-columns: 1fr; }
  .service, .service:nth-child(n) { border-left: 0; padding: 26px 0; }
  .project { grid-template-columns: 1fr; }
  .project .photo { min-height: 300px; }
  .project .copy { padding: 52px 22px 60px; }
  .project h2 { font-size: clamp(38px, 10vw, 50px); letter-spacing: -2px; }
  .clients { grid-template-columns: 1fr 1fr; }
  .contact-form { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .cta-band .wrap, .foot { align-items: flex-start; flex-direction: column; }
  footer { padding: 38px 0; }
  .cta-band .btn { white-space: normal; }
}

@media (max-width: 420px) {
  .stats .wrap, .clients { grid-template-columns: 1fr; }
  .stat { border-bottom: 1px solid #1113; border-right: 0; }
}
