:root {
  --blue: #1d3e93;
  --cyan: #2ed1ff;
  --dark: #2c2c2c;
  --text: #626262;
  --heading: #444;
  --footer: #545454;
  --orange: #ff9f2e;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #073a72 url("assets/img/fondorussell1.png") repeat center top;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Roboto, Arial, Tahoma, sans-serif;
  font-size: 13px;
  line-height: 1.6;
}

a {
  color: var(--blue);
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  width: min(1242px, calc(100% - 40px));
  margin: 35px auto;
  background: #fff;
  overflow: hidden;
}

.top-strip {
  min-height: 44px;
  padding: 0 22px;
  background: var(--dark);
  color: #8b8b8b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.top-strip p {
  min-width: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.top-strip a,
.site-footer > a {
  color: #a8a8a8;
  font: 700 20px/1 Arial, sans-serif;
}

.brand-row {
  min-height: 140px;
  padding: 25px 22px 24px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.logo {
  display: block;
  width: min(509px, 100%);
}

.logo img {
  width: 100%;
  height: auto;
}

.main-nav {
  position: relative;
  border-bottom: 1px solid #eee;
}

.nav-toggle {
  display: none;
}

.main-nav ul {
  display: flex;
  margin: 0;
  padding: 0 0 0 1px;
  list-style: none;
}

.main-nav li {
  min-width: 105px;
  border-right: 1px solid #eee;
}

.main-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 61px;
  padding: 0 18px;
  color: #444;
}

.main-nav a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 7px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 7px;
  background: var(--cyan);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--blue);
}

.main-nav a:hover::before {
  transform: scaleX(1);
}

.main-nav a.active::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  height: 720px;
  background: #bacbd2;
  overflow: hidden;
}

.hero-slides,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), var(--hero-image);
  background-size: cover;
  background-position: center bottom;
  transition: opacity 700ms ease;
}

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

.hero-copy {
  position: absolute;
  left: 80px;
  bottom: 120px;
  color: #fff;
  font-family: "Roboto Slab", Georgia, serif;
}

.hero-copy h1 {
  margin: 0 0 16px;
  color: #fff;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 70px;
  font-weight: 400;
  line-height: .86;
  letter-spacing: 0;
}

.hero-copy img {
  width: 350px;
  height: 4px;
  margin-bottom: 8px;
}

.hero-copy p {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
}

.hero-copy span {
  color: var(--cyan);
  font-size: 24px;
  line-height: 0;
  vertical-align: -2px;
}

.hero-tabs {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 30px;
  display: flex;
}

.hero-tabs button {
  min-width: 100px;
  height: 30px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .2);
  background: rgba(0, 0, 0, .25);
  color: #fff;
  cursor: pointer;
  font: 700 13px/1 "Roboto Slab", Georgia, serif;
}

.hero-tabs button:hover,
.hero-tabs button.active {
  background: #fff;
  color: #000;
}

.services-section,
.info-band,
.closing-title {
  background: #fff;
}

.services-section {
  padding: 40px 22px 8px;
}

.section-title,
.closing-title {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 28px;
  padding-bottom: 26px;
}

.section-title::after,
.closing-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  transform: translateX(-50%) rotate(45deg);
}

.section-title span,
.closing-title span {
  display: block;
  margin-bottom: 4px;
  color: #aaa;
  font-size: 15px;
  letter-spacing: 2px;
}

.section-title h2,
.closing-title h2 {
  margin: 0;
  color: var(--blue);
  font-family: "Patua One", Georgia, serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 36px;
  row-gap: 28px;
}

.service-card {
  display: grid;
  grid-template-columns: 127px 1fr;
  gap: 22px;
  min-height: 145px;
  color: var(--text);
  transition: transform 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
}

.service-card img {
  width: 127px;
  height: 127px;
  border-radius: 50%;
  object-fit: cover;
}

.service-card strong {
  display: block;
  margin: 5px 0 14px;
  color: var(--heading);
  font-family: "Patua One", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.info-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding: 0 22px 32px;
}

