.hero { min-height: 670px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(60px, 7vw, 110px); padding-block: 72px 82px; position: relative; }
.hero::before { content: ''; position: absolute; left: -9vw; top: 17%; width: 260px; height: 260px; border: 1px solid rgba(197, 165, 106, .22); border-radius: 50%; pointer-events: none; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { margin: 0; font-family: var(--cc-serif); font-size: clamp(52px, 5.5vw, 80px); font-weight: 400; letter-spacing: -.035em; line-height: .99; }
.hero h1 em { color: var(--cc-deep-sage); font-weight: 400; }
.hero-copy > p { max-width: 530px; margin: 28px 0 32px; color: #676b63; font-family: var(--cc-serif); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; align-items: center; gap: 14px; margin-top: 42px; color: #797c75; font-family: var(--cc-serif); font-size: 13px; line-height: 1.55; }
.hero-trust p { margin: 0; }
.hero-trust strong { color: var(--cc-charcoal); font-family: var(--cc-sans); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.tiny-yarn { width: 44px; height: 44px; display: grid; place-items: center; color: var(--cc-gold); background: #f7efe6; border-radius: 50%; font-size: 23px; transform: rotate(-25deg); }
.hero-visual { position: relative; padding-right: 22px; }
.hero-photo-wrap { max-width: 580px; margin-left: auto; position: relative; }
.hero-photo-wrap::before { content: ''; position: absolute; inset: -18px 20px 18px -18px; border: 1px solid rgba(83, 102, 83, .32); border-radius: 49% 49% 10px 10px; }
.hero-photo-wrap > img, .hero-photo-wrap > .cc-image-placeholder { width: 100%; height: 570px; display: block; object-fit: cover; border-radius: 48% 48% 8px 8px; filter: saturate(.74) sepia(.08) contrast(.96); box-shadow: 0 28px 60px rgba(48, 51, 46, .14); position: relative; }
.photo-note { width: 188px; position: absolute; left: -48px; bottom: 35px; padding: 17px 20px; color: #5d6359; background: rgba(255, 253, 248, .94); border: 1px solid rgba(83, 102, 83, .16); box-shadow: 0 14px 35px rgba(48, 51, 46, .1); font-family: var(--cc-serif); font-size: 12px; line-height: 1.45; text-align: center; transform: rotate(-2deg); }
.photo-note em { color: var(--cc-deep-sage); font-size: 15px; }
.floating-stitch { width: 52px; height: 52px; display: grid; place-items: center; position: absolute; right: -12px; top: 90px; color: var(--cc-deep-sage); background: var(--cc-blush); border: 6px solid var(--cc-cream); border-radius: 50%; font-size: 25px; box-shadow: 0 10px 24px rgba(48, 51, 46, .12); }

.category-section { padding: 100px 0 112px; background: #f6f0e8; border-block: 1px solid rgba(83, 102, 83, .09); }
.split-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; margin-bottom: 48px; }
.split-heading > p { max-width: 520px; margin: 0 0 7px; color: #6e726a; font-family: var(--cc-serif); font-size: 17px; line-height: 1.7; }
.category-image-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-image-card { min-height: 410px; display: block; overflow: hidden; background: var(--cc-beige); border-radius: 18px; box-shadow: 0 14px 32px rgba(48, 51, 46, .08); position: relative; transition: transform .35s ease, box-shadow .35s ease; }
.category-image-card > img, .category-image-card > .cc-image-placeholder { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; filter: saturate(.68) sepia(.08); transition: transform .5s ease; }
.category-image-card:hover { transform: translateY(-4px); box-shadow: 0 22px 44px rgba(48, 51, 46, .13); }
.category-image-card:hover > img { transform: scale(1.035); }
.category-image-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(32, 39, 31, .02) 22%, rgba(32, 39, 31, .82) 100%); }
.category-image-copy { position: absolute; inset: auto 28px 27px; color: white; }
.category-image-copy strong { display: block; font-family: var(--cc-serif); font-size: 27px; font-weight: 400; }
.category-image-copy small { max-width: 290px; display: block; margin-top: 8px; font-family: var(--cc-serif); font-size: 13px; line-height: 1.45; opacity: .82; }
.category-image-copy > span { display: inline-block; margin-top: 15px; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.category-image-copy b { margin-left: 4px; color: #ead29f; }

.content-section { padding-block: 112px; }
.trending-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.post-card { min-width: 0; }
.post-image { aspect-ratio: .82; display: block; overflow: hidden; background: var(--cc-beige); border-radius: 12px; position: relative; }
.post-image > img, .post-image > .cc-image-placeholder { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.72) sepia(.04); transition: transform .45s ease; }
.post-image:hover > img { transform: scale(1.035); }
.save-badge { width: 32px; height: 32px; display: grid; place-items: center; position: absolute; right: 12px; top: 12px; color: white; background: rgba(83, 102, 83, .88); border: 3px solid rgba(255, 255, 255, .65); border-radius: 50%; font-family: var(--cc-serif); font-size: 13px; font-weight: 700; }
.post-copy { padding: 20px 4px 0; }
.post-category { color: var(--cc-deep-sage); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.post-copy h3 { margin: 9px 0 11px; font-family: var(--cc-serif); font-size: 23px; font-weight: 400; line-height: 1.22; }
.post-copy h3 a:hover { color: var(--cc-deep-sage); }
.post-copy p { margin: 0 0 17px; color: #74776f; font-family: var(--cc-serif); font-size: 13px; line-height: 1.6; }

.beginner-section { padding: 112px 0; overflow: hidden; background: #dfe7d8; position: relative; }
.beginner-section::after { content: '☘'; position: absolute; right: -50px; bottom: -100px; color: rgba(83, 102, 83, .08); font-size: 380px; line-height: 1; transform: rotate(-15deg); }
.beginner-layout { position: relative; z-index: 1; }
.beginner-intro { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: clamp(48px, 8vw, 110px); margin-bottom: 48px; }
.beginner-intro h2 { font-size: clamp(46px, 5vw, 68px); line-height: 1; }
.beginner-intro > div:last-child > p { max-width: 500px; margin: 0 0 26px; color: #5f675c; font-family: var(--cc-serif); font-size: 17px; line-height: 1.7; }
.beginner-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.beginner-card { display: block; overflow: hidden; background: rgba(255, 253, 248, .78); border: 1px solid rgba(83, 102, 83, .14); border-radius: 16px; box-shadow: 0 14px 30px rgba(48, 51, 46, .07); transition: transform .3s ease, box-shadow .3s ease; }
.beginner-card:hover { transform: translateY(-4px); box-shadow: 0 21px 38px rgba(48, 51, 46, .11); }
.beginner-card-image { aspect-ratio: 1.25; display: block; overflow: hidden; position: relative; }
.beginner-card-image > img, .beginner-card-image > .cc-image-placeholder { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.62) sepia(.08); transition: transform .45s ease; }
.beginner-card:hover .beginner-card-image > img { transform: scale(1.035); }
.beginner-card-image i { width: 42px; height: 42px; display: grid; place-items: center; position: absolute; left: 18px; bottom: 18px; color: var(--cc-deep-sage); background: rgba(255, 253, 248, .94); border-radius: 50%; font-family: var(--cc-serif); font-size: 12px; font-style: normal; box-shadow: 0 8px 20px rgba(48, 51, 46, .15); }
.beginner-card-copy { display: block; padding: 25px 24px 27px; }
.beginner-card h3 { margin: 0 0 8px; font-family: var(--cc-serif); font-size: 25px; font-weight: 400; }
.beginner-card p { margin: 0 0 17px; color: #626a5f; font-family: var(--cc-serif); font-size: 13px; line-height: 1.6; }
.beginner-card b { color: var(--cc-deep-sage); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }

.latest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px 24px; }
.post-card-compact .post-image { aspect-ratio: .77; }
.season-section { padding: 112px 0; background: #f4ebe5; }
.season-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; }
.season-card { min-height: 460px; display: block; overflow: hidden; border-radius: 12px; position: relative; }
.season-card > img, .season-card > .cc-image-placeholder { width: 100%; height: 100%; position: absolute; object-fit: cover; filter: saturate(.65) sepia(.08); transition: transform .5s ease; }
.season-card:hover > img { transform: scale(1.04); }
.season-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(30, 35, 28, .02), rgba(30, 35, 28, .68)); }
.season-card > span:last-child { position: absolute; inset: auto 22px 24px; color: white; }
.season-card small, .season-card strong, .season-card b { display: block; }
.season-card small { margin-bottom: 8px; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; opacity: .78; }
.season-card strong { font-family: var(--cc-serif); font-size: 26px; font-weight: 400; }
.season-card b { margin-top: 16px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.collections-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 9vw, 130px); padding-block: 120px; }
.collection-side h2 { font-size: clamp(44px, 4.4vw, 61px); line-height: 1.02; }
.collection-side p { max-width: 380px; margin-top: 22px; color: #73766e; font-family: var(--cc-serif); font-size: 16px; line-height: 1.7; }
.collection-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.collection-list a { min-height: 98px; display: grid; grid-template-columns: 84px 30px 1fr auto; align-items: center; gap: 12px; padding: 8px 14px 8px 8px; background: rgba(255, 255, 255, .42); border: 1px solid rgba(83, 102, 83, .14); border-radius: 10px; transition: border-color .25s ease, background .25s ease; }
.collection-list a:hover { background: white; border-color: rgba(83, 102, 83, .32); }
.collection-list img, .collection-list .cc-image-placeholder { width: 84px; height: 80px; display: block; object-fit: cover; border-radius: 7px; filter: saturate(.62) sepia(.05); font-size: 20px; }
.collection-list a > span { color: #92978d; font-size: 8px; letter-spacing: .12em; }
.collection-list strong { font-family: var(--cc-serif); font-size: 18px; font-weight: 400; line-height: 1.2; }
.collection-list b { color: var(--cc-deep-sage); transition: transform .2s ease; }
.collection-list a:hover b { transform: translateX(4px); }

@media (max-width: 1050px) {
	.hero { gap: 40px; }
	.photo-note { left: -24px; }
	.trending-grid, .season-grid { grid-template-columns: repeat(2, 1fr); }
	.category-image-grid, .latest-grid { grid-template-columns: repeat(2, 1fr); }
	.beginner-steps { grid-template-columns: repeat(2, 1fr); }
	.beginner-card:last-child { grid-column: 1 / -1; width: calc(50% - 9px); justify-self: center; }
	.collections-section { grid-template-columns: .65fr 1.35fr; gap: 48px; }
	.collection-list { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
	.hero { min-height: auto; grid-template-columns: 1fr; gap: 52px; padding-block: 56px 70px; }
	.hero h1 { font-size: clamp(47px, 14vw, 66px); }
	.hero-copy > p { font-size: 17px; }
	.hero-actions { flex-direction: column; align-items: stretch; }
	.button { width: 100%; }
	.hero-trust { margin-top: 30px; }
	.hero-visual { padding: 0 8px; }
	.hero-photo-wrap > img, .hero-photo-wrap > .cc-image-placeholder { height: min(118vw, 610px); }
	.photo-note { left: -6px; bottom: 22px; }
	.floating-stitch { right: -4px; }
	.split-heading, .beginner-intro, .collections-section { grid-template-columns: 1fr; gap: 24px; }
	.category-section, .content-section, .beginner-section, .season-section { padding-block: 78px; }
	.category-image-grid, .trending-grid, .latest-grid, .season-grid { grid-template-columns: 1fr; }
	.category-image-card { min-height: 440px; }
	.post-image, .post-card-compact .post-image { aspect-ratio: .86; }
	.beginner-intro { gap: 34px; }
	.beginner-steps { grid-template-columns: 1fr; }
	.beginner-card:last-child { grid-column: auto; width: auto; }
	.season-card { min-height: 500px; }
	.collections-section { padding-block: 80px; }
}

@media (max-width: 420px) {
	.hero h1 { font-size: 46px; }
	.hero-photo-wrap > img, .hero-photo-wrap > .cc-image-placeholder { height: 128vw; }
	.category-image-card { min-height: 400px; }
}

