@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

:root {
  --color-black: #050505;
  --color-ink: #232326;
  --color-muted: #6e6e73;
  --color-line: #d7d7d7;
  --color-soft: #f4f4f2;
  --color-gold: #e6cf8f;
  --color-gold-soft: #f3e8c5;
  --container: 1120px;
  --radius-leaf: 0 70px 0 70px;
  --radius-leaf-large: 0 120px 0 120px;
  --font-body: 'Poppins', sans-serif!important;
  --font-display: "Italiana", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
}

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

a {
  color: inherit;
  text-decoration: none;
}

iframe { border:5px solid #fff!important; width:100%; height:auto; min-height:450px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.container--narrow {
  max-width: 860px;
  text-align: center;
}

.container--article {
  max-width: 980px;
}

.site-header {
  left: 0;
  padding: 38px 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}

.site-header__inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1220px;
}

.site-logo {
  flex: 0 0 190px;
  margin: 0;
  padding: 0;
}

.site-logo__text,
.footer-logo {
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: lowercase;
}

.site-logo__image,
.site-logo .custom-logo {
  display: block;
  max-height: 48px;
  width: auto;
}

.site-logo__link {
  display: inline-block;
}

.home .site-logo__text,
.tax-tecnologia .site-logo__text {
  color: #fff;
}

.primary-nav {
  flex: 1 1 auto;
  justify-content: center;
}

.primary-nav__home,
.primary-nav__contact {
  display: none;
}

.primary-nav__list,
.footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-nav__list {
  align-items: center;
  background: #000;
  border-radius: 999px;
  display: flex;
  gap: 0;
  min-height: 44px;
  padding: 0 22px;
}

.primary-nav a {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding: 14px 16px;
  white-space: nowrap;
}

.header-socials,
.footer-socials {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.header-socials {
  flex: 0 0 170px;
}

.social-link {
  align-items: center;
  background: #1f1f22;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  text-transform: uppercase;
  /*height: 38px;
  width: 38px;*/
}

.social-link__icon {
  display: block;
  object-fit: contain;
}

.dark { 
  filter:invert(1);
}

.social-link--static {
  cursor: default;
}

.home .social-link,
.tax-tecnologia .social-link {
  background: rgba(255, 255, 255, .95);
  color: #111;
}

.menu-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 34px;
  padding: 0;
  width: 40px;
}

.menu-toggle span {
  background: currentColor;
  display: block;
  height: 2px;
  margin: 7px 0;
  width: 100%;
}

.button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  min-height: 38px;
  padding: 0 26px;
  text-transform: uppercase;
}

.button--dark {
  background: #000;
  color: #fff;
}

.button--gold {
  background: var(--color-gold-soft);
  color: #111;
}

.button--light {
  background: #fff;
  color: #111;
}

