:root{
  --bg:#f3eadc;
  --paper:#fffaf1;
  --paper-2:#f8efe2;
  --ink:#17120f;
  --muted:#75695f;
  --soft:#ead8c0;
  --line:rgba(23,18,15,.12);
  --charcoal:#17120f;
  --charcoal-2:#2d2018;
  --copper:#b96f36;
  --copper-2:#df9a54;
  --gold:#f2c078;
  --sand:#e7d5bd;
  --whatsapp:#25D366;
  --shadow:0 24px 80px rgba(45,30,16,.16);
  --shadow-soft:0 14px 42px rgba(45,30,16,.09);
  --radius:30px;
  --wrap:min(1180px, calc(100% - 32px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{
  margin:0;
  font-family:Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 12% 6%, rgba(223,154,84,.22), transparent 32%),
    radial-gradient(circle at 84% 14%, rgba(99,70,45,.13), transparent 30%),
    linear-gradient(180deg,#f6efe6 0%, var(--bg) 45%, #efe2d1 100%);
  overflow-x:hidden;
}

img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
svg{display:block}

.site-grain{
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  opacity:.22;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}

.skip-link{
  position:absolute;
  left:-999px;
  top:10px;
  z-index:99;
  background:#fff;
  padding:10px 14px;
  border-radius:10px;
}

.skip-link:focus{left:10px}

.topbar{
  position:fixed;
  top:14px;
  left:50%;
  transform:translateX(-50%);
  width:var(--wrap);
  z-index:50;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:9px 10px 9px 10px;
  color:#fff;
  background:rgba(23,18,15,.82);
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  box-shadow:0 18px 55px rgba(18,12,8,.20);
  backdrop-filter:blur(18px);
  transition:.25s ease;
}

.topbar.is-scrolled{
  top:8px;
  background:rgba(23,18,15,.94);
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.brand-mark{
  width:52px;
  height:52px;
  border-radius:50%;
  overflow:hidden;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  background:rgba(255,255,255,.06);
  box-shadow:
    0 0 0 5px rgba(223,154,84,.10),
    0 10px 24px rgba(0,0,0,.22);
}

.brand-mark img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.brand-copy{
  display:grid;
  line-height:1.05;
}

.brand-copy strong{
  font-size:15px;
  font-weight:900;
}

.brand-copy small{
  font-size:11px;
  color:rgba(255,255,255,.70);
  letter-spacing:.04em;
  text-transform:uppercase;
}

.nav{
  display:flex;
  align-items:center;
  gap:4px;
}

.nav a{
  font-size:14px;
  font-weight:800;
  color:rgba(255,255,255,.76);
  padding:12px 14px;
  border-radius:999px;
  transition:.2s ease;
}

.nav a:hover,
.nav a.is-active{
  color:#fff;
  background:rgba(255,255,255,.10);
}

.nav .nav-cta{
  color:#17120f;
  background:#fff;
}

.nav .nav-cta:hover{
  color:#17120f;
  background:var(--gold);
}

.nav-toggle{
  display:none;
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:transparent;
  padding:13px;
  flex-direction:column;
  justify-content:center;
  gap:6px;
}

.nav-toggle span{
  height:2px;
  border-radius:99px;
  background:#fff;
}

.section{
  width:var(--wrap);
  margin-inline:auto;
  padding:100px 0;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 18px;
  color:var(--copper);
  font-weight:900;
  font-size:12px;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.eyebrow span{
  width:34px;
  height:2px;
  background:currentColor;
  border-radius:99px;
}

h1,h2,h3,p{margin-top:0}

h1,h2{
  font-family:Inter, Manrope, sans-serif;
  letter-spacing:-.07em;
}

h1{
  font-size:clamp(48px,7.4vw,92px);
  line-height:.88;
  max-width:850px;
  margin-bottom:24px;
}

h2{
  font-size:clamp(34px,4vw,60px);
  line-height:.94;
  margin-bottom:18px;
}

h3{
  font-size:24px;
  line-height:1.08;
  letter-spacing:-.04em;
}

.hero{
  min-height:100svh;
  padding-top:142px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(330px,530px);
  align-items:center;
  gap:clamp(30px,6vw,82px);
}

.hero-lead,
.section-head p,
.contact-panel>p{
  font-size:clamp(17px,2vw,21px);
  line-height:1.55;
  color:var(--muted);
  max-width:680px;
}

.hero-actions,
.contact-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.btn{
  min-height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid var(--line);
  font-weight:900;
  transition:.2s ease;
}

.btn svg{
  width:22px;
  height:22px;
}

.btn-primary{
  color:#fff;
  background:linear-gradient(145deg,#17120f,#35251b);
  box-shadow:0 18px 34px rgba(20,17,15,.22);
}

.btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 24px 46px rgba(20,17,15,.26);
}

.btn-soft{
  color:var(--ink);
  background:rgba(255,250,241,.62);
}

.btn-soft:hover{
  background:#fff;
  transform:translateY(-2px);
}

.hero-proof{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:34px;
}

.hero-proof span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:10px 12px;
  color:#3b332e;
  background:rgba(255,250,242,.72);
  border:1px solid var(--line);
  border-radius:999px;
  font-size:13px;
  font-weight:900;
}

.hero-proof b{
  color:#8b4e24;
}

.hero-media{
  position:relative;
  min-height:585px;
}

.hero-photo{
  margin:0;
  overflow:hidden;
  background:#ddd;
  border:10px solid rgba(255,250,242,.78);
  box-shadow:var(--shadow);
}

.hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.86) contrast(1.04);
}

.hero-photo-main{
  position:absolute;
  inset:0 44px 32px 0;
  border-radius:42px;
}

.hero-photo-side{
  position:absolute;
  right:0;
  bottom:0;
  width:48%;
  height:230px;
  border-radius:34px;
  border-width:8px;
}

.hero-stamp{
  position:absolute;
  left:22px;
  bottom:64px;
  width:150px;
  min-height:150px;
  display:grid;
  place-items:center;
  text-align:center;
  padding:16px;
  border-radius:36px;
  color:#fff;
  background:rgba(23,18,15,.88);
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 22px 54px rgba(0,0,0,.30);
}

.hero-stamp img{
  width:78px;
  height:78px;
  object-fit:contain;
  margin-bottom:8px;
}

.hero-stamp span{
  font-size:13px;
  line-height:1.05;
  font-weight:1000;
  text-transform:uppercase;
  color:rgba(255,255,255,.82);
}

.ticker{
  overflow:hidden;
  border-block:1px solid var(--line);
  background:rgba(23,18,15,.94);
  color:#f8ead8;
  white-space:nowrap;
}

.ticker-track{
  display:flex;
  width:max-content;
  will-change:transform;
  animation:ticker 58s linear infinite;
}

.ticker-group{
  display:flex;
  align-items:center;
  gap:22px;
  flex:0 0 auto;
  padding:18px 11px;
}

.ticker span{
  font-weight:1000;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.ticker b{
  color:var(--copper-2);
}

@keyframes ticker{
  from{transform:translateX(0)}
  to{transform:translateX(-25%)}
}

.section-head{
  max-width:850px;
  margin-bottom:36px;
}

.section-head.center{
  text-align:center;
  margin-inline:auto;
}

.section-head.center .eyebrow{
  justify-content:center;
}

.section-head-split{
  max-width:none;
  display:grid;
  grid-template-columns:1fr minmax(260px,420px);
  gap:26px;
  align-items:end;
}

.section-head-split p:last-child{
  margin-bottom:4px;
}

.service-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.service-card{
  position:relative;
  overflow:hidden;
  min-height:248px;
  padding:30px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  border-radius:var(--radius);
  background:
    linear-gradient(145deg,rgba(255,250,242,.96),rgba(247,236,220,.78));
  border:1px solid rgba(23,18,15,.10);
  box-shadow:var(--shadow-soft);
  transition:.22s ease;
}

.service-card:before{
  content:"";
  position:absolute;
  inset:0 30px auto;
  height:3px;
  background:linear-gradient(90deg,transparent,var(--copper),transparent);
  opacity:.32;
}

.service-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow);
  border-color:rgba(185,111,54,.24);
}

.service-icon{
  width:48px;
  height:48px;
  border-radius:14px;
  display:grid;
  place-items:center;
  margin-bottom:24px;
  color:#9b5d2f;
  background:linear-gradient(180deg,rgba(244,231,212,.95),rgba(232,212,184,.88));
  border:1px solid rgba(185,111,54,.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.55),
    0 10px 18px rgba(45,30,16,.06);
}

.service-icon svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.85;
  stroke-linecap:round;
  stroke-linejoin:round;
  overflow:visible;
}

