/*
Theme Name: Bonyan Contracting
Theme URI: https://example.com/bonyan-contracting
Author: Manus AI
Description: قالب عربي RTL فاخر لشركات المقاولات والترميم والتشطيبات، مستلهم من هوية بنيان.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: bonyan
Tags: rtl-language-support, custom-logo, custom-menu, featured-images, full-width-template
*/

/*
 * فلسفة هذا الملف: «الرفاهية المعمارية الهادئة» — فحمي عميق، ذهبي معتّق،
 * عناوين Cairo ونص Tajawal، حواف دقيقة وتباين قوي فوق الصور المظلمة.
 */

:root {
  --ink: #080b10;
  --ink-soft: #0e131b;
  --slate: #161d26;
  --stone: #e9e2d5;
  --paper: #f7f3ec;
  --muted: #a6a9ab;
  --gold: #c6a45d;
  --gold-bright: #e0c27e;
  --gold-deep: #8d6c2f;
  --line: rgba(226, 196, 124, .26);
  --radius: 3px;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --shadow: 0 28px 60px rgba(0, 0, 0, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; background: var(--ink); color: var(--stone); font-family: "Tajawal", Tahoma, Arial, sans-serif; direction: rtl; text-align: right; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto; width: auto; height: auto; top: 10px; right: 10px; z-index: 9999; padding: 10px 14px; background: #fff; color: #000; }
.site-main { overflow: hidden; }
.bonyan-shell { width: min(100% - 48px, 1220px); margin-inline: auto; }
.gold-kicker { display: flex; align-items: center; gap: 9px; color: var(--gold-bright); font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.gold-kicker::before { width: 9px; height: 9px; border: 1px solid currentColor; content: ""; transform: rotate(45deg); }
.gold-kicker::after { content: ""; width: 30px; height: 1px; background: currentColor; opacity: .7; }
.section-title { margin: 15px 0 0; color: var(--paper); font-family: "Cairo", Tahoma, sans-serif; font-size: clamp(2rem, 3.4vw, 3.45rem); font-weight: 800; line-height: 1.25; }
.section-title::before { display: block; width: 54px; height: 8px; margin-bottom: 15px; border-top: 1px solid var(--gold); border-bottom: 1px solid rgba(198,164,93,.35); content: ""; }
.section-copy { max-width: 590px; margin: 18px 0 0; color: #c5c2bc; font-size: 1.02rem; line-height: 2; }

/* Header */
.site-header { position: fixed; z-index: 90; top: 0; right: 0; left: 0; border-bottom: 1px solid rgba(255,255,255,.06); transition: background .24s var(--ease-out), border-color .24s var(--ease-out), padding .24s var(--ease-out); }
.site-header.is-scrolled { background: rgba(8, 11, 16, .92); border-color: var(--line); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 24px; }
.site-branding { flex: 0 0 auto; }
.brand-link { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 47px; height: 47px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.2; }
.brand-name { color: var(--gold-bright); font-family: "Cairo", sans-serif; font-weight: 800; font-size: .95rem; }
.brand-subtitle { margin-top: 4px; color: #b9ad8d; direction: ltr; font-family: "Cairo", sans-serif; font-size: .45rem; font-weight: 700; letter-spacing: .22em; }
.primary-navigation { display: flex; align-items: center; gap: 25px; margin-inline-start: auto; }
.primary-navigation ul { display: flex; align-items: center; gap: 25px; padding: 0; margin: 0; list-style: none; }
.primary-navigation a { position: relative; color: #e6e2da; font-size: .9rem; font-weight: 600; transition: color .18s var(--ease-out); }
.primary-navigation a::after { position: absolute; right: 0; bottom: -10px; width: 0; height: 1px; content: ""; background: var(--gold); transition: width .18s var(--ease-out); }
.primary-navigation a:hover, .primary-navigation .current-menu-item > a { color: var(--gold-bright); }
.primary-navigation a:hover::after, .primary-navigation .current-menu-item > a::after { width: 100%; }
.header-quote { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 17px; border: 1px solid var(--gold); color: var(--gold-bright); font-size: .83rem; font-weight: 700; transition: background .2s var(--ease-out), color .2s var(--ease-out); }
.header-quote:hover { background: var(--gold); color: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--gold-bright); }

/* Buttons */
.bonyan-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; font-size: .9rem; font-weight: 700; transition: transform .16s var(--ease-out), background .2s var(--ease-out), border-color .2s var(--ease-out), color .2s var(--ease-out); }
.bonyan-button:active { transform: scale(.97); }
.button-gold { background: var(--gold); border-color: var(--gold); color: #14110a; }
.button-gold:hover { background: var(--gold-bright); border-color: var(--gold-bright); }
.button-outline { background: rgba(8,11,16,.26); border-color: rgba(234,226,211,.46); color: var(--paper); }
.button-outline:hover { border-color: var(--gold); color: var(--gold-bright); }
.button-icon { width: 18px; height: 18px; fill: currentColor; }

/* Hero */
.hero { position: relative; min-height: 820px; padding: 160px 0 106px; isolation: isolate; background-color: var(--ink); background-image: linear-gradient(90deg, rgba(8,11,16,.95) 0%, rgba(8,11,16,.89) 35%, rgba(8,11,16,.38) 76%, rgba(8,11,16,.72) 100%), var(--hero-image); background-position: center; background-size: cover; }
.hero::before { position: absolute; z-index: -1; inset: 0; content: ""; background: radial-gradient(circle at 12% 55%, rgba(197,160,84,.14), transparent 25%), linear-gradient(180deg, rgba(8,11,16,.25) 0%, var(--ink) 100%); }
.hero-layout { display: grid; grid-template-columns: 1.18fr .82fr; align-items: end; gap: 62px; min-height: 550px; direction: rtl; }
.hero-copy { padding-bottom: 10px; }
.hero-title { max-width: 680px; margin: 17px 0 0; color: var(--paper); font-family: "Cairo", sans-serif; font-size: clamp(3rem, 5.3vw, 5.7rem); font-weight: 800; line-height: 1.06; letter-spacing: -.045em; }
.hero-title em { display: block; color: var(--gold-bright); font-style: normal; font-weight: 500; }
.hero-description { max-width: 630px; margin: 26px 0 0; color: #d6d3cc; font-size: 1.02rem; line-height: 2.08; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 33px; }
.hero-project { position: relative; align-self: end; padding: 8px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.hero-project::before { position: absolute; z-index: 1; top: -1px; right: -1px; width: 55px; height: 55px; border-top: 2px solid var(--gold); border-right: 2px solid var(--gold); content: ""; }
.hero-project img { width: 100%; aspect-ratio: 1.12 / 1; object-fit: cover; filter: saturate(.84) contrast(1.06); }
.project-badge { position: absolute; z-index: 2; bottom: 25px; left: 23px; padding: 8px 12px; border: 1px solid rgba(226,196,124,.48); background: rgba(7,10,14,.79); color: var(--gold-bright); font-size: .7rem; }
.hero-scroll { position: absolute; bottom: 26px; right: 50%; display: flex; align-items: center; gap: 12px; color: rgba(228,218,198,.72); font-size: .72rem; transform: translateX(50%); }
.hero-scroll::after { width: 45px; height: 1px; content: ""; background: var(--gold); }

/* About and transformation */
.about-section { padding: 132px 0 0; background: #0c1118; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px,8vw,130px); align-items: center; padding-bottom: 120px; }
.about-figure { position: relative; min-height: 440px; }
.about-figure::before { position: absolute; top: 38px; right: 0; bottom: 0; left: 52px; border: 1px solid var(--line); content: ""; }
.about-number { position: absolute; z-index: 1; top: 0; right: 30px; color: var(--gold); direction: ltr; font-family: "Cairo", sans-serif; font-size: 8.2rem; font-weight: 200; line-height: .72; opacity: .82; }
.about-image { position: absolute; right: 42px; bottom: 22px; width: min(87%, 380px); height: 355px; object-fit: cover; filter: saturate(.75); }
.about-small-caption { position: absolute; z-index: 2; bottom: 0; left: 0; max-width: 160px; padding: 18px; background: var(--gold); color: var(--ink); font-family: "Cairo",sans-serif; font-size: .8rem; font-weight: 800; line-height: 1.6; }
.about-text .bonyan-button { margin-top: 29px; }
.split-section { position: relative; padding: 88px 0 123px; background-color: var(--paper); background-image: linear-gradient(rgba(141,108,47,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(141,108,47,.05) 1px, transparent 1px); background-size: 48px 48px; color: var(--ink); }
.split-section .section-title { color: #131921; }
.split-section .section-copy { color: #55514b; }
.before-after { position: relative; width: 100%; max-width: 960px; height: 500px; margin: 45px auto 0; overflow: hidden; background: #1a1c1f; box-shadow: 0 20px 50px rgba(14,15,15,.15); }
.before-after-base, .before-after-top { position: absolute; inset: 0; background-position: center; background-size: cover; }
.before-after-base { background-image: linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.1)), url("assets/images/project-majlis.jpg"); filter: brightness(.6) saturate(.4); }
.before-after-top { width: 57%; border-left: 2px solid var(--gold); background-image: url("assets/images/hero-interior.jpg"); }
.before-after-handle { position: absolute; top: 0; right: 43%; bottom: 0; z-index: 2; width: 1px; background: var(--gold); }
.before-after-handle span { position: absolute; top: 50%; right: 50%; display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; background: var(--ink); color: var(--gold-bright); font-size: 1.15rem; transform: translate(50%, -50%); }
.image-label { position: absolute; z-index: 3; bottom: 20px; padding: 7px 13px; border: 1px solid rgba(255,255,255,.38); background: rgba(5,7,10,.7); color: #fff; font-size: .75rem; }
.image-label.after { right: 20px; }
.image-label.before { left: 20px; }

/* Feature promo */
.feature-promo { position: relative; padding: 125px 0; background: var(--ink-soft); isolation: isolate; }
.feature-promo::before { position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(90deg, rgba(13,18,25,.97) 0%, rgba(13,18,25,.88) 43%, rgba(13,18,25,.26) 100%), url("assets/images/project-majlis.jpg"); background-position: center; background-size: cover; content: ""; filter: saturate(.7); }
.promo-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 60px; }
.promo-list { display: grid; gap: 14px; padding: 0; margin: 28px 0 0; list-style: none; }
.promo-list li { display: flex; align-items: center; gap: 11px; color: #dfdad0; }
.promo-list li::before { width: 9px; height: 9px; border: 1px solid var(--gold); content: ""; transform: rotate(45deg); }

/* Services */
.services-section { padding: 124px 0; background: #101720; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 45px; }
.section-head .section-copy { margin-bottom: 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.service-card { position: relative; min-height: 250px; padding: 30px 29px; overflow: hidden; background: #111821; transition: background .25s var(--ease-out); }
.service-card::before { position: absolute; top: 0; right: 0; width: 0; height: 2px; content: ""; background: var(--gold); transition: width .25s var(--ease-out); }
.service-card::after { position: absolute; left: -35px; bottom: -38px; width: 108px; height: 108px; border: 1px solid rgba(198,164,93,.12); content: ""; transform: rotate(45deg); pointer-events: none; }
.service-card:hover { background: #171f29; }
.service-card:hover::before { width: 100%; }
.service-index { color: var(--gold); direction: ltr; font-family: "Cairo", sans-serif; font-size: .66rem; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { max-width: 290px; margin: 32px 0 13px; color: var(--paper); font-family: "Cairo", sans-serif; font-size: 1.13rem; line-height: 1.6; }
.service-card p { margin: 0; color: #aeb0ad; font-size: .89rem; line-height: 1.9; }
.service-card a { position: absolute; bottom: 28px; right: 29px; color: var(--gold-bright); font-size: .8rem; font-weight: 700; }
.service-card a::after { margin-right: 8px; content: "←"; }
.section-link-wrap { margin-top: 35px; text-align: center; }

/* Portfolio */
.portfolio-section { padding: 126px 0; background: #0a0f15; }
.portfolio-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 50px; align-items: center; }
.portfolio-nav { display: flex; gap: 8px; margin-top: 29px; }
.portfolio-nav button { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid var(--line); background: transparent; color: var(--gold-bright); transition: background .18s var(--ease-out); }
.portfolio-nav button:hover { background: var(--gold); color: var(--ink); }
.portfolio-stage { position: relative; min-height: 470px; }
.portfolio-card { position: absolute; inset: 0; display: grid; grid-template-columns: .48fr .52fr; border: 1px solid var(--line); background: #10161e; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .3s var(--ease-out), transform .3s var(--ease-out); }
.portfolio-card.is-active { opacity: 1; pointer-events: auto; transform: none; }
.portfolio-image { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); }
.portfolio-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(25px,4vw,55px); }
.portfolio-count { color: var(--gold); direction: ltr; font-size: .77rem; font-weight: 700; letter-spacing: .18em; }
.portfolio-content h3 { margin: 17px 0 0; color: var(--paper); font-family: "Cairo", sans-serif; font-size: clamp(1.55rem, 2.5vw,2.15rem); line-height: 1.4; }
.portfolio-content p { color: #b8b8b5; font-size: .93rem; line-height: 2; }
.portfolio-content .bonyan-button { margin-top: 14px; min-height: 43px; }

/* Values */
.values-section { padding: 128px 0; background-color: var(--paper); background-image: linear-gradient(rgba(141,108,47,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(141,108,47,.045) 1px, transparent 1px); background-size: 48px 48px; color: var(--ink); }
.values-section .section-title { color: var(--ink); }
.values-section .section-copy { color: #55514a; }
.quote-block { margin: 32px 0 0; padding: 20px 0 20px 26px; border-right: 3px solid var(--gold); color: #2a2a29; font-family: "Cairo",sans-serif; font-size: clamp(1.4rem,2.2vw,2.1rem); font-weight: 700; line-height: 1.65; }
.values-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.principles { display: grid; gap: 0; }
.principle { padding: 25px 0; border-bottom: 1px solid rgba(25,26,26,.17); }
.principle:first-child { border-top: 1px solid rgba(25,26,26,.17); }
.principle h3 { margin: 0; color: #181919; font-family: "Cairo", sans-serif; font-size: 1.05rem; }
.principle p { margin: 8px 0 0; color: #66625b; line-height: 1.8; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(25,26,26,.16); border-right: 1px solid rgba(25,26,26,.16); }
.stat { min-height: 142px; padding: 25px; border-bottom: 1px solid rgba(25,26,26,.16); border-left: 1px solid rgba(25,26,26,.16); }
.stat strong { display: block; color: var(--gold-deep); direction: ltr; font-family: "Cairo", sans-serif; font-size: 2.8rem; font-weight: 800; line-height: 1; }
.stat span { display: block; margin-top: 13px; color: #46433d; font-size: .86rem; }

/* FAQ and CTA */
.faq-section { padding: 123px 0; background: #101720; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; border: 0; background: transparent; color: var(--paper); text-align: right; font-family: "Cairo", sans-serif; font-size: 1rem; font-weight: 700; }
.faq-question .faq-plus { color: var(--gold); font-size: 1.4rem; transition: transform .2s var(--ease-out); }
.faq-item.is-open .faq-plus { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s var(--ease-out); }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0; padding-bottom: 0; color: #b7b7b2; line-height: 2; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { padding-bottom: 23px; }
.cta-section { position: relative; padding: 110px 0; background: #0a0d12; text-align: center; isolation: isolate; }
.cta-section::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(rgba(8,11,16,.86), rgba(8,11,16,.96)), url("assets/images/project-facade.jpg") center/cover; content: ""; }
.cta-section .gold-kicker, .cta-section .cta-actions { justify-content: center; }
.cta-section .section-title { max-width: 680px; margin-inline: auto; }
.cta-section .section-copy { margin-inline: auto; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 29px; }

/* Footer and float links */
.site-footer { background: #07090d; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 1.2fr .5fr .75fr; gap: 70px; padding: 75px 0 47px; }
.footer-brand-copy { max-width: 365px; margin: 20px 0 0; color: #aaa9a5; font-size: .95rem; line-height: 2; }
.footer-title { margin: 0 0 18px; color: var(--gold-bright); font-family: "Cairo",sans-serif; font-size: .95rem; }
.footer-menu { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; color: #d6d3cc; font-size: .9rem; }
.footer-menu a:hover { color: var(--gold-bright); }
.footer-contact { display: grid; gap: 13px; color: #d6d3cc; font-size: .92rem; }
.footer-contact a { color: var(--gold-bright); direction: ltr; text-align: right; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.08); color: #777a7a; font-size: .75rem; }
.floating-contact { position: fixed; z-index: 80; bottom: 22px; left: 22px; display: grid; gap: 8px; }
.floating-contact a { display: grid; width: 47px; height: 47px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; background: #0b1017; color: var(--gold-bright); box-shadow: 0 9px 22px rgba(0,0,0,.25); transition: transform .18s var(--ease-out), background .18s var(--ease-out); }
.floating-contact a:hover { background: var(--gold); color: var(--ink); transform: translateY(-3px); }
.floating-contact svg { width: 20px; height: 20px; fill: currentColor; }

/* Page templates */
.page-hero { padding: 167px 0 76px; background: radial-gradient(circle at 70% 0%, rgba(198,164,93,.16), transparent 26%), #0d131b; }
.page-hero .section-title { max-width: 700px; }
.content-wrap { width: min(100% - 48px, 870px); margin: 0 auto; padding: 85px 0 125px; color: #dfd9ce; line-height: 2.1; }
.content-wrap h2, .content-wrap h3 { color: var(--gold-bright); font-family: "Cairo",sans-serif; }
.content-wrap a { color: var(--gold-bright); text-decoration: underline; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; padding: 80px 0 120px; }
.archive-card { border: 1px solid var(--line); background: #111821; }
.archive-card img { width: 100%; aspect-ratio: 1.38; object-fit: cover; }
.archive-card-body { padding: 22px; }
.archive-card h2 { margin: 0; color: var(--paper); font-family: "Cairo",sans-serif; font-size: 1.12rem; line-height: 1.6; }
.archive-card p { color: #b8b7b2; line-height: 1.9; }
.single-feature { width: min(100% - 48px, 1040px); margin: 55px auto 0; }
.single-feature img { width: 100%; max-height: 600px; object-fit: cover; }

@media (max-width: 940px) {
  .primary-navigation, .header-quote { display: none; }
  .menu-toggle { display: grid; width: 44px; height: 44px; place-items: center; margin-inline-start: auto; }
  .menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; width: 23px; height: 1px; background: currentColor; content: ""; transition: transform .2s var(--ease-out), opacity .2s var(--ease-out); }
  .menu-toggle::before { transform: translateY(-7px); }
  .menu-toggle::after { transform: translateY(7px); }
  .menu-toggle[aria-expanded="true"] span { opacity: 0; }
  .menu-toggle[aria-expanded="true"]::before { transform: translateY(1px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"]::after { transform: translateY(-1px) rotate(-45deg); }
  .primary-navigation.is-open { position: fixed; top: 78px; right: 0; left: 0; display: block; padding: 24px; border-top: 1px solid var(--line); background: #0a0e14; }
  .primary-navigation.is-open ul { display: grid; gap: 0; }
  .primary-navigation.is-open li { border-bottom: 1px solid rgba(255,255,255,.08); }
  .primary-navigation.is-open a { display: block; padding: 16px 0; }
  .primary-navigation.is-open a::after { display: none; }
  .hero { min-height: auto; padding: 140px 0 100px; }
  .hero-layout, .about-grid, .promo-grid, .portfolio-layout, .values-grid, .faq-layout { grid-template-columns: 1fr; }
  .hero-layout { gap: 37px; }
  .hero-project { max-width: 560px; }
  .about-grid { gap: 40px; }
  .about-figure { max-width: 450px; width: 100%; }
  .portfolio-stage { min-height: 510px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px; }
  .footer-main > :first-child { grid-column: 1 / -1; }
  .services-grid, .archive-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .bonyan-shell, .content-wrap, .single-feature { width: min(100% - 32px, 1220px); }
  .header-inner { min-height: 68px; }
  .site-header .primary-navigation.is-open { top: 68px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-name { font-size: .76rem; }
  .brand-subtitle { font-size: .37rem; }
  .hero { padding-top: 125px; background-position: 59% center; }
  .hero-title { font-size: clamp(2.72rem, 13vw, 3.65rem); }
  .hero-description { font-size: .92rem; }
  .hero-actions, .cta-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .bonyan-button, .cta-actions .bonyan-button { width: 100%; }
  .hero-project img { aspect-ratio: 1.2; }
  .about-section, .services-section, .portfolio-section, .values-section, .faq-section { padding-top: 85px; padding-bottom: 85px; }
  .about-grid { padding-bottom: 82px; }
  .split-section { padding: 70px 0 87px; }
  .before-after { height: 330px; margin-top: 33px; }
  .about-figure { min-height: 375px; }
  .about-number { font-size: 6.6rem; }
  .about-image { right: 26px; height: 300px; }
  .section-head { display: block; }
  .section-head .section-copy { margin-top: 15px; }
  .services-grid, .archive-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 230px; }
  .portfolio-stage { min-height: 595px; }
  .portfolio-card { grid-template-columns: 1fr; grid-template-rows: 230px 1fr; }
  .portfolio-content { padding: 21px; }
  .portfolio-content p { margin: 8px 0; line-height: 1.75; }
  .values-grid, .faq-layout { gap: 50px; }
  .footer-main { grid-template-columns: 1fr; gap: 37px; }
  .footer-main > :first-child { grid-column: auto; }
  .footer-bottom { display: grid; }
  .floating-contact { bottom: 14px; left: 14px; }
  .floating-contact a { width: 42px; height: 42px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