.has-dark-overlay {
  background: var(--hero-image, linear-gradient(135deg, #3b352d, #8a7a61));
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
}

.has-dark-overlay::before {
  background: rgba(0, 0, 0, .42);
  content: "";
  inset: 0;
  position: absolute;
}

.home-hero {
  border-radius: 0 0 70px 0;
  display: flex;
  min-height: min(100vw, 1180px);
  overflow: hidden;
}

.home-hero > * {
  position: relative;
  z-index: 1;
}

.home-hero__mobile-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 20px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: clamp(110px, 12vw, 190px);
}

.home-hero__mobile-kicker {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.home-hero__mobile-heading strong {
  color: var(--color-gold);
  font-family: var(--font-display);
  font-size: clamp(76px, 8vw, 122px);
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.08;
}

.home-hero__mobile-tagline {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.18;
}

.home-hero__mobile-tagline > span {
  align-items: center;
  display: flex;
  gap: 12px;
  white-space: nowrap;
}

.home-hero__mobile-tagline > span::before,
.home-hero__mobile-tagline > span::after {
  background: rgba(255, 255, 255, .82);
  content: "";
  height: 1px;
  width: 68px;
}

.needs-section h2 span,
.hotel-hero h1 {
  color: var(--color-gold);
  display: block;
  font-family: var(--font-display);
  font-size: 108px;
  font-weight: 400;
}

.hotel-hero h1 { font-size:96px!important; }

.home-hero__content {
  align-items: end;
  --bs-gutter-x: 24px;
  margin: auto auto 110px;
}

.home-hero__ornament {
  border: 2px solid rgba(255, 255, 255, .4);
  border-radius: 0 0 50% 0;
  bottom: 54px;
  height: 370px;
  left: -70px;
  position: absolute;
  width: 300px;
  display:none;
}

.home-hero__content h2 {
  color: var(--color-gold);
  font-size: 43px;
  line-height: 1.05;
  margin: 0 0 42px;
}

.home-hero__content p {
  font-size: 15px;
  font-weight: 600;
}

.hero-actions {
  display: grid;
  gap: 18px;
  max-width: 300px;
}

.manifest-link {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 12px;
}

.manifest-link__arrow {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 32px;
  height: 32px;
  justify-content: center;
  transition: background-color .2s ease, color .2s ease;
  width: 32px;
}

.manifest-link__arrow svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
  width: 18px;
}

.manifest-link:hover .manifest-link__arrow,
.manifest-link:focus-visible .manifest-link__arrow {
  background: #fff;
  color: #111;
}

.needs-section,
.post-grid-section,
.product-grid-section,
.story-section,
.hotel-content,
.contact-section,
.stores-page,
.product-tax-content {
  padding: 110px 0;
}

.section-kicker {
  font-size: 42px;
  margin: 0;
}

.needs-section h2 {
  font-size: 0;
  margin: 0 0 10px;
}

.needs-section h2 span {
  color: #111;
  font-size: 78px;
  text-transform: uppercase;
}

.need-grid {
  margin: 44px 0 30px;
}

.need-grid--compact {
  display: flex;
  justify-content: center;
}

.need-card {
  background: var(--color-gold);
  border-radius: 18px;
  color: #111;
  display: flex;
  flex-direction: column;
  min-height: 136px;
  padding: 20px 14px;
}

.need-grid--compact .need-card {
  background: #fff;
  border: 1px solid #111;
  width: 150px;
}

.need-card__icon {
  border: 3px solid #111;
  border-radius: 16px;
  display: block;
  height: 42px;
  margin: 0 auto 10px;
  width: 42px;
}

.need-card__icon--image {
  border: 0;
  border-radius: 0;
  display: grid;
  place-items: center;
}

.need-card__image {
  display: block;
  height: 42px;
  object-fit: contain;
  width: 42px;
}

.need-card strong {
  font-size: 13px;
  line-height: 1.1;
}

.need-card small {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 6px;
}

.technology-band {
  background: #000;
  color: #fff;
  display: grid;
  grid-template-columns: 3fr 2fr;
  overflow: hidden;
}

.technology-band__image {
  background-position: center;
  background-size: cover;
  border-radius: 0 0 88px 0;
  min-height: 420px;
}

.technology-band__content {
  align-self: center;
  padding: 80px 13vw 80px 80px;
}

.technology-band h2 {
  font-size: 40px;
  line-height: 1.05;
  margin: 0 0 22px;
}

.logo-strip {
  overflow: hidden;
  padding-bottom: 78px;
  padding-top: 78px;
}

.logo-strip__track {
  align-items: center;
  box-sizing: content-box;
  display: flex;
  gap: 0;
  position: relative;
  transition-property: transform;
  transition-timing-function: linear !important;
  width: 100%;
}

.logo-strip__item {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
}

.logo-strip a,
.logo-strip span {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 82px;
  text-align: center;
}

.logo-strip img {
  max-height: 82px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.hotel-brands {
  padding: 82px 0 56px;
}

.hotel-brands__slider {
  overflow: hidden;
}

.hotel-brands__slider .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}

.hotel-brands__slider .swiper-slide {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 150px;
}

.hotel-brands__image {
  display: block;
  max-height: 130px;
  max-width: 260px;
  object-fit: contain;
  width: 100%;
}

.hotel-brands__fallback {
  color: #111;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.hotel-brands__controls {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-top: 28px;
}

.hotel-brands__button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #8f8f8f;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: color .2s ease, opacity .2s ease;
  width: 34px;
}

.hotel-brands__button:hover:not(:disabled),
.hotel-brands__button:focus-visible:not(:disabled) {
  color: #111;
}

.hotel-brands__button--next {
  color: #111;
}

.hotel-brands__button svg {
  fill: none;
  height: 26px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
  width: 26px;
}

.hotel-brands__button:disabled {
  cursor: not-allowed;
  opacity: .35;
}

.hotel-brands__button.swiper-button-disabled {
  color: #8f8f8f;
  cursor: not-allowed;
  opacity: .6;
}

.video-section {
  padding: 80px 0 120px;
}

.video-card {
  align-items: center;
  background: #d4d4d4;
  border-radius: 18px;
  color: #111;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-card--embed {
  overflow: hidden;
}

.video-card--embed iframe,
.video-card--native {
  border: 0;
  width: 100%;
}

.video-card--embed iframe {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
}

.video-card--player {
  background: #000;
}

.video-card--native {
  display: block;
  height: auto;
  object-fit: contain;
}

.play-icon {
  border-bottom: 42px solid transparent;
  border-left: 64px solid #000;
  border-top: 42px solid transparent;
  display: block;
  height: 0;
  margin-bottom: 0px;
  width: 0;
}

.store-finder {
  padding: 90px 0 150px;
  text-align: center;
}

.store-finder h2 {
  font-size: 42px;
  line-height: 1.15;
  margin: 0 0 18px;
}

.finder-form,
.store-search {
  align-items: end;
  margin: 38px auto 0;
  max-width: 620px;
}

.finder-form label,
.store-search label {
  text-align: left;
}

