@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
  --ink: #1c2b2a;
  --muted: #687572;
  --cream: #fffaf1;
  --cream-deep: #f8f0e3;
  --green: #1f6e5c;
  --green-dark: #145246;
  --green-soft: #dff3ea;
  --orange: #ff8a4c;
  --orange-soft: #ffe6d6;
  --yellow: #ffc85a;
  --blue-soft: #e6f1ff;
  --white: #ffffff;
  --line: #e8e4db;
  --shadow: 0 18px 50px rgba(31, 58, 52, 0.12);
  --shadow-sm: 0 10px 28px rgba(31, 58, 52, 0.09);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'DM Sans', system-ui, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; padding: 10px 14px; background: var(--ink); color: white; z-index: 9999; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(232,228,219,.8);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: 'Manrope', sans-serif; font-size: 1.25rem; font-weight: 800; }
.brand img { width: 44px; height: 44px; }
.brand strong { color: var(--orange); }
nav { display: flex; align-items: center; gap: 30px; font-weight: 600; font-size: .95rem; }
nav a { transition: .2s ease; }
nav a:hover { color: var(--green); }
.nav-cta { background: var(--green); color: white; padding: 11px 18px; border-radius: 999px; }
.nav-cta:hover { color: white; background: var(--green-dark); transform: translateY(-1px); }
.menu-btn { display: none; width: 44px; height: 44px; border: 0; background: var(--cream); border-radius: 12px; padding: 11px; }
.menu-btn span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 3px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(145deg, #fffaf1 0%, #fff7ea 55%, #edf8f3 100%); padding: 82px 0 76px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; position: relative; z-index: 2; }
.hero-shape { position: absolute; border-radius: 999px; filter: blur(1px); }
.shape-one { width: 420px; height: 420px; background: rgba(255,200,90,.18); top: -180px; left: -120px; }
.shape-two { width: 360px; height: 360px; background: rgba(31,110,92,.12); right: -130px; bottom: -180px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--green-soft); color: var(--green-dark); border-radius: 999px; padding: 8px 13px; font-weight: 700; font-size: .82rem; letter-spacing: .01em; }
.eyebrow span { color: #45a87e; font-size: .65rem; }
h1, h2, h3, h4 { font-family: 'Manrope', sans-serif; line-height: 1.12; margin: 0; }
h1 { font-size: clamp(2.7rem, 5vw, 5rem); letter-spacing: -.055em; max-width: 650px; margin-top: 22px; }
h1 em { color: var(--orange); font-style: normal; }
.hero-text { font-size: 1.13rem; max-width: 610px; color: var(--muted); margin: 24px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 700; border: 1px solid transparent; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green); color: white; box-shadow: 0 12px 24px rgba(31,110,92,.2); }
.btn-primary:hover { background: var(--green-dark); }
.btn-secondary { background: white; border-color: var(--line); }
.btn-secondary:hover { box-shadow: var(--shadow-sm); }
.trust-row { display: flex; align-items: center; gap: 26px; margin-top: 38px; }
.trust-row div { display: grid; }
.trust-row strong { font-family: 'Manrope'; font-size: 1.12rem; }
.trust-row span { color: var(--muted); font-size: .78rem; }

