.hero-benefits { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0 0; padding: 0; list-style: none; }
.hero-benefits li { display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 30px; padding: 8px 12px; color: var(--earth); background: rgba(255, 254, 253, .64); font-size: .61rem; font-weight: 800; }
.hero-benefits span { color: var(--sun-deep); font-family: var(--serif); }
.hero-lead strong { color: var(--earth-dark); font-weight: 700; }
.concept-flow { display: flex; align-items: center; gap: 10px; margin: 27px 0; padding: 17px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.concept-flow span { display: flex; align-items: center; gap: 7px; color: var(--earth); font-size: .61rem; font-weight: 800; }
.concept-flow b { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: white; background: var(--earth); font-family: var(--serif); }
.concept-flow i { color: var(--sun-deep); font-style: normal; }

.home-blog { background: var(--white); }
.home-blog .split-heading > div:last-child { max-width: 410px; }
.home-blog .split-heading .text-link { display: inline-block; margin-top: 12px; }
.home-blog-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(340px, .55fr); gap: 20px; }
.home-featured-article { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; color: var(--earth); background: var(--paper); }
.home-article-image { position: relative; aspect-ratio: 1.65; overflow: hidden; }
.home-article-image img, .featured-post-image img, .blog-card-image img, .related-grid > a > div img { object-fit: cover; transition: transform .55s ease; }
.home-featured-article:hover img, .featured-post-image:hover img, .blog-card:hover img, .related-grid > a:hover img { transform: scale(1.025); }
.home-featured-article > div:last-child { padding: 30px; }
.home-featured-article > div:last-child > span, .home-article-list small { color: var(--sun-deep); font-size: .53rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.home-featured-article h3 { max-width: 650px; margin: 13px 0; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.home-featured-article p { max-width: 650px; color: var(--earth-soft); font-size: .73rem; }
.home-featured-article strong { display: inline-block; margin-top: 10px; font-size: .61rem; }
.home-article-list { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.home-article-list > a { display: grid; grid-template-columns: 35px 1fr 20px; align-items: center; gap: 10px; flex: 1; padding: 25px; border-bottom: 1px solid var(--line); color: var(--earth); }
.home-article-list > a:last-child { border-bottom: 0; }
.home-article-list > a > span { color: var(--sun-deep); font-family: var(--serif); }
.home-article-list h3 { margin-top: 7px; font-size: 1.25rem; }
.home-article-list b { color: var(--sun-deep); }

.blog-main, .article-main { background: var(--paper); }
.blog-hero { padding: 180px 0 105px; background: radial-gradient(circle at 88% 42%, var(--sun-soft), transparent 24%), linear-gradient(145deg, var(--paper), #f8eddd); border-bottom: 1px solid var(--line); }
.blog-hero-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; }
.blog-hero h1 { max-width: 920px; margin-top: 20px; font-size: clamp(3.7rem, 7vw, 6.5rem); letter-spacing: -.055em; }
.blog-hero h1 em { color: var(--sun-deep); font-weight: 400; }
.blog-hero-grid > p { margin-bottom: 12px; color: var(--earth-soft); font-size: .9rem; }
.blog-featured { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); min-height: 540px; margin-top: 85px; margin-bottom: 95px; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: var(--white); }
.featured-post-image { position: relative; min-height: 460px; overflow: hidden; }
.featured-post-copy { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 68px); }
.post-index { margin-bottom: 30px; padding: 6px 10px; border-radius: 20px; color: var(--violet); background: #f1e8f1; font-size: .49rem; font-weight: 900; letter-spacing: .11em; }
.featured-post-copy > p:first-of-type { color: var(--sun-deep); font-size: .56rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.featured-post-copy h2 { margin: 12px 0 18px; font-size: clamp(2.1rem, 4vw, 3.5rem); }
.featured-post-copy h2 a { color: var(--earth-dark); }
.featured-post-copy > p:last-of-type { color: var(--earth-soft); font-size: .76rem; }
.featured-post-copy .button { margin-top: 18px; }
.blog-library { border-top: 1px solid var(--line); background: var(--white); }
.blog-library-head, .related-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.blog-library-head h2, .related-head h2 { margin-top: 10px; font-size: clamp(2.5rem, 5vw, 4.4rem); }
.blog-library-head > span { color: var(--earth-soft); font-size: .55rem; font-weight: 900; letter-spacing: .1em; }
.blog-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.blog-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.blog-card-image { display: block; position: relative; aspect-ratio: 1.62; overflow: hidden; }
.blog-card-copy { padding: 28px; }
.blog-card-copy > div { display: flex; justify-content: space-between; color: var(--sun-deep); font-size: .53rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.blog-card-copy h2 { margin: 17px 0 13px; font-size: clamp(1.7rem, 3vw, 2.35rem); }
.blog-card-copy h2 a { color: var(--earth-dark); }
.blog-card-copy p { color: var(--earth-soft); font-size: .7rem; }
.blog-card-copy > a { display: inline-block; margin-top: 11px; color: var(--earth); font-size: .59rem; font-weight: 900; }
.blog-newsletter { padding: 85px 0; color: white; background: var(--earth-dark); }
.blog-newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.blog-newsletter h2 { color: white; font-size: clamp(2.5rem, 5vw, 4.4rem); }
.blog-newsletter form label { display: block; margin-bottom: 10px; color: rgba(255,255,255,.65); font-size: .57rem; font-weight: 900; letter-spacing: .1em; }
.blog-newsletter form > div { display: grid; grid-template-columns: 1fr auto; }
.blog-newsletter input { min-width: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 5px 0 0 5px; padding: 15px; color: white; background: rgba(255,255,255,.08); outline: none; }
.blog-newsletter form .button { border-radius: 0 5px 5px 0; }
.blog-newsletter form small { display: block; margin-top: 9px; color: rgba(255,255,255,.45); font-size: .5rem; }

.article-hero { padding: 155px 0 0; background: linear-gradient(180deg, var(--paper), #f7eddf); }
.article-heading { max-width: 980px; text-align: center; }
.article-heading nav { display: flex; justify-content: center; gap: 9px; margin-bottom: 45px; color: var(--earth-soft); font-size: .53rem; }
.article-heading nav a { color: var(--earth-soft); }
.article-heading .eyebrow { justify-content: center; }
.article-heading h1 { margin: 22px auto; font-size: clamp(3.2rem, 6.5vw, 6rem); letter-spacing: -.055em; line-height: .98; }
.article-deck { max-width: 760px; margin: 0 auto; color: var(--earth-soft); font-size: .9rem; }
.article-meta { display: flex; align-items: center; justify-content: center; gap: 11px; margin: 30px 0 50px; color: var(--earth-soft); font-size: .53rem; text-transform: uppercase; letter-spacing: .06em; }
.article-meta i { width: 3px; height: 3px; border-radius: 50%; background: var(--sun-deep); }
.article-cover { position: relative; aspect-ratio: 1.7; max-height: 690px; overflow: hidden; border-radius: 10px 10px 0 0; box-shadow: 0 25px 70px rgba(74, 45, 34, .12); }
.article-cover img { object-fit: cover; }
.article-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 30px; color: var(--earth-soft); font-size: .63rem; font-weight: 750; }
.article-breadcrumb a { color: var(--earth-soft); }
.article-breadcrumb a:hover { color: var(--sun-deep); }
.article-layout { display: grid; grid-template-columns: 235px minmax(0, 760px); justify-content: center; gap: 75px; padding-top: 85px; padding-bottom: 110px; }
.article-toc { position: sticky; top: 25px; display: flex; flex-direction: column; align-self: start; border-top: 2px solid var(--earth); }
.article-toc > p { margin: 18px 0 14px; color: var(--earth-soft); font-size: .52rem; font-weight: 900; letter-spacing: .11em; }
.article-toc > a { display: grid; grid-template-columns: 25px 1fr; gap: 5px; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--earth-soft); font-size: .55rem; line-height: 1.35; }
.article-toc > a span { color: var(--sun-deep); font-family: var(--serif); }
.article-toc > a:last-child { display: block; margin-top: 18px; border: 0; color: var(--earth); font-weight: 900; }
.article-content { min-width: 0; }
.article-lead { margin-bottom: 70px; padding-left: 28px; border-left: 3px solid var(--sun); }
.article-lead p { color: var(--earth); font-family: var(--serif); font-size: 1.2rem; line-height: 1.65; }
.article-content > section:not(.article-faq) { scroll-margin-top: 30px; margin-bottom: 75px; }
.article-section-number { color: var(--sun-deep); font-family: var(--serif); font-size: .7rem; }
.article-content h2 { margin: 10px 0 25px; font-size: clamp(2.1rem, 4vw, 3.15rem); }
.article-content > section > p { color: #624f47; font-size: .84rem; line-height: 1.9; }
.article-content > section > p a { color: var(--violet); font-weight: 750; text-decoration: underline; text-decoration-color: rgba(142,36,170,.35); text-underline-offset: 3px; }
.article-content > section > p a:hover { text-decoration-color: currentColor; }
.article-content > section > ul { display: flex; flex-direction: column; gap: 10px; margin: 25px 0; padding: 0; list-style: none; }
.article-content > section > ul li { position: relative; padding-left: 25px; color: #624f47; font-size: .75rem; line-height: 1.65; }
.article-content > section > ul li::before { content: "↗"; position: absolute; left: 0; color: var(--sun-deep); }
.article-exercise { margin-top: 30px; padding: 25px 28px; border: 1px solid rgba(255,167,38,.3); border-radius: 6px; background: var(--sun-soft); }
.article-exercise > span { color: var(--sun-deep); font-size: .49rem; font-weight: 900; letter-spacing: .12em; }
.article-exercise h3 { margin: 7px 0; font-size: 1.35rem; }
.article-exercise p { margin: 0; color: var(--earth); font-family: var(--serif); font-size: .8rem; }
.article-tool-cta { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 20px; margin: 85px 0; padding: 28px; border-radius: 8px; color: white; background: var(--earth-dark); }
.article-tool-cta > span { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 50%; color: var(--earth); background: var(--sun); }
.article-tool-cta small { color: var(--sun); font-size: .48rem; font-weight: 900; letter-spacing: .1em; }
.article-tool-cta h2 { margin: 5px 0; color: white; font-size: 1.6rem; }
.article-tool-cta p { margin: 0; color: rgba(255,255,255,.62); font-size: .62rem; }
.article-faq { margin-top: 80px; }
.article-faq .eyebrow { margin-bottom: 8px; }
.article-faq details { border-top: 1px solid var(--line); }
.article-faq details:last-child { border-bottom: 1px solid var(--line); }
.article-faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; color: var(--earth); cursor: pointer; font-family: var(--serif); font-size: .9rem; }
.article-faq summary::marker { display: none; content: ""; }
.article-faq details p { margin: 0 0 22px; color: var(--earth-soft); font-size: .7rem; }
.article-disclaimer { margin-top: 45px; padding: 18px; border-left: 2px solid var(--line); color: var(--earth-soft); font-size: .56rem; }
.related-posts { border-top: 1px solid var(--line); background: var(--white); }
.related-head > a { color: var(--earth); font-size: .65rem; font-weight: 900; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.related-grid > a { color: var(--earth); }
.related-grid > a > div { position: relative; aspect-ratio: 1.7; overflow: hidden; margin-bottom: 18px; border-radius: 7px; }
.related-grid small { color: var(--sun-deep); font-size: .51rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.related-grid h3 { max-width: 560px; margin: 10px 0; font-size: 1.8rem; }
.related-grid > a > span { font-size: .58rem; font-weight: 900; }

.cocoon-related { padding: 95px 0 105px; border-top: 1px solid var(--line); background: var(--paper); }
.cocoon-related .section-heading { margin-bottom: 12px; }
.cocoon-related .text-link { align-self: end; color: var(--earth); font-size: .7rem; font-weight: 900; }
.cocoon-related .blog-php-grid { padding-bottom: 0; }
.blog-cocoon-feature { padding: 68px 0; color: white; background: #30221e; }
.blog-cocoon-feature a { display: grid; grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); align-items: center; gap: clamp(45px, 7vw, 95px); color: white; }
.blog-cocoon-feature h2 { margin-bottom: 22px; color: white; font-size: clamp(3rem, 5.4vw, 5.5rem); letter-spacing: -.055em; }
.blog-cocoon-feature p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.62); }
.blog-cocoon-feature strong { display: inline-block; margin-top: 19px; color: var(--sun); font-size: .73rem; }
.blog-cocoon-feature strong span { margin-left: 8px; }
.blog-cocoon-feature figure { margin: 0; overflow: hidden; border-radius: 9px; }
.blog-cocoon-feature figure img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .5s ease; }
.blog-cocoon-feature a:hover img { transform: scale(1.025); }
.blog-php-library { padding-top: 105px; }
.blog-php-library > .section-heading { margin-bottom: 0; }

@media (max-width: 1000px) {
  .home-blog-grid, .blog-featured, .blog-hero-grid, .blog-newsletter-inner, .blog-cocoon-feature a { grid-template-columns: 1fr; }
  .home-article-list { min-height: 400px; }
  .featured-post-image { min-height: 440px; }
  .article-layout { grid-template-columns: minmax(0, 760px); }
  .article-toc { display: none; }
}
.article-copy > section:not(.article-faq):not(.article-sources) > p { color: #624f47; font-size: .86rem; line-height: 1.9; }
.article-copy > section:not(.article-faq):not(.article-sources) > p a { color: var(--violet); font-weight: 750; text-decoration: underline; text-decoration-color: rgba(142,36,170,.35); text-underline-offset: 3px; }
.article-copy > section:not(.article-faq):not(.article-sources) > ul { display: flex; flex-direction: column; gap: 10px; margin: 25px 0; padding: 0; list-style: none; }
.article-copy > section:not(.article-faq):not(.article-sources) > ul li { position: relative; padding-left: 25px; color: #624f47; font-size: .78rem; line-height: 1.72; }
.article-copy > section:not(.article-faq):not(.article-sources) > ul li::before { content: "↗"; position: absolute; left: 0; color: var(--sun-deep); }
.article-sources{margin-top:70px;border-top:1px solid var(--line);padding-top:50px}.article-copy .article-sources>h2{margin:10px 0 25px;font-size:2.4rem}.article-sources ul{margin:25px 0;padding:0;list-style:none}.article-sources li{border-top:1px solid var(--line)}.article-sources li:last-child{border-bottom:1px solid var(--line)}.article-sources li a{display:flex;justify-content:space-between;gap:25px;padding:17px 0}.article-sources li strong{font-family:var(--serif);font-size:1rem}.article-sources li span{color:var(--earth-soft);font-size:.65rem;text-align:right}.article-sources>p:last-child{color:var(--earth-soft);font-size:.68rem}.article-sources>p:last-child a{border-bottom:1px solid var(--line);font-weight:800}.article-author{display:grid;grid-template-columns:60px 1fr;gap:20px;margin-top:38px;border:1px solid var(--line);border-radius:9px;padding:27px;background:var(--paper)}.article-author>span{display:grid;width:56px;height:56px;place-items:center;border-radius:50%;color:#fff;background:var(--earth);font-family:var(--serif)}.article-author small{color:var(--sun-deep);font-size:.55rem;font-weight:900;letter-spacing:.12em}.article-copy .article-author h2{margin:3px 0 7px;font-size:1.5rem}.article-author p{margin:0 0 8px;color:var(--earth-soft);font-size:.72rem}.article-author a{font-size:.68rem;font-weight:900}.article-copy .article-cta h2{margin:8px 0 12px;font-size:2.35rem}.article-copy .article-cta p{margin-bottom:20px;line-height:1.7}
@media(max-width:620px){.article-sources li a{flex-direction:column;gap:3px}.article-sources li span{text-align:left}.article-author{grid-template-columns:1fr}.article-author>span{width:45px;height:45px}}

@media (max-width: 700px) {
  .hero-benefits { align-items: stretch; flex-direction: column; }
  .concept-flow { align-items: flex-start; flex-direction: column; }
  .concept-flow i { transform: rotate(90deg); margin-left: 9px; }
  .home-blog-grid { gap: 12px; }
  .home-featured-article > div:last-child, .home-article-list > a { padding: 22px; }
  .blog-hero { padding: 140px 0 75px; }
  .blog-hero h1 { font-size: 3.5rem; }
  .blog-featured { margin-top: 45px; margin-bottom: 55px; }
  .featured-post-image { min-height: 280px; }
  .blog-card-grid, .related-grid { grid-template-columns: 1fr; }
  .blog-newsletter-inner { gap: 35px; }
  .blog-newsletter form > div { grid-template-columns: 1fr; gap: 8px; }
  .blog-newsletter input, .blog-newsletter form .button { border-radius: 5px; }
  .article-hero { padding-top: 125px; }
  .article-heading nav { flex-wrap: wrap; margin-bottom: 30px; }
  .article-heading h1 { font-size: 3.35rem; }
  .article-meta { flex-wrap: wrap; }
  .article-cover { aspect-ratio: 1.25; border-radius: 0; }
  .article-layout { display: block; padding-top: 50px; }
  .article-lead { margin-bottom: 50px; padding-left: 19px; }
  .article-lead p { font-size: 1.02rem; }
  .article-tool-cta { grid-template-columns: 42px 1fr; }
  .article-tool-cta .button { grid-column: 1 / -1; width: 100%; }
  .related-head { align-items: flex-start; flex-direction: column; }
  .cocoon-related { padding: 72px 0; }
  .cocoon-related .section-heading { margin-bottom: 0; }
  .blog-cocoon-feature { padding: 58px 0; }
  .blog-cocoon-feature a { gap: 35px; }
  .blog-php-library { padding-top: 74px; }
}

/* Finitions de la vitrine */
.newsletter-inline { display: flex; width: 100%; }
.newsletter-success { margin: 0; padding: 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 6px; color: white; background: rgba(255,255,255,.08); font-family: var(--serif); }
.newsletter-success span { display: inline-grid; width: 25px; height: 25px; place-items: center; margin-right: 8px; border-radius: 50%; color: var(--earth); background: var(--sun); }
.newsletter-success.compact { padding: 11px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); border-radius: 0; color: rgba(255,255,255,.75); background: transparent; font-size: .72rem; }
.newsletter-success.compact span { width: 20px; height: 20px; }

.contact-main { min-height: 100vh; background: var(--paper); }
.contact-hero { padding: 175px 0 95px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 82% 40%, var(--sun-soft), transparent 25%), linear-gradient(145deg, var(--paper), #f8eddd); }
.contact-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.contact-hero h1 { margin-bottom: 25px; font-size: clamp(3.7rem, 7vw, 6.4rem); letter-spacing: -.055em; }
.contact-hero h1 em { color: var(--sun-deep); font-weight: 400; }
.contact-hero-grid > div:first-child > p:last-child { max-width: 690px; color: var(--earth-soft); font-size: .88rem; }
.contact-details { padding: 28px; border-left: 2px solid var(--sun); background: rgba(255,255,255,.48); }
.contact-details > span { display: block; color: var(--sun-deep); font-size: .5rem; font-weight: 900; letter-spacing: .12em; }
.contact-details a { display: inline-block; margin: 7px 0; color: var(--earth); font-family: var(--serif); font-size: 1.45rem; }
.contact-details p { margin: 0; color: var(--earth-soft); font-size: .58rem; }
.contact-layout { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: 85px; padding-top: 95px; padding-bottom: 115px; }
.contact-layout > div > p:last-child { max-width: 360px; color: var(--earth-soft); font-size: .7rem; }
.contact-form, .contact-success { padding: clamp(27px, 4vw, 48px); border: 1px solid var(--line); border-radius: 9px; background: var(--white); }
.contact-form { display: flex; flex-direction: column; gap: 24px; }
.contact-two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; }
.contact-form label > span { display: block; margin-bottom: 9px; color: var(--earth); font-size: .52rem; font-weight: 900; letter-spacing: .1em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 5px; padding: 13px 15px; color: var(--earth-dark); background: var(--paper); outline: none; }
.contact-form textarea { resize: vertical; line-height: 1.6; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--sun); box-shadow: 0 0 0 4px rgba(255,167,38,.1); }
.contact-submit { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.contact-submit small { max-width: 240px; color: var(--earth-soft); font-size: .52rem; }
.contact-success { display: flex; align-items: flex-start; flex-direction: column; }
.contact-success > span { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 22px; border-radius: 50%; color: white; background: var(--sage); }
.contact-success h2 { font-size: 2.5rem; }
.contact-success p { color: var(--earth-soft); }

.document-main { min-height: 100vh; background: var(--paper); }
.document-hero { padding: 170px 0 85px; border-bottom: 1px solid var(--line); background: linear-gradient(145deg, var(--paper), #f8eddd); }
.document-hero .container { max-width: 1000px; }
.document-hero h1 { margin-bottom: 22px; font-size: clamp(3.7rem, 7vw, 6rem); letter-spacing: -.055em; }
.document-hero .container > p:last-of-type { max-width: 720px; color: var(--earth-soft); font-size: .88rem; }
.document-draft { display: grid; grid-template-columns: 170px 1fr; gap: 18px; margin-top: 35px; padding: 19px 22px; border: 1px solid rgba(142,36,170,.22); border-radius: 6px; color: var(--violet); background: #f4eaf4; }
.document-draft strong { font-family: var(--serif); }
.document-draft span { color: var(--earth-soft); font-size: .61rem; }
.document-layout { display: grid; grid-template-columns: 220px minmax(0, 720px); justify-content: center; gap: 85px; padding-top: 85px; padding-bottom: 110px; }
.document-layout > aside { position: sticky; top: 25px; display: flex; align-self: start; flex-direction: column; padding-top: 18px; border-top: 2px solid var(--earth); }
.document-layout > aside p { color: var(--sun-deep); font-size: .52rem; font-weight: 900; letter-spacing: .12em; }
.document-layout > aside span { color: var(--earth-soft); font-size: .5rem; }
.document-layout > aside strong { margin: 3px 0 15px; font-family: var(--serif); }
.document-layout > aside a { color: var(--earth); font-size: .58rem; font-weight: 800; }
.document-layout article > section { margin-bottom: 55px; }
.document-layout article h2 { margin-bottom: 20px; font-size: 2.25rem; }
.document-layout article p, .document-layout article li { color: #624f47; font-size: .76rem; line-height: 1.85; }
.document-layout article a { color: var(--earth); font-weight: 800; text-decoration: underline; text-decoration-color: var(--sun); text-underline-offset: 3px; }
.document-layout article ul { display: flex; flex-direction: column; gap: 8px; padding-left: 20px; }
.legal-placeholder { margin: 22px 0; padding: 20px; border-left: 3px solid var(--violet); background: #f4eaf4; }
.legal-placeholder strong { color: var(--violet); font-size: .56rem; letter-spacing: .09em; text-transform: uppercase; }
.legal-placeholder p { margin: 6px 0 0; }

.not-found-main { position: relative; display: grid; min-height: 82vh; place-items: center; overflow: hidden; padding: 140px 0 80px; background: radial-gradient(circle at 70% 40%, var(--sun-soft), transparent 32%), var(--paper); }
.not-found-orbit { position: absolute; width: 650px; height: 650px; right: -240px; border: 1px solid var(--line); border-radius: 50%; }
.not-found-orbit::after { content: ""; position: absolute; inset: 75px; border: 1px solid var(--line); border-radius: 50%; }
.not-found-content { position: relative; z-index: 1; max-width: 850px; }
.not-found-content > span { color: var(--sun-deep); font-family: var(--serif); font-size: 1.2rem; }
.not-found-content .eyebrow { margin-top: 25px; }
.not-found-content h1 { margin-bottom: 25px; font-size: clamp(3.5rem, 7vw, 6rem); letter-spacing: -.055em; }
.not-found-content > p:last-of-type { max-width: 620px; color: var(--earth-soft); }
.not-found-content > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }

@media (max-width: 900px) {
  .contact-hero-grid, .contact-layout { grid-template-columns: 1fr; gap: 45px; }
  .contact-details { max-width: 520px; }
  .document-layout { grid-template-columns: minmax(0, 720px); }
  .document-layout > aside { position: static; }
}

@media (max-width: 620px) {
  .contact-hero, .document-hero { padding-top: 135px; }
  .contact-two-fields { grid-template-columns: 1fr; }
  .contact-submit { align-items: stretch; flex-direction: column; }
  .contact-submit .button { width: 100%; }
  .document-draft { grid-template-columns: 1fr; }
  .not-found-content > div { align-items: stretch; flex-direction: column; }
}
.blog-guide-chooser { padding: 72px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.blog-guide-chooser > .container { display: grid; grid-template-columns: minmax(230px,.53fr) minmax(0,1.47fr); align-items: end; gap: clamp(35px,7vw,90px); }
.blog-guide-chooser h2 { margin: 0; font-size: clamp(2.2rem,3.8vw,3.7rem); }
.blog-guide-links { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.blog-guide-links a { display: flex; min-height: 176px; flex-direction: column; border-bottom: 1px solid var(--line); padding: 23px 18px; color: var(--earth); transition: background .2s ease,padding .2s ease; }
.blog-guide-links a:hover { padding-left: 24px; background: var(--paper); }
.blog-guide-links a + a { border-left: 1px solid var(--line); }
.blog-guide-links a:nth-child(4n+1) { border-left: 0; }
.blog-guide-links small { color: var(--sun-deep); font-size: .52rem; font-weight: 900; letter-spacing: .11em; }
.blog-guide-links strong { margin: auto 0 10px; font-family: var(--serif); font-size: 1.23rem; line-height: 1.17; }
.blog-guide-links span { color: var(--earth-soft); font-size: .61rem; }

@media (max-width: 850px) {
  .blog-guide-chooser > .container { grid-template-columns: 1fr; }
  .blog-guide-links { grid-template-columns: repeat(2,1fr); }
  .blog-guide-links a:nth-child(4n+1) { border-left: 1px solid var(--line); }
  .blog-guide-links a:nth-child(odd) { border-left: 0; }
}

@media (max-width: 650px) {
  .blog-guide-links { grid-template-columns: 1fr; }
  .blog-guide-links a { min-height: 145px; }
  .blog-guide-links a + a, .blog-guide-links a:nth-child(4n+1) { border-left: 0; }
}