.info-band h3 {
  margin: 18px 0 26px;
  color: var(--heading);
  font-family: "Patua One", Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
}

.history p {
  margin: 0 0 18px;
}

.read-more {
  font-weight: 700;
}

.tips ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tips li {
  position: relative;
  min-height: 50px;
  padding: 0 0 12px 48px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  line-height: 1.35;
}

.tips li + li {
  padding-top: 12px;
}

.tips li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: -1px;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  color: #4a4a4a;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.tips li + li::before {
  top: 11px;
}

.contact-card {
  min-height: 320px;
  padding: 24px 26px;
  color: #fff;
  background: var(--blue) url("assets/img/carta.png") no-repeat right bottom;
}

.contact-card h3 {
  margin-top: 0;
  color: #fff;
}

.contact-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-card li {
  position: relative;
  padding: 14px 0 14px 42px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  line-height: 1.15;
}

.contact-card li::before {
  position: absolute;
  left: 0;
  top: 14px;
  color: #071d4c;
  font-size: 24px;
  font-weight: 700;
}

.contact-card li:nth-child(1)::before {
  content: "⌖";
}

.contact-card li:nth-child(2)::before {
  content: "☎";
}

.contact-card li:nth-child(3)::before {
  content: "✉";
}

.contact-card li:nth-child(4)::before {
  content: "↗";
}

.contact-card a {
  color: #fff;
}

.delivery-card {
  min-height: 320px;
  padding: 30px 40px 22px;
  background: var(--orange);
  text-align: center;
}

.delivery-card img {
  width: 188px;
  margin: 0 auto 20px;
}

.delivery-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 115px;
  min-height: 43px;
  padding: 0 18px;
  color: #fff;
  background: var(--blue);
  border-radius: 4px;
  font-weight: 700;
}

.closing-title {
  margin: 14px 22px 58px;
  padding-top: 0;
}

.closing-title h2 {
  font-size: 47px;
}

.site-footer {
  min-height: 90px;
  padding: 0 22px;
  background: var(--footer);
  color: #ccc;
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-footer p {
  flex: 1;
  margin: 0;
}

.to-top {
  width: 45px;
  height: 42px;
  border: 0;
  border-radius: 4px;
  background: #f4f4f4;
  color: #999;
  cursor: pointer;
  font-size: 22px;
}

.popup-overlay {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, .8);
}

.popup-overlay.open {
  display: flex;
}

.popup-dialog {
  position: relative;
  width: min(640px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #fff;
}

.popup-dialog img {
  width: 100%;
}

.popup-close {
  position: sticky;
  right: 9px;
  bottom: 9px;
  float: right;
  margin: -48px 9px 9px 0;
  min-width: 88px;
  min-height: 36px;
  border: 0;
  border-radius: 0;
  background: #222;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

.reveal {
  opacity: .01;
  transform: translateY(24px);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-36px);
}

.reveal.in-view {
  animation: fade-up 600ms ease both;
}

.reveal-left.in-view {
  animation: fade-left 650ms ease both;
}

.reveal.bounce.in-view {
  animation: bounce-in 700ms ease both;
}

@keyframes fade-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-left {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(.88);
  }
  55% {
    opacity: 1;
    transform: scale(1.04);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.subhero {
  min-height: 190px;
  padding: 74px 0 30px 43px;
  background: #eef4f7 url("assets/img/quienessomos-tintorerias-russell.jpg") no-repeat center top;
}

.subhero h1 {
  margin: 0;
  color: var(--blue);
  font-family: "Patua One", Georgia, serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.about-intro {
  padding: 47px 22px 15px;
  background: #eef4f7;
}

.about-intro .section-title h2,
.gallery-heading .section-title h2,
.clients-section .section-title h2 {
  font-size: 38px;
}

.story-block {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 30px;
  padding: 50px 22px 34px;
  background: #fff;
}

.machine img {
  width: 380px;
  height: auto;
}

.story-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  column-gap: 44px;
  align-content: start;
}

.story-copy h2,
.side-copy h2 {
  margin: 0 0 12px;
  color: var(--heading);
  font-family: "Patua One", Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.05;
}

.story-copy p,
.side-copy p {
  margin: 0 0 18px;
}

.big {
  font-size: 14px;
  line-height: 1.65;
}

.check-list {
  margin: 45px 0 0;
  padding: 0;
  color: #737e86;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 0 0 16px 34px;
  font-size: 14px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 700;
}

.story-wide {
  grid-column: 1 / -1;
  padding-top: 16px;
}

.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  padding: 54px 22px 46px;
  background: #fff;
  text-align: center;
}

.fact strong {
  display: block;
  color: var(--blue);
  font-family: "Patua One", Georgia, serif;
  font-size: 74px;
  font-weight: 400;
  line-height: .95;
  letter-spacing: 0;
}

.fact h3 {
  margin: 0 0 16px;
  color: var(--heading);
  font-family: "Patua One", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
}

.fact h3::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  margin: 13px auto 0;
  background: #ddd;
}

