@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Marcellus&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap);
@charset "UTF-8";
/*!
Theme Name: lagos-y-volcanes
Theme URI: http://lagos-y-volcanes.local
Author: Kronoscode Team.
Description: Theme for Lagos y Volcanes
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lagos-y-volcanes
Tags: custom-logo, custom-menu, webpack, acf, acf pro
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Variables and mixins.
--------------------------------------------- */
/*————————————————————————————————————————————————————*\
    ●❱ MIXINGS
\*————————————————————————————————————————————————————*/
/** Based in: https://codepen.io/MadeByMike/pen/vNrvdZ?editors=0110 */
/*————————————————————————————————————————————————————*\
    ●❱ SHORTHANDS MIXINS HELPERS
\*————————————————————————————————————————————————————*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
Theme Name: Lagos y Volcanes
Author: Kronoscode Team
Description: Theme tokens for Lagos y Volcanes
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
h1, h2, h3, h4, h5, h6, p {
  margin: 0 !important;
  line-height: normal;
}

/*  |> BREAKPOINTS
——————————————————————————————————————————————————————*/
/*  |> OTHERS
——————————————————————————————————————————————————————*/
:root {
  /*  |> Unit check
  ——————————————————————————————————————————————————————*/
  /*  |> Convert screen sizes for media queries to 'em'
  ——————————————————————————————————————————————————————*/
  /** @see https://zellwk.com/blog/media-query-units/ */
  /** If we use 'rem', we convert them to 'em' */
  /** If we use 'px', we convert them to 'em' */
}
:root {
  --p-container: 1.5rem;
  /*-clean-css ignore:start */
  /*-clean-css ignore:end */
}
@media screen and (min-width: 36em) {
  :root {
    --p-container: calc(8.3333333333vw - 1.5rem);
  }
}
@media screen and (min-width: 90em) {
  :root {
    --p-container: 6rem;
  }
}
:root {
  --max-width-container: 90rem;
  /* ——— Motion */
  --g-trans: 0.35s;
  /* ——— Radius */
  --g-br: 999px;
  --g-br-sm: 8px;
  /* ——— Shadow */
  --g-shadow-gold: 0px 10px 30px 0px rgba(212, 166, 78, 0.25);
  --g-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
  /* ——— Fonts */
  --ff-display: "Marcellus", serif;
  --ff-accent: "Cormorant Garamond", serif;
  --ff-body: "Montserrat", sans-serif;
  --ff-primary: var(--ff-body);
  --ff-secondary: var(--ff-display);
  --body-font-size: 1rem;
  --body-line-height: 1.7;
  /* ——— Brand colors (Figma) */
  --c-bg: #070b09;
  --c-bg-deep: #061b14;
  --c-ink: #0a0d0b;
  --c-cream: #f2ede4;
  --c-cream-80: rgba(242, 237, 228, 0.8);
  --c-cream-78: rgba(242, 237, 228, 0.78);
  --c-cream-72: rgba(242, 237, 228, 0.72);
  --c-cream-40: rgba(242, 237, 228, 0.4);
  --c-cream-18: rgba(242, 237, 228, 0.18);
  --c-cream-08: rgba(242, 237, 228, 0.08);
  --c-cream-04: rgba(242, 237, 228, 0.04);
  --c-gold: #d4a64e;
  --c-gold-dark: #a97b2c;
  --c-gold-light: #f2d27a;
  --c-gold-55: rgba(212, 166, 78, 0.55);
  --c-gold-40: rgba(212, 166, 78, 0.4);
  --c-gold-05: rgba(212, 166, 78, 0.05);
  --c-muted: #9aa39e;
  --grad-gold: linear-gradient(90deg, #a97b2c 0%, #d4a64e 50%, #f2d27a 100%);
  /* Aliases used across the theme */
  --c-primary: var(--c-cream);
  --c-primary-hover: var(--c-gold);
  --c-second: var(--c-gold);
  --c-second-hover: var(--c-gold-light);
  --c-body-bg: var(--c-bg);
  --c-body-primary: var(--c-cream);
  --c-gray: var(--c-muted);
  --c-accent: var(--c-gold);
  --c-accent-hover: var(--c-gold-light);
  /* ——— HR / Mark / Links */
  --hr-color: var(--c-cream-18);
  --hr-opacity: 1;
  --mark-padding: 0.5rem;
  --link-color: var(--c-gold);
  --link-hover-color: var(--c-gold-light);
  /* ——— Font sizes */
  /*  |> Unit check
  ——————————————————————————————————————————————————————*/
  /*  |> Convert screen sizes for media queries to 'em'
  ——————————————————————————————————————————————————————*/
  /** @see https://zellwk.com/blog/media-query-units/ */
  /** If we use 'rem', we convert them to 'em' */
  /** If we use 'px', we convert them to 'em' */
}
:root {
  --fs-n1: 0.6875rem;
  /*-clean-css ignore:start */
  /*-clean-css ignore:end */
}
@media screen and (min-width: 36em) {
  :root {
    --fs-n1: calc(0.1157407407vw + 0.6458333333rem);
  }
}
@media screen and (min-width: 90em) {
  :root {
    --fs-n1: 0.75rem;
  }
}
:root {
  /*  |> Unit check
  ——————————————————————————————————————————————————————*/
  /*  |> Convert screen sizes for media queries to 'em'
  ——————————————————————————————————————————————————————*/
  /** @see https://zellwk.com/blog/media-query-units/ */
  /** If we use 'rem', we convert them to 'em' */
  /** If we use 'px', we convert them to 'em' */
}
:root {
  --fs-base: 0.9375rem;
  /*-clean-css ignore:start */
  /*-clean-css ignore:end */
}
@media screen and (min-width: 36em) {
  :root {
    --fs-base: calc(0.2314814815vw + 0.8541666667rem);
  }
}
@media screen and (min-width: 90em) {
  :root {
    --fs-base: 1.0625rem;
  }
}
:root {
  /*  |> Unit check
  ——————————————————————————————————————————————————————*/
  /*  |> Convert screen sizes for media queries to 'em'
  ——————————————————————————————————————————————————————*/
  /** @see https://zellwk.com/blog/media-query-units/ */
  /** If we use 'rem', we convert them to 'em' */
  /** If we use 'px', we convert them to 'em' */
}
:root {
  --fs-0: 0.8125rem;
  /*-clean-css ignore:start */
  /*-clean-css ignore:end */
}
@media screen and (min-width: 36em) {
  :root {
    --fs-0: calc(0.1157407407vw + 0.7708333333rem);
  }
}
@media screen and (min-width: 90em) {
  :root {
    --fs-0: 0.875rem;
  }
}
:root {
  /*  |> Unit check
  ——————————————————————————————————————————————————————*/
  /*  |> Convert screen sizes for media queries to 'em'
  ——————————————————————————————————————————————————————*/
  /** @see https://zellwk.com/blog/media-query-units/ */
  /** If we use 'rem', we convert them to 'em' */
  /** If we use 'px', we convert them to 'em' */
}
:root {
  --fs-1: 0.875rem;
  /*-clean-css ignore:start */
  /*-clean-css ignore:end */
}
@media screen and (min-width: 36em) {
  :root {
    --fs-1: calc(0.2314814815vw + 0.7916666667rem);
  }
}
@media screen and (min-width: 90em) {
  :root {
    --fs-1: 1rem;
  }
}
:root {
  /*  |> Unit check
  ——————————————————————————————————————————————————————*/
  /*  |> Convert screen sizes for media queries to 'em'
  ——————————————————————————————————————————————————————*/
  /** @see https://zellwk.com/blog/media-query-units/ */
  /** If we use 'rem', we convert them to 'em' */
  /** If we use 'px', we convert them to 'em' */
}
:root {
  --fs-2: 1.125rem;
  /*-clean-css ignore:start */
  /*-clean-css ignore:end */
}
@media screen and (min-width: 36em) {
  :root {
    --fs-2: calc(0.2314814815vw + 1.0416666667rem);
  }
}
@media screen and (min-width: 90em) {
  :root {
    --fs-2: 1.25rem;
  }
}
:root {
  /*  |> Unit check
  ——————————————————————————————————————————————————————*/
  /*  |> Convert screen sizes for media queries to 'em'
  ——————————————————————————————————————————————————————*/
  /** @see https://zellwk.com/blog/media-query-units/ */
  /** If we use 'rem', we convert them to 'em' */
  /** If we use 'px', we convert them to 'em' */
}
:root {
  --fs-3: 1.5rem;
  /*-clean-css ignore:start */
  /*-clean-css ignore:end */
}
@media screen and (min-width: 36em) {
  :root {
    --fs-3: calc(0.6944444444vw + 1.25rem);
  }
}
@media screen and (min-width: 90em) {
  :root {
    --fs-3: 1.875rem;
  }
}
:root {
  /*  |> Unit check
  ——————————————————————————————————————————————————————*/
  /*  |> Convert screen sizes for media queries to 'em'
  ——————————————————————————————————————————————————————*/
  /** @see https://zellwk.com/blog/media-query-units/ */
  /** If we use 'rem', we convert them to 'em' */
  /** If we use 'px', we convert them to 'em' */
}
:root {
  --fs-4: 2rem;
  /*-clean-css ignore:start */
  /*-clean-css ignore:end */
}
@media screen and (min-width: 36em) {
  :root {
    --fs-4: calc(0.9259259259vw + 1.6666666667rem);
  }
}
@media screen and (min-width: 90em) {
  :root {
    --fs-4: 2.5rem;
  }
}
:root {
  /*  |> Unit check
  ——————————————————————————————————————————————————————*/
  /*  |> Convert screen sizes for media queries to 'em'
  ——————————————————————————————————————————————————————*/
  /** @see https://zellwk.com/blog/media-query-units/ */
  /** If we use 'rem', we convert them to 'em' */
  /** If we use 'px', we convert them to 'em' */
}
:root {
  --fs-5: 2.5rem;
  /*-clean-css ignore:start */
  /*-clean-css ignore:end */
}
@media screen and (min-width: 36em) {
  :root {
    --fs-5: calc(1.8518518519vw + 1.8333333333rem);
  }
}
@media screen and (min-width: 90em) {
  :root {
    --fs-5: 3.5rem;
  }
}
:root {
  /*  |> Unit check
  ——————————————————————————————————————————————————————*/
  /*  |> Convert screen sizes for media queries to 'em'
  ——————————————————————————————————————————————————————*/
  /** @see https://zellwk.com/blog/media-query-units/ */
  /** If we use 'rem', we convert them to 'em' */
  /** If we use 'px', we convert them to 'em' */
}
:root {
  --fs-6: 3rem;
  /*-clean-css ignore:start */
  /*-clean-css ignore:end */
}
@media screen and (min-width: 36em) {
  :root {
    --fs-6: calc(4.8611111111vw + 1.25rem);
  }
}
@media screen and (min-width: 90em) {
  :root {
    --fs-6: 5.625rem;
  }
}
:root {
  /*  |> Unit check
  ——————————————————————————————————————————————————————*/
  /*  |> Convert screen sizes for media queries to 'em'
  ——————————————————————————————————————————————————————*/
  /** @see https://zellwk.com/blog/media-query-units/ */
  /** If we use 'rem', we convert them to 'em' */
  /** If we use 'px', we convert them to 'em' */
}
:root {
  --fs-hero: 2.75rem;
  /*-clean-css ignore:start */
  /*-clean-css ignore:end */
}
@media screen and (min-width: 36em) {
  :root {
    --fs-hero: calc(5.5555555556vw + 0.75rem);
  }
}
@media screen and (min-width: 90em) {
  :root {
    --fs-hero: 5.75rem;
  }
}
:root {
  /*  |> Unit check
  ——————————————————————————————————————————————————————*/
  /*  |> Convert screen sizes for media queries to 'em'
  ——————————————————————————————————————————————————————*/
  /** @see https://zellwk.com/blog/media-query-units/ */
  /** If we use 'rem', we convert them to 'em' */
  /** If we use 'px', we convert them to 'em' */
}
:root {
  --hg-navbar: 72px;
  /*-clean-css ignore:start */
  /*-clean-css ignore:end */
}
@media screen and (min-width: 36em) {
  :root {
    --hg-navbar: calc(2.7777777778vw + 56px);
  }
}
@media screen and (min-width: 90em) {
  :root {
    --hg-navbar: 96px;
  }
}
:root {
  /* ——— Spacing */
  /*  |> Unit check
  ——————————————————————————————————————————————————————*/
  /*  |> Convert screen sizes for media queries to 'em'
  ——————————————————————————————————————————————————————*/
  /** @see https://zellwk.com/blog/media-query-units/ */
  /** If we use 'rem', we convert them to 'em' */
  /** If we use 'px', we convert them to 'em' */
}
:root {
  --sp-16: 1rem;
  /*-clean-css ignore:start */
  /*-clean-css ignore:end */
}
@media screen and (min-width: 36em) {
  :root {
    --sp-16: calc(0vw + 1rem);
  }
}
@media screen and (min-width: 90em) {
  :root {
    --sp-16: 1rem;
  }
}
:root {
  /*  |> Unit check
  ——————————————————————————————————————————————————————*/
  /*  |> Convert screen sizes for media queries to 'em'
  ——————————————————————————————————————————————————————*/
  /** @see https://zellwk.com/blog/media-query-units/ */
  /** If we use 'rem', we convert them to 'em' */
  /** If we use 'px', we convert them to 'em' */
}
:root {
  --sp-32: 1.5rem;
  /*-clean-css ignore:start */
  /*-clean-css ignore:end */
}
@media screen and (min-width: 36em) {
  :root {
    --sp-32: calc(0.9259259259vw + 1.1666666667rem);
  }
}
@media screen and (min-width: 90em) {
  :root {
    --sp-32: 2rem;
  }
}
:root {
  /*  |> Unit check
  ——————————————————————————————————————————————————————*/
  /*  |> Convert screen sizes for media queries to 'em'
  ——————————————————————————————————————————————————————*/
  /** @see https://zellwk.com/blog/media-query-units/ */
  /** If we use 'rem', we convert them to 'em' */
  /** If we use 'px', we convert them to 'em' */
}
:root {
  --sp-40: 2rem;
  /*-clean-css ignore:start */
  /*-clean-css ignore:end */
}
@media screen and (min-width: 36em) {
  :root {
    --sp-40: calc(0.9259259259vw + 1.6666666667rem);
  }
}
@media screen and (min-width: 90em) {
  :root {
    --sp-40: 2.5rem;
  }
}
:root {
  /*  |> Unit check
  ——————————————————————————————————————————————————————*/
  /*  |> Convert screen sizes for media queries to 'em'
  ——————————————————————————————————————————————————————*/
  /** @see https://zellwk.com/blog/media-query-units/ */
  /** If we use 'rem', we convert them to 'em' */
  /** If we use 'px', we convert them to 'em' */
}
:root {
  --sp-50: 2rem;
  /*-clean-css ignore:start */
  /*-clean-css ignore:end */
}
@media screen and (min-width: 36em) {
  :root {
    --sp-50: calc(2.0833333333vw + 1.25rem);
  }
}
@media screen and (min-width: 90em) {
  :root {
    --sp-50: 3.125rem;
  }
}
:root {
  /*  |> Unit check
  ——————————————————————————————————————————————————————*/
  /*  |> Convert screen sizes for media queries to 'em'
  ——————————————————————————————————————————————————————*/
  /** @see https://zellwk.com/blog/media-query-units/ */
  /** If we use 'rem', we convert them to 'em' */
  /** If we use 'px', we convert them to 'em' */
}
:root {
  --sp-64: 2rem;
  /*-clean-css ignore:start */
  /*-clean-css ignore:end */
}
@media screen and (min-width: 36em) {
  :root {
    --sp-64: calc(3.7037037037vw + 0.6666666667rem);
  }
}
@media screen and (min-width: 90em) {
  :root {
    --sp-64: 4rem;
  }
}
:root {
  /*  |> Unit check
  ——————————————————————————————————————————————————————*/
  /*  |> Convert screen sizes for media queries to 'em'
  ——————————————————————————————————————————————————————*/
  /** @see https://zellwk.com/blog/media-query-units/ */
  /** If we use 'rem', we convert them to 'em' */
  /** If we use 'px', we convert them to 'em' */
}
:root {
  --sp-80: 2.5rem;
  /*-clean-css ignore:start */
  /*-clean-css ignore:end */
}
@media screen and (min-width: 36em) {
  :root {
    --sp-80: calc(4.6296296296vw + 0.8333333333rem);
  }
}
@media screen and (min-width: 90em) {
  :root {
    --sp-80: 5rem;
  }
}
:root {
  /*  |> Unit check
  ——————————————————————————————————————————————————————*/
  /*  |> Convert screen sizes for media queries to 'em'
  ——————————————————————————————————————————————————————*/
  /** @see https://zellwk.com/blog/media-query-units/ */
  /** If we use 'rem', we convert them to 'em' */
  /** If we use 'px', we convert them to 'em' */
}
:root {
  --sp-120: 2.5rem;
  /*-clean-css ignore:start */
  /*-clean-css ignore:end */
}
@media screen and (min-width: 36em) {
  :root {
    --sp-120: calc(9.2592592593vw - 0.8333333333rem);
  }
}
@media screen and (min-width: 90em) {
  :root {
    --sp-120: 7.5rem;
  }
}
:root {
  /*  |> Unit check
  ——————————————————————————————————————————————————————*/
  /*  |> Convert screen sizes for media queries to 'em'
  ——————————————————————————————————————————————————————*/
  /** @see https://zellwk.com/blog/media-query-units/ */
  /** If we use 'rem', we convert them to 'em' */
  /** If we use 'px', we convert them to 'em' */
}
:root {
  --sp-160: 2.5rem;
  /*-clean-css ignore:start */
  /*-clean-css ignore:end */
}
@media screen and (min-width: 36em) {
  :root {
    --sp-160: calc(13.8888888889vw - 2.5rem);
  }
}
@media screen and (min-width: 90em) {
  :root {
    --sp-160: 10rem;
  }
}
@media screen and (max-width: 22.5em) {
  :root {
    --p-container: 1.25rem !important;
  }
}

.container--wrapper {
  max-width: var(--max-width-container);
  padding-inline: var(--p-container);
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* Anchor offset only while the header overlays the page */
.home {
  scroll-padding-top: 6rem;
}
.home [id] {
  scroll-margin-top: 6rem;
}

body {
  background-color: var(--c-bg);
  color: var(--c-cream);
  font-family: var(--ff-body);
}

/* ——— Section animations (builder settings) */
[class*=animation--] {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease, filter 0.6s ease;
}
[class*=animation--].active--animation-no {
  opacity: 1;
  transform: none;
}
[class*=animation--].is-visible {
  opacity: 1;
  transform: none;
}

.animation--fade_in {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.animation--fade_in.is-visible {
  opacity: 1;
}

.animation--slide_up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.animation--slide_up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.animation--slide_left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.animation--slide_left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.animation--slide_right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.animation--slide_right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.animation--zoom_in {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.animation--zoom_in.is-visible {
  opacity: 1;
  transform: scale(1);
}

.animation--rotate_in {
  opacity: 0;
  transform: rotate(-10deg) scale(0.95);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.animation--rotate_in.is-visible {
  opacity: 1;
  transform: rotate(0) scale(1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

body {
  margin: 0;
  font-family: var(--ff-body);
  font-weight: 400;
  line-height: var(--body-line-height);
  font-size: var(--body-font-size);
  color: var(--c-body-primary);
  background-color: var(--c-body-bg);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-rendering: optimizeSpeed;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

hr {
  margin: 1rem 0;
  color: var(--hr-color);
  background-color: currentColor;
  border: 0;
  opacity: var(--hr-opacity);
}

hr:not([size]) {
  height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

mark {
  padding: var(--mark-padding);
  background-color: var(--mark-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--link-color);
  transition-property: color, background, text-decoration-color;
  transition-duration: var(--g-trans);
}
a:hover, a:focus {
  color: var(--link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--ff-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.5rem 0.5rem;
  color: #f2ede4;
  background-color: #070b09;
}
kbd kbd {
  padding: 0;
  font-weight: 400;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
}

th {
  font-weight: 700;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Grid
--------------------------------------------- */
/*————————————————————————————————————————————————————*\
    ●❱ BASIC GRID - By Bootstrap
\*————————————————————————————————————————————————————*/
.container,
.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: var(--max-width-container, 1440px);
}

.row {
  --bs-gutter-x: var(--sp-40);
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/*  |> GUTTERS
——————————————————————————————————————————————————————*/
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-32 {
  --bs-gutter-y: 2rem;
  --bs-gutter-x: 2rem;
}

.gy-32 {
  --bs-gutter-y: var(--sp-32);
}

.gy-40 {
  --bs-gutter-y: var(--sp-40);
}

.gy-24 {
  --bs-gutter-y: 1.5rem;
}

/*————————————————————————————————————————————————————*\
    ●❱ BASIC GRID - By Bootstrap
\*————————————————————————————————————————————————————*/
.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media screen and (min-width: 36.00125em) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 48.00125em) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 64.00125em) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 80.00125em) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 90em) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #f2ede4;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #0a0d0b;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #9aa39e;
  cursor: help;
}

mark,
ins {
  background: rgba(212, 166, 78, 0.2);
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
  background-color: var(--c-primary);
  border: 0;
  height: 1px;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  list-style: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #d4a64e;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #f2d27a;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #d4a64e;
  border-radius: 3px;
  background: #d4a64e;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #f2d27a;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #a97b2c;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #f2ede4;
  border: 1px solid rgba(212, 166, 78, 0.4);
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #f2ede4;
}

select {
  border: 1px solid rgba(212, 166, 78, 0.4);
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 100;
  background: #050706;
  color: var(--c-cream);
}
.home .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(7, 11, 9, 0.85) 0%, rgba(7, 11, 9, 0) 100%);
}
.site-header__container {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  min-height: 6rem;
  border-bottom: 1px solid rgba(242, 237, 228, 0.08);
}
.site-header__brand {
  display: flex;
  align-items: center;
}
.site-header__logo-link {
  display: block;
  line-height: 0;
  text-decoration: none;
}
.site-header__logo {
  display: block;
  width: 2.75rem;
  height: 3.25rem;
  object-fit: contain;
}
.site-header__logo-text {
  font-family: var(--ff-display);
  font-size: 1.125rem;
  color: var(--c-gold);
}
.site-header__nav {
  display: flex;
  justify-content: center;
  min-width: 0;
}
.site-header__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header__menu a {
  font-family: var(--ff-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(242, 237, 228, 0.8);
  line-height: normal;
  transition: color var(--g-trans) ease;
}
.site-header__menu a:hover, .site-header__menu a:focus-visible {
  color: var(--c-cream);
  text-decoration: none;
}
.site-header__menu .current-menu-item > a,
.site-header__menu .current_page_item > a {
  color: var(--c-cream);
}
.site-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
}
.site-header__social {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(212, 166, 78, 0.4);
  background: rgba(242, 237, 228, 0.04);
  color: var(--c-cream);
  text-decoration: none;
  transition: border-color var(--g-trans) ease, background-color var(--g-trans) ease, color var(--g-trans) ease;
}
.site-header__social-link svg {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
}
.site-header__social-link:hover {
  border-color: rgba(212, 166, 78, 0.75);
  background: rgba(242, 237, 228, 0.08);
  color: var(--c-gold);
  text-decoration: none;
}
.site-header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.75rem 1.375rem;
  border-radius: var(--g-br);
  background: var(--grad-gold);
  box-shadow: var(--g-shadow-gold);
  color: var(--c-ink);
  font-family: var(--ff-body);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  line-height: normal;
  white-space: nowrap;
  transition: transform var(--g-trans) ease;
}
.site-header__btn:hover {
  color: var(--c-ink);
  text-decoration: none;
  transform: translateY(-1px);
}
.site-header__btn--drawer {
  width: 100%;
  margin-top: 0.5rem;
}
.site-header__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid rgba(212, 166, 78, 0.4);
  border-radius: 50%;
  background: rgba(242, 237, 228, 0.04);
  cursor: pointer;
}
.site-header__toggle[aria-expanded=true] .site-header__toggle-bar:nth-child(2) {
  transform: translateY(0.35rem) rotate(45deg);
}
.site-header__toggle[aria-expanded=true] .site-header__toggle-bar:nth-child(3) {
  opacity: 0;
}
.site-header__toggle[aria-expanded=true] .site-header__toggle-bar:nth-child(4) {
  transform: translateY(-0.35rem) rotate(-45deg);
}
.site-header__toggle-bar {
  display: block;
  width: 0.9rem;
  height: 1.5px;
  margin-inline: auto;
  background: var(--c-cream);
  transition: transform var(--g-trans) ease, opacity var(--g-trans) ease;
}
.site-header__drawer {
  display: none;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.25rem var(--p-container) 1.75rem;
  background: rgba(7, 11, 9, 0.96);
  border-bottom: 1px solid rgba(242, 237, 228, 0.08);
}
.site-header__drawer:not([hidden]) {
  display: flex;
}
.site-header__drawer-menu {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header__drawer-menu a {
  font-family: var(--ff-body);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(242, 237, 228, 0.85);
}
.site-header__drawer-menu a:hover {
  color: var(--c-cream);
  text-decoration: none;
}
@media (max-width: 64em) {
  .site-header__nav, .site-header__social {
    display: none;
  }
  .site-header__toggle {
    display: inline-flex;
  }
  .site-header__container {
    grid-template-columns: auto 1fr;
  }
  .site-header__actions {
    gap: 0.75rem;
  }
}
@media (max-width: 30em) {
  .site-header__btn:not(.site-header__btn--drawer) {
    display: none;
  }
}

.site-header-drawer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header-drawer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(212, 166, 78, 0.4);
  background: rgba(242, 237, 228, 0.04);
  color: var(--c-cream);
  text-decoration: none;
}
.site-header-drawer__social-link svg {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
}
.site-header-drawer__social-link:hover {
  color: var(--c-gold);
  text-decoration: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer {
  position: relative;
  background: #050706;
  color: var(--c-cream);
  border-top: 1px solid rgba(242, 237, 228, 0.08);
}
.site-footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 9.375rem;
  padding-block: 2.75rem;
}
.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 1.375rem;
  min-width: 0;
}
.site-footer__logo {
  margin: 0;
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.875rem;
}
.site-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-footer__copy {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}
.site-footer__copyright {
  margin: 0 !important;
  font-family: var(--ff-body);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(242, 237, 228, 0.5);
  line-height: normal;
}
.site-footer__tagline {
  margin: 0 !important;
  font-family: var(--ff-accent);
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  color: var(--c-gold);
  line-height: normal;
}
.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid rgba(212, 166, 78, 0.4);
  background: rgba(242, 237, 228, 0.04);
  color: var(--c-cream);
  text-decoration: none;
  transition: border-color var(--g-trans) ease, background-color var(--g-trans) ease, color var(--g-trans) ease;
}
.site-footer__social-link svg {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
}
.site-footer__social-link:hover {
  border-color: rgba(212, 166, 78, 0.75);
  background: rgba(242, 237, 228, 0.08);
  color: var(--c-gold);
  text-decoration: none;
}
@media (max-width: 48em) {
  .site-footer__container {
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    padding-block: 2.25rem;
    gap: 1.75rem;
  }
  .site-footer__social {
    justify-content: flex-start;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Blocks
--------------------------------------------- */
.cp-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: var(--c-bg);
  color: var(--c-cream);
  overflow: hidden;
}
.cp-hero__slider {
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.cp-hero__slide {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
}
.cp-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cp-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cp-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.cp-hero__overlay--left {
  background: linear-gradient(90deg, rgba(7, 11, 9, 0.97) 0%, rgba(7, 11, 9, 0.82) 42%, rgba(6, 27, 20, 0.35) 100%);
}
.cp-hero__overlay--vertical {
  background: linear-gradient(180deg, rgba(7, 11, 9, 0.75) 0%, rgba(7, 11, 9, 0) 18%, rgba(7, 11, 9, 0) 72%, rgb(7, 11, 9) 100%);
}
.cp-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: center;
  gap: var(--sp-40);
  max-width: var(--max-width-container);
  min-height: inherit;
  margin: 0 auto;
  padding: 52px var(--p-container) 30px;
  overflow: visible;
}
.cp-hero__content {
  max-width: 42rem;
  min-width: 0;
  overflow: visible;
}
.cp-hero__eyebrow {
  margin: 0 0 1rem !important;
  font-family: var(--ff-body);
  font-size: var(--fs-n1);
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--c-gold);
}
.cp-hero__title {
  margin: 0 !important;
  font-family: var(--ff-display);
  font-size: var(--fs-hero);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: var(--c-cream);
  overflow: visible;
}
.cp-hero__title-line {
  display: inline-block;
  max-width: none;
  padding-right: 0.12em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.cp-hero__title-line--gold {
  background-image: var(--grad-gold);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.cp-hero__subtitle {
  margin: 1.25rem 0 0 !important;
  font-family: var(--ff-accent);
  font-size: var(--fs-3);
  font-style: italic;
  font-weight: 400;
  color: var(--c-gold);
}
.cp-hero__description {
  margin: 1.25rem 0 0 !important;
  max-width: 31rem;
  font-family: var(--ff-body);
  font-size: var(--fs-base);
  font-weight: 300;
  line-height: 1.7;
  color: var(--c-cream-78);
}
.cp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.875rem;
  margin-top: 2.5rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.cp-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 1.05rem 1.875rem;
  border-radius: var(--g-br);
  font-family: var(--ff-body);
  font-size: var(--fs-0);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
  transition: transform var(--g-trans) ease, box-shadow var(--g-trans) ease, background var(--g-trans) ease, border-color var(--g-trans) ease, color var(--g-trans) ease;
}
.cp-hero__btn:hover {
  text-decoration: none;
}
.cp-hero__btn--primary {
  background: var(--grad-gold);
  color: var(--c-ink);
  box-shadow: var(--g-shadow-gold);
}
.cp-hero__btn--primary:hover {
  color: var(--c-ink);
  transform: translateY(-1px);
}
.cp-hero__btn--secondary {
  border: 1px solid var(--c-gold-55);
  color: var(--c-cream);
  background: transparent;
}
.cp-hero__btn--secondary:hover {
  border-color: var(--c-gold);
  color: var(--c-cream);
}
.cp-hero__btn-icon {
  flex-shrink: 0;
  display: block;
  width: 18px;
  height: 18px;
}
.cp-hero__btn-arrow {
  line-height: 1;
}
.cp-hero__media {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-self: end;
  width: min(100%, 28.75rem);
}
.cp-hero__watch {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cp-hero__watch img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 40px 70px rgba(0, 0, 0, 0.7));
}
.cp-hero__watch-glow {
  display: none;
}
.cp-hero__coordinates {
  position: absolute;
  right: var(--p-container);
  bottom: calc(2.5rem + 50px + 30px);
  z-index: 4;
  margin: 0 !important;
  font-family: var(--ff-body);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--c-gold);
  white-space: nowrap;
  pointer-events: none;
}
.cp-hero__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5rem;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: var(--max-width-container);
  margin: 0 auto;
  padding-inline: var(--p-container);
}
.cp-hero__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  min-width: 0;
}
.cp-hero__thumb {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 13.75rem;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.cp-hero__thumb.is-active .cp-hero__thumb-bar::after {
  opacity: 1;
  transform: scaleX(1);
}
.cp-hero__thumb.is-active .cp-hero__thumb-number {
  color: var(--c-gold);
}
.cp-hero__thumb.is-active .cp-hero__thumb-label {
  color: var(--c-cream);
}
.cp-hero__thumb-bar {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--c-cream-18);
}
.cp-hero__thumb-bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5px;
  width: 55%;
  height: 2px;
  background: var(--grad-gold);
  opacity: 0;
  transform: scaleX(0.4);
  transform-origin: left center;
  transition: opacity var(--g-trans) ease, transform var(--g-trans) ease;
}
.cp-hero__thumb-meta {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.cp-hero__thumb-number {
  font-size: var(--fs-n1);
  font-weight: 500;
  color: var(--c-muted);
  transition: color var(--g-trans) ease;
}
.cp-hero__thumb-label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--c-cream-40);
  transition: color var(--g-trans) ease;
}
.cp-hero__arrows {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}
.cp-hero__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid var(--c-gold-55);
  background: transparent;
  color: var(--c-cream);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background var(--g-trans) ease, color var(--g-trans) ease, border-color var(--g-trans) ease;
}
.cp-hero__arrow--next {
  background: var(--grad-gold);
  border-color: transparent;
  color: var(--c-ink);
}
.cp-hero__arrow:hover {
  border-color: var(--c-gold);
}
@media screen and (max-width: 64em) {
  .cp-hero__inner {
    grid-template-columns: 1fr;
    padding-top: 7.75rem;
    padding-bottom: 30px;
    min-width: 0;
  }
  .cp-hero__media {
    order: -1;
    align-items: center;
    justify-self: center;
    width: min(70%, 20rem);
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  .cp-hero__content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    text-align: center;
  }
  .cp-hero__description {
    margin-inline: auto !important;
  }
  .cp-hero__actions {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.75rem;
  }
  .cp-hero__btn {
    width: 100%;
    padding: 0.95rem 1.25rem;
    letter-spacing: 0.04em;
    white-space: normal;
    text-wrap: balance;
  }
  .cp-hero__controls {
    flex-direction: column;
    align-items: stretch;
    bottom: 1.5rem;
  }
  .cp-hero__coordinates {
    position: static;
    margin-top: 0.75rem !important;
    text-align: center;
    white-space: normal;
    align-self: center;
  }
  .cp-hero__thumbs {
    gap: 1rem;
  }
  .cp-hero__thumb {
    width: calc(50% - 0.5rem);
    flex: 1 1 calc(50% - 0.5rem);
  }
  .cp-hero__arrows {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 36em) {
  .cp-hero__inner {
    padding-top: 7.25rem;
    padding-bottom: 24px;
  }
  .cp-hero__btn {
    gap: 0.5rem;
    padding: 0.875rem 1rem;
    font-size: 0.8125rem;
  }
  .cp-hero__btn-icon {
    width: 16px;
    height: 16px;
  }
  .cp-hero__thumb {
    width: 100%;
    flex-basis: 100%;
  }
}

.cp-brand {
  position: relative;
  width: 100%;
  background-color: var(--c-bg);
  color: var(--c-cream);
  overflow: hidden;
}
.cp-brand__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: var(--max-width-container);
  min-height: 28rem;
  margin: 0 auto;
  padding: 5rem var(--p-container) 4.5rem;
  text-align: center;
}
.cp-brand__initials {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -58%);
  z-index: 0;
  font-family: var(--ff-display);
  font-size: clamp(8rem, 24vw, 21rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: var(--c-gold-05);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}
