/* =========================================================
   Perfilglass — Design System
   Display: Fraunces (serif, editorial/architectural)
   Body: Instrument Sans
   ========================================================= */

:root{
  --navy:        #00308F;
  --navy-dark:   #001A4D;
  --navy-deep:   #000F2E;
  --azure:       #00A6E5;
  --azure-light: #6FD3F5;
  --sand:        #F3F3F3;
  --sand-deep:   #EBE4D4;
  --paper:       #FFFFFF;
  --ink:         #191914;
  --ink-soft:    #4A4A43;
  --line:        #DCD5C4;
  --white:       #FFFFFF;
  --whatsapp:    #22C35E;
  --whatsapp-dark:#1AA34E;

  --font-display: 'Poppins', 'Segoe UI', sans-serif;
  --font-body: 'Instrument Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --container: 1200px;
  --radius: 6px;
  --radius-lg: 18px;
  --shadow-sm: 0 1px 3px rgba(0,15,46,0.08);
  --shadow-md: 0 12px 32px -12px rgba(0,15,46,0.25);
  --shadow-lg: 0 24px 60px -20px rgba(0,15,46,0.35);
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration: none; }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4{
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  margin: 0 0 .5em;
  color: var(--navy-deep);
  letter-spacing: -0.01em;
}
h1{ font-size: clamp(2.4rem, 4.6vw, 4.2rem); font-weight: 500; }
h2{ font-size: clamp(1.9rem, 3.2vw, 2.8rem); font-weight: 500; }
h3{ font-size: clamp(1.25rem, 1.8vw, 1.55rem); font-weight: 600; }
p{ margin: 0 0 1em; color: var(--ink-soft); }
.container{ max-width: var(--container); margin: 0 auto; padding: 0 28px; }
section{ position: relative; }
.section-pad{ padding: 96px 0; }
@media (max-width: 780px){ .section-pad{ padding: 64px 0; } }

.bg-sand{ background: var(--sand); }
.bg-white{ background: var(--paper); }
.bg-navy{ background: var(--navy-deep); color: var(--white); }
.bg-navy h1, .bg-navy h2, .bg-navy h3{ color: var(--white); }
.bg-navy p{ color: rgba(255,255,255,.72); }

.eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  font-family: var(--font-body); font-weight:600; font-size:.78rem;
  letter-spacing:.16em; text-transform:uppercase;
  color: var(--azure); margin-bottom: 16px;
}
.eyebrow::before{ content:''; width:26px; height:2px; background: var(--azure); display:inline-block; }
.bg-navy .eyebrow, .on-photo .eyebrow{ color: var(--azure-light); }

.lede{ font-size: 1.15rem; max-width: 60ch; }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding: 15px 28px; border-radius: 999px;
  font-family: var(--font-body); font-weight:600; font-size:.98rem;
  border: 1px solid transparent; cursor:pointer; white-space:nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover{ transform: translateY(-2px); }
