/*
Theme Name: O'SAK
Theme URI: https://osak.info
Author: O'SAK
Author URI: https://osak.info
Description: Owner's Architecture Knowledge — 施主のための建築知識サイト。Apple風スクロールドリブンデザイン。
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
License: All rights reserved
Text Domain: osak
*/

/* ============================================
   O'SAK Theme — Apple-style Scroll-driven
   ============================================ */
:root {
  --black: #000000;
  --dark: #1d1d1f;
  --dark2: #101010;
  --gray1: #86868b;
  --gray2: #6e6e73;
  --gray3: #424245;
  --white: #f5f5f7;
  --pure-white: #ffffff;
  --accent: #c4a87c;
  --accent-glow: #d4b88c;
  --accent-dim: #8b7355;
  --font-ja: 'Noto Sans JP', sans-serif;
  --font-en: 'Cormorant Garamond', serif;
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-ja);
  background: var(--black);
  color: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }

/* ---- WordPress Admin Bar fix ---- */
body.admin-bar .nav { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar .nav { top: 46px; }
}

/* ---- Sticky Nav ---- */
.nav {
  position: fixed; top:0; left:0; right:0; z-index:100;
  background: rgba(0,0,0,0.8);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  height: 52px;
  display: flex; align-items: center; justify-content: center;
}
.nav-inner {
  width: 100%; max-width: 1200px;
  padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo {
  font-family: var(--font-en);
  font-size: 18px; font-weight: 600; letter-spacing: 2px;
  color: var(--white); text-decoration: none;
}
.nav-links {
  display:flex; gap:28px; list-style:none;
}
.nav-links a {
  font-size: 12px; color: var(--gray1);
  text-decoration:none; transition: color 0.3s;
}
.nav-links a:hover { color: var(--white); }
.nav-links a.active { color: var(--accent); }
.nav-cta {
  background: var(--accent); color: var(--black) !important;
  padding: 6px 16px; border-radius: 20px;
  font-weight: 500; font-size: 12px !important;
}
.nav-cta:hover { background: var(--accent-glow); }

/* Mobile menu toggle */
.nav-toggle {
  display: none;
  background: none; border: none;
  color: var(--white); font-size: 24px;
  cursor: pointer;
}
/* Mobile menu open state */
.nav-links.nav-open {
  display: flex !important;
  flex-direction: column;
  position: absolute;
  top: 52px; left: 0; right: 0;
  background: rgba(0,0,0,0.95);
  backdrop-filter: blur(20px);
  padding: 24px;
  gap: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-links.nav-open a {
  font-size: 14px;
}

/* ---- Section base ---- */
.container {
  max-width: 1080px; margin: 0 auto; padding: 0 24px;
}
.section { padding: 160px 24px; }
.section-label {
  font-family: var(--font-en);
  font-size: 13px; letter-spacing: 5px; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.section-title-large {
  font-size: clamp(24px, 4vw, 42px);
  font-weight: 700; letter-spacing: 2px;
  line-height: 1.6;
}

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  position: relative;
  background: var(--black);
  overflow: hidden;
}
.hero-bg-gradient {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(196,168,124,0.08) 0%, transparent 70%);
}
.hero-content {
  position: relative; z-index: 2;
  padding: 0 24px;
}
.hero-label {
  font-family: var(--font-en);
  font-size: 14px; letter-spacing: 6px; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
  opacity: 0; transform: translateY(20px);
  animation: fadeUp 1s 0.5s forwards;
}
.hero-title {
  font-family: var(--font-en);
  font-size: clamp(48px, 10vw, 96px);
  font-weight: 300; letter-spacing: 12px;
  color: var(--white);
  margin-bottom: 16px;
  opacity: 0; transform: translateY(30px);
  animation: fadeUp 1.2s 0.8s forwards;
}
.hero-sub {
  font-size: 16px; font-weight: 300;
  letter-spacing: 4px; color: var(--gray1);
  margin-bottom: 32px;
  opacity: 0; transform: translateY(20px);
  animation: fadeUp 1s 1.1s forwards;
}
.hero-catch {
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 700; letter-spacing: 3px;
  line-height: 2;
  opacity: 0; transform: translateY(20px);
  animation: fadeUp 1s 1.4s forwards;
}
.hero-scroll {
  position: absolute; bottom: 40px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column;
  align-items: center; gap: 8px;
  opacity: 0; animation: fadeUp 1s 2s forwards;
}
.hero-scroll span {
  font-family: var(--font-en);
  font-size: 11px; letter-spacing: 3px;
  color: var(--gray2);
}
.hero-scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, var(--accent), transparent);
  animation: scrollPulse 2s infinite;
}
@keyframes fadeUp {
  to { opacity:1; transform:translateY(0); }
}
@keyframes scrollPulse {
  0%, 100% { opacity:0.3; }
  50% { opacity:1; }
}