.cp-brand__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cp-brand__eyebrow {
  margin: 0 0 0.75rem !important;
  font-family: var(--ff-body);
  font-size: var(--fs-n1);
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--c-gold);
}
.cp-brand__title {
  margin: 0 !important;
  font-family: var(--ff-display);
  font-size: clamp(2.5rem, 6.5vw, 5.625rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: var(--c-cream);
}
.cp-brand__title span {
  display: inline;
  background-image: var(--grad-gold);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding-inline: 0.06em;
}
.cp-brand__description {
  margin: 1.5rem 0 0 !important;
  max-width: 43.75rem;
  font-family: var(--ff-body);
  font-size: clamp(1rem, 1.4vw, 1.1875rem);
  font-weight: 300;
  line-height: 1.65;
  color: var(--c-cream-72);
}
.cp-brand::after {
  content: "";
  position: absolute;
  left: var(--p-container);
  right: var(--p-container);
  bottom: 0;
  max-width: calc(var(--max-width-container) - var(--p-container) * 2);
  height: 1px;
  margin-inline: auto;
  background: var(--c-cream-08);
}
@media screen and (max-width: 48em) {
  .cp-brand__inner {
    min-height: 22rem;
    padding: 3.5rem var(--p-container) 3rem;
  }
  .cp-brand__initials {
    transform: translate(-50%, -55%);
  }
  .cp-brand__description {
    margin-top: 1.25rem !important;
  }
}
@media screen and (max-width: 36em) {
  .cp-brand__inner {
    min-height: auto;
    padding: 3rem var(--p-container) 2.5rem;
  }
  .cp-brand__title {
    font-size: clamp(2rem, 11vw, 2.75rem);
  }
}

.cp-essence {
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, var(--c-bg) 0%, var(--c-bg-deep) 100%);
  color: var(--c-cream);
  overflow: hidden;
}
.cp-essence__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
  max-width: var(--max-width-container);
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 6.5rem) var(--p-container);
}
.cp-essence__content {
  min-width: 0;
  max-width: 34rem;
}
.cp-essence__eyebrow {
  margin: 0 0 1rem !important;
  font-family: var(--ff-body);
  font-size: var(--fs-n1);
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--c-gold);
}
.cp-essence__title {
  margin: 0 !important;
  font-family: var(--ff-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--c-cream);
}
.cp-essence__title span {
  background-image: var(--grad-gold);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.cp-essence__description {
  margin: 1.75rem 0 0 !important;
  max-width: 28.75rem;
  font-family: var(--ff-body);
  font-size: var(--fs-base);
  font-weight: 300;
  line-height: 1.75;
  color: rgba(242, 237, 228, 0.75);
}
.cp-essence__quote {
  margin: 1.5rem 0 0 !important;
  max-width: 28.75rem;
  font-family: var(--ff-accent);
  font-size: clamp(1.25rem, 2vw, 1.625rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  color: var(--c-gold);
}
.cp-essence__pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
}
.cp-essence__pillar {
  min-width: 0;
  padding-top: 0.75rem;
  border-top: 1px solid var(--c-gold-40);
}
.cp-essence__pillar-title {
  margin: 0 !important;
  font-family: var(--ff-accent);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--c-cream);
}
.cp-essence__pillar-description {
  margin: 0.5rem 0 0 !important;
  font-family: var(--ff-body);
  font-size: var(--fs-n1);
  font-weight: 400;
  line-height: 1.4;
  color: rgba(242, 237, 228, 0.6);
}
.cp-essence__media {
  position: relative;
  justify-self: end;
  width: min(100%, 41.5rem);
  aspect-ratio: 624/600;
}
.cp-essence__frame {
  position: absolute;
  inset: -1.25rem -1.25rem -1.25rem -1.25rem;
  border: 1px solid rgba(212, 166, 78, 0.3);
  pointer-events: none;
  z-index: 1;
}
.cp-essence__image {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cp-essence__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (max-width: 64em) {
  .cp-essence__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .cp-essence__content {
    max-width: 100%;
  }
  .cp-essence__media {
    justify-self: center;
    width: min(100%, 32rem);
    order: -1;
  }
  .cp-essence__frame {
    inset: -0.75rem;
  }
}
@media screen and (max-width: 48em) {
  .cp-essence__pillars {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .cp-essence__pillar {
    padding-top: 0.875rem;
  }
}
@media screen and (max-width: 36em) {
  .cp-essence__inner {
    padding-block: 3rem;
  }
  .cp-essence__description, .cp-essence__quote {
    max-width: 100%;
  }
  .cp-essence__media {
    width: 100%;
    aspect-ratio: 4/5;
  }
}

.cp-banner {
  position: relative;
  width: 100%;
  min-height: 47.5rem;
  background-color: var(--c-bg);
  color: var(--c-cream);
  overflow: hidden;
}
.cp-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cp-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.cp-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 11, 9, 0.5) 0%, rgba(7, 11, 9, 0.25) 50%, rgba(7, 11, 9, 0.95) 100%);
}
.cp-banner__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  max-width: var(--max-width-container);
  min-height: inherit;
  margin: 0 auto;
  padding: 4rem var(--p-container) 3.5rem;
}
.cp-banner__content {
  min-width: 0;
}
.cp-banner__eyebrow {
  margin: 0 0 0.5rem !important;
  font-family: var(--ff-body);
  font-size: var(--fs-n1);
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--c-gold);
}
.cp-banner__title {
  margin: 0 !important;
  font-family: var(--ff-display);
  font-size: clamp(2.75rem, 9.5vw, 9.5rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--c-cream);
  white-space: nowrap;
}
.cp-banner__description {
  margin: 1.25rem 0 0 !important;
  max-width: 33.75rem;
  font-family: var(--ff-body);
  font-size: var(--fs-base);
  font-weight: 300;
  line-height: 1.7;
  color: rgba(242, 237, 228, 0.85);
}
.cp-banner__coordinates {
  margin: 1.25rem 0 0 !important;
  font-family: var(--ff-body);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--c-gold);
}
@media screen and (max-width: 64em) {
  .cp-banner {
    min-height: 40rem;
  }
  .cp-banner__inner {
    padding-block: 3.5rem 2.5rem;
  }
}
@media screen and (max-width: 36em) {
  .cp-banner {
    min-height: 34rem;
  }
  .cp-banner__inner {
    padding-block: 3rem 2rem;
  }
  .cp-banner__title {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-all;
    font-size: clamp(2.75rem, 15vw, 3.75rem);
  }
  .cp-banner__description {
    max-width: 100%;
  }
}

