@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
  font-family: "Didot Display";
  src:
    local(""),
    url("../fonts/didot-display.woff2") format("woff2"),
    url("../fonts/didot-display.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Didot Display";
  src:
    local(""),
    url("../fonts/didot-display-demi.woff2") format("woff2"),
    url("../fonts/didot-display-demi.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Didot Display";
  src:
    local(""),
    url("../fonts/didot-display-bold.woff2") format("woff2"),
    url("../fonts/didot-display-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Neue Haas Grotesk";
  src:
    local(""),
    url("../fonts/neue-haas-grot-body-light.woff2") format("woff2"),
    url("../fonts/neue-haas-grot-body-light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Neue Haas Grotesk";
  src:
    local(""),
    url("../fonts/NeueHaasGrotDispRound-46LightItalic.woff2") format("woff2"),
    url("../fonts/NeueHaasGrotDispRound-46LightItalic.woff") format("woff");
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Neue Haas Grotesk";
  src:
    local(""),
    url("../fonts/neue-haas-grot-body-regular.woff2") format("woff2"),
    url("../fonts/neue-haas-grot-body-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: fallback;
}


@font-face {
  font-family: "Haas Grot Disp R 65";
  src:
    local("Haas Grot Disp R 65 Medium"),
    local("HaasGrotDispR-65Medium"),
    url("../fonts/HaasGrotDispR-65Medium.woff2") format("woff2"),
    url("../fonts/HaasGrotDispR-65Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: fallback;
}


@font-face {
  font-family: "Neue Haas Grotesk";
  src:
    local(""),
    url("../fonts/NeueHaasGrotDispRound-56Italic.woff2") format("woff2"),
    url("../fonts/NeueHaasGrotDispRound-56Italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Neue Haas Grotesk";
  src:
    local(""),
    url("../fonts/NeueHaasGrotDispRound-66MediumItalic.woff2") format("woff2"),
    url("../fonts/NeueHaasGrotDispRound-66MediumItalic.woff") format("woff");
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Neue Haas Grotesk";
  src:
    local(""),
    url("../fonts/neue-haas-grot-body-bold.woff2") format("woff2"),
    url("../fonts/neue-haas-grot-body-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Neue Haas Grotesk";
  src:
    local(""),
    url("../fonts/NeueHaasGrotDispRound-76BoldItalic.woff2") format("woff2"),
    url("../fonts/NeueHaasGrotDispRound-76BoldItalic.woff") format("woff");
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: fallback;
}

:root {
  --thecuraline-font-family-display: "Didot Display", Georgia, "Times New Roman", serif;
  --thecuraline-font-family-body: "Neue Haas Grotesk", "Helvetica Neue", Arial, sans-serif;
  --thecuraline-font-family-medium: "Haas Grot Disp R 65", "Helvetica Neue", Arial, sans-serif;
  --thecuraline-content-width: 1020px;
  --thecuraline-content-width-narrow: 700pt;
  --thecuraline-color-primary: #450011;
  --thecuraline-color-background: #f6f0ea;
  --thecuraline-color-light: #ffffff;
  --thecuraline-color-dark: #000000;
  --thecuraline-content-gutter: 48px;
  --thecuraline-line-inline-padding: 90px;
  --thecuraline-space-section: 56px;
  --thecuraline-space-section-mobile: 40px;
  --thecuraline-space-section-inline: 90px;
  --thecuraline-space-button-block: 14px;
  --thecuraline-space-2xs: 40px;
  --thecuraline-space-xs: 20px;
  --thecuraline-space-sm: 33px;
  --thecuraline-space-md: 60px;
  --thecuraline-space-lg: 100px;
  --thecuraline-space-gap-lg: 48px;
  --thecuraline-space-gap-md: 40px;
  --thecuraline-space-gap-pricing: 20px;
  --thecuraline-space-gap-confirmation: 16px;
  --thecuraline-space-gap-confirmation-title: 25px;
  --thecuraline-space-gap-confirmation-actions: 18px;
  --thecuraline-space-confirmation-actions-top: var(--thecuraline-space-gap-confirmation-title);
  --thecuraline-slider-height: 100svh;
  --thecuraline-slider-min-height: 600px;
  --thecuraline-font-weight-regular: 400;
  --thecuraline-font-weight-medium: 500;
  --thecuraline-font-weight-semibold: 700;
  --thecuraline-font-weight-bold: 700;
  --thecuraline-type-size-slider-cta: 14.93pt;
  --thecuraline-type-line-height-slider-cta: 17.92pt;
  --thecuraline-type-size-price-copy: 13pt;
  --thecuraline-type-line-height-price-copy: 14pt;
  --thecuraline-big-body-font: 19pt;
  --thecuraline-footer-big-menu-font: 59pt;
  --thecuraline-type-line-height-big-body-font: 24pt;
  --thecuraline-type-size-footer-heading: 36pt;
  --thecuraline-type-line-height-footer-heading: 28pt;
  --thecuraline-type-main-title-size: 137.85pt;
  --thecuraline-type-main-title-line-height: 165.42pt;
  --thecuraline-type-sub-title-size: 33.15pt;
  --thecuraline-type-slider-title-size: 130.52pt;
  --thecuraline-type-slider-title-line-height: 182.19pt;
  --thecuraline-type-slider-menu-size: 13.52pt;
  --thecuraline-type-slider-menu-line-height: 16.22pt;
  --thecuraline-type-slider-cta-size: var(--thecuraline-type-size-slider-cta);
  --thecuraline-type-slider-cta-line-height: var(--thecuraline-type-line-height-slider-cta);
  --thecuraline-type-leading-body-size: 16pt;
  --thecuraline-type-leading-body-line-height: 19.2pt;
  --thecuraline-type-section-subtitle-size: 33.15pt;
  --thecuraline-type-section-subtitle-line-height: 39.78pt;
  --thecuraline-type-body-size: 14pt;
  --thecuraline-type-body-line-height: 18pt;
  --thecuraline-type-under-construction-title-size: 5.8rem;
  --thecuraline-type-under-construction-title-line-height: 0.95;
  --thecuraline-type-home-slide-title-size: 4.45rem;
  --thecuraline-type-home-slide-title-line-height: 0.97;
  --thecuraline-type-home-side-label-size: 3.6rem;
  --thecuraline-type-home-side-label-line-height: 1;
  --thecuraline-type-entry-title-size: 4rem;
  --thecuraline-type-entry-title-line-height: 1;
  --thecuraline-type-hero-status-size: 1.35rem;
  --thecuraline-type-hero-status-line-height: 1.2;
  --thecuraline-type-utility-display-size: 3rem;
  --thecuraline-type-utility-display-line-height: 1;
  --thecuraline-type-menu-size: 12pt;
  --thecuraline-type-menu-line-height: 14.4pt;
  --thecuraline-type-sidebar-primary-size: 26.2pt;
  --thecuraline-type-sidebar-primary-line-height: 31.44pt;
  --thecuraline-type-price-strong-size: var(--thecuraline-type-size-price-copy);
  --thecuraline-type-price-strong-line-height: var(--thecuraline-type-line-height-price-copy);
  --thecuraline-type-price-body-size: var(--thecuraline-type-size-price-copy);
  --thecuraline-type-price-body-line-height: 17pt;
  --thecuraline-type-price-badge-size: 11.46pt;
  --thecuraline-type-price-badge-line-height: 13.75pt;
  --thecuraline-type-price-cta-size: 11.46pt;
  --thecuraline-type-price-cta-line-height: 13.75pt;
  --thecuraline-type-form-button-size: 16.57pt;
  --thecuraline-type-form-button-line-height: 19.89pt;
  --thecuraline-type-confirmation-title-size: 2.4rem;
  --thecuraline-type-confirmation-title-line-height: 1.1;
  --thecuraline-type-confirmation-body-size: var(--thecuraline-type-body-size);
  --thecuraline-type-confirmation-body-line-height: 1.55;
  --thecuraline-type-confirmation-link-size: 0.92rem;
  --thecuraline-type-confirmation-link-line-height: 1.2;
  --thecuraline-type-footer-logo-size: var(--thecuraline-type-size-footer-heading);
  --thecuraline-type-footer-logo-line-height: var(--thecuraline-type-line-height-footer-heading);
  --thecuraline-type-footer-title-size: var(--thecuraline-type-size-footer-heading);
  --thecuraline-type-footer-title-line-height: var(--thecuraline-type-line-height-footer-heading);
  --thecuraline-type-footer-strong-size: 11pt;
  --thecuraline-type-footer-strong-line-height: 28pt;
  --thecuraline-type-footer-body-size: 7.9pt;
  --thecuraline-type-footer-body-line-height: 28pt;
  --thecuraline-confirmation-card-width: 407px;
  --thecuraline-confirmation-card-padding-block: 42px;
  --thecuraline-confirmation-card-padding-inline: 44px;
  --thecuraline-confirmation-card-radius: 38px;
  --thecuraline-confirmation-color-card: var(--thecuraline-color-primary);
  --thecuraline-confirmation-color-text: var(--thecuraline-color-light);
  --thecuraline-confirmation-color-text-muted: rgba(255, 255, 255, 0.92);
  --thecuraline-confirmation-color-link-muted: rgba(255, 255, 255, 0.74);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--thecuraline-color-dark);
  background: var(--thecuraline-color-light);
  font-family: var(--thecuraline-font-family-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
}

body,
body button,
body input,
body textarea,
body select,
body li,
body td,
body th,
body label,
body span,
body small,
body strong,
body em,
body figcaption {
  font-family: var(--thecuraline-font-family-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
body:not(.single-post) p,
.site-title,
.under-construction__brand-text,
.under-construction__title,
.home-slide__tag,
.home-slide__story h1,
.home-side-label,
.entry-title,
.site-footer__intro h2 {
  font-family: var(--thecuraline-font-family-display);
}

body a:where(:not(.wp-element-button)) {
  color: var(--thecuraline-color-dark);
  text-decoration: none !important;
}

.thecuraline-body-fragment {
  font-family: var(--thecuraline-font-family-body) !important;
}

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

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

.container {
  width: min(calc(100% - var(--thecuraline-content-gutter)), var(--thecuraline-content-width));
  margin: 0 auto;
}

.site-header .container,
.subscribe-bar .container {
  width: min(calc(100% - var(--thecuraline-content-gutter)), var(--thecuraline-content-width));
}

.thecuraline-skip-link {
  position: absolute;
  left: -9999px;
}

.thecuraline-skip-link:focus {
  left: 20px;
  top: 20px;
  z-index: 1000;
  background: #fff;
  padding: 12px 16px;
}

.no-links {
	pointer-events: none !important;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  padding: 24px 0;
  background: linear-gradient(180deg, rgba(244, 233, 223, 0.74), rgba(244, 233, 223, 0));
  backdrop-filter: blur(8px);
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.site-branding {
  position: relative;
  z-index: 2;
}

.custom-logo-link,
.site-title {
  display: inline-flex;
  align-items: center;
  font-family: var(--thecuraline-font-family-display);
  font-size: 1.9rem;
  letter-spacing: -0.04em;
}

.custom-logo {
  max-height: 60px;
  width: auto;
}

.site-nav {
  justify-self: center;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 42px);
  font-family: var(--thecuraline-font-family-body);
  font-size: 1.1rem;
}

.menu-primary a,
.site-circle-button,
.site-search-toggle {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.menu-primary a:hover,
.site-circle-button:hover,
.site-search-toggle:hover {
  opacity: 0.68;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-self: end;
}

.site-search-toggle,
.site-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 0;
}

.site-search-toggle svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.site-circle-button {
  font-family: var(--thecuraline-font-family-body);
  font-size: 1.1rem;
  padding: 12px 18px;
  border: 1px solid rgba(22, 17, 13, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
}

.site-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
}

.site-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
}

.site-content {
  min-height: 100vh;
}

.under-construction__inner {
  padding: 35px;
  margin-left: 70px;
}

.under-construction {
  position: relative;
  height: 100vh;
  display: grid;
  place-items: center;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  align-items: end;
  justify-content: start;
}

.under-construction__backdrop {
  /*  position: absolute;
  inset: 0;
  background:*/
  /*  linear-gradient(180deg, rgba(253, 249, 245, 0.22), rgba(64, 34, 22, 0.2)),*/
  /*  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.12)' stroke-width='1'%3E%3Cpath d='M0 120h240M120 0v240'/%3E%3Cpath d='M40 40h160v160H40z'/%3E%3C/g%3E%3C/svg%3E");*/
  /*opacity: 0.9;*/
}

.under-construction__inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--thecuraline-content-width));
}

.under-construction__eyebrow {
  margin: 0 0 25px;
  color: #450011;
  font-family: var(--thecuraline-font-family-body);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.under-construction__title {
  width: min(100%, 840px);
  margin: 0;
  font-family: var(--thecuraline-font-family-display);
  font-size: var(--thecuraline-type-under-construction-title-size);
  line-height: var(--thecuraline-type-under-construction-title-line-height);
  font-weight: var(--thecuraline-font-weight-regular);
  letter-spacing: -0.05em;
}

.under-construction__intro {
  width: min(100%, 760px);
  margin: 24px 0 0;
  font-size: 1.08rem;
  line-height: 1.8;
}

.under-construction__table-wrap {
  margin-top: 36px;
  overflow-x: auto;
}

.under-construction__table,
#text {
  width: 100%;
  border-collapse: collapse;
}

.under-construction__table td,
#text td {
  padding: 18px 18px 18px 0;
  vertical-align: top;
  border-top: 1px solid rgba(84, 42, 28, 0.16);
  font-size: 1rem;
  line-height: 1.7;
}

.under-construction__table td:first-child,
#text td:first-child {
  width: 240px;
  min-width: 240px;
  font-family: var(--thecuraline-font-family-body);

}

.under-construction__table a,
#text a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.under-construction__footer {
  margin-top: 28px;
  font-family: var(--thecuraline-font-family-body);
  font-size: 0.95rem;
}

.under-construction__footer p {
  margin: 0;
}

.under-construction__footer a {
  color: #450011;
}

.home-hero {
  position: relative;
  padding: 0;
  background: var(--thecuraline-color-light);
}

.home-hero__slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.home .site-header {
  display: none;
}

.home-slide {
  position: relative;
  display: none;
  overflow: clip;
  border: 1px solid rgba(21, 18, 16, 0.85);
  background: var(--thecuraline-color-background);
}

.home-slide.is-active {
  display: block;
}

.home-slide__media-wrap {
  position: relative;
  width: 100%;
}

.home-slide__image {
  display: block;
  width: 100%;
  height: auto;
}

.home-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(246, 240, 234, 0.1), rgba(69, 0, 17, 0.08));
  pointer-events: none;
}

