
:root{
  --ink:#172019;--muted:#647067;--green:#275d45;--green-2:#1f4937;
  --cream:#f6f3eb;--sand:#e9e2d3;--white:#fff;--line:#d9ded8;
  --warning:#fff3cd;--warning-ink:#665200;--radius:24px;--shadow:0 20px 55px rgba(23,32,25,.12);
  --max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--white);line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.skip{position:absolute;left:-9999px}.skip:focus{left:16px;top:16px;z-index:99;background:#fff;padding:10px 14px;border-radius:10px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(217,222,216,.85)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.01em}.brand img{width:52px;height:46px;object-fit:contain}.brand span small{display:block;font-size:.68rem;font-weight:700;color:var(--muted);letter-spacing:.12em;text-transform:uppercase}.menu{display:flex;align-items:center;gap:24px;font-size:.94rem;font-weight:650}.menu a:not(.nav-cta):hover,.menu a[aria-current="page"]:not(.nav-cta){color:var(--green)}.menu .nav-cta{padding:10px 16px;border-radius:999px;background:var(--green);color:#fff}.menu-toggle{display:none;border:0;background:transparent;font-size:1.6rem}.hero{background:linear-gradient(115deg,rgba(17,28,21,.88),rgba(17,28,21,.38)),url('../images/hero-table.webp') center/cover;min-height:670px;color:#fff;display:flex;align-items:center}.hero-inner{padding:80px 0 60px;max-width:790px}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:800;color:#dfe9df}.eyebrow::before{content:"";width:34px;height:2px;background:#b7cfbc}.hero h1,.page-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem,7vw,5.8rem);line-height:.98;letter-spacing:-.045em;margin:22px 0}.hero p{font-size:1.15rem;max-width:690px;color:#eef3ef}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:12px 20px;border-radius:999px;font-weight:800;border:1px solid transparent}.btn-primary{background:#fff;color:var(--green-2)}.btn-dark{background:var(--green);color:#fff}.btn-outline{border-color:rgba(255,255,255,.65);color:#fff}.btn-light-outline{border-color:var(--green);color:var(--green)}.trust-strip{margin-top:-38px;position:relative;z-index:2}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-radius:20px;box-shadow:var(--shadow);overflow:hidden}.trust-item{padding:24px 28px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-item strong{display:block;font-size:1.08rem}.trust-item span{color:var(--muted);font-size:.9rem}section{padding:64px 0}.section-soft{background:var(--cream)}.section-dark{background:var(--ink);color:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}.section-head>div{max-width:760px}.section-head h2,.content h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.04;letter-spacing:-.035em;margin:10px 0}.section-head p,.lede{color:var(--muted);font-size:1.05rem}.section-dark .section-head p{color:#bcc8bf}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.card-media{aspect-ratio:4/3;object-fit:cover;width:100%}.card-body{padding:24px}.card h3{font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;margin:0 0 8px}.card p{color:var(--muted);margin:0}.kicker{color:var(--green);font-size:.75rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;counter-reset:step}.process-card{counter-increment:step;padding:28px;border-radius:20px;background:#fff;border:1px solid var(--line)}.process-card::before{content:"0" counter(step);display:block;color:var(--green);font-size:.8rem;font-weight:900;letter-spacing:.13em;margin-bottom:20px}.process-card h3{margin:0 0 8px}.process-card p{margin:0;color:var(--muted)}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.split-media{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.split-media img{width:100%;aspect-ratio:4/3;object-fit:cover}.quote-box{padding:28px;border-left:4px solid var(--green);background:var(--cream);border-radius:0 18px 18px 0}.project-card{position:relative;min-height:480px;border-radius:var(--radius);overflow:hidden;color:#fff;display:flex;align-items:end;padding:32px;background-size:cover;background-position:center}.project-card::before{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(12,18,14,.86))}.project-card>*{position:relative}.project-card h3{font-family:Georgia,"Times New Roman",serif;font-size:2rem;margin:6px 0}.project-card p{margin:0;color:#dbe4dc}.cta{border-radius:32px;background:var(--green);color:#fff;padding:54px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.6rem);margin:0;line-height:1.05}.cta p{color:#dce9e0;max-width:650px}.page-hero{padding:80px 0 50px;background:var(--cream)}.page-hero h1{font-size:clamp(3rem,7vw,5.4rem);max-width:940px}.page-hero p{max-width:780px;font-size:1.12rem;color:var(--muted)}.notice{background:var(--warning);color:var(--warning-ink);border:1px solid #eadb9a;padding:16px 18px;border-radius:14px;margin:24px 0}.content{max-width:850px}.content h2{font-size:2.35rem;margin-top:52px}.content h3{margin-top:34px;font-size:1.35rem}.content p,.content li{color:#455048}.content ul,.content ol{padding-left:22px}.wide-content{max-width:none}.info-table{width:100%;border-collapse:collapse;margin-top:24px}.info-table th,.info-table td{text-align:left;padding:16px;border-bottom:1px solid var(--line);vertical-align:top}.info-table th{width:28%;color:var(--green)}.status{display:inline-flex;padding:5px 10px;border-radius:999px;background:#eff3ef;color:#3b5142;font-size:.78rem;font-weight:800}.status-pending{background:#fff3cd;color:#6f5800}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.contact-card{padding:26px;border-radius:20px;border:1px solid var(--line);background:#fff}.contact-card h3{margin-top:0}.contact-card p{color:var(--muted)}.article-meta{font-size:.9rem;color:var(--muted)}.article-body{max-width:820px}.article-body>p:first-of-type{font-size:1.2rem;color:#354038}.article-body h2{font-size:2rem;margin-top:48px}.article-body blockquote{margin:32px 0;padding:24px 28px;background:var(--cream);border-radius:18px;border-left:4px solid var(--green)}.site-footer{background:#101712;color:#dce3dd;padding:68px 0 24px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:48px}.site-footer h3{color:#fff}.site-footer p,.site-footer a{color:#aebbb1}.site-footer a:hover{color:#fff}.footer-links{display:grid;gap:8px}.copyright{border-top:1px solid #2f3a32;margin-top:44px;padding-top:24px;font-size:.86rem;color:#98a59b}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:45;background:#226743;color:#fff;padding:13px 17px;border-radius:999px;font-weight:850;box-shadow:0 16px 38px rgba(0,0,0,.2)}
@media(max-width:900px){.menu-toggle{display:block}.menu{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:22px 24px;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start}.menu.is-open{display:flex}.trust-grid,.grid-3,.process-grid,.contact-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.split,.grid-2,.footer-grid{grid-template-columns:1fr}.section-head,.cta{align-items:flex-start;flex-direction:column}.hero{min-height:620px}.project-card{min-height:400px}}
@media(max-width:560px){.container{width:min(var(--max),calc(100% - 28px))}.brand span{display:none}.hero-inner{padding:60px 0 50px}.hero h1{font-size:3.2rem}.actions{flex-direction:column}.btn{width:100%}section{padding:48px 0}.page-hero{padding:56px 0 32px}.cta{padding:34px 24px}.info-table,.info-table tbody,.info-table tr,.info-table th,.info-table td{display:block}.info-table th{width:auto;padding-bottom:4px}.info-table td{padding-top:4px}.whatsapp-float{right:14px;bottom:14px}}

/* Navbar refinement — v2 */
.site-header .nav{
  width:min(1320px,calc(100% - 40px));
  height:82px;
  gap:18px;
}
.brand{
  flex:0 0 auto;
  min-width:0;
  white-space:nowrap;
}
.brand img{
  width:50px;
  height:44px;
  flex:0 0 auto;
}
.brand span{
  line-height:1.15;
  font-size:.98rem;
}
.brand span small{
  margin-top:5px;
  font-size:.61rem;
  line-height:1.2;
  letter-spacing:.1em;
}
.menu{
  flex:1 1 auto;
  justify-content:flex-end;
  gap:clamp(10px,1vw,17px);
  min-width:0;
  font-size:.84rem;
  line-height:1.2;
}
.menu a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  white-space:nowrap;
  position:relative;
}
.menu a:not(.nav-cta)::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:3px;
  height:2px;
  border-radius:999px;
  background:var(--green);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .2s ease;
}
.menu a:not(.nav-cta):hover::after,
.menu a[aria-current="page"]:not(.nav-cta)::after{
  transform:scaleX(1);
}
.menu .nav-cta{
  min-height:42px;
  padding:10px 15px;
  margin-left:2px;
  box-shadow:0 8px 20px rgba(39,93,69,.16);
}
.language-switcher{
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
  gap:5px;
  min-height:42px;
  padding:4px;
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--muted);
}
.language-option{
  min-width:32px;
  height:32px;
  padding:0 7px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:inherit;
  font-size:.75rem;
  font-weight:850;
  cursor:pointer;
}
.language-option:hover,
.language-option.is-active{
  background:var(--green);
  color:#fff;
}
.menu-toggle{
  width:44px;
  height:44px;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  border-radius:12px;
  color:var(--ink);
  cursor:pointer;
}