.cp-product {
  position: relative;
  padding: clamp(4rem, 8vw, 7.5rem) 0;
  background: linear-gradient(180deg, #070b09 0%, #0a120e 100%);
  color: var(--c-cream);
  overflow: hidden;
}
.cp-product::before {
  content: "";
  position: absolute;
  left: 2.5rem;
  top: 7.5rem;
  width: min(45rem, 70vw);
  height: min(45rem, 70vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 33, 26, 0.65) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.cp-product__container {
  position: relative;
  z-index: 1;
}
.cp-product__grid {
  display: grid;
  grid-template-columns: minmax(0, 600fr) minmax(0, 564fr);
  gap: clamp(2rem, 5.8vw, 5.25rem);
  align-items: start;
}
.cp-product__media {
  min-width: 0;
}
.cp-product__stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 600/760;
  width: 100%;
  padding: clamp(2rem, 4vw, 2.5rem) clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(212, 166, 78, 0.18);
  border-radius: 4px;
  background: linear-gradient(180deg, #101a15 0%, #070b09 100%);
  overflow: hidden;
}
.cp-product__sku {
  position: absolute;
  top: 1.125rem;
  left: 1.75rem;
  z-index: 2;
  font-family: var(--ff-body);
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--c-gold);
  line-height: normal;
}
.cp-product__figure {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  max-width: 32.5rem;
}
.cp-product__figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 42.5rem;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.45));
}
.cp-product__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 35.25rem;
  padding-top: 1.875rem;
}
.cp-product__collection {
  margin: 0 0 0.95rem !important;
  font-family: var(--ff-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--c-gold);
  line-height: normal;
}
.cp-product__title {
  margin: 0 !important;
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: clamp(2.75rem, 4.8vw, 4.3125rem);
  line-height: 1.1;
}
.cp-product__title-line {
  display: block;
  color: var(--c-cream);
}
.cp-product__title-line--gold {
  background-image: var(--grad-gold);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding-right: 0.06em;
}
.cp-product__subtitle {
  margin: 0.85rem 0 0 !important;
  font-family: var(--ff-accent);
  font-size: 1.625rem;
  font-style: italic;
  font-weight: 400;
  color: var(--c-gold);
  line-height: normal;
}
.cp-product__description {
  margin: 0.75rem 0 0 !important;
  font-family: var(--ff-body);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(242, 237, 228, 0.75);
}
.cp-product__specs {
  display: flex;
  flex-direction: column;
  margin: 1.75rem 0 0;
  padding: 0;
  border-top: 1px solid rgba(242, 237, 228, 0.1);
}
.cp-product__spec-row {
  display: grid;
  grid-template-columns: minmax(0, 12.5rem) minmax(0, 1fr);
  gap: 1rem;
  align-items: baseline;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(242, 237, 228, 0.1);
}
.cp-product__spec-row dt,
.cp-product__spec-row dd {
  margin: 0;
  line-height: normal;
}
.cp-product__spec-row dt {
  font-family: var(--ff-body);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-muted);
}
.cp-product__spec-row dd {
  font-family: var(--ff-body);
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--c-cream);
}
.cp-product__price-box {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.1fr) minmax(0, 1.35fr);
  gap: 1rem 1.25rem;
  align-items: start;
  margin-top: 1.375rem;
  padding: 1.25rem 1.5rem;
  min-height: 6.875rem;
  border: 1px solid rgba(212, 166, 78, 0.3);
  border-radius: 4px;
  background: rgba(212, 166, 78, 0.06);
}
.cp-product__price-col {
  min-width: 0;
}
.cp-product__price-box-label {
  margin: 0 0 0.35rem !important;
  font-family: var(--ff-body);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-muted);
  line-height: normal;
}
.cp-product__price-box-label--gold {
  color: var(--c-gold);
}
.cp-product__compare {
  margin: 0 !important;
  font-family: var(--ff-body);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--c-muted);
  text-decoration: line-through;
  line-height: normal;
}
.cp-product__price {
  margin: 0 !important;
  font-family: var(--ff-accent);
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 500;
  line-height: 1;
  background-image: var(--grad-gold);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.cp-product__edition-text {
  margin: 0 !important;
  font-family: var(--ff-accent);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--c-cream);
  line-height: normal;
}
.cp-product__deposit {
  margin: 0.35rem 0 0 !important;
  font-family: var(--ff-accent);
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--c-gold);
  line-height: normal;
}
.cp-product__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-top: 1.75rem;
}
.cp-product__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 3.25rem;
  padding: 1.0625rem 1.875rem;
  border-radius: var(--g-br);
  background: var(--grad-gold);
  box-shadow: var(--g-shadow-gold);
  color: var(--c-ink);
  font-family: var(--ff-body);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  line-height: normal;
  transition: transform var(--g-trans) ease, box-shadow var(--g-trans) ease;
}
.cp-product__btn:hover {
  color: var(--c-ink);
  text-decoration: none;
  transform: translateY(-1px);
}
.cp-product__btn-icon {
  flex-shrink: 0;
  display: block;
  width: 18px;
  height: 18px;
}
.cp-product__btn-arrow {
  line-height: 1;
}
.cp-product__payment-note {
  margin: 0 !important;
  max-width: 14.375rem;
  font-family: var(--ff-body);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.35;
  color: rgba(242, 237, 228, 0.55);
}
@media (max-width: 64em) {
  .cp-product__grid {
    grid-template-columns: 1fr;
  }
  .cp-product__info {
    max-width: none;
    padding-top: 0;
  }
  .cp-product__stage {
    max-width: 37.5rem;
    margin: 0 auto;
  }
  .cp-product__price-box {
    grid-template-columns: 1fr 1fr;
  }
  .cp-product__price-col--edition {
    grid-column: 1/-1;
  }
}
@media (max-width: 48em) {
  .cp-product {
    padding: 3.5rem 0;
  }
  .cp-product__spec-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
  .cp-product__price-box {
    grid-template-columns: 1fr;
    padding: 1.15rem 1.25rem;
  }
  .cp-product__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .cp-product__btn {
    width: 100%;
  }
  .cp-product__payment-note {
    max-width: none;
  }
  .cp-product__sku {
    font-size: 1rem;
  }
  .cp-product__subtitle {
    font-size: 1.375rem;
  }
}