.fact p {
  margin: 0 auto;
  max-width: 220px;
  color: #777;
  font-size: 12px;
  line-height: 1.5;
}

.gallery-heading {
  padding: 0 22px;
  background: #eef4f7;
}

.gallery-heading .section-title {
  margin-bottom: 0;
  padding-top: 0;
}

.gallery-copy-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  column-gap: 32px;
  row-gap: 38px;
  padding: 40px 22px 48px;
  background: #fff;
}

.gallery-set {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-content: start;
}

.gallery-item {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #aaa;
  cursor: pointer;
  font: inherit;
  text-align: center;
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 2px solid #cfcfcf;
  filter: grayscale(20%);
  transition: filter 220ms ease, transform 220ms ease;
}

.gallery-item::after {
  content: "+";
  position: absolute;
  inset: 0 0 22px;
  display: grid;
  place-items: center;
  background: rgba(29, 62, 147, .78);
  color: #fff;
  font-size: 36px;
  opacity: 0;
  transition: opacity 180ms ease;
}

.gallery-item:hover img {
  filter: grayscale(0%);
  transform: scale(1.02);
}

.gallery-item:hover::after {
  opacity: 1;
}

.gallery-item span {
  display: block;
  min-height: 22px;
  font-size: 12px;
  line-height: 1.6;
}

.side-copy {
  padding-top: 15px;
}

.side-copy h5 {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 400;
}

.addresses p {
  margin-bottom: 18px;
}

.clients-section {
  padding: 0 22px 42px;
  background: #fff;
}

.logo-slider {
  position: relative;
  padding: 22px 70px 34px;
}

.logo-window {
  overflow: hidden;
}

.logo-track {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 460ms ease;
}

.logo-track li {
  flex: 0 0 33.333%;
  padding: 0 36px;
  text-align: center;
}

.logo-track img {
  width: 266px;
  height: 127px;
  margin: 0 auto;
  object-fit: contain;
  opacity: .58;
  filter: grayscale(100%);
}

.logo-track p {
  margin: 14px 0 0;
  color: #bfbfbf;
  font-size: 13px;
}

.logo-arrow {
  position: absolute;
  top: 72px;
  width: 30px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #c5c5c5;
  cursor: pointer;
  font-size: 42px;
  line-height: 1;
}

.logo-prev {
  left: 24px;
}

.logo-next {
  right: 24px;
}

.logo-dots {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}

.logo-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #d4d4d4;
  padding: 0;
}

.logo-dots button.active {
  background: var(--blue);
}

.lightbox {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 58px 84px;
  background: rgba(0, 0, 0, .86);
}

.lightbox.open {
  display: flex;
}

.lightbox figure {
  margin: 0;
  max-width: min(880px, 100%);
  max-height: 100%;
  color: #fff;
  text-align: center;
}

