:root {
  --paper: #f8f6f1;
  --ink: #2c2b29;
  --wine: #762b39;
  --wine-dark: #60222e;
  --muted: #77736c;
  --line: #dedbd4;
  --serif: Georgia, 'Times New Roman', serif;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
body.dialog-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, select, textarea {
  font: inherit;
}
button, a, input, select, textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button {
  border-radius: 0;
}
button, input, select, textarea {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
p, h1, h2, h3 {
  margin: 0;
}
button, a {
  touch-action: manipulation;
}
::selection {
  background: #e1c8c9;
  color: var(--wine-dark);
}
:focus-visible {
  outline: 2px solid var(--wine);
  outline-offset: 6px;
}
[hidden] {
  display: none !important;
}
.page-width {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.section-space {
  padding-block: 108px;
}
.icon-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  flex-shrink: 0;
}
.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 1.7;
}
.section-label {
  color: var(--wine);
  margin-bottom: 24px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--wine);
  border-radius: 50%;
  flex-shrink: 0;
}
h1, h2, h3 {
  font-weight: 400;
}
h1, h2 {
  font-family: var(--serif);
}
h2 {
  font-size: clamp(38px, 4.1vw, 58px);
  line-height: 1.13;
  letter-spacing: -2px;
}
h2 em, h1 em {
  color: var(--wine);
  font-weight: 400;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 54px;
  padding: 16px 22px;
  border: 1px solid var(--wine);
  background: var(--wine);
  color: #fffaf5;
  font-size: 12px;
  font-weight: 500;
  transition: background .2s, transform .2s;
}
.button:hover {
  background: var(--wine-dark);
  transform: translateY(-2px);
}
.button-small {
  min-height: 44px;
  padding: 10px 19px;
  gap: 36px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  border-bottom: 1px solid transparent;
  padding-block: 10px;
}
.text-link:hover {
  border-color: var(--wine);
  color: var(--wine);
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  padding: 15px;
  background: white;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: relative;
  z-index: 20;
  background: var(--paper);
}
.header-inner {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.brand-mark {
  display: grid;
  grid-template-columns: 12px 12px;
  grid-template-rows: 12px 12px;
  gap: 3px;
  transform: rotate(-2deg);
}
.brand-mark i {
  background: var(--wine);
}
.brand-mark i:nth-child(2) {
  border-radius: 0 9px 0 0;
}
.brand-mark i:nth-child(3) {
  border-radius: 0 0 0 9px;
}
.brand-name {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -.8px;
}
.brand-name > span {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.8px;
  margin-left: 5px;
  vertical-align: 3px;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-left: 54px;
}
.desktop-nav a {
  font-size: 12px;
  padding-block: 12px;
  transition: color .2s;
}
.desktop-nav a:hover {
  color: var(--wine);
}
.menu-toggle, .mobile-nav {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  padding-top: 48px;
  padding-bottom: 72px;
}
.hero-copy {
  padding-block: 31px 10px;
}
.hero-copy > .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 9px;
  letter-spacing: 1.25px;
}
h1 {
  font-size: clamp(65px, 6.6vw, 95px);
  line-height: 1.045;
  letter-spacing: -4px;
  margin-block: 30px 25px;
}
.hero-description {
  max-width: 390px;
  font-size: 14px;
  line-height: 1.85;
  color: #726e68;
}
.hero-actions {
  display: flex;
  gap: 23px;
  margin-top: 31px;
}
.hero-actions .button {
  gap: 25px;
}
.hero-note {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 42px;
}
.note-line {
  width: 31px;
  height: 1px;
  background: var(--wine);
}
.hero-note p {
  font-size: 11px;
  line-height: 1.65;
  color: var(--muted);
}
.hero-note strong {
  font-weight: 400;
  color: var(--ink);
}
.hero-visual {
  position: relative;
  min-width: 0;
}
.hero-visual > img {
  width: 100%;
  height: 610px;
  object-position: 51% 55%;
}
.image-caption {
  position: absolute;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px;
  color: #fff;
  font-size: 8px;
  letter-spacing: 1.8px;
  background: linear-gradient(#0005, transparent);
}
.small-cross {
  font-size: 19px;
  font-weight: 400;
}
.insight-card {
  position: absolute;
  bottom: 41px;
  left: -30px;
  width: 291px;
  padding: 23px 25px 20px;
  background: #fdfbf7;
  box-shadow: 0 10px 35px #3023190a;
}
.insight-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--wine);
}
.insight-card-top .eyebrow {
  font-size: 8px;
  letter-spacing: 1.25px;
}
.insight-card-top .icon {
  width: 16px;
  height: 16px;
}
.insight-card > p {
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: -.5px;
  margin-top: 17px;
}
.insight-card em {
  color: var(--wine);
}
.insight-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 22px;
}
.insight-bottom > span:last-child {
  font-size: 9px;
  color: var(--muted);
  padding-bottom: 2px;
}
.insight-bars {
  display: flex;
  align-items: end;
  gap: 4px;
  height: 26px;
}
.insight-bars i {
  display: block;
  width: 8px;
  height: 8px;
  background: #d6c0c1;
}
.insight-bars i:nth-child(2) {
  height: 12px;
}
.insight-bars i:nth-child(3) {
  height: 16px;
  background: #ad7780;
}
.insight-bars i:nth-child(4) {
  height: 21px;
  background: #92515e;
}
.insight-bars i:nth-child(5) {
  height: 26px;
  background: var(--wine);
}
.image-index {
  display: block;
  text-align: right;
  font-size: 8px;
  letter-spacing: 1.4px;
  color: var(--muted);
  margin-top: 13px;
}
.focus-strip {
  border-block: 1px solid var(--line);
}
.focus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 27px;
}
.focus-grid > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  font-size: 12px;
  border-right: 1px solid var(--line);
}
.focus-grid > div:first-child {
  justify-content: start;
}
.focus-grid > div:last-child {
  border: 0;
  justify-content: end;
}
.focus-grid span {
  font-family: var(--serif);
  font-size: 12px;
  color: var(--wine);
  font-style: italic;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: end;
  margin-bottom: 48px;
}
.section-intro {
  max-width: 320px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 4px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.service-card {
  display: flex;
  flex-direction: column;
  padding: 28px 26px 25px;
  border: 1px solid var(--line);
  margin-right: -1px;
  transition: background .2s, border-color .2s;
}
.service-card:hover {
  background: #f0eae3;
  border-color: #bca7a5;
  z-index: 1;
}
.service-card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  color: var(--wine);
}
.service-card-top > span {
  color: #99928a;
  font-size: 10px;
}
.service-icon {
  width: 39px;
  height: 39px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
}
.service-card h3 {
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.1;
  letter-spacing: -.7px;
  margin-top: 38px;
}
.service-card p {
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.85;
  color: var(--muted);
}
.service-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 33px;
  font-size: 10px;
  color: var(--wine);
}
.service-link .icon {
  width: 17px;
  height: 17px;
}