.cp-collection {
  position: relative;
  padding: clamp(5rem, 8.5vw, 7.5rem) 0;
  background-color: var(--c-bg);
  color: var(--c-cream);
}
.cp-collection__container {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 5vw, 3.5rem);
}
.cp-collection__header {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
}
.cp-collection__intro {
  max-width: 40rem;
  min-width: 0;
}
.cp-collection__eyebrow {
  margin: 0 0 0.85rem !important;
  font-family: var(--ff-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--c-gold);
  line-height: normal;
}
.cp-collection__title {
  margin: 0 !important;
  font-family: var(--ff-display);
  font-size: clamp(2.5rem, 4.4vw, 3.9375rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--c-cream);
}
.cp-collection__description {
  margin: 0 !important;
  max-width: 23.75rem;
  justify-self: end;
  font-family: var(--ff-body);
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(242, 237, 228, 0.7);
}
.cp-collection__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.cp-collection__card {
  --spot-x: 50%;
  --spot-y: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 35rem;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
.cp-collection__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(14rem circle at var(--spot-x) var(--spot-y), rgba(242, 210, 122, 0.16) 0%, rgba(212, 166, 78, 0.06) 32%, transparent 70%);
  transition: opacity 0.45s ease;
}
.cp-collection__card:hover::before {
  opacity: 1;
}
.cp-collection__permalink {
  position: absolute;
  inset: 0;
  z-index: 4;
}
.cp-collection__card--available {
  border: 1px solid rgba(212, 166, 78, 0.45);
  background: linear-gradient(180deg, #123a2b 0%, #08140f 100%);
}
.cp-collection__card--locked {
  border: 1px solid rgba(212, 166, 78, 0.12);
  background: linear-gradient(180deg, #101412 0%, #070b09 100%);
}
.cp-collection__number {
  position: absolute;
  top: 1.7rem;
  left: 1.75rem;
  z-index: 3;
  font-family: var(--ff-body);
  font-size: 0.6875rem;
  font-weight: 500;
  color: #9aa39e;
  line-height: normal;
}
.cp-collection__badge {
  position: absolute;
  top: 1.45rem;
  right: 1.5rem;
  z-index: 3;
  padding: 0.375rem 0.75rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #a97b2c 0%, #d4a64e 50%, #f2d27a 100%);
  font-family: var(--ff-body);
  font-size: 0.6875rem;
  font-weight: 600;
  color: #0a0d0b;
  line-height: normal;
}
.cp-collection__media {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22rem;
  padding: 2.5rem 3rem 0.5rem;
  box-sizing: border-box;
}
.cp-collection__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18.75rem;
  height: 18.75rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(212, 166, 78, 0.18) 0%, rgba(212, 166, 78, 0) 70%);
  pointer-events: none;
}
.cp-collection__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 18.75rem;
  height: 100%;
  max-height: 18.75rem;
  object-fit: contain;
}
.cp-collection__card--locked .cp-collection__image {
  filter: blur(7px);
  opacity: 0.55;
  pointer-events: none;
  user-select: none;
}
.cp-collection__lock {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  background: linear-gradient(180deg, rgba(7, 11, 9, 0.1) 0%, rgba(7, 11, 9, 0.3) 62%, rgba(7, 11, 9, 0.55) 100%);
  pointer-events: none;
}
.cp-collection__lock-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  border: 1px solid rgba(212, 166, 78, 0.5);
  border-radius: 50%;
  background: rgba(7, 11, 9, 0.7);
  color: var(--c-gold);
}
.cp-collection__lock-icon {
  display: block;
}
.cp-collection__lock-label {
  font-family: var(--ff-body);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--c-gold);
}
.cp-collection__body {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding: 1rem 1.75rem 1.75rem;
}
.cp-collection__name {
  margin: 0 !important;
  font-family: var(--ff-display);
  font-size: clamp(1.5rem, 2.2vw, 2.0625rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--c-cream);
}
.cp-collection__card--locked .cp-collection__name {
  color: rgba(242, 237, 228, 0.75);
}
.cp-collection__sku {
  margin: 0.85rem 0 0 !important;
  font-family: var(--ff-body);
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--c-gold);
  line-height: normal;
}
.cp-collection__footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.15rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(242, 237, 228, 0.1);
}
.cp-collection__meta {
  min-width: 0;
  flex: 1 1 auto;
}
.cp-collection__status {
  margin: 0 !important;
  font-family: var(--ff-body);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(242, 237, 228, 0.6);
  line-height: 1.4;
}
.cp-collection__stock {
  margin: 0.35rem 0 0 !important;
  font-family: var(--ff-body);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(212, 166, 78, 0.85);
  line-height: normal;
}
.cp-collection__btn {
  position: relative;
  z-index: 5;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--ff-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.cp-collection__btn--primary {
  padding: 0.625rem 1.125rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #a97b2c 0%, #d4a64e 50%, #f2d27a 100%);
  box-shadow: 0 10px 30px rgba(212, 166, 78, 0.25);
  color: #0a0d0b;
}
.cp-collection__btn--primary:hover, .cp-collection__btn--primary:focus-visible {
  opacity: 0.92;
  outline: none;
}
.cp-collection__btn--ghost {
  padding: 0.55rem 1rem;
  border: 1px solid rgba(242, 237, 228, 0.2);
  border-radius: 999px;
  color: rgba(242, 237, 228, 0.7);
  font-weight: 500;
}
.cp-collection__btn--ghost:hover, .cp-collection__btn--ghost:focus-visible {
  border-color: rgba(212, 166, 78, 0.55);
  color: var(--c-gold);
  outline: none;
}
.cp-collection__btn-arrow {
  line-height: 1;
}
@media (max-width: 64em) {
  .cp-collection__header {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .cp-collection__description {
    justify-self: start;
    max-width: 36rem;
  }
  .cp-collection__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 48em) {
  .cp-collection {
    padding: 4rem 0;
  }
  .cp-collection__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .cp-collection__card {
    min-height: 0;
  }
  .cp-collection__media {
    height: 18rem;
    padding-top: 3.5rem;
  }
  .cp-collection__image {
    max-height: 14rem;
  }
}

.cp-angles {
  position: relative;
  padding: clamp(5rem, 8.5vw, 7.5rem) 0;
  background: linear-gradient(180deg, #070b09 0%, #061b14 100%);
  color: var(--c-cream);
}
.cp-angles__container {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 5vw, 3.75rem);
}
.cp-angles__header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
}
.cp-angles__intro {
  min-width: 0;
  max-width: 35rem;
}
.cp-angles__eyebrow {
  margin: 0 0 0.85rem !important;
  font-family: var(--ff-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--c-gold);
  line-height: normal;
}
.cp-angles__title {
  margin: 0 !important;
  font-family: var(--ff-display);
  font-size: clamp(2.5rem, 4.4vw, 3.9375rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--c-cream);
}
.cp-angles__description {
  margin: 0 !important;
  max-width: 27.5rem;
  justify-self: end;
  font-family: var(--ff-body);
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(242, 237, 228, 0.7);
}
.cp-angles__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
.cp-angles__card {
  position: relative;
  min-width: 0;
  border-radius: 4px;
}
.cp-angles__media {
  position: relative;
  margin: 0;
  aspect-ratio: 612/480;
  border-radius: 4px;
  background: #0a120e;
  overflow: visible;
}
.cp-angles__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cp-angles__caption {
  position: absolute;
  left: 1.5rem;
  right: auto;
  bottom: 1.5rem;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  box-sizing: border-box;
  width: calc(100% - 3rem);
  max-width: 20rem;
  height: auto;
  padding: 0.85rem 1.15rem;
  border: 1px solid rgba(212, 166, 78, 0.25);
  border-radius: 4px;
  background: rgba(7, 11, 9, 0.88);
  overflow: visible;
}
.cp-angles__number {
  flex-shrink: 0;
  padding-top: 0.35rem;
  font-family: var(--ff-body);
  font-size: 0.6875rem;
  font-weight: 500;
  color: var(--c-gold);
  line-height: normal;
}
.cp-angles__caption-copy {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.cp-angles__caption-title {
  margin: 0 !important;
  font-family: var(--ff-accent);
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 400;
  color: var(--c-cream);
  line-height: 1.15;
  overflow-wrap: anywhere;
}
.cp-angles__caption-text {
  margin: 0 !important;
  font-family: var(--ff-body);
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(242, 237, 228, 0.65);
  line-height: 1.35;
  overflow-wrap: anywhere;
  white-space: normal;
}
@media (max-width: 64em) {
  .cp-angles__header {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .cp-angles__description {
    justify-self: start;
    max-width: 36rem;
  }
}
@media (max-width: 48em) {
  .cp-angles {
    padding: 4rem 0;
  }
  .cp-angles__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .cp-angles__caption {
    left: 1rem;
    bottom: 1rem;
    width: calc(100% - 2rem);
    max-width: none;
  }
  .cp-angles__caption-title {
    font-size: 1.25rem;
  }
}

.cp-founder {
  position: relative;
  padding: clamp(4rem, 7vw, 6.25rem) 0 clamp(5rem, 8vw, 7rem);
  background: linear-gradient(180deg, #061b14 0%, #070b09 100%);
  color: var(--c-cream);
  overflow: hidden;
}
.cp-founder::before {
  content: "";
  position: absolute;
  right: -4rem;
  top: 12.5rem;
  width: min(56.25rem, 70vw);
  height: min(43.75rem, 55vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 40, 30, 0.55) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.cp-founder__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 4.5vw, 4.375rem);
}
.cp-founder__quote-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.15rem;
  margin: 0;
  padding: clamp(2.5rem, 5vw, 4.3rem) clamp(1.5rem, 4vw, 5rem);
  min-height: 16.25rem;
  border: 1px solid rgba(212, 166, 78, 0.25);
  background: rgba(7, 11, 9, 0.4);
  text-align: center;
}
.cp-founder__quote {
  margin: 0 !important;
  max-width: 48rem;
  font-family: var(--ff-display);
  font-size: clamp(1.75rem, 3.9vw, 3.5rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  background-image: var(--grad-gold);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.cp-founder__quote-label {
  font-family: var(--ff-body);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(242, 237, 228, 0.55);
  line-height: normal;
}
.cp-founder__profile {
  display: grid;
  grid-template-columns: minmax(0, 440fr) minmax(0, 620fr);
  gap: clamp(2rem, 5.8vw, 5.25rem);
  align-items: start;
}
.cp-founder__media {
  margin: 0;
  width: 100%;
  max-width: 27.5rem;
  aspect-ratio: 440/520;
  border-radius: 4px;
  background: #0a120e;
  overflow: hidden;
}
.cp-founder__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cp-founder__info {
  min-width: 0;
  max-width: 38.75rem;
  padding-top: 1.875rem;
}
.cp-founder__eyebrow {
  margin: 0 0 0.75rem !important;
  font-family: var(--ff-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--c-gold);
  line-height: normal;
}
.cp-founder__name {
  margin: 0 !important;
  font-family: var(--ff-display);
  font-size: clamp(2.75rem, 4.6vw, 4.125rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--c-cream);
}
.cp-founder__role {
  margin: 0.65rem 0 0 !important;
  font-family: var(--ff-accent);
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  color: var(--c-gold);
  line-height: normal;
}
.cp-founder__bio {
  margin: 1.5rem 0 0 !important;
  font-family: var(--ff-accent);
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(242, 237, 228, 0.88);
}
@media (max-width: 64em) {
  .cp-founder__profile {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .cp-founder__media {
    max-width: 28rem;
    margin: 0 auto;
  }
  .cp-founder__info {
    max-width: none;
    padding-top: 0;
    text-align: center;
  }
  .cp-founder__bio {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
  }
}
@media (max-width: 48em) {
  .cp-founder {
    padding: 3.5rem 0 4.5rem;
  }
  .cp-founder__quote-box {
    min-height: 0;
    padding: 2rem 1.25rem;
  }
  .cp-founder__role, .cp-founder__bio {
    font-size: 1.25rem;
  }
}

.cp-cta {
  position: relative;
  padding: clamp(4.5rem, 8vw, 6.25rem) 0 clamp(5rem, 9vw, 7rem);
  background: linear-gradient(180deg, #070b09 0%, #061b14 50%, #070b09 100%);
  color: var(--c-cream);
  overflow: hidden;
  text-align: center;
}
.cp-cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 3.75rem;
  width: min(50rem, 90vw);
  height: min(40rem, 70vw);
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 40, 30, 0.55) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.cp-cta__container {
  position: relative;
  z-index: 1;
}
.cp-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cp-cta__logo {
  margin: 0 0 clamp(2rem, 3.5vw, 2.5rem);
  width: min(25rem, 70vw);
  max-height: 10rem;
}
.cp-cta__logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 10rem;
  margin: 0 auto;
  object-fit: contain;
}
.cp-cta__title {
  margin: 0 !important;
  font-family: var(--ff-display);
  font-size: clamp(2.25rem, 5vw, 4.3125rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--c-cream);
}
.cp-cta__description {
  margin: clamp(1.25rem, 2.5vw, 2.75rem) 0 0 !important;
  max-width: 35rem;
  font-family: var(--ff-body);
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(242, 237, 228, 0.75);
}
.cp-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: clamp(1.75rem, 3vw, 2.75rem);
  min-height: 3.25rem;
  padding: 1.0625rem 1.875rem;
  border-radius: var(--g-br);
  background: var(--grad-gold);
  box-shadow: var(--g-shadow-gold);
  color: var(--c-ink);
  font-family: var(--ff-body);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  line-height: normal;
  transition: transform var(--g-trans) ease, box-shadow var(--g-trans) ease;
}
.cp-cta__btn:hover {
  color: var(--c-ink);
  text-decoration: none;
  transform: translateY(-1px);
}
.cp-cta__btn-icon {
  flex-shrink: 0;
  display: block;
  width: 18px;
  height: 18px;
}
.cp-cta__btn-arrow {
  line-height: 1;
}
.cp-cta__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin: clamp(1.75rem, 3vw, 3rem) 0 0;
  padding: 0;
  list-style: none;
}
.cp-cta__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  border: 1px solid rgba(212, 166, 78, 0.4);
  background: rgba(242, 237, 228, 0.04);
  color: var(--c-cream);
  text-decoration: none;
  transition: border-color var(--g-trans) ease, background-color var(--g-trans) ease, color var(--g-trans) ease;
}
.cp-cta__social-link svg {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
}
.cp-cta__social-link:hover {
  border-color: rgba(212, 166, 78, 0.75);
  background: rgba(242, 237, 228, 0.08);
  color: var(--c-gold);
  text-decoration: none;
}
@media (max-width: 48em) {
  .cp-cta {
    padding: 3.5rem 0 4.5rem;
  }
  .cp-cta__description {
    font-size: 1rem;
  }
  .cp-cta__btn {
    width: 100%;
    max-width: 20rem;
  }
}

.cp-volcano-behind {
  position: relative;
  width: 100%;
  min-height: 38.75rem;
  background-color: var(--c-bg);
  color: var(--c-cream);
  overflow: hidden;
}
.cp-volcano-behind__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cp-volcano-behind__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cp-volcano-behind__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(7, 11, 9, 0.95) 0%, rgba(7, 11, 9, 0.6) 55%, rgba(7, 11, 9, 0.2) 100%);
}
.cp-volcano-behind__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-block: clamp(4rem, 8vw, 9.375rem);
}
.cp-volcano-behind__content {
  min-width: 0;
}
.cp-volcano-behind__eyebrow {
  margin: 0 0 0.85rem !important;
  font-family: var(--ff-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--c-gold);
  line-height: normal;
}
.cp-volcano-behind__title {
  margin: 0 !important;
  font-family: var(--ff-display);
  font-size: clamp(3.5rem, 7vw, 5.5rem);
  font-weight: 400;
  line-height: 1.05;
  color: var(--c-cream);
}
.cp-volcano-behind__description {
  margin: 1.35rem 0 0 !important;
  font-family: var(--ff-body);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(242, 237, 228, 0.85);
}
.cp-volcano-behind__stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 1.875rem);
  margin: 2.75rem 0 0;
  padding: 0;
  list-style: none;
}
.cp-volcano-behind__stat {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 10rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(212, 166, 78, 0.5);
}
.cp-volcano-behind__stat-value {
  font-family: var(--ff-display);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--c-cream);
}
.cp-volcano-behind__stat-label {
  font-family: var(--ff-body);
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(242, 237, 228, 0.6);
  line-height: normal;
}
@media (max-width: 48em) {
  .cp-volcano-behind {
    min-height: 0;
  }
  .cp-volcano-behind__overlay {
    background: linear-gradient(180deg, rgba(7, 11, 9, 0.55) 0%, rgba(7, 11, 9, 0.85) 45%, rgba(7, 11, 9, 0.96) 100%);
  }
  .cp-volcano-behind__inner {
    align-items: flex-end;
    padding-block: 3.5rem 2.5rem;
  }
  .cp-volcano-behind__stats {
    gap: 1.25rem;
  }
  .cp-volcano-behind__stat {
    min-width: calc(50% - 0.75rem);
    flex: 1 1 calc(50% - 0.75rem);
  }
}