.lightbox img {
  max-height: calc(100vh - 150px);
  margin: 0 auto;
  object-fit: contain;
}

.lightbox figcaption {
  margin-top: 14px;
  font-size: 15px;
}

.lightbox button {
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 46px;
}

.lightbox-close {
  position: absolute;
  top: 16px;
  right: 26px;
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 24px;
}

.lightbox-next {
  right: 24px;
}

.services-hero {
  min-height: 210px;
  padding: 76px 0 30px 44px;
  background: #111 url("assets/img/header-servicios-russell.jpg") no-repeat center top;
}

.services-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Patua One", Georgia, serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.services-page-title {
  padding: 40px 22px 22px;
  background: #fff;
}

.services-page-title .section-title h2 {
  font-size: 43px;
}

.services-layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(260px, 1fr);
  gap: 8px;
  padding: 0 14px 60px 22px;
  background: #fff;
}

.services-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.service-list-item {
  display: grid;
  grid-template-columns: 127px 1fr;
  gap: 20px;
  min-height: 178px;
  padding: 20px 16px 24px 0;
  border-right: 1px solid #e7e7e7;
  opacity: 1;
  transform: none;
}

.service-list-item img {
  width: 127px;
  height: 127px;
  border-radius: 50%;
  object-fit: cover;
}

.service-list-item h3 {
  margin: 16px 0 16px;
  color: var(--heading);
  font-family: "Patua One", Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.08;
}

.service-list-item p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.5;
}

.services-sidebar {
  padding-left: 0;
}

.promo-card {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 20px;
  padding: 16px 0 52px 8px;
}

.promo-card img {
  width: 105px;
}

.promo-card h2 {
  margin: 0 0 16px;
  color: var(--heading);
  font-family: "Patua One", Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.05;
}

.promo-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.side-banner {
  min-height: 315px;
  margin: 0 0 40px;
}

.side-banner a {
  min-width: 160px;
}

.professional-card {
  padding: 48px 40px 34px;
  background: #0f99de;
  text-align: center;
}

.professional-card img {
  width: 210px;
  margin: 0 auto 28px;
}

.professional-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 145px;
  min-height: 43px;
  padding: 0 18px;
  color: #fff;
  background: var(--blue);
  border-radius: 4px;
  font-weight: 700;
}

.sidebar-contact {
  min-height: 340px;
}

.promos-hero {
  min-height: 270px;
  padding: 110px 0 30px 44px;
  background: #eadfce url("assets/img/promociones-tintorerias-russell.jpg") no-repeat center center;
  background-size: cover;
}

.promos-hero h1 {
  margin: 0;
  color: var(--blue);
  font-family: "Patua One", Georgia, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.promos-title {
  padding: 80px 22px 40px;
  background: #fff;
}

.promos-title .section-title h2 {
  font-size: 50px;
}

.promos-page .reveal,
.promos-page .reveal-left {
  opacity: 1;
  transform: none;
  animation: none;
}

.promo-list {
  padding: 62px 70px 95px;
  background: #fff;
}

.promo-row {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 74px;
  align-items: center;
  min-height: 280px;
}

.promo-badge {
  position: relative;
  width: 240px;
  height: 240px;
  border: 3px solid #eee;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.promo-badge img {
  width: 162px;
  height: auto;
}

.promo-badge span {
  position: absolute;
  right: 20px;
  bottom: 26px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}

.promo-copy h3 {
  margin: 0 0 22px;
  color: var(--heading);
  font-family: "Patua One", Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
}

.promo-copy p {
  margin: 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.75;
}

.promo-dots {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 42px 0 58px;
}

.promo-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}

.tips-hero {
  min-height: 215px;
  padding: 80px 0 30px 44px;
  background: #edf3f6 url("assets/img/tips-tintorerias-russell.jpg") no-repeat center center;
  background-size: cover;
}

