/* ═══════════════════════════════════════════════════════════════════
   WINE FOR THE FEW — CSS DEL SITIO (site.css)
   ───────────────────────────────────────────────────────────────────
   Origen: extracción de las reglas REALMENTE usadas de webflow.css
   (9.845 líneas → solo lo que la web utiliza) + fixes.css fusionado.
   Migración realizada el 12 junio 2026 (rama migracion-css).

   Estructura:
   1. Base / normalize (elementos html, body, h1-h6, formularios…)
   2. Clases del framework Webflow aún en uso (w-form, w-input, w-richtext…)
   3. Variables de diseño (:root)
   4. Clases del sitio (navbar, hero, blog, contacto, footer…)
   5. CORRECCIONES LOCALES (antiguo fixes.css) — siempre al final
      para que ganen la cascada, igual que cuando era un archivo aparte.

   Regla de oro: el CSS nuevo se escribe en Tailwind o en globals.css.
   Este archivo solo ENCOGE (al migrar componentes a Tailwind se borran
   aquí sus reglas). Nunca crece.
   ═══════════════════════════════════════════════════════════════════ */

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input::placeholder {
  color: #999;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled], .w-input[readonly], fieldset[disabled] .w-input {
  cursor: not-allowed;
}

.w-input[readonly] {
  background-color: #eee;
}

