@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");
/* === Font Import for Vintage Logo === */
@font-face {
  font-family: "Veneer";
  src: url("../fonts/Veneer.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Special';
  src: url("../fonts/BreeSerif-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SpecialTwo';
  src: url("../fonts/Lobster.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SpecialThree';
  src: url("../fonts/ThirstyScript.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
}
/* === CSS Variables: Global Colors === */
:root {
  --sienna: #b1560e;
  --sienna-2: #92633a;
  --white: #ffffff;
  --black: #000000;
  --tan: #708a7a;
  --papaya-whip: #eae0c7;
  --darkGreen: #194027;
  --darkGreen-2: #4e7c1b;
  --menu-color: #fafff9;
  --menuText-color: #3f7539;
  --noise-texture: url(https://i.gyazo.com/a26366e538851a5c569ff648e99b7fd4.png);
  --gif-texture: url(https://64.media.tumblr.com/da60c13b478dda09ab90c27e880983b8/tumblr_nd4pwdPKdc1tun3l0o1_1280.gifv);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@starting-style {

}
html, body {
    width: 100%;
    min-height: 100vh;
    font-family: var(--font-content);
    font-size: 16px;
  background-image: var(--noise-texture);
  background-blend-mode: overlay;
  
}

  .tvStatic-container:before, .tvStatic-container:after {
  content: "";
  display: flex;
  position: absolute;
  background-image:var(--gif-texture);
  height: 100vh;
  width: 100vw;
  translate:0px 0px;
  background-repeat: no-repeat;
  background-position-y:-20px;
  background-size: cover;
  mix-blend-mode: screen;
  pointer-events: none;
  background-blend-mode: screen;
  opacity: 14%;
  z-index: 9999999;
  
} 
#menu, #hours-location, #reviews, footer, #fun, #jobs {
	background-color: var(--papaya-whip);
	border-top: 1px solid var(--tan);
	padding: 10rem 5rem;
	position: relative;
	z-index: 1;
  overflow: hidden;
}
#fun {
  background-color: var(--darkGreen);
  color: var(--papaya-whip);
}
#fun h2 {
  color: var(--papaya-whip);
}
#fun p.small-title {
  color: #fff;
}


/* ---==== MODAL STYLES ====--- */
/* Let Bootstrap manage body locking. Don't fix the body. */
body.modal-open {
  overflow: hidden;       /* OK to keep */
  /* REMOVE: position: fixed; width:100%; */
}
.modal {
	--bs-modal-zindex: 1055;
	--bs-modal-width: 500px;
	--bs-modal-padding: 1rem;
	--bs-modal-margin: 0.5rem;
	--bs-modal-color: ;
	--bs-modal-bg: transparent;
	--bs-modal-border-color: transparent;
	--bs-modal-border-width: 1px;
	--bs-modal-border-radius: 0.5rem;
	--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-modal-inner-border-radius: calc(0.5rem - 1px);
	--bs-modal-header-padding-x: 1rem;
	--bs-modal-header-padding-y: 1rem;
	--bs-modal-header-padding: 1rem 1rem;
	--bs-modal-header-border-color: transparent;
	--bs-modal-header-border-width: 1px;
	--bs-modal-title-line-height: 1.5;
	--bs-modal-footer-gap: 0.5rem;
	--bs-modal-footer-bg: ;
	--bs-modal-footer-border-color: transparent;
	--bs-modal-footer-border-width: 1px;
}
/* .modal-body {
	width: 100dvw;
} */
 .modal-content {
	background-color: var(--darkGreen);
}
#foodModalLabel, #drinkModalLabel {
	color: #fff;
}
/* Make the modal body scroll independently */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
  max-height: calc(100vh - 6rem); /* header+footer breathing room */
}

/* Custom GSAP cover scrim backdrop */
#revealScrim {
  position: fixed;
  inset: 0;
  width: 0;
  height: 0;
  border-radius: 9999px;
  background: rgba(17, 19, 26, 0.95);
  pointer-events: none;
  z-index: 1080;          /* above BS backdrop (1050), below modal (1055) */
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}

/* Ensure modal stacks above your transformed content (Lenis/GSAP worlds) */
.modal { z-index: 1055; }

.modal.show .modal-dialog { will-change: transform, opacity, filter; }
.modal-content > * { will-change: transform, opacity; }