/* ===== HEADLINE — Word reveal ===== */
.headline-section {
  padding: 200px 24px;
  background: var(--black);
}
.headline-text {
  font-size: clamp(20px, 3.5vw, 36px);
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 2px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.headline-text .word {
  color: var(--gray3);
  transition: color 0.6s ease;
  display: inline-block;
}
.headline-text .word.lit {
  color: var(--white);
}
.headline-text .word.headline-accent.lit {
  color: var(--accent);
}

/* ===== WORRIES — Horizontal scroll cards ===== */
.worries-section {
  padding: 160px 0;
  background: var(--dark2);
  overflow: hidden;
}
.worries-header {
  text-align: center;
  padding: 0 24px;
  margin-bottom: 80px;
}
.worries-track {
  display: flex;
  gap: 20px;
  padding: 0 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.worries-track::-webkit-scrollbar { display: none; }
.worry-card {
  flex: 0 0 380px;
  scroll-snap-align: center;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 24px;
  padding: 48px 36px;
  transition: all 0.5s;
}
.worry-card:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(196,168,124,0.15);
}
.worry-icon { font-size: 32px; margin-bottom: 24px; }
.worry-title {
  font-size: 18px; font-weight: 700;
  margin-bottom: 16px; letter-spacing: 0.5px;
}
.worry-text {
  font-size: 14px; font-weight: 300;
  line-height: 2; color: var(--gray1);
  margin-bottom: 20px;
}
.worry-solution {
  font-size: 13px; color: var(--accent);
  font-weight: 500;
}

/* ===== REASONS — Full-screen blocks ===== */
.reasons-section {
  background: var(--black);
}
.reason-block {
  min-height: 100vh;
  display: flex; align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.reason-block .container {
  display: flex; gap: 80px; align-items: center;
}
.reason-visual {
  flex: 1;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, rgba(196,168,124,0.08), rgba(0,0,0,0.3));
  border-radius: 20px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gray2); font-size: 14px;
}
.reason-content { flex: 1; }
.reason-num {
  font-family: var(--font-en);
  font-size: 64px; font-weight: 300;
  color: var(--accent); opacity: 0.4;
  margin-bottom: 16px;
}
.reason-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700; line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.reason-text {
  font-size: 15px; font-weight: 300;
  line-height: 2.2; color: var(--gray1);
}

/* ===== SERVICES ===== */
.services-section {
  padding: 160px 24px;
  background: var(--dark2);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 80px;
}
.service-card {
  background: var(--black);
  border-radius: 20px;
  padding: 48px 32px;
  border: 1px solid rgba(255,255,255,0.04);
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.service-card:hover {
  border-color: rgba(196,168,124,0.2);
  transform: scale(1.02);
}
.service-num {
  font-family: var(--font-en);
  font-size: 48px; font-weight: 300;
  color: var(--accent); opacity:0.5;
  margin-bottom: 24px;
}
.service-title {
  font-size: 20px; font-weight: 700;
  margin-bottom: 16px; letter-spacing: 0.5px;
}
.service-text {
  font-size: 14px; font-weight: 300;
  line-height: 2; color: var(--gray1);
}
.service-link {
  display: inline-block; margin-top: 24px;
  font-size: 14px; color: var(--accent);
  text-decoration: none; transition: color 0.3s;
}
.service-link::after { content: ' →'; }
.service-link:hover { color: var(--accent-glow); }

/* ===== MODELS — Cinematic grid ===== */
.models-section {
  padding: 160px 24px;
  background: var(--black);
}
.models-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 80px;
}
.model-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.model-card:hover { transform: scale(1.03); }
.model-card-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(196,168,124,0.15) 0%, rgba(44,44,42,0.9) 100%);
  transition: all 0.6s;
}
.model-card:hover .model-card-bg {
  background: linear-gradient(135deg, rgba(196,168,124,0.25) 0%, rgba(44,44,42,0.8) 100%);
}
.model-card-content {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  padding: 36px;
  z-index: 2;
}
.model-card-num {
  font-family: var(--font-en);
  font-size: 12px; letter-spacing: 4px;
  color: var(--accent); margin-bottom: 10px;
}
.model-card-title {
  font-size: 22px; font-weight: 700;
  letter-spacing: 1px; margin-bottom: 8px;
  line-height: 1.4;
}
.model-card-desc {
  font-size: 13px; color: var(--gray1);
  line-height: 1.6;
}
.model-card-arrow {
  position: absolute; top: 24px; right: 24px;
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; color: var(--gray1);
  transition: all 0.3s;
}
.model-card:hover .model-card-arrow {
  border-color: var(--accent);
  color: var(--accent);
  transform: translate(3px, -3px);
}
.model-card a {
  position:absolute; inset:0; z-index:3;
}