.home-slide__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: clamp(120px, 11vw, 160px) clamp(28px, 4vw, 56px) clamp(120px, 10vw, 170px);
  box-sizing: border-box;
  text-align: center;
}

.home-slide__meta,
.home-slide__story {
  width: min(100%, 900px);
  max-width: 900px;
}

.home-slide__meta {
  margin-bottom: 18px;
  padding-left: 0;
}

.home-slide__tag {
  display: inline-block;
  margin: 0;
  color: var(--thecuraline-color-dark);
  font-size: var(--thecuraline-type-leading-body-size);
  line-height: var(--thecuraline-type-leading-body-line-height);
}

.home-slide__story h1 {
  margin: 0 0 18px;
  font-family: var(--thecuraline-font-family-display);
  font-size: var(--thecuraline-type-home-slide-title-size);
  font-weight: var(--thecuraline-font-weight-regular);
  line-height: var(--thecuraline-type-home-slide-title-line-height);
  letter-spacing: -0.04em;
  color: var(--thecuraline-color-dark);
}

.home-slide__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--thecuraline-color-dark);
  font-family: var(--thecuraline-font-family-body);
  font-size: var(--thecuraline-type-menu-size);
  line-height: var(--thecuraline-type-menu-line-height);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.home-slide__link::after {
  content: "";
  width: 54px;
  height: 1px;
  background: currentColor;
}

.home-slider__controls {
  position: absolute;
  inset: 50% 0 auto;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 4vw, 72px);
  transform: translateY(-50%);
  pointer-events: none;
}

.home-slider__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 0;
  background: transparent;
  color: var(--thecuraline-color-dark);
  cursor: pointer;
  pointer-events: auto;
}

.home-slider__arrow span {
  font-size: 2rem;
  line-height: 1;
}

.home-slider__dots {
  display: none;
}

.single-post .site-header {
  display: none;
}

.single-story-page {
  background: var(--thecuraline-color-light);
}

.single-story-hero {
  position: relative;
  background: var(--thecuraline-color-light);
}

.single-story-hero__stage {
  position: relative;
  min-height: var(--thecuraline-slider-min-height);
  height: var(--thecuraline-slider-height);
  overflow: hidden;
}

.single-story-hero__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.single-story-hero__media--placeholder {
  background: linear-gradient(180deg, rgba(69, 0, 17, 0.2), rgba(21, 18, 16, 0.38));
}

.single-story-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(21, 18, 16, 0.22), rgba(21, 18, 16, 0.42));
}

.single-story-hero__inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 140px var(--thecuraline-line-inline-padding) 90px;
  box-sizing: border-box;
  text-align: center;
}

.single-story-hero__title-wrap {
  width: min(100%, 1320px);
  margin: auto 0;
}

.single-story-hero__title {
  margin: 0;
  color: var(--thecuraline-color-light);
  font-family: var(--thecuraline-font-family-display);
  font-size: clamp(3.4rem, 6vw, 6.8rem);
  line-height: 0.98;
  font-weight: var(--thecuraline-font-weight-regular);
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.single-story-hero__subtitle,
.single-story-hero__byline {
  margin: 0 0 0.75em;
  color: var(--thecuraline-color-light);
  font-family: var(--thecuraline-font-family-sans);
  font-size: 1rem;
  line-height: 1.2;
}

.single-story-hero__subtitle {
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.single-story-hero__byline {
  text-transform: none;
  letter-spacing: 0.02em;
}

.single-story-hero__watch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 54px;
  padding: 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--thecuraline-color-light);
  font-family: var(--thecuraline-font-family-body);
  font-size: var(--thecuraline-type-menu-size);
  line-height: var(--thecuraline-type-menu-line-height);
  font-weight: var(--thecuraline-font-weight-bold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.single-story-hero__controls {
  position: absolute;
  inset: 50% 0 auto;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(24px, 4vw, 78px);
  transform: translateY(-50%);
  pointer-events: none;
}

.single-story-hero__controls .uc-slider-controls__button {
  color: var(--thecuraline-color-light);
  pointer-events: none;
}

.single-story-content {
  background: var(--thecuraline-color-light);
  padding: var(--thecuraline-space-section) 0 var(--thecuraline-space-section-mobile);
}

.single-story-content__header {
  margin-bottom: var(--thecuraline-space-sm);
}

.single-story-content .entry-meta {
  font-family: var(--thecuraline-font-family-body);
  font-size: var(--thecuraline-type-menu-size);
  line-height: var(--thecuraline-type-menu-line-height);
}

.single-story-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  min-height: 100svh;
  background: var(--thecuraline-color-light);
}

.single-story-info__media {
  position: relative;
  min-height: 100svh;
  background: var(--thecuraline-color-background);
}

.single-story-info__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.single-story-info__image--placeholder {
  background: linear-gradient(180deg, rgba(246, 240, 234, 0.8), rgba(69, 0, 17, 0.12));
}

.single-story-info__panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 54px 72px;
  box-sizing: border-box;
}

.single-story-info__grid {
  width: min(100%, 760px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 32px 48px;
  align-items: start;
}

.single-story-info__details {
  display: grid;
  gap: 38px;
  text-align: center;
}

.single-story-info__item {
  display: grid;
  gap: 4px;
}

.single-story-info__label {
  margin: 0;
  font-family: var(--thecuraline-font-family-body);
  font-size: var(--thecuraline-type-leading-body-size);
  line-height: var(--thecuraline-type-leading-body-line-height);
  font-weight: var(--thecuraline-font-weight-bold);
  color: var(--thecuraline-color-dark);
}

.single-story-info__values,
.single-story-info__values a {
  font-family: var(--thecuraline-font-family-body);
  font-size: var(--thecuraline-type-leading-body-size);
  line-height: var(--thecuraline-type-leading-body-line-height);
  font-weight: var(--thecuraline-font-weight-regular);
  color: var(--thecuraline-color-dark);
}

.single-story-info__separator {
  font: inherit;
}

.single-story-info__tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding-top: 2px;
}

.single-story-info__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 18px;
  border: 1px solid rgba(21, 18, 16, 0.5);
  border-radius: 999px;
  font-family: var(--thecuraline-font-family-display);
  font-size: var(--thecuraline-type-body-size);
  line-height: 1;
  white-space: nowrap;
}

.single-story-spec {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(0, 1fr);
  min-height: 100svh;
  background: var(--thecuraline-color-light);
}