textarea.w-input {
  height: auto;
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

@font-face {
  font-family: Gambetta;
  src: url("/67c341b8a6ba7e9aa3316f16/67c341b9a6ba7e9aa331704e_Gambetta-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --heading--h1-font-family: var(--global--heading-font-family);
  --heading--h2-font-family: var(--global--heading-font-family);
  --heading--h3-font-family: var(--global--heading-font-family);
  --heading--h4-font-family: var(--global--heading-font-family);
  --heading--h5-font-family: var(--global--heading-font-family);
  --heading--h6-font-family: var(--global--heading-font-family);
  --global-colors--text-default: #0e1011;
  --heading--large-font-family: var(--global--heading-font-family);
  --text-size--large: 22px;
  --quote--font-family: var(--global--heading-font-family);
  --quote--text-color: var(--global-colors--text-default);
  --heading--xlarge-font-family: var(--global--heading-font-family);
  --form--border-width: var(--global--border-width);
  --form-default--border-color: var(--global-colors--border-default);
  --form--border-radius: 0px;
  --form-default--background: var(--global-colors--background-muted);
  --form-default--text-color: var(--global-colors--text-default);
  --form--font-size: 16px;
  --form-default--border-color-focused: var(--global-colors--background-primary);
  --form-default--background-focused: var(--form-default--background);
  --form-default--placeholder-text-color: var(--global-colors--text-muted);
  --form-default-inverse--background: #ffffff0d;
  --text-meta--font-family: Gambetta, sans-serif;
  --text-meta--font-size: 20px;
  --text-meta--letter-spacing: 0px;
  --global--border-width: 2px;
  --global-colors--border-default: #e8eded;
  --global-colors--background-default: white;
  --global-colors--background-primary: #0e1011;
  --global-colors--text-muted: #0e101199;
  --button-text--font-family: var(--global--body-font-family);
  --button-text--font-size: 1.25vw;
  --button-text--letter-spacing: 0px;
  --button-text-inverse--text-color: var(--global-colors--text-inverse);
  --global-colors--body-background: #0e1011;
  --global--body-font-family: Inter, sans-serif;
  --global--body-font-size: 18px;
  --global-colors--text-inverse: white;
  --label--padding-vertical: 4px;
  --label--padding-horizontal: 8px;
  --label--border-width: var(--global--border-width);
  --label-default-link--border-color: var(--label-default--border-color);
  --label--border-radius: 500px;
  --label-default-link--background: var(--label-default--background);
  --label--font-family: var(--global--body-font-family);
  --label-default-link--text-color: var(--label-default--text-color);
  --label--font-size: 12px;
  --label--letter-spacing: 0px;
  --label-primary-link--border-color: var(--label-primary--border-color);
  --label-primary-link--background: var(--label-primary--background);
  --label-primary-link--text-color: var(--label-primary--text-color);
  --label-primary-inverse-link--border-color: var(--label-primary-inverse--border-color);
  --label-primary-inverse-link--background: var(--label-primary-inverse--background);
  --label-primary-inverse-link--text-color: var(--label-primary-inverse--text-color);
  --label-default-inverse-link--border-color: var(--label-default-inverse--border-color);
  --label-default-inverse-link--background: var(--label-default-inverse--background);
  --label-default-inverse-link--text-color: var(--label-default-inverse--text-color);
  --label-muted-link--border-color: var(--label-muted--border-color);
  --label-muted-link--background: var(--label-muted--background);
  --label-muted-link--text-color: var(--label-muted--text-color);
  --badge-default--border-color: var(--global-colors--border-default);
  --badge-default--background: var(--global-colors--background-default);
  --badge-default--icon-color: var(--global-colors--text-default);
  --badge-primary--border-color: transparent;
  --badge-primary--background: var(--global-colors--background-primary);
  --badge-primary--icon-color: var(--global-colors--text-inverse);
  --badge-primary-inverse--border-color: transparent;
  --badge-primary-inverse--background: var(--global-colors--background-default);
  --badge-primary-inverse--icon-color: var(--global-colors--text-default);
  --badge-default-inverse--border-color: #ffffff1f;
  --badge-default-inverse--background: #ffffff0d;
  --badge-default-inverse--icon-color: var(--global-colors--text-inverse);
  --badge-muted--border-color: transparent;
  --badge-muted--background: var(--global-colors--background-muted);
  --badge-muted--icon-color: var(--global-colors--text-default);
  --heading--small-font-family: var(--global--heading-font-family);
  --button--padding-vertical: 1rem;
  --button--padding-horizontal: 1.5rem;
  --button--border-width: var(--global--border-width);
  --button-default--border-color: var(--global-colors--border-default);
  --button--border-radius: 500px;
  --button-default--background: transparent;
  --button--font-family: var(--global--body-font-family);
  --button-default--text-color: var(--global-colors--text-default);
  --button--font-size: 1.25vw;
  --button--letter-spacing: 0px;
  --button-default--border-color-hover: var(--button-default--border-color);
  --button-default--background-hover: var(--global-colors--background-muted);
  --button-default--text-color-hover: var(--button-default--text-color);
  --button-default--border-color-pressed: var(--button-default--border-color);
  --button-default--background-pressed: var(--button-default--background);
  --button-default--text-color-pressed: var(--button-default--text-color);
  --button-primary--border-color: transparent;
  --button-primary--background: var(--global-colors--background-primary);
  --button-primary--text-color: var(--global-colors--text-inverse);
  --button-primary--border-color-hover: var(--button-primary--border-color);
  --button-primary--background-hover: var(--global-colors--background-primary-muted);
  --button-primary--text-color-hover: var(--button-primary--text-color);
  --button-primary--border-color-pressed: var(--button-primary--border-color);
  --button-primary--background-pressed: var(--button-primary--background);
  --button-primary--text-color-pressed: var(--button-primary--text-color);
  --button-primary-inverse--border-color: transparent;
  --button-primary-inverse--background: var(--global-colors--background-default);
  --button-primary-inverse--text-color: var(--global-colors--text-default);
  --button-default-inverse--border-color: #ffffff1f;
  --button-default-inverse--background: #ffffff0d;
  --button-default-inverse--text-color: var(--global-colors--text-inverse);
  --button-muted--border-color: transparent;
  --button-muted--background: var(--global-colors--background-muted);
  --button-muted--text-color: var(--global-colors--text-default);
  --form--font-family: var(--global--body-font-family);
  --global-colors--background-muted: #f8f8f8;
  --label-default--border-color: var(--global-colors--border-default);
  --label-default--background: var(--global-colors--background-default);
  --label-default--text-color: var(--global-colors--text-default);
  --label-primary--border-color: transparent;
  --label-primary--background: var(--global-colors--background-primary);
  --label-primary--text-color: var(--global-colors--text-inverse);
  --label-primary-inverse--border-color: transparent;
  --label-primary-inverse--background: var(--global-colors--background-default);
  --label-primary-inverse--text-color: var(--global-colors--text-default);
  --label-default-inverse--border-color: #ffffff1f;
  --label-default-inverse--background: #ffffff0d;
  --label-default-inverse--text-color: var(--global-colors--text-inverse);
  --label-muted--border-color: transparent;
  --label-muted--background: var(--global-colors--background-muted);
  --label-muted--text-color: var(--global-colors--text-default);
  --badge-default-link--border-color: var(--badge-default--border-color);
  --badge-default-link--background: var(--badge-default--background);
  --badge-default-link--icon-color: var(--badge-default--icon-color);
  --badge-primary-link--border-color: var(--badge-primary--border-color);
  --badge-primary-link--icon-color: var(--badge-primary--icon-color);
  --badge-primary-inverse-link--border-color: var(--badge-primary-inverse--border-color);
  --badge-primary-inverse-link--background: var(--badge-primary-inverse--background);
  --badge-primary-inverse-link--icon-color: var(--badge-primary-inverse--icon-color);
  --badge-default-inverse-link--border-color: var(--badge-default-inverse--border-color);
  --badge-default-inverse-link--background: var(--badge-default-inverse--background);
  --badge-default-inverse-link--icon-color: var(--badge-default-inverse--icon-color);
  --badge-muted-link--border-color: var(--badge-muted--border-color);
  --badge-muted-link--icon-color: var(--badge-muted--icon-color);
  --global-colors--text-muted-inverse: #ffffffb3;
  --navbar-item--font-family: var(--global--body-font-family);
  --navbar-item-default--text-color: var(--global-colors--text-default);
  --navbar-item--font-size: 1.25vw;
  --navbar-item--letter-spacing: 0px;
  --navbar-item-default--text-color-hover: var(--navbar-item-default--text-color);
  --button-text--border-width: var(--global--border-width);
  --button-text-default--border-color: var(--button-text-default--text-color);
  --global-colors--background-muted-2: #eee;
  --navbar-item--border-width: var(--global--border-width);
  --navbar-item-default--border-color: var(--navbar-item-default--text-color);
  --global-colors--background-primary-muted: #181a1b;
  --global--heading-font-family: "Anton SC", sans-serif;
  --button-text-default--text-color: var(--global-colors--text-default);
}

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--heading--h1-font-family);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  font-family: var(--heading--h2-font-family);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 110%;
}

h3 {
  font-family: var(--heading--h3-font-family);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25vw;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  font-family: var(--heading--h4-font-family);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 120%;
}

h5 {
  font-family: var(--heading--h5-font-family);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375vw;
  font-weight: 400;
  line-height: 130%;
}

h6 {
  font-family: var(--heading--h6-font-family);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}

p {
  margin-bottom: 0;
}

a, a:hover {
  color: var(--global-colors--text-default);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .5rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
  display: flex;
}

