/* Main Page Styles */
.column {
	display: flex;
	flex-direction: column;
}

/* ── Row One ───────────────────────────────────────────────────────────────── */
.row1 {
	background-image: linear-gradient(to bottom right, #1D3A02, #1F3F00, #3B7500);
	color: #EFF0C7;
	border-bottom-left-radius: 45% 50%;
	border-bottom-right-radius:90% 120%;
	min-height: 80vh;
	padding: clamp(0.5rem, 5vw, 5rem) 1.5rem 4rem 1rem;
	box-shadow: 7.5px 7.5px black;
	display: flex;
	align-items: center;
}

@media screen and (max-height: 700px) {
  .row1 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media screen and (min-width: 768px) {
  .row1 {
    border-bottom-right-radius:150% 195%;
  }
}

/*.row1::after {
	content: "";
	position: absolute;
	bottom: 200px;
	left: -10%;
	width: 120%;
	height: 100px;
	background: #EFF0C7;
	border-radius; 50%
}*/

.row1-content {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.row1-hook {
	display: flex;
	flex-direction: column;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.row1-hook {
		text-align: left;
	}
}

.row1-hook h2 {
	font-size: clamp(0.3rem, 5vw, 1.2rem);
	font-family: "Oswald", Arial, sans-serif;
	text-shadow: 2.5px 2.5px 1px black;
}

.row1-hook h1 {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-family: "Oswald", Arial, sans-serif;
	text-shadow: 5px 5px 2.5px black;
	font-weight: bold;
	line-height: 1.1;
}

.row1-hook p {
	font-size: clamp(0.85rem, 1.5vw, 1.2rem);
	line-height: 150%;
	color: #E0E0E0;
	text-shadow: 1px 1px black;
	max-width: 35rem;
}

.row1-button {
	background-color: #88D498;
	border: 3px solid #000;
	box-shadow: 5px 5px #000;
	color: #1F3F00;
	text-align: center;
	margin-top: 2rem;
	font-size: 1rem;
	font-weight: bold;
	padding: 1rem 2rem;
	height: 4rem;
	cursor: pointer;
}

.row1-button:hover {
	transform: translate(-2px, -2px);
	box-shadow: 7px 7px 0 0 #000;
  opacity: 0.7;
}

.row1-hook a {
  width: fit-content;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .row1-hook a {
    margin: 0;
  }
}

/* ── Row Two ───────────────────────────────────────────────────────────────── */
.row2 {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 3rem 2rem;
}

.row2-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.row2-content h1 {
	width: clamp(22.5rem, 60vw, 35rem);
	font-size: clamp(2rem, 5vw, 3rem);
	text-shadow: 1px 1px #1F3F00;
	line-height: 1.2;
	margin-bottom: 10px;
	font-family: "Oswald", Arial, sans-serif;
}

.title-divider {
	width: 240px;
	height: 5px;
	background: #1F3F00;
	margin: 0 auto;
	border-radius: 2px;
}

.row2-subcard {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #88D498;
	border: 3px solid #000;
	box-shadow: 5px 5px #88D498;
	margin-top: 2.5rem;
	margin-bottom: .5rem;
	padding: 5px;
}

.row2-content h2 {
	font-family: "Oswald", Arial, sans-serif;
	color: black;
}

.row2-content p {
	margin-top: 1rem;
	width: min(90vw, 50rem);
}

.cardrow {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
	margin-top: 5rem;
}

@media screen and (min-width: 1024px) {
	.cardrow {
		flex-direction: row;
	}
}

.row2-card {
	display: flex;
	flex-direction: column;
	background-image: linear-gradient(to bottom right, #D7D8B3, #EFF0C7);
	border: 3px solid #000;
	box-shadow: 5px 5px #1F3F00;
	padding: 2rem 4rem 4rem 2rem;
	max-width: 20rem;
	text-align: left;
}

.row2-card:hover {
	transform: translate(-2px, -2px);
	box-shadow: 7px 7px 0 0 #1F3F00;
}

.row2-card h3 {
	font-size: 1.5rem;
	font-weight: bold;
	color: black;
}

.row2-card p {
	width: 15rem;
}

/* ── Row Three ───────────────────────────────────────────────────────────────── */
.row3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(to bottom right, #EFF0C7, #D7D8B3);
  height: auto;
  color: #1F3F00;
  padding: 3rem 2rem 5rem 2rem;
}

.row3-content {
  display: flex;
  flex-direction: column;
}

.row3-content-h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 3rem;
  font-family: "Oswald", Arial, sans-serif;
  color: black;
}

.row3-card {
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(to bottom right, #1D3A02, #1F3F00, #3B7500);
  border: 3px solid #000;
  color: #EFF0C7;
  padding: 2rem 4rem 4rem 2rem;
  text-align: left;
  box-shadow: 5px 5px #88D498;
  font-family: "Oswald", Arial, sans-serif;
}

.row3-card h1 {
  font-size: 2.2rem;
  margin-bottom: 0.7rem;
}

.row3-card p {
  font-size: 1.3rem;
  margin-bottom: 0.3rem;
}

.row3-card span {
  font-size: 1.2rem;
}

.row3-card button {
  background-color: #88D498;
	border: 3px solid #000;
	box-shadow: 5px 5px #000;
  color: #1F3F00;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem 2rem;
  height: 4rem;
  cursor: pointer;
}

.row3-card button:hover {
	transform: translate(-2px, -2px);
	box-shadow: 7px 7px 0 0 #000;
  opacity: 0.7;
}