/* === Menu Section === */
.fade-transition {
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.fade-transition.show {
  opacity: 1;
  transform: scale(1);
}
.menu-section {
  /*background: url('../img/checkerboard-bg.png');
      background-size: 40px 40px;*/
  color: var(--menuText-color);
}
.menu-content {
  background: url('../img/checkerboard-bg.png');
  background-size: 32px 32px;
  box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.57);
}
#menu-dynamic {
  background: var(--menu-color);
}
.menu-section {
  display: flex;
  align-items: stretch;
}
.sidebar {
  position: relative;
}
.sidebar-inner {
  position: sticky;
  top: 20%;
  transform: translateY(-50%);
  height: auto;
  text-align: center;
}
.menu-section {
  display: flex;
}
.left-col {
  position: relative;
}
.left-inner {
	/* position: sticky; */
	/* top: 50%; */
	/* transform: translateY(-50%); */
	/* margin: 5rem; */
	text-align: center;
	/* background: var(--menu-color); */
	padding: 1rem;
	/* border-radius: 25px; */
	/* border: 2px solid var(--menuText-color); */
}
.checkmark {
  display: none;
  color: #fff; /* Bootstrap success green */
  font-weight: bold;
}
.btn-toggle.active .checkmark {
  display: inline;
}
h1 {
  font-family: 'Brush Script MT', cursive;
  font-size: 3rem;
}
.subtitle {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 2rem;
}
.btn-toggle {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0.25rem;
}
.menu-content {
  padding: 2rem;
  border-left: 2px solid var(--menuText-color);
  /*overflow-y: auto;
      max-height: 100vh;*/
}
.menu-container {
  border-radius: 20px;
  padding: 2rem;
  border: 2px solid var(--menuText-color);
  margin-bottom: 2rem;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
  transform: scale(1);
}
.menu-card {
  border: 2px solid var(--menuText-color);
  border-radius: 20px;
  padding: 2rem 1.5rem 1rem;
  margin-bottom: 2.5rem;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.section-title {
  position: absolute;
  top: -1.7rem;
  left: 4%;
  /* transform: translateX(-50%); */
  padding: 0 1rem;
  font-weight: bold;
  background: var(--menu-color);
  font-size: 2rem;
  text-transform: uppercase;
  font-style: italic;
}
.dessert {
  text-align: center;
  font-weight: 500;
}
.dessert strong {
  font-family: 'SpecialThree', sans-serif;
  font-size: 2rem;
}
.menu-item {
	margin-bottom: 1rem;
	text-wrap: balance;
	font-size: 12px;
}
.menu-item strong {
	font-size: 14px;
	font-weight: 900;
}
/* === Global Reset === */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* html {
  scroll-behavior: smooth;
} */
/* === Body Styling === */
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background-color: var(--papaya-whip);
  color: var(--black);
  overflow: hidden;
}

/* === Header Bar === */
header {
  position: sticky; /* sticks to top on scroll */
  top: 0;
  z-index: 999;
  background-color: var(--papaya-whip);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* Bottom border animation (controlled via JS) */
header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: var(--border-width);
  background-color: var(--tan);
}

/* Header content layout */
.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo Text */
.logo {
  font-family: "Veneer", serif;
  font-weight: 100;
  font-size: 2.5rem;
  color: var(--darkGreen);
  letter-spacing: 1px;
}

/* Desktop Nav Menu */
nav {
	display: flex;
	gap: 2.5rem;
	align-items: center;
}

/* Nav Link Styling */
nav a {
  font-weight: bold;
  color: var(--darkGreen);
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}

nav a:hover {
  color: var(--black);
}

/* Hamburger Icon (hidden by default) */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger div {
  width: 26px;
  height: 3px;
  background: var(--black);
}

/* Mobile Nav Menu */
.mobile-nav {
  display: none;
  flex-direction: column;
  background: var(--darkGreen);
  padding: 1rem 2rem;
  border-top: 1px solid var(--tan);
}

.mobile-nav a {
  padding: 0.75rem 0;
  font-size: 1rem;
  color: var(--papaya-whip);
  text-decoration: none;
}

.mobile-nav a:hover {
  color: var(--darkGreen);
}

/* === Main Content Wrapper === */
main {
  /*padding-left: 103px;  space for fixed social sidebar */
  position: relative;
  overflow: hidden;
}

