/* ======================================== */
/* TABLET LARGE (≤ 900px) */
/* ======================================== */

@media (max-width: 900px) {

	/* HERO */

	.hero h1 {
		font-size: clamp(2.4rem, 10vw, 4rem);
	}

	.hero-content {
		max-width: 680px;
	}
}

/* ======================================== */
/* TABLET & MOBILE (≤ 768px) */
/* ======================================== */

@media (max-width: 768px) {

	/* HEADER */

	.site-header {
		position: fixed;
	}

	.header-inner {
		min-height: 64px;
	}

	.brand span {
		font-size: 1rem;
	}

	.brand-logo {
		width: 38px;
		height: 38px;
	}

	.menu-toggle {
		display: block;

		background: transparent;
		border: 0;

		font-size: 1.8rem;

		cursor: pointer;

		color: var(--text-dark);
	}

	.site-menu {
		display: none;

		position: absolute;

		top: 64px;
		left: 0;

		width: 100%;

		padding: 1.4rem 5%;

		background: #ffffff;

		border-bottom: 1px solid var(--border);

		flex-direction: column;
		align-items: flex-start;

		gap: 1rem;
	}

	.site-menu.is-open {
		display: flex;
	}

	/* HERO */

	.hero {
		min-height: 100vh;

		padding: 7.5rem 0 4rem;

		background-position: center;
	}

	.hero h1 {
		font-size: clamp(2.3rem, 12vw, 3.6rem);

		line-height: 1.05;

		letter-spacing: -0.05em;
	}

	.hero-subtitle {
		font-size: 1.05rem;
	}

	.hero-actions {
		flex-direction: column;

		width: 100%;
	}

	.btn {
		width: 100%;
	}

	/* CREDIBILITY STRIP */

	.credibility-grid {
		grid-template-columns: repeat(2, 1fr);

		gap: 2rem;
	}
}

/* ======================================== */
/* MOBILE SMALL (≤ 480px) */
/* ======================================== */

@media (max-width: 480px) {

	/* HEADER */

	.brand span {
		display: none;
	}

	/* HERO */

	.hero {
		padding-top: 7rem;
	}

	.eyebrow {
		font-size: 0.72rem;
	}

	.hero h1 {
		font-size: 2.45rem;
	}
}

/* ======================================== */
/* PROBLEMS WE HELP SOLVE */
/* ======================================== */

@media (max-width: 768px) {

	.problems-section {
		padding: 4.5rem 0;
	}

	.section-heading {
		margin-bottom: 2.5rem;
	}

	.problems-grid {
		grid-template-columns: 1fr;
	}

	.problem-card,
	.problem-card-wide {
		grid-column: span 1;
	}

	.problem-card {
		padding: 1.6rem;
	}
}

/* ======================================== */
/* WHAT WE DO */
/* ======================================== */

@media (max-width: 768px) {

	.what-we-do-section {
		padding: 4.5rem 0;
	}

	.services-grid {
		grid-template-columns: 1fr;
	}

	.service-card {
		padding: 1.7rem;
	}
}

/* ======================================== */
/* ACCESSIBILITY BY DESIGN */
/* ======================================== */

@media (max-width: 768px) {

	.accessibility-section {
		padding: 4.5rem 0;
	}

	.accessibility-icon {
		width: 60px;
		height: 60px;
	}

	.accessibility-content h2 {
		font-size: 2.1rem;
	}
}

/* ======================================== */
/* FEATURED CASE */
/* ======================================== */

@media (max-width: 768px) {

	.case-grid {
		grid-template-columns: 1fr;

		gap: 2rem;
	}

	.case-section {
		padding: 4.5rem 0;
	}
}

/* ======================================== */
/* HOW WE WORK */
/* ======================================== */

@media (max-width: 768px) {

	.process-grid {
		grid-template-columns: 1fr;
	}
}

/* ======================================== */
/* ABOUT BAMBU */
/* ======================================== */

@media (max-width: 768px) {

	.about-bambu-section {
		padding: 4.5rem 0;
	}
}

/* ======================================== */
/* MEET THE FOUNDER */
/* ======================================== */

@media (max-width: 768px) {

	.founder-section {
		padding: 4.5rem 0;
	}
}

/* ======================================== */
/* LET'S TALK */
/* ======================================== */

@media (max-width: 768px) {

	.talk-section {
		padding: 4.5rem 0;
	}

	.talk-actions {
		flex-direction: column;
	}
}

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

@media (max-width: 768px) {

	.footer-content {
		flex-direction: column;
		align-items: flex-start;
	}
}