/* Quiet motion and a dedicated, responsive home for the real social profiles. */
.hero-editorial .hero-specialty { display: block; font-family: AJ Sans, Arial, sans-serif; font-size: clamp(17px, 1.6vw, 23px); line-height: 1.45; font-weight: 400; letter-spacing: -.01em; color: #c3cede; margin-bottom: 20px; }
.site-header .desktop-nav { gap: clamp(20px, 2.6vw, 42px); }
.site-header .desktop-nav > a { white-space: nowrap; }
.contact h1 { font-size: clamp(42px, 4.4vw, 66px); line-height: 1.12; }
.hero-scene .hero-world .hero-background-video { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; transition: opacity 1.8s ease; pointer-events: none; }
.hero-scene .hero-world .hero-background-video.is-playing { opacity: 1; }
.hero-editorial .hero-copy { padding-top: 12px; }
.article-head .article-byline { font-size: 14px; margin-top: 22px; color: #b7c5d7; }
.article-byline a { text-decoration: underline; text-underline-offset: 4px; }
.video-hub { padding: 70px var(--gutter) 65px; }
.video-hub-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 7vw; margin-bottom: 42px; }
.video-hub-intro h2 { margin-top: 18px; }
.video-hub-intro > p { max-width: 460px; font-size: 17px; line-height: 1.85; color: #657184; }
.social-media-grid { display: grid; grid-template-columns: 1.2fr 1fr; align-items: start; gap: 28px; }
.network-card { min-width: 0; border: 1px solid #d6dde3; border-radius: 28px; padding: 28px; background: #fffefa; overflow: hidden; }
.network-heading { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; padding-bottom: 24px; border-bottom: 1px solid #dde1e3; }
.network-heading h3 { font-size: 28px; margin-top: 8px; }
.network-heading > a { margin-left: auto; font-size: 13px; }
.network-symbol { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 15px; background: #15243c; color: #e6ddca; font-size: 34px; }
.tiktok-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; min-height: 375px; padding: 30px 14px; }
.video-play { display: grid; place-items: center; width: 70px; height: 70px; border: 1px solid #c9c6ba; border-radius: 50%; font-size: 34px; color: #34425c; margin-bottom: 20px; }
.tiktok-placeholder > p { font-size: 18px; line-height: 1.65; }
.tiktok-placeholder > .button { margin: 23px 0 18px; font-size: 14px; }
.tiktok-placeholder > .embed-notice { max-width: 360px; font-size: 13px; color: #657184; }
.instagram-card { padding: 15px; }
.network-photo { position: relative; display: block; width: 100%; background: #e9e8e3; border-radius: 21px; overflow: hidden; }
.network-photo img { display: block; width: auto; max-width: 100%; height: auto; max-height: 360px; margin: 0 auto; object-fit: contain; }
.photo-network-label { position: absolute; bottom: 14px; left: 14px; right: 14px; border: 1px solid #ffffff35; border-radius: 12px; background: #13213cec; color: #e3dccf; padding: 13px 16px; font-size: 12px; letter-spacing: .05em; }
.instagram-copy { padding: 26px 15px 18px; }
.instagram-copy h3 { margin: 14px 0; font-size: 37px; line-height: 1.1; }
.instagram-copy > p:not(.eyebrow) { font-size: 16px; color: #657184; line-height: 1.8; }
.instagram-copy > .button { margin-top: 24px; }
.video-consult { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #d0d6dc; margin-top: 44px; padding-top: 28px; }
.video-consult p { font-size: 19px; }
.social-links { min-width: 0; }
.footer-links { flex-wrap: wrap; }
[hidden] { display: none !important; }
@media (min-width: 961px) and (max-width: 1100px) {
  .site-header .desktop-nav { gap: 24px; }
  .header-language { display: none; }
}
@media (max-width: 1050px) {
  .network-card { padding: 20px; }
  .network-heading > a { margin-left: 0; }
  .social-media-grid { gap: 20px; }
  .instagram-card { padding: 12px; }
}
@media (max-width: 760px) {
  .hero-editorial .hero-specialty { font-size: 17px; margin-bottom: 18px; max-width: 320px; }
  .video-hub { padding: 44px var(--gutter) 45px; }
  .video-hub-intro { grid-template-columns: 1fr; gap: 24px; margin-bottom: 28px; }
  .social-media-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .network-card { border-radius: 23px; padding: 20px; }
  .instagram-card { padding: 12px; }
  .network-photo img { max-height: 345px; border-radius: 20px; }
  .network-photo { background: transparent; }
  .tiktok-placeholder { min-height: 300px; padding: 28px 0 10px; }
  .tiktok-placeholder > .button { padding: 15px 14px; gap: 12px; font-size: 13px; }
}
@media (max-width: 360px) {
  .tiktok-card { padding: 14px; }
}
@media (max-width: 400px) {
  .video-hub { padding-left: 15px; padding-right: 15px; }
  .tiktok-card { padding: 20px 0; }
  .tiktok-card > :not(#tiktok-content) { margin-left: 12px; margin-right: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-scene .hero-world .hero-background-video { display: none; transition: none; }
}
