:root {
	--orange: #f0440c;
	--orange2: #ff5a12;
	--navy: #082b4c;
	--green: #2f6b2f;
	--leaf: #73964a;
	--cream: #fffaf4;
	--sand: #f4efe6;
	--line: #ead9ca;
	--text: #152331;
	--shadow: 0 18px 50px rgba(8, 43, 76, 0.1);
	--radius: 24px;
	--max: 1180px;
}
* {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	font-family:
		Inter,
		ui-sans-serif,
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		sans-serif;
	color: var(--text);
	background: var(--cream);
	line-height: 1.55;
}
.wrap {
	width: min(calc(100% - 40px), var(--max));
	margin: auto;
}
.skip {
	position: absolute;
	left: -9999px;
}
.skip:focus {
	left: 20px;
	top: 20px;
	z-index: 99;
	background: white;
	padding: 12px;
}
.alertbar {
	background: linear-gradient(90deg, var(--orange), #ff6a00);
	color: #fff;
}
.alertinner {
	min-height: 60px;
	display: flex;
	align-items: center;
	gap: 16px;
	text-align: center;
}
.alertinner strong {
	font-size: clamp(0.86rem, 1.4vw, 1.05rem);
	letter-spacing: 0.01em;
}
.alertinner a {
	margin-left: auto;
	background: var(--navy);
	color: #fff;
	text-decoration: none;
	padding: 10px 16px;
	border-radius: 10px;
	font-weight: 800;
	white-space: nowrap;
}
.bolt {
	font-size: 1.6rem;
}
.hero {
	position: relative;
	overflow: hidden;
	background: #fffdf9;
	border-bottom: 1px solid var(--line);
}
.hero-rays {
	position: absolute;
	inset: 0;
	background: repeating-conic-gradient(from -22deg at 69% 40%, rgba(244, 199, 146, 0.17) 0 8deg, transparent 8deg 16deg);
	opacity: 0.9;
}
.hero-grid {
	position: relative;
	display: grid;
	grid-template-columns: 1.02fr 0.98fr;
	gap: 20px;
	align-items: center;
	min-height: 790px;
	padding: 50px 0 36px;
}
.campaign-logo {
	width: 310px;
	max-width: 75%;
	margin-bottom: 24px;
}
.hero h1 {
	font-size: clamp(3rem, 6vw, 5.7rem);
	line-height: 0.96;
	letter-spacing: -0.055em;
	margin: 0 0 24px;
	color: var(--navy);
	max-width: 700px;
}
.hero h1 span {
	color: var(--orange);
}
.hero p {
	font-size: 1.08rem;
	max-width: 640px;
}
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	text-decoration: none;
	font-weight: 900;
	border-radius: 10px;
	padding: 15px 22px;
	letter-spacing: 0.01em;
	transition:
		0.2s transform,
		0.2s box-shadow;
}
.btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(8, 43, 76, 0.18);
}
.btn-orange {
	background: linear-gradient(90deg, var(--orange), var(--orange2));
	color: white;
}
.btn-green {
	background: linear-gradient(90deg, #14572e, #08733e);
	color: white;
}
.btn-large {
	font-size: 1.15rem;
	padding: 18px 30px;
	white-space: nowrap;
}
.hero-art {
	min-height: 650px;
	position: relative;
}
.hero-art:before {
	content: '';
	position: absolute;
	right: -18%;
	bottom: -2%;
	width: 115%;
	height: 58%;
	background: linear-gradient(180deg, #ff500b, #e53208);
	border-radius: 56% 0 0 0;
}
.megaphone {
	position: absolute;
	width: 90%;
	left: -1%;
	top: 13%;
	z-index: 2;
}
.hero-lightning {
	position: absolute;
	width: 32%;
	right: 5%;
	top: 2%;
	z-index: 1;
}
.hero-leaf {
	position: absolute;
	width: 35%;
	right: -3%;
	bottom: 2%;
	z-index: 3;
	filter: drop-shadow(0 14px 12px rgba(0, 0, 0, 0.16));
}
.section {
	padding: 84px 0;
}
.section-title {
	text-align: center;
	color: var(--navy);
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.1;
	margin: 0 0 28px;
}
.section-title:before,
.section-title:after {
	content: '';
	display: inline-block;
	width: 55px;
	height: 2px;
	background: var(--orange);
	vertical-align: middle;
	margin: 0 18px;
}
.section-kicker {
	text-align: center;
	max-width: 760px;
	margin: -10px auto 40px;
	font-size: 1.12rem;
}
.intro-copy {
	max-width: 900px;
	margin: 0 auto 48px;
	font-size: 1.12rem;
}
.three-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.three-cards article {
	text-align: center;
	padding: 28px 28px 10px;
}
.three-cards article + article {
	border-left: 1px solid var(--line);
}
.icon-ring {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #f6efe6;
	margin: 0 auto 18px;
	display: grid;
	place-items: center;
}
.icon-ring img {
	width: 74%;
	height: 74%;
}
.three-cards h3 {
	font-size: 1.35rem;
	color: var(--navy);
	margin: 8px 0;
}
.regulation {
	background: linear-gradient(135deg, #fff7ef, #f3eadc);
}
.regulation-grid {
	display: grid;
	grid-template-columns: 1fr 230px;
	gap: 42px;
	align-items: center;
}
.reg-copy > h2,
.history h2 {
	color: var(--orange);
	font-size: 2.1rem;
	margin: 0 0 12px;
}
.reg-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin: 32px 0;
}
.reg-items article {
	background: white;
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: 24px 16px;
	text-align: center;
	box-shadow: 0 8px 24px rgba(8, 43, 76, 0.06);
}
.reg-items h3 {
	color: var(--navy);
	margin: 12px 0 6px;
}
.badge,
.mini-icon {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	margin: auto;
	background: #edf2e4;
	color: var(--green);
	font-weight: 900;
	font-size: 1.2rem;
	border: 2px solid #b7c89d;
}
.reg-close {
	font-weight: 650;
}
.reg-art img {
	width: 100%;
}
.policy {
	background: #fff;
}
.policy-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}
.policy-card {
	background: #fffaf3;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 34px;
	box-shadow: var(--shadow);
	display: flex;
	flex-direction: column;
}
.policy-heading {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 10px;
}
.policy-heading h3 {
	color: var(--green);
	font-size: 1.75rem;
	line-height: 1.1;
	margin: 0;
}
.icon-ring.small {
	width: 86px;
	height: 86px;
	flex: 0 0 86px;
}
.icon-ring.small.nc {
	font-weight: 900;
	font-size: 1.3rem;
	color: var(--green);
}
.policy-card .btn {
	margin-top: auto;
	align-self: flex-start;
}
.history {
	padding-top: 40px;
}
.history-card {
	display: grid;
	grid-template-columns: 170px 1fr;
	gap: 38px;
	align-items: center;
	background: #fff8f1;
	border: 1px solid #f0d3c4;
	border-radius: var(--radius);
	padding: 34px 44px;
	box-shadow: var(--shadow);
}
.history-card img {
	width: 150px;
}
.answer-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.answer-grid article {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: 24px;
	box-shadow: 0 8px 25px rgba(8, 43, 76, 0.06);
}
.answer-grid img {
	width: 62px;
	height: 62px;
}
.answer-grid h3 {
	font-size: 1.05rem;
	color: var(--navy);
	line-height: 1.25;
}
.answer-grid a {
	color: var(--green);
	font-weight: 800;
}
.faq {
	background: #f6f0e7;
}
.accordion {
	max-width: 950px;
	margin: auto;
	display: grid;
	gap: 14px;
}
.accordion details {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	box-shadow: 0 7px 18px rgba(8, 43, 76, 0.05);
	overflow: hidden;
}
.accordion summary {
	cursor: pointer;
	padding: 22px 26px;
	font-weight: 900;
	color: var(--green);
	font-size: 1.1rem;
	list-style: none;
	display: flex;
	justify-content: space-between;
	gap: 18px;
}
.accordion summary::-webkit-details-marker {
	display: none;
}
.accordion summary:after {
	content: '+';
	font-size: 1.5rem;
}
.accordion details[open] summary:after {
	content: '−';
}
.accordion details > div {
	padding: 0 26px 24px;
}
.pending {
	color: #8a4c1d;
	background: #fff4df;
	border-left: 4px solid #f5a623;
	padding: 14px;
}
.final-cta {
	background: #fff;
}
.cta-card {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 35px;
	align-items: center;
	border: 2px solid var(--orange);
	border-radius: var(--radius);
	padding: 44px 50px;
	background: linear-gradient(100deg, #fffaf4, #fff1e8);
}
.cta-card h2 {
	margin: 0 0 12px;
	color: var(--orange);
	font-size: 2.3rem;
}
.cta-card p:last-child {
	margin-bottom: 0;
}
footer {
	background: var(--navy);
	color: #fff;
	padding: 34px 0 0;
}
.footer-inner {
	text-align: center;
	font-size: .9em;
	line-height: 1.4;
}
.partner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
	flex-wrap: wrap;

	> * {
		flex: 1;
	}

	> .partner-with-text {
		font-style: italic;
		font-size: 1.2em;
	}
}
.partner > .partner-swh-logo {
	width: 150px;
	text-align: right;

	img {
		width: 150px;
		filter: drop-shadow(0 2px 0 rgba(255, 255, 255, 0.25));
	}
}
.partner-cannabuddy {
	display: flex;
	text-align: left;
	align-items: center;
	gap: 1rem;

	address {
		font-style: normal;
		text-align: left;
	}

	.partner-cannabuddy-title {
		display: block;
	}

	a {
		display: flex;
	}
}
.footer-cannabuddy-logo {
	width: 110px;
}
.footer-inner a {
	color: #fff;
}
.footer-inner p {
	margin: 14px 0 0;
	opacity: 0.82;
}
.footer-copyright {
	padding: 34px 0 24px;
}
@media (max-width: 900px) {
	.alertinner {
		padding: 10px 0;
		flex-wrap: wrap;
	}
	.alertinner a {
		margin-left: 0;
	}
	.hero-grid {
		grid-template-columns: 1fr;
		min-height: 0;
		padding-bottom: 0;
	}
	.hero-art {
		min-height: 560px;
	}
	.hero h1 {
		font-size: 4rem;
	}
	.three-cards,
	.policy-grid,
	.answer-grid {
		grid-template-columns: 1fr 1fr;
	}
	.three-cards article + article {
		border-left: 0;
	}
	.regulation-grid {
		grid-template-columns: 1fr;
	}
	.reg-art {
		display: none;
	}
	.reg-items {
		grid-template-columns: 1fr 1fr;
	}
	.cta-card {
		grid-template-columns: 1fr;
	}
	.cta-card .btn {
		justify-self: start;
	}
	.section-title:before,
	.section-title:after {
		display: none;
	}
}
@media (max-width: 620px) {
	.wrap {
		width: min(calc(100% - 24px), var(--max));
	}
	.hero-grid {
		padding-top: 26px;
	}
	.campaign-logo {
		width: 230px;
	}
	.hero h1 {
		font-size: 3rem;
	}
	.hero p {
		font-size: 1rem;
	}
	.hero-art {
		min-height: 420px;
	}
	.megaphone {
		width: 105%;
		left: -10%;
	}
	.hero-leaf {
		width: 40%;
	}
	.section {
		padding: 62px 0;
	}
	.three-cards,
	.policy-grid,
	.answer-grid,
	.reg-items {
		grid-template-columns: 1fr;
	}
	.history-card {
		grid-template-columns: 1fr;
		padding: 28px;
	}
	.history-card img {
		width: 120px;
	}
	.cta-card {
		padding: 30px 24px;
	}
	.cta-card h2 {
		font-size: 1.85rem;
	}
	.policy-card {
		padding: 26px;
	}
	.partner {
		flex-direction: column;
	}
}
