/*
Theme Name: Captivation Marketing Blocks
Theme URI: https://www.captivationmarketing.com/
Author: Captivation Marketing
Description: Editable block theme for Captivation Marketing.
Version: 2.4.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: captivation-marketing-block
*/

:root {
  --ink: #0a1424;
  --navy: #102943;
  --blue: #2f5d82;
  --sky: #a9cce7;
  --cream: #f4f1ea;
  --paper: #fbfaf7;
  --coral: #ef5e68;
  --gold: #d7a95c;
  --muted: #5f6b76;
  --line: #d8d8d2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  min-height: 84px; padding: 14px clamp(22px, 5vw, 76px); display: flex; align-items: center;
  justify-content: space-between; gap: 28px; border-bottom: 1px solid rgba(16,41,67,.12); background: rgba(251,250,247,.94);
  position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px 3px 12px 3px; background: var(--blue); color: white; font-size: 27px; font-weight: 900; }
.brand-name { font-size: 15px; line-height: .95; letter-spacing: .08em; font-weight: 800; }
.brand-name small { display: block; margin-top: 6px; color: #80a8c6; letter-spacing: .35em; font-size: 9px; }
nav { display: flex; gap: 28px; color: #34485a; font-size: 14px; font-weight: 700; }
nav a:hover { color: var(--coral); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; background: var(--coral); color: white; font-weight: 800; border-radius: 4px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #d94a56; }
.button-small { min-height: 44px; padding: 0 18px; font-size: 14px; }

.hero { min-height: 760px; overflow: hidden; color: white; }
.hero.wp-block-cover { padding: clamp(78px, 9vw, 132px) clamp(28px, 7vw, 108px); align-items: center; }
.hero .wp-block-cover__background { background:linear-gradient(90deg,rgba(5,13,24,.94) 0%,rgba(5,13,24,.76) 39%,rgba(5,13,24,.22) 68%,rgba(5,13,24,.08) 100%) !important; opacity:1 !important; }
.hero .wp-block-cover__image-background { object-position:center center; transform:scale(1); animation:hero-cinematic-push 15s cubic-bezier(.2,.65,.3,1) both; }
.hero .wp-block-cover__inner-container { width:100%; max-width:1440px; margin:0 auto; }
.hero:after { content:""; position:absolute; z-index:1; width:clamp(8px,1vw,14px); aspect-ratio:1; left:55%; top:57%; border-radius:50%; background:rgba(255,126,137,.9); box-shadow:0 0 12px 4px rgba(239,94,104,.48),0 0 34px 12px rgba(239,94,104,.16); opacity:0; pointer-events:none; animation:emotion-signal 9s ease-in-out 2s infinite; }
.hero-copy { max-width:720px; position:relative; z-index:2; }
.eyebrow { margin: 0 0 18px; color: var(--coral); font-size: 13px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 25px; font-size: clamp(50px, 6.2vw, 88px); line-height: .96; letter-spacing: -.055em; }
h1 em { color: #ff8d95; font-family: Georgia, serif; font-weight: 500; }
.hero-lead { max-width: 680px; color: #e1e9f0; font-size: clamp(18px, 1.65vw, 23px); line-height: 1.55; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.text-link { font-weight: 900; color: var(--navy); border-bottom: 1px solid rgba(16,41,67,.3); padding-bottom: 5px; }
.text-link span { color: var(--coral); margin-left: 8px; }
.emotion-labels { position:relative; width:min(100%,680px); height:116px; margin:27px 0 0; }
.emotion-labels span { position:absolute; z-index:1; display:inline-flex; align-items:center; justify-content:center; min-height:36px; padding:8px 17px; border:1px solid rgba(255,255,255,.7); border-radius:999px; background:rgba(255,255,255,.9); box-shadow:0 10px 26px rgba(0,0,0,.18); color:var(--navy); font-size:12px; font-weight:900; letter-spacing:.04em; white-space:nowrap; backdrop-filter:blur(8px); animation:emotion-cloud-float 7s ease-in-out infinite; }
.emotion-labels span:before,.emotion-labels span:after { content:""; position:absolute; z-index:-1; border-radius:50%; background:inherit; border:inherit; }
.emotion-labels span:before { width:18px; height:18px; left:14px; top:-8px; }
.emotion-labels span:after { width:12px; height:12px; right:15px; bottom:-6px; }
.emotion-labels span:nth-child(1) { left:0; top:12px; animation-delay:-1.2s; }
.emotion-labels span:nth-child(2) { left:15%; top:67px; animation-delay:-4.8s; }
.emotion-labels span:nth-child(3) { left:32%; top:5px; animation-delay:-2.9s; }
.emotion-labels span:nth-child(4) { left:49%; top:61px; animation-delay:-6.1s; }
.emotion-labels span:nth-child(5) { left:68%; top:10px; animation-delay:-3.7s; }
.emotion-labels span:nth-child(6) { right:0; top:68px; animation-delay:-.6s; }
.proof-line { max-width:720px; margin-top:45px; color:#c3ced8; font-size:13px; }
.proof-line .proof-heading { display:block; width:100%; margin-bottom:15px; text-transform:uppercase; letter-spacing:.13em; font-weight:700; }
.proof-line .proof-brand-row { display:flex; flex-wrap:nowrap; align-items:center; }
.proof-line .proof-brand-row + .proof-brand-row { margin-top:15px; }
.proof-line .proof-brand-row strong { flex:0 0 auto; white-space:nowrap; }
.proof-line .proof-brand-row strong + strong { margin-left:16px; padding-left:16px; border-left:1px solid rgba(255,255,255,.48); }
.proof-line strong { color: white; }

@keyframes hero-cinematic-push {
  from { transform:scale(1); }
  to { transform:scale(1.035); }
}
@keyframes emotion-cloud-float {
  0%,100% { transform:translate3d(0,0,0); }
  50% { transform:translate3d(0,-7px,0); }
}
@keyframes emotion-signal {
  0%,70%,100% { opacity:0; transform:translate(-20px,12px) scale(.65); }
  78% { opacity:.85; }
  90% { opacity:.18; transform:translate(125px,-48px) scale(1.1); }
}

.problem-band { padding: 68px clamp(28px, 8vw, 128px); background: var(--navy); color: white; display:grid; grid-template-columns:.65fr 1.35fr; gap:70px; align-items:start; }
.problem-band p { color:var(--sky); font-weight:800; font-size:18px; }
.problem-band h2 { margin:0; max-width:900px; font:500 clamp(31px,4vw,54px)/1.13 Georgia,serif; }

.section { padding: clamp(84px, 10vw, 140px) clamp(28px, 7vw, 108px); }
.section-intro { display:grid; grid-template-columns:.55fr 1.1fr .7fr; gap:50px; align-items:start; margin-bottom:70px; }
.section-intro h2,.emotion-copy h2,.experience-copy h2,.podcast h2,.final-cta h2 { font-size:clamp(38px,4.5vw,64px); line-height:1.03; letter-spacing:-.04em; }
.section-intro > p:last-child { color:var(--muted); font-size:18px; line-height:1.6; }
.service-list { border-top:1px solid var(--line); }
.service { min-height:150px; display:grid; grid-template-columns:90px 1fr 70px; align-items:center; gap:25px; border-bottom:1px solid var(--line); }
.service > span { color:var(--coral); font-weight:900; }.service h3 { margin:0 0 10px; font-size:clamp(24px,2.4vw,36px); }.service p { margin:0; color:var(--muted); font-size:17px; line-height:1.5; }.service b { color:var(--blue); font-size:30px; text-align:right; }

.emotion-section { display:grid; grid-template-columns:1.08fr .92fr; background:#080f1a; color:white; }
.emotion-image { min-height:680px; overflow:hidden; }.emotion-image img { width:100%; height:100%; object-fit:cover; object-position:center; }
.emotion-copy { padding:clamp(65px,8vw,120px); display:flex; flex-direction:column; justify-content:center; }
.emotion-copy h2 { font-size:clamp(37px,4vw,58px); }.emotion-copy > p:not(.eyebrow) { color:#bec9d5; font-size:18px; line-height:1.65; }
.text-link.light { color:white; align-self:flex-start; border-color:rgba(255,255,255,.25); margin-top:18px; }

.section-intro.narrow { grid-template-columns:.55fr 1.45fr; max-width:1100px; }
.process { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); }
.process article { padding:44px 45px 25px 0; border-right:1px solid var(--line); }.process article + article { padding-left:45px; }.process article:last-child { border-right:0; }
.process span { color:var(--coral); font-weight:900; }.process h3 { margin:45px 0 16px; font-size:32px; }.process p { color:var(--muted); font-size:17px; line-height:1.55; }

.experience { display:grid; grid-template-columns:.75fr 1.25fr; gap:clamp(50px,8vw,120px); padding:clamp(84px,10vw,140px) clamp(28px,7vw,108px); background:var(--cream); }
.portrait-wrap { position:relative; align-self:start; }.portrait-wrap img { width:100%; height:auto; max-height:none; object-fit:contain; object-position:top; background:#10121a; }
.portrait-caption { position:static; width:100%; margin:0; padding:18px 22px; background:var(--ink); color:white; display:flex; justify-content:space-between; align-items:center; gap:20px; }.portrait-caption span { color:var(--sky); }
.experience-copy { align-self:center; }.large-copy { color:#425363; font-size:21px; line-height:1.6; }.experience-copy blockquote { margin:32px 0; padding-left:25px; border-left:4px solid var(--coral); font:italic 28px/1.35 Georgia,serif; }
.credentials { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin:35px 0; }.credentials strong { display:block; color:var(--blue); font-size:26px; }.credentials span { display:block; margin-top:6px; color:var(--muted); font-size:13px; line-height:1.35; }

.podcast { display:grid; grid-template-columns:1.1fr .8fr auto; align-items:center; gap:60px; padding:70px clamp(28px,7vw,108px); background:#dce9f2; }.podcast h2 { margin:0; font-size:clamp(32px,3.5vw,48px); }.podcast > p { color:#425363; font-size:17px; line-height:1.6; }.button-outline { background:transparent; color:var(--navy); border:2px solid var(--navy); white-space:nowrap; }.button-outline:hover { background:var(--navy); color:white; }

.final-cta { padding:clamp(90px,11vw,160px) 28px; background:var(--blue); color:white; text-align:center; }.final-cta .eyebrow { color:#ffd0d4; }.final-cta h2 { max-width:900px; margin:0 auto 25px; }.final-cta p:not(.eyebrow) { max-width:700px; margin:0 auto 35px; color:#dce8f1; font-size:19px; line-height:1.55; }.button-light { background:white; color:var(--navy); }.button-light:hover { background:var(--cream); }.email { display:block; margin-top:25px; color:#dce8f1; text-decoration:underline; }
footer { padding:32px clamp(28px,7vw,108px); display:flex; justify-content:space-between; align-items:center; gap:35px; color:var(--muted); font-size:12px; }.footer-brand { transform:scale(.82); transform-origin:left center; }

@media (max-width: 1000px) {
  nav { display:none; }.hero-copy { max-width:680px; }
  .section-intro { grid-template-columns:1fr 1fr; }.section-intro > p:last-child { grid-column:2; }.emotion-section,.experience { grid-template-columns:1fr; }
  .emotion-image { min-height:500px; }.portrait-wrap { max-width:520px; }.podcast { grid-template-columns:1fr 1fr; }.podcast .button { grid-column:2; justify-self:start; }
}

@media (max-width: 700px) {
  .site-header { min-height:72px; }.site-header > .button,.site-header > .wp-block-buttons { display:none; }.brand-name { font-size:13px; }
  .hero.wp-block-cover { min-height:700px !important; padding:76px 24px 56px; align-items:flex-end; }
  .hero .wp-block-cover__background { background:linear-gradient(180deg,rgba(5,13,24,.12) 0%,rgba(5,13,24,.46) 34%,rgba(5,13,24,.96) 72%,rgba(5,13,24,.98) 100%) !important; }
  .hero .wp-block-cover__image-background { object-position:67% center; animation:none; transform:none; }
  .hero:after { display:none; }
  .hero h1 { font-size:clamp(43px,13vw,64px); }
  .hero-actions { width:100%; align-items:stretch; flex-direction:column; }.hero-actions .wp-block-button,.hero-actions .wp-block-button__link { width:100%; }.proof-line { margin-top:34px; }
  .emotion-labels { width:100%; height:auto; margin-top:34px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px 12px; }
  .emotion-labels span { position:relative; inset:auto !important; width:100%; min-height:42px; animation:none; }
  .proof-line .proof-brand-row { display:grid; grid-template-columns:max-content max-content; justify-content:start; column-gap:24px; row-gap:15px; }
  .proof-line .proof-brand-row strong + strong { margin-left:0; padding-left:0; border-left:0; }
  .proof-line .proof-brand-row strong:last-child { grid-column:1 / -1; }
  .problem-band,.section-intro,.section-intro.narrow { grid-template-columns:1fr; gap:20px; }.section-intro > p:last-child { grid-column:auto; }
  .service { grid-template-columns:45px 1fr; padding:28px 0; }.service b { display:none; }.service p { font-size:16px; }
  .emotion-image { min-height:330px; }.emotion-copy { padding:70px 28px; }
  .process { grid-template-columns:1fr; }.process article,.process article + article { padding:35px 0; border-right:0; border-bottom:1px solid var(--line); }.process h3 { margin-top:22px; }
  .experience { padding-top:80px; }.credentials { grid-template-columns:1fr; }.podcast { grid-template-columns:1fr; gap:25px; }.podcast .button { grid-column:auto; justify-self:start; }
  .portrait-caption { align-items:flex-start; flex-direction:column; gap:5px; }
  footer { flex-direction:column; align-items:flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  * { transition:none !important; animation:none !important; }
  .hero .wp-block-cover__image-background { transform:none; }
  .emotion-labels span { opacity:1; transform:none; }
  .hero:after { display:none; }
}

/* Block editor compatibility */
.wp-site-blocks { padding: 0; }
.wp-site-blocks > * { margin-block-start: 0; }
.wp-block-group.site-header,
.wp-block-group.hero,
.wp-block-group.problem-band,
.wp-block-group.section,
.wp-block-group.emotion-section,
.wp-block-group.experience,
.wp-block-group.podcast,
.wp-block-group.final-cta,
.wp-block-group.site-footer { max-width: none; }
.site-header .wp-block-group { display:flex; align-items:center; gap:12px; }
.site-header p, .site-footer p { margin-bottom:0; }
.site-header .header-nav { display:flex; gap:28px; }
.site-header .header-nav p { font-size:14px; font-weight:700; }
.wp-block-button__link { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:0 24px; background:var(--coral); color:#fff; font-weight:800; border-radius:4px; }
.wp-block-button__link:hover { background:#d94a56; color:#fff; }
.site-header .wp-block-button__link { min-height:44px; padding:0 18px; font-size:14px; }
.hero-actions .is-style-outline .wp-block-button__link { background:rgba(7,17,30,.22); color:#fff; border:1px solid rgba(255,255,255,.62); backdrop-filter:blur(8px); }
.hero-actions .is-style-outline .wp-block-button__link:hover { background:rgba(255,255,255,.14); color:#fff; border-color:#fff; }

/* Desktop hero: let the emotions live in the destination sky. */
@media (min-width:1101px) {
  .hero-actions { flex-direction:column; align-items:flex-start; gap:14px; }
  .hero-actions .is-style-outline .wp-block-button__link {
    min-height:auto;
    padding:2px 0 5px;
    background:transparent;
    border:0;
    border-bottom:1px solid rgba(255,255,255,.55);
    border-radius:0;
    backdrop-filter:none;
  }
  .hero-actions .is-style-outline .wp-block-button__link:hover {
    background:transparent;
    border-bottom-color:#fff;
  }
  .emotion-labels {
    position:absolute;
    left:calc(100% + 34px);
    top:34px;
    width:430px;
    height:330px;
    margin:0;
    pointer-events:none;
  }
  .emotion-labels span {
    min-height:43px;
    padding:10px 23px;
    border:0;
    background:rgba(255,255,255,.94);
    box-shadow:0 12px 32px rgba(0,0,0,.24), inset 0 1px 0 #fff;
    font-size:13px;
    isolation:isolate;
  }
  .emotion-labels span:before,
  .emotion-labels span:after { border:0; background:rgba(255,255,255,.94); }
  .emotion-labels span:before {
    width:31px;
    height:31px;
    left:16px;
    top:-13px;
    box-shadow:26px -4px 0 3px rgba(255,255,255,.94);
  }
  .emotion-labels span:after { width:24px; height:24px; right:17px; bottom:-9px; }
  .emotion-labels span:nth-child(1) { left:4%; top:12px; }
  .emotion-labels span:nth-child(2) { left:48%; top:53px; }
  .emotion-labels span:nth-child(3) { left:12%; top:115px; }
  .emotion-labels span:nth-child(4) { left:58%; top:158px; }
  .emotion-labels span:nth-child(5) { left:3%; top:226px; }
  .emotion-labels span:nth-child(6) { right:5%; top:260px; }
  .proof-line { margin-top:38px; }
}
.podcast .button-outline .wp-block-button__link { background:transparent; color:var(--navy); border:2px solid var(--navy); }
.final-cta .button-light .wp-block-button__link { background:#fff; color:var(--navy); }
.hero > .wp-block-group__inner-container { display:contents; }
.section-intro > .wp-block-group__inner-container,
.service-list > .wp-block-group__inner-container,
.process > .wp-block-group__inner-container,
.credentials > .wp-block-group__inner-container { display:contents; }
.service .service-number { color:var(--coral); font-weight:900; margin:0; }
.service .service-arrow { color:var(--blue); font-size:30px; text-align:right; margin:0; }
.process > .wp-block-group { padding:44px 45px 25px 0; border-right:1px solid var(--line); }
.process > .wp-block-group + .wp-block-group { padding-left:45px; }
.process > .wp-block-group:last-child { border-right:0; }
.process > .wp-block-group > p:first-child { color:var(--coral); font-weight:900; }
.emotion-image figure { height:100%; margin:0; }
.emotion-image figure img { width:100%; height:100%; object-fit:cover; object-position:center; }
.portrait-wrap figure { margin:0; }
.portrait-wrap figure img { width:100%; height:auto; max-height:none; object-fit:contain; object-position:top; }
.site-footer { padding:32px clamp(28px,7vw,108px); display:flex; justify-content:space-between; align-items:center; gap:35px; color:var(--muted); font-size:12px; }
.site-footer .footer-brand { display:flex; align-items:center; gap:12px; }

/* Insights and editorial system */
.insights-header { padding:clamp(80px,10vw,145px) clamp(28px,7vw,108px); background:linear-gradient(130deg,#071321,#102943 70%,#2f5d82); color:#fff; }
.insights-header h1 { max-width:1000px; margin:0 0 24px; font-size:clamp(50px,6vw,86px); line-height:.98; letter-spacing:-.05em; }
.insights-header p:not(.eyebrow) { max-width:760px; color:#d2dee8; font-size:21px; line-height:1.55; }
.insights-list { padding:clamp(70px,9vw,120px) clamp(28px,7vw,108px); }
.insights-list .wp-block-post-template { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:34px; padding:0; list-style:none; }
.insight-card { height:100%; overflow:hidden; background:#fff; box-shadow:0 18px 50px rgba(16,41,67,.1); }
.insight-card .wp-block-post-featured-image { margin:0; aspect-ratio:16/9; overflow:hidden; background:var(--navy); }
.insight-card .wp-block-post-featured-image img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.insight-card:hover .wp-block-post-featured-image img { transform:scale(1.025); }
.insight-card-copy { padding:30px 32px 34px; }
.insight-card h2 { margin:8px 0 16px; font-size:clamp(28px,3vw,42px); line-height:1.05; letter-spacing:-.035em; }
.insight-card .wp-block-post-excerpt { color:var(--muted); font-size:17px; line-height:1.55; }
.insight-card .wp-block-post-date { color:var(--coral); font-size:12px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.latest-insights { padding:clamp(78px,9vw,124px) clamp(28px,7vw,108px); background:var(--cream); }
.latest-insights-head { display:flex; align-items:end; justify-content:space-between; gap:32px; margin-bottom:45px; }
.latest-insights-head h2 { max-width:720px; margin:0; font-size:clamp(38px,4.5vw,64px); line-height:1.03; letter-spacing:-.04em; }
.latest-insights .wp-block-post-template { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; padding:0; list-style:none; }
.latest-insights .insight-card h2 { font-size:30px; }
.article-hero { display:grid; grid-template-columns:.9fr 1.1fr; min-height:610px; background:#071321; color:#fff; }
.article-hero-copy { padding:clamp(65px,8vw,116px) clamp(28px,6vw,90px); align-self:center; }
.article-hero h1 { font-size:clamp(48px,5.5vw,78px); }
.article-hero .wp-block-post-excerpt { color:#d2dee8; font-size:21px; line-height:1.55; }
.article-hero .wp-block-post-date { color:#ff9ca3; font-size:13px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.article-hero .wp-block-post-featured-image { margin:0; height:100%; min-height:480px; }
.article-hero .wp-block-post-featured-image img { width:100%; height:100%; object-fit:cover; }
.article-layout { display:grid; grid-template-columns:minmax(0,780px) 280px; justify-content:center; gap:90px; padding:90px clamp(28px,7vw,108px) 120px; }
.article-content { color:#273849; font:20px/1.72 Georgia,serif; }
.article-content h2 { margin:68px 0 20px; color:var(--ink); font:800 clamp(34px,3.5vw,48px)/1.08 Arial,sans-serif; letter-spacing:-.035em; }
.article-content h3 { margin:45px 0 12px; color:var(--navy); font:800 28px/1.15 Arial,sans-serif; }
.article-content blockquote { margin:55px 0; padding:30px 0 30px 30px; border-left:5px solid var(--coral); color:var(--navy); font:italic 32px/1.3 Georgia,serif; }
.article-aside { position:sticky; top:118px; align-self:start; padding:28px; background:var(--cream); }
.article-aside h3 { margin:0 0 14px; font-size:22px; }
.article-aside p { color:var(--muted); line-height:1.5; }
.linkedin-share { display:inline-flex; align-items:center; justify-content:center; min-height:48px; margin-top:18px; padding:0 20px; border-radius:4px; background:#0a66c2; color:#fff !important; font-family:Arial,sans-serif; font-weight:800; }
.linkedin-share:hover { background:#084f96; }
.post-navigation { padding:0 clamp(28px,7vw,108px) 90px; }
.article-end { margin-top:65px; padding:38px; background:var(--navy); color:#fff; }
.article-end h2 { margin-top:0; color:#fff; }
.article-end p { color:#d2dee8; }
@media (max-width:900px) {
  .article-hero,.article-layout { grid-template-columns:1fr; }
  .article-aside { position:static; }.insights-list .wp-block-post-template,.latest-insights .wp-block-post-template { grid-template-columns:1fr; }
}
@media (max-width:700px) {
  .site-header .header-nav { display:none; }
  .site-footer { flex-direction:column; align-items:flex-start; }
  .process > .wp-block-group,
  .process > .wp-block-group + .wp-block-group { padding:35px 0; border-right:0; border-bottom:1px solid var(--line); }
  .process > .wp-block-group:last-child { border-bottom:0; }
  .process > .wp-block-group h3 { margin-top:22px; }
  .emotion-image { min-height:0; aspect-ratio:1672 / 941; background:#f4f1ea; }
  .emotion-image figure { height:100%; margin:0; }
  .emotion-image figure img { width:100%; height:100%; object-fit:contain; object-position:center; }
}