/* ===== TESTIMONIALS ===== */
.voice-section {
  padding: 160px 24px;
  background: var(--dark2);
}
.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 80px;
}
.voice-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  padding: 40px 32px;
  transition: all 0.5s;
}
.voice-card:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(196,168,124,0.15);
}
.voice-quote {
  font-size: 14px; font-weight: 300;
  line-height: 2.2; color: var(--gray1);
  margin-bottom: 28px;
  position: relative;
  padding-left: 20px;
}
.voice-quote::before {
  content: '';
  position: absolute; left: 0; top: 4px; bottom: 4px;
  width: 2px; background: var(--accent); opacity: 0.4;
}
.voice-author {
  font-size: 14px; font-weight: 500;
  color: var(--white);
}
.voice-meta {
  font-size: 12px; color: var(--gray2);
  margin-top: 4px;
}

/* ===== KNOWLEDGE ===== */
.knowledge-section {
  padding: 160px 24px;
  background: var(--black);
}
.knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 80px;
}
.knowledge-card {
  border-radius: 20px; overflow: hidden;
  background: var(--dark2);
  border: 1px solid rgba(255,255,255,0.04);
  transition: all 0.5s;
}
.knowledge-card:hover {
  border-color: rgba(255,255,255,0.1);
  transform: translateY(-4px);
}
.knowledge-card a {
  display: block; text-decoration: none; color: inherit;
}
.knowledge-thumb {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, rgba(196,168,124,0.08), rgba(0,0,0,0.3));
  overflow: hidden;
}
.knowledge-thumb img {
  width: 100%; height: 100%; object-fit: cover;
}
.knowledge-body { padding: 28px; }
.knowledge-cat {
  font-size: 11px; font-weight: 500;
  color: var(--accent); letter-spacing: 2px;
  margin-bottom: 10px; text-transform: uppercase;
}
.knowledge-title {
  font-size: 16px; font-weight: 500;
  line-height: 1.7; margin-bottom: 8px;
}
.knowledge-excerpt {
  font-size: 13px; font-weight: 300;
  line-height: 1.8; color: var(--gray2);
}