@media(max-width:1320px){
  .site-header .nav{height:76px}
  .menu-toggle{display:inline-flex}
  .menu{
    display:none;
    position:absolute;
    top:76px;
    left:0;
    right:0;
    max-height:calc(100vh - 76px);
    overflow-y:auto;
    background:#fff;
    padding:14px 24px 22px;
    border-bottom:1px solid var(--line);
    box-shadow:0 18px 36px rgba(23,32,25,.1);
    flex-direction:column;
    align-items:stretch;
    gap:0;
  }
  .menu.is-open{display:flex}
  .menu a{
    width:100%;
    min-height:48px;
    padding:10px 2px;
    border-bottom:1px solid #edf0ed;
    font-size:.95rem;
  }
  .menu a:not(.nav-cta)::after{display:none}
  .menu .nav-cta{
    width:100%;
    min-height:48px;
    margin:16px 0 0;
    padding:12px 18px;
    justify-content:center;
    border-bottom:0;
  }
  .language-switcher{
    width:100%;
    min-height:48px;
    margin-top:12px;
    justify-content:center;
    border-radius:14px;
  }
  .language-option{
    min-width:52px;
    height:36px;
  }
}

@media(max-width:620px){
  .site-header .nav{width:min(100% - 28px,1320px)}
  .brand{gap:9px}
  .brand img{width:43px;height:40px}
  .brand span{display:block;font-size:.88rem}
  .brand span small{display:none}
  .menu{padding-inline:18px}
}

