*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: DM Sans, Inter, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.block {
  display: block;
}

/* ===================================
   CSS VARIABLES
   =================================== */

:root {
  /* Brand Colors */
  --color-carmine: #E4554A;
  --color-gable: #17363B;
  --color-merino: #F1F1E9;
  --color-black-cow: #454545;
  /* Extended Palette */
  --color-carmine-light: #F07A72;
  --color-carmine-dark: #C63D33;
  --color-gable-light: #2A5158;
  --color-gable-dark: #0D1F23;
  --color-merino-dark: #E4E4D6;
  /* Semantic Colors */
  --color-bg-primary: var(--color-merino);
  --color-bg-secondary: #FFFFFF;
  --color-text-primary: var(--color-black-cow);
  --color-text-secondary: #6B6B6B;
  --color-accent: var(--color-carmine);
  --color-accent-alt: var(--color-gable);
  /* Spacing */
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --spacing-2xl: 4rem;
  --spacing-3xl: 6rem;
  /* Typography */
  --font-serif: 'Newsreader', 'Georgia', serif;
  --font-sans: 'DM Sans', 'Inter', sans-serif;
  /* Shadows */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  /* Border Radius */
  --radius-sm: 0.5rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --radius-xl: 2rem;
  --radius-full: 9999px;
  /* Transitions */
  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===================================
   BASE STYLES
   =================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  background-color: var(--color-bg-primary);
  color: var(--color-text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

::-moz-selection {
  background-color: var(--color-carmine);
  color: white;
}

::selection {
  background-color: var(--color-carmine);
  color: white;
}

/* ===================================
   TYPOGRAPHY
   =================================== */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  line-height: 1.2;
  font-weight: 400;
  color: var(--color-gable);
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--color-carmine);
}

/* ===================================
   NAVIGATION
   =================================== */

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(241, 241, 233, 0.95);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(23, 54, 59, 0.1);
  transition: all var(--transition-base);
}

nav.scrolled {
  box-shadow: var(--shadow-md);
}

.nav-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  font-size: 1.125rem;
  color: var(--color-gable);
}

.logo-mark {
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(135deg, var(--color-carmine), var(--color-carmine-dark));
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.logo-text {
  font-family: var(--font-serif);
  font-weight: 500;
}

.nav-links {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.nav-links a {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--color-text-secondary);
  transition: color var(--transition-fast);
}

.nav-links a:hover {
  color: var(--color-gable);
}

.nav-cta {
  padding: 0.75rem 1.5rem;
  background-color: var(--color-carmine);
  color: white;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 0.9375rem;
  transition: all var(--transition-fast);
  box-shadow: 0 4px 12px rgba(228, 85, 74, 0.25);
}

.nav-cta:hover {
  background-color: var(--color-carmine-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(228, 85, 74, 0.35);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-gable);
  padding: 0.5rem;
}

/* Mobile Navigation */

@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--color-bg-primary);
    flex-direction: column;
    padding: 1.5rem;
    gap: 1rem;
    border-bottom: 1px solid rgba(23, 54, 59, 0.1);
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: all var(--transition-base);
  }

  .nav-links.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }

  .nav-cta {
    display: none;
  }
}

/* ===================================
   HERO SECTION
   =================================== */

.hero-section {
  padding: 8rem 1.5rem 4rem;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-container {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.event-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: rgba(228, 85, 74, 0.1);
  border: 1px solid rgba(228, 85, 74, 0.2);
  border-radius: var(--radius-full);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  color: var(--color-carmine-dark);
  font-weight: 500;
}

.status-dot {
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--color-carmine);
  border-radius: 50%;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.hero-title {
  font-size: clamp(2.5rem, 8vw, 5rem);
  line-height: 1.1;
  font-weight: 300;
  color: var(--color-gable);
  letter-spacing: -0.02em;
}

.title-prefix {
  display: block;
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-family: var(--font-sans);
  font-weight: 500;
  color: var(--color-text-secondary);
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.title-location {
  display: block;
  font-weight: 500;
  color: var(--color-carmine);
}

.hero-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.7;
  color: var(--color-text-secondary);
  max-width: 42rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background-color: var(--color-carmine);
  color: white;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 1rem;
  transition: all var(--transition-fast);
  box-shadow: 0 4px 12px rgba(228, 85, 74, 0.25);
}

.btn-primary:hover {
  background-color: var(--color-carmine-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(228, 85, 74, 0.35);
}

.btn-primary.large {
  padding: 1.25rem 2.5rem;
  font-size: 1.125rem;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background-color: transparent;
  color: var(--color-gable);
  border: 1px solid rgba(23, 54, 59, 0.2);
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.btn-secondary:hover {
  background-color: rgba(23, 54, 59, 0.05);
  border-color: var(--color-gable);
}

.hero-meta {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(23, 54, 59, 0.1);
}

.meta-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-secondary);
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.partner-logo {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-gable);
}

/* Hero Visual */

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
}

