/*
Theme Name: Shincha Works
Theme URI: https://shinchaworks.com/
Author: Shincha Works
Author URI: https://shinchaworks.com/
Description: YouTube運営と生成AI初心者サポート、無料Webツールを紹介するShincha Works公式テーマ。
Version: 1.5.6
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: shincha-works
*/

:root {
  --ink: #111111;
  --muted: #666a70;
  --line: #dedfe2;
  --soft: #f3f3f4;
  --paper: #fafafa;
  --red: #e60012;
  --red-dark: #bd000f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  width: 100%;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
main { width: 100%; max-width: 100%; overflow: hidden; }

.site-header {
  height: 82px;
  width: 100%;
  padding: 0 max(42px, calc((100vw - 1236px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: #0b0c0d;
  border-bottom: 1px solid #25262a;
  position: relative;
  z-index: 10;
}
.brand { display: flex; align-items: center; }
.brand-logo-crop {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4.86 / 1;
}
.brand-logo-crop img {
  position: absolute;
  width: 176.5%;
  max-width: none;
  height: auto;
  left: -4.5%;
  top: -56%;
}
.brand-logo-header { width: 230px; }
.brand-logo-hero { width: min(550px, 100%); margin-bottom: 42px; }
.brand-logo-footer { width: 250px; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 650; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--red); }
.site-nav .nav-garage {
  padding: 11px 16px;
  border: 1px solid #4b4c51;
  border-radius: 10px;
}
.site-nav .nav-contact { color: #d7d8da; }
.mobile-menu { display: none; }

.hero {
  min-height: 690px;
  width: 100%;
  padding: 72px max(42px, calc((100vw - 1236px) / 2)) 90px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 70px;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 75% 28%, rgba(230, 0, 18, .16), transparent 26%),
    #0b0c0d;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  color: #4f5257;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
}
.eyebrow > span { width: 28px; height: 2px; background: var(--red); }
.hero h1 {
  margin: 0;
  font-size: clamp(38px, 3.45vw, 50px);
  line-height: 1.35;
  letter-spacing: -.045em;
  font-weight: 800;
}
.hero h1 > span { white-space: nowrap; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero-description {
  max-width: 610px;
  margin: 32px 0 0;
  color: #b7b9be;
  font-size: 16px;
  line-height: 2;
}
.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  min-height: 52px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 750;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 10px 30px rgba(227,34,42,.17); }
.button-primary:hover { background: var(--red-dark); box-shadow: 0 14px 30px rgba(227,34,42,.25); }
.button-secondary { color: #fff; border: 1px solid #4b4c51; background: rgba(255,255,255,.03); }
.hero .eyebrow { color: #92949a; }

.hero-visual {
  height: 480px;
  position: relative;
  background: #151619;
  border: 1px solid #2b2c30;
}
.visual-grid {
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: linear-gradient(#4b4c50 1px, transparent 1px), linear-gradient(90deg, #4b4c50 1px, transparent 1px);
  background-size: 44px 44px;
}
.hero-visual::before {
  content: "";
  width: 210px;
  height: 210px;
  background: var(--red);
  position: absolute;
  right: -48px;
  top: -55px;
  clip-path: polygon(25% 0, 100% 0, 100% 76%, 0 100%);
}
.visual-label { position: absolute; color: #85878c; font-size: 10px; font-weight: 850; letter-spacing: .18em; }
.visual-label span { color: var(--red); }
.label-top { top: 24px; left: 25px; }
.label-bottom { bottom: 3px; right: 22px; }
.visual-card { position: absolute; color: var(--ink); background: #fff; box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.card-youtube { left: 48px; right: 42px; top: 65px; padding: 28px 30px 26px; transform: rotate(-1.3deg); }
.card-heading { display: flex; align-items: center; justify-content: space-between; color: #777b81; font-size: 9px; font-weight: 800; letter-spacing: .19em; }
.card-icon { display: inline-grid; place-items: center; width: 31px; height: 31px; color: #fff; background: var(--red); font-size: 17px; letter-spacing: 0; }
.card-youtube > img { display: block; width: min(355px, 88%); height: auto; margin: 24px auto 10px; }
.card-youtube > p { margin: 0; color: #6f7379; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.channel-line { margin-top: 20px; padding-top: 16px; border-top: 1px solid #ececef; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.channel-line strong { font-size: 14px; }
.channel-line span { color: #8a8d92; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.card-tool { left: 18px; bottom: 43px; padding: 18px 22px; min-width: 255px; display: flex; gap: 14px; align-items: center; transform: rotate(2deg); }
.play-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--red); padding-left: 3px; font-size: 14px; }
.card-tool small { display: block; color: #8a8d92; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.card-tool strong { display: block; margin-top: 4px; font-size: 14px; }

.section { max-width: 1320px; margin: 0 auto; padding: 110px 42px; }
.tools-section { border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 52px; }
.section-heading h2, .about-intro h2, .garage-copy h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.2; letter-spacing: -.045em; }
.section-heading .eyebrow { margin-bottom: 19px; }
.section-heading > p { max-width: 420px; margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.tool-card {
  min-height: 365px;
  display: grid;
  grid-template-columns: 92px minmax(0, .82fr) minmax(420px, 1.18fr);
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d7d8da;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.tool-card:hover { border-color: var(--red); transform: translateY(-3px); box-shadow: 0 20px 55px rgba(21,22,25,.08); }
.tool-card + .tool-card { margin-top: 14px; }
.tool-number { padding: 33px 0 0 32px; color: #a8aaae; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.tool-content { padding: 62px 55px 55px 18px; }
.tool-badge { display: inline-block; padding: 6px 10px; color: var(--red); background: #fff0f1; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.tool-content h3 { margin: 21px 0 15px; font-size: 36px; line-height: 1.25; letter-spacing: -.04em; }
.tool-content p { max-width: 410px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.text-link { display: inline-flex; align-items: center; gap: 48px; margin-top: 30px; font-size: 13px; font-weight: 750; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.text-link b { color: var(--red); }
.tool-preview {
  margin: 38px 38px 38px 0;
  min-width: 0;
  display: flex;
  align-items: center;
}
.tool-preview img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #d4d8dc;
  box-shadow: 0 16px 36px rgba(13, 32, 45, .14);
}
.coming-soon { height: 68px; margin-top: 14px; padding: 0 24px 0 32px; display: flex; align-items: center; border: 1px dashed #cfd0d3; color: #96999e; }
.coming-soon span { width: 68px; font-size: 10px; font-weight: 800; }
.coming-soon p { margin: 0; font-size: 12px; }
.coming-soon i { margin-left: auto; font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .2em; }

.about-section { max-width: none; padding-left: max(42px, calc((100vw - 1236px) / 2)); padding-right: max(42px, calc((100vw - 1236px) / 2)); background: #191a1d; color: #fff; }
.about-intro { display: grid; grid-template-columns: .9fr 1.1fr; column-gap: 90px; }
.about-intro .eyebrow { grid-column: 1 / -1; }
.eyebrow-light { color: #a6a8ad; }
.about-intro > p:last-child { align-self: end; margin: 0 0 5px; max-width: 520px; color: #aeb0b4; font-size: 14px; line-height: 2.05; }
.activity-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid #3a3b3f; border-bottom: 1px solid #3a3b3f; }
.activity-grid article { min-height: 305px; padding: 27px 32px 36px; position: relative; border-right: 1px solid #3a3b3f; }
.activity-grid article:first-child { border-left: 1px solid #3a3b3f; }
.activity-no { color: #72757a; font-size: 10px; font-weight: 800; }
.activity-icon { margin-top: 40px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #55575c; color: #ff4b51; font-size: 15px; }
.activity-grid h3 { margin: 25px 0 12px; font-size: 18px; }
.activity-grid p { margin: 0; color: #9fa1a6; font-size: 12px; line-height: 1.85; }

.garage-section {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background: #f1f3f5;
  border-bottom: 1px solid var(--line);
}
.garage-section::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  top: -240px;
  left: -170px;
  border: 55px solid rgba(230, 0, 18, .08);
  border-radius: 50%;
}
.garage-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 70px 42px 74px;
  position: relative;
  z-index: 1;
}
.garage-brand-row {
  max-width: 940px;
}
.garage-brand-row .eyebrow { margin-bottom: 24px; color: #73777e; }
.garage-lockup {
  display: block;
  width: min(940px, 100%);
  height: auto;
  filter: drop-shadow(0 14px 24px rgba(19,35,55,.11));
}
.garage-copy {
  max-width: 760px;
  margin-top: 34px;
  padding-top: 31px;
  border-top: 1px solid #d6d9dd;
}
.garage-copy > p {
  max-width: 570px;
  margin: 0 0 27px;
  color: #555a62;
  font-size: 14px;
  line-height: 1.95;
}
.button-dark { background: var(--red); color: #fff; }
.button-dark:hover { background: var(--red-dark); }
.garage-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button-outline { color: var(--ink); border: 1px solid #a9adb3; background: rgba(255,255,255,.65); }
.button-outline:hover { background: #fff; border-color: #777c83; }
.garage-points {
  margin-top: 33px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.garage-points span {
  padding: 8px 11px;
  color: #666b72;
  background: #fff;
  border: 1px solid #dadde1;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}
.gadget-channel {
  max-width: 650px;
  margin-top: 27px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(255,255,255,.68);
  border: 1px solid #dadddf;
}
.gadget-channel small {
  display: block;
  margin-bottom: 5px;
  color: #8a8f96;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}
.gadget-channel p {
  margin: 0;
  color: #4f545b;
  font-size: 12px;
  line-height: 1.6;
}
.gadget-channel a {
  flex: 0 0 auto;
  padding-bottom: 4px;
  color: #30343a;
  border-bottom: 1px solid #777c82;
  font-size: 11px;
  font-weight: 750;
  transition: color .2s ease, border-color .2s ease;
}
.gadget-channel a:hover { color: var(--red); border-color: var(--red); }
footer {
  width: 100%;
  padding: 55px max(42px, calc((100vw - 1236px) / 2)) 32px;
  color: #fff;
  background: #0b0c0d;
}
.footer-brand { display: flex; align-items: center; }
footer > p { margin: 17px 0 55px; color: #8d8f94; font-size: 12px; }
.footer-disclosure {
  max-width: 700px;
  margin: -35px 0 40px;
  color: #696c72;
  font-size: 10px;
  line-height: 1.8;
}
.footer-links { padding-top: 22px; border-top: 1px solid #2e2f33; display: flex; gap: 26px; color: #8d8f94; font-size: 10px; }
.footer-links span { margin-left: auto; }

/* WordPress pages */
.page-main {
  width: 100%;
  min-height: 62vh;
  padding: 88px max(24px, calc((100vw - 980px) / 2)) 110px;
  background: #f7f7f8;
}
.page-article {
  width: 100%;
  padding: clamp(30px, 5vw, 70px);
  background: #fff;
  border: 1px solid var(--line);
}
.page-title {
  margin: 0 0 36px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.25;
  letter-spacing: -.04em;
}
.entry-content { color: #30343a; font-size: 16px; line-height: 1.95; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { margin: 2.5em 0 .8em; font-size: 28px; line-height: 1.4; }
.entry-content h3 { margin: 2em 0 .7em; font-size: 21px; line-height: 1.5; }
.entry-content p, .entry-content ul, .entry-content ol { margin: 0 0 1.45em; }
.entry-content ul, .entry-content ol { padding-left: 1.4em; }
.entry-content a { color: #b9000e; text-decoration: underline; text-underline-offset: 3px; }
.entry-content hr { margin: 44px 0; border: 0; border-top: 1px solid var(--line); }

/* FAQ */
.faq-article { max-width: 920px; margin: 0 auto; }
.faq-eyebrow { margin: 0 0 14px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.faq-lead { max-width: 720px; margin: -14px 0 0; color: var(--muted); font-size: 16px; line-height: 1.9; }
.faq-section { margin-top: 58px; }
.faq-section > h2, .faq-contact h2 { margin: 0 0 20px; font-size: 25px; line-height: 1.45; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { min-height: 74px; padding: 20px 4px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 750; line-height: 1.6; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:focus-visible { outline: 3px solid rgba(230, 0, 18, .2); outline-offset: 3px; }
.faq-toggle { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; color: var(--red); border: 1px solid #d5d7da; border-radius: 50%; transition: transform .2s ease, background .2s ease; }
.faq-item[open] .faq-toggle { transform: rotate(45deg); background: #fff0f1; }
.faq-answer { padding: 0 52px 23px 4px; color: #555a62; font-size: 16px; line-height: 1.95; }
.faq-answer p { margin: 0; }
.faq-links { margin-top: 13px; display: flex; flex-wrap: wrap; gap: 12px 20px; }
.faq-links a { color: #b9000e; font-size: 14px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.faq-contact { margin-top: 60px; padding: 30px 32px; background: #f4f4f5; border-left: 4px solid var(--red); }
.faq-contact p { margin: 0 0 18px; color: #555a62; font-size: 16px; line-height: 1.9; }

/* Contact Form 7 */
.wpcf7 { max-width: 720px; margin-top: 38px; }
.wpcf7-form > p { margin: 0; }
.wpcf7 label { display: block; margin: 0 0 22px; color: #202226; font-size: 14px; font-weight: 700; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  margin-top: 8px;
  padding: 13px 14px;
  color: #111;
  background: #fff;
  border: 1px solid #c8cace;
  border-radius: 2px;
  font: inherit;
  font-weight: 400;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.wpcf7 select { min-height: 50px; }
.wpcf7 textarea { min-height: 190px; resize: vertical; }
.wpcf7 input:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
  outline: none;
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(230, 0, 18, .1);
}
.wpcf7 .wpcf7-acceptance label { display: flex; align-items: flex-start; gap: 10px; font-weight: 400; }
.wpcf7 .wpcf7-acceptance input { margin-top: 7px; }
.wpcf7 input[type="submit"] {
  min-width: 180px;
  min-height: 52px;
  padding: 0 28px;
  color: #fff;
  background: var(--red);
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 750;
  transition: background .2s ease, transform .2s ease;
}
.wpcf7 input[type="submit"]:hover { background: var(--red-dark); transform: translateY(-1px); }
.wpcf7 input[type="submit"]:disabled { cursor: not-allowed; opacity: .45; transform: none; }
.wpcf7 .wpcf7-response-output { margin: 24px 0 0; padding: 14px 16px; border-width: 1px; font-size: 14px; }
.wpcf7 .wpcf7-not-valid-tip { margin-top: 6px; color: #c50010; font-size: 12px; }

.not-found { text-align: center; }
.not-found .button { margin-top: 18px; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}

@media (max-width: 900px) {
  .site-header { padding: 0 24px; }
  .site-header > .site-nav { display: none !important; }
  .mobile-menu { display: block; position: relative; flex: 0 0 auto; }
  .mobile-menu summary {
    padding: 10px 14px;
    border: 1px solid #4b4c51;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    list-style: none;
  }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary::after { content: "＋"; margin-left: 8px; color: var(--red); }
  .mobile-menu[open] summary::after { content: "−"; }
  .mobile-menu__links {
    position: absolute;
    z-index: 100;
    top: calc(100% + 10px);
    right: 0;
    display: grid !important;
    grid-template-columns: 1fr;
    width: min(280px, calc(100vw - 32px));
    overflow: hidden;
    border: 1px solid #3a3b3f;
    border-radius: 14px;
    background: #17181b;
    box-shadow: 0 18px 45px rgba(0,0,0,.32);
  }
  .mobile-menu__links a {
    display: block;
    padding: 14px 16px;
    border-bottom: 1px solid #303136;
    color: #fff;
    font-size: 14px;
  }
  .mobile-menu__links a:last-child { border-bottom: 0; }
  .mobile-menu summary::marker { content: ""; }
  .hero { grid-template-columns: 1fr; padding: 60px 24px 75px; gap: 58px; }
  .hero-description { max-width: 640px; }
  .hero-visual { max-width: 620px; width: 100%; }
  .section { padding: 85px 24px; }
  .section-heading { align-items: start; flex-direction: column; }
  .tool-card { grid-template-columns: 70px 1fr; }
  .tool-number { padding-left: 22px; }
  .tool-content { padding-right: 30px; }
  .tool-preview { grid-column: 1 / -1; margin: 0 28px 28px; }
  .about-section { padding-left: 24px; padding-right: 24px; }
  .about-intro { grid-template-columns: 1fr; gap: 30px; }
  .activity-grid { grid-template-columns: 1fr; }
  .activity-grid article, .activity-grid article:first-child { min-height: 245px; border-left: 1px solid #3a3b3f; border-bottom: 1px solid #3a3b3f; }
  .garage-inner { padding: 68px 24px 72px; }
  .garage-brand-row { max-width: 760px; }
  footer { padding-left: 24px; padding-right: 24px; }
  .page-main { padding-top: 64px; padding-bottom: 80px; }
}

@media (max-width: 560px) {
  .site-header { height: 70px; gap: 14px; padding-left: 16px; padding-right: 16px; }
  .brand { min-width: 0; flex: 1; }
  .brand-logo-header { width: min(185px, 100%); }
  .brand-logo-hero { width: 100%; margin-bottom: 32px; }
  .mobile-menu summary { padding: 9px 12px; }
  .hero { min-height: 0; padding: 52px 16px 68px; }
  .hero-copy { min-width: 0; }
  .hero h1 { font-size: clamp(30px, 8.9vw, 42px); }
  .hero h1 > span { white-space: normal; }
  .hero-description { font-size: 14px; line-height: 1.9; }
  .hero-description, .section-heading > p, .tool-content p, .about-intro > p:last-child,
  .garage-copy > p { overflow-wrap: anywhere; }
  .hero-description br { display: none; }
  .hero-actions { display: grid; }
  .button { width: 100%; justify-content: space-between; }
  .hero-visual { height: 395px; }
  .hero-visual::before { width: 150px; height: 150px; }
  .card-youtube { left: 22px; right: 18px; top: 55px; padding: 23px 22px 21px; }
  .card-youtube > img { width: min(250px, 88%); margin-top: 21px; }
  .channel-line { gap: 12px; }
  .channel-line span { display: none; }
  .card-tool { left: 10px; bottom: 32px; min-width: 238px; }
  .section { padding-left: 16px; padding-right: 16px; }
  .section-heading h2, .about-intro h2 { font-size: 34px; overflow-wrap: anywhere; }
  .tool-card { display: block; }
  .tool-number { padding: 24px 24px 0; }
  .tool-content { padding: 25px 24px 38px; }
  .tool-content h3 { font-size: 32px; }
  .tool-preview { margin: 0 16px 16px; min-width: 0; }
  .coming-soon { padding-left: 18px; }
  .coming-soon span { width: 38px; }
  .coming-soon i { display: none; }
  .activity-grid article { padding-left: 25px; padding-right: 25px; }
  .about-section { padding-left: 16px; padding-right: 16px; }
  .garage-inner { padding: 56px 16px 60px; }
  .garage-brand-row { max-width: none; }
  .garage-brand-row .eyebrow { margin-bottom: 16px; font-size: 8px; letter-spacing: .14em; }
  .garage-brand-row .eyebrow > span { width: 18px; }
  .garage-lockup { width: 100%; }
  .garage-copy { margin-top: 24px; padding-top: 24px; }
  .garage-copy > p { margin-bottom: 23px; }
  .garage-points { margin-top: 27px; }
  .gadget-channel { margin-top: 24px; padding: 16px; display: block; }
  .gadget-channel a { display: inline-block; margin-top: 13px; }
  footer { padding-left: 16px; padding-right: 16px; }
  .footer-links { flex-wrap: wrap; }
  .footer-links span { margin-left: 0; width: 100%; }
  .page-main { padding: 36px 12px 64px; }
  .page-article { padding: 30px 20px; }
  .page-title { margin-bottom: 26px; }
  .entry-content { font-size: 15px; }
  .entry-content h2 { font-size: 24px; }
  .faq-section { margin-top: 46px; }
  .faq-section > h2, .faq-contact h2 { font-size: 22px; }
  .faq-item summary { min-height: 68px; padding: 18px 0; gap: 16px; font-size: 16px; }
  .faq-answer { padding: 0 0 21px; font-size: 15px; }
  .faq-contact { margin-top: 48px; padding: 24px 20px; }
  .faq-contact p, .faq-lead { font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