@media(max-width:380px){
  .brand span{font-size:.8rem}
}

@media(max-width:560px){
  .page-hero h1{
    font-size:clamp(2.45rem,11.5vw,3rem);
    line-height:1.02;
    overflow-wrap:break-word;
  }
  .page-hero p{font-size:1rem}
  .whatsapp-float{
    width:50px;
    height:50px;
    padding:0;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:0;
  }
  .whatsapp-float::before{
    content:"WA";
    font-size:.78rem;
    letter-spacing:.04em;
  }
}

/* Homepage hero product collage */
.hero{
  min-height:calc(100svh - 82px);
  background:
    linear-gradient(105deg,rgba(12,20,15,.94) 0%,rgba(12,20,15,.86) 42%,rgba(12,20,15,.56) 68%,rgba(12,20,15,.42) 100%),
    url('../images/hero-table.webp') center/cover;
}
.hero-inner{
  width:min(1440px,calc(100% - clamp(48px,6vw,112px)));
  max-width:none;
  margin-inline:auto;
  padding:clamp(56px,7vh,88px) 0;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);
  align-items:center;
  gap:clamp(42px,6vw,96px);
}
.hero-copy{
  width:100%;
  max-width:720px;
}
.hero-copy h1{
  max-width:680px;
  font-size:clamp(3.6rem,5.25vw,5.65rem);
}
.hero-copy p{max-width:650px}
.hero-products{
  position:relative;
  width:100%;
  min-height:clamp(500px,62vh,660px);
  justify-self:end;
}
.hero-product-main,
.hero-product-secondary{
  overflow:hidden;
  border-radius:clamp(20px,1.6vw,26px);
  box-shadow:0 22px 55px rgba(0,0,0,.22);
}
.hero-product-main{
  width:min(76%,500px);
  aspect-ratio:4/5;
  margin-left:clamp(8px,4vw,64px);
}
.hero-product-secondary{
  position:absolute;
  right:0;
  bottom:4%;
  width:min(47%,310px);
  aspect-ratio:5/6;
  border:6px solid rgba(255,255,255,.9);
}
.hero-product-main img,
.hero-product-secondary img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-product-main img{object-position:48% center}
.hero-product-secondary img{object-position:center}
.hero-products-link{
  position:absolute;
  left:0;
  bottom:8%;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:50px;
  padding:11px 19px;
  border:1px solid rgba(255,255,255,.68);
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:var(--green-2);
  font-size:.88rem;
  font-weight:850;
  box-shadow:0 14px 32px rgba(0,0,0,.18);
}
.hero-products-link:hover{
  background:#fff;
  transform:translateY(-1px);
}