.cp-product-details {
  position: relative;
  padding: clamp(5rem, 8vw, 6.875rem) 0;
  background: linear-gradient(180deg, #070b09 0%, #061b14 100%);
  color: var(--c-cream);
}
.cp-product-details__container {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 4vw, 3.25rem);
}
.cp-product-details__header {
  max-width: 40rem;
}
.cp-product-details__eyebrow {
  margin: 0 0 0.85rem !important;
  font-family: var(--ff-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--c-gold);
  line-height: normal;
}
.cp-product-details__title {
  margin: 0 !important;
  font-family: var(--ff-display);
  font-size: clamp(2.5rem, 4.4vw, 3.5rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--c-cream);
}
.cp-product-details__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  min-height: 28.75rem;
}
.cp-product-details__card {
  position: relative;
  min-width: 0;
  min-height: 0;
  border-radius: 4px;
}
.cp-product-details__card--featured {
  grid-row: 1/span 2;
}
.cp-product-details__media {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 13.625rem;
  border-radius: 4px;
  background: #0a120e;
  overflow: hidden;
}
.cp-product-details__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cp-product-details__card--featured .cp-product-details__media {
  min-height: 28.75rem;
}
.cp-product-details__caption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  box-sizing: border-box;
  width: calc(100% - 2rem);
  max-width: 18.75rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(212, 166, 78, 0.25);
  border-radius: 4px;
  background: rgba(7, 11, 9, 0.78);
}
.cp-product-details__number {
  flex-shrink: 0;
  padding-top: 0.2rem;
  font-family: var(--ff-body);
  font-size: 0.625rem;
  font-weight: 500;
  color: var(--c-gold);
  line-height: normal;
}
.cp-product-details__caption-copy {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.cp-product-details__caption-title {
  margin: 0 !important;
  font-family: var(--ff-display);
  font-size: 1.0625rem;
  font-weight: 400;
  color: var(--c-cream);
  line-height: 1.2;
}
.cp-product-details__caption-text {
  margin: 0 !important;
  font-family: var(--ff-body);
  font-size: 0.6875rem;
  font-weight: 400;
  color: rgba(242, 237, 228, 0.65);
  line-height: 1.35;
}
@media (max-width: 64em) {
  .cp-product-details__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }
  .cp-product-details__card--featured {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .cp-product-details__card--featured .cp-product-details__media {
    min-height: 22rem;
    aspect-ratio: 700/460;
  }
  .cp-product-details__media {
    aspect-ratio: 524/218;
    height: auto;
  }
}
@media (max-width: 48em) {
  .cp-product-details {
    padding: 4rem 0;
  }
  .cp-product-details__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .cp-product-details__card--featured .cp-product-details__media, .cp-product-details__media {
    aspect-ratio: 4/3;
    min-height: 0;
  }
  .cp-product-details__caption {
    max-width: none;
  }
}

.cp-faq {
  position: relative;
  padding: clamp(5rem, 8vw, 6.875rem) 0;
  background-color: var(--c-bg);
  color: var(--c-cream);
}
.cp-faq__container {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}
.cp-faq__intro {
  max-width: 20rem;
}
.cp-faq__eyebrow {
  margin: 0 0 0.85rem !important;
  font-family: var(--ff-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--c-gold);
  line-height: normal;
}
.cp-faq__title {
  margin: 0 !important;
  font-family: var(--ff-display);
  font-size: clamp(2.5rem, 4.4vw, 3.5rem);
  font-weight: 400;
  line-height: 1.08;
  color: var(--c-cream);
}
.cp-faq__description {
  margin: 1.5rem 0 0 !important;
  font-family: var(--ff-body);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(242, 237, 228, 0.65);
}
.cp-faq__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
  padding: 0.8rem 1.35rem;
  border: 1px solid rgba(212, 166, 78, 0.55);
  border-radius: 999px;
  background: transparent;
  color: var(--c-cream);
  font-family: var(--ff-body);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
.cp-faq__btn:hover, .cp-faq__btn:focus-visible {
  border-color: var(--c-gold);
  background: rgba(212, 166, 78, 0.08);
  color: var(--c-gold);
  outline: none;
}
.cp-faq__btn-icon {
  flex-shrink: 0;
}
.cp-faq__btn-arrow {
  line-height: 1;
}
.cp-faq__list {
  border-top: 1px solid rgba(242, 237, 228, 0.15);
}
.cp-faq__item {
  border-bottom: 1px solid rgba(242, 237, 228, 0.15);
}
.cp-faq__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
  padding: 1.35rem 0;
  border: 0;
  background: transparent;
  color: var(--c-cream);
  text-align: left;
  cursor: pointer;
}
.cp-faq__trigger:focus-visible {
  outline: 1px solid var(--c-gold);
  outline-offset: 4px;
}
.cp-faq__question {
  font-family: var(--ff-display);
  font-size: clamp(1.125rem, 1.6vw, 1.3125rem);
  font-weight: 400;
  line-height: 1.25;
}
.cp-faq__icon {
  position: relative;
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
  color: var(--c-gold);
}
.cp-faq__icon::before, .cp-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1.5px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.cp-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cp-faq__item.is-open .cp-faq__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}
.cp-faq__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.cp-faq__panel-inner {
  overflow: hidden;
  min-height: 0;
}
.cp-faq__item.is-open .cp-faq__panel {
  grid-template-rows: 1fr;
}
.cp-faq__answer {
  margin: 0 !important;
  padding: 0 2rem 1.5rem 0;
  max-width: 41.25rem;
  font-family: var(--ff-body);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(242, 237, 228, 0.75);
  opacity: 0;
  transform: translateY(-0.35rem);
  transition: opacity 0.3s ease 0.05s, transform 0.3s ease 0.05s;
}
.cp-faq__item.is-open .cp-faq__answer {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 64em) {
  .cp-faq__container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .cp-faq__intro {
    max-width: 28rem;
  }
}
@media (max-width: 48em) {
  .cp-faq {
    padding: 4rem 0;
  }
  .cp-faq__trigger {
    padding: 1.15rem 0;
    gap: 1rem;
  }
  .cp-faq__answer {
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
.error-404 {
  min-height: 600px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.error-404 .page-title {
  font-family: "Montserrat", sans-serif;
  font-size: 4.5rem;
  text-align: center;
  font-weight: 700;
  color: var(--c-black);
  padding-block-end: 10px;
}
@media (max-width: 768px) {
  .error-404 .page-title {
    font-size: 3rem;
  }
}
.error-404 .page-content .description-error {
  font-family: "Marcellus", serif;
  font-size: 1.5rem;
  color: var(--c-gray);
  text-align: justify;
  font-weight: 400;
  padding-block-end: 15px;
}
.error-404 .page-content form div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.error-404 .page-content form div input[type=text] {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #CAC9C8;
  padding: 8px 12px;
  height: 60px;
}
.error-404 .page-content form div input[type=submit] {
  background-color: black;
  color: white;
  padding: 12px 24px;
  font-family: "Marcellus", serif;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  width: 100%;
}

.reloj-detail {
  position: relative;
  padding: var(--sp-80) 0 var(--sp-64);
  background: var(--c-bg);
  color: var(--c-cream);
}
.reloj-detail__container {
  display: flex;
  flex-direction: column;
  gap: var(--sp-64);
}
.reloj-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: start;
}
.reloj-detail__gallery {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
}
.reloj-detail__stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 660/760;
  width: 100%;
  height: auto;
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 5rem);
  border: 1px solid rgba(212, 166, 78, 0.18);
  border-radius: 6px;
  background: linear-gradient(180deg, #10211a 0%, #070b09 100%);
  overflow: hidden;
}
.reloj-detail__stage::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: min(31.25rem, 76%);
  height: min(31.25rem, 76%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 166, 78, 0.1) 0%, transparent 70%);
  pointer-events: none;
}
.reloj-detail__sku {
  position: absolute;
  top: 1.75rem;
  left: 1.75rem;
  z-index: 2;
  font-family: var(--ff-body);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--c-gold);
  line-height: normal;
}
.reloj-detail__zoom {
  position: absolute;
  top: 1.375rem;
  right: 1.375rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.875rem;
  border: 1px solid rgba(242, 237, 228, 0.15);
  border-radius: var(--g-br);
  background: rgba(7, 11, 9, 0.6);
  color: rgba(242, 237, 228, 0.8);
  font-family: var(--ff-body);
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  transition: border-color var(--g-trans) ease, color var(--g-trans) ease;
}
.reloj-detail__zoom:hover {
  border-color: var(--c-gold-55);
  color: var(--c-cream);
}
.reloj-detail__main {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: 31.25rem;
  max-height: 42.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-in;
}
.reloj-detail__main img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.28));
  transition: opacity 0.25s ease;
}
.reloj-detail__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}
.reloj-detail__thumb {
  position: relative;
  aspect-ratio: 1;
  padding: 0.65rem;
  border: 1px solid rgba(212, 166, 78, 0.15);
  border-radius: 4px;
  background: linear-gradient(180deg, #10211a 0%, #0f1813 100%);
  overflow: hidden;
  cursor: pointer;
  transition: border-color var(--g-trans) ease;
}
.reloj-detail__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
  pointer-events: none;
}
.reloj-detail__thumb.is-active, .reloj-detail__thumb:hover {
  border-color: rgba(212, 166, 78, 0.9);
  border-width: 1.5px;
}
.reloj-detail__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-top: 0.25rem;
}
.reloj-detail__collection {
  margin: 0 0 0.85rem !important;
  font-family: var(--ff-body);
  font-size: var(--fs-n1);
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--c-gold);
}
.reloj-detail__title {
  margin: 0 !important;
  font-family: var(--ff-display);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.01em;
}
.reloj-detail__title-line {
  display: block;
}
.reloj-detail__title-line:first-child {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: var(--c-cream);
}
.reloj-detail__title-line--gold {
  margin-top: 0.1em;
  font-size: clamp(2.75rem, 5.5vw, 4.75rem);
  background-image: var(--grad-gold);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding-right: 0.08em;
}
.reloj-detail__subtitle {
  margin: 1rem 0 0 !important;
  font-family: var(--ff-accent);
  font-size: var(--fs-3);
  font-style: italic;
  font-weight: 400;
  color: var(--c-gold);
}
.reloj-detail__description {
  margin: 1.15rem 0 0 !important;
  max-width: 34rem;
  font-family: var(--ff-body);
  font-size: var(--fs-base);
  font-weight: 300;
  line-height: 1.7;
  color: var(--c-cream-78);
}
.reloj-detail__label {
  margin: 0 0 0.65rem !important;
  font-family: var(--ff-body);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-muted);
  line-height: normal;
}
.reloj-detail__availability, .reloj-detail__pricing {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(242, 237, 228, 0.1);
}
.reloj-detail__availability-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.reloj-detail__availability-head .reloj-detail__label,
.reloj-detail__availability-head .reloj-detail__status {
  margin: 0 !important;
}
.reloj-detail__status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--ff-body);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--c-cream);
  line-height: normal;
}
.reloj-detail__status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #3ecf8e;
  box-shadow: 0 0 0 4px rgba(62, 207, 142, 0.18);
}
.reloj-detail__progress {
  width: 100%;
  height: 6px;
  border-radius: 6px;
  background: rgba(242, 237, 228, 0.08);
  overflow: hidden;
}
.reloj-detail__progress-bar {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--grad-gold);
}
.reloj-detail__stock {
  margin: 0.625rem 0 0 !important;
  font-family: var(--ff-body);
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(242, 237, 228, 0.6);
  line-height: normal;
}
.reloj-detail__price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.75rem 1rem;
}
.reloj-detail__price {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  line-height: 1;
  background-image: var(--grad-gold);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.reloj-detail__compare {
  font-family: var(--ff-body);
  font-size: var(--fs-1);
  color: var(--c-muted);
  text-decoration: line-through;
}
.reloj-detail__savings {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.55rem;
  border-radius: 3px;
  background: var(--c-gold);
  color: var(--c-ink);
  font-family: var(--ff-body);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.reloj-detail__price-note {
  margin: 0.85rem 0 0 !important;
  max-width: 28rem;
  font-family: var(--ff-body);
  font-size: var(--fs-n1);
  font-weight: 400;
  line-height: 1.55;
  color: var(--c-muted);
}
.reloj-detail__options {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr);
  gap: 1rem;
  margin-top: 1.75rem;
}
.reloj-detail__option {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.reloj-detail__option-label {
  font-family: var(--ff-body);
  font-size: var(--fs-n1);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-gold);
}
.reloj-detail__finish {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 3.25rem;
  padding: 0 1rem 0 0.85rem;
  border: 1px solid var(--c-cream-18);
  border-radius: var(--g-br);
  background: rgba(7, 11, 9, 0.55);
}
.reloj-detail__swatch {
  flex-shrink: 0;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  border: 1px solid var(--c-cream-40);
  background: var(--c-gold);
}
.reloj-detail__select {
  flex: 1;
  min-width: 0;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--c-cream);
  font-family: var(--ff-body);
  font-size: var(--fs-0);
  font-weight: 500;
  cursor: pointer;
}
.reloj-detail__select:focus {
  outline: none;
}
.reloj-detail__select option {
  color: var(--c-ink);
}
.reloj-detail__qty {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 3.25rem;
  padding: 0 0.35rem;
  border: 1px solid var(--c-cream-18);
  border-radius: var(--g-br);
  background: rgba(7, 11, 9, 0.55);
}
.reloj-detail__qty-btn {
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--c-cream);
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  transition: color var(--g-trans) ease;
}
.reloj-detail__qty-btn:hover {
  color: var(--c-gold);
}
.reloj-detail__qty-input {
  width: 2.5rem;
  border: 0;
  background: transparent;
  color: var(--c-cream);
  font-family: var(--ff-body);
  font-size: var(--fs-1);
  font-weight: 600;
  text-align: center;
  pointer-events: none;
  -moz-appearance: textfield;
}
.reloj-detail__qty-input::-webkit-outer-spin-button, .reloj-detail__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.reloj-detail__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.reloj-detail__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  min-height: 3.35rem;
  padding: 0.95rem 1.5rem;
  border-radius: var(--g-br);
  font-family: var(--ff-body);
  font-size: var(--fs-0);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform var(--g-trans) ease, box-shadow var(--g-trans) ease, border-color var(--g-trans) ease, color var(--g-trans) ease;
}
.reloj-detail__btn:hover {
  text-decoration: none;
}
.reloj-detail__btn--primary {
  background: var(--grad-gold);
  color: var(--c-ink);
  box-shadow: var(--g-shadow-gold);
}
.reloj-detail__btn--primary:hover {
  color: var(--c-ink);
  transform: translateY(-1px);
}
.reloj-detail__btn--secondary {
  border: 1px solid var(--c-gold-55);
  background: transparent;
  color: var(--c-cream);
}
.reloj-detail__btn--secondary:hover {
  border-color: var(--c-gold);
  color: var(--c-cream);
}
.reloj-detail__btn-icon {
  flex-shrink: 0;
  display: block;
  width: 18px;
  height: 18px;
}
.reloj-detail__btn-arrow {
  line-height: 1;
}
.reloj-detail__quick {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem 1.5rem;
  margin: 1.75rem 0 0;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--c-cream-08);
  list-style: none;
}
.reloj-detail__quick-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
}
.reloj-detail__quick-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}
.reloj-detail__quick-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(72%) sepia(42%) saturate(541%) hue-rotate(5deg) brightness(93%) contrast(88%);
}
.reloj-detail__quick-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.reloj-detail__quick-title {
  font-family: var(--ff-body);
  font-size: var(--fs-n1);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--c-cream);
}
.reloj-detail__quick-text {
  font-family: var(--ff-body);
  font-size: var(--fs-0);
  font-weight: 400;
  color: var(--c-muted);
}
.reloj-detail__highlights {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: 0;
  margin-top: var(--sp-40);
  padding: 3.5rem 0;
  border-top: 1px solid var(--c-cream-08);
  border-bottom: 1px solid var(--c-cream-08);
}
.reloj-detail__highlight {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 0;
  padding-left: 1.75rem;
  border-left: 1px solid rgba(212, 166, 78, 0.25);
}
.reloj-detail__highlight:first-child {
  padding-left: 0;
  border-left: 0;
}
.reloj-detail__highlight-value {
  display: inline-block;
  max-width: 100%;
  font-family: var(--ff-display);
  font-size: clamp(1.625rem, 2.4vw, 2.125rem);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.01em;
  background: linear-gradient(180deg, #f2d27a 0%, #d4a64e 45%, #a97b2c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  white-space: nowrap;
}
.reloj-detail__highlight-label {
  max-width: 12.5rem;
  font-family: var(--ff-body);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.35;
  color: rgba(242, 237, 228, 0.65);
}
.reloj-detail__info {
  margin-top: var(--sp-40);
}
.reloj-detail__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin: 0;
  padding: 0 0 1.35rem;
  border-bottom: 1px solid rgba(242, 237, 228, 0.08);
}
.reloj-detail__tab {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: var(--ff-body);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(242, 237, 228, 0.45);
  cursor: pointer;
  line-height: normal;
}
.reloj-detail__tab.is-active {
  color: var(--c-cream);
}
.reloj-detail__tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.4rem;
  height: 2px;
  background: var(--c-gold);
}
.reloj-detail__panel {
  padding-top: clamp(2rem, 4vw, 3.25rem);
}
.reloj-detail__panel[hidden] {
  display: none;
}
.reloj-detail__specs {
  display: grid;
  grid-template-columns: minmax(16rem, 22rem) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}
