/*
 * Oasis Interiors Fujairah
 * Premium bilingual marketing website
 * Brand system: deep palm green, warm limestone, aged brass and soft sand.
 */

:root {
  --green-950: #0b241b;
  --green-900: #102f24;
  --green-850: #14372b;
  --green-800: #173d2f;
  --green-700: #245743;
  --green-600: #37725b;
  --olive-600: #758460;
  --olive-300: #b7bea4;
  --gold-700: #9a6b2e;
  --gold-600: #b3823e;
  --gold-500: #c39754;
  --gold-300: #ddc395;
  --cream-100: #fbf7ef;
  --cream-200: #f7f1e6;
  --sand-200: #efe5d5;
  --sand-300: #e4d5c0;
  --white: #fffefb;
  --ink-900: #17221e;
  --ink-700: #48534f;
  --ink-500: #737b77;
  --border: rgba(18, 52, 40, 0.14);
  --border-light: rgba(255, 255, 255, 0.16);
  --error: #a53a34;
  --success: #2f7657;
  --shadow-sm: 0 10px 26px rgba(11, 36, 27, 0.08);
  --shadow-md: 0 24px 54px rgba(11, 36, 27, 0.13);
  --shadow-lg: 0 40px 90px rgba(5, 24, 17, 0.24);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 30px;
  --radius-xl: 54px;
  --header-height: 92px;
  --shell: 1240px;
  --gutter: clamp(20px, 4vw, 56px);
  --section: clamp(82px, 9vw, 138px);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  --arabic: Tahoma, Arial, "Segoe UI", sans-serif;
  --ease: cubic-bezier(.22, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--green-950); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink-900);
  background: var(--cream-100);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
html[dir="rtl"] body { font-family: var(--arabic); }
body.menu-open { overflow: hidden; }
img, picture, video, iframe { display: block; max-width: 100%; }
img { height: auto; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, h4, ul, ol, dl, figure, blockquote { margin-top: 0; }
ul, ol { padding: 0; }
address { font-style: normal; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
::selection { background: var(--gold-300); color: var(--green-950); }
:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 3px; }
[hidden] { display: none !important; }

.skip-link {
  position: fixed;
  z-index: 9999;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  padding: 10px 16px;
  background: var(--white);
  color: var(--green-900);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(calc(100% - (var(--gutter) * 2)), var(--shell)); margin-inline: auto; }
.section { position: relative; padding-block: var(--section); overflow: clip; }
.section--white { background: var(--white); }
.section--cream { background: var(--cream-200); }
.section--sand { background: var(--sand-200); }
.section--dark { background: var(--green-900); color: var(--white); }

h1, h2, h3 { color: inherit; line-height: 1.08; letter-spacing: -0.035em; }
h1, h2 { font-family: var(--serif); font-weight: 500; }
html[dir="rtl"] h1, html[dir="rtl"] h2 { font-family: var(--arabic); font-weight: 700; letter-spacing: 0; line-height: 1.25; }
h1 { font-size: clamp(3.2rem, 6.4vw, 6.65rem); }
h2 { font-size: clamp(2.45rem, 4.2vw, 4.55rem); }
h3 { font-size: clamp(1.18rem, 1.6vw, 1.48rem); font-weight: 650; }
p { color: var(--ink-700); }
.section--dark p, .page-hero p, .service-hero p, .quote-hero p, .legal-hero p, .result-page p { color: rgba(255,255,255,.72); }
.lead { font-size: clamp(1.18rem, 1.75vw, 1.52rem); line-height: 1.65; color: var(--ink-900); }
.lead--secondary { font-size: clamp(1.02rem, 1.35vw, 1.2rem); color: var(--ink-700); }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--green-700);
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 30px; height: 1px; background: currentColor; }
.eyebrow--gold { color: var(--gold-300); }
html[dir="rtl"] .eyebrow { letter-spacing: 0; }

.section-heading { margin-bottom: clamp(42px, 6vw, 78px); }
.section-heading h2 { margin-bottom: 0; max-width: 850px; }
.section-heading p { max-width: 620px; font-size: 1.06rem; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: end; gap: clamp(32px, 7vw, 100px); }
.section-heading--split > div:last-child > p, .section-heading--split > p { margin-bottom: 25px; }
.section-heading--center { max-width: 790px; margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center p { margin-inline: auto; }
.section-heading--light h2 { color: var(--white); }
.section-heading--light p { color: rgba(255,255,255,.67); }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button-row--center { justify-content: center; }
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  font-size: .91rem;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .28s var(--ease), background .28s ease, border-color .28s ease, color .28s ease, box-shadow .28s ease;
}
.button svg { width: 17px; height: 17px; transition: transform .28s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:hover svg { transform: translateX(3px); }
html[dir="rtl"] .button:hover svg { transform: translateX(-3px); }
.button--small { min-height: 44px; padding: 10px 18px; font-size: .82rem; }
.button--wide { width: 100%; }
.button--gold { background: var(--gold-500); color: var(--green-950); box-shadow: 0 10px 30px rgba(195,151,84,.24); }
.button--gold:hover { background: #d2a866; box-shadow: 0 15px 36px rgba(195,151,84,.31); }
.button--dark { background: var(--green-900); color: var(--white); }
.button--dark:hover { background: var(--green-700); }
.button--outline { border-color: rgba(23,61,47,.33); color: var(--green-900); background: transparent; }
.button--outline:hover { border-color: var(--green-700); background: rgba(23,61,47,.05); }
.button--ghost-light { border-color: rgba(255,255,255,.38); color: var(--white); background: rgba(255,255,255,.03); }
.button--ghost-light:hover { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.08); }

.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green-700); font-size: .84rem; font-weight: 750; }
.text-link svg { width: 16px; transition: transform .25s ease; }
.text-link:hover svg { transform: translateX(4px); }
html[dir="rtl"] .text-link:hover svg { transform: translateX(-4px); }
.text-link--large { font-size: .94rem; }
.text-link--light { color: var(--gold-300); }

