*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 242 236 / var(--tw-bg-opacity, 1));
  font-family: Karla, Helvetica Neue, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(90 81 71 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}

body.has-sticky-call {
  padding-bottom: 60px;
}

@media (min-width: 1024px) {
  body.has-sticky-call {
    padding-bottom: 0;
  }
}

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

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

ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

h1, h2, h3, h4 {
  margin: 0px;
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(26 23 20 / var(--tw-text-opacity, 1));
  line-height: 1.05;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(1.9rem, 4.5vw, 3.4rem);
}

h2 {
  font-size: clamp(1.5rem, 3vw, 2.3rem);
}

h3 {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
}

p {
  margin: 0 0 16px;
}

.container {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

/* NOTE ON MIGRATION STATUS:
     All page-*.php templates and functions.php helpers (artkom_offer_card,
     artkom_process_step, artkom_faq_item, artkom_brands_strip,
     artkom_quote_sidebar_card, artkom_breadcrumbs) have been rewritten to use
     inline Tailwind utility classes directly in markup.
     header.php, footer.php and front-page.php still carry some of the original
     class names below (harmless/redundant in most cases) because they were
     converted in an earlier pass and were not in scope for this cleanup. The
     classes remaining in this layer are only the ones still referenced
     somewhere in the theme (grep the .php files before removing any of them)
     plus the JS-state combinators (.hero-slide.is-active, .hero-dots
     button.is-active, .sticky-call-bar.is-visible) which must keep a stable
     hook class for assets/js/main.js. */

/* ---------- Layout ---------- */

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-alt {
  border-top-width: 1.5px;
  border-bottom-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(26 23 20 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 233 223 / var(--tw-bg-opacity, 1));
}

.eyebrow {
  margin-bottom: 0.75rem;
  display: block;
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  --tw-text-opacity: 1;
  color: rgb(192 86 42 / var(--tw-text-opacity, 1));
}

.label {
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(138 128 116 / var(--tw-text-opacity, 1));
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 99px;
  border-width: 1.5px;
  border-color: transparent;
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
  font-weight: 800;
  transition-property: opacity;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding: 15px 26px;
  letter-spacing: -0.02em;
}

.btn:hover {
  opacity: 0.85;
}

.btn-outline {
  --tw-border-opacity: 1;
  border-color: rgb(26 23 20 / var(--tw-border-opacity, 1));
  background-color: transparent;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  --tw-text-opacity: 1;
  color: rgb(26 23 20 / var(--tw-text-opacity, 1));
}

.btn-call::before {
  content: "\260E";
}

/* ---------- Logo ---------- */

.logo-mark img {
  height: 40px;
  width: auto;
  display: block;
  mix-blend-mode: multiply;
}

/* ---------- Top bar (desktop) ---------- */

.top-bar {
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(26 23 20 / var(--tw-bg-opacity, 1));
  color: rgba(245, 242, 236, 0.72);
  font-size: 0.85rem;
}

@media (min-width: 1024px) {
  .top-bar {
    display: block;
  }
}

.top-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 11px;
  padding-bottom: 11px;
}

.top-bar a {
  color: rgba(245, 242, 236, 0.72);
}

/* ---------- Top bar (mobile) ---------- */

.top-bar-mobile {
  position: sticky;
  top: 0px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(26 23 20 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  padding: 9px 14px;
}

@media (min-width: 1024px) {
  .top-bar-mobile {
    display: none;
  }
}

.top-bar-mobile a {
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  gap: 8px;
  font: 700 14px/1 "Archivo","Helvetica Neue",Arial,sans-serif;
  letter-spacing: -0.01em;
}

.top-bar-mobile a span {
  display: grid;
  place-items: center;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(192 86 42 / var(--tw-bg-opacity, 1));
  width: 22px;
  height: 22px;
  font-size: 11px;
}

.top-bar-mobile .hours {
  color: rgba(255,255,255,.6);
  font: 500 11px/1.2 "Karla","Helvetica Neue",Arial,sans-serif;
}

/* ---------- Main nav ---------- */

.site-header {
  position: relative;
  border-bottom-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(26 23 20 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 242 236 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
  }
}

.main-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 16px;
  padding-bottom: 16px;
}

