:root {
  --ink: #111a2b;
  --ink-soft: #26324a;
  --paper: #f6f4ef;
  --white: #ffffff;
  --accent: #d8623a;
  --accent-dark: #b94723;
  --line: #d8d7d2;
  --muted: #6f746f;
  --max: 1180px;
  --shadow: 0 24px 70px rgba(17, 26, 43, .16);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font: 400 1rem/1.7 Arial, Helvetica, sans-serif; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid #f4a37f; outline-offset: 4px; }
.sr-only { 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; top: 8px; left: 8px; z-index: 2000; padding: 10px 16px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(17,26,43,.09); backdrop-filter: blur(12px); }
.header-inner { width: min(calc(100% - 40px), var(--max)); min-height: 82px; margin: auto; display: flex; align-items: center; gap: 42px; }
.brand { width: 245px; margin-right: auto; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; font-weight: 700; font-size: .9rem; }
.main-nav a { position: relative; padding: 28px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--accent); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-call { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; color: var(--accent-dark); white-space: nowrap; }
.header-call svg { width: 19px; fill: currentColor; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s ease; }

.hero { position: relative; min-height: calc(100vh - 82px); display: grid; align-items: end; overflow: hidden; color: var(--white); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("assets/9.jpg") center 50% / cover no-repeat; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(8,14,27,.86) 0%, rgba(8,14,27,.55) 48%, rgba(8,14,27,.08) 78%), linear-gradient(0deg, rgba(8,14,27,.48), transparent 55%); }
.hero-content { position: relative; z-index: 1; width: min(calc(100% - 40px), var(--max)); margin: auto; padding: 92px 0 160px; }
.eyebrow, .section-kicker { margin: 0 0 20px; color: var(--accent); font-size: .78rem; line-height: 1.2; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.hero h1, .intro h2, .section-heading h2, .contact h2, .location h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 500; letter-spacing: -.035em; }
.hero h1 { max-width: 820px; font-size: clamp(3.2rem, 7.2vw, 6.5rem); line-height: .93; text-wrap: balance; }
.hero-copy { max-width: 640px; margin: 30px 0 35px; color: rgba(255,255,255,.88); font-size: clamp(1rem, 2vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 52px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; font-weight: 800; font-size: .93rem; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: var(--white); }
.button-primary:hover { background: var(--accent-dark); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.05); }
.button-ghost:hover { background: var(--white); color: var(--ink); }
.button-outline { border-color: var(--ink); background: transparent; }
.button-outline:hover { background: var(--ink); color: var(--white); }
.hero-proof { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); width: min(calc(100% - 40px), var(--max)); margin: -106px auto 0; transform: translateY(46px); background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.hero-proof > div { min-height: 120px; padding: 26px 32px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.hero-proof > div:last-child { border-right: 0; }
.hero-proof strong { color: var(--accent); font-family: Georgia, 'Times New Roman', serif; font-size: 2.25rem; line-height: 1; }
.hero-proof span { margin-top: 9px; color: var(--muted); font-size: .82rem; font-weight: 700; }

.section { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; padding: 115px 0; }
.intro { padding-top: 170px; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .75fr); gap: clamp(40px, 8vw, 120px); align-items: start; }
.intro h2, .section-heading h2, .contact h2, .location h2 { font-size: clamp(2.5rem, 5.4vw, 4.8rem); line-height: 1.03; }
.intro-copy { padding-top: 10px; font-size: 1.08rem; color: var(--ink-soft); }
.intro-copy p:first-child { margin-top: 0; }
.text-link { display: inline-flex; gap: 12px; margin-top: 16px; padding-bottom: 4px; border-bottom: 2px solid var(--accent); font-weight: 800; color: var(--ink); }

.services { width: 100%; max-width: none; padding-inline: max(20px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: var(--white); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 410px); align-items: end; gap: 50px; margin-bottom: 56px; }
.section-heading > p { margin: 0 0 8px; color: rgba(255,255,255,.68); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.19); border-bottom: 1px solid rgba(255,255,255,.19); }
.service-card { position: relative; min-height: 420px; padding: 36px; border-right: 1px solid rgba(255,255,255,.19); transition: background .25s ease, color .25s ease; }
.service-card:last-child { border-right: 0; }
.service-card:hover, .service-card.featured { background: var(--accent); }
.service-number { color: rgba(255,255,255,.58); font-size: .76rem; font-weight: 900; letter-spacing: .16em; }
.service-icon { width: 66px; height: 66px; margin: 54px 0 35px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 14px; font: 500 clamp(1.55rem, 2.5vw, 2.1rem)/1.12 Georgia, 'Times New Roman', serif; }
.service-card p { color: rgba(255,255,255,.75); }
.service-card a { position: absolute; left: 36px; bottom: 34px; font-size: .88rem; font-weight: 800; }