strong {
  font-weight: bold;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  color: #1fac71;
  background-color: #1fac710d;
  border: 1px solid #1fac7133;
  padding: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.heading-style-large {
  font-family: var(--heading--large-font-family);
  text-transform: uppercase;
  font-size: 12vw;
  font-weight: 400;
  line-height: 100%;
}

.text-size-large {
  font-size: var(--text-size--large);
  line-height: 160%;
}

.form {
  margin-top: 40px;
}

.form-wrapper {
  margin-top: 60px;
  margin-bottom: 0;
}

.text-rich-text {
  font-weight: 400;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text ul {
  margin-bottom: .75rem;
}

.text-rich-text h2, .text-rich-text h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  font-family: var(--quote--font-family);
  color: var(--quote--text-color);
  background-image: url("../../67c341b8a6ba7e9aa3316f16/67c341b9a6ba7e9aa3317181_icon-quote.svg");
  background-position: 0 60px;
  background-repeat: no-repeat;
  background-size: 30px;
  border-left: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3rem 0 3rem 4rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}

.text-rich-text strong {
  font-weight: 600;
}

.text-rich-text a, .text-rich-text a:hover {
  text-decoration: underline;
}

.text-rich-text figcaption {
  color: #11111180;
  font-size: .875rem;
}

.form-input {
  border: var(--form--border-width) solid var(--form-default--border-color);
  border-radius: var(--form--border-radius);
  background-color: var(--form-default--background);
  color: var(--form-default--text-color);
  font-size: var(--form--font-size);
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem;
  transition: background-color .2s, border .2s;
}

.form-input:focus {
  border-color: var(--form-default--border-color-focused);
  background-color: var(--form-default--background-focused);
}

.form-input::placeholder {
  color: var(--form-default--placeholder-text-color);
}

.form-input.is-text-area {
  min-height: 8rem;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 50rem;
}

.text-color-muted {
  color: var(--global-colors--text-muted);
}

.form-field-wrapper {
  margin-bottom: 1rem;
}

.form-message-error {
  color: #ac1f47;
  text-align: center;
  background-color: #ac1f470d;
  border: 1px solid #ac1f4733;
  margin-top: 1rem;
  padding: 1rem;
}

.main-wrapper {
  transform-origin: 50% 100%;
  position: relative;
}

.button-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  font-family: var(--button-text--font-family);
  color: var(--global-colors--text-default);
  font-size: var(--button-text--font-size);
  text-align: center;
  letter-spacing: var(--button-text--letter-spacing);
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xhuge {
  grid-template-columns: .3fr 1fr;
}

.body {
  background-color: var(--global-colors--body-background);
  font-family: var(--global--body-font-family);
  color: var(--global-colors--text-default);
  font-size: var(--global--body-font-size);
  font-weight: 400;
  line-height: 160%;
}

.navbar {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 6vw 1.5rem;
  display: grid;
}

.navbar-logo, .navbar-logo.w--current {
  display: flex;
}

.heading-style-h3 {
  font-family: var(--heading--h3-font-family);
  text-transform: uppercase;
  font-size: 4vw;
  font-weight: 400;
  line-height: 110%;
}

.heading-style-h2 {
  font-family: var(--heading--h2-font-family);
  color: var(--global-colors--text-default);
  text-transform: uppercase;
  font-size: 6vw;
  font-weight: 400;
  line-height: 100%;
}

.navbar-left {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header {
  z-index: 1000;
  background-color: var(--global-colors--background-default);
  position: fixed;
  inset: 0% 0% auto;
}

.heading-style-small {
  font-family: var(--heading--small-font-family);
  text-transform: uppercase;
  margin-top: .125rem;
  font-size: 8vw;
  font-weight: 400;
  line-height: 100%;
}

.button {
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  border: var(--button--border-width) solid var(--button-default--border-color);
  border-radius: var(--button--border-radius);
  background-color: var(--button-default--background);
  font-family: var(--button--font-family);
  color: var(--button-default--text-color);
  font-size: var(--button--font-size);
  text-align: center;
  letter-spacing: var(--button--letter-spacing);
  justify-content: center;
  margin: 0;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
}

.button:hover {
  border-color: var(--button-default--border-color-hover);
  background-color: var(--button-default--background-hover);
  color: var(--button-default--text-color-hover);
}

.button:active {
  border-color: var(--button-default--border-color-pressed);
  background-color: var(--button-default--background-pressed);
  color: var(--button-default--text-color-pressed);
}

.button.primary {
  border-color: var(--button-primary--border-color);
  background-color: var(--button-primary--background);
  color: var(--button-primary--text-color);
}

.button.primary:hover {
  border-color: var(--button-primary--border-color-hover);
  background-color: var(--button-primary--background-hover);
  color: var(--button-primary--text-color-hover);
}

.button.primary:active {
  border-color: var(--button-primary--border-color-pressed);
  background-color: var(--button-primary--background-pressed);
  color: var(--button-primary--text-color-pressed);
}

.text-meta {
  font-family: var(--text-meta--font-family);
  font-size: var(--text-meta--font-size);
  letter-spacing: var(--text-meta--letter-spacing);
  font-style: italic;
  font-weight: 500;
  line-height: 130%;
}

.text-meta.text-color-muted {
  font-family: var(--form--font-family);
}

.navbar-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.mobile-menu-toggle-inner {
  cursor: pointer;
  width: 100%;
  height: 10px;
  display: block;
  position: relative;
}

.menu-toggle-line {
  height: var(--global--border-width);
  background-color: var(--global-colors--text-default);
  perspective-origin: 50%;
  transform-origin: 50%;
  width: 100%;
  position: absolute;
}

.menu-toggle-line.top {
  top: 0;
}

.menu-toggle-line.bottom {
  bottom: 0;
}

.mobile-menu-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.mobile-menu-nav-item {
  color: var(--global-colors--text-default);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.form-row-1-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.image-cover-parallax {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-form-button-wrapper {
  flex-direction: column;
  display: flex;
}

.navbar-menu-item {
  font-family: var(--navbar-item--font-family);
  color: var(--navbar-item-default--text-color);
  font-size: var(--navbar-item--font-size);
  letter-spacing: var(--navbar-item--letter-spacing);
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.navbar-menu-item:hover {
  color: var(--navbar-item-default--text-color-hover);
}

.button-text-inner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.button-text-line {
  height: var(--button-text--border-width);
  background-color: var(--button-text-default--border-color);
  width: 100%;
  position: absolute;
  bottom: -2px;
}

.post-preview-image-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
}

.post-content {
  margin-top: -2rem;
}

.pageloader {
  z-index: 9999;
  background-color: var(--global-colors--background-primary);
  color: var(--global-colors--text-inverse);
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  height: 100dvh;
  padding: 5vw 6vw;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.view-button-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.view-button {
  z-index: 10;
  background-color: var(--global-colors--background-primary);
  color: var(--global-colors--text-inverse);
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  transition: transform .1s linear;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.view-button-icon {
  width: 30px;
  height: 30px;
  line-height: 100%;
  display: flex;
}

.section-blog-posts {
  background-color: var(--global-colors--background-default);
}

.section-home-hero {
  background-color: var(--global-colors--background-default);
  transform-origin: 50% 100%;
  position: relative;
}

.home-hero-grid {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.section-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--global-colors--background-default);
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-image-wrapper {
  overflow: hidden;
}

.blog-posts-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hero-right-top {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding: 10vw 6vw 4vw;
  display: flex;
}

.heading-alt-h2 {
  font-size: 3vw;
  font-weight: 600;
  line-height: 120%;
}

.home-hero-right {
  flex-flow: column;
  display: flex;
}

.home-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.home-hero-right-bottom {
  flex-flow: column;
  justify-content: space-between;
  padding: 6vw 6vw 8vw;
  display: flex;
}

.home-hero-logos {
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  max-width: 800px;
  display: grid;
}

.section-home-projects {
  background-color: var(--global-colors--background-muted);
  transform-origin: 50% 100%;
  position: relative;
}

.heading-alt-small {
  font-family: var(--global--body-font-family);
  text-transform: none;
  min-height: 0;
  font-size: 5vw;
  font-weight: 400;
  line-height: 100px;
}

.heading-style-xxlarge {
  font-family: var(--heading--xlarge-font-family);
  text-transform: uppercase;
  font-size: 19vw;
  font-weight: 400;
  line-height: 100%;
}

.section-top-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-home-services {
  transform-origin: 50% 100%;
  position: relative;
}

.home-services-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--global-colors--background-muted);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
  overflow: hidden;
}

.home-services-item.odd {
  background-color: var(--global-colors--background-default);
  grid-template-columns: 1fr .8fr;
}

.home-services-item-content {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  margin-bottom: 0;
  padding: 6vw;
  display: flex;
}

.home-services-item-image {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.max-width-huge {
  width: 100%;
  max-width: 87.5rem;
}

.section-top {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  background-color: var(--global-colors--background-default);
  flex-flow: column;
  padding: 10vw 6vw 6vw;
  display: flex;
}

.text-gap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-item-line {
  height: var(--navbar-item--border-width);
  background-color: var(--navbar-item-default--border-color);
  width: 0;
  margin-right: 4px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.dark-mode {
  display: none;
}

.navbar-small {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 6vw 1.5rem 4vw;
  display: grid;
}

.navbar-small-left {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-small-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.navbar-small-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 6vw;
  display: flex;
}

.contact-right {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  margin-bottom: 220px;
  padding: 10vw 6vw 4vw;
  display: flex;
}

.section-blog-posts-top {
  background-color: var(--global-colors--background-default);
  padding: 12vw 6vw 6vw;
}

.post-preview {
  background-color: var(--global-colors--background-muted);
}

.post-preview:nth-child(odd) {
  background-color: var(--global-colors--background-muted-2);
}

.post-preview-content {
  padding: 3vw;
  text-decoration: none;
}

.section-post-related {
  background-color: var(--global-colors--background-default);
  position: relative;
}

.section-post {
  background-color: var(--global-colors--background-default);
  transform-origin: 50% 100%;
  position: relative;
}

.post-grid {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.post-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.post-grid-right {
  flex-flow: column;
  display: flex;
}

.post-grid-right-top {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100vh;
  padding: 10vw 6vw 4vw;
  display: flex;
}

.post-grid-right-bottom {
  flex-flow: column;
  justify-content: flex-start;
  padding: 6vw 6vw 8vw;
  display: flex;
}

.post-related-top {
  background-color: var(--global-colors--background-default);
  padding: 12vw 6vw 6vw;
}

.pageloader-heading {
  font-family: var(--heading--xlarge-font-family);
  text-align: right;
  text-transform: uppercase;
  font-size: 12vw;
  font-weight: 400;
  line-height: 100%;
}

.mobile-menu-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 96px;
  display: flex;
}

.mobile-menu {
  z-index: 999;
  background-color: var(--global-colors--background-default);
  width: 100vw;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.menu-nav-item-text {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
}

.mobile-menu-toggle {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: none;
}

.paragraph-2 {
  margin-top: 60px;
  font-weight: 600;
}

.text-block {
  margin-top: 60px;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.header-small-copy {
  z-index: 101;
  color: var(--global-colors--text-inverse);
  position: absolute;
  inset: 0% 0% auto;
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  .heading-style-large {
    font-size: 12rem;
  }

  .button-text {
    font-size: 20px;
  }

  .body {
    font-size: 20px;
    line-height: 170%;
  }

  .navbar {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .heading-style-h3 {
    font-size: 4rem;
  }

  .heading-style-h2 {
    font-size: 6rem;
  }

  .heading-style-small {
    font-size: 8rem;
  }

  .button {
    font-size: 1.25rem;
  }

  .text-meta, .text-meta.text-color-muted {
    font-size: 22px;
  }

  .navbar-menu-item {
    font-size: 20px;
  }

  .post-preview-image-wrapper {
    margin-bottom: 1rem;
  }

  .home-hero-right-top {
    padding: 8rem 6rem 4rem;
  }

  .heading-alt-h2 {
    font-size: 3.5rem;
  }

  .home-hero-right-bottom {
    padding: 6rem 6rem 8rem;
  }

  .section-home-projects {
    background-color: var(--global-colors--background-muted);
  }

  .heading-alt-small {
    font-size: 5rem;
  }

  .heading-style-xxlarge {
    font-size: 19rem;
  }

  .home-services-item {
    position: relative;
  }

  .home-services-item-content {
    padding: 6rem;
  }

  .section-top {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    padding: 8rem 6rem 5rem;
  }

  .navbar-small {
    padding-left: 4rem;
    padding-right: 6rem;
  }

  .navbar-small-menu {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .navbar-small-right {
    padding-left: 6rem;
  }

  .contact-right {
    padding: 8rem 6rem 5rem;
  }

  .section-blog-posts-top {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    padding: 10rem 6rem 5rem;
  }

  .post-preview {
    flex-flow: column;
    display: flex;
  }

  .post-grid-right-top {
    padding: 8rem 6rem 5rem;
  }

  .post-grid-right-bottom {
    padding: 6rem 8rem 8rem;
  }

  .post-related-top {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    padding: 12rem 8rem 6rem;
  }

  .pageloader-heading {
    font-size: 12rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .heading-style-large {
    font-size: 18vw;
  }

  .text-rich-text blockquote {
    background-position: 0 50px;
    background-size: 30px;
    padding-left: 3.5rem;
    font-size: 2rem;
    line-height: 140%;
  }

  .show-tablet {
    display: block;
  }

  .form-field-wrapper {
    margin-bottom: 1rem;
  }

  .main-wrapper {
    padding-top: 62px;
  }

  .button-text {
    font-size: 18px;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar {
    padding: 1rem 4rem;
    display: flex;
  }

  .heading-style-h3 {
    font-size: 6vw;
  }

  .heading-style-h2 {
    font-size: 12vw;
  }

  .heading-style-small {
    font-size: 12vw;
  }

  .button {
    font-size: 18px;
  }

  .navbar-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .navbar-logo-image {
    height: 30px;
  }

  .form-row-1-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .navbar-menu-item {
    font-size: 19px;
  }

  .pageloader {
    padding: 3rem 4rem;
  }

  .view-button {
    display: none;
  }

  .home-hero-grid {
    display: flex;
  }

  .section-contact {
    flex-flow: column;
    display: flex;
  }

  .contact-image-wrapper {
    height: 75vw;
  }

  .blog-posts-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-hero-right-top {
    height: auto;
    padding: 3rem 4rem 0;
  }

  .heading-alt-h2 {
    font-size: 1.75rem;
  }

  .home-hero-image {
    height: 75vw;
    position: static;
  }

  .home-hero-right-bottom {
    padding: 4rem;
  }

  .heading-alt-small {
    font-size: 2.75rem;
  }

  .heading-style-xxlarge {
    font-size: 20vw;
  }

  .home-services-item {
    display: flex;
  }

  .home-services-item.odd {
    flex-flow: column-reverse wrap;
  }

  .home-services-item-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: auto;
    padding: 4rem;
  }

  .home-services-item-image {
    height: 75vw;
    position: static;
  }

  .section-top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 4rem 4rem 3rem;
  }

  .navbar-item-line {
    display: none;
  }

  .navbar-small {
    background-color: var(--global-colors--background-default);
    padding: 1.25rem 4rem;
  }

  .navbar-small-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: none;
  }

  .navbar-small-right {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
  }

  .contact-right {
    height: auto;
    padding: 3rem 4rem;
  }

  .section-blog-posts-top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 3rem 4rem;
  }

  .post-preview-content {
    padding: 3rem;
  }

  .post-grid {
    display: flex;
  }

  .post-image {
    height: 75vw;
    position: static;
  }

  .post-grid-right-top {
    height: auto;
    padding: 3rem 4rem 0;
  }

  .post-grid-right-bottom {
    padding: 4rem;
  }

  .post-related-top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 4rem 4rem 3rem;
  }

  .pageloader-heading {
    font-size: 15vw;
  }

  .mobile-menu-wrapper {
    padding-top: 80px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .header-small-copy {
    display: none;
  }

  .navbar-logo-image-copy {
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .text-rich-text blockquote {
    background-position: 0 36px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    font-size: 1.5rem;
  }

  .form-field-wrapper {
    margin-bottom: 1.5rem;
  }

  .main-wrapper {
    padding-top: 70px;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .body {
    line-height: 160%;
  }

  .navbar {
    padding: 1.25rem 2.5rem;
  }

  .heading-style-h3 {
    font-size: 3rem;
  }

  .navbar-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-style-small {
    font-size: 16vw;
  }

  .navbar-menu {
    display: none;
  }

  .mobile-menu-toggle-inner {
    cursor: pointer;
  }

  .mobile-menu-nav-item {
    overflow: hidden;
  }

  .form-row-1-2 {
    display: block;
  }

  .pageloader {
    padding: 2.5rem 3rem;
  }

  .section-contact {
    flex-flow: column;
    display: flex;
  }

  .contact-image-wrapper {
    height: 100vw;
    position: relative;
    top: 0;
  }

  .blog-posts-grid {
    flex-flow: column;
    display: flex;
  }

  .home-hero-right-top {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .home-hero-right-bottom {
    padding: 3rem 2.5rem;
  }

  .home-hero-logos {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .heading-alt-small {
    font-size: 2.25rem;
  }

  .heading-style-xxlarge {
    font-size: 20vw;
  }

  .home-services-item-content {
    padding: 3rem 2.5rem;
  }

  .section-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2.5rem;
  }

  .navbar-small {
    padding: 1.25rem;
  }

  .navbar-small-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .navbar-small-menu {
    display: none;
  }

  .contact-right {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .section-blog-posts-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2.5rem;
  }

  .post-preview-content {
    padding: 2.5rem;
  }

  .post-grid-right-top {
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .post-grid-right-bottom {
    padding: 3rem 2.5rem;
  }

  .post-related-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2.5rem;
  }

  .mobile-menu-wrapper {
    padding-top: 64px;
  }

  .mobile-menu-toggle {
    cursor: pointer;
    display: flex;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 2rem;
  }

  h6 {
    font-size: 1rem;
  }

  .text-rich-text blockquote {
    background-position: 0 10px;
    padding-top: 3rem;
    padding-left: 0;
    font-size: 1.75rem;
  }

  .form-field-wrapper {
    margin-bottom: 1rem;
  }

  .main-wrapper {
    padding-top: 62px;
  }

  .button-text {
    color: var(--global-colors--text-default);
  }

  .margin-xhuge {
    margin: 3.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: 1rem 2rem;
    display: flex;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
    line-height: 110%;
  }

  .heading-style-small {
    margin-top: 0;
  }

  .navbar-logo-image {
    vertical-align: baseline;
    height: 30px;
  }

  .post-content {
    margin-top: -3rem;
  }

  .pageloader {
    padding: 1.5rem 2rem;
  }

  .home-hero-right-top {
    padding-top: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-alt-h2 {
    font-size: 1.5rem;
  }

  .home-hero-right-bottom {
    padding: 2.5rem 1.5rem;
  }

  .home-hero-logos {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .heading-alt-small {
    font-size: 2rem;
    font-weight: 400;
    line-height: 40px;
  }

  .home-services-item-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem;
  }

  .section-top {
    padding: 2rem 2rem 1.5rem;
  }

  .navbar-small {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: 1rem;
  }

  .contact-right, .section-blog-posts-top, .post-preview-content {
    padding: 2rem;
  }

  .post-grid-right-top {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .post-grid-right-bottom, .post-related-top {
    padding: 2rem;
  }

  .pageloader-heading {
    font-size: 4rem;
  }

  .footer-form-two {
    text-align: center;
    background-color: #00000017;
    padding: 20px;
  }

  .footer-form-title {
    color: var(--global-colors--text-inverse);
    text-align: center;
    border-radius: 4px;
    font-weight: 400;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .navbar-logo-image-copy {
    vertical-align: baseline;
    height: 30px;
  }
}

#w-node-d33d43d6-87a6-8432-4bfc-9becb5519f53-a3317004 {
  align-self: stretch;
}

#w-node-a640d232-9462-3db2-bbdb-2205e801a7c5-a3317004 {
  align-self: center;
}

#w-node-_7e5ebfc4-70d2-d4c0-aaf8-581f7aeef840-a3317004 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_01cc26bd-16e4-da7b-915e-1bcf43ab9983-a3317004, #w-node-_22714430-9b84-cda1-32c2-8e58dff3e57e-a3317004, #w-node-_7a0f3957-7b9c-a6aa-7f12-83854ae7f016-a3317004, #w-node-_396a61f9-e171-d225-01ae-7fd0f235aa08-a3317004, #w-node-_1fe6c776-ca77-a207-d206-368f1da32699-a3317004, #w-node-_1fe6c776-ca77-a207-d206-368f1da3269a-a3317004, #w-node-_1fe6c776-ca77-a207-d206-368f1da3269b-a3317004, #w-node-_1fe6c776-ca77-a207-d206-368f1da3269c-a3317004, #w-node-_1fe6c776-ca77-a207-d206-368f1da3269d-a3317004, #w-node-_1fe6c776-ca77-a207-d206-368f1da3269e-a3317004 {
  align-self: center;
}

#w-node-_3670a912-1809-106b-f3d9-9230761f3f7f-3fd6c0e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27821f9c-524e-9fb5-c2dd-c9ef1cd1e530-1cd1e52e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_27821f9c-524e-9fb5-c2dd-c9ef1cd1e544-1cd1e52e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-eb0427c1-bb1c-e076-5734-e12e7079058a-70790586 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-eb0427c1-bb1c-e076-5734-e12e7079063b-70790586 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_6c9e93c0-15a3-7be9-790a-5f33b51699e0-b51699d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_701e8bcb-9448-a39f-3f57-cf15bbcad03a-a3317014 {
  align-self: stretch;
}

#w-node-_5ff4829c-8941-24f6-482b-b1a6dd7befbf-a3317017, #w-node-_5ff4829c-8941-24f6-482b-b1a6dd7befc2-a3317017, #w-node-bb4f409e-d974-eb49-f2dc-cd8ade0803cd-a3317017, #w-node-bb4f409e-d974-eb49-f2dc-cd8ade0803d0-a3317017, #w-node-_7849930f-4b08-8504-508d-dd05009d57f1-a3317017, #w-node-_7849930f-4b08-8504-508d-dd05009d57f4-a3317017, #w-node-e7481808-fab1-0d41-ca7e-b159e5ac7188-a3317017, #w-node-e7481808-fab1-0d41-ca7e-b159e5ac718c-a3317017, #w-node-_0d22fa55-3223-6ece-b231-44d57d7b3b63-a3317017, #w-node-_0d22fa55-3223-6ece-b231-44d57d7b3b66-a3317017, #w-node-_23349391-343a-ece0-7a9f-082e5262a158-a3317017, #w-node-_23349391-343a-ece0-7a9f-082e5262a15b-a3317017, #w-node-_7e7213b9-612a-ab51-6aeb-fb805c5fd540-a3317017, #w-node-_7e7213b9-612a-ab51-6aeb-fb805c5fd543-a3317017, #w-node-ffe43818-a47f-3586-f1e2-94542c107d7e-a331701c, #w-node-_00cb8e2b-699f-308f-c57e-a80b9126f607-a331701c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_3b82d304-b9f6-b270-cbcb-5c13d520d8be-a3317013, #w-node-_3b82d304-b9f6-b270-cbcb-5c13d520d8c2-a3317013, #w-node-_3b82d304-b9f6-b270-cbcb-5c13d520d8c6-a3317013, #w-node-_3b82d304-b9f6-b270-cbcb-5c13d520d8ca-a3317013, #w-node-_3b82d304-b9f6-b270-cbcb-5c13d520d8ce-a3317013, #w-node-_9096614d-ae91-24ae-787b-76d9a5e06399-a3317015, #w-node-_9096614d-ae91-24ae-787b-76d9a5e0639d-a3317015, #w-node-_9096614d-ae91-24ae-787b-76d9a5e063a1-a3317015, #w-node-_9096614d-ae91-24ae-787b-76d9a5e063a5-a3317015, #w-node-_9096614d-ae91-24ae-787b-76d9a5e063a9-a3317015, #w-node-_97327924-4a9e-5d65-45d0-bfc7f0fa3a6f-a331701e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6c9e93c0-15a3-7be9-790a-5f33b51699e0-b51699d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8b052465-7793-c16b-6c10-5e669b9d75ff-9b9d75fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

/* ═══════════════════════════════════════════════════════════════════
   5. CORRECCIONES LOCALES (antiguo fixes.css)
   Cargaba después de webflow.css; debe seguir al final del archivo.
   ═══════════════════════════════════════════════════════════════════ */

/* =============================================
   CORRECCIONES LOCALES — Wine for the Few
   ============================================= */

/* 1. SCROLLBAR — reserva espacio siempre, evita el salto de ancho */
html {
  scrollbar-gutter: stable;
  overflow-y: scroll;
}

/* 2. PARALLAX SUAVE — imágenes con parallax en GPU para mayor fluidez */
.home-services-item-image,
.home-services-item-image img,
.home-hero-image img,
.post-image,
.post-image img,
.section-home-hero img {
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* 2b. SIN PARALLAX en la sección "Rare Wines Only For Rare People"
   Esa imagen queda fija — Webflow no la mueve con el scroll */
.home-services-item.odd .home-services-item-image,
.home-services-item.odd .home-services-item-image img {
  will-change: auto !important;
  transform: none !important;
  transition: none !important;
}

/* 3. REVEAL — elementos visibles una vez revelados, entrada suave */
.wftf-revealed {
  opacity: 1 !important;
  transition: opacity 0.6s ease !important;
  will-change: auto !important;
  /* NO tocamos transform aquí para no romper el parallax */
}

/* 4. BLOG — espacio superior reducido */
@media screen and (min-width: 992px) {
  .section-blog-posts-top {
    padding-top: 5rem !important;
  }
}

/* 5. BLOG — espacio antes del footer */
.section-blog-posts {
  padding-bottom: 6rem !important;
}

/* 6. SCROLL REVEAL — texto que sube al entrar en el viewport */
[data-reveal-slide] {
  transform: translate3d(0, 105%, 0);
  display: block;
}
.overflow-hidden.is-revealed [data-reveal-slide] {
  transform: translate3d(0, 0%, 0);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal-fade] {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
}
[data-reveal-fade].is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

/* 7. PAGELOADER — telón negro con WFTF© que sube al cargar la página
   Todo (display, transform, transition) lo controla PageLoader.tsx vía style inline.
   El CSS sólo garantiza que empiece oculto. */
.pageloader {
  display: none;
}

/* 8. BLOG — links de posts (display block, sin depender de w-inline-block) */
.post-preview-image-wrapper,
.post-preview-content {
  display: block;
  max-width: 100%;
}

/* 9. NAVBAR — navbar-menu-item y navbar-logo sin w-inline-block (no hay Webflow JS) */
.navbar-menu-item {
  display: flex;
  align-items: center;
  max-width: 100%;
}
.navbar-logo {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  text-decoration: none;
}
.button-text {
  display: inline-flex;
  max-width: 100%;
  text-decoration: none;
}

/* 10. NAVBAR — siempre visible en desktop, se estiliza al hacer scroll */
.header-small-copy {
  position: fixed !important;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.header-small-copy.is-scrolled {
  background-color: var(--global-colors--background-default);
  box-shadow: 0 1px 0 rgba(0,0,0,0.08);
}

/* Logo blanco en la parte superior (contraste con la imagen de hero) */
.header-small-copy:not(.is-scrolled) .navbar-logo-image-copy {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
.header-small-copy.is-scrolled .navbar-logo-image-copy {
  filter: none;
  transition: filter 0.3s ease;
}

/* 11. MOBILE MENU — toggle button sin estilos de <a>, menú animado */
.mobile-menu-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.mobile-menu {
  transition: opacity 0.25s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none;
}
.mobile-menu.is-open {
  display: block !important;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Hamburger → X cuando el menú está abierto */
.mobile-menu-toggle .menu-toggle-line {
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.mobile-menu-toggle.is-open .menu-toggle-line.top {
  transform: translateY(5px) rotate(45deg);
}
.mobile-menu-toggle.is-open .menu-toggle-line.bottom {
  transform: translateY(-5px) rotate(-45deg);
}

/* ═══════════════════════════════════════════════════════════════
   HERO — degradado suave imagen → blanco (solo desktop)
   ═══════════════════════════════════════════════════════════════ */
@media screen and (min-width: 768px) {
  .home-hero-grid {
    position: relative;
  }
  .home-hero-grid::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 44.5%;                    /* columna .8fr de la grid .8fr+1fr */
    height: 100%;
    background: linear-gradient(to right, transparent 70%, rgba(255,255,255,0.75) 100%);
    pointer-events: none;
    z-index: 3;
  }
}

/* ═══════════════════════════════════════════════════════════════
   HOME — SECCIONES 3, 4, 5 (VINTAGES, ONLY BOTTLES, UNIQUE PIECES)
   ═══════════════════════════════════════════════════════════════ */

/* Base — sin espacios negros */
.section-home-services {
  padding-bottom: 0;
  background-color: white;
}

/* Etiqueta dentro de home-services-item-content */
.section-inner-label {
  margin-bottom: 2vw;
}

/* Fila título + flecha */
.section-heading-with-arrow {
  display: flex;
  align-items: flex-end;
  gap: 2.5rem;
}
.section-arrow-link {
  font-family: 'Anton SC', Impact, sans-serif;
  font-size: 12vw;
  line-height: 0.9;
  color: #000;
  text-decoration: none;
  flex-shrink: 0;
  display: inline-block;
  transition: transform 0.22s ease;
}
.section-arrow-link:hover { transform: translateX(12px); }
.section-arrow-link--h3   { font-size: 8vw; }

/* Texto editorial:
   - heading-alt-small ya maneja font-size (5vw) y responsive en móvil
   - esta clase solo sobreescribe para desktop (columna 50% del ancho) */
.section-body-editorial {
  white-space: pre-line;
  font-size: 3vw !important;
  line-height: 1.35 !important;
  color: rgba(0, 0, 0, 0.85);
  max-width: 100%;
}

/* Botón DISCOVER */
.section-cta-block { margin-top: 2rem; }

/* Secciones 4 + 5 — altura automática (el texto puede crecer) */
.section-fine-wine .home-services-item,
.section-fine-wine .home-services-item-content,
.section-fine-wine .home-services-item-image,
.section-unique-pieces .home-services-item,
.section-unique-pieces .home-services-item-content,
.section-unique-pieces .home-services-item-image {
  height: auto;
  min-height: 100vh;
}

/* ── TABLET (≤991px) ──────────────────────────────────────────── */
@media screen and (max-width: 991px) {
  .section-arrow-link,
  .section-arrow-link--h3   { font-size: 10vw; }
  .section-heading-with-arrow { gap: 1.5rem; }
}

/* ── MÓVIL (≤767px) ───────────────────────────────────────────── */
@media screen and (max-width: 767px) {
  /* Sin flecha en móvil */
  .section-arrow-link,
  .section-arrow-link--h3   { display: none; }

  /* Items normales: imagen arriba, texto abajo */
  .home-services-item:not(.odd) { flex-direction: column; }

  /* Etiqueta */
  .section-inner-label { margin-bottom: 3vw; }

  /* Texto editorial — mismo tamaño que heading-alt-small (2.75rem) pero line-height normal */
  .section-body-editorial {
    font-size: 2.75rem !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    max-width: 100%;
  }

  /* Quitar altura forzada + colocar contenido en la parte superior */
  .section-fine-wine .home-services-item,
  .section-fine-wine .home-services-item-image,
  .section-unique-pieces .home-services-item,
  .section-unique-pieces .home-services-item-image {
    min-height: unset !important;
    height: auto !important;
  }
  .section-fine-wine .home-services-item-content,
  .section-unique-pieces .home-services-item-content {
    min-height: unset !important;
    height: auto !important;
    justify-content: flex-start !important;
    gap: 2rem;
  }

  .section-cta-block { margin-top: 1.5rem; }
}

/* ── MÓVIL PORTRAIT (≤479px) ──────────────────────────────────── */
@media screen and (max-width: 479px) {
  .heading-style-xxlarge  { font-size: 15vw !important; }
  .section-inner-label    { margin-bottom: 4vw; }
  /* heading-alt-small en ≤479px es 2.25rem */
  .section-body-editorial { font-size: 2.25rem !important; }
}

/* Asegura que el footer no se superponga antes de tiempo */
.footer {
  position: relative;
  z-index: 0;
}
.main-wrapper {
  position: relative;
  z-index: 1;
}

/* ── TIPOGRAFÍA DEL MENÚ PRINCIPAL ──────────────────────────────── */
.navbar-menu-item,
.navbar-small-menu .navbar-menu-item {
  font-family: 'Inconsolata', monospace !important;
  font-weight: 400 !important;
  font-size: 1.05vw !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

/* ── SELECTOR DE IDIOMA DESKTOP ─────────────────────────────────── */

/* Trigger: cápsula oscura con bandera + código — visible sobre cualquier fondo */
.lang-desk-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(10, 10, 10, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 2px;
  cursor: pointer;
  padding: 5px 9px;
  color: rgba(255, 255, 255, 0.75);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
  backdrop-filter: blur(6px);
}
.lang-desk-trigger:hover {
  background: rgba(20, 20, 20, 0.95);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}
.lang-desk-flag { font-size: 14px; line-height: 1; display: block; }
.lang-desk-code {
  font-family: 'Inconsolata', monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  line-height: 1;
}
.lang-desk-arrow {
  opacity: 0.5;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.lang-desk-trigger:hover .lang-desk-arrow { opacity: 1; }
.lang-desk-arrow.open { transform: rotate(180deg); }

/* Panel — position:fixed, fondo negro sólido, columna vertical */
.lang-desk-panel {
  position: fixed;
  display: flex;
  flex-direction: column;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-width: 90px;
  z-index: 500;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
}

/* Cada opción: solo bandera + código */
.lang-desk-option {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px 14px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: background 0.15s ease;
}
.lang-desk-option:last-child { border-bottom: none; }
.lang-desk-option:hover { background: rgba(255, 255, 255, 0.06); }
.lang-desk-option-flag { font-size: 15px; line-height: 1; }
.lang-desk-option-code {
  font-family: 'Inconsolata', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.85);
}
.lang-desk-option-name {
  display: none;
}

/* header-small-copy solo en desktop — en móvil lo gestiona show-tablet */
@media (max-width: 991px) {
  .header-small-copy { display: none !important; }
}