/* Header */
.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: rgba(251,247,239,.96);
  border-bottom: 1px solid rgba(23,61,47,.09);
  transition: box-shadow .3s ease, background .3s ease, transform .3s ease;
  backdrop-filter: blur(16px);
}
.site-header.is-scrolled { box-shadow: 0 12px 30px rgba(12,41,30,.09); background: rgba(255,254,251,.98); }
.header-strip { background: var(--green-950); color: rgba(255,255,255,.78); font-size: .73rem; }
.header-strip__inner { height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.header-strip__right { display: flex; align-items: center; gap: 24px; }
.header-strip__item { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; transition: color .2s ease; }
.header-strip__item:hover { color: var(--gold-300); }
.header-strip__item svg { width: 13px; height: 13px; }
.header-main { height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; direction: ltr; }
.brand__mark { width: 54px; height: 54px; object-fit: contain; }
.brand__wordmark { display: flex; flex-direction: column; line-height: .86; color: var(--green-900); }
.brand__name { font-family: var(--serif); font-size: 1.72rem; letter-spacing: .08em; }
.brand__descriptor { margin-top: 8px; font-size: .56rem; font-weight: 800; letter-spacing: .38em; padding-inline-start: 3px; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(19px, 2.5vw, 38px); margin-inline: auto; }
.desktop-nav a { position: relative; padding-block: 33px; color: #32433c; font-size: .84rem; font-weight: 680; }
.desktop-nav a::after { content: ""; position: absolute; inset-inline: 0; bottom: 23px; height: 2px; background: var(--gold-500); transform: scaleX(0); transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.desktop-nav a[aria-current="page"] { color: var(--green-900); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-switch { min-width: 58px; text-align: center; font-size: .77rem; font-weight: 750; color: var(--green-700); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--border); border-radius: 50%; background: transparent; align-items: center; justify-content: center; cursor: pointer; }
.menu-toggle svg { width: 21px; height: 21px; }
.menu-toggle__close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-toggle__open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-toggle__close { display: block; }
.mobile-menu { position: absolute; inset-inline: 0; top: 100%; background: var(--cream-100); border-top: 1px solid var(--border); box-shadow: var(--shadow-lg); max-height: calc(100vh - 90px); overflow-y: auto; }
.mobile-menu__inner { padding-block: 25px 35px; }
.mobile-menu nav { display: grid; }
.mobile-menu nav > a { padding-block: 14px; border-bottom: 1px solid var(--border); font-family: var(--serif); font-size: 1.6rem; }
html[dir="rtl"] .mobile-menu nav > a { font-family: var(--arabic); }
.mobile-menu nav > a[aria-current="page"] { color: var(--gold-700); }
.mobile-menu__language { font-family: var(--sans) !important; font-size: 1rem !important; font-weight: 700; }
.mobile-menu__contact { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 25px; }
.mobile-menu__contact .button { grid-column: 1 / -1; }
.mobile-menu__quick { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px; border: 1px solid var(--border); border-radius: 999px; color: var(--green-900); font-weight: 700; font-size: .85rem; }

/* Hero */
.hero { position: relative; overflow: hidden; background: var(--green-900); color: var(--white); }
.hero--home { min-height: min(830px, calc(100svh - 126px)); display: flex; align-items: center; padding-block: clamp(70px, 8vw, 110px) 90px; }
.hero__texture { position: absolute; inset: 0; opacity: .24; background-image: radial-gradient(circle at 20% 20%, rgba(195,151,84,.3), transparent 28%), radial-gradient(circle at 88% 72%, rgba(117,132,96,.33), transparent 34%), linear-gradient(115deg, transparent 45%, rgba(255,255,255,.025) 45% 46%, transparent 46% 100%); }
.hero::before { content: ""; position: absolute; width: 650px; height: 650px; border: 1px solid rgba(221,195,149,.14); border-radius: 50%; inset-inline-start: -420px; top: -200px; }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .94fr) minmax(440px, 1.06fr); align-items: center; gap: clamp(52px, 8vw, 118px); }
.hero__copy h1 { max-width: 720px; margin-bottom: 28px; }
.hero__intro { max-width: 630px; font-size: clamp(1.06rem, 1.45vw, 1.27rem); line-height: 1.75; color: rgba(255,255,255,.76); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 38px; }
.hero__proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: clamp(45px, 7vw, 76px); padding-top: 27px; border-top: 1px solid rgba(255,255,255,.14); }
.hero__proof div { display: grid; gap: 4px; }
.hero__proof strong { font-family: var(--serif); color: var(--gold-300); font-size: 1.65rem; line-height: 1; font-weight: 500; }
html[dir="rtl"] .hero__proof strong { font-family: var(--arabic); }
.hero__proof span { color: rgba(255,255,255,.62); font-size: .73rem; line-height: 1.4; }
.hero-collage { position: relative; min-height: 570px; }
.hero-collage__main { position: absolute; inset-inline-end: 0; top: 0; width: 79%; height: 90%; overflow: hidden; border-radius: 220px 220px 18px 18px; box-shadow: var(--shadow-lg); }
.hero-collage__main picture, .hero-collage__main img, .hero-collage__secondary picture, .hero-collage__secondary img { width: 100%; height: 100%; }
.hero-collage__image { object-fit: cover; }
.hero-collage__secondary { position: absolute; z-index: 2; inset-inline-start: 0; bottom: 0; width: 35%; height: 49%; overflow: hidden; border: 8px solid var(--green-900); border-radius: 120px 120px 8px 8px; box-shadow: var(--shadow-md); }
.hero-collage__badge { position: absolute; z-index: 3; inset-inline-end: -16px; bottom: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 124px; height: 124px; border-radius: 50%; background: var(--gold-500); color: var(--green-950); font-size: .63rem; font-weight: 800; letter-spacing: .13em; line-height: 1.55; text-transform: uppercase; box-shadow: 0 18px 36px rgba(4,20,14,.28); transform: rotate(-8deg); }
.hero-collage__arch { position: absolute; inset-inline-end: -50px; top: -38px; width: 68%; height: 92%; border: 1px solid rgba(221,195,149,.24); border-radius: 240px 240px 22px 22px; pointer-events: none; }
.hero__scroll { position: absolute; z-index: 2; inset-inline-start: 50%; bottom: 22px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 3px; color: rgba(255,255,255,.5); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
html[dir="rtl"] .hero__scroll { transform: translateX(50%); }
.hero__scroll svg { width: 17px; height: 17px; animation: bob 1.8s infinite ease-in-out; }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px); } }

.trust-ribbon { background: var(--gold-500); color: var(--green-950); }
.trust-ribbon__inner { min-height: 58px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px 31px; font-size: .76rem; }
.trust-ribbon__inner span { font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .7; }
.trust-ribbon__inner strong { position: relative; font-weight: 720; }
.trust-ribbon__inner strong:not(:last-child)::after { content: "·"; position: absolute; inset-inline-end: -18px; opacity: .45; }

/* Services */
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.service-card { min-width: 0; }
.service-card > a { display: grid; height: 100%; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 4px 0 rgba(23,61,47,.02); transition: transform .35s var(--ease), box-shadow .35s ease, border-color .35s ease; }
.service-card > a:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: rgba(195,151,84,.55); }
.service-card__media { height: 300px; overflow: hidden; background: var(--sand-200); }
.service-card__media picture, .service-card__media img { width: 100%; height: 100%; }
.service-card__media img { object-fit: cover; transition: transform .7s var(--ease); }
.service-card > a:hover .service-card__media img { transform: scale(1.045); }
.service-card__body { position: relative; padding: 31px 29px 28px; }
.service-card__icon { position: absolute; inset-inline-end: 24px; top: -28px; display: grid; place-items: center; width: 57px; height: 57px; border-radius: 50%; color: var(--green-900); background: var(--gold-500); box-shadow: 0 8px 20px rgba(23,61,47,.17); }
.service-card__icon svg { width: 25px; height: 25px; }
.service-card h3 { margin: 0 64px 13px 0; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; }
html[dir="rtl"] .service-card h3 { margin: 0 0 13px 64px; font-family: var(--arabic); font-weight: 700; }
.service-card p { min-height: 79px; margin-bottom: 22px; font-size: .91rem; }
.service-card--compact .service-card__media { height: 250px; }
.service-card--compact p { min-height: 64px; }
.service-grid--index { row-gap: 34px; }
.service-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* Homepage about */
.about-feature__grid { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); align-items: center; gap: clamp(58px, 8vw, 120px); }
.about-feature__visual { position: relative; min-height: 650px; }
.about-feature__primary { position: absolute; inset-inline-start: 0; top: 0; width: 76%; height: 91%; overflow: hidden; border-radius: 190px 190px 14px 14px; box-shadow: var(--shadow-md); }
.about-feature__primary picture, .about-feature__primary img, .about-feature__secondary picture, .about-feature__secondary img { width: 100%; height: 100%; }
.about-feature__primary img, .about-feature__secondary img { object-fit: cover; }
.about-feature__secondary { position: absolute; inset-inline-end: 0; bottom: 0; width: 40%; height: 42%; border: 8px solid var(--white); overflow: hidden; border-radius: 18px; box-shadow: var(--shadow-md); }
.about-feature__seal { position: absolute; inset-inline-end: 7%; top: 8%; display: grid; place-items: center; width: 108px; height: 108px; padding: 18px; text-align: center; border-radius: 50%; color: var(--white); background: var(--green-900); border: 1px solid rgba(255,255,255,.35); box-shadow: var(--shadow-sm); }
.about-feature__seal::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(221,195,149,.7); border-radius: 50%; }
.about-feature__seal strong { font-family: var(--serif); font-size: 1rem; letter-spacing: .09em; }
.about-feature__seal span { font-size: .51rem; letter-spacing: .2em; }
.about-feature__copy h2 { margin-bottom: 27px; }
.about-feature__copy .lead { margin-bottom: 35px; }
.value-list { display: grid; gap: 20px; margin-bottom: 36px; }
.value-list__item { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; padding-bottom: 19px; border-bottom: 1px solid var(--border); }
.value-list__icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: var(--green-900); background: var(--sand-200); }
.value-list__icon svg { width: 21px; height: 21px; }
.value-list__item h3 { margin-bottom: 5px; font-size: 1rem; letter-spacing: -.01em; }
.value-list__item p { margin: 0; font-size: .87rem; }

