@font-face {
  font-family: "Amoy Arabic";
  src: url("../fonts/helvetica-neue-lt-arabic-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amoy Arabic";
  src: url("../fonts/helvetica-neue-lt-arabic-roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amoy Arabic";
  src: url("../fonts/helvetica-neue-lt-arabic-bold.ttf") format("truetype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amoy Gill";
  src: url("../fonts/gill-sans-mt-pro-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amoy Gill";
  src: url("../fonts/gill-sans-mt-pro-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amoy Gill";
  src: url("../fonts/gill-sans-mt-pro-bold.otf") format("opentype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #182126;
  --muted: #66737a;
  --sand: #f7f2ea;
  --sand-2: #fbf8f3;
  --gold: #83591f;
  --gold-dark: #654114;
  --line: #eadfce;
  --white: #fff;
  --radius: 30px;
  --shadow: 0 18px 52px rgba(24, 33, 38, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Amoy Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
  background: var(--white);
  color: var(--ink);
  line-height: 1.85;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(18px, 5vw, 72px);
}
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 72px; }
.brand-name {
  direction: ltr;
  font-family: "Amoy Gill", "Amoy Arabic", Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1;
  letter-spacing: .05em;
  color: var(--ink);
  font-weight: 900;
}
.main-nav { display: flex; gap: 24px; align-items: center; font-weight: 800; }
.lang-link { color: var(--gold); }
.nav-cta, .button {
  border-radius: 999px;
  padding: 10px 20px;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.nav-cta, .primary { background: var(--gold); color: #fff; }
.nav-cta:hover, .primary:hover { background: var(--gold-dark); transform: translateY(-1px); }
.ghost { border: 1px solid var(--gold); color: var(--gold); }
.ghost:hover { border-color: var(--gold-dark); color: var(--gold-dark); transform: translateY(-1px); }

section, .post-grid, .single-article { padding: clamp(50px, 7vw, 104px) clamp(18px, 6vw, 88px); }
.eyebrow { color: var(--gold)!important; font-weight: 900; letter-spacing: .03em; margin: 0 0 12px; }

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  min-height: 78vh;
  background:
    radial-gradient(circle at 78% 22%, rgba(180,130,58,.10), transparent 24%),
    linear-gradient(135deg, #fff 0%, var(--sand) 100%);
}
.hero h1 { font-size: clamp(42px, 6.5vw, 82px); line-height: 1.08; margin: 0 0 18px; letter-spacing: -.02em; }
.hero p { font-size: clamp(18px, 2vw, 23px); color: var(--muted); max-width: 680px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; font-weight: 800; }
.hero-media img, .split-section img { border-radius: 34px; box-shadow: 0 24px 70px rgba(24,33,38,.12); }

.video-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  background: #fff;
}
.video-copy h2 {
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.15;
  margin: 0 0 18px;
  letter-spacing: -.015em;
}
.video-copy p:not(.eyebrow) { color: var(--muted); font-size: clamp(18px, 2vw, 22px); }
.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(180,130,58,.22);
  box-shadow: 0 24px 70px rgba(24,33,38,.12);
  background: #10171b;
}
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-play {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #10171b;
  color: #fff;
  font-family: inherit;
}
.video-play img { width: 100%; height: 100%; object-fit: cover; opacity: .78; transition: transform .25s ease, opacity .25s ease; }
.video-play span {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 24px;
  border-radius: 999px;
  background: rgba(180,130,58,.94);
  box-shadow: 0 18px 44px rgba(0,0,0,.28);
  font-weight: 900;
}
.video-play span::before { content: "▶"; font-size: 14px; }
.video-play:hover img { transform: scale(1.035); opacity: .9; }

.split-section { display: grid; grid-template-columns: .95fr 1fr; gap: 56px; align-items: center; }
.split-section h2, .process-section h2, .why-section h2, .services h2, .gallery-section h2, .clients h2, .contact-cta h2, .page-hero h1 {
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.15;
  margin: 0 0 18px;
  letter-spacing: -.015em;
}
.split-section p:not(.eyebrow), .cards-section p, .entry-content p { color: #2d3940; }

.cards-section { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; background: var(--sand); }
.cards-section article, .mini-grid span, .post-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
}
.cards-section h3 { font-size: 24px; line-height: 1.35; margin: 0 0 12px; }

.process-section { background: #fff; text-align: center; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 32px; text-align: start; }
.process-grid article {
  border: 1px solid rgba(180,130,58,.22);
  border-radius: 28px;
  padding: 26px;
  background: linear-gradient(180deg, #fff, var(--sand-2));
  box-shadow: 0 14px 38px rgba(24,33,38,.055);
}
.process-grid span { color: var(--gold); font-weight: 900; letter-spacing: .06em; }
.process-grid h3 { margin: 8px 0 10px; font-size: 24px; line-height: 1.25; }
.process-grid p { margin: 0; color: var(--muted); }

.why-section { text-align: center; background: #fff; }
.mini-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 30px; }
.mini-grid span { font-weight: 900; }

.services { text-align: center; background: var(--sand-2); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 34px; align-items: stretch; }
.service-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 430px;
  padding: 18px 18px 28px;
  display: flex;
  flex-direction: column;
  text-align: start;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,252,247,.98)),
    radial-gradient(circle at 85% 0%, rgba(180,130,58,.15), transparent 36%);
  border: 1px solid rgba(180,130,58,.28);
  border-radius: 34px;
  box-shadow: 0 18px 45px rgba(24,33,38,.07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.service-card::before {
  content: "";
  position: absolute;
  inset-inline: 22px;
  top: 0;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: .7;
}
.service-card:hover { transform: translateY(-6px); border-color: rgba(180,130,58,.55); box-shadow: 0 28px 70px rgba(24,33,38,.12); }
.service-media {
  position: relative;
  min-height: 210px;
  margin-bottom: 24px;
  border-radius: 26px;
  overflow: hidden;
  background: #f4eee4;
}
.service-media img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; transform: scale(1.02); transition: transform .3s ease; }
.service-card:hover .service-media img { transform: scale(1.06); }
.service-tag {
  position: absolute;
  top: 34px;
  inset-inline-start: 34px;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(16,23,27,.86);
  color: #f7d399;
  font-size: 17px;
  box-shadow: 0 12px 28px rgba(24,33,38,.22);
}
.service-card h3 { font-size: clamp(27px, 2.25vw, 34px); line-height: 1.2; margin: 0 0 12px; }
.service-card p { color: var(--muted); font-size: 18px; line-height: 1.75; margin: 0; }

.gallery-section { background: var(--sand); padding-block: clamp(42px, 5vw, 72px); overflow: hidden; }
.carousel-head { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 24px; text-align: start; }
.carousel-head h2 { margin-bottom: 0; max-width: 820px; }
.carousel-controls { display: flex; gap: 10px; direction: ltr; flex: 0 0 auto; }
.carousel-button {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(131,89,31,.26);
  background: #fff;
  color: var(--gold);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(24,33,38,.06);
}
.gallery-carousel {
  display: grid;
  direction: ltr;
  grid-auto-flow: column;
  grid-auto-columns: clamp(220px, 24vw, 360px);
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scroll-padding-inline: clamp(18px, 6vw, 88px);
  padding: 4px 0 18px;
  scrollbar-width: thin;
}
.gallery-carousel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
  scroll-snap-align: start;
}

.clients { text-align: center; }
.client-strip { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; align-items: center; margin-top: 30px; }
.client-strip img { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 20px; aspect-ratio: 1/1; object-fit: contain; box-shadow: 0 10px 28px rgba(24,33,38,.04); }

.contact-cta { text-align: center; background: var(--ink); color: #fff; }
.contact-cta .ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.contact-cta .button { display: inline-flex; margin: 6px; direction: ltr; }

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(131,89,31,.22), transparent 28%),
    linear-gradient(145deg, #0c1417 0%, #121c20 55%, #0a1114 100%);
  color: #fff;
  padding: clamp(44px, 7vw, 86px) clamp(18px,6vw,88px) 34px;
}
.site-footer::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.06); border-radius: 36px; pointer-events: none; }
.footer-shell { position: relative; max-width: 1240px; margin: 0 auto; }
.footer-main { display: grid; grid-template-columns: minmax(280px, 1.15fr) minmax(440px, 1fr); gap: clamp(34px, 7vw, 96px); align-items: start; }
.footer-brand-block { max-width: 560px; }
.footer-logo { width: 92px; opacity: .72; filter: invert(1) grayscale(1) brightness(1.8); }
.footer-brand { margin-bottom: 26px; }
.site-footer .brand-name { color: #fff; opacity: .94; font-size: clamp(42px, 6vw, 72px); letter-spacing: .08em; }
.footer-brand-block p { color: rgba(255,255,255,.78); font-size: clamp(18px, 2vw, 24px); line-height: 2; margin: 0; max-width: 640px; }
.footer-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.footer-group {
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 26px;
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.footer-group h2 { color: #fff; font-size: 20px; margin: 0 0 16px; }
.footer-group a { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; color: #f4d49f; border-bottom: 1px solid rgba(255,255,255,.06); transition: color .2s ease, transform .2s ease; }
.footer-group a:last-child { border-bottom: 0; }
.footer-group a:hover { color: #fff; transform: translateX(-4px); }
.footer-contact a { direction: ltr; text-align: left; display: grid; justify-content: stretch; }
.footer-contact a span { direction: rtl; text-align: right; color: rgba(255,255,255,.56); font-size: 13px; }
.footer-payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 34px;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.10);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.footer-payment span { color: #f4d49f; display: block; font-size: 20px; margin-bottom: 4px; }
.footer-payment p { margin: 0; color: rgba(255,255,255,.58); }
.footer-payment img { width: min(390px, 48vw); opacity: .9; filter: saturate(.95) brightness(.96); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 24px; color: rgba(255,255,255,.62); }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #f4d49f; border: 1px solid rgba(244,212,159,.34); border-radius: 999px; padding: 10px 18px; }
.footer-heart { color: #f4d49f; font-weight: 900; }

.page-hero { text-align: center; background: var(--sand); }
.page-content { max-width: 900px; margin: 0 auto; font-size: 19px; }
.page-content h2, .page-content h3 { line-height: 1.25; margin-top: 36px; }
.page-content a { color: var(--gold); text-decoration: underline; text-underline-offset: 4px; }

.service-detail { background: #fff; }
.service-hero-detail {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  min-height: 76vh;
  background:
    radial-gradient(circle at 86% 16%, rgba(180,130,58,.13), transparent 26%),
    linear-gradient(135deg, #fff 0%, var(--sand) 100%);
}
.service-hero-copy h1,
.service-overview h2,
.service-related h2,
.service-faq h2 {
  font-size: clamp(38px, 5.6vw, 72px);
  line-height: 1.1;
  margin: 0 0 18px;
  letter-spacing: -.015em;
}
.service-hero-copy p:not(.eyebrow), .service-overview p { color: var(--muted); font-size: clamp(18px, 2vw, 23px); }
.service-hero-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}
.service-hero-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 28px;
  box-shadow: 0 20px 54px rgba(24,33,38,.10);
  background: #f4eee4;
}
.service-overview {
  display: grid;
  grid-template-columns: minmax(220px, .35fr) 1fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  background: #fff;
}
.service-kicker {
  position: sticky;
  top: 110px;
  border: 1px solid rgba(180,130,58,.24);
  border-radius: 28px;
  padding: 24px;
  background: linear-gradient(180deg, #fff, var(--sand-2));
  box-shadow: var(--shadow);
}
.service-kicker span { display: block; color: var(--gold); font-size: 46px; line-height: 1; font-weight: 900; }
.service-kicker p { margin: 12px 0 0; font-weight: 900; color: var(--ink); }
.service-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  background: var(--sand-2);
}
.service-sections article,
.related-grid a,
.faq-list details {
  border: 1px solid rgba(180,130,58,.20);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(24,33,38,.055);
}
.service-sections article { padding: clamp(24px, 3vw, 36px); }
.service-sections span,
.related-grid span { color: var(--gold); font-weight: 900; letter-spacing: .05em; }
.service-sections h2 { font-size: clamp(25px, 3vw, 36px); line-height: 1.22; margin: 10px 0 12px; }
.service-sections h3 { font-size: clamp(20px, 2.2vw, 26px); line-height: 1.3; margin: 24px 0 8px; }
.service-sections p { color: var(--muted); margin: 0 0 12px; font-size: 18px; }
.service-bullet::before { content: "• "; color: var(--gold); font-weight: 900; }
.service-related { display: grid; grid-template-columns: .72fr 1.28fr; gap: 28px; align-items: start; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.related-grid a { display: grid; gap: 8px; padding: 24px; transition: transform .2s ease, border-color .2s ease; }
.related-grid a:hover { transform: translateY(-4px); border-color: rgba(180,130,58,.48); }
.related-grid strong { font-size: 22px; line-height: 1.25; }
.related-grid small { color: var(--muted); font-size: 15px; }
.service-faq { background: var(--sand); }
.faq-list { display: grid; gap: 14px; max-width: 980px; margin-top: 24px; }
.faq-list details { padding: 20px 24px; }
.faq-list summary { cursor: pointer; font-weight: 900; font-size: 21px; }
.faq-list p { color: var(--muted); margin: 12px 0 0; }
html[dir="ltr"] body { font-family: "Amoy Gill", "Amoy Arabic", Georgia, "Times New Roman", serif; }
html[dir="ltr"] .footer-contact a,
html[dir="ltr"] .contact-cta .button { direction: ltr; text-align: left; }
html[dir="ltr"] .footer-contact a span { direction: ltr; text-align: left; }

.archive-hero { background: var(--sand); text-align: center; }
.archive-hero h1 { font-size: clamp(42px, 6vw, 72px); line-height: 1.12; margin: 0; }
.archive-hero p:not(.eyebrow) { max-width: 760px; margin: 18px auto 0; color: var(--muted); font-size: clamp(18px, 2vw, 23px); }
.blog-hero {
  min-height: 38vh;
  display: grid;
  align-content: center;
  background:
    radial-gradient(circle at 22% 18%, rgba(180,130,58,.14), transparent 28%),
    linear-gradient(135deg, #fff 0%, var(--sand) 100%);
}
.post-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; max-width: 1120px; margin: 0 auto; }
.blog-list { padding-top: clamp(42px, 5vw, 72px); }
.post-card { padding: 34px; }
.post-card h2 { font-size: clamp(26px, 3vw, 36px); line-height: 1.25; margin: 10px 0; }
.post-card p { color: var(--muted); }
.post-card time, .single-article time { color: var(--muted); font-size: 15px; }
.post-thumb img { border-radius: 22px; margin-bottom: 16px; }
.post-read-more { color: var(--gold); font-weight: 900; }
.blog-empty {
  display: grid;
  place-items: center;
  min-height: 42vh;
  background:
    radial-gradient(circle at 80% 10%, rgba(180,130,58,.10), transparent 30%),
    #fff;
}
.blog-empty-card {
  width: min(760px, 100%);
  text-align: center;
  border: 1px solid rgba(180,130,58,.22);
  border-radius: 34px;
  padding: clamp(30px, 5vw, 58px);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,252,247,.94));
  box-shadow: 0 22px 70px rgba(24,33,38,.08);
}
.blog-empty-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  margin-bottom: 16px;
  background: var(--ink);
  color: #f4d49f;
  font-size: 24px;
}
.blog-empty-card h2 { font-size: clamp(32px, 4.6vw, 56px); line-height: 1.15; margin: 0 0 14px; }
.blog-empty-card p:not(.eyebrow) { color: var(--muted); font-size: clamp(18px, 2vw, 22px); margin: 0 auto; max-width: 620px; }
.blog-empty-actions { justify-content: center; margin-top: 26px; }

.single-article { max-width: 1120px; margin: 0 auto; }
.single-article > h1,
.single-article > time,
.single-article > .back-link { display: block; max-width: 840px; margin-inline: auto; text-align: center; }
.single-article > h1 {
  font-size: clamp(38px, 5.5vw, 66px);
  line-height: 1.15;
  margin-top: 30px;
  margin-bottom: 12px;
  letter-spacing: -.01em;
}
.single-article > time { margin-bottom: 34px; }
.single-cover { border-radius: 28px; margin: 24px auto; }
.entry-content {
  max-width: 780px;
  margin: 0 auto;
  font-size: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,252,247,.82));
  border: 1px solid rgba(180,130,58,.16);
  border-radius: 34px;
  padding: clamp(28px, 4vw, 54px);
  box-shadow: 0 20px 60px rgba(24,33,38,.055);
}
.entry-content p { text-align: start; }
.entry-content h2, .entry-content h3 { line-height: 1.28; margin-top: 48px; text-align: start; }
.entry-content h2 { font-size: clamp(30px, 4vw, 44px); }
.entry-content h3 { font-size: clamp(24px, 3vw, 32px); }
.entry-content a { color: var(--gold); text-decoration: underline; text-underline-offset: 4px; }
.entry-content ul, .entry-content ol { padding-inline-start: 1.4em; text-align: start; }
.entry-content li { margin-bottom: 8px; }
.entry-content hr,
.entry-content .wp-block-separator {
  border: 0;
  height: 1px;
  margin: 36px auto;
  background: linear-gradient(90deg, transparent, rgba(180,130,58,.35), transparent);
}
.entry-content strong:empty { display: none; }
.back-link { color: var(--gold); font-weight: 900; }

@media (max-width: 980px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .main-nav { width: 100%; overflow-x: auto; padding-bottom: 4px; gap: 10px; scrollbar-width: none; }
  .main-nav a { flex: 0 0 auto; background: var(--sand); border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; }
  .main-nav .nav-cta { background: var(--gold); color: #fff; }
  .hero, .video-section, .split-section, .service-hero-detail, .service-overview, .service-related { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-media { order: 2; }
  .service-grid, .cards-section, .process-grid, .post-grid, .service-sections, .related-grid { grid-template-columns: 1fr 1fr; }
  .service-kicker { position: static; }
  .client-strip { grid-template-columns: repeat(3,1fr); }
  .footer-main, .footer-columns { grid-template-columns: 1fr; }
  .footer-payment, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-payment img { width: min(420px, 100%); }
}

@media (max-width: 640px) {
  section, .post-grid, .single-article { padding: 42px 18px; }
  .brand img { width: 58px; }
  .brand-name { font-size: 28px; }
  .hero h1 { font-size: 44px; }
  .hero p { font-size: 18px; }
  .hero-actions .button { width: 100%; justify-content: center; text-align: center; }
  .service-grid, .cards-section, .process-grid, .mini-grid, .post-grid, .service-sections, .related-grid { grid-template-columns: 1fr; }
  .carousel-head { align-items: start; flex-direction: column; }
  .gallery-carousel { grid-auto-columns: 78vw; }
  .service-hero-gallery { grid-template-columns: 1fr; }
  .video-frame { border-radius: 24px; }
  .client-strip { grid-template-columns: repeat(2,1fr); }
  .cards-section article, .service-grid article, .mini-grid span, .post-card { padding: 24px; }
  .entry-content { font-size: 18px; border-radius: 26px; }
  .site-footer { padding-inline: 18px; }
  .site-footer::before { inset: 10px; border-radius: 26px; }
  .footer-group { padding: 20px; }
  .footer-brand { align-items: center; }
}


