@font-face{font-family:GeorgiaLocal;src:local(Georgia)}
:root{
  --bg:#071014;
  --bg2:#0c1418;
  --panel:#141c21;
  --panel2:#111820;
  --border:rgba(255,255,255,.14);
  --text:#f9efe3;
  --muted:#cfc5b9;
  --accent:#e4896f;
  --accent2:#f0b08e;
  --cream:#f5ead8;
  --shadow:0 28px 90px rgba(0,0,0,.45);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 20% 10%,rgba(228,137,111,.08),transparent 30%),
    radial-gradient(circle at 80% 0%,rgba(245,234,216,.06),transparent 35%),
    linear-gradient(135deg,#050b0e 0%,#0b1418 55%,#060b0e 100%);
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55;
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);
  background-size:72px 72px;
  opacity:.18;
  z-index:-1;
}
img{display:block;max-width:100%;image-rendering:auto}
a{color:inherit;text-decoration:none}
svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.container{width:min(var(--max),calc(100% - 44px));margin:auto}

.site-header{
  position:sticky;
  top:18px;
  z-index:30;
  padding:0 20px;
}
.header-wrap{
  width:min(1320px,calc(100% - 0px));
  min-height:88px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  border:1px solid var(--border);
  border-radius:24px;
  padding:15px 28px;
  background:rgba(9,13,16,.72);
  backdrop-filter:blur(24px);
  box-shadow:0 20px 50px rgba(0,0,0,.32);
}
.brand img{width:172px;height:auto}
.nav{display:flex;align-items:center;gap:34px;font-weight:760;font-size:15px}
.nav a{position:relative;color:#fff;opacity:.88}
.nav a:first-child{color:#fff}
.nav a:first-child:after,.nav a:hover:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-12px;
  height:2px;
  border-radius:999px;
  background:var(--accent);
}
.header-actions{display:flex;align-items:center;gap:12px}
.circle-btn{
  width:52px;
  height:52px;
  border:1px solid rgba(228,137,111,.38);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--accent);
  background:rgba(255,255,255,.04);
}
.btn{
  min-height:52px;
  padding:0 24px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:850;
  border:1px solid transparent;
  transition:.24s ease;
}
.btn:hover,.circle-btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--accent2),var(--accent));color:#1b1110;box-shadow:0 18px 45px rgba(228,137,111,.24)}
.btn-outline{background:rgba(255,255,255,.04);color:#fff;border-color:rgba(255,255,255,.22)}
.menu{display:none;width:48px;height:48px;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid var(--border);padding:12px}
.menu span{display:block;height:2px;background:#fff;margin:6px 0;border-radius:99px}

.hero{
  padding:90px 0 56px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.hero-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:64px;
  align-items:center;
}
.hero-copy h1{
  font-family:Georgia,"Times New Roman",serif;
  margin:0;
  font-size:clamp(48px,6vw,82px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:500;
}
.hero-copy h1 span{color:var(--accent)}
.hero-copy p{
  color:var(--muted);
  max-width:480px;
  margin:25px 0 22px;
  font-size:17px;
}
.rating{
  width:max-content;
  display:flex;
  gap:10px;
  align-items:center;
  padding:9px 16px;
  border:1px solid rgba(228,137,111,.5);
  border-radius:999px;
  color:#fff;
  margin-bottom:24px;
}
.rating span{color:#ffc44f}
.rating small{color:#fff}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-media{
  position:relative;
  min-height:420px;
  border-radius:28px;
}
.hero-main{
  width:100%;
  height:420px;
  object-fit:cover;
  border-radius:28px;
  border:1px solid rgba(245,234,216,.20);
  box-shadow:var(--shadow);
}
.hero-inset{
  position:absolute;
  right:-12px;
  bottom:-42px;
  width:300px;
  height:215px;
  padding:8px;
  border-radius:26px;
  background:rgba(245,234,216,.82);
  box-shadow:0 24px 70px rgba(0,0,0,.5);
}
.hero-inset img{width:100%;height:100%;object-fit:cover;border-radius:20px}

.about{
  padding:84px 0 76px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.about-grid{
  display:grid;
  grid-template-columns:360px 1fr;
  gap:58px;
  align-items:center;
}
.portrait{
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:rgba(255,255,255,.06);
}
.portrait img{width:100%;height:350px;object-fit:cover}
.eyebrow{
  margin:0 0 12px;
  color:var(--accent);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:900;
}
.about-copy h2,.section-title h2,.contact-title h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(30px,3.4vw,52px);
  line-height:1.08;
  margin:0;
  font-weight:500;
}
.about-copy h2 span{color:var(--accent)}
.about-copy p{color:var(--muted);max-width:690px}
.mini-features{
  margin-top:32px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.mini-features article{display:flex;align-items:center;gap:10px;color:#e8ded0;font-size:13px;font-weight:750}
.mini-features svg{color:var(--accent);width:34px;height:34px;flex:0 0 auto}

.services,.structure,.reviews,.contact{padding:66px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.section-title{text-align:center;margin-bottom:32px}
.section-title p{color:var(--muted);margin:10px 0 0}
.service-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}
.service-card{
  min-height:230px;
  padding:30px 22px;
  text-align:center;
  border-radius:12px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 16px 42px rgba(0,0,0,.22);
  transition:.22s ease;
}
.service-card:hover{transform:translateY(-5px);background:rgba(255,255,255,.1)}
.icon{
  width:76px;
  height:76px;
  border-radius:50%;
  margin:0 auto 22px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--accent2),var(--accent));
  color:#2a1715;
}
.icon svg{width:40px;height:40px}
.service-card h3{
  font-family:Georgia,"Times New Roman",serif;
  margin:0 0 10px;
  font-size:21px;
  line-height:1.08;
}
.service-card p{color:var(--muted);font-size:14px;margin:0}

.gallery-strip{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:8px;
}
.gallery-strip img{
  width:100%;
  height:160px;
  object-fit:cover;
  border-radius:10px;
  border:1px solid rgba(245,234,216,.2);
  box-shadow:0 16px 45px rgba(0,0,0,.25);
}

.review-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.review-card{
  min-height:190px;
  padding:24px;
  border-radius:14px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.045));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 45px rgba(0,0,0,.22);
}
.review-head{display:flex;align-items:center;gap:14px;margin-bottom:15px}
.review-head img{width:58px;height:58px;border-radius:50%;object-fit:cover}
.review-head strong{display:block;color:#fff}
.review-head span{color:#ffc44f;letter-spacing:.12em}
.review-card p{color:#d8cec2;margin:0;font-size:15px}

.contact-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr .9fr 1.55fr;
  gap:18px;
  align-items:stretch;
}
.contact-title h2{font-size:48px}
.contact-title p{color:var(--muted)}
.contact-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:10px;
  padding:28px;
  min-height:170px;
  border-radius:14px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.12);
}
.contact-icon{
  width:62px;height:62px;border-radius:50%;
  display:grid;place-items:center;
  background:linear-gradient(135deg,var(--accent2),var(--accent));
  color:#241211;
}
.contact-card strong{font-family:Georgia,"Times New Roman",serif;font-size:21px}
.contact-card small{color:var(--muted);font-weight:650}

.footer{
  padding:58px 0 26px;
  background:#060c10;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.25fr 1fr 1.35fr;
  gap:70px;
  align-items:start;
}
.footer-brand img{width:180px;margin-bottom:18px}
.footer p,.footer a,.footer-bottom{color:#b9afa4;font-size:14px}
.footer-col h3{margin:0 0 14px;color:var(--accent);text-transform:uppercase;letter-spacing:.12em;font-size:13px}
.footer-col a{display:block;margin:7px 0}
.footer-col a:hover{color:var(--accent)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.09);margin-top:38px;padding-top:20px;text-align:center}

.float-whatsapp{
  position:fixed;
  right:28px;
  bottom:28px;
  width:62px;
  height:62px;
  border-radius:50%;
  background:#23d366;
  color:#fff;
  display:grid;
  place-items:center;
  z-index:40;
  box-shadow:0 18px 45px rgba(35,211,102,.34);
}
.float-whatsapp svg{width:30px;height:30px}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}


.maps-section{
  padding:66px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.maps-grid{
  display:grid;
  grid-template-columns:1.45fr .75fr;
  gap:18px;
  align-items:stretch;
}
.map-card{
  min-height:430px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(245,234,216,.18);
  box-shadow:0 22px 70px rgba(0,0,0,.34);
  background:rgba(255,255,255,.04);
}
.map-card iframe{
  width:100%;
  height:100%;
  min-height:430px;
  border:0;
  filter:grayscale(.45) invert(.88) contrast(.86);
  opacity:.88;
}
.location-card{
  min-height:430px;
  padding:34px;
  border-radius:18px;
  background:
    radial-gradient(circle at top right, rgba(228,137,111,.16), transparent 38%),
    linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 22px 70px rgba(0,0,0,.26);
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:16px;
}
.location-card h3{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:34px;
  color:#fff;
}
.location-card p{
  margin:0 0 6px;
  color:var(--muted);
  font-size:16px;
}
.location-card .btn{
  width:max-content;
  max-width:100%;
}
@media(max-width:1080px){
  .maps-grid{grid-template-columns:1fr}
  .location-card,.map-card,.map-card iframe{min-height:340px}
}
@media(max-width:760px){
  .maps-section{padding:56px 0}
  .location-card{padding:24px}
  .location-card .btn{width:100%}
}

@media(max-width:1080px){
  .header-actions{display:none}
  .nav{gap:18px}
  .hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-strip{grid-template-columns:repeat(3,1fr)}
  .review-grid{grid-template-columns:1fr}
  .mini-features{grid-template-columns:repeat(2,1fr)}
  .portrait{max-width:380px}
}
@media(max-width:760px){
  .container{width:min(var(--max),calc(100% - 28px))}
  .site-header{top:10px;padding:0 10px}
  .header-wrap{min-height:76px;border-radius:18px;padding:12px 16px}
  .brand img{width:135px}
  .nav{
    position:fixed;
    top:92px;
    left:14px;
    right:14px;
    display:grid;
    gap:0;
    padding:14px;
    border:1px solid var(--border);
    border-radius:20px;
    background:rgba(7,16,20,.96);
    backdrop-filter:blur(20px);
    opacity:0;
    pointer-events:none;
    transform:translateY(-10px);
    transition:.2s ease;
  }
  .nav.open{opacity:1;pointer-events:auto;transform:translateY(0)}
  .nav a{padding:14px}
  .menu{display:block}
  .hero{padding-top:54px}
  .hero-copy h1{font-size:47px}
  .hero-actions{display:grid}
  .btn{width:100%}
  .hero-main{height:340px}
  .hero-inset{width:190px;height:138px;right:10px;bottom:-26px}
  .service-grid,.gallery-strip{grid-template-columns:1fr}
  .gallery-strip img{height:220px}
  .mini-features{grid-template-columns:1fr}
  .contact-title h2{font-size:38px}
  .footer-grid{grid-template-columns:1fr;gap:24px}
}