/* Portfolio grids */
.portfolio-preview { position: relative; }
.portfolio-preview__pattern { position: absolute; inset: 0; background: radial-gradient(circle at 12% 60%, rgba(195,151,84,.11), transparent 28%), linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.025) 50%, transparent 50.2%); }
.project-mosaic, .project-gallery { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 155px; gap: 16px; }
.project-tile { position: relative; grid-column: span 4; grid-row: span 3; padding: 0; border: 0; overflow: hidden; border-radius: var(--radius-sm); background: var(--green-800); cursor: zoom-in; text-align: start; }
.project-tile--1, .project-tile--6 { grid-column: span 5; grid-row: span 4; }
.project-tile--2, .project-tile--5 { grid-column: span 3; grid-row: span 3; }
.project-tile--3, .project-tile--4 { grid-column: span 4; grid-row: span 3; }
.project-tile--7 { grid-column: span 4; grid-row: span 4; }
.project-tile picture, .project-tile img { width: 100%; height: 100%; }
.project-tile img { object-fit: cover; transition: transform .65s var(--ease), filter .4s ease; }
.project-tile:hover img { transform: scale(1.045); filter: saturate(.9); }
.project-tile__overlay { position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; padding: 24px; color: var(--white); background: linear-gradient(180deg, transparent 38%, rgba(5,23,16,.82)); opacity: .84; transition: opacity .3s ease; }
.project-tile:hover .project-tile__overlay { opacity: 1; }
.project-tile__overlay > span:first-child { display: grid; gap: 5px; }
.project-tile__overlay strong { font-family: var(--serif); font-size: 1.18rem; font-weight: 500; }
html[dir="rtl"] .project-tile__overlay strong { font-family: var(--arabic); font-weight: 700; }
.project-tile__overlay small { color: var(--gold-300); font-size: .63rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.project-tile__open { display: grid; flex: 0 0 auto; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.project-tile__open svg { width: 18px; height: 18px; }

/* Process */
.process-grid { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); counter-reset: step; gap: 1px; border: 1px solid rgba(23,61,47,.12); background: rgba(23,61,47,.12); }
.process-card { position: relative; min-height: 250px; padding: 34px; background: var(--sand-200); overflow: hidden; }
.process-card::after { content: ""; position: absolute; inset-inline-end: -45px; bottom: -65px; width: 135px; height: 135px; border: 1px solid rgba(23,61,47,.12); border-radius: 50%; }
.process-card__number { display: inline-block; margin-bottom: 45px; color: var(--gold-700); font-family: var(--serif); font-size: 1.08rem; }
.process-card h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 1.42rem; font-weight: 500; }
html[dir="rtl"] .process-card h3 { font-family: var(--arabic); font-weight: 700; }
.process-card p { margin: 0; font-size: .88rem; }
.process-grid--light { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.12); }
.process-grid--light .process-card { background: var(--green-850); }
.process-grid--light .process-card h3 { color: var(--white); }
.process-grid--light .process-card p { color: rgba(255,255,255,.63); }
.process-grid--light .process-card::after { border-color: rgba(255,255,255,.1); }

/* FAQ */
.faq-section__grid { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(50px, 9vw, 130px); }
.faq-section__intro { position: sticky; top: 160px; align-self: start; }
.faq-section__intro h2 { margin-bottom: 25px; }
.faq-section__intro p { margin-bottom: 30px; }
.accordion { border-top: 1px solid var(--border); }
.accordion__item { border-bottom: 1px solid var(--border); }
.accordion__item summary { list-style: none; display: flex; justify-content: space-between; gap: 25px; align-items: center; padding: 26px 4px; font-family: var(--serif); font-size: 1.25rem; line-height: 1.4; cursor: pointer; }
html[dir="rtl"] .accordion__item summary { font-family: var(--arabic); font-weight: 700; }
.accordion__item summary::-webkit-details-marker { display: none; }
.accordion__item summary svg { flex: 0 0 auto; width: 19px; height: 19px; transition: transform .3s ease; }
.accordion__item[open] summary svg { transform: rotate(180deg); }
.accordion__content { padding: 0 50px 25px 4px; }
html[dir="rtl"] .accordion__content { padding: 0 4px 25px 50px; }
.accordion__content p { margin: 0; }
.accordion--dark { border-top-color: var(--border-light); }
.accordion--dark .accordion__item { border-bottom-color: var(--border-light); }
.accordion--dark summary { color: var(--white); }
.accordion--dark p { color: rgba(255,255,255,.64); }

/* CTAs */
.cta-panel { position: relative; min-height: 610px; display: flex; align-items: center; overflow: hidden; color: var(--white); }
.cta-panel__image, .cta-panel__image picture, .cta-panel__image img { position: absolute; inset: 0; width: 100%; height: 100%; }
.cta-panel__image img { object-fit: cover; object-position: center 43%; }
.cta-panel__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,31,22,.96) 0%, rgba(8,31,22,.78) 48%, rgba(8,31,22,.2) 100%); }
html[dir="rtl"] .cta-panel__overlay { background: linear-gradient(-90deg, rgba(8,31,22,.96) 0%, rgba(8,31,22,.78) 48%, rgba(8,31,22,.2) 100%); }
.cta-panel__content { position: relative; z-index: 1; }
.cta-panel__content h2 { max-width: 770px; margin-bottom: 24px; }
.cta-panel__content > p:not(.eyebrow) { max-width: 650px; font-size: 1.1rem; color: rgba(255,255,255,.72); }
.cta-panel__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.simple-cta { padding-block: 70px; color: var(--white); background: var(--green-900); }
.simple-cta--cream { background: var(--cream-200); color: var(--ink-900); }
.simple-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.simple-cta h2 { max-width: 850px; margin: 0; font-size: clamp(2rem, 3.3vw, 3.55rem); }
.simple-cta--cream .eyebrow { color: var(--green-700); }

