:root {
    --yellow: #ffe500;
    --red: #ef2028;
    --ink: #12130f;
    --charcoal: #22241f;
    --muted: #f2f1eb;
    --cream: #fbfaf4;
    --white: #fff;
    --line: #d9d8d0;
    --container: 1180px;
    --radius: 5px;
    --shadow: 0 22px 55px rgba(18, 19, 15, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; line-height: 1.08; font-weight: 700; }
h1 { font-size: clamp(2.8rem, 6vw, 5.6rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.1rem, 4vw, 3.55rem); letter-spacing: -.035em; }
h3 { font-size: 1.35rem; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: clamp(70px, 9vw, 120px) 0; }
.muted { background: var(--muted); }
.narrow { max-width: 820px; }
.centre { text-align: center; }
.large { font-size: 1.25rem; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 9999; padding: .75rem 1rem; background: var(--yellow); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.eyebrow { margin-bottom: 1.1rem; color: var(--yellow); font-size: .79rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: #7a6900; }

.site-header { position: relative; z-index: 50; background: var(--white); border-bottom: 1px solid #ecebe4; }
.level-line { height: 8px; display: grid; grid-template-columns: 1fr 60px 1fr; align-items: center; background: var(--yellow); overflow: hidden; }
.level-line span:first-child, .level-line span:last-child { height: 2px; background: var(--ink); }
.level-line span:nth-child(2) { width: 44px; height: 44px; justify-self: center; border: 3px solid var(--ink); border-radius: 50%; background: rgba(255,255,255,.45); }
.header-inner { width: min(calc(100% - 40px), 1380px); min-height: 130px; display: flex; align-items: center; gap: 1.5rem; }
.brand { flex: 0 1 700px; text-decoration: none; }
.brand img { width: min(100%, 680px); height: auto; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 1.35rem; }
.site-nav a { position: relative; padding: 2.6rem 0; color: #383a35; font-size: .84rem; font-weight: 800; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.site-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 1.9rem; height: 3px; background: var(--red); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.header-phone { padding-left: 1.4rem; border-left: 1px solid var(--line); color: var(--ink); font-size: 1rem; font-weight: 800; line-height: 1.15; text-decoration: none; white-space: nowrap; }
.header-phone small { display: block; margin-bottom: .3rem; color: #6b6c65; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 10px; margin-left: auto; border: 0; border-radius: 3px; background: var(--ink); }
.nav-toggle > span:not(.visually-hidden) { display: block; height: 2px; margin: 5px 0; background: var(--yellow); }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url('../images/p1000374.jpg') center / cover no-repeat; transform: scale(1.02); }
.hero-shade { background: linear-gradient(90deg, rgba(12,13,10,.92) 0%, rgba(12,13,10,.76) 44%, rgba(12,13,10,.16) 76%), linear-gradient(0deg, rgba(12,13,10,.45), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding: 110px 0 130px; }
.hero-content h1 { max-width: 800px; margin-bottom: 1.5rem; }
.hero-content > p:not(.eyebrow) { max-width: 650px; font-size: 1.24rem; color: #f2f0e7; }
.button-row { display: flex; align-items: center; gap: 1.8rem; margin-top: 2.4rem; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: .8rem 1.4rem; border: 2px solid var(--yellow); border-radius: 2px; background: var(--yellow); color: var(--ink); font-size: .82rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .15s ease, background .15s ease; }
.button:hover { transform: translateY(-2px); background: #fff13e; }
.text-link { color: var(--white); font-weight: 800; text-decoration-color: var(--yellow); }
.dark-link { color: var(--ink); }
.button-dark { border-color: var(--ink); background: var(--ink); color: var(--white); }
.button-dark:hover { background: #383b34; }
.light-button { background: var(--white); border-color: var(--white); }
.hero-level { position: absolute; z-index: 3; right: clamp(30px, 6vw, 100px); bottom: -85px; width: 210px; height: 210px; border: 11px solid var(--yellow); border-radius: 50%; background: rgba(255,255,255,.1); backdrop-filter: blur(3px); }
.hero-level::before, .hero-level::after { content: ''; position: absolute; top: 50%; width: 52px; height: 5px; background: var(--yellow); }
.hero-level::before { right: 100%; }
.hero-level::after { left: 100%; }
.bubble { position: absolute; inset: 40px; border: 5px solid var(--ink); border-radius: 50%; background: rgba(255,229,0,.65); }

.split { display: grid; grid-template-columns: .85fr 1fr; gap: clamp(40px, 8vw, 110px); align-items: start; }
.split h2 { max-width: 550px; }
.lead-copy { font-size: 1.09rem; }
.lead-copy p:last-child { margin-bottom: 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3rem; }
.section-heading h2 { max-width: 740px; margin-bottom: 0; }
.section-heading > p { max-width: 430px; margin-bottom: .5rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c9c8bf; border-left: 1px solid #c9c8bf; }
.service-card { min-height: 180px; padding: 1.8rem; border-right: 1px solid #c9c8bf; border-bottom: 1px solid #c9c8bf; background: rgba(255,255,255,.32); }
.service-card span { display: block; margin-bottom: 2.5rem; color: #938e74; font-size: .74rem; font-weight: 800; }
.service-card h3 { margin-bottom: 0; }
.service-grid.full { grid-template-columns: repeat(2, 1fr); }
.service-grid.full .service-card { min-height: 150px; }

.project-layout { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; }
.project-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; box-shadow: var(--shadow); }
.project-copy { position: relative; z-index: 2; margin-left: -45px; padding: clamp(45px, 6vw, 80px); background: var(--white); box-shadow: var(--shadow); }
.level-icon { display: inline-block; position: relative; width: 78px; height: 30px; margin-bottom: 1.4rem; border: 4px solid var(--ink); border-radius: 15px; background: var(--yellow); }
.level-icon::before { content: ''; position: absolute; inset: 3px 25px; border: 3px solid var(--red); border-radius: 50%; background: rgba(255,255,255,.7); }
.quote-band { padding: 90px 0; text-align: center; background: var(--yellow); color: var(--ink); }
.quote-band .container { max-width: 900px; }
.quote-mark { display: block; height: 45px; font: 700 5rem/.8 Georgia, serif; }
.quote-band blockquote { margin: 1.5rem 0; font: 700 clamp(1.65rem, 3vw, 2.75rem)/1.3 Georgia, serif; }
.quote-band p { font-weight: 800; }
.quote-band a { font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.page-hero { position: relative; min-height: 430px; display: grid; align-items: end; padding: 100px 0 70px; color: var(--white); background: linear-gradient(90deg, rgba(13,14,11,.94), rgba(13,14,11,.42)), url('../images/tdr028.jpg') center 35% / cover no-repeat; }
.page-hero::after { content: ''; position: absolute; right: 8%; bottom: -46px; width: 92px; height: 92px; border: 7px solid var(--yellow); border-radius: 50%; background: rgba(255,255,255,.25); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 930px; margin-bottom: 0; font-size: clamp(2.8rem, 5vw, 4.8rem); }
.services-hero { background-image: linear-gradient(90deg, rgba(13,14,11,.94), rgba(13,14,11,.38)), url('../images/dsc_0073.jpg'); background-position: center 45%; }
.portfolio-hero { background-image: linear-gradient(90deg, rgba(13,14,11,.94), rgba(13,14,11,.35)), url('../images/img-0930.jpg'); }
.testimonials-hero { background-image: linear-gradient(90deg, rgba(13,14,11,.94), rgba(13,14,11,.45)), url('../images/p1000365.jpg'); }
.contact-hero { background-image: linear-gradient(90deg, rgba(13,14,11,.94), rgba(13,14,11,.35)), url('../images/07072010200.jpg'); }
.privacy-hero { background-image: linear-gradient(90deg, rgba(13,14,11,.94), rgba(13,14,11,.42)), url('../images/imag0002.jpg'); }
.about-grid { grid-template-columns: .9fr 1.1fr; align-items: center; }
.rounded-photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; box-shadow: var(--shadow); }
.cta { padding: 70px 0; background: var(--ink); color: var(--white); }
.cta .container { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.cta h2 { margin-bottom: 0; }

.portfolio-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: end; margin-bottom: 3.5rem; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery figure { margin: 0; overflow: hidden; background: #ddd; }
.gallery figure:nth-child(5n+1), .gallery figure:nth-child(5n+2) { grid-row: span 2; }
.gallery img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; transition: transform .35s ease; }
.gallery figure:hover img { transform: scale(1.025); }
.portfolio-list { padding: 80px 0; background: var(--yellow); }
.portfolio-list h2 { max-width: 700px; }
.portfolio-list ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem 2rem; padding: 0; list-style: none; }
.portfolio-list li { padding: .85rem 0; border-bottom: 1px solid rgba(18,19,15,.3); font-weight: 700; }

.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.testimonial { margin: 0; padding: clamp(35px, 5vw, 60px); background: var(--white); border: 1px solid #e0ded5; }
.testimonial:first-child { grid-column: 1 / -1; background: var(--yellow); }
.testimonial > span { color: var(--red); font: 700 4.5rem/.7 Georgia, serif; }
.testimonial blockquote { margin: 1.4rem 0; font: 700 clamp(1.3rem, 2.5vw, 2rem)/1.4 Georgia, serif; }
.testimonial figcaption { font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.contact-details { position: sticky; top: 2rem; }
.contact-details dl { margin-top: 3rem; }
.contact-details dl div { padding: 1.2rem 0; border-top: 1px solid var(--line); }
.contact-details dt { margin-bottom: .35rem; color: #74756e; font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-details dd { margin: 0; font-weight: 700; }
.form-panel { padding: clamp(28px, 5vw, 55px); background: var(--white); box-shadow: var(--shadow); }
.field { margin-bottom: 1.35rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.field label { display: block; margin-bottom: .4rem; font-size: .84rem; font-weight: 800; }
.field input, .field textarea { width: 100%; padding: .85rem .9rem; border: 1px solid #aaa; border-radius: 2px; background: #fff; color: var(--ink); font: inherit; }
.field input:focus, .field textarea:focus { outline: 3px solid rgba(255,229,0,.55); border-color: var(--ink); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-note { margin: 1rem 0 0; color: #686a63; font-size: .78rem; }
.alert { margin-bottom: 1.5rem; padding: 1rem; border-left: 5px solid; font-weight: 700; }
.alert.success { border-color: #2d7b3d; background: #eaf7ed; }
.alert.error { border-color: #a7282b; background: #fbeaea; }
.policy-copy { max-width: 850px; }
.policy-copy h3 { margin: 2.2rem 0 .65rem; }
.policy-updated { margin-top: 2.5rem; color: #686a63; font-size: .86rem; }

.site-footer { position: relative; padding: 80px 0 30px; background: #171814; color: #d6d6ce; }
.footer-level { position: absolute; top: 0; left: 0; right: 0; height: 9px; display: grid; grid-template-columns: 1fr 70px 1fr; align-items: center; background: var(--yellow); }
.footer-level span { height: 2px; background: var(--ink); }
.footer-level i { width: 45px; height: 45px; justify-self: center; border: 3px solid var(--ink); border-radius: 50%; background: rgba(255,255,255,.45); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr .6fr; gap: 4rem; }
.footer-grid img { width: min(100%, 360px); margin-bottom: 1.5rem; background: var(--white); }
.footer-grid h2 { color: var(--yellow); font-family: Arial, sans-serif; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 55px; padding-top: 25px; border-top: 1px solid #383a34; color: #979990; font-size: .77rem; }
.footer-bottom span { color: var(--yellow); }

.cookie-banner { position: fixed; z-index: 1000; right: 20px; bottom: 20px; left: 20px; display: flex; width: min(calc(100% - 40px), 940px); align-items: center; justify-content: space-between; gap: 2rem; margin: 0 auto; padding: 1.25rem 1.4rem; border: 2px solid var(--yellow); background: var(--white); box-shadow: 0 15px 50px rgba(0,0,0,.28); }
.cookie-banner[hidden], .cookie-settings[hidden] { display: none; }
.cookie-banner strong { display: block; margin-bottom: .25rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.25rem; }
.cookie-banner p { margin-bottom: .25rem; font-size: .9rem; line-height: 1.45; }
.cookie-banner a { font-size: .82rem; font-weight: 700; }
.cookie-actions { display: flex; flex: 0 0 auto; align-items: center; gap: .8rem; }
.cookie-actions .button { min-height: 46px; white-space: nowrap; }
.cookie-decline, .cookie-settings { border: 1px solid var(--ink); background: var(--white); color: var(--ink); font: inherit; font-size: .8rem; font-weight: 800; cursor: pointer; }
.cookie-decline { min-height: 46px; padding: .65rem 1rem; text-transform: uppercase; }
.cookie-settings { position: fixed; z-index: 990; right: 14px; bottom: 14px; padding: .55rem .75rem; box-shadow: 0 5px 18px rgba(0,0,0,.2); }
.cookie-decline:hover, .cookie-settings:hover { background: var(--yellow); }

@media (max-width: 1450px) {
    .header-phone { display: none; }
    .site-nav { gap: 1rem; }
    .site-nav a { font-size: .76rem; }
}

@media (max-width: 1320px) {
    .nav-toggle { display: block; }
    .site-nav { display: none; position: absolute; left: 0; right: 0; top: 138px; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 20px 1.5rem; background: var(--white); box-shadow: 0 16px 25px rgba(0,0,0,.12); }
    .site-nav.is-open { display: flex; }
    .site-nav a { padding: .8rem 0; border-bottom: 1px solid var(--line); }
    .site-nav a::after { display: none; }
}

@media (max-width: 820px) {
    body { font-size: 16px; }
    .header-inner { min-height: 110px; }
    .brand { flex-basis: 620px; }
    .site-nav { top: 118px; }
    .hero { min-height: 660px; }
    .hero-shade { background: linear-gradient(90deg, rgba(12,13,10,.88), rgba(12,13,10,.5)), linear-gradient(0deg, rgba(12,13,10,.5), transparent); }
    .hero-level { width: 150px; height: 150px; right: 20px; bottom: -70px; }
    .bubble { inset: 28px; }
    .split, .about-grid, .project-layout, .portfolio-intro, .contact-layout { grid-template-columns: 1fr; }
    .project-copy { margin: -35px 20px 0; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery { grid-template-columns: repeat(2, 1fr); }
    .portfolio-list ul { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .contact-details { position: static; }
}

@media (max-width: 560px) {
    .container { width: min(calc(100% - 30px), var(--container)); }
    .header-inner { width: min(calc(100% - 30px), 1380px); min-height: 94px; gap: .8rem; }
    .brand { flex-basis: calc(100% - 58px); }
    .brand img { width: 100%; }
    .nav-toggle { flex: 0 0 46px; }
    .site-nav { top: 102px; }
    .hero { min-height: 620px; }
    .hero-content { padding: 90px 0 120px; }
    .hero-content > p:not(.eyebrow) { font-size: 1.05rem; }
    .button-row { align-items: flex-start; flex-direction: column; }
    .section-heading, .cta .container, .footer-bottom { align-items: flex-start; flex-direction: column; }
    .service-grid, .service-grid.full, .testimonial-grid, .field-row { grid-template-columns: 1fr; }
    .service-card { min-height: 140px; }
    .service-card span { margin-bottom: 1.5rem; }
    .gallery { gap: 8px; }
    .gallery img { min-height: 180px; }
    .gallery figure:nth-child(5n+1), .gallery figure:nth-child(5n+2) { grid-row: auto; }
    .portfolio-list ul { grid-template-columns: 1fr; }
    .testimonial:first-child { grid-column: auto; }
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .footer-grid > div:first-child { grid-column: auto; }
    .cookie-banner { align-items: stretch; flex-direction: column; gap: 1rem; }
    .cookie-actions { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
