html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cc-cream); color: var(--cc-charcoal); font-family: var(--cc-sans); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
ul.menu, ul.primary-menu, ul.mobile-menu, ul.footer-menu { margin: 0; padding: 0; list-style: none; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid rgba(197, 165, 106, .72); outline-offset: 4px; }
.page-shell { width: min(100% - 48px, var(--cc-wide-width)); margin-inline: auto; }
.cc-image-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: rgba(83, 102, 83, .48); background: linear-gradient(145deg, #e9ded0, #dfe7d8); font-size: 44px; }

.announcement { min-height: 34px; display: grid; place-items: center; padding: 7px 24px; color: #fdfbf6; background: var(--cc-deep-sage); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-align: center; text-transform: uppercase; }
.site-header { height: 84px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; padding: 0 max(24px, calc((100vw - 1220px) / 2)); border-bottom: 1px solid rgba(83, 102, 83, .14); background: rgba(255, 253, 248, .94); backdrop-filter: blur(16px); position: relative; z-index: 10; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--cc-serif); font-size: 25px; white-space: nowrap; }
.brand em { color: var(--cc-deep-sage); font-weight: 700; }
.clover-mark { width: 35px; height: 35px; display: grid; place-items: center; color: var(--cc-deep-sage); border: 1px solid rgba(83, 102, 83, .22); border-radius: 50% 50% 48% 52%; font-size: 20px; transform: rotate(-6deg); }
.primary-navigation .primary-menu { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 1.8vw, 27px); }
.primary-navigation a { display: block; padding-block: 30px; font-size: 12px; font-weight: 700; letter-spacing: .015em; white-space: nowrap; }
.primary-navigation a:hover { color: var(--cc-deep-sage); }
.site-header > nav:not(.primary-navigation) { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 1.8vw, 27px); }
.site-header > nav:not(.primary-navigation) a { display: block; padding-block: 30px; font-size: 12px; font-weight: 700; letter-spacing: .015em; white-space: nowrap; }
.site-header > nav:not(.primary-navigation) a:hover { color: var(--cc-deep-sage); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.pinterest { width: 34px; height: 34px; display: grid; place-items: center; color: var(--cc-deep-sage); border-radius: 50%; font-family: var(--cc-serif); font-weight: 700; }
.pinterest:hover { background: rgba(168, 184, 154, .22); }

.search-menu { position: relative; }
.search-menu summary { width: 34px; height: 34px; display: grid; place-items: center; color: var(--cc-deep-sage); border-radius: 50%; cursor: pointer; list-style: none; font-size: 18px; }
.search-menu summary::-webkit-details-marker, .mobile-nav summary::-webkit-details-marker { display: none; }
.search-menu[open] summary { background: rgba(168, 184, 154, .22); }
.search-menu form { width: min(330px, calc(100vw - 32px)); display: grid; grid-template-columns: 1fr 42px; position: absolute; right: 0; top: 48px; padding: 12px; background: var(--cc-cream); border: 1px solid rgba(83, 102, 83, .16); border-radius: 10px; box-shadow: 0 20px 50px rgba(48, 51, 46, .16); }
.search-menu label span { position: absolute; width: 1px; height: 1px; overflow: hidden; }
.search-menu input { width: 100%; height: 42px; padding: 0 12px; border: 1px solid rgba(83, 102, 83, .2); border-radius: 5px 0 0 5px; background: white; font-family: var(--cc-serif); }
.search-menu button { border: 0; color: white; background: var(--cc-deep-sage); border-radius: 0 5px 5px 0; cursor: pointer; }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { width: 36px; height: 36px; display: grid; place-items: center; color: var(--cc-deep-sage); border-radius: 50%; cursor: pointer; list-style: none; font-size: 19px; }
.mobile-nav[open] summary { background: var(--cc-blush); }
.mobile-nav-panel { width: min(330px, calc(100vw - 32px)); display: grid; position: absolute; right: 0; top: 48px; padding: 12px; background: var(--cc-cream); border: 1px solid rgba(83, 102, 83, .16); border-radius: 14px; box-shadow: 0 20px 50px rgba(48, 51, 46, .16); }
.mobile-nav-panel li { display: block; }
.mobile-nav-panel a { display: block; padding: 13px 14px; border-radius: 7px; font-family: var(--cc-serif); font-size: 16px; }
.mobile-nav-panel a:hover { color: var(--cc-deep-sage); background: rgba(168, 184, 154, .18); }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--cc-deep-sage); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h2 { margin: 0; font-family: var(--cc-serif); font-weight: 400; letter-spacing: -.035em; }
h2 em { color: var(--cc-deep-sage); font-weight: 400; }
.section-heading h2 { font-size: clamp(40px, 4.5vw, 62px); line-height: 1.02; }
.section-heading-center { text-align: center; }
.section-heading-center .eyebrow { justify-content: center; }
.heading-row { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 44px; }
.heading-row > p { max-width: 460px; margin: 0 0 8px; color: #70746b; font-family: var(--cc-serif); font-size: 16px; line-height: 1.7; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 24px; border: 1px solid var(--cc-deep-sage); border-radius: 4px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: .2s ease; }
.button-primary { color: white; background: var(--cc-deep-sage); }
.button-primary:hover { background: #3f523f; transform: translateY(-2px); }
.button-secondary:hover { background: rgba(168, 184, 154, .18); }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; border-bottom: 1px solid rgba(83, 102, 83, .44); color: var(--cc-deep-sage); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.text-link:hover { color: #334533; border-color: currentColor; }
.ad-slot { width: min(100% - 48px, 940px); min-height: 98px; display: grid; place-items: center; margin: 0 auto; border-block: 1px solid rgba(83, 102, 83, .1); color: #979a93; font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }

.newsletter-wrap { padding-bottom: 110px; }
.newsletter { display: grid; grid-template-columns: 90px 1fr; gap: 16px 34px; padding: 58px clamp(32px, 5vw, 70px); color: #fdfbf6; background: var(--cc-deep-sage); border-radius: 20px; position: relative; overflow: hidden; }
.newsletter::after { content: ''; width: 260px; height: 260px; position: absolute; right: -80px; top: -100px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 50%; }
.newsletter .eyebrow { color: #dce4d6; }
.newsletter h2 { max-width: 680px; font-size: clamp(36px, 4vw, 54px); line-height: 1.05; }
.newsletter h2 em { color: #ead8cc; }
.newsletter p { max-width: 660px; margin: 18px 0 0; color: rgba(255, 255, 255, .75); font-family: var(--cc-serif); font-size: 15px; line-height: 1.65; }
.newsletter-mark { width: 72px; height: 72px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .27); border-radius: 50%; font-size: 34px; }
.newsletter form { grid-column: 2; display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 10px; margin-top: 13px; position: relative; z-index: 1; }
.newsletter form > input[type='hidden'] { display: none; }
.newsletter label span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.newsletter input { width: 100%; height: 50px; padding: 0 17px; color: white; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .3); border-radius: 5px; outline: none; font-family: var(--cc-serif); }
.newsletter input::placeholder { color: rgba(255, 255, 255, .64); }
.newsletter input:focus { border-color: white; }
.newsletter button { min-height: 50px; padding: 0 22px; border: 0; border-radius: 5px; color: var(--cc-charcoal); background: #f7eee5; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; white-space: nowrap; }
.newsletter button span { margin-left: 12px; }
.newsletter > small { grid-column: 2; color: rgba(255, 255, 255, .52); font-size: 9px; }

.about-wrap { padding-block: 15px 120px; }
.about-section { max-width: 1000px; display: grid; grid-template-columns: 290px 1fr; align-items: center; gap: clamp(50px, 8vw, 110px); margin-inline: auto; }
.author-portrait { aspect-ratio: 1; display: grid; place-items: center; overflow: visible; color: var(--cc-deep-sage); background: linear-gradient(145deg, #e6ddd1, #d5dfcf); border-radius: 52% 48% 50% 46%; position: relative; font-family: var(--cc-serif); font-size: 58px; box-shadow: 0 20px 45px rgba(48, 51, 46, .12); }
.author-portrait::before { content: ''; position: absolute; inset: 12px; border: 1px solid rgba(83, 102, 83, .22); border-radius: inherit; pointer-events: none; }
.author-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: inherit; }
.author-portrait i { width: 46px; height: 46px; display: grid; place-items: center; position: absolute; right: -4px; bottom: 30px; color: white; background: var(--cc-deep-sage); border: 5px solid var(--cc-cream); border-radius: 50%; font-style: normal; font-size: 19px; }
.about-section h2 { font-size: clamp(42px, 4.5vw, 58px); }
.about-section p { max-width: 630px; margin: 22px 0 25px; color: #6c7068; font-family: var(--cc-serif); font-size: 17px; line-height: 1.75; }

.site-footer { color: #eef1eb; background: #3f503f; }
.footer-top { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-block: 72px 62px; }
.footer-brand .brand { color: white; }
.footer-brand .brand em { color: #dce4d6; }
.footer-brand .clover-mark { color: #dce4d6; border-color: rgba(255, 255, 255, .24); }
.footer-brand p { max-width: 300px; margin: 20px 0; color: rgba(255, 255, 255, .64); font-family: var(--cc-serif); font-size: 14px; line-height: 1.7; }
.footer-top h3 { margin: 7px 0 22px; color: #dce4d6; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-menu a, .footer-top > div:not(.footer-brand) > a { display: block; margin: 12px 0; color: rgba(255, 255, 255, .72); font-family: var(--cc-serif); font-size: 14px; }
.footer-menu a:hover, .footer-top > div:not(.footer-brand) > a:hover { color: white; }
.social-links { display: flex; gap: 8px; }
.social-links a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .22); border-radius: 50%; font-family: var(--cc-serif); }
.footer-bottom { min-height: 62px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid rgba(255, 255, 255, .14); color: rgba(255, 255, 255, .5); font-size: 9px; letter-spacing: .08em; }

@media (max-width: 1050px) {
	.primary-navigation { display: none; }
	.site-header > nav:not(.primary-navigation) { display: none; }
	.site-header { grid-template-columns: 1fr auto; }
	.mobile-nav { display: block; }
}

@media (max-width: 760px) {
	.page-shell { width: min(100% - 32px, 620px); }
	.announcement { font-size: 9px; letter-spacing: .08em; }
	.site-header { height: 70px; padding-inline: 16px; }
	.brand { font-size: 22px; }
	.pinterest { display: none; }
	.section-heading h2 { font-size: 42px; }
	.heading-row { display: grid; grid-template-columns: 1fr; align-items: start; gap: 24px; }
	.newsletter-wrap { width: 100%; padding-bottom: 80px; }
	.newsletter { display: block; padding: 48px 24px; border-radius: 0; }
	.newsletter-mark { margin-bottom: 24px; }
	.newsletter form { display: grid; grid-template-columns: 1fr; margin-top: 26px; }
	.newsletter > small { display: block; margin-top: 10px; }
	.about-wrap { padding-bottom: 86px; }
	.about-section { grid-template-columns: 1fr; gap: 42px; text-align: center; }
	.about-section .author-portrait { width: min(78vw, 310px); margin-inline: auto; }
	.footer-top { grid-template-columns: 1fr 1fr; gap: 42px 30px; padding-block: 60px; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-bottom { min-height: 90px; flex-direction: column; justify-content: center; text-align: center; }
}

@media (max-width: 420px) {
	.brand { font-size: 20px; }
	.clover-mark { width: 32px; height: 32px; }
	.search-menu { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	* { scroll-behavior: auto !important; transition: none !important; }
}