/* Generic inner page hero */
.page-hero { position: relative; overflow: hidden; padding-block: clamp(65px, 7vw, 105px); color: var(--white); background: var(--green-900); }
.page-hero::before { content: ""; position: absolute; inset-inline-end: -110px; top: -190px; width: 520px; height: 520px; border: 1px solid rgba(221,195,149,.16); border-radius: 50%; }
.page-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, .94fr) minmax(400px, 1.06fr); align-items: center; gap: clamp(55px, 8vw, 115px); }
.page-hero__copy h1 { margin-bottom: 25px; font-size: clamp(3.2rem, 5.4vw, 5.6rem); }
.page-hero__copy > p:not(.eyebrow) { max-width: 650px; font-size: 1.08rem; }
.page-hero__copy .button, .page-hero__copy .button-row { margin-top: 31px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 39px; color: rgba(255,255,255,.53); font-size: .68rem; font-weight: 650; text-transform: uppercase; letter-spacing: .1em; }
.breadcrumbs a:hover { color: var(--gold-300); }
.breadcrumbs--light { color: rgba(255,255,255,.52); }
html[dir="rtl"] .breadcrumbs { letter-spacing: 0; }
.page-hero__media { position: relative; min-height: 520px; }
.page-hero__media picture, .page-hero__media img { width: 100%; height: 100%; }
.page-hero__media img { object-fit: cover; }
.page-hero__media--arch { overflow: hidden; border-radius: 230px 230px 14px 14px; box-shadow: var(--shadow-lg); }
.page-hero__media-note { position: absolute; inset-inline-start: 22px; bottom: 22px; padding: 11px 16px; color: var(--green-950); background: var(--gold-500); border-radius: 999px; font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.page-hero__media--double > div:first-child { position: absolute; inset-inline-start: 0; top: 0; width: 70%; height: 92%; overflow: hidden; border-radius: 180px 180px 15px 15px; box-shadow: var(--shadow-lg); }
.page-hero__media--double > div:last-child { position: absolute; inset-inline-end: 0; bottom: 0; width: 42%; height: 57%; overflow: hidden; border: 8px solid var(--green-900); border-radius: 120px 120px 12px 12px; box-shadow: var(--shadow-md); }
.page-hero__media--project-stack > div:first-child { position: absolute; inset-inline-end: 0; top: 0; width: 67%; height: 92%; overflow: hidden; border-radius: 190px 190px 14px 14px; box-shadow: var(--shadow-lg); }
.page-hero__media--project-stack > div:nth-child(2) { position: absolute; inset-inline-start: 0; bottom: 0; width: 46%; height: 68%; overflow: hidden; border: 8px solid var(--green-900); border-radius: 130px 130px 12px 12px; }
.page-hero__media--project-stack > span { position: absolute; z-index: 3; inset-inline-end: -15px; bottom: 35px; padding: 13px 20px; border-radius: 999px; color: var(--green-950); background: var(--gold-500); font-size: .71rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.page-hero__media--double picture, .page-hero__media--double img, .page-hero__media--project-stack picture, .page-hero__media--project-stack img { width: 100%; height: 100%; }
.page-hero__media--double img, .page-hero__media--project-stack img { object-fit: cover; }

/* About page */
.story-section__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 9vw, 135px); }
.story-section__heading { position: sticky; top: 155px; align-self: start; }
.story-section__heading h2 { font-size: clamp(2.5rem, 3.8vw, 4rem); }
.story-section__body .lead:first-child::first-letter { float: inline-start; margin: 7px 10px 0 0; font-family: var(--serif); color: var(--gold-700); font-size: 4rem; line-height: .7; }
html[dir="rtl"] .story-section__body .lead:first-child::first-letter { float: none; margin: 0; font-family: var(--arabic); font-size: inherit; }
.story-signature { display: flex; align-items: center; gap: 15px; margin-top: 45px; padding-top: 25px; border-top: 1px solid var(--border); color: var(--green-700); font-size: .77rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.story-signature img { width: 58px; }
.mission-grid { display: grid; grid-template-columns: 1fr .86fr 1fr; min-height: 540px; }
.mission-card { position: relative; padding: 47px; overflow: hidden; }
.mission-card--green { color: var(--white); background: var(--green-900); border-radius: var(--radius-lg) 0 0 var(--radius-lg); }
html[dir="rtl"] .mission-card--green { border-radius: 0 var(--radius-lg) var(--radius-lg) 0; }
.mission-card--gold { color: var(--green-950); background: var(--gold-500); border-radius: 0 var(--radius-lg) var(--radius-lg) 0; }
html[dir="rtl"] .mission-card--gold { border-radius: var(--radius-lg) 0 0 var(--radius-lg); }
.mission-card--image { padding: 0; }
.mission-card--image picture, .mission-card--image img { width: 100%; height: 100%; }
.mission-card--image img { object-fit: cover; }
.mission-card__number { display: block; margin-bottom: 120px; font-family: var(--serif); color: var(--gold-300); font-size: 1.15rem; }
.mission-card--gold .mission-card__number { color: rgba(11,36,27,.58); }
.mission-card h2 { margin-bottom: 22px; font-size: clamp(2rem, 3vw, 3rem); }
.mission-card p { color: rgba(255,255,255,.68); }
.mission-card--gold p { color: rgba(11,36,27,.74); }
.value-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.value-card { padding: 34px 28px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--cream-100); }
.value-card__icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 36px; border-radius: 50%; color: var(--green-900); background: var(--gold-300); }
.value-card__icon svg { width: 25px; height: 25px; }
.value-card h3 { margin-bottom: 12px; }
.value-card p { margin: 0; font-size: .88rem; }
.workshop-section__grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(55px, 8vw, 115px); }
.workshop-section__copy h2 { margin-bottom: 28px; }
.workshop-section__copy .lead { color: rgba(255,255,255,.74); }
.workshop-section__visual { position: relative; min-height: 620px; }
.workshop-section__visual-main { position: absolute; inset-inline-end: 0; top: 0; width: 82%; height: 92%; border-radius: 20px 190px 20px 20px; overflow: hidden; }
html[dir="rtl"] .workshop-section__visual-main { border-radius: 190px 20px 20px 20px; }
.workshop-section__visual-small { position: absolute; inset-inline-start: 0; bottom: 0; width: 37%; height: 49%; overflow: hidden; border: 8px solid var(--green-900); border-radius: 110px 110px 12px 12px; }
.workshop-section__visual picture, .workshop-section__visual img { width: 100%; height: 100%; }
.workshop-section__visual img { object-fit: cover; }
.check-list { list-style: none; display: grid; gap: 15px; margin: 28px 0 34px; }
.check-list li { display: flex; align-items: flex-start; gap: 11px; color: var(--ink-700); font-size: .92rem; }
.check-list svg { flex: 0 0 auto; width: 19px; height: 19px; margin-top: 3px; color: var(--gold-700); }
.check-list--light li { color: rgba(255,255,255,.72); }
.check-list--light svg { color: var(--gold-300); }
.facts-section__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 10vw, 150px); align-items: center; }
.facts-section__grid h2 { margin-bottom: 24px; }
.facts-list { margin: 0; border-top: 1px solid rgba(23,61,47,.18); }
.facts-list > div { display: grid; grid-template-columns: 1fr 1.25fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid rgba(23,61,47,.18); }
.facts-list dt { color: var(--ink-500); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.facts-list dd { margin: 0; color: var(--green-900); font-weight: 700; }

/* Services page */
.service-definition__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 9vw, 135px); align-items: start; }
.definition-list { border-top: 1px solid var(--border); }
.definition-list__item { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid var(--border); }
.definition-list__item > span { font-family: var(--serif); color: var(--gold-700); }
.definition-list__item h3 { margin-bottom: 7px; }
.definition-list__item p { margin: 0; font-size: .9rem; }

/* Service detail */
.service-hero { position: relative; overflow: hidden; padding-block: clamp(65px, 8vw, 110px); color: var(--white); background: var(--green-900); }
.service-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 92%, rgba(195,151,84,.14), transparent 30%); }
.service-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr); align-items: center; gap: clamp(55px, 8vw, 110px); }
.service-hero__copy h1 { margin-bottom: 27px; font-size: clamp(3rem, 5vw, 5.2rem); }
.service-hero__copy > p:not(.eyebrow) { max-width: 650px; font-size: 1.08rem; }
.service-hero__icon { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 28px; border: 1px solid rgba(221,195,149,.43); border-radius: 50%; color: var(--gold-300); background: rgba(255,255,255,.04); }
.service-hero__icon svg { width: 30px; height: 30px; }
.service-hero__copy .button-row { margin-top: 34px; }
.service-hero__media { position: relative; min-height: 590px; }
.service-hero__primary { position: absolute; inset-inline-end: 0; top: 0; width: 78%; height: 94%; border-radius: 210px 210px 15px 15px; overflow: hidden; box-shadow: var(--shadow-lg); }
.service-hero__secondary { position: absolute; inset-inline-start: 0; bottom: 0; width: 38%; height: 50%; border: 8px solid var(--green-900); border-radius: 110px 110px 12px 12px; overflow: hidden; }
.service-hero__media picture, .service-hero__media img { width: 100%; height: 100%; }
.service-hero__media img { object-fit: cover; }
.service-overview__grid { display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(60px, 9vw, 135px); align-items: start; }
.scope-card { position: sticky; top: 155px; padding: 36px; border-radius: var(--radius-md); color: var(--white); background: var(--green-900); box-shadow: var(--shadow-md); }
.scope-card__eyebrow { display: block; padding-bottom: 18px; border-bottom: 1px solid var(--border-light); color: var(--gold-300); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.scope-card .check-list li { color: rgba(255,255,255,.76); }
.scope-card .check-list svg { color: var(--gold-300); }
.scope-card .text-link { color: var(--gold-300); }
.application-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 15px; }
.application-card { min-height: 200px; padding: 25px; border: 1px solid rgba(23,61,47,.14); border-radius: var(--radius-sm); background: rgba(255,254,251,.45); }
.application-card span { display: block; margin-bottom: 70px; color: var(--gold-700); font-family: var(--serif); }
.application-card h3 { margin: 0; font-family: var(--serif); font-weight: 500; font-size: 1.24rem; }
html[dir="rtl"] .application-card h3 { font-family: var(--arabic); font-weight: 700; }

