.page, .header, .hero, .banner, .page-hero, .footer, .lb, .tile, .cta-band {
  --bg: #0B0A08; --bg2: #14110D; --card: #1B1712; --line: #2C261F; --line2: #3A3228; --line3: #4A4035;
  --text: #F3EDE3; --text2: #D5CBBC; --muted: #B7AB9A; --faint: #8F8474; --faint2: #6E6557;
  --accent: #D6AE5E; --accent-h: #E6C57F; --on-accent: #0B0A08; --accent-text: #D6AE5E;
  --btn-line: rgba(243,237,227,0.55); --error: #F0B08A; --shadow: rgba(0,0,0,0.55);
}
body { margin: 0; background: #0B0A08; color: #F3EDE3; font-family: 'Jost', 'Segoe UI', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: var(--accent-text); } a:hover { color: var(--accent-h); }
button { font-family: inherit; }
.page { width: 100%; background: var(--bg); color: var(--text); position: relative; transition: background 0.4s ease, color 0.4s ease; }
.wrap { max-width: 1320px; margin: 0 auto; padding-left: 48px; padding-right: 48px; box-sizing: border-box; }
.display { font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif; font-weight: 600; letter-spacing: -0.005em; }
.display em, .h2 em { font-style: italic; font-weight: 500; color: var(--accent-text); }
.eyebrow { display: flex; align-items: center; gap: 14px; font-size: 13px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--accent-text); margin: 0 0 22px 0; }
.eyebrow::before { content: ""; width: 36px; height: 1px; background: var(--accent-text); display: block; }
.h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; font-size: 58px; line-height: 1.02; margin: 0; color: var(--text); }
.lead { font-size: 17px; line-height: 1.8; color: var(--muted); margin: 0; font-weight: 400; }
.photo { width: 100%; height: 100%; display: block; object-fit: cover; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 30px; border-radius: 0; font-weight: 600; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; box-sizing: border-box; cursor: pointer; border: none; transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease; }
.btn-accent { background: var(--accent); color: var(--on-accent); }
.btn-accent:hover { background: var(--accent-h); color: var(--on-accent); }
.btn-line { background: transparent; border: 1px solid var(--btn-line); color: var(--text); }
.btn-line:hover { border-color: var(--accent-text); color: var(--accent-text); }
.btn-dark { background: #0B0A08; color: #F3EDE3; }
.btn-dark:hover { background: #221D17; color: #FFFFFF; }
.link-arrow { display: inline-flex; align-items: center; gap: 12px; background: none; border: none; padding: 0; color: var(--accent-text); font-size: 13px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer; }
.link-arrow:hover { color: var(--accent-h); }
.link-arrow svg { transition: transform 0.25s ease; }
.link-arrow:hover svg { transform: translateX(5px); }

/* header */
.header { position: absolute; top: 0; left: 0; right: 0; z-index: 40; background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0)); color: var(--text); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; height: 128px; }
.logo-btn { background: none; border: none; padding: 0; cursor: pointer; display: block; }
.site-logo { height: 76px; width: auto; display: block; filter: drop-shadow(0 2px 10px rgba(0,0,0,0.55)); }
.nav { display: flex; align-items: center; gap: 44px; }
.nav-link { background: none; border: none; padding: 8px 0; cursor: pointer; color: var(--text); font-size: 15px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; position: relative; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--accent-text); transition: right 0.3s ease; }
.nav-link:hover { color: var(--accent-text); }
.nav-link:hover::after { right: 0; }
.nav-on { color: var(--accent-text); }
.nav-on::after { right: 0; }
.header-right { display: flex; align-items: center; gap: 18px; }
.menu-btn { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; padding: 0 18px; background: rgba(11,10,8,0.35); border: 1px solid rgba(243,237,227,0.35); color: var(--text); cursor: pointer; font-size: 13px; font-weight: 600; letter-spacing: 0.2em; }
.menu-btn:hover { border-color: var(--accent-text); color: var(--accent-text); }