.tips-hero h1 {
  margin: 0;
  color: var(--blue);
  font-family: "Patua One", Georgia, serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

.tips-content {
  padding: 50px 22px 80px;
  background: #eef4f7;
}

.tips-content .section-title {
  margin-bottom: 54px;
}

.tips-content .section-title h2 {
  font-size: 45px;
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px;
  max-width: 1110px;
  margin: 0 auto;
}

.tip-card {
  text-align: center;
}

.tip-icon {
  position: relative;
  width: 112px;
  height: 112px;
  margin: 0 auto 24px;
  display: grid;
  place-items: center;
  color: var(--blue);
  border: 10px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,.9) 0, rgba(255,255,255,.9) 3px, rgba(232,238,242,.9) 3px, rgba(232,238,242,.9) 5px);
  box-shadow: inset 0 0 0 1px #e5eaed, 0 0 0 1px #edf1f3;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tip-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tip-icon-check svg {
  width: 52px;
  height: 52px;
  stroke-width: 2.7;
}

.tip-card:hover .tip-icon,
.tip-icon:hover {
  color: #fff;
  background: var(--blue);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.75), 0 0 0 1px #edf1f3;
  transform: translateY(-2px);
}

.tip-card h3 {
  margin: 0 0 15px;
  color: #494949;
  font-family: "Patua One", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.15;
}

.tip-card p {
  max-width: 245px;
  margin: 0 auto;
  color: #737373;
  font-size: 13px;
  line-height: 1.65;
}

.tips-dots {
  margin: 48px auto 56px;
}

.bottom-dots {
  margin-bottom: 72px;
}

.tips-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 70px;
  align-items: center;
  width: min(790px, 100%);
  margin: 0 auto 74px;
}

.tips-info.care {
  grid-template-columns: 300px minmax(0, 1fr);
  margin-bottom: 0;
}

.tips-info-copy h2 {
  margin: 0 0 18px;
  color: #3f3f3f;
  font-family: Roboto, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
}

.tips-info-copy p {
  margin: 0 0 16px;
  color: #6e6e6e;
  font-size: 13px;
  line-height: 1.65;
}

.tips-photo {
  margin: 0;
  padding: 9px;
  background: #fff;
}

.tips-photo img {
  width: 100%;
  height: auto;
}

.contact-hero {
  min-height: 300px;
  padding: 118px 0 30px 44px;
  background: #edf3f6 url("assets/img/contacto-tintorerias-russell.jpg") no-repeat center center;
  background-size: cover;
}

.contact-hero h1 {
  margin: 0;
  color: var(--blue);
  font-family: "Patua One", Georgia, serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.branch-map {
  position: relative;
  aspect-ratio: 1240 / 450;
  overflow: hidden;
  background: #dbe5eb;
}

.static-map {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.map-tile-grid {
  position: absolute;
  left: 0;
  top: -56%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  filter: saturate(.8) contrast(.94) brightness(1.05);
}

.map-tile-grid img {
  width: 100%;
  max-width: none;
  image-rendering: auto;
}

.map-branch {
  position: absolute;
  z-index: 2;
  width: 112px;
  transform: translate(-50%, -78%);
}

.map-branch img {
  width: 100%;
  height: auto;
}

.map-branch-palermo {
  left: 55%;
  top: 45%;
}

.map-branch-recoleta {
  left: 67.5%;
  top: 46.5%;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) minmax(360px, 2fr) 300px;
  gap: 34px;
  padding: 40px 44px 90px;
  background: #fff;
}

.visit-copy,
.message-panel,
.contact-page-card {
  min-width: 0;
}

.contact-section h2,
.contact-page-card h3 {
  margin: 0 0 24px;
  color: var(--heading);
  font-family: "Patua One", Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
}

.visit-copy p {
  margin: 0 0 28px;
  color: #666;
  font-size: 18px;
  line-height: 1.55;
}

.visit-copy p.big {
  font-size: 20px;
}

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

.contact-form label {
  display: block;
}

.contact-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #e4e4e4;
  padding: 14px 18px;
  color: #666;
  background: #fff;
  font: 400 16px/1.4 Roboto, Arial, sans-serif;
  box-shadow: inset 0 1px 4px rgba(0,0,0,.04);
}

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