.service-card h3{
  margin:0 0 12px;
}

.service-card p{
  margin-bottom:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.6;
}

.service-card-dark{
  color:#fff;
  background:linear-gradient(145deg,#16120f,#302117);
}

.service-card-dark:before{
  background:linear-gradient(90deg,transparent,#f2c078,transparent);
  opacity:.72;
}

.service-card-dark .service-icon{
  color:#1a120d;
  background:linear-gradient(180deg,#f3c786,#d9964f);
  border-color:rgba(255,255,255,.08);
  box-shadow:0 10px 22px rgba(223,154,84,.18);
}

.service-card-dark p{
  color:rgba(255,255,255,.72);
}

.service-card-dark a{
  margin-top:22px;
  color:var(--gold);
  font-weight:1000;
}

.work-masonry{
  display:grid;
  grid-template-columns:1.25fr .9fr .9fr;
  grid-auto-rows:245px;
  gap:16px;
}

.work-card{
  position:relative;
  overflow:hidden;
  display:block;
  width:100%;
  border:0;
  padding:0;
  border-radius:32px;
  background:#20150f;
  box-shadow:var(--shadow-soft);
}

.work-large{
  grid-row:span 2;
}

.work-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.45s ease;
  filter:saturate(.86) contrast(1.04);
}

.work-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to top,rgba(0,0,0,.68),transparent 58%),
    linear-gradient(135deg,rgba(185,111,54,.16),transparent 42%);
}

.work-card span{
  position:absolute;
  left:20px;
  right:20px;
  bottom:18px;
  z-index:2;
  color:#fff;
  text-align:left;
  font-size:18px;
  font-weight:1000;
}

.work-card:hover img{
  transform:scale(1.06);
}

.timeline{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.step{
  position:relative;
  overflow:hidden;
  min-height:245px;
  padding:28px;
  border-radius:var(--radius);
  background:rgba(255,250,242,.78);
  border:1px solid rgba(23,18,15,.10);
  box-shadow:0 14px 44px rgba(45,30,16,.06);
}

.step:before{
  content:"";
  position:absolute;
  top:0;
  left:28px;
  width:64px;
  height:4px;
  border-radius:0 0 99px 99px;
  background:var(--copper);
}

.step span{
  display:inline-flex;
  align-items:center;
  width:auto;
  margin-bottom:34px;
  padding:8px 12px;
  border-radius:999px;
  color:#8b4e24;
  background:#efe1cf;
  font-weight:1000;
  font-size:11px;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.step h3{
  margin-bottom:12px;
}

.step p{
  margin:0;
  color:var(--muted);
  line-height:1.58;
}

.about{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:18px;
  align-items:stretch;
}

.about-card{
  min-height:540px;
  padding:clamp(30px,5vw,56px);
  border-radius:38px;
  color:#fff;
  background:
    radial-gradient(circle at 85% 20%,rgba(223,154,84,.18),transparent 28%),
    linear-gradient(145deg,#17120f,#342217);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.about-card .eyebrow{
  color:var(--gold);
}

.about-card p{
  max-width:760px;
  color:rgba(255,255,255,.74);
  font-size:clamp(17px,2vw,21px);
  line-height:1.58;
}

.about-card p:last-child{
  margin-bottom:0;
}

.about-photo{
  min-height:540px;
  margin:0;
  border-radius:38px;
  overflow:hidden;
  box-shadow:var(--shadow);
}

.about-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}


/* Foto real de Diego en la sección Sobre Diego */
.about-photo-real{
  position:relative;
  background:#e5d3bd;
}

.about-photo-real::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(to top, rgba(23,18,15,.18), transparent 34%),
    radial-gradient(circle at 72% 12%, rgba(242,192,120,.16), transparent 28%);
}

.about-photo-real img{
  object-position:center center;
}

@media (min-width:981px){
  .about{
    grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);
  }

  .about-photo-real{
    min-height:620px;
  }

  .about-photo-real img{
    object-position:center center;
  }
}