.scholar-card {
  position: relative;
  width: 100%;
  max-width: 28rem;
  aspect-ratio: 3/4;
}

.scholar-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10rem 10rem 2rem 2rem;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}

.scholar-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform var(--transition-slow);
}

.scholar-card:hover .scholar-image {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(23, 54, 59, 0.7), transparent 50%);
}

.scholar-caption {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  color: white;
}

.caption-label {
  font-size: 0.875rem;
  opacity: 0.9;
  margin-bottom: 0.25rem;
}

.caption-name {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 500;
}

/* Floating Badge */

.floating-badge {
  position: absolute;
  bottom: -3rem;
  left: -1rem;
  width: 18rem;
  background-color: var(--color-gable-light);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  transform: rotate(-4deg);
  transition: transform var(--transition-slow);
  z-index: 10;
}

.floating-badge:hover {
  transform: rotate(0deg);
}

.badge-header {
  padding: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.badge-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.25rem;
}

.badge-title {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  color: white;
  line-height: 1.3;
}

.badge-header iconify-icon {
  color: var(--color-carmine);
}

.badge-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.badge-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.info-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

.info-value {
  font-size: 0.9375rem;
  font-weight: 600;
  color: white;
}

.badge-barcode {
  padding: 1.25rem;
  display: flex;
  align-items: flex-end;
  gap: 0.25rem;
  height: 2.5rem;
  opacity: 0.7;
}

.badge-barcode .bar {
  width: 0.25rem;
  background-color: white;
  height: 100%;
}

.badge-barcode .bar.short {
  height: 60%;
}

.badge-barcode .bar.medium {
  height: 80%;
}

.badge-barcode .bar.tall {
  height: 100%;
}

.badge-serrated {
  height: 0.75rem;
  width: 100%;
  background-color: var(--color-merino);
  -webkit-mask-image: radial-gradient(circle at 10px 0, transparent 0, transparent 5px, black 5px);
          mask-image: radial-gradient(circle at 10px 0, transparent 0, transparent 5px, black 5px);
  -webkit-mask-size: 20px 10px;
          mask-size: 20px 10px;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
}

/* Inclusion Badge */

.inclusion-badge {
  position: absolute;
  top: 3rem;
  right: -1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background-color: var(--color-carmine);
  color: white;
  border-radius: var(--radius-full);
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: var(--shadow-lg);
  transform: rotate(3deg);
  transition: transform var(--transition-slow);
}

.inclusion-badge:hover {
  transform: rotate(0deg);
}

/* Responsive Hero */

@media (min-width: 1024px) {
  .hero-container {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 6rem 1rem 3rem;
  }

  .floating-badge {
    position: static;
    transform: rotate(0deg);
    margin-top: 2rem;
    width: 100%;
  }

  .inclusion-badge {
    position: static;
    transform: rotate(0deg);
    margin-top: 1rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* ===================================
   SECTION COMPONENTS
   =================================== */

.section-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

.section-header {
  margin-bottom: 2rem;
}

.header-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: rgba(23, 54, 59, 0.05);
  border: 1px solid rgba(23, 54, 59, 0.1);
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-gable);
  font-weight: 600;
}

.section-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.2;
  font-weight: 300;
  color: var(--color-gable);
  margin-bottom: 1rem;
}

.title-highlight {
  display: block;
  font-weight: 500;
  color: var(--color-carmine);
}

.section-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--color-text-secondary);
  max-width: 48rem;
}

/* ===================================
   BOOKS SECTION
   =================================== */

.books-section {
  background-color: var(--color-gable-dark);
  color: white;
}

.books-section .section-title {
  color: white;
}

.books-section .section-description {
  color: rgba(255, 255, 255, 0.8);
}

.books-section .header-label {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: white;
}

.books-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.books-intro {
  max-width: 48rem;
}

.books-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.book-card {
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: all var(--transition-base);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.book-card:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(228, 85, 74, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.book-card.featured {
  background: linear-gradient(135deg, rgba(228, 85, 74, 0.15), rgba(228, 85, 74, 0.05));
  border-color: rgba(228, 85, 74, 0.3);
}

.book-icon {
  width: 3rem;
  height: 3rem;
  background-color: rgba(228, 85, 74, 0.2);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-carmine);
}

.book-title {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  color: white;
}

.book-author {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}

.book-description {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  flex-grow: 1;
}

.book-tag {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: rgba(228, 85, 74, 0.2);
  border: 1px solid rgba(228, 85, 74, 0.3);
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-carmine-light);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
}

