:root {
  --ink: #0b0b0b;
  --charcoal: #161616;
  --paper: #f4f2ed;
  --white: #ffffff;
  --muted: #a5a5a5;
  --line: rgba(255,255,255,.16);
  --orange: #ff7600;
  --shell: min(1180px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--orange); color: var(--ink); }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 999;
  padding: 12px 18px; background: var(--orange); color: var(--ink); font-weight: 700;
}
.skip-link:focus { top: 16px; }
.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; }
.section-shell { width: var(--shell); margin-inline: auto; }
.section-index { margin: 0; font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: #777; }
.section-index.light { color: #8a8a8a; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; height: 82px;
  display: grid; grid-template-columns: 250px 1fr auto; align-items: center;
  padding: 0 32px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.17);
  transition: background .25s ease, height .25s ease;
}
.site-header.scrolled { height: 68px; background: rgba(8,8,8,.94); backdrop-filter: blur(12px); }
.brand img { width: 206px; height: 48px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 46px); }
.main-nav a { font-size: .76rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-cta { display: flex; align-items: center; gap: 26px; min-height: 44px; padding: 0 18px; background: var(--orange); color: #090909; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.header-cta span { font-size: 1rem; }
.menu-toggle { display: none; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: #111; }
.hero-media { position: absolute; inset: 0; background-image: url("../images/hero-pocket-door.webp"); background-size: cover; background-position: center 48%; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,.92) 0%, rgba(5,5,5,.64) 42%, rgba(5,5,5,.08) 78%), linear-gradient(0deg, rgba(0,0,0,.68) 0%, transparent 45%); }
.hero-rule { position: absolute; left: 58%; top: 82px; bottom: 0; width: 1px; background: rgba(255,255,255,.22); }
.hero-rule::after { content: ""; position: absolute; left: -3px; top: 43%; width: 7px; height: 92px; background: var(--orange); }
.hero-content { position: relative; z-index: 2; width: min(760px, calc(100vw - 80px)); margin: 0 0 clamp(150px, 18vh, 210px) max(40px, calc((100vw - 1180px)/2)); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 26px; color: #ddd; font-size: .72rem; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 42px; height: 2px; background: var(--orange); }
.hero h1 { margin: 0; font-size: clamp(4.25rem, 7.4vw, 7.5rem); line-height: .91; letter-spacing: -.075em; font-weight: 760; }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(255,255,255,.82); }
.hero-copy { max-width: 580px; margin: 32px 0 0; color: #d7d7d7; font-size: 1.13rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 38px; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--ink); }
.button-dark { background: var(--ink); color: #fff; }
.text-link { font-size: .82rem; font-weight: 750; letter-spacing: .06em; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 6px; }
.text-link span { color: var(--orange); margin-left: 8px; }
.scroll-note { position: absolute; z-index: 3; left: 32px; bottom: 30px; margin: 0; color: #aaa; font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left bottom; }

.intro { min-height: 650px; padding: 125px 0; display: grid; grid-template-columns: .7fr 2fr .75fr; gap: 70px; align-items: start; }
.intro h2, .projects h2, .contact h2, .audiences h2 { margin: 0; font-size: clamp(3rem, 5.3vw, 5.4rem); line-height: .98; letter-spacing: -.06em; font-weight: 720; }
.intro h2 span { color: var(--orange); }
.intro-copy > p { max-width: 610px; margin: 36px 0 24px; font-size: 1.1rem; color: #555; }
.inline-link { display: inline-flex; gap: 34px; padding-bottom: 5px; border-bottom: 1px solid #aaa; font-size: .78rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.inline-link span { color: var(--orange); }
.intro-stamp { width: 190px; height: 190px; border: 1px solid #c8c5bc; border-radius: 50%; display: grid; place-content: center; text-align: center; transform: rotate(-8deg); }
.intro-stamp span { font-size: .57rem; font-weight: 800; letter-spacing: .18em; }
.intro-stamp strong { color: var(--orange); font-size: 2.3rem; line-height: 1.1; }

.motion-showcase { min-height: 720px; display: grid; grid-template-columns: .72fr 1.28fr; background: var(--charcoal); color: #fff; }
.motion-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 7vw, 110px); }
.motion-copy h2 { margin: 18px 0 30px; font-size: clamp(3rem, 4.7vw, 5.2rem); line-height: .96; letter-spacing: -.06em; }
.motion-copy h2 span { color: var(--orange); }
.motion-copy > p:not(.section-index) { max-width: 520px; color: #aaa; font-size: 1.05rem; }
.motion-copy .motion-hint { margin-top: 28px; color: #fff; font-size: .75rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.door-compare { position: relative; min-height: 640px; overflow: hidden; background: #8f8171; isolation: isolate; }
.door-state, .door-state-closed, .door-state-closed img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.door-state-closed { z-index: 2; clip-path: inset(0 calc(100% - var(--reveal)) 0 0); }
.compare-line { position: absolute; z-index: 4; top: 0; bottom: 0; left: var(--reveal); width: 2px; background: #fff; transform: translateX(-1px); pointer-events: none; }
.compare-line span { position: absolute; top: 50%; left: 50%; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--ink); font-size: 1.15rem; font-weight: 900; transform: translate(-50%, -50%); box-shadow: 0 8px 24px rgba(0,0,0,.28); }
.door-compare input { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.compare-label { position: absolute; z-index: 4; top: 25px; padding: 8px 12px; background: rgba(8,8,8,.72); color: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; pointer-events: none; }
.compare-label-closed { left: 25px; }
.compare-label-open { right: 25px; }

.systems { background: var(--ink); color: #fff; padding: 120px 0 0; }
.systems-head { display: grid; grid-template-columns: 1.5fr .7fr; gap: 80px; align-items: end; padding-bottom: 72px; }
.systems-head h2 { margin: 14px 0 0; font-size: clamp(3.2rem, 5.2vw, 5.6rem); line-height: .96; letter-spacing: -.06em; }
.systems-head > p { color: #aaa; margin: 0; max-width: 420px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: min(34vw, 500px); }
.product-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.15); background: #222; }
.product-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) brightness(.75); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.product-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.84), transparent 58%); }
.product-card:hover img { transform: scale(1.045); filter: saturate(.95) brightness(.86); }
.product-card-large { grid-row: span 2; }
.product-card-wide { grid-column: span 2; }
.product-name, .product-arrow { position: absolute; z-index: 2; }
.product-name { left: 26px; bottom: 26px; max-width: 78%; font-size: clamp(1.4rem, 2.25vw, 2.25rem); line-height: 1.05; font-weight: 650; letter-spacing: -.035em; }
.product-arrow { right: 26px; bottom: 26px; color: var(--orange); font-size: 1.4rem; }

.system-finder { padding: 120px 0 135px; background: #e9e6df; }
.finder-heading { display: grid; grid-template-columns: .6fr 1.35fr .85fr; gap: 46px; align-items: end; }
.finder-heading h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.35rem); line-height: .96; letter-spacing: -.06em; }
.finder-heading > p:last-child { margin: 0 0 8px; color: #666; }
.finder-form { margin-top: 62px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.finder-form fieldset { min-width: 0; margin: 0; padding: 24px; border: 1px solid #c8c3b8; background: rgba(255,255,255,.45); }
.finder-form legend { padding: 0 8px; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.finder-form label { display: block; margin-top: 10px; cursor: pointer; }
.finder-form label span { min-height: 50px; display: flex; align-items: center; padding: 10px 14px; border: 1px solid #cbc6bb; background: #f5f2ec; color: #4e4e4e; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.finder-form input { position: absolute; opacity: 0; }
.finder-form input:checked + span { border-color: var(--orange); background: var(--ink); color: #fff; }
.finder-form input:focus-visible + span { outline: 3px solid var(--orange); outline-offset: 2px; }
.finder-form > .button { grid-column: 1 / -1; justify-self: start; margin-top: 10px; border: 0; cursor: pointer; }
.finder-result { grid-column: 1 / -1; margin-top: 18px; padding: 34px; background: var(--ink); color: #fff; border-left: 6px solid var(--orange); }
.finder-result > p { margin: 0 0 8px; color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.finder-result h3 { margin: 0 0 10px; font-size: clamp(2rem, 3vw, 3.4rem); letter-spacing: -.04em; }
.finder-result > span { display: block; max-width: 720px; color: #bbb; }
.finder-result a { display: inline-block; margin-top: 22px; color: var(--orange); font-weight: 800; }
.finder-result small { display: block; margin-top: 18px; color: #888; font-size: .78rem; }

.statement { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 760px; background: var(--white); }
.statement-photo { min-height: 700px; overflow: hidden; }
.statement-photo img { width: 100%; height: 100%; object-fit: cover; }
.statement-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 130px); }
.statement blockquote { margin: 25px 0 30px; font-size: clamp(2.8rem, 4.5vw, 5rem); line-height: 1.02; letter-spacing: -.06em; font-weight: 720; }
.statement blockquote em { font-style: normal; color: var(--orange); }
.statement-copy > p:not(.section-index) { color: #5b5b5b; max-width: 500px; margin: 0 0 34px; font-size: 1.06rem; }
.statement-copy .button { align-self: flex-start; }

.project-process { padding: 120px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.process-heading h2 { margin: 18px 0 0; font-size: clamp(3rem, 4.5vw, 4.9rem); line-height: .98; letter-spacing: -.06em; }
.process-steps { border-top: 1px solid #bdb8ae; }
.process-steps article { padding: 26px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; border-bottom: 1px solid #bdb8ae; }
.process-steps h3 { margin: 0; font-size: 1.25rem; letter-spacing: -.025em; }
.process-steps p { margin: 0; color: #666; }

.projects { padding: 125px 0; }
.projects-head { display: grid; grid-template-columns: 1.4fr .7fr; gap: 70px; align-items: end; margin-bottom: 68px; }
.projects-head h2 { margin-top: 14px; }
.projects-head > p { color: #666; margin: 0 0 8px; }
.project-gallery { display: grid; grid-template-columns: 1.12fr .88fr; gap: 22px; }
.project { margin: 0; min-height: 390px; position: relative; overflow: hidden; background: #ddd; }
.project-tall { grid-row: span 2; min-height: 802px; }
.project-wide { grid-column: 2; }
.project img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .65s ease; }
.project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.75), transparent 60%); }
.project:hover img { transform: scale(1.035); }
.project figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; color: #fff; }
.project figcaption span { display: block; color: var(--orange); font-size: .66rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.project figcaption b { font-size: 1.2rem; }
.gallery-link { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 24px; padding: 22px 0; border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gallery-link span { color: var(--orange); font-size: 1.2rem; }

.audiences { background: var(--charcoal); color: #fff; padding: 120px max(32px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; }
.audiences-title-wrap { position: sticky; top: 130px; align-self: start; }
.audiences-title-wrap h2 { margin-top: 15px; }
.audience-list { border-top: 1px solid var(--line); }
.audience { padding: 32px 8px; border-bottom: 1px solid var(--line); }
.audience h3 { margin: 0 0 7px; font-size: 1.55rem; letter-spacing: -.03em; }
.audience p { margin: 0; color: #999; }
.audience a { display: inline-block; margin-top: 18px; color: var(--orange); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.audience.featured { background: var(--orange); margin-inline: -24px; padding-inline: 32px; color: var(--ink); border: 0; }
.audience.featured a { color: var(--ink); }
.audience.featured p { color: rgba(0,0,0,.68); }

.contact { min-height: 680px; position: relative; padding: 125px max(32px, calc((100vw - 1180px)/2)); overflow: hidden; background: var(--orange); display: grid; align-content: center; }
.contact-bg { position: absolute; left: -40px; top: 50%; transform: translateY(-50%); color: rgba(0,0,0,.055); font-size: clamp(8rem, 18vw, 20rem); font-weight: 900; letter-spacing: -.09em; white-space: nowrap; pointer-events: none; }
.contact > *:not(.contact-bg) { position: relative; z-index: 1; }
.contact .section-index { color: rgba(0,0,0,.6); }
.contact h2 { margin: 16px 0 58px; font-size: clamp(3.7rem, 6.8vw, 7.2rem); }
.contact-actions { display: grid; grid-template-columns: 1.3fr repeat(3, .7fr); align-items: end; gap: 28px; }
.contact-actions > a:not(.contact-main) { border-bottom: 1px solid rgba(0,0,0,.45); padding-bottom: 10px; font-weight: 700; }
.contact-main { display: flex; align-items: center; justify-content: space-between; min-height: 74px; padding: 0 26px; background: var(--ink); color: #fff; font-size: 1rem; font-weight: 800; }
.contact-main b { color: var(--orange); font-size: 1.35rem; }

.site-footer { padding: 72px max(32px, calc((100vw - 1180px)/2)) 28px; background: var(--ink); color: #999; }
.footer-main { display: grid; grid-template-columns: 1fr 1.25fr 1fr; gap: clamp(38px, 6vw, 90px); align-items: start; }
.footer-brand img { width: 206px; height: 48px; object-fit: contain; object-position: left; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(110px, 1fr)); align-content: start; gap: 9px 26px; }
.footer-links a, .footer-bottom a { color: #ddd; transition: color .2s ease; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--orange); }
.footer-contact { display: grid; gap: 14px; }
.footer-contact span { font-size: .7rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.footer-contact a { min-height: 56px; display: flex; justify-content: space-between; align-items: center; padding: 0 18px; background: var(--orange); color: var(--ink); font-size: .78rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.footer-bottom { margin-top: 50px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 28px; }
.copyright { margin: 0 auto 0 0; font-size: .72rem; }
.footer-bottom > a { font-size: .76rem; }
.floating-whatsapp { position: fixed; z-index: 110; right: 24px; bottom: 24px; min-height: 58px; display: flex; align-items: center; gap: 11px; padding: 0 20px 0 15px; border-radius: 999px; background: #20b45a; color: #fff; box-shadow: 0 14px 34px rgba(0,0,0,.24); font-size: .76rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(0,0,0,.32); }
.floating-whatsapp svg { width: 29px; height: 29px; fill: currentColor; }
.mobile-action-bar { display: none; }

/* Inner pages */
.inner-hero { min-height: 680px; padding: 190px max(32px, calc((100vw - 1180px)/2)) 100px; display: flex; align-items: flex-end; position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.inner-hero::before { content: ""; position: absolute; inset: 0; opacity: .32; background-size: cover; background-position: center; }
.inner-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.95), rgba(0,0,0,.18)); }
.compact-hero::before { background-image: url("../images/teleskopik-pocket-door.webp"); }
.gallery-hero::before { background-image: url("../images/hero-pocket-door.webp"); background-position: center 42%; }
.corporate-hero::before { background-image: url("../images/ciftli-pocket-door.webp"); }
.inner-hero-copy { position: relative; z-index: 2; width: min(820px, 100%); }
.inner-hero h1 { margin: 0; font-size: clamp(4rem, 7vw, 7.3rem); line-height: .92; letter-spacing: -.07em; }
.inner-hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(255,255,255,.8); }
.inner-hero-copy > p:last-child { max-width: 620px; margin: 30px 0 0; color: #ccc; font-size: 1.08rem; }

.system-list { padding: 100px 0 130px; }
.system-list-card { min-height: 245px; display: grid; grid-template-columns: 280px 1fr 42px; gap: 28px; align-items: center; padding: 28px 0; border-bottom: 1px solid #c8c5bd; }
.system-list-card:first-child { border-top: 1px solid #c8c5bd; }
.system-list-image { height: 188px; overflow: hidden; background: #ddd; }
.system-list-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .45s ease, filter .3s ease; }
.system-list-card:hover .system-list-image img { transform: scale(1.04); filter: saturate(1); }
.system-list-card h2 { margin: 0 0 9px; font-size: clamp(1.8rem, 3vw, 3.15rem); line-height: 1; letter-spacing: -.045em; }
.system-list-card p { max-width: 590px; margin: 0; color: #666; }
.system-list-card > b { color: var(--orange); font-size: 1.5rem; }

.detail-hero { min-height: 760px; padding-top: 82px; display: grid; grid-template-columns: .92fr 1.08fr; background: var(--ink); color: #fff; }
.detail-hero-copy { padding: 120px max(42px, calc((100vw - 1180px)/2)) 90px; padding-right: clamp(42px, 6vw, 100px); display: flex; flex-direction: column; justify-content: flex-end; }
.detail-hero-copy .section-index { margin-top: auto; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: auto; color: #8a8a8a; font-size: .69rem; letter-spacing: .06em; text-transform: uppercase; }
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb b { color: #ddd; }
.detail-hero h1 { margin: 16px 0 24px; font-size: clamp(4.3rem, 7vw, 7.8rem); line-height: .9; letter-spacing: -.07em; }
.detail-hero-copy > p:last-child { color: #aaa; max-width: 570px; font-size: 1.08rem; }
.detail-hero-image { min-height: 680px; overflow: hidden; }
.detail-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.detail-intro { padding: 125px 0 95px; display: grid; grid-template-columns: .65fr 2fr; gap: 70px; }
.detail-kicker { margin: 7px 0 0; color: #777; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.detail-intro h2, .corporate-intro h2 { margin: 0; font-size: clamp(3.1rem, 5.2vw, 5.6rem); line-height: .98; letter-spacing: -.06em; }
.detail-intro div > p, .corporate-intro div > p { max-width: 720px; margin: 34px 0 0; color: #555; font-size: 1.08rem; }
.technical-overview { padding: 110px 0; background: var(--charcoal); color: #fff; }
.technical-copy { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.technical-copy h2 { margin: 16px 0 0; max-width: 650px; font-size: clamp(3rem, 4.7vw, 5rem); line-height: .98; letter-spacing: -.06em; }
.technical-copy > div:last-child > p { max-width: 540px; margin: 0; color: #aaa; }
.technical-copy > div:last-child > a { display: inline-block; margin-top: 24px; padding-bottom: 4px; border-bottom: 1px solid var(--orange); color: var(--orange); font-size: .78rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.technical-figure { margin-top: 65px; padding: 38px; background: #f2efe9; color: var(--ink); }
.technical-figure svg { width: 100%; height: auto; display: block; }
.technical-figure svg text { fill: #555; font-family: Inter, ui-sans-serif, sans-serif; font-size: 20px; font-weight: 700; }
.technical-legend { padding-top: 20px; border-top: 1px solid #cbc6bb; display: flex; justify-content: space-between; gap: 30px; color: #666; font-size: .8rem; }
.technical-legend span:first-child { color: var(--ink); font-weight: 750; }
.technical-legend i { width: 25px; height: 4px; display: inline-block; margin-right: 9px; background: var(--orange); vertical-align: middle; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 90px; margin-bottom: 90px; background: #cfcac0; border: 1px solid #cfcac0; }
.detail-grid article { padding: 56px; background: #fff; }
.detail-grid h2 { margin: 0 0 30px; font-size: 2rem; letter-spacing: -.035em; }
.detail-grid ul { list-style: none; padding: 0; margin: 0; }
.detail-grid li { padding: 14px 0; border-top: 1px solid #ddd; color: #555; }
.detail-grid li::before { content: "—"; color: var(--orange); margin-right: 12px; }
.detail-note { margin-bottom: 120px; padding: 42px 0; border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.detail-note p { max-width: 650px; margin: 0; font-size: 1.08rem; }
.more-systems { padding: 95px 0 110px; background: var(--charcoal); color: #fff; }
.more-system-links { margin-top: 34px; border-top: 1px solid var(--line); }
.more-system-links a { display: grid; grid-template-columns: 1fr auto; padding: 24px 0; border-bottom: 1px solid var(--line); align-items: center; }
.more-system-links b { font-size: 1.5rem; letter-spacing: -.03em; }
.more-system-links i { color: var(--orange); font-style: normal; }
.faq-section { padding: 10px 0 120px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; }
.faq-section h2 { margin: 18px 0 0; font-size: clamp(2.7rem, 4vw, 4.4rem); line-height: .98; letter-spacing: -.055em; }
.faq-list { border-top: 1px solid #bbb; }
.faq-list details { border-bottom: 1px solid #bbb; }
.faq-list summary { list-style: none; padding: 24px 0; display: flex; justify-content: space-between; gap: 24px; cursor: pointer; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font-size: 1.4rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -5px 40px 24px 0; color: #666; }

.inner-contact { min-height: 260px; padding: 62px max(32px, calc((100vw - 1180px)/2)); background: var(--orange); display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.inner-contact p { max-width: 690px; margin: 0; font-size: clamp(2rem, 3.6vw, 3.8rem); line-height: 1.02; font-weight: 750; letter-spacing: -.05em; }
.inner-contact a { min-width: 280px; min-height: 62px; padding: 0 22px; background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: space-between; font-size: .76rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.inner-contact a span { color: var(--orange); }

.gallery-section { padding-top: 110px; }
.gallery-heading { display: grid; grid-template-columns: .7fr 1.35fr 1fr; gap: 42px; align-items: start; }
.gallery-heading h2 { margin: 0; font-size: clamp(2.5rem, 4vw, 4.7rem); line-height: 1; letter-spacing: -.055em; }
.gallery-heading > p:last-child { margin: 0; color: #666; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.gallery-filters button { min-height: 42px; padding: 0 18px; border: 1px solid #bdb8ae; background: transparent; color: #555; font-weight: 750; cursor: pointer; }
.gallery-filters button[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: #fff; }
.full-gallery { padding: 55px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 480px; gap: 22px; }
.real-projects { padding-bottom: 85px; }
.real-projects .gallery-heading { padding-top: 80px; border-top: 1px solid #c8c5bd; grid-template-columns: .7fr 2.35fr; }
.real-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 390px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; background: #ddd; }
.gallery-item-large { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.72)); }
.gallery-item figcaption { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 22px; color: #fff; display: flex; justify-content: space-between; align-items: end; }
.gallery-item::after, .gallery-item figcaption { pointer-events: none; }
.gallery-item figcaption span { color: var(--orange); font-size: .68rem; letter-spacing: .15em; }
.gallery-item figcaption b { font-size: 1.25rem; }
.gallery-note { margin-bottom: 110px; border-left: 4px solid var(--orange); padding: 6px 0 6px 28px; color: #555; }

.corporate-intro { padding: 125px 0; display: grid; grid-template-columns: .65fr 2fr; gap: 70px; }
.corporate-panels { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: #fff; }
.corporate-panels article { min-height: 390px; padding: clamp(50px, 7vw, 110px); border-right: 1px solid var(--line); }
.corporate-panels span { color: var(--orange); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.corporate-panels h2 { max-width: 470px; margin: 24px 0 28px; font-size: clamp(2.1rem, 3.5vw, 3.8rem); line-height: 1.02; letter-spacing: -.05em; }
.corporate-panels p { max-width: 520px; color: #aaa; }
.corporate-image { min-height: 680px; position: relative; overflow: hidden; display: flex; align-items: flex-end; color: #fff; }
.corporate-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.corporate-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.8), transparent 70%); }
.corporate-image > div { position: relative; z-index: 2; padding: 70px max(32px, calc((100vw - 1180px)/2)); }
.corporate-image p { color: var(--orange); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.corporate-image h2 { margin: 12px 0 0; font-size: clamp(3.5rem, 6vw, 6.8rem); line-height: .92; letter-spacing: -.07em; }

.contact-page { min-height: 100svh; padding: 180px max(32px, calc((100vw - 1180px)/2)) 100px; background: var(--charcoal); color: #fff; display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.contact-page-title h1 { margin: 0; font-size: clamp(4.4rem, 7vw, 7.8rem); line-height: .9; letter-spacing: -.07em; }
.contact-page-title h1 em { color: var(--orange); font-style: normal; }
.contact-page-title > p:last-child { max-width: 620px; color: #aaa; font-size: 1.08rem; }
.contact-card { padding: 46px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.035); }
.contact-card p { margin: 24px 0 3px; color: #888; font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-card p:first-child { margin-top: 0; }
.contact-card > a:not(.button) { font-size: 1.25rem; font-weight: 650; }
.contact-card address { font-style: normal; color: #ddd; }
.contact-card .button { margin-top: 35px; width: 100%; }

.quote-section { padding: 120px max(32px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; background: #252525; color: #fff; }
.quote-heading h2 { margin: 16px 0 26px; font-size: clamp(3.2rem, 5vw, 5.5rem); line-height: .96; letter-spacing: -.06em; }
.quote-heading > p:last-child { max-width: 520px; color: #aaa; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: grid; gap: 8px; color: #bbb; font-size: .78rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.quote-form input, .quote-form select { width: 100%; min-height: 54px; padding: 0 15px; border: 1px solid #555; border-radius: 0; background: #171717; color: #fff; font: inherit; }
.quote-form input::placeholder { color: #777; }
.quote-form input:focus, .quote-form select:focus { outline: 2px solid var(--orange); border-color: var(--orange); }
.quote-form .field-wide { grid-column: 1 / -1; }
.quote-form .button { border: 0; cursor: pointer; }
.form-note { margin: 0; color: #858585; font-size: .78rem; line-height: 1.5; }

.guide-hero::before { background-image: url("../images/tekli-pocket-door.webp"); }
.guide-grid { padding: 110px 0 130px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.guide-card { min-height: 390px; padding: 34px; display: flex; flex-direction: column; border: 1px solid #c6c1b7; background: #fff; transition: transform .25s ease, border-color .25s ease; }
.guide-card:hover { transform: translateY(-5px); border-color: var(--orange); }
.guide-card > p { margin: 0; color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.guide-card h2 { margin: 28px 0 20px; font-size: 2.25rem; line-height: 1.05; letter-spacing: -.045em; }
.guide-card > span { color: #666; }
.guide-card > b { margin-top: auto; padding-top: 28px; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.guide-article > header { min-height: 660px; padding: 170px max(32px, calc((100vw - 980px)/2)) 100px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--charcoal); color: #fff; }
.guide-article > header .breadcrumb { margin-bottom: auto; }
.guide-article > header h1 { max-width: 980px; margin: 20px 0 28px; font-size: clamp(4rem, 7vw, 7rem); line-height: .92; letter-spacing: -.07em; }
.guide-article > header > p:last-child { max-width: 780px; color: #bbb; font-size: 1.15rem; }
.guide-content { padding: 110px 0; }
.guide-content > section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: 55px 0; border-top: 1px solid #bbb; }
.guide-content > section h2 { margin: 0; font-size: clamp(2.1rem, 3vw, 3.4rem); line-height: 1; letter-spacing: -.045em; }
.guide-content > section p { margin: 0 0 18px; color: #555; font-size: 1.05rem; }
.guide-content aside { margin-top: 50px; padding: 46px; display: flex; align-items: center; justify-content: space-between; gap: 45px; background: var(--ink); color: #fff; }
.guide-content aside p { max-width: 650px; margin: 0; font-size: 1.1rem; }

a:focus-visible, button:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.contact a:focus-visible { outline-color: var(--ink); }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-toggle { display: grid; gap: 6px; width: 44px; height: 44px; place-content: center; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.3); }
  .menu-toggle span:not(.sr-only) { width: 18px; height: 1px; background: currentColor; }
  .main-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 30px 22px; background: rgba(8,8,8,.98); flex-direction: column; gap: 22px; }
  .site-header:not(.scrolled) .main-nav { top: 82px; }
  .main-nav.open { display: flex; }
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 760px); }
  .site-header { height: 70px; padding: 0 20px; grid-template-columns: 1fr auto; }
  .brand img { width: 170px; height: 40px; }
  .header-cta { display: none; }
  .menu-toggle { display: grid; gap: 6px; width: 44px; height: 44px; place-content: center; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.3); }
  .menu-toggle span:not(.sr-only) { width: 18px; height: 1px; background: currentColor; }
  .main-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 30px 22px; background: rgba(8,8,8,.98); flex-direction: column; gap: 22px; }
  .site-header:not(.scrolled) .main-nav { top: 70px; }
  .site-header.scrolled .main-nav { top: 68px; }
  .main-nav.open { display: flex; }
  .hero-content { margin-left: 28px; width: calc(100vw - 56px); }
  .hero h1 { font-size: clamp(3.6rem, 12vw, 6.3rem); }
  .scroll-note { display: none; }
  .intro { grid-template-columns: 1fr; gap: 28px; min-height: auto; padding: 90px 0; }
  .intro-stamp { display: none; }
  .motion-showcase { grid-template-columns: 1fr; }
  .door-compare { min-height: 62vw; }
  .systems-head, .projects-head { grid-template-columns: 1fr; gap: 30px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: min(60vw, 520px); }
  .product-card-large { grid-row: span 1; }
  .product-card-wide { grid-column: span 2; }
  .finder-heading, .finder-form { grid-template-columns: 1fr; }
  .finder-heading { gap: 22px; }
  .finder-form > .button, .finder-result { grid-column: 1; }
  .statement { grid-template-columns: 1fr; }
  .statement-photo { min-height: 560px; }
  .project-gallery { grid-template-columns: 1fr; }
  .project, .project-tall { min-height: 520px; grid-row: auto; }
  .project-wide { grid-column: auto; }
  .audiences { grid-template-columns: 1fr; gap: 60px; }
  .audiences-title-wrap { position: static; }
  .project-process { grid-template-columns: 1fr; gap: 55px; }
  .contact-actions { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
  .detail-hero { grid-template-columns: 1fr; padding-top: 70px; }
  .detail-hero-copy { min-height: 570px; padding: 90px 32px 62px; }
  .detail-hero-image { min-height: 600px; }
  .detail-intro, .corporate-intro { grid-template-columns: 1fr; gap: 30px; }
  .technical-copy, .faq-section, .quote-section { grid-template-columns: 1fr; gap: 50px; }
  .gallery-heading { grid-template-columns: 1fr; gap: 20px; }
  .real-projects .gallery-heading { grid-template-columns: 1fr; }
  .detail-note, .inner-contact { align-items: flex-start; flex-direction: column; }
  .corporate-panels, .contact-page { grid-template-columns: 1fr; }
  .contact-page { gap: 55px; padding-top: 150px; }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-content > section { grid-template-columns: 1fr; gap: 28px; }
  .guide-content aside { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100vw - 32px); }
  body { padding-bottom: 64px; }
  .hero { min-height: 850px; align-items: center; }
  .hero-media { background-position: 63% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,5,5,.9), rgba(5,5,5,.35)), linear-gradient(0deg, rgba(0,0,0,.72), transparent 55%); }
  .hero-rule { left: auto; right: 28px; }
  .hero-content { margin: 80px 20px 70px; width: calc(100vw - 40px); }
  .hero h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .motion-copy { padding: 74px 20px; }
  .motion-copy h2 { font-size: 3.2rem; }
  .door-compare { min-height: 70vw; }
  .compare-line span { width: 44px; height: 44px; }
  .compare-label { top: 14px; }
  .compare-label-closed { left: 14px; }
  .compare-label-open { right: 14px; }
  .intro h2, .projects h2, .audiences h2 { font-size: 3rem; }
  .systems { padding-top: 84px; }
  .systems-head { padding-bottom: 50px; }
  .systems-head h2 { font-size: 3.2rem; }
  .product-grid { grid-template-columns: 1fr; grid-auto-rows: 118vw; }
  .product-card-wide { grid-column: auto; }
  .system-finder { padding: 78px 0 90px; }
  .finder-heading h2 { font-size: 3.15rem; }
  .finder-form { margin-top: 42px; }
  .finder-form fieldset { padding: 19px; }
  .finder-form > .button { width: 100%; }
  .finder-result { padding: 26px 22px; }
  .statement-photo { min-height: 430px; }
  .statement-copy { padding: 72px 22px; }
  .statement blockquote { font-size: 3rem; }
  .project-process { padding: 80px 0; }
  .process-heading h2 { font-size: 3rem; }
  .process-steps article { grid-template-columns: 1fr; gap: 9px; }
  .projects { padding: 90px 0; }
  .project, .project-tall { min-height: 120vw; }
  .audiences { padding: 86px 22px; }
  .audience.featured { margin-inline: 0; padding-inline: 22px; }
  .contact { padding: 90px 20px; min-height: 620px; }
  .contact h2 { font-size: 3.4rem; }
  .contact-actions { gap: 22px; }
  .site-footer { padding: 58px 22px 30px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-contact { grid-column: auto; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { align-items: flex-start; flex-wrap: wrap; gap: 12px 22px; }
  .footer-bottom .copyright { flex-basis: 100%; }
  .floating-whatsapp { display: none; }
  .mobile-action-bar { position: fixed; z-index: 120; left: 0; right: 0; bottom: 0; height: 64px; display: grid; grid-template-columns: repeat(3, 1fr); background: #090909; color: #fff; border-top: 1px solid #444; }
  .mobile-action-bar a { display: grid; place-items: center; border-right: 1px solid #333; font-size: .76rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
  .mobile-action-bar a:nth-child(2) { background: var(--orange); color: var(--ink); }
  .inner-hero { min-height: 620px; padding: 155px 20px 70px; }
  .inner-hero h1 { font-size: 3.55rem; }
  .system-list { padding: 65px 0 90px; }
  .system-list-card { grid-template-columns: 1fr 34px; gap: 14px; padding: 22px 0 30px; }
  .system-list-image { height: 78vw; grid-column: 1 / -1; }
  .system-list-card > b { grid-column: 2; grid-row: 2; }
  .system-list-card h2 { font-size: 2rem; }
  .detail-hero-copy { min-height: 530px; padding-inline: 20px; }
  .detail-hero h1 { font-size: 3.85rem; }
  .detail-hero-image { min-height: 115vw; }
  .detail-intro, .corporate-intro { padding: 80px 0 60px; }
  .detail-intro h2, .corporate-intro h2 { font-size: 3rem; }
  .technical-overview { padding: 78px 0; }
  .technical-copy h2 { font-size: 3rem; }
  .technical-figure { margin-top: 42px; padding: 12px; }
  .technical-figure svg text { font-size: 30px; }
  .technical-legend { align-items: flex-start; flex-direction: column; gap: 8px; }
  .detail-grid { grid-template-columns: 1fr; margin-top: 60px; margin-bottom: 60px; }
  .detail-grid article { padding: 35px 24px; }
  .detail-note { margin-bottom: 80px; }
  .detail-note .button { width: 100%; }
  .faq-section { padding-bottom: 80px; }
  .faq-section h2 { font-size: 3rem; }
  .more-systems { padding: 70px 0 80px; }
  .inner-contact { padding: 55px 20px; }
  .inner-contact a { min-width: 100%; }
  .gallery-section { padding-top: 75px; }
  .gallery-heading h2 { font-size: 2.8rem; }
  .full-gallery { grid-template-columns: 1fr; grid-auto-rows: 116vw; padding: 42px 0 0; }
  .real-projects { padding-bottom: 55px; }
  .real-projects .gallery-heading { padding-top: 55px; }
  .gallery-item-large { grid-row: auto; }
  .gallery-note { margin-bottom: 75px; }
  .corporate-panels { grid-template-columns: 1fr; }
  .corporate-panels article { min-height: auto; padding: 65px 24px; border-bottom: 1px solid var(--line); }
  .corporate-image { min-height: 590px; }
  .contact-page { padding: 145px 20px 80px; }
  .contact-page-title h1 { font-size: 4rem; }
  .contact-card { padding: 32px 22px; }
  .quote-section { padding: 80px 20px; }
  .quote-heading h2 { font-size: 3.2rem; }
  .quote-form { grid-template-columns: 1fr; }
  .quote-form .field-wide { grid-column: 1; }
  .guide-grid { grid-template-columns: 1fr; padding: 75px 0 90px; }
  .guide-card { min-height: 330px; }
  .guide-article > header { min-height: 590px; padding: 145px 20px 70px; }
  .guide-article > header h1 { font-size: 3.8rem; }
  .guide-content { padding: 75px 0; }
  .guide-content > section { padding: 38px 0; }
  .guide-content aside { padding: 30px 22px; }
  .guide-content aside .button { width: 100%; }
}

.motion-ready .reveal-item { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.motion-ready .reveal-item.is-visible { opacity: 1; transform: none; }
.image-lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 34px; border: 0; background: rgba(8,8,8,.94); color: #fff; }
.image-lightbox::backdrop { background: rgba(0,0,0,.86); }
.image-lightbox figure { width: 100%; height: 100%; margin: 0; display: grid; grid-template-rows: 1fr auto; place-items: center; gap: 14px; }
.image-lightbox img { max-width: 92vw; max-height: calc(100vh - 100px); width: auto; height: auto; object-fit: contain; }
.image-lightbox figcaption { color: #bbb; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }
.image-lightbox > button { position: fixed; z-index: 2; top: 22px; right: 24px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: #111; color: #fff; font-size: 2rem; line-height: 1; cursor: pointer; }
.gallery-item img[role="button"], .project-gallery img[role="button"] { cursor: zoom-in; }

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

/* WordPress integration */
.admin-bar .site-header { top: 32px; }
.wp-site-blocks, .elementor, .elementor-section { max-width: none; }
.wp-caption, .gallery-caption { max-width: 100%; }
.alignwide { width: var(--shell); margin-inline: auto; }
.alignfull { width: 100%; }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus { width: auto; height: auto; clip: auto; padding: 12px; background: #fff; color: #111; z-index: 100000; }
.wp-generic-main { min-height: 70vh; padding: 150px 0 100px; background: var(--paper); }
.wp-generic-main > .section-shell { max-width: 900px; }
.wp-generic-main h1 { margin: 0 0 36px; font-size: clamp(3rem, 6vw, 6rem); line-height: .96; letter-spacing: -.06em; }
.wp-generic-main article { padding: 34px 0; border-top: 1px solid #c7c3ba; }
.wp-generic-main article h2 { margin: 0 0 12px; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.05; }
.wp-generic-main .entry-meta { color: #777; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.wp-generic-main .entry-content { margin-top: 24px; }
.wp-generic-main .entry-content a { color: #d86100; text-decoration: underline; }
.wp-pagination { display: flex; gap: 18px; margin-top: 40px; }
.dynamic-projects { padding-bottom: 90px; }
.dynamic-projects .gallery-heading { padding-top: 20px; }

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}