@media (max-width:980px){
  .about{
    gap:14px;
  }

  .about-photo-real{
    height:auto;
    aspect-ratio:4 / 5;
  }

  .about-photo-real img{
    object-position:center center;
  }
}

@media (max-width:640px){
  .about-photo-real{
    height:auto;
    aspect-ratio:3 / 4;
    border-radius:28px;
  }

  .about-photo-real img{
    object-position:center top;
  }

  .about-card{
    padding:26px;
  }

  .about-card p{
    font-size:16px;
    line-height:1.58;
  }
}

.contact{
  display:grid;
  grid-template-columns:minmax(0,1fr) 380px;
  gap:18px;
  align-items:stretch;
}

.contact-panel{
  padding:clamp(28px,5vw,56px);
  border-radius:38px;
  background:rgba(255,250,242,.90);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

.contact-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:30px;
}

.contact-form label{
  display:grid;
  gap:8px;
}

.contact-form label span{
  color:#3d332d;
  font-size:13px;
  font-weight:900;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
  width:100%;
  border:1px solid rgba(23,18,15,.12);
  border-radius:18px;
  background:#fffaf2;
  color:var(--ink);
  outline:none;
  padding:15px 16px;
  transition:.18s ease;
}

.contact-form textarea{
  resize:vertical;
  min-height:118px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
  border-color:rgba(185,111,54,.48);
  box-shadow:0 0 0 4px rgba(185,111,54,.10);
}

.field-full,
.contact-submit{
  grid-column:1 / -1;
}

.contact-submit{
  margin-top:4px;
  border:0;
}

.contact-aside{
  position:relative;
  overflow:hidden;
  min-height:100%;
  padding:30px;
  display:flex;
  flex-direction:column;
  gap:26px;
  justify-content:space-between;
  border-radius:38px;
  color:#fff;
  background:
    radial-gradient(circle at 92% 12%,rgba(223,154,84,.20),transparent 30%),
    linear-gradient(145deg,#17120f,#332218);
  box-shadow:var(--shadow);
}

.contact-aside:after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-110px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:rgba(223,154,84,.16);
}

.contact-brand{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:14px;
}

.contact-brand img{
  width:86px;
  height:86px;
  object-fit:contain;
  filter:drop-shadow(0 16px 24px rgba(0,0,0,.35));
}

.contact-brand div{
  display:grid;
  gap:4px;
}

.contact-brand strong{
  font-size:20px;
  font-weight:1000;
}

.contact-brand span{
  color:rgba(255,255,255,.66);
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:900;
}

.contact-card-list{
  position:relative;
  z-index:1;
  display:grid;
  gap:10px;
}

.contact-card-list div{
  padding:16px;
  border-radius:20px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.09);
}

.contact-card-list span{
  display:block;
  margin-bottom:5px;
  color:rgba(255,255,255,.58);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.contact-card-list strong{
  display:block;
  font-size:16px;
  line-height:1.25;
}

.note-wa{
  position:relative;
  z-index:1;
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:999px;
  color:#082a13;
  background:var(--whatsapp);
  font-weight:1000;
  padding:0 18px;
  box-shadow:0 16px 36px rgba(0,0,0,.22);
  transition:.2s ease;
}

.note-wa:hover{
  transform:translateY(-2px);
}

.note-wa svg,
.floating-whatsapp svg{
  width:22px;
  height:22px;
  flex:0 0 auto;
}

.footer{
  width:var(--wrap);
  margin:0 auto 18px;
  padding:22px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:rgba(255,250,242,.74);
  font-size:13px;
  background:linear-gradient(145deg,rgba(20,17,15,.94),rgba(50,34,23,.94));
  border:1px solid rgba(242,192,120,.18);
  border-radius:28px;
  box-shadow:0 22px 58px rgba(45,30,16,.16);
}

.footer p{margin:0}

.footer-copy{
  display:grid;
  gap:6px;
  min-width:0;
}

.footer-dev{
  color:var(--gold);
  font-weight:900;
  white-space:nowrap;
  transition:.2s ease;
}

.footer-dev:hover{
  color:#fff;
}

.photo-credit{
  opacity:.64;
}

.footer-logo{
  flex:0 0 auto;
  width:150px;
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding:5px 0;
  opacity:.94;
  transition:.2s ease;
}

.footer-logo:hover{
  transform:translateY(-2px);
  opacity:1;
}

.footer-logo img{
  width:138px;
  height:auto;
  filter:drop-shadow(0 10px 22px rgba(223,154,84,.22));
}

.floating-whatsapp{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:45;
  min-height:58px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:0 18px;
  border-radius:999px;
  color:#082a13;
  background:var(--whatsapp);
  font-weight:1000;
  box-shadow:0 20px 48px rgba(0,0,0,.25);
  border:3px solid rgba(255,255,255,.65);
  transition:.2s ease;
}

.floating-whatsapp:hover{
  transform:translateY(-3px) scale(1.02);
}

.lightbox{
  position:fixed;
  inset:0;
  z-index:100;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(10,8,6,.84);
}

.lightbox.is-open{
  display:flex;
}

.lightbox img{
  max-height:86vh;
  max-width:min(1120px,94vw);
  border-radius:26px;
  box-shadow:0 30px 90px rgba(0,0,0,.55);
}

.lightbox-close{
  position:absolute;
  top:18px;
  right:18px;
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:#fff;
  font-size:30px;
  line-height:1;
}

.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .65s ease, transform .65s ease;
}