.single-story-spec__panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 54px 72px;
  box-sizing: border-box;
}

.single-story-spec__inner {
  width: min(100%, 740px);
}

.single-story-spec__title {
  margin: 0 0 18px;
  color: var(--thecuraline-color-dark);
  font-family: var(--thecuraline-font-family-body);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.02;
  font-weight: var(--thecuraline-font-weight-regular);
  letter-spacing: -0.03em;
}

.single-story-spec__accordion {
  margin: 0;
  border-top: 1px solid rgba(21, 18, 16, 0.45);
  border-bottom: 1px solid rgba(21, 18, 16, 0.45);
}

.single-story-spec__summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 34px 12px 10px;
  cursor: pointer;
  list-style: none;
  border-bottom:1px solid rgba(21, 18, 16, 0.45);
  font-family: var(--thecuraline-font-family-body);
  font-size: var(--thecuraline-type-leading-body-size);
  line-height: var(--thecuraline-type-leading-body-line-height);
  font-weight: var(--thecuraline-font-weight-regular);
}

.single-story-spec__summary::-webkit-details-marker {
  display: none;
}

.single-story-spec__summary::after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--thecuraline-font-family-body);
  font-size: 1.4rem;
  line-height: 1;
  font-weight: var(--thecuraline-font-weight-regular);
}

.single-story-spec__accordion[open] .single-story-spec__summary::after {
  content: "-";
}

.single-story-spec__description {
  overflow: hidden;
  padding: 12px 10px 18px;
  color: rgba(21, 18, 16, 0.76);
  font-family: var(--thecuraline-font-family-body);
  font-size: var(--thecuraline-type-body-size);
  line-height: 1.55;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.32s ease, opacity 0.22s ease, padding-top 0.32s ease, padding-bottom 0.32s ease;
}

.single-story-spec__accordion.is-open .single-story-spec__description,
.single-story-spec__accordion[open] .single-story-spec__description {
  opacity: 1;
}

.single-story-spec__description > * {
  margin: 0 0 16px;
}

.single-story-spec__description > *:last-child {
  margin-bottom: 0;
}

.single-story-spec__meta {
  margin-top: 0;
}

.single-story-spec__row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(21, 18, 16, 0.45);
}

.single-story-spec__meta-label,
.single-story-spec__meta-value,
.single-story-spec__meta-value a,
.single-story-spec__separator {
  color: rgba(21, 18, 16, 0.86);
  font-family: var(--thecuraline-font-family-body);
  font-size: var(--thecuraline-type-body-size);
  line-height: var(--thecuraline-type-body-line-height);
}

.single-story-spec__meta-label {
  font-weight: var(--thecuraline-font-weight-regular);
}

.single-story-spec__meta-value {
  min-width: 0;
}

.single-story-spec__meta-value a {
  text-decoration: none;
}

.single-story-spec__media {
  position: relative;
  min-height: 100svh;
  background: var(--thecuraline-color-background);
}

.single-story-spec__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.single-story-spec__image--placeholder {
  background: linear-gradient(180deg, rgba(246, 240, 234, 0.78), rgba(69, 0, 17, 0.16));
}

.single-story-scroll-hero {
  background: var(--thecuraline-color-light);
}

.single-story-scroll-hero__inner {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 0 var(--thecuraline-line-inline-padding);
  box-sizing: border-box;
  overflow: hidden;
}

.single-story-scroll-hero__image {
  display: block;
  width: auto;
  max-width: min(100%, var(--thecuraline-content-width));
  height: 100svh;
  max-height: 100svh;
  object-fit: contain;
  object-position: center center;
}

.single-story-scroll-hero__image--placeholder {
  width: min(100%, var(--thecuraline-content-width));
  background: linear-gradient(180deg, rgba(246, 240, 234, 0.8), rgba(69, 0, 17, 0.14));
}

.single-story-scroll-hero__indicator {
  position: absolute;
  top: 50%;
  right: 24%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.single-story-scroll-hero__indicator img {
  display: block;
  width: auto;
  height: min(32vh, 240px);
}

.single-story-author {
  position: relative;
  padding: 42px var(--thecuraline-line-inline-padding) 17px;
  background: var(--thecuraline-color-light);
}

.single-story-author::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(calc(100% - (var(--thecuraline-line-inline-padding) * 2)), var(--thecuraline-content-width));
  transform: translateX(-50%);
  border-top: 1px solid rgba(91, 7, 26, 0.45);
}

.single-story-author__inner {
  width: min(100%, var(--thecuraline-content-width));
  margin: 0 auto;
}

.single-story-author__row--primary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px 72px;
  align-items: center;
}

.single-story-author__details {
  display: grid;
  justify-items: center;
  text-align: center;
}

.single-story-author__name,
.single-story-author__text {
  margin: 0 0 var(--thecuraline-space-gap-pricing);
  color: var(--thecuraline-color-dark);
  font-family: var(--thecuraline-font-family-body);
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.15;
}

.single-story-author__name {
  font-weight: var(--thecuraline-font-weight-bold);
}

.single-story-author__text {
  font-weight: var(--thecuraline-font-weight-regular);
}

.single-story-author__text a,
.single-story-author__links a {
  color: var(--thecuraline-color-dark);
}

.single-story-author__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px 54px;
}

.single-story-author__links a {
  font-family: var(--thecuraline-font-family-body);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1.2;
}

.single-story-author__profile {
  display: flex;
  align-items: center;
  gap: 45px;
}

.single-story-author__photo {
  display: block;
  width: 330px;
  max-width: min(42vw, 330px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
}

.single-story-author__photo--placeholder {
  background: linear-gradient(180deg, rgba(246, 240, 234, 0.8), rgba(69, 0, 17, 0.14));
}

.single-story-author__verified {
  margin: 0;
  color: var(--thecuraline-color-primary);
  font-weight: var(--thecuraline-font-weight-medium);
  font-size: var(--thecuraline-type-menu-size);
  font-family: var(--thecuraline-font-family-medium);
  line-height: var(--thecuraline-type-menu-line-height);
}

.single-story-author__row--actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 44px;
  margin-top: 54px;
}

.single-story-author__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(21, 18, 16, 0.55);
  border-radius: 999px;
  font-family: var(--thecuraline-font-family-display);
  font-size: clamp(1.15rem, 1.9vw, 1.7rem);
  line-height: 1;
}

.single-story-author__bookmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 52px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--thecuraline-color-dark);
  cursor: pointer;
}

.single-story-author__bookmark svg {
  display: block;
  width: 28px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.single-story-author__bookmark.is-saved svg {
  fill: currentColor;
}

.single-story-enjoy {
  padding: var(--thecuraline-space-section) var(--thecuraline-line-inline-padding) var(--thecuraline-space-md);
  background: var(--thecuraline-color-light);
}

.single-story-enjoy__inner {
  width: min(100%, var(--thecuraline-content-width));
  margin: 0 auto;
}

.single-story-enjoy__title {
  margin: 0 0 var(--thecuraline-space-md);
  color: var(--thecuraline-color-dark);
  font-family: var(--thecuraline-font-family-display);
  font-size: var(--thecuraline-type-section-subtitle-size);
  line-height: var(--thecuraline-type-section-subtitle-line-height);
  font-weight: var(--thecuraline-font-weight-regular);
  text-align: center;
}

.single-story-enjoy__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.single-story-enjoy__viewport::-webkit-scrollbar {
  display: none;
}

.single-story-enjoy__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 275px;
  gap: var(--thecuraline-space-gap-pricing);
}

.single-story-enjoy__card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
}

.single-story-enjoy__image-link {
  display: block;
}

.single-story-enjoy__image {
  display: block;
  width: 275px;
  height: 330px;
  object-fit: cover;
  object-position: center center;
  background: var(--thecuraline-color-background);
}

.single-story-enjoy__image--placeholder {
  background: linear-gradient(180deg, rgba(246, 240, 234, 0.8), rgba(69, 0, 17, 0.14));
}

.single-story-enjoy__card-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.single-story-enjoy__card-title {
  margin: 0;
  font-family: var(--thecuraline-font-family-body);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.1;
  font-weight: var(--thecuraline-font-weight-regular);
}

.single-story-enjoy__card-title a {
  color: var(--thecuraline-color-dark);
}

.single-story-enjoy__bookmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(21, 18, 16, 0.58);
  cursor: pointer;
}

.single-story-enjoy__bookmark svg {
  display: block;
  width: 18px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.single-story-enjoy__bookmark.is-saved {
  color: var(--thecuraline-color-dark);
}

.single-story-enjoy__bookmark.is-saved svg {
  fill: currentColor;
}

.single-story-enjoy__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.single-story-enjoy__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 14px;
  border: 1px solid rgba(21, 18, 16, 0.42);
  border-radius: 999px;
  font-family: var(--thecuraline-font-family-body);
  font-size: var(--thecuraline-type-body-size);
  line-height: 1;
  color: rgba(21, 18, 16, 0.72);
}

.single-story-enjoy__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: var(--thecuraline-space-sm);
}

.single-story-enjoy__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 32px;
  padding: 0;
  border: 1px solid rgba(21, 18, 16, 0.48);
  border-radius: 999px;
  background: transparent;
  color: var(--thecuraline-color-dark);
  cursor: pointer;
}

.single-story-enjoy__arrow[disabled] {
  opacity: 0.4;
  cursor: default;
}

.single-story-enjoy__arrow span {
  font-size: 1.5rem;
  line-height: 1;
}

.single-story-links {
  position: relative;
  padding: 0 var(--thecuraline-line-inline-padding) 17px;
  background: var(--thecuraline-color-light);
}

/* .single-story-links::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(calc(100% - (var(--thecuraline-line-inline-padding) * 2)), var(--thecuraline-content-width));
  transform: translateX(-50%);
  border-top: 1px solid rgba(91, 7, 26, 0.45);
} */

.single-story-links__inner {
  width: min(100%, var(--thecuraline-content-width));
  margin: 0 auto;
}

.single-story-links__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.single-story-links__menu li {
  list-style: none;
}

.single-story-links__menu a {
  color: var(--thecuraline-color-primary);
  font-family: var(--thecuraline-font-family-display);
  font-size: var(--thecuraline-footer-big-menu-font);
  line-height: 1.1;
  font-weight: var(--thecuraline-font-weight-semibold);
  letter-spacing: -0.05em;
}

.single-story-video-modal[hidden] {
  display: none;
}

.single-story-video-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
}

.single-story-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 8, 8, 0.82);
}

.single-story-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1080px);
  margin: min(8vh, 56px) auto;
}