.about-section {
  background: #eeece5;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 90px;
}
.about-visual {
  position: relative;
}
.about-visual img {
  width: 100%;
  height: 465px;
}
.about-image-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 21px 24px;
  background: #f9f7f1;
  font-size: 9px;
  letter-spacing: 1.4px;
}
.about-copy h2 {
  font-size: clamp(36px, 3.6vw, 51px);
  margin-bottom: 27px;
}
.about-copy > p:not(.eyebrow) {
  font-size: 13px;
  color: #736f68;
  line-height: 1.85;
  margin-top: 15px;
}
.about-values {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #d8d4ca;
}
.about-values > span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
}
.about-values .icon {
  width: 16px;
  height: 16px;
  color: var(--wine);
}
.approach-section {
  background: var(--wine);
  color: #faf4eb;
}
.approach-section .section-label,
.approach-section h2 em {
  color: #d8afb3;
}
.approach-section .section-intro {
  color: #e0c9c8;
}
.approach-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #ffffff30;
}
.approach-tabs button {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 25px 22px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #d7b6b9;
  text-align: left;
  font-family: var(--serif);
  font-size: 29px;
  transition: background .2s;
}
.approach-tabs button:first-child {
  padding-left: 0;
}
.approach-tabs button > span {
  font-size: 13px;
  font-style: italic;
}
.approach-tabs .icon {
  margin-left: auto;
  width: 20px;
}
.approach-tabs [aria-selected="true"] {
  color: #fff8ed;
  border-bottom-color: #e3c4b8;
}
.approach-tabs button:hover {
  background: #ffffff07;
}
.approach-section :focus-visible {
  outline-color: #fff8ed;
  outline-offset: 4px;
}
.approach-panel {
  display: grid;
  grid-template-columns: 1fr 1.1fr .8fr;
  gap: 65px;
  align-items: start;
  padding-top: 38px;
}
.approach-panel h3 {
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.3;
  letter-spacing: -.5px;
}
.approach-panel > p {
  font-size: 13px;
  line-height: 1.85;
  color: #e0c9c8;
}
.approach-output {
  padding-left: 30px;
  border-left: 1px solid #ffffff30;
}
.approach-output .eyebrow {
  font-size: 8px;
  color: #d7b6b9;
}
.approach-output > p {
  font-size: 13px;
  line-height: 1.75;
  margin-top: 13px;
}
.contact-section {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 110px;
}
.contact-heading > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  margin-block: 23px 27px;
}
.contact-details {
  padding-top: 23px;
}
.contact-item {
  display: block;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}