@media(max-width:1199px) and (min-width:768px){
  .hero{min-height:calc(100svh - 76px)}
  .hero-inner{
    width:min(100% - 40px,1100px);
    padding:56px 0 64px;
    grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);
    gap:30px;
  }
  .hero-copy h1{
    max-width:560px;
    font-size:clamp(2.85rem,5.8vw,4.2rem);
  }
  .hero-copy p{font-size:1rem}
  .hero-products{min-height:440px}
  .hero-product-main{
    width:78%;
    margin-left:0;
  }
  .hero-product-secondary{
    width:48%;
    bottom:5%;
    border-width:5px;
  }
  .hero-products-link{
    left:auto;
    right:30%;
    bottom:2%;
    min-height:46px;
    padding:10px 15px;
    font-size:.8rem;
  }
}

@media(max-width:767px){
  .hero{
    min-height:auto;
    background:
      linear-gradient(165deg,rgba(12,20,15,.94) 0%,rgba(12,20,15,.83) 54%,rgba(12,20,15,.62) 100%),
      url('../images/hero-table.webp') center/cover;
  }
  .hero-inner{
    width:min(100% - 28px,720px);
    padding:52px 0 42px;
    grid-template-columns:1fr;
    gap:38px;
  }
  .hero-copy{max-width:none}
  .hero-copy h1{
    max-width:560px;
    font-size:clamp(3rem,14vw,4rem);
  }
  .hero-products{
    min-height:0;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(110px,.68fr);
    align-items:end;
    gap:12px;
  }
  .hero-product-main{
    width:100%;
    margin:0;
    aspect-ratio:4/5;
  }
  .hero-product-secondary{
    position:static;
    width:100%;
    aspect-ratio:4/5;
    border-width:4px;
  }
  .hero-products-link{
    position:static;
    grid-column:1/-1;
    width:100%;
    min-height:50px;
    margin-top:2px;
  }
}

@media(max-width:390px){
  .hero-copy h1{font-size:clamp(2.75rem,13.5vw,3.25rem)}
  .hero-products{grid-template-columns:minmax(0,1fr) minmax(104px,.62fr)}
}

