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

:root{
  --navy:#06283a;--navy2:#041e2c;--gold:#c8a45a;--gold2:#dfc987;
  --cream:#f8f5ee;--warm:#f2eee4;--ink:#17313f;--muted:#66747b;
  --line:#e4dccd;--white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:"DM Sans",Arial,sans-serif;background:var(--cream);line-height:1.65;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.site-header{height:88px;padding:7px 20px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20}
.brand{display:block;height:84px;width:84px;overflow:hidden;flex:0 0 84px}
.brand img{height:84px;width:84px;object-fit:contain;display:block}
.nav{display:flex;gap:32px;font-size:14px;font-weight:600;color:var(--navy)}
.nav a{padding:10px 0;position:relative}
.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:1px;background:var(--gold);transition:.2s}
.nav a:hover:after{right:0}
.menu-btn{display:none;border:0;background:transparent;padding:8px;cursor:pointer}
.menu-btn span{display:block;width:22px;height:2px;background:var(--navy);margin:5px 0;border-radius:2px}

.hero{background:linear-gradient(135deg,var(--navy2),var(--navy));color:#fff;position:relative;overflow:hidden}
.hero:after{content:"";position:absolute;right:-120px;top:-180px;width:520px;height:520px;border:1px solid rgba(200,164,90,.18);border-radius:50%;box-shadow:0 0 0 50px rgba(200,164,90,.025),0 0 0 100px rgba(200,164,90,.018)}
.hero-inner{max-width:1180px;margin:auto;padding:92px 7vw 66px;position:relative;z-index:1}
.eyebrow{font-size:10px;letter-spacing:2.2px;font-weight:700;color:var(--gold);text-transform:uppercase;margin-bottom:17px}
.hero h1{font:500 clamp(45px,6vw,78px)/1.02 "Playfair Display",serif;margin:0 0 23px;max-width:900px}
.hero h1 em{color:#f0dfb2}
.hero p{max-width:610px;font-size:18px;color:#dbe5e9;margin:0 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;justify-content:center;align-items:center;min-height:50px;padding:0 27px;border-radius:8px;font-weight:700;font-size:13px;transition:transform .2s,box-shadow .2s}
.btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.12)}
.gold{background:var(--gold);color:#132b38}
.light{background:#fff;color:var(--navy)}
.trust-strip{display:flex;gap:25px;margin-top:35px;font-size:12px;color:#d8e4e7;flex-wrap:wrap}
.trust-strip i{color:var(--gold2);font-style:normal;margin-right:5px}

.section{padding:90px 7vw}
.narrow{max-width:1060px;margin:0 auto}
.center{text-align:center}
.intro{background:#fff;text-align:center}
.intro h2,.section h2{font:500 clamp(33px,4vw,49px)/1.12 "Playfair Display",serif;margin:0 0 19px;color:var(--navy);max-width:850px}
.intro h2{margin-left:auto;margin-right:auto}
.intro p,.lead{max-width:730px;margin:0 auto;color:var(--muted);font-size:16px}
.services{background:var(--cream)}
.cards{max-width:1100px;margin:43px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:27px 22px;box-shadow:0 10px 30px rgba(8,47,70,.055)}
.icon{display:grid;place-items:center;width:44px;height:44px;border:1px solid #d8c18a;border-radius:50%;color:var(--gold);margin-bottom:20px}.icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.card h3{font-size:16px;line-height:1.25;margin:0 0 9px;color:var(--navy)}
.card p{font-size:13px;color:var(--muted);margin:0}
.process{background:#fff}
.steps{margin-top:38px;display:grid;grid-template-columns:repeat(4,1fr)}
.steps>div{padding:0 25px;border-left:1px solid #dccda9}
.steps>div:first-child{border-left:0;padding-left:0}
.steps b{font-size:11px;color:var(--gold);letter-spacing:1px}
.steps h3{font-size:15px;line-height:1.35;color:var(--navy);margin:9px 0}
.steps p{font-size:13px;color:var(--muted);margin:0}
.trust{background:var(--cream)}
.trust-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:65px;align-items:center}
.trust p{color:var(--muted);max-width:690px}
.trust ul{padding-left:20px;color:#3d565f;margin:20px 0 0}
.trust li{margin:7px 0;font-size:14px}
.trust blockquote{margin:0;background:var(--navy);color:#fff;border-radius:14px;padding:31px 30px;font:italic 19px/1.5 "Playfair Display",serif;border-left:4px solid var(--gold);box-shadow:0 15px 30px rgba(6,40,58,.13)}
.work{background:#fff}
.lead-left{color:var(--muted);max-width:690px;margin:0 0 28px}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:230px;gap:12px}
.gallery figure{margin:0;overflow:hidden;border-radius:12px;background:var(--warm)}
.gallery .featured{grid-column:span 2;grid-row:span 2}
.gallery img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}
.gallery figure:hover img{transform:scale(1.025)}
.caption{padding:18px 3px 0;color:var(--navy);font-size:14px}
.caption span{color:var(--muted);font-size:12px}
.contact{background:var(--navy2);color:#fff;text-align:center}
.contact h2{color:#fff;margin-left:auto;margin-right:auto;max-width:760px}
.contact p{color:#d8e4e7;margin:0 auto 25px}
.contact-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.whatsapp{background:#fff;color:#1d4b3f}
.phone{display:block;margin-top:19px;color:#dce8eb;font-weight:600;font-size:14px}
.contact-meta{margin-top:10px;font-size:11px;color:#9fb1b8;letter-spacing:.5px}
footer{background:#031720;color:#b9c9ce;padding:32px 7vw;font-size:11px}
.footer-inner{max-width:1060px;margin:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:25px}
footer strong{display:block;color:#fff;letter-spacing:1.7px;margin-bottom:5px}
footer span{display:block}
footer a{color:#d7b96d}

@media(max-width:900px){
 .site-header{height:88px;padding:5px 18px}.brand{height:76px;width:76px;flex-basis:76px}.brand img{height:76px;width:76px}
 .menu-btn{display:block}.nav{display:none;position:absolute;top:88px;left:0;right:0;background:#fff;padding:8px 22px 16px;flex-direction:column;gap:0;box-shadow:0 12px 28px rgba(0,0,0,.1)}
 .nav.open{display:flex}.nav a{padding:14px 0;border-bottom:1px solid #eee}.nav a:last-child{border-bottom:0}
 .hero-inner{padding:68px 22px 48px}.hero h1{font-size:47px}.hero p{font-size:15px}
 .hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.trust-strip{flex-direction:column;gap:9px}
 .section{padding:64px 20px}.intro h2,.section h2{font-size:35px}.intro p,.lead{font-size:14px}
 .cards{grid-template-columns:1fr 1fr;gap:11px;margin-top:29px}.card{padding:20px 16px}.card h3{font-size:14px}.card p{font-size:12px;line-height:1.55}.icon{width:38px;height:38px;margin-bottom:14px}
 .steps{grid-template-columns:1fr;margin-top:27px}.steps>div{border-left:0;border-top:1px solid #e0d4b9;padding:19px 0}.steps>div:first-child{border-top:0;padding-top:0}
 .trust-grid{grid-template-columns:1fr;gap:30px}.trust blockquote{font-size:17px}
 .gallery{grid-template-columns:1fr 1fr;grid-auto-rows:150px;gap:9px}.gallery .featured{grid-column:1 / 3;grid-row:span 2}.gallery figure{grid-column:auto}.gallery figure:nth-child(2),.gallery figure:nth-child(3){grid-column:auto}.gallery figure:nth-child(n+8){display:none}
 .contact-actions{flex-direction:column}.contact-actions .btn{width:100%}.footer-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:430px){
 .brand{width:72px;height:72px;flex-basis:72px}.brand img{width:72px;height:72px}.hero-inner{padding-top:57px}.hero h1{font-size:41px}.hero p{font-size:14px}
 .section{padding:56px 18px}.intro h2,.section h2{font-size:33px}
 .cards{grid-template-columns:1fr}.card{padding:20px}
 .gallery{grid-template-rows:205px 130px}
 .eyebrow{font-size:9px;letter-spacing:1.65px}
}

@media(max-width:900px){.brand img{border-radius:10px}.gallery figure{border-radius:10px}.card{box-shadow:0 7px 22px rgba(8,47,70,.06)}}

/* V4.2 FINAL POLISH — premium, clearly visible header brand */
.brand-header{
  display:flex;
  align-items:center;
  gap:10px;
  height:74px;
  width:auto;
  flex:0 1 auto;
  overflow:visible;
  text-decoration:none;
}
.brand-header img{
  width:64px;
  height:64px;
  object-fit:cover;
  object-position:center;
  border-radius:8px;
  display:block;
  flex:0 0 64px;
}
.brand-name{
  display:flex;
  flex-direction:column;
  justify-content:center;
  line-height:1;
  letter-spacing:.12em;
  color:var(--gold);
  font-family:var(--sans);
  font-size:9px;
}
.brand-name strong{
  color:var(--navy);
  font-family:var(--serif);
  font-size:18px;
  letter-spacing:.07em;
  margin-top:3px;
  white-space:nowrap;
}
.brand-name small{
  color:#65727a;
  font-size:6px;
  letter-spacing:.14em;
  margin-top:5px;
  white-space:nowrap;
}
.nav-toggle{width:42px;height:42px;border-radius:9px}

@media(max-width:900px){
  .site-header{height:78px;padding:5px 14px}
  .brand-header{height:66px;gap:8px}
  .brand-header img{width:58px;height:58px;flex-basis:58px}
  .brand-name strong{font-size:16px}
  .brand-name{font-size:8px}
  .brand-name small{font-size:5.5px;letter-spacing:.11em}
  .nav-toggle{width:40px;height:40px}
}

@media(max-width:430px){
  .site-header{height:74px;padding:4px 12px}
  .brand-header{height:62px;gap:7px}
  .brand-header img{width:52px;height:52px;flex-basis:52px;border-radius:7px}
  .brand-name strong{font-size:14px;letter-spacing:.055em}
  .brand-name{font-size:7px}
  .brand-name small{font-size:5px;letter-spacing:.08em}
}

/* V4.2 portfolio: dominant hero image + consistent supporting thumbnails */
.gallery{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  grid-auto-rows:190px;
  gap:10px;
}
.gallery figure{margin:0;overflow:hidden;border-radius:12px;background:var(--warm)}
.gallery .featured{grid-column:span 2;grid-row:span 2}
.gallery img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.gallery figure:hover img{transform:scale(1.025)}

@media(max-width:900px){
  .gallery{grid-template-columns:1fr 1fr;grid-auto-rows:150px;gap:8px}
  .gallery .featured{grid-column:1 / 3;grid-row:span 2}
  .gallery figure:nth-child(n+8){display:block}
}
@media(max-width:430px){
  .gallery{grid-auto-rows:132px;gap:7px}
  .gallery .featured{grid-row:span 2}
}


/* V4.3 HEADER — centered full logo, as requested */
.site-header{
  height:108px;
  padding:8px 28px;
  background:rgba(255,255,255,.98);
  border-bottom:1px solid rgba(228,220,205,.7);
  position:sticky;
  top:0;
  backdrop-filter:blur(10px);
}
.brand-header{
  position:absolute;
  left:50%;
  top:6px;
  transform:translateX(-50%);
  display:block;
  width:128px;
  height:96px;
  overflow:hidden;
  z-index:2;
}
.brand-header img{
  width:128px;
  height:96px;
  object-fit:contain;
  border-radius:0;
  display:block;
}
.site-header .nav{margin-left:auto;padding-right:4px}
.site-header .menu-btn{margin-left:auto}

/* Let the portfolio images load reliably on mobile; keep the layout lightweight. */
.gallery img{background:var(--warm);}

@media(max-width:900px){
  .site-header{
    height:92px;
    padding:6px 14px;
  }
  .brand-header{
    width:112px;
    height:84px;
    top:4px;
  }
  .brand-header img{
    width:112px;
    height:84px;
  }
  .site-header .menu-btn{z-index:4}
}

@media(max-width:430px){
  .site-header{
    height:88px;
    padding:5px 12px;
  }
  .brand-header{
    width:104px;
    height:78px;
    top:4px;
  }
  .brand-header img{
    width:104px;
    height:78px;
  }
}

/* V4.4 — WHO WE ARE: premium, concise and mobile-first */
.who-we-are{
  background:var(--cream);
}
.who-intro{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:58px;
  align-items:start;
}
.who-intro h2{
  max-width:760px;
  margin-bottom:22px;
}
.who-intro p{
  max-width:760px;
  color:var(--muted);
  font-size:15px;
  margin:0 0 14px;
}
.who-intro .who-lead{
  font-size:17px;
  color:#425a63;
}
.expertise-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  padding:27px 24px;
  box-shadow:0 12px 30px rgba(8,47,70,.055);
}
.expertise-title{
  color:var(--gold);
  font-size:10px;
  font-weight:700;
  letter-spacing:2px;
  margin-bottom:16px;
}
.expertise-card ul{
  list-style:none;
  padding:0;
  margin:0;
}
.expertise-card li{
  display:flex;
  align-items:flex-start;
  gap:13px;
  padding:12px 0;
  border-bottom:1px solid var(--line);
  color:var(--navy);
  font-size:13px;
  line-height:1.4;
}
.expertise-card li:last-child{border-bottom:0;padding-bottom:2px}
.expertise-card li span{
  flex:0 0 24px;
  color:var(--gold);
  font-size:10px;
  font-weight:700;
  letter-spacing:1px;
}
.who-slogan{
  margin-top:38px;
  background:var(--navy);
  color:#fff;
  border-radius:14px;
  padding:23px 26px;
  text-align:center;
  font:italic 20px/1.45 "Playfair Display",serif;
  box-shadow:0 14px 28px rgba(6,40,58,.12);
  border-left:4px solid var(--gold);
}

@media(max-width:900px){
  .who-intro{
    grid-template-columns:1fr;
    gap:28px;
  }
  .who-intro h2{font-size:35px}
  .who-intro p{font-size:14px}
  .who-intro .who-lead{font-size:15px}
  .expertise-card{padding:22px 18px}
  .expertise-card li{font-size:12px;padding:11px 0}
  .who-slogan{
    margin-top:28px;
    padding:20px 18px;
    font-size:17px;
  }
}

@media(max-width:430px){
  .who-intro h2{font-size:32px}
  .who-slogan{font-size:16px}
}

/* V4.5 — final mobile polish */
@media(max-width:900px){
  .site-header .logo img,
  header .logo img,
  .brand-logo img{
    max-height:58px !important;
    width:auto;
  }
  .hero h1{
    font-size:clamp(38px,9.2vw,52px);
    line-height:.98;
  }
  .hero .cta,
  .hero a.button,
  .hero .btn{
    min-height:50px;
  }
  .peace-of-mind{
    padding-top:54px;
    padding-bottom:54px;
  }
  .peace-of-mind h2{
    margin-bottom:16px;
  }
  .peace-lead{
    max-width:680px;
    color:var(--muted);
  }
  .peace-points{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:9px 18px;
    margin-top:20px;
    font-size:12px;
    line-height:1.4;
  }
  .portfolio-cta{
    text-align:center;
    margin-top:20px;
  }
  .secondary-link{
    display:inline-flex;
    align-items:center;
    gap:9px;
    padding:12px 18px;
    border:1px solid var(--navy);
    border-radius:999px;
    color:var(--navy);
    font-size:13px;
    font-weight:700;
    text-decoration:none;
  }
  .secondary-link span{font-size:17px}
  .mobile-wa-bar{
    position:fixed;
    left:12px;
    right:12px;
    bottom:10px;
    z-index:999;
    display:block;
    padding-bottom:env(safe-area-inset-bottom);
  }
  .mobile-wa-bar a{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:46px;
    padding:0 16px;
    border-radius:12px;
    background:var(--navy);
    color:#fff;
    text-decoration:none;
    font-size:13px;
    box-shadow:0 8px 24px rgba(0,0,0,.18);
    border:1px solid rgba(255,255,255,.15);
  }
}
@media(min-width:901px){
  .mobile-wa-bar{display:none}
}
@media(max-width:430px){
  .peace-points{
    grid-template-columns:1fr;
  }
}


/* V4.6 — desktop refinement + clickable project gallery */
:root{
  --content-max:1240px;
  --wide-max:1320px;
}
.site-header{
  box-shadow:0 1px 0 rgba(6,40,58,.04);
}
.hero-inner,
.narrow,
.footer-inner{
  max-width:var(--content-max);
}
@media(min-width:901px){
  .site-header{
    height:96px;
    padding:7px 4vw;
  }
  .brand-header{
    width:150px;
    height:88px;
    top:4px;
  }
  .brand-header img{
    width:150px;
    height:88px;
  }
  .site-header .nav{
    font-size:14px;
    gap:34px;
  }
  .hero-inner{
    padding:120px 56px 92px;
  }
  .hero h1{
    max-width:980px;
    font-size:clamp(58px,6vw,82px);
    letter-spacing:-.018em;
  }
  .hero p{
    font-size:19px;
    max-width:680px;
  }
  .hero-actions .btn{
    min-width:205px;
    min-height:54px;
  }
  .section{
    padding:112px 5vw;
  }
  .intro{
    padding-top:105px;
    padding-bottom:105px;
  }
  .section h2,
  .intro h2{
    font-size:clamp(42px,4vw,56px);
  }
  .services .lead{
    font-size:17px;
  }
  .cards{
    max-width:1180px;
    gap:20px;
    margin-top:52px;
  }
  .card{
    min-height:245px;
    padding:31px 27px;
  }
  .card h3{
    font-size:17px;
  }
  .card p{
    font-size:13.5px;
    line-height:1.65;
  }
  .process .narrow{
    max-width:1180px;
  }
  .steps{
    margin-top:52px;
  }
  .steps>div{
    padding:0 32px;
  }
  .steps h3{
    font-size:16px;
  }
  .steps p{
    font-size:13.5px;
  }
  .who-intro{
    grid-template-columns:1.2fr .8fr;
    gap:76px;
  }
  .who-intro p{
    font-size:16px;
    line-height:1.75;
  }
  .who-intro .who-lead{
    font-size:18px;
  }
  .expertise-card{
    padding:31px 28px;
  }
  .expertise-card li{
    font-size:14px;
    padding:14px 0;
  }
  .who-slogan{
    margin-top:46px;
    padding:27px 34px;
    font-size:22px;
  }
  .trust-grid{
    max-width:1180px;
    gap:90px;
  }
  .trust blockquote{
    padding:38px 36px;
    font-size:22px;
  }
  .gallery{
    grid-template-columns:2fr 1fr 1fr;
    grid-auto-rows:260px;
    gap:14px;
  }
  .gallery figure{
    cursor:zoom-in;
  }
  .gallery figure:after{
    content:"View photo";
    position:absolute;
    left:16px;
    bottom:14px;
    padding:7px 11px;
    border-radius:999px;
    background:rgba(6,40,58,.82);
    color:#fff;
    font-size:11px;
    font-weight:700;
    letter-spacing:.04em;
    opacity:0;
    transform:translateY(5px);
    transition:.2s ease;
  }
  .gallery figure{
    position:relative;
  }
  .gallery figure:hover:after,
  .gallery figure:focus-visible:after{
    opacity:1;
    transform:translateY(0);
  }
  .caption{
    padding-top:21px;
    font-size:15px;
  }
  .caption span{
    font-size:13px;
  }
  .contact{
    padding-top:105px;
    padding-bottom:105px;
  }
  .contact-slogan{
    max-width:760px;
    margin:30px auto 28px;
    padding:18px 24px;
    border:1px solid rgba(200,164,90,.35);
    border-radius:12px;
    color:#f0dfb2;
    font:italic 18px/1.45 "Playfair Display",serif;
    background:rgba(255,255,255,.035);
  }
}
@media(max-width:900px){
  .contact-slogan{
    margin:24px 0 22px;
    padding:15px 16px;
    border:1px solid rgba(200,164,90,.35);
    border-radius:10px;
    color:#f0dfb2;
    font:italic 15px/1.45 "Playfair Display",serif;
  }
}

/* Lightbox */
.lightbox{
  position:fixed;
  inset:0;
  z-index:2000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.lightbox.is-open{display:flex}
.lightbox-backdrop{
  position:absolute;
  inset:0;
  background:rgba(3,23,32,.94);
  backdrop-filter:blur(5px);
}
.lightbox-dialog{
  position:relative;
  z-index:1;
  width:min(1180px,96vw);
  height:min(90vh,900px);
  display:flex;
  align-items:center;
  justify-content:center;
}
.lightbox-figure{
  margin:0;
  max-width:calc(100% - 120px);
  max-height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.lightbox-image{
  display:block;
  max-width:100%;
  max-height:78vh;
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:10px;
  box-shadow:0 22px 70px rgba(0,0,0,.45);
}
.lightbox-caption{
  margin-top:12px;
  color:#fff;
  font-size:13px;
  text-align:center;
  max-width:760px;
}
.lightbox-close,
.lightbox-arrow{
  position:absolute;
  z-index:2;
  border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.1);
  color:#fff;
  cursor:pointer;
  display:grid;
  place-items:center;
  transition:.2s ease;
}
.lightbox-close:hover,
.lightbox-arrow:hover{
  background:rgba(255,255,255,.18);
}
.lightbox-close{
  top:0;
  right:0;
  width:46px;
  height:46px;
  border-radius:50%;
  font-size:30px;
  line-height:1;
}
.lightbox-arrow{
  top:50%;
  transform:translateY(-50%);
  width:50px;
  height:50px;
  border-radius:50%;
  font-size:42px;
  line-height:1;
}
.lightbox-prev{left:0}
.lightbox-next{right:0}
.lightbox-count{
  position:absolute;
  bottom:2px;
  left:50%;
  transform:translateX(-50%);
  color:#cbd8dc;
  font-size:11px;
  letter-spacing:.08em;
}
@media(max-width:700px){
  .lightbox{padding:12px}
  .lightbox-dialog{width:100%;height:90vh}
  .lightbox-figure{max-width:calc(100% - 30px)}
  .lightbox-image{max-height:72vh;border-radius:8px}
  .lightbox-arrow{
    width:38px;height:38px;font-size:31px;
    background:rgba(255,255,255,.12);
  }
  .lightbox-prev{left:-1px}
  .lightbox-next{right:-1px}
  .lightbox-close{top:-2px;right:-2px;width:40px;height:40px;font-size:27px}
  .lightbox-caption{font-size:12px;padding:0 12px}
}
.gallery-item:focus-visible{
  outline:3px solid var(--gold);
  outline-offset:3px;
}
body.lightbox-open{overflow:hidden}


/* V4.7 FINAL — design freeze polish */
.why-choose{
  background:var(--cream,#f6f1e8);
}
.section-lead{
  max-width:760px;
}
.why-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:42px;
}
.why-item{
  display:flex;
  gap:16px;
  align-items:flex-start;
  padding:25px 24px;
  background:#fff;
  border:1px solid rgba(6,40,58,.08);
  border-radius:14px;
  box-shadow:0 8px 24px rgba(6,40,58,.05);
}
.why-icon{
  flex:0 0 28px;
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:1px solid rgba(200,164,90,.6);
  color:var(--gold,#c8a45a);
  font-weight:700;
}
.why-item h3{
  margin:0 0 7px;
}
.why-item p{
  margin:0;
}
@media(max-width:700px){
  .why-grid{
    grid-template-columns:1fr;
    gap:12px;
    margin-top:28px;
  }
  .why-item{
    padding:18px 16px;
    gap:12px;
  }
}
@media(min-width:901px){
  .why-grid{
    gap:20px;
    margin-top:48px;
  }
  .why-item{
    min-height:150px;
    padding:28px;
  }
  .why-item h3{
    font-size:18px;
  }
  .why-item p{
    font-size:14px;
    line-height:1.65;
  }
}