.contact-item:first-child {
  padding-top: 0;
}
.contact-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.contact-item > .eyebrow {
  display: block;
  color: var(--muted);
  font-size: 8px;
  margin-bottom: 13px;
}
.contact-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-family: var(--serif);
  font-size: clamp(20px, 2.2vw, 31px);
  letter-spacing: -.5px;
}
.contact-value .icon {
  color: var(--wine);
}
a.contact-item:hover .contact-value {
  color: var(--wine);
}
address {
  font-style: normal;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: .3px;
}
.site-footer {
  background: #eeece5;
}
.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 37px;
  border-bottom: 1px solid #d8d4ca;
}
.footer-main > p {
  font-family: var(--serif);
  color: var(--muted);
  font-size: 16px;
  font-style: italic;
}
.back-to-top {
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 11px;
}
.back-to-top > span {
  font-size: 21px;
  color: var(--wine);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-block: 22px;
  font-size: 9px;
  color: #767168;
}

dialog {
  width: min(580px, calc(100% - 32px));
  max-height: calc(100dvh - 40px);
  padding: 43px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}
dialog::backdrop {
  background: #25211db0;
  backdrop-filter: blur(5px);
}
.dialog-close {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: var(--wine);
  font-size: 29px;
}
dialog .section-label {
  margin-bottom: 15px;
  font-size: 9px;
}
dialog h2 {
  font-size: 39px;
  letter-spacing: -1.4px;
}
#dialog-description {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 19px;
}
#consultation-form {
  display: grid;
  gap: 16px;
  margin-top: 25px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
#consultation-form label {
  display: grid;
  gap: 8px;
  font-size: 11px;
  font-weight: 500;
  min-width: 0;
}
input, select, textarea {
  width: 100%;
  border: 1px solid #d8d3ca;
  background: #fffdf9;
  padding: 12px;
  font-size: 13px;
  border-radius: 0;
}
textarea {
  resize: vertical;
  min-height: 85px;
}
.form-note, .form-status {
  font-size: 11px;
  line-height: 1.65;
  color: var(--muted);
}
.form-submit {
  width: 100%;
}
.form-status {
  color: var(--wine-dark);
  padding: 12px;
  background: #eae3da;
}
.form-status a {
  text-decoration: underline;
}

