:root {
  --ink: #202624;
  --ink-soft: #4c5550;
  --paper: #f8f5ef;
  --paper-deep: #eee8dc;
  --cream: #fffdf9;
  --sage: #9ea99d;
  --sand: #d7b98a;
  --sand-deep: #b89160;
  --line: rgba(32, 38, 36, .14);
  --max: 1500px;
  --shadow: 0 20px 70px rgba(32,38,36,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; padding: 12px 16px; background: var(--sand); color: var(--ink); transition: top .2s ease; }
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 18px; color: var(--sand-deep); font: 700 11px/1.2 'Manrope', sans-serif; letter-spacing: .22em; text-transform: uppercase; }
.display { margin: 0; font-family: 'Playfair Display', Georgia, serif; font-weight: 500; letter-spacing: -.04em; line-height: .98; }
.display em { color: inherit; font-style: normal; }
.muted { color: var(--ink-soft); }
.section { padding: 110px 0; }
.section-tight { padding: 76px 0; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(248,245,239,.94); box-shadow: 0 8px 30px rgba(32,38,36,.08); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 20px; }
.brand { display: inline-flex; align-items: baseline; gap: 5px; color: #fff; font: 600 22px/1 'Manrope', sans-serif; letter-spacing: -.06em; }
.brand strong { font-family: 'Playfair Display', Georgia, serif; font-size: 30px; letter-spacing: -.06em; }
.brand i { width: 6px; height: 6px; border-radius: 50%; background: var(--sand); }
.site-header.scrolled .brand { color: var(--ink); }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { position: relative; padding: 10px 0; color: rgba(255,255,255,.86); font: 700 11px/1 'Manrope', sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.site-header.scrolled .desktop-nav a { color: var(--ink); }
.desktop-nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: var(--sand); content: ''; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:not(.nav-cta):hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid transparent; background: var(--sand); color: var(--ink); font: 700 11px/1 'Manrope', sans-serif; letter-spacing: .15em; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease; }
.desktop-nav .nav-cta { min-width: clamp(150px, 10vw, 162px); padding-inline: 18px; white-space: nowrap; letter-spacing: .13em; flex-shrink: 0; }
.nav-cta:hover, .button:hover { background: #e5ccaa; transform: translateY(-2px); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: #36413c; }
.button-outline { border-color: rgba(255,255,255,.7); background: transparent; color: #fff; }
.button-outline:hover { background: #fff; color: var(--ink); }
.button-quiet { border-color: var(--line); background: transparent; color: var(--ink); }
.button-quiet:hover { border-color: var(--ink); background: transparent; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); background: transparent; color: #fff; }
.site-header.scrolled .menu-toggle { border-color: var(--line); color: var(--ink); }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { display: block; width: 19px; height: 1px; margin: auto; background: currentColor; transition: transform .2s ease; }
.menu-toggle span { position: relative; }
.menu-toggle span::before, .menu-toggle span::after { position: absolute; left: 0; content: ''; }
.menu-toggle span::before { top: -6px; }.menu-toggle span::after { top: 6px; }
.mobile-panel { display: none; }

.hero { position: relative; min-height: min(860px, 100svh); display: flex; align-items: flex-end; padding: 170px 0 92px; overflow: hidden; background: var(--ink); color: #fff; }
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,25,22,.82) 0%, rgba(18,25,22,.50) 44%, rgba(18,25,22,.12) 100%), linear-gradient(0deg, rgba(18,25,22,.82), transparent 45%); content: ''; z-index: 1; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; opacity: .82; }
.hero-inner { position: relative; z-index: 2; width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.hero-copy { max-width: 760px; }
.hero .eyebrow { color: var(--sand); }
.hero h1 { max-width: 760px; font-size: clamp(54px, 7.4vw, 106px); }
.hero h1 span { display: block; }
.hero h1 em { color: inherit; font-style: normal; }
.hero-summary { max-width: 560px; margin: 24px 0 34px; color: rgba(255,255,255,.82); font-size: clamp(16px, 1.8vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-meta { display: flex; align-items: center; gap: 16px; margin-top: 72px; color: rgba(255,255,255,.72); font-size: 12px; }
.hero-meta::before { width: 46px; height: 1px; background: var(--sand); content: ''; }
.scroll-cue { position: absolute; right: 36px; bottom: 38px; z-index: 2; display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.64); font: 700 10px/1 'Manrope', sans-serif; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; }

.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 12%; align-items: end; }
.intro h2 { max-width: 650px; font-size: clamp(42px, 5vw, 72px); }
.intro-copy { max-width: 420px; padding-bottom: 8px; }
.intro-copy p { margin: 0 0 26px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font: 700 11px/1 'Manrope', sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.text-link span { display: inline-flex; align-items: center; justify-content: center; width: 25px; height: 25px; border: 1px solid var(--sand-deep); border-radius: 50%; font-size: 15px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.curtain-feature { background: var(--ink); color: #fff; }
.curtain-feature-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 8%; align-items: center; }
.feature-image { position: relative; min-height: 580px; overflow: hidden; }
.feature-image img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; object-position: center; }
.feature-image::after { position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.24); content: ''; pointer-events: none; }
.feature-copy { padding: 26px 0; }
.feature-copy .eyebrow { color: var(--sand); }
.feature-copy h2 { max-width: 540px; font-size: clamp(42px, 5vw, 76px); }
.feature-copy p { max-width: 500px; margin: 27px 0 32px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.7; }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; max-width: 540px; margin: 0 0 34px; padding: 0; list-style: none; }
.feature-list li { padding-top: 13px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.88); font-size: 14px; }
.feature-list li::before { margin-right: 9px; color: var(--sand); content: '✦'; font-size: 10px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.section-heading h2 { max-width: 720px; font-size: clamp(42px, 5vw, 74px); }
.section-heading p { max-width: 360px; margin: 0 0 4px; color: var(--ink-soft); line-height: 1.6; }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 360px; grid-column: span 4; display: flex; align-items: end; overflow: hidden; color: #fff; background: var(--ink); }
.service-card:first-child { grid-column: span 8; min-height: 520px; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--image-position, center); transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.service-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,22,20,.9), rgba(16,22,20,.05) 68%); content: ''; }
.service-card:hover img { transform: scale(1.05); }
.service-content { position: relative; z-index: 1; padding: 30px; }
.service-card .eyebrow { margin-bottom: 11px; color: var(--sand); }
.service-card h3 { margin: 0 0 8px; font: 500 clamp(28px, 3vw, 44px)/1 'Playfair Display', Georgia, serif; letter-spacing: -.03em; }
.service-card p { max-width: 400px; margin: 0 0 18px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.5; }
.service-card .text-link { color: #fff; font-size: 10px; }.service-card .text-link span { border-color: var(--sand); }

.project-band { background: var(--paper-deep); }
.project-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.project-tile { position: relative; overflow: hidden; min-height: 440px; color: #fff; background: var(--ink); }
.project-tile.tall { min-height: 610px; }
.project-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }.project-tile:hover img { transform: scale(1.04); }
.project-tile::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,22,20,.85), transparent 60%); content: ''; }
.project-tile-content { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 28px; }.project-tile-content h3 { margin: 0 0 6px; font: 500 36px/1 'Playfair Display', Georgia, serif; }.project-tile-content p { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; }
.project-side { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; }.project-side .project-tile { min-height: 0; }