.single-story-video-modal__close {
  position: absolute;
  top: -42px;
  right: 0;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: var(--thecuraline-color-light);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.single-story-video-modal__content {
  position: relative;
  background: #000;
  aspect-ratio: 16 / 9;
}

.single-story-video-modal__content iframe,
.single-story-video-modal__content video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

body.has-video-modal-open {
  overflow: hidden;
}

.subscribe-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 35;
  background: rgba(252, 247, 242, 0.9);
  border-top: 1px solid rgba(22, 17, 13, 0.12);
  backdrop-filter: blur(10px);
}

.subscribe-bar.is-hidden {
  display: none;
}

.subscribe-bar__inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 24px;
  min-height: 74px;
}

.subscribe-bar__inner > p {
  margin: 0;
  font-family: var(--thecuraline-font-family-body);
  font-size: 1rem;
}

.subscribe-bar__form {
  display: flex;
  align-items: center;
  gap: 12px;
}

.subscribe-bar__form input {
  min-width: min(42vw, 300px);
  padding: 14px 16px;
  border: 1px solid rgba(22, 17, 13, 0.18);
  background: rgba(255, 255, 255, 0.76);
  font: inherit;
}

.subscribe-bar__form button,
.site-footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  background: #450011;
  color: #fff;
  font-family: var(--thecuraline-font-family-body);
  font-size: 0.95rem;
  cursor: pointer;
}

.subscribe-bar__close {
  border: 0;
  background: transparent;
  color: #450011;
  font-family: var(--thecuraline-font-family-body);
  font-size: 1.2rem;
  cursor: pointer;
}

.home-editorial,
.page-shell {
  position: relative;
  z-index: 1;
  background: #f8f3ee;
}

.home-editorial {
  padding: 88px 0 120px;
}

.home-editorial__entry,
.page-article {
  width: min(100%, 920px);
}

