/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.8_@babel+core@7.28.5_@playwright+test@1.56.1_react-dom@19.2.1_react@19.2.1__react@19.2.1_sass@1.97.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/.pnpm/next@15.4.8_@babel+core@7.28.5_@playwright+test@1.56.1_react-dom@19.2.1_react@19.2.1__react@19.2.1_sass@1.97.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/reset.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin & padding */
* {
  margin: 0;
  padding: 0;
}

/* 3. Allow percentage-based heights */
html, body {
  min-height: 100%;
}

/* 4. Improve text rendering */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

/* 6. Remove built-in form typography styles */
input, button, textarea, select {
  font: inherit;
}

/* 7. Remove button defaults */
button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* 8. Respect user’s preferred color scheme */
html {
  color-scheme: light dark;
}

/* 9. Prevent text overflow */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 10. Create a new stacking context */
#svelte {
  isolation: isolate;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.8_@babel+core@7.28.5_@playwright+test@1.56.1_react-dom@19.2.1_react@19.2.1__react@19.2.1_sass@1.97.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/.pnpm/next@15.4.8_@babel+core@7.28.5_@playwright+test@1.56.1_react-dom@19.2.1_react@19.2.1__react@19.2.1_sass@1.97.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/.pnpm/next@15.4.8_@babel+core@7.28.5_@playwright+test@1.56.1_react-dom@19.2.1_react@19.2.1__react@19.2.1_sass@1.97.1/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/.pnpm/next@15.4.8_@babel+core@7.28.5_@playwright+test@1.56.1_react-dom@19.2.1_react@19.2.1__react@19.2.1_sass@1.97.1/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/app/(frontend)/globals.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Didot";
  src: url("/fonts/didot/GFS-Didot.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Anastasia";
  src: url("/fonts/anastasia/Anastasia.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
:root {
  /* Fonts */
  --font-heading: 'Anastasia', serif;
  --font-reading: 'Didot', serif;
  /* Colors */
  --color-white: #F7F7F7;
  --color-black: #190C04;
  --color-primary: #ECE6E2;
  --color-secondary: #F3F1F0;
  --color-tertiary: #BFA997;
  --color-accent: #9FB0A7;
  /* Spacing */
  --spacing-10: 10px;
  --spacing-20: 20px;
  --spacing-40: 40px;
  --spacing-60: 60px;
  --spacing-80: 80px;
  --spacing-120: 120px;
  --spacing-160: 160px;
  --spacing-200: 200px;
  /* Layout */
  --max-width: 1200px;
  --max-width-content: 800px;
  --spacing-section: 6rem;
  --spacing-element: 2rem;
  --radius-full: 2rem;
  --radius-half: 1rem;
}

body {
  font-family: var(--font-reading);
  color: var(--color-black);
  background-color: var(--color-white);
  margin: 0;
  padding-top: 100px;
  overflow-x: hidden;
  width: 100%;
}

h1 {
  font-size: 100px;
  font-family: var(--font-reading) !important;
  line-height: 100%;
}

h2 {
  font-size: 64px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 22px;
  font-family: var(--font-reading);
  font-style: italic;
  color: var(--color-black);
}

h5 {
  font-size: 64px;
  font-weight: 100;
  font-family: var(--font-heading);
  color: var(--color-accent);
}

h1, h2, h3 {
  font-family: var(--font-reading);
  color: var(--color-black);
  font-weight: 200;
}

p {
  font-family: var(--font-reading);
  color: var(--color-black);
  font-size: 18px;
}

.citation {
  font-family: var(--font-heading);
  font-size: 98px;
}

button {
  font-family: var(--font-heading);
  color: var(--color-black);
  text-decoration: none;
}
button:hover {
  text-decoration: underline;
}

/* Mobile Overrides */
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 14px;
  }
  .citation {
    font-size: 40px;
  }
  button {
    font-size: 24px;
  }
}
html {
  scroll-padding-top: var(--scroll-padding, 0px);
  scroll-behavior: smooth; /* Fallback */
  overflow-x: hidden;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.8_@babel+core@7.28.5_@playwright+test@1.56.1_react-dom@19.2.1_react@19.2.1__react@19.2.1_sass@1.97.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/.pnpm/next@15.4.8_@babel+core@7.28.5_@playwright+test@1.56.1_react-dom@19.2.1_react@19.2.1__react@19.2.1_sass@1.97.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/.pnpm/next@15.4.8_@babel+core@7.28.5_@playwright+test@1.56.1_react-dom@19.2.1_react@19.2.1__react@19.2.1_sass@1.97.1/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/.pnpm/next@15.4.8_@babel+core@7.28.5_@playwright+test@1.56.1_react-dom@19.2.1_react@19.2.1__react@19.2.1_sass@1.97.1/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/components/Header/index.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Header_header__qBw1J {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 1.5rem 0;
  background-color: var(--color-white);
}

.Header_container__U6gzw {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Header_logo__dhboe {
  display: block;
  /* max-width removed to allow checking for height */
}
.Header_logo__dhboe img {
  display: block;
  /* width and height handled by inline styles/JS */
}

.Header_nav__DMp9j {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.Header_navItem__6nLSG {
  display: flex;
  align-items: center;
  font-family: var(--font-reading);
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
.Header_navItem__6nLSG a {
  color: var(--color-black);
  text-decoration: none;
  transition: opacity 0.2s;
}
.Header_navItem__6nLSG a:hover {
  opacity: 0.7;
}
.Header_navItem__6nLSG {
  /* Separator Classes */
}
.Header_navItem__6nLSG .Header_dotSeparator__wK4d9 {
  display: block;
  width: 5px;
  height: 5px;
  background-color: var(--color-black);
  border-radius: 50%;
  margin: 0 1.5rem; /* Gap around the dot */
}
.Header_navItem__6nLSG {
  /* Image Separator Wrapper */
}
.Header_navItem__6nLSG .Header_imageSeparatorWrapper__O8fbO {
  display: flex;
  align-items: center;
  margin: 0 1.5rem;
}

/* Mobile Menu Wrapper - only visible on mobile */
.Header_mobileMenuWrapper__zok96 {
  display: none;
}

/* Desktop Navigation */
.Header_desktopNav__SWpCj {
  display: block;
}

/* Burger Button */
.Header_burgerButton__A2bXm {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 102;
  position: relative;
}
.Header_burgerButton__A2bXm:focus {
  outline: none;
}
.Header_burgerButton__A2bXm svg {
  display: block;
  width: 40px;
  height: auto;
}

/* Mobile Overlay - Fullscreen */
.Header_mobileOverlay__BGpSk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--color-white);
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Mobile Navigation */
.Header_mobileNav__BbM84 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.Header_mobileNavList__CdEI1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}

.Header_mobileNavItem__WQJDd {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-reading);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
.Header_mobileNavItem__WQJDd a {
  color: var(--color-black);
  text-decoration: none;
  transition: opacity 0.2s;
  text-align: center;
}
.Header_mobileNavItem__WQJDd a:hover {
  opacity: 0.7;
}
.Header_mobileNavItem__WQJDd {
  /* Separator styling in mobile menu */
}
.Header_mobileNavItem__WQJDd .Header_dotSeparator__wK4d9 {
  display: block;
  width: 5px;
  height: 5px;
  background-color: var(--color-black);
  border-radius: 50%;
  margin: 1rem 0;
}
.Header_mobileNavItem__WQJDd .Header_imageSeparatorWrapper__O8fbO {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
  .Header_container__U6gzw {
    position: relative;
  }
  /* Show mobile menu button */
  .Header_mobileMenuWrapper__zok96 {
    display: block;
    position: absolute;
    left: 2rem;
  }
  .Header_burgerButton__A2bXm {
    display: flex;
  }
  /* Center logo on mobile */
  .Header_logo__dhboe {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 120px;
  }
  /* Hide desktop navigation on mobile */
  .Header_desktopNav__SWpCj {
    display: none;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.8_@babel+core@7.28.5_@playwright+test@1.56.1_react-dom@19.2.1_react@19.2.1__react@19.2.1_sass@1.97.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/.pnpm/next@15.4.8_@babel+core@7.28.5_@playwright+test@1.56.1_react-dom@19.2.1_react@19.2.1__react@19.2.1_sass@1.97.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/.pnpm/next@15.4.8_@babel+core@7.28.5_@playwright+test@1.56.1_react-dom@19.2.1_react@19.2.1__react@19.2.1_sass@1.97.1/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/.pnpm/next@15.4.8_@babel+core@7.28.5_@playwright+test@1.56.1_react-dom@19.2.1_react@19.2.1__react@19.2.1_sass@1.97.1/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/components/Footer/index.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__9S97q {
  background-color: var(--color-white);
  padding: var(--spacing-section) 0;
}

.Footer_container__kRlyj {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3.5rem;
  gap: 3.5rem;
  align-items: center;
}
@media (min-width: 768px) {
  .Footer_container__kRlyj {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
}

.Footer_logoColumn__4kHmX {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.Footer_logoColumn__4kHmX img {
  /* Height and Width controlled by inline styles in component */
  display: block;
}

.Footer_textColumn__uGx7R {
  font-family: var(--font-reading);
  font-size: 1.2rem;
  line-height: 1.6;
  text-decoration: none;
}

.Footer_linksColumn__N4lSe {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.Footer_link__HfGPU {
  font-family: var(--font-reading);
  text-decoration: none !important;
  color: var(--color-black);
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: opacity 0.2s;
}
.Footer_link__HfGPU:hover {
  opacity: 0.7;
}
