:root {
	--ink: #12151a;
	--muted: #5c6570;
	--paper: #f3f5f8;
	--line: #d5dbe3;
	--green: #1d4ed8;
	--lime: #dbeafe;
	--serif: ui-sans-serif, system-ui, sans-serif;
	--sans: ui-sans-serif, system-ui, sans-serif;
}
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font: 16px/1.6 var(--sans);
}
a {
	color: inherit;
	text-decoration: none;
}
button,
input,
select,
textarea {
	font: inherit;
}
button,
a,
input,
select,
textarea {
	outline-offset: 5px;
}
button {
	cursor: pointer;
}
button:disabled {
	opacity: 0.55;
	cursor: wait;
}
.nav {
	max-width: 1440px;
	margin: auto;
	min-height: 72px;
	padding: 16px 6%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--line);
	gap: 24px;
}
.brand {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 700;
	letter-spacing: 2px;
}
.brand-icon {
	font: 700 22px var(--sans);
	background: var(--green);
	color: var(--lime);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	text-align: center;
	letter-spacing: 0;
	padding: 0;
	display: grid;
	place-items: center;
}
.brand-small {
	display: block;
	font-size: 10px;
	letter-spacing: 2.4px;
	line-height: 1.2;
}
.nav nav,
.nav-actions {
	display: flex;
	align-items: center;
	gap: 28px;
	font-size: 14px;
}
.login {
	border: 1px solid var(--line);
	padding: 8px 18px;
	border-radius: 24px;
}
.text-button {
	border: 0;
	background: none;
	padding: 0;
	color: inherit;
	font-size: 14px;
}
#bag-count {
	background: var(--lime);
	border-radius: 50%;
	padding: 2px 6px;
	margin-left: 4px;
	font-size: 12px;
}
main {
	max-width: 1440px;
	margin: auto;
	min-height: 65vh;
}
.hero {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 60px;
	padding: 76px 6% 66px;
	overflow: hidden;
}
.eyebrow {
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
}
.hero h1 {
	font: 500 clamp(40px, 4.5vw, 66px)/1.12 var(--serif);
	letter-spacing: -1.7px;
	margin: 25px 0;
}
.hero h1 em {
	color: #65836f;
}
.hero p {
	max-width: 425px;
	color: var(--muted);
	line-height: 1.9;
}
.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	background: var(--green);
	border: 1px solid var(--green);
	color: white;
	padding: 15px 25px;
	border-radius: 5px;
	font-weight: 500;
}
.button:hover {
	background: #20594f;
}
.hero .button {
	margin-top: 17px;
}
.hero-notes {
	display: flex;
	gap: 24px;
	font-size: 12px;
	margin-top: 34px;
	color: var(--muted);
}
.hero-art {
	position: relative;
	min-height: 410px;
	margin-top: 10px;
	background: radial-gradient(ellipse, #e6eed7 0%, transparent 69%);
}
.art-sheet {
	position: absolute;
	width: 51%;
	background: white;
	box-shadow: 0 18px 32px #142d3525;
	padding: 10px 10px 0;
	border-radius: 2px;
	overflow: hidden;
}
.art-sheet img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}
.art-sheet > span {
	display: block;
	font-family: var(--serif);
	padding: 8px 4px 15px;
	font-size: 14px;
}
.sheet-0 {
	top: 28px;
	left: 3%;
	transform: rotate(-12deg);
}
.sheet-1 {
	top: 70px;
	left: 44%;
	transform: rotate(10deg);
}
.sheet-2 {
	top: 150px;
	left: 24%;
	transform: rotate(-1deg);
	width: 46%;
}
.sheet-2 img {
	height: 225px;
}
.art-stamp {
	position: absolute;
	right: -1%;
	top: -12px;
	border: 1px solid var(--green);
	border-radius: 50%;
	height: 95px;
	width: 95px;
	text-align: center;
	font-size: 11px;
	line-height: 1.35;
	padding-top: 22px;
	transform: rotate(16deg);
	background: var(--lime);
}
.collection {
	padding: 46px 6% 65px;
}
.section-heading {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-bottom: 35px;
}
.section-heading > a {
	font-size: 14px;
	border-bottom: 1px solid var(--ink);
}
h2 {
	font: 500 36px/1.25 var(--serif);
	margin: 13px 0 25px;
}
.grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 38px 30px;
}
.card-image {
	height: 300px;
	display: block;
	position: relative;
	background: #e1e7e0;
	border-radius: 7px;
	overflow: hidden;
}
.card-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.card-image:hover img {
	transform: scale(1.04);
}
.card-image > span:not(.format) {
	font: 80px var(--serif);
	display: grid;
	place-items: center;
	height: 100%;
}
.format {
	position: absolute;
	bottom: 14px;
	left: 14px;
	font-size: 10px;
	letter-spacing: 1.2px;
	background: #ffffffed;
	padding: 5px 10px;
	border-radius: 3px;
}
.card-meta {
	display: flex;
	justify-content: space-between;
	margin-top: 17px;
	font-size: 12px;
	letter-spacing: 1px;
	color: var(--muted);
}
.card-meta span + span {
	color: var(--ink);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
}
.card h3 {
	font: 500 24px var(--serif);
	margin: 9px 0;
}
.card p {
	font-size: 14px;
	color: var(--muted);
	margin: 0;
}
.how {
	margin: 0 6% 60px;
	padding: 35px 0;
	border-top: 1px solid var(--line);
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 25px;
}
.how h2 {
	font-size: 28px;
}
.how b {
	color: #688571;
	font-family: var(--serif);
}
.how p {
	font-size: 14px;
}
.page-title {
	font: 500 52px/1.2 var(--serif);
	margin: 20px 0 35px;
}
.filters {
	display: flex;
	gap: 12px;
	margin-bottom: 35px;
}
.filters input {
	flex: 1;
	min-width: 0;
}
input,
select,
textarea {
	padding: 12px;
	border: 1px solid var(--line);
	background: white;
	border-radius: 5px;
	color: var(--ink);
}
textarea {
	min-height: 140px;
	resize: vertical;
}
label {
	display: grid;
	gap: 7px;
	margin-bottom: 18px;
}
.filters button {
	padding: 10px 20px;
	background: var(--green);
	color: white;
	border: 0;
	border-radius: 5px;
}