/* ===== CTA ===== */
.cta-section {
  padding: 200px 24px;
  text-align: center;
  background: var(--black);
  position: relative;
}
.cta-section::before {
  content:'';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(196,168,124,0.06) 0%, transparent 70%);
}
.cta-title {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700; letter-spacing: 2px;
  margin-bottom: 24px;
  position: relative;
}
.cta-text {
  font-size: 15px; font-weight: 300;
  line-height: 2.2; color: var(--gray1);
  max-width: 560px; margin: 0 auto 48px;
  position: relative;
}
.cta-btn {
  display: inline-block;
  padding: 16px 48px;
  background: var(--accent);
  color: var(--black);
  font-size: 15px; font-weight: 500;
  letter-spacing: 2px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
.cta-btn:hover {
  background: var(--accent-glow);
  transform: scale(1.05);
  box-shadow: 0 0 40px rgba(196,168,124,0.3);
}

/* ===== FOOTER ===== */
.footer {
  padding: 60px 24px 30px;
  background: var(--dark2);
  border-top: 1px solid rgba(255,255,255,0.04);
}
.footer-inner {
  max-width: 1080px; margin: 0 auto;
  display: flex; justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px; margin-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-logo {
  font-family: var(--font-en);
  font-size: 20px; font-weight: 600;
  letter-spacing: 2px; color: var(--white);
}
.footer-tagline {
  font-size: 11px; color: var(--gray2);
  letter-spacing: 1px; margin-top: 4px;
}
.footer-links { display: flex; gap: 48px; }
.footer-col h4 {
  font-size: 12px; font-weight: 500;
  color: var(--gray1); margin-bottom: 14px;
  letter-spacing: 1px;
}
.footer-col ul { list-style:none; }
.footer-col li { margin-bottom: 8px; }
.footer-col a {
  font-size: 12px; color: var(--gray2);
  text-decoration:none; transition: color 0.3s;
}
.footer-col a:hover { color: var(--accent); }
.footer-copy {
  text-align: center; font-size: 11px;
  color: var(--gray3);
}

/* ===== Scroll Animations ===== */
.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s cubic-bezier(0.23,1,0.32,1),
              transform 1s cubic-bezier(0.23,1,0.32,1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 1s cubic-bezier(0.23,1,0.32,1),
              transform 1.2s cubic-bezier(0.23,1,0.32,1);
}
.reveal-scale.visible {
  opacity: 1;
  transform: scale(1);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* ===== More button ===== */
.more-btn {
  display: inline-block; margin-top: 60px;
  padding: 14px 40px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 30px;
  color: var(--gray1);
  font-size: 14px; letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s;
}
.more-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* ===== BLOG ARCHIVE ===== */
.blog-hero {
  min-height: 70vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  position: relative;
  background: var(--black);
  padding-top: 52px;
}
.blog-hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(196,168,124,0.06) 0%, transparent 70%);
}
.blog-hero-content {
  position: relative; z-index: 2;
  padding: 0 24px;
}
.blog-hero-label {
  font-family: var(--font-en);
  font-size: 13px; letter-spacing: 6px; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
  opacity: 0; transform: translateY(20px);
  animation: fadeUp 1s 0.3s forwards;
}
.blog-hero-title {
  font-size: clamp(32px, 6vw, 64px);
  font-weight: 700; letter-spacing: 4px;
  line-height: 1.4;
  margin-bottom: 20px;
  opacity: 0; transform: translateY(30px);
  animation: fadeUp 1s 0.6s forwards;
}
.blog-hero-sub {
  font-size: 15px; font-weight: 300;
  line-height: 2; color: var(--gray1);
  max-width: 600px; margin: 0 auto;
  opacity: 0; transform: translateY(20px);
  animation: fadeUp 1s 0.9s forwards;
}

/* Category filter */
.blog-filter {
  padding: 30px 24px;
  background: var(--dark2);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: sticky;
  top: 52px;
  z-index: 50;
}
body.admin-bar .blog-filter { top: 84px; }
@media (max-width: 782px) {
  body.admin-bar .blog-filter { top: 98px; }
}
.blog-filter-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.filter-btn {
  padding: 8px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  background: transparent;
  color: var(--gray1);
  font-size: 13px;
  font-family: var(--font-ja);
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}
.filter-btn:hover,
.filter-btn.active {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(196,168,124,0.08);
}

/* Blog grid */
.blog-grid-section {
  padding: 80px 24px;
  background: var(--black);
}
.blog-grid {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.blog-card {
  background: var(--dark2);
  border: 1px solid rgba(255,255,255,0.04);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s;
}
.blog-card:hover {
  border-color: rgba(196,168,124,0.15);
  transform: translateY(-4px);
}
.blog-card a {
  display: block; text-decoration: none; color: inherit;
}
.blog-card-thumb {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, rgba(196,168,124,0.08), rgba(0,0,0,0.3));
  overflow: hidden;
}
.blog-card-thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s;
}
.blog-card:hover .blog-card-thumb img {
  transform: scale(1.05);
}
.blog-card-body {
  padding: 24px;
}
.blog-card-cat {
  display: inline-block;
  font-size: 11px; font-weight: 500;
  color: var(--accent); letter-spacing: 1px;
  margin-bottom: 10px;
}
.blog-card-title {
  font-size: 15px; font-weight: 600;
  line-height: 1.7;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-date {
  font-size: 12px; color: var(--gray2);
}

/* Pagination */
.pagination {
  display: flex; justify-content: center;
  gap: 8px; margin-top: 60px;
}
.pagination a, .pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--gray1);
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
}
.pagination a:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.pagination .current {
  background: var(--accent);
  color: var(--black);
  border-color: var(--accent);
}

