@charset "UTF-8";
/**!
Theme Name: DTC
Description: DTC WordPress Theme
Version: 2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dtc
*/
:root {
  --radius-m: 4px;
}

@media (min-width: 768px) {
  :root {
    --radius-m: 6px;
  }
}
:root {
  --spacing-xs: 4px;
  --spacing-s: 8px;
  --spacing-md: 16px;
  --spacing-l: 28px;
  --spacing-xl: 96px;
}

@media (min-width: 768px) {
  :root {
    --spacing-xs: 6px;
    --spacing-s: 12px;
    --spacing-md: 20px;
    --spacing-l: 35px;
    --spacing-xl: 120px;
  }
}
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
*:not(dialog) {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
  padding: 0 !important;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
/* 9. Improve line wrapping */
/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

.row {
  --bs-gutter-x: 40px;
}

/**!
Theme Name: DTC
Description: DTC WordPress Theme
Version: 2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dtc
*/
html, body {
  height: 100%;
  background-color: #ffffff;
}

/* WCAG 2.4.11 – skip target not obscured by fixed content */
#main-content {
  scroll-margin-top: 1rem;
}

/* WCAG 2.3.3 – respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  [data-aos] {
    transition: none !important;
    transform: none !important;
  }
}
img, svg {
  min-width: 100%;
  height: auto;
}

h1 {
  color: #540000;
}

.ul-checker {
  list-style: none;
  padding-left: 0;
  position: relative;
}
.ul-checker li {
  position: relative;
  padding-left: 32px;
}
.ul-checker li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNFMzAwMUIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaGVjay1pY29uIGx1Y2lkZS1jaGVjayI+PHBhdGggZD0iTTIwIDYgOSAxN2wtNS01Ii8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -3px;
  top: 0;
}
.ul-checker li + li {
  margin-top: var(--spacing-s);
}

.dtc-text {
  width: auto;
  height: 0.8em;
  display: inline-block;
  min-width: auto !important;
  vertical-align: top;
  margin-top: 0.29em;
  margin-left: 0.175em;
  margin-right: 0.175em;
}
.dtc-text.dtc-text-last {
  margin-right: 0;
}
.dtc-text.dtc-text-small {
  margin-top: 0.37em;
}
.dtc-text.dtc-text-h2 {
  margin-top: 0.19em;
}

/**!
Theme Name: DTC
Description: DTC WordPress Theme
Version: 2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dtc
*/
.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 99999;
  padding: 1rem 1.5rem;
  background: #540000;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-m);
}
.skip-link:focus {
  left: var(--spacing-md);
  top: var(--spacing-md);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
  outline: 3px solid #191919;
  outline-offset: 3px;
}

a {
  color: #540000;
  text-decoration: underline;
  text-decoration-color: #540000;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #E3001B;
  text-decoration-color: #E3001B;
}

