@font-face { font-family: "Manrope"; src: url("../fonts/manrope-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("../fonts/barlow-condensed-600.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("../fonts/barlow-condensed-700.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("../fonts/barlow-condensed-800.woff2") format("woff2"); font-style: normal; font-weight: 800; font-display: swap; }

:root {
    --ink: #171918;
    --ink-soft: #262927;
    --gold: #c6a453;
    --gold-bright: #e0c36c;
    --paper: #f5f3ed;
    --white: #fff;
    --mist: #e7eaeb;
    --grey: #666c69;
    --line: #d4d5cf;
    --red: #a83d2f;
    --heading: "Barlow Condensed", sans-serif;
    --body: "Manrope", sans-serif;
    --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; opacity: .16; pointer-events: none; background-image: repeating-linear-gradient(135deg, transparent 0 30px, rgba(23,25,24,.08) 30px 31px); }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
svg { width: 1.1em; height: 1.1em; stroke-width: 2; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--heading); line-height: .98; letter-spacing: 0; text-transform: uppercase; }
h1 { font-size: clamp(3.8rem, 9vw, 7.8rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.6rem, 5vw, 4.6rem); }
h3 { font-size: 1.65rem; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 0; left: 10px; z-index: 100; padding: 10px 16px; color: var(--ink); background: var(--gold-bright); transform: translateY(-120%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #71591f; font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 32px; height: 2px; background: currentColor; }
.lead { max-width: 710px; color: #3e4441; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border: 1px solid var(--gold); color: var(--ink); background: var(--gold-bright); font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { background: #ebd580; transform: translateY(-2px); }
.button--outline { color: var(--white); background: transparent; border-color: rgba(255,255,255,.55); }
.button--outline:hover { color: var(--ink); background: var(--white); }
.button--light { color: var(--ink); background: var(--white); border-color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; border-bottom: 1px solid currentColor; }
.text-link--light { color: var(--white); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; box-shadow: 0 5px 25px rgba(0,0,0,.15); }
.contact-strip { color: var(--ink); background: var(--gold-bright); }
.contact-strip__inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .78rem; font-weight: 700; }
.contact-strip p { margin: 0; }
.contact-strip em { font-style: normal; font-weight: 900; }
.contact-strip a { display: flex; align-items: center; gap: 8px; }
.nav-bar { color: var(--white); background: rgba(23,25,24,.97); }
.nav-bar__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__mark { width: 66px; height: 45px; display: grid; place-items: end center; color: var(--gold-bright); border-left: 2px solid currentColor; border-right: 2px solid currentColor; clip-path: polygon(50% 0,100% 45%,100% 100%,0 100%,0 45%); font-family: var(--heading); font-weight: 800; }
.brand__mark span { font-size: 1.55rem; line-height: 1; }
.brand__name { font-family: var(--heading); font-size: 1.18rem; font-weight: 700; line-height: .9; text-transform: uppercase; }
.brand__name small { display: block; color: var(--gold-bright); font-size: .72rem; letter-spacing: .12em; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .82rem; font-weight: 700; }
.site-nav > a { padding-block: 10px; }
.site-nav > a:hover, .site-nav > a.is-active { color: var(--gold-bright); }
.site-nav .nav-cta { display: inline-flex; align-items: center; gap: 7px; padding: 10px 16px; color: var(--ink); background: var(--gold-bright); }
.site-nav .nav-cta:hover, .site-nav .nav-cta.is-active { color: var(--ink); }
.nav-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 1px solid #555; color: var(--white); background: transparent; }
main { padding-top: 117px; }
.hero { min-height: calc(100vh - 117px); display: grid; align-items: end; position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.hero__image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 40%; opacity: .67; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,15,14,.93) 0%, rgba(13,15,14,.55) 48%, rgba(13,15,14,.12) 100%); }
.hero__content { position: relative; z-index: 1; padding-block: clamp(80px, 12vh, 140px) 70px; }
.hero h1 { max-width: 820px; margin-bottom: 22px; }
.hero h1 span { color: var(--gold-bright); }
.hero .eyebrow, .page-hero .eyebrow { color: var(--gold-bright); }
.hero p { max-width: 650px; font-size: 1.15rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 48px; color: #edf0ed; font-size: .82rem; font-weight: 700; }
.hero__trust span { display: flex; align-items: center; gap: 8px; }
.section { padding-block: clamp(70px, 10vw, 120px); }
.section--white { background: var(--white); }
.section--dark { color: var(--white); background: var(--ink); }
.section--compact { padding-block: 65px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 45px; }
.section-head h2 { max-width: 700px; margin-bottom: 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #bcc0bd; border: 1px solid #bcc0bd; }
.service-card { position: relative; min-height: 390px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; color: var(--white); background: var(--ink); }
.service-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: .5; transition: transform .5s, opacity .4s; }
.service-card::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(10,12,11,.96)); }
.service-card__content { position: relative; z-index: 1; padding: 28px; }
.service-card h3 { margin-bottom: 12px; }
.service-card p { margin-bottom: 18px; color: #d9ddda; font-size: .9rem; }
.service-card:hover img { opacity: .7; transform: scale(1.035); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); align-items: center; gap: clamp(45px, 8vw, 100px); }
.split__media { position: relative; }
.split__media img { aspect-ratio: 4/5; object-fit: cover; }
.split__stamp { position: absolute; right: -25px; bottom: -25px; width: 145px; padding: 22px 16px; color: var(--ink); background: var(--gold-bright); text-align: center; }
.split__stamp strong { display: block; font-family: var(--heading); font-size: 2.8rem; line-height: 1; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #3c403e; }
.fact { padding: 35px 28px; background: var(--ink-soft); }
.fact strong { display: block; color: var(--gold-bright); font-family: var(--heading); font-size: 2.4rem; line-height: 1; }
.fact span { color: #cbd0cd; font-size: .8rem; }
.page-hero { position: relative; min-height: 430px; display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--ink); }
.page-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: .42; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,17,16,.93), rgba(15,17,16,.28)); }
.page-hero__content { position: relative; z-index: 1; padding-block: 90px 60px; }
.page-hero h1 { margin-bottom: 12px; font-size: clamp(3.6rem, 8vw, 6.8rem); }
.page-hero p { max-width: 650px; font-size: 1.1rem; }
.breadcrumbs { display: flex; gap: 8px; margin-bottom: 30px; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.breadcrumbs a { color: var(--gold-bright); }
.check-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 30px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.check-list svg { color: #8d722f; }
.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; counter-reset: steps; }
.process article { padding-top: 24px; border-top: 2px solid var(--gold); counter-increment: steps; }
.process article::before { content: "0" counter(steps); color: var(--gold); font-family: var(--heading); font-size: 1.2rem; }
.gallery { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: repeat(2, 250px); gap: 10px; }
.gallery img { height: 100%; object-fit: cover; }
.gallery img:first-child { grid-row: 1 / 3; }
.story p:first-of-type { font-size: 1.22rem; font-weight: 600; }
.credentials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.credential { padding: 30px; border-top: 3px solid var(--gold); background: var(--white); }
.credential svg { width: 28px; height: 28px; color: #8d722f; }
.testimonial { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); max-width: 980px; margin-inline: auto; background: var(--white); border-top: 4px solid var(--gold); }
.testimonial__image { position: relative; min-height: 430px; }
.testimonial__image img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.testimonial__image small { position: absolute; right: 8px; bottom: 8px; padding: 4px 7px; color: var(--white); background: rgba(17,19,18,.8); font-size: .62rem; }
.testimonial__image a { text-decoration: underline; }
.testimonial__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px, 6vw, 70px); }
.testimonial__content > svg { width: 42px; height: 42px; margin-bottom: 25px; color: #8d722f; }
.testimonial blockquote { margin: 0 0 28px; font-family: var(--heading); font-size: clamp(1.8rem, 3.5vw, 2.7rem); font-weight: 600; line-height: 1.12; text-transform: uppercase; }
.testimonial cite { font-style: normal; font-weight: 800; }
.testimonial cite span { display: block; color: var(--grey); font-size: .78rem; font-weight: 600; }
.faq { max-width: 900px; }
.faq-list { margin-top: 42px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 25px; padding: 18px 6px; cursor: pointer; font-family: var(--heading); font-size: clamp(1.25rem, 2.5vw, 1.65rem); font-weight: 700; line-height: 1.1; text-transform: uppercase; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { flex: 0 0 auto; color: #8d722f; transition: transform .2s; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: 0; padding: 0 45px 25px 6px; color: #454b48; }
.policy { max-width: 820px; }
.policy h2 { margin-top: 55px; margin-bottom: 18px; font-size: 2.3rem; }
.policy h3 { margin-top: 32px; margin-bottom: 12px; font-size: 1.35rem; }
.policy a { color: #765c1f; font-weight: 700; text-decoration: underline; }
.policy table { width: 100%; border-collapse: collapse; background: var(--white); }
.policy th, .policy td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.policy th { font-family: var(--heading); text-transform: uppercase; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 8vw, 100px); }
.contact-details { display: grid; gap: 25px; }
.contact-detail { display: grid; grid-template-columns: 40px 1fr; gap: 15px; }
.contact-detail svg { color: #8d722f; }
.contact-detail strong, .contact-detail span { display: block; }
.contact-detail span { color: var(--grey); font-size: .9rem; }
.contact-form { padding: clamp(28px, 5vw, 50px); background: var(--white); border-top: 4px solid var(--gold); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field--full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; font-size: .8rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #bfc2bf; border-radius: 0; color: var(--ink); background: #fbfbf8; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 3px solid rgba(198,164,83,.3); border-color: #8d722f; }
.form-note { color: var(--grey); font-size: .78rem; }
.alert { margin-bottom: 25px; padding: 14px 18px; border-left: 4px solid; }
.alert--success { border-color: #3a7651; background: #e9f4ec; }
.alert--error { border-color: var(--red); background: #f8e9e6; }
.hp-field { position: absolute; left: -9999px; }
.quote-band { color: var(--ink); background: var(--gold-bright); }
.quote-band__inner { min-height: 230px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.quote-band .eyebrow { color: var(--ink); }
.quote-band .text-link--light { color: var(--ink); }
.quote-band h2 { max-width: 680px; margin-bottom: 0; }
.quote-band__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.site-footer { padding-top: 70px; color: #d5d9d6; background: #111312; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; }
.brand--footer { margin-bottom: 22px; color: var(--white); }
.footer-grid h3 { margin-bottom: 20px; color: var(--white); font-size: 1.1rem; }
.footer-grid > div > a, .footer-grid > div > span { display: flex; align-items: center; gap: 6px; margin-bottom: 10px; color: #aeb4b0; font-size: .84rem; }
.footer-grid > div > a:hover { color: var(--gold-bright); }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 20px; font-size: .72rem; }
.trust-row span { display: flex; align-items: center; gap: 5px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-block: 22px; border-top: 1px solid #343735; color: #858b87; font-size: .72rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #c7ccc9; text-decoration: underline; }
.cookie-banner { position: fixed; z-index: 80; right: 20px; bottom: 20px; left: 20px; max-width: 1120px; margin-inline: auto; padding: 22px; color: var(--white); background: var(--ink); border: 1px solid #4b4f4c; box-shadow: 0 12px 45px rgba(0,0,0,.35); }
.cookie-banner:not([hidden]) { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cookie-banner strong { display: block; margin-bottom: 5px; font-family: var(--heading); font-size: 1.3rem; text-transform: uppercase; }
.cookie-banner p { max-width: 680px; margin-bottom: 4px; color: #d0d5d1; font-size: .82rem; line-height: 1.5; }
.cookie-banner a { color: var(--gold-bright); font-size: .78rem; text-decoration: underline; }
.cookie-banner__actions { display: flex; flex-shrink: 0; gap: 10px; }
.cookie-banner .button { min-height: 44px; padding: 9px 14px; font-size: .75rem; }
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .6s, transform .6s; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
    .site-nav { position: absolute; top: 82px; right: 0; left: 0; display: none; align-items: stretch; padding: 20px; background: var(--ink); flex-direction: column; gap: 3px; }
    .site-nav.is-open { display: flex; }
    .site-nav > a { padding: 12px; }
    .nav-toggle { display: grid; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .split { grid-template-columns: 1fr; }
    .split__media { max-width: 650px; }
    .facts { grid-template-columns: repeat(2, 1fr); }
    .contact-grid { grid-template-columns: 1fr; }
    .testimonial { grid-template-columns: 1fr; }
    .testimonial__image { min-height: 360px; }
    .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
    :root { --shell: min(100% - 28px, 1180px); }
    h1 { font-size: 3.7rem; }
    h2 { font-size: 2.8rem; }
    .contact-strip__inner { min-height: 42px; }
    .contact-strip p { display: none; }
    .contact-strip a { width: 100%; justify-content: center; }
    .nav-bar__inner { min-height: 70px; }
    .site-nav { top: 70px; }
    .brand__mark { width: 55px; height: 38px; }
    main { padding-top: 112px; }
    .hero { min-height: calc(100svh - 112px); }
    .hero::after { background: linear-gradient(90deg, rgba(13,15,14,.9), rgba(13,15,14,.5)); }
    .hero__content { padding-block: 70px 45px; }
    .hero__trust { gap: 12px; }
    .section-head, .quote-band__inner { align-items: flex-start; flex-direction: column; }
    .services-grid, .credentials, .process { grid-template-columns: 1fr; }
    .service-card { min-height: 340px; }
    .check-list { grid-template-columns: 1fr; }
    .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 180px 180px; }
    .gallery img:first-child { grid-column: 1 / -1; grid-row: auto; }
    .form-grid { grid-template-columns: 1fr; }
    .field--full { grid-column: auto; }
    .quote-band__inner { padding-block: 55px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
    .cookie-banner:not([hidden]) { align-items: stretch; flex-direction: column; gap: 15px; }
    .cookie-banner__actions { display: grid; grid-template-columns: 1fr; }
    .policy table { display: block; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
    [data-reveal] { opacity: 1; transform: none; }
}