/* Projects page */
.gallery-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 35px; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.gallery-filter { padding: 10px 17px; border: 1px solid var(--border); border-radius: 999px; color: var(--green-700); background: transparent; font-size: .77rem; font-weight: 700; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.gallery-filter:hover, .gallery-filter.is-active { color: var(--white); border-color: var(--green-900); background: var(--green-900); }
.gallery-toolbar > p { margin: 0; color: var(--ink-500); font-size: .77rem; white-space: nowrap; }
.project-gallery { grid-auto-rows: 140px; }
.project-gallery .project-tile[hidden] { display: none; }
.gallery-empty { margin: 50px 0 0; padding: 30px; border: 1px dashed var(--border); text-align: center; }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.video-card { overflow: hidden; border: 1px solid var(--border-light); border-radius: var(--radius-md); background: rgba(255,255,255,.04); }
.video-card__media { aspect-ratio: 9/12; max-height: 520px; background: #07150f; }
.video-card__media video { width: 100%; height: 100%; object-fit: cover; }
.video-card__body { display: grid; grid-template-columns: 36px 1fr; gap: 15px; padding: 25px; }
.video-card__body > span { color: var(--gold-300); font-family: var(--serif); }
.video-card__body h3 { margin-bottom: 8px; font-family: var(--serif); font-weight: 500; color: var(--white); }
html[dir="rtl"] .video-card__body h3 { font-family: var(--arabic); font-weight: 700; }
.video-card__body p { margin: 0; font-size: .85rem; color: rgba(255,255,255,.58); }
.project-disclaimer__inner { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 30px; padding: 40px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--cream-100); }
.project-disclaimer__icon { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 50%; color: var(--green-900); background: var(--gold-300); }
.project-disclaimer__icon svg { width: 29px; height: 29px; }
.project-disclaimer h2 { margin-bottom: 8px; font-family: var(--serif); font-size: 1.6rem; }
.project-disclaimer p { margin: 0; font-size: .9rem; }

/* Contact */
.contact-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.contact-card { min-width: 0; padding: 31px 27px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--white); }
.contact-card__icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 45px; border-radius: 50%; color: var(--green-900); background: var(--gold-300); }
.contact-card__icon svg { width: 22px; height: 22px; }
.contact-card > p { margin-bottom: 8px; color: var(--ink-500); font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.contact-card h3 { margin-bottom: 24px; font-family: var(--serif); font-size: 1.38rem; font-weight: 500; overflow-wrap: anywhere; }
.contact-card__email { font-family: var(--sans) !important; font-size: .93rem !important; line-height: 1.4; }
.contact-card > a { display: inline-flex; align-items: center; gap: 8px; color: var(--green-700); font-size: .8rem; font-weight: 750; }
.contact-card > a svg { width: 14px; }
.map-section__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.map-section__copy h2 { margin-bottom: 25px; }
.map-section__copy address { margin-bottom: 28px; color: var(--ink-700); font-size: 1.08rem; }
.map-section__copy dl { margin: 0 0 32px; }
.map-section__copy dl > div { display: grid; grid-template-columns: 115px 1fr; gap: 20px; padding: 15px 0; border-top: 1px solid var(--border); }
.map-section__copy dl > div:last-child { border-bottom: 1px solid var(--border); }
.map-section__copy dt { color: var(--ink-500); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.map-section__copy dd { margin: 0; font-size: .88rem; }
.map-frame { height: 570px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); background: var(--sand-200); }
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: saturate(.75) contrast(.95); }
.contact-form-section__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.contact-form-section__intro { position: sticky; top: 155px; }
.contact-form-section__intro h2 { margin-bottom: 20px; }
.contact-form-section__image { height: 360px; margin-top: 35px; overflow: hidden; border-radius: 170px 170px 14px 14px; }
.contact-form-section__image picture, .contact-form-section__image img { width: 100%; height: 100%; }
.contact-form-section__image img { object-fit: cover; }

/* Forms */
.form-panel { padding: clamp(27px, 4vw, 50px); border: 1px solid rgba(23,61,47,.12); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.form-panel--large { padding: clamp(30px, 5vw, 60px); }
.form-alert { margin-bottom: 25px; padding: 14px 17px; border-inline-start: 4px solid var(--error); color: #782f2b; background: #fae9e7; border-radius: 8px; font-size: .88rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.field { min-width: 0; }
.field label, .contact-choice legend { display: block; margin-bottom: 8px; color: var(--green-900); font-size: .78rem; font-weight: 750; }
.field label span { color: var(--gold-700); }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid rgba(23,61,47,.18);
  border-radius: 10px;
  color: var(--ink-900);
  background: var(--cream-100);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.field input, .field select { height: 52px; padding: 0 15px; }
.field textarea { min-height: 150px; padding: 14px 15px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--gold-600); box-shadow: 0 0 0 3px rgba(195,151,84,.16); background: var(--white); }
.field--error input, .field--error select, .field--error textarea { border-color: var(--error); }
.field > small { display: block; margin-top: 6px; color: var(--error); font-size: .72rem; }
.field--full { margin-top: 21px; }
.field__meta { display: flex; justify-content: space-between; gap: 15px; min-height: 20px; margin-top: 5px; color: var(--ink-500); font-size: .69rem; }
.contact-choice { margin: 22px 0 0; padding: 0; border: 0; }
.contact-choice > label { display: inline-flex; align-items: center; margin-inline-end: 8px; margin-bottom: 8px; cursor: pointer; }
.contact-choice input { position: absolute; opacity: 0; pointer-events: none; }
.contact-choice label span { display: inline-flex; align-items: center; min-height: 40px; padding: 9px 15px; border: 1px solid var(--border); border-radius: 999px; color: var(--green-700); font-size: .76rem; font-weight: 700; transition: .2s ease; }
.contact-choice input:checked + span { color: var(--white); border-color: var(--green-900); background: var(--green-900); }
.contact-choice input:focus-visible + span { outline: 3px solid var(--gold-500); outline-offset: 2px; }
.honeypot { position: absolute; inset-inline-start: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent-field { display: flex; align-items: flex-start; gap: 11px; margin-top: 23px; color: var(--ink-700); font-size: .76rem; line-height: 1.55; }
.consent-field input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 2px; accent-color: var(--green-800); }
.consent-field a { color: var(--green-700); text-decoration: underline; }
.consent-field--error { color: var(--error); }
.consent-error { color: var(--error); font-size: .72rem; }
.quote-form__footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 28px; padding-top: 25px; border-top: 1px solid var(--border); }
.quote-form__footer > p { display: flex; max-width: 470px; gap: 8px; margin: 0; color: var(--ink-500); font-size: .72rem; }
.quote-form__footer > p svg { flex: 0 0 auto; width: 16px; height: 16px; color: var(--success); }
.quote-form.is-submitting { opacity: .78; pointer-events: none; }
.quote-form.is-submitting .button { cursor: wait; }

