@font-face {
font-family: 'Satoshi';
src: url(//www.shadogs.fr/wp-content/themes/shadogs/assets/fonts/satoshi-variable.woff2) format('woff2');
font-weight: 300 900; font-style: normal; font-display: swap;
}
@font-face {
font-family: 'Satoshi';
src: url(//www.shadogs.fr/wp-content/themes/shadogs/assets/fonts/satoshi-400-italic.woff2) format('woff2');
font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
font-family: 'Satoshi Variable';
src: url(//www.shadogs.fr/wp-content/themes/shadogs/assets/fonts/satoshi-variable.woff2) format('woff2');
font-weight: 300 900; font-style: normal; font-display: swap;
}
:root {
--accent: #DF8A90; --accent-hover: #d67c83;
--ink: #262626; --text: #575757; --label: #58655A; --border: #EBEBEB;
--bg: #FFFFFF;
--bg-soft: #FAFAFA;
--font-body: 'Satoshi', sans-serif;
--font-heading: 'Satoshi Variable', 'Satoshi', sans-serif;
--width: 1120px;
--radius-card: 18px;
--radius-btn: 10px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: var(--font-body);
font-size: 18px;
line-height: 1.5;
letter-spacing: -0.01em;
color: var(--text);
background: var(--bg);
-webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
@media (max-width: 719px) {
body { font-size: 17px; }
}
h1, h2, h3, h4 {
font-family: var(--font-heading); font-weight: 400;
font-variation-settings: 'wght' 430;
color: var(--ink);
}
h1 { font-size: 72px; line-height: 1.1; letter-spacing: -0.05em; }
h2 { font-size: 64px; line-height: 1.2; letter-spacing: -0.04em; }
h3 { font-size: 24px; line-height: 1.3; letter-spacing: -0.02em; }
.accent { color: var(--accent); }
@media (max-width: 1024px) {
h1 { font-size: 52px; }
h2 { font-size: 44px; }
}
@media (max-width: 719px) {
h1 { font-size: 44px; }
h2 { font-size: 36px; }
}
.container { max-width: var(--width); margin: 0 auto; padding: 0 24px; } .section-header { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.section-header p { max-width: 620px; }
.chip {
display: inline-flex; align-items: center; gap: 6px;
font-size: 14px; letter-spacing: 0;
color: var(--label);
background: rgba(255, 255, 255, 0.8);
border: 1px solid var(--border);
border-radius: 999px;
padding: 4px 12px;
}
.chip svg { width: 14px; height: 14px; stroke: var(--label); }
.btn {
display: inline-flex; align-items: center; justify-content: center; gap: 8px;
font-size: 16px; font-weight: 500; color: #fff;
background: var(--accent);
border-radius: var(--radius-btn);
padding: 12px 24px;
}
.btn:hover { background: var(--accent-hover); }
.btn--small {
font-size: 14px;
border-radius: 6px;
padding: 6px 12px;
} .btn--small::before {
content: '';
flex: none; width: 14px; height: 14px;
background: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6v6a4 4 0 0 0 4 4h12m0 0-4-4m4 4-4 4'/%3E%3C/svg%3E") center / contain no-repeat;
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6v6a4 4 0 0 0 4 4h12m0 0-4-4m4 4-4 4'/%3E%3C/svg%3E") center / contain no-repeat;
}
.texture-fabric {
background-image:
linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
url(//www.shadogs.fr/wp-content/themes/shadogs/assets/img/texture-fabric.webp);
background-size: cover;
background-position: center;
} .notch { position: absolute; background: #fff; z-index: 1; }
.notch::before, .notch::after { content: ''; position: absolute; width: 24px; height: 24px; }
.notch--tr { top: 0; right: 0; padding: 0 0 8px 8px; border-bottom-left-radius: 24px; }
.notch--tr::before, .notch--tr::after {
background: radial-gradient(circle 24px at 0 100%, rgba(255, 255, 255, 0) 23px, #fff 24px);
}
.notch--tr::before { top: 0; left: -24px; }
.notch--tr::after { right: 0; bottom: -24px; }
.notch--bl { left: 0; bottom: 0; padding: 8px 8px 0 0; border-top-right-radius: 24px; }
.notch--bl::before, .notch--bl::after {
background: radial-gradient(circle 24px at 100% 0, rgba(255, 255, 255, 0) 23px, #fff 24px);
}
.notch--bl::before { left: 0; top: -24px; }
.notch--bl::after { bottom: 0; right: -24px; }
@media (prefers-reduced-motion: no-preference) {
.js .reveal {
opacity: 0;
transform: translateY(40px);
transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.js .reveal.is-visible { opacity: 1; transform: none; } .js .hero__text.reveal,
.js .hero__visual.reveal {
opacity: 1;
transform: none;
transition: none;
animation: reveal-in 0.7s ease-out both;
} .js .hero__visual.reveal { animation-delay: 0.15s; }
@keyframes reveal-in {
from { opacity: 0; transform: translateY(40px); }
to { opacity: 1; transform: none; }
}
} .nav {
position: sticky; top: 0; z-index: 50;
background: rgba(255, 255, 255, 0.65);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
.nav__inner {
max-width: var(--width); margin: 0 auto; padding: 11px 24px;
display: flex; align-items: center; gap: 32px;
min-height: 72px;
}
.nav__logo img { width: 50px; height: 50px; } .nav__links { display: flex; gap: 32px; font-size: 16px; color: var(--ink); margin-left: auto; }
.nav__links a:hover { color: var(--accent); }
.nav__burger, .nav__burger-toggle { display: none; }
.nav__links-cta { display: none; } @media (max-width: 719px) { .nav__inner { position: relative; }
.nav__inner > .btn { margin-left: auto; }
.nav__burger {
display: flex; flex-direction: column; gap: 5px;
width: 28px; cursor: pointer; order: -1;
z-index: 51;
}
.nav__burger span { height: 2px; background: var(--ink); border-radius: 2px; }
.nav__logo { position: absolute; left: 50%; transform: translateX(-50%); } .nav__links {
display: none;
position: absolute; top: 100%; left: 0; right: 0;
height: calc(100vh - 72px); height: calc(100dvh - 72px);
flex-direction: column; justify-content: center; align-items: center; gap: 8px;
background: #fff;
padding: 24px 24px 120px;
}
.nav:has(.nav__burger-toggle:checked) { background: #fff; }
.nav__links a {
font-family: var(--font-heading);
font-variation-settings: 'wght' 430;
font-size: 34px; letter-spacing: -0.02em;
padding: 12px 24px;
}
.nav__links .nav__links-cta {
display: block;
position: absolute; left: 24px; right: 24px; bottom: 32px;
font-family: var(--font-body); font-size: 18px; font-weight: 500;
letter-spacing: 0;
background: var(--accent); color: #fff;
border-radius: var(--radius-btn);
padding: 18px 24px; text-align: center;
}
.nav__burger-toggle:checked ~ .nav__links { display: flex; }
body:has(.nav__burger-toggle:checked) { overflow: hidden; }
.nav__burger-toggle:checked ~ .nav__burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger-toggle:checked ~ .nav__burger span:nth-child(2) { opacity: 0; }
.nav__burger-toggle:checked ~ .nav__burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}
.hero { background: var(--bg); padding: 48px 0 96px; }
.hero__inner {
max-width: var(--width); margin: 0 auto; padding: 0 24px;
display: grid; grid-template-columns: 1fr 536px; gap: 48px; align-items: center;
}
.hero__logo { width: 120px; height: 120px; border-radius: 16px; margin-bottom: 24px; }
.hero__text h1 { margin-bottom: 20px; }
.hero__text p { max-width: 480px; margin-bottom: 28px; }
.hero__buttons { display: flex; gap: 12px; }
.hero__visual { position: relative; }
.hero__visual > .hero__photo {
width: 100%; height: 702px; object-fit: cover;
border-radius: 24px;
}
.hero__camera-icon {
width: 44px; height: 44px; border-radius: 50%;
background: var(--accent); color: #fff;
display: flex; align-items: center; justify-content: center;
}
.hero__camera-icon svg { width: 20px; height: 20px; }
.notch--tr a { display: block; border-radius: 50%; }
.hero__pets { padding: 10px 16px 6px 4px; text-align: center; }
.hero__pets-avatars { display: flex; }
.hero__pets-avatars img {
width: 40px; height: 40px; border-radius: 50%; object-fit: cover;
border: 2px solid #fff; margin-right: -12px;
}
.hero__pets-avatars img:last-child { margin-right: 0; }
.hero__pets span { font-size: 14px; color: var(--text); }
@media (max-width: 1024px) {
.hero__inner { grid-template-columns: 1fr; }
.hero__visual > .hero__photo { height: auto; aspect-ratio: 536 / 702; }
}
@media (max-width: 719px) {
.hero { padding-top: 24px; }
}
.work { padding: 96px 0; }
.work .section-header { margin-bottom: 56px; }
.work__video {
max-width: var(--width); margin: 0 auto;
background: #fff; border-radius: 24px; padding: 8px;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}
.work__video video {
width: 100%; height: 578px; object-fit: cover;
border-radius: 18px;
}
@media (max-width: 1024px) {
.work__video video { height: 420px; }
}
@media (max-width: 719px) {
.work__video video { height: auto; aspect-ratio: 1108 / 578; border-radius: 14px; }
}
.services { background: var(--bg); padding: 96px 0; }
.services .section-header { margin-bottom: 48px; }
.services__tabs {
display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 8px;
background: var(--bg-soft); border: 1px solid #F3F3F3;
border-radius: 14px; padding: 6px; margin-bottom: 32px;
}
.services__tab {
display: flex; align-items: center; justify-content: center; gap: 10px;
font-size: 16px; color: var(--ink);
padding: 14px 12px; border-radius: 10px; cursor: pointer;
border: 1px solid transparent;
background: none; font-family: inherit;
}
.services__tab svg { width: 20px; height: 20px; }
.services__tab.is-active {
background: #fff; border-color: var(--border);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.services__panel { display: none; grid-template-columns: 504px 1fr; gap: 48px; align-items: stretch; }
.services__panel.is-active { display: grid; animation: panel-slide 0.4s ease; }
@keyframes panel-slide {
from { opacity: 0; transform: translateX(40px); }
to   { opacity: 1; transform: none; }
}
.services__image {
width: 100%; height: 100%; min-height: 587px; object-fit: cover;
border-radius: var(--radius-card);
}
.services__card {
border: 1px solid var(--border); border-radius: var(--radius-card);
padding: 32px;
display: flex; flex-direction: column; align-items: flex-start; gap: 18px;
}
.services__card h3 { font-size: 28px; }
.services__badge {
font-size: 14px; color: var(--text);
border: 1px solid var(--border); border-radius: 999px;
padding: 4px 12px;
}
.services__list { display: flex; flex-direction: column; gap: 16px; }
.services__list li { display: flex; gap: 12px; font-size: 16px; } .services__list li::before {
content: '';
flex: none; width: 22px; height: 22px; margin-top: 2px;
background: #B5B5B5;
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linejoin='round'%3E%3Cpath d='m12 2 2.9 6.3 6.9.8-5.1 4.7 1.4 6.8L12 17.2l-6.1 3.4 1.4-6.8L2.2 9.1l6.9-.8z'/%3E%3C/svg%3E") center / contain no-repeat;
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linejoin='round'%3E%3Cpath d='m12 2 2.9 6.3 6.9.8-5.1 4.7 1.4 6.8L12 17.2l-6.1 3.4 1.4-6.8L2.2 9.1l6.9-.8z'/%3E%3C/svg%3E") center / contain no-repeat;
}
@media (max-width: 1024px) {
.services__panel { grid-template-columns: 1fr; }
.services__image { min-height: 0; aspect-ratio: 504 / 587; height: auto; }
}
@media (max-width: 719px) {
.services__tabs { grid-auto-flow: row; }
}
.vip { padding: 96px 0; }
.vip .section-header { margin-bottom: 64px; }
.vip__grid {
max-width: 980px; margin: 0 auto;
display: grid; grid-template-columns: 1fr 1fr;
gap: 56px 120px;
}
.vip__item { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.vip__item--center { grid-column: 1 / -1; max-width: 480px; justify-self: center; }
.vip__icon {
width: 100px; height: 100px; border-radius: 50%;
border: 1px solid #C9C9C9;
display: flex; align-items: center; justify-content: center;
margin-bottom: 8px;
}
.vip__icon img { width: 56px; height: 56px; object-fit: contain; }
.vip__item h3 { font-size: 24px; font-weight: 500; font-family: var(--font-body); color: var(--ink); }
.vip__item p { font-size: 16px; }
.vip__cta { text-align: center; margin-top: 56px; }
@media (max-width: 1024px) {
.vip__grid { grid-template-columns: 1fr; gap: 40px; }
}
.gallery { padding: 96px 0; overflow: hidden; }
.gallery .section-header { margin-bottom: 56px; }
.gallery__slider { position: relative; }
.gallery__track {
display: flex; gap: 24px;
overflow-x: auto;
padding: 4px 24px;
scrollbar-width: none;
cursor: grab;
}
.gallery__track.is-dragging { cursor: grabbing; user-select: none; }
.gallery__track::-webkit-scrollbar { display: none; }
.gallery__track img {
flex: none; width: 324px; height: 408px; object-fit: cover;
border-radius: var(--radius-card);
border: 4px solid #fff;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}
.gallery__nav {
display: flex; justify-content: flex-end; gap: 8px;
margin-top: 24px;
}
.gallery__arrow {
width: 38px; height: 38px; border-radius: 50%;
border: 1px solid var(--border); background: #fff;
color: var(--text); cursor: pointer;
display: flex; align-items: center; justify-content: center;
}
.gallery__arrow:hover { border-color: var(--accent); color: var(--accent); }
.gallery__arrow svg { width: 18px; height: 18px; }
@media (max-width: 719px) {
.gallery__track img { width: 260px; height: 328px; }
}
.reviews { padding: 96px 0; }
.reviews .section-header { margin-bottom: 56px; }
.reviews__masonry {
max-width: var(--width); margin: 0 auto; padding: 0 24px;
columns: 3; column-gap: 24px;
}
.reviews__masonry .reviews__card { break-inside: avoid; margin-bottom: 24px; }
.reviews__card {
background: #fff; border: 1px solid var(--border);
border-radius: 14px; padding: 24px;
font-size: 16px;
}
.reviews__card blockquote { margin-bottom: 20px; white-space: pre-line; }
.reviews__author { display: flex; align-items: center; gap: 12px; }
.reviews__author img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.reviews__author span { font-size: 15px; color: var(--ink); }
@media (max-width: 1024px) {
.reviews__masonry { columns: 2; }
}
@media (max-width: 719px) {
.reviews__masonry { columns: 1; }
}
.faq { background: var(--bg); padding: 96px 0; }
.faq__inner {
max-width: var(--width); margin: 0 auto; padding: 0 24px;
display: grid; grid-template-columns: 528px 1fr; gap: 64px; align-items: start;
}
.faq__visual { position: relative; }
.faq__visual img { width: 100%; border-radius: 24px; }
.faq__phone-icon {
width: 44px; height: 44px; border-radius: 50%;
background: var(--accent); color: #fff;
display: flex; align-items: center; justify-content: center;
}
.faq__phone-icon svg { width: 20px; height: 20px; }
.faq__content > .chip { margin-bottom: 16px; }
.faq__content > h2 { margin-bottom: 32px; }
.faq__item {
border: 1px solid var(--border); border-radius: 12px;
margin-bottom: 12px;
background: #fff;
}
.faq__item summary {
display: flex; align-items: center; gap: 16px;
font-size: 16px; color: var(--ink);
padding: 18px 24px; cursor: pointer;
list-style: none;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::before {
content: ''; flex: none; width: 16px; height: 16px;
background:
linear-gradient(var(--text), var(--text)) center / 16px 1.5px no-repeat,
linear-gradient(var(--text), var(--text)) center / 1.5px 16px no-repeat;
}
.faq__item[open] summary::before { transform: rotate(45deg); }
.faq__item p { font-size: 16px; padding: 0 24px 18px 56px; }
@media (max-width: 1024px) {
.faq__inner { grid-template-columns: 1fr; }
}
.contact {
background-image:
linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
url(//www.shadogs.fr/wp-content/themes/shadogs/assets/img/texture-contact.webp);
background-size: cover; background-position: center;
padding: 96px 0;
}
.contact__inner {
max-width: var(--width); margin: 0 auto; padding: 0 24px;
display: grid; grid-template-columns: 1fr 508px; gap: 64px; align-items: start;
}
.contact__text > .chip { margin-bottom: 20px; }
.contact__text h2 { margin-bottom: 24px; }
.contact__text .contact__tagline {
font-family: var(--font-heading);
font-variation-settings: 'wght' 430;
font-size: 26px; line-height: 1.35; letter-spacing: -0.02em;
color: var(--ink); margin-bottom: 20px;
}
.contact__cards { display: flex; flex-direction: column; gap: 20px; }
.contact__card {
background: #fff; border: 1px solid var(--border);
border-radius: var(--radius-card); padding: 28px;
}
.contact__card-icon {
width: 48px; height: 48px; border-radius: 50%;
border: 1px solid var(--border); background: var(--bg-soft);
display: flex; align-items: center; justify-content: center;
margin-bottom: 20px;
}
.contact__card-icon svg { width: 20px; height: 20px; stroke: var(--text); }
.contact__card h3 { font-size: 24px; font-weight: 500; font-family: var(--font-body); margin-bottom: 8px; }
.contact__card p { font-size: 16px; margin-bottom: 16px; white-space: pre-line; }
@media (max-width: 1024px) {
.contact__inner { grid-template-columns: 1fr; }
}
.footer { background: #fff; padding: 56px 0 32px; }
.footer__inner { max-width: var(--width); margin: 0 auto; padding: 0 24px; }
.footer__top {
display: grid; grid-template-columns: 1.2fr 1.4fr 1fr 1fr; gap: 32px;
padding-bottom: 40px; border-bottom: 1px solid var(--border);
}
.footer__brand { display: flex; align-items: center; gap: 10px; }
.footer__brand img { width: 46px; height: 46px; }
.footer__brand span { font-size: 24px; font-weight: 500; color: var(--ink); letter-spacing: -0.02em; }
.footer__col h4 { font-family: var(--font-body); font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.footer__col p, .footer__col a { font-size: 15px; display: block; margin-bottom: 6px; }
.footer__col a:hover { color: var(--accent); }
.footer__bottom {
display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
padding-top: 24px; font-size: 15px;
}
.footer__bottom nav { display: flex; gap: 24px; }
.footer__bottom a:hover { color: var(--accent); }
.footer__bottom .underline { text-decoration: underline; }
@media (max-width: 1024px) {
.footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 719px) {
.footer__top { grid-template-columns: 1fr; }
.footer__bottom { flex-direction: column; align-items: flex-start; }
}
.pricing { padding: 96px 0; }
.pricing .section-header { margin-bottom: 72px; }
.pricing__row {
max-width: 960px; margin: 0 auto 64px;
display: grid; grid-template-columns: 1fr 480px; gap: 48px; align-items: center;
}
.pricing__row:last-child { margin-bottom: 0; }
.pricing__row--reverse { grid-template-columns: 480px 1fr; }
.pricing__row img {
width: 100%; aspect-ratio: 1; object-fit: cover;
border-radius: var(--radius-card);
}
.pricing__row h3 { font-size: 26px; font-weight: 500; font-family: var(--font-body); margin-bottom: 4px; }
.pricing__price {
font-family: var(--font-heading);
font-variation-settings: 'wght' 430;
font-size: 30px; letter-spacing: -0.02em;
color: var(--accent);
margin-bottom: 16px;
}
.pricing__row ul { list-style: disc; padding-left: 20px; margin-bottom: 20px; }
.pricing__row li { font-size: 16px; margin-bottom: 4px; }
.pricing__breeds { font-size: 14px; color: #8a8a8a; }
@media (max-width: 1024px) {
.pricing__row, .pricing__row--reverse { grid-template-columns: 1fr; } .pricing__row--reverse img { order: 2; }
}
.blog-index { padding: 64px 0 96px; }
.blog-index__inner { max-width: var(--width); margin: 0 auto; padding: 0 24px; }
.blog-index__inner > h1 { margin-bottom: 56px; }
.blog-index__masonry { columns: 3; column-gap: 40px; }
.blog-card {
display: block; break-inside: avoid; margin-bottom: 56px;
} .blog-card figure { overflow: hidden; margin: 0 0 18px; border-radius: 14px; }
.blog-card img {
width: 100%; height: auto;
border-radius: 14px;
transition: transform 0.5s ease;
}
.blog-card:hover img { transform: scale(1.03); } .blog-card__meta {
display: block;
font-size: 12px; font-weight: 500;
letter-spacing: 0.08em; text-transform: uppercase;
color: var(--accent);
margin-bottom: 8px;
}
.blog-card h2 {
font-family: var(--font-body);
font-size: 19px; font-weight: 500; letter-spacing: -0.01em;
line-height: 1.35;
color: var(--ink);
margin-bottom: 8px;
transition: color 0.2s ease;
}
.blog-card p { font-size: 15px; line-height: 1.55; }
.blog-card:hover h2 { color: var(--accent); }
@media (max-width: 1024px) {
.blog-index__masonry { columns: 2; column-gap: 30px; }
.blog-card { margin-bottom: 44px; }
}
@media (max-width: 719px) {
.blog-index__masonry { columns: 1; }
}
.article { padding: 48px 0 96px; }
.article__layout {
max-width: var(--width); margin: 0 auto; padding: 0 24px;
display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 56px;
align-items: start;
} .article__content > h1, .article__content h1, .article__content .wp-block-post-title {
font-size: 42px; line-height: 1.15; letter-spacing: -0.03em;
margin-bottom: 24px;
} .article__cover { margin-bottom: 32px; }
img.article__cover,
.article__cover img {
width: 100%; aspect-ratio: 7 / 4; object-fit: cover;
border-radius: 14px;
}
.article__content h2 {
font-size: 28px; line-height: 1.25; letter-spacing: -0.02em;
margin: 40px 0 16px;
}
.article__content h3 {
font-size: 22px; letter-spacing: -0.01em;
margin: 32px 0 12px;
}
.article__content p { font-size: 17px; line-height: 1.6; margin-bottom: 16px; }
.article__content ul, .article__content ol { padding-left: 24px; margin-bottom: 16px; }
.article__content li { font-size: 17px; line-height: 1.6; margin-bottom: 6px; }
.article__content ul { list-style: disc; }
.article__content a { color: var(--accent); text-decoration: underline; }
.article__content strong { color: var(--ink); }
.article__content blockquote {
border-left: 3px solid var(--accent);
padding-left: 16px; margin: 24px 0; font-style: italic;
} .article__content h2, .article__content h3 { scroll-margin-top: 96px; } .article__sidebar {
position: sticky; top: 96px;
display: flex; flex-direction: column; gap: 24px;
} .sidebar-toc ol { list-style: decimal; padding-left: 18px; }
.sidebar-toc li { font-size: 14px; line-height: 1.4; }
.sidebar-toc li + li { margin-top: 8px; }
.sidebar-toc li::marker { color: var(--accent); }
.sidebar-toc .toc-h3 { list-style: circle; margin-left: 14px; }
.sidebar-toc a { color: var(--text); transition: color 0.2s ease; }
.sidebar-toc a:hover { color: var(--accent); } .sidebar-toc h4,
.sidebar-latest h4 {
font-family: var(--font-body);
font-size: 12px; font-weight: 500;
letter-spacing: 0.08em; text-transform: uppercase;
color: var(--accent);
margin-bottom: 8px;
}
.sidebar-article {
display: flex; align-items: center; gap: 14px;
padding: 14px 0;
border-bottom: 1px solid var(--border);
}
.sidebar-article:last-child { border-bottom: none; }
.sidebar-article img {
flex: none; width: 76px; height: 56px; object-fit: cover;
border-radius: 10px;
transition: transform 0.3s ease;
}
.sidebar-article:hover img { transform: scale(1.05); }
.sidebar-article span { font-size: 14px; line-height: 1.4; color: var(--ink); transition: color 0.2s ease; }
.sidebar-article:hover span { color: var(--accent); } .sidebar-card {
background: #fff; border: 1px solid var(--border);
border-radius: 14px; padding: 28px 24px;
}
.sidebar-cta { text-align: center; }
.sidebar-cta h4 {
font-family: var(--font-heading);
font-variation-settings: 'wght' 430;
font-size: 22px; letter-spacing: -0.02em;
color: var(--ink);
margin-bottom: 8px;
}
.sidebar-cta p { color: var(--text); font-size: 14px; margin-bottom: 18px; }
.sidebar-cta .btn { width: 100%; }
@media (max-width: 1024px) {
.article__layout { grid-template-columns: 1fr; }
.article__sidebar { position: static; }
}
.legal { padding: 64px 0 96px; }
.legal__inner { max-width: 800px; margin: 0 auto; padding: 0 24px; }
.legal__inner h1 { font-size: 56px; margin-bottom: 32px; }
.legal__inner p { margin-bottom: 16px; }