.btn {
  min-height: 24px;
  min-width: 24px;
}
.btn.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #E3001B;
  color: #ffffff;
  border-color: #E3001B;
  padding: 12px 20px;
  min-height: 44px;
  border-radius: var(--radius-m);
  text-decoration: none;
  gap: 10px;
  transition: all 0.3s ease;
  width: fit-content;
}
.btn.btn-primary.btn-icon-arrow-right::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 6.33333H12.1667M12.1667 6.33333L6.33333 0.5M12.1667 6.33333L6.33333 12.1667' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn.btn-primary.btn-icon-mail::after {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-mail-icon lucide-mail'%3E%3Cpath d='m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7'/%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn.btn-primary:hover {
  background-color: #540000;
}
.btn.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #540000;
  border: 1px solid #540000;
  padding: 12px 20px;
  min-height: 44px;
  border-radius: var(--radius-m);
  text-decoration: none;
  gap: 10px;
  transition: all 0.3s ease;
  width: fit-content;
}
.btn.btn-secondary.btn-icon-arrow-right::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 6.33333H12.1667M12.1667 6.33333L6.33333 0.5M12.1667 6.33333L6.33333 12.1667' stroke='%23540000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn.btn-secondary:hover {
  background-color: #540000;
  color: #ffffff;
}
.btn.btn-secondary:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 6.33333H12.1667M12.1667 6.33333L6.33333 0.5M12.1667 6.33333L6.33333 12.1667' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/**!
Theme Name: DTC
Description: DTC WordPress Theme
Version: 2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dtc
*/
h1,
.h1 {
  font-size: clamp(2rem, 5vw + 1.5rem, 3.75rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.04em;
}

h2,
.h2 {
  font-size: clamp(1.75rem, 4vw + 1.25rem, 3rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.04em;
}

h3,
.h3 {
  font-size: clamp(1.5rem, 3vw + 1rem, 1.875rem);
  line-height: 1.25;
  font-weight: 700;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  color: #540000;
  text-wrap: balance;
  overflow-wrap: break-word;
  hyphens: auto;
  hyphenate-limit-chars: 20 5 5;
  hyphenate-limit-lines: 2;
}

.lead {
  font-size: 1.5rem;
  line-height: 1.4;
}

p,
.p {
  font-size: 1.125rem;
  line-height: 1.5;
}

.subheadline {
  font-size: 1rem;
  line-height: 1.5;
  color: #E3001B;
  font-weight: 900;
  text-transform: uppercase;
}

.small {
  font-size: 0.875rem;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .lead {
    font-size: 1.25rem;
  }
  p,
  .p {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .lead {
    font-size: 1.125rem;
  }
  .subheadline,
  .small {
    font-size: 0.9375rem;
  }
}
body {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-200 {
  font-family: avenir-next-lt-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
}

.font-400 {
  font-family: avenir-next-lt-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-700 {
  font-family: avenir-next-lt-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.font-800,
strong {
  font-family: avenir-next-lt-pro, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.font-900 {
  font-family: avenir-next-lt-pro, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.entry h1, .entry h2, .entry h3 {
  margin-bottom: var(--spacing-l);
}
.entry h2,
.entry .h2 {
  font-size: clamp(1.5rem, 3vw + 1rem, 1.875rem);
  line-height: 1.25;
  font-weight: 700;
}
.entry p {
  margin-bottom: var(--spacing-md);
}
.entry ul {
  margin-bottom: var(--spacing-md);
}

/**!
Theme Name: DTC
Description: DTC WordPress Theme
Version: 2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dtc
*/
.section {
  padding: 50px 15px;
}
@media (min-width: 768px) {
  .section {
    padding: var(--spacing-xl) 0;
  }
}

.home-section-1 .video-wrap {
  overflow: hidden;
  position: relative;
}
.home-section-1 .video-wrap video {
  width: 100%;
  height: 100%;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  isolation: isolate;
}

.home-section-5 {
  background-color: #f3ede8;
}

.home-section-9 {
  background-color: #f3ede8;
}
@media (max-width: 991.98px) {
  .home-section-9 {
    text-align: center;
  }
}
.home-section-9 .logo-row {
  margin-top: var(--spacing-l);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: var(--spacing-l);
}
@media (max-width: 991.98px) {
  .home-section-9 .logo-row {
    justify-content: center;
  }
}
.home-section-9 .logo-row .logo-item {
  flex: 1 1 170px;
  max-width: 170px;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  background-color: #ffffff;
  padding: var(--spacing-md);
  border-radius: var(--radius-m);
}

/**!
Theme Name: DTC
Description: DTC WordPress Theme
Version: 2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dtc
*/
.header-section {
  padding-bottom: var(--spacing-l);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--spacing-l);
  padding: var(--spacing-md) var(--spacing-l);
}
@media (max-width: 767.98px) {
  .header-section {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-l);
  }
  .header-section .header-section-button {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header-section {
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(84, 0, 0, 0.1);
  }
}
.header-section .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header-section .logo img {
  height: 100%;
  width: 170px;
}
@media (max-width: 767.98px) {
  .header-section .logo img {
    width: 130px;
  }
}

/**!
Theme Name: DTC
Description: DTC WordPress Theme
Version: 2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dtc
*/
/* colors */
.color-primary {
  color: #E3001B;
}

.color-secondary {
  color: #540000;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #191919;
}

.color-grey {
  color: #cdcdcd;
}

/* spacing */
.mtop-0 {
  margin-top: 0;
}

.mbottom-0 {
  margin-bottom: 0;
}

.ptop-0 {
  padding-top: 0;
}

.pbottom-0 {
  padding-bottom: 0;
}

.row-gap-l {
  row-gap: var(--spacing-l);
}

.column-gap-l {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-l);
}

.column-gap-md {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}

/* align */
.flex-center-x {
  display: flex;
  align-items: center;
}

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

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

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

/* radius */
.radius-m {
  border-radius: var(--radius-m);
}

/**!
Theme Name: DTC
Description: DTC WordPress Theme
Version: 2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dtc
*/
.swiper-fade {
  width: 100%;
  aspect-ratio: 5/4;
  border-radius: var(--radius-m);
}
.swiper-fade .swiper-slide {
  opacity: 0;
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
.swiper-fade .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-fade .swiper-pagination {
  padding-left: var(--spacing-md);
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--spacing-xs);
}
.swiper-fade .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  width: 18px;
  height: 18px;
}
.swiper-fade .swiper-pagination .swiper-pagination-bullet-active {
  border: 5px solid #E3001B;
}

.swiper-vertical {
  width: 100%;
  aspect-ratio: 5/4;
  border-radius: var(--radius-m);
}
.swiper-vertical .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-vertical .swiper-pagination {
  left: var(--spacing-md);
  right: auto;
}
.swiper-vertical .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  width: 18px;
  height: 18px;
}
.swiper-vertical .swiper-pagination .swiper-pagination-bullet-active {
  border: 5px solid #E3001B;
}

/**!
Theme Name: DTC
Description: DTC WordPress Theme
Version: 2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dtc
*/
.accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.accordion-item {
  border-bottom: 1px solid #cdcdcd;
}
.accordion-item:last-child {
  border-bottom: none;
}
.accordion-item:first-child .accordion-item-title {
  padding-top: 0;
}

.accordion-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2rem 0 1rem;
  min-height: 44px;
  background: none;
  border: none;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s;
  color: #540000;
  font-weight: 600;
}
.accordion-item-title:hover {
  color: #E3001B;
}

.accordion-icon {
  position: relative;
  flex-shrink: 0;
  margin-left: 0.5rem;
  width: 24px;
  height: 24px;
}

.accordion-icon-plus,
.accordion-icon-minus {
  position: absolute;
  inset: 0;
}

.accordion-icon-plus {
  opacity: 1;
  transition: opacity 0.2s;
}

.accordion-icon-minus {
  opacity: 0;
  transition: opacity 0.2s;
}

.accordion-item.is-open .accordion-icon-plus {
  opacity: 0;
}

.accordion-item.is-open .accordion-icon-minus {
  opacity: 1;
}

.accordion-item-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease-out;
  overflow: hidden;
}
.accordion-item-content > * {
  min-height: 0;
  overflow: hidden;
}
.accordion-item-content p {
  margin: 0;
}

.accordion-item.is-open .accordion-item-content {
  grid-template-rows: 1fr;
  padding-bottom: var(--spacing-md);
}

/**!
Theme Name: DTC
Description: DTC WordPress Theme
Version: 2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dtc
*/
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
}
.footer-nav a {
  display: inline-block;
  line-height: 1.5;
  font-weight: 400;
  color: #540000;
  text-decoration: none;
  min-height: 44px;
  padding: 0.5rem 0;
}
.footer-nav a:hover {
  text-decoration: underline;
}

.copyright {
  font-size: 1rem;
}
/*# sourceMappingURL=style.css.map */