/* menu overlay */
.overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 90; background: var(--bg); color: var(--text); overflow-y: auto; }
.overlay-inner { min-height: 100%; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); }
.overlay-links { padding: 140px 48px 60px 8vw; display: flex; flex-direction: column; justify-content: center; gap: 6px; }
.ov-link { display: flex; align-items: baseline; gap: 22px; background: none; border: none; padding: 10px 0; cursor: pointer; color: var(--text); text-align: left; }
.ov-num { font-size: 14px; font-weight: 600; letter-spacing: 0.16em; color: var(--accent-text); width: 32px; }
.ov-text { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 68px; font-weight: 600; line-height: 1.05; transition: color 0.2s ease, transform 0.3s ease; }
.ov-link:hover .ov-text { color: var(--accent-text); transform: translateX(10px); }
.overlay-side { background: var(--bg2); border-left: 1px solid var(--line); padding: 140px 56px 60px 56px; display: flex; flex-direction: column; justify-content: center; gap: 30px; }
.overlay-close { position: absolute; top: 38px; right: 48px; border-color: var(--line3); background: transparent; }

/* hero */
.hero { position: relative; height: 94vh; min-height: 660px; max-height: 920px; overflow: hidden; background: #000000; color: var(--text); }
.slide { position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; transition: opacity 1.4s ease; }
.slide img { transform: scale(1.1); transition: transform 8s ease-out; }
.slide-on { opacity: 1; }
.slide-on img { transform: scale(1); }
.hero-shade { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(to top, rgba(11,10,8,0.96) 0%, rgba(11,10,8,0.55) 42%, rgba(11,10,8,0.25) 70%, rgba(11,10,8,0.5) 100%); }
.hero-content { position: absolute; left: 0; right: 0; bottom: 64px; z-index: 5; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 48px; align-items: end; }
.hero-title { font-size: 112px; line-height: 0.92; margin: 0 0 28px 0; color: var(--text); }
.hero-sub { font-size: 18px; line-height: 1.7; color: var(--text2); margin: 0 0 38px 0; max-width: 560px; }
.hero-ctrl { border-left: 1px solid rgba(243,237,227,0.25); padding-left: 32px; }
.hero-count { display: flex; align-items: baseline; gap: 10px; margin-bottom: 8px; }
.hero-num { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 64px; font-weight: 600; color: var(--accent-text); line-height: 1; }
.hero-total { font-size: 15px; color: var(--muted); letter-spacing: 0.12em; }
.hero-cap { font-size: 13px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text); margin: 0 0 22px 0; min-height: 20px; }
.segs { display: flex; gap: 8px; margin-bottom: 22px; }
.seg { flex: 1; height: 24px; background: none; border: none; padding: 0; cursor: pointer; position: relative; }
.seg::before { content: ""; position: absolute; left: 0; right: 0; top: 11px; height: 2px; background: rgba(243,237,227,0.25); }
.seg-on::before { background: var(--accent-text); height: 3px; top: 10px; }
.arrows { display: flex; gap: 10px; }
.arrow { width: 54px; height: 54px; border-radius: 999px; background: transparent; border: 1px solid rgba(243,237,227,0.4); color: var(--text); display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; transition: background 0.25s ease, border-color 0.25s ease; }
.arrow:hover { background: var(--accent); border-color: var(--accent); color: #0B0A08; }
.scroll-hint { position: absolute; left: 50%; bottom: 18px; z-index: 5; margin-left: -1px; width: 1px; height: 34px; background: linear-gradient(to bottom, rgba(214,174,94,0), var(--accent-text)); }

.section { padding-top: 130px; padding-bottom: 130px; }
.bg2 { background: var(--bg2); }

/* corporate intro */
.corp { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 96px; align-items: center; }
.corp-media { position: relative; padding: 0 0 70px 40px; }
.corp-frame { position: absolute; top: -28px; left: 0; width: 72%; height: 78%; border: 1px solid var(--accent); }
.corp-big { position: relative; height: 560px; }
.corp-small { position: absolute; right: -24px; bottom: 0; width: 44%; height: 250px; border: 10px solid var(--bg); box-sizing: border-box; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 48px; border-top: 1px solid var(--line); }
.stat { padding-top: 24px; padding-right: 16px; }
.stat-big { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 40px; font-weight: 600; color: var(--accent-text); margin: 0 0 4px 0; line-height: 1.1; }
.stat-small { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.5; }
.mark { width: 58px; height: 58px; color: var(--accent-text); margin-bottom: 26px; display: block; }

/* banner */
.banner { position: relative; height: 560px; overflow: hidden; display: flex; align-items: center; color: var(--text); }
.banner-img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.banner-shade { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(11,10,8,0.72); }
.banner-content { position: relative; z-index: 2; width: 100%; text-align: center; }
.banner-title { font-size: 84px; line-height: 1; margin: 0 auto 24px auto; max-width: 980px; color: var(--text); }

/* services */
.svc-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 80px; margin-top: 64px; align-items: stretch; }
.svc-list { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.svc { display: block; width: 100%; text-align: left; background: none; border: none; border-bottom: 1px solid var(--line); padding: 26px 0; cursor: pointer; color: var(--faint2); position: relative; }
.svc::before { content: ""; position: absolute; left: 0; bottom: -1px; height: 2px; width: 0; background: var(--accent-text); transition: width 0.4s ease; }
.svc-row { display: flex; align-items: center; gap: 26px; }
.svc-num { font-size: 13px; font-weight: 600; letter-spacing: 0.16em; color: var(--faint2); width: 30px; }
.svc-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 42px; font-weight: 600; line-height: 1.05; flex: 1; transition: color 0.25s ease; }
.svc-arrow { opacity: 0; transition: opacity 0.25s ease, transform 0.25s ease; transform: translateX(-8px); color: var(--accent-text); }
.svc-desc { display: none; margin: 14px 0 0 56px; font-size: 16px; line-height: 1.7; color: var(--muted); max-width: 460px; }
.svc:hover .svc-title { color: var(--text); }
.svc-on::before { width: 100%; }
.svc-on .svc-title { color: var(--text); }
.svc-on .svc-num { color: var(--accent-text); }
.svc-on .svc-arrow { opacity: 1; transform: translateX(0); }
.svc-on .svc-desc { display: block; }
.svc-stage { position: relative; min-height: 600px; overflow: hidden; background: var(--card); }
.svc-img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; transition: opacity 0.7s ease; }
.svc-img-on { opacity: 1; }
.svc-label { position: absolute; left: 0; bottom: 0; z-index: 3; background: var(--accent); color: #0B0A08; padding: 16px 24px; font-size: 13px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; }

/* projects */
.proj-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 32px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { background: transparent; border: 1px solid var(--line2); color: var(--text2); min-height: 44px; padding: 0 20px; font-size: 13px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; }
.filter:hover { border-color: var(--accent-text); color: var(--accent-text); }
.filter-on, .filter-on:hover { background: var(--accent); border-color: var(--accent); color: #0B0A08; }
.tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 310px; grid-auto-flow: dense; gap: 16px; margin-top: 56px; }
.tile { position: relative; overflow: hidden; background: #1B1712; border: none; padding: 0; margin: 0; cursor: pointer; text-align: left; color: var(--text); display: block; width: 100%; height: 100%; }
.tile-tall { grid-row: span 2; }
.tile-wide { grid-column: span 2; }
.tile img { transition: transform 0.8s ease, filter 0.6s ease; filter: saturate(0.9); }
.tile:hover img { transform: scale(1.06); filter: saturate(1); }
.tile-shade { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(to top, rgba(11,10,8,0.92) 0%, rgba(11,10,8,0.2) 50%, rgba(11,10,8,0) 100%); transition: background 0.4s ease; }
.tile:hover .tile-shade { background: linear-gradient(to top, rgba(11,10,8,0.95) 0%, rgba(11,10,8,0.45) 60%, rgba(11,10,8,0.15) 100%); }
.tile-info { position: absolute; left: 26px; right: 26px; bottom: 24px; z-index: 2; }
.tile-cat { font-size: 12px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-text); margin: 0 0 8px 0; }
.tile-name { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 32px; font-weight: 600; line-height: 1.05; margin: 0; }
.tile-zoom { position: absolute; top: 20px; right: 20px; z-index: 2; display: inline-flex; align-items: center; gap: 8px; background: rgba(11,10,8,0.7); color: var(--text); font-size: 12px; font-weight: 600; letter-spacing: 0.1em; padding: 9px 14px; border: 1px solid rgba(243,237,227,0.2); transition: background 0.3s ease; }
.tile:hover .tile-zoom { background: var(--accent); border-color: var(--accent); color: #0B0A08; }

/* contact */
.contact { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 0; border: 1px solid var(--line); }
.form-side { padding: 64px; background: var(--bg2); }
.fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; margin-top: 40px; }
.field { display: flex; flex-direction: column; gap: 10px; }
.field-full { grid-column: span 2; }
.field label { font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.input { background: transparent; border: none; border-bottom: 1px solid var(--line3); color: var(--text); font-family: 'Jost', system-ui, sans-serif; font-size: 17px; padding: 10px 0; outline: none; border-radius: 0; width: 100%; box-sizing: border-box; }
.input:focus { border-bottom-color: var(--accent-text); border-bottom-width: 2px; }
.input::placeholder { color: var(--faint2); }
textarea.input { resize: vertical; min-height: 110px; line-height: 1.6; }
.form-error { color: var(--error); font-size: 15px; margin: 18px 0 0 0; }
.form-note { color: var(--faint); font-size: 14px; }
.info-side { position: relative; display: flex; flex-direction: column; }
.info-img { height: 260px; position: relative; }
.info-body { padding: 48px 56px; display: flex; flex-direction: column; gap: 26px; flex: 1; }
.info-row { display: flex; gap: 18px; align-items: flex-start; }
.info-icon { width: 46px; height: 46px; flex-shrink: 0; border: 1px solid var(--line2); color: var(--accent-text); display: flex; align-items: center; justify-content: center; }
.info-label { font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin: 0 0 6px 0; }
.info-text { font-size: 17px; line-height: 1.6; color: var(--text); margin: 0; }
.info-text a { color: var(--text); text-decoration: none; }
.info-text a:hover { color: var(--accent-text); }

/* footer */
.footer { background: #070605; color: var(--text); border-top: 1px solid #2C261F; padding-top: 88px; }
.foot-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr)); gap: 48px; padding-bottom: 64px; }
.foot-title { font-size: 13px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent-text); margin: 0 0 22px 0; }
.foot-link { display: block; background: none; border: none; padding: 6px 0; color: var(--text2); font-size: 16px; cursor: pointer; text-align: left; }
.foot-link:hover { color: var(--accent-text); }
.foot-text { color: var(--text2); font-size: 15px; line-height: 1.75; margin: 0; }
.foot-text a { color: var(--text2); text-decoration: none; }
.foot-text a:hover { color: var(--accent-text); }
.foot-bottom { border-top: 1px solid #1E1A15; padding-top: 26px; padding-bottom: 30px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; color: var(--faint); font-size: 14px; }

/* corporate page */
.page-hero { position: relative; height: 62vh; min-height: 460px; max-height: 600px; overflow: hidden; display: flex; align-items: flex-end; color: var(--text); }
.crumb { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin: 0 0 18px 0; }
.crumb button { background: none; border: none; padding: 0; color: var(--muted); font: inherit; letter-spacing: inherit; text-transform: inherit; cursor: pointer; }
.crumb button:hover { color: var(--accent-text); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.chip { font-size: 13px; font-weight: 500; letter-spacing: 0.08em; padding: 10px 16px; border: 1px solid var(--line2); color: var(--text2); }
.tl { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; margin-top: 72px; }
.tl::before { content: ""; position: absolute; left: 0; right: 0; top: 9px; height: 1px; background: var(--line2); }
.tl-item { position: relative; padding-top: 44px; }
.tl-dot { position: absolute; top: 0; left: 0; width: 18px; height: 18px; border-radius: 999px; background: var(--accent); border: 3px solid var(--bg2); box-shadow: 0 0 0 1px var(--accent-text); box-sizing: border-box; }
.tl-year { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 44px; font-weight: 600; color: var(--accent-text); margin: 0 0 12px 0; line-height: 1; }
.tl-text { font-size: 16px; line-height: 1.7; color: var(--muted); margin: 0; }
.vm { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 56px; }
.vm-card { border: 1px solid var(--line); background: var(--bg2); padding: 56px; position: relative; }
.vm-card::before { content: ""; position: absolute; top: -1px; left: -1px; width: 80px; height: 4px; background: var(--accent); }
.cta-band { background: #D6AE5E; color: #0B0A08; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 72px; padding-bottom: 72px; }

/* lightbox */
.lb { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 24px; box-sizing: border-box; color: var(--text); }
.lb-backdrop { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: rgba(5,4,3,0.95); border: none; padding: 0; margin: 0; cursor: pointer; }
.lb-panel { position: relative; width: 100%; max-width: 1140px; max-height: 100%; display: flex; flex-direction: column; gap: 16px; }
.lb-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; }
.lb-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 36px; font-weight: 600; margin: 2px 0 0 0; color: var(--text); line-height: 1.05; }
.lb-count { color: var(--muted); font-weight: 500; font-size: 14px; letter-spacing: 0.12em; white-space: nowrap; }
.lb-close { width: 50px; height: 50px; flex-shrink: 0; border-radius: 999px; border: 1px solid var(--line2); background: var(--bg2); color: var(--text); display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; }
.lb-close:hover { border-color: var(--accent); color: var(--accent-text); }
.lb-stage { position: relative; background: #000000; overflow: hidden; display: flex; align-items: center; justify-content: center; height: 68vh; max-height: 700px; }
.lb-img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }
.lb-nav { position: absolute; top: 50%; margin-top: -27px; }
.lb-prev { left: 16px; }
.lb-next { right: 16px; }
.lb-thumbs { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 4px; }
.thumb { flex-shrink: 0; width: 100px; height: 70px; padding: 0; margin: 0; overflow: hidden; border: 2px solid transparent; background: var(--card); cursor: pointer; opacity: 0.45; }
.thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.thumb:hover { opacity: 0.85; }
.thumb-on { border-color: var(--accent-text); opacity: 1; }

.wa-float { position: fixed; right: 26px; bottom: 26px; z-index: 30; width: 62px; height: 62px; border-radius: 999px; background: #D6AE5E; color: #0B0A08; display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 32px rgba(0,0,0,0.45); text-decoration: none; }
.wa-float:hover { background: #E6C57F; color: #0B0A08; }

@media (max-width: 1100px) {
  .nav { gap: 28px; }
  .nav-link { font-size: 14px; letter-spacing: 0.14em; }
  .hero-title { font-size: 88px; }
  .corp { gap: 64px; }
}
@media (max-width: 900px) {
  .wrap { padding-left: 22px; padding-right: 22px; }
  .header-inner { height: 92px; }
  .site-logo { height: 54px; }
  .nav { display: none; }
  .quote-btn { display: none; }
  .hero { height: 88vh; min-height: 620px; }
  .hero-content { bottom: 36px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .hero-title { font-size: 58px; }
  .hero-sub { font-size: 16px; margin-bottom: 28px; }
  .hero-ctrl { border-left: none; padding-left: 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
  .hero-num { font-size: 40px; }
  .hero-cap { display: none; }
  .segs { display: none; }
  .arrow { width: 48px; height: 48px; }
  .scroll-hint { display: none; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .h2 { font-size: 42px; }
  .corp { grid-template-columns: minmax(0, 1fr); gap: 56px; }
  .corp-media { padding: 0 0 40px 18px; }
  .corp-big { height: 380px; }
  .corp-small { right: 0; height: 160px; }
  .banner { height: 460px; }
  .banner-title { font-size: 50px; }
  .svc-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .svc-title { font-size: 32px; }
  .svc-stage { min-height: 320px; }
  .tiles { grid-template-columns: minmax(0, 1fr); grid-auto-rows: 300px; }
  .tile-tall { grid-row: span 1; }
  .tile-wide { grid-column: span 1; }
  .tile-name { font-size: 28px; }
  .contact { grid-template-columns: minmax(0, 1fr); }
  .form-side { padding: 36px 24px; }
  .fields { grid-template-columns: minmax(0, 1fr); }
  .field-full { grid-column: span 1; }
  .info-body { padding: 36px 24px; }
  .foot-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .overlay-inner { grid-template-columns: minmax(0, 1fr); }
  .overlay-links { padding: 120px 24px 32px 24px; }
  .ov-text { font-size: 42px; }
  .overlay-side { padding: 36px 24px 60px 24px; border-left: none; border-top: 1px solid var(--line); }
  .overlay-close { top: 22px; right: 22px; }
  .page-hero { height: 52vh; min-height: 380px; }
  .tl { grid-template-columns: minmax(0, 1fr); gap: 28px; margin-top: 48px; }
  .tl::before { left: 8px; right: auto; top: 0; bottom: 0; width: 1px; height: auto; }
  .tl-item { padding-top: 0; padding-left: 44px; }
  .vm { grid-template-columns: minmax(0, 1fr); }
  .vm-card { padding: 34px 26px; }
  .cta-inner { flex-direction: column; align-items: flex-start; padding-top: 52px; padding-bottom: 52px; }
  .lb { padding: 12px; }
  .lb-title { font-size: 26px; }
  .lb-stage { height: 56vh; }
  .thumb { width: 74px; height: 54px; }
  .wa-float { width: 56px; height: 56px; right: 18px; bottom: 18px; }
}
  
/* static site additions */
html { scroll-behavior: smooth; }
[hidden] { display: none !important; }
a.nav-link, a.foot-link, a.ov-link, a.logo-btn, a.link-arrow, .crumb a { text-decoration: none; }
.crumb a { color: var(--muted); }
.crumb a:hover { color: var(--accent-text); }
:focus-visible { outline: 2px solid #D6AE5E; outline-offset: 3px; }
.input:focus-visible { outline: none; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 200; background: #D6AE5E; color: #0B0A08; padding: 12px 18px; font-weight: 600; text-decoration: none; }
.skip-link:focus { top: 16px; color: #0B0A08; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