/* === Vertical Social Media Sidebar === */
.social-sidebar {
  position: absolute;
  width: 103px;
  top: 0;
  left: 0;
  z-index: 900;
  margin: 0 auto;
  padding: 2rem;
  height: 100%;
  background-color: var(--papaya-whip);
}

/* Sidebar right border animation */
.social-sidebar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: var(--border-height);
  width: 1px;
  background-color: var(--tan);
}

/* Sticky icon stack */
.social-sidebar nav {
  position: sticky;
  top: 8rem;
  display: flex;
  flex-direction: column;
}

/* Individual Social Icons */
.social-sidebar a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--darkGreen);
  border-radius: 50%;
  background-color: var(--papaya-whip);
  color: var(--darkGreen);
  transition: background 0.3s ease, color 0.3s ease;
}

.social-sidebar a:hover {
  background-color: var(--darkGreen);
  color: var(--papaya-whip);
}

.social-sidebar svg {
  width: 18px;
  height: 18px;
}

/* === Responsive Sidebar Behavior for Mobile === */

@media (max-width: 768px) {
  main {
    padding-left: 0;
  }

  .social-sidebar {
    position: sticky;
    top: unset;
    padding: 1rem;
    bottom: 0;
    width: 100%;
    height: 80px;
  }

  .social-sidebar nav {
    position: relative;
    top: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .social-sidebar::after {
    width: 100%;
    height: 1px;
  }
}

/* === Footer Section === */
footer {
  background: var(--darkGreen);
  color: var(--white);
  padding: 20rem 2rem 5rem 2rem;
  min-height: 50vh;
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;*/
}

/* Logo inside footer */
.footer-logo {
  font-family: "Veneer", serif;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 1px;
}

/* Link and Contact Groups */
.footer-links,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

footer a, .footer-links a, .footer-contact a {
	color: var(--papaya-whip);
	font-size: 0.95rem;
	text-decoration: none;
	margin-right: 15px;
}

footer a:hover, .footer-links a:hover,
.footer-contact a:hover {
  color: var(--tan);
}

/* === Responsive Header Behavior === */
@media (max-width: 768px) {
  nav {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .mobile-nav.show {
    display: flex;
  }
}

/* === Hero Section === */
.hero {
  position: relative;
  min-height: calc(50rem - 80px);
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  background-color: var(--papaya-whip);
  background-size: cover;
  padding: 2rem;
  text-align: center;
  overflow: hidden;
}

.hero-content {
	position: relative;
	z-index: 2;
	left: 7%;
}
.modal h3.hero-title {
	font-family: "SpecialThree", serif;
	font-size: 3vw;
	letter-spacing: 1px;
	text-align: center;
	color: #4b773b;
}

/* Big Heading Animation Target */
.hero-content h1 {
  font-family: "Veneer", serif;
  font-weight: 100;
  font-size: clamp(8rem, 16vw, 12rem);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0.5rem 0;
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1px var(--darkGreen);
  opacity: 0;
}

.hero-content .line {
  display: block;
}
.timeline-entry.drink {
	text-align: right;
}
/* .location-left, .location-right {
  opacity: 1;
} */
/* Burger wrapper for scroll animation */
.hero-object-wrapper {
  position: absolute;
  left: 25%;
  top: 0;
  height: 45rem;
  width: 50%;
  z-index: 4;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

/* Actual burger image */
.hero-object {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  margin: 0 auto;
  filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.15));
  transform: rotate(20deg);
  transition: filter 0.3s ease;
}
/* Ensure hero visual never blocks interactions */
.hero-object-wrapper,
.hero-object {
  pointer-events: none !important;
}
/* Hero stamp image animation target */
.hero-stamp {
	position: absolute;
	left: 14%;
	top: 29%;
	right: 0;
	z-index: 5;
	transform: translate(-50%, -50%) rotate(-20deg) scale(100);
	opacity: 0;
	max-width: 150px;
	filter: brightness(0.5);
}

/* === Responsive Hero Section === */
@media (max-width: 768px) {
  .hero {
    min-height: calc(30rem - 80px);
  }

  .hero-object-wrapper {
    height: 25rem;
  }

  .hero-object {
	left: 70%;
	top: 34%;
	width: 100%;
	height: auto;
}

  .hero-stamp {
    max-width: 100px;
  }

  .hero-content h1 {
    font-size: 27dvw;
  }
}




/* === Scroll Down Arrow Animation === */
.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
          animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
          animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: var(--sienna);;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}