.section-kicker {
  margin: 0 0 18px;
  color: #450011;
  font-family: var(--thecuraline-font-family-body);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.entry-header {
  margin-bottom: 28px;
}

.entry-title {
  margin: 0;
  font-family: var(--thecuraline-font-family-display);
  font-size: var(--thecuraline-type-entry-title-size);
  line-height: var(--thecuraline-type-entry-title-line-height);
  font-weight: var(--thecuraline-font-weight-regular);
  letter-spacing: -0.04em;
}

.entry-content {
  font-family: var(--thecuraline-font-family-body) !important;
  font-size: var(--thecuraline-type-price-body-size);
  line-height: var(--thecuraline-type-price-body-line-height);
  font-weight: var(--thecuraline-font-weight-regular);
  text-align: justify;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.page-shell {
  padding: 180px 0 120px;
}

.page-article {
  padding: 56px;
  background: #fffdf9;
  box-shadow: 0 24px 80px rgba(51, 35, 25, 0.08);
}

.site-footer {
  background: #1b1410;
  color: #f7eee7;
  padding: 80px 0 28px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  align-items: start;
}

.site-footer__grid > * {
  min-width: 0;
}

.site-footer__eyebrow {
  margin: 0 0 16px;
  font-family: var(--thecuraline-font-family-body);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d7bfae;
}

.site-footer__intro p,
.site-footer__meta p {
  margin: 0;
  color: rgba(247, 238, 231, 0.72);
  line-height: 1.7;
}

.menu-footer {
  display: grid;
  gap: 14px;
  font-family: var(--thecuraline-font-family-body);
  font-size: 1rem;
  grid-auto-flow: column;
  align-content: center;
  text-align: center;
}
.site-footer__meta {
  display: grid;
  gap: 18px;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 32px;
  margin-top: 40px;
  border-top: 1px solid rgba(247, 238, 231, 0.12);
  align-content: center;
}

.footer-meta {
  margin: 0;
  color: rgba(247, 238, 231, 0.72);
  font-family: var(--thecuraline-font-family-body);
  font-size: 0.92rem;
}

.footer-meta a {
  color: #fff;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-50 {
  padding-top: var(--thecuraline-space-button-block) !important;
}
.pb-60 {
  padding-bottom: var(--thecuraline-space-md) !important;
}
.center {
  text-align: center;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.uc-footer__brand {
	margin-bottom: -10px;
}
.italic {
	font-style: italic;
}


@media (max-width: 1080px) {
  .site-header {
    padding: 18px 0;
  }

  .site-header__inner {
    grid-template-columns: auto auto;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 24px;
    justify-self: auto;
    width: min(320px, calc(100vw - 48px));
    padding: 20px;
    background: rgba(248, 241, 235, 0.96);
    border: 1px solid rgba(22, 17, 13, 0.08);
    box-shadow: 0 18px 50px rgba(51, 35, 25, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.2s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .menu-primary {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .site-menu-toggle {
    display: inline-flex;
  }

  .home-slide__content {
    padding: 120px 28px 120px;
  }

  .home-hero .uc-side-labels,
  .home-hero .uc-social {
    display: none;
  }

  .single-story-hero .uc-side-labels,
  .single-story-hero .uc-social {
    display: none;
  }

  .single-story-info {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .single-story-info__media {
    min-height: 72svh;
  }

  .single-story-info__panel {
    padding: 72px 28px;
  }

  .single-story-info__grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .single-story-info__tags {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .single-story-spec {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .single-story-spec__panel {
    padding: 72px 28px;
  }

  .single-story-spec__media {
    min-height: 72svh;
  }

  .single-story-author {
    padding-left: 28px;
    padding-right: 28px;
  }

  .single-story-author__row--primary {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .single-story-scroll-hero__inner {
    padding-left: 28px;
    padding-right: 28px;
  }

  .single-story-scroll-hero__indicator {
    right: 12%;
  }

  .single-story-enjoy {
    padding-left: 28px;
    padding-right: 28px;
  }

  .single-story-enjoy__viewport {
    overflow: visible;
  }

  .single-story-enjoy__track {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-columns: auto;
  }

  .single-story-enjoy__image {
    width: 100%;
    max-width: 100%;
  }

  .single-story-enjoy__actions {
    display: none;
  }

  .single-story-links {
    padding-left: 28px;
    padding-right: 28px;
  }

  .subscribe-bar__inner,
  .site-footer__grid,
  .site-footer__bottom {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  :root {
    --thecuraline-content-gutter: 28px;
	--thecuraline-space-lg: 33px;
  }

  .container {
    width: min(100% - 28px, 1440px);
  }

  .site-header__inner {
    gap: 16px;
  }

  .custom-logo-link,
  .site-title {
    font-size: 1.45rem;
  }

  .site-circle-button {
    padding: 10px 14px;
    font-size: 0.88rem;
  }

  .home-slide__content {
    padding: 108px 20px 96px;
  }

  .home-slide__story h1 {
    font-size: 2.3rem;
  }

  .home-slider__controls {
    padding: 0 18px;
  }

  .single-story-hero__inner {
    padding: 108px 20px 25px;
  }
  .uc-header__inner {
    align-items: flex-start !important;
  }
  .single-story-hero__title {
    font-size: 2.7rem;
  }

  .single-story-hero__watch {
    min-width: 220px;
    min-height: 50px;
    padding: 0 24px;
  }

  .single-story-hero__controls {
    padding: 0 18px;
  }

  .single-story-video-modal__dialog {
    width: min(100% - 24px, 1080px);
    margin-top: 72px;
  }

  .single-story-info__media {
    min-height: 54svh;
  }

  .single-story-info__panel {
    padding: 48px 20px;
  }

  .single-story-info__details {
    gap: 28px;
  }

  .single-story-info__label,
  .single-story-info__values,
  .single-story-info__values a {
    font-size: var(--thecuraline-type-body-size);
    line-height: var(--thecuraline-type-body-line-height);
  }

  .single-story-spec__panel {
    padding: 48px 20px;
  }

  .single-story-spec__media {
    min-height: 54svh;
  }

  .single-story-spec__title {
    font-size: 2.2rem;
  }

  .single-story-spec__summary {
    padding-left: 0;
    padding-right: 24px;
    font-size: var(--thecuraline-type-body-size);
    line-height: var(--thecuraline-type-body-line-height);
  }

  .single-story-spec__summary::after {
    right: 0;
  }

  .single-story-spec__description {
    padding-left: 0;
    padding-right: 0;
  }

  .single-story-spec__row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding-left: 0;
    padding-right: 0;
  }

  .single-story-author {
    padding-left: 20px;
    padding-right: 20px;
  }

  .single-story-author__name,
  .single-story-author__text,
  .single-story-author__links a {
    font-size: 1.7rem;
  }

  .single-story-author__profile {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .single-story-author__photo {
    width: min(100%, 260px);
    max-width: 260px;
  }

  .single-story-author__row--actions {
    gap: 24px;
    margin-top: 40px;
  }

  .single-story-author__pill {
    min-height: 44px;
    font-size: 1.15rem;
  }

  .single-story-scroll-hero__inner {
    min-height: auto;
    padding: 0 20px;
  }

  .single-story-scroll-hero__image {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .single-story-scroll-hero__indicator {
    right: 20px;
  }

  .single-story-scroll-hero__indicator img {
    height: 120px;
  }

  .single-story-enjoy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .single-story-enjoy__track {
    grid-template-columns: 1fr;
  }

  .single-story-enjoy__card-title {
    font-size: 1.2rem;
  }

  .single-story-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .single-story-links__menu a {
    font-size: var(--thecuraline-type-section-subtitle-size);
    line-height: var(--thecuraline-type-section-subtitle-line-height);
  }

  .subscribe-bar__form {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .subscribe-bar__form input {
    min-width: 0;
    width: 100%;
  }

  .page-article {
    padding: 34px 22px;
  }

  .under-construction {
    padding: 20px 14px;
  }

  .under-construction__inner {
    padding: 24px 18px;
  }
  .single-story-content {
      padding-top: 23px !important;
  }
  .under-construction__table td,
  .under-construction__table td:first-child,
  #text td,
  #text td:first-child {
    display: block;
    width: auto;
    min-width: 0;
    padding-right: 0;
  }

}

.under-construction-body {
  background: var(--thecuraline-color-background);
}

.confirmation-body {
  overflow: hidden;
  background: var(--thecuraline-color-light);
}

.uc-page {
  position: relative;
  background: var(--thecuraline-color-light);
  color: #151210;
}

.confirmation-page {
  position: relative;
  min-height: 100svh;
  height: 100svh;
  overflow: hidden;
  background: var(--thecuraline-color-light);
  color: var(--thecuraline-color-primary);
}

.confirmation-shell {
  min-height: 100svh;
  height: 100svh;
  display: grid;
  place-items: center;
  padding: 0 var(--thecuraline-line-inline-padding);
  box-sizing: border-box;
}

.confirmation-card {
  width: min(100%, var(--thecuraline-confirmation-card-width));
  padding: var(--thecuraline-confirmation-card-padding-block) var(--thecuraline-confirmation-card-padding-inline);
  border-radius: var(--thecuraline-confirmation-card-radius);
  background: var(--thecuraline-confirmation-color-card);
  color: var(--thecuraline-confirmation-color-text);
  text-align: center;
  box-sizing: border-box;
}

.confirmation-card__eyebrow {
  margin: 0 0 var(--thecuraline-space-gap-confirmation);
  font-family: var(--thecuraline-font-family-body);
  font-size: var(--thecuraline-type-menu-size);
  line-height: var(--thecuraline-type-menu-line-height);
  font-weight: var(--thecuraline-font-weight-bold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.confirmation-card__title {
  margin: 0 0 var(--thecuraline-space-gap-confirmation-title);
  font-family: var(--thecuraline-font-family-body);
  font-size: 35px;
  line-height: var(--thecuraline-type-confirmation-title-line-height);
  font-weight: var(--thecuraline-font-weight-regular);
  color: inherit;
}

.confirmation-card__body {
  margin: 0 0 var(--thecuraline-space-gap-confirmation);
  font-family: var(--thecuraline-font-family-body);
  font-size: var(--thecuraline-type-body-size);
  line-height: var(--thecuraline-type-confirmation-body-line-height);
  color: var(--thecuraline-confirmation-color-text-muted);
  text-align: left;
}

.confirmation-card__body:last-of-type {
  margin-bottom: 0;
}

.confirmation-card__actions {
  display: flex;
  justify-content: center;
  gap: var(--thecuraline-space-gap-confirmation-actions);
  margin-top: var(--thecuraline-space-confirmation-actions-top);
}

.confirmation-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  font-family: var(--thecuraline-font-family-body);
  font-size: var(--thecuraline-type-menu-size);
  line-height: var(--thecuraline-type-confirmation-link-line-height);
  font-weight: var(--thecuraline-font-weight-medium);
  letter-spacing: 0.01em;
  text-transform: lowercase;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.default-btn a {
  font-family: var(--thecuraline-font-family-display);
}
.confirmation-card__button:hover {
  opacity: 0.86;
}

.confirmation-card__button--primary {
  background: transparent;
  color: var(--thecuraline-confirmation-color-text) !important;
}

.confirmation-card__button--secondary {
  background: transparent;
  color: var(--thecuraline-confirmation-color-link-muted) !important;
}

.uc-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  padding: 55px 71px 25px 71px;
}

.uc-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: center;
}

.uc-header__link {
  color: var(--thecuraline-color-dark);
  font-size: 0.95rem;
}

/* â”€â”€ UC header nav â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.uc-nav {
  position: relative;
  display: flex;
  align-items: center;
}

.uc-nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  color: inherit;
}

.uc-nav__toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.uc-nav.is-open .uc-nav__toggle span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.uc-nav.is-open .uc-nav__toggle span:nth-child(2) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.uc-nav__menu {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 38px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.uc-nav__menu a {
  font-family: var(--thecuraline-font-family-body);
  font-size: var(--thecuraline-type-menu-size);
  line-height: var(--thecuraline-type-menu-line-height);
  font-weight: var(--thecuraline-font-weight-bold);
  color: var(--thecuraline-color-dark);
  transition: opacity 0.2s ease;
}

.uc-nav__menu a:hover {
  opacity: 0.68;
}

@media (max-width: 1080px) {
  .uc-nav__toggle {
    display: none;
  }

  .uc-nav__panel {
/*     display: none;
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    width: min(280px, calc(100vw - 48px));
    padding: 18px 20px;
    background: rgba(248, 241, 235, 0.96);
    border: 1px solid rgba(22, 17, 13, 0.08);
    box-shadow: 0 18px 50px rgba(51, 35, 25, 0.12);
    backdrop-filter: blur(8px); */
  }

  .uc-nav.is-open .uc-nav__panel {
    display: block;
  }

  .uc-nav__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}

.uc-side-labels,
.uc-social {
  position: fixed;
  top: 50%;
  z-index: 50;
  display: flex;
  gap: 18px;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
}
.uc-side-labels a:last-child {
  writing-mode: vertical-rl;
  font-weight: var(--thecuraline-font-weight-medium);
  font-size: var(--thecuraline-type-menu-size);
  font-family: var(--thecuraline-font-family-medium);
}
.uc-side-labels a:first-child {
  display: inline-block;
  font-size: var(--thecuraline-type-sidebar-primary-size);
  font-family: var(--thecuraline-font-family-display);
  white-space: nowrap;
  transform: rotate(180deg);
  transform-origin: center;
  font-weight: var(--thecuraline-font-weight-regular);
}

body.front-page-under-construction aside.home-hero__side-labels a:last-child {
  pointer-events: none;

}

.uc-side-labels {
  left: 50px;
  width: 26px;
}

.uc-social {
  right: 50px;
}

.uc-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.uc-social img {
  display: block;
  width: 16px;
  height: 16px;
}

.uc-hero {
  position: relative;
  display: grid;
  place-items: end center;
  min-height: 100svh;
  height: 100svh;
  box-sizing: border-box;
  overflow: hidden;
  padding: var(--thecuraline-space-section) var(--thecuraline-line-inline-padding);
  background: var(--thecuraline-color-light);
  align-items: stretch;
}

.uc-hero__inner {
  width: min(100%, var(--thecuraline-content-width));
  height: 100%;
  display: grid;
  grid-template-rows: auto auto auto auto;
  align-content: end;
  gap: clamp(18px, 2.4vh, 30px);
}

.uc-hero__brand {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.uc-hero__brand h1 {
  margin: 0;
  color: var(--thecuraline-color-primary);
}
.color-primary,
.uc-hero__brand h1 a {
  color: var(--thecuraline-color-primary);
}

.uc-hero__intro p {
  font-size: var(--thecuraline-type-leading-body-size);
  line-height: var(--thecuraline-type-leading-body-line-height);
  font-weight: var(--thecuraline-font-weight-regular);
  font-family: var(--thecuraline-font-family-display);
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.uc-hero__divider {
  height: 1px;
  width: 100%;
  margin: 0 auto;
  background: rgba(79, 0, 20, 0.5);
}

.uc-hero__lower {
  width: min(100%, var(--thecuraline-content-width));
  margin: 0 auto;
  text-align: center;
}

.uc-hero__lower p {
  width: min(100%, var(--thecuraline-content-width));
  margin: 0 auto;
  font-size: var(--thecuraline-type-body-size);
  line-height: var(--thecuraline-type-body-line-height);
}

.uc-hero__status {
  display: inline-block;
  font-size: var(--thecuraline-type-menu-size);
  line-height: var(--thecuraline-type-line-height-slider-cta);
  font-family: var(--thecuraline-font-family-medium);
  font-weight: var(--thecuraline-font-weight-medium);
  color: var(--thecuraline-color-primary);
  margin-top: 10px;
}

.uc-slider-section {
  padding: 0;
  background: var(--thecuraline-color-light);
}

.uc-slide {
  position: absolute;
  inset: 0;
  min-height: var(--thecuraline-slider-min-height);
  height: var(--thecuraline-slider-height);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.85s ease, visibility 0.85s ease;
  will-change: opacity;
}

.uc-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

.uc-slide__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transform: scale(1.025);
  transition: transform 1.2s ease, opacity 0.8s ease;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

video.uc-slide__media {
  object-fit: cover;
}

.uc-slide.is-active .uc-slide__media {
  opacity: 1;
  transform: scale(1);
}

.uc-media-cover {
  object-fit: cover !important;
}

.uc-media-contain {
  object-fit: contain !important;
}

.uc-media-scale-down {
  object-fit: scale-down !important;
}

.uc-media-pos-center {
  object-position: center center !important;
}

.uc-media-pos-center-top {
  object-position: center top !important;
}

.uc-media-pos-center-bottom {
  object-position: center bottom !important;
}

.uc-media-pos-left-center {
  object-position: left center !important;
}

.uc-media-pos-left-bottom {
  object-position: left bottom !important;
}

.uc-media-pos-right-center {
  object-position: right center !important;
}

.uc-media-pos-right-bottom {
  object-position: right bottom !important;
}

.uc-media-pos-right-top {
  object-position: right top !important;
}

@media (max-width: 768px), (max-width: 956px) and (orientation: landscape) {
  .uc-media-pos-left-150-mobile {
    object-position: -150px center !important;
  }
  .uc-media-pos-bottom-50-mobile {
    object-position: center -125px !important;
  }
}

.uc-slide--dim .uc-slide__overlay {
  background: linear-gradient(180deg, rgba(248, 240, 233, 0.22), rgba(68, 45, 27, 0.34));
}

.uc-slide--clear .uc-slide__overlay {
  background: none;
}

.uc-slide__eyebrow,
.uc-section__eyebrow,
.uc-pricing__label {
  margin: 0 0 18px;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.uc-slider-stage {
  position: relative;
  min-height: var(--thecuraline-slider-min-height);
  height: var(--thecuraline-slider-height);
}

.uc-slide__overlay {
  position: relative;
  min-height: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--thecuraline-space-section) var(--thecuraline-line-inline-padding);
}

.uc-slide__title-wrap {
  width: min(100%, var(--thecuraline-content-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  flex: 1 1 auto;
  gap: 22px;
}

.uc-slide__title {
  margin: 0;
  color: var(--thecuraline-color-primary);
  font-size: var(--thecuraline-type-slider-title-size);
  line-height: var(--thecuraline-type-slider-title-line-height);
  text-align: center;
}

.uc-section__intro h2 {
  margin: 0;
  font-size: var(--thecuraline-type-section-subtitle-size);
  line-height: var(--thecuraline-type-section-subtitle-line-height);
  letter-spacing: -0.05em;
}

.uc-overlay-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
}

.uc-overlay-menu__list a {
  font-size: var(--thecuraline-type-slider-menu-size);
  line-height: var(--thecuraline-type-slider-menu-line-height);
  font-weight: var(--thecuraline-font-weight-bold);
}

.uc-slide__menu-wrap {
  width: min(100%, var(--thecuraline-content-width));
  margin: 0 auto;
}

.uc-overlay-menu__divider {
  height: 1px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 1);
}

.uc-overlay-menu__note {
  margin: 0;
  text-align: center;
  font-size: var(--thecuraline-type-body-size);
  line-height: var(--thecuraline-type-body-line-height);
}

.uc-overlay-menu__apply {
  display: block;
  width: fit-content;
  margin: 26px auto 0;
  color: var(--thecuraline-color-primary);
  font-size: var(var(--thecuraline-type-menu-size));
  font-family: var(--thecuraline-font-family-medium);
  line-height: var(--thecuraline-type-slider-cta-line-height);
  font-weight: var(--thecuraline-font-weight-medium);
}

.uc-slider-controls {
  display: flex;
  flex: 0 0 auto;
}

.uc-slider-controls:first-child {
  justify-self: start;
}

.uc-slider-controls:last-child {
  justify-self: end;
}

.uc-slider-controls__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 0;
  background: transparent;
  color: var(--thecuraline-color-primary);
  cursor: pointer;
  padding: 0;
  bottom: 2rem;
  position: relative;
}

.uc-slider-controls__button img {
  display: block;
  width: 20px;
  height: auto;
}

.uc-slider-controls__button--next img {
  transform: rotate(180deg);
}

.uc-section {
  position: relative;
  padding: var(--thecuraline-space-section) var(--thecuraline-line-inline-padding);
}

.uc-section.top-line::before,
.uc-section.bottom-line::after,
.uc-footer.top-line::before,
.uc-footer.bottom-line::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(calc(100% - (var(--thecuraline-line-inline-padding) * 2)), var(--thecuraline-content-width));
  transform: translateX(-50%);
  border-top: 1px solid rgba(91, 7, 26, 0.45);
}

.uc-section.top-line::before {
  top: 0;
}

.uc-footer.top-line::before {
  top: 0;
}

.uc-section.bottom-line::after {
  bottom: 0;
}

.uc-footer.bottom-line::after {
  bottom: 0;
}

.uc-section__intro {
  width: min(100%, var(--thecuraline-content-width));
  margin-bottom: var(--thecuraline-space-button-block);
}

.uc-section__narrow {
  width: min(100%, var(--thecuraline-content-width-narrow));
  margin: 0 auto;
}

.uc-pricing {
  background: var(--thecuraline-color-light);
}

.uc-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 72px;
  width: min(100%, var(--thecuraline-content-width));
  margin: 0 auto;
}

.uc-pricing__card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
}

.uc-pricing__accordion {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.uc-pricing__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 75px;
  height: 75px;
  min-width: 75px;
  min-height: 75px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 35px;
  padding: 0;
  border: 1px solid rgba(21, 18, 16, 0.28);
  border-radius: 999px;
  background: transparent;
  color: rgba(21, 18, 16, 0.62);
  font-size: 0.95rem;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  appearance: none;
  flex-shrink: 0;
}

.db-gap {
  padding-bottom: 10px;
}

.uc-pricing__badge--active {
  color: var(--thecuraline-color-dark);
  border-color: var(--thecuraline-color-dark);
}

.uc-pricing__list li,
.uc-pricing__subhead,
.uc-pricing__highlight,
.uc-pricing__lead,
.uc-pricing__body,
.uc-pricing__card h3 {
  color: rgba(21, 18, 16, 0.3);
}

.uc-pricing__card h3 {
  margin: 0 0 var(--thecuraline-space-gap-pricing);
  font-size: var(--thecuraline-type-price-strong-size);
  line-height: 1.25;
  font-family: var(--thecuraline-font-family-body);
}

.uc-pricing__lead,
.uc-pricing__body {
  margin: 0 0 var(--thecuraline-space-gap-pricing);
  font-size: 1.1rem;
  line-height: 1.15;
  font-family: var(--thecuraline-font-family-body);
}
.brand-color {
  color: var(--thecuraline-color-primary) !important;
  text-align: center !important;
}
.uc-pricing__body {
  text-align: justify;
}

[data-pricing-desktop-trigger] {
  cursor: pointer;
}

.uc-pricing__accordion > [data-pricing-desktop-trigger] {
  margin-bottom: var(--thecuraline-space-gap-pricing);
}

.uc-pricing__highlight {
  margin: 0 0 var(--thecuraline-space-gap-pricing);
  font-size: var(--thecuraline-type-price-cta-size);
  line-height: var(--thecuraline-type-price-cta-line-height);
  font-family: var(--thecuraline-font-family-body);
  text-align: justify;
}

.uc-pricing__subhead {
  margin: 0 0 var(--thecuraline-space-gap-pricing);
  font-size: 1.1rem;
  font-style: italic;
  font-family: var(--thecuraline-font-family-body);
}

.uc-pricing__lead--dark,
.uc-pricing__body--dark,
.uc-pricing__highlight--dark,
.uc-pricing__subhead--dark,
.uc-pricing__list--dark li,
.uc-pricing__card:last-child h3 {
  color: var(--thecuraline-color-dark);
}

.uc-pricing__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.uc-pricing__list li {
  margin-bottom: var(--thecuraline-space-gap-pricing);
  font-size: 1rem;
  line-height: 1;
  text-align: justify;
}

.uc-pricing__cta {
  margin-top: auto;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: var(--thecuraline-space-button-block);
  color: #a0787f91;
  font-size: 1rem;
}

.uc-pricing__cta--active {
  color: var(--thecuraline-color-primary);
}

.uc-pricing__accordion,
.desktop-accordion {
  overflow: hidden;
}

.desktop-accordion {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  justify-content: flex-start;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: max-height 0.35s ease, opacity 0.25s ease, visibility 0s linear 0.35s;
}

.uc-pricing__card.is-desktop-open .desktop-accordion {
  flex: 1 1 auto;
  max-height: 2000px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: max-height 0.35s ease, opacity 0.25s ease, visibility 0s linear 0s;
}

.uc-pricing__card.is-open .uc-pricing__accordion {
  flex: 1 1 auto;
}

/* .uc-pricing__divider {
  height: 1px;
  margin: var(--thecuraline-space-button-block) auto 0;
  background: rgba(91, 7, 26, 0.45);
  max-width: 1020px;
} */

/* .uc-pricing__divider.widtd-2 {
  max-width: 1013.831px !important;
} */

.uc-text {
  background: #f2e8df;
}

.uc-text__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
  width: 100%;
  margin: 0 auto;
}

.uc-text__grid p {
  margin: 0;
  font-size: var(--thecuraline-type-leading-body-size);
  font-weight: var(--thecuraline-font-weight-regular);
  line-height: var(--thecuraline-type-leading-body-line-height);
  font-family: var(--thecuraline-font-family-display);
}

.uc-form {
  display: none;
  background: var(--thecuraline-color-light);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.35s ease, transform 0.45s ease;
}

.uc-form.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.uc-form.is-visible .container {
  opacity: 1;
  transition-delay: 0.15s;
}

.uc-footer {
  position: relative;
  padding: var(--thecuraline-space-section) var(--thecuraline-line-inline-padding);
  background: var(--thecuraline-color-light);
  color: var(--thecuraline-color-dark);
}

.uc-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  align-items: end;
  width: min(100%, var(--thecuraline-content-width));
  margin: 0 auto;
}

.uc-footer__grid > * {
  min-width: 0;
}

.fs-m {
  font-size: var(--thecuraline-type-utility-display-size);
  line-height: var(--thecuraline-type-utility-display-line-height);
  font-weight: var(--thecuraline-font-weight-regular);
}

.uc-footer__brand a {
  font-family: var(--thecuraline-font-family-display);
  line-height: 1;
  text-decoration: none;
}

.uc-footer__brand {
  position: relative;
}

.uc-footer .menu-footer {
  gap: 10px;
}

.uc-footer__subscribe p {
  margin-top: 0;
  line-height: 1.8;
}

#menu-footer-menu {
	position: relative;
	bottom: -16px;
}

.uc-scroll-top {
  position: fixed;
  left: 50px;
  bottom: 45px;
  z-index: 60;
  border: none;
  border-radius: 0;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 0;
}

.uc-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.uc-scroll-top img {
  display: block;
  width: 18px;
  height: auto;
}
.sub-heading {margin-bottom: 0 !important;}
.section-heading {
    font-family: var(--thecuraline-font-family-display);
    font-size: var(--thecuraline-type-section-subtitle-size);
    line-height: var(--thecuraline-type-section-subtitle-line-height);
    text-decoration: none;
}
.fs-small {
	font-size: 12px;
}
.mt-0 {
	margin-top: 0!important;
}
.mb-10 {
    margin-bottom: var(--thecuraline-space-2xs) !important;
}
.mb-20 {
    margin-bottom: var(--thecuraline-space-xs) !important;
}
.mb-0 {
    margin-bottom: 0px;
}
.mt-60 {
    margin-top: var(--thecuraline-space-md);
}
.bold {
    font-weight: bold;
}
.lh-1 {
    line-height: 1em !important;
}
.section-sub-heading {
    font-family: var(--thecuraline-font-family-display);
    line-height: 1;
}
.mw-1k {
    max-width: 1000px;
    margin: 0 auto;
}
.mt100 {
	margin-top: var(--thecuraline-space-lg);
}
.mb33 {
	margin-bottom: var(--thecuraline-space-sm);
}
.mt-56 {
	margin-top: var(--thecuraline-space-section-mobile);
}
.mb-80 {
	margin-bottom: var(--thecuraline-space-section);
}
.body-font {
	font-family: var(--thecuraline-font-family-body);
}

.menu-primary {
  font-family: var(--thecuraline-font-family-body);
  font-size: var(--thecuraline-type-menu-size);
  line-height: var(--thecuraline-type-menu-line-height);
  font-weight: var(--thecuraline-font-weight-bold);
}

.subscribe-bar__form button,
.site-footer__button {
  font-family: var(--thecuraline-font-family-display);
  font-size: var(--thecuraline-type-form-button-size);
  line-height: var(--thecuraline-type-form-button-line-height);
  font-weight: var(--thecuraline-font-weight-semibold);
}

.site-footer__intro h2 {
  font-family: var(--thecuraline-font-family-display);
  font-size: var(--thecuraline-type-footer-title-size);
  line-height: var(--thecuraline-type-footer-title-line-height);
  font-weight: var(--thecuraline-font-weight-semibold);
}

.menu-footer a {
  font-family: var(--thecuraline-font-family-display);
  font-size: var(--thecuraline-type-footer-strong-size);
  line-height: var(--thecuraline-type-footer-strong-line-height);
  font-weight: bold;
}

.footer-meta {
  font-family: var(--thecuraline-font-family-body);
  font-size: var(--thecuraline-type-footer-body-size);
  line-height: var(--thecuraline-type-footer-body-line-height);
  font-weight: var(--thecuraline-font-weight-regular);
}

.uc-header__link {
  font-family: var(--thecuraline-font-family-body);
  font-size: var(--thecuraline-type-menu-size);
  line-height: var(--thecuraline-type-menu-line-height);
  font-weight: var(--thecuraline-font-weight-bold);
}

.uc-hero__brand h1 {
  font-family: var(--thecuraline-font-family-display);
  font-size: var(--thecuraline-type-main-title-size);
  line-height: var(--thecuraline-type-main-title-line-height);
  font-weight: var(--thecuraline-font-weight-regular);
}

.uc-hero__lower h2 {
  margin: 0 0 26px;
  color: var(--thecuraline-color-primary);
  font-family: var(--thecuraline-font-family-display);
  font-size: var(--thecuraline-type-sub-title-size);
  line-height: var(--thecuraline-type-leading-body-line-height);
  font-weight: var(--thecuraline-font-weight-regular);
}

.uc-hero__lower p,
.uc-overlay-menu__note {
  font-family: var(--thecuraline-font-family-display);
  font-size: var(--thecuraline-type-body-size);
  line-height: var(--thecuraline-type-body-line-height);
  font-weight: var(--thecuraline-font-weight-regular);
}

.uc-slide__title {
  font-family: var(--thecuraline-font-family-display);
  font-size: var(--thecuraline-type-slider-title-size);
  line-height: var(--thecuraline-type-slider-title-line-height);
  font-weight: var(--thecuraline-font-weight-semibold);
}

.uc-overlay-menu__list a {
  font-family: var(--thecuraline-font-family-body);
  font-size: var(--thecuraline-type-slider-menu-size);
  line-height: var(--thecuraline-type-slider-menu-line-height);
  font-weight: var(--thecuraline-font-weight-bold);
  color: var(--thecuraline-color-dark);
  pointer-events: none;
}

.uc-section__intro h2,
.section-heading,
.section-sub-heading {
  font-family: var(--thecuraline-font-family-display);
  font-size: var(--thecuraline-type-section-subtitle-size);
  line-height: var(--thecuraline-type-section-subtitle-line-height);
  font-weight: var(--thecuraline-font-weight-regular);
}

.uc-pricing__badge {
  font-family: var(--thecuraline-font-family-body);
  font-size: var(--thecuraline-type-price-badge-size);
  line-height: var(--thecuraline-type-price-badge-line-height);
  font-weight: var(--thecuraline-font-weight-regular);
}

.uc-pricing__card h3 {
  font-family: var(--thecuraline-font-family-body);
  font-size: var(--thecuraline-type-price-strong-size);
  line-height: var(--thecuraline-type-price-strong-line-height);
  font-weight: var(--thecuraline-font-weight-semibold);
}

.uc-pricing__lead,
.uc-pricing__body,
.uc-pricing__subhead,
.uc-pricing__list li {
  font-family: var(--thecuraline-font-family-body);
  font-size: var(--thecuraline-type-price-body-size);
  line-height: var(--thecuraline-type-price-body-line-height);
  font-weight: var(--thecuraline-font-weight-regular);
}

.uc-pricing__highlight,
.uc-pricing__cta {
  font-family: var(--thecuraline-font-family-body);
  font-size: var(--thecuraline-type-price-cta-size);
  line-height: var(--thecuraline-type-price-cta-line-height);
  font-weight: var(--thecuraline-font-weight-semibold);
}

.uc-footer__brand a {
  font-family: var(--thecuraline-font-family-display);
  font-size: var(--thecuraline-type-footer-logo-size);
  line-height: var(--thecuraline-type-footer-logo-line-height);
  font-weight: var(--thecuraline-font-weight-regular);
  color: var(--thecuraline-color-primary);
}
.uc-footer__subscribe .section-sub-heading {
  color: var(--thecuraline-color-primary) !important;
}
.bf-file-up-container button {
  border-radius: 30px !important;
}


@media (max-width: 1080px) {
  :root {
    --thecuraline-line-inline-padding: 50px;
    --thecuraline-type-under-construction-title-size: 4.8rem;
    --thecuraline-type-home-slide-title-size: 3.8rem;
    --thecuraline-type-home-side-label-size: 3rem;
    --thecuraline-type-main-title-size: 137.85pt;
    --thecuraline-type-main-title-line-height: 1;
    --thecuraline-type-slider-title-size: 6rem;
    --thecuraline-type-slider-title-line-height: 1;
  }

  .uc-side-labels,
  .uc-social {
    display: none;
  }
  .uc-section {
    --thecuraline-space-section-inline: 28px;
  }
  .uc-pricing__card h3 {
	margin-top: 30px !important;
  }
  .uc-pricing__grid,
  .uc-text__grid,
  .uc-footer__grid {
    grid-template-columns: 1fr;
  }

  .uc-pricing__grid {
    gap: 42px;
  }

  .uc-pricing__grid .uc-pricing__card:nth-child(1) {
    order: 3;
  }

  .uc-pricing__grid .uc-pricing__card:nth-child(2) {
    order: 2;
  }

  .uc-pricing__grid .uc-pricing__card:nth-child(3) {
    order: 1;
  }

  .uc-slide__overlay {
    min-height: var(--thecuraline-slider-min-height);
    height: var(--thecuraline-slider-height);
    padding: 120px var(--thecuraline-line-inline-padding) 50px;
  }

  .uc-hero {
    padding-top: 80px;
    padding-bottom: 55px;
  }

}

@media (max-width: 768px), (max-width: 956px) and (orientation: landscape) {
  :root {
    --thecuraline-type-under-construction-title-size: 2.6rem;
    --thecuraline-type-home-slide-title-size: 2.3rem;
    --thecuraline-type-home-side-label-size: 2.2rem;
    --thecuraline-type-entry-title-size: 2.3rem;
    --thecuraline-type-main-title-size: 4.5rem;
    --thecuraline-type-main-title-line-height: 1;
    --thecuraline-type-slider-title-size: 3.6rem;
    --thecuraline-type-slider-title-line-height: 1;
    --thecuraline-type-slider-menu-size: 0.96rem;
    --thecuraline-type-slider-menu-line-height: 1.3;
    --thecuraline-type-section-subtitle-size: 2rem;
    --thecuraline-type-section-subtitle-line-height: 1.1;
    --thecuraline-type-hero-status-size: 1.05rem;
    --thecuraline-slider-height: 80svh;
    --thecuraline-slider-min-height: 600px;
    --thecuraline-line-inline-padding: 18px;
  }

  .uc-header {
    padding: 18px 18px 0;
  }

  .confirmation-page {
    min-height: 100dvh;
    height: 100dvh;
  }

  .confirmation-shell {
    min-height: 100dvh;
    height: 100dvh;
    padding: 0 18px;
  }

  .confirmation-card {
    width: min(100%, 490px);
    padding: 40px;
    border-radius: 28px;
  }

  .confirmation-card__title {
    font-size: 1.6rem;
  }

  .confirmation-card__actions {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
  }

  .confirmation-card__button {
    width: auto;
  }

  .uc-header__link {
    font-size: 0.78rem;
  }

  .b2-34,
  .b2-32 {
		height: 20px !important;
  }
	
  .uc-hero {
    min-height: 100svh;
    height: 100svh;
    padding: 78px 18px 50px;
  }

  .uc-slider-section {
    padding: 0;
  }

  .uc-hero__inner {
    gap: 16px;
  }

  .uc-hero__lower h2 {
    margin-bottom: 25px;
  }

  .uc-hero__lower p {
    line-height: 1.35;
  }

  .uc-hero__status {
    margin-top: 8px;
  }

  .uc-footer,
  .uc-section {
    padding: var(--thecuraline-space-section-mobile) 15px;
    --thecuraline-space-section-inline: 15px;
  }
  .uc-scroll-top {
    left: 16px;
	  bottom: 25px;
  }

  uc-section__narrow {
    width: min(90%, var(--thecuraline-content-width-narrow));
  }

  .uc-pricing__badge {
    margin-bottom: 0;
  }

  .uc-pricing__card {
    min-height: 0;
    height: auto;
  }

  [data-pricing-desktop-trigger] {
    display: none;
  }

  .uc-pricing__accordion {
    display: none;
    flex: none;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease;
  }

  .uc-pricing__accordion[aria-hidden="true"] {
    display: none !important;
  }

  .uc-pricing__card.is-open .uc-pricing__accordion {
    display: flex;
    flex: 0 0 auto;
    opacity: 1;
  }

  .desktop-accordion {
    max-height: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: none;
  }

  .uc-slider-controls {
    gap: 0;
  }
  .uc-slider-controls__button {
    width: 20px;
    height: 20px;
	bottom: 1rem;
  }

  .uc-slide,
  .uc-slide__overlay {
    min-height: var(--thecuraline-slider-min-height);
    height: var(--thecuraline-slider-height);
  }

  .uc-slide__overlay {
    padding: 104px var(--thecuraline-line-inline-padding) 50px;
  }

  .uc-slide__title {
    text-align: center;
  }
  .uc-slide__title-wrap {
     gap: 8px;
   }
  .uc-overlay-menu__list {
     gap: 14px 22px;
     margin-top: 25px;
  }

  .uc-media-contain-xs {
    object-fit: contain !important;
  }

  .uc-media-cover-xs {
    object-fit: cover !important;
  }

}

@media (min-width: 769px) {

.uc-media-contain-md {
    object-fit: contain !important;
}

.uc-media-cover-md {
    object-fit: cover !important;
}

.special-alignment{
    position: relative;
    bottom: -5px;
}

.pl-80 {
    padding-left: 80px;
}
.menu-footer {
    bottom: -20px !important;
}
.uc-side-labels {
	gap: 70px;
}
.b2-9 .bm button {
  margin-left: 10px;
}
.b2-1 .bm button {
  margin-right: 10px;
}

}

@media (min-width: 481px) and (max-width: 1024px) {

  :root {
    --thecuraline-type-main-title-size: 80pt;
  }

.uc-pricing__card {
    padding-left: 10%;
    padding-right: 10%;
}
.uc-scroll-top {
	left: 28px;
}

}

@media (min-width: 1025px) {
	
.uc-pricing__grid .uc-pricing__accordion {
    max-width: 295px;
}
	
}

@media (max-height: 500px) and (orientation: landscape) {

  :root {
    --thecuraline-slider-height: 100svh;
    --thecuraline-slider-min-height: 100svh;
    --thecuraline-line-inline-padding: 18px;
    --thecuraline-type-main-title-size: 3.6rem;
    --thecuraline-type-slider-title-size: 3rem;
    --thecuraline-type-slider-menu-size: 0.88rem;
    --thecuraline-type-slider-menu-line-height: 1.2;
    --thecuraline-type-section-subtitle-size: 1.7rem;
    --thecuraline-space-gap-confirmation-title: 15px;
    --thecuraline-space-gap-confirmation: 5px;
    --thecuraline-space-button-block: 56px;
    --thecuraline-type-section-subtitle-line-height: 1em;
    --thecuraline-space-2xs: 10px;
    --thecuraline-type-footer-logo-size: 1.7rem;
  }

  .uc-media-pos-left-150-mobile {
    object-position: center center !important;
  }

  .confirmation-card {
      width: min(100%, 520px);
      padding: 20px;
  }

  .confirmation-card__title {
      margin: 0 0 var(--thecuraline-space-gap-confirmation-title);
      font-size: 1.6rem;
  }

  .uc-header {
      padding: 14px 18px 0;
  }

  .confirmation-page {
      min-height: 100svh;
      height: 100svh;
  }

  .confirmation-shell {
      min-height: 100svh;
      height: 100svh;
      padding: 0 18px;
  }

  .uc-header__link {
      font-size: 0.76rem;
  }

  .uc-hero {
      min-height: auto;
      height: auto;
      padding: 72px var(--thecuraline-line-inline-padding) 24px;
  }

  .uc-hero__inner {
      gap: 10px;
  }

  .uc-hero__intro p,
  .uc-hero__lower p {
      line-height: 1.25;
  }

  .uc-hero__lower h2 {
      margin-bottom: 12px;
  }

  .uc-hero__status {
      margin-top: 4px;
  }

  .uc-slider-stage,
  .uc-slide,
  .uc-slide__overlay {
      min-height: var(--thecuraline-slider-min-height);
      height: var(--thecuraline-slider-height);
  }

  .uc-slide__overlay {
      padding: 72px var(--thecuraline-line-inline-padding) 22px;
  }

  .uc-slide__title-wrap {
      gap: 10px;
  }

  .uc-slide__title {
      max-width: 12ch;
      margin: 0 auto;
  }

  .uc-overlay-menu__note {
      line-height: 1.25;
  }

  .mb-80,
  .mb33 {
      margin-bottom: var(--thecuraline-space-2xs);
  }
  .mt-56,
  .mt100 {
      margin-top: var(--thecuraline-space-2xs);
  }
  .uc-footer {
      padding-bottom: var(--thecuraline-space-button-block);
  }
  .uc-overlay-menu__list {
      gap: 18px 12px;
  }

  #menu-footer-menu {
      bottom: -36px;
  }
  .menu-footer {
      bottom: -22px !important;
  }
	
	
}


/* iPad mini â€” landscape */
@media screen and (orientation: landscape) and (min-width: 1133px) and (max-width: 1193px) {

:root {
    --thecuraline-space-lg: 50px;
}

  .uc-side-labels{
    height: 382px;
  }

}

/* iPad 11-inch â€” landscape */
@media screen and (orientation: landscape) and (min-width: 1194px) and (max-width: 1365px) {


}

/* iPad 13-inch â€” landscape */
@media screen and (orientation: landscape) and (min-width: 1366px) {


}

@media screen and (orientation: landscape) and (max-width: 1366px) {
  /* Applies to all iPads in landscape and smaller */

}

@media screen and (orientation: landscape) and (max-width: 956px) {
  :root {
    --thecuraline-space-2xs: 39px;
  }
}

@media (max-width: 768px), (min-width: 769px) and (max-width: 1024px) and (orientation: portrait), (max-height: 500px) and (orientation: landscape) {

  .uc-footer__grid {
      width: 100%;
      gap: 0;
      align-items: start;
  }

  .uc-footer__grid > * {
      margin-top: 0;
  }

  .uc-footer__grid > * + * {
      margin-top: o;
  }

  .uc-footer__brand {
      padding-top: 28px;
      margin-top: 28px;
  }

  .uc-footer__brand::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      border-top: 1px solid rgba(91, 7, 26, 0.45);
  }

  .uc-footer__subscribe {
      max-width: 500px;
      margin: 0 auto;
  }

}


@media (min-width: 769px) and (max-width: 1366px) and (orientation: landscape) {

    .confirmation-card {
        width: min(100%, 398px);
        padding: 30px 22px;
        border-radius: 28px;
    }
    .confirmation-card__title {
        font-size: 1.6rem;
    }

}


@media (max-width: 480px) and (orientation: portrait) {

  .uc-footer__brand::before {
      left: 3px;
      width: 98%;
      margin: 0 auto;
  }

  #menu-footer-menu {
      bottom: -25px;
  }

}


@media (max-width: 480px) {
	.b2-1-inp-fld-wrp {
		justify-content: flex-start !important;
	}
 .uc-media-pos-left-150-mobile {
      object-position: -100px center !important;
  }

  .uc-media-pos-bottom-50-mobile {
    object-position: center -125px !important;
  }


}

/* Tab Portrait */
@media (min-width: 1921px) {

  .uc-slider-stage article:nth-child(1)  img {
    object-position: center calc(0% - 228px) !important;
  }
  .uc-slider-stage article:nth-child(3) img {
    object-position: center calc(100% + 271px) !important;
  }
  .uc-slider-stage article:nth-child(5) img {
    object-position: center calc(0% - 291px) !important;
  }

}


/* Tab Portrait */
@media (max-width: 1024px) {

  .uc-section__narrow {
      width: min(90%, var(--thecuraline-content-width-narrow)) !important;
  }

  footer	.uc-footer__subscribe {
		order: 0;
	}

  footer	.uc-footer__brand {
		order: 1;
	}

  footer	.uc-footer__nav {
		order: 2;
	}
  .menu-footer a {
      line-height: 40px !important;
  }

  .uc-footer__brand {
      padding-top: 56px;
      margin-top: 56px;
  }


}

/* â”€â”€ Section theming â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   Add data-theme="dark" to any section with a
   dark background. Text colour inherits white
   automatically. Elements with their own explicit
   colour rule (e.g. .color-primary) still win.
â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
[data-theme="dark"] {
  color: #fff;
}

.single-story-hero .uc-hero__inner {
    width: 100% !important;
}

.single-story-hero .uc-hero__brand h1,
.single-story-hero .uc-hero__brand h1 a {
  color: #fff;
}

.single-story-hero .uc-hero__lower a {
  color: #fff;
}

.single-story-hero .uc-hero__divider {
  background: rgba(255, 255, 255, 0.5);
}

/* â”€â”€ Fixed chrome â€“ smooth colour transitions â”€
   Applied globally so the crossfade works for
   both the JS-driven dark-zone state and any
   future manual overrides.
â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.uc-header__link {
  transition: color 0.25s ease;
}

.uc-side-labels a,
.uc-social a {
  transition: color 0.25s ease;
}

.uc-social img {
  transition: filter 0.25s ease;
}

/* â”€â”€ Fixed chrome â€“ dark-zone state â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   JS (initSectionColorContext) adds these body
   classes via IntersectionObserver when the
   fixed chrome scrolls over a data-theme="dark"
   section.  header-over-dark  â†’ header strip
               aside-over-dark   â†’ centre strip
â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.header-over-dark .uc-header__link,
.header-over-dark .uc-nav__menu a,
.header-over-dark .uc-nav__toggle {
  color: #fff;
}

.aside-over-dark .uc-side-labels a,
.aside-over-dark .uc-social a {
  color: #fff;
}

.aside-over-dark .uc-social img {
  filter: invert(1);
}


/* Front-page header search action aligned to the supplied reference. */
.uc-header__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}

.uc-header__inner > .uc-header__link {
  justify-self: start;
}

.uc-nav {
  justify-self: center;
}

.uc-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: clamp(42px, 7.5vw, 154px);
  min-width: 0;
}