/* Quote page */
.quote-hero, .legal-hero { position: relative; overflow: hidden; padding-block: clamp(70px, 8vw, 115px); color: var(--white); background: var(--green-900); }
.quote-hero::after, .legal-hero::after { content: ""; position: absolute; inset-inline-end: -160px; top: -240px; width: 600px; height: 600px; border: 1px solid rgba(221,195,149,.15); border-radius: 50%; }
.quote-hero__inner, .legal-hero__inner { position: relative; z-index: 1; max-width: 950px; }
.quote-hero h1, .legal-hero h1 { margin-bottom: 24px; font-size: clamp(3.3rem, 6vw, 6rem); }
.quote-hero__inner > p:not(.eyebrow), .legal-hero__inner > p:not(.eyebrow) { max-width: 690px; font-size: 1.08rem; }
.quote-page-section__grid { display: grid; grid-template-columns: .67fr 1.33fr; gap: clamp(45px, 7vw, 95px); align-items: start; }
.quote-guide { position: sticky; top: 155px; }
.quote-guide__icon { display: grid; place-items: center; width: 66px; height: 66px; margin-bottom: 31px; border-radius: 50%; color: var(--green-900); background: var(--gold-300); }
.quote-guide__icon svg { width: 30px; height: 30px; }
.quote-guide h2 { margin-bottom: 20px; font-size: clamp(2.2rem, 3.2vw, 3.4rem); }
.quote-guide__contact { display: grid; gap: 10px; margin-top: 35px; padding: 25px; border-radius: var(--radius-md); color: var(--white); background: var(--green-900); }
.quote-guide__contact > p { margin-bottom: 6px; color: var(--gold-300); font-size: .75rem; font-weight: 700; }
.quote-guide__contact a { display: flex; align-items: center; gap: 9px; font-size: .86rem; }
.quote-guide__contact svg { width: 17px; height: 17px; color: var(--gold-300); }

/* Legal */
.legal-hero { padding-block: 75px; }
.legal-hero h1 { font-size: clamp(3rem, 5vw, 5rem); }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: clamp(55px, 9vw, 130px); }
.legal-meta { position: sticky; top: 155px; align-self: start; display: grid; gap: 8px; padding: 28px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--cream-100); }
.legal-meta img { width: 66px; margin-bottom: 10px; }
.legal-meta p { margin: 0; color: var(--green-900); font-weight: 750; }
.legal-meta span { color: var(--ink-500); font-size: .72rem; }
.legal-meta a { margin-top: 9px; color: var(--green-700); font-size: .75rem; overflow-wrap: anywhere; }
.legal-content { max-width: 850px; }
.legal-content section { position: relative; padding: 0 0 46px 75px; margin-bottom: 45px; border-bottom: 1px solid var(--border); }
html[dir="rtl"] .legal-content section { padding: 0 75px 46px 0; }
.legal-content section > span { position: absolute; inset-inline-start: 0; top: 5px; color: var(--gold-700); font-family: var(--serif); }
.legal-content h2 { margin-bottom: 20px; font-family: var(--serif); font-size: 2.1rem; }
html[dir="rtl"] .legal-content h2 { font-family: var(--arabic); }
.legal-content p { font-size: .98rem; }

/* Result pages */
.result-page { position: relative; min-height: calc(100svh - 126px); display: flex; align-items: center; overflow: hidden; padding-block: 100px; color: var(--white); text-align: center; background: var(--green-900); }
.result-page__pattern { position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(195,151,84,.13), transparent 32%), repeating-radial-gradient(circle at center, transparent 0 98px, rgba(221,195,149,.07) 99px 100px); }
.result-page__inner { position: relative; z-index: 1; max-width: 860px; }
.result-page__inner .eyebrow { justify-content: center; }
.result-page h1 { margin-bottom: 24px; font-size: clamp(3rem, 6vw, 5.8rem); }
.result-page__inner > p:not(.eyebrow, .result-page__note) { max-width: 670px; margin-inline: auto; font-size: 1.08rem; }
.result-page__icon { display: grid; place-items: center; width: 78px; height: 78px; margin: 0 auto 35px; border-radius: 50%; color: var(--green-950); background: var(--gold-500); }
.result-page__icon svg { width: 35px; height: 35px; }
.reference-card { width: min(100%, 470px); display: grid; gap: 7px; margin: 35px auto; padding: 23px; border: 1px solid rgba(255,255,255,.19); border-radius: var(--radius-md); background: rgba(255,255,255,.05); }
.reference-card span { color: rgba(255,255,255,.57); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.reference-card strong { color: var(--gold-300); font-size: 1.35rem; letter-spacing: .08em; }
.result-page__note { margin-top: 25px; font-size: .74rem; }
.result-page__code { display: block; margin-bottom: 20px; font-family: var(--serif); color: rgba(221,195,149,.2); font-size: clamp(7rem, 18vw, 14rem); line-height: .75; }

/* Footer */
.site-footer { position: relative; overflow: hidden; padding-block: 82px 25px; color: var(--white); background: var(--green-950); }
.site-footer__leaf { position: absolute; inset-inline-end: -170px; top: -170px; width: 480px; height: 480px; border: 1px solid rgba(221,195,149,.1); border-radius: 50% 50% 12% 50%; transform: rotate(30deg); }
.site-footer__grid { position: relative; display: grid; grid-template-columns: 1.3fr .7fr .7fr 1.25fr; gap: clamp(35px, 5vw, 70px); padding-bottom: 60px; }
.brand--footer .brand__wordmark { color: var(--white); }
.brand--footer .brand__mark { width: 65px; height: 65px; }
.footer-brand > p { max-width: 310px; margin-top: 22px; color: rgba(255,255,255,.58); font-size: .88rem; }
.footer-socials { display: flex; gap: 9px; margin-top: 25px; }
.footer-socials a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--gold-300); transition: background .2s ease, border-color .2s ease; }
.footer-socials a:hover { border-color: var(--gold-300); background: rgba(255,255,255,.05); }
.footer-socials svg { width: 18px; height: 18px; }
.footer-column h2 { margin-bottom: 25px; color: var(--gold-300); font-family: var(--sans); font-size: .72rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
html[dir="rtl"] .footer-column h2 { font-family: var(--arabic); letter-spacing: 0; }
.footer-column ul { list-style: none; margin: 0; display: grid; gap: 12px; }
.footer-column li a { color: rgba(255,255,255,.64); font-size: .82rem; transition: color .2s ease; }
.footer-column li a:hover { color: var(--white); }
.footer-contact li a { display: flex; align-items: flex-start; gap: 9px; }
.footer-contact li svg { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 4px; color: var(--gold-300); }
.footer-contact__note { margin-top: 20px; color: rgba(255,255,255,.42); font-size: .7rem; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 22px 34px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.11); }
.site-footer__legal { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 20px; }
.site-footer__legal p { margin: 0; color: rgba(255,255,255,.42); font-size: .68rem; }
.site-footer-kordivon { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 12px; min-height: 48px; padding: 8px 11px 8px 14px; border: 1px solid rgba(221,195,149,.28); border-radius: 13px; color: var(--white); background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(195,151,84,.115)); box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 9px 20px rgba(0,0,0,.1); transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.site-footer-kordivon__copy { display: grid; min-width: 0; gap: 3px; }
.site-footer-kordivon__label { color: rgba(255,255,255,.5); font-size: .57rem; font-weight: 750; letter-spacing: .105em; line-height: 1.15; text-transform: uppercase; }
html[dir="rtl"] .site-footer-kordivon__label { letter-spacing: 0; text-transform: none; }
.site-footer-kordivon__identity { display: flex; min-width: 0; flex-wrap: wrap; align-items: baseline; gap: 4px 7px; line-height: 1.15; }
.site-footer-kordivon__identity strong { color: var(--gold-300); font-size: .8rem; font-weight: 800; letter-spacing: .105em; text-transform: uppercase; }
.site-footer-kordivon__separator { color: rgba(221,195,149,.68); }
.site-footer-kordivon__tagline { color: rgba(255,255,255,.84); font-size: .73rem; font-weight: 520; }
.site-footer-kordivon__arrow { width: 18px; height: 18px; flex: 0 0 auto; color: var(--gold-300); fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; transition: transform .18s ease; }
.site-footer-kordivon:hover { border-color: rgba(221,195,149,.58); color: var(--white); background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(195,151,84,.16)); box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 12px 26px rgba(0,0,0,.14); transform: translateY(-1px); }
.site-footer-kordivon:hover .site-footer-kordivon__arrow { transform: translate(2px, -2px); }
html[dir="rtl"] .site-footer-kordivon:hover .site-footer-kordivon__arrow { transform: translate(-2px, -2px); }
.site-footer-kordivon:focus-visible { outline: 3px solid var(--gold-300); outline-offset: 3px; }