.btn-primary{ background: var(--whatsapp); color: var(--white); box-shadow: var(--shadow-sm); }
.btn-primary:hover{ background: var(--whatsapp-dark); box-shadow: var(--shadow-md); }
.btn-navy{ background: var(--navy); color:#fff; }
.btn-navy:hover{ background: var(--navy-dark); box-shadow: var(--shadow-md); }
.btn-outline{ background: transparent; border-color: rgba(255,255,255,.55); color:#fff; }
.btn-outline:hover{ background: rgba(255,255,255,.12); border-color:#fff; }
.btn-outline-navy{ background: transparent; border-color: var(--navy); color: var(--navy); }
.btn-outline-navy:hover{ background: var(--navy); color:#fff; }
.btn-sm{ padding: 10px 20px; font-size: .88rem; }
.btn svg{ width:18px; height:18px; flex-shrink:0; }

/* ---------- Header ---------- */
.site-header{
  position: sticky; top:0; z-index: 100;
  background: rgba(252,250,245,.88);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  border-bottom: 1px solid var(--line);
}
.header-row{
  display:flex; align-items:center; justify-content:space-between;
  height: 84px;
}

/* Brand topbar variant (dark navy, white logo) */
.site-header--brand{
  background: #1F3695;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.site-header--brand .main-nav a.nav-link{ color: rgba(255,255,255,.9); }
.site-header--brand .main-nav a.nav-link:hover,
.site-header--brand .main-nav li.active > a.nav-link{ background: rgba(255,255,255,.16); color:#fff; }
.site-header--brand .header-actions .phone-link{ color: rgba(255,255,255,.9); }
.site-header--brand .menu-toggle{ background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.3); }
.site-header--brand .menu-toggle span,
.site-header--brand .menu-toggle span::before,
.site-header--brand .menu-toggle span::after{ background:#fff; }
.brand{ display:flex; align-items:center; }
.brand img{ height: 40px; width:auto; }
.main-nav{ display:flex; align-items:center; gap:2px; }
.main-nav > ul{ display:flex; align-items:center; gap: 4px; }
.main-nav a.nav-link{
  display:flex; align-items:center; padding: 10px 16px; border-radius: 999px;
  font-weight: 600; font-size: .95rem; color: var(--navy-deep);
  transition: background-color .2s ease, color .2s ease;
}
.main-nav a.nav-link:hover, .main-nav li.active > a.nav-link{ background: var(--sand-deep); color: var(--navy); }
.has-dropdown{ position: relative; }
.dropdown{
  position:absolute; top: calc(100% + 10px); left:50%; transform: translateX(-50%);
  background: var(--paper); border:1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); padding: 10px; min-width: 260px;
  opacity:0; visibility:hidden; translate: 0 6px;
  transition: opacity .18s ease, translate .18s ease, visibility .18s ease;
}
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown{ opacity:1; visibility:visible; translate:0 0; }
.dropdown a{ display:flex; flex-direction:column; gap:2px; padding:12px 14px; border-radius: 10px; }
.dropdown a:hover{ background: var(--sand); }
.dropdown a strong{ font-size:.94rem; color: var(--navy-deep); font-weight:600; }
.dropdown a span{ font-size:.8rem; color: var(--ink-soft); }
.dropdown .tag{ display:inline-block; margin-top:4px; font-size:.68rem; font-weight:700; letter-spacing:.06em; color: var(--navy); background: var(--sand-deep); border-radius:999px; padding:2px 8px; width: fit-content; }
.header-actions{ display:flex; align-items:center; gap:14px; }
.header-actions .btn{ padding: 12px 22px; font-size:.88rem; }
.header-actions .phone-link{ display:none; font-weight:600; font-size:.9rem; color: var(--navy-deep); }
@media (min-width:1040px){ .header-actions .phone-link{ display:inline-flex; align-items:center; gap:8px; } }

.menu-toggle{ display:none; width:44px; height:44px; border-radius:50%; border:1px solid var(--line); background:var(--paper); align-items:center; justify-content:center; cursor:pointer; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after{
  content:''; display:block; width:18px; height:2px; background: var(--navy-deep); position:relative; transition: transform .25s ease, opacity .25s ease;
}
.menu-toggle span::before{ position:absolute; top:-6px; }
.menu-toggle span::after{ position:absolute; top:6px; }

@media (max-width: 1039px){
  .main-nav{
    position: fixed; inset: 84px 0 0 0; background: var(--paper);
    flex-direction:column; align-items:stretch; padding: 18px; overflow-y:auto;
    transform: translateX(100%); transition: transform .3s ease; z-index: 90;
  }
  .main-nav > ul{ flex-direction:column; align-items:stretch; gap:2px; }
  .main-nav a.nav-link{ padding: 16px 14px; border-radius: 12px; font-size: 1.05rem; }
  .site-header--brand .main-nav a.nav-link{ color: var(--navy-deep); }
  .dropdown{ position:static; transform:none; opacity:1; visibility:visible; box-shadow:none; border:none; background: var(--sand); margin: 4px 0 10px; display:none; }
  .has-dropdown.open .dropdown{ display:flex; flex-direction:column; }
  body.menu-open .main-nav{ transform: translateX(0); }
  .menu-toggle{ display:flex; }
  .header-actions .btn-sm-hide{ display:none; }
}
body.menu-open .menu-toggle span{ background: transparent; }
body.menu-open .menu-toggle span::before{ transform: rotate(45deg) translate(4px,4px); }
body.menu-open .menu-toggle span::after{ transform: rotate(-45deg) translate(4px,-4px); }

/* ---------- Hero ---------- */
.hero{
  position:relative; min-height: 88vh; display:flex; align-items:flex-end;
  color:#fff; overflow:hidden; margin-top:-1px;
}
.hero-media{ position:absolute; inset:0; z-index:0; }
.hero-media img{ width:100%; height:100%; object-fit:cover; }
.hero-media::after{
  content:''; position:absolute; inset:0;
  background: linear-gradient(0deg, rgba(0,15,46,.92) 0%, rgba(0,15,46,.55) 42%, rgba(0,15,46,.28) 68%, rgba(0,15,46,.42) 100%);
}
.hero-content{ position:relative; z-index:1; padding-top: 80px; padding-bottom: 72px; width:100%; }
.hero-content .lede{ color: rgba(255,255,255,.82); }
.hero-actions{ display:flex; flex-wrap:wrap; gap:14px; margin-top: 30px; }
.hero.short{ min-height: 52vh; }
.hero.short .hero-content{ padding-top: 64px; padding-bottom: 56px; }

.hero-stats{ display:flex; flex-wrap:wrap; gap: 34px; margin-top: 46px; padding-top: 30px; border-top:1px solid rgba(255,255,255,.22); }
.hero-stats div strong{ display:block; font-family:var(--font-display); font-size:1.7rem; color:#fff; font-weight:600; }
.hero-stats div span{ font-size:.82rem; color: rgba(255,255,255,.68); }

/* ---------- Decorative P-mark ---------- */
.p-mark{ position:absolute; pointer-events:none; opacity:.06; z-index:0; }
.bg-navy .p-mark, .on-photo .p-mark{ opacity:.10; }

/* ---------- Grids & Cards ---------- */
.grid{ display:grid; gap: 26px; }
.grid-2{ grid-template-columns: repeat(2,1fr); }
.grid-3{ grid-template-columns: repeat(3,1fr); }
.grid-4{ grid-template-columns: repeat(4,1fr); }
@media (max-width: 980px){ .grid-3{ grid-template-columns: repeat(2,1fr); } .grid-4{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 640px){ .grid-2, .grid-3, .grid-4{ grid-template-columns: 1fr; } }

.card{
  background: var(--paper); border:1px solid var(--line); border-radius: var(--radius-lg);
  overflow:hidden; transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card-photo{ position:relative; aspect-ratio: 4/3; overflow:hidden; }
.card-photo img{ width:100%; height:100%; object-fit:cover; transition: transform .5s ease; }
.card:hover .card-photo img{ transform: scale(1.06); }
.card-badge{
  position:absolute; top:16px; left:16px; background: var(--navy); color:#fff;
  font-size:.7rem; font-weight:700; letter-spacing:.08em; padding: 6px 12px; border-radius:999px;
  text-transform:uppercase;
}
.card-body{ padding: 26px; }
.card-body h3{ margin-bottom:8px; }
.card-body p{ font-size:.95rem; margin-bottom: 16px; }
.card-link{ display:inline-flex; align-items:center; gap:8px; font-weight:600; color:var(--navy); font-size:.92rem; }
.card-link svg{ width:16px; height:16px; transition: transform .2s ease; }
.card:hover .card-link svg{ transform: translateX(4px); }

/* simple service icon card (no photo) */
.icon-card{ padding: 30px 26px; }
.icon-badge{ width:52px; height:52px; border-radius:14px; background: var(--sand-deep); display:flex; align-items:center; justify-content:center; margin-bottom:18px; }
.icon-badge svg{ width:26px; height:26px; color: var(--navy); }

/* ---------- Section headers ---------- */
.section-head{ max-width: 640px; margin-bottom: 52px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }

/* ---------- Trust bar ---------- */
.trust-bar{ display:flex; flex-wrap:wrap; gap: 0; border:1px solid var(--line); border-radius: var(--radius-lg); overflow:hidden; background: var(--paper); }
.trust-item{ flex:1 1 220px; padding: 26px 24px; border-left:1px solid var(--line); display:flex; gap:14px; align-items:flex-start; }
.trust-item:first-child{ border-left:none; }
.trust-item svg{ width:24px; height:24px; color: var(--navy); flex-shrink:0; margin-top:2px; }
.trust-item h4{ font-family:var(--font-body); font-size:.95rem; font-weight:700; margin:0 0 4px; color: var(--navy-deep); }
.trust-item p{ font-size:.84rem; margin:0; }
@media (max-width: 780px){ .trust-item{ border-left:none; border-top:1px solid var(--line); flex-basis:100%; } .trust-item:first-child{ border-top:none; } }

/* ---------- Testimonial / pending note ---------- */
.testi-card{ background: var(--sand); border:1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; }
.testi-card.pending{ border-style: dashed; }
.testi-card p.quote{ font-family: var(--font-display); font-size:1.2rem; color: var(--navy-deep); font-style:italic; }
.testi-card .who{ display:flex; align-items:center; gap:12px; margin-top:18px; }
.testi-card .who .avatar{ width:40px; height:40px; border-radius:50%; background: var(--sand-deep); display:flex; align-items:center; justify-content:center; font-weight:700; color:var(--navy); }
.testi-card .who strong{ display:block; font-size:.9rem; }
.testi-card .who span{ font-size:.78rem; color: var(--ink-soft); }
.pending-flag{ display:inline-block; margin-top:14px; font-size:.72rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:#9a7b1f; background:#FBF0D2; padding:4px 10px; border-radius:999px; }

/* ---------- Testimonial carousel ---------- */
.testi-carousel{ max-width: 720px; margin: 0 auto; text-align:center; }
.testi-track{ min-height: 220px; display:flex; align-items:flex-start; justify-content:center; }
.testi-slide{ display:none; width:100%; }
.testi-slide.is-active{ display:block; animation: testiFade .5s ease; }
@keyframes testiFade{ from{ opacity:0; transform:translateY(8px); } to{ opacity:1; transform:none; } }
.testi-avatar{ margin: 0 auto 16px; }
.testi-avatar img{ width:72px; height:72px; border-radius:50%; object-fit:cover; display:block; margin:0 auto; box-shadow: var(--shadow-sm); }
.testi-avatar-fallback{ width:72px; height:72px; border-radius:50%; background: var(--sand-deep); color: var(--navy); display:flex; align-items:center; justify-content:center; font-weight:600; font-family:var(--font-display); font-size:1.2rem; margin:0 auto; }
.testi-stars{ color:#F0B429; letter-spacing:3px; font-size:1.1rem; margin-bottom:18px; }
.testi-quote{ margin:0 0 18px; }
.testi-quote p{ font-family: var(--font-display); font-size:1.15rem; line-height:1.6; color: var(--navy-deep); font-style:italic; margin:0 0 14px; }
.testi-name{ margin:0; font-weight:600; font-size:.95rem; color: var(--ink-soft); }
.testi-controls{ display:flex; align-items:center; justify-content:center; gap:22px; margin-top:28px; }
.testi-arrow{ width:40px; height:40px; border-radius:50%; border:1px solid var(--line); background:var(--paper); display:flex; align-items:center; justify-content:center; cursor:pointer; color:var(--navy-deep); transition: background-color .2s ease, border-color .2s ease; flex-shrink:0; }
.testi-arrow:hover{ background: var(--sand); border-color: var(--border-strong); }
.testi-arrow svg{ width:18px; height:18px; }
.testi-dots{ display:flex; gap:9px; }
.testi-dots .dot{ width:9px; height:9px; border-radius:50%; border:none; background: var(--line); cursor:pointer; padding:0; transition: background-color .2s ease, transform .2s ease; }
.testi-dots .dot.is-active{ background: var(--navy); transform: scale(1.2); }

/* ---------- Steps ---------- */
.steps{ counter-reset: step; }
.step{ display:flex; gap:20px; padding: 26px 0; border-top:1px solid var(--line); }
.step:last-child{ border-bottom:1px solid var(--line); }
.step .num{ font-family: var(--font-display); font-size:1.6rem; color: var(--azure); flex-shrink:0; width:56px; }
.step h4{ margin:0 0 6px; font-size:1.05rem; color: var(--navy-deep); font-family:var(--font-body); font-weight:700; }
.step p{ margin:0; font-size:.94rem; }

/* ---------- Gallery / Lightbox ---------- */
.gallery{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery a{ position:relative; display:block; border-radius: 10px; overflow:hidden; aspect-ratio: 1/1; }
.gallery a img{ width:100%; height:100%; object-fit:cover; transition: transform .4s ease; }
.gallery a:hover img{ transform: scale(1.08); }
.gallery a::after{ content:''; position:absolute; inset:0; background: linear-gradient(0deg, rgba(0,15,46,.35), transparent 45%); opacity:0; transition: opacity .25s ease; }
.gallery a:hover::after{ opacity:1; }
@media (max-width: 980px){ .gallery{ grid-template-columns: repeat(3,1fr); } }
@media (max-width: 640px){ .gallery{ grid-template-columns: repeat(2,1fr); } }

.lightbox{ position:fixed; inset:0; background: rgba(0,10,30,.94); z-index:1000; display:none; align-items:center; justify-content:center; padding: 40px; }
.lightbox.open{ display:flex; }
.lightbox img{ max-width: min(1100px, 92vw); max-height: 86vh; object-fit:contain; border-radius: 8px; box-shadow: var(--shadow-lg); }
.lightbox-close, .lightbox-nav{ position:absolute; background: rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.3); color:#fff; width:48px; height:48px; border-radius:50%; display:flex; align-items:center; justify-content:center; cursor:pointer; transition: background-color .2s ease; }
.lightbox-close:hover, .lightbox-nav:hover{ background: rgba(255,255,255,.22); }
.lightbox-close{ top: 24px; right: 24px; }
.lightbox-nav.prev{ left: 24px; top:50%; transform: translateY(-50%); }
.lightbox-nav.next{ right: 24px; top:50%; transform: translateY(-50%); }
@media (max-width: 640px){ .lightbox-nav{ width:40px; height:40px; } }

/* ---------- CTA band ---------- */
.cta-band{ position:relative; overflow:hidden; border-radius: 28px; padding: 64px 48px; text-align:center; }
.cta-band h2{ margin-bottom: 14px; }
.cta-band .lede{ margin-left:auto; margin-right:auto; }
.cta-band .hero-actions{ justify-content:center; }
@media (max-width: 640px){ .cta-band{ padding: 44px 24px; } }

/* ---------- Footer ---------- */
.site-footer{ background: var(--navy-deep); color: rgba(255,255,255,.7); padding: 72px 0 0; }
.footer-grid{ display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,.12); }
@media (max-width: 900px){ .footer-grid{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .footer-grid{ grid-template-columns: 1fr; } }
.footer-grid img{ height: 34px; margin-bottom: 18px; }
.footer-grid h5{ color:#fff; font-size:.82rem; letter-spacing:.08em; text-transform:uppercase; margin: 0 0 18px; font-family: var(--font-body); }
.footer-grid ul li{ margin-bottom: 12px; font-size:.92rem; }
.footer-grid ul li a:hover{ color:#fff; }
.footer-grid p{ color: rgba(255,255,255,.62); font-size:.92rem; }
.footer-bottom{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; padding: 26px 0; font-size:.82rem; color: rgba(255,255,255,.5); }
.footer-bottom a{ transition: color .2s ease; }
.footer-bottom a:hover{ color:#fff; text-decoration: underline; }
.footer-social{ display:flex; gap:10px; }
.footer-social a{ width:38px; height:38px; border-radius:50%; border:1px solid rgba(255,255,255,.2); display:flex; align-items:center; justify-content:center; transition: background-color .2s ease, border-color .2s; }
.footer-social a:hover{ background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.4); }
.footer-social svg{ width:17px; height:17px; }
.footer-contact-item{ display:flex; gap:12px; margin-bottom:16px; font-size:.92rem; }
.footer-contact-item svg{ width:18px; height:18px; flex-shrink:0; margin-top:2px; color: var(--azure-light); }

/* ---------- Floating WhatsApp ---------- */
.float-whatsapp{
  position:fixed; right: 22px; bottom: 22px; z-index: 200;
  width:60px; height:60px; border-radius:50%; background: var(--whatsapp);
  display:flex; align-items:center; justify-content:center; box-shadow: 0 10px 26px rgba(0,0,0,.28);
  transition: transform .2s ease;
}
.float-whatsapp:hover{ transform: scale(1.08); }
.float-whatsapp svg{ width:30px; height:30px; fill:#fff; }

/* ---------- Breadcrumb ---------- */
.breadcrumb{ display:flex; gap:8px; align-items:center; font-size:.82rem; color: rgba(255,255,255,.6); margin-bottom: 18px; }
.breadcrumb a:hover{ color:#fff; }

/* ---------- Map ---------- */
.map-wrap{ border-radius: var(--radius-lg); overflow:hidden; border:1px solid var(--line); box-shadow: var(--shadow-sm); }
.map-wrap iframe{ width:100%; height: 420px; border:0; display:block; }

/* ---------- Form ---------- */
.form-grid{ display:grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width:640px){ .form-grid{ grid-template-columns: 1fr; } }
.field{ display:flex; flex-direction:column; gap:8px; }
.field.full{ grid-column: 1 / -1; }
.field label{ font-size:.84rem; font-weight:600; color: var(--navy-deep); }
.field input, .field select, .field textarea{
  font-family: var(--font-body); font-size:.96rem; padding: 13px 16px; border-radius: 10px;
  border: 1px solid var(--line); background: var(--paper); color: var(--ink); outline:none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus{ border-color: var(--navy); box-shadow: 0 0 0 3px rgba(0,48,143,.12); }
.field textarea{ resize: vertical; min-height:120px; }

/* ---------- Reveal animation ---------- */
.reveal{ opacity:0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in{ opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce){ .reveal{ opacity:1; transform:none; transition:none; } }

/* ---------- Misc ---------- */
.divider-line{ height:1px; background: var(--line); border:0; margin: 0; }
.two-col{ display:grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items:center; }
@media (max-width: 900px){ .two-col{ grid-template-columns: 1fr; gap: 36px; } }
.tag-list{ display:flex; flex-wrap:wrap; gap:10px; }
.tag-list li{ font-size:.82rem; font-weight:600; color: var(--navy); background: var(--sand-deep); padding: 8px 14px; border-radius:999px; }
.photo-frame{ border-radius: var(--radius-lg); overflow:hidden; box-shadow: var(--shadow-md); }
.stat-block{ text-align:center; }
.stat-block strong{ display:block; font-family:var(--font-display); font-size: 2.4rem; color: var(--navy); font-weight:600; }
.stat-block span{ font-size:.86rem; color: var(--ink-soft); }
