:root {
  --gold: #ce8a00;
  --gold-bright: #e0a00f;
  --gold-soft: #f3d696;
  --ink: #0b0d0d;
  --ink-2: #151818;
  --paper: #e7e3df;
  --paper-light: #f4f1ee;
  --white: #fff;
  --muted: #6a6763;
  --line: rgba(11, 13, 13, .13);
  --container: 1240px;
  --shadow: 0 30px 75px rgba(11, 13, 13, .16);
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 112px; }
body { width: 100%; max-width: 100%; margin: 0; color: var(--ink); background: var(--paper-light); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
@supports (overflow: clip) {
  html, body { overflow-x: clip; }
}
body::selection { color: var(--ink); background: var(--gold-soft); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
svg { display: block; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }

/* Brand texture */
.hero, .services-section, .process-section, .faq-section, .subpage-main, .privacy-main {
  background-color: var(--paper-light);
  background-image: radial-gradient(circle at 18% 12%, rgba(255,255,255,.72), transparent 34%), repeating-linear-gradient(35deg, rgba(11,13,13,.018) 0 1px, transparent 1px 8px), repeating-linear-gradient(145deg, rgba(255,255,255,.22) 0 1px, transparent 1px 10px);
}
.projects-section, .site-footer, .header-top, .contact-bar, .service-hero-dark {
  background-color: var(--ink);
  background-image: repeating-linear-gradient(35deg, rgba(255,255,255,.018) 0 1px, transparent 1px 11px), repeating-linear-gradient(145deg, rgba(206,138,0,.025) 0 1px, transparent 1px 13px);
}

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(244,241,238,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-top { color: rgba(255,255,255,.72); font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.header-top-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.header-top-inner > div { display: flex; gap: 22px; color: var(--white); letter-spacing: .02em; text-transform: none; }
.header-top a:hover { color: var(--gold-bright); }
.nav-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-link { display: inline-flex; min-width: 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--gold); }
.brand-tools { width: 78px; height: 53px; flex: 0 0 auto; }
.brand-name { display: grid; color: var(--white); font-size: 30px; font-weight: 900; line-height: .92; letter-spacing: -.055em; white-space: nowrap; }
.brand-name b { margin-top: 7px; font-size: .55em; letter-spacing: .015em; }
.brand-compact .brand-tools { width: 59px; height: 42px; }
.brand-compact .brand-name { color: var(--ink); font-size: 23px; }
.desktop-nav { display: flex; align-items: center; gap: 31px; font-size: 13px; font-weight: 800; }
.desktop-nav > a:not(.nav-button) { position: relative; padding: 10px 0; }
.desktop-nav > a:not(.nav-button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--gold); transition: right .22s ease; }
.desktop-nav > a:not(.nav-button):hover::after { right: 0; }
.nav-button { padding: 12px 19px; color: var(--white); background: var(--ink); border: 1px solid var(--ink); border-radius: 8px; transition: .22s ease; }
.nav-button:hover { color: var(--ink); background: var(--gold); border-color: var(--gold); transform: translateY(-2px); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { width: 46px; height: 46px; display: grid; place-content: center; gap: 5px; background: var(--ink); border-radius: 7px; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 21px; height: 2px; background: var(--gold); }
.mobile-menu nav { position: absolute; top: 55px; right: 0; width: min(310px, calc(100vw - 32px)); display: grid; gap: 2px; padding: 10px; background: var(--ink); border: 1px solid rgba(206,138,0,.45); border-radius: 10px; box-shadow: var(--shadow); }
.mobile-menu nav a { padding: 12px 13px; color: var(--white); border-radius: 6px; font-weight: 750; }
.mobile-menu nav a:hover { color: var(--ink); background: var(--gold); }

/* Shared typography and buttons */
.kicker { display: inline-flex; align-items: center; gap: 10px; color: #936400; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.kicker i { width: 30px; height: 2px; background: var(--gold); }
.kicker-dark { color: var(--gold-bright); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, .section-intro h2, .about-content h2, .area-grid h2, .faq-grid h2, .contact-bar h2, .subpage-hero h1, .content-title { font-weight: 950; letter-spacing: -.055em; }
h1 em, h2 em, .content-title em { color: var(--gold); font-family: "Segoe Script", "Bradley Hand", cursive; font-style: normal; font-weight: 600; letter-spacing: -.06em; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 14px 21px; border: 1px solid transparent; border-radius: 7px; font-size: 13px; font-weight: 900; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease; }
.button:hover { transform: translateY(-3px); }
.button svg { width: 19px; height: 19px; }
.button-dark { color: var(--white); background: var(--ink); box-shadow: 0 14px 30px rgba(11,13,13,.18); }
.button-dark:hover { color: var(--ink); background: var(--gold); }
.button-outline { color: var(--ink); background: rgba(255,255,255,.35); border-color: rgba(11,13,13,.25); }
.button-outline:hover { border-color: var(--gold); background: var(--white); }
.button-gold { color: var(--ink); background: var(--gold); box-shadow: 0 16px 32px rgba(206,138,0,.23); }
.button-gold:hover { background: var(--gold-bright); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--gold); font-size: 13px; font-weight: 900; }
.text-link svg { width: 18px; }

/* Hero */
.hero { position: relative; min-height: 690px; display: grid; align-items: center; padding: 72px 0 86px; overflow: hidden; }
.hero-corner { position: absolute; width: 470px; height: 78px; left: -127px; top: 55px; background: var(--ink); border-bottom: 8px solid var(--gold); transform: rotate(-48deg); transform-origin: center; }
.hero-layout { display: grid; grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr); align-items: center; gap: 74px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 650px; margin: 22px 0 0; font-size: clamp(58px, 7vw, 96px); line-height: .91; }
.hero h1 em { display: inline-block; font-size: .83em; transform: rotate(-2deg); }
.hero-copy > p { max-width: 615px; margin: 29px 0 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 15px 24px; margin: 30px 0 0; padding: 0; list-style: none; color: #55524f; font-size: 12px; font-weight: 760; }
.hero-points li { display: inline-flex; align-items: center; gap: 7px; }
.hero-points svg { width: 19px; height: 19px; padding: 3px; color: var(--ink); background: var(--gold); border-radius: 50%; }
.hero-gallery { position: relative; min-height: 545px; }
.hero-image { position: absolute; margin: 0; overflow: hidden; border: 4px solid var(--paper-light); box-shadow: var(--shadow); transform: skewX(-7deg); }
.hero-image img { width: 115%; height: 100%; object-fit: cover; transform: skewX(7deg) scale(1.08); }
.hero-image-main { inset: 40px 170px 35px 0; z-index: 2; }
.hero-image-top { width: 270px; height: 238px; right: 0; top: 0; z-index: 1; }
.hero-image-bottom { width: 300px; height: 270px; right: 8px; bottom: 0; z-index: 3; border-color: var(--gold); }
.hero-image-main img { object-position: 45% 50%; }
.hero-slogan { position: absolute; z-index: 5; left: -28px; bottom: 8px; padding: 15px 18px; color: var(--white); background: var(--ink); border-left: 6px solid var(--gold); font-size: 19px; font-weight: 900; line-height: 1; letter-spacing: -.035em; box-shadow: 0 18px 35px rgba(11,13,13,.25); }
.hero-slogan b { display: block; margin-top: 5px; font-size: 11px; letter-spacing: .08em; }

.trust-band { color: var(--white); background: var(--ink); border-top: 2px solid var(--gold); border-bottom: 1px solid rgba(206,138,0,.35); }
.trust-list { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-list span { min-height: 90px; display: flex; align-items: center; gap: 14px; padding: 20px 24px; border-left: 1px solid rgba(255,255,255,.1); font-size: 13px; font-weight: 850; }
.trust-list span:last-child { border-right: 1px solid rgba(255,255,255,.1); }
.trust-list b { color: var(--gold); font-size: 22px; }

/* Sections */
.section-intro { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(260px,.55fr); align-items: end; gap: 60px; margin-bottom: 52px; }
.section-intro h2 { margin: 17px 0 0; font-size: clamp(42px,5vw,68px); line-height: .98; }
.section-intro > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; }
.section-intro-light { color: var(--white); }
.section-intro-light > p { color: rgba(255,255,255,.62); }
.services-section { overflow: hidden; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { position: relative; overflow: hidden; background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 18px 50px rgba(11,13,13,.07); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-photo { position: relative; height: 235px; overflow: hidden; }
.service-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(11,13,13,.4)); }
.service-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-photo img { transform: scale(1.05); }
.service-photo > span { position: absolute; z-index: 2; left: 17px; top: 17px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); background: var(--gold); border-radius: 50%; font-size: 12px; font-weight: 950; }
.service-card-body { position: relative; padding: 29px; }
.service-badge { position: absolute; right: 23px; top: -31px; width: 66px; height: 66px; display: grid; place-items: center; color: var(--ink); background: var(--gold); border: 5px solid var(--paper-light); border-radius: 50%; }
.service-badge svg { width: 30px; height: 30px; }
.service-card h3 { margin: 0; font-size: 28px; letter-spacing: -.04em; }
.service-card-body > p { min-height: 77px; margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.service-card ul { display: grid; gap: 8px; margin: 23px 0; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.service-card li { position: relative; padding-left: 18px; font-size: 12px; font-weight: 720; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; background: var(--gold); border-radius: 50%; }
.service-card a { display: flex; align-items: center; justify-content: space-between; color: #8b5f00; font-size: 13px; font-weight: 900; }
.service-card a svg { width: 18px; }

.about-home { position: relative; color: var(--white); background: var(--ink); overflow: hidden; }
.about-home::after { content: "WAAR ELKE KLUS TELT"; position: absolute; right: -30px; bottom: -66px; color: rgba(255,255,255,.025); font-size: 130px; font-weight: 950; white-space: nowrap; }
.about-home-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(360px,.85fr) minmax(0,1.15fr); align-items: center; gap: 90px; }
.about-image { position: relative; min-height: 575px; }
.about-image::before { content: ""; position: absolute; inset: 28px -20px -20px 28px; border: 2px solid var(--gold); }
.about-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; filter: saturate(.86); }
.about-image > span { position: absolute; right: -48px; bottom: 36px; width: 132px; height: 132px; display: grid; place-content: center; color: var(--ink); background: var(--gold); border: 8px solid var(--ink); border-radius: 50%; text-align: center; font-size: 27px; font-weight: 950; line-height: 1; }
.about-image small { display: block; margin-top: 6px; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.about-content h2 { margin: 18px 0 0; font-size: clamp(44px,5vw,70px); line-height: .98; }
.about-content > p { max-width: 670px; color: rgba(255,255,255,.64); }
.about-content .lead { margin-top: 28px; color: var(--white); font-size: 20px; font-weight: 720; }
.about-content blockquote { margin: 28px 0; padding: 18px 0 18px 22px; color: var(--gold-bright); border-left: 3px solid var(--gold); font-family: Georgia, serif; font-size: 20px; font-style: italic; }

.projects-section { color: var(--white); border-top: 1px solid rgba(206,138,0,.45); }
.project-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 220px; gap: 14px; }
.project { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(206,138,0,.3); }
.project.wide { grid-column: span 2; }
.project.tall { grid-row: span 2; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .5s ease; }
.project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(11,13,13,.78)); }
.project figcaption { position: absolute; z-index: 2; inset: auto 16px 14px; display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 850; }
.project figcaption b { width: 34px; height: 34px; display: grid; place-items: center; color: var(--ink); background: var(--gold); border-radius: 50%; }
.project:hover img { transform: scale(1.05); filter: saturate(1.1); }

.process-list { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 34px 28px; border-right: 1px solid var(--line); }
.process-list li:last-child { border-right: 0; }
.process-list > li > span { color: var(--gold); font-size: 30px; font-weight: 950; }
.process-list h3 { margin: 4px 0 8px; font-size: 19px; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; }

.area-section { color: var(--white); background: var(--ink); }
.area-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(480px,1.2fr); align-items: center; gap: 80px; }
.area-grid h2 { margin: 18px 0 0; font-size: clamp(44px,5vw,68px); line-height: .98; }
.area-grid > div:first-child > p { max-width: 580px; margin: 25px 0 28px; color: rgba(255,255,255,.62); }
.area-map { position: relative; min-height: 440px; border: 1px solid rgba(206,138,0,.38); border-radius: 50%; background: radial-gradient(circle, rgba(206,138,0,.16), transparent 50%); }
.area-map::before, .area-map::after { content: ""; position: absolute; inset: 13%; border: 1px dashed rgba(206,138,0,.35); border-radius: 50%; }
.area-map::after { inset: 30%; }
.map-core, .map-place { position: absolute; z-index: 2; transform: translate(-50%,-50%); }
.map-core { left: 50%; top: 50%; width: 126px; height: 126px; display: grid; place-content: center; color: var(--ink); background: var(--gold); border: 8px solid var(--ink); border-radius: 50%; text-align: center; font-size: 20px; font-weight: 950; line-height: 1; }
.map-core small { margin-top: 7px; font-size: 10px; text-transform: uppercase; }
.map-place { padding: 7px 11px; color: rgba(255,255,255,.78); background: var(--ink-2); border: 1px solid rgba(206,138,0,.3); border-radius: 999px; font-size: 11px; font-weight: 800; }
.place-1{left:50%;top:10%}.place-2{left:80%;top:27%}.place-3{left:88%;top:61%}.place-4{left:66%;top:87%}.place-5{left:31%;top:86%}.place-6{left:12%;top:53%}

.faq-grid { display: grid; grid-template-columns: minmax(280px,.62fr) minmax(0,1.38fr); gap: 82px; }
.faq-grid h2 { margin: 18px 0 0; font-size: clamp(43px,5vw,67px); line-height: .98; }
.faq-grid > div:first-child > p { max-width: 400px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-size: 24px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 770px; margin: -4px 50px 24px 0; color: var(--muted); font-size: 14px; }

.contact-bar { color: var(--white); border-top: 2px solid var(--gold); }
.contact-bar-inner { min-height: 280px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.contact-bar h2 { max-width: 760px; margin: 16px 0 0; font-size: clamp(36px,4.4vw,59px); line-height: 1; }
.contact-bar-actions { display: grid; gap: 17px; justify-items: start; }
.phone-link { display: inline-flex; align-items: center; gap: 13px; }
.phone-link > svg { width: 39px; height: 39px; padding: 9px; color: var(--ink); background: var(--gold); border-radius: 50%; }
.phone-link span { display: grid; }
.phone-link small { color: rgba(255,255,255,.5); font-size: 10px; text-transform: uppercase; }
.phone-link strong { font-size: 18px; }

/* Footer */
.site-footer { position: relative; overflow: hidden; color: var(--white); border-top: 1px solid rgba(206,138,0,.35); }
.footer-angle { position: absolute; right: -120px; top: 22px; width: 380px; height: 9px; background: var(--gold); transform: rotate(-42deg); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3,.65fr); gap: 58px; padding: 78px 0 56px; }
.footer-grid > div { min-width: 0; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 9px; }
.footer-brand p { max-width: 380px; color: rgba(255,255,255,.56); font-size: 13px; }
.footer-grid h2 { margin: 0 0 9px; color: var(--gold); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a, .footer-grid > div > p { min-width: 0; margin: 0; color: rgba(255,255,255,.68); font-size: 12px; overflow-wrap: anywhere; word-break: break-word; }
.footer-grid a:hover { color: var(--gold-bright); }
.footer-bottom { min-height: 63px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.43); border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }

/* Subpages */
.subpage-hero { position: relative; padding: 96px 0 78px; overflow: hidden; }
.subpage-hero-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(450px,1.15fr); align-items: center; gap: 76px; }
.subpage-hero h1 { margin: 18px 0 0; font-size: clamp(52px,6.3vw,86px); line-height: .94; }
.subpage-hero-copy > p { max-width: 650px; margin: 25px 0 30px; color: var(--muted); font-size: 18px; }
.subpage-image { position: relative; min-height: 470px; }
.subpage-image::before { content: ""; position: absolute; inset: 24px -18px -18px 24px; border: 2px solid var(--gold); }
.subpage-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; box-shadow: var(--shadow); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 11px; }
.breadcrumb a:hover { color: var(--gold); }
.content-section { padding: 98px 0; }
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(330px,.5fr); gap: 82px; }
.content-title { margin: 0 0 24px; font-size: clamp(38px,4.3vw,58px); line-height: 1; }
.prose p { color: var(--muted); }
.prose h2 { margin: 42px 0 15px; font-size: 28px; letter-spacing: -.035em; }
.prose h3 { margin: 28px 0 10px; font-size: 20px; }
.check-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin: 28px 0; padding: 0; list-style: none; }
.check-grid li { display: flex; gap: 9px; padding: 13px; background: var(--paper); border-left: 3px solid var(--gold); font-size: 13px; font-weight: 750; }
.check-grid svg { width: 20px; height: 20px; flex: 0 0 auto; color: #8b5f00; }
.prose > section > ul:not(.check-grid) { padding-left: 21px; color: var(--muted); }
.prose > section > ul:not(.check-grid) li { margin-bottom: 7px; }
.side-card { position: sticky; top: 140px; padding: 30px; color: var(--white); background: var(--ink); border: 1px solid rgba(206,138,0,.4); }
.side-card .service-badge { position: static; width: 58px; height: 58px; margin-bottom: 18px; border-color: var(--ink); }
.side-card h2 { margin: 0; font-size: 25px; }
.side-card p { color: rgba(255,255,255,.59); font-size: 13px; }
.side-card ul { display: grid; gap: 9px; margin: 22px 0 26px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); list-style: none; }
.side-card li { color: rgba(255,255,255,.76); font-size: 12px; }
.related-services { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.related-section { padding: 92px 0; }
.related-service { position: relative; padding: 24px; background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 10px; }
.related-service .service-badge { position: static; width: 55px; height: 55px; border-color: var(--paper-light); }
.related-service h3 { margin: 14px 0 8px; }
.related-service p { color: var(--muted); font-size: 13px; }
.related-service a { color: #8b5f00; font-size: 12px; font-weight: 900; }
.button-block { width: 100%; }
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.area-tags span { padding: 10px 15px; color: var(--white); background: var(--ink); border-left: 3px solid var(--gold); font-size: 12px; font-weight: 800; }

.contact-hero { padding-bottom: 32px; }
.contact-hero h1 { max-width: 900px; }
.contact-hero p { max-width: 720px; color: var(--muted); font-size: 18px; }
.contact-content-section { padding-top: 48px; }

.contact-page-grid { display: grid; grid-template-columns: minmax(0,.7fr) minmax(500px,1.3fr); gap: 74px; align-items: start; }
.contact-page-grid > * { min-width: 0; }
.contact-panel { color: var(--white); background: var(--ink); padding: 36px; border-top: 4px solid var(--gold); }
.contact-panel h2 { margin: 0 0 13px; font-size: 31px; }
.contact-panel > p { color: rgba(255,255,255,.58); }
.contact-items { display: grid; gap: 14px; margin-top: 30px; }
.contact-item { display: flex; align-items: center; gap: 13px; padding: 15px; border: 1px solid rgba(255,255,255,.1); }
.contact-item > svg { width: 43px; height: 43px; padding: 10px; color: var(--ink); background: var(--gold); border-radius: 50%; }
.contact-item span { display: grid; min-width: 0; }
.contact-item small { color: rgba(255,255,255,.48); font-size: 9px; text-transform: uppercase; }
.contact-item strong { overflow-wrap: anywhere; font-size: 13px; }
.contact-details { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.contact-details p { margin: 0 0 15px; color: rgba(255,255,255,.62); font-size: 12px; }
.contact-details strong { color: var(--gold-bright); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.contact-form { display: grid; gap: 17px; padding: 35px; background: rgba(255,255,255,.78); border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-form h2 { margin: 0 0 4px; font-size: 31px; }
.contact-form > p { margin: 0 0 10px; color: var(--muted); font-size: 13px; }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.contact-form label { display: grid; gap: 6px; font-size: 11px; font-weight: 850; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: var(--paper-light); border: 1px solid rgba(11,13,13,.19); border-radius: 5px; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(206,138,0,.15); }
.contact-form textarea { resize: vertical; }
.photo-upload { display: grid; gap: 10px; padding: 16px; background: rgba(206,138,0,.055); border: 1px solid rgba(11,13,13,.16); border-radius: 5px; }
.photo-upload-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 11px; font-weight: 850; }
.photo-upload-heading small { color: var(--muted); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.contact-form .photo-input { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.photo-picker { display: flex !important; grid-template-columns: none !important; align-items: center; gap: 13px !important; min-height: 78px; padding: 13px 15px; color: var(--ink); background: var(--paper-light); border: 1px dashed rgba(11,13,13,.32); border-radius: 5px; cursor: pointer; transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease; }
.photo-picker:hover { background: rgba(206,138,0,.08); border-color: var(--gold); }
.photo-input:focus-visible + .photo-picker { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(206,138,0,.15); }
.photo-picker > svg { flex: 0 0 auto; width: 43px; height: 43px; padding: 9px; color: var(--ink); background: var(--gold); border-radius: 50%; }
.photo-picker > span { display: grid; gap: 3px; min-width: 0; }
.photo-picker strong { font-size: 13px; }
.photo-picker small { color: var(--muted); font-size: 10px; font-weight: 650; line-height: 1.45; }
.photo-previews { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.photo-previews:empty { display: none; }
.photo-preview { display: grid; grid-template-columns: 47px minmax(0,1fr) 30px; align-items: center; gap: 9px; min-width: 0; padding: 7px; background: var(--paper-light); border: 1px solid rgba(11,13,13,.13); border-radius: 5px; }
.photo-preview img { width: 47px; height: 42px; object-fit: cover; border-radius: 3px; }
.photo-preview > span { display: grid; min-width: 0; }
.photo-preview strong { overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.photo-preview small { color: var(--muted); font-size: 9px; }
.photo-remove { display: grid; place-items: center; width: 28px; height: 28px; padding: 0; color: var(--ink); background: transparent; border: 1px solid rgba(11,13,13,.18); border-radius: 50%; cursor: pointer; font-size: 20px; line-height: 1; }
.photo-remove:hover { color: var(--white); background: var(--ink); }
.photo-upload-error { min-height: 0; margin: 0 !important; color: #9b221b !important; font-size: 10px !important; font-weight: 750; }
.photo-upload-error:empty { display: none; }
.privacy-row { grid-template-columns: auto 1fr !important; align-items: start; gap: 9px !important; font-weight: 600 !important; }
.privacy-row input { width: auto; margin-top: 4px; accent-color: var(--gold); }
.form-note { color: var(--muted); font-size: 10px !important; }
.privacy-main { padding: 95px 0; }
.privacy-content { max-width: 850px; }
.privacy-content h1 { margin: 0; font-size: clamp(46px,6vw,75px); }
.privacy-content h2 { margin-top: 38px; }
.privacy-content p, .privacy-content li { color: var(--muted); }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero-layout, .subpage-hero-grid { grid-template-columns: 1fr; }
  .hero-gallery { width: min(100%,700px); margin-inline: auto; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-card:last-child { grid-column: span 2; width: calc(50% - 11px); margin-inline: auto; }
  .about-home-grid, .area-grid { grid-template-columns: 1fr; }
  .about-image { width: min(100%,620px); }
  .area-map { width: min(100%,650px); margin-inline: auto; }
  .project-grid { grid-template-columns: repeat(2,1fr); }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { border-right: 0; border-bottom: 1px solid var(--line); }
  .process-list li:last-child { border-bottom: 0; }
  .faq-grid, .content-grid, .contact-page-grid { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .contact-bar-inner { grid-template-columns: 1fr; padding: 60px 0; }
  .footer-grid { grid-template-columns: 1.3fr repeat(2,.7fr); }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 78px 0; }
  .header-top-inner > span, .header-top-inner a:first-child { display: none; }
  .header-top-inner { justify-content: flex-end; }
  .nav-row { min-height: 72px; }
  .brand-compact .brand-tools { width: 47px; height: 35px; }
  .brand-compact .brand-name { font-size: 17px; }
  .hero { padding: 60px 0 72px; }
  .hero-corner { width: 290px; height: 55px; left: -170px; top: 30px; border-bottom-width: 6px; }
  .hero-layout { gap: 48px; }
  .hero h1 { font-size: clamp(54px,17vw,76px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-points { display: grid; }
  .hero-gallery { min-height: 430px; }
  .hero-image-main { inset: 22px 100px 25px 0; }
  .hero-image-top { width: 180px; height: 170px; }
  .hero-image-bottom { width: 200px; height: 195px; }
  .hero-slogan { left: 0; bottom: 0; font-size: 15px; }
  .trust-list { grid-template-columns: repeat(2,1fr); }
  .trust-list span:nth-child(2) { border-right: 1px solid rgba(255,255,255,.1); }
  .trust-list span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .section-intro { grid-template-columns: 1fr; gap: 20px; }
  .section-intro h2, .about-content h2, .area-grid h2, .faq-grid h2 { font-size: 43px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; width: auto; }
  .about-home-grid { gap: 65px; }
  .about-image { min-height: 450px; }
  .about-image > span { right: -4px; bottom: -42px; width: 112px; height: 112px; }
  .project-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .project.wide, .project.tall { grid-column: auto; grid-row: auto; }
  .area-map { min-height: 360px; }
  .map-place { font-size: 9px; }
  .contact-bar-inner { gap: 34px; }
  .contact-bar h2 { font-size: 38px; }
  .footer-angle { display: none; }
  .footer-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 35px 20px; }
  .footer-brand { grid-column: span 2; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
  .subpage-hero { padding: 66px 0; }
  .subpage-hero-grid { gap: 48px; }
  .subpage-hero h1 { font-size: 52px; }
  .subpage-image { min-height: 360px; }
  .content-section { padding: 76px 0; }
  .check-grid, .related-services { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .photo-previews { grid-template-columns: 1fr; }
  .contact-form, .contact-panel { padding: 25px; }
}

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

:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }


/* FTP/PHP contact form */
.website-field { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important; }
.form-status { min-height: 24px; margin: 0 !important; padding: 0 2px; font-size: 12px !important; font-weight: 750; }
.form-status.success { color: #22632a; }
.form-status.error { color: #9b221b; }
.contact-form button[disabled] { opacity: .6; cursor: wait; transform: none; }