.hero-visual { position: relative; min-height: 530px; }
.main-photo { position: absolute; inset: 20px 8px 0 42px; background: white; border-radius: 38px; padding: 14px; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.main-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 28px; background: #dcefe6; }
.photo-label { position: absolute; left: 32px; right: 32px; bottom: 28px; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); padding: 13px 16px; border-radius: 15px; font-weight: 700; font-size: .9rem; display: flex; align-items: center; gap: 9px; }
.online-dot { width: 10px; height: 10px; background: #38aa74; border-radius: 50%; box-shadow: 0 0 0 4px rgba(56,170,116,.16); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 10px; background: white; padding: 13px 15px; border-radius: 17px; box-shadow: var(--shadow-sm); z-index: 5; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .9rem; }
.floating-card small { color: var(--muted); font-size: .75rem; }
.card-care { left: 0; top: 70px; }
.card-update { right: -6px; bottom: 70px; }
.icon-bubble, .pet-avatar { width: 38px; height: 38px; display: grid; place-items: center; background: var(--orange-soft); border-radius: 12px; }
.pet-avatar { background: var(--green-soft); }

.quick-features { background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.features-grid article { display: flex; gap: 12px; align-items: center; padding: 25px 20px; border-right: 1px solid var(--line); }
.features-grid article:last-child { border-right: 0; }
.features-grid article > span { width: 44px; height: 44px; display: grid; place-items: center; background: var(--cream); border-radius: 13px; font-size: 1.25rem; flex: 0 0 auto; }
.features-grid h3 { font-size: .95rem; margin-bottom: 4px; }
.features-grid p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.4; }

.section { padding: 100px 0; }
.soft-bg { background: var(--cream); }
.section-heading { margin-bottom: 44px; }
.section-heading.centered { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.kicker { display: inline-block; color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: .11em; font-size: .76rem; margin-bottom: 12px; }
.kicker.light { color: #dff3ea; }
.section-heading h2, .about-copy h2, .booking-copy h2, .location-info h2 { font-size: clamp(2.1rem, 4vw, 3.6rem); letter-spacing: -.045em; }
.section-heading p { color: var(--muted); max-width: 650px; margin: 14px auto 0; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.service-card { position: relative; border: 1px solid var(--line); border-radius: 25px; padding: 26px; background: white; display: flex; flex-direction: column; min-height: 520px; transition: .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.service-card.highlighted { border: 2px solid var(--green); box-shadow: 0 18px 42px rgba(31,110,92,.12); }
.popular { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); color: white; background: var(--green); border-radius: 999px; padding: 6px 14px; font-size: .72rem; font-weight: 800; white-space: nowrap; }
.service-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 17px; background: var(--cream); font-size: 1.6rem; margin-bottom: 18px; }
.service-tag { position: absolute; top: 26px; right: 22px; background: var(--orange-soft); color: #a54b1d; border-radius: 999px; padding: 5px 10px; font-size: .68rem; font-weight: 800; }
.service-tag.green { background: var(--green-soft); color: var(--green-dark); }
.service-tag.blue { background: var(--blue-soft); color: #36628c; }
.service-card h3 { font-size: 1.32rem; margin-bottom: 11px; }
.service-card > p { color: var(--muted); font-size: .92rem; margin: 0 0 17px; }
.service-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.service-card li { font-size: .86rem; color: #40504d; }
.service-card li::before { content: '✓'; color: var(--green); font-weight: 800; margin-right: 8px; }
.price { margin-top: auto; padding-top: 24px; display: flex; align-items: end; flex-wrap: wrap; gap: 5px; }
.price span { width: 100%; color: var(--muted); font-size: .72rem; }
.price strong { font-family: 'Manrope'; font-size: 1.7rem; }
.price small { color: var(--muted); margin-bottom: 4px; }
.service-select { margin-top: 18px; border: 1px solid var(--green); background: transparent; color: var(--green); min-height: 44px; border-radius: 999px; font-weight: 800; }
.service-select:hover { background: var(--green); color: white; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.about-visual { position: relative; }
.about-visual img { width: 100%; border-radius: 32px; background: #e5f3ed; box-shadow: var(--shadow-sm); }
.about-badge { position: absolute; right: -24px; bottom: 30px; background: var(--orange); color: white; width: 150px; height: 150px; display: grid; align-content: center; justify-items: center; border-radius: 50%; text-align: center; box-shadow: 0 14px 30px rgba(255,138,76,.24); transform: rotate(5deg); }
.about-badge strong { font-family: 'Manrope'; font-size: 2.1rem; line-height: 1; }
.about-badge span { font-size: .72rem; max-width: 100px; line-height: 1.3; margin-top: 6px; }
.about-copy > p { color: var(--muted); font-size: 1.02rem; }
.check-list { display: grid; gap: 18px; margin: 30px 0; }
.check-list > div { display: flex; gap: 13px; }
.check-list > div > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); font-weight: 900; flex: 0 0 auto; }
.check-list p, .check-list strong, .check-list small { display: block; margin: 0; }
.check-list small { color: var(--muted); margin-top: 2px; }
.text-link { color: var(--green); font-weight: 800; }

.gallery-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.instagram-link { color: var(--green); font-weight: 800; padding-bottom: 10px; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; grid-template-rows: 250px 250px; gap: 16px; }
.gallery-grid figure { margin: 0; position: relative; overflow: hidden; border-radius: 22px; background: var(--cream); }
.gallery-grid figure.gallery-large { grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: .4s ease; }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-grid figcaption { position: absolute; left: 14px; bottom: 14px; background: rgba(255,255,255,.9); padding: 7px 11px; border-radius: 10px; font-size: .78rem; font-weight: 700; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-grid article { background: white; border: 1px solid var(--line); border-radius: 22px; padding: 26px; }
.stars { color: #f5a623; letter-spacing: .08em; font-size: .9rem; }
.testimonial-grid article > p { color: #485653; font-size: .98rem; min-height: 118px; }
.customer { display: flex; align-items: center; gap: 11px; }
.customer > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-weight: 800; }
.customer strong, .customer small { display: block; }
.customer small { color: var(--muted); }

.booking-section { background: var(--green); color: white; position: relative; overflow: hidden; }
.booking-section::before { content: ''; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: rgba(255,255,255,.05); left: -200px; bottom: -270px; }
.booking-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; position: relative; z-index: 2; }
.booking-copy > p { color: rgba(255,255,255,.72); max-width: 470px; }
.booking-steps { display: grid; gap: 20px; margin-top: 34px; }
.booking-steps > div { display: flex; gap: 14px; }
.booking-steps > div > span { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.14); display: grid; place-items: center; font-weight: 800; flex: 0 0 auto; }
.booking-steps p, .booking-steps strong, .booking-steps small { display: block; margin: 0; }
.booking-steps small { color: rgba(255,255,255,.65); }
.booking-form { background: white; color: var(--ink); border-radius: 28px; padding: 34px; box-shadow: 0 28px 60px rgba(0,0,0,.16); }
.form-title { margin-bottom: 22px; }
.form-title h3 { font-size: 1.55rem; }
.form-title p { margin: 6px 0 0; color: var(--muted); font-size: .88rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.booking-form label { display: grid; gap: 7px; font-size: .83rem; font-weight: 700; margin-bottom: 15px; }
input, select, textarea { width: 100%; border: 1px solid #dcded8; border-radius: 12px; padding: 12px 13px; background: #fff; color: var(--ink); outline: none; transition: .2s ease; }
input:focus, select:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(31,110,92,.09); }
textarea { resize: vertical; }
.error, .consent-error { display: none; color: #bc3b36; font-size: .72rem; font-weight: 600; }
.invalid input, .invalid select { border-color: #bc3b36; }
.invalid .error { display: block; }
.consent { display: flex !important; grid-template-columns: 20px 1fr; align-items: start; gap: 10px !important; font-weight: 500 !important; color: #53615e; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; }
.consent-error.show { display: block; margin: -10px 0 12px; }
.btn-form { width: 100%; border: 0; background: var(--orange); color: white; }
.btn-form:hover { background: #e8753c; }
.privacy-note { text-align: center; color: var(--muted); font-size: .72rem; margin: 10px 0 0; }

.location-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; }
.location-info > p { color: var(--muted); max-width: 500px; }
.contact-list { display: grid; gap: 18px; margin: 30px 0; }
.contact-list > div { display: flex; gap: 13px; align-items: center; }
.contact-list > div > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--cream); flex: 0 0 auto; }
.contact-list p, .contact-list strong, .contact-list small { display: block; margin: 0; }
.contact-list small { color: var(--muted); }
.social-row { display: flex; flex-wrap: wrap; gap: 10px; }
.social-row a { border: 1px solid var(--line); padding: 8px 13px; border-radius: 999px; font-weight: 700; font-size: .82rem; }
.social-row a:hover { color: var(--green); border-color: var(--green); }
.map-card { background: white; border: 1px solid var(--line); padding: 12px; border-radius: 25px; box-shadow: var(--shadow-sm); }
.map-card iframe { width: 100%; height: 470px; border: 0; border-radius: 17px; display: block; }
.map-card > a { display: inline-block; color: var(--green); font-weight: 800; font-size: .82rem; margin: 11px 8px 2px; }

.final-cta { padding: 28px 0 68px; background: white; }
.final-cta-inner { background: var(--orange); color: white; border-radius: 28px; padding: 42px 48px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.final-cta-inner > div { display: grid; grid-template-columns: auto 1fr; column-gap: 18px; align-items: center; }
.final-cta-inner > div > span { grid-row: span 2; font-size: 2.2rem; }
.final-cta h2 { font-size: clamp(1.7rem, 3vw, 2.6rem); }
.final-cta p { margin: 7px 0 0; color: rgba(255,255,255,.82); }
.btn-light { background: white; color: var(--orange); white-space: nowrap; }

footer { background: #142a26; color: white; padding: 66px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.footer-brand { color: white; }
.footer-grid > div:first-child > p { color: rgba(255,255,255,.6); max-width: 300px; }
.footer-grid h4 { font-size: .9rem; margin-bottom: 17px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.64); font-size: .82rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 46px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.46); font-size: .76rem; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: white; display: grid; place-items: center; font-weight: 900; box-shadow: 0 14px 30px rgba(37,211,102,.32); z-index: 90; }
.whatsapp-float:hover { transform: translateY(-3px); }
.toast { position: fixed; right: 24px; bottom: 94px; width: min(340px, calc(100% - 48px)); background: white; border: 1px solid var(--line); border-left: 5px solid var(--green); padding: 15px 17px; border-radius: 13px; box-shadow: var(--shadow); z-index: 110; transform: translateY(20px); opacity: 0; pointer-events: none; transition: .25s ease; }
.toast.show { transform: translateY(0); opacity: 1; }
.toast strong, .toast span { display: block; }
.toast span { color: var(--muted); font-size: .8rem; margin-top: 2px; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero-copy { text-align: center; }
  .hero-copy h1, .hero-text { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { max-width: 650px; width: 100%; margin: 0 auto; min-height: 500px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid article:nth-child(2) { border-right: 0; }
  .features-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .booking-grid, .location-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 45px; }
  .about-visual { max-width: 650px; }
  .booking-grid { gap: 45px; }
  .booking-copy { max-width: 680px; }
  .location-grid { gap: 35px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 68px; }
  .menu-btn { display: block; }
  nav { position: absolute; top: 68px; left: 14px; right: 14px; display: none; background: white; padding: 18px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); border-radius: 18px; flex-direction: column; align-items: stretch; gap: 5px; }
  nav.open { display: flex; }
  nav a { padding: 10px 12px; border-radius: 10px; }
  .nav-cta { text-align: center; margin-top: 6px; }
  .hero { padding: 56px 0 58px; }
  h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .hero-text { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .trust-row { gap: 14px; justify-content: space-between; }
  .trust-row div { text-align: left; }
  .hero-visual { min-height: 390px; }
  .main-photo { inset: 15px 6px 0 14px; border-radius: 28px; padding: 10px; }
  .main-photo img { border-radius: 21px; }
  .photo-label { left: 22px; right: 22px; bottom: 20px; font-size: .72rem; }
  .card-care { top: 42px; left: -3px; }
  .card-update { right: -4px; bottom: 45px; }
  .floating-card { padding: 10px 11px; }
  .floating-card small { display: none; }
  .features-grid { grid-template-columns: 1fr; }
  .features-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .features-grid article:last-child { border-bottom: 0; }
  .section { padding: 72px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .about-badge { width: 120px; height: 120px; right: -5px; bottom: 18px; }
  .gallery-heading { align-items: start; flex-direction: column; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 290px 190px 190px; }
  .gallery-grid figure.gallery-large { grid-column: span 2; grid-row: auto; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid article > p { min-height: auto; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .booking-form { padding: 24px 18px; border-radius: 22px; }
  .map-card iframe { height: 360px; }
  .final-cta-inner { flex-direction: column; align-items: stretch; padding: 32px 24px; }
  .final-cta-inner > div { grid-template-columns: 1fr; text-align: center; }
  .final-cta-inner > div > span { grid-row: auto; margin-bottom: 8px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: span 2; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 460px) {
  .trust-row { flex-wrap: wrap; justify-content: center; }
  .trust-row div { min-width: 85px; text-align: center; }
  .hero-visual { min-height: 330px; }
  .card-care { top: 20px; }
  .card-update { bottom: 30px; }
  .floating-card strong { font-size: .75rem; }
  .icon-bubble, .pet-avatar { width: 31px; height: 31px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 230px); }
  .gallery-grid figure.gallery-large { grid-column: auto; }
}

/* ===== Patitas Club real-image version ===== */
.brand img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.service-card {
  padding: 18px;
  min-height: 610px;
}

.service-media {
  height: 170px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--cream);
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-tag {
  top: 32px;
  right: 28px;
}

.about-copy > p {
  color: var(--muted);
  font-size: 1.02rem;
  margin: 0 0 16px;
}

/* ===== Full-width hero slider ===== */
.hero.hero-wide {
  padding: 0;
  background: #0f1f1c;
}

.hero-wide-slider {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 78px);
  overflow: hidden;
  background: #0f1f1c;
}

.hero-wide-slider .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .7s ease;
}

.hero-wide-slider .slide.active {
  opacity: 1;
}

.hero-wide-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(12, 26, 23, .82) 0%, rgba(12, 26, 23, .62) 34%, rgba(12, 26, 23, .22) 68%, rgba(12, 26, 23, .12) 100%),
    linear-gradient(180deg, rgba(12, 26, 23, .08) 0%, rgba(12, 26, 23, .34) 100%);
}

.hero-content-wide {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  min-height: calc(100vh - 78px);
  margin: 0;
  padding-left: clamp(40px, 6vw, 112px);
  padding-right: clamp(40px, 6vw, 112px);
  display: flex;
  align-items: center;
}

.hero-panel {
  width: min(720px, 100%);
  max-width: 720px;
  padding: 72px 0 92px;
  color: white;
}

.hero-panel .eyebrow {
  color: #ecfff7;
  background: rgba(223, 243, 234, .18);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
}

.hero-panel h1 {
  width: 100%;
  max-width: 680px;
  margin: 20px 0 12px;
  color: white;
  font-size: clamp(3rem, 5vw, 4.9rem);
  line-height: .98;
  letter-spacing: -.055em;
  overflow-wrap: normal;
  word-break: normal;
  text-shadow: 0 8px 30px rgba(0,0,0,.25);
}

.hero-subtitle {
  margin: 6px 0 12px;
  color: #ffc85a;
  font-family: 'Manrope', sans-serif;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: .02em;
}

.hero-panel .hero-text {
  max-width: 610px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.9);
  font-size: 1.04rem;
  line-height: 1.55;
}

.hero-panel .btn-secondary {
  color: var(--ink);
  background: rgba(255,255,255,.95);
}

.hero-trust {
  margin-top: 34px;
}

.hero-trust strong {
  color: white;
}

.hero-trust span {
  color: rgba(255,255,255,.76);
}

.hero-wide .slider-dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 30px;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}

.hero-wide .slider-dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.48);
}

.hero-wide .slider-dot.active {
  background: white;
  box-shadow: 0 0 0 5px rgba(255,255,255,.18);
}

@media (max-width: 1020px) {
  .hero-wide-slider,
  .hero-content-wide {
    min-height: 720px;
  }

  .hero-content-wide {
    padding-left: clamp(32px, 5vw, 64px);
    padding-right: clamp(32px, 5vw, 64px);
  }

  .hero-panel {
    max-width: 660px;
  }

  .hero-panel h1 {
    max-width: 620px;
    font-size: clamp(2.8rem, 7vw, 4.4rem);
  }
}

@media (max-width: 760px) {
  .brand img {
    width: 44px;
    height: 44px;
  }

  .hero-wide-slider,
  .hero-content-wide {
    min-height: 640px;
  }

  .hero-content-wide {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero-panel {
    max-width: 100%;
    padding: 44px 0 86px;
    text-align: left;
  }

  .hero-panel h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 10.5vw, 3.5rem);
    line-height: 1;
    letter-spacing: -.045em;
  }

  .hero-subtitle {
    font-size: 1.08rem;
  }

  .hero-panel .hero-text {
    max-width: 100%;
    font-size: .98rem;
  }

  .hero-trust {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
  }

  .hero-wide .slider-dots {
    bottom: 22px;
  }

  .service-card {
    min-height: auto;
  }

  .service-media {
    height: 220px;
  }
}

@media (max-width: 460px) {
  .hero-wide-slider,
  .hero-content-wide {
    min-height: 590px;
  }

  .hero-content-wide {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-panel {
    padding: 36px 0 80px;
  }

  .hero-panel h1 {
    font-size: clamp(2.1rem, 11vw, 3rem);
  }
}

/* --- larger logo-only header --- */
.topbar .nav-wrap {
  min-height: 104px;
}

.topbar .brand {
  flex: 0 0 auto;
  line-height: 0;
}

.topbar .brand img {
  width: 138px;
  height: 82px;
  object-fit: contain;
}

@media (max-width: 760px) {
  .topbar .nav-wrap {
    min-height: 84px;
  }

  .topbar .brand img {
    width: 112px;
    height: 66px;
  }

  .topbar nav {
    top: 84px;
  }
}