.nav-links {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  z-index: 40;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  border-bottom-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(26 23 20 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 242 236 / var(--tw-bg-opacity, 1));
  padding: 16px 24px 24px;
}

.nav-links.is-open {
  display: flex;
}

@media (min-width: 1024px) {
  .nav-links {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
    border-width: 0px;
    padding: 0px;
  }
}

.nav-links a {
  border-bottom-width: 2px;
  border-color: transparent;
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(90 81 71 / var(--tw-text-opacity, 1));
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  padding-bottom: 4px;
}

.nav-links a:hover, .nav-links a.is-active {
  --tw-border-opacity: 1;
  border-color: rgb(192 86 42 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(26 23 20 / var(--tw-text-opacity, 1));
}

/* ---------- Oferta submenu ---------- */

.nav-dropdown-toggle {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
  border-width: 0px;
  border-bottom-width: 2px;
  border-color: transparent;
  background-color: transparent;
  padding: 0px;
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(90 81 71 / var(--tw-text-opacity, 1));
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.nav-dropdown-toggle:hover, .nav-dropdown-toggle.is-active {
  --tw-border-opacity: 1;
  border-color: rgb(192 86 42 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(26 23 20 / var(--tw-text-opacity, 1));
}

.nav-dropdown-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 50;
  margin-top: 0.5rem;
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(26 23 20 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 242 236 / var(--tw-bg-opacity, 1));
  min-width: 240px;
  padding: 10px;
}

.nav-dropdown.is-open .nav-dropdown-menu {
  display: flex;
}

.nav-dropdown-menu a {
  display: block;
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(90 81 71 / var(--tw-text-opacity, 1));
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  padding: 8px 10px;
}

.nav-dropdown-menu a:hover, .nav-dropdown-menu a.is-active {
  --tw-text-opacity: 1;
  color: rgb(26 23 20 / var(--tw-text-opacity, 1));
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nav-toggle {
  display: inline-flex;
  cursor: pointer;
  border-radius: 99px;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(26 23 20 / var(--tw-border-opacity, 1));
  background-color: transparent;
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(26 23 20 / var(--tw-text-opacity, 1));
  padding: 9px 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.06em;
}

@media (min-width: 1024px) {
  .nav-toggle {
    display: none;
  }
}

/* ---------- Sticky call bar (mobile) ---------- */

.sticky-call-bar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 60;
  padding: 10px 12px;
  background: rgba(26, 23, 20, 0.95);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transform: translateY(100%);
  transition: transform 0.25s ease;
}

.sticky-call-bar.is-visible {
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .sticky-call-bar {
    display: none;
  }
}

.sticky-call-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(192 86 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  gap: 8px;
  padding: 14px;
  font: 800 15px/1 "Archivo","Helvetica Neue",Arial,sans-serif;
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  border-bottom-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(26 23 20 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(26 23 20 / var(--tw-bg-opacity, 1));
}

.hero-slides {
  position: relative;
  min-height: 380px;
}

@media (min-width: 1024px) {
  .hero-slides {
    min-height: 560px;
  }
}

.hero-slide {
  visibility: hidden;
  position: absolute;
  inset: 0px;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.hero-slide.is-active {
  visibility: visible;
  position: relative;
  opacity: 1;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(26,23,20,.88) 0%, rgba(26,23,20,.55) 48%, rgba(26,23,20,.15) 100%);
}

.hero-dots {
  position: absolute;
  z-index: 2;
  display: flex;
  gap: 0.5rem;
  bottom: 24px;
  left: 24px;
}

.hero-dots button {
  cursor: pointer;
  border-radius: 99px;
  border-width: 0px;
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,.4);
}

.hero-dots button.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(192 86 42 / var(--tw-bg-opacity, 1));
}

.hero-arrow {
  position: absolute;
  z-index: 2;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: 1.5px solid rgba(255,255,255,.5);
  background: rgba(26,23,20,.35);
  font-size: 1.4rem;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, background 0.2s ease-in-out;
}

.hero-slides:hover .hero-arrow {
  opacity: 1;
}

.hero-arrow:hover {
  background: rgba(26,23,20,.6);
}

.hero-arrow-prev {
  left: 24px;
}

.hero-arrow-next {
  right: 24px;
}

@media (max-width: 767px) {
  .hero-arrow {
    width: 44px;
    height: 44px;
    font-size: 1.1rem;
  }
}

/* ---------- Stats bar ---------- */

.stats-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(26 23 20 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* ---------- Offer grid ---------- */

.offer-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .offer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ---------- Review + cities ---------- */

.review-cities-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}

@media (min-width: 1024px) {
  .review-cities-grid {
    grid-template-columns: 1.3fr 1fr;
  }
}

.review-stars {
  margin-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(192 86 42 / var(--tw-text-opacity, 1));
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.review-quote {
  margin-bottom: 0.5rem;
  font-family: Karla, Helvetica Neue, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(26 23 20 / var(--tw-text-opacity, 1));
  font-size: 1.4rem;
  line-height: 1.5;
}

.review-source {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(138 128 116 / var(--tw-text-opacity, 1));
  font-size: 0.85rem;
}

.cities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.cities-list span, .cities-list strong {
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 233 223 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(26 23 20 / var(--tw-text-opacity, 1));
  font-size: 0.85rem;
  padding: 11px 16px;
}

/* ---------- Generic WP page content (np. Polityka prywatności, Regulamin) ---------- */

.entry-content > * + * {
  margin-top: var(--space-3);
}

.entry-content h2 {
  margin-top: 40px;
}

.entry-content h3 {
  margin-top: 28px;
}

.entry-content ul, .entry-content ol {
  padding-left: 1.4em;
}

.entry-content ul {
  list-style: disc;
}

.entry-content ol {
  list-style: decimal;
}

.entry-content ul ul, .entry-content ol ol, .entry-content ul ol, .entry-content ol ul {
  margin-top: 4px;
}

.entry-content li {
  margin-bottom: 6px;
}

.entry-content li::marker {
  color: #c0562a;
}

.entry-content a {
  --tw-text-opacity: 1;
  color: rgb(192 86 42 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 3px;
}

.entry-content strong {
  font-weight: 700;
}

.entry-content blockquote {
  border-left-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(26 23 20 / var(--tw-border-opacity, 1));
  padding-left: 16px;
  font-style: italic;
  color: var(--color-label);
}

/* ---------- Footer ---------- */

.footer-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(26 23 20 / var(--tw-bg-opacity, 1));
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* ---------- Sidebar / split block ---------- */

.page-with-sidebar {
  display: block;
}

@media (min-width: 1024px) {
  .page-with-sidebar {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 48px;
    align-items: start;
  }
}

.split-block {
  display: block;
}

.split-block img {
  width: 100%;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(26 23 20 / var(--tw-border-opacity, 1));
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .split-block {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 48px;
    align-items: center;
  }

  .split-block img {
    height: 420px;
    margin-bottom: 0;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-top-8 {
  top: -2rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.left-6 {
  left: 1.5rem;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[5\] {
  z-index: 5;
}

.z-\[60\] {
  z-index: 60;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-3\.5 {
  margin-top: 0.875rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[16\/11\] {
  aspect-ratio: 16/11;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-5 {
  height: 1.25rem;
}

.h-\[19\.5px\] {
  height: 19.5px;
}

.h-\[22px\] {
  height: 22px;
}

.h-\[38px\] {
  height: 38px;
}

.h-\[660px\] {
  height: 660px;
}

.min-h-\[220px\] {
  min-height: 220px;
}

.min-h-\[380px\] {
  min-height: 380px;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-\[22px\] {
  width: 22px;
}

.w-\[38px\] {
  width: 38px;
}

.max-w-\[620px\] {
  max-width: 620px;
}

.max-w-\[720px\] {
  max-width: 720px;
}

.max-w-\[760px\] {
  max-width: 760px;
}

.max-w-\[820px\] {
  max-width: 820px;
}

.max-w-container {
  max-width: 1440px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.translate-y-\[100\%\] {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.place-items-center {
  place-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-\[9px\] {
  gap: 9px;
}

.rounded-full {
  border-radius: 99px;
}

.border-0 {
  border-width: 0px;
}

.border-\[1\.5px\] {
  border-width: 1.5px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-\[1\.5px\] {
  border-bottom-width: 1.5px;
}

.border-l {
  border-left-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-\[1\.5px\] {
  border-top-width: 1.5px;
}

.border-\[rgba\(245\2c 242\2c 236\2c 0\.5\)\] {
  border-color: rgba(245,242,236,0.5);
}

.border-border {
  border-color: rgba(26, 23, 20, 0.18);
}

.border-border-strong {
  --tw-border-opacity: 1;
  border-color: rgb(26 23 20 / var(--tw-border-opacity, 1));
}

.border-inverse-16 {
  border-color: rgba(245, 242, 236, 0.16);
}

.border-transparent {
  border-color: transparent;
}

.bg-\[rgba\(255\2c 255\2c 255\2c \.4\)\] {
  background-color: rgba(255,255,255,.4);
}

.bg-\[rgba\(26\2c 23\2c 20\2c 0\.95\)\] {
  background-color: rgba(26,23,20,0.95);
}

.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(192 86 42 / var(--tw-bg-opacity, 1));
}

.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(245 242 236 / var(--tw-bg-opacity, 1));
}

.bg-cream-alt {
  --tw-bg-opacity: 1;
  background-color: rgb(239 233 223 / var(--tw-bg-opacity, 1));
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(26 23 20 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[14px\] {
  padding: 14px;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}

.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-0 {
  padding-left: 0px;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-\[22px\] {
  padding-top: 22px;
}

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

.font-\[\'Archivo\'\2c _\'Helvetica_Neue\'\2c Arial\2c sans-serif\] {
  font-family: 'Archivo', 'Helvetica Neue',Arial,sans-serif;
}

.font-\[\'Karla\'\2c _\'Helvetica_Neue\'\2c Arial\2c sans-serif\] {
  font-family: 'Karla', 'Helvetica Neue',Arial,sans-serif;
}

.font-heading {
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[0\.75rem\] {
  font-size: 0.75rem;
}

.text-\[0\.7rem\] {
  font-size: 0.7rem;
}

.text-\[0\.85rem\] {
  font-size: 0.85rem;
}

.text-\[0\.8rem\] {
  font-size: 0.8rem;
}

.text-\[0\.95rem\] {
  font-size: 0.95rem;
}

.text-\[1\.05rem\] {
  font-size: 1.05rem;
}

.text-\[1\.1rem\] {
  font-size: 1.1rem;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[clamp\(1\.7rem\2c 3\.5vw\2c 2\.4rem\)\] {
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.75\] {
  line-height: 1.75;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[-0\.015em\] {
  letter-spacing: -0.015em;
}

.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}

.tracking-\[-0\.025em\] {
  letter-spacing: -0.025em;
}

.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.tracking-\[-0\.035em\] {
  letter-spacing: -0.035em;
}

.tracking-\[0\.06em\] {
  letter-spacing: 0.06em;
}

.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}

.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}

.text-\[rgba\(245\2c 242\2c 236\2c \.6\)\] {
  color: rgba(245,242,236,.6);
}

.text-\[rgba\(245\2c 242\2c 236\2c \.82\)\] {
  color: rgba(245,242,236,.82);
}

.text-accent {
  --tw-text-opacity: 1;
  color: rgb(192 86 42 / var(--tw-text-opacity, 1));
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(26 23 20 / var(--tw-text-opacity, 1));
}

.text-inverse-45 {
  color: rgba(245, 242, 236, 0.45);
}

.text-inverse-72 {
  color: rgba(245, 242, 236, 0.72);
}

.text-label {
  --tw-text-opacity: 1;
  color: rgb(138 128 116 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.underline {
  text-decoration-line: underline;
}

.underline-offset-\[3px\] {
  text-underline-offset: 3px;
}

.backdrop-blur-\[8px\] {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-\[250ms\] {
  transition-duration: 250ms;
}

.duration-\[600ms\] {
  transition-duration: 600ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\[background\:repeating-linear-gradient\(135deg\2c \#e6e1d6_0_12px\2c \#efe9df_12px_24px\)\] {
  background: repeating-linear-gradient(135deg,#e6e1d6 0 12px,#efe9df 12px 24px);
}

/* ==========================================================================
   Artkomplex - Tailwind migration.
   Tokens (colors / fonts / spacing) live in tailwind.config.js, mapped 1:1
   from the former :root custom properties in assets/css/style.css.

   Most markup was rewritten with plain Tailwind utility classes directly in
   the .php templates. The handful of classes below stay as @layer components
   because either (a) JS (assets/js/main.js) selects them by name and they
   must keep a stable hook class, or (b) they are highly repeated multi-rule
   patterns (buttons, cards, faq, footer) where @apply keeps markup readable.
   ========================================================================== */

.before\:content-\[\'\\260E\'\]::before {
  --tw-content: '\260E';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}

.after\:flex-shrink-0::after {
  content: var(--tw-content);
  flex-shrink: 0;
}

.after\:text-accent::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(192 86 42 / var(--tw-text-opacity, 1));
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:content-\[\'\+\'\]::after {
  --tw-content: '+';
  content: var(--tw-content);
}

.after\:\[background\:linear-gradient\(90deg\2c rgba\(26\2c 23\2c 20\2c \.88\)_0\%\2c rgba\(26\2c 23\2c 20\2c \.55\)_48\%\2c rgba\(26\2c 23\2c 20\2c \.15\)_100\%\)\]::after {
  content: var(--tw-content);
  background: linear-gradient(90deg,rgba(26,23,20,.88) 0%,rgba(26,23,20,.55) 48%,rgba(26,23,20,.15) 100%);
}

.first\:border-t-\[1\.5px\]:first-child {
  border-top-width: 1.5px;
}

.first\:border-border-strong:first-child {
  --tw-border-opacity: 1;
  border-color: rgb(26 23 20 / var(--tw-border-opacity, 1));
}

.last\:border-b-\[1\.5px\]:last-child {
  border-bottom-width: 1.5px;
}

.last\:border-b-border-strong:last-child {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(26 23 20 / var(--tw-border-opacity, 1));
}

.hover\:text-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(192 86 42 / var(--tw-text-opacity, 1));
}

.hover\:opacity-85:hover {
  opacity: 0.85;
}

.group[open] .group-open\:after\:content-\[\'\\2212\'\]::after {
  --tw-content: '\2212';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:h-\[581px\] {
    height: 581px;
  }

  .md\:max-w-\[170px\] {
    max-width: 170px;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:text-start {
    text-align: start;
  }
}

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-\[100px\] {
    top: 100px;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-auto {
    aspect-ratio: auto;
  }

  .lg\:h-\[300px\] {
    height: 300px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:min-h-\[300px\] {
    min-height: 300px;
  }

  .lg\:min-h-\[560px\] {
    min-height: 560px;
  }

  .lg\:w-\[45\%\] {
    width: 45%;
  }

  .lg\:grid-cols-\[1\.15fr_1fr\] {
    grid-template-columns: 1.15fr 1fr;
  }

  .lg\:grid-cols-\[1\.6fr_1fr\] {
    grid-template-columns: 1.6fr 1fr;
  }

  .lg\:grid-cols-\[2fr_1\.2fr_1fr_1fr\] {
    grid-template-columns: 2fr 1.2fr 1fr 1fr;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }
}

.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker {
  display: none;
}

.\[\&\:nth-child\(even\)\]\:pl-6:nth-child(even) {
  padding-left: 1.5rem;
}

.\[\&\:nth-child\(even\)\]\:pr-0:nth-child(even) {
  padding-right: 0px;
}

.\[\&\:nth-last-child\(-n\+2\)\]\:border-b-\[1\.5px\]:nth-last-child(-n+2) {
  border-bottom-width: 1.5px;
}

.\[\&\:nth-last-child\(-n\+2\)\]\:border-border-strong:nth-last-child(-n+2) {
  --tw-border-opacity: 1;
  border-color: rgb(26 23 20 / var(--tw-border-opacity, 1));
}

.\[\&\>div\:first-child\]\:border-l-0>div:first-child {
  border-left-width: 0px;
}

.\[\&\>div\]\:border-b>div {
  border-bottom-width: 1px;
}

.\[\&\>div\]\:border-l>div {
  border-left-width: 1px;
}

.\[\&\>div\]\:border-inverse-16>div {
  border-color: rgba(245, 242, 236, 0.16);
}

.\[\&\>div\]\:p-6>div {
  padding: 1.5rem;
}

.\[\&\>h3\]\:mb-0>h3 {
  margin-bottom: 0px;
}

.\[\&\>iframe\]\:h-full>iframe {
  height: 100%;
}

.\[\&\>iframe\]\:min-h-\[220px\]>iframe {
  min-height: 220px;
}

.\[\&\>iframe\]\:w-full>iframe {
  width: 100%;
}

.\[\&\>iframe\]\:border-0>iframe {
  border-width: 0px;
}

@media (min-width: 1024px) {
  .lg\:\[\&\>iframe\]\:min-h-\[300px\]>iframe {
    min-height: 300px;
  }
}

.\[\&\>img\]\:aspect-square>img {
  aspect-ratio: 1 / 1;
}

.\[\&\>img\]\:object-cover>img {
  -o-object-fit: cover;
     object-fit: cover;
}

.\[\&_a\.is-active\]\:border-accent a.is-active {
  --tw-border-opacity: 1;
  border-color: rgb(192 86 42 / var(--tw-border-opacity, 1));
}

.\[\&_a\.is-active\]\:text-dark a.is-active {
  --tw-text-opacity: 1;
  color: rgb(26 23 20 / var(--tw-text-opacity, 1));
}

.\[\&_a\:hover\]\:border-accent a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(192 86 42 / var(--tw-border-opacity, 1));
}

.\[\&_a\:hover\]\:text-dark a:hover {
  --tw-text-opacity: 1;
  color: rgb(26 23 20 / var(--tw-text-opacity, 1));
}

.\[\&_a\:hover\]\:text-white a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:border-b-2 a {
  border-bottom-width: 2px;
}

.\[\&_a\]\:border-transparent a {
  border-color: transparent;
}

.\[\&_a\]\:pb-1 a {
  padding-bottom: 0.25rem;
}

.\[\&_a\]\:font-heading a {
  font-family: Archivo, Helvetica Neue, Arial, sans-serif;
}

.\[\&_a\]\:text-\[0\.8rem\] a {
  font-size: 0.8rem;
}

.\[\&_a\]\:font-bold a {
  font-weight: 700;
}

.\[\&_a\]\:uppercase a {
  text-transform: uppercase;
}

.\[\&_a\]\:tracking-\[0\.05em\] a {
  letter-spacing: 0.05em;
}

.\[\&_a\]\:text-body a {
  --tw-text-opacity: 1;
  color: rgb(90 81 71 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:text-inverse-60 a {
  color: rgba(245, 242, 236, 0.6);
}

.\[\&_a\]\:text-inverse-72 a {
  color: rgba(245, 242, 236, 0.72);
}

.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}

.\[\&_a\]\:underline-offset-\[3px\] a {
  text-underline-offset: 3px;
}

.\[\&_details\:first-child\]\:border-t-\[1\.5px\] details:first-child {
  border-top-width: 1.5px;
}

.\[\&_details\:first-child\]\:border-border-strong details:first-child {
  --tw-border-opacity: 1;
  border-color: rgb(26 23 20 / var(--tw-border-opacity, 1));
}

.\[\&_details\:last-child\]\:border-b-\[1\.5px\] details:last-child {
  border-bottom-width: 1.5px;
}

.\[\&_details\:last-child\]\:border-border-strong details:last-child {
  --tw-border-opacity: 1;
  border-color: rgb(26 23 20 / var(--tw-border-opacity, 1));
}

.\[\&_details\]\:border-t details {
  border-top-width: 1px;
}

.\[\&_details\]\:border-border details {
  border-color: rgba(26, 23, 20, 0.18);
}

.\[\&_img\]\:block img {
  display: block;
}

.\[\&_img\]\:h-10 img {
  height: 2.5rem;
}

.\[\&_img\]\:w-auto img {
  width: auto;
}

.\[\&_img\]\:mix-blend-multiply img {
  mix-blend-mode: multiply;
}