/* Mobile quick actions */
.mobile-action-bar { display: none; }

/* Lightbox */
.lightbox { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; color: var(--white); background: rgba(5,18,13,.94); }
.lightbox::backdrop { background: rgba(5,18,13,.94); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox figure { width: min(86vw, 920px); height: min(82vh, 900px); display: grid; grid-template-rows: minmax(0, 1fr) auto; margin: 0; }
.lightbox figure img { width: 100%; height: 100%; object-fit: contain; }
.lightbox figcaption { padding-top: 15px; text-align: center; color: rgba(255,255,255,.72); font-size: .86rem; }
.lightbox__close, .lightbox__nav { position: fixed; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: var(--white); background: rgba(255,255,255,.06); cursor: pointer; }
.lightbox__close { top: 24px; inset-inline-end: 24px; }
.lightbox__nav { top: 50%; transform: translateY(-50%); }
.lightbox__nav--prev { inset-inline-start: 25px; }
.lightbox__nav--next { inset-inline-end: 25px; }
.lightbox__nav svg, .lightbox__close svg { width: 21px; height: 21px; }

/* Consent */
.consent-banner { position: fixed; z-index: 1500; inset-inline: 20px; bottom: 20px; max-width: 760px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-md); color: var(--white); background: rgba(11,36,27,.97); box-shadow: var(--shadow-lg); }
.consent-banner p { margin: 0; color: rgba(255,255,255,.73); font-size: .78rem; }
.consent-banner > div { display: flex; gap: 7px; }

/* Reveal motion */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .72s var(--ease), transform .72s var(--ease); transition-delay: calc(var(--reveal-delay, 0) * 1ms); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* RTL refinements */
html[dir="rtl"] .service-card__icon { inset-inline-end: auto; inset-inline-start: 24px; }
html[dir="rtl"] .hero-collage__badge { transform: rotate(8deg); }
html[dir="rtl"] .project-tile { text-align: right; }
html[dir="rtl"] .field input[dir="ltr"] { text-align: right; }
html[dir="rtl"] .brand__wordmark { text-align: left; }
html[dir="rtl"] .button svg, html[dir="rtl"] .text-link svg { transform: scaleX(-1); }
html[dir="rtl"] .button:hover svg { transform: scaleX(-1) translateX(3px); }
html[dir="rtl"] .text-link:hover svg { transform: scaleX(-1) translateX(4px); }
html[dir="rtl"] .lightbox__nav svg { transform: scaleX(-1); }

/* Responsive */
@media (max-width: 1120px) {
  :root { --header-height: 82px; }
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: .78rem; padding-block: 28px; }
  .desktop-nav a::after { bottom: 19px; }
  .header-quote { display: none; }
  .hero__grid, .page-hero__grid, .service-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: 55px; }
  .hero-collage, .service-hero__media { min-height: 510px; }
  .service-grid { gap: 18px; }
  .service-card__media { height: 260px; }
  .application-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer__grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-contact { grid-column: span 3; }
  .footer-contact ul { grid-template-columns: repeat(3, 1fr); gap: 25px; }
}

