:root {
  --cream: #fbf8f1;
  --paper: #fffdf8;
  --ink: #24352f;
  --forest: #243f37;
  --sage: #788978;
  --sage-light: #dfe6db;
  --terracotta: #b96042;
  --terracotta-dark: #8f442f;
  --blue: #67838a;
  --mustard: #c49a3a;
  --sand: #eadfce;
  --line: rgba(36, 53, 47, 0.14);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(50, 47, 38, 0.10);
  --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; background: var(--paper); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--mustard); outline-offset: 4px; }

.announcement { min-height: 38px; padding: 7px 24px; display: flex; justify-content: center; align-items: center; gap: 30px; background: var(--forest); color: #f8f2e7; font-size: 12px; letter-spacing: .04em; }
.announcement p { margin: 0; }
.announcement p span { color: #dfbc60; margin-right: 8px; }
.announcement a { font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.5); }

.site-header { height: 94px; display: flex; align-items: center; background: var(--cream); position: relative; z-index: 50; border-bottom: 1px solid rgba(36,53,47,.05); }
.site-header.is-sticky { position: fixed; top: 0; width: 100%; height: 74px; box-shadow: 0 7px 30px rgba(36,53,47,.08); animation: slideDown .3s ease; }
@keyframes slideDown { from { transform: translateY(-100%); } }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; color: var(--terracotta); }
.brand-mark svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.brand-name { font-family: var(--serif); font-size: 23px; line-height: 1; font-weight: 600; }
.brand-name em { display: block; margin: 4px 0 0 42px; color: var(--terracotta); font-size: 13px; font-weight: 400; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 600; }
.site-nav > a { padding: 10px 0; position: relative; }
.site-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--terracotta); transition: right .25s; }
.site-nav > a:hover::after, .site-nav > a.active::after { right: 0; }
.search-button { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
.search-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.menu-toggle { display: none; }

.hero { min-height: 720px; position: relative; display: flex; align-items: center; overflow: hidden; background: linear-gradient(112deg, #fbf8f1 0%, #f5efe4 62%, #e8e1d2 100%); }
.hero::before { content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(185,96,66,.16); border-radius: 50%; top: -280px; left: 18%; }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 72px; padding-block: 76px 90px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 700; color: var(--terracotta); }
.eyebrow > span { width: 26px; height: 1px; background: currentColor; }
.eyebrow.light { color: #ddaa8f; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.05; letter-spacing: -.025em; }
h1 { max-width: 600px; margin: 0; font-size: clamp(56px, 5.7vw, 84px); }
h1 em, h2 em { color: var(--terracotta); font-weight: 400; }
.hero-intro { max-width: 510px; margin: 28px 0 32px; color: #54625c; font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { min-height: 50px; display: inline-flex; justify-content: center; align-items: center; gap: 20px; padding: 13px 23px; border: 1px solid transparent; font-size: 12px; font-weight: 700; letter-spacing: .025em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--terracotta); color: white; }
.button-primary:hover { background: var(--terracotta-dark); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 43px; color: #6b756f; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; }
.trust-row i { display: inline-grid; place-items: center; width: 16px; height: 16px; margin-right: 5px; border-radius: 50%; background: var(--sage-light); color: var(--forest); font-size: 9px; font-style: normal; }
.hero-visual { position: relative; }
.hero-image-wrap { position: relative; overflow: hidden; border-radius: 48% 48% 5px 5px; box-shadow: var(--shadow); }
.hero-image-wrap img { width: 100%; min-height: 510px; object-fit: cover; object-position: 55% center; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.28); pointer-events: none; }
.image-stamp { position: absolute; top: 25px; right: 25px; width: 74px; height: 74px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 50%; background: var(--mustard); color: white; transform: rotate(7deg); box-shadow: 0 10px 25px rgba(73,59,26,.16); }
.image-stamp span { font-family: var(--serif); font-size: 25px; line-height: .9; }
.image-stamp small { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.hero-note { position: absolute; left: -48px; bottom: -36px; width: 295px; display: flex; gap: 13px; padding: 21px 24px; background: var(--paper); box-shadow: var(--shadow); }
.hero-note > span { color: var(--terracotta); font-family: var(--serif); font-size: 36px; line-height: 1; }
.hero-note p { margin: 0; font-family: var(--serif); font-size: 15px; line-height: 1.45; }
.hero-scribble { position: absolute; right: -20px; bottom: 45px; width: 100px; height: 44px; border-top: 2px solid rgba(185,96,66,.3); border-radius: 50%; transform: rotate(-12deg); }

.section-heading.centered { text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .about-copy h2 { margin: 0; font-size: clamp(43px, 4.5vw, 61px); }
.topics { background: var(--paper); }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 55px; }
.topic-card { min-height: 124px; display: grid; grid-template-columns: 60px 1fr 20px; align-items: center; gap: 17px; padding: 24px; background: var(--cream); border: 1px solid transparent; transition: border .2s, transform .2s, box-shadow .2s; }
.topic-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--accent), transparent 55%); box-shadow: 0 15px 38px rgba(50,47,38,.06); }
.topic-icon { width: 57px; height: 57px; display: grid; place-items: center; border-radius: 50%; background: var(--wash); color: var(--accent); font-family: var(--serif); font-size: 27px; }
.topic-card strong, .topic-card small { display: block; }
.topic-card strong { font-family: var(--serif); font-size: 20px; font-weight: 600; }
.topic-card small { margin-top: 3px; color: #77817b; font-size: 10px; }
.topic-card b { color: var(--accent); font-size: 17px; }
.topics-link { display: flex; width: max-content; margin: 38px auto 0; }

.featured { color: white; background: var(--forest); position: relative; overflow: hidden; }
.featured::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; left: -240px; top: 90px; }
.section-heading.split { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; margin-bottom: 50px; }
.section-heading.split > p { max-width: 390px; margin: 0 0 5px; color: #bfcbc6; font-size: 14px; }
.featured h2 em { color: #dda88e; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.product-card { background: #fbf8f1; color: var(--ink); }
.product-art { height: 340px; position: relative; display: grid; place-items: center; overflow: hidden; }
.product-art::before { content: ""; width: 240px; height: 240px; position: absolute; border-radius: 50%; background: rgba(255,255,255,.17); }
.product-art.terracotta { background: #c98262; }
.product-art.blue { background: #829aa0; }
.product-art.mustard { background: #d2ad59; }
.bestseller { position: absolute; z-index: 4; top: 16px; left: 16px; padding: 6px 10px; background: var(--paper); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.book { width: 160px; height: 220px; position: absolute; padding: 23px 18px; box-shadow: 10px 14px 24px rgba(33,31,23,.18); }
.book-main { z-index: 2; left: calc(50% - 92px); top: 55px; background: #f8f1e5; transform: rotate(-4deg); border: 1px solid rgba(50,40,30,.1); }
.book-back { left: calc(50% - 54px); top: 72px; background: color-mix(in srgb, currentColor, #f7efe1 50%); transform: rotate(8deg); }
.terracotta .book-back { color: #934c34; }.blue .book-back { color: #48666e; }
.book small, .book strong, .book i, .book span { display: block; }
.book small { font-size: 5px; letter-spacing: .16em; }
.book strong { margin-top: 37px; font-family: var(--serif); font-size: 20px; line-height: 1.08; }
.book i { margin-top: 10px; font-family: var(--serif); font-size: 8px; font-weight: 400; }
.book span { margin-top: 22px; color: var(--terracotta); font-size: 20px; }
.activity-sheet { z-index: 2; width: 190px; height: 240px; padding: 27px 23px; background: #fff9ea; transform: rotate(4deg); color: #615738; box-shadow: 10px 14px 24px rgba(33,31,23,.18); }
.activity-sheet > span { font-family: var(--serif); font-size: 45px; }.activity-sheet strong, .activity-sheet small { display: block; }.activity-sheet strong { font-family: var(--serif); line-height: 1.15; }.activity-sheet small { font-size: 6px; letter-spacing: .1em; }.shapes { margin: 21px 0; word-spacing: 14px; color: var(--terracotta); }
.pencil { width: 9px; height: 160px; position: absolute; z-index: 3; left: 69%; top: 130px; background: #526d70; transform: rotate(27deg); box-shadow: 3px 4px 5px rgba(0,0,0,.15); }
.pencil::before { content: ""; position: absolute; bottom: -12px; border-left: 4.5px solid transparent; border-right: 4.5px solid transparent; border-top: 12px solid #ead0ab; }
.product-info { padding: 24px 25px 26px; }
.product-info > p, .article-content > p:first-child { margin: 0 0 7px; color: var(--terracotta); font-size: 8px; text-transform: uppercase; letter-spacing: .13em; font-weight: 700; }
.product-info h3 { min-height: 48px; margin: 0 0 21px; font-size: 21px; line-height: 1.18; }
.product-info > div { display: flex; justify-content: space-between; align-items: center; padding-top: 17px; border-top: 1px solid var(--line); }
.product-info > div strong { font-family: var(--serif); font-size: 19px; }
.product-info > div a { font-size: 10px; font-weight: 700; border-bottom: 1px solid; }
.center { text-align: center; margin-top: 45px; }.button-light { background: transparent; border-color: rgba(255,255,255,.45); color: white; }.button-light:hover { background: white; color: var(--forest); }

.about { background: #f1eadf; overflow: hidden; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 105px; align-items: center; }
.about-portrait { min-height: 590px; position: relative; }
.portrait-placeholder { width: 78%; height: 520px; margin-left: 14%; position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #d8c2a8, #8d755f); border-radius: 49% 49% 4px 4px; box-shadow: var(--shadow); color: rgba(255,255,255,.72); }
.portrait-placeholder::before { content: ""; width: 210px; height: 260px; position: absolute; bottom: -80px; border-radius: 50% 50% 0 0; background: #59483e; opacity: .62; }
.portrait-placeholder span { z-index: 2; font-family: var(--serif); font-size: 150px; font-style: italic; line-height: 1; }
.portrait-placeholder p { position: absolute; bottom: 16px; z-index: 2; margin: 0; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.portrait-shape { position: absolute; border-radius: 50%; border: 1px solid rgba(185,96,66,.28); }.portrait-shape.one { width: 210px; height: 210px; left: -35px; top: -45px; }.portrait-shape.two { width: 90px; height: 90px; right: 10px; bottom: 0; background: #d7a84d; border: 0; opacity: .85; }
.credential-card { position: absolute; bottom: 25px; left: 0; display: flex; align-items: center; gap: 13px; padding: 18px 24px; background: var(--paper); box-shadow: var(--shadow); }
.credential-card strong { font-family: var(--serif); font-size: 35px; color: var(--terracotta); }.credential-card span { font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; line-height: 1.4; }
.about-copy .lead { margin: 26px 0 16px; font-family: var(--serif); font-size: 23px; line-height: 1.35; color: #40514a; }
.about-copy > p:not(.eyebrow):not(.lead) { color: #66736d; font-size: 14px; }
.credentials { list-style: none; padding: 0; margin: 30px 0; border-top: 1px solid var(--line); }
.credentials li { display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.credentials li > span { padding-top: 2px; color: var(--terracotta); font-family: var(--serif); font-style: italic; font-size: 13px; }.credentials strong, .credentials small { display: block; }.credentials strong { font-family: var(--serif); font-size: 17px; }.credentials small { color: #738079; font-size: 10px; }

.journal { background: var(--paper); }
.journal-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 48px; }
.article-grid { display: grid; grid-template-columns: 1.25fr .875fr .875fr; gap: 23px; }
.article-card { background: var(--cream); }
.article-image { height: 220px; position: relative; display: grid; place-items: center; overflow: hidden; }
.feature-article .article-image { height: 330px; }
.illustration-one { background: #d8e0da; }.illustration-two { background: #e7d8c9; }.illustration-three { background: #d9e3e7; }
.illustrated-child { font-size: 120px; color: #6f806e; transform: rotate(180deg); }.illustrated-pot { position: absolute; bottom: 40px; right: 27%; font-size: 70px; color: #b96748; }
.illustration-two span { padding: 25px; background: #f9f1e4; color: var(--terracotta); font-family: var(--serif); font-size: 35px; transform: rotate(-6deg); box-shadow: 5px 7px 12px rgba(0,0,0,.08); }.illustration-two i { position: absolute; bottom: 28px; right: 20px; font-family: var(--serif); color: #6d7c75; }
.illustration-three span { font-size: 90px; color: rgba(255,255,255,.65); }.illustration-three i { position: absolute; font-size: 43px; color: var(--terracotta); font-style: normal; }
.article-content { padding: 25px 27px 28px; }.article-content > p:first-child { display: flex; justify-content: space-between; }.article-content > p:first-child span { color: #8b928e; }.article-content h3 { margin: 0 0 17px; font-size: 24px; line-height: 1.17; }.feature-article h3 { font-size: 29px; }.article-content > p:not(:first-child) { color: #77817c; font-size: 12px; line-height: 1.6; }

.freebie { background: var(--paper); padding-top: 20px; }
.freebie-card { min-height: 450px; display: grid; grid-template-columns: .8fr 1.2fr; background: var(--terracotta); color: white; overflow: hidden; }
.freebie-art { min-height: 450px; position: relative; display: grid; place-items: center; background: #ead9c3; overflow: hidden; }
.freebie-art::before, .freebie-art::after { content: ""; position: absolute; border-radius: 50%; }.freebie-art::before { width: 330px; height: 330px; background: #d8be9f; top: -80px; left: -80px; }.freebie-art::after { width: 160px; height: 160px; background: #7b9185; bottom: -55px; right: -40px; }
.checklist { z-index: 2; width: 245px; height: 315px; padding: 38px 31px; background: #fffaf0; color: var(--ink); transform: rotate(-5deg); box-shadow: 12px 17px 28px rgba(76,52,39,.2); border: 1px solid rgba(58,48,39,.1); }.checklist small, .checklist strong, .checklist span { display: block; }.checklist small { color: var(--terracotta); font-size: 7px; font-weight: 800; letter-spacing: .17em; }.checklist strong { margin-top: 47px; font-family: var(--serif); font-size: 27px; line-height: 1.09; }.checklist span { margin-top: 34px; color: var(--sage); letter-spacing: 16px; }
.freebie-copy { display: flex; flex-direction: column; justify-content: center; padding: 60px 10%; }
.freebie-copy h2 { max-width: 610px; margin: 0; font-size: clamp(40px, 4vw, 58px); }.freebie-copy h2 em { color: #f0c3ae; }.freebie-copy > p:not(.eyebrow) { max-width: 550px; color: #f5d9cb; font-size: 14px; }
.signup-form { max-width: 600px; display: grid; grid-template-columns: 1fr auto; margin-top: 20px; }.signup-form input { min-width: 0; height: 54px; padding: 0 18px; border: 0; background: white; }.signup-form button { border: 0; padding: 0 24px; background: var(--forest); color: white; cursor: pointer; font-size: 11px; font-weight: 700; }.form-message { grid-column: 1 / -1; min-height: 20px; margin: 5px 0 0; color: white; font-size: 11px; }.freebie-copy > small { color: #f1cbbc; font-size: 9px; }

.testimonial { background: #eef0e8; text-align: center; }
.quote-wrap { max-width: 850px; }.quote-mark { color: var(--terracotta); font-family: var(--serif); font-size: 67px; line-height: .5; }.quote-wrap blockquote { margin: 22px 0 27px; font-family: var(--serif); font-size: clamp(29px, 3vw, 41px); line-height: 1.25; }.reviewer { display: flex; justify-content: center; align-items: center; gap: 10px; }.reviewer > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--terracotta); color: white; font-size: 9px; }.reviewer p { margin: 0; text-align: left; }.reviewer strong, .reviewer small { display: block; }.reviewer strong { font-family: var(--serif); font-size: 14px; }.reviewer small { font-size: 8px; color: #76817b; }.stars { margin-top: 12px; color: var(--mustard); font-size: 11px; letter-spacing: 3px; }

.site-footer { padding: 82px 0 24px; background: #1f352f; color: #dbe2de; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .7fr .9fr 1.2fr; gap: 70px; padding-bottom: 60px; }
.site-footer .brand { color: #fff; }.site-footer .brand-mark { color: #d89473; }.footer-brand p, .footer-grid > div:last-child p { max-width: 300px; color: #9fb0a9; font-size: 12px; }
.footer-grid h3 { margin: 0 0 18px; color: #dca185; font-family: var(--sans); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }.footer-grid > div:not(:first-child) > a { display: block; width: max-content; margin: 8px 0; font-size: 11px; }.footer-grid > div > a:hover { color: white; }.footer-news { padding-bottom: 4px; border-bottom: 1px solid #829089; font-weight: 700; }.socials { display: flex; gap: 8px; margin-top: 22px; }.socials a { width: 30px !important; height: 30px; display: grid !important; place-items: center; margin: 0 !important; border: 1px solid #52665e; border-radius: 50%; font-size: 8px !important; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #81948c; font-size: 8px; text-transform: uppercase; letter-spacing: .06em; }.footer-bottom div { display: flex; gap: 24px; }

.search-dialog { width: min(680px, calc(100% - 32px)); padding: 52px; background: var(--cream); border: 0; box-shadow: 0 30px 100px rgba(20,30,27,.34); }.search-dialog::backdrop { background: rgba(26,43,38,.72); backdrop-filter: blur(3px); }.search-close { position: absolute; top: 15px; right: 18px; border: 0; background: none; font-size: 30px; cursor: pointer; }.search-dialog label { display: block; margin-bottom: 20px; font-family: var(--serif); font-size: 36px; }.search-dialog form > div { display: grid; grid-template-columns: 1fr auto; }.search-dialog input { min-width: 0; height: 54px; padding: 0 17px; border: 1px solid var(--line); background: white; }.search-dialog form button { padding: 0 24px; border: 0; background: var(--terracotta); color: white; }.search-dialog p { color: #75817b; font-size: 11px; }.search-dialog p a { border-bottom: 1px solid; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .14s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 960px) {
  .site-header { height: 76px; }.menu-toggle { width: 43px; height: 43px; display: flex; flex-direction: column; justify-content: center; gap: 7px; align-items: center; padding: 0; border: 1px solid var(--line); background: transparent; border-radius: 50%; cursor: pointer; }.menu-toggle span { width: 18px; height: 1px; background: currentColor; transition: transform .2s; }.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 114px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 35px 24px; background: var(--cream); transform: translateX(100%); visibility: hidden; transition: transform .3s, visibility .3s; }.site-header.is-sticky .site-nav { inset-block-start: 74px; }.site-nav.is-open { transform: none; visibility: visible; }.site-nav > a { padding: 14px 0; font-family: var(--serif); font-size: 27px; border-bottom: 1px solid var(--line); }.search-button { margin-top: 20px; }
  .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; gap: 65px; }.hero-copy { padding-right: 12%; }.hero-visual { width: 85%; margin-left: auto; }
  .topic-grid { grid-template-columns: repeat(2, 1fr); }.product-grid { grid-template-columns: repeat(2, 1fr); }.product-card:last-child { display: none; }
  .about-grid { gap: 55px; }.portrait-placeholder { width: 90%; margin-left: 5%; }.article-grid { grid-template-columns: repeat(2, 1fr); }.article-card:last-child { display: none; }.feature-article .article-image { height: 220px; }.feature-article h3 { font-size: 24px; }
  .freebie-card { grid-template-columns: .75fr 1.25fr; }.footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 1 / -1; }.footer-bottom { flex-wrap: wrap; gap: 15px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 32px, 540px); }.section { padding: 78px 0; }.announcement { padding-inline: 12px; justify-content: space-between; gap: 10px; font-size: 9px; }.announcement p span { display: none; }.announcement a { white-space: nowrap; }.brand-name { font-size: 20px; }.brand-name em { font-size: 11px; }
  .hero-grid { padding-block: 58px 72px; gap: 58px; }.hero-copy { padding: 0; }.hero h1 { font-size: clamp(49px, 15vw, 67px); }.hero-intro { font-size: 15px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }.hero-actions .text-link { align-self: flex-start; }.trust-row { gap: 10px 17px; margin-top: 31px; }.hero-visual { width: 100%; }.hero-image-wrap img { min-height: 410px; }.hero-note { left: 14px; bottom: -32px; width: 250px; padding: 17px 18px; }.hero-note p { font-size: 13px; }.image-stamp { width: 62px; height: 62px; }
  .section-heading h2, .about-copy h2 { font-size: 42px; }.section-heading h2 br, .about-copy h2 br { display: none; }.topic-grid { grid-template-columns: 1fr; margin-top: 40px; }.topic-card { min-height: 106px; padding: 18px; }.topic-card:nth-child(n+5) { display: none; }
  .section-heading.split { display: block; }.section-heading.split > p { margin-top: 20px; }.product-grid { grid-template-columns: 1fr; }.product-card:nth-child(n+2) { display: none; }.product-art { height: 320px; }
  .about-grid { grid-template-columns: 1fr; gap: 45px; }.about-portrait { min-height: 480px; }.portrait-placeholder { height: 440px; }.portrait-shape.one { left: -10px; }.credential-card { left: 4px; }.about-copy .lead { font-size: 21px; }
  .journal-head { display: block; }.journal-head .text-link { margin-top: 25px; }.article-grid { grid-template-columns: 1fr; }.article-card:last-child { display: block; }
  .freebie { padding-top: 0; }.freebie-card { width: 100%; grid-template-columns: 1fr; }.freebie-art { min-height: 360px; }.freebie-copy { padding: 55px 24px; }.freebie-copy h2 { font-size: 41px; }.signup-form { grid-template-columns: 1fr; gap: 8px; }.signup-form button { height: 52px; }.quote-wrap blockquote { font-size: 29px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 30px; }.footer-brand, .footer-grid > div:last-child { grid-column: 1 / -1; }.footer-bottom { display: grid; }.footer-bottom div { flex-wrap: wrap; gap: 12px 18px; }.search-dialog { padding: 48px 22px 30px; }.search-dialog label { font-size: 31px; }.search-dialog form > div { grid-template-columns: 1fr; }.search-dialog form button { height: 48px; }
}