/* Homepage CTA and global floating WhatsApp refinements */
.whatsapp-float{
  right:22px;
  bottom:22px;
  width:58px;
  height:58px;
  padding:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--green);
  color:#fff;
  font-size:0;
  box-shadow:0 12px 28px rgba(15,43,30,.26);
  transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease;
}
.whatsapp-float:hover{
  background:var(--green-2);
  transform:translateY(-3px) scale(1.03);
  box-shadow:0 16px 32px rgba(15,43,30,.3);
}
.whatsapp-float:focus-visible{
  outline:3px solid rgba(255,255,255,.92);
  outline-offset:3px;
}
.whatsapp-float::before{content:none}
.whatsapp-float svg{
  width:32px;
  height:32px;
  overflow:visible;
}
.whatsapp-float svg circle,
.whatsapp-float svg path:last-child{
  fill:none;
  stroke:currentColor;
  stroke-width:1.45;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.whatsapp-float svg path:first-of-type{fill:currentColor}

.home-rfq-cta{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:clamp(32px,6vw,80px);
}
.home-rfq-copy{max-width:760px}
.home-rfq-copy p{margin-bottom:0}
.home-rfq-button{
  min-width:190px;
  min-height:56px;
  padding:14px 26px;
  gap:11px;
  white-space:nowrap;
  font-size:1rem;
  font-weight:750;
  box-shadow:0 10px 24px rgba(10,30,20,.18);
  transition:transform .2s ease,box-shadow .2s ease;
}
.home-rfq-button:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(10,30,20,.22);
}
.home-rfq-button span[aria-hidden="true"]{font-size:1.2rem}

@media(max-width:767px){
  .whatsapp-float{
    right:20px;
    bottom:20px;
    width:56px;
    height:56px;
  }
  .whatsapp-float svg{
    width:30px;
    height:30px;
  }
  .home-rfq-cta{
    grid-template-columns:1fr;
    align-items:start;
    gap:26px;
  }
  .home-rfq-button{
    width:100%;
    min-height:56px;
  }
}


/* Dropdown styles */
.dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.dropdown-toggle {
  background: none;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0;
  white-space: nowrap;
}
.dropdown-toggle::after {
  content: '';
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 4px solid currentColor;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transition: transform 0.2s;
}
.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(23,32,25,.12);
  padding: 8px 0;
  display: none;
  flex-direction: column;
  z-index: 100;
}
.dropdown.is-active .dropdown-menu {
  display: flex;
}
.dropdown-menu a {
  padding: 10px 20px;
  width: 100%;
  font-size: .92rem;
  font-weight: 600;
  color: var(--ink);
  min-height: auto;
}
.dropdown-menu a::after {
  display: none !important;
}
.dropdown-menu a:hover, .dropdown-menu a:focus {
  background: var(--cream);
  color: var(--green);
}

@media(max-width:1320px){
  .dropdown {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 10px 2px;
    border-bottom: 1px solid #edf0ed;
    font-size: .95rem;
  }
  .dropdown-menu {
    position: static;
    border: none;
    box-shadow: none;
    padding: 0;
    display: none;
    background: transparent;
  }
  .dropdown.is-active .dropdown-menu {
    display: flex;
  }
  .dropdown-menu a {
    padding: 10px 16px;
    border-bottom: 1px solid #edf0ed;
    font-size: .9rem;
    color: var(--muted);
  }
  .dropdown-menu a:last-child {
    border-bottom: none;
  }
}

.menu .dropdown-toggle[aria-current="page"] { color: var(--green); }
.menu .dropdown-toggle::after {
  content: "";
  position: absolute;
  left: 0; bottom: -4px; width: 100%; height: 2px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.menu .dropdown-toggle:hover::after,
.menu .dropdown-toggle[aria-current="page"]::after {
  transform: scaleX(1);
}

/* Gallery and Lightbox */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}
.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.gallery-grid img:hover {
  transform: scale(1.03);
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(16, 23, 18, 0.95);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}
.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
}
.lightbox-content img {
  max-width: 100%;
  max-height: 90vh;
  border-radius: 6px;
  object-fit: contain;
}
.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.4rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  font-size: 1.5rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.25);
}
.lightbox-prev {
  left: -70px;
}
.lightbox-next {
  right: -70px;
}

@media(max-width:900px){
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lightbox-content {
    max-width: 95%;
  }
  .lightbox-prev { left: 10px; }
  .lightbox-next { right: 10px; }
  .lightbox-close { right: 10px; top: 10px; z-index: 10; }
}

@media(max-width:600px){
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