@media (max-width: 900px) {
  :root { --section: 86px; }
  .header-strip { display: none; }
  .desktop-nav { display: none; }
  .header-main { height: 78px; }
  .menu-toggle { display: inline-flex; }
  .header-quote { display: inline-flex; }
  .hero--home { min-height: auto; padding-block: 78px 85px; }
  .hero__grid, .page-hero__grid, .service-hero__grid { grid-template-columns: 1fr; }
  .hero__copy { max-width: 740px; }
  .hero-collage { width: min(100%, 700px); margin-inline: auto; min-height: 650px; }
  .page-hero__media, .service-hero__media { width: min(100%, 680px); margin-inline: auto; min-height: 610px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-heading--split { grid-template-columns: 1fr; align-items: start; gap: 25px; }
  .about-feature__grid, .workshop-section__grid, .facts-section__grid, .service-definition__grid, .service-overview__grid, .map-section__grid, .contact-form-section__grid, .quote-page-section__grid { grid-template-columns: 1fr; }
  .about-feature__visual { width: min(100%, 650px); min-height: 670px; margin-inline: auto; }
  .story-section__grid { grid-template-columns: 1fr; gap: 30px; }
  .story-section__heading, .faq-section__intro, .scope-card, .contact-form-section__intro, .quote-guide, .legal-meta { position: static; }
  .mission-grid { grid-template-columns: 1fr 1fr; }
  .mission-card--green { border-radius: var(--radius-lg) 0 0 0; }
  html[dir="rtl"] .mission-card--green { border-radius: 0 var(--radius-lg) 0 0; }
  .mission-card--image { border-radius: 0 var(--radius-lg) 0 0; }
  html[dir="rtl"] .mission-card--image { border-radius: var(--radius-lg) 0 0 0; }
  .mission-card--gold { grid-column: 1 / -1; border-radius: 0 0 var(--radius-lg) var(--radius-lg); }
  html[dir="rtl"] .mission-card--gold { border-radius: 0 0 var(--radius-lg) var(--radius-lg); }
  .mission-card__number { margin-bottom: 70px; }
  .value-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-section__grid { grid-template-columns: 1fr; gap: 35px; }
  .application-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-mosaic, .project-gallery { grid-auto-rows: 125px; }
  .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .video-card:last-child { grid-column: 1 / -1; max-width: 470px; }
  .map-frame { height: 480px; }
  .contact-form-section__image { display: none; }
  .legal-layout { grid-template-columns: 1fr; gap: 40px; }
  .legal-meta { grid-template-columns: auto 1fr; align-items: center; }
  .legal-meta img { grid-row: span 3; margin: 0; }
  .site-footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: auto; }
  .footer-contact ul { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  :root { --gutter: 20px; --section: 74px; }
  body { font-size: 15px; padding-bottom: 66px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.35rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3.3rem); }
  .header-main { height: 72px; }
  .brand__mark { width: 46px; height: 46px; }
  .brand__name { font-size: 1.42rem; }
  .brand__descriptor { font-size: .46rem; margin-top: 7px; }
  .language-switch { display: none; }
  .header-quote { display: none; }
  .hero--home { padding-block: 60px 75px; }
  .hero__grid { gap: 45px; }
  .hero__copy h1 { margin-bottom: 22px; }
  .hero__actions .button { width: 100%; }
  .hero__proof { gap: 12px; }
  .hero__proof strong { font-size: 1.35rem; }
  .hero__proof span { font-size: .62rem; }
  .hero-collage { min-height: 510px; }
  .hero-collage__main { width: 86%; height: 90%; }
  .hero-collage__secondary { width: 39%; height: 45%; border-width: 5px; }
  .hero-collage__badge { width: 96px; height: 96px; inset-inline-end: 0; font-size: .5rem; }
  .hero__scroll { display: none; }
  .trust-ribbon__inner { justify-content: flex-start; gap: 9px 20px; padding-block: 15px; }
  .trust-ribbon__inner strong:not(:last-child)::after { inset-inline-end: -12px; }
  .section-heading { margin-bottom: 38px; }
  .service-grid, .service-grid--three { grid-template-columns: 1fr; }
  .service-card__media { height: 330px; }
  .service-card p, .service-card--compact p { min-height: auto; }
  .about-feature__visual { min-height: 510px; }
  .about-feature__primary { width: 83%; }
  .about-feature__secondary { width: 42%; height: 39%; border-width: 5px; }
  .about-feature__seal { width: 85px; height: 85px; }
  .about-feature__seal strong { font-size: .8rem; }
  .about-feature__seal span { font-size: .4rem; }
  .project-mosaic, .project-gallery { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; gap: 10px; }
  .project-tile, .project-tile--1, .project-tile--2, .project-tile--3, .project-tile--4, .project-tile--5, .project-tile--6, .project-tile--7 { grid-column: span 1; grid-row: span 1; }
  .project-tile:nth-child(3n+1) { grid-column: 1 / -1; }
  .project-tile__overlay { padding: 15px; }
  .project-tile__overlay strong { font-size: 1rem; }
  .project-tile__open { width: 32px; height: 32px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 210px; }
  .process-card__number { margin-bottom: 32px; }
  .cta-panel { min-height: 560px; }
  .cta-panel__overlay, html[dir="rtl"] .cta-panel__overlay { background: linear-gradient(180deg, rgba(8,31,22,.92), rgba(8,31,22,.82)); }
  .cta-panel__actions .button { width: 100%; }
  .simple-cta__inner { flex-direction: column; align-items: stretch; }
  .simple-cta .button { width: 100%; }
  .page-hero { padding-block: 55px 70px; }
  .page-hero__grid { gap: 40px; }
  .page-hero__copy h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .breadcrumbs { margin-bottom: 28px; }
  .page-hero__media, .service-hero__media { min-height: 500px; }
  .page-hero__media--double > div:last-child, .page-hero__media--project-stack > div:nth-child(2) { border-width: 5px; }
  .story-section__body .lead:first-child::first-letter { font-size: 3.2rem; }
  .mission-grid { grid-template-columns: 1fr; }
  .mission-card { min-height: 370px; padding: 36px; }
  .mission-card--green, html[dir="rtl"] .mission-card--green { border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
  .mission-card--image, html[dir="rtl"] .mission-card--image { min-height: 430px; border-radius: 0; }
  .mission-card--gold, html[dir="rtl"] .mission-card--gold { grid-column: auto; border-radius: 0 0 var(--radius-lg) var(--radius-lg); }
  .value-card-grid { grid-template-columns: 1fr; }
  .workshop-section__visual { min-height: 500px; }
  .workshop-section__visual-small { border-width: 5px; }
  .facts-list > div { grid-template-columns: 1fr; gap: 5px; }
  .service-hero { padding-block: 52px 75px; }
  .service-hero__copy h1 { font-size: clamp(2.65rem, 12vw, 4.1rem); }
  .service-hero__primary { width: 84%; }
  .service-hero__secondary { width: 41%; border-width: 5px; }
  .scope-card { padding: 28px; }
  .application-grid { grid-template-columns: 1fr; }
  .application-card { min-height: 155px; }
  .application-card span { margin-bottom: 35px; }
  .gallery-toolbar { align-items: flex-start; flex-direction: column; }
  .gallery-filters { width: 100%; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: thin; }
  .gallery-filter { flex: 0 0 auto; }
  .video-grid { grid-template-columns: 1fr; }
  .video-card:last-child { grid-column: auto; max-width: none; }
  .video-card__media { max-height: none; }
  .project-disclaimer__inner { grid-template-columns: 55px 1fr; padding: 26px; }
  .project-disclaimer__icon { width: 52px; height: 52px; }
  .project-disclaimer__inner .button { grid-column: 1 / -1; width: 100%; }
  .contact-card-grid { grid-template-columns: 1fr; }
  .map-frame { height: 390px; border-radius: var(--radius-md); }
  .form-panel { padding: 24px 18px; border-radius: var(--radius-md); }
  .form-grid { grid-template-columns: 1fr; }
  .quote-form__footer { align-items: stretch; flex-direction: column; }
  .quote-form__footer .button { width: 100%; }
  .quote-hero, .legal-hero { padding-block: 55px 70px; }
  .quote-hero h1, .legal-hero h1 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .quote-guide { padding-bottom: 10px; }
  .legal-meta { grid-template-columns: 1fr; }
  .legal-meta img { grid-row: auto; }
  .legal-content section, html[dir="rtl"] .legal-content section { padding: 0 0 35px; }
  .legal-content section > span { position: static; display: block; margin-bottom: 12px; }
  .site-footer { padding-block: 65px 20px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 37px 25px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .site-footer__bottom { align-items: stretch; flex-direction: column; }
  .site-footer__legal { align-items: flex-start; flex-direction: column; }
  .site-footer-kordivon { width: min(100%, 420px); justify-content: space-between; }
  .mobile-action-bar { position: fixed; z-index: 950; inset-inline: 0; bottom: 0; height: 66px; display: grid; grid-template-columns: 1fr 1.25fr 1fr; padding-bottom: env(safe-area-inset-bottom); color: var(--white); background: var(--green-950); box-shadow: 0 -10px 25px rgba(5,24,17,.2); }
  .mobile-action-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; border-inline-end: 1px solid rgba(255,255,255,.1); font-size: .6rem; }
  .mobile-action-bar a:last-child { border-inline-end: 0; }
  .mobile-action-bar svg { width: 19px; height: 19px; color: var(--gold-300); }
  .mobile-action-bar__quote { color: var(--green-950); background: var(--gold-500); font-weight: 800; }
  .mobile-action-bar__quote svg { color: var(--green-950); }
  .lightbox__nav { width: 40px; height: 40px; top: auto; bottom: 20px; transform: none; }
  .lightbox__nav--prev { inset-inline-start: 20px; }
  .lightbox__nav--next { inset-inline-end: 20px; }
  .lightbox__close { top: 15px; inset-inline-end: 15px; }
  .lightbox figure { width: 94vw; height: 80vh; }
  .consent-banner { align-items: stretch; flex-direction: column; bottom: 78px; }
  .consent-banner > div .button { flex: 1; }
}

@media (max-width: 430px) {
  .brand__wordmark { display: none; }
  .hero__proof { grid-template-columns: 1fr; }
  .hero__proof div { grid-template-columns: 75px 1fr; align-items: center; }
  .hero-collage { min-height: 430px; }
  .service-card__media { height: 285px; }
  .project-mosaic, .project-gallery { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .project-tile:nth-child(3n+1) { grid-column: auto; }
  .page-hero__media, .service-hero__media { min-height: 420px; }
  .contact-choice > label { margin-inline-end: 4px; }
  .contact-choice label span { padding-inline: 12px; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-contact { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .site-header, .site-footer, .mobile-action-bar, .consent-banner, .button, .lightbox { display: none !important; }
  body { padding: 0; background: #fff; color: #000; }
  .section, .page-hero, .service-hero, .quote-hero, .legal-hero { padding: 30px 0; background: #fff !important; color: #000 !important; }
  p { color: #222 !important; }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer-kordivon, .site-footer-kordivon__arrow { transition: none; }
  .site-footer-kordivon:hover, .site-footer-kordivon:hover .site-footer-kordivon__arrow { transform: none; }
}
