@layer reset {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  figure {
    margin: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 500;
    font-variation-settings: "wght" 500;
  }
  img {
    max-width: 100%;
    display: block;
  }
}
@font-face {
  font-family: "Sofia Sans Extra Condensed";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/SofiaSansExtraCondensed-VariableFont_wght.ttf");
}
@layer base {
  *,
  *::before,
  *::after {
    text-rendering: optimizeLegibility;
    font-variant-ligatures: common-ligatures;
    font-variant-numeric: oldstyle-nums stacked-fractions;
    font-feature-settings: "salt", "liga", "rlig";
  }
  @media (prefers-reduced-motion: no-preference) {
    html {
      scroll-behavior: smooth;
    }
  }
  :root {
    --font-family: system-ui;
    --font-family-serif: Superclarendon, "Bookman Old Style", "URW Bookman", "URW Bookman L", "Georgia Pro", Georgia, serif;
    --font-family-header: "Sofia Sans Extra Condensed", Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", "Nimbus Sans Narrow", sans-serif-condensed, sans-serif;
    --font-size: 18px;
    --color-text: rgb(0 0 0);
    --color-background: rgb(255 255 255);
    --color-primary: rgb(30, 58, 138);
    --color-secondary: rgb(255 215 0);
    --color-tertiary: rgb(240 240 240);
    --site-max-width: 960px;
    --site-margin-inline: auto;
    --site-padding-inline: min(4rem, 5%);
  }
  body {
    margin: 0;
    padding: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: var(--font-size);
    color: var(--color-text);
    background-color: var(--color-background);
    line-height: 1.3;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--font-family-header);
    font-weight: 700;
    font-variation-settings: "wght" 700;
    color: var(--color-primary);
    line-height: 1;
  }
  h1,
  h2 {
    font-weight: 900;
    font-variation-settings: "wght" 900;
  }
  p + p {
    margin-top: 1rem;
  }
  a {
    color: inherit;
  }
  body > header,
  body > main,
  body > footer {
    margin: 0;
  }
  body > header > div > section, body > header > div > div, body > header > article > section, body > header > article > div,
  body > main > div > section,
  body > main > div > div,
  body > main > article > section,
  body > main > article > div,
  body > footer > div > section,
  body > footer > div > div,
  body > footer > article > section,
  body > footer > article > div {
    padding-block: 1rem;
    padding-inline: var(--site-padding-inline);
    margin-inline: var(--site-margin-inline);
    max-inline-size: var(--site-max-width);
  }
  body > header > div > section.wide, body > header > div > div.wide, body > header > article > section.wide, body > header > article > div.wide,
  body > main > div > section.wide,
  body > main > div > div.wide,
  body > main > article > section.wide,
  body > main > article > div.wide,
  body > footer > div > section.wide,
  body > footer > div > div.wide,
  body > footer > article > section.wide,
  body > footer > article > div.wide {
    padding-inline: 0;
  }
  body > header > div > section.wide > div, body > header > div > div.wide > div, body > header > article > section.wide > div, body > header > article > div.wide > div,
  body > main > div > section.wide > div,
  body > main > div > div.wide > div,
  body > main > article > section.wide > div,
  body > main > article > div.wide > div,
  body > footer > div > section.wide > div,
  body > footer > div > div.wide > div,
  body > footer > article > section.wide > div,
  body > footer > article > div.wide > div {
    padding-inline: var(--site-padding-inline);
  }
  body > header > div > section.full, body > header > div > div.full, body > header > article > section.full, body > header > article > div.full,
  body > main > div > section.full,
  body > main > div > div.full,
  body > main > article > section.full,
  body > main > article > div.full,
  body > footer > div > section.full,
  body > footer > div > div.full,
  body > footer > article > section.full,
  body > footer > article > div.full {
    padding-inline: 0;
    margin-inline: 0;
    max-inline-size: 100%;
  }
  body > header > div > section.full > div, body > header > div > div.full > div, body > header > article > section.full > div, body > header > article > div.full > div,
  body > main > div > section.full > div,
  body > main > div > div.full > div,
  body > main > article > section.full > div,
  body > main > article > div.full > div,
  body > footer > div > section.full > div,
  body > footer > div > div.full > div,
  body > footer > article > section.full > div,
  body > footer > article > div.full > div {
    padding-inline: var(--site-padding-inline);
    margin-inline: var(--site-margin-inline);
    max-inline-size: var(--site-max-width);
  }
  @media (max-width: 960px) {
    body > header > div > section.wide, body > header > div > div.wide, body > header > article > section.wide, body > header > article > div.wide,
    body > main > div > section.wide,
    body > main > div > div.wide,
    body > main > article > section.wide,
    body > main > article > div.wide,
    body > footer > div > section.wide,
    body > footer > div > div.wide,
    body > footer > article > section.wide,
    body > footer > article > div.wide {
      margin-inline: 1rem;
    }
  }
}
.icons {
  width: 0;
  height: 0;
}

#logo {
  display: none;
}

img {
  object-fit: contain;
}

h1 {
  font-size: 5rem;
}