/* Animation on scroll */

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ===================================
   SCHEDULE SECTION
   =================================== */

.schedule-section {
  background-color: var(--color-bg-secondary);
}

.schedule-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.schedule-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.schedule-days {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.day-card {
  background-color: var(--color-bg-primary);
  border: 1px solid rgba(23, 54, 59, 0.1);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  transition: all var(--transition-base);
}

.day-card:hover {
  border-color: var(--color-carmine);
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.day-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(23, 54, 59, 0.1);
}

.day-name {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-gable);
  margin-bottom: 0.25rem;
}

.day-date {
  font-size: 0.9375rem;
  color: var(--color-text-secondary);
}

.day-icon {
  color: var(--color-carmine);
}

.sessions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.session {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.session-time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-gable);
}

.session-time iconify-icon {
  color: var(--color-carmine);
}

.session-label {
  font-size: 0.875rem;
  color: var(--color-text-secondary);
  padding-left: 1.75rem;
}

/* Location Content */

.location-content {
  display: flex;
  align-items: center;
}

.location-card {
  background: linear-gradient(135deg, var(--color-carmine), var(--color-carmine-dark));
  border-radius: var(--radius-xl);
  padding: 2rem;
  color: white;
  box-shadow: var(--shadow-xl);
  width: 100%;
}

.location-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.location-header h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
}

.location-header iconify-icon {
  color: rgba(255, 255, 255, 0.9);
}

.location-details {
  margin-bottom: 2rem;
}

.venue-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: white;
  margin-bottom: 0.5rem;
}

.venue-address {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.location-features {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.95);
}

.feature iconify-icon {
  color: white;
}

.location-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: white;
  color: var(--color-carmine);
  border-radius: var(--radius-full);
  font-weight: 600;
  transition: all var(--transition-fast);
}

.location-link:hover {
  background-color: rgba(255, 255, 255, 0.95);
  transform: translateX(4px);
}

/* Responsive Schedule */

@media (min-width: 1024px) {
  .schedule-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

/* ===================================
   CTA SECTION
   =================================== */

.cta-section {
  background-color: var(--color-bg-primary);
}

.cta-card {
  background-color: var(--color-bg-secondary);
  border: 1px solid rgba(23, 54, 59, 0.1);
  border-radius: var(--radius-xl);
  padding: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  box-shadow: var(--shadow-lg);
}

.cta-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cta-icon {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, var(--color-carmine), var(--color-carmine-dark));
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.cta-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  font-weight: 300;
  color: var(--color-gable);
}

.cta-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--color-text-secondary);
}

.cta-features {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cta-feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  color: var(--color-text-primary);
}

.cta-feature iconify-icon {
  color: var(--color-carmine);
}

.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

.cta-note {
  font-size: 0.875rem;
  color: var(--color-text-secondary);
  text-align: center;
}

.cta-note a {
  color: var(--color-carmine);
  font-weight: 600;
}

.cta-note a:hover {
  text-decoration: underline;
}

.cta-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.attendance-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.attendance-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  background-color: var(--color-bg-primary);
  border: 1px solid rgba(23, 54, 59, 0.1);
  border-radius: var(--radius-md);
  font-weight: 600;
  color: var(--color-gable);
}

.attendance-card iconify-icon {
  color: var(--color-carmine);
}

/* Responsive CTA */

@media (min-width: 768px) {
  .cta-card {
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
  }
}

/* ===================================
   FOOTER
   =================================== */

.footer {
  background-color: var(--color-gable-dark);
  color: rgba(255, 255, 255, 0.8);
  padding: 3rem 1.5rem 1.5rem;
}

.footer-container {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-logo .logo-text {
  color: white;
  font-size: 1.125rem;
}

.footer-tagline {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}

.footer-links {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-links a {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
  transition: color var(--transition-fast);
}

.footer-links a:hover {
  color: white;
}

.footer-social {
  display: flex;
  gap: 1rem;
}

.social-link {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  transition: all var(--transition-fast);
}

.social-link:hover {
  background-color: var(--color-carmine);
  color: white;
  transform: translateY(-2px);
}

.footer-bottom {
  max-width: 80rem;
  margin: 0 auto;
  padding-top: 1.5rem;
  text-align: center;
}

.footer-bottom p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}

/* Responsive Footer */

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }
}