.uc-header__search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: var(--thecuraline-color-dark);
  line-height: 1;
  transition: color 0.25s ease, opacity 0.2s ease;
}

.uc-header__search:hover {
  opacity: 0.68;
}

.uc-header__search svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-over-dark .uc-header__search {
  color: #fff;
}

@media (max-width: 1080px) {
  .uc-header__actions {
    gap: 18px;
  }
}

@media (max-width: 640px) {
  .uc-header__inner {
    grid-template-columns: auto 1fr auto;
    gap: 14px;
  }

  .uc-header__actions {
    gap: 14px;
  }

  .uc-header__search {
    width: 20px;
    height: 20px;
  }

  .uc-header__search svg {
    width: 17px;
    height: 17px;
  }
}

/* Front page fullscreen banner slider */
.frontpage-banner-slider {
  position: relative;
  min-height: 100svh;
  height: 100svh;
  overflow: hidden;
  background: var(--thecuraline-color-background);
}

.frontpage-banner-slider__stage,
.frontpage-banner-slider .uc-slide,
.frontpage-banner-slider .uc-slide__overlay {
  min-height: 100svh;
  height: 100svh;
}

.frontpage-banner-slider .uc-slide__media {
  object-fit: cover;
  object-position: center center;
}

.frontpage-banner-slide__overlay {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding: 120px var(--thecuraline-line-inline-padding) 90px;
  background: linear-gradient(180deg, rgba(246, 240, 234, 0.06), rgba(246, 240, 234, 0.16));
}