.reveal.is-visible{
  opacity:1;
  transform:none;
}

@media (max-width:980px){
  :root{--wrap:min(100% - 24px, 760px)}

  html{scroll-padding-top:88px}

  .topbar{
    border-radius:26px;
    align-items:flex-start;
  }

  .brand-copy small{display:none}
  .nav-toggle{display:flex}

  .nav{
    position:absolute;
    left:0;
    right:0;
    top:66px;
    display:none;
    flex-direction:column;
    width:100%;
    margin:auto;
    padding:10px;
    border-radius:24px;
    background:rgba(20,17,15,.96);
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 18px 55px rgba(18,12,8,.2);
  }

  .nav.is-open{display:flex}
  .nav a{width:100%;text-align:center}

  .hero{
    grid-template-columns:1fr;
    min-height:auto;
    padding-top:126px;
  }

  .hero-media{
    min-height:520px;
    order:-1;
  }

  .hero-photo-main{inset:0 0 96px 0}
  .hero-photo-side{width:48%;bottom:34px}
  .hero-stamp{bottom:26px}

  .service-grid,
  .timeline{
    grid-template-columns:1fr 1fr;
  }

  .section-head-split,
  .about,
  .contact{
    grid-template-columns:1fr;
  }

  .work-masonry{
    grid-template-columns:1fr 1fr;
  }

  .work-large{
    grid-row:auto;
    grid-column:span 2;
  }

  .about-card,
  .about-photo{
    min-height:auto;
  }

  .about-photo{height:430px}

  .footer{
    flex-direction:column;
    align-items:flex-start;
    padding:22px;
  }

  .footer-logo{
    justify-content:flex-start;
    width:132px;
  }

  .footer-logo img{width:126px}
}

@media (max-width:640px){
  :root{--wrap:calc(100% - 18px)}

  .topbar{
    top:8px;
    padding:8px;
  }

  .brand-mark{
    width:44px;
    height:44px;
  }

  .brand-copy strong{font-size:14px}

  .section{padding:70px 0}
  .hero{padding-top:104px}

  h1{font-size:clamp(43px,14vw,64px)}
  h2{font-size:clamp(31px,10vw,45px)}

  .hero-media{
    min-height:410px;
  }

  .hero-photo{
    border-radius:26px;
    border-width:6px;
  }

  .hero-photo-main{inset:0 0 82px 0}

  .hero-photo-side{
    width:56%;
    height:150px;
    right:4px;
    bottom:20px;
  }

  .hero-stamp{
    width:118px;
    min-height:118px;
    left:8px;
    bottom:26px;
    border-radius:28px;
    padding:12px;
  }

  .hero-stamp img{
    width:58px;
    height:58px;
  }

  .hero-stamp span{
    font-size:11px;
  }

  .hero-actions,
  .contact-actions{
    flex-direction:column;
  }

  .btn{width:100%}

  .hero-proof span{
    width:100%;
    justify-content:center;
  }

  .service-grid,
  .timeline,
  .work-masonry,
  .contact-form{
    grid-template-columns:1fr;
  }

  .service-card{
    min-height:auto;
    padding:26px;
  }

  .service-icon{
    width:44px;
    height:44px;
    margin-bottom:20px;
  }

  .service-icon svg{
    width:22px;
    height:22px;
  }

  .work-large{
    grid-column:auto;
  }

  .work-masonry{
    grid-auto-rows:245px;
  }

  .about-card,
  .about-photo,
  .contact-panel,
  .contact-aside{
    border-radius:28px;
  }

  .about-photo{height:360px}

  .contact-panel,
  .contact-aside{
    padding:24px;
  }

  .contact-brand{
    align-items:flex-start;
  }

  .contact-brand img{
    width:72px;
    height:72px;
  }

  .floating-whatsapp{
    left:12px;
    right:12px;
    bottom:12px;
    justify-content:center;
    min-height:54px;
  }

  .ticker-track{
    animation-duration:44s;
  }

  .footer{
    padding-bottom:24px;
    margin-bottom:86px;
  }

  .footer-logo{
    width:124px;
  }

  .footer-logo img{width:120px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .ticker-track{animation:none}
  .reveal{transition:none;opacity:1;transform:none}
  .work-card img,
  .btn,
  .floating-whatsapp{
    transition:none;
  }
}


/* Card destacada para la especialización principal */
.service-card-featured{
  border-color:rgba(185,111,54,.24);
  background:
    radial-gradient(circle at 88% 18%, rgba(223,154,84,.16), transparent 28%),
    linear-gradient(145deg,rgba(255,250,242,.98),rgba(246,232,211,.86));
}

/* Controles de carrusel: se muestran solo en celular */
.mobile-carousel-controls{
  display:none;
}

@media (max-width:640px){
  .mobile-carousel{
    position:relative;
    margin-inline:-9px;
  }

  .service-grid[data-mobile-track],
  .timeline[data-mobile-track],
  .work-masonry[data-mobile-track]{
    display:flex;
    gap:14px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
    padding:0 9px 12px;
    scrollbar-width:none;
  }

  .service-grid[data-mobile-track]::-webkit-scrollbar,
  .timeline[data-mobile-track]::-webkit-scrollbar,
  .work-masonry[data-mobile-track]::-webkit-scrollbar{
    display:none;
  }

  .service-grid[data-mobile-track] > .service-card,
  .timeline[data-mobile-track] > .step{
    min-width:86%;
    max-width:86%;
    scroll-snap-align:center;
  }

  .work-masonry[data-mobile-track] > .work-card{
    min-width:88%;
    max-width:88%;
    height:260px;
    scroll-snap-align:center;
  }

  .mobile-carousel-controls{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    margin-top:8px;
  }

  .carousel-arrow{
    width:38px;
    height:38px;
    border:1px solid rgba(23,18,15,.10);
    border-radius:50%;
    display:grid;
    place-items:center;
    background:rgba(255,250,242,.78);
    color:var(--ink);
    font-size:26px;
    line-height:1;
    box-shadow:0 10px 22px rgba(45,30,16,.08);
  }

  .carousel-dots{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-width:82px;
  }

  .carousel-dot{
    width:7px;
    height:7px;
    padding:0;
    border:0;
    border-radius:50%;
    background:rgba(23,18,15,.22);
    transition:.2s ease;
  }

  .carousel-dot.is-active{
    width:22px;
    border-radius:999px;
    background:var(--copper);
  }
}


/* Pulido mobile: menos peso visual y secciones más cómodas */
@media (max-width:640px){
  .section-head{
    margin-bottom:24px;
  }

  .section-head p{
    font-size:16px;
  }

  .service-grid[data-mobile-track] > .service-card,
  .timeline[data-mobile-track] > .step{
    min-width:82%;
    max-width:82%;
  }

  .work-masonry[data-mobile-track] > .work-card{
    min-width:86%;
    max-width:86%;
  }

  .mobile-carousel-controls{
    margin-top:6px;
  }

  .contact-form{
    gap:12px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea{
    border-radius:16px;
    padding:13px 14px;
  }
}


/* UX polish v7: Sobre Diego integrado, WhatsApp circular y footer compacto */
.about{
  display:block;
}

.about-card-integrated{
  min-height:auto;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.72fr);
  gap:clamp(22px,4vw,44px);
  align-items:stretch;
  padding:clamp(20px,3.8vw,34px);
  border-radius:42px;
}

.about-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(12px,2.6vw,24px);
}

