/* Additive layout for editorial pages. Existing homepage styling is preserved. */
.landing-hero{display:grid;grid-template-columns:1.15fr 1fr;gap:65px;align-items:center;background:#eae5da}.landing-hero h1,.workshop-page-intro h1{font-size:clamp(38px,4.7vw,68px);line-height:1.1}.landing-hero p:not(.eyebrow){margin-top:25px;max-width:580px}.landing-photo{background:white;border:1px solid #a8876e;padding:12px;box-shadow:0 10px 28px #47281314}.landing-photo img{width:100%;height:auto;object-fit:contain}.reading{max-width:940px;margin:auto}.reading h2{font-size:clamp(28px,3vw,40px);line-height:1.2;margin:45px 0 20px}.reading h2:first-child{margin-top:0}.reading h3{font-size:24px;line-height:1.25;margin-bottom:12px}.reading p{max-width:72ch}.reading p a{text-decoration:underline;text-underline-offset:3px}.reading>.button{margin-top:28px}.advice-list>div{border-bottom:1px solid var(--line);padding:22px 0}.related{padding:25px 7%;border-block:1px solid var(--line);flex-wrap:wrap;justify-content:center;gap:12px 28px}.related a{text-decoration:underline;text-underline-offset:4px}.workshop-page-intro{max-width:1050px;margin:auto}.workshop-page-intro p:not(.eyebrow){margin:25px 0;max-width:700px}.workshop .textlink{border-color:currentColor}.workshop-more{margin-top:20px}.date-info{min-width:0}summary:focus-visible{outline:3px solid #be653b;outline-offset:5px}.reading,.landing-hero{overflow-wrap:break-word}
@media(max-width:720px){.landing-hero{grid-template-columns:1fr;gap:30px}.landing-photo{max-width:480px;width:100%;margin:auto}.related{font-size:14px;justify-content:flex-start}.related a{padding:8px 0}.reading h2{margin-top:35px}input,select,textarea{font-size:16px}}

@media(max-width:360px){.date-row [data-wait]{margin-left:0;min-width:100%;max-width:100%}}

/* Shared, quiet treatment for the three contextual business sections. */
.reading .business{border-top:1px solid var(--line);margin-top:40px;padding-top:30px}.reading .business h2{margin-top:0}.business .textlink{max-width:100%;line-height:1.6}.business .actions{margin-top:22px}

/* Compact homepage teaser within the existing machine column. */
.machine .home-business{border-top:1px solid var(--line);margin-top:30px;padding-top:24px}.machine .home-business p{margin:14px 0 16px}.home-business .textlink{max-width:100%;line-height:1.6}
