@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500;1,600&family=DM+Sans:wght@400;500;600;700&display=swap');

/* Thani Landscaping style reminder: reference-faithful UAE garden studio — biophilic editorial, warm stone, Thani Leaf green, rounded organic geometry, generous whitespace. */
:root { --ink:#18251d; --forest:#21452b; --leaf:#6bae3e; --leaf-dark:#4b872b; --mist:#f1f3eb; --sand:#e6dfd1; --paper:#fbfbf7; --line:#d9ded3; --muted:#6c776e; --radius:0.65rem; --background:var(--paper); --foreground:var(--ink); --primary:var(--leaf); --primary-foreground:#fff; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:'DM Sans',sans-serif; font-size:15px; line-height:1.65; }
a { color:inherit; text-decoration:none; }
button { font:inherit; }
img { max-width:100%; display:block; }
.site-shell { overflow:hidden; }
.site-header { height:112px; display:flex; align-items:center; justify-content:space-between; gap:28px; padding:0 clamp(20px,5vw,74px); background:#f7f8f2; position:relative; z-index:10; border-bottom:1px solid #e7ebe2; }
.brand { display:flex; align-items:center; gap:11px; flex-shrink:0; }
.client-logo { width:230px; height:auto; max-height:none; object-fit:contain; object-position:left center; }
.brand { min-width:230px; }
.site-footer .client-logo { width:210px; max-height:none; opacity:.94; filter:brightness(0) invert(1); }
.main-nav { display:flex; align-items:center; gap:clamp(17px,2.6vw,36px); margin-left:auto; }
.main-nav a { font-size:15px; font-weight:600; position:relative; }
.main-nav a:after { content:""; position:absolute; left:0; right:100%; bottom:-8px; height:2px; background:var(--leaf); transition:right .2s ease-out; }
.main-nav a:hover:after { right:0; }
.header-call { display:flex; align-items:center; gap:9px; color:#637066; font-size:12px; white-space:nowrap; }
.wa-dot { width:38px; height:38px; border-radius:50%; display:grid; place-items:center; background:var(--leaf); color:white; font-size:25px; transform:rotate(-34deg); }
.mobile-toggle { display:none; border:0; background:transparent; color:var(--ink); }
.hero-section { min-height:650px; margin:40px clamp(20px,4vw,60px) 0; border-radius:0 100px 0 100px; overflow:hidden; position:relative; color:white; background:#6f7b6c; }
.hero-image { position:absolute; inset:0; z-index:0; background:url('/manus-storage/fountians-1_c00256f4.jpg') center/cover; }
.hero-overlay { position:absolute; inset:0; z-index:1; background:linear-gradient(90deg,rgba(13,31,19,.78) 0%,rgba(22,39,25,.43) 46%,rgba(20,30,22,.08) 100%); }

.hero-content { position:relative; z-index:1; max-width:760px; padding:clamp(110px,10vw,150px) 7% 90px; }
.eyebrow { display:block; color:var(--leaf-dark); font-size:12px; letter-spacing:.18em; font-weight:700; line-height:1.4; }
.eyebrow-light { color:#d0e9bd; }
h1,h2,h3,h4,p { margin-top:0; }
h1,h2,h3 { font-family:'DM Sans',sans-serif; font-weight:700; letter-spacing:-.035em; }
h1 { font-size:clamp(56px,6vw,78px); line-height:1.02; letter-spacing:-.055em; margin:20px 0 24px; }
h1 em,h2 em { font-style:normal; font-weight:inherit; }
.hero-content p { max-width:600px; color:#f0f5ef; font-size:19px; line-height:1.58; }
.hero-actions { display:flex; flex-wrap:wrap; gap:11px; margin-top:34px; }
.btn { display:inline-flex; align-items:center; gap:14px; padding:16px 25px; border-radius:0 17px 0 17px; font-size:16px; font-weight:700; transition:transform .18s cubic-bezier(.23,1,.32,1),background .18s ease,box-shadow .18s ease; }
.btn:hover { transform:translateY(-3px); box-shadow:0 10px 24px #132b1b24; }
.btn:active { transform:scale(.97); }
.btn-primary { background:var(--leaf); color:#fff; }
.btn-light { background:#fff; color:var(--ink); }
.btn-outline-light { color:#f8fbf3; border:1px solid #c4d4c0; }
.hero-note { position:absolute; right:7%; bottom:35px; display:flex; align-items:center; gap:10px; color:#dae9d2; font-size:12px; font-style:italic; }
.section-pad { padding:clamp(75px,10vw,140px) clamp(20px,8vw,120px); }
.section-intro { max-width:570px; }
.section-intro h2 { font-size:clamp(42px,5vw,58px); line-height:1.08; letter-spacing:-.04em; margin:16px 0 21px; }
.section-intro p { color:var(--muted); max-width:610px; font-size:18px; line-height:1.7; }
.about-section { background:var(--paper); }
.about-grid { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:clamp(40px,9vw,150px); max-width:1500px; margin:auto; }
.about-copy { padding-bottom:24px; }
.text-link { display:inline-flex; align-items:center; gap:9px; color:var(--leaf-dark); font-size:13px; font-weight:700; border-bottom:1px solid #9fc48a; padding-bottom:7px; margin-top:16px; }
.about-photo-wrap { position:relative; padding:0 0 25px 24px; }
.about-photo-wrap:before { content:""; position:absolute; left:0; top:28px; width:55%; height:80%; background:#e3eadb; border-radius:70px 0 70px 0; z-index:0; }
.about-photo-wrap img { position:relative; z-index:1; width:100%; height:410px; object-fit:cover; border-radius:0 75px 0 75px; }
.photo-caption { position:absolute; right:0; bottom:0; z-index:2; background:var(--forest); color:white; padding:13px 18px; display:flex; gap:14px; font-size:11px; }
.photo-caption span:first-child { color:#badb9e; font-weight:700; }
.stat-row { max-width:1500px; margin:90px auto 0; padding-top:24px; border-top:1px solid var(--line); display:grid; grid-template-columns:repeat(3,1fr) 1.2fr; gap:25px; }
.stat-row strong { display:block; font:600 58px 'Cormorant Garamond'; color:var(--leaf-dark); line-height:1; }
.stat-row span,.stat-note { display:block; color:var(--muted); font-size:13px; letter-spacing:.04em; margin-top:8px; }
.stat-note { text-align:right; line-height:1.6; margin-top:3px; }
.vision-section { display:grid; grid-template-columns:1fr 1fr; gap:clamp(45px,9vw,150px); align-items:center; background:var(--sand); }
.video-section { background:var(--paper); }
.video-section-inner { max-width:1500px; margin:0 auto; padding-top:34px; border-top:1px solid var(--line); display:grid; grid-template-columns:.72fr 1.28fr; gap:clamp(42px,9vw,145px); align-items:center; }
.video-section-copy { max-width:530px; }
.video-section-copy h2 { font-size:clamp(42px,5vw,65px); line-height:1.03; letter-spacing:-.05em; margin:16px 0 21px; }
.video-section-copy p { color:var(--muted); font-size:18px; line-height:1.7; }
.video-card { position:relative; overflow:hidden; background:var(--forest); border-radius:0 85px 0 85px; box-shadow:0 18px 40px rgba(24,37,29,.14); }
.video-card video { display:block; width:100%; aspect-ratio:16/9; object-fit:cover; background:#203726; }
.video-card-caption { display:flex; justify-content:space-between; gap:18px; padding:16px 20px 18px; color:#cfe5bf; font-size:10px; font-weight:700; letter-spacing:.14em; }
.vision-visual { position:relative; padding-right:25px; }
.vision-visual img { width:100%; height:480px; object-fit:cover; border-radius:70px 0 70px 0; filter:saturate(.85); }
.vertical-label { position:absolute; right:0; top:50%; transform:rotate(90deg) translateX(50%); transform-origin:right top; color:var(--forest); font-size:10px; letter-spacing:.25em; font-weight:700; }
.mission-list { border-top:1px solid #c8c6b8; margin-top:36px; }
.mission-list>div { display:grid; grid-template-columns:45px 1fr; gap:10px; padding:22px 0; border-bottom:1px solid #c8c6b8; }
.mission-list span { color:var(--leaf-dark); font-size:11px; font-weight:700; }
.mission-list h3 { font-size:25px; letter-spacing:-.04em; margin-bottom:4px; }
.mission-list p { margin:0; color:#687166; font-size:13px; }
.pale-section { background:var(--mist); }
.services-heading { display:flex; justify-content:space-between; gap:30px; align-items:flex-end; max-width:1500px; margin:0 auto 57px; }
.circle-link { width:63px; height:63px; border-radius:50%; display:grid; place-items:center; background:var(--leaf); color:#fff; flex-shrink:0; transition:transform .2s ease; }
.circle-link:hover { transform:rotate(45deg); }
.service-list { max-width:1500px; margin:auto; display:grid; grid-template-columns:repeat(2,1fr); border-top:1px solid var(--line); }
.service-item { position:relative; padding:25px 48px 30px 53px; border-bottom:1px solid var(--line); transition:background .2s ease,transform .2s ease; }
.service-item:nth-child(odd) { border-right:1px solid var(--line); }
.service-item:hover { background:#e7eddf; transform:translateY(-2px); }
.service-no { position:absolute; left:0; top:29px; color:var(--leaf-dark); font-size:11px; font-weight:700; }
.service-item h3 { font-size:29px; line-height:1.12; letter-spacing:-.035em; margin-bottom:10px; }
.service-item p { color:var(--muted); font-size:16px; line-height:1.65; margin:0; max-width:470px; }
.service-arrow { position:absolute; right:12px; top:30px; color:#91a08f; }
.gallery-section { background:var(--paper); }
.gallery-section>.section-intro { margin:0 auto 54px; text-align:center; }
.gallery-section>.section-intro p { margin-left:auto; margin-right:auto; }
.gallery-grid { max-width:1500px; margin:auto; display:grid; grid-template-columns:1.4fr 1fr; gap:22px; }
.gallery-grid img { width:100%; object-fit:cover; }
.gallery-tall { position:relative; }
.gallery-tall img { height:620px; border-radius:0 80px 0 0; }
.gallery-tall span { position:absolute; bottom:20px; left:25px; color:white; font-size:11px; letter-spacing:.1em; }
.gallery-stack { display:grid; gap:22px; }
.gallery-stack img:first-child { height:299px; border-radius:70px 0 0 0; }
.gallery-stack img:last-child { height:299px; border-radius:0 0 0 70px; }
.dark-section { background:var(--forest); color:#f8faf3; }
.projects-top { max-width:1500px; margin:auto; display:flex; justify-content:space-between; align-items:flex-end; gap:40px; }
.section-intro-light p { color:#c4d0c1; }
.project-grid { max-width:1500px; margin:70px auto 0; display:grid; grid-template-columns:repeat(3,1fr); gap:25px; }
.project-img { position:relative; overflow:hidden; display:block; cursor:pointer; }
.project-img img { height:285px; width:100%; object-fit:cover; transition:transform .5s cubic-bezier(.23,1,.32,1); }
.project-card:hover img { transform:scale(1.05); }
.project-img span { position:absolute; left:13px; bottom:13px; padding:7px 10px; background:#f8fbf3; color:var(--ink); font-size:11px; display:flex; align-items:center; gap:6px; opacity:0; transform:translateY(8px); transition:.25s ease; }
.project-card:hover .project-img span { opacity:1; transform:translateY(0); }
.project-card:nth-child(1) .project-img img { border-radius:0 65px 0 0; }.project-card:nth-child(2) .project-img img { border-radius:65px 0 0 0; }.project-card:nth-child(3) .project-img img { border-radius:0 0 65px 0; }
.project-card small { display:block; color:#aac496; font-size:10px; letter-spacing:.14em; text-transform:uppercase; margin-top:17px; }.project-card h3 { font-size:29px; margin:5px 0 0; }
.portfolio-section { background:var(--paper); }.portfolio-heading { max-width:1500px; margin:auto; display:flex; justify-content:space-between; align-items:flex-end; gap:30px; }.filter-row { display:flex; gap:8px; flex-wrap:wrap; justify-content:flex-end; }.filter-row button { border:1px solid var(--line); background:transparent; color:var(--muted); padding:8px 14px; font-size:11px; border-radius:20px; }.filter-row button.active,.filter-row button:hover { background:var(--forest); color:white; border-color:var(--forest); }.portfolio-feature { max-width:1500px; margin:70px auto 0; display:grid; grid-template-columns:.8fr 1.2fr; background:var(--sand); align-items:stretch; }.portfolio-feature-copy { padding:clamp(42px,5vw,76px); }.portfolio-feature-copy h3 { font-size:43px; line-height:1.02; letter-spacing:-.055em; margin:16px 0 20px; }.portfolio-feature-copy p { color:var(--muted); }.portfolio-feature img { width:100%; height:430px; object-fit:cover; border-radius:0 0 0 90px; }
.why-section { display:grid; grid-template-columns:1fr 1fr; gap:clamp(50px,11vw,180px); }.why-list { border-top:1px solid var(--line); }.why-item { display:grid; grid-template-columns:35px 1fr 20px; gap:15px; align-items:center; border-bottom:1px solid var(--line); padding:21px 0; }.why-item span { color:var(--leaf-dark); font-size:11px; }.why-item h3 { font-size:26px; letter-spacing:-.045em; margin:0; }.why-item svg { color:var(--leaf-dark); }
.faq-section { display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(50px,10vw,160px); background:var(--sand); }.faq-list { border-top:1px solid #c8c6b8; }.faq-item { border-bottom:1px solid #c8c6b8; }.faq-item button { width:100%; display:flex; justify-content:space-between; align-items:center; text-align:left; border:0; background:transparent; padding:22px 0; color:var(--ink); font-weight:600; }.faq-item button svg { transition:transform .2s ease; }.faq-item.open button svg { transform:rotate(180deg); }.faq-item p { color:#687166; font-size:16px; line-height:1.65; margin:-4px 30px 21px 0; }
.contact-section { background:linear-gradient(120deg,#325c38,#5f9539); color:white; text-align:center; position:relative; overflow:hidden; }.contact-section:after { content:""; position:absolute; width:440px; height:440px; border:1px solid #b3d49a38; border-radius:50%; right:-130px; top:-120px; }.contact-inner { position:relative; z-index:1; padding:100px 20px 110px; display:flex; flex-direction:column; align-items:center; }.contact-inner>svg { color:#d5edbd; margin-bottom:26px; }.contact-inner h2 { font-size:clamp(50px,6vw,82px); line-height:.93; margin:16px 0 34px; }
.floating-whatsapp { position:fixed; right:22px; bottom:22px; z-index:20; display:flex; align-items:center; gap:10px; padding:7px 8px 7px 15px; background:#25d366; color:#fff; border-radius:999px; box-shadow:0 12px 26px #15351d2e; font-size:12px; font-weight:700; transition:transform .2s cubic-bezier(.23,1,.32,1),box-shadow .2s ease; }
.floating-whatsapp:hover { transform:translateY(-3px); box-shadow:0 16px 30px #15351d42; }
.floating-whatsapp-icon { width:34px; height:34px; display:grid; place-items:center; border-radius:50%; background:#fff; color:#25d366; font-size:21px; transform:rotate(-34deg); }
.site-footer { padding:70px clamp(20px,8vw,120px) 25px; background:#152c1c; color:#e5eee1; display:grid; grid-template-columns:1.5fr 1fr 1.5fr 1fr; gap:50px; position:relative; }.site-footer .brand strong { color:#fff; }.site-footer .brand small { color:#acd392; }.footer-brand p { color:#9cae9b; font-size:12px; line-height:1.5; max-width:250px; margin-top:14px; }.site-footer h4 { color:#a7cc8e; text-transform:uppercase; letter-spacing:.18em; font-size:10px; margin:6px 0 20px; }.site-footer>div:not(.footer-brand):not(.footer-bottom) { display:flex; flex-direction:column; gap:10px; }.site-footer a,.site-footer span { color:#bac7b8; font-size:12px; display:flex; align-items:flex-start; gap:8px; }.site-footer a:hover { color:#fff; }.footer-whatsapp { color:#cce4b9 !important; margin-top:10px; }.footer-bottom { grid-column:1/-1; border-top:1px solid #35523a; padding-top:20px; margin-top:30px; display:flex; justify-content:space-between; color:#7f967f; font-size:11px; }
@media (max-width:900px){.main-nav{gap:14px}.header-call span:last-child{display:none}.about-grid,.vision-section,.why-section,.faq-section{grid-template-columns:1fr;gap:55px}.stat-row{grid-template-columns:repeat(3,1fr)}.stat-note{grid-column:1/-1;text-align:left}.services-heading,.projects-top,.portfolio-heading{align-items:flex-start;flex-direction:column}.filter-row{justify-content:flex-start}.portfolio-feature{grid-template-columns:1fr}.portfolio-feature img{height:330px;border-radius:0 0 0 70px}.site-footer{grid-template-columns:1.5fr 1fr 1.5fr}.site-footer>div:nth-child(4){grid-column:2}.footer-bottom{grid-column:1/-1}}
@media (max-width:680px){.site-header{height:94px}.video-section-inner{grid-template-columns:1fr;gap:34px;padding-top:24px}.video-section-copy h2{font-size:49px}.video-section-copy p{font-size:16px;line-height:1.65}.video-card{border-radius:0 55px 0 55px}.video-card video{aspect-ratio:4/3}.video-card-caption{flex-direction:column;gap:5px;padding:14px 16px 16px;font-size:9px}
.client-logo{width:180px;max-height:none}.brand{min-width:180px}.mobile-toggle{display:block;order:3}.mobile-toggle svg{width:24px}.main-nav{position:absolute;top:82px;left:0;right:0;background:#f7f8f2;display:none;flex-direction:column;align-items:flex-start;padding:22px 25px 28px;box-shadow:0 15px 20px #19331b14}.main-nav.is-open{display:flex}.header-call{margin-left:auto}.hero-section{margin-top:20px;border-radius:0 55px 0 55px;min-height:680px}.hero-content{padding:130px 25px 100px}h1{font-size:58px}.hero-content p{font-size:15px}.hero-note{left:25px;right:auto}.section-pad{padding:78px 25px}.section-intro h2{font-size:49px}.about-photo-wrap{padding-left:12px}.about-photo-wrap img{height:315px;border-radius:0 55px 0 55px}.stat-row{margin-top:60px;grid-template-columns:1fr 1fr;gap:24px}.stat-row strong{font-size:38px}.vision-visual img{height:330px;border-radius:55px 0 55px 0}.service-list{grid-template-columns:1fr}.service-item:nth-child(odd){border-right:0}.gallery-grid{grid-template-columns:1fr;gap:15px}.gallery-tall img{height:370px;border-radius:0 55px 0 0}.gallery-stack{grid-template-columns:1fr 1fr;gap:15px}.gallery-stack img:first-child,.gallery-stack img:last-child{height:190px;border-radius:0}.project-grid{grid-template-columns:1fr;gap:42px}.project-img img{height:260px}.project-card:nth-child(1) .project-img img,.project-card:nth-child(2) .project-img img,.project-card:nth-child(3) .project-img img{border-radius:0 55px 0 0}.why-item h3{font-size:25px}.site-footer{grid-template-columns:1fr 1fr;gap:35px;padding:55px 25px 25px}.site-footer .client-logo{width:250px;max-height:none}.footer-brand{grid-column:1/-1}.site-footer>div:nth-child(4){grid-column:auto}.footer-bottom{flex-direction:column;gap:7px;margin-top:15px}.contact-inner{padding:80px 25px 90px}.contact-inner h2{font-size:56px}.floating-whatsapp{right:14px;bottom:14px}.floating-whatsapp>span:first-child{display:none}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}


/* Mobile responsive refinement: keep the reference hierarchy while making every section fit narrow screens. */
@media (max-width: 680px) {
  html, body { overflow-x: hidden; }
  .site-header { min-height: 94px; padding: 0 20px; gap: 12px; }
  .client-logo { width: 210px; max-height: 72px; }
  .brand { min-width: 0; }
  .header-call { margin-left: auto; }
  .header-call span:last-child { display: none; }
  .mobile-toggle { flex: 0 0 auto; margin-left: 2px; }
  .main-nav { top: 94px; padding: 20px 24px 26px; gap: 18px; }
  .main-nav a { font-size: 16px; }
  .hero-section { margin: 20px 20px 0; min-height: 760px; border-radius: 0 55px 0 55px; }
  .hero-content { max-width: none; padding: 118px 25px 100px; }
  .hero-content h1 { font-size: clamp(50px, 14vw, 64px); line-height: 1.04; margin: 18px 0 22px; }
  .hero-content p { max-width: 100%; font-size: 16px; line-height: 1.55; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; margin-top: 28px; }
  .hero-actions .btn { justify-content: center; width: min(100%, 280px); }
  .hero-note { display: none; }
  .section-pad { padding: 78px 20px; }
  .section-intro { max-width: none; }
  .section-intro h2 { font-size: clamp(39px, 11vw, 52px); line-height: 1.04; }
  .section-intro p { font-size: 16px; line-height: 1.65; }
  .about-grid, .vision-section, .why-section, .faq-section { grid-template-columns: 1fr; gap: 42px; }
  .about-photo-wrap img { height: 330px; }
  .stat-row { margin-top: 58px; grid-template-columns: 1fr 1fr; gap: 26px 18px; }
  .stat-row strong { font-size: 46px; }
  .stat-row span, .stat-note { font-size: 12px; }
  .stat-note { grid-column: 1 / -1; text-align: left; }
  .vision-visual img { height: 340px; }
  .services-heading { align-items: flex-start; flex-direction: column; gap: 24px; margin-bottom: 42px; }
  .service-list { grid-template-columns: 1fr; }
  .service-item { min-height: 0; padding: 25px 38px 30px 44px; }
  .service-item:nth-child(odd) { border-right: 0; }
  .service-item h3 { font-size: 25px; }
  .service-item p { font-size: 15px; line-height: 1.58; }
  .gallery-section > .section-intro { margin-bottom: 36px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 16px; }
  .gallery-tall img { height: 400px; border-radius: 0 55px 0 0; }
  .gallery-stack { grid-template-columns: 1fr 1fr; gap: 16px; }
  .gallery-stack img:first-child, .gallery-stack img:last-child { height: 190px; border-radius: 0; }
  .projects-top, .portfolio-heading { align-items: flex-start; flex-direction: column; gap: 26px; }
  .project-grid { grid-template-columns: 1fr; gap: 38px; margin-top: 46px; }
  .project-img img { height: 270px; }
  .filter-row { justify-content: flex-start; width: 100%; }
  .filter-row button { padding: 10px 14px; font-size: 12px; }
  .portfolio-feature { grid-template-columns: 1fr; margin-top: 48px; }
  .portfolio-feature-copy { padding: 34px 26px 38px; }
  .portfolio-feature-copy h3 { font-size: 38px; }
  .portfolio-feature img { height: 300px; border-radius: 0 0 0 58px; }
  .faq-item button { font-size: 15px; gap: 16px; }
  .contact-inner { padding: 82px 24px 92px; }
  .contact-inner h2 { font-size: clamp(46px, 13vw, 62px); line-height: 1; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 34px 24px; padding: 58px 24px 24px; }
  .site-footer .client-logo { width: 250px; max-width: 100%; }
  .footer-brand { grid-column: 1 / -1; }
  .site-footer h4 { font-size: 10px; }
  .site-footer a, .site-footer span { font-size: 13px; line-height: 1.5; }
  .footer-bottom { grid-column: 1 / -1; }
  .floating-whatsapp { right: 14px; bottom: 14px; }
}

@media (min-width: 681px) and (max-width: 1024px) {
  .site-header { padding-left: 28px; padding-right: 28px; }
  .client-logo { width: 230px; }
  .main-nav { gap: 16px; }
  .main-nav a { font-size: 13px; }
  .section-pad { padding-left: 48px; padding-right: 48px; }
  .gallery-grid, .project-grid, .portfolio-feature { max-width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-section *, .gallery-grid *, .project-grid *, .portfolio-feature * { animation: none !important; transition: none !important; }
}


/* Detailed internal pages: use the same reference typography, broad editorial containers, warm surfaces, and organic image framing as the homepage. */
.inner-hero { min-height: 560px; margin: 40px clamp(20px,4vw,60px) 0; position:relative; overflow:hidden; border-radius:0 100px 0 100px; color:#fff; }
.inner-hero > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.inner-hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(13,31,19,.8),rgba(22,39,25,.35) 64%,rgba(20,30,22,.08)); }
.inner-hero-copy { position:relative; z-index:1; max-width:760px; padding:clamp(110px,13vw,170px) 7% 100px; }
.inner-hero-copy h1 { max-width:740px; margin:18px 0 24px; }
.inner-hero-copy p { max-width:650px; font-size:20px; line-height:1.65; color:#eff5eb; }
.inner-page { padding:clamp(75px,10vw,140px) clamp(20px,8vw,120px); background:var(--paper); }
.inner-content-block { max-width:1500px; margin:0 auto 130px; display:grid; grid-template-columns:1fr 1fr; gap:clamp(50px,9vw,150px); align-items:center; }
.inner-content-block.reverse .inner-copy { order:2; }
.inner-content-block.reverse img { order:1; }
.inner-content-block img { width:100%; height:480px; object-fit:cover; border-radius:0 80px 0 80px; }
.inner-copy h2, .service-detail-grid h2, .project-detail-list h2, .portfolio-detail-card h2, .contact-grid h2 { font-size:clamp(42px,5vw,64px); line-height:1.05; margin:16px 0 24px; }
.inner-rich-text p, .contact-grid p { max-width:620px; color:var(--muted); font-size:18px; line-height:1.75; margin:0 0 18px; }
.inner-quote { max-width:1500px; margin:0 auto; padding:90px 8%; background:var(--forest); color:#fff; text-align:center; }
.inner-quote svg { color:#c7e7af; margin-bottom:20px; }
.inner-quote blockquote { max-width:900px; margin:0 auto 18px; font:700 clamp(36px,5vw,68px)/1.05 'DM Sans',sans-serif; letter-spacing:-.04em; }
.inner-quote span { color:#c4d7bd; font-size:14px; }
.inner-footer { margin-top:0; }
.service-detail-grid { max-width:1500px; margin:0 auto 120px; display:grid; grid-template-columns:repeat(2,1fr); border-top:1px solid var(--line); }
.service-detail-grid article { position:relative; padding:34px 54px 42px 55px; border-bottom:1px solid var(--line); }
.service-detail-grid article:nth-child(odd) { border-right:1px solid var(--line); }
.service-detail-grid article > span { position:absolute; left:0; top:39px; color:var(--leaf-dark); font-weight:700; font-size:12px; }
.service-detail-grid h2 { font-size:32px; margin:0 0 16px; }
.service-detail-grid p { color:var(--muted); font-size:16px; line-height:1.7; max-width:620px; margin:0 0 18px; }
.inner-cta { max-width:1500px; margin:0 auto; padding:90px 8%; background:linear-gradient(120deg,#325c38,#5f9539); color:#fff; text-align:center; }
.inner-cta h2 { font-size:clamp(48px,6vw,82px); line-height:.98; margin:18px 0 32px; }
.gallery-page-grid { max-width:1500px; margin:0 auto; display:grid; grid-template-columns:1.35fr 1fr; gap:22px; align-items:stretch; }
.gallery-page-grid img { width:100%; height:330px; object-fit:cover; }
.gallery-page-grid img.large { grid-row:span 2; height:682px; border-radius:0 80px 0 0; }
.gallery-page-grid img:nth-child(2) { border-radius:70px 0 0 0; }
.gallery-page-grid img:nth-child(3) { border-radius:0 0 0 70px; }
.gallery-page-note { padding:32px 10px 10px 20px; }
.gallery-page-note h2 { font-size:34px; line-height:1.08; margin:14px 0 18px; }
.gallery-page-note p { color:var(--muted); font-size:16px; line-height:1.7; }
.project-detail-list { max-width:1500px; margin:0 auto; }
.project-detail-list article { display:grid; grid-template-columns:1.2fr .8fr; gap:clamp(40px,9vw,150px); align-items:center; padding:0 0 90px; margin-bottom:90px; border-bottom:1px solid var(--line); }
.project-detail-list article:nth-child(even) { grid-template-columns:.8fr 1.2fr; }
.project-detail-list article:nth-child(even) .project-detail-image { order:2; }
.project-detail-list article:nth-child(even) > div:last-child { order:1; }
.project-detail-image img { width:100%; height:500px; object-fit:cover; border-radius:0 80px 0 80px; }
.project-detail-list h2 { font-size:clamp(42px,5vw,64px); }
.project-detail-list p { color:var(--muted); font-size:18px; line-height:1.7; max-width:520px; margin-bottom:24px; }
.detail-filter-row { max-width:1500px; margin:0 auto 50px; display:flex; justify-content:flex-end; gap:10px; }
.detail-filter-row button { padding:12px 20px; border:1px solid var(--line); border-radius:999px; background:transparent; color:var(--muted); font-size:14px; }
.detail-filter-row button.active, .detail-filter-row button:hover { background:var(--forest); border-color:var(--forest); color:#fff; }
.portfolio-detail-card { max-width:1500px; margin:0 auto; display:grid; grid-template-columns:.8fr 1.2fr; background:var(--sand); align-items:stretch; }
.portfolio-detail-card > div { padding:clamp(38px,5vw,78px); }
.portfolio-detail-card h2 { font-size:clamp(42px,5vw,62px); }
.portfolio-detail-card p { color:var(--muted); font-size:17px; line-height:1.7; margin-bottom:18px; }
.portfolio-detail-card img { width:100%; height:560px; object-fit:cover; border-radius:0 0 0 90px; }
.contact-page { background:var(--sand); }
.contact-grid { max-width:1200px; margin:0 auto; display:grid; grid-template-columns:1.1fr .9fr; gap:clamp(45px,10vw,160px); align-items:start; }
.contact-card { padding:42px; background:var(--paper); border-top:3px solid var(--leaf); display:flex; flex-direction:column; gap:18px; }
.contact-card h3 { font-size:34px; margin:0 0 8px; }
.contact-card a, .contact-card span { display:flex; align-items:flex-start; gap:10px; color:var(--muted); font-size:16px; line-height:1.55; }
.contact-card a:hover { color:var(--leaf-dark); }
@media (max-width:680px) {
  .inner-hero { min-height:650px; margin:20px 20px 0; border-radius:0 55px 0 55px; }
  .inner-hero-copy { padding:115px 25px 90px; }
  .inner-hero-copy h1 { font-size:clamp(48px,13vw,62px); }
  .inner-hero-copy p { font-size:16px; line-height:1.6; }
  .inner-page { padding:76px 20px; }
  .inner-content-block, .project-detail-list article, .project-detail-list article:nth-child(even), .contact-grid { grid-template-columns:1fr; gap:38px; margin-bottom:78px; }
  .inner-content-block.reverse .inner-copy, .inner-content-block.reverse img, .project-detail-list article:nth-child(even) .project-detail-image, .project-detail-list article:nth-child(even) > div:last-child { order:initial; }
  .inner-content-block img, .project-detail-image img { height:330px; border-radius:0 55px 0 55px; }
  .inner-copy h2, .service-detail-grid h2, .project-detail-list h2, .portfolio-detail-card h2, .contact-grid h2 { font-size:clamp(39px,11vw,52px); }
  .inner-rich-text p, .contact-grid p, .project-detail-list p { font-size:16px; line-height:1.65; }
  .inner-quote { padding:62px 24px; }
  .inner-quote blockquote { font-size:39px; }
  .service-detail-grid { grid-template-columns:1fr; margin-bottom:78px; }
  .service-detail-grid article { padding:28px 30px 34px 44px; }
  .service-detail-grid article:nth-child(odd) { border-right:0; }
  .service-detail-grid h2 { font-size:27px; }
  .service-detail-grid p { font-size:15px; }
  .inner-cta { padding:68px 24px; }
  .inner-cta h2 { font-size:clamp(44px,12vw,58px); }
  .gallery-page-grid { grid-template-columns:1fr; gap:16px; }
  .gallery-page-grid img.large { grid-row:auto; height:400px; border-radius:0 55px 0 0; }
  .gallery-page-grid img:nth-child(2), .gallery-page-grid img:nth-child(3) { height:245px; border-radius:0; }
  .gallery-page-note { padding:20px 0 0; }
  .project-detail-list article { padding-bottom:62px; margin-bottom:62px; }
  .project-detail-list article:last-child { margin-bottom:0; }
  .detail-filter-row { justify-content:flex-start; flex-wrap:wrap; margin-bottom:34px; }
  .portfolio-detail-card { grid-template-columns:1fr; }
  .portfolio-detail-card > div { padding:34px 25px 40px; }
  .portfolio-detail-card img { height:310px; border-radius:0 0 0 55px; }
  .contact-card { padding:30px 24px; }
}


/* Expanded detailed-page sections: clear editorial rhythm, richer content density, real-image gallery treatments, and practical contact UI. */
.inner-section-lead { max-width:720px; margin:0 0 42px; }
.inner-section-lead h2 { font-size:clamp(42px,5vw,64px); line-height:1.05; margin:16px 0 20px; }
.inner-section-lead p { color:var(--muted); font-size:18px; line-height:1.7; max-width:680px; }
.inner-split-story { max-width:1500px; margin:0 auto 140px; display:grid; grid-template-columns:.9fr 1.1fr; gap:clamp(50px,9vw,150px); align-items:center; }
.inner-split-story p { color:var(--muted); font-size:18px; line-height:1.75; max-width:620px; }
.inner-split-story img { width:100%; height:560px; object-fit:cover; border-radius:0 90px 0 90px; }
.principles-section, .process-section, .project-process, .portfolio-capabilities { max-width:1500px; margin:0 auto 140px; }
.principles-grid, .process-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); }
.principles-grid article, .process-grid article { padding:28px 35px 35px 0; border-bottom:1px solid var(--line); }
.principles-grid article + article, .process-grid article + article { border-left:1px solid var(--line); padding-left:35px; }
.principles-grid span, .process-grid span { color:var(--leaf-dark); font-size:13px; font-weight:700; }
.principles-grid h3, .process-grid h3 { font-size:28px; line-height:1.1; margin:20px 0 12px; }
.principles-grid p, .process-grid p { color:var(--muted); font-size:16px; line-height:1.65; margin:0; }
.inner-image-band { max-width:1500px; margin:0 auto 140px; display:grid; grid-template-columns:1.2fr .8fr; background:var(--forest); color:#fff; align-items:stretch; }
.inner-image-band img { width:100%; height:530px; object-fit:cover; }
.inner-image-band > div { padding:clamp(40px,6vw,90px); align-self:center; }
.inner-image-band h2 { font-size:clamp(40px,4.5vw,60px); line-height:1.04; margin:18px 0 22px; }
.inner-image-band p { color:#c8d5c3; font-size:17px; line-height:1.7; }
.light-link { color:#d3e9c1; border-color:#86b46e; }
.process-section { background:var(--mist); padding:clamp(40px,6vw,85px); }
.service-detail-grid { margin-bottom:0; }
.gallery-wall { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.gallery-wall article { position:relative; background:var(--sand); min-height:390px; }
.gallery-wall article.wide { grid-column:span 2; }
.gallery-wall img { width:100%; height:360px; object-fit:cover; }
.gallery-wall article.wide img { height:460px; }
.gallery-wall article > div { padding:18px 20px 22px; }
.gallery-wall article span { color:var(--leaf-dark); font-size:11px; font-weight:700; letter-spacing:.13em; text-transform:uppercase; }
.gallery-wall article p { color:var(--muted); font-size:15px; line-height:1.55; margin:10px 0 0; }
.gallery-story { max-width:1500px; margin:140px auto; display:grid; grid-template-columns:1fr 1fr; gap:clamp(50px,10vw,180px); align-items:start; border-top:1px solid var(--line); padding-top:32px; }
.gallery-story h2 { font-size:clamp(40px,4.5vw,60px); line-height:1.05; margin:16px 0 0; }
.gallery-story p { color:var(--muted); font-size:18px; line-height:1.75; margin:0; }
.project-process { padding-top:20px; }
.portfolio-detail-tags { display:flex; flex-direction:column; gap:10px; margin:24px 0 30px; color:var(--muted); font-size:14px; }
.portfolio-detail-tags span { display:flex; align-items:center; gap:8px; }
.portfolio-detail-tags svg { color:var(--leaf-dark); }
.contact-page { padding-top:clamp(75px,9vw,120px); }
.contact-intro { max-width:1500px; margin:0 auto 70px; }
.contact-grid { max-width:1500px; margin:0 auto 120px; display:grid; grid-template-columns:1.1fr .9fr; gap:clamp(45px,10vw,160px); align-items:start; }
.contact-form-wrap h2 { font-size:clamp(42px,5vw,62px); line-height:1.05; margin:16px 0 25px; }
.contact-form-wrap form { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.contact-form-wrap label { display:flex; flex-direction:column; gap:8px; color:var(--ink); font-size:13px; font-weight:700; }
.contact-form-wrap label:nth-of-type(5) { grid-column:1/-1; }
.contact-form-wrap input, .contact-form-wrap select, .contact-form-wrap textarea { width:100%; border:1px solid var(--line); background:var(--paper); padding:14px 15px; color:var(--ink); font:400 15px/1.4 'DM Sans',sans-serif; border-radius:0; outline:none; }
.contact-form-wrap input:focus, .contact-form-wrap select:focus, .contact-form-wrap textarea:focus { border-color:var(--leaf-dark); box-shadow:0 0 0 3px #83b75d2b; }
.contact-form-wrap form > .btn { grid-column:1/-1; justify-self:start; border:0; }
.contact-card { padding:42px; background:var(--paper); border-top:3px solid var(--leaf); display:flex; flex-direction:column; gap:18px; }
.contact-card h3 { font-size:34px; margin:0 0 2px; }
.contact-card p { color:var(--muted); font-size:16px; line-height:1.65; margin:0 0 8px; }
.contact-card a, .contact-card span { display:flex; align-items:flex-start; gap:10px; color:var(--muted); font-size:16px; line-height:1.55; }
.contact-card a:hover { color:var(--leaf-dark); }
.contact-card .btn { align-self:flex-start; color:#fff; margin-top:8px; }
.form-success { background:var(--mist); padding:28px; border-left:3px solid var(--leaf); }
.form-success svg { color:var(--leaf-dark); }
.form-success h3 { font-size:25px; margin:16px 0 8px; }
.form-success p { color:var(--muted); line-height:1.65; }
.map-section { max-width:1500px; margin:0 auto; display:grid; grid-template-columns:.75fr 1.25fr; gap:clamp(35px,8vw,110px); align-items:stretch; border-top:1px solid var(--line); padding-top:42px; }
.map-section h2 { font-size:clamp(40px,4.6vw,60px); line-height:1.05; margin:16px 0 20px; }
.map-section p { color:var(--muted); font-size:17px; line-height:1.7; max-width:450px; }
.map-section iframe { width:100%; min-height:420px; border:0; filter:saturate(.8); }
@media (max-width:680px) {
  .inner-section-lead h2 { font-size:clamp(39px,11vw,52px); }
  .inner-section-lead p { font-size:16px; line-height:1.65; }
  .inner-split-story { grid-template-columns:1fr; gap:32px; margin-bottom:82px; }
  .inner-split-story p { font-size:16px; line-height:1.65; }
  .inner-split-story img { height:330px; border-radius:0 55px 0 55px; }
  .principles-section, .process-section, .project-process, .portfolio-capabilities { margin-bottom:82px; }
  .principles-grid, .process-grid { grid-template-columns:1fr; }
  .principles-grid article, .process-grid article { padding:24px 0 30px; }
  .principles-grid article + article, .process-grid article + article { border-left:0; padding-left:0; }
  .principles-grid h3, .process-grid h3 { font-size:25px; }
  .inner-image-band { grid-template-columns:1fr; margin-bottom:82px; }
  .inner-image-band img { height:320px; }
  .inner-image-band > div { padding:40px 26px 48px; }
  .inner-image-band h2 { font-size:42px; }
  .gallery-wall { grid-template-columns:1fr; gap:16px; }
  .gallery-wall article.wide { grid-column:auto; }
  .gallery-wall img, .gallery-wall article.wide img { height:300px; }
  .gallery-story { grid-template-columns:1fr; gap:25px; margin:82px auto; }
  .gallery-story h2 { font-size:42px; }
  .gallery-story p { font-size:16px; line-height:1.65; }
  .contact-intro { margin-bottom:45px; }
  .contact-grid { grid-template-columns:1fr; gap:42px; margin-bottom:78px; }
  .contact-form-wrap form { grid-template-columns:1fr; }
  .contact-form-wrap label:nth-of-type(5), .contact-form-wrap form > .btn { grid-column:auto; }
  .contact-card { padding:30px 24px; }
  .map-section { grid-template-columns:1fr; gap:30px; }
  .map-section iframe { min-height:330px; }
}


/* Interactive project comparison, Gallery lightbox, and direct quote actions. */
.service-actions { display:flex; flex-wrap:wrap; align-items:center; gap:18px; margin-top:20px; }
.quote-link { display:inline-flex; align-items:center; gap:7px; color:var(--forest); background:#dcead3; padding:10px 13px; font-size:12px; font-weight:700; transition:transform .18s ease, background .18s ease; }
.quote-link:hover { background:#c6dfb9; transform:translateY(-2px); }
.gallery-lightbox-trigger { display:block; width:100%; padding:0; border:0; background:transparent; position:relative; cursor:zoom-in; text-align:left; }
.gallery-lightbox-trigger img { display:block; }
.gallery-zoom-label { position:absolute; left:16px; bottom:16px; display:flex; align-items:center; gap:6px; background:#f8fbf3; color:var(--ink); padding:9px 12px; font-size:11px; font-weight:700; opacity:0; transform:translateY(8px); transition:opacity .2s ease, transform .2s ease; }
.gallery-lightbox-trigger:hover .gallery-zoom-label, .gallery-lightbox-trigger:focus-visible .gallery-zoom-label { opacity:1; transform:translateY(0); }
.lightbox-backdrop { position:fixed; inset:0; z-index:60; display:grid; place-items:center; padding:28px; background:rgba(12,25,15,.88); backdrop-filter:blur(7px); }
.lightbox-panel { position:relative; width:min(100%,1100px); max-height:calc(100vh - 56px); padding:14px; background:#f6f7f0; box-shadow:0 24px 70px rgba(0,0,0,.35); }
.lightbox-panel img { display:block; width:100%; max-height:calc(100vh - 130px); object-fit:contain; background:#e5eadf; }
.lightbox-panel p { margin:12px 4px 2px; color:var(--ink); font-size:14px; font-weight:700; }
.lightbox-close { position:absolute; top:-16px; right:-16px; z-index:2; width:38px; height:38px; border:0; border-radius:50%; background:#fff; color:var(--ink); font-size:26px; line-height:1; box-shadow:0 8px 20px rgba(0,0,0,.2); }
.before-after-section { max-width:1500px; margin:0 auto 140px; }
.before-after-slider { position:relative; height:570px; overflow:hidden; background:var(--sand); isolation:isolate; }
.before-after-image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.before-after-before { position:absolute; inset:0 auto 0 0; overflow:hidden; z-index:2; }
.before-after-before .before-after-image { width:100%; max-width:none; }
.before-after-divider { position:absolute; top:0; bottom:0; z-index:4; width:3px; background:#fff; box-shadow:0 0 0 1px rgba(19,43,27,.22),0 0 20px rgba(0,0,0,.2); transform:translateX(-50%); pointer-events:none; }
.before-after-divider span { position:absolute; top:50%; left:50%; display:grid; place-items:center; width:44px; height:44px; border-radius:50%; background:#fff; color:var(--forest); font-size:24px; font-weight:700; transform:translate(-50%,-50%); }
.before-after-range { position:absolute; inset:0; z-index:5; width:100%; height:100%; opacity:0; cursor:ew-resize; }
.before-after-label { position:absolute; z-index:6; bottom:18px; padding:9px 12px; background:rgba(16,43,25,.82); color:#fff; font-size:10px; font-weight:700; letter-spacing:.14em; }
.before-label { left:18px; }.after-label { right:18px; }
@media (max-width:680px) {
  .service-actions { align-items:flex-start; flex-direction:column; gap:12px; }
  .quote-link { font-size:13px; }
  .gallery-zoom-label { opacity:1; transform:none; }
  .lightbox-backdrop { padding:18px; }
  .lightbox-close { top:-12px; right:-8px; }
  .before-after-section { margin-bottom:82px; }
  .before-after-slider { height:360px; }
  .before-after-before .before-after-image { width:100%; }
  .before-after-label { bottom:12px; padding:8px 9px; font-size:9px; }
}


/* Opening brand moment: a calm 2.4s reveal inspired by leaves, sunlight, and measured garden rhythm. */
.intro-screen { position:fixed; inset:0; z-index:100; display:grid; place-items:center; overflow:hidden; background:#eef3e8; color:var(--forest); animation:intro-screen-exit .62s cubic-bezier(.77,0,.175,1) 2.4s forwards; }
.intro-mark-wrap { position:relative; z-index:3; display:flex; flex-direction:column; align-items:center; gap:16px; animation:intro-mark-reveal 1.05s cubic-bezier(.23,1,.32,1) .18s both; }
.intro-logo { width:min(360px,64vw); height:auto; object-fit:contain; }
.intro-rule { width:76px; height:1px; background:var(--leaf-dark); transform-origin:center; animation:intro-rule-grow .7s ease-out .78s both; }
.intro-caption { color:var(--leaf-dark); font-size:11px; letter-spacing:.25em; font-weight:700; animation:intro-caption-rise .65s ease-out .92s both; }
.intro-orbit { position:absolute; border:1px solid rgba(86,147,56,.22); border-radius:50%; transform:rotate(-18deg); }
.intro-orbit-one { width:min(62vw,700px); height:min(34vw,390px); animation:intro-orbit-drift 2.8s ease-in-out infinite alternate; }
.intro-orbit-two { width:min(84vw,1000px); height:min(52vw,610px); border-color:rgba(86,147,56,.12); animation:intro-orbit-drift 3.8s ease-in-out .2s infinite alternate-reverse; }
.intro-leaf { position:absolute; z-index:2; color:var(--leaf); font-size:26px; opacity:.75; }
.intro-leaf-one { top:22%; left:22%; animation:intro-leaf-float 2.8s ease-in-out infinite; }
.intro-leaf-two { right:23%; bottom:24%; animation:intro-leaf-float 3.2s ease-in-out .4s infinite reverse; }
.site-shell.is-intro { overflow:hidden; height:100vh; }
.intro-complete .hero-content > * { animation:hero-content-rise .75s cubic-bezier(.23,1,.32,1) both; }
.intro-complete .hero-content > :nth-child(1) { animation-delay:.08s; }
.intro-complete .hero-content > :nth-child(2) { animation-delay:.16s; }
.intro-complete .hero-content > :nth-child(3) { animation-delay:.24s; }
.intro-complete .hero-content > :nth-child(4) { animation-delay:.32s; }
@keyframes intro-mark-reveal { from { opacity:0; transform:translateY(18px) scale(.94); } to { opacity:1; transform:translateY(0) scale(1); } }
@keyframes intro-rule-grow { from { opacity:0; transform:scaleX(0); } to { opacity:1; transform:scaleX(1); } }
@keyframes intro-caption-rise { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:translateY(0); } }
@keyframes intro-orbit-drift { from { transform:rotate(-18deg) scale(.96) translate(-10px,5px); } to { transform:rotate(-12deg) scale(1.03) translate(10px,-5px); } }
@keyframes intro-leaf-float { 0%,100% { transform:translate3d(0,0,0) rotate(0); } 50% { transform:translate3d(0,-12px,0) rotate(12deg); } }
@keyframes intro-screen-exit { from { opacity:1; visibility:visible; } to { opacity:0; visibility:hidden; pointer-events:none; } }
@keyframes hero-content-rise { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:translateY(0); } }
@media (max-width:680px) {
  .intro-logo { width:min(290px,68vw); }
  .intro-caption { font-size:9px; letter-spacing:.2em; }
  .intro-orbit-one { width:96vw; height:54vw; }
  .intro-orbit-two { width:124vw; height:78vw; }
  .intro-leaf-one { left:12%; }.intro-leaf-two { right:12%; }
}
@media (prefers-reduced-motion: reduce) {
  .intro-screen { animation:none; }
  .intro-screen { display:none; }
  .intro-complete .hero-content > * { animation:none; }
  .intro-orbit, .intro-leaf, .intro-mark-wrap, .intro-rule, .intro-caption { animation:none; }
}


/* Shared route-transition preloader: sharper client logo, new leaf-line motion, and a measured 2.2s handoff. */
.route-preloader { animation:route-preloader-exit .55s cubic-bezier(.77,0,.175,1) 2.2s forwards; }
.preloader-brand { position:relative; z-index:3; display:flex; flex-direction:column; align-items:center; gap:13px; animation:preloader-brand-rise .9s cubic-bezier(.23,1,.32,1) .12s both; }
.preloader-brand img { width:min(330px,62vw); height:auto; image-rendering:auto; filter:drop-shadow(0 8px 16px rgba(31,72,35,.10)); }
.preloader-wordmark { display:flex; align-items:center; gap:7px; color:var(--leaf-dark); font-size:10px; font-weight:700; letter-spacing:.22em; }
.preloader-wordmark svg { color:var(--leaf); }
.preloader-leaf-line { position:absolute; z-index:2; display:flex; align-items:flex-end; gap:8px; width:min(260px,54vw); height:76px; transform:rotate(-18deg); }
.preloader-leaf-line::before { content:""; position:absolute; left:0; right:0; bottom:8px; height:1px; background:var(--leaf-dark); transform-origin:left; animation:preloader-line-grow 1.4s cubic-bezier(.23,1,.32,1) .1s both; }
.preloader-leaf-line span { display:block; width:17px; height:30px; border:2px solid var(--leaf-dark); border-radius:100% 0 100% 0; opacity:0; transform:rotate(22deg) translateY(8px); animation:preloader-leaf-pop .65s cubic-bezier(.23,1,.32,1) both; }
.preloader-leaf-line span:nth-child(1) { animation-delay:.42s; }.preloader-leaf-line span:nth-child(2) { animation-delay:.62s; }.preloader-leaf-line span:nth-child(3) { animation-delay:.82s; }
.preloader-progress { position:absolute; z-index:3; bottom:12%; width:min(240px,50vw); height:2px; background:rgba(69,123,52,.18); overflow:hidden; }
.preloader-progress span { display:block; width:100%; height:100%; background:var(--leaf-dark); transform:translateX(-100%); animation:preloader-progress-run 2s cubic-bezier(.77,0,.175,1) .1s forwards; }
@keyframes route-preloader-exit { from { opacity:1; visibility:visible; } to { opacity:0; visibility:hidden; pointer-events:none; } }
@keyframes preloader-brand-rise { from { opacity:0; transform:translateY(22px) scale(.96); } to { opacity:1; transform:translateY(0) scale(1); } }
@keyframes preloader-line-grow { from { transform:scaleX(0); opacity:0; } to { transform:scaleX(1); opacity:1; } }
@keyframes preloader-leaf-pop { 0% { opacity:0; transform:rotate(22deg) translateY(8px) scale(.7); } 70% { opacity:1; transform:rotate(22deg) translateY(-2px) scale(1.04); } 100% { opacity:.8; transform:rotate(22deg) translateY(0) scale(1); } }
@keyframes preloader-progress-run { to { transform:translateX(0); } }
@media (max-width:680px) {
  .preloader-brand img { width:min(280px,68vw); }
  .preloader-wordmark { font-size:9px; letter-spacing:.18em; }
  .preloader-leaf-line { width:190px; height:62px; }
  .preloader-leaf-line span { width:13px; height:24px; }
}
@media (prefers-reduced-motion: reduce) {
  .route-preloader { display:none; }
}


/* Final preloader correction: one sharp centered logo, quiet botanical strokes, and no duplicate wordmark. */
.route-preloader { background:#f1f4eb; }
.route-preloader .preloader-brand { gap:0; animation:clean-preloader-logo 1s cubic-bezier(.23,1,.32,1) .12s both; }
.route-preloader .preloader-brand img { width:min(285px,54vw); height:auto; filter:drop-shadow(0 7px 13px rgba(31,72,35,.08)); }
.route-preloader .preloader-botanical { position:absolute; z-index:2; display:flex; gap:11px; align-items:flex-end; width:110px; height:86px; opacity:.78; }
.route-preloader .preloader-botanical::after { content:""; position:absolute; bottom:2px; height:1px; width:155px; background:#80a56e; transform-origin:left; animation:clean-preloader-line 1.25s cubic-bezier(.23,1,.32,1) .22s both; }
.route-preloader .preloader-botanical span { display:block; width:15px; height:32px; border:1.5px solid #5b923d; border-radius:100% 0 100% 0; opacity:0; animation:clean-preloader-leaf .65s cubic-bezier(.23,1,.32,1) both; }
.route-preloader .preloader-botanical span:nth-child(1) { animation-delay:.34s; }.route-preloader .preloader-botanical span:nth-child(2) { animation-delay:.49s; }.route-preloader .preloader-botanical span:nth-child(3) { animation-delay:.64s; }
.route-preloader .botanical-left { left:calc(50% - 205px); bottom:calc(50% - 18px); transform:rotate(-24deg); }
.route-preloader .botanical-right { right:calc(50% - 205px); top:calc(50% - 18px); transform:scaleX(-1) rotate(-24deg); }
.route-preloader .preloader-progress { bottom:14%; width:min(180px,38vw); height:1px; background:rgba(72,120,58,.18); }
.route-preloader .preloader-progress span { background:#5b923d; animation-duration:2.05s; }
@keyframes clean-preloader-logo { from { opacity:0; transform:translateY(15px) scale(.96); } to { opacity:1; transform:translateY(0) scale(1); } }
@keyframes clean-preloader-line { from { opacity:0; transform:scaleX(0); } to { opacity:1; transform:scaleX(1); } }
@keyframes clean-preloader-leaf { from { opacity:0; transform:translateY(9px) rotate(22deg) scale(.74); } to { opacity:1; transform:translateY(0) rotate(22deg) scale(1); } }
@media (max-width:680px) {
  .route-preloader .preloader-brand img { width:min(255px,67vw); }
  .route-preloader .preloader-botanical { transform:scale(.72) rotate(-24deg); }
  .route-preloader .botanical-left { left:calc(50% - 154px); bottom:calc(50% - 15px); }
  .route-preloader .botanical-right { right:calc(50% - 154px); top:calc(50% - 15px); transform:scale(.72) scaleX(-1) rotate(-24deg); }
}
@media (prefers-reduced-motion: reduce) { .route-preloader .preloader-botanical, .route-preloader .preloader-brand, .route-preloader .preloader-progress span { animation:none; } }


/* Mobile menu visibility correction: preserve the logo while giving the menu trigger a clear, high-contrast touch target. */
@media (max-width:680px) {
  .site-header { min-height:94px; height:auto; padding:10px 16px; gap:8px; overflow:visible; }
  .site-header .brand { min-width:0; flex:1 1 auto; }
  .site-header .client-logo { width:180px; max-height:70px; }
  .site-header .header-call { order:2; margin-left:0; flex:0 0 auto; }
  .site-header .header-call .wa-dot { width:38px; height:38px; }
  .site-header .mobile-toggle { order:3; display:grid; place-items:center; flex:0 0 44px; width:44px; height:44px; padding:0; border:1px solid var(--forest); border-radius:50%; background:var(--forest); color:#fff; z-index:15; box-shadow:0 5px 14px rgba(25,51,27,.18); }
  .site-header .mobile-toggle svg { width:22px; height:22px; stroke-width:2.4; }
  .site-header .main-nav { top:100%; z-index:14; border-top:1px solid var(--line); padding:18px 20px 24px; gap:0; background:#f7f8f2; box-shadow:0 18px 30px rgba(25,51,27,.15); }
  .site-header .main-nav a { width:100%; padding:11px 4px; font-size:16px; border-bottom:1px solid #e1e6dc; }
  .site-header .main-nav a:last-child { border-bottom:0; }
  .site-header .main-nav a:after { display:none; }
}


/* Video preloader: a quiet botanical moment replaces the static mark while the page prepares. */
.route-preloader { background:#eef2e8; }
.route-preloader .preloader-brand { gap:16px; animation:clean-preloader-logo 1s cubic-bezier(.23,1,.32,1) .12s both; }
.route-preloader .preloader-video { display:block; width:min(420px,67vw); aspect-ratio:16/9; object-fit:cover; border-radius:0 52px 0 52px; box-shadow:0 18px 45px rgba(28,59,34,.14); filter:saturate(.82) contrast(.96); }
.preloader-video-caption { color:var(--forest); font-size:10px; font-weight:700; letter-spacing:.24em; }
.preloader-video-caption i { display:inline-block; width:5px; height:5px; margin:0 8px 2px; border-radius:50%; background:var(--leaf); }
@media (max-width:680px) {
  .route-preloader .preloader-video { width:min(330px,78vw); border-radius:0 36px 0 36px; }
  .preloader-video-caption { font-size:9px; letter-spacing:.18em; }
  .route-preloader .preloader-botanical { opacity:.5; }
}
@media (prefers-reduced-motion: reduce) { .route-preloader .preloader-video { display:none; } }


/* Final logo preloader: use the supplied transparent artwork consistently instead of video. */
.route-preloader .preloader-brand { gap:0; }
.route-preloader .preloader-logo { display:block; width:min(360px,62vw); height:auto; object-fit:contain; image-rendering:auto; animation:preloader-logo-reveal 1s cubic-bezier(.23,1,.32,1) .1s both; }
@keyframes preloader-logo-reveal { from { opacity:0; transform:translateY(18px) scale(.94); } to { opacity:1; transform:translateY(0) scale(1); } }
@media (max-width:680px) { .route-preloader .preloader-logo { width:min(300px,75vw); } }
@media (prefers-reduced-motion: reduce) { .route-preloader .preloader-logo { animation:none; } }


/* Services reference pass: equal editorial rows, broad two-column rhythm, and aligned actions. */
.service-detail-grid { width:min(100%,1500px); grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:0; }
.service-detail-grid article { min-height:306px; display:flex; flex-direction:column; padding:34px 58px 42px 56px; }
.service-detail-grid article > span { left:0; top:42px; }
.service-detail-grid h2 { max-width:600px; font-size:32px; line-height:1.08; margin-bottom:17px; }
.service-detail-grid p { max-width:610px; font-size:16px; line-height:1.68; margin-bottom:0; }
.service-detail-grid .service-actions { margin-top:auto; padding-top:22px; }
.service-detail-grid article:nth-child(odd) { border-right:1px solid var(--line); }
@media (max-width:900px) and (min-width:681px) {
  .service-detail-grid article { min-height:330px; padding-right:34px; }
  .service-detail-grid h2 { font-size:28px; }
}
@media (max-width:680px) {
  .service-detail-grid { grid-template-columns:1fr; }
  .service-detail-grid article, .service-detail-grid article:nth-child(odd) { min-height:0; padding:28px 24px 34px 44px; border-right:0; }
  .service-detail-grid article > span { left:0; top:33px; }
  .service-detail-grid h2 { font-size:27px; line-height:1.1; }
  .service-detail-grid p { font-size:15px; line-height:1.62; }
  .service-detail-grid .service-actions { margin-top:20px; padding-top:0; }
}


/* Reference-faithful business hours band: light editorial row with verified contact details only. */
.business-hours-band { display:grid; grid-template-columns:minmax(0,1.5fr) minmax(180px,1fr) auto; align-items:end; gap:48px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.business-hours-band h2 { max-width:560px; margin:14px 0 0; font-size:clamp(34px,4.5vw,68px); line-height:.98; letter-spacing:-.055em; }
.hours-detail { display:flex; flex-direction:column; gap:8px; padding-bottom:3px; color:var(--ink); }
.hours-detail strong { font-size:17px; }
.hours-detail span { font-size:15px; color:var(--muted); }
.hours-detail small { margin-top:10px; font-size:12px; line-height:1.55; color:var(--muted); }
.business-hours-band .btn { white-space:nowrap; }
@media (max-width:900px) { .business-hours-band { grid-template-columns:1fr 1fr; gap:28px; } .business-hours-band .btn { justify-self:start; } }
@media (max-width:680px) { .business-hours-band { grid-template-columns:1fr; gap:26px; } .business-hours-band h2 { font-size:45px; } .business-hours-band .btn { width:max-content; } }


/* Mobile polish: restrained type scale, comfortable reading measure, full-width touch targets, and one-column editorial flow across every route. */
@media (max-width: 680px) {
  body { font-size: 15px; }
  .site-header { height: 88px; min-height: 88px; padding: 0 16px; gap: 10px; }
  .client-logo { width: 176px; max-width: calc(100vw - 126px); max-height: 66px; }
  .brand { min-width: 0; }
  .header-call { margin-left: auto; }
  .header-call .wa-dot { width: 38px; height: 38px; font-size: 23px; }
  .mobile-toggle { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: #fff; }
  .mobile-toggle svg { width: 21px; height: 21px; }
  .main-nav { top: 88px; left: 12px; right: 12px; padding: 18px 20px 22px; gap: 0; border: 1px solid var(--line); border-top: 3px solid var(--leaf); box-shadow: 0 18px 30px rgba(21,44,28,.14); }
  .main-nav a { width: 100%; padding: 12px 0; font-size: 15px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a:after { display: none; }
  .hero-section { margin: 16px 16px 0; min-height: 0; border-radius: 0 44px 0 44px; }
  .hero-content { padding: 112px 22px 76px; }
  .hero-content h1 { max-width: 330px; font-size: clamp(42px, 11.5vw, 56px); line-height: 1.02; letter-spacing: -.055em; margin: 16px 0 22px; }
  .hero-content p { max-width: 330px; font-size: 15px; line-height: 1.62; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; margin-top: 26px; }
  .hero-actions .btn { width: 100%; max-width: 280px; min-height: 48px; justify-content: space-between; }
  .section-pad { padding: 70px 20px; }
  .section-intro h2, .video-section-copy h2 { max-width: 520px; font-size: clamp(36px, 10.4vw, 48px); line-height: 1.06; letter-spacing: -.045em; }
  .section-intro p, .video-section-copy p { max-width: 100%; font-size: 16px; line-height: 1.68; }
  .about-grid, .vision-section, .why-section, .faq-section { gap: 34px; }
  .about-copy { padding-bottom: 0; }
  .about-photo-wrap { padding: 0 0 24px 10px; }
  .about-photo-wrap img { height: 300px; }
  .stat-row { margin-top: 52px; gap: 24px 14px; }
  .stat-row strong { font-size: 40px; }
  .stat-row span, .stat-note { font-size: 12px; line-height: 1.5; }
  .vision-visual { padding-right: 10px; }
  .vision-visual img { height: 300px; }
  .video-section { padding-top: 70px; padding-bottom: 70px; }
  .video-section-inner { gap: 30px; padding-top: 25px; }
  .video-section-copy h2 { margin-bottom: 18px; }
  .video-card { border-radius: 0 42px 0 42px; }
  .video-card video { aspect-ratio: 4 / 3; }
  .video-card-caption { min-height: 60px; justify-content: center; }
  .service-item { padding: 24px 34px 28px 40px; }
  .service-no { left: 0; top: 28px; }
  .service-item h3 { font-size: 23px; line-height: 1.15; }
  .service-item p { font-size: 15px; line-height: 1.62; }
  .service-arrow { right: 2px; top: 28px; }
  .gallery-tall img { height: 330px; }
  .gallery-stack img:first-child, .gallery-stack img:last-child { height: 160px; }
  .project-grid { gap: 34px; }
  .project-img img { height: 250px; }
  .project-card h3 { font-size: 25px; line-height: 1.12; }
  .portfolio-feature-copy { padding: 30px 22px 34px; }
  .portfolio-feature-copy h3 { font-size: 34px; line-height: 1.06; }
  .portfolio-feature img { height: 270px; }
  .why-item { grid-template-columns: 28px 1fr 18px; gap: 10px; padding: 19px 0; }
  .why-item h3 { font-size: 23px; line-height: 1.12; }
  .faq-item button { padding: 20px 0; font-size: 15px; line-height: 1.4; }
  .faq-item p { margin: -2px 24px 20px 0; font-size: 15px; line-height: 1.62; }
  .contact-inner { padding: 74px 20px 82px; }
  .contact-inner h2 { max-width: 330px; font-size: clamp(42px, 11.5vw, 56px); line-height: 1; }
  .site-footer { grid-template-columns: 1fr; gap: 30px; padding: 52px 20px 24px; }
  .site-footer .client-logo { width: 190px; }
  .site-footer > div:not(.footer-brand):not(.footer-bottom) { gap: 9px; }
  .footer-bottom { gap: 8px; line-height: 1.5; }
  .floating-whatsapp { width: 48px; height: 48px; right: 14px; bottom: 14px; padding: 0; justify-content: center; }
  .floating-whatsapp-icon { width: 38px; height: 38px; }

  .inner-hero { min-height: 560px; margin: 16px 16px 0; border-radius: 0 44px 0 44px; }
  .inner-hero-copy { padding: 106px 22px 76px; }
  .inner-hero-copy h1 { max-width: 330px; font-size: clamp(42px, 11.5vw, 56px); line-height: 1.04; margin: 16px 0 20px; }
  .inner-hero-copy p { max-width: 330px; font-size: 15px; line-height: 1.62; }
  .inner-hero-copy .btn { width: 100%; max-width: 280px; justify-content: space-between; min-height: 48px; }
  .inner-page { padding: 70px 20px; }
  .inner-section-lead { margin-bottom: 32px; }
  .inner-section-lead h2 { font-size: clamp(36px, 10.4vw, 48px); line-height: 1.06; }
  .inner-section-lead p, .inner-split-story p, .gallery-story p, .map-section p { font-size: 16px; line-height: 1.68; }
  .inner-split-story { gap: 30px; margin-bottom: 78px; }
  .inner-split-story img { height: 300px; }
  .principles-section, .process-section, .project-process, .portfolio-capabilities { margin-bottom: 78px; }
  .principles-grid h3, .process-grid h3 { font-size: 23px; }
  .principles-grid p, .process-grid p { font-size: 15px; line-height: 1.62; }
  .inner-image-band img { height: 285px; }
  .inner-image-band > div { padding: 34px 22px 40px; }
  .inner-image-band h2 { font-size: 38px; }
  .inner-image-band p { font-size: 15px; line-height: 1.64; }
  .service-detail-grid { margin-bottom: 0; }
  .service-detail-grid article { padding: 26px 18px 31px 40px; }
  .service-detail-grid article > span { top: 31px; left: 0; }
  .service-detail-grid h2 { font-size: 23px; line-height: 1.16; margin-bottom: 13px; overflow-wrap: anywhere; }
  .service-detail-grid p { font-size: 15px; line-height: 1.64; }
  .service-actions { gap: 10px; }
  .service-actions .text-link, .service-actions .quote-link { min-height: 42px; }
  .gallery-wall { gap: 14px; }
  .gallery-wall img, .gallery-wall article.wide img { height: 270px; }
  .gallery-wall article > div { padding: 16px 16px 19px; }
  .gallery-wall article p { font-size: 15px; line-height: 1.6; }
  .gallery-story { gap: 22px; margin: 78px auto; }
  .gallery-story h2 { font-size: 38px; }
  .detail-filter-row { gap: 8px; margin-bottom: 28px; }
  .detail-filter-row button { min-height: 42px; padding: 9px 14px; font-size: 13px; }
  .portfolio-detail-card > div { padding: 30px 22px 34px; }
  .portfolio-detail-card h2 { font-size: 36px; line-height: 1.06; }
  .portfolio-detail-card p { font-size: 15px; line-height: 1.64; }
  .portfolio-detail-card img { height: 270px; }
  .contact-page { padding-top: 70px; }
  .contact-intro { margin-bottom: 40px; }
  .contact-form-wrap h2 { font-size: 36px; line-height: 1.06; }
  .contact-form-wrap form { gap: 15px; }
  .contact-form-wrap label { gap: 7px; font-size: 12px; }
  .contact-form-wrap input, .contact-form-wrap select, .contact-form-wrap textarea { min-height: 48px; padding: 13px 14px; font-size: 16px; }
  .contact-form-wrap textarea { min-height: 132px; }
  .contact-form-wrap form > .btn { width: 100%; justify-content: space-between; min-height: 48px; }
  .contact-card { padding: 28px 20px; gap: 15px; }
  .contact-card h3 { font-size: 29px; }
  .contact-card a, .contact-card span { font-size: 15px; line-height: 1.5; }
  .contact-card .btn { width: 100%; justify-content: space-between; }
  .form-success { padding: 24px 20px; }
  .map-section { gap: 25px; }
  .map-section h2 { font-size: 38px; }
  .map-section iframe { min-height: 300px; }
}

@media (max-width: 380px) {
  .client-logo { width: 160px; }
  .hero-content h1, .inner-hero-copy h1 { font-size: 41px; }
  .hero-content, .inner-hero-copy { padding-left: 19px; padding-right: 19px; }
  .section-pad, .inner-page { padding-left: 17px; padding-right: 17px; }
  .section-intro h2, .video-section-copy h2, .inner-section-lead h2 { font-size: 35px; }
  .service-detail-grid article { padding-left: 36px; }
  .service-detail-grid h2 { font-size: 21px; }
}


/* Desktop hero polish: keep the headline compact enough to breathe over the image while preserving the reference's strong editorial rhythm. */
@media (min-width: 681px) {
  .hero-content { max-width: 740px; padding: clamp(100px, 10vw, 145px) 6.6% 88px; }
  .hero-content h1 { max-width: 600px; font-size: clamp(55px, 6vw, 78px); line-height: 1.03; letter-spacing: -.055em; }
  .hero-content p { max-width: 590px; font-size: 18px; line-height: 1.58; }
}


/* Service-card reference treatment: bold green panels, oversized numbering, warm titles, white copy, and organic corner geometry. */
.service-list { border-top: 0; gap: 20px; }
.service-item { min-height: 326px; display: flex; flex-direction: column; padding: 58px 56px 54px 56px; border: 0; background: #86bd18; color: #fff; border-radius: 0 64px 0 64px; transition: transform .22s cubic-bezier(.23,1,.32,1), box-shadow .22s ease, background .22s ease; }
.service-item:nth-child(even) { background: #467c20; border-radius: 64px 0 64px 0; }
.service-item:nth-child(3n) { background: #5d9825; }
.service-item:nth-child(4n) { background: #386d1c; }
.service-item:nth-child(odd) { border-right: 0; }
.service-item:hover { background: #96ce1d; transform: translateY(-4px); box-shadow: 0 18px 34px rgba(44,77,26,.18); }
.service-item:nth-child(even):hover { background: #538c27; }
.service-no { position: static; order: 0; color: #fff; font-size: 43px; line-height: 1; font-weight: 700; letter-spacing: -.05em; margin-bottom: 22px; }
.service-item h3 { order: 1; max-width: 410px; color: #f0ddb1; font-size: 20px; line-height: 1.18; letter-spacing: -.025em; margin: 0 0 19px; }
.service-item p { order: 2; max-width: 450px; color: #fff; font-size: 16px; line-height: 1.58; margin: 0; }
.service-arrow { display: none; }
.service-detail-grid { border-top: 0; gap: 20px; }
.service-detail-grid article { display: flex; flex-direction: column; min-height: 355px; padding: 56px 52px 50px; border: 0; background: #86bd18; color: #fff; border-radius: 0 64px 0 64px; transition: transform .22s cubic-bezier(.23,1,.32,1), box-shadow .22s ease, background .22s ease; }
.service-detail-grid article:nth-child(even) { background: #467c20; border-right: 0; border-radius: 64px 0 64px 0; }
.service-detail-grid article:nth-child(3n) { background: #5d9825; }
.service-detail-grid article:nth-child(4n) { background: #386d1c; }
.service-detail-grid article:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(44,77,26,.18); }
.service-detail-grid article > span { position: static; order: 0; color: #fff; font-size: 43px; line-height: 1; letter-spacing: -.05em; margin-bottom: 22px; }
.service-detail-grid h2 { order: 1; color: #f0ddb1; font-size: 20px; line-height: 1.18; letter-spacing: -.025em; margin: 0 0 18px; }
.service-detail-grid p { order: 2; max-width: none; color: #fff; font-size: 16px; line-height: 1.58; margin: 0 0 26px; }
.service-detail-grid .service-actions { order: 3; margin-top: auto; }
.service-detail-grid .text-link { color: #fff; }
.service-detail-grid .quote-link { background: #e7f1d2; color: #315d1e; }
.service-detail-grid .quote-link:hover { background: #fff; }

@media (max-width: 680px) {
  .service-list { grid-template-columns: 1fr; gap: 20px; }
  .service-item { min-height: 0; padding: 50px 34px 48px; border-radius: 0 52px 0 52px; }
  .service-item:nth-child(even) { border-radius: 52px 0 52px 0; }
  .service-item:nth-child(3n) { border-radius: 0 52px 0 52px; }
  .service-item:nth-child(4n) { border-radius: 52px 0 52px 0; }
  .service-no, .service-detail-grid article > span { font-size: 39px; margin-bottom: 21px; }
  .service-item h3, .service-detail-grid h2 { font-size: 19px; line-height: 1.2; }
  .service-item p, .service-detail-grid p { font-size: 15px; line-height: 1.62; }
  .service-detail-grid { gap: 20px; }
  .service-detail-grid article { min-height: 0; padding: 48px 34px 44px; border-radius: 0 52px 0 52px; }
  .service-detail-grid article:nth-child(even) { border-radius: 52px 0 52px 0; }
  .service-detail-grid article:nth-child(3n) { border-radius: 0 52px 0 52px; }
  .service-detail-grid article:nth-child(4n) { border-radius: 52px 0 52px 0; }
  .service-detail-grid .service-actions { align-items: stretch; }
  .service-detail-grid .service-actions .text-link, .service-detail-grid .service-actions .quote-link { width: 100%; justify-content: space-between; }
}


/* Service-card icon treatment: quiet botanical line symbols that distinguish each offering without competing with the large number. */
.service-card-icon { display:flex; align-items:center; justify-content:center; width:42px; height:42px; margin:0 0 22px; border:1px solid rgba(255,255,255,.48); border-radius:50%; color:#fff; }
.service-item .service-card-icon, .service-detail-grid article .service-card-icon { order:0; }
.service-item .service-no, .service-detail-grid article > span:first-child { order:1; }
.service-item h3, .service-detail-grid h2 { order:2; }
.service-item p, .service-detail-grid p { order:3; }
.service-detail-grid article .service-actions { order:4; }
.service-item .service-no { margin-bottom:18px; }
.service-detail-grid article > span:first-child { margin-bottom:18px; }
@media (max-width:680px) {
  .service-card-icon { width:38px; height:38px; margin-bottom:18px; }
  .service-item .service-no, .service-detail-grid article > span:first-child { margin-bottom:18px; }
}


/* Service-card photography: each image gets a distinct framed crop while the green panel remains the recognizable Thani visual system. */
.service-card-image { position:relative; flex:0 0 156px; height:156px; overflow:hidden; margin:-58px -56px 28px; background:#294d1d; border-radius:0 64px 0 0; }
.service-card-image::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(9,31,12,.02) 42%, rgba(9,31,12,.26) 100%); pointer-events:none; }
.service-card-image img { display:block; width:100%; height:100%; object-fit:cover; object-position:center; filter:saturate(.9) contrast(1.02); transition:transform .45s cubic-bezier(.23,1,.32,1), filter .3s ease; }
.service-item:nth-child(even) .service-card-image, .service-detail-grid article:nth-child(even) .service-card-image { border-radius:64px 0 0 0; }
.service-item:nth-child(3n) .service-card-image, .service-detail-grid article:nth-child(3n) .service-card-image { border-radius:0 64px 0 0; }
.service-item:nth-child(4n) .service-card-image, .service-detail-grid article:nth-child(4n) .service-card-image { border-radius:64px 0 0 0; }
.service-item:hover .service-card-image img, .service-detail-grid article:hover .service-card-image img { transform:scale(1.045); filter:saturate(1) contrast(1.04); }
.service-detail-grid article .service-card-image { flex:0 0 156px; height:156px; margin:-56px -52px 28px; }
@media (max-width:680px) {
  .service-card-image { flex-basis:140px; height:140px; margin:-50px -34px 26px; border-radius:0 52px 0 0; }
  .service-item:nth-child(even) .service-card-image, .service-detail-grid article:nth-child(even) .service-card-image { border-radius:52px 0 0 0; }
  .service-item:nth-child(3n) .service-card-image, .service-detail-grid article:nth-child(3n) .service-card-image { border-radius:0 52px 0 0; }
  .service-item:nth-child(4n) .service-card-image, .service-detail-grid article:nth-child(4n) .service-card-image { border-radius:52px 0 0 0; }
  .service-detail-grid article .service-card-image { flex-basis:140px; height:140px; margin:-48px -34px 26px; }
}


/* Reliable service-photo rendering: reserve the image area before loading and keep the photo visible at every breakpoint. */
.service-card-image { display:block; width:calc(100% + 112px); min-height:156px; }
.service-card-image img { display:block !important; visibility:visible !important; opacity:1 !important; width:100% !important; height:100% !important; min-height:156px; object-fit:cover; }
.service-detail-grid article .service-card-image { width:calc(100% + 104px); min-height:156px; }
.service-detail-grid article .service-card-image img { min-height:156px; }
@media (max-width:680px) {
  .service-card-image { width:calc(100% + 68px); min-height:140px; }
  .service-card-image img, .service-detail-grid article .service-card-image img { min-height:140px; }
  .service-detail-grid article .service-card-image { width:calc(100% + 68px); min-height:140px; }
}

/* ===================================================================
   Additions on top of the base design system:
   - multi-item work carousel (gallery page)
   - lightbox
   - FAQ background fix
   - vision section fix (no tan bg, image stretches to text height)
   - custom video mute/unmute control
   - gallery teaser grid on the homepage
=================================================================== */
.tg-carousel { position:relative; max-width:1500px; margin:0 auto 46px; padding:0 50px; }
.tg-viewport { overflow:hidden; }
.tg-track { display:flex; gap:16px; transition:transform .5s ease; }
.tg-item-wrap { position:relative; flex:0 0 calc((100% - 4 * 16px) / 5); aspect-ratio:5/4.3; border-radius:10px; overflow:hidden; background:var(--sand); }
.tg-item-wrap img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .4s ease; }
.tg-item-wrap:hover img { transform:scale(1.06); }
.tg-cap { position:absolute; left:0; right:0; bottom:0; padding:10px 11px; background:linear-gradient(180deg,rgba(9,20,12,0) 0%,rgba(9,20,12,.8) 100%); color:#fff; }
.tg-tag { display:inline-block; background:var(--leaf); color:#fff; font-size:9px; font-weight:700; letter-spacing:.04em; text-transform:uppercase; padding:3px 8px; border-radius:999px; margin-bottom:5px; }
.tg-cap h3 { color:#fff; font-size:12px; line-height:1.25; margin:0; font-weight:600; }
.tg-nav { position:absolute; top:50%; transform:translateY(-50%); width:40px; height:40px; border-radius:50%; border:none; background:#fff; color:var(--forest); font-size:16px; cursor:pointer; display:flex; align-items:center; justify-content:center; box-shadow:0 8px 20px rgba(0,0,0,.18); z-index:5; }
.tg-nav:hover { background:var(--leaf); color:#fff; }
.tg-nav.prev { left:0; }
.tg-nav.next { right:0; }
.tg-gallery-grid { max-width:1500px; margin:0 auto; display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.tg-item { position:relative; border-radius:0 26px 0 26px; overflow:hidden; aspect-ratio:4/5; cursor:pointer; background:var(--sand); }
.tg-item:nth-child(3n+2) { border-radius:26px 0 26px 0; }
.tg-item img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s cubic-bezier(.23,1,.32,1); }
.tg-item:hover img { transform:scale(1.08); }
.tg-item figcaption { position:absolute; left:0; right:0; bottom:0; padding:16px 16px 14px; background:linear-gradient(180deg,rgba(9,20,12,0) 0%,rgba(9,20,12,.78) 100%); color:#fff; display:flex; flex-direction:column; gap:4px; }
.tg-g-tag { font-size:10px; font-weight:700; letter-spacing:.05em; text-transform:uppercase; color:#c9e6a8; }
.tg-g-title { font-size:13px; font-weight:600; }
.tg-lightbox { position:fixed; inset:0; background:rgba(12,20,14,.92); display:none; align-items:center; justify-content:center; z-index:200; padding:40px; }
.tg-lightbox.open { display:flex; }
.tg-lightbox img { max-width:90vw; max-height:78vh; border-radius:0 20px 0 20px; box-shadow:0 30px 70px rgba(0,0,0,.5); }
.tg-lb-caption { position:absolute; bottom:40px; left:0; right:0; text-align:center; color:#fff; }
.tg-lb-caption .tg-g-tag { color:#a9d97e; }
.tg-lb-caption .tg-g-title { display:block; font-size:15px; margin-top:4px; }
.tg-lb-close { position:absolute; top:24px; right:30px; width:40px; height:40px; border-radius:50%; background:rgba(255,255,255,.12); border:none; color:#fff; font-size:19px; cursor:pointer; }
.tg-lb-close:hover { background:rgba(255,255,255,.22); }

.gallery-teaser .tg-gallery-grid { grid-template-columns:repeat(4,1fr); }

@media (max-width:1100px){ .tg-item-wrap{ flex-basis:calc((100% - 3 * 14px) / 4); } .tg-track{ gap:14px; } }
@media (max-width:860px){ .tg-item-wrap{ flex-basis:calc((100% - 2 * 12px) / 3); } .tg-track{ gap:12px; } .tg-gallery-grid{ grid-template-columns:repeat(2,1fr);} }
@media (max-width:620px){ .tg-item-wrap{ flex-basis:calc((100% - 1 * 10px) / 2); } .tg-track{ gap:10px; } .tg-carousel{ padding:0 42px; } }
@media (max-width:420px){ .tg-item-wrap{ flex-basis:100%; } .tg-gallery-grid{ gap:10px; } }

/* FAQ: remove the tan/sand background */
.faq-section { background:var(--paper) !important; }

/* Vision section: no tan background, image stretches to match text column height */
.vision-section { background:var(--paper) !important; align-items:stretch !important; }
.vision-visual { height:100%; }
.vision-visual img { height:100% !important; min-height:560px; }
@media (max-width:900px){ .vision-visual img{ min-height:360px; } }

/* Video: custom mute/unmute control only, no native player bar */
.video-card { position:relative; }
.video-mute-btn { position:absolute; right:16px; bottom:16px; width:42px; height:42px; border-radius:50%; border:none; background:rgba(15,25,17,.55); color:#fff; font-size:17px; cursor:pointer; display:flex; align-items:center; justify-content:center; z-index:3; backdrop-filter:blur(2px); transition:background .2s ease; }
.video-mute-btn:hover { background:rgba(15,25,17,.8); }