.reloj-detail__specs-eyebrow {
  margin: 0 0 1rem !important;
  font-family: var(--ff-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-gold);
}
.reloj-detail__specs-title {
  margin: 0 !important;
  font-family: var(--ff-display);
  font-size: clamp(2rem, 3.4vw, 2.75rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--c-cream);
}
.reloj-detail__specs-note {
  margin: 1.25rem 0 0 !important;
  font-family: var(--ff-accent);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.5;
  color: rgba(242, 237, 228, 0.7);
}
.reloj-detail__includes {
  margin-top: 2rem;
  padding: 1.5rem;
  border: 1px solid rgba(212, 166, 78, 0.28);
}
.reloj-detail__includes-title {
  margin: 0 0 1.15rem !important;
  font-family: var(--ff-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--c-cream);
}
.reloj-detail__includes-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.reloj-detail__includes-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--ff-body);
  font-size: 0.9375rem;
  color: rgba(242, 237, 228, 0.85);
}
.reloj-detail__includes-list img {
  width: 1.125rem;
  height: 1.125rem;
  object-fit: contain;
  flex-shrink: 0;
}
.reloj-detail__spec-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem 2rem;
}
.reloj-detail__spec-group-title {
  margin: 0 0 0.85rem !important;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(242, 237, 228, 0.12);
  font-family: var(--ff-display);
  font-size: 1.375rem;
  font-weight: 400;
  color: #d4a64e;
}
.reloj-detail__spec-rows {
  margin: 0;
}
.reloj-detail__spec-row {
  display: grid;
  grid-template-columns: minmax(6rem, 0.7fr) minmax(0, 1fr);
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(242, 237, 228, 0.08);
}
.reloj-detail__spec-row dt {
  margin: 0;
  font-family: var(--ff-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(242, 237, 228, 0.45);
}
.reloj-detail__spec-row dd {
  margin: 0;
  font-family: var(--ff-body);
  font-size: 0.9375rem;
  color: var(--c-cream);
}
.reloj-detail__spec-row .reloj-detail__spec-pending {
  color: rgba(212, 166, 78, 0.75);
}
.reloj-detail__prose {
  font-family: var(--ff-body);
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(242, 237, 228, 0.82);
}
.reloj-detail__prose > *:first-child {
  margin-top: 0 !important;
}
.reloj-detail__prose > *:last-child {
  margin-bottom: 0 !important;
}
.reloj-detail__prose p {
  margin: 0 0 1.15rem !important;
  line-height: 1.75;
}
.reloj-detail__prose h2,
.reloj-detail__prose h3,
.reloj-detail__prose h4 {
  margin: 2rem 0 0.75rem !important;
  font-family: var(--ff-display);
  font-weight: 400;
  line-height: 1.2;
  color: var(--c-cream);
}
.reloj-detail__prose h2 {
  font-size: clamp(1.75rem, 2.4vw, 2.25rem);
}
.reloj-detail__prose h3 {
  font-size: 1.5rem;
}
.reloj-detail__prose h4 {
  font-size: 1.25rem;
  color: var(--c-gold);
}
.reloj-detail__prose ul,
.reloj-detail__prose ol {
  margin: 0 0 1.25rem;
  padding-left: 0;
  list-style: none;
}
.reloj-detail__prose ul > li {
  position: relative;
  margin: 0 0 0.45rem;
  padding-left: 1.35rem;
}
.reloj-detail__prose ul > li::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.7em;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #d4a64e;
}
.reloj-detail__prose ol {
  counter-reset: prose-ol;
}
.reloj-detail__prose ol > li {
  position: relative;
  margin: 0 0 0.45rem;
  padding-left: 1.5rem;
  counter-increment: prose-ol;
}
.reloj-detail__prose ol > li::before {
  content: counter(prose-ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #d4a64e;
  font-weight: 500;
}
.reloj-detail__prose li {
  margin: 0 0 0.45rem;
}
.reloj-detail__prose strong,
.reloj-detail__prose b {
  font-weight: 600;
  color: var(--c-cream);
}
.reloj-detail__prose em,
.reloj-detail__prose i {
  font-family: var(--ff-accent);
  font-style: italic;
}
.reloj-detail__prose a {
  color: var(--c-gold);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.reloj-detail__prose a:hover {
  color: var(--c-gold-light);
}
.reloj-detail__prose blockquote {
  margin: 1.5rem 0;
  padding-left: 1.25rem;
  border-left: 2px solid rgba(212, 166, 78, 0.55);
  font-family: var(--ff-accent);
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.5;
  color: var(--c-cream);
}
.reloj-detail__prose hr {
  margin: 1.75rem 0;
  border: 0;
  border-top: 1px solid rgba(242, 237, 228, 0.12);
}
.reloj-detail__lightbox {
  padding: 0;
  border: 0;
  background: transparent;
  max-width: min(92vw, 56rem);
}
.reloj-detail__lightbox::backdrop {
  background: rgba(7, 11, 9, 0.88);
}
.reloj-detail__lightbox img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 88vh;
  object-fit: contain;
}
.reloj-detail__lightbox-close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  border: 0;
  background: transparent;
  color: var(--c-cream);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 64em) {
  .reloj-detail__grid {
    grid-template-columns: 1fr;
  }
  .reloj-detail__stage {
    max-width: 37.5rem;
    margin: 0 auto;
  }
  .reloj-detail__highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem 0;
  }
  .reloj-detail__specs, .reloj-detail__spec-groups {
    grid-template-columns: 1fr;
  }
  .reloj-detail__highlight:nth-child(3n+1) {
    padding-left: 0;
    border-left: 0;
  }
}
@media (max-width: 48em) {
  .reloj-detail {
    padding-top: var(--sp-50);
  }
  .reloj-detail__options {
    grid-template-columns: 1fr;
  }
  .reloj-detail__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
  }
  .reloj-detail__thumb {
    padding: 0.45rem;
  }
  .reloj-detail__quick {
    grid-template-columns: 1fr;
  }
  .reloj-detail__tabs {
    gap: 1.25rem 1.5rem;
  }
  .reloj-detail__spec-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
  .reloj-detail__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem 0;
  }
  .reloj-detail__highlight:nth-child(2n+1) {
    padding-left: 0;
    border-left: 0;
  }
  .reloj-detail__title-line--gold {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }
}
@media (max-width: 30em) {
  .reloj-detail__highlights {
    grid-template-columns: 1fr;
    gap: 1.5rem 0;
  }
  .reloj-detail__highlight {
    padding-left: 0;
    border-left: 0;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Vendor
--------------------------------------------- */
@font-face {
  font-family: "swiper-icons";
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*————————————————————————————————————————————————————*\
    ●❱ UTILITIES
\*————————————————————————————————————————————————————*/
.position-relative {
  position: relative !important;
}

.position-static {
  position: static !important;
}

/*  |> ALIGN ELEMENTS WITH FLEX
——————————————————————————————————————————————————————*/
.cent-xy {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cent-x {
  display: flex;
  justify-content: center;
}

.cent-y {
  display: flex;
  align-items: center;
}

/*  |> ACCESIBILITY
——————————————————————————————————————————————————————*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.js-focus-visible .focus-visible {
  outline: 2px solid #e15c59 !important;
}

.js-focus-visible .focus-visible.btn-link {
  display: inline;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.skip-link {
  background: gray;
  padding: 0.8rem;
  width: 100%;
  display: block;
  text-align: center;
  color: black;
  font-size: 1.3rem;
  position: fixed;
  top: 0;
  z-index: 10000;
}
.skip-link:focus-within, .skip-link:focus {
  color: white;
  background: black;
  font-weight: 700;
  text-decoration-color: white;
}

.sr-tooltip-text:not(:focus-visible):not(:focus):not(:hover) .sr-tooltip-text--item {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sr-tooltip-text .sr-tooltip-text--item {
  position: absolute;
  width: max-content;
  transform: translateX(-50%);
  font-size: 14px;
  text-align: left;
  background: black;
  padding: 0.4rem;
  border-radius: 5px;
  bottom: -1.5rem;
  left: 50%;
}

/*————————————————————————————————————————————————————*\
    ●❱ SPACING UTILITIES
\*————————————————————————————————————————————————————*/
.my-32 {
  margin-top: var(--sp-32) !important;
  margin-bottom: var(--sp-32) !important;
}

.my-40 {
  margin-top: var(--sp-40) !important;
  margin-bottom: var(--sp-40) !important;
}

.my-64 {
  margin-top: var(--sp-64) !important;
  margin-bottom: var(--sp-64) !important;
}

.my-80 {
  margin-top: var(--sp-80) !important;
  margin-bottom: var(--sp-80) !important;
}

.my-120 {
  margin-top: var(--sp-120) !important;
  margin-bottom: var(--sp-120) !important;
}

.my-160 {
  margin-top: var(--sp-160) !important;
  margin-bottom: var(--sp-160) !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-32 {
  margin-top: var(--sp-32) !important;
}

.mt-40 {
  margin-top: var(--sp-40) !important;
}

.mt-64 {
  margin-top: var(--sp-64) !important;
}

.mt-80 {
  margin-top: var(--sp-80) !important;
}

.mt-120 {
  margin-top: var(--sp-120) !important;
}

.mt-160 {
  margin-top: var(--sp-160) !important;
}

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

.mb-32 {
  margin-bottom: var(--sp-32) !important;
}

.mb-40 {
  margin-bottom: var(--sp-40) !important;
}

.mb-64 {
  margin-bottom: var(--sp-64) !important;
}

.mb-80 {
  margin-bottom: var(--sp-80) !important;
}

.mb-120 {
  margin-bottom: var(--sp-120) !important;
}

.mb-160 {
  margin-bottom: var(--sp-160) !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.py-32 {
  padding-top: var(--sp-32) !important;
  padding-bottom: var(--sp-32) !important;
}

.py-40 {
  padding-top: var(--sp-40) !important;
  padding-bottom: var(--sp-40) !important;
}

.py-64 {
  padding-top: var(--sp-64) !important;
  padding-bottom: var(--sp-64) !important;
}

.py-80 {
  padding-top: var(--sp-80) !important;
  padding-bottom: var(--sp-80) !important;
}

.py-120 {
  padding-top: var(--sp-120) !important;
  padding-bottom: var(--sp-120) !important;
}

.py-160 {
  padding-top: var(--sp-160) !important;
  padding-bottom: var(--sp-160) !important;
}

.pt-32 {
  padding-top: var(--sp-32) !important;
}

.pt-40 {
  padding-top: var(--sp-40) !important;
}

.pt-64 {
  padding-top: var(--sp-64) !important;
}

.pt-80 {
  padding-top: var(--sp-80) !important;
}

.pt-120 {
  padding-top: var(--sp-120) !important;
}

.pt-160 {
  padding-top: var(--sp-160) !important;
}

.pb-32 {
  padding-bottom: var(--sp-32) !important;
}

.pb-40 {
  padding-bottom: var(--sp-40) !important;
}

.pb-64 {
  padding-bottom: var(--sp-64) !important;
}

.pb-80 {
  padding-bottom: var(--sp-80) !important;
}

.pb-120 {
  padding-bottom: var(--sp-120) !important;
}

.pb-160 {
  padding-bottom: var(--sp-160) !important;
}

/*————————————————————————————————————————————————————*\
    ●❱ DISPLAY
\*————————————————————————————————————————————————————*/
.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

@media screen and (min-width: 36.00125em) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
}
@media screen and (min-width: 48.00125em) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media screen and (min-width: 64.00125em) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media screen and (min-width: 80.00125em) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
@media screen and (max-width: 90em) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
/*————————————————————————————————————————————————————*\
    ●❱ Trim text classes
\*————————————————————————————————————————————————————*/
[class*=trim-text] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trim-text-1 {
  -webkit-line-clamp: 1;
}

.card__title.trim-text-1,
.card__title.trim-text-1 {
  overflow: initial;
  text-overflow: initial;
  -webkit-box-orient: initial;
  display: initial;
}
.card__title.trim-text-1 a,
.card__title.trim-text-1 a {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trim-text-2 {
  -webkit-line-clamp: 2;
}

.card__title.trim-text-2,
.card__title.trim-text-2 {
  overflow: initial;
  text-overflow: initial;
  -webkit-box-orient: initial;
  display: initial;
}
.card__title.trim-text-2 a,
.card__title.trim-text-2 a {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trim-text-3 {
  -webkit-line-clamp: 3;
}

.card__title.trim-text-3,
.card__title.trim-text-3 {
  overflow: initial;
  text-overflow: initial;
  -webkit-box-orient: initial;
  display: initial;
}
.card__title.trim-text-3 a,
.card__title.trim-text-3 a {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trim-text-4 {
  -webkit-line-clamp: 4;
}

.card__title.trim-text-4,
.card__title.trim-text-4 {
  overflow: initial;
  text-overflow: initial;
  -webkit-box-orient: initial;
  display: initial;
}
.card__title.trim-text-4 a,
.card__title.trim-text-4 a {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trim-text-5 {
  -webkit-line-clamp: 5;
}

.card__title.trim-text-5,
.card__title.trim-text-5 {
  overflow: initial;
  text-overflow: initial;
  -webkit-box-orient: initial;
  display: initial;
}
.card__title.trim-text-5 a,
.card__title.trim-text-5 a {
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*————————————————————————————————————————————————————*\
    ●❱ Height classes
\*————————————————————————————————————————————————————*/
:root {
  --height-1: 140px;
  --height-2: 180px;
  --height-3: 200px;
  --height-4: 340px;
  --height-5: 400px;
}

.height-1 {
  height: var(--height-1);
}

.height-2 {
  height: var(--height-2);
}

.height-3 {
  height: var(--height-3);
}

.height-4 {
  height: var(--height-4);
}

.height-5 {
  height: var(--height-5);
}

/*————————————————————————————————————————————————————*\
    ●❱ Font sizes classes
\*————————————————————————————————————————————————————*/
.fs-1 {
  font-size: var(--fs-1);
}

.fs-2 {
  font-size: var(--fs-2);
}

.fs-3 {
  font-size: var(--fs-3);
}

.fs-4 {
  font-size: var(--fs-4);
}

.fs-5 {
  font-size: var(--fs-5);
}

.fs-6 {
  font-size: var(--fs-6);
}

.fs-7 {
  font-size: var(--fs-7);
}

/*————————————————————————————————————————————————————*\
    ●❱ Utilities for layout
\*————————————————————————————————————————————————————*/
.sp-el-y > * + * {
  margin-top: var(--sp-32);
}

.sp-el-y-20 > * + * {
  margin-top: 1.25rem;
}

.pb-g-20 {
  padding-bottom: 1.25rem !important;
}

.pb-g-40 {
  padding-bottom: var(--gap) !important;
}

.mb-g-20 {
  margin-bottom: 1.25rem !important;
}

.mt-g-20 {
  margin-top: 1.25rem !important;
}

.mb-g-40 {
  margin-bottom: var(--gap) !important;
}

.border-b {
  border-bottom: 1px solid var(--c-bk-5);
}

.border-g-b {
  position: relative;
}
.border-g-b::after {
  --size: calc(100% - var(--gap));
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(var(--gap) / 2);
  width: var(--size);
  height: 1px;
  background: var(--c-bk-5);
}

.border-b-ft {
  position: relative;
}
.border-b-ft::after {
  --size: calc(100% - 1.5rem);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.75rem;
  width: var(--size);
  height: 4px;
  background: black;
}

/*————————————————————————————————————————————————————*\
    ●❱ Object position
\*————————————————————————————————————————————————————*/
.img-position-top-left {
  object-position: top left;
}

.img-position-top {
  object-position: top;
}

.img-position-top-right {
  object-position: top right;
}

.img-position-left {
  object-position: left;
}

.img-position-right {
  object-position: right;
}

.img-position-bottom-left {
  object-position: bottom left;
}

.img-position-bottom {
  object-position: bottom;
}

.img-position-bottom-right {
  object-position: bottom right;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #061b14;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #f2ede4;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
