/* Design system — مكتبة ومصور المدينة */
@font-face { font-family: "Ghroob Arabic"; src: url("assets/fonts/GhroobArabic-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Ghroob Arabic"; src: url("assets/fonts/GhroobArabic-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Ghroob Arabic"; src: url("assets/fonts/GhroobArabic-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Ghroob Arabic"; src: url("assets/fonts/GhroobArabic-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
:root {
  --teal: #0b9c98;
  --teal-deep: #087a77;
  --teal-soft: #e8f8f7;
  --ink: #172021;
  --muted: #657174;
  --line: #e5eaea;
  --surface: #ffffff;
  --canvas: #f7f9f9;
  --shadow-sm: 0 8px 24px rgba(28, 47, 47, .06);
  --shadow-md: 0 18px 50px rgba(28, 47, 47, .10);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --font: "Ghroob Arabic", "Tahoma", Arial, sans-serif;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--canvas); font-family: var(--font); font-size: 16px; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.site-shell { overflow: clip; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 108px; }
.narrow { max-width: 700px; }

/* Shared type and buttons */
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--teal-deep); font-size: .77rem; font-weight: 700; letter-spacing: .08em; }
.eyebrow i { display: inline-block; width: 20px; height: 2px; background: currentColor; border-radius: 4px; }
.eyebrow.light { color: #d5fffc; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; line-height: 1.17; }
h1 { margin: 15px 0 22px; font-size: clamp(2.7rem, 6vw, 5.35rem); font-weight: 700; }
h2 { margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.35rem); font-weight: 700; }
h1 em, h2 em { color: var(--teal); font-style: normal; }
.page-hero p, .hero-copy > p, .about-copy > p { max-width: 570px; color: var(--muted); font-size: 1.08rem; }
.button { position: relative; isolation: isolate; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 51px; padding: 0 21px; border-radius: 14px; border: 1px solid transparent; font-weight: 700; font-size: .93rem; transition: transform .32s var(--ease), background .32s var(--ease), color .32s var(--ease), box-shadow .32s var(--ease); overflow: hidden; }
.button svg { width: 18px; }
.button-primary { color: #fff; background: var(--teal); box-shadow: 0 9px 20px rgba(11, 156, 152, .2); }
.button-primary:hover { background: var(--teal-deep); transform: translateY(-3px) scale(1.015); box-shadow: 0 14px 28px rgba(8, 122, 119, .26); }
.button-quiet { color: var(--ink); background: transparent; border-color: var(--line); }
.button-quiet:hover { color: var(--teal-deep); background: #fff; border-color: #cde5e3; transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.button-light { min-width: 155px; color: var(--teal-deep); background: #fff; }
.button-light:hover { color: #fff; background: #0b7d79; transform: translateY(-3px) scale(1.015); box-shadow: 0 14px 30px rgba(0, 0, 0, .15); }
/* A restrained adaptation of the holographic sweep provided for CTA buttons. */
.holographic-card::before { content: ""; position: absolute; z-index: -1; inset: -70% -40%; opacity: 0; background: linear-gradient(110deg, transparent 42%, rgba(255,255,255,.33) 50%, transparent 58%); transform: translateX(-45%) rotate(-11deg); transition: transform .68s var(--ease), opacity .35s var(--ease); }
.holographic-card:hover::before { opacity: 1; transform: translateX(45%) rotate(-11deg); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--teal-deep); font-weight: 700; transition: gap .25s var(--ease), color .25s var(--ease); }
.text-link:hover { gap: 13px; color: var(--teal); }
.text-link svg { width: 18px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(229, 234, 234, .86); background: rgba(255, 255, 255, .9); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; min-height: 78px; align-items: center; gap: 26px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; }
.brand-mark { display: grid; flex: 0 0 auto; width: 39px; height: 39px; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); box-shadow: 0 5px 13px rgba(11, 156, 152, .25); font-size: 1.36rem; font-weight: 700; line-height: 1; }
.brand > .brand-mark { width: 43px; height: 43px; border-radius: 0; background: url("assets/images/logo-round.png") center / contain no-repeat; box-shadow: none; font-size: 0; }
.brand-mark.large { width: 100px; height: 100px; font-size: 3.4rem; box-shadow: 0 14px 32px rgba(7, 81, 79, .15); }
.brand-copy { display: grid; gap: 0; line-height: 1.32; }
.brand-copy b { font-size: .91rem; font-weight: 700; white-space: nowrap; }
.brand-copy small { color: var(--muted); font-size: .65rem; white-space: nowrap; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 6px; margin-inline: auto; }
.main-nav a { position: relative; padding: 8px 12px; color: #536062; font-size: .88rem; font-weight: 700; transition: color .2s ease; }
.main-nav a::after { content: ""; position: absolute; right: 12px; bottom: 3px; left: 12px; height: 2px; border-radius: 2px; background: var(--teal); transform: scaleX(0); transform-origin: center; transition: transform .25s var(--ease); }
.main-nav a:hover, .main-nav a.active { color: var(--teal-deep); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.nav-cta { padding: 8px 14px; border-radius: 11px; color: var(--teal-deep); background: var(--teal-soft); font-size: .79rem; font-weight: 700; transition: transform .25s var(--ease), background .25s ease; }
.nav-cta:hover { background: var(--teal); color: #fff; transform: translateY(-2px); }
.menu-toggle { display: none; }

/* Home */
.hero { position: relative; padding-top: 110px; background: radial-gradient(circle at 82% 37%, #ecfbfa 0, rgba(236,251,250,.75) 17%, transparent 40%), var(--canvas); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; min-height: 535px; }
.hero-copy { padding-bottom: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 44px; color: var(--muted); font-size: .78rem; }
.trust-row span { position: relative; padding-inline-start: 13px; }
.trust-row span::before { content: ""; position: absolute; top: .68em; inset-inline-start: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--teal); }
.trust-row b { color: var(--ink); }
.hero-art { position: relative; min-height: 470px; }
.brand-display { position: absolute; inset: 55px 35px 32px 55px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 15px; border: 1px solid rgba(255,255,255,.95); border-radius: 42px; background: linear-gradient(150deg, #fff 0%, #eaf9f8 100%); box-shadow: var(--shadow-md); text-align: center; }
.brand-display::before { content: ""; position: absolute; width: 75%; height: 75%; border: 1px solid #d4ecea; border-radius: 50%; }
.brand-display > * { position: relative; }
.brand-display strong { font-size: 1.6rem; line-height: 1.3; }
.brand-display small { color: var(--muted); font-size: .74rem; }
.hero-logo { position: relative; width: min(83%, 355px); height: auto; filter: drop-shadow(0 9px 14px rgba(8, 122, 119, .12)); }
.art-orbit { position: absolute; border: 1px solid #cde8e6; border-radius: 50%; }
.orbit-one { width: 360px; height: 360px; top: 42px; right: 18px; }
.orbit-two { width: 270px; height: 270px; bottom: 0; left: 8px; border-style: dashed; animation: orbit 23s linear infinite; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 9px; padding: 12px 15px; border: 1px solid #e7eeee; border-radius: 13px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-sm); font-size: .78rem; font-weight: 700; animation: float 5s ease-in-out infinite; }
.floating-card svg { color: var(--teal); width: 19px; }
.top-card { top: 40px; right: 0; }.bottom-card { bottom: 31px; left: 0; animation-delay: -2.4s; }
.about-section { background: #fff; }
.split-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.about-copy > p { margin-bottom: 38px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 31px; }
.value-grid article { min-height: 158px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fcfdfd; }
.value-grid span { color: var(--teal); font-size: .72rem; font-weight: 700; }.value-grid h3 { margin: 12px 0 4px; font-size: .96rem; }.value-grid p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.6; }
.service-preview { background: var(--canvas); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 39px; }.section-heading h2 { margin-top: 12px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; display: flex; min-height: 240px; flex-direction: column; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .4s var(--ease), border .4s ease, box-shadow .4s var(--ease); }
.service-card::before { content: ""; position: absolute; z-index: 0; inset: 0; opacity: 0; background: linear-gradient(135deg, var(--teal) 0%, #31c4bd 100%); transition: opacity .4s ease; }
.service-card > * { position: relative; z-index: 1; transition: color .35s ease, border .35s ease, background .35s ease, transform .35s var(--ease); }
.service-card:hover { transform: translateY(-7px); border-color: transparent; box-shadow: 0 18px 34px rgba(10, 110, 107, .17); }.service-card:hover::before { opacity: 1; }
.service-card:hover h2, .service-card:hover h3, .service-card:hover p, .service-card:hover .card-arrow { color: #fff; }
.service-card:hover .service-icon { color: var(--teal); background: #fff; transform: scale(.88); }
.service-icon { display: grid; width: 49px; height: 49px; place-items: center; margin-bottom: auto; border-radius: 50%; color: var(--teal-deep); background: var(--teal-soft); transition: transform .45s var(--ease), color .35s ease, background .35s ease; }
.service-icon svg { width: 22px; height: 22px; }.service-card h3, .service-card h2 { margin: 24px 0 7px; font-size: 1.08rem; line-height: 1.3; letter-spacing: -.025em; }.service-card p { margin: 0; color: var(--muted); font-size: .81rem; line-height: 1.65; }.card-arrow { margin-top: 18px; color: var(--teal); font-size: 1.05rem; }
.cta-section { padding-block: 80px; background: var(--canvas); }.cta-banner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 42px 52px; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(130deg, #087a77, #0d9894); box-shadow: 0 18px 37px rgba(8, 122, 119, .19); }.cta-banner h2 { margin: 9px 0 3px; font-size: clamp(1.85rem, 3.2vw, 2.75rem); }.cta-banner p { margin: 0; color: #d5fffc; font-size: .9rem; }

/* Interior pages */
.page-hero { padding-top: 95px; padding-bottom: 73px; background: radial-gradient(circle at 73% 5%, #e9f9f8, transparent 32%), var(--canvas); }.page-hero h1 { margin-bottom: 15px; }
.services-list { padding-top: 28px; background: var(--canvas); }.full-grid { grid-template-columns: repeat(3, 1fr); }.service-item { min-height: 249px; }.service-item h2 { font-size: 1.12rem; }
.gallery-section { padding-top: 30px; }.gallery-notice { display: flex; align-items: center; gap: 18px; max-width: 680px; margin-bottom: 30px; padding: 18px 21px; border: 1px solid #d8e9e8; border-radius: var(--radius-sm); background: var(--teal-soft); }.gallery-notice .service-icon { flex: 0 0 auto; margin: 0; background: #fff; }.gallery-notice h2 { margin: 0 0 2px; font-size: 1rem; }.gallery-notice p { margin: 0; color: var(--muted); font-size: .83rem; }
.identity-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 16px; }.identity-tile { position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }.identity-tile::after { content: ""; position: absolute; width: 170px; height: 170px; border: 1px solid #d9efed; border-radius: 50%; top: -85px; left: -70px; }.identity-tile:hover { box-shadow: var(--shadow-sm); transform: translateY(-4px); transition: .35s var(--ease); }.identity-tile > * { position: relative; z-index: 1; }.identity-tile small { color: var(--teal-deep); font-weight: 700; font-size: .73rem; }.identity-tile h2 { margin: 6px 0 0; font-size: 1.38rem; line-height: 1.3; }.tile-number { color: #acb9ba; font-size: .73rem; }.tile-wide { grid-column: span 2; flex-direction: row; align-items: end; }.tile-wide .brand-mark { margin: auto; }.tile-tall { grid-row: span 2; }.tile-tall .line-art { position: absolute; z-index: 0; top: 52px; right: 36px; width: 130px; height: 160px; transform: rotate(-9deg); }.line-art span { position: absolute; height: 12px; border: 1px solid #a5d9d6; border-radius: 99px; }.line-art span:nth-child(1) { top: 0; width: 78%; }.line-art span:nth-child(2) { top: 31px; width: 100%; }.line-art span:nth-child(3) { top: 62px; width: 59%; }.tile-icon { width: 55px; height: 55px; color: var(--teal); }.tile-dark { color: #fff; border-color: #087a77; background: var(--teal-deep); }.tile-dark small { color: #c9fffb; }.tile-dark .brand-mark { background: #fff; color: var(--teal-deep); }.tile-dark::after { border-color: rgba(255,255,255,.2); }

/* Contact */
.contact-section { padding-top: 30px; }.contact-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-bottom: 57px; padding: 18px 22px 38px; perspective: 1000px; }.contact-card { position: relative; display: flex; align-items: center; gap: 15px; min-height: 116px; padding: 18px 16px; background: #fff; box-shadow: -13px 13px 0 #d9e2e1, -20px 20px 22px rgba(25, 50, 50, .12); transform: rotate(-2.2deg) skewY(1deg); transition: transform .42s var(--ease), box-shadow .42s var(--ease), color .32s ease, background .32s ease; }.contact-card::before { content: ""; position: absolute; top: 9px; right: -11px; bottom: -11px; width: 11px; background: #c5d0cf; transform: skewY(-45deg); transform-origin: top; }.contact-card::after { content: ""; position: absolute; right: -6px; bottom: -11px; left: 4px; height: 11px; background: #c5d0cf; transform: skewX(-45deg); transform-origin: right; }.contact-card:nth-child(2) { transform: rotate(-2.2deg) skewY(1deg) translateY(14px); }.contact-card:nth-child(3) { transform: rotate(-2.2deg) skewY(1deg) translateY(27px); }.contact-card:hover { z-index: 2; color: #fff; background: var(--teal); box-shadow: -18px 18px 0 #076967, -30px 32px 30px rgba(8, 92, 89, .21); transform: rotate(-2.2deg) skewY(1deg) translate(9px, -10px) scale(1.025); }.contact-card:hover::before, .contact-card:hover::after { background: #076967; }.contact-card:hover .contact-icon { color: var(--teal); background: #fff; }.contact-card:hover small, .contact-card:hover em { color: #dbfffd; }.contact-icon { display: grid; flex: 0 0 auto; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: var(--teal-deep); background: var(--teal-soft); transition: .35s ease; }.contact-icon svg { width: 22px; height: 22px; }.contact-card span:last-child { display: grid; line-height: 1.3; }.contact-card small { color: var(--muted); font-size: .73rem; transition: color .32s ease; }.contact-card strong { margin: 4px 0 6px; font-size: .99rem; letter-spacing: .02em; }.contact-card em { color: var(--teal-deep); font-size: .69rem; font-style: normal; font-weight: 700; transition: color .32s ease; }.secondary-phone { display: flex; align-items: center; justify-content: center; gap: 13px; margin: 10px auto 91px; color: var(--muted); font-size: .84rem; }.secondary-phone a { color: var(--teal-deep); font-weight: 700; }.map-layout { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }.map-copy { padding: 50px 45px; background: linear-gradient(145deg, #f0fbfa, #fff); }.map-copy h2 { margin: 15px 0 19px; font-size: clamp(2rem, 3vw, 2.8rem); }.map-copy p { max-width: 300px; color: var(--muted); }.map-frame { min-height: 355px; background: #e7eeee; }.map-frame iframe { width: 100%; height: 100%; min-height: 355px; border: 0; filter: grayscale(.25) contrast(.94); }

/* Footer */
.site-footer { color: #d6dfdf; background: #192526; }.footer-top { display: grid; grid-template-columns: 1.55fr .7fr .8fr 1fr; gap: 42px; padding-block: 61px 47px; }.footer-brand .brand { margin-bottom: 15px; }.site-footer .brand-copy b { color: #fff; }.site-footer .brand-copy small { color: #aab9ba; }.footer-brand p { max-width: 310px; margin: 0; color: #aab9ba; font-size: .81rem; }.site-footer h3 { margin: 2px 0 14px; color: #fff; font-size: .9rem; }.site-footer .footer-top > div:not(.footer-brand) > a { display: block; width: fit-content; margin: 7px 0; color: #aab9ba; font-size: .79rem; transition: color .2s ease, transform .2s var(--ease); }.site-footer .footer-top > div:not(.footer-brand) > a:hover { color: #83e6e1; transform: translateX(-3px); }.footer-address p { color: #aab9ba; font-size: .79rem; line-height: 1.8; }.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 17px; min-height: 69px; border-top: 1px solid #2b3a3b; color: #93a4a5; font-size: .72rem; }.footer-bottom a { color: #b8c7c8; }

/* Motion */
.reveal { opacity: 0; transform: translateY(18px); animation: reveal .7s var(--ease) forwards; }.reveal-delay { animation-delay: .12s; }.reveal-delay-2 { animation-delay: .22s; }.reveal-delay-3 { animation-delay: .32s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } } @keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } } @keyframes orbit { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .section { padding-block: 76px; }.hero { padding-top: 74px; }.hero-grid, .split-layout, .map-layout { grid-template-columns: 1fr; gap: 48px; }.hero-art { min-height: 390px; max-width: 560px; width: 100%; margin-inline: auto; }.brand-display { inset: 34px 40px 20px; }.orbit-one { right: 8%; }.orbit-two { left: 8%; }.split-layout { gap: 32px; }.value-grid { max-width: 650px; }.service-grid { grid-template-columns: repeat(2, 1fr); }.full-grid { grid-template-columns: repeat(2, 1fr); }.contact-actions { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }.contact-card:nth-child(2), .contact-card:nth-child(3) { transform: rotate(-2.2deg) skewY(1deg) translateY(0); }.map-copy { padding: 37px; }.map-frame, .map-frame iframe { min-height: 315px; }.footer-top { grid-template-columns: 1.4fr 1fr 1fr; }.footer-address { grid-column: span 3; }.identity-gallery { grid-template-columns: repeat(2, 1fr); }.tile-tall { grid-row: span 1; }.tile-wide { grid-column: span 1; }
}
@media (max-width: 690px) {
  .container { width: min(100% - 32px, 550px); }.nav-wrap { min-height: 68px; gap: 12px; }.brand-mark { width: 34px; height: 34px; font-size: 1.15rem; }.brand-copy b { font-size: .79rem; }.brand-copy small { font-size: .57rem; }.nav-cta { display: none; }.menu-toggle { display: grid; gap: 4px; width: 39px; height: 39px; margin-inline-start: auto; padding: 9px; border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; }.menu-toggle span { display: block; width: 100%; height: 2px; border-radius: 5px; background: var(--ink); transition: .25s var(--ease); }.menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.menu-toggle.is-open span:nth-child(2) { opacity: 0; }.menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }.main-nav { position: fixed; top: 68px; right: 16px; left: 16px; display: grid; gap: 4px; padding: 13px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.98); box-shadow: var(--shadow-md); transform: translateY(-12px) scale(.98); opacity: 0; pointer-events: none; transition: .25s var(--ease); }.main-nav.is-open { transform: translateY(0) scale(1); opacity: 1; pointer-events: auto; }.main-nav a { padding: 10px 12px; }.main-nav a::after { bottom: 6px; }.section { padding-block: 64px; }.hero { padding-top: 60px; }.hero-grid { gap: 28px; }.hero-copy > p, .page-hero p, .about-copy > p { font-size: .96rem; }.hero-art { min-height: 308px; }.brand-display { inset: 28px 27px 13px; border-radius: 29px; gap: 9px; }.brand-mark.large { width: 72px; height: 72px; font-size: 2.5rem; }.brand-display strong { font-size: 1.23rem; }.brand-display small { font-size: .61rem; }.orbit-one { width: 250px; height: 250px; }.orbit-two { width: 200px; height: 200px; }.floating-card { padding: 9px 11px; font-size: .65rem; }.top-card { top: 15px; }.bottom-card { bottom: 4px; }.trust-row { margin-top: 30px; }.value-grid { grid-template-columns: 1fr; }.value-grid article { min-height: auto; padding: 16px; }.section-heading { align-items: start; flex-direction: column; margin-bottom: 28px; }.service-grid, .full-grid { grid-template-columns: 1fr; }.service-card { min-height: 205px; }.compact-grid .service-card { min-height: 198px; }.cta-section { padding-block: 54px; }.cta-banner { align-items: start; flex-direction: column; padding: 30px 26px; border-radius: 22px; }.button-light { min-width: 0; }.page-hero { padding-top: 70px; padding-bottom: 50px; }.page-hero h1 { font-size: clamp(2.45rem, 11vw, 3.3rem); }.services-list, .gallery-section, .contact-section { padding-top: 10px; }.gallery-notice { align-items: start; padding: 16px; }.identity-gallery { grid-template-columns: 1fr; grid-auto-rows: 215px; }.identity-tile, .tile-wide { grid-column: span 1; }.identity-tile { padding: 22px; }.tile-wide { flex-direction: row; }.contact-actions { gap: 25px; margin-bottom: 41px; padding: 10px 12px 25px; }.contact-card { min-height: 106px; }.secondary-phone { margin-bottom: 61px; }.map-layout { border-radius: 20px; }.map-copy { padding: 30px 25px; }.footer-top { grid-template-columns: 1fr 1fr; gap: 28px 20px; padding-block: 45px 33px; }.footer-brand { grid-column: span 2; }.footer-address { grid-column: span 2; }.footer-bottom { align-items: start; flex-direction: column; justify-content: center; padding-block: 15px; font-size: .68rem; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

/* Night-green dark mode */
.theme-toggle { display: inline-grid; flex: 0 0 auto; width: 39px; height: 39px; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 11px; color: var(--teal-deep); background: var(--surface); cursor: pointer; box-shadow: none; transition: transform .25s var(--ease), background .25s ease, border-color .25s ease, color .25s ease; }
.theme-toggle:hover { color: #fff; border-color: var(--teal); background: var(--teal); transform: translateY(-2px) rotate(-5deg); }
.theme-toggle svg { width: 18px; height: 18px; }.theme-toggle .sun-icon { display: none; }.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; }
html[data-theme="dark"] { --ink: #edf7f6; --muted: #a7bab8; --line: #2d4b49; --surface: #173735; --canvas: #102827; --teal: #28bdb5; --teal-deep: #62ded7; --teal-soft: #193f3d; --shadow-sm: 0 8px 24px rgba(0, 0, 0, .16); --shadow-md: 0 18px 50px rgba(0, 0, 0, .22); color-scheme: dark; }
html[data-theme="dark"] .site-header { border-color: rgba(68, 107, 103, .6); background: rgba(16, 40, 39, .88); }
html[data-theme="dark"] .hero { background: radial-gradient(circle at 82% 37%, #1a4945 0, rgba(26, 73, 69, .56) 17%, transparent 40%), var(--canvas); }
html[data-theme="dark"] .about-section, html[data-theme="dark"] .service-preview, html[data-theme="dark"] .cta-section, html[data-theme="dark"] .services-list, html[data-theme="dark"] .gallery-section, html[data-theme="dark"] .contact-section, html[data-theme="dark"] .page-hero { background: var(--canvas); }
html[data-theme="dark"] .page-hero { background: radial-gradient(circle at 73% 5%, #1a4945, transparent 32%), var(--canvas); }
html[data-theme="dark"] .brand-display { border-color: rgba(102, 222, 215, .13); background: linear-gradient(150deg, #183c3a 0%, #112e2d 100%); }
html[data-theme="dark"] .brand-display::before, html[data-theme="dark"] .art-orbit { border-color: #326966; }
html[data-theme="dark"] .floating-card { border-color: #2d4b49; background: rgba(23, 55, 53, .96); }
html[data-theme="dark"] .button-quiet { color: var(--ink); border-color: var(--line); }
html[data-theme="dark"] .button-quiet:hover { color: var(--teal-deep); border-color: #3f7e79; background: #1a403e; }
html[data-theme="dark"] .value-grid article, html[data-theme="dark"] .service-card, html[data-theme="dark"] .identity-tile, html[data-theme="dark"] .map-layout { border-color: var(--line); background: var(--surface); }
html[data-theme="dark"] .gallery-notice { border-color: #326966; background: #173f3d; }
html[data-theme="dark"] .gallery-notice .service-icon, html[data-theme="dark"] .service-icon { background: #1d4845; }
html[data-theme="dark"] .service-card:hover .service-icon { color: var(--teal-deep); background: #e8f8f7; }
html[data-theme="dark"] .identity-tile::after { border-color: #2c625e; }
html[data-theme="dark"] .map-copy { background: linear-gradient(145deg, #173d3b, #173735); }
html[data-theme="dark"] .contact-card { background: #183b39; box-shadow: -13px 13px 0 #0d2423, -20px 20px 22px rgba(0, 0, 0, .26); }
html[data-theme="dark"] .contact-card::before, html[data-theme="dark"] .contact-card::after { background: #0d2423; }
html[data-theme="dark"] .contact-card:hover { background: #168d87; box-shadow: -18px 18px 0 #0a4f4c, -30px 32px 30px rgba(0, 0, 0, .29); }
html[data-theme="dark"] .secondary-phone { color: var(--muted); }
html[data-theme="dark"] .site-footer { background: #0b201f; }
html[data-theme="dark"] .footer-bottom { border-color: #24403e; }
html[data-theme="dark"] .theme-toggle { color: #eefafa; border-color: #37615e; background: #1a403e; }
html[data-theme="dark"] .theme-toggle .moon-icon { display: none; } html[data-theme="dark"] .theme-toggle .sun-icon { display: block; }
@media (max-width: 690px) { .theme-toggle { margin-inline-start: auto; } .nav-cta + .theme-toggle { margin-inline-start: 0; } html[data-theme="dark"] .main-nav { border-color: var(--line); background: rgba(23, 55, 53, .98); } }
/* Featured clients */
.clients-showcase { margin-top: 34px; padding: 47px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.clients-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 31px; }.clients-heading h2 { margin: 10px 0 0; }.clients-heading p { max-width: 345px; margin: 0; color: var(--muted); font-size: .9rem; }
.client-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }.client-card { position: relative; display: flex; min-height: 142px; flex-direction: column; justify-content: space-between; padding: 20px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fbfcfc; transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s ease, border-color .35s ease; }.client-card::after { content: ""; position: absolute; width: 115px; height: 115px; border: 1px solid #d6edeb; border-radius: 50%; top: -77px; left: -54px; transition: transform .4s var(--ease); }.client-card:hover { border-color: var(--teal); background: var(--teal-soft); box-shadow: 0 14px 25px rgba(10, 119, 115, .11); transform: translateY(-5px); }.client-card:hover::after { transform: scale(1.35); }.client-icon { display: grid; position: relative; z-index: 1; width: 41px; height: 41px; place-items: center; border-radius: 12px; color: var(--teal-deep); background: #fff; box-shadow: 0 7px 14px rgba(23, 62, 61, .08); }.client-icon svg { width: 20px; height: 20px; }.client-card h3 { position: relative; z-index: 1; max-width: 215px; margin: 18px 0 0; color: var(--ink); font-size: 1rem; line-height: 1.43; }
html[data-theme="dark"] .clients-showcase { border-color: var(--line); background: var(--surface); }.clients-heading p { color: var(--muted); } html[data-theme="dark"] .client-card { border-color: var(--line); background: #193c3a; } html[data-theme="dark"] .client-card::after { border-color: #316764; } html[data-theme="dark"] .client-card:hover { border-color: var(--teal); background: #1d4b48; } html[data-theme="dark"] .client-icon { background: #214946; box-shadow: none; }
@media (max-width: 900px) { .client-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 690px) { .clients-showcase { margin-top: 20px; padding: 27px 20px; border-radius: 20px; }.clients-heading { align-items: start; flex-direction: column; gap: 10px; margin-bottom: 24px; }.client-grid { grid-template-columns: 1fr; }.client-card { min-height: 126px; } }
/* Keep the circular brand mark inside its hero card on narrow screens. */
@media (max-width: 690px) {
  .hero-art { min-height: 405px; }
  .brand-display { inset: 22px 24px 16px; overflow: hidden; }
  .hero-logo { width: min(75%, 260px); max-height: 260px; object-fit: contain; }
}
/* ===== Editable content: news, photo gallery, client logos, lightbox ===== */
[hidden] { display: none !important; }
.footer-hours { margin-top: -6px; }
.map-hours { margin-top: -10px; font-size: .88rem; }

.news-preview { background: #fff; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.news-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s ease; }
.news-card:hover { transform: translateY(-5px); border-color: #cfe6e4; box-shadow: var(--shadow-md); }
.news-media { position: relative; display: block; width: 100%; aspect-ratio: 16 / 10; padding: 0; overflow: hidden; border: 0; background: var(--teal-soft); cursor: zoom-in; }
.news-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.news-card:hover .news-media img { transform: scale(1.04); }
.news-count { position: absolute; bottom: 10px; left: 10px; padding: 3px 11px; border-radius: 99px; color: #fff; background: rgba(8, 30, 30, .62); font-size: .76rem; font-weight: 700; backdrop-filter: blur(4px); }
.news-play { position: absolute; inset: 0; display: grid; width: 56px; height: 56px; margin: auto; place-items: center; padding-inline-start: 4px; border-radius: 50%; color: var(--teal-deep); background: rgba(255, 255, 255, .93); box-shadow: var(--shadow-sm); font-size: 1.05rem; }
.news-body { display: flex; flex-direction: column; gap: 9px; padding: 19px 22px 22px; }
.news-date { color: var(--teal-deep); font-size: .74rem; font-weight: 700; }
.news-text { display: -webkit-box; overflow: hidden; color: var(--ink); font-size: .9rem; line-height: 1.9; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 6; }
.news-text.is-open { display: block; -webkit-line-clamp: unset; }
.news-text a { color: var(--teal-deep); text-decoration: underline; text-underline-offset: 3px; }
.news-text blockquote { margin: 6px 0; padding-inline-start: 12px; border-inline-start: 3px solid var(--teal); color: var(--muted); }
.news-text code, .news-text pre { border-radius: 6px; background: var(--teal-soft); font-family: ui-monospace, monospace; font-size: .85em; }
.news-text code { padding: 0 4px; }.news-text pre { margin: 6px 0; padding: 8px 10px; white-space: pre-wrap; }
.tg-spoiler { border-radius: 4px; background: currentColor; transition: background .2s ease; }.tg-spoiler:hover { background: transparent; }
.news-more { align-self: start; padding: 0; border: 0; color: var(--teal-deep); background: none; font-size: .8rem; font-weight: 700; cursor: pointer; }
.news-link { width: fit-content; margin-top: 3px; color: var(--muted); font-size: .76rem; font-weight: 700; transition: color .2s ease; }.news-link:hover { color: var(--teal-deep); }
.news-section { padding-top: 22px; background: var(--canvas); }
.news-section.is-loading .news-grid { min-height: 300px; border-radius: var(--radius); background: linear-gradient(100deg, transparent 30%, rgba(11, 156, 152, .07) 50%, transparent 70%) 0 0 / 200% 100%; animation: shimmer 1.4s linear infinite; }
@keyframes shimmer { to { background-position: -200% 0; } }
.news-empty { display: flex; align-items: center; gap: 18px; max-width: 620px; margin-inline: auto; padding: 20px 22px; border: 1px solid #d8e9e8; border-radius: var(--radius-sm); background: var(--teal-soft); }
.news-empty .service-icon { flex: 0 0 auto; margin: 0; background: #fff; }.news-empty h2 { margin: 0 0 2px; font-size: 1.02rem; }.news-empty p { margin: 0; color: var(--muted); font-size: .84rem; }

.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 8px; }
.photo-tile { position: relative; aspect-ratio: 1; padding: 0; overflow: hidden; border: 0; border-radius: var(--radius-sm); background: var(--teal-soft); cursor: zoom-in; }
.photo-tile img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.photo-tile:hover img { transform: scale(1.06); }
.photo-tile:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }
.photo-caption { position: absolute; inset: auto 0 0; padding: 30px 13px 11px; color: #fff; background: linear-gradient(transparent, rgba(8, 30, 30, .78)); font-size: .8rem; font-weight: 700; line-height: 1.5; text-align: start; }
.news-count, .lb-count { direction: ltr; unicode-bidi: isolate; }

.client-logo { position: relative; z-index: 1; display: grid; width: 62px; height: 62px; place-items: center; overflow: hidden; border-radius: 14px; background: #fff; box-shadow: 0 7px 14px rgba(23, 62, 61, .08); }
.client-logo img { max-width: 84%; max-height: 84%; object-fit: contain; }

.lightbox { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 60px 70px; background: rgba(6, 20, 20, .93); }
.lightbox.is-open { display: flex; animation: lb-in .22s ease; }
@keyframes lb-in { from { opacity: 0; } }
.lightbox figure { display: flex; max-width: 100%; max-height: 100%; margin: 0; flex-direction: column; align-items: center; gap: 12px; }
.lightbox img { max-width: min(1100px, 100%); max-height: calc(100vh - 160px); border-radius: 12px; object-fit: contain; box-shadow: 0 20px 60px rgba(0, 0, 0, .45); }
.lightbox figcaption { color: #e3f3f2; font-size: .92rem; text-align: center; }
.lightbox figcaption:empty { display: none; }
.lb-close, .lb-prev, .lb-next { position: absolute; display: grid; width: 46px; height: 46px; place-items: center; padding: 0; border: 1px solid rgba(255, 255, 255, .22); border-radius: 50%; color: #fff; background: rgba(255, 255, 255, .08); font-size: 1.7rem; line-height: 1; cursor: pointer; transition: background .2s ease; }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: var(--teal); }
.lb-close { top: 14px; left: 14px; }.lb-prev { top: 50%; right: 14px; transform: translateY(-50%); }.lb-next { top: 50%; left: 14px; transform: translateY(-50%); }
.lightbox.single .lb-prev, .lightbox.single .lb-next { display: none; }
.lb-count { position: absolute; top: 25px; right: 22px; color: #bfe3e0; font-size: .82rem; }
html.lb-lock { overflow: hidden; }

html[data-theme="dark"] .news-preview, html[data-theme="dark"] .news-section { background: var(--canvas); }
html[data-theme="dark"] .news-card { border-color: var(--line); background: var(--surface); }
html[data-theme="dark"] .news-empty { border-color: #326966; background: #173f3d; }
html[data-theme="dark"] .news-empty .service-icon { background: #1d4845; }
html[data-theme="dark"] .client-logo { background: #f4fbfa; box-shadow: none; }

@media (max-width: 900px) {
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .photo-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 690px) {
  .news-grid { grid-template-columns: 1fr; }
  .news-body { padding: 17px 18px 19px; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .news-empty { align-items: start; padding: 16px; }
  .lightbox { padding: 60px 12px 84px; }
  .lb-prev, .lb-next { top: auto; bottom: 18px; transform: none; }
  .lb-prev { right: calc(50% - 56px); }.lb-next { left: calc(50% - 56px); }
}
@media (min-width: 691px) and (max-width: 1020px) {
  .nav-wrap { gap: 14px; }.main-nav a { padding: 8px 8px; font-size: .84rem; }
}
