/* ============================================
   Studio be Photostudio — LP Stylesheet
   ============================================ */

/* === LP NAV === */
.lp-nav{position:fixed;top:0;left:0;right:0;z-index:40;padding:12px 0;background:rgba(250,250,248,.96);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(221,221,221,.15);transition:all .4s}
.lp-nav.solid{box-shadow:0 1px 8px rgba(0,0,0,.04)}
.admin-bar .lp-nav{top:32px}
@media(max-width:782px){.admin-bar .lp-nav{top:46px}}

/* === LP HERO === */
.lp-hero{position:relative;min-height:92svh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#3A3A3A}
.lp-hero-bg{position:absolute;inset:0;z-index:0}
.lp-hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.35}
.lp-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(58,58,58,.3),rgba(58,58,58,.65));z-index:1}
.lp-hero-content{position:relative;z-index:2;text-align:center;padding:100px 20px 60px}

/* === Urgency bar === */
.urgency-bar{background:linear-gradient(90deg,#EEE8AA,#D4CE8A);color:#3A3A3A}

/* === Benefit card === */
.benefit-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 30px rgba(0,0,0,.05);transition:transform .3s,box-shadow .3s}
.benefit-card:hover{transform:translateY(-4px);box-shadow:0 8px 40px rgba(0,0,0,.1)}

/* === Sticky CTA === */
.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:35;transform:translateY(100%);transition:transform .4s ease}
.sticky-cta.show{transform:translateY(0)}