header {
  position: sticky;
  z-index: 100;
  background-color: var(--color-secondary);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px;
}
header .header-content div {
  padding-block: 1rem 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header .header-content div h1 {
  font-size: 3rem;
}
header .header-content div ul {
  margin-block: 1rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  margin-inline: 0;
  padding-inline: 0;
  list-style-type: none;
}
header .header-content div ul li a {
  display: flex;
  flex-direction: row;
  justify-content: baseline;
  gap: 0.5rem;
}
@media (max-width: 600px) {
  header .header-content div {
    flex-direction: column;
  }
  header .header-content div ul {
    margin-block: 0.5rem;
    justify-content: flex-start;
  }
}

footer {
  text-align: center;
}
footer .minutia {
  font-size: 0.9rem;
}

main > article > section {
  margin-block: 0 2rem;
}
main .wide {
  border-radius: 1rem;
}
main .bg-primary {
  background: var(--color-primary);
}
main .bg-secondary {
  background: var(--color-secondary);
}
main .bg-tertiary {
  background: var(--color-tertiary);
}
main h2 {
  margin-bottom: 2rem;
  font-size: clamp(2rem, -0.1522rem + 6.087vw, 2.5rem);
  line-height: 1.1;
}
main h3 {
  font-size: clamp(1.5rem, 1.2283rem + 0.8696vw, 1.75rem);
}
main .divider {
  height: 0.5rem;
  width: 8rem;
  background-color: var(--color-primary);
  margin-block: 1.5rem;
  padding: 0;
}
main .hero {
  --ornament-size: 24rem;
  --ornament-color: 220 38 38;
  position: relative;
  background-color: var(--color-secondary);
  padding: 0;
  overflow: hidden;
  border-bottom: 4px solid var(--color-primary);
}
main .hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: var(--ornament-size);
  height: var(--ornament-size);
  background-color: rgb(var(--ornament-color)/0.1);
  border-radius: 50%;
  transform: translate(12rem, -12rem);
}
main .hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: var(--ornament-size);
  height: var(--ornament-size);
  background-color: rgb(var(--ornament-color)/0.03);
  border-radius: 10%;
  transform: translate(-12rem, 12rem);
}
main .hero .hero-content {
  padding-block: 3rem 2rem;
}
main .hero .hero-content h1 {
  text-transform: uppercase;
  font-size: 5rem;
}
main .hero .hero-content p {
  margin-bottom: 1rem;
}
main .hero .hero-content p .icon {
  color: darkred;
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}
main .hero .hero-content > div {
  display: flex;
  flex-direction: row;
  gap: 4rem;
}
main .hero .hero-content > div div:has(img) {
  padding-inline: 0;
  padding-block: 1rem;
  display: flex;
  min-width: 35%;
}
main .hero .hero-content > div div:has(img) img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top left;
}
@media (max-width: 960px) {
  main .hero .hero-content > div div:has(img) {
    margin-right: calc(-1 * var(--site-padding-inline) - 5px);
  }
}
@media (max-width: 600px) {
  main .hero .hero-content {
    flex-direction: column;
  }
  main .hero .hero-content > div {
    gap: 0;
  }
  main .hero .hero-content > div div:has(img) {
    display: none;
  }
}

section:has(.cta) {
  border-radius: 2rem;
  padding-block: 0;
}

.cta {
  border-radius: 2rem;
  padding-block: 0;
}
.cta h2 {
  margin-bottom: 1rem;
}

.callout-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "one two" "three three";
}
@media (max-width: 600px) {
  .callout-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "one" "two" "three";
  }
}
.callout-grid > :nth-child(1) {
  grid-area: one;
  padding-left: 0;
}
@media (max-width: 600px) {
  .callout-grid > :nth-child(1) {
    padding-inline: 0;
    border-right: none;
  }
}
.callout-grid > :nth-child(2) {
  grid-area: two;
  padding-right: 0;
}
@media (max-width: 600px) {
  .callout-grid > :nth-child(2) {
    padding-inline: 0;
  }
}
.callout-grid > :nth-child(3) {
  grid-area: three;
  padding-inline: 0;
}
@media (max-width: 600px) {
  .callout-grid > :nth-child(3) {
    padding-inline: 0;
  }
}
.callout-grid .grid-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--color-tertiary);
  border-radius: 1rem;
  box-shadow: inset 0 0 3rem rgba(0, 0, 0, 0.08);
}
.callout-grid .grid-item div:not(:has(img)) {
  padding: 1.5rem 2rem;
}
.callout-grid .grid-item div:not(:has(img)) h3 {
  margin-bottom: 1rem;
}
.callout-grid .grid-item div:has(img) {
  max-height: 10rem;
  max-width: 100%;
  overflow: hidden;
}
.callout-grid .grid-item div:has(img) img {
  min-height: 100%;
  min-width: 100%;
  object-position: top;
}

.cta {
  padding-block: 2rem;
}

.jackets {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.jackets > :nth-child(2) {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 40%;
  overflow: hidden;
  max-height: 250px;
}
.jackets > :nth-child(2) img {
  max-height: 250px;
  object-fit: contain;
  object-position: bottom center;
}
@media (max-width: 600px) {
  .jackets {
    flex-direction: column;
    gap: 0;
  }
  .jackets > :nth-child(2) {
    max-height: 15rem;
    border-radius: 1rem;
  }
  .jackets > :nth-child(2) img {
    object-fit: cover;
    object-position: top center;
  }
}

.gallery {
  padding-block: 2rem 2.5rem;
  box-shadow: inset 0 0 3rem rgba(0, 0, 0, 0.05);
}
.gallery .gallery-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.gallery .gallery-grid > div {
  overflow: hidden;
  border-radius: 1rem;
  background-color: var(--color-background);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  max-height: 250px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.fslightbox-source {
  aspect-ratio: 1;
  object-fit: contain;
  padding: 15%;
}

.fslightbox-container {
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.9) !important;
}

/*# sourceMappingURL=app.css.map */
