:root {
  --ink: #111820;
  --ink-2: #17212c;
  --paper: #f4f1ea;
  --white: #fff;
  --accent: #eaaa21;
  --accent-2: #f5bd3f;
  --line: rgba(17, 24, 32, .14);
  --muted: #697078;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", sans-serif; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.22); }
.header-shell { height: 112px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 92px; height: 88px; display: grid; place-items: center; }
.brand img { max-width: 74px; max-height: 82px; filter: drop-shadow(0 4px 10px rgba(0,0,0,.2)); }
.main-nav { display: flex; align-items: center; gap: 38px; color: #fff; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--accent); transition: right .25s; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 14px 18px; border: 1px solid rgba(255,255,255,.7); }
.nav-cta span { color: var(--accent); margin-left: 8px; }
.menu-toggle { display: none; background: none; border: 0; padding: 12px; }

.hero { position: relative; min-height: 800px; height: 100svh; max-height: 980px; color: white; display: flex; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background-image: url("WhatsApp Image 2026-08-16 at 8.39.14 AM.jpeg"); background-size: cover; background-position: center 48%; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,16,23,.96) 0%, rgba(10,16,23,.78) 40%, rgba(10,16,23,.26) 73%, rgba(10,16,23,.32) 100%), linear-gradient(0deg, rgba(10,16,23,.62), transparent 40%); }
.hero-content { position: relative; z-index: 2; padding-top: 90px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 13px; color: #52606c; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow span { display: inline-block; width: 34px; height: 3px; background: var(--accent); }
.eyebrow.light { color: rgba(255,255,255,.7); }
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: "Oswald", sans-serif; text-transform: uppercase; line-height: .98; letter-spacing: -.025em; }
h1 { max-width: 780px; margin-bottom: 28px; font-size: clamp(66px, 8vw, 118px); }
h1 em, h2 em { color: var(--accent); font-style: normal; }
.hero-copy { max-width: 580px; margin: 0 0 42px; color: rgba(255,255,255,.78); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 60px; padding: 0 24px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--accent); }
.button-primary:hover { background: var(--accent-2); }
.button span { font-size: 19px; }
.text-link { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.text-link span { color: var(--accent); margin-left: 10px; }
.hero-stamp { position: absolute; z-index: 3; right: max(34px, calc((100% - 1180px)/2)); bottom: 120px; width: 138px; height: 138px; display: grid; grid-template-columns: 1fr 1fr; place-items: center; border: 1px solid rgba(255,255,255,.4); transform: rotate(-5deg); }
.hero-stamp > span { font: 700 45px/1 "Oswald"; color: var(--accent); }
.hero-stamp small { font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.hero-foot { position: absolute; z-index: 3; bottom: 0; left: 50%; transform: translateX(-50%); height: 72px; border-top: 1px solid rgba(255,255,255,.22); display: flex; align-items: center; gap: 44px; color: rgba(255,255,255,.65); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.hero-foot span { display: flex; align-items: center; gap: 44px; }
.hero-foot span:not(:last-child)::after { content: "+"; color: var(--accent); }

h2 { margin-bottom: 0; font-size: clamp(48px, 5vw, 76px); }
.intro-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 100px; align-items: end; }
.intro-copy { padding-bottom: 5px; }
.intro-copy > p { margin: 0 0 34px; color: var(--muted); font-size: 16px; }
.arrow-link { display: inline-flex; gap: 24px; align-items: center; padding-bottom: 8px; border-bottom: 2px solid var(--ink); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.arrow-link span { color: var(--accent); font-size: 17px; }

.services { color: white; background: var(--ink); }
.section-heading { margin-bottom: 60px; display: flex; justify-content: space-between; align-items: end; gap: 60px; }
.section-heading > p { width: 310px; margin: 0 0 4px; color: rgba(255,255,255,.58); font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-card { position: relative; min-height: 340px; padding: 38px; border: 1px solid rgba(255,255,255,.12); transition: background .25s, transform .25s; }
.service-card:hover { z-index: 2; background: var(--ink-2); transform: translateY(-5px); }
.service-card.featured { grid-row: span 2; padding: 0; background: #222; overflow: hidden; }
.service-photo { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,15,21,.92), rgba(9,15,21,.05) 68%), url("WhatsApp Image 2026-08-16 at 8.39.14 AM.jpeg") center/cover; transition: transform .5s; }
.featured:hover .service-photo { transform: scale(1.03); }
.service-body { position: absolute; z-index: 1; left: 38px; right: 38px; bottom: 32px; }
.service-number { color: var(--accent); font: 600 12px "Oswald"; letter-spacing: .12em; }
.service-card h3 { margin: 18px 0 13px; font: 600 28px/1.15 "Oswald"; text-transform: uppercase; }
.service-card p { margin: 0; color: rgba(255,255,255,.6); font-size: 13px; }
.service-icon { width: 64px; height: 64px; margin: 20px 0 45px; color: var(--accent); }
.service-icon svg { fill: none; stroke: currentColor; stroke-width: 1.4; }

.statement { overflow: hidden; }
.statement-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.statement-photo { position: relative; height: 650px; background: url("WhatsApp Image 2026-08-16 at 8.39.14 AM.jpeg") center/cover; box-shadow: 30px 30px 0 var(--accent); }
.vertical-label { position: absolute; top: 0; right: -54px; padding: 14px 18px; color: white; background: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .16em; writing-mode: vertical-rl; }
.statement-content > p:not(.eyebrow) { max-width: 550px; margin: 32px 0 45px; color: var(--muted); }
.benefits { border-top: 1px solid var(--line); }
.benefits div { min-height: 67px; display: grid; grid-template-columns: 54px 1fr; align-items: center; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.benefits strong { color: var(--accent); font: 600 12px "Oswald"; }

.contact { color: white; background: #151f29; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 480px; margin: 30px 0; color: rgba(255,255,255,.58); }
.contact-note { display: flex; gap: 12px; align-items: center; color: rgba(255,255,255,.75); font-size: 12px; }
.contact-note span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--accent); font-weight: 900; }
.quote-form { padding: 46px; color: var(--ink); background: #fff; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: block; margin-bottom: 18px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 8px; padding: 14px 0; border: 0; border-bottom: 1px solid #cfd2d4; border-radius: 0; outline: none; color: var(--ink); background: transparent; font-size: 14px; text-transform: none; letter-spacing: 0; transition: border-color .2s; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--accent); }
.submit-button { width: 100%; margin-top: 8px; }
.form-status { min-height: 20px; margin: 13px 0 0; color: #52713d; font-size: 12px; text-align: center; }

.site-footer { color: rgba(255,255,255,.62); background: #0d141b; }
.footer-main { min-height: 240px; display: grid; grid-template-columns: 170px 1fr 1fr 60px; align-items: center; gap: 50px; }
.footer-brand img { max-width: 100px; max-height: 130px; }
.footer-main p { font-size: 13px; }
.footer-nav { display: flex; flex-direction: column; gap: 9px; color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.back-top { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); color: var(--accent); font-size: 20px; }
.footer-bottom { min-height: 65px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }

@media (max-width: 900px) {
  .section { padding: 90px 0; }
  .menu-toggle { position: relative; z-index: 22; width: 48px; height: 48px; display: grid; place-content: center; gap: 7px; color: white; }
  .menu-toggle span { width: 26px; height: 2px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; padding: 130px 32px 50px; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 25px; background: var(--ink); transform: translateX(100%); transition: transform .3s; font-size: 22px; }
  .main-nav.open { transform: translateX(0); }
  .nav-cta { margin-top: 15px; text-align: center; font-size: 14px; }
  .hero { min-height: 760px; }
  .hero-stamp { display: none; }
  .intro-grid, .statement-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .intro-grid { align-items: start; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card.featured { grid-row: auto; min-height: 520px; grid-column: span 2; }
  .statement-photo { width: calc(100% - 30px); height: 520px; }
  .footer-main { grid-template-columns: 130px 1fr 1fr 50px; gap: 25px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 32px, 1180px); }
  .header-shell { height: 92px; }
  .brand { width: 70px; height: 72px; }
  .brand img { max-width: 60px; max-height: 68px; }
  .hero { min-height: 720px; align-items: flex-end; padding-bottom: 125px; }
  .hero-media { background-position: 58% center; }
  .hero-content { padding-top: 0; }
  h1 { font-size: clamp(52px, 15vw, 74px); }
  h2 { font-size: 45px; }
  .hero-copy { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-foot { gap: 16px; }
  .hero-foot span { gap: 16px; font-size: 8px; }
  .section { padding: 74px 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 24px; }
  .section-heading > p { width: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card.featured { grid-column: auto; min-height: 460px; }
  .service-card { min-height: 320px; padding: 30px; }
  .statement-grid { gap: 75px; }
  .statement-photo { height: 430px; }
  .contact-grid { gap: 45px; }
  .quote-form { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { padding: 50px 0; grid-template-columns: 1fr 50px; }
  .footer-brand, .footer-main p, .footer-nav { grid-column: 1; }
  .back-top { grid-column: 2; grid-row: 1; }
  .footer-bottom { padding: 22px 0; align-items: flex-start; flex-direction: column; gap: 7px; }
}

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