@media (min-width: 1600px) {
  .hero {
    padding-top: 60px;
  }
  .hero-visual > img {
    height: 650px;
  }
}
@media (max-width: 1150px) {
  .page-width {
    width: calc(100% - 72px);
  }
  .hero {
    gap: 32px;
  }
  .hero-copy > .eyebrow {
    font-size: 8px;
    letter-spacing: .6px;
  }
  h1 {
    font-size: 73px;
  }
  .hero-visual > img {
    height: 595px;
  }
  .hero-actions {
    gap: 8px 20px;
  }
  .hero-note {
    margin-top: 25px;
  }
  .section-space {
    padding-block: 85px;
  }
  .service-card {
    padding-inline: 20px;
  }
  .service-card h3 {
    font-size: 25px;
  }
  .service-link {
    font-size: 9px;
  }
  .about-grid {
    gap: 48px;
  }
  .approach-panel {
    gap: 32px;
  }
  .contact-section {
    gap: 70px;
  }
}
@media (max-width: 900px) {
  .desktop-nav {
    gap: 22px;
    margin-left: 0;
  }
  .hero {
    gap: 25px;
  }
  h1 {
    font-size: 63px;
    letter-spacing: -3px;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-visual > img {
    height: 585px;
  }
  .hero-copy > .eyebrow {
    max-width: 250px;
  }
  .insight-card {
    width: 250px;
    padding: 20px;
    left: -14px;
  }
  .insight-card > p {
    font-size: 23px;
  }
  .focus-grid > div {
    gap: 10px;
    font-size: 10px;
  }
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-card {
    padding: 28px;
    margin-bottom: -1px;
  }
  .service-card h3 {
    font-size: 30px;
    margin-top: 27px;
  }
  .service-link {
    font-size: 11px;
  }
  .section-heading {
    gap: 30px;
  }
  .section-intro {
    max-width: 250px;
    font-size: 12px;
  }
  .about-grid {
    gap: 32px;
  }
  .about-copy h2 {
    font-size: 35px;
    letter-spacing: -1.4px;
  }
  .about-values {
    gap: 15px;
  }
  .approach-panel {
    grid-template-columns: 1fr 1fr;
  }
  .approach-output {
    grid-column: 2;
  }
  .contact-section {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 24px;
  }
  .page-width {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 81px;
  }
  .brand-name {
    font-size: 24px;
  }
  .brand-name > span {
    font-size: 9px;
    letter-spacing: 1.4px;
  }
  .site-header .desktop-nav, .site-header .header-cta {
    display: none;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    background: transparent;
  }
  .menu-toggle span {
    width: 24px;
    height: 1px;
    background: var(--wine);
    transition: transform .2s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .mobile-nav {
    position: absolute;
    top: 81px;
    left: 0;
    right: 0;
    display: grid;
    padding: 10px 25px 25px;
    background: var(--paper);
    box-shadow: 0 20px 24px #30231912;
    border-bottom: 1px solid var(--line);
  }
  .mobile-nav a {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 37px;
    padding-bottom: 45px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero-copy > .eyebrow {
    max-width: none;
    font-size: 8px;
    letter-spacing: .9px;
    gap: 8px;
  }
  h1 {
    font-size: clamp(60px, 12vw, 85px);
    line-height: 1.035;
    margin-block: 24px 22px;
    letter-spacing: -2.9px;
  }
  .hero-description {
    font-size: 14px;
    max-width: 440px;
  }
  .hero-actions {
    margin-top: 25px;
    gap: 12px 20px;
  }
  .hero-actions .button {
    padding-inline: 18px;
    gap: 18px;
  }
  .hero-note {
    display: none;
  }
  .hero-visual > img {
    height: 470px;
    object-position: 50% 60%;
  }
  .insight-card {
    bottom: 43px;
    left: -8px;
    width: 268px;
    padding: 22px;
  }
  .image-caption {
    padding: 20px;
    font-size: 7px;
  }
  .focus-grid {
    grid-template-columns: 1fr 1fr;
    padding-block: 7px;
  }
  .focus-grid > div {
    justify-content: start !important;
    padding-block: 17px;
    font-size: 10px;
    border-right: 0;
  }
  .focus-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
  .focus-grid > div:nth-child(even) {
    padding-left: 14px;
  }
  .section-space {
    padding-block: 64px;
  }
  h2 {
    font-size: 41px;
    letter-spacing: -1.7px;
  }
  .section-label {
    margin-bottom: 18px;
    font-size: 9px;
  }
  .section-heading {
    flex-direction: column;
    align-items: start;
    gap: 24px;
    margin-bottom: 32px;
  }
  .section-intro {
    max-width: 430px;
    font-size: 13px;
  }
  .service-card {
    padding: 24px 20px;
  }
  .service-card h3 {
    font-size: 28px;
  }
  .service-card p {
    font-size: 12px;
  }
  .service-link {
    font-size: 10px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .about-visual img {
    height: 370px;
  }
  .about-copy h2 {
    font-size: 41px;
  }
  .about-values {
    gap: 32px;
  }
  .approach-tabs button {
    font-size: 23px;
    gap: 9px;
    padding: 20px 10px;
  }
  .approach-tabs button > span {
    font-size: 10px;
  }
  .approach-tabs .icon {
    display: none;
  }
  .approach-panel {
    grid-template-columns: 1fr;
    gap: 23px;
    padding-top: 29px;
  }
  .approach-panel h3 {
    font-size: 29px;
  }
  .approach-output {
    grid-column: auto;
    padding-left: 19px;
    margin-top: 2px;
  }
  .contact-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contact-details {
    padding-top: 0;
  }
  .contact-value {
    font-size: 27px;
  }
  .contact-heading h2 {
    font-size: 46px;
  }
  .footer-main {
    flex-wrap: wrap;
    gap: 23px 15px;
    padding-block: 30px;
  }
  .footer-main > p {
    order: 3;
    width: 100%;
    font-size: 15px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
  dialog {
    padding: 36px 24px 26px;
  }
  dialog h2 {
    font-size: 35px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  input, select, textarea {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    padding: 26px;
  }
  .service-card h3 br {
    display: none;
  }
  .service-card h3 {
    margin-top: 22px;
  }
  .service-card p {
    max-width: 330px;
  }
  .service-link {
    padding-top: 25px;
    font-size: 11px;
  }
  .about-visual img {
    height: 330px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    transition: none !important;
  }
}