.about-card-integrated .about-photo-real{
  min-height:520px;
  height:auto;
  margin:0;
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.10);
}

.about-card-integrated .about-photo-real img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

.about-card-integrated .about-photo-real::after{
  background:linear-gradient(to top, rgba(23,18,15,.12), transparent 38%);
}

.footer{
  flex-direction:row !important;
  align-items:center !important;
  justify-content:space-between;
  min-height:78px;
  padding:18px 22px;
  gap:18px;
}

.footer-copy{
  min-width:0;
}

.footer-copy p{
  line-height:1.35;
}

.footer-logo{
  width:auto;
  min-height:auto;
  padding:0;
  flex:0 0 auto;
  justify-content:flex-end;
}

.footer-logo img{
  width:104px;
  max-height:42px;
  object-fit:contain;
}

.floating-whatsapp{
  width:58px;
  height:58px;
  min-height:58px;
  padding:0;
  right:18px;
  left:auto;
  bottom:18px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  background:#25D366;
  border:3px solid rgba(255,255,255,.82);
  box-shadow:0 18px 44px rgba(0,0,0,.24);
}

.floating-whatsapp svg{
  width:31px;
  height:31px;
}

@media (min-width:981px){
  .about-card-integrated .about-photo-real{
    min-height:600px;
  }
}

@media (max-width:980px){
  .about-card-integrated{
    grid-template-columns:1fr;
    gap:18px;
    padding:18px;
    border-radius:34px;
  }

  .about-copy{
    padding:10px 8px 2px;
  }

  .about-card-integrated .about-photo-real{
    min-height:0;
    height:auto;
    aspect-ratio:4 / 5;
    order:2;
  }

  .footer{
    flex-direction:row !important;
    align-items:center !important;
  }

  .footer-logo{
    width:auto;
  }

  .footer-logo img{
    width:96px;
  }
}

@media (max-width:640px){
  .about{
    padding-top:64px;
  }

  .about-card-integrated{
    border-radius:28px;
    padding:16px;
    gap:14px;
  }

  .about-copy{
    padding:6px 6px 0;
  }

  .about-copy h2{
    font-size:clamp(31px,9.6vw,42px);
    line-height:.98;
    letter-spacing:-.06em;
  }

  .about-card-integrated .about-photo-real{
    aspect-ratio:3 / 4;
    border-radius:24px;
  }

  .about-card-integrated .about-photo-real img{
    object-position:center top;
  }

  .floating-whatsapp{
    width:56px;
    height:56px;
    min-height:56px;
    left:auto;
    right:14px;
    bottom:14px;
    padding:0;
  }

  .floating-whatsapp svg{
    width:30px;
    height:30px;
  }

  .footer{
    margin-bottom:84px;
    padding:16px 18px;
    border-radius:24px;
    gap:12px;
  }

  .footer-copy p{
    font-size:12px;
  }

  .footer-dev{
    white-space:normal;
  }

  .footer-logo img{
    width:78px;
    max-height:34px;
  }
}

@media (max-width:380px){
  .footer-logo img{
    width:68px;
  }

  .footer-copy p{
    font-size:11.5px;
  }
}


/* Premium Architectural Surgery v8
   Mantiene variables actuales, corrige Sobre Diego mobile side-by-side,
   mejora header glassmorphism, microinteracciones y contraste. */
:root{
  --copper:#c77738;
  --copper-2:#e29a4e;
  --gold:#f7c978;
}

h1,
h2{
  letter-spacing:-0.05em;
}

.service-card p,
.step p,
.contact-card-list strong,
.about-card p{
  line-height:1.6;
}

/* Header Glassmorphism */
.topbar{
  top:14px;
  padding:8px 10px;
  background:rgba(23,18,15,.62);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:
    0 18px 55px rgba(18,12,8,.20),
    inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(20px) saturate(1.12);
  -webkit-backdrop-filter:blur(20px) saturate(1.12);
  transition:
    top .28s ease,
    padding .28s ease,
    transform .28s ease,
    background .28s ease,
    box-shadow .28s ease,
    border-color .28s ease;
}

.topbar.is-scrolled{
  top:8px;
  padding:6px 8px;
  background:rgba(23,18,15,.78);
  border-color:rgba(255,255,255,.13);
  box-shadow:
    0 14px 38px rgba(18,12,8,.22),
    inset 0 1px 0 rgba(255,255,255,.08);
}