.frontpage-banner-slide__content {
  width: min(920px, 72vw);
  margin: 0 auto;
  text-align: center;
  transform: translateY(6vh);
}

.frontpage-banner-slide__eyebrow {
  margin: 0 0 15px;
  color: var(--thecuraline-color-dark);
  font-family: var(--thecuraline-font-family-medium);
  font-size: clamp(10px, 0.78vw, 13px);
  line-height: 1.1;
}

.frontpage-banner-slide__title {
  margin: 0;
  color: var(--thecuraline-color-dark);
  font-family: var(--thecuraline-font-family-body);
  font-size: clamp(13px, 1.05vw, 18px);
  font-weight: var(--thecuraline-font-weight-regular);
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.frontpage-banner-slider + .uc-hero {
  border-top: 0;
}

@media (max-width: 768px) {
  .frontpage-banner-slider,
  .frontpage-banner-slider__stage,
  .frontpage-banner-slider .uc-slide,
  .frontpage-banner-slider .uc-slide__overlay {
    min-height: 100svh;
    height: 100svh;
  }

  .frontpage-banner-slide__overlay {
    padding: 104px 18px 66px;
  }

  .frontpage-banner-slide__content {
    width: min(100%, 520px);
    transform: translateY(4vh);
  }

  .frontpage-banner-slide__title {
    font-size: 12px;
    line-height: 1.35;
  }
}