.finder-form span,
.store-search strong {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

select,
input,
textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #777;
  border-radius: 0;
  color: var(--color-ink);
  font: inherit;
  min-height: 40px;
  padding: 8px 0;
  width: 100%;
}

select:disabled {
  color: #9a9a9a;
  cursor: not-allowed;
  opacity: .65;
}

select:focus,
input:focus,
textarea:focus {
  border-color: transparent;
  box-shadow: none;
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: var(--color-ink);
  box-shadow: 0 0 0 1000px #fff inset !important;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.site-footer {
  background: #000;
  color: #fff;
  padding: 70px 0 45px;
}

.site-footer__inner {
  row-gap: 72px;
  max-width: 1120px;
}

.site-footer__brand {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.footer-logo {
  font-size: 64px;
  margin-bottom: 30px;
}

.footer-logo__image {
  display: block;
  max-height: 72px;
  width: auto;
}

.footer-logo__link {
  color: inherit;
  display: inline-block;
}

.footer-nav__list {
  display: grid;
  row-gap: 20px;
}

.footer-nav__columns {
  align-items: start;
  display: grid;
  gap: 86px;
  grid-template-columns: max-content max-content;
}

.footer-nav a,
.site-footer__brand a {
  color: #fff;
  transition: color .2s ease;
}

.footer-nav a:hover,
.footer-nav a:focus,
.footer-nav .current-menu-item > a,
.footer-nav .current-menu-ancestor > a,
.site-footer__brand a:hover,
.site-footer__brand a:focus,
.nav-link:focus, .nav-link:hover {
  color: #818181!important;
}

.site-footer__credit {
  font-size: 11px;
  margin: 54px 0 0;
  text-align: center;
}

.archive-heading,
.simple-title {
  padding: 165px 0 70px;
  text-align: center;
}

.archive-heading h1,
.simple-title h1,
.product-detail__header h1,
.single-post__header h1 {
  font-size: 72px;
  line-height: 1;
  margin: 0 0 34px;
}

.simple-title p { font-size:28px; }

/* Escolha seu Unique */
.unique-quiz-hero {
  align-items: center;
  background: linear-gradient(120deg, #171717, #5a4a36);
  background-image: var(--quiz-hero-image), linear-gradient(120deg, #171717, #5a4a36);
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: 760px;
  padding: 180px 0 120px;
  position: relative;
}

.unique-quiz-hero__content { max-width: 720px; position: relative; z-index: 1; }
.unique-quiz-hero__kicker { font-size: 12px!important; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.unique-quiz-hero h1 { font-size: clamp(58px, 7vw, 104px); line-height: .95; margin: 18px 0 28px; }
.unique-quiz-hero p { font-size: 22px; max-width: 590px; }
.unique-quiz-hero .button { margin-top: 26px; }

.unique-quiz { background: #f4f1eb; padding: 110px 0 0; }
.unique-quiz__intro { margin: 0 auto 60px; max-width: 750px; }
.unique-quiz__intro h2, .unique-quiz-results__heading h2, .unique-quiz-results__message h2 { font-size: 52px; margin-bottom: 18px; }
.unique-quiz__intro p, .unique-quiz-results__heading p { font-size: 19px; }
.unique-quiz__form fieldset { border: 0; margin: 0; padding: 0; }
.unique-quiz__options { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.unique-quiz-option { align-items: center; background: #fff; border: 1px solid transparent; border-radius: 18px; cursor: pointer; display: flex; gap: 16px; min-height: 86px; padding: 22px 26px; transition: border-color .2s, transform .2s, box-shadow .2s; }
.unique-quiz-option:hover { transform: translateY(-2px); }
.unique-quiz-option:has(input:checked) { border-color: #111; box-shadow: 0 10px 28px rgba(0,0,0,.08); }
.unique-quiz-option input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.unique-quiz-option__mark { border: 1px solid #777; border-radius: 50%; flex: 0 0 24px; height: 24px; position: relative; width: 24px; }
.unique-quiz-option input[type="checkbox"] + .unique-quiz-option__mark { border-radius: 6px; }
.unique-quiz-option input:checked + .unique-quiz-option__mark { background: #111; border-color: #111; }
.unique-quiz-option input:checked + .unique-quiz-option__mark::after { border: solid #fff; border-width: 0 2px 2px 0; content: ''; height: 11px; left: 8px; position: absolute; top: 4px; transform: rotate(45deg); width: 6px; }
.unique-quiz-option input:focus-visible + .unique-quiz-option__mark { outline: 3px solid #c8a96b; outline-offset: 3px; }
.unique-quiz-option strong { font-size: 17px; }
.unique-quiz__error { color: #a32626; font-weight: 700; margin: 24px 0 0; text-align: center; }
.unique-quiz__actions { align-items: center; display: flex; gap: 16px; justify-content: center; margin-top: 44px; }
.unique-quiz__reset { background: transparent; border: 1px solid #111; }
.unique-quiz-results { background: #fff; margin-top: 110px; padding: 110px 0 120px; scroll-margin-top: 30px; }
.unique-quiz-results__heading { margin: 0 auto 70px; max-width: 700px; }
.unique-quiz-results__loading, .unique-quiz-results__message { padding: 70px 24px; text-align: center; }
.unique-quiz-results .card-grid { margin-left: 0; margin-right: 0; }

@media (max-width: 767px) {
  .unique-quiz-hero { min-height: 650px; padding: 150px 0 90px; }
  .unique-quiz-hero h1 { font-size: 58px; }
  .unique-quiz-hero p { font-size: 18px; }
  .unique-quiz { padding-top: 80px; }
  .unique-quiz__intro h2, .unique-quiz-results__heading h2, .unique-quiz-results__message h2 { font-size: 38px; }
  .unique-quiz__options { grid-template-columns: 1fr; }
  .unique-quiz-option { min-height: 76px; padding: 18px 20px; }
  .unique-quiz__actions { align-items: stretch; flex-direction: column; }
  .unique-quiz__actions .button { text-align: center; width: 100%; }
  .unique-quiz-results { margin-top: 80px; padding: 80px 0; }
}

.pill-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.pill-nav a,
.pill {
  background: #e6e6e6;
  border-radius: 999px;
  color: #111;
  font-size: 11px;
  font-weight: 800;
  padding: 7px 14px;
  text-transform: uppercase;
}

.pill-nav a.is-active,
.pill--dark {
  background: #000;
  color: #fff;
}

.card-grid {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 70px;
}

.post-card__media,
.product-card__media,
.media-placeholder {
  background: #c9c9c9;
  border-radius: var(--radius-leaf);
  display: block;
  overflow: hidden;
}

.post-card__media,
.product-card__media {
  aspect-ratio: 1.28;
  margin-bottom: 26px;
  position: relative;
}

.product-card__media {
  aspect-ratio: .9;
}

.post-card__media img,
.product-card__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.media-placeholder {
  height: 100%;
  min-height: 180px;
}

.product-card__media span {
  background: #fff;
  border: 1px solid #000;
  border-radius: 999px;
  bottom: 34px;
  font-size: 10px;
  font-weight: 800;
  padding: 8px 14px;
  position: absolute;
  right: 34px;
  text-transform: uppercase;
}

.post-card h2,
.product-card h2 {
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 16px;
}

.post-card p,
.product-card p {
  font-size: 15px;
  margin: 0;
}

.post-card__button {
  background: #000;
  border-radius: 999px;
  color: #fff;
  padding: 12px 24px;
  margin-top: 18px;
  text-decoration: none;
}

.post-card__button:focus,
.post-card__button:hover {
  color: #fff;
  opacity: 0.86;
}

.pagination-wrap {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

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

.page-numbers {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  font-size: 12px;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.page-numbers.current {
  background: #000;
  color: #fff;
}

.page-hero {
  padding: 190px 0 40px;
  position: relative;
}

.page-hero h1 {
  font-size: 82px;
  line-height: 1;
  margin: 0 0 26px;
}

.page-hero h2 {
  font-size: 31px;
  margin: 0 0 48px;
}

.about-introduction {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.about-introduction__background {
  height: auto;
  max-width: none;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100px;
  width: min(54vw, 580px);
  z-index: -1;
}

.page-hero--about h1 { font-size:148px; font-weight: 900; }
.page-hero--about h2, .story-section h2 { font-size:42px; font-weight: 700; }

.rich-text p {
  margin-bottom: 28px;
}

.feature-media {
  margin: 34px 0 28px;
}

.feature-media .media-placeholder {
  aspect-ratio: 2.4;
  border-radius: var(--radius-leaf-large);
}

.story-cards,
.solution-grid,
.product-gallery {
  --bs-gutter-x: 28px;
  --bs-gutter-y: 28px;
}

.story-cards article,
.solution-card {
  height: fit-content;
}

.story-cards article strong {
  background: var(--color-gold-soft);
}

.story-cards .media-placeholder,
.solution-card .media-placeholder {
  aspect-ratio: 1;
  border-radius: 18px 44px 0 0;
}

.hotel-content .solution-card .media-placeholder { border-radius:0 44px 0 0; }

.story-cards strong,
.solution-card div {
  display: block;
  padding: 22px;
}

.solution-card div.content { background-color:#F0E6C9; }
.solution-card div.content h3 { font-weight:900; font-size:22px; }

.two-columns {
  --bs-gutter-x: 90px;
  --bs-gutter-y: 48px;
  margin: 90px 0;
}

.two-columns h2 {
  font-size: 33px;
  line-height: 1.15;
}

.center-statement {
  font-size: 30px;
  text-align: center;
}

.technology-list {
  display: grid;
  gap: 0;
}

.technology-panel {
  background: var(--panel-image, linear-gradient(135deg, #807161, #c9c1b5));
  background-position: center;
  background-size: cover;
  border-radius: 56px;
  color: #fff;
  min-height: 550px;
  overflow: hidden;
  position: relative;
  margin-top:50px;
}

.technology-panel:first-of-type {
  margin-top:auto!important;
}

.technology-panel:last-of-type { 
  border-radius:56px;
}

.technology-panel::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, .64), transparent);
  content: "";
  inset: 0;
  position: absolute;
}

.technology-panel__content {
  max-width: 390px;
  padding: 76px 0 76px 70px;
  position: relative;
  z-index: 1;
}

.technology-panel h2 {
  font-size: 44px;
  line-height: 1;
  margin: 0;
}

.technology-panel span,
.taxonomy-hero__content span {
  background: var(--accent, var(--color-gold));
  display: block;
  height: 8px;
  margin: 22px 0;
  width: 86px;
  border-radius:18px;
}

.wide-hero-image,
.product-detail__hero {
  align-items: end;
  background: var(--hero-image, linear-gradient(135deg, #b2a99b, #e3dccf));
  background-position: center;
  background-size: cover;
  border-radius: 0 0 64px 0;
  display: flex;
  justify-content: center;
  min-height: 640px;
  padding: 0 0 26px;
}

.contact-grid {
  --bs-gutter-x: 95px;
  --bs-gutter-y: 48px;
}

.contact-grid h2 {
  font-size: 42px;
  line-height: 1.12;
  margin-top: 130px;
}

.line-form {
  display: grid;
  gap: 18px;
  margin-top: 70px;
}

.line-form--two {
  grid-template-columns: 1fr 1fr;
}

.line-form--two textarea,
.line-form--two button,
.line-form--two .line-form__actions {
  grid-column: 1 / -1;
}

.line-form__actions .g-recaptcha > div {
  max-width: 100%;
}

.map-title {
  margin-top: 120px;
  text-align: center;
}

.brazil-map,
.map-placeholder {
  background:
    radial-gradient(circle at 62% 38%, #111 0 10px, transparent 11px),
    radial-gradient(circle at 55% 54%, #111 0 10px, transparent 11px),
    radial-gradient(circle at 45% 66%, #111 0 10px, transparent 11px),
    linear-gradient(135deg, #dedbd6, #f4e6ad);
  border-radius: 42% 58% 50% 50%;
  height: 520px;
  margin: 20px auto 0;
  max-width: 520px;
}

.map-placeholder {
  border-radius: 8px;
  height: 330px;
  margin: 0;
  max-width: none;
}

.hotel-hero {
  padding-top: 145px;
  text-align: center;
}

.hotel-hero h1 {
  margin: 0;
  text-transform: uppercase;
}

.hotel-hero p {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1;
}

.hotel-content h2,
.stores-page h2,
.product-tax-content h2,
.product-detail__content h2 {
  font-size: 40px;
  line-height: 1.15;
}

.hotel-content { padding:50px 0 60px!important; }
.hotel-content .two-columns { margin:70px 0 60px!important; }

.solution-card {
  border-radius: 18px 50px 0 0;
  overflow: hidden;
}

.store-search {
  margin-left: 0;
  max-width: 760px;
}

.store-results {
  background: #f5f5f5;
  border-radius: 0 24px 24px 24px;
  margin-top: 80px;
  overflow: hidden;
}

.store-results__notice {
  background: var(--color-gold-soft);
  font-weight: 700;
  margin: 0;
  padding: 30px 36px;
}

.store-results__empty {
  margin: 0;
  padding: 34px 36px 42px;
}

.accordion-list {
  padding: 24px;
}

.store-item {
  border-bottom: 1px solid #ddd;
  padding: 22px 0;
}

.store-item summary {
  cursor: pointer;
  font-size: 30px;
  font-weight: 800;
  list-style: none;
}

.store-item summary::after {
  background: var(--color-gold);
  border-radius: 50%;
  content: "+";
  float: right;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
}

.store-item[open] summary::after {
  background: #000;
  color: #fff;
  content: "-";
}

.store-item__body {
  padding-top: 22px;
}

.store-item__photo .media-placeholder,
.store-item__photo img {
  aspect-ratio: .9;
  border-radius: 0 50px 0 50px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.store-item__info {
  margin-top: 12px;
}

.store-item__info h3 { font-weight: 900; margin-bottom:1.5rem;}

.single-post__header,
.product-detail__header,
.need-results-header {
  padding-top: 160px;
  text-align: center;
}

.back-link {
  align-items: center;
  border: 1px solid #111;
  border-radius: 50%;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin-bottom: 52px;
  width: 42px;
}

.back-link svg {
  height: 22px;
  width: 22px;
}

.single-post__image img,
.single-post__image .media-placeholder {
  aspect-ratio: 1.72;
  border-radius: var(--radius-leaf-large);
  object-fit: cover;
  width: 100%;
}

.single-post__content {
  padding: 70px 32px 120px;
}

.single-post__content h2 {
  font-size: 38px;
}

.related-posts {
  clear: both;
  display: flow-root;
  padding: 30px 0 220px;
  position: relative;
  z-index: 1;
}

.related-posts h2 {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
}

.site-footer {
  clear: both;
  position: relative;
  z-index: 0;
}

.taxonomy-hero {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 1060px;
  padding: 140px 0 260px;
}

.taxonomy-hero__content {
  margin: 0 auto;
  max-width: 360px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.taxonomy-hero__logo {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 118px;
  max-width: 340px;
  object-fit: contain;
  object-position: center;
  width: auto;
}

.taxonomy-hero__content span {
  margin-left: auto;
  margin-right: auto;
}

.taxonomy-hero__button {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.taxonomy-hero__button-arrow {
  display: inline-block;
  fill: none;
  height: 13px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.75;
  width: 13px;
}

.taxonomy-hero h1 {
  font-size: 54px;
  line-height: 1;
  margin: 0;
}

.product-tax-content {
  background: #fff;
  border-radius: 64px 64px 0 0;
  margin-top: -140px;
  padding-top: 120px;
  position: relative;
  z-index: 2;
}

.product-tax-content .container {
  max-width: 1220px;
}

.product-tax-content .rich-text {
  max-width: none;
}

.product-tax-content .card-grid--products {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 70px;
  margin-left: 0;
  margin-top: 78px;
  margin-right: 0;
}

.more-tech {
  padding: 120px 32px 110px;
  text-align: center;
}

.more-tech h2 {
  font-size: 48px;
  line-height: 1.15;
  margin-bottom: 18px;
}

.more-tech p {
  margin: 0 auto;
  max-width: 520px;
}

.more-tech .logo-strip {
  margin: 22px auto 0;
  max-width: 1040px;
  padding: 0;
}

.more-tech .logo-strip__track {
  gap: 0;
}

.more-tech .logo-strip img {
  filter: grayscale(1) contrast(1.2);
  max-height: 82px;
}

.need-results-header h1 {
  font-size: 29px;
  line-height: 1.28;
  margin: 0 auto;
  max-width: 520px;
}

.anchor-link {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  margin-top: 12px;
  text-transform: uppercase;
}

.product-detail__header {
  padding-bottom: 44px;
}

.eyebrow {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.product-detail__hero {
  min-height: 560px;
}

.product-detail__content {
  padding: 90px 32px 80px;
}

.product-options {
  --bs-gutter-x: 28px;
  --bs-gutter-y: 28px;
  align-items: start;
  justify-content: center;
  margin: 70px 0 70px;
  text-align: center;
}

.product-options h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 56px;
}

.product-options__group {
  min-width: 0;
}

@media (min-width: 992px) {
  .product-options {
    flex-wrap: nowrap;
  }

  .product-options__group--comfort {
    flex: 0 1 55%;
    max-width: 55%;
  }

  .product-options__group--sizes {
    flex: 0 1 45%;
    max-width: 45%;
  }

  .product-options h3 {
    min-height: 58px;
  }
}

.option-list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(var(--option-columns, 4), minmax(0, 1fr));
}

.product-options__group--comfort .option-list {
  --option-columns: 5;
}

.product-options__group--sizes .option-list {
  --option-columns: 4;
}

.option-list__item {
  align-items: center;
  color: #111;
  display: inline-flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 800;
  gap: 4px;
  justify-content: center;
  line-height: 1.2;
  min-height: 86px;
  padding: 0;
  border-radius:18px;
  border: 1px solid currentColor;
}

.option-list__item img {
  opacity: 0.2;
  box-sizing: content-box;
  display: block;
  object-fit: contain;
  margin: 20px 12px;
  width: auto;
}

.option-list__item.is-unselected {
  color: rgba(17, 17, 17, .22);
}

.option-list__item.is-selected {
  color: #111;
  opacity: 1;
  border:5px solid currentColor;
}

.option-list__item.is-selected img { opacity:1; }

.product-gallery {
  margin: 40px auto 80px;
  max-width: 760px;
}

.product-gallery img,
.product-gallery .media-placeholder {
  aspect-ratio: 1;
  border-radius: var(--radius-leaf);
  object-fit: cover;
  width: 100%;
}

.specs {
  margin: 0 auto;
  max-width: 760px;
}

.specs h2 {
  font-size: 24px;
  text-align: center;
}

.product-spec-icons {
  display: grid;
  gap: 28px 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 42px 0 48px;
}

.product-spec-icons__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  text-align: center;
}

.product-spec-icons__item img {
  display: block;
  height: 72px;
  object-fit: contain;
  width: 100%;
}

.product-spec-icons__item span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.specs details {
  border-bottom: 1px solid #ccc;
  padding: 22px 0;
}

.specs summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.specs summary::after {
  background: #000;
  border-radius: 50%;
  color: #fff;
  content: "+";
  float: right;
  height: 18px;
  line-height: 18px;
  text-align: center;
  width: 18px;
}

.specs details[open] summary::after {
  content: "-";
}

@media (min-width: 992px) {
  .primary-nav {
    display: flex !important;
  }
}

@media (max-width: 991.98px) {
  .menu-toggle {
    color: currentColor;
    display: block;
  }

  .primary-nav {
    display: none;
    width: 100%;
  }

  .primary-nav.is-open {
    display: block;
  }

  .primary-nav__list {
    align-items: stretch;
    border-radius: 22px;
    display: grid;
    padding: 12px;
  }

  .header-socials {
    display: none;
  }

  .home-hero,
  .taxonomy-hero {
    min-height: 860px;
  }

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

  .home-hero h1 span,
  .needs-section h2 span,
  .hotel-hero h1 {
    font-size: 68px;
  }

  .technology-band {
    grid-template-columns: 1fr;
  }

  .home-hero__content {
    --bs-gutter-x: 34px;
    --bs-gutter-y: 34px;
    margin: auto auto 80px;
  }

  .site-footer__inner {
    row-gap: 72px;
  }

  .footer-nav__list {
    row-gap: 20px;
  }

  .footer-nav__columns {
    gap: 48px;
  }
}

@media (max-width: 640px) {
  body.menu-open {
    overflow: hidden;
  }

  .container,
  .site-header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-header {
    background: #fff;
    padding: 15px 0 13px;
    position: fixed;
    z-index: 100;
  }

  .site-header__inner {
    justify-content: space-between;
    max-width: none;
  }

  .site-logo {
    flex: 0 1 auto;
  }

  .site-logo__text,
  .home .site-logo__text,
  .tax-tecnologia .site-logo__text {
    color: #000;
    font-size: 22px;
  }

  .site-logo__image,
  .site-logo .custom-logo {
    max-height: 24px;
  }

  .menu-toggle {
    color: #111;
    height: 24px;
    position: relative;
    width: 24px;
    z-index: 130;
  }

  .menu-toggle span {
    height: 1.5px;
    margin: 5px 0;
  }

  .menu-open .menu-toggle {
    color: #fff;
  }

  .menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }

  .menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .primary-nav {
    background: #000;
    color: #fff;
    display: block;
    height: 100vh;
    left: 0;
    opacity: 0;
    padding: 34px 32px 42px;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: translateX(100%);
    transition: opacity .24s ease, transform .24s ease;
    width: 100%;
    z-index: 120;
  }

  .primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .primary-nav::before {
    color: #fff;
    /*content: "unique";*/
    display: block;
    font-size: 37px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 96px;
  }

  .primary-nav__home,
  .primary-nav__contact {
    display: grid;
  }

  .primary-nav__home {
    color: #818181;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .primary-nav__list {
    background: transparent;
    border-radius: 0;
    gap: 18px;
    min-height: 0;
    padding: 0;
  }

  .primary-nav a {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
    padding: 0;
    white-space: normal;
  }

  .primary-nav a.nav-link:focus, .primary-nav a.nav-link:hover { color:#818181!important; }

  .primary-nav__contact {
    gap: 16px;
    margin-top: 78px;
  }

  .primary-nav__contact a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline;
  }

  .primary-nav__socials {
    display: flex;
    gap: 18px;
    margin-top: 8px;
  }

  .primary-nav__socials .social-link {
    background: #fff;
    color: #000;
    font-size: 14px;
    height: 40px;
    width: 40px;
  }

  .archive-heading h1,
  .simple-title h1,
  .product-detail__header h1,
  .single-post__header h1,
  .page-hero h1 {
    font-size: 48px;
  }

  .home-hero {
    border-radius: 0;
    margin-top: 52px;
    min-height: 720px;
  }

  .home-hero__mobile-heading {
    align-items: center;
    display: flex;
    flex-direction: column;
    left: 20px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 48px;
  }

  .home-hero__mobile-kicker {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
  }

  .home-hero__mobile-heading strong {
    color: var(--color-gold);
    font-family: var(--font-display);
    font-size: 48px;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.08;
  }

  .home-hero__mobile-tagline {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.18;
  }

  .home-hero__mobile-tagline > span {
    align-items: center;
    display: flex;
    gap: 7px;
    white-space: nowrap;
  }

  .home-hero__mobile-tagline > span::before,
  .home-hero__mobile-tagline > span::after {
    background: rgba(255, 255, 255, .82);
    content: "";
    height: 1px;
    width: 39px;
  }

  .home-hero__nav-space {
    height: 34px;
  }

  .home-hero h1 {
    font-size: 27px;
    margin-top: 34px;
  }

  .home-hero h1 small {
    font-size: 17px;
  }

  .home-hero h1 span {
    font-size: 50px;
  }

  .hotel-hero h1 {
    font-size: 38px !important;
    line-height: 1.08;
  }

  .hotel-hero p {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 14px;
  }

  .hotel-content__container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .scroll-cue {
    display: none;
  }

  .home-hero__content {
    --bs-gutter-y: 28px;
    margin: auto auto 44px;
  }

  .home-hero__ornament {
    bottom: 18px;
    height: 180px;
    left: -46px;
    width: 150px;
  }

  .logo-strip {
    padding-bottom: 46px;
    padding-top: 46px;
  }

  .logo-strip__track {
    align-items: center;
    box-sizing: content-box;
    display: flex;
    gap: 0;
    position: relative;
    transition-property: transform;
    transition-timing-function: linear !important;
    width: 100%;
  }

  .logo-strip__item {
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
  }

  .home-hero__content h2 {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .home-hero__content p {
    font-size: 12px;
    line-height: 1.35;
  }

  .hero-actions {
    gap: 12px;
    max-width: none;
  }

  .button {
    font-size: 9px;
    min-height: 34px;
    width: 100%;
  }

  .home-hero__content h2,
  .store-finder h2,
  .hotel-content h2,
  .stores-page h2,
  .product-tax-content h2,
  .product-detail__content h2 {
    font-size: 31px;
  }

  .needs-section {
    padding: 70px 0 56px;
  }

  .section-kicker {
    font-size: 20px;
  }

  .needs-section h2 span {
    font-size: 40px;
  }

  .needs-section p {
    font-size: 12px;
  }

  .line-form--two {
    grid-template-columns: 1fr;
  }

  .need-grid {
    display: block;
    margin-right: -20px;
    max-width: none;
    overflow: hidden;
    padding-bottom: 0;
  }

  .need-grid__wrapper {
    align-items: stretch;
    box-sizing: content-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    margin: 0;
    position: relative;
    transition-property: transform;
    width: 100%;
  }

  .need-card {
    flex-shrink: 0;
    height: auto;
    margin-left: 0 !important;
    margin-right: 0;
    margin-top: 0 !important;
    min-height: 142px;
    position: relative;
    transition-property: transform;
  }

  .site-footer__inner {
    row-gap: 54px;
  }

  .footer-nav__list {
    row-gap: 18px;
  }

  .footer-nav__columns {
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .technology-band {
    background: #000;
  }

  .technology-band__image {
    border-radius: 48px 0 48px 0;
    min-height: 250px;
  }

  .technology-band__content {
    padding: 34px 20px 44px;
    text-align: center;
  }

  .technology-band h2 {
    font-size: 24px;
  }

  .hotel-brands {
    padding-bottom: 48px;
    padding-top: 34px;
  }

  .hotel-brands__controls {
    gap: 24px;
    margin-top: 20px;
  }

  .hotel-brands__button {
    height: 30px;
    width: 30px;
  }

  .hotel-brands__button svg {
    height: 22px;
    width: 22px;
  }

  .video-section {
    padding: 40px 0 64px;
  }

  .technology-panel__content {
    padding: 42px 28px;
  }

  .technology-panel {
    border-radius: 34px;
    margin-top: 0 !important;
    min-height: 350px;
  }

  .technology-list {
    gap: 20px;
    padding: 22px 0 20px;
  }

  .technology-panel h2 {
    font-size: 24px;
  }

  .technology-panel p {
    font-size: 11px;
  }

  .simple-title {
    padding: 112px 0 42px;
  }

  .simple-title h1 {
    font-size: 30px;
    margin-bottom: 22px;
  }

  .simple-title p {
    font-size: 17px;
  }

  .taxonomy-hero__content {
    margin: 0 28px;
  }

  .taxonomy-hero__logo {
    max-height: 86px;
    max-width: 260px;
  }

  .product-tax-content {
    border-radius: 40px 40px 0 0;
    padding-top: 70px;
  }

  .product-tax-content .card-grid--products {
    margin-top: 46px;
  }

  .tax-products-slider {
    margin-right: -20px;
    overflow: hidden;
  }

  .tax-products-slider__track {
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .tax-products-slider__track .product-card {
    flex-shrink: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .more-tech {
    padding: 74px 24px 70px;
  }

  .more-tech h2 {
    font-size: 30px;
  }

  .more-tech .logo-strip__track {
    gap: 0;
  }

  .wide-hero-image,
  .product-detail__hero {
    min-height: 380px;
  }

  .product-options h3 {
    margin-bottom: 28px;
  }

  .option-list {
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-spec-icons {
    gap: 26px 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 34px 0 42px;
  }

  .product-spec-icons__item img {
    height: 62px;
  }

  .product-spec-icons__item span {
    font-size: 11px;
  }

  .store-finder {
    padding: 66px 0 88px;
  }

  .store-finder h2 {
    font-size: 24px;
  }

  .store-finder p {
    font-size: 12px;
  }

  .finder-form,
  .store-search {
    margin-top: 26px;
  }

  .site-footer {
    padding: 45px 0 28px;
  }

  .site-footer__brand {
    gap: 13px;
  }

  .footer-logo {
    font-size: 34px;
    margin-bottom: 12px;
  }

  .footer-socials {
    justify-content: flex-start;
  }

  .footer-socials .social-link {
    background: #fff;
    color: #000;
    height: 28px;
    width: 28px;
  }

  .footer-nav__list {
    gap: 8px;
  }

  .footer-nav a,
  .site-footer__brand a {
    font-size: 12px;
  }

  .site-footer__credit {
    font-size: 10px;
    margin-top: 36px;
  }
}