/* === Intro Section (below hero) === */
.section-intro {
  background-color: var(--papaya-whip);
  border-top: 1px solid var(--tan);
  padding: 1rem 2rem;
  position: relative;
  z-index: 1;
}
.highlight {
	color: var(--sienna) !important;
	-webkit-text-stroke: 0px var(--sienna) !important;
}
.highlight2 {
	color: var(--sienna-2) !important;
	-webkit-text-stroke: 0px var(--sienna-2) !important;
}

/* === Intro Section Grid Layout === */
.intro-grid {
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: space-between;
}

/* Left and Right Columns in Intro Section */
.intro-left,
.intro-right, .location-left, .location-right {
  max-width: 34%;
}
.intro-right {
	border-left: 1px solid var(--tan);
	padding-left: 34px;
}
/* Section Label Above Main Heading */
.small-title {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--darkGreen-2);
  margin-bottom: 0;
}

/* Main Heading: Heritage Line */
.main-heading {
	font-family: "Veneer", serif;
	font-weight: 100;
	font-size: 4.5rem;
	line-height: 1.2;
	color: var(--darkGreen);
	margin: 0 0 1.5rem 0;
}

/* Intro Paragraph Description */
.description {
  font-size: 1.05rem;
  color: var(--black);
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* Call-to-Action Button */
.cta-box {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	border: 2px solid var(--darkGreen);
	background-color: var(--darkGreen);
	color: var(--papaya-whip);
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	z-index: 9999999;
	position: relative;
}

.cta-box:hover {
  background-color: var(--papaya-whip);
  color: var(--darkGreen);
}

/* Primary Button */
.btn-primary, .btn-primary:active {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	border: 2px solid var(--darkGreen);
	background-color: var(--darkGreen);
	color: var(--papaya-whip);
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	z-index: 9999999;
	position: relative;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active:hover, .btn-primary:active:focus {
	background-color: var(--papaya-whip);
	color: var(--darkGreen);
	border-color: var(--darkGreen);
}

/* Primary Outline Button */
.btn-outline-primary, .btn-outline-primary:active {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	border: 2px solid var(--darkGreen);
	background-color: var(--papaya-whip);
	color: var(--darkGreen);
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	z-index: 9999999;
	position: relative;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active:hover, .btn-outline-primary:active:focus {
	background-color: var(--darkGreen);
	color: var(--papaya-whip);
	border-color: var(--darkGreen);
}

/* Slider container: keeps its own height */
#slider-container {
  display: grid;            /* ← overlay children without absolute */
  width: 100%;
  height: auto; 
  overflow: hidden;
}

/* Every <picture> occupies same grid cell = layered */
#slider-container > picture {
  grid-area: 1 / 1;         /* all on top of each other */
  opacity: 0;
  transition: opacity 800ms ease-in-out;
}

/* First one visible before JS runs */
#slider-container > picture:first-of-type { opacity: 1; }

/* Make images fill nicely without forcing a fixed height on them */
#slider-container > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}






/* === Responsive Intro Section === */

@media (max-width: 992px) {
  .modal-body {
	width: 100dvw;
}
  .intro-grid {
    text-align: center;
    flex-direction: column;
    gap: 5rem;
  }

  .intro-left,
  .intro-right, .location-left, .location-right {
    max-width: 100%;
    width: 100%;
  }

.intro-right, .location-right {
	border: none;
	padding-left: 0;
}

  .intro-left, .location-left {
    padding-right: 0;
  }
.timeline-entry.drink {
	text-align: center;
}
  .main-heading {
    font-size: 2.5rem;
  }
  #hero, #story, #menu, #hours-location, #reviews, footer, #fun, #jobs {
	padding: 5rem 1rem;
}
.small-title {
	font-size: 0.8rem;
}
}
.fa-instagram {
	color: #fff;
}
/* === Ingredients Log Container === */
.ingredients-log {
  background: transparent;
  padding: 1rem 0;
}

/* Ingredients Section Title */
.ingredients-title {
  font-family: "Veneer", serif;
  font-size: 1.75rem;
  color: var(--darkGreen);
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
}