/* ===== SINGLE ARTICLE ===== */
.alay:lx; margx6 Iative; z-h.more-bths: 50%;
  border: 1px soli);
}
.voice-qu -color: var(--accktTer: 1px sol
}
c4t124,0.08);
}

/* Bset: 0;
  backgroEion: relat-blackNGLE ARTICLE ===== *tom: 8px;
  disd.4s;
 50%;
 Nuative; z-h.mo*tom: 8px;
  dr: rgba(196,168,124,0.15);
}
.wPcontent {
  positiout {
  5der: 1px soli);
}48px, 10vwpaginatg-left4tent: cenli);
}
.voice-qu t: 2.2; color: var(--gr%;
 Nuatthor {
  or: var(--gray2);
  -bottoound: var(--black);
}
.15);
}
.wPconte40.08);
}

/* Bset:  margin-bottom: 8px;
 LS ====%;
 Nuatthor .  tmindpercaseilter-btn.active {
  border-colansitio 1px soli);
}
.voice-qu 0.03);
  blay:color: var(--black);
 :color: ;
  -webkit-box-====%;
 Nuatog-cah2acing: 4px;
  color: var(--accent); margin/* =====backg0er;
  fle
}
.filter-btn:hover,
.filter */
.blog-filter {
  padding: 30px 24px1e-qu t: 2.2; px; font-weight: %;
 Nuatog-cah3,0.15);
}
.worry-icon { font-size: 6margin/* =====3ackg0etter-fle
}
.fil#e0d5c0ght: %;
 Nuatog-cahmargin-top: 4px;
}bottom: 10px; text6margin/* =====25ckg0et
  font-size: #cccght: %;
 Nuatog-capcolor:  ===== S0: var(--d-size: #dddor: ;
  -webkit-5{
  font-size: clam2ght: %;
 Nuatog-ca  bord: rgba(25paginatg-left3tent: cenli);
}
.voice-qu t: 2.2;nt-weioice-grid {
  dr: var  flex-direction: colum{
  border-color: vnt-size: #cccgh: ;
  -wray1) itouncght: %;
 Nuatog-caulfle%;
 Nuatog-caolcolor:  =====15ar  flext: 2.2; color: 5ar(--d-size: #dddort: %;
 Nuatog-cax;
 lor:  =====8ar  flex-bottom: 8px;
}
.rt: %;
 Nuatog-cat: cover
  overflow-x: hr: var(--black);
 8e-grid {
  dr: var  flround:R196,edckgrts font-s96,ed-kgrts  lor:  ===isplay: grider;
  text-alig6flex; align-it/
.footer {
  padding: 60px 24px 3060.23,1,096,ed-kgrts h2acing: 4px;
  colcent); opacity:0.5;
  margin-bottom: 24png: 14px 40px;
  bord48px, 10vwpaginavar(--fonty-solution esporoEon:or: var(-y;
  top: 52px;
  z-68dex: 50;: 600; lette or: var(; margin0;: 600ta:hoverr: rgba(196,168,1in0;:/
.services-s, = */
.models, == */
.voic, =
.knowledge-se, */
.blog-grid-sck);
}
.blog-grid {
  max80p10vwin0;: align-items: center;
  bordMobile menu open state *ointer;
}
/* Mo}

/* P40.08);
in0;: align-ock .concontent; marg124,0.08), rgin0;:/
 */
.container {
 0weioice-ggin0;::0.3; }
  50% { opRTICLE ===== */
.alaggin0;:ackground: var%);
}
.model-card-conten

/* P3alaggin0;:ackgrou; lette );
}
.model-card-conten

/* Por: rgba  rollbar-widthnone;
}
.wo85vwrgba   50%;
 Nuative; z-g: 4px;
  color: vba  r%;
 Nuatog-cah2ac5);
}
.worry-icon ba  r%;
 Nuatog-capac5);
}
.worry-4con ba  r%;
 Nuatcenter;
  background: rgba15ar 60 84px; }y;
  top:bot124,0.769dex:andop: 52px;
  10or: x: 50;:/
.services-s, = */
.models, == */
.voic, =
.knowledge-se, */
.blog-grid-sck);
}
.blog-grid {
  max-width:21080px;
  x; }