.captcha-row {
  display: grid;
  gap: 18px;
  margin-top: 2px;
  max-width: 480px;
}

.captcha-title {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.captcha-title span {
  color: #d00;
}

.captcha-sum {
  display: grid;
  grid-template-columns: 120px minmax(180px, 300px);
  gap: 16px;
  align-items: center;
}

.captcha-question {
  color: #555;
  font-size: 24px;
  line-height: 1;
}

.contact-form button,
.form-result a {
  width: 110px;
  min-height: 52px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: var(--blue);
  font: 400 16px/1 Roboto, Arial, sans-serif;
  cursor: pointer;
}

.form-message {
  min-height: 24px;
  margin: 2px 0 0;
  color: var(--blue);
  font-size: 15px;
  font-weight: 700;
}

.form-message.error {
  color: #b3261e;
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.contact-page-card {
  min-height: 330px;
  padding: 34px 34px 26px;
}

.contact-page-card h3 {
  color: #fff;
}

.form-result {
  width: min(620px, calc(100% - 40px));
  margin: 80px auto;
  padding: 42px;
  background: #fff;
  color: var(--text);
  font-family: Roboto, Arial, sans-serif;
}

.form-result h1 {
  margin-top: 0;
  color: var(--blue);
  font-family: "Patua One", Georgia, serif;
  font-size: 40px;
}

.form-result a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0 22px;
}

.contact-page .reveal,
.contact-page .reveal-left {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .page-shell {
    width: min(100%, calc(100% - 24px));
    margin: 16px auto;
  }

  .brand-row {
    min-height: 112px;
  }

  .hero {
    height: 520px;
  }

  .hero-copy {
    left: 42px;
    bottom: 75px;
  }

  .hero-copy h1 {
    font-size: 56px;
  }

  .services-grid,
  .info-band,
  .facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .story-block,
  .gallery-copy-grid,
  .services-layout,
  .promo-row {
    grid-template-columns: 1fr;
  }

  .promo-row {
    gap: 28px;
    text-align: center;
  }

  .promo-badge {
    margin: 0 auto;
  }

  .services-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .tips-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tips-info,
  .tips-info.care {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tips-info.care .tips-photo {
    order: 2;
  }

  .contact-section {
    grid-template-columns: 1fr 1fr;
  }

  .contact-page-card {
    grid-column: 1 / -1;
  }

  .story-copy {
    grid-template-columns: 1fr;
  }

  .check-list {
    margin-top: 10px;
  }

  .machine img {
    width: min(380px, 100%);
  }

  .logo-track li {
    flex-basis: 50%;
  }

  .closing-title h2 {
    font-size: 38px;
  }
}

@media (max-width: 680px) {
  .page-shell {
    width: 100%;
    margin: 0;
  }

  .top-strip {
    align-items: flex-start;
    padding: 12px 16px;
  }

  .brand-row {
    min-height: auto;
    padding: 20px 16px;
  }

  .logo img {
    width: 100%;
    max-width: 420px;
  }

  .nav-toggle {
    display: block;
    width: 100%;
    min-height: 48px;
    border: 0;
    background: #fff;
    color: var(--blue);
    font-weight: 700;
  }

  .main-nav ul {
    display: none;
    flex-direction: column;
    padding: 0;
  }

  .main-nav.open ul {
    display: flex;
  }

  .main-nav li {
    width: 100%;
    border-right: 0;
    border-top: 1px solid #eee;
  }

  .main-nav a {
    justify-content: flex-start;
    min-height: 50px;
  }

  .hero {
    height: 430px;
  }

  .hero-tabs {
    left: 16px;
    right: 16px;
    top: 18px;
    overflow-x: auto;
  }

  .hero-tabs button {
    flex: 0 0 110px;
  }

  .hero-copy {
    left: 28px;
    right: 20px;
    bottom: 48px;
  }

  .hero-copy h1 {
    font-size: 43px;
  }

  .hero-copy img {
    width: min(350px, 100%);
  }

  .services-section {
    padding: 34px 16px 0;
  }

  .section-title h2,
  .closing-title h2 {
    font-size: 32px;
  }

  .services-grid,
  .info-band,
  .facts {
    grid-template-columns: 1fr;
  }

  .subhero {
    min-height: 150px;
    padding: 54px 16px 28px;
    background-position: center top;
  }

  .subhero h1 {
    font-size: 38px;
  }

  .about-intro,
  .story-block,
  .gallery-heading,
  .gallery-copy-grid,
  .clients-section,
  .services-page-title,
  .services-layout {
    padding-left: 16px;
    padding-right: 16px;
  }

  .services-hero {
    min-height: 180px;
    padding: 60px 16px 30px;
    background-position: center top;
    background-size: auto 180px;
  }

  .services-hero h1 {
    font-size: 40px;
  }

  .promos-hero {
    min-height: 210px;
    padding: 80px 16px 30px;
    background-size: auto 210px;
  }

  .promos-hero h1 {
    font-size: 42px;
  }

  .promos-title {
    padding: 50px 16px 28px;
  }

  .promos-title .section-title h2 {
    font-size: 34px;
  }

  .tips-hero {
    min-height: 180px;
    padding: 60px 16px 30px;
  }

  .tips-hero h1 {
    font-size: 38px;
  }

  .tips-content {
    padding: 42px 16px 64px;
  }

  .tips-content .section-title h2 {
    font-size: 32px;
  }

  .tips-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .tips-dots {
    margin: 38px auto 44px;
  }

  .tips-info {
    margin-bottom: 54px;
  }

  .tips-info-copy h2 {
    font-size: 27px;
  }

  .contact-hero {
    min-height: 220px;
    padding: 82px 16px 30px;
  }

  .contact-hero h1 {
    font-size: 42px;
  }

  .branch-map {
    aspect-ratio: 1240 / 450;
  }

  .map-branch {
    width: 76px;
  }

  .contact-section {
    grid-template-columns: 1fr;
    padding: 34px 16px 64px;
  }

  .form-row,
  .captcha-row {
    grid-template-columns: 1fr;
  }

  .captcha-sum {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .captcha-question {
    font-size: 22px;
  }

  .promo-list {
    padding: 42px 18px 64px;
  }

  .promo-copy h3 {
    font-size: 27px;
  }

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

  .promo-badge {
    width: 210px;
    height: 210px;
  }

  .services-page-title .section-title h2 {
    font-size: 32px;
  }

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

  .service-list-item {
    grid-template-columns: 105px 1fr;
    min-height: 132px;
    border-right: 0;
    border-bottom: 1px solid #eee;
  }

  .service-list-item img {
    width: 105px;
    height: 105px;
  }

  .service-list-item h3 {
    margin-top: 8px;
    font-size: 22px;
  }

  .promo-card {
    padding-top: 28px;
  }

  .story-copy h2,
  .side-copy h2 {
    font-size: 26px;
  }

  .fact strong {
    font-size: 64px;
  }

  .gallery-set {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .logo-slider {
    padding-left: 28px;
    padding-right: 28px;
  }

  .logo-track li {
    flex-basis: 100%;
    padding: 0 16px;
  }

  .logo-arrow {
    top: 68px;
  }

  .logo-prev {
    left: 0;
  }

  .logo-next {
    right: 0;
  }

  .lightbox {
    padding: 54px 38px;
  }

  .service-card {
    grid-template-columns: 100px 1fr;
    gap: 16px;
    min-height: 118px;
  }

  .service-card img {
    width: 100px;
    height: 100px;
  }

  .service-card strong {
    font-size: 20px;
  }

  .info-band {
    padding: 0 16px 28px;
  }

  .closing-title {
    margin: 10px 16px 42px;
  }

  .site-footer {
    min-height: 74px;
  }
}