.projects { padding-bottom: 95px; }
.projects-heading > p { color: var(--muted); }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 270px; gap: 12px; }
.gallery-item { position: relative; padding: 0; border: 0; overflow: hidden; background: #d4d2cb; cursor: zoom-in; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,18,31,.65), transparent 55%); opacity: 0; transition: opacity .25s ease; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item span { position: absolute; z-index: 1; left: 20px; bottom: 16px; color: var(--white); font-size: .84rem; font-weight: 800; opacity: 0; transform: translateY(8px); transition: .25s ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.045); }
.gallery-item:hover::after, .gallery-item:focus-visible::after, .gallery-item:hover span, .gallery-item:focus-visible span { opacity: 1; transform: none; }
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; }
.gallery-extra { display: none; }
.gallery.show-all .gallery-extra { display: block; }
.gallery-more-wrap { display: flex; justify-content: center; margin-top: 34px; }

.lightbox { width: min(92vw, 1100px); max-height: 90vh; padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(7,12,23,.91); backdrop-filter: blur(7px); }
.lightbox img { width: 100%; max-height: 86vh; object-fit: contain; box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.lightbox-close { position: absolute; top: -46px; right: 0; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: transparent; color: var(--white); font-size: 1.6rem; line-height: 1; cursor: pointer; }

.contact { background: var(--ink); color: var(--white); }
.contact-inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 115px); }
.section-kicker.light { color: #f08a64; }
.contact-copy > p:not(.section-kicker) { max-width: 510px; color: rgba(255,255,255,.72); }
.contact-methods { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.contact-methods a { min-width: 180px; padding: 18px; border: 1px solid rgba(255,255,255,.2); transition: background .2s; }
.contact-methods a:hover { background: rgba(255,255,255,.08); }
.contact-methods span, .contact-methods strong { display: block; }
.contact-methods span { margin-bottom: 3px; color: rgba(255,255,255,.58); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.contact-form { padding: clamp(28px, 5vw, 52px); background: var(--white); color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: block; margin-bottom: 20px; font-size: .83rem; font-weight: 800; }
.contact-form label > span { color: var(--muted); font-weight: 400; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { width: 100%; margin-top: 7px; padding: 12px 0; border: 0; border-bottom: 1px solid #b9babe; border-radius: 0; background: transparent; color: var(--ink); outline: 0; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent); box-shadow: 0 1px 0 var(--accent); }
.consent { display: flex !important; gap: 10px; align-items: flex-start; font-weight: 400 !important; color: var(--muted); }
.consent input { flex: 0 0 auto; margin-top: 5px; }
.privacy-summary { margin: 0 0 20px; padding: 14px 16px; background: #f0eee8; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.privacy-summary strong { color: var(--ink); }
.privacy-summary a { color: var(--accent-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.form-note, .form-status { margin: 12px 0 0; color: var(--muted); font-size: .78rem; }
.form-status { color: var(--accent-dark); font-weight: 700; }

.location { padding-block: 95px; }
.location-card { min-height: 510px; display: grid; grid-template-columns: .72fr 1.28fr; background: var(--white); box-shadow: 0 16px 45px rgba(17,26,43,.09); }
.location-copy { padding: clamp(38px, 6vw, 72px); align-self: center; }
.location-copy address { margin: 26px 0 32px; color: var(--muted); font-style: normal; }
.map, .map-consent { width: 100%; height: 100%; min-height: 420px; border: 0; }
.map { filter: saturate(.75) contrast(1.05); }
.map-consent { display: grid; place-items: center; padding: 32px; background: linear-gradient(135deg, #e7e4dc, #d6d8d3); }
.map-placeholder { max-width: 440px; padding: 34px; text-align: center; background: rgba(255,255,255,.92); box-shadow: 0 12px 36px rgba(17,26,43,.12); }
.map-placeholder strong { font: 500 1.8rem/1.15 Georgia, 'Times New Roman', serif; }
.map-placeholder p { margin: 12px 0 22px; color: var(--muted); }

.site-footer { padding: 72px max(20px, calc((100vw - var(--max)) / 2)) 24px; background: #0a1120; color: var(--white); }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr .7fr .8fr; gap: 48px; padding-bottom: 58px; }
.footer-brand img { width: 320px; height: auto; padding: 14px 16px; box-sizing: border-box; object-fit: contain; background: var(--white); filter: none; opacity: 1; }
.footer-brand p { max-width: 390px; color: rgba(255,255,255,.58); }
.site-footer h2 { margin: 4px 0 18px; font-size: .77rem; letter-spacing: .15em; text-transform: uppercase; }
.site-footer a { display: block; margin: 9px 0; color: rgba(255,255,255,.7); overflow-wrap: anywhere; }
.site-footer a:hover, .footer-link:hover { color: var(--white); }
.footer-link { display: block; margin: 9px 0; padding: 0; border: 0; background: none; color: rgba(255,255,255,.7); text-align: left; cursor: pointer; }
.footer-bottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.46); font-size: .78rem; }
.mobile-actions { display: none; }

.cookie-banner { position: fixed; z-index: 1800; left: 24px; right: 24px; bottom: 24px; width: min(calc(100% - 48px), 1120px); margin-inline: auto; padding: 24px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; background: var(--white); color: var(--ink); border: 1px solid var(--line); box-shadow: 0 22px 65px rgba(7,12,23,.28); }
.cookie-banner[hidden] { display: none !important; }
.cookie-copy h2 { margin: 0 0 5px; font: 500 1.55rem/1.15 Georgia, 'Times New Roman', serif; }
.cookie-copy p { max-width: 680px; margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.5; }
.cookie-copy a { display: inline-block; margin-top: 7px; color: var(--accent-dark); font-size: .86rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.cookie-actions .button { min-height: 46px; padding: 10px 16px; }
.cookie-actions [data-cookie-reject] { background: var(--ink); border-color: var(--ink); color: var(--white); }
.cookie-dialog { width: min(calc(100% - 36px), 650px); padding: 0; border: 0; color: var(--ink); box-shadow: var(--shadow); }
.cookie-dialog::backdrop { background: rgba(7,12,23,.72); backdrop-filter: blur(4px); }
.cookie-dialog > * { margin-inline: 32px; }
.cookie-dialog-head { margin: 0; padding: 28px 32px 22px; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.cookie-dialog-head .section-kicker { margin-bottom: 8px; }
.cookie-dialog h2 { margin: 0; font: 500 2rem/1.1 Georgia, 'Times New Roman', serif; }
.cookie-dialog > p { color: var(--muted); }
.cookie-dialog-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 1.6rem; line-height: 1; cursor: pointer; }
.cookie-option { margin-top: 16px; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid var(--line); }
.cookie-option strong, .cookie-option span { display: block; }
.cookie-option span { margin-top: 3px; color: var(--muted); font-size: .88rem; line-height: 1.45; }
.cookie-option input { width: 22px; height: 22px; flex: 0 0 auto; accent-color: var(--accent); }
.cookie-dialog-actions { margin: 12px 0 0; padding: 22px 32px 30px; display: flex; justify-content: flex-end; background: #f0eee8; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-hero { padding: 92px 20px 68px; background: var(--ink); color: var(--white); }
.legal-hero-inner, .legal-content { width: min(100%, 900px); margin-inline: auto; }
.legal-hero .eyebrow { margin-bottom: 14px; }
.legal-hero h1 { max-width: 780px; margin: 0; font: 500 clamp(2.8rem, 7vw, 5rem)/1 Georgia, 'Times New Roman', serif; letter-spacing: -.035em; }
.legal-hero p:last-child { max-width: 680px; margin: 22px 0 0; color: rgba(255,255,255,.7); }
.legal-content { padding: 72px 20px 100px; }
.legal-content nav { margin-bottom: 44px; padding: 18px 22px; display: flex; flex-wrap: wrap; gap: 10px 24px; background: var(--white); border-left: 4px solid var(--accent); }
.legal-content nav a { color: var(--accent-dark); font-weight: 800; }
.legal-section { padding: 0 0 34px; }
.legal-section + .legal-section { padding-top: 34px; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 14px; font: 500 clamp(1.65rem, 4vw, 2.35rem)/1.15 Georgia, 'Times New Roman', serif; }
.legal-section h3 { margin: 24px 0 8px; font-size: 1rem; }
.legal-section p, .legal-section li { color: var(--ink-soft); }
.legal-section ul { padding-left: 22px; }
.legal-section a { color: var(--accent-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-table { width: 100%; border-collapse: collapse; margin-top: 16px; background: var(--white); }
.legal-table th, .legal-table td { padding: 16px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { width: 30%; color: var(--ink); }
.legal-back { display: inline-flex; margin-bottom: 26px; color: var(--accent-dark); font-weight: 800; }

@media (max-width: 960px) {
  .header-inner { min-height: 74px; }
  .brand { width: 225px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 74px 0 auto; height: calc(100vh - 74px); padding: 42px 24px; display: flex; flex-direction: column; align-items: flex-start; gap: 0; background: var(--white); clip-path: inset(0 0 0 100%); opacity: 0; visibility: hidden; pointer-events: none; transition: clip-path .28s ease, opacity .18s ease, visibility 0s .28s; }
  .main-nav.open { clip-path: inset(0); opacity: 1; visibility: visible; pointer-events: auto; transition: clip-path .28s ease, opacity .18s ease; }
  .main-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid var(--line); font: 500 1.8rem Georgia, 'Times New Roman', serif; }
  .header-call { display: none; }
  .hero { min-height: 740px; }
  .hero-content { padding-bottom: 175px; }
  .hero-proof { width: calc(100% - 40px); }
  .intro-grid, .contact-inner { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.19); }
  .service-card:last-child { border-bottom: 0; }
  .service-icon { margin-top: 35px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .location-card { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1.3fr 1fr; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { justify-content: flex-start; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 74px; }
  body { padding-bottom: 62px; }
  .header-inner { width: calc(100% - 28px); }
  .brand { width: 205px; }
  .hero { min-height: 720px; align-items: end; }
  .hero-image { background-position: 60% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,14,27,.88) 0%, rgba(8,14,27,.45) 70%, rgba(8,14,27,.16)); }
  .hero-content { width: calc(100% - 36px); padding: 100px 0 210px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero h1 br { display: none; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { grid-template-columns: 1fr; transform: translateY(55%); }
  .hero-proof > div { min-height: 82px; padding: 16px 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-proof strong { font-size: 1.65rem; }
  .hero-proof span { margin-top: 3px; }
  .section { width: calc(100% - 36px); padding: 82px 0; }
  .intro { padding-top: 285px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .services { width: 100%; padding-inline: 18px; }
  .service-card { padding: 28px 24px; }
  .service-card a { left: 24px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; gap: 8px; }
  .gallery-wide { grid-column: span 2; }
  .gallery-tall { grid-row: auto; }
  .projects { width: calc(100% - 24px); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-inner { width: calc(100% - 36px); }
  .contact-form { margin-inline: -8px; }
  .location { width: calc(100% - 24px); }
  .map, .map-consent { min-height: 340px; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { left: 12px; right: 12px; bottom: 74px; width: calc(100% - 24px); max-height: calc(100vh - 98px); padding: 20px; overflow-y: auto; gap: 18px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions [data-cookie-reject] { grid-column: 1; grid-row: 1; }
  .cookie-actions [data-cookie-accept] { grid-column: 2; grid-row: 1; }
  .cookie-actions [data-cookie-settings] { grid-column: 1 / -1; grid-row: 2; }
  .cookie-dialog > * { margin-inline: 22px; }
  .cookie-dialog-head { padding: 24px 22px 18px; }
  .cookie-dialog-actions { margin-inline: 0; padding: 20px 22px 24px; }
  .legal-hero { padding-top: 70px; }
  .legal-content { padding-top: 50px; }
  .legal-table, .legal-table tbody, .legal-table tr, .legal-table th, .legal-table td { display: block; width: 100%; }
  .legal-table tr + tr { border-top: 8px solid var(--paper); }
  .legal-table th, .legal-table td { border-bottom: 0; }
  .mobile-actions { position: fixed; z-index: 1100; left: 0; right: 0; bottom: 0; height: 62px; display: grid; grid-template-columns: 1fr 1fr; background: var(--accent); color: var(--white); box-shadow: 0 -8px 25px rgba(17,26,43,.18); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; font-weight: 900; }
  .mobile-actions a + a { background: #247a4b; }
}

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