.topbar.is-scrolled .brand-mark{
  width:46px;
  height:46px;
  box-shadow:
    0 0 0 4px rgba(223,154,84,.10),
    0 8px 18px rgba(0,0,0,.22);
}

.brand-mark{
  transition:width .28s ease, height .28s ease, box-shadow .28s ease;
}

/* Hover spotlight premium */
.service-card,
.step,
.contact-panel,
.about-card-integrated{
  isolation:isolate;
}

.service-card::after,
.step::after,
.contact-panel::after,
.about-card-integrated::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  border-radius:inherit;
  background:radial-gradient(
    460px circle at var(--mx, 50%) var(--my, 0%),
    rgba(247,201,120,.14),
    transparent 42%
  );
  opacity:0;
  transition:opacity .24s ease;
}

.service-card:hover::after,
.step:hover::after,
.contact-panel:hover::after,
.about-card-integrated:hover::after{
  opacity:1;
}

.service-card > *,
.step > *,
.contact-panel > *,
.about-card-integrated > *{
  position:relative;
  z-index:1;
}

.service-card:hover,
.step:hover{
  border-color:rgba(199,119,56,.30);
}

/* Sobre Diego integrado premium */
.about{
  display:block;
}

.about-card-integrated{
  position:relative;
  min-height:auto;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(310px,.64fr);
  gap:clamp(20px,3.6vw,40px);
  align-items:stretch;
  padding:clamp(20px,3.5vw,34px);
  border-radius:40px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 88% 18%,rgba(247,201,120,.15),transparent 28%),
    linear-gradient(145deg,#17120f,#342217);
}

.about-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(12px,2.4vw,24px);
}

.about-copy p{
  max-width:720px;
}

.about-card-integrated .about-photo-real{
  margin:0;
  min-height:540px;
  height:auto;
  border-radius:30px;
  overflow:hidden;
  background:#d8c0a4;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 22px 62px rgba(0,0,0,.28);
}

.about-card-integrated .about-photo-real img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

.about-card-integrated .about-photo-real::after{
  background:linear-gradient(to top, rgba(23,18,15,.12), transparent 42%);
}

/* WhatsApp flotante: círculo real, sin texto */
.floating-whatsapp{
  width:58px;
  height:58px;
  min-height:58px;
  padding:0;
  right:18px;
  left:auto;
  bottom:18px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:#25D366;
  border:3px solid rgba(255,255,255,.84);
  box-shadow:0 18px 44px rgba(0,0,0,.24);
}

.floating-whatsapp span{
  display:none !important;
}

.floating-whatsapp svg{
  width:31px;
  height:31px;
}

/* Footer compacto, una línea visual */
.footer{
  flex-direction:row !important;
  align-items:center !important;
  justify-content:space-between;
  min-height:72px;
  padding:16px 20px;
  gap:18px;
  border-color:rgba(247,201,120,.20);
}

.footer-copy{
  min-width:0;
}

.footer-copy p{
  line-height:1.35;
}

.footer-logo{
  width:auto;
  min-height:auto;
  padding:0;
  flex:0 0 auto;
  justify-content:flex-end;
}

.footer-logo img{
  width:94px;
  max-height:38px;
  object-fit:contain;
  filter:drop-shadow(0 8px 18px rgba(247,201,120,.16));
}

@media (min-width:981px){
  .about-card-integrated .about-photo-real{
    min-height:590px;
  }
}

@media (max-width:980px){
  .about-card-integrated{
    grid-template-columns:1fr;
    gap:18px;
    padding:18px;
    border-radius:34px;
  }

  .about-card-integrated .about-photo-real{
    min-height:0;
    height:auto;
    aspect-ratio:4 / 5;
  }

  .footer{
    flex-direction:row !important;
  }

  .footer-logo img{
    width:86px;
  }
}

/* Mobile side-by-side obligatorio para Sobre Diego */
@media (max-width:767px){
  .about{
    padding-top:58px;
  }

  .about-card-integrated{
    display:grid;
    grid-template-columns:104px minmax(0,1fr);
    gap:14px;
    align-items:start;
    padding:16px;
    border-radius:28px;
  }

  .about-copy{
    display:block;
    padding:0;
    min-width:0;
  }

  .about-copy .eyebrow{
    margin-bottom:10px;
    font-size:10px;
    letter-spacing:.11em;
  }

  .about-copy .eyebrow span{
    width:22px;
  }

  .about-copy h2{
    font-size:clamp(24px,7.1vw,34px);
    line-height:1;
    letter-spacing:-0.05em;
    margin-bottom:12px;
  }

  .about-copy p{
    font-size:14px;
    line-height:1.55;
    color:rgba(255,255,255,.74);
  }

  .about-copy p + p{
    display:none;
  }

  .about-card-integrated .about-photo-real{
    grid-column:1;
    grid-row:1;
    align-self:start;
    width:104px;
    height:104px;
    min-height:0;
    aspect-ratio:1;
    border-radius:50%;
    box-shadow:
      0 14px 32px rgba(0,0,0,.26),
      0 0 0 4px rgba(247,201,120,.11);
  }

  .about-card-integrated .about-photo-real img{
    object-position:center 18%;
  }

  .about-card-integrated .about-photo-real::after{
    background:linear-gradient(to top, rgba(23,18,15,.10), transparent 52%);
  }
}

@media (max-width:640px){
  .topbar{
    background:rgba(23,18,15,.72);
    backdrop-filter:blur(20px) saturate(1.12);
    -webkit-backdrop-filter:blur(20px) saturate(1.12);
  }

  .floating-whatsapp{
    width:56px;
    height:56px;
    min-height:56px;
    right:14px;
    left:auto;
    bottom:14px;
  }

  .footer{
    margin-bottom:84px;
    padding:15px 16px;
    border-radius:24px;
    gap:10px;
  }

  .footer-copy p{
    font-size:12px;
  }

  .footer-dev{
    white-space:normal;
  }

  .footer-logo img{
    width:74px;
    max-height:32px;
  }
}

