:root{
  --navy:#0B1F33;
  --navy-2:#071828;
  --cream:#F7F4EC;
  --paper:#FFFCF4;
  --gold:#C7A45D;
  --gold-2:#A77A31;
  --blue:#1E88A8;
  --green:#3E8F73;
  --ink:#12263A;
  --muted:#637181;
  --line:rgba(199,164,93,.34);
  --shadow:0 24px 70px rgba(11,31,51,.12);
  --radius:22px;
  --font-ja:"Hiragino Mincho ProN","Yu Mincho",YuMincho,"Noto Serif JP",serif;
  --font-sans:"Inter","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--font-sans);line-height:1.8;letter-spacing:.03em;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,58px);color:#fff;background:linear-gradient(180deg,rgba(7,24,40,.94),rgba(7,24,40,.72));backdrop-filter:blur(16px);border-bottom:1px solid rgba(199,164,93,.42)}.brand{display:inline-flex;align-items:baseline;gap:4px;font-weight:800;letter-spacing:.08em}.brand__main{font-size:28px}.brand__sub{font-size:25px}.brand--footer .brand__main{font-size:28px}.brand--footer .brand__sub{font-size:25px}.global-nav{display:flex;align-items:center;gap:34px;font-weight:700;font-size:14px}.global-nav a{position:relative;opacity:.92}.global-nav a::after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:.3s ease}.global-nav a:hover::after{transform:scaleX(1)}.nav-toggle{display:none;background:none;border:0;padding:0;width:38px;height:30px}.nav-toggle span{display:block;height:2px;background:#fff;margin:7px 0;transition:.3s}.section-dark{background:var(--navy);color:#fff}.section-cream{background:var(--cream)}.hero{position:relative;min-height:720px;display:grid;align-items:center;overflow:hidden;padding-top:78px}.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 74% 30%,rgba(30,136,168,.25),transparent 34%),linear-gradient(90deg,rgba(7,24,40,.95) 0%,rgba(7,24,40,.86) 38%,rgba(7,24,40,.62) 100%);z-index:1}.hero__visual{position:absolute;inset:80px 0 0 22%;background:url(../img/hero-city.svg) center right/cover no-repeat;opacity:.92;filter:drop-shadow(0 30px 60px rgba(0,0,0,.28))}.hero__inner{position:relative;z-index:2;padding:92px 0 112px}.eyebrow,.section-kicker{color:var(--gold);font-weight:800;letter-spacing:.18em;font-size:12px;text-transform:uppercase;margin:0 0 16px}.hero h1{font-family:var(--font-ja);font-size:clamp(48px,7vw,92px);line-height:1.18;letter-spacing:.08em;margin:0 0 28px;text-shadow:0 10px 40px rgba(0,0,0,.35)}.hero__lead{max-width:640px;color:#E7F0F5;font-weight:700;font-size:17px;margin:0 0 36px}.hero__actions{display:flex;flex-wrap:wrap;gap:18px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;border-radius:6px;min-height:58px;padding:14px 30px;font-weight:800;letter-spacing:.08em;border:1px solid transparent;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(0,0,0,.18)}.btn-gold{background:linear-gradient(135deg,#DDBA67,#B98D3F);color:#fff;border-color:rgba(255,255,255,.2)}.btn-outline{color:#fff;border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.03)}.btn-navy{background:var(--navy);color:#fff}.btn-light{background:#fff;color:var(--navy);border-color:rgba(199,164,93,.35)}.about{position:relative;padding:92px 0 64px;overflow:hidden}.about__grid{display:grid;grid-template-columns:1fr 1.06fr;gap:72px;align-items:center}.section-copy h2,.section-heading h2,.contact h2{font-family:var(--font-ja);font-size:clamp(32px,4vw,50px);line-height:1.35;letter-spacing:.07em;margin:0 0 28px;color:var(--navy)}.section-copy p:not(.section-kicker){font-size:17px;margin:0 0 18px;font-weight:600;color:#22384C}.about__diagram{filter:drop-shadow(var(--shadow))}.city-line{width:100%;max-width:1300px;margin:34px auto 0;opacity:.95}.section-heading{text-align:center;margin-bottom:42px;position:relative}.section-heading h2{margin-bottom:0}.section-heading::before,.section-heading::after{content:"";display:inline-block;width:180px;height:1px;background:var(--line);vertical-align:middle;margin:0 28px 12px}.section-heading .section-kicker{display:block}.section-heading--left{text-align:left;margin-bottom:24px}.section-heading--left::before,.section-heading--left::after{display:none}.section-heading--left h2{font-size:36px}.card-grid{display:grid;gap:24px}.card-grid--4{grid-template-columns:repeat(4,1fr)}.card-grid--3{grid-template-columns:repeat(3,1fr)}.issues,.assets,.proposal{padding:58px 0}.issue-card,.asset-card,.theme-card,.report-card,.member-tile,.download-panel{background:rgba(255,252,244,.82);border:1px solid rgba(199,164,93,.28);box-shadow:0 14px 42px rgba(11,31,51,.06)}.issue-card{min-height:230px;border-radius:16px;padding:34px 26px;text-align:center}.issue-card h3,.asset-card h3,.theme-card h3,.report-card h3{font-size:20px;line-height:1.5;margin:18px 0 8px;color:var(--navy);font-weight:900}.issue-card p,.asset-card p,.report-card p,.download-panel p,.member-note{color:#4E5E6F;font-weight:600;margin:0}.icon{width:68px;height:68px;margin:0 auto;border-radius:20px;position:relative;background:linear-gradient(135deg,rgba(30,136,168,.1),rgba(199,164,93,.1));border:1px solid rgba(30,136,168,.24)}.icon::before,.icon::after{content:"";position:absolute}.icon-people::before{width:42px;height:22px;left:12px;top:23px;border:3px solid var(--blue);border-top:0;border-radius:0 0 22px 22px}.icon-people::after{width:10px;height:10px;border-radius:50%;background:var(--blue);left:28px;top:13px;box-shadow:-18px 7px 0 rgba(30,136,168,.75),18px 7px 0 rgba(30,136,168,.75)}.icon-city::before{left:15px;bottom:14px;width:36px;height:42px;background:linear-gradient(90deg,transparent 0 15%,var(--gold) 15% 28%,transparent 28% 39%,var(--gold) 39% 54%,transparent 54% 66%,var(--gold) 66% 82%,transparent 82%);border-bottom:3px solid var(--gold)}.icon-network::before{inset:17px;border:3px solid var(--green);border-radius:50%}.icon-network::after{width:10px;height:10px;border-radius:50%;background:var(--green);left:29px;top:10px;box-shadow:-22px 31px 0 var(--green),22px 31px 0 var(--green),0 43px 0 var(--green)}.icon-chart::before{left:16px;bottom:16px;width:38px;height:34px;border-left:3px solid var(--navy);border-bottom:3px solid var(--navy)}.icon-chart::after{left:19px;top:25px;width:38px;height:20px;border-top:4px solid var(--navy);transform:rotate(-22deg)}.asset-card{border-radius:18px;padding:32px;display:grid;grid-template-columns:120px 1fr;column-gap:24px;align-items:center;min-height:190px}.asset-card p{grid-column:2}.asset-illustration{width:120px;height:96px;grid-row:1/3;position:relative;border-radius:18px;background:rgba(255,255,255,.55)}.asset-illustration::before,.asset-illustration::after{content:"";position:absolute}.castle::before{left:12px;bottom:20px;width:94px;height:42px;border:3px solid var(--gold);border-top:0}.castle::after{left:4px;bottom:56px;width:112px;height:38px;background:linear-gradient(135deg,transparent 0 45%,var(--gold) 46% 50%,transparent 51%),linear-gradient(225deg,transparent 0 45%,var(--gold) 46% 50%,transparent 51%)}.industry::before{left:18px;bottom:18px;width:82px;height:54px;border:3px solid var(--blue);border-top:0}.industry::after{width:44px;height:44px;border:4px solid var(--blue);border-radius:50%;left:38px;bottom:26px;box-shadow:0 0 0 10px rgba(30,136,168,.08)}.waterside::before{left:14px;top:24px;width:86px;height:48px;border:3px solid var(--green);border-bottom:0;border-radius:60px 60px 0 0}.waterside::after{left:8px;bottom:18px;width:104px;height:26px;border-top:4px solid var(--green);border-radius:50%}.theme-row{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.theme-card{position:relative;min-height:160px;border-radius:14px;padding:22px 20px;overflow:hidden}.theme-card:hover{transform:translateY(-4px);box-shadow:0 22px 60px rgba(11,31,51,.1)}.theme-card__num{color:var(--blue);font-weight:900;font-size:24px}.theme-card:nth-child(2n) .theme-card__num{color:var(--green)}.theme-card:nth-child(3) .theme-card__num{color:var(--gold-2)}.theme-card h3{margin:8px 0 0;font-size:18px}.theme-card__icon{position:absolute;right:18px;bottom:14px;font-size:52px;color:rgba(30,136,168,.17);font-weight:900}.theme-card__arrow{position:absolute;right:18px;top:20px;color:var(--gold);font-size:22px}.download-panel{margin-top:42px;border-radius:var(--radius);padding:34px;display:flex;align-items:center;justify-content:space-between;gap:32px;background:linear-gradient(135deg,#fffdf8,#F4EBD6)}.download-panel h3{font-family:var(--font-ja);font-size:32px;margin:0 0 10px;color:var(--navy)}.download-links{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.download-links .btn{min-height:48px;padding:10px 18px;font-size:14px}.activity-members{padding:64px 0 90px}.split-grid{display:grid;grid-template-columns:1.2fr .95fr;gap:58px}.text-link{color:var(--gold-2);font-weight:900}.report-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.report-card{border-radius:16px;overflow:hidden}.report-card h3,.report-card p,.report-card time{padding-inline:18px}.report-card p{font-size:13px;line-height:1.7}.report-card time{display:block;margin:14px 0 18px;color:#8090A0;font-size:12px;font-weight:800}.report-thumb{height:138px;background:#DDEDF2;position:relative;overflow:hidden}.report-thumb::before,.report-thumb::after{content:"";position:absolute}.thumb-meeting::before{inset:18px;background:linear-gradient(135deg,rgba(30,136,168,.22),rgba(62,143,115,.18));border-radius:12px}.thumb-meeting::after{left:30px;top:44px;width:110px;height:56px;border:4px solid var(--blue);border-radius:8px;box-shadow:82px 22px 0 -8px var(--green)}.thumb-city::before{left:24px;bottom:24px;width:210px;height:82px;background:linear-gradient(90deg,rgba(30,136,168,.45),rgba(11,31,51,.2));clip-path:polygon(0 100%,0 50%,12% 50%,12% 18%,24% 18%,24% 60%,36% 60%,36% 0,49% 0,49% 42%,62% 42%,62% 16%,78% 16%,78% 54%,100% 54%,100% 100%)}.thumb-city::after{left:-40px;bottom:10px;width:310px;height:38px;border-top:5px solid rgba(30,136,168,.4);border-radius:50%}.thumb-talk::before{left:26px;top:38px;width:48px;height:48px;border-radius:50%;background:rgba(62,143,115,.52);box-shadow:92px 2px 0 rgba(30,136,168,.38),156px 18px 0 rgba(199,164,93,.42)}.thumb-talk::after{left:72px;top:26px;width:92px;height:36px;border:3px solid var(--green);border-radius:30px}.member-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.member-tile{border-radius:12px;min-height:118px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.member-tile span{width:42px;height:42px;background:linear-gradient(180deg,var(--navy),#224A64);border-radius:50% 50% 42% 42%;position:relative}.member-tile span::after{content:"";position:absolute;width:60px;height:24px;border-radius:24px 24px 0 0;background:inherit;left:50%;top:32px;transform:translateX(-50%)}.member-tile:nth-child(3n) span{background:linear-gradient(180deg,var(--gold),var(--gold-2))}.member-tile:nth-child(4n) span{background:linear-gradient(180deg,var(--green),#246C56)}.member-tile p{position:relative;z-index:1;margin:0;font-size:13px;font-weight:900;color:var(--navy)}.member-note{text-align:center;margin-top:18px;font-size:14px}.contact{position:relative;padding:110px 0;overflow:hidden}.contact::before{content:"";position:absolute;inset:0;background:url(../img/hero-city.svg) center right/cover no-repeat;opacity:.16}.contact__inner{position:relative;z-index:1;max-width:780px}.contact h2{color:#fff}.contact p:not(.section-kicker){color:#DCEAF0;font-weight:700;margin:0 0 30px}.footer{background:var(--navy-2);color:#fff;padding:56px 0 24px;position:relative;overflow:hidden}.footer::before{content:"";position:absolute;left:0;right:0;bottom:34px;height:120px;background:url(../img/line-nagoya.svg) bottom center/cover no-repeat;opacity:.3}.footer__grid,.footer__bottom{position:relative;z-index:1}.footer__grid{display:grid;grid-template-columns:280px 1fr;gap:70px}.footer p{color:#DCEAF0;font-weight:700}.footer__nav{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.footer__nav h3{font-size:14px;color:#fff;margin:0 0 12px}.footer__nav a{display:block;color:#B9CBD4;font-size:13px;font-weight:700;margin:6px 0}.footer__bottom{margin-top:40px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:space-between}.socials{display:flex;gap:12px}.socials a{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.1);font-weight:900}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.is-visible{opacity:1;transform:none}@media (max-width:1040px){.card-grid--4,.theme-row{grid-template-columns:repeat(2,1fr)}.card-grid--3,.about__grid,.split-grid{grid-template-columns:1fr}.report-grid{grid-template-columns:repeat(3,1fr)}.hero__visual{inset:100px -25% 0 22%;opacity:.55}.section-heading::before,.section-heading::after{width:90px}}@media (max-width:820px){.site-header{height:70px}.global-nav{position:fixed;top:70px;left:0;right:0;background:rgba(7,24,40,.97);display:grid;gap:0;padding:18px 24px;transform:translateY(-130%);transition:.3s ease;border-bottom:1px solid rgba(199,164,93,.35)}.global-nav.is-open{transform:translateY(0)}.global-nav a{padding:13px 0}.nav-toggle{display:block}.nav-toggle.is-open span:nth-child(1){transform:translateY(9px) rotate(45deg)}.nav-toggle.is-open span:nth-child(2){opacity:0}.nav-toggle.is-open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.hero{min-height:670px}.hero__visual{inset:160px -55% 0 8%;opacity:.38}.hero h1{font-size:48px}.hero__lead{font-size:15px}.section-copy h2,.section-heading h2,.contact h2{font-size:34px}.section-heading::before,.section-heading::after{display:none}.asset-card{grid-template-columns:1fr;text-align:center}.asset-illustration{margin:auto;grid-row:auto}.asset-card p{grid-column:auto}.report-grid,.member-grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr}.footer__nav{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.container{width:min(100% - 32px,1180px)}.brand__main{font-size:22px}.brand__sub{font-size:21px}.hero__actions,.download-panel{display:grid}.card-grid--4,.card-grid--3,.theme-row,.report-grid,.member-grid{grid-template-columns:1fr}.download-panel{padding:24px}.download-links{justify-content:stretch}.download-links .btn{width:100%}.footer__bottom{display:grid;gap:16px}.footer__nav{grid-template-columns:1fr}}

/* ------------------------------------------------------------
   THINKナゴヤ logo-based refresh
   ロゴのブルー/グリーン、人のつながり、都市の循環を主軸に再設計
------------------------------------------------------------ */
:root{
  --navy:#061B33;
  --navy-2:#041424;
  --cream:#F4FAF8;
  --paper:#FFFFFF;
  --gold:#22C767;
  --gold-2:#0071CE;
  --blue:#0071CE;
  --green:#20B850;
  --ink:#0B2542;
  --muted:#5F7386;
  --line:rgba(0,113,206,.22);
  --shadow:0 26px 70px rgba(3,30,58,.14);
}
body{background:linear-gradient(180deg,#F5FBFF 0%,#F4FAF8 48%,#EEF9F1 100%)}
.site-header{height:84px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.88));color:var(--navy);border-bottom:1px solid rgba(0,113,206,.16);box-shadow:0 10px 30px rgba(0,35,75,.08)}
.brand--image{align-items:center;gap:0;line-height:1}.brand--image img{width:236px;height:auto;display:block}.brand--footer img{width:260px}.global-nav{color:var(--navy)}.global-nav a::after{height:2px;background:linear-gradient(90deg,var(--blue),var(--green));border-radius:999px}.nav-toggle span{background:var(--navy)}
.hero{min-height:760px;background:linear-gradient(135deg,#062040 0%,#072E56 48%,#063E3A 100%)}
.hero::before{background:radial-gradient(circle at 73% 28%,rgba(34,199,103,.26),transparent 34%),radial-gradient(circle at 52% 74%,rgba(0,113,206,.30),transparent 38%),linear-gradient(90deg,rgba(3,20,38,.98) 0%,rgba(5,34,61,.90) 42%,rgba(5,34,61,.60) 100%)}
.hero__visual{background-image:url(../img/hero-city.svg);opacity:.78;mix-blend-mode:screen}.hero__inner{padding-top:118px}.hero__logo-mark{width:118px;height:auto;margin:0 0 18px;filter:drop-shadow(0 16px 30px rgba(0,0,0,.25))}.eyebrow,.section-kicker{color:var(--green)}
.hero h1{font-family:var(--font-sans);font-weight:900;letter-spacing:.04em;font-size:clamp(44px,6vw,82px)}
.hero__lead{max-width:680px;color:#EAF8FF}.btn{border-radius:999px}.btn-gold{background:linear-gradient(135deg,var(--blue),#0095E8 48%,var(--green));border-color:rgba(255,255,255,.25)}.btn-outline{border-color:rgba(135,230,244,.55);background:rgba(255,255,255,.06)}.btn-navy{background:linear-gradient(135deg,var(--blue),var(--green))}.btn-light{border-color:rgba(0,113,206,.18);color:var(--blue)}
.section-copy h2,.section-heading h2,.contact h2{font-family:var(--font-sans);font-weight:900;letter-spacing:.03em}.about{background:linear-gradient(180deg,#fff 0%,#F3FBF8 100%)}.about__diagram{background:rgba(255,255,255,.75);border-radius:28px}.section-heading::before,.section-heading::after{background:linear-gradient(90deg,transparent,var(--blue),var(--green),transparent);opacity:.45}
.issue-card,.asset-card,.theme-card,.report-card,.member-tile,.download-panel{background:rgba(255,255,255,.86);border-color:rgba(0,113,206,.15);box-shadow:0 16px 48px rgba(0,63,115,.08);backdrop-filter:blur(8px)}
.issue-card,.asset-card,.theme-card,.report-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.issue-card:hover,.asset-card:hover,.report-card:hover{transform:translateY(-4px);box-shadow:0 22px 60px rgba(0,63,115,.12);border-color:rgba(32,184,80,.28)}.icon{border-radius:50%;background:linear-gradient(135deg,rgba(0,113,206,.12),rgba(32,184,80,.12));border-color:rgba(0,113,206,.22)}.icon-city::before{background:linear-gradient(90deg,transparent 0 15%,var(--green) 15% 28%,transparent 28% 39%,var(--green) 39% 54%,transparent 54% 66%,var(--green) 66% 82%,transparent 82%);border-bottom-color:var(--green)}
.asset-illustration{background:linear-gradient(135deg,rgba(0,113,206,.07),rgba(32,184,80,.08))}.theme-card{border-radius:20px}.theme-card__num{color:var(--blue)}.theme-card:nth-child(2n) .theme-card__num,.theme-card:nth-child(3) .theme-card__num{color:var(--green)}.theme-card__arrow{color:var(--green)}.theme-card__icon{color:rgba(0,113,206,.14)}.download-panel{background:linear-gradient(135deg,#FFFFFF,#EAF9F2 52%,#E9F6FF)}.text-link{color:var(--blue)}
.member-tile span{background:linear-gradient(180deg,var(--blue),#004A9C)}.member-tile:nth-child(3n) span{background:linear-gradient(180deg,var(--green),#168A43)}.member-tile:nth-child(4n) span{background:linear-gradient(180deg,#07A8E8,var(--blue))}.footer{background:linear-gradient(135deg,#031426 0%,#06244A 55%,#063B34 100%)}.footer::before{filter:hue-rotate(80deg);opacity:.22}.contact{background:linear-gradient(135deg,#061B33,#063F56 60%,#07513B)}.contact::before{opacity:.20}.footer__nav a:hover{color:#B8FFE0}
@media (max-width:820px){.site-header{height:74px}.global-nav{top:74px;background:rgba(255,255,255,.98);color:var(--navy);border-bottom:1px solid rgba(0,113,206,.14);box-shadow:0 18px 38px rgba(0,35,75,.12)}.brand--image img{width:190px}.hero{min-height:720px}.hero__logo-mark{width:94px}.hero h1{font-size:40px}}
@media (max-width:560px){.brand--image img{width:166px}.brand--footer img{width:220px}.hero h1{font-size:34px}.hero__inner{padding-top:84px}.hero__logo-mark{width:82px}}

/* Revised: proposal download CTA only */
.download-links--single{min-width:260px}
.btn-pdf::before{content:"";width:18px;height:22px;display:inline-block;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath d='M4 0h11l5 5v23H4zM14 1v6h6M8 13h8M8 17h8M8 21h5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath d='M4 0h11l5 5v23H4zM14 1v6h6M8 13h8M8 17h8M8 21h5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat}
@media (max-width:560px){.download-links--single{min-width:0}}


/* members accordion revision */
.members-section{padding:72px 0 96px}.members-panel{background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(234,250,246,.86) 52%,rgba(234,247,255,.92));border:1px solid rgba(0,113,206,.16);box-shadow:0 24px 70px rgba(0,63,115,.08);border-radius:28px;padding:clamp(28px,5vw,56px);overflow:hidden}.members-panel__head{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center}.members-panel__head h2{font-family:var(--font-ja);font-size:clamp(36px,5vw,58px);line-height:1.22;letter-spacing:.07em;margin:0 0 18px;color:var(--navy)}.members-panel__head p:not(.section-kicker){max-width:720px;color:#405569;font-weight:700;margin:0}.member-accordion__toggle{appearance:none;border:0;border-radius:999px;padding:18px 24px 18px 28px;min-width:230px;display:inline-flex;align-items:center;justify-content:center;gap:16px;color:#fff;background:linear-gradient(135deg,var(--blue),var(--green));font-weight:900;letter-spacing:.05em;box-shadow:0 18px 42px rgba(0,113,206,.18);cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.member-accordion__toggle:hover{transform:translateY(-2px);box-shadow:0 22px 52px rgba(0,113,206,.24)}.member-accordion__toggle i{width:18px;height:18px;position:relative;display:inline-block}.member-accordion__toggle i::before,.member-accordion__toggle i::after{content:"";position:absolute;background:#fff;border-radius:999px;left:0;right:0;top:8px;height:2px}.member-accordion__toggle i::after{transform:rotate(90deg);transition:transform .25s ease}.member-accordion__toggle[aria-expanded="true"] i::after{transform:rotate(0deg)}.member-accordion{margin-top:34px;padding-top:30px;border-top:1px solid rgba(0,113,206,.14)}.member-accordion__intro{display:flex;flex-wrap:wrap;align-items:baseline;gap:12px;margin-bottom:18px;color:var(--navy)}.member-accordion__intro strong{font-size:20px}.member-accordion__intro span{color:#607284;font-weight:800}.member-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.member-list li{display:grid;grid-template-columns:140px 1fr;gap:18px;align-items:center;background:rgba(255,255,255,.78);border:1px solid rgba(0,113,206,.12);border-radius:16px;padding:16px 18px;box-shadow:0 12px 30px rgba(0,63,115,.05)}.member-name{font-weight:900;color:var(--navy);font-size:17px;white-space:nowrap}.member-role{color:#465A6D;font-weight:700;line-height:1.55}.member-pdf-link{display:inline-flex;margin-top:24px;color:var(--blue);font-weight:900}.split-grid,.report-grid,.report-card,.report-thumb{ }@media (max-width:860px){.members-panel__head{grid-template-columns:1fr}.member-accordion__toggle{width:100%}.member-list{grid-template-columns:1fr}.member-list li{grid-template-columns:1fr;gap:4px}}@media (max-width:560px){.members-section{padding:48px 0 72px}.members-panel{padding:24px 18px;border-radius:22px}.member-list li{padding:14px}}


/* redline revisions 2026-07-19 */
.global-nav{gap:28px}
.hero__inner{padding-bottom:132px}
.hero__lead{margin-bottom:0}
.about__diagram{padding:0;background:transparent;border-radius:28px;filter:drop-shadow(0 24px 70px rgba(0,63,115,.10))}
.about__diagram img{width:100%;border-radius:24px}
.issues{padding:76px 0 70px}
.issue-card{min-height:245px;padding:34px 22px}
.issue-card p{font-size:14px;line-height:1.8;text-align:left}
.proposal{padding-top:70px}.theme-row{align-items:stretch}.theme-card{min-height:150px;padding:22px 20px}.download-panel{margin-top:30px;padding:30px 34px;align-items:center}.download-links--single{min-width:220px}.download-links--single .btn{min-width:190px}
.member-pdf-link{display:none!important}
.members-section{padding-top:68px}
.contact{display:none!important}
.footer--centered{padding:58px 0 28px;text-align:center}.footer--centered::before{background-position:center bottom}.footer__center{display:flex;flex-direction:column;align-items:center;gap:18px}.footer__tagline{max-width:560px;margin:0 auto;color:#DCEEFF;font-weight:800}.footer__sitemap{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 28px;margin-top:12px;padding-top:22px;border-top:1px solid rgba(255,255,255,.16);width:min(780px,100%)}.footer__sitemap a{color:#EAF8FF;font-weight:800;font-size:14px}.footer__sitemap a:hover{color:#B8FFE0}.footer__bottom--center{display:flex;justify-content:center;padding-top:24px}.footer__bottom--center .socials{display:none}
@media (max-width:900px){.download-panel{flex-direction:column;align-items:flex-start}.download-links--single{width:100%;justify-content:flex-start}.footer__sitemap{gap:12px 18px}}
@media (max-width:560px){.hero__inner{padding-bottom:96px}.issue-card p{text-align:center}.download-links--single .btn{width:100%}.footer--centered{padding-top:42px}.footer__sitemap{display:grid;grid-template-columns:1fr 1fr}.about__diagram img{border-radius:18px}}


/* Download panel balance fix (2026-07-19) */
.download-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:clamp(24px,4vw,72px);
  padding:clamp(30px,3.6vw,44px) clamp(28px,4vw,56px);
  min-height:190px;
}
.download-panel__content{
  max-width:760px;
}
.download-panel__content .section-kicker{
  margin-bottom:14px;
}
.download-panel h3{
  margin:0 0 14px;
  font-size:clamp(34px,3.1vw,56px);
  line-height:1.28;
}
.download-panel__content p:last-child{
  max-width:680px;
  font-size:clamp(16px,1.35vw,18px);
  line-height:1.75;
}
.download-panel__action{
  justify-self:end;
  align-self:center;
  display:flex;
  justify-content:flex-end;
}
.download-links--single{
  min-width:auto;
}
.download-links--single .btn{
  min-width:270px;
  min-height:64px;
  padding:16px 28px;
  border-radius:999px;
  box-shadow:0 16px 36px rgba(0,113,206,.18);
  font-size:15px;
  letter-spacing:.04em;
}
.download-links--single .btn-pdf::before{
  width:20px;
  height:24px;
}
@media (max-width:900px){
  .download-panel{
    grid-template-columns:1fr;
    align-items:flex-start;
  }
  .download-panel__action{
    justify-self:start;
    justify-content:flex-start;
  }
}
@media (max-width:560px){
  .download-panel{
    padding:24px 20px;
    min-height:auto;
    gap:18px;
  }
  .download-panel__content p:last-child{
    line-height:1.65;
  }
  .download-links--single .btn{
    width:100%;
    min-width:0;
    min-height:58px;
  }
}


/* Hero artwork integration (2026-07-19) */
.hero{
  min-height:auto;
  padding-top:78px;
  background:#071828;
}
.hero::before{
  display:none;
}
.hero__desktop-artwork{
  display:block;
  width:100%;
}
.hero__desktop-artwork img{
  width:100%;
  height:auto;
  display:block;
}
.hero__mobile-fallback{
  display:none;
  position:relative;
  min-height:680px;
  overflow:hidden;
}
.hero__mobile-fallback::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 74% 30%,rgba(30,136,168,.25),transparent 34%),linear-gradient(90deg,rgba(7,24,40,.95) 0%,rgba(7,24,40,.86) 38%,rgba(7,24,40,.62) 100%);
  z-index:1;
}
.hero__mobile-fallback .hero__visual{
  position:absolute;
  inset:80px 0 0 22%;
  background:url(../img/hero-city.svg) center right/cover no-repeat;
  opacity:.92;
  filter:drop-shadow(0 30px 60px rgba(0,0,0,.28));
}
.hero__mobile-fallback .hero__inner{
  position:relative;
  z-index:2;
  padding:92px 0 112px;
}
@media (max-width:820px){
  .hero{
    padding-top:70px;
  }
  .hero__desktop-artwork{
    display:none;
  }
  .hero__mobile-fallback{
    display:grid;
    align-items:center;
  }
}
@media (max-width:560px){
  .hero__mobile-fallback{
    min-height:620px;
  }
}


/* Official LINE registration buttons (2026-07-28) */
.hero__desktop-artwork{
  position:relative;
}
.line-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:54px;
  padding:14px 24px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,#0071CE 0%,#00B84F 100%);
  box-shadow:0 16px 36px rgba(0,184,79,.25), inset 0 1px 0 rgba(255,255,255,.18);
  font-weight:900;
  letter-spacing:.04em;
  line-height:1;
  transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
  white-space:nowrap;
}
.line-button:hover{
  transform:translateY(-2px);
  filter:saturate(1.08);
  box-shadow:0 20px 44px rgba(0,184,79,.32), inset 0 1px 0 rgba(255,255,255,.2);
}
.line-button__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:26px;
  border-radius:7px;
  background:#fff;
  color:#00B84F;
  font-size:10px;
  font-family:Arial, sans-serif;
  font-weight:900;
  letter-spacing:0;
}
.line-button--hero{
  position:absolute;
  left:5.2%;
  bottom:13.8%;
  z-index:3;
  font-size:15px;
  min-width:238px;
}
.line-button--mobile{
  margin-top:28px;
  min-width:240px;
}
.line-button--footer{
  margin-top:28px;
  min-width:260px;
}
@media (max-width:1180px){
  .line-button--hero{
    bottom:9%;
    min-height:48px;
    padding:12px 20px;
    font-size:13px;
  }
  .line-button__icon{
    width:38px;
    height:24px;
  }
}
@media (max-width:820px){
  .line-button--hero{
    display:none;
  }
  .line-button--mobile{
    display:inline-flex;
  }
}
@media (max-width:560px){
  .line-button--mobile,
  .line-button--footer{
    width:100%;
    min-width:0;
  }
}


/* Footer official LINE description */
.footer-line-info{
  margin-top:30px;
  text-align:center;
  max-width:520px;
  margin-inline:auto;
}
.footer-line-info h3{
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(20px,2.2vw,28px);
  line-height:1.35;
  letter-spacing:.06em;
  font-weight:900;
}
.footer-line-info p{
  margin:0;
  color:#DCEAF0;
  font-size:15px;
  line-height:1.8;
  font-weight:700;
}
.line-button--footer{
  margin-top:18px;
}
@media (max-width:560px){
  .footer-line-info{
    margin-top:24px;
  }
  .footer-line-info p{
    font-size:14px;
  }
}


/* Issues illustration enhancement */
.issue-card{
  min-height: 430px;
  padding: 18px 22px 26px;
  text-align:left;
  display:flex;
  flex-direction:column;
}
.issue-illustration{
  height: 170px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin: 4px 0 14px;
}
.issue-illustration img{
  width:100%;
  height:100%;
  object-fit:contain;
  filter: drop-shadow(0 10px 24px rgba(0,63,115,.08));
}
.issue-card h3{
  margin: 0 0 10px;
  text-align:center;
  font-size: 18px;
  line-height:1.45;
}
.issue-card p{
  font-size:14px;
  line-height:1.85;
  margin-top:auto;
}
@media (max-width:1040px){
  .issue-card{min-height:400px;}
  .issue-illustration{height:160px;}
}
@media (max-width:560px){
  .issue-card{min-height:auto;padding:18px 18px 24px;}
  .issue-illustration{height:150px;margin-bottom:10px;}
  .issue-card h3{font-size:17px;}
  .issue-card p{text-align:left;}
}


/* Issues card compact balance fix (2026-07-29) */
.card-grid--4{
  align-items: stretch;
}
.issue-card{
  min-height: auto !important;
  padding: 24px 22px 26px !important;
  gap: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.issue-illustration{
  height: 136px !important;
  margin: 0 0 2px !important;
  display:flex;
  align-items:center;
  justify-content:center;
}
.issue-illustration img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0,63,115,.08));
}
.issue-card h3{
  margin: 2px 0 4px !important;
  min-height: 58px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.issue-card p{
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.78;
  text-align:left;
}
@media (max-width:1040px){
  .issue-illustration{height:150px !important;}
  .issue-card h3{min-height:auto;}
}
@media (max-width:560px){
  .issue-card{padding:22px 18px 24px !important; gap:10px;}
  .issue-illustration{height:138px !important;}
  .issue-card h3{min-height:auto;}
}


/* Asset cards illustration update */
.asset-card{
  border-radius:22px;
  padding:26px 24px 28px !important;
  display:flex !important;
  flex-direction:column;
  align-items:center;
  text-align:center;
  min-height:430px;
  gap:12px;
}
.asset-illustration{
  width:100%;
  max-width:260px;
  height:164px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:2px;
  border-radius:0;
  background:none !important;
  box-shadow:none;
}
.asset-illustration::before,
.asset-illustration::after{
  display:none !important;
}
.asset-illustration img{
  width:100%;
  height:100%;
  object-fit:contain;
  filter: drop-shadow(0 10px 20px rgba(0,63,115,.08));
}
.asset-card h3{
  margin:0;
  font-size:18px;
  line-height:1.45;
}
.asset-card p{
  grid-column:auto !important;
  margin:0;
  font-size:14px;
  line-height:1.85;
  text-align:left;
}
@media (max-width:1040px){
  .asset-card{
    min-height:auto;
  }
}
@media (max-width:820px){
  .asset-card{
    padding:24px 20px 26px !important;
  }
  .asset-illustration{
    height:156px;
  }
}
@media (max-width:560px){
  .asset-card{
    gap:10px;
  }
  .asset-illustration{
    max-width:240px;
    height:148px;
  }
  .asset-card h3{
    font-size:17px;
  }
}


/* Asset cards whitespace tightening */
.asset-card{
  min-height: 0 !important;
  padding: 22px 22px 24px !important;
  gap: 8px;
  justify-content: flex-start;
}
.asset-illustration{
  max-width: 238px;
  height: 132px;
  margin-bottom: 0;
}
.asset-card h3{
  margin: 0 0 4px;
  font-size: 17px;
  line-height: 1.5;
}
.asset-card p{
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 820px){
  .asset-card{
    padding: 20px 18px 22px !important;
    gap: 8px;
  }
  .asset-illustration{
    max-width: 220px;
    height: 124px;
  }
}
@media (max-width: 560px){
  .asset-card{
    padding: 18px 16px 20px !important;
    gap: 6px;
  }
  .asset-illustration{
    max-width: 210px;
    height: 118px;
  }
  .asset-card h3{
    font-size: 16px;
  }
  .asset-card p{
    line-height: 1.65;
  }
}


/* Proposal visual card update */
.theme-row--visual{
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}
.theme-card--visual{
  min-height: 245px;
  padding: 22px 20px 24px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:10px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.86));
}
.theme-card--visual .theme-card__num{
  font-size:30px;
  line-height:1;
}
.theme-card__visual{
  height:96px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin: 2px 0 4px;
}
.theme-card__visual img{
  width:100%;
  height:100%;
  object-fit:contain;
  filter: drop-shadow(0 10px 20px rgba(0,63,115,.08));
}
.theme-card--visual h3{
  margin:0;
  font-size:17px;
  line-height:1.55;
  letter-spacing:.03em;
}
.theme-card--visual .theme-card__arrow{
  top:22px;
  right:22px;
  font-size:24px;
}
@media (max-width:1040px){
  .theme-row--visual{grid-template-columns:repeat(2,1fr);}
  .theme-card--visual{min-height:220px;}
  .theme-card__visual{height:110px;}
}
@media (max-width:560px){
  .theme-row--visual{grid-template-columns:1fr;}
  .theme-card--visual{min-height:auto;padding:20px 18px;}
  .theme-card__visual{height:120px;}
}


/* Proposal cards: apply user-provided individual illustrations */
.theme-row--visual{
  align-items: stretch;
}
.theme-card--visual{
  min-height: 336px;
  padding: 20px 18px 18px;
  gap: 8px;
  overflow: hidden;
}
.theme-card--visual .theme-card__num{
  order: 1;
  font-size: 32px;
  margin-bottom: 2px;
}
.theme-card--visual h3{
  order: 2;
  min-height: 60px;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
}
.theme-card__visual{
  order: 3;
  height: 196px;
  margin: 6px -16px -6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-card__visual img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.42);
  transform-origin: center bottom;
}
.theme-card--visual:nth-child(1) .theme-card__visual img{transform: scale(1.44);}
.theme-card--visual:nth-child(2) .theme-card__visual img{transform: scale(1.48);}
.theme-card--visual:nth-child(3) .theme-card__visual img{transform: scale(1.52);}
.theme-card--visual:nth-child(4) .theme-card__visual img{transform: scale(1.46);}
.theme-card--visual:nth-child(5) .theme-card__visual img{transform: scale(1.38);}
.theme-card--visual .theme-card__arrow{
  top: 24px;
  right: 18px;
}
@media (max-width:1040px){
  .theme-card--visual{min-height: 318px;}
  .theme-card__visual{height: 205px; margin: 10px -12px -8px;}
}
@media (max-width:560px){
  .theme-card--visual{
    min-height: auto;
    padding: 18px 16px 16px;
  }
  .theme-card--visual h3{
    min-height: auto;
  }
  .theme-card__visual{
    height: 200px;
    margin: 12px -10px -4px;
  }
  .theme-card__visual img{
    transform: scale(1.35);
  }
  .theme-card--visual:nth-child(1) .theme-card__visual img,
  .theme-card--visual:nth-child(2) .theme-card__visual img,
  .theme-card--visual:nth-child(3) .theme-card__visual img,
  .theme-card--visual:nth-child(4) .theme-card__visual img,
  .theme-card--visual:nth-child(5) .theme-card__visual img{transform: scale(1.35);}
}


/* Embedded PDF viewer */
.pdf-viewer{
  margin-top: 24px;
  border: 1px solid rgba(0,113,206,.18);
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg,#FFFFFF,#F1FAF6 56%,#EFF8FF);
  box-shadow: 0 18px 54px rgba(0,63,115,.08);
}
.pdf-viewer iframe{
  width: 100%;
  height: min(78vh, 820px);
  min-height: 560px;
  border: 0;
  display: block;
  background: #fff;
}
.pdf-viewer__fallback{
  margin: 0;
  padding: 12px 18px 16px;
  color: #4E5E6F;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.pdf-viewer__fallback a{
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 820px){
  .pdf-viewer iframe{
    height: 68vh;
    min-height: 460px;
  }
}
@media (max-width: 560px){
  .pdf-viewer{
    border-radius: 18px;
  }
  .pdf-viewer iframe{
    height: 62vh;
    min-height: 380px;
  }
}


/* PDF viewer integrated inside download panel */
.download-panel--embedded{
  display:flex !important;
  flex-direction:column;
  align-items:stretch;
  gap:22px;
  padding:clamp(26px,3.5vw,46px) !important;
}
.download-panel__content--full{
  max-width:none !important;
  text-align:left;
}
.download-panel__content--full p:last-child{
  max-width:none;
}
.pdf-viewer--in-panel{
  margin:0;
  width:100%;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(0,113,206,.18);
  box-shadow:0 16px 40px rgba(0,63,115,.10);
  background:#fff;
}
.pdf-viewer--in-panel iframe{
  width:100%;
  height:min(76vh,820px);
  min-height:560px;
  border:0;
  display:block;
}
.download-panel__action--bottom{
  justify-self:auto !important;
  align-self:center !important;
  justify-content:center !important;
  width:100%;
  padding-top:2px;
}
.download-panel__action--bottom .btn{
  min-width:260px;
}
@media (max-width:820px){
  .pdf-viewer--in-panel iframe{
    height:70vh;
    min-height:460px;
  }
}
@media (max-width:560px){
  .download-panel--embedded{
    padding:22px 16px !important;
    gap:16px;
  }
  .pdf-viewer--in-panel{
    border-radius:14px;
  }
  .pdf-viewer--in-panel iframe{
    height:66vh;
    min-height:390px;
  }
  .download-panel__action--bottom .btn{
    width:100%;
    min-width:0;
  }
}


/* YouTube embed inside download panel */
.youtube-viewer--in-panel{
  width:100%;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(0,113,206,.18);
  box-shadow:0 16px 40px rgba(0,63,115,.10);
  background:#071828;
  aspect-ratio:16 / 9;
}
.youtube-viewer--in-panel iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}
@media (max-width:560px){
  .youtube-viewer--in-panel{
    border-radius:14px;
  }
}


/* YouTube fallback link */
.youtube-fallback{
  margin: 10px 0 26px;
  text-align: right;
  color: #4E5E6F;
  font-size: 14px;
  font-weight: 700;
}
.youtube-fallback a{
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 560px){
  .youtube-fallback{
    text-align: left;
    margin-bottom: 20px;
  }
}


/* YouTube stable link card: iframe removed to avoid YouTube Error 153 */
.youtube-viewer--in-panel,
.youtube-fallback{
  display:none !important;
}
.youtube-card--in-panel{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:16/9;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(0,113,206,.18);
  box-shadow:0 16px 40px rgba(0,63,115,.10);
  background:linear-gradient(135deg,#08243b,#0b725c);
}
.youtube-card--in-panel img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(1.05) contrast(.96);
}
.youtube-card--in-panel::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(7,24,40,.72),rgba(7,24,40,.24) 52%,rgba(7,24,40,.52));
  z-index:1;
}
.youtube-card__overlay{
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  color:#fff;
  font-weight:900;
  letter-spacing:.06em;
  text-align:center;
}
.youtube-card__play{
  width:82px;
  height:82px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--blue),var(--green));
  box-shadow:0 18px 42px rgba(0,63,115,.32);
  position:relative;
}
.youtube-card__play::after{
  content:"";
  position:absolute;
  left:33px;
  top:25px;
  width:0;
  height:0;
  border-top:16px solid transparent;
  border-bottom:16px solid transparent;
  border-left:24px solid #fff;
}
.youtube-card__label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 22px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.34);
  backdrop-filter:blur(8px);
}
.youtube-card--in-panel:hover .youtube-card__play{
  transform:scale(1.05);
}
@media (max-width:560px){
  .youtube-card--in-panel{
    border-radius:14px;
  }
  .youtube-card__play{
    width:64px;
    height:64px;
  }
  .youtube-card__play::after{
    left:26px;
    top:20px;
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:19px;
  }
  .youtube-card__label{
    min-height:40px;
    padding:0 16px;
    font-size:13px;
  }
}


/* YouTube compact embed (re-enabled by request) */
.youtube-viewer--compact{
  display:block !important;
  width:min(100%, 760px);
  margin:0 auto;
  aspect-ratio:16 / 9;
  align-self:center;
}
.youtube-viewer--compact iframe{
  width:100%;
  height:100%;
  display:block;
}
.youtube-fallback{
  display:block !important;
  width:min(100%, 760px);
  margin:8px auto 4px;
  text-align:right;
}
.youtube-card--in-panel{
  display:none !important;
}
@media (max-width:560px){
  .youtube-viewer--compact,
  .youtube-fallback{
    width:100%;
  }
  .youtube-fallback{
    text-align:left;
  }
}