/* === Prose block === */
.prose-block p{font-family:'Zen Kaku Gothic New',sans-serif;font-size:13px;color:#7A7A7A;font-weight:300;line-height:2.4;margin-bottom:16px}
.prose-block strong{color:#3A3A3A;font-weight:500}
@media(min-width:768px){.prose-block p{font-size:14px}}

/* === Accordion FAQ === */
.faq-item{border-bottom:1px solid #DDDDDD40}
.faq-q{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:18px 0;transition:color .3s}
.faq-q:hover{color:#B8B270}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0}
.faq-item.open .faq-a{max-height:500px;padding:0 0 18px}
.faq-item.open .faq-chevron{transform:rotate(180deg)}
.faq-chevron{transition:transform .3s}

/* === Step connector === */
.step-connector{position:absolute;left:19px;top:44px;bottom:-20px;width:1px;background:linear-gradient(to bottom,#EEE8AA,#DDD 80%,transparent)}
@media(min-width:768px){.step-connector{left:23px}}

/* === Article styles (投稿・コラム本文) === */
/* ブロックエディタが出力する素のHTMLに初期表示スタイルを付与 */
.article-body{color:#7A7A7A}
.article-body > *:first-child{margin-top:0}
.article-body > *:last-child{margin-bottom:0}

/* 見出し */
.article-body h1{font-family:'Noto Serif JP',serif;font-size:22px;font-weight:300;color:#3A3A3A;letter-spacing:.08em;line-height:1.7;margin:48px 0 20px}
.article-body h2{font-family:'Noto Serif JP',serif;font-size:18px;font-weight:300;color:#3A3A3A;letter-spacing:.08em;line-height:1.7;margin:48px 0 20px;padding-bottom:12px;border-bottom:1px solid #EEE8AA40}
.article-body h3{font-family:'Noto Serif JP',serif;font-size:15px;font-weight:400;color:#3A3A3A;letter-spacing:.06em;line-height:1.8;margin:32px 0 14px}
.article-body h4{font-family:'Noto Serif JP',serif;font-size:14px;font-weight:500;color:#3A3A3A;letter-spacing:.04em;line-height:1.8;margin:28px 0 12px}
.article-body h5,.article-body h6{font-family:'Zen Kaku Gothic New',sans-serif;font-size:13px;font-weight:500;color:#3A3A3A;letter-spacing:.04em;line-height:1.8;margin:24px 0 10px}

/* 本文・インライン */
.article-body p{font-family:'Zen Kaku Gothic New',sans-serif;font-size:13px;color:#7A7A7A;font-weight:300;line-height:2.4;margin:0 0 16px}
.article-body a{color:#B8B270;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s}
.article-body a:hover{border-bottom-color:#B8B270}
.article-body strong,.article-body b{color:#3A3A3A;font-weight:500}
.article-body em,.article-body i{font-style:italic}
.article-body mark{background:#EEE8AA40;color:#3A3A3A;padding:0 3px;border-radius:2px}
.article-body small{font-size:11px}
.article-body sub,.article-body sup{font-size:10px}

/* リスト */
.article-body ul,.article-body ol{margin:16px 0 24px;padding-left:24px}
.article-body ul{list-style:disc}
.article-body ol{list-style:decimal}
.article-body li{font-family:'Zen Kaku Gothic New',sans-serif;font-size:13px;color:#7A7A7A;font-weight:300;line-height:2.2;margin-bottom:6px;padding-left:4px}
.article-body li::marker{color:#B8B270}
.article-body li > ul,.article-body li > ol{margin:6px 0}
.article-body dl{margin:16px 0 24px}
.article-body dt{font-family:'Zen Kaku Gothic New',sans-serif;font-size:13px;font-weight:500;color:#3A3A3A;margin-top:12px}
.article-body dd{font-family:'Zen Kaku Gothic New',sans-serif;font-size:13px;color:#7A7A7A;font-weight:300;line-height:2.2;padding-left:16px}

/* 引用 */
.article-body blockquote,.article-body .wp-block-quote{margin:24px 0;padding:16px 22px;border-left:2px solid #EEE8AA;background:#F5F4F0;border-radius:0 8px 8px 0}
.article-body blockquote p{margin-bottom:8px;font-style:italic;color:#555}
.article-body blockquote p:last-child{margin-bottom:0}
.article-body blockquote cite{display:block;margin-top:8px;font-style:normal;font-size:11px;color:#7A7A7A}

/* 画像・図版 */
.article-body img{max-width:100%;height:auto;border-radius:12px;margin:24px 0;display:block}
.article-body figure{margin:24px 0}
.article-body figure img{margin:0}
.article-body figcaption,.article-body .wp-caption-text{font-family:'Zen Kaku Gothic New',sans-serif;font-size:11px;color:#7A7A7A;text-align:center;margin-top:10px;line-height:1.8}

/* テーブル */
.article-body table{width:100%;border-collapse:collapse;margin:24px 0;font-family:'Zen Kaku Gothic New',sans-serif;font-size:12px}
.article-body th,.article-body td{padding:10px 14px;border:1px solid #DDDDDD;text-align:left;line-height:1.8;vertical-align:top}
.article-body th{background:#F5F4F0;color:#3A3A3A;font-weight:500}
.article-body td{color:#7A7A7A;font-weight:300}

/* コード */
.article-body code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;background:#F0F0F0;color:#3A3A3A;padding:2px 6px;border-radius:4px}
.article-body pre{background:#3A3A3A;color:#F5F4F0;padding:18px 20px;border-radius:10px;overflow-x:auto;margin:24px 0;font-size:12px;line-height:1.7}
.article-body pre code{background:transparent;color:inherit;padding:0}

/* 区切り線 */
.article-body hr{border:0;height:1px;background:linear-gradient(to right,transparent,#DDDDDD,transparent);margin:40px 0}

/* WordPress ブロック */
.article-body .wp-block-image{margin:24px 0}
.article-body .wp-block-image img{margin:0}
.article-body .wp-block-image figcaption{font-size:11px;color:#7A7A7A;text-align:center;margin-top:10px}
.article-body .wp-block-table{margin:24px 0;overflow-x:auto}
.article-body .wp-block-buttons{margin:24px 0;display:flex;flex-wrap:wrap;gap:12px}
.article-body .wp-block-button__link{display:inline-block;background:#3A3A3A;color:#fff;font-family:'Zen Kaku Gothic New',sans-serif;font-size:12px;letter-spacing:.08em;padding:12px 28px;border-radius:2px;text-decoration:none;transition:background .3s}
.article-body .wp-block-button__link:hover{background:#555}
.article-body .aligncenter{margin-left:auto;margin-right:auto}
.article-body .alignleft{float:left;margin:0 1.5em 1em 0}
.article-body .alignright{float:right;margin:0 0 1em 1.5em}
.article-body .alignwide,.article-body .alignfull{max-width:100%}
.article-body .wp-block-separator{border:0;height:1px;background:linear-gradient(to right,transparent,#DDDDDD,transparent);margin:40px 0}

@media(min-width:768px){
  .article-body h1{font-size:26px}
  .article-body h2{font-size:22px}
  .article-body h3{font-size:18px}
  .article-body h4{font-size:16px}
  .article-body p,.article-body li,.article-body dd,.article-body dt{font-size:14px}
  .article-body table{font-size:13px}
}

/* === TOC === */
.toc{background:#F5F4F0;border-radius:12px;padding:24px 28px}
.toc-title{font-family:'Noto Serif JP',serif;font-size:14px;font-weight:400;color:#3A3A3A;letter-spacing:.08em;margin-bottom:12px}
.toc a{font-family:'Zen Kaku Gothic New',sans-serif;font-size:12px;color:#7A7A7A;font-weight:300;line-height:2.2;display:block;transition:color .3s}
.toc a:hover{color:#3A3A3A}