@media (max-width:390px){
  .about-card-integrated{
    grid-template-columns:92px minmax(0,1fr);
    gap:12px;
    padding:14px;
  }

  .about-card-integrated .about-photo-real{
    width:92px;
    height:92px;
  }

  .about-copy h2{
    font-size:24px;
  }

  .about-copy p{
    font-size:13.5px;
  }

  .footer-logo img{
    width:64px;
  }

  .footer-copy p{
    font-size:11.4px;
  }
}


/* Ticker infinito sin espacios vacíos */
.ticker{
  overflow:hidden;
  border-block:1px solid var(--line);
  background:rgba(23,18,15,.94);
  color:#f8ead8;
  white-space:nowrap;
}

.ticker-track{
  display:flex;
  width:max-content;
  will-change:transform;
  animation:ticker 58s linear infinite;
}

.ticker-group{
  display:flex;
  align-items:center;
  gap:22px;
  flex:0 0 auto;
  padding:18px 11px;
}

.ticker span{
  font-weight:1000;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.ticker b{
  color:var(--copper-2);
}

@keyframes ticker{
  from{transform:translateX(0)}
  to{transform:translateX(-25%)}
}

@media (max-width:640px){
  .ticker-track{
    animation-duration:44s;
  }

  .ticker-group{
    gap:18px;
    padding:15px 9px;
  }

  .ticker span{
    font-size:13px;
  }
}


/* Servicios v11: nuevas cards cargadas por rubros */
.service-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:stretch;
}

.service-card{
  min-height:260px;
}

.service-card h3{
  font-size:clamp(22px,2vw,25px);
}

.service-card-section{
  color:#fff;
  background:
    radial-gradient(circle at 88% 18%,rgba(247,201,120,.20),transparent 28%),
    linear-gradient(145deg,#241811,#3a291e);
  border-color:rgba(247,201,120,.18);
}

.service-card-section:before{
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
  opacity:.72;
}

.service-card-section .service-icon{
  color:#17120f;
  background:linear-gradient(180deg,#f7c978,#d88a43);
  border-color:rgba(255,255,255,.08);
}

.service-card-section p{
  color:rgba(255,255,255,.74);
}

@media (min-width:981px){
  .service-card{
    padding:28px;
  }
}

@media (max-width:640px){
  .service-grid[data-mobile-track] > .service-card{
    min-height:285px;
  }

  .service-card h3{
    font-size:22px;
  }

  .service-card p{
    font-size:15.5px;
  }
}


/* Reparo Tu Vereda MDQ card + floating socials v13 */
.about-stack{
  display:grid;
  gap:18px;
}

.about-reference-card{
  position:relative;
  display:grid;
  grid-template-columns:200px minmax(0,1fr);
  gap:22px;
  align-items:center;
  padding:24px 28px;
  border-radius:32px;
  background:linear-gradient(145deg, rgba(255,250,242,.94), rgba(244,235,222,.82));
  border:1px solid rgba(23,18,15,.10);
  box-shadow:0 18px 52px rgba(45,30,16,.10);
  overflow:hidden;
}

.about-reference-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 86% 14%, rgba(199,119,56,.10), transparent 28%);
}

.about-reference-card > *{
  position:relative;
  z-index:1;
}

.about-reference-brand{
  display:grid;
  place-items:center;
  min-height:120px;
  border-radius:24px;
  background:rgba(255,255,255,.55);
  border:1px solid rgba(23,18,15,.08);
}

.about-reference-brand img{
  width:min(100%, 160px);
  height:auto;
  object-fit:contain;
}

.about-reference-copy h3{
  margin:0 0 10px;
  font-size:clamp(24px,2.4vw,31px);
  letter-spacing:-.05em;
}

.about-reference-copy p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.6;
}

.about-reference-links{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.about-reference-links a{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:0 16px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(23,18,15,.10);
  color:var(--ink);
  font-weight:900;
  transition:.2s ease;
}

.about-reference-links a:hover{
  transform:translateY(-2px);
  border-color:rgba(199,119,56,.30);
  box-shadow:0 12px 28px rgba(45,30,16,.10);
}

.about-reference-links svg{
  width:20px;
  height:20px;
  flex:0 0 auto;
}

.floating-social-stack{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:60;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:12px;
}

.floating-social{
  position:relative;
  width:58px;
  height:58px;
  min-height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:3px solid rgba(255,255,255,.82);
  box-shadow:0 18px 44px rgba(0,0,0,.24);
  transition:transform .2s ease, box-shadow .2s ease;
}

.floating-social:hover{
  transform:translateY(-3px) scale(1.03);
  box-shadow:0 22px 52px rgba(0,0,0,.28);
}

.floating-social svg{
  width:30px;
  height:30px;
}

.floating-social-badge{
  position:absolute;
  top:-8px;
  left:-8px;
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fffef8;
  border:2px solid rgba(255,255,255,.86);
  box-shadow:0 10px 24px rgba(0,0,0,.18);
  overflow:hidden;
}

.floating-social-badge img{
  width:22px;
  height:22px;
  object-fit:contain;
}

.floating-social-instagram{
  color:#fff;
  background:linear-gradient(135deg,#8a3ab9 0%, #e95950 55%, #fccc63 100%);
}

.floating-social-facebook{
  color:#fff;
  background:linear-gradient(135deg,#1877f2,#0f59b9);
}

.floating-whatsapp{
  color:#fff !important;
  background:#25D366 !important;
  padding:0 !important;
  gap:0 !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
}

.floating-whatsapp span{display:none !important;}

@media (max-width:980px){
  .about-reference-card{
    grid-template-columns:160px minmax(0,1fr);
    padding:22px;
  }

  .about-reference-brand img{
    width:min(100%, 132px);
  }
}

@media (max-width:767px){
  .about-reference-card{
    grid-template-columns:1fr;
    gap:16px;
    padding:18px;
    border-radius:24px;
  }

  .about-reference-brand{
    min-height:100px;
    justify-self:start;
    width:100%;
  }

  .about-reference-brand img{
    width:126px;
  }

  .about-reference-copy h3{
    font-size:26px;
  }

  .about-reference-copy p{
    font-size:15px;
  }

  .about-reference-links a{
    flex:1 1 180px;
    justify-content:center;
  }

  .floating-social-stack{
    right:14px;
    bottom:14px;
    gap:10px;
  }

  .floating-social{
    width:56px;
    height:56px;
    min-height:56px;
  }
}


/* Brand update v14: logo D-only and Diego & Company */
.brand-copy strong{
  white-space:nowrap;
}
@media (max-width:640px){
  .brand-copy strong{
    font-size:13.5px;
  }
}


/* Google Reviews card v15 */
.google-reviews-card{
  position:relative;
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  gap:22px;
  align-items:center;
  padding:24px 28px;
  border-radius:32px;
  background:
    radial-gradient(circle at 88% 12%, rgba(66,133,244,.12), transparent 28%),
    linear-gradient(145deg, rgba(255,250,242,.94), rgba(244,235,222,.82));
  border:1px solid rgba(23,18,15,.10);
  box-shadow:0 18px 52px rgba(45,30,16,.10);
  overflow:hidden;
}

.google-reviews-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 12% 88%, rgba(247,201,120,.14), transparent 30%);
}

.google-reviews-card > *{
  position:relative;
  z-index:1;
}

.google-reviews-icon{
  width:76px;
  height:76px;
  border-radius:24px;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid rgba(23,18,15,.08);
  box-shadow:0 14px 34px rgba(45,30,16,.10);
}

.google-reviews-icon svg{
  width:42px;
  height:42px;
}

.google-reviews-copy h3{
  margin:0 0 10px;
  font-size:clamp(24px,2.4vw,31px);
  letter-spacing:-.05em;
}

.google-reviews-copy p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.6;
}

