:root {
  --ivory: #faf7f2;
  --paper: #fffdf9;
  --white: #ffffff;
  --sand: #e6dccf;
  --sand-2: #f0e9df;
  --gold: #a47c3c;
  --gold-deep: #7b591f;
  --charcoal: #2e2923;
  --taupe: #756957;
  --green: #1f6b48;
  --error: #9b2c2c;
  --shadow: 0 24px 60px rgba(46, 41, 35, .09);
  --radius: 18px;
  --font: "Segoe UI", Tahoma, Arial, sans-serif;
  --shell: min(1160px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--ivory); color: var(--charcoal); font-family: var(--font); font-size: 17px; line-height: 1.75; text-rendering: optimizeLegibility; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .12; z-index: -1; background-image: radial-gradient(circle at 1px 1px, #8f816e 1px, transparent 0); background-size: 28px 28px; mask-image: linear-gradient(to bottom, #000, transparent 75%); }
img, video { max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #2b70b9; outline-offset: 4px; }
h1, h2, h3 { margin-block: 0 .6em; line-height: 1.25; letter-spacing: -.025em; }
h1 { font-size: clamp(2.35rem, 6vw, 5rem); }
h2 { font-size: clamp(1.8rem, 3.8vw, 3.15rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.45rem); }
p { margin-block: 0 1em; }
ul, ol { margin-block: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 790px; }
.section { padding-block: clamp(72px, 9vw, 128px); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; inset-block-start: 12px; inset-inline-start: 12px; transform: translateY(-140%); z-index: 1000; background: var(--charcoal); color: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; inset-block-start: 0; z-index: 90; border-block-end: 1px solid rgba(164,124,60,.22); background: rgba(250,247,242,.94); backdrop-filter: blur(14px); }
.nav-shell { width: var(--shell); min-height: 80px; margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.wordmark { display: inline-flex; align-items: baseline; gap: 10px; text-decoration: none; white-space: nowrap; }
.wordmark-ar { font-weight: 800; font-size: 1.65rem; letter-spacing: -.04em; }
.wordmark-en { color: var(--gold-deep); font-size: .66rem; font-weight: 700; letter-spacing: .2em; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: clamp(14px, 2vw, 28px); }
.site-nav a { position: relative; text-decoration: none; font-size: .89rem; font-weight: 650; }
.site-nav a::after { content: ""; position: absolute; inset-inline: 0; inset-block-end: -8px; height: 2px; transform: scaleX(0); transform-origin: center; background: var(--gold); transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-link { min-width: 44px; min-height: 44px; border: 1px solid var(--sand); border-radius: 50%; display: grid; place-items: center; text-decoration: none; font-weight: 800; }
.menu-toggle { display: none; min-height: 44px; border: 0; background: none; color: var(--charcoal); align-items: center; gap: 8px; cursor: pointer; }
.menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { width: 22px; height: 2px; background: currentColor; display: block; position: relative; transition: .2s ease; }
.menu-toggle i::before, .menu-toggle i::after { content: ""; position: absolute; inset-inline-start: 0; }
.menu-toggle i::before { transform: translateY(-7px); }
.menu-toggle i::after { transform: translateY(7px); }
.menu-toggle[aria-expanded="true"] i { background: transparent; }
.menu-toggle[aria-expanded="true"] i::before { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] i::after { transform: rotate(-45deg); }

.button { min-height: 48px; display: inline-flex; justify-content: center; align-items: center; padding: 11px 24px; border: 1px solid var(--gold); border-radius: 999px; background: var(--gold); color: white; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(123,89,31,.18); background: var(--gold-deep); }
.button-ghost { background: transparent; color: var(--charcoal); }
.button-ghost:hover { color: white; }
.button-small { min-height: 42px; padding: 8px 17px; font-size: .85rem; }
.button-row, .form-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-deep); font-weight: 800; }
.text-link:hover span { transform: translateX(3px); }
[dir="rtl"] .text-link:hover span { transform: translateX(-3px); }
.text-link span { transition: transform .2s ease; }
.eyebrow { margin-block-end: 14px; color: var(--gold-deep); font-weight: 850; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.section-heading { max-width: 760px; margin-block-end: 48px; }
.section-heading > p:last-child { color: var(--taupe); max-width: 690px; }
.microcopy { color: var(--taupe); font-size: .84rem; margin-block-start: 20px; }

.home-hero { padding-block: clamp(58px, 8vw, 116px) clamp(60px, 8vw, 100px); overflow: hidden; }
.hero-grid, .split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr); gap: clamp(42px, 7vw, 100px); align-items: center; }
.hero-copy h1 { max-width: 860px; }
.hero-lead, .page-hero p { max-width: 700px; color: var(--taupe); font-size: clamp(1.04rem, 2vw, 1.22rem); }
.hero-copy .button-row { margin-block-start: 32px; }
.hero-art { max-width: 430px; justify-self: end; width: 100%; }
[dir="rtl"] .hero-art { justify-self: start; }
.arch-frame { min-height: 520px; padding: 80px 42px 44px; border: 2px solid var(--gold); border-block-end-width: 8px; border-radius: 220px 220px 22px 22px; background: linear-gradient(160deg, #fffdf9 20%, #f0e7da); box-shadow: var(--shadow); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; }
.arch-frame::before { content: ""; position: absolute; width: 220px; aspect-ratio: 1; border: 1px solid rgba(164,124,60,.3); border-radius: 50%; inset-block-start: -72px; inset-inline-end: -72px; }
.arch-mark { font-size: 4.5rem; font-weight: 900; line-height: 1; }
.arch-frame > span:nth-child(2) { letter-spacing: .32em; font-size: .74rem; color: var(--gold-deep); margin-block-start: 16px; }
.arch-frame i { width: 70px; height: 1px; background: var(--gold); margin-block: 34px; }
.arch-frame p { font-size: 1.32rem; font-weight: 750; }
.arch-frame strong { color: var(--gold-deep); }
.media-note { margin-block-start: 13px; color: var(--taupe); font-size: .75rem; text-align: center; }

.trust-strip { border-block: 1px solid var(--sand); background: var(--paper); }
.trust-strip > div { width: var(--shell); margin-inline: auto; min-height: 82px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 13px 28px; }
.trust-strip span { display: inline-flex; gap: 9px; align-items: center; color: #4d453b; font-size: .86rem; font-weight: 750; }
.trust-strip i { width: 7px; aspect-ratio: 1; transform: rotate(45deg); background: var(--gold); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { min-height: 340px; padding: 32px; border: 1px solid var(--sand); border-radius: var(--radius); background: rgba(255,255,255,.64); display: flex; flex-direction: column; }
.service-card > span { color: var(--gold); font-weight: 800; font-size: 2.3rem; line-height: 1; margin-block-end: 45px; }
.service-card p:not(.eyebrow) { color: var(--taupe); }
.service-card .text-link { margin-block-start: auto; }
.service-card:nth-child(2), .service-card:nth-child(6) { background: var(--charcoal); color: var(--ivory); border-color: var(--charcoal); }
.service-card:nth-child(2) .eyebrow, .service-card:nth-child(6) .eyebrow { color: #e1bd7f; }
.service-card:nth-child(2) p:not(.eyebrow), .service-card:nth-child(6) p:not(.eyebrow) { color: #d9d0c3; }
.service-card:nth-child(2) .text-link, .service-card:nth-child(6) .text-link { color: #e1bd7f; }

.portfolio-preview, .case-study, .team-section { background: var(--paper); }
.publish-card { padding: 38px; border: 1px solid var(--sand); border-radius: var(--radius); background: var(--ivory); box-shadow: var(--shadow); }
.publish-card.large { padding: clamp(40px, 6vw, 70px); }
.seal { width: 64px; aspect-ratio: 1; margin-block-end: 30px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; color: var(--gold-deep); font-size: 1.45rem; }
.check-list, .plain-list, .diamond-list { list-style: none; padding: 0; }
.check-list li, .plain-list li, .diamond-list li { position: relative; padding-inline-start: 27px; margin-block: 10px; }
.check-list li::before { content: "✓"; position: absolute; inset-inline-start: 0; color: var(--green); font-weight: 900; }
.plain-list li::before { content: "—"; position: absolute; inset-inline-start: 0; color: var(--gold-deep); }
.diamond-list li::before { content: ""; position: absolute; inset-inline-start: 2px; inset-block-start: .68em; width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); }
.check-list.large li, .plain-list.large li { margin-block: 16px; }

.packages-section { background: var(--white); }
.package-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.package-grid.full .package-card { min-height: 600px; }
.package-card { min-width: 0; padding: 54px 26px 28px; border: 1px solid var(--sand); border-radius: 120px 120px 16px 16px; background: var(--ivory); display: flex; flex-direction: column; }
.package-card.featured { background: var(--charcoal); border-color: var(--charcoal); color: var(--ivory); transform: translateY(-12px); box-shadow: var(--shadow); }
.package-card .package-kicker { color: var(--gold-deep); font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.package-card.featured .package-kicker, .package-card.featured .text-link, .package-card.featured .package-price { color: #e1bd7f; }
.package-card.featured > p:not(.package-kicker):not(.package-price), .package-card.featured li { color: #ddd3c3; }
.package-card .package-price { color: var(--gold-deep); font-size: 1.28rem; font-weight: 900; }
.package-card > p:not(.package-price):not(.package-kicker) { color: var(--taupe); font-size: .92rem; }
.package-card ul { margin-block: 12px 26px; }
.package-card li { font-size: .88rem; }
.package-card .text-link { margin-block-start: auto; }
.package-card.compact { min-height: 390px; }
.package-note { margin-block-start: 30px; padding: 18px 22px; border: 1px dashed var(--gold); border-radius: 12px; color: var(--taupe); background: var(--ivory); }
.table-scroll { overflow-x: auto; margin-block-start: 42px; border: 1px solid var(--sand); border-radius: var(--radius); background: white; }
table { width: 100%; min-width: 780px; border-collapse: collapse; }
th, td { padding: 18px 20px; text-align: start; vertical-align: top; border-block-end: 1px solid var(--sand-2); }
thead th { background: var(--charcoal); color: white; font-size: .82rem; }
tbody th { width: 20%; }
tbody td { color: var(--taupe); font-size: .9rem; }

.process-section { background: var(--charcoal); color: var(--ivory); }
.process-section .section-heading > p:last-child { color: #d7ccbd; }
.process-grid { padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-grid li { min-height: 310px; padding: 32px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.04); }
.process-grid li > span { color: #e1bd7f; font-size: 3.4rem; font-weight: 300; }
.process-grid p { color: #d7ccbd; }
.workflow-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.workflow-list li { padding: 25px; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; }
.workflow-list span { color: #e1bd7f; font-size: 1.5rem; }

.quote-panel { min-height: 430px; border-radius: 210px 210px 20px 20px; background: var(--charcoal); color: var(--ivory); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 50px; }
.quote-panel p { font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 800; }
.quote-panel span { color: #e1bd7f; letter-spacing: .26em; font-size: .7rem; }
.about-preview .split { grid-template-columns: .78fr 1fr; }
.about-preview .split > div:last-child > p { color: var(--taupe); }

.faq-list details { border: 1px solid var(--sand); border-radius: 13px; background: white; margin-block: 12px; overflow: clip; }
.faq-list summary { min-height: 62px; padding: 16px 58px 16px 20px; list-style: none; display: flex; align-items: center; position: relative; font-weight: 800; cursor: pointer; }
[dir="rtl"] .faq-list summary { padding: 16px 20px 16px 58px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; inset-inline-end: 20px; color: var(--gold-deep); font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 20px 20px; color: var(--taupe); }

.lead-section { background: var(--paper); }
.form-split { align-items: start; grid-template-columns: .7fr 1.3fr; }
.lead-form { padding: clamp(26px, 4vw, 42px); border: 1px solid var(--sand); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-grid label > span { display: block; margin-block-end: 7px; font-size: .82rem; font-weight: 800; }
.form-wide { grid-column: 1 / -1; }
input, select, textarea { width: 100%; min-height: 50px; padding: 10px 12px; border: 1px solid #cfc3b3; border-radius: 9px; background: white; color: var(--charcoal); }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--gold-deep); box-shadow: 0 0 0 3px rgba(164,124,60,.12); outline: none; }
[aria-invalid="true"] { border-color: var(--error); box-shadow: 0 0 0 2px rgba(155,44,44,.1); }
.field-error { color: var(--error); font-size: .78rem; margin-block-start: 5px; }
.consent-check { margin-block: 22px 10px; display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; font-size: .88rem; }
.consent-check input { width: 20px; min-height: 20px; margin-block-start: 4px; }
.form-privacy { color: var(--taupe); font-size: .77rem; }
.form-actions { margin-block-start: 22px; }
.form-status { margin-block-start: 18px; padding: 0; border-radius: 10px; font-size: .9rem; }
.form-status:not(:empty) { padding: 14px 16px; background: #f1f7f3; border: 1px solid #aac9b7; }
.form-status.error:not(:empty) { background: #fbefef; border-color: #dca9a9; color: var(--error); }
.honeypot { position: absolute; inset-inline-start: -10000px; width: 1px; height: 1px; overflow: hidden; }
.funnel { display: flex; flex-wrap: wrap; gap: 8px; }
.funnel span { min-height: 42px; display: inline-flex; align-items: center; padding: 7px 13px; border: 1px solid var(--sand); border-radius: 999px; background: var(--ivory); font-size: .78rem; font-weight: 750; }
.funnel span:not(:last-child)::after { content: "→"; color: var(--gold-deep); margin-inline-start: 10px; }
[dir="rtl"] .funnel span:not(:last-child)::after { content: "←"; }
.funnel.vertical { display: grid; justify-self: stretch; }
.contact-actions { display: grid; gap: 12px; margin-block-start: 28px; }
.contact-actions a { min-height: 52px; padding: 12px 18px; border: 1px solid var(--sand); border-radius: 12px; background: white; text-decoration: none; font-weight: 800; }
.form-page { max-width: 920px; }

.final-cta { padding-block: clamp(75px, 10vw, 140px); background: linear-gradient(125deg, #2e2923, #3d352b); color: var(--ivory); text-align: center; }
.final-cta h2 { max-width: 790px; margin-inline: auto; }
.final-cta p:not(.eyebrow) { max-width: 660px; margin-inline: auto; color: #d7ccbd; }
.final-cta .button-row { justify-content: center; margin-block-start: 28px; }
.final-cta .button-ghost.light { color: white; border-color: #e1bd7f; }

.page-hero { padding-block: clamp(70px, 10vw, 135px); border-block-end: 1px solid var(--sand); background: radial-gradient(circle at 80% 10%, rgba(164,124,60,.12), transparent 30%); }
[dir="rtl"] .page-hero { background: radial-gradient(circle at 20% 10%, rgba(164,124,60,.12), transparent 30%); }
.page-hero .button-row { margin-block-start: 30px; }
.breadcrumbs { width: var(--shell); margin: 18px auto 0; font-size: .78rem; color: var(--taupe); }
.breadcrumbs ol { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-inline-start: 8px; color: #a99b88; }
.price-panel { padding: 44px; border: 1px solid var(--gold); border-radius: 160px 160px 18px 18px; text-align: center; background: var(--paper); box-shadow: var(--shadow); }
.price-panel span, .price-panel small { display: block; color: var(--taupe); }
.price-panel strong { display: block; font-size: clamp(3rem, 8vw, 6.4rem); line-height: 1; color: var(--gold-deep); }
.price-panel p { margin-block-start: 25px; font-size: .85rem; }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.info-grid article { min-height: 260px; padding: 32px; border: 1px solid var(--sand); border-radius: var(--radius); background: white; }
.info-grid article p { color: var(--taupe); }
.local-grid article { min-height: 230px; }

.guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.guide-card { min-height: 360px; padding: 34px; border: 1px solid var(--sand); border-radius: var(--radius); background: white; display: flex; flex-direction: column; }
.guide-card > span { color: var(--gold); font-size: 2.5rem; font-weight: 300; }
.guide-card p:not(.eyebrow) { color: var(--taupe); }
.guide-card .text-link { margin-block-start: auto; }
.article-header { padding-block: clamp(72px, 10vw, 130px); border-block-end: 1px solid var(--sand); }
.article-header p:not(.eyebrow) { font-size: 1.18rem; color: var(--taupe); }
.article-body { padding-block: 70px 110px; }
.article-body section { margin-block-end: 55px; }
.article-body h2 { font-size: clamp(1.55rem, 3vw, 2.25rem); }
.article-body p { color: #51493f; }
.article-note { margin-block-start: 55px; padding: 26px; border-inline-start: 4px solid var(--gold); background: white; }

.legal-content { padding-block: 70px 110px; }
.legal-content section { margin-block-end: 48px; }
.legal-content h2 { font-size: 1.6rem; }
.legal-content p { color: #51493f; }
.legal-content aside { padding: 24px; border: 1px solid #d7b9a2; background: #fff8f1; border-radius: 12px; }

.site-footer { background: #25211d; color: #d9d0c3; padding-block: 65px 100px; }
.footer-grid { width: var(--shell); margin-inline: auto; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 40px; }
.site-footer h2 { font-size: .9rem; color: #e1bd7f; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a, .site-footer span { display: block; margin-block: 8px; text-decoration: none; font-size: .86rem; }
.site-footer p { max-width: 340px; color: #bfb4a5; font-size: .88rem; }
.wordmark-footer .wordmark-ar { color: white; }
.wordmark-footer .wordmark-en { color: #e1bd7f; }
.footer-base { width: var(--shell); margin: 50px auto 0; padding-block-start: 20px; border-block-start: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-base span { font-size: .75rem; color: #978b7b; }

.mobile-actions { display: none; position: fixed; inset-inline: 12px; inset-block-end: 12px; z-index: 85; padding: 6px; grid-template-columns: .75fr 1.25fr; gap: 6px; background: rgba(255,255,255,.96); border: 1px solid var(--sand); border-radius: 999px; box-shadow: 0 12px 35px rgba(46,41,35,.22); }
.mobile-actions a { min-height: 48px; padding: 8px 13px; border-radius: 999px; display: flex; align-items: center; justify-content: center; text-align: center; text-decoration: none; font-size: .8rem; font-weight: 850; }
.mobile-actions a:first-child { color: white; background: #1d7a4d; }
.mobile-actions a:last-child { color: white; background: var(--gold-deep); }
.consent-banner { position: fixed; inset-inline: 20px; inset-block-end: 20px; z-index: 120; max-width: 680px; padding: 18px; border: 1px solid var(--sand); border-radius: 14px; background: white; box-shadow: var(--shadow); }
.consent-banner p { margin: 0; font-size: .82rem; color: #51493f; }
.consent-banner > div { margin-block-start: 12px; display: flex; flex-wrap: wrap; gap: 8px; }

.not-found { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; }
.not-found > div { padding: clamp(40px, 8vw, 130px); display: flex; flex-direction: column; justify-content: center; }
.not-found > div:last-child { background: var(--charcoal); color: white; }

@media (max-width: 1050px) {
  .nav-shell { grid-template-columns: auto auto 1fr; }
  .menu-toggle { display: flex; }
  .site-nav { position: fixed; inset-inline: 20px; inset-block-start: 88px; padding: 18px; border: 1px solid var(--sand); border-radius: 14px; background: var(--paper); box-shadow: var(--shadow); display: grid; justify-content: stretch; gap: 0; opacity: 0; transform: translateY(-8px); pointer-events: none; transition: .2s ease; }
  .site-nav[data-open="true"] { opacity: 1; transform: none; pointer-events: auto; }
  .site-nav a { min-height: 48px; padding: 10px; display: flex; align-items: center; border-block-end: 1px solid var(--sand-2); }
  .site-nav a::after { display: none; }
  .nav-actions { justify-self: end; }
  .package-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .package-card.featured { transform: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 680px); }
  body { font-size: 16px; padding-block-end: 76px; }
  .section { padding-block: 74px; }
  .nav-shell { min-height: 70px; gap: 10px; }
  .wordmark-en { display: none; }
  .wordmark-ar { font-size: 1.45rem; }
  .nav-actions .button { display: none; }
  .hero-grid, .split, .about-preview .split, .form-split { grid-template-columns: 1fr; gap: 38px; }
  .home-hero { padding-block-start: 54px; }
  .hero-art { justify-self: center !important; max-width: 360px; }
  .arch-frame { min-height: 430px; }
  .arch-mark { font-size: 3.8rem; }
  .trust-strip > div { justify-content: flex-start; padding-block: 17px; }
  .service-grid, .process-grid, .workflow-list, .info-grid, .guide-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .service-card > span { margin-block-end: 25px; }
  .package-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px; padding-block: 8px 20px; }
  .package-card { flex: 0 0 min(84vw, 350px); min-height: 520px; scroll-snap-align: center; }
  .package-card.compact { min-height: 390px; }
  .package-grid.full .package-card { min-height: 590px; }
  .process-grid li { min-height: 240px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .lead-form { padding: 22px 17px; }
  .form-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .mobile-actions { display: grid; }
  .consent-banner { inset-inline: 10px; inset-block-end: 80px; }
  .not-found { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .button-row .button { width: 100%; }
  .arch-frame { min-height: 390px; padding-inline: 26px; }
  .package-card { flex-basis: 88vw; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { grid-column: auto !important; }
}

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

@media print {
  .site-header, .site-footer, .mobile-actions, .consent-banner, .final-cta, .breadcrumbs, .article-header .button { display: none !important; }
  body { background: white; color: black; font-size: 12pt; padding: 0; }
  .article-header { padding: 1cm 0; }
  .article-body { padding: .5cm 0; }
  .article-body section { break-inside: avoid; }
}
