:root {
  --green: #5c6e49;
  --green-dark: #4b5b3c;
  --green-deep: #2f3c28;
  --brown: #4e220f;
  --orange: #9d6638;
  --sage: #a4ab89;
  --sand: #d1c6b9;
  --cream: #f7f1de;
  --paper: #fffdf8;
  --ink: #2f271e;
  --muted: #756b61;
  --line: rgba(78, 34, 15, .14);
  --container: min(1180px, calc(100% - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Cairo", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.container { width: var(--container); margin-inline: auto; }

.header { position: absolute; z-index: 10; inset: 0 0 auto; color: var(--cream); border-bottom: 1px solid rgba(247,241,222,.2); transition: background .3s, box-shadow .3s; }
.header.scrolled { position: fixed; background: rgba(47,60,40,.9); box-shadow: 0 10px 30px rgba(30,38,24,.18); backdrop-filter: blur(20px) saturate(1.15); }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 35px; }
.logo { display: inline-flex; flex: 0 0 auto; }.logo img { width: 140px; height: 78px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 27px; margin-inline: auto; }.nav a { position: relative; padding: 34px 0 29px; color: rgba(247,241,222,.7); font-size: 12px; font-weight: 600; transition: color .2s; }.nav a::after { content: ""; position: absolute; right: 0; bottom: -1px; width: 0; height: 2px; background: var(--sand); transition: width .25s; }.nav a:hover, .nav a.active { color: var(--cream); }.nav a:hover::after, .nav a.active::after { width: 100%; }
.header-end { display: flex; align-items: center; }.phone { display: flex; flex-direction: column; align-items: flex-end; }.phone small { color: rgba(247,241,222,.5); font-size: 9px; }.phone span { margin-top: 4px; font: 13px "Manrope"; }.menu-button { display: none; width: 42px; height: 42px; padding: 9px; border: 1px solid rgba(247,241,222,.3); background: transparent; }.menu-button i { display: block; height: 1px; margin: 5px 0; background: var(--cream); transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: 760px; overflow: hidden; color: var(--cream); background: var(--green-deep); isolation: isolate; }.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .2; background: repeating-linear-gradient(120deg, transparent 0 64px, rgba(247,241,222,.3) 65px 66px, transparent 67px 130px); mask-image: linear-gradient(90deg, transparent, #000 35%, transparent); }.hero-bg { position: absolute; z-index: -1; inset: 0 0 0 47%; opacity: .8; background: radial-gradient(circle at 42% 28%, rgba(247,241,222,.26), transparent 12%), linear-gradient(135deg, transparent 0 30%, rgba(164,171,137,.6) 30.5% 31%, transparent 31.5%), linear-gradient(28deg, transparent 0 44%, rgba(157,102,56,.5) 44.5% 47%, transparent 47.5%), linear-gradient(150deg, var(--sage), var(--green) 54%, var(--brown)); animation: background-drift 15s ease-in-out infinite alternate; }.hero-bg::before { content: ""; position: absolute; right: 19%; bottom: 8%; width: 210px; height: 340px; border: 1px solid rgba(247,241,222,.38); border-bottom: 0; border-radius: 150px 150px 0 0; transform: skewX(-10deg); }.hero-bg::after { content: ""; position: absolute; right: 12%; bottom: 0; width: 8px; height: 55%; background: rgba(78,34,15,.75); box-shadow: 200px 0 0 rgba(247,241,222,.32); }
.hero-grid { min-height: 760px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; padding-top: 82px; }.hero-copy { padding-bottom: 10px; }.eyebrow, .section-label { display: flex; align-items: center; gap: 11px; margin: 0 0 23px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .04em; }.eyebrow { color: var(--sand); }.eyebrow span { width: 30px; height: 1px; background: var(--orange); }.section-label span { direction: ltr; font: 10px "Manrope"; }.section-label.light { color: var(--sand); }.section-label.light span { color: var(--orange); }
h1, h2 { font-family: "IBM Plex Sans Arabic", "Cairo", sans-serif; }h1, h2, h3, p { margin-top: 0; }h1 { margin-bottom: 24px; color: var(--cream); font-size: clamp(50px, 6.3vw, 80px); font-weight: 600; line-height: 1.13; letter-spacing: -.06em; }h1 em, h2 em { color: var(--sand); font-style: normal; }.hero-description { max-width: 450px; margin-bottom: 31px; color: rgba(247,241,222,.7); font-size: 13px; line-height: 2.1; }.hero-actions { display: flex; gap: 11px; }.button { min-height: 53px; display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; padding: 0 21px; border-radius: 3px; font-size: 11px; font-weight: 700; transition: transform .25s, background .25s, box-shadow .25s; }.button:hover { transform: translateY(-3px); }.button b { direction: ltr; font: 18px "Manrope"; }.button-accent { color: var(--cream); background: var(--orange); box-shadow: 0 12px 25px rgba(78,34,15,.2); }.button-accent:hover { background: #b37646; box-shadow: 0 15px 30px rgba(78,34,15,.3); }.button-outline { color: var(--cream); border: 1px solid rgba(247,241,222,.35); background: rgba(247,241,222,.08); box-shadow: inset 0 1px 0 rgba(255,255,255,.18); backdrop-filter: blur(15px); }.button-outline:hover { background: rgba(247,241,222,.18); }

.hero-panel { position: relative; min-height: 490px; padding: 25px 27px; border: 1px solid rgba(247,241,222,.3); background: rgba(247,241,222,.1); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 25px 65px rgba(20,28,17,.2); backdrop-filter: blur(18px) saturate(1.18); }.panel-top, .panel-bottom { position: relative; z-index: 2; display: flex; justify-content: space-between; color: rgba(247,241,222,.55); direction: ltr; font: 9px "Manrope"; letter-spacing: .13em; }.panel-bottom { position: absolute; right: 27px; bottom: 25px; left: 27px; color: var(--sand); }.panel-center { position: absolute; top: 50%; right: 50%; display: flex; align-items: center; flex-direction: column; gap: 18px; transform: translate(50%, -50%); }.panel-center img { width: 220px; height: 160px; object-fit: contain; filter: drop-shadow(0 14px 20px rgba(34,42,22,.23)); }.panel-center > span { color: var(--sand); font-size: 10px; }.ring { position: absolute; border: 1px solid rgba(247,241,222,.22); border-radius: 50%; pointer-events: none; }.ring-large { width: 440px; height: 440px; }.ring-small { width: 300px; height: 300px; border-color: rgba(157,102,56,.55); }.glass-tag { position: absolute; right: -31px; bottom: 85px; display: flex; align-items: center; gap: 11px; padding: 13px 17px; color: var(--green-deep); background: rgba(247,241,222,.83); box-shadow: 0 12px 32px rgba(30,38,24,.2); backdrop-filter: blur(15px); }.glass-tag b { color: var(--orange); direction: ltr; font: 700 27px "Manrope"; }.glass-tag span { font-size: 9px; line-height: 1.5; }.hero-foot { position: absolute; right: 50%; bottom: 0; left: 50%; min-height: 67px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(247,241,222,.2); color: rgba(247,241,222,.55); font-size: 9px; transform: translateX(50%); }.hero-foot .scroll { color: var(--sand); }.hero-foot .scroll b { margin-inline-start: 9px; color: var(--orange); font-size: 17px; }

.numbers { background: var(--cream); border-bottom: 1px solid var(--line); }.numbers-grid { min-height: 145px; display: grid; grid-template-columns: 1.45fr repeat(4, 1fr); }.numbers-intro, .number { display: flex; justify-content: center; flex-direction: column; border-inline-start: 1px solid var(--line); }.numbers-intro { border: 0; }.numbers-intro span { color: var(--orange); font-size: 10px; font-weight: 800; }.numbers-intro strong { margin-top: 7px; color: var(--brown); font-size: 14px; line-height: 1.55; }.number { align-items: center; }.number strong { color: var(--brown); direction: ltr; font: 700 38px "Manrope"; letter-spacing: -.08em; }.number strong span { color: var(--orange); font-size: 18px; }.number small { margin-top: 8px; color: var(--muted); font-size: 9px; }

.section { padding: 120px 0; }.about { background: var(--paper); }.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 130px; }.section-intro h2, .section-head h2, .values h2, .contact h2 { color: var(--green-dark); font-size: clamp(40px, 4.8vw, 62px); line-height: 1.2; }.about-content { max-width: 600px; padding-top: 54px; }.about-content p { color: var(--muted); font-size: 13px; line-height: 2.15; }.about-content .lead { color: var(--green-dark); font-size: 19px; line-height: 1.9; }.about-list { display: grid; gap: 13px; margin: 29px 0; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--green); font-size: 10px; }.about-list b { margin-inline-end: 14px; color: var(--orange); direction: ltr; font: 10px "Manrope"; }.text-link { display: inline-flex; align-items: center; gap: 13px; padding-bottom: 8px; border-bottom: 1px solid var(--orange); font-size: 10px; font-weight: 700; }.text-link b { color: var(--orange); direction: ltr; font: 18px "Manrope"; }

.services { background: #eee9da; }.section-head { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 52px; }.section-head > p { max-width: 310px; margin: 0 0 7px; color: var(--muted); font-size: 12px; line-height: 2; }.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }.service-card { position: relative; min-height: 265px; padding: 22px 21px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .3s, background .3s, box-shadow .3s; }.service-card:hover { z-index: 1; background: rgba(247,241,222,.8); box-shadow: 0 15px 35px rgba(78,34,15,.1); transform: translateY(-5px); }.service-card.featured { color: var(--cream); background: var(--green); }.service-card.featured:hover { background: var(--green-dark); }.service-card.last { background: rgba(157,102,56,.08); }.service-number { display: block; color: var(--orange); direction: ltr; font: 10px "Manrope"; }.service-icon { display: grid; place-items: center; width: 49px; height: 49px; margin: 32px 0 19px; border: 1px solid var(--line); border-radius: 50%; color: var(--orange); font-size: 23px; }.featured .service-icon { border-color: rgba(247,241,222,.3); color: var(--sand); }.service-card h3 { margin-bottom: 9px; font-size: 16px; }.service-card p { max-width: 205px; margin: 0; color: var(--muted); font-size: 9px; line-height: 2; }.featured p { color: rgba(247,241,222,.67); }.service-arrow { position: absolute; right: 21px; bottom: 18px; color: var(--orange); direction: ltr; font: 20px "Manrope"; }

.projects { background: var(--cream); }.projects-head { margin-bottom: 45px; }.project-list { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 350px; gap: 14px; }.project { position: relative; overflow: hidden; color: var(--cream); background: var(--green); }.project-bg { position: absolute; inset: 0; transition: transform .7s; }.project:hover .project-bg { transform: scale(1.06); }.project-one .project-bg { background: linear-gradient(155deg, var(--sage) 0 30%, var(--sand) 31% 52%, var(--green-dark) 53%); }.project-one .project-bg::before { content: ""; position: absolute; right: 30%; bottom: 10%; width: 8px; height: 180px; background: var(--brown); transform: rotate(7deg); }.project-one .project-bg::after { content: ""; position: absolute; right: 16%; top: 22%; width: 75%; height: 39%; background: #6d7b51; clip-path: polygon(0 100%, 45% 0, 100% 100%); }.project-two .project-bg { background: linear-gradient(140deg, var(--sand), #8f9272 48%, var(--green-dark) 49%); }.project-two .project-bg::before { content: ""; position: absolute; top: 32%; right: 13%; width: 80%; height: 14%; background: var(--orange); transform: skewY(-12deg); }.project-two .project-bg::after { content: ""; position: absolute; top: 40%; right: 24%; width: 7px; height: 60%; background: var(--brown); box-shadow: 135px 0 0 var(--brown); }.project-three .project-bg { background: linear-gradient(155deg, #c7b995, var(--sage) 48%, var(--brown) 49%); }.project-three .project-bg::before { content: ""; position: absolute; top: 13%; right: 18%; width: 45%; height: 78%; background: repeating-linear-gradient(90deg, var(--brown) 0 7px, var(--orange) 7px 11px); opacity: .8; }.project-three .project-bg::after { content: ""; position: absolute; right: 69%; top: 33%; width: 17px; height: 45px; background: var(--cream); box-shadow: 0 0 30px 10px rgba(247,241,222,.35); }.project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(24,34,21,.9), transparent 56%); }.project > div { position: absolute; z-index: 1; right: 21px; bottom: 19px; left: 21px; }.project small { color: var(--sand); font-size: 9px; }.project h3 { margin: 6px 0 3px; font-size: 19px; }.project p { margin: 0; color: rgba(247,241,222,.6); font-size: 9px; }.project > b { position: absolute; z-index: 2; top: 20px; left: 21px; color: var(--sand); direction: ltr; font: 14px "Manrope"; }.project-note { margin: 13px 0 0; color: var(--muted); font-size: 9px; }

.values { color: var(--cream); background: var(--green-dark); }.values-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; }.values h2 { color: var(--cream); }.values h2 em { color: var(--sand); }.values-intro > p:last-child { max-width: 300px; margin-top: 25px; color: rgba(247,241,222,.58); font-size: 12px; line-height: 2; }.value-items { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(247,241,222,.2); }.value { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 25px 16px 25px 0; border-bottom: 1px solid rgba(247,241,222,.2); }.value:nth-child(odd) { border-inline-end: 1px solid rgba(247,241,222,.2); }.value:nth-child(even) { padding-inline-start: 25px; }.value > span { color: var(--sand); direction: ltr; font: 10px "Manrope"; }.value h3 { margin-bottom: 7px; font-size: 15px; }.value p { margin: 0; color: rgba(247,241,222,.54); font-size: 10px; line-height: 1.9; }

.process { background: var(--paper); }.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }.process-step { min-height: 215px; padding: 24px 22px 0 0; border-inline-start: 1px solid var(--line); }.process-step:first-child { border: 0; }.process-step:not(:first-child) { padding-inline-start: 22px; }.process-step > span { display: block; margin-bottom: 52px; color: var(--orange); direction: ltr; font: 11px "Manrope"; }.process-step h3 { margin-bottom: 9px; color: var(--green-dark); font-size: 17px; }.process-step p { max-width: 160px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.9; }

.contact { color: var(--cream); background: var(--brown); }.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }.contact h2 { color: var(--cream); }.contact h2 em { color: var(--sand); }.contact-copy > p:not(.section-label) { max-width: 390px; margin: 25px 0 37px; color: rgba(247,241,222,.66); font-size: 12px; line-height: 2; }.contact-details { display: flex; gap: 38px; }.contact-details a { display: flex; flex-direction: column; }.contact-details small { color: rgba(247,241,222,.45); font-size: 9px; }.contact-details strong { margin-top: 6px; color: var(--cream); direction: ltr; font: 13px "Manrope"; }.contact-form { padding: 34px 37px; color: var(--ink); border: 1px solid rgba(247,241,222,.65); background: rgba(247,241,222,.9); box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 30px 70px rgba(30,16,8,.25); backdrop-filter: blur(23px) saturate(1.15); }.form-heading { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 27px; }.form-heading span { font-size: 19px; font-weight: 800; }.form-heading b { color: var(--orange); font-size: 10px; }.contact-form label { display: block; margin-bottom: 18px; color: var(--muted); font-size: 9px; font-weight: 700; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; display: block; margin-top: 7px; padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); outline: none; background: transparent; font-size: 12px; resize: vertical; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); }.contact-form input::placeholder, .contact-form textarea::placeholder { color: #a9a397; }.form-submit { width: 100%; margin-top: 5px; }.form-note { margin: 10px 0 0; color: #8a8b81; text-align: center; font-size: 8px; }

.footer { color: rgba(247,241,222,.62); background: var(--green-deep); }.footer-main { min-height: 185px; display: grid; grid-template-columns: 1.3fr 1fr 1fr auto; align-items: center; gap: 50px; }.footer .logo img { width: 150px; height: 83px; }.footer-main > p { margin: 0; font-size: 10px; line-height: 2; }.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 25px; font-size: 10px; }.footer-nav a:hover { color: var(--sand); }.socials { display: flex; gap: 7px; direction: ltr; }.socials a { display: grid; place-items: center; width: 33px; height: 33px; border: 1px solid rgba(247,241,222,.22); border-radius: 50%; font: 700 8px "Manrope"; transition: color .2s, background .2s; }.socials a:hover { color: var(--green-deep); background: var(--sand); }.footer-bottom { min-height: 59px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(247,241,222,.13); font-size: 8px; }.footer-bottom a { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid rgba(247,241,222,.24); font-size: 14px; }.floating-wa { position: fixed; z-index: 20; right: 20px; bottom: 19px; display: flex; align-items: center; gap: 8px; padding: 11px 16px; color: #fff; border: 1px solid rgba(247,241,222,.33); border-radius: 30px; background: rgba(92,110,73,.9); box-shadow: inset 0 1px 0 rgba(255,255,255,.23), 0 10px 28px rgba(0,0,0,.2); backdrop-filter: blur(18px); transition: transform .25s; }.floating-wa:hover { transform: translateY(-3px); }.floating-wa span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: rgba(255,255,255,.15); font-size: 16px; }.floating-wa b { font-size: 9px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .12s; }.reveal-delay-2 { transition-delay: .22s; }.reveal-delay-3 { transition-delay: .32s; }
@keyframes background-drift { from { transform: scale(1); filter: saturate(.9) brightness(.94); } to { transform: scale(1.05) translate3d(-1%, -1%, 0); filter: saturate(1.08) brightness(1.05); } }
@keyframes light-drift { from { transform: translate3d(-3%, 1%, 0) scale(.9); opacity: .4; } to { transform: translate3d(4%, -3%, 0) scale(1.08); opacity: .85; } }

@media (max-width: 1050px) {
  :root { --container: min(920px, calc(100% - 48px)); }.nav { gap: 17px; }.phone { display: none; }.hero-grid { gap: 45px; }.hero-copy { width: 100%; }.about-grid, .values-grid, .contact-grid { gap: 60px; }.service-card { padding-inline: 15px; }.footer-main { grid-template-columns: 1.2fr 1fr auto; }.footer-main > p { display: none; }
}
@media (max-width: 760px) {
  :root { --container: calc(100% - 36px); }.section { padding: 85px 0; }.header-inner { min-height: 76px; }.logo img { width: 112px; height: 68px; }.menu-button { display: block; margin-inline-start: auto; position: relative; z-index: 21; }.menu-button.open i:first-child { transform: translateY(6px) rotate(45deg); }.menu-button.open i:nth-child(2) { opacity: 0; }.menu-button.open i:last-child { transform: translateY(-6px) rotate(-45deg); }
  .nav { position: fixed; z-index: -1; top: 0; right: 0; bottom: 0; width: min(86vw, 370px); display: flex; align-items: stretch; justify-content: center; flex-direction: column; gap: 0; padding: 90px 32px 35px; background: var(--green-deep); transform: translateX(105%); visibility: hidden; transition: transform .35s, visibility .35s; }.nav.open { z-index: 19; transform: translateX(0); visibility: visible; }.nav a { padding: 16px 0; border-bottom: 1px solid rgba(247,241,222,.13); font-size: 14px; }.nav a::after { display: none; }
  .hero { min-height: 800px; align-items: flex-end; }.hero-bg { inset: 0; opacity: .42; }.hero-bg::after { display: none; }.hero::before { opacity: .12; }.hero-grid { min-height: auto; display: flex; flex-direction: column; align-items: stretch; gap: 45px; padding: 132px 0 104px; }.hero-copy { padding: 0; }.hero-description { font-size: 12px; }.hero-actions { flex-direction: column; align-items: stretch; }.button { width: 100%; }.hero-panel { min-height: 305px; padding: 18px; }.panel-center img { width: 155px; height: 115px; }.ring-large { width: 280px; height: 280px; }.ring-small { width: 195px; height: 195px; }.glass-tag { right: -7px; bottom: 45px; }.panel-bottom { right: 18px; bottom: 18px; left: 18px; }.hero-foot { min-height: 59px; font-size: 8px; }.hero-foot .scroll { display: none; }
  .numbers-grid { grid-template-columns: repeat(2, 1fr); padding: 22px 0; }.numbers-intro { grid-column: 1 / -1; align-items: center; padding-bottom: 20px; text-align: center; }.numbers-intro br { display: none; }.number { min-height: 95px; border-top: 1px solid var(--line); }.number strong { font-size: 33px; }.number:nth-child(even) { border-inline-start: 0; }
  .about-grid, .values-grid, .contact-grid { display: flex; flex-direction: column; gap: 42px; }.about-content { padding-top: 0; }.about-content .lead { font-size: 17px; }.section-head { display: block; margin-bottom: 38px; }.section-head > p { margin-top: 18px; }.service-grid { grid-template-columns: 1fr 1fr; }.service-card { min-height: 275px; }.service-icon { margin-top: 25px; }.service-card h3 { font-size: 14px; }.service-card p { font-size: 9px; }
  .project-list { display: flex; flex-direction: column; }.project { min-height: 280px; }.project h3 { font-size: 18px; }.value-items { grid-template-columns: 1fr; }.value, .value:nth-child(even) { padding-inline: 0; border-inline-end: 0; }.process-grid { grid-template-columns: 1fr 1fr; gap: 0; }.process-step, .process-step:not(:first-child) { min-height: 180px; padding: 20px 12px 0 0; border-inline-start: 1px solid var(--line); }.process-step:nth-child(odd) { border-inline-start: 0; }.process-step > span { margin-bottom: 34px; }.contact-details { flex-wrap: wrap; gap: 24px; }.contact-form { padding: 25px 18px; }.form-row { grid-template-columns: 1fr; gap: 0; }.footer-main { grid-template-columns: 1fr; gap: 25px; padding: 45px 0; }.footer-bottom { min-height: 88px; flex-wrap: wrap; gap: 9px; padding-bottom: 57px; }.footer-bottom span:nth-child(2) { display: none; }.footer-bottom a { margin-inline-start: auto; }.floating-wa { right: 14px; bottom: 14px; }
}
@media (max-width: 430px) {
  h1 { font-size: 49px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 245px; }.project { min-height: 245px; }.process-grid { grid-template-columns: 1fr; }.process-step, .process-step:not(:first-child), .process-step:nth-child(odd) { min-height: 160px; border-inline-start: 0; border-bottom: 1px solid var(--line); }.process-step:last-child { border-bottom: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.hero-bg { animation: none; }.hero::after { animation: none; }
}

/* Real project imagery from the legacy website */
.hero-bg {
  opacity: .78;
  background:
    linear-gradient(90deg, rgba(47,60,40,.15), rgba(47,60,40,.18) 45%, rgba(47,60,40,.72)),
    url("legacy-images/garden-2.jpg") center 42% / cover no-repeat;
  animation: photo-drift 18s ease-in-out infinite alternate;
}
.hero-bg::before, .hero-bg::after { display: none; }
.service-feature-image {
  background:
    linear-gradient(0deg, rgba(47,60,40,.35), rgba(47,60,40,.04)),
    url("legacy-images/garden-2.jpg") center / cover no-repeat;
}
.service-feature-image::before, .service-feature-image::after { display: none; }
.signature-image {
  background:
    linear-gradient(0deg, rgba(47,60,40,.12), rgba(47,60,40,.05)),
    url("legacy-images/pergola.jpg") center / cover no-repeat;
}
.signature-image::before, .signature-image::after { display: none; }
.project-one .project-bg {
  background:
    linear-gradient(0deg, rgba(22,33,23,.7), rgba(22,33,23,.04)),
    url("legacy-images/garden-2.jpg") center / cover no-repeat;
}
.project-two .project-bg {
  background:
    linear-gradient(0deg, rgba(22,33,23,.62), rgba(22,33,23,.04)),
    url("legacy-images/seating-2.jpg") center / cover no-repeat;
}
.project-three .project-bg {
  background:
    linear-gradient(0deg, rgba(22,33,23,.62), rgba(22,33,23,.04)),
    url("legacy-images/screens.jpg") center / cover no-repeat;
}
.project-one .project-bg::before, .project-one .project-bg::after,
.project-two .project-bg::before, .project-two .project-bg::after,
.project-three .project-bg::before, .project-three .project-bg::after { display: none; }
.contact {
  position: relative;
  overflow: hidden;
  background: var(--green-deep);
}
.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .23;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(47,60,40,.84), rgba(47,60,40,.96)),
    url("legacy-images/pergola.jpg") center / cover no-repeat;
  animation: photo-drift 20s ease-in-out infinite alternate;
}
.contact-grid { position: relative; z-index: 1; }
.service-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}
.floating-wa span svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}
@keyframes photo-drift {
  from { transform: scale(1.02); }
  to { transform: scale(1.07) translate3d(-1%, -1%, 0); }
}
@media (max-width: 760px) {
  .hero-bg { opacity: .5; background-position: 55% center; }
  .hero-bg::before, .hero-bg::after { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-bg, .contact::before { animation: none; }
}

/* Inner pages */
.inner-page { background: var(--paper); }
.inner-hero { position: relative; min-height: 470px; display: flex; align-items: flex-end; overflow: hidden; color: var(--cream); background: var(--green-deep); }
.inner-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(47,60,40,.96), rgba(47,60,40,.62)), url("legacy-images/garden-2.jpg") center 52% / cover; opacity: .78; }
.inner-hero-contact::before { background-image: linear-gradient(90deg, rgba(47,60,40,.97), rgba(47,60,40,.65)), url("legacy-images/pergola.jpg"); }
.inner-hero-shape { position: absolute; width: 470px; height: 470px; left: 7%; bottom: -270px; border: 1px solid rgba(209,198,185,.23); border-radius: 50%; box-shadow: 0 0 0 55px rgba(209,198,185,.04), 0 0 0 110px rgba(209,198,185,.03); }
.inner-hero-content { position: relative; z-index: 1; padding: 0 0 70px; }
.inner-hero-content h1 { max-width: 650px; margin-bottom: 18px; font-size: clamp(48px, 6vw, 76px); }
.inner-hero-content > p:last-child { max-width: 500px; margin: 0; color: rgba(247,241,222,.7); font-size: 13px; line-height: 2; }
.gallery-section { padding-bottom: 110px; }
.gallery-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.gallery-toolbar > p { max-width: 280px; margin: 0; color: var(--muted); font-size: 12px; line-height: 2; }
.filter-list { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { padding: 10px 18px; color: var(--muted); border: 1px solid var(--line); border-radius: 100px; background: transparent; font-size: 11px; transition: color .2s, background .2s, border-color .2s; }
.filter:hover, .filter.active { color: var(--cream); border-color: var(--green); background: var(--green); }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.gallery-card { position: relative; min-height: 360px; overflow: hidden; background: var(--green-deep); }
.gallery-card.gallery-wide { grid-row: span 2; min-height: 738px; }
.gallery-card img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .6s ease; }
.gallery-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(0deg, rgba(20,29,19,.9), transparent); pointer-events: none; }
.gallery-card:hover img { transform: scale(1.06); }
.gallery-caption { position: absolute; z-index: 1; right: 25px; bottom: 23px; left: 25px; color: var(--cream); }
.gallery-caption span { color: var(--sand); font-size: 10px; }
.gallery-caption h2 { margin: 8px 0 5px; font-size: 22px; font-weight: 600; }
.gallery-caption small { color: rgba(247,241,222,.6); font-size: 9px; }
.gallery-card.is-hidden { display: none; }
.gallery-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 55px; padding: 26px 0 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.contact-page { padding-bottom: 115px; }
.contact-page-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 100px; }
.contact-page-intro { padding-top: 15px; }
.contact-page-intro h2, .social-section h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 52px); line-height: 1.25; }
.contact-page-intro > p:not(.section-label) { max-width: 430px; margin-bottom: 35px; color: var(--muted); font-size: 12px; line-height: 2.2; }
.contact-channel-list { display: grid; gap: 12px; }
.contact-channel { display: flex; align-items: center; gap: 13px; padding: 13px; border: 1px solid var(--line); transition: transform .25s, border-color .25s, background .25s; }
.contact-channel:hover { transform: translateX(-5px); border-color: rgba(92,110,73,.6); background: rgba(164,171,137,.1); }
.channel-icon, .social-card-icon { display: grid; flex: 0 0 auto; place-items: center; width: 42px; height: 42px; color: var(--green); border: 1px solid rgba(92,110,73,.25); border-radius: 50%; }
.channel-icon svg, .social-card-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.whatsapp-icon { color: #4d8a59; }
.contact-channel span:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }
.contact-channel small { color: var(--muted); font-size: 9px; }
.contact-channel strong { color: var(--ink); font: 600 12px "Manrope", "Cairo", sans-serif; }
.contact-channel > b, .social-cards a > b { margin-inline-start: auto; color: var(--orange); font: 18px "Manrope"; }
.contact-page-form { padding: 38px 40px; border-color: rgba(92,110,73,.25); background: rgba(247,241,222,.72); }
.contact-page-form .form-heading { margin-bottom: 26px; }
.contact-page-form .button { width: 100%; }
.form-note { margin: 15px 0 0; color: var(--muted); font-size: 9px; text-align: center; }
.social-section { padding: 95px 0; color: var(--cream); background: var(--green-deep); }
.social-section-inner { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 100px; }
.social-section h2 { margin: 0; color: var(--cream); }
.social-section h2 em { color: var(--sand); }
.social-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.social-cards a { display: flex; align-items: center; gap: 13px; padding: 18px; color: var(--cream); border: 1px solid rgba(247,241,222,.18); transition: background .25s, transform .25s; }
.social-cards a:hover { transform: translateY(-4px); background: rgba(247,241,222,.08); }
.social-cards a > span:nth-child(2) { font: 600 12px "Manrope", "Cairo", sans-serif; }
.social-card-icon { color: var(--sand); border-color: rgba(247,241,222,.25); }
.x-icon { font: 22px "Manrope"; }
.socials svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.floating-wa { width: 58px; height: 58px; justify-content: center; gap: 0; padding: 0; color: #fff; border: 2px solid rgba(255,255,255,.75); background: #25d366; box-shadow: 0 9px 24px rgba(23,113,53,.3), 0 0 0 5px rgba(37,211,102,.13); }
.floating-wa:hover { background: #1ebe5d; box-shadow: 0 12px 28px rgba(23,113,53,.38), 0 0 0 7px rgba(37,211,102,.13); }
.floating-wa span { width: 42px; height: 42px; background: transparent; }
.floating-wa span svg { width: 27px; height: 27px; stroke-width: 1.55; }
@media (max-width: 760px) {
  .header { position: fixed; z-index: 100; background: rgba(47,60,40,.92); box-shadow: 0 8px 25px rgba(20,28,17,.16); backdrop-filter: blur(18px) saturate(1.1); }
  .header::after { content: ""; position: fixed; z-index: 99; inset: 0; background: rgba(20,28,17,.58); opacity: 0; pointer-events: none; transition: opacity .3s ease; }
  body.menu-open .header::after { opacity: 1; pointer-events: auto; }
  .header-inner { position: relative; justify-content: space-between; gap: 0; }
  .header-end { margin-inline-start: 0; }
  .menu-button { margin-inline-start: 0; }
  .nav, .nav.open { position: fixed !important; z-index: 101; top: 0; right: 0; bottom: 0; width: min(82vw, 345px); height: 100dvh; max-height: 100dvh; justify-content: flex-start; margin: 0; padding: 105px 28px 40px; overflow-y: auto; overflow-x: hidden; border-inline-start: 1px solid rgba(247,241,222,.2); background: linear-gradient(145deg, rgba(52,69,43,.98), rgba(35,49,30,.96)); box-shadow: -24px 0 55px rgba(15,24,14,.3); backdrop-filter: blur(26px) saturate(1.25); isolation: isolate; }
  .nav::before { content: ""; position: absolute; z-index: -1; top: -120px; right: -100px; width: 330px; height: 330px; border-radius: 50%; background: radial-gradient(circle, rgba(164,171,137,.28), transparent 68%); filter: blur(8px); animation: menu-glow 8s ease-in-out infinite alternate; pointer-events: none; }
  .nav::after { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; right: 0; width: 2px; background: linear-gradient(180deg, var(--orange), transparent 45%, var(--sage)); opacity: .65; pointer-events: none; }
  .nav a { flex: 0 0 auto; transition: color .25s, padding .25s, opacity .35s, transform .35s; }
  .nav.open a { animation: menu-item-in .5s both; }
  .nav.open a:nth-child(2) { animation-delay: .06s; }.nav.open a:nth-child(3) { animation-delay: .12s; }.nav.open a:nth-child(4) { animation-delay: .18s; }.nav.open a:nth-child(5) { animation-delay: .24s; }
  .nav a:hover, .nav a.active { padding-inline-end: 10px; color: var(--cream); }
  body.menu-open .menu-button { position: fixed; z-index: 102; top: 16px; right: 18px; left: auto; }
  .contact-grid, .contact-page-grid { align-items: stretch; }
  .contact-form, .contact-page-form { width: 100%; }
  .hero-copy { display: flex; align-items: center; flex-direction: column; text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-copy .hero-description { text-align: center; }
  .hero-copy .hero-actions { width: 100%; max-width: 390px; }
  .inner-hero { min-height: 490px; }.inner-hero-content { padding-bottom: 52px; }.inner-hero-content h1 { font-size: 48px; }
  .gallery-toolbar, .gallery-cta { display: block; }.gallery-toolbar > p { margin-bottom: 20px; }.filter-list { gap: 6px; }.filter { padding: 8px 13px; font-size: 10px; }.gallery-grid { grid-template-columns: 1fr; }.gallery-card, .gallery-card.gallery-wide { min-height: 330px; grid-row: auto; }
  .gallery-cta .button { margin-top: 18px; }.contact-page-grid, .social-section-inner { grid-template-columns: 1fr; gap: 45px; }.contact-page-form { padding: 28px 19px; }.social-cards { grid-template-columns: 1fr 1fr; }
  .nav { z-index: 101; }
  .nav.open { z-index: 101; }
  .menu-button { z-index: 102; }
}
@media (max-width: 430px) { .social-cards { grid-template-columns: 1fr; } }

@keyframes menu-item-in {
  from { opacity: 0; transform: translateX(18px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes menu-glow {
  from { transform: translate3d(0, 0, 0) scale(.92); opacity: .55; }
  to { transform: translate3d(-28px, 24px, 0) scale(1.08); opacity: .95; }
}
@media (prefers-reduced-motion: reduce) {
  .nav.open a, .nav::before { animation: none; }
}

/* Detailed services page */
.services-hero::before { background-image: linear-gradient(90deg, rgba(47,60,40,.96), rgba(47,60,40,.62)), url("legacy-images/seating-2.jpg"); }
.services-detail { background: linear-gradient(135deg, var(--paper), #f0ecdf); }
.detail-intro { display: grid; grid-template-columns: .8fr 1fr; align-items: end; gap: 90px; margin-bottom: 55px; }
.detail-intro h2 { margin: 0 0 16px; color: var(--green-dark); font-size: clamp(38px, 4.6vw, 60px); line-height: 1.2; }
.detail-intro > p:last-child { max-width: 390px; margin: 0 0 5px; color: var(--muted); font-size: 12px; line-height: 2.2; }
.service-detail-list { display: grid; gap: 18px; }
.service-detail-card { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; min-height: 350px; overflow: hidden; border: 1px solid rgba(78,34,15,.12); border-radius: 20px; background: rgba(255,253,248,.66); box-shadow: 0 12px 35px rgba(47,60,40,.06); }
.service-detail-card.reverse .detail-photo { order: 2; }
.service-detail-card.reverse .detail-copy { order: 1; }
.detail-number { position: absolute; z-index: 2; top: 22px; left: 25px; color: var(--orange); direction: ltr; font: 11px "Manrope"; }
.detail-photo { min-height: 350px; background-position: center; background-size: cover; transition: transform .65s ease; }
.service-detail-card:hover .detail-photo { transform: scale(1.04); }
.photo-garden { background-image: linear-gradient(0deg, rgba(24,34,21,.12), transparent), url("legacy-images/garden-2.jpg"); }
.photo-pergola { background-image: linear-gradient(0deg, rgba(24,34,21,.12), transparent), url("legacy-images/pergola.jpg"); }
.photo-car { background-image: linear-gradient(0deg, rgba(24,34,21,.16), transparent), url("legacy-images/car-shade.webp"); }
.photo-screen { background-image: linear-gradient(0deg, rgba(24,34,21,.12), transparent), url("legacy-images/screens.jpg"); }
.photo-warehouse { background-image: linear-gradient(0deg, rgba(24,34,21,.12), transparent), url("legacy-images/warehouse.jpg"); }
.photo-tent { background-image: linear-gradient(0deg, rgba(24,34,21,.12), transparent), url("legacy-images/tent.webp"); }
.photo-roof { background-image: linear-gradient(0deg, rgba(24,34,21,.12), transparent), url("legacy-images/seating-2.jpg"); }
.detail-copy { align-self: center; padding: 46px 56px; }
.detail-copy > span { color: var(--orange); font-size: 10px; font-weight: 800; }
.detail-copy h2 { margin: 10px 0 14px; color: var(--green-dark); font-size: clamp(24px, 3vw, 34px); line-height: 1.35; }
.detail-copy p { max-width: 430px; margin-bottom: 20px; color: var(--muted); font-size: 11px; line-height: 2.1; }
.detail-copy ul { display: flex; flex-wrap: wrap; gap: 7px 22px; max-width: 440px; margin: 0; padding: 18px 0 0; list-style: none; border-top: 1px solid var(--line); color: var(--green); font-size: 10px; }
.detail-copy li::before { content: "＋"; margin-inline-end: 6px; color: var(--orange); font: 12px "Manrope"; }
.service-bottom-cta { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-top: 70px; padding: 36px 0 0; border-top: 1px solid var(--line); }
.service-bottom-cta h2 { margin: 0; color: var(--green-dark); font-size: clamp(30px, 4vw, 48px); line-height: 1.25; }
.service-bottom-cta .section-label { margin-bottom: 14px; }
.service-all-link { margin-top: 28px; }
@media (max-width: 760px) {
  .detail-intro { display: block; margin-bottom: 38px; }.detail-intro > p:last-child { margin-top: 22px; }
  .service-detail-card, .service-detail-card.reverse { display: flex; flex-direction: column; }
  .service-detail-card.reverse .detail-photo, .service-detail-card.reverse .detail-copy { order: initial; }
  .detail-photo { min-height: 235px; }.detail-copy { padding: 32px 23px 29px; }.detail-copy h2 { font-size: 25px; }.detail-copy p { font-size: 11px; }.detail-copy ul { line-height: 1.8; }
  .detail-number { top: 20px; left: 20px; color: var(--cream); text-shadow: 0 1px 5px rgba(0,0,0,.35); }
  .service-bottom-cta { display: block; margin-top: 48px; }.service-bottom-cta .button { margin-top: 25px; }
}

/* Articles page */
.blog-hero::before { background-image: linear-gradient(90deg, rgba(47,60,40,.96), rgba(47,60,40,.62)), url("legacy-images/screens.jpg"); }
.blog-section { background: linear-gradient(135deg, var(--paper), #f0ecdf); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { overflow: hidden; border: 1px solid rgba(78,34,15,.12); border-radius: 18px; background: rgba(255,253,248,.68); box-shadow: 0 12px 32px rgba(47,60,40,.06); transition: transform .3s, box-shadow .3s; }
.article-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(47,60,40,.12); }
.article-card.article-featured { grid-column: span 2; display: grid; grid-template-columns: .9fr 1.1fr; }
.article-image { min-height: 205px; background-position: center; background-size: cover; }
.article-featured .article-image { min-height: 100%; }
.article-roof { background-image: linear-gradient(0deg, rgba(24,34,21,.2), transparent), url("legacy-images/seating-2.jpg"); }
.article-pergola { background-image: linear-gradient(0deg, rgba(24,34,21,.2), transparent), url("legacy-images/pergola.jpg"); }
.article-panel { background-image: linear-gradient(0deg, rgba(24,34,21,.2), transparent), url("legacy-images/warehouse.jpg"); }
.article-fabric { background-image: linear-gradient(0deg, rgba(24,34,21,.2), transparent), url("legacy-images/car-shade.webp"); }
.article-screen { background-image: linear-gradient(0deg, rgba(24,34,21,.2), transparent), url("legacy-images/screens.jpg"); }
.article-car { background-image: linear-gradient(0deg, rgba(24,34,21,.2), transparent), url("legacy-images/garden-2.jpg"); }
.article-seating { background-image: linear-gradient(0deg, rgba(24,34,21,.2), transparent), url("legacy-images/seating-2.jpg"); }
.article-body { padding: 25px; }
.article-body > span { color: var(--orange); font-size: 10px; font-weight: 800; }
.article-body h2 { min-height: 60px; margin: 10px 0; color: var(--green-dark); font-size: 19px; line-height: 1.55; }
.article-body p { min-height: 50px; margin-bottom: 21px; color: var(--muted); font-size: 10px; line-height: 2; }
.article-body a { display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-size: 10px; font-weight: 800; }
.article-body a b { color: var(--orange); font: 17px "Manrope"; }
@media (max-width: 760px) {
  .article-grid { grid-template-columns: 1fr; }.article-card.article-featured { grid-column: auto; display: block; }.article-featured .article-image { min-height: 230px; }.article-body h2, .article-body p { min-height: 0; }
}

/* Expanded footer */
.footer-extra { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 45px; padding: 38px 0 44px; border-top: 1px solid rgba(247,241,222,.13); }
.footer-extra small { display: block; margin-bottom: 15px; color: var(--sand); font-size: 9px; font-weight: 800; letter-spacing: .04em; }
.footer-story p { max-width: 285px; margin-bottom: 21px; color: rgba(247,241,222,.54); font-size: 10px; line-height: 2; }
.footer-story > span { display: flex; align-items: center; gap: 7px; color: rgba(247,241,222,.48); font-size: 8px; }
.footer-story > span b { color: var(--orange); direction: ltr; font: 700 14px "Manrope"; }
.footer-story > span i { width: 3px; height: 3px; margin: 0 3px; border-radius: 50%; background: var(--orange); }
.footer-column { display: flex; align-items: flex-start; flex-direction: column; gap: 8px; color: rgba(247,241,222,.55); font-size: 10px; line-height: 1.8; }
.footer-column small { align-self: stretch; }
.footer-column a { transition: color .2s, transform .2s; }
.footer-column a:hover { color: var(--cream); transform: translateX(-3px); }
.footer-contact a { display: flex; align-items: center; gap: 9px; width: 100%; padding-bottom: 7px; border-bottom: 1px solid rgba(247,241,222,.1); }
.footer-contact-icon { display: grid; flex: 0 0 auto; place-items: center; width: 24px; height: 24px; color: var(--sand); border: 1px solid rgba(247,241,222,.22); border-radius: 50%; }
.footer-contact-icon svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.footer-contact-copy { display: flex; align-items: baseline; gap: 7px; min-width: 0; }
.footer-contact-copy b { min-width: 37px; color: var(--sand); font-size: 9px; }
.footer-contact-copy > span { direction: ltr; font: 10px "Manrope"; }
.footer-contact a:nth-of-type(2) .footer-contact-copy > span { direction: rtl; font-family: "Cairo", sans-serif; }
.footer-contact > a > b { min-width: 37px; color: var(--sand); font-size: 9px; }
.footer-contact > a > span { direction: ltr; font: 10px "Manrope"; }
.footer-contact > a:nth-of-type(2) > span { direction: rtl; font-family: "Cairo", sans-serif; }
@media (max-width: 1050px) {
  .footer-extra { grid-template-columns: 1.3fr 1fr 1fr; }.footer-story { grid-row: span 2; }
}
@media (max-width: 760px) {
  .footer-extra { grid-template-columns: 1fr 1fr; gap: 30px 22px; padding: 35px 0; }.footer-story { grid-column: 1 / -1; grid-row: auto; }.footer-story p { max-width: 330px; }
}
@media (max-width: 430px) { .footer-extra { grid-template-columns: 1fr; } }

/* Keep the articles page available, but hidden from the public navigation. */
a[href="blog.html"], a[href="/blog"] { display: none !important; }

/* Final mobile layout polish */
@media (max-width: 760px) {
  html, body { overflow-x: hidden; }
  body { -webkit-tap-highlight-color: transparent; }
  .container { width: calc(100% - 32px); }
  .header-inner { min-height: 72px; }
  .logo img { width: 108px; height: 62px; }
  .hero { min-height: 100svh; }
  .hero-grid { min-height: auto; gap: 34px; padding: 112px 0 94px; }
  .hero-copy { width: 100%; }
  .hero-copy h1 { margin-bottom: 20px; font-size: clamp(45px, 13vw, 58px); line-height: 1.15; }
  .hero-copy .eyebrow { margin-bottom: 18px; font-size: 9px; }
  .hero-copy .hero-description { max-width: 330px; margin-bottom: 24px; font-size: 11px; line-height: 2; }
  .hero-copy .hero-actions { max-width: 360px; gap: 9px; }
  .hero-copy .button { min-height: 50px; padding-inline: 18px; }
  .hero-panel { width: 100%; min-height: 292px; }
  .panel-center img { width: 145px; height: 105px; }
  .glass-tag { right: 14px; bottom: 28px; padding: 10px 13px; }
  .hero-foot { right: 16px; left: 16px; min-height: 54px; font-size: 8px; }
  .numbers-grid { padding: 25px 0 15px; }
  .numbers-intro strong { font-size: 13px; }
  .section { padding: 78px 0; }
  .about-grid, .values-grid, .contact-grid { gap: 35px; }
  .section-intro h2, .section-head h2, .values h2, .contact h2 { font-size: clamp(34px, 10vw, 48px); }
  .about-content .lead { font-size: 16px; line-height: 1.9; }
  .about-content p { font-size: 11px; }
  .service-card { min-height: 250px; padding: 18px 15px; }
  .service-card h3 { font-size: 13px; }
  .service-card p { font-size: 8px; line-height: 1.9; }
  .service-icon { width: 44px; height: 44px; margin: 23px 0 15px; }
  .service-icon svg { width: 20px; height: 20px; }
  .project { min-height: 250px; }
  .project h3 { font-size: 17px; }
  .project > div { right: 17px; bottom: 17px; left: 17px; }
  .values-intro > p:last-child { font-size: 11px; }
  .process-step { padding-top: 20px; }
  .process-step > span { margin-bottom: 30px; }
  .contact-copy > p:not(.section-label) { margin: 20px 0 28px; font-size: 11px; }
  .contact-form { padding: 27px 20px; }
  .contact-form input, .contact-form select, .contact-form textarea { font-size: 13px; }
  .contact-form .button { min-height: 52px; }
  .footer-main { padding: 38px 0 28px; }
  .footer-extra { padding: 30px 0; }
  .footer-nav { gap: 10px 17px; }
  .footer-bottom { font-size: 8px; }
  .inner-hero { min-height: 445px; }
  .inner-hero-content { padding-bottom: 44px; }
  .inner-hero-content h1 { max-width: 330px; margin-bottom: 15px; font-size: clamp(43px, 12vw, 56px); }
  .inner-hero-content > p:last-child { max-width: 340px; font-size: 11px; line-height: 2; }
  .gallery-section, .contact-page { padding-bottom: 78px; }
  .gallery-toolbar { margin-bottom: 31px; }
  .gallery-toolbar > p { font-size: 11px; }
  .gallery-grid { gap: 12px; }
  .gallery-card, .gallery-card.gallery-wide { min-height: 285px; }
  .gallery-caption { right: 18px; bottom: 17px; left: 18px; }
  .gallery-caption h2 { font-size: 18px; }
  .gallery-cta { margin-top: 38px; padding-top: 20px; }
  .contact-page-grid { gap: 34px; }
  .contact-page-intro { padding-top: 0; }
  .contact-page-intro h2, .social-section h2 { font-size: clamp(34px, 10vw, 48px); }
  .contact-page-intro > p:not(.section-label) { font-size: 11px; }
  .contact-page-form { padding: 27px 20px; }
  .social-section { padding: 74px 0; }
  .social-section-inner { gap: 34px; }
  .service-detail-card { border-radius: 16px; }
  .detail-photo { min-height: 220px; }
  .detail-copy { padding: 27px 20px 25px; }
  .detail-copy h2 { font-size: 23px; }
  .detail-copy p { font-size: 10px; line-height: 2; }
  .detail-copy ul { gap: 5px 14px; padding-top: 14px; font-size: 9px; }
  .service-bottom-cta { margin-top: 40px; }
  .service-bottom-cta h2 { font-size: 38px; }
}
@media (max-width: 430px) {
  .container { width: calc(100% - 28px); }
  .hero-grid { padding-top: 105px; }
  .hero-copy h1 { font-size: 47px; }
  .hero-panel { min-height: 270px; }
  .panel-center img { width: 132px; height: 95px; }
  .ring-large { width: 250px; height: 250px; }
  .ring-small { width: 175px; height: 175px; }
  .service-card { min-height: 235px; }
  .service-card h3 { font-size: 12px; }
  .numbers-grid { grid-template-columns: repeat(2, 1fr); }
  .number strong { font-size: 30px; }
  .inner-hero-content h1 { font-size: 44px; }
  .filter-list { justify-content: flex-start; }
  .filter { padding: 8px 11px; }
}

/* Branded error pages */
.error-page { min-height: 100vh; color: var(--cream); background: var(--green-deep); }
.error-shell { position: relative; min-height: 100svh; display: flex; flex-direction: column; overflow: hidden; isolation: isolate; }
.error-image { position: absolute; z-index: -2; inset: 0 0 0 43%; background: linear-gradient(90deg, var(--green-deep) 0%, rgba(47,60,40,.72) 43%, rgba(47,60,40,.2)), url("legacy-images/garden-2.jpg") center / cover no-repeat; opacity: .78; }
.error-502 .error-image { background-image: linear-gradient(90deg, var(--green-deep) 0%, rgba(47,60,40,.8) 43%, rgba(47,60,40,.2)), url("legacy-images/pergola.jpg"); }
.error-shell::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 72% 58%, rgba(164,171,137,.22), transparent 30%), linear-gradient(135deg, rgba(47,60,40,.96), rgba(47,60,40,.74)); pointer-events: none; }
.error-header { width: min(1180px, calc(100% - 72px)); min-height: 100px; display: flex; align-items: center; justify-content: space-between; margin: 0 auto; border-bottom: 1px solid rgba(247,241,222,.18); }
.error-header .logo img { width: 140px; height: 78px; object-fit: contain; }
.error-header > span { color: var(--sand); direction: ltr; font: 10px "Manrope"; letter-spacing: .15em; }
.error-content { width: min(1180px, calc(100% - 72px)); margin: auto; padding: 55px 0 75px; }
.error-content h1 { max-width: 550px; margin-bottom: 20px; font-size: clamp(55px, 7vw, 92px); }
.error-content > p:not(.section-label) { max-width: 390px; margin-bottom: 30px; color: rgba(247,241,222,.68); font-size: 12px; line-height: 2.15; }
.error-actions { display: flex; gap: 10px; }
.error-actions .button { min-width: 165px; }
.error-footer { width: min(1180px, calc(100% - 72px)); min-height: 70px; display: flex; justify-content: space-between; align-items: center; margin: 0 auto; border-top: 1px solid rgba(247,241,222,.18); color: rgba(247,241,222,.5); font-size: 9px; }
.error-orbit { position: absolute; z-index: -1; border: 1px solid rgba(247,241,222,.2); border-radius: 50%; pointer-events: none; }
.error-orbit-large { width: 520px; height: 520px; right: 58%; top: 48%; box-shadow: 0 0 0 45px rgba(247,241,222,.035), 0 0 0 90px rgba(247,241,222,.025); }
.error-orbit-small { width: 250px; height: 250px; right: 69%; top: 62%; border-color: rgba(157,102,56,.6); animation: error-orbit-drift 12s ease-in-out infinite alternate; }
@keyframes error-orbit-drift { from { transform: translate(0, 0); } to { transform: translate(-18px, -12px); } }
@media (max-width: 760px) {
  .error-image { inset: 0; opacity: .36; background-position: 58% center; }
  .error-shell::after { background: linear-gradient(180deg, rgba(47,60,40,.9), rgba(47,60,40,.97)); }
  .error-header, .error-content, .error-footer { width: calc(100% - 32px); }
  .error-header { min-height: 78px; }.error-header .logo img { width: 110px; height: 62px; }.error-header > span { font-size: 9px; }
  .error-content { display: flex; align-items: center; flex-direction: column; justify-content: center; padding: 45px 0; text-align: center; }
  .error-content .section-label { justify-content: center; }.error-content h1 { font-size: clamp(48px, 14vw, 68px); }.error-content > p:not(.section-label) { max-width: 330px; font-size: 11px; }
  .error-actions { width: 100%; max-width: 350px; flex-direction: column; }.error-actions .button { width: 100%; }
  .error-footer { min-height: 62px; font-size: 8px; }.error-footer span:last-child { display: none; }
  .error-orbit-large { width: 390px; height: 390px; right: -190px; top: 36%; }.error-orbit-small { width: 190px; height: 190px; right: -70px; top: 53%; }
}
@media (prefers-reduced-motion: reduce) { .error-orbit-small { animation: none; } }

/* Premium visual refinement */
body { background-image: radial-gradient(circle at 8% 14%, rgba(164,171,137,.13), transparent 22%), radial-gradient(circle at 92% 54%, rgba(209,198,185,.18), transparent 25%); }
.header { background: linear-gradient(180deg, rgba(35,48,29,.32), transparent); }
.hero::after { content: ""; position: absolute; z-index: -1; top: -15%; right: 34%; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(247,241,222,.2), transparent 68%); filter: blur(10px); animation: light-drift 13s ease-in-out infinite alternate; pointer-events: none; }
.hero-panel { border-radius: 22px; background: linear-gradient(145deg, rgba(247,241,222,.16), rgba(247,241,222,.04)); }
.glass-tag { border-radius: 14px; }
.button { border-radius: 999px; }
.numbers-grid { position: relative; }
.numbers-grid::before { content: ""; position: absolute; right: 0; top: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--orange), var(--sage), transparent 75%); }
.number { transition: background .25s, transform .25s; }
.number:hover { background: rgba(164,171,137,.12); transform: translateY(-3px); }
.services { background: linear-gradient(135deg, #f1ecde, #e7e2d2); }
.service-grid { gap: 14px; border: 0; }
.service-card { border: 1px solid rgba(78,34,15,.12); border-radius: 17px; background: rgba(255,253,248,.33); }
.service-card:hover { border-color: rgba(92,110,73,.38); }
.service-card.featured { border-color: transparent; box-shadow: 0 18px 35px rgba(47,60,40,.13); }
.project-list { gap: 18px; }
.project { border-radius: 18px; box-shadow: 0 14px 35px rgba(47,60,40,.09); }
.contact-form { border-radius: 21px; }
.floating-wa { border-radius: 999px; }
.inner-hero::after { content: ""; position: absolute; right: 12%; bottom: 8%; width: 190px; height: 190px; border: 1px solid rgba(247,241,222,.16); border-radius: 50%; box-shadow: 0 0 0 28px rgba(247,241,222,.035); pointer-events: none; }
.gallery-card { border-radius: 18px; box-shadow: 0 14px 35px rgba(47,60,40,.1); }
.filter { background: rgba(255,253,248,.4); }
.contact-channel, .social-cards a { border-radius: 14px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }
@media (max-width: 760px) {
  .hero::after { right: 15%; top: 20%; width: 260px; height: 260px; }
  .hero-panel { border-radius: 18px; }
  .service-grid { gap: 9px; }
  .service-card { border-radius: 14px; }
  .project-list { gap: 12px; }
  .project, .gallery-card { border-radius: 14px; }
  .inner-hero::after { right: -30px; bottom: 18%; width: 150px; height: 150px; }
  .floating-wa { width: 54px; height: 54px; }
}