/* Single Ingredient Entry Layout */
.ingredient-item {
	display: flex;
	gap: 1.5rem;
	margin-bottom: 2rem;
	align-items: center;
}

/* Quantity Value (e.g. 500ml) */
.ingredient-qty {
  font-family: "Veneer", serif;
  font-size: 2.5rem;
  color: var(--darkGreen-2);
  min-width: 255px;
  text-align: left;
  line-height: 1;
  max-width: 70%;
}

/* Textual Description of Ingredient */
.ingredient-text {
  max-width: 30%;
}

.ingredient-text strong {
  font-family: "Veneer", serif;
  font-size: 1.2rem;
  color: var(--darkGreen);
  display: block;
  margin-bottom: 0.2rem;
}

.ingredient-text p {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--black);
  margin: 0;
}

/* === Responsive Ingredients Layout === */
@media (max-width: 768px) {
  .ingredient-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 3rem;
  }

  .ingredient-qty {
    font-size: 2rem;
    text-align: center;
  }

  .ingredient-text {
    max-width: 100%;
  }

  .ingredients-title {
    text-align: center;
    font-size: 2.5rem;
  }
}

/* === Timeline Section === */
.timeline-section {
  padding: 6rem 0rem 3rem;
  border-top: 1px solid var(--tan);
  display: flex;
  flex-direction: column;
}

/* Each Timeline Entry Block */
.timeline-entry {
  margin: 0;
  padding: 0 2rem 0;
  display: flex;
  gap: 3rem;
  align-items: center;
  min-height: 600px;
  max-width: 100dvw;
}

/* Alternate Entry Layout (odd/even) */
.timeline-entry:nth-child(odd) {
  margin-left: auto;
}

.timeline-entry:nth-child(odd) .timeline-left {
  order: 2;
}

.timeline-entry:nth-child(odd) .timeline-right {
  order: 1;
}

.timeline-entry:nth-child(even) {
  margin-right: auto;
}

.timeline-entry:last-child {
  margin-bottom: 0rem;
}

/* Main Section Title (Big Year Heading) */
.timeline-main-title {
	padding: 0 2rem 0rem;
	font-weight: 100;
	font-family: "Veneer", serif;
	font-size: 10rem;
	line-height: 1.2;
	color: var(--sienna);
	margin-bottom: 2.5rem;
}

/* Left Side of Timeline: Year + Image */
.timeline-left {
  flex: 0 0 auto;
  text-align: center;
}

.timeline-date {
  font-family: "Veneer", serif;
  font-size: 4rem;
  color: var(--darkGreen);
  line-height: 1;
  transform: translateY(30px); /* initial offset for animation */
  transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(-33deg) rotateY(29deg) rotateZ(18deg) translateX(5px) translateY(22px) translateZ(0px) skewX(0deg) skewY(0deg);
}

.timeline-img {
	width: 100%;
	max-width: 240px;
	border: 3px solid var(--darkGreen-2);
	padding: 0.5rem;
	background-color: var(--papaya-whip);
	box-shadow: 4px 4px 0 var(--darkGreen);
	border-radius: 50%;
}


/* Right Side of Timeline: Text Content */
.timeline-right {
  flex: 1;
  max-width: 400px;
}

.timeline-title {
  font-family: "Veneer", serif;
  font-size: 2rem;
  color: var(--darkGreen-2);
  margin-bottom: 1rem;
}

.timeline-description {
	font-size: 1.05rem;
	color: var(--black);
	line-height: 1.6;
	text-wrap: balance;
}

/* === Responsive Timeline Section === */
@media (max-width: 768px) {
  .timeline-section {
    padding: 3rem 0rem 3rem;
  }

  .timeline-main-title {
    font-size: 4rem;
    text-align: center;
  }

  .timeline-entry {
    flex-direction: column;
    text-align: center;
    margin: 0 auto 2rem;
    gap: 1rem;
    max-width: 100%;
    min-height: unset;
  }

  .timeline-left {
    margin-bottom: 2rem;
  }

  .timeline-title {
    font-size: 1.5rem;
  }

  .timeline-date {
    font-size: 3rem;
  }

  .timeline-entry:nth-child(odd) .timeline-right {
    order: 2;
  }
}