.google-reviews-link{
  margin-top:18px;
  min-height:50px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:0 18px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(23,18,15,.10);
  color:var(--ink);
  font-weight:900;
  transition:.2s ease;
}

.google-reviews-link:hover{
  transform:translateY(-2px);
  border-color:rgba(66,133,244,.24);
  box-shadow:0 12px 28px rgba(45,30,16,.10);
}

.google-reviews-link svg{
  width:22px;
  height:22px;
  flex:0 0 auto;
}

@media (max-width:767px){
  .google-reviews-card{
    grid-template-columns:62px minmax(0,1fr);
    gap:14px;
    padding:18px;
    border-radius:24px;
  }

  .google-reviews-icon{
    width:58px;
    height:58px;
    border-radius:18px;
  }

  .google-reviews-icon svg{
    width:32px;
    height:32px;
  }

  .google-reviews-copy h3{
    font-size:25px;
  }

  .google-reviews-copy p{
    font-size:15px;
  }

  .google-reviews-link{
    width:100%;
    justify-content:center;
  }
}


/* Google Reviews premium v16 */
.google-reviews-premium{
  grid-template-columns:210px minmax(0,1fr);
  align-items:stretch;
  gap:24px;
  background:
    radial-gradient(circle at 88% 12%, rgba(66,133,244,.11), transparent 28%),
    radial-gradient(circle at 8% 88%, rgba(247,201,120,.16), transparent 30%),
    linear-gradient(145deg, rgba(255,250,242,.96), rgba(244,235,222,.84));
}

.google-rating-box{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  min-height:100%;
  padding:22px;
  border-radius:26px;
  background:#fff;
  border:1px solid rgba(23,18,15,.08);
  box-shadow:0 16px 38px rgba(45,30,16,.10);
}

.google-rating-icon{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border-radius:18px;
  background:#f7f2ea;
}

.google-rating-icon svg{
  width:31px;
  height:31px;
}

.google-rating-box strong{
  font-size:52px;
  line-height:.9;
  letter-spacing:-.07em;
  color:var(--ink);
}

.google-rating-box > span{
  margin-top:10px;
  color:#f2b705;
  font-size:24px;
  letter-spacing:.04em;
}

.google-rating-box small{
  display:block;
  margin-top:8px;
  color:var(--muted);
  font-size:13px;
  font-weight:900;
}

.review-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}

.review-mini-card{
  padding:16px;
  border-radius:22px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(23,18,15,.08);
  box-shadow:0 10px 26px rgba(45,30,16,.06);
}

.review-head{
  display:flex;
  flex-direction:column;
  gap:4px;
  margin-bottom:9px;
}

.review-head strong{
  color:var(--ink);
  font-size:14px;
}

.review-head span{
  color:#f2b705;
  font-size:14px;
  letter-spacing:.03em;
}

.review-mini-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}

.google-reviews-premium .google-reviews-link{
  margin-top:18px;
}

@media (max-width:980px){
  .google-reviews-premium{
    grid-template-columns:1fr;
  }

  .google-rating-box{
    min-height:auto;
    display:grid;
    grid-template-columns:auto 1fr;
    column-gap:16px;
    align-items:center;
  }

  .google-rating-icon{
    grid-row:1 / 4;
    margin-bottom:0;
  }

  .google-rating-box strong{
    font-size:42px;
  }

  .google-rating-box > span{
    margin-top:0;
  }

  .review-list{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .google-reviews-premium{
    padding:18px;
  }

  .google-rating-box{
    padding:16px;
    border-radius:22px;
  }

  .google-rating-box strong{
    font-size:38px;
  }

  .google-rating-box > span{
    font-size:20px;
  }

  .review-mini-card{
    padding:15px;
    border-radius:18px;
  }

  .review-mini-card:nth-child(n+3){
    display:none;
  }
}




/* LinkedIn floating button v18 */
.floating-social-linkedin{
  color:#fff;
  background:linear-gradient(135deg,#0A66C2,#084b8d);
  border-color:rgba(255,255,255,.92);
  box-shadow:0 18px 44px rgba(0,0,0,.20);
}

.floating-social-linkedin svg{
  width:28px;
  height:28px;
}