.process { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(12px, 1.4vw, 22px); min-width: 0; }
.process-step { min-width: 0; }
.process-step { position: relative; min-height: 230px; padding: 28px; border-top: 1px solid var(--ink); background: var(--cream); }.process-step::before { display: block; margin-bottom: 34px; color: var(--sand-deep); font: 600 12px/1 'Manrope', sans-serif; letter-spacing: .15em; content: attr(data-step); }.process-step h3 { margin: 0 0 12px; font: 500 29px/1.1 'Playfair Display', Georgia, serif; }.process-step p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }

.section.social-strip { display: block; background: var(--sage); }
.social-strip { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(34px, 8%, 120px); align-items: center; background: var(--sage); min-width: 0; }.social-strip h2 { max-width: 510px; font-size: clamp(42px, 5vw, 70px); }.social-strip p { max-width: 460px; color: rgba(32,38,36,.72); font-size: 16px; line-height: 1.65; }.social-strip .button { margin-top: 8px; }.social-images { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; min-width: 0; }.social-images img { width: 100%; height: 260px; object-fit: cover; }.social-images img:first-child { margin-top: 50px; }

.quote-band { background: var(--ink); color: #fff; }.quote-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 12%; align-items: end; }.quote-band h2 { max-width: 680px; font-size: clamp(45px, 6vw, 86px); }.quote-band p { max-width: 390px; margin: 0 0 4px; color: rgba(255,255,255,.68); line-height: 1.65; }.quote-band .button { margin-top: 26px; }

.page-hero { padding: 180px 0 100px; background: var(--ink); color: #fff; }.page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8%; align-items: end; }.page-hero h1 { font-size: clamp(54px, 7vw, 100px); }.page-hero p { max-width: 460px; margin: 0 0 8px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.65; }.page-hero .eyebrow { color: var(--sand); }
.service-page-intro { background: var(--cream); }.service-intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 12%; align-items: center; }.service-intro-grid h2 { font-size: clamp(40px, 5vw, 68px); }.service-intro-grid p { margin: 0 0 20px; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }.service-intro-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; margin: 26px 0 0; padding: 0; list-style: none; }.service-intro-grid li { padding: 13px 0; border-top: 1px solid var(--line); font-size: 14px; }.service-intro-grid li::before { margin-right: 8px; color: var(--sand-deep); content: '✦'; }
.curtain-knowledge { background: var(--paper); }.curtain-knowledge-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); }.curtain-knowledge-card { min-height: 250px; padding: clamp(26px, 3vw, 46px); background: var(--paper); }.curtain-knowledge-card .eyebrow { margin-bottom: 18px; color: var(--sand-deep); }.curtain-knowledge-card h2 { max-width: 420px; margin-bottom: 18px; font-size: clamp(30px, 3vw, 46px); }.curtain-knowledge-card p:last-child { max-width: 510px; margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }.curtain-process { background: var(--cream); }.curtain-related { background: var(--ink); color: #fff; }.curtain-related p { color: rgba(255,255,255,.7); }
.service-gallery { background: var(--paper-deep); }.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }.gallery-item { grid-column: span 4; overflow: hidden; background: var(--ink); }.gallery-item.wide { grid-column: span 8; }.gallery-item img { width: 100%; height: 320px; object-fit: cover; transition: transform .5s ease; }.gallery-item.wide img { height: 420px; }.gallery-item:hover img { transform: scale(1.035); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 12%; }.faq-grid h2 { font-size: clamp(40px, 5vw, 68px); }.faq-list details { padding: 20px 0; border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 600 16px/1.4 'Manrope', sans-serif; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { color: var(--sand-deep); content: '+'; font-size: 23px; font-weight: 400; }.faq-list details[open] summary::after { content: '–'; }.faq-list p { max-width: 650px; margin: 14px 34px 0 0; color: var(--ink-soft); line-height: 1.65; }
.projects-mosaic { display: grid; grid-template-columns: repeat(12,1fr); gap: 16px; }.projects-mosaic .project-card { position: relative; grid-column: span 4; min-height: 420px; overflow: hidden; background: var(--ink); color: #fff; }.projects-mosaic .project-card:nth-child(1), .projects-mosaic .project-card:nth-child(4) { grid-column: span 8; }.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }.project-card:hover img { transform: scale(1.04); }.project-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,24,21,.9), transparent 65%); content: ''; }.project-card div { position: absolute; z-index: 1; right: 24px; bottom: 24px; left: 24px; }.project-card h3 { margin: 0 0 6px; font: 500 32px/1 'Playfair Display', Georgia, serif; }.project-card p { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; }.about-grid h2 { font-size: clamp(44px, 5.2vw, 74px); }.about-grid p { color: var(--ink-soft); font-size: 17px; line-height: 1.75; }.about-image { position: relative; min-height: 550px; overflow: hidden; }.about-image img { width: 100%; height: 100%; object-fit: cover; }.about-image::after { position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.6); content: ''; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; }.contact-grid h2 { font-size: clamp(45px, 5.5vw, 76px); }.contact-intro p { max-width: 390px; color: var(--ink-soft); line-height: 1.7; }.contact-details { display: grid; gap: 22px; margin-top: 35px; }.contact-detail { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; }.contact-detail .icon { display: inline-flex; width: 30px; height: 30px; align-items: center; justify-content: center; border: 1px solid var(--sand-deep); border-radius: 50%; color: var(--sand-deep); font-size: 14px; }.contact-detail small { display: block; margin-bottom: 5px; color: var(--sand-deep); font: 700 10px/1 'Manrope', sans-serif; letter-spacing: .16em; text-transform: uppercase; }.contact-detail a, .contact-detail p { margin: 0; font-size: 15px; line-height: 1.5; }.contact-form { padding: 34px; background: var(--cream); box-shadow: var(--shadow); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.field { margin-bottom: 18px; }.field label { display: block; margin-bottom: 8px; font: 700 10px/1 'Manrope', sans-serif; letter-spacing: .14em; text-transform: uppercase; }.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: 14px 13px; color: var(--ink); background: #fff; outline: none; }.field textarea { min-height: 130px; resize: vertical; }.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--sand-deep); box-shadow: 0 0 0 3px rgba(184,145,96,.16); }.form-message { display: none; margin: 18px 0 0; padding: 13px 15px; background: #e5efe6; color: #27412c; font-size: 13px; line-height: 1.4; }.form-message.visible { display: block; }
.site-footer { padding: 72px 0 26px; background: #171c1a; color: #fff; }.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .7fr .9fr; gap: 40px; padding-bottom: 60px; }.footer-brand p { max-width: 290px; margin: 18px 0 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.6; }.footer-title { margin: 0 0 18px; color: var(--sand); font: 700 10px/1 'Manrope', sans-serif; letter-spacing: .18em; text-transform: uppercase; }.footer-links { display: grid; gap: 11px; }.footer-links a { color: rgba(255,255,255,.7); font-size: 13px; }.footer-links a:hover { color: #fff; }.footer-label { display: block; margin-top: 4px; color: var(--sand); font: 700 10px/1.2 'Manrope', sans-serif; letter-spacing: .15em; text-transform: uppercase; }.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.44); font-size: 11px; }.footer-bottom a { color: var(--sand); }
@media (min-width: 1440px) {
  .header-inner { min-height: 90px; }
  .brand strong { font-size: 34px; }
  .desktop-nav { gap: 36px; }
  .desktop-nav a { font-size: 12px; }
  .hero { min-height: min(900px, 100svh); padding-bottom: 112px; }
  .hero-copy { max-width: 820px; }
  .hero h1 { max-width: 900px; }
  .section { padding: 132px 0; }
  .section-tight { padding: 88px 0; }
  .feature-image, .feature-image img { min-height: 640px; }
  .service-card:first-child { min-height: 590px; }
  .project-tile.tall { min-height: 690px; }
}

.whatsapp-float { position: fixed; right: clamp(18px, 2vw, 32px); bottom: max(24px, env(safe-area-inset-bottom)); z-index: 45; display: inline-flex; align-items: center; gap: clamp(10px, 1vw, 14px); min-height: clamp(62px, 4.2vw, 72px); padding: 9px clamp(14px, 1.2vw, 20px) 9px 10px; border: 1px solid rgba(215,185,138,.7); border-radius: 999px; background: var(--ink); color: #25d366; box-shadow: 0 14px 34px rgba(21,76,40,.24); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }.whatsapp-float:hover { transform: translateY(-3px); background: #2c3531; box-shadow: 0 18px 38px rgba(21,76,40,.34); }.whatsapp-mark { display: inline-flex; width: clamp(46px, 3.2vw, 54px); height: clamp(46px, 3.2vw, 54px); align-items: center; justify-content: center; border-radius: 50%; background: #25d366; color: #fff; }.whatsapp-mark svg { width: clamp(28px, 2vw, 34px); height: clamp(28px, 2vw, 34px); }.whatsapp-label { color: #fff; font: 700 10px/1 'Manrope', sans-serif; letter-spacing: .16em; text-transform: uppercase; }.mobile-cta { display: none; }

@media (max-width: 900px) {
  .container, .hero-inner { width: min(calc(100% - 40px), var(--max)); }
  .desktop-nav { gap: 17px; }.desktop-nav a { font-size: 10px; }.desktop-nav .nav-cta { min-width: 146px; padding-inline: 16px; }
  .intro-grid, .curtain-feature-grid, .social-strip, .quote-grid, .page-hero-grid, .service-intro-grid, .faq-grid, .contact-grid, .about-grid { gap: 44px; }
  .service-card:first-child { min-height: 420px; }.service-card { min-height: 320px; }.service-content { padding: 22px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer-contact { grid-column: span 3; }
}
@media (max-width: 680px) {
  .container, .hero-inner { width: min(calc(100% - 32px), var(--max)); }
  .section { padding: 76px 0; }.section-tight { padding: 56px 0; }
  .site-header { background: rgba(248,245,239,.96); }.brand { color: var(--ink); }.desktop-nav { display: none; }.menu-toggle { display: block; border-color: var(--line); color: var(--ink); }
  .mobile-panel { position: fixed; inset: 82px 0 0; display: flex; flex-direction: column; gap: 5px; padding: 28px 20px; background: var(--paper); transform: translateX(100%); transition: transform .25s ease; }.mobile-panel.is-open { transform: translateX(0); }.mobile-panel a { padding: 17px 0; border-bottom: 1px solid var(--line); font: 700 12px/1 'Manrope', sans-serif; letter-spacing: .15em; text-transform: uppercase; }.mobile-panel .nav-cta { margin-top: 15px; }.mobile-panel small { margin-top: auto; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
  .hero { min-height: 740px; align-items: flex-end; padding: 150px 0 74px; }.hero-bg { object-position: 62% center; }.hero::before { background: linear-gradient(90deg, rgba(18,25,22,.83) 0%, rgba(18,25,22,.4) 100%), linear-gradient(0deg, rgba(18,25,22,.88), transparent 55%); }.hero h1 { font-size: clamp(49px, 14vw, 72px); }.hero-summary { font-size: 16px; margin: 20px 0 26px; }.hero-actions { display: grid; grid-template-columns: 1fr; }.hero-actions .button { width: 100%; }.hero-meta { margin-top: 50px; }.scroll-cue { display: none; }
  .intro-grid, .curtain-feature-grid, .social-strip, .quote-grid, .page-hero-grid, .service-intro-grid, .faq-grid, .contact-grid, .about-grid { grid-template-columns: 1fr; }
  .curtain-knowledge-grid { grid-template-columns: 1fr; }.curtain-knowledge-card { min-height: 0; }
  .intro h2, .feature-copy h2, .section-heading h2, .social-strip h2 { font-size: clamp(42px, 12vw, 62px); }.intro-copy { padding: 0; }.feature-image, .feature-image img { min-height: 420px; }.feature-image::after { inset: 12px; }.feature-list { gap: 10px; }.feature-list li { font-size: 13px; }
  .section-heading { display: block; margin-bottom: 30px; }.section-heading p { margin-top: 18px; }.service-grid { display: block; }.service-card, .service-card:first-child { min-height: 390px; margin-bottom: 14px; }.service-card:first-child { min-height: 480px; }
  .project-grid { display: block; }.project-tile, .project-tile.tall { min-height: 420px; margin-bottom: 14px; }.project-side { display: block; }.project-side .project-tile { min-height: 300px; }
  .process-grid { grid-template-columns: 1fr; gap: 12px; }.process-step { min-height: 190px; }.process-step::before { margin-bottom: 26px; }
  .social-images img { height: 190px; }.social-strip .button { width: 100%; }.quote-grid .button { width: 100%; }
  .page-hero { padding: 140px 0 70px; }.page-hero h1 { font-size: clamp(52px, 14vw, 75px); }.page-hero p { font-size: 16px; }.service-intro-grid ul { gap: 10px 18px; }
  .gallery-grid { display: block; }.gallery-item, .gallery-item.wide { margin-bottom: 12px; }.gallery-item img, .gallery-item.wide img { height: 320px; }
  .projects-mosaic { display: block; }.projects-mosaic .project-card { min-height: 360px; margin-bottom: 12px; }.projects-mosaic .project-card:nth-child(1), .projects-mosaic .project-card:nth-child(4) { min-height: 430px; }
  .about-image { min-height: 420px; }.contact-form { padding: 22px 18px; }.form-row { grid-template-columns: 1fr; gap: 0; }.contact-grid h2 { font-size: clamp(47px, 13vw, 70px); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; }.footer-contact { grid-column: span 2; }.footer-brand { grid-column: span 2; }.footer-bottom { display: block; }.footer-bottom span { display: block; margin-bottom: 7px; }
  .whatsapp-float { right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); width: 56px; min-height: 56px; height: 56px; padding: 6px; border-radius: 50%; }.whatsapp-mark { width: 42px; height: 42px; }.whatsapp-label { display: none; }
}

html[dir="rtl"] body { font-family: 'Noto Sans Arabic', 'DM Sans', system-ui, sans-serif; }
html[dir="rtl"] .display { font-family: 'Noto Sans Arabic', 'DM Sans', system-ui, sans-serif; font-weight: 600; letter-spacing: 0; line-height: 1.2; }
html[dir="rtl"] .brand, html[dir="rtl"] .brand strong { direction: ltr; font-family: 'Manrope', sans-serif; letter-spacing: -.06em; }
html[dir="rtl"] .brand strong { font-family: 'Playfair Display', Georgia, serif; }
html[dir="rtl"] .eyebrow, html[dir="rtl"] .desktop-nav a, html[dir="rtl"] .mobile-panel a, html[dir="rtl"] .nav-cta, html[dir="rtl"] .button, html[dir="rtl"] .text-link, html[dir="rtl"] .footer-title, html[dir="rtl"] .footer-label, html[dir="rtl"] .contact-detail small { font-family: 'Noto Sans Arabic', 'DM Sans', system-ui, sans-serif; letter-spacing: 0; text-transform: none; }
html[dir="rtl"] .desktop-nav { margin-right: auto; margin-left: 0; }
html[dir="rtl"] .hero::before { background: linear-gradient(-90deg, rgba(18,25,22,.82) 0%, rgba(18,25,22,.50) 44%, rgba(18,25,22,.12) 100%), linear-gradient(0deg, rgba(18,25,22,.82), transparent 45%); }
html[dir="rtl"] .text-link:hover span { transform: translateX(-4px); }
html[dir="rtl"] .feature-list li::before { margin-right: 0; margin-inline-end: 9px; }
html[dir="rtl"] .faq-list p { margin-right: 0; margin-left: 0; margin-inline-start: 0; }
html[dir="rtl"] .contact-form, html[dir="rtl"] .contact-form input, html[dir="rtl"] .contact-form select, html[dir="rtl"] .contact-form textarea { font-family: 'Noto Sans Arabic', 'DM Sans', system-ui, sans-serif; }
html[dir="rtl"] .mobile-panel { transform: translateX(-100%); }
html[dir="rtl"] .mobile-panel.is-open { transform: translateX(0); }
html[dir="rtl"] .language-switcher { white-space: nowrap; }
html[dir="rtl"] [dir="ltr"] { direction: ltr; unicode-bidi: plaintext; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
