/* CotoCle Home — canonical single design, v0.8.474 */
:root{
  --cc-home-bg:#f8faf9;
  --cc-home-surface:#fff;
  --cc-home-ink:#243a34;
  --cc-home-text:#5f706a;
  --cc-home-muted:#82908b;
  --cc-home-mint:#48aa92;
  --cc-home-mint-dark:#2e806d;
  --cc-home-mint-soft:#e8f6f2;
  --cc-home-blue-soft:#edf6fb;
  --cc-home-pink-soft:#fff0f2;
  --cc-home-warm:#f2b950;
  --cc-home-warm-soft:#fff5dd;
  --cc-home-line:rgba(38,73,62,.12);
  --cc-home-shadow:0 18px 48px rgba(42,72,63,.08);
  --cc-home-shadow-sm:0 10px 30px rgba(42,72,63,.065);
  --cc-home-radius-xl:32px;
  --cc-home-radius-lg:24px;
  --cc-home-radius-md:18px;
  --cc-home-width:1120px;
}


/* THE THOR: only the page-frame reset uses !important; component styling does not. */
body.cc-home-page .l-wrapper{display:block!important;width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}
body.cc-home-page .l-main{display:block!important;float:none!important;width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}
body.cc-home-page .l-sidebar{display:none!important}
body.cc-home-page .content,body.cc-home-page .content__main,body.cc-home-page .content__body,body.cc-home-page article.article,body.cc-home-page .article__body,body.cc-home-page .entry-content{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}
body.cc-home-page .pageTitle,body.cc-home-page .heading.heading-main{display:none!important}

.cc-home-canonical,.cc-home-canonical *,
.cc-home-primary,.cc-home-primary *,
.cc-home-story,.cc-home-story *,
.cc-home-discovery,.cc-home-discovery *{box-sizing:border-box}

.cc-home-canonical{width:100%;max-width:none;margin:0;padding:0;overflow:clip;background:#fff}
.cc-home-story section,.cc-home-story article,.cc-home-story h2,.cc-home-story h3,.cc-home-story p,.cc-home-story ul{margin-top:0}
.cc-home-story article{margin-left:0;margin-right:0}

.cc-home-primary,
.cc-home-story,
.cc-home-discovery{font-family:system-ui,-apple-system,"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;color:var(--cc-home-ink)}

.cc-home-primary a,.cc-home-story a,.cc-home-discovery a{text-decoration:none}

.cc-home-primary{position:relative;overflow:hidden;background:linear-gradient(180deg,#fbf8f2 0%,#f9fbfa 66%,#fff 100%);padding:clamp(28px,5vw,68px) 0 46px}
.cc-home-primary:before,.cc-home-primary:after{content:"";position:absolute;border-radius:999px;pointer-events:none;filter:blur(.2px)}
.cc-home-primary:before{width:410px;height:410px;right:-180px;top:-160px;background:rgba(88,190,163,.11)}
.cc-home-primary:after{width:260px;height:260px;left:-120px;top:360px;background:rgba(236,182,91,.08)}
.cc-home-primary__shell{position:relative;z-index:1;width:min(var(--cc-home-width),calc(100% - 40px));margin:0 auto}
.cc-home-primary__hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);gap:clamp(30px,5vw,72px);align-items:center}
.cc-home-primary__eyebrow,.cc-home-story__kicker{display:inline-flex;align-items:center;min-height:29px;padding:0 11px;border-radius:999px;background:var(--cc-home-mint-soft);color:var(--cc-home-mint-dark);font-size:11px;font-weight:850;letter-spacing:.11em}
.cc-home-primary__title{max-width:690px;margin:14px 0 17px;color:var(--cc-home-ink);font-size:clamp(38px,5.1vw,68px);line-height:1.22;font-weight:850;letter-spacing:-.045em}
.cc-home-primary__lead{max-width:630px;margin:0 0 25px;color:var(--cc-home-text);font-size:15px;line-height:1.95;font-weight:600}
.cc-home-primary__search{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;max-width:650px;min-height:62px;margin:0;padding:8px 8px 8px 17px;border:1px solid var(--cc-home-line);border-radius:19px;background:#fff;box-shadow:var(--cc-home-shadow)}
.cc-home-primary__search>span{color:#86938e;font-size:24px;line-height:1}
.cc-home-primary__search input{min-width:0;width:100%;height:44px;margin:0;padding:0;border:0;background:transparent;outline:0;box-shadow:none;color:var(--cc-home-ink);font:700 14px/1.4 inherit}
.cc-home-primary__search button{height:46px;padding:0 24px;border:0;border-radius:13px;background:var(--cc-home-mint);color:#fff;font:850 13px/1 inherit;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.cc-home-primary__search button:hover{background:#3f9b84;transform:translateY(-1px);box-shadow:0 8px 18px rgba(55,138,116,.18)}
.cc-home-primary__actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;max-width:650px;margin-top:14px}
.cc-home-primary__action{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;min-height:68px;padding:11px 15px;border:1px solid var(--cc-home-line);border-radius:18px;color:var(--cc-home-ink);box-shadow:var(--cc-home-shadow-sm);transition:transform .18s ease,box-shadow .18s ease}
.cc-home-primary__action:hover{transform:translateY(-2px);box-shadow:0 15px 34px rgba(42,72,63,.10)}
.cc-home-primary__action--primary{background:linear-gradient(180deg,#e4f6f1,#d8f0e9)}
.cc-home-primary__action--secondary{background:linear-gradient(180deg,#fff5da,#ffedbd)}
.cc-home-primary__action>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:rgba(255,255,255,.75);font-size:20px;font-weight:900}
.cc-home-primary__action strong{font-size:16px;font-weight:850}
.cc-home-primary__action b{color:#6a7772;font-size:17px}
.cc-home-primary__meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px;color:#72807b;font-size:10px;font-weight:800}
.cc-home-primary__meta span{padding:5px 8px;border:1px solid rgba(56,98,83,.08);border-radius:999px;background:rgba(255,255,255,.65)}
.cc-home-primary__visual{position:relative;display:grid;place-items:center;min-height:430px}
.cc-home-primary__visual-orb{position:absolute;width:86%;aspect-ratio:1;border-radius:47% 53% 51% 49% / 45% 45% 55% 55%;background:linear-gradient(145deg,#e2f3ee,#f9edda);transform:rotate(-7deg)}
.cc-home-primary__visual img{position:relative;z-index:1;display:block;width:min(100%,520px);height:auto;filter:drop-shadow(0 20px 26px rgba(53,75,67,.10))}
.cc-home-primary__feature-row{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(250px,.45fr);gap:18px;margin-top:40px}
.cc-home-primary__feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.62fr);min-height:210px;overflow:hidden;border:1px solid var(--cc-home-line);border-radius:var(--cc-home-radius-xl);background:linear-gradient(135deg,#fff9ec 0%,#fff 58%,#eef8f4 100%);box-shadow:var(--cc-home-shadow);color:var(--cc-home-ink)}
.cc-home-primary__feature-copy{align-self:center;padding:30px 14px 30px 32px}
.cc-home-primary__feature-copy>span{display:inline-flex;padding:5px 9px;border-radius:999px;background:#fff0c8;color:#9b7626;font-size:10px;font-weight:900;letter-spacing:.12em}
.cc-home-primary__feature-copy h2{margin:11px 0 7px;color:var(--cc-home-ink);font-size:26px;line-height:1.3;font-weight:850;letter-spacing:-.02em}
.cc-home-primary__feature-copy p{max-width:520px;margin:0 0 12px;color:var(--cc-home-text);font-size:12px;line-height:1.75;font-weight:600}
.cc-home-primary__feature-copy b{color:var(--cc-home-mint-dark);font-size:11px;font-weight:900}
.cc-home-primary__feature-visual{display:grid;place-items:center;overflow:hidden;min-width:0;background:radial-gradient(circle at 50% 55%,rgba(255,255,255,.9),rgba(255,255,255,0) 68%)}
.cc-home-primary__feature-visual img{display:block;width:112%;max-width:360px;height:auto;transform:translateY(6px)}
.cc-home-primary__topics{display:flex;flex-direction:column;justify-content:center;padding:24px;border:1px solid var(--cc-home-line);border-radius:var(--cc-home-radius-xl);background:#fff;box-shadow:var(--cc-home-shadow-sm)}
.cc-home-primary__topics>span{margin-bottom:11px;color:var(--cc-home-muted);font-size:10px;font-weight:900;letter-spacing:.08em}
.cc-home-primary__topics>div{display:flex;flex-wrap:wrap;gap:8px}
.cc-home-primary__topics a{padding:8px 10px;border-radius:10px;background:#f5f8f7;color:#53655e;font-size:11px;font-weight:800;transition:background .18s ease,color .18s ease}
.cc-home-primary__topics a:hover{background:var(--cc-home-mint-soft);color:var(--cc-home-mint-dark)}
.cc-home-primary__section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:36px 0 13px}
.cc-home-primary__section-head span{color:var(--cc-home-mint-dark);font-size:9px;font-weight:900;letter-spacing:.13em}
.cc-home-primary__section-head h2{margin:3px 0 0;color:var(--cc-home-ink);font-size:23px;line-height:1.3;font-weight:850}
.cc-home-primary__section-head>a{color:#697772;font-size:11px;font-weight:850}
.cc-home-primary__season-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.cc-home-primary__season-card{display:grid;grid-template-columns:minmax(0,1fr) 108px;align-items:center;min-height:142px;padding:16px 12px 16px 18px;overflow:hidden;border:1px solid var(--cc-home-line);border-radius:var(--cc-home-radius-lg);background:#eef7fb;color:#365260;box-shadow:var(--cc-home-shadow-sm);transition:transform .18s ease,box-shadow .18s ease}
.cc-home-primary__season-card:nth-child(2){background:#f9f0fb;color:#674f79}.cc-home-primary__season-card:nth-child(3){background:#fff2ee;color:#8a5c57}
.cc-home-primary__season-card:hover{transform:translateY(-2px);box-shadow:0 15px 34px rgba(42,72,63,.10)}
.cc-home-primary__season-card span{display:inline-flex;padding:4px 7px;border-radius:7px;background:rgba(255,255,255,.72);font-size:8px;font-weight:900}
.cc-home-primary__season-card h3{margin:7px 0 3px;font-size:17px;line-height:1.25;font-weight:900}.cc-home-primary__season-card p{margin:0;font-size:9px;line-height:1.45;font-weight:700;opacity:.8}
.cc-home-primary__season-card img{display:block;width:118px;max-width:118%;height:104px;object-fit:contain;justify-self:end}

/* Existing discovery output, restyled as one continuous Home system. */
.cc-home-discovery{background:#fff;padding:8px 0 20px}
.cc-home-discovery>.cc-home-quick{width:min(var(--cc-home-width),calc(100% - 40px));margin:0 auto 18px;padding:12px;border:1px solid var(--cc-home-line);border-radius:20px;background:#fff;box-shadow:var(--cc-home-shadow-sm)}
.cc-home-discovery .cc-home-quick__search{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;min-height:48px;margin:0;padding:5px 5px 5px 12px;border:1px solid var(--cc-home-line);border-radius:14px;background:#f8faf9}
.cc-home-discovery .cc-home-quick__search input{min-width:0;width:100%;border:0;background:transparent;outline:0;box-shadow:none;font-size:12px;font-weight:700}.cc-home-discovery .cc-home-quick__search button{height:36px;padding:0 16px;border:0;border-radius:10px;background:var(--cc-home-mint);color:#fff;font-size:11px;font-weight:900}
.cc-home-discovery .cc-home-quick__links{display:flex;flex-wrap:wrap;gap:7px;margin-top:8px}.cc-home-discovery .cc-home-quick__links a{padding:6px 9px;border-radius:999px;background:#f2f7f5;color:#596a64;font-size:10px;font-weight:800}
.cc-home-discovery .cc-discovery-section{margin:0;padding:46px 0;background:#fff}.cc-home-discovery .cc-discovery-section:nth-of-type(even){background:#fafcfb}
.cc-home-discovery .cc-discovery-inner{width:min(var(--cc-home-width),calc(100% - 40px));margin:0 auto}
.cc-home-discovery .cc-discovery-head,.cc-home-discovery .cc-home-content-tabs__head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}
.cc-home-discovery .cc-discovery-head span,.cc-home-discovery .cc-home-content-tabs__eyebrow{color:var(--cc-home-mint-dark);font-size:9px;font-weight:900;letter-spacing:.12em}.cc-home-discovery .cc-discovery-head h2,.cc-home-discovery .cc-home-content-tabs__head h2{margin:4px 0 5px;color:var(--cc-home-ink);font-size:clamp(22px,3vw,31px);line-height:1.3;font-weight:850}.cc-home-discovery .cc-discovery-head p,.cc-home-discovery .cc-home-content-tabs__head p{margin:0;color:var(--cc-home-text);font-size:11px;line-height:1.7;font-weight:600}
.cc-home-discovery .cc-home-content-tabs__nav{display:flex;gap:6px;overflow-x:auto;margin-bottom:16px;padding:3px;border-radius:14px;background:#f4f7f6;scrollbar-width:none}.cc-home-discovery .cc-home-content-tabs__nav::-webkit-scrollbar{display:none}.cc-home-discovery .cc-home-content-tabs__nav button{flex:0 0 auto;min-height:38px;padding:0 13px;border:0;border-radius:11px;background:transparent;color:#6c7a75;font-size:10px;font-weight:850;cursor:pointer}.cc-home-discovery .cc-home-content-tabs__nav button.is-active{background:#fff;color:var(--cc-home-mint-dark);box-shadow:0 5px 15px rgba(42,72,63,.07)}
.cc-home-discovery .cc-home-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.cc-home-discovery .cc-home-category-card{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:4px;min-height:88px;padding:15px;border:1px solid var(--cc-home-line);border-radius:17px;background:#fff;color:var(--cc-home-ink);box-shadow:var(--cc-home-shadow-sm)}.cc-home-discovery .cc-home-category-card span{font-size:13px;font-weight:850}.cc-home-discovery .cc-home-category-card small{color:var(--cc-home-muted);font-size:9px}.cc-home-discovery .cc-home-category-card b{grid-column:2;grid-row:1/3;align-self:center;color:var(--cc-home-mint-dark)}

/* Lower story */
.cc-home-story{overflow:hidden;background:#fff}
.cc-home-story__section{position:relative;padding:clamp(54px,7vw,92px) 0;background:#fff}.cc-home-story__section--soft{background:#f8fbfa}.cc-home-story__section--intro{background:linear-gradient(180deg,#fff 0%,#fbfdfc 100%)}
.cc-home-story__inner{width:min(var(--cc-home-width),calc(100% - 40px));margin:0 auto}
.cc-home-story__heading{max-width:760px;margin:0 auto 30px;text-align:center}.cc-home-story__heading h2,.cc-home-story__derive h2,.cc-home-story__final-card h2{margin:12px 0 10px;color:var(--cc-home-ink);font-size:clamp(27px,4vw,42px);line-height:1.35;font-weight:850;letter-spacing:-.025em}.cc-home-story__heading p,.cc-home-story__derive-copy>p,.cc-home-story__final-card>p{margin:0;color:var(--cc-home-text);font-size:13px;line-height:1.9;font-weight:600}
.cc-home-story__problem-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.cc-home-story__problem-grid article{padding:20px;border:1px solid var(--cc-home-line);border-radius:21px;background:#fff;box-shadow:var(--cc-home-shadow-sm)}.cc-home-story__problem-grid span{color:var(--cc-home-mint-dark);font-size:10px;font-weight:900;letter-spacing:.1em}.cc-home-story__problem-grid h3{margin:9px 0 7px;font-size:15px;line-height:1.45;font-weight:850}.cc-home-story__problem-grid p{margin:0;color:var(--cc-home-text);font-size:10px;line-height:1.75;font-weight:600}
.cc-home-story__core-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.cc-home-story__core-grid article{padding:24px;border:1px solid var(--cc-home-line);border-radius:24px;background:#fff;box-shadow:var(--cc-home-shadow-sm)}.cc-home-story__core-grid article:nth-child(2){background:linear-gradient(180deg,#f3faf8,#fff)}.cc-home-story__core-grid article:nth-child(3){background:linear-gradient(180deg,#fff9ea,#fff)}.cc-home-story__core-icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:15px;border-radius:14px;background:var(--cc-home-mint-soft);color:var(--cc-home-mint-dark);font-size:20px;font-weight:900}.cc-home-story__core-grid article>span{color:var(--cc-home-muted);font-size:9px;font-weight:900;letter-spacing:.1em}.cc-home-story__core-grid h3{margin:6px 0 8px;font-size:21px;font-weight:900}.cc-home-story__core-grid p{margin:0 0 13px;color:var(--cc-home-text);font-size:11px;line-height:1.75;font-weight:600}.cc-home-story__core-grid ul{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.cc-home-story__core-grid li{padding:5px 7px;border-radius:8px;background:#f4f7f6;color:#65736e;font-size:9px;font-weight:800}
.cc-home-story__cycle{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;overflow:hidden;border:1px solid var(--cc-home-line);border-radius:26px;background:#fff;box-shadow:var(--cc-home-shadow)}.cc-home-story__cycle article{position:relative;min-width:0;padding:22px 15px;text-align:center}.cc-home-story__cycle article+article{border-left:1px solid var(--cc-home-line)}.cc-home-story__cycle article:nth-child(1){background:#eff9f6}.cc-home-story__cycle article:nth-child(2){background:#f1f8fc}.cc-home-story__cycle article:nth-child(3){background:#fff9e9}.cc-home-story__cycle article:nth-child(4){background:#fff2f4}.cc-home-story__cycle article:nth-child(5){background:#f1f8f3}.cc-home-story__cycle>article>span{display:grid;place-items:center;width:34px;height:34px;margin:0 auto 10px;border-radius:11px;background:#fff;color:var(--cc-home-mint-dark);box-shadow:0 6px 16px rgba(42,72,63,.07);font-size:11px;font-weight:900}.cc-home-story__cycle b{display:block;margin-bottom:6px;font-size:14px;font-weight:900}.cc-home-story__cycle p{margin:0;color:var(--cc-home-text);font-size:9px;line-height:1.55;font-weight:600}
.cc-home-story__derive{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:32px;align-items:center;padding:34px;border:1px solid var(--cc-home-line);border-radius:32px;background:linear-gradient(135deg,#fffdf7,#f1faf7 56%,#fff4df);box-shadow:var(--cc-home-shadow)}.cc-home-story__kicker--warm{background:#fff0c8;color:#95711f}.cc-home-story__derive-points{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.cc-home-story__derive-points span{padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.72);color:#63736d;font-size:9px;font-weight:800}.cc-home-story__tree{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:8px;align-items:center;padding:14px;border:1px solid rgba(38,73,62,.08);border-radius:23px;background:rgba(255,255,255,.72)}.cc-home-story__tree article{display:flex;flex-direction:column;justify-content:center;min-height:120px;padding:13px;border-radius:17px;background:#fff;box-shadow:var(--cc-home-shadow-sm);text-align:center}.cc-home-story__tree small{color:var(--cc-home-muted);font-size:8px;font-weight:800}.cc-home-story__tree b{margin:6px 0;color:var(--cc-home-ink);font-size:12px;line-height:1.45;font-weight:900}.cc-home-story__tree span{color:#71807b;font-size:8px;font-weight:700}.cc-home-story__tree i{color:#86a69c;font-style:normal;font-size:18px;font-weight:900}
.cc-home-story__point-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.cc-home-story__point-grid article{padding:22px;border:1px solid var(--cc-home-line);border-radius:22px;background:#fff;box-shadow:var(--cc-home-shadow-sm)}.cc-home-story__point-grid span{color:var(--cc-home-mint-dark);font-size:9px;font-weight:900;letter-spacing:.11em}.cc-home-story__point-grid h3{margin:8px 0 7px;font-size:16px;font-weight:900}.cc-home-story__point-grid p{margin:0;color:var(--cc-home-text);font-size:10px;line-height:1.72;font-weight:600}
.cc-home-story__field-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.cc-home-story__field-grid article{padding:19px 10px;border:1px solid var(--cc-home-line);border-radius:20px;background:#fff;box-shadow:var(--cc-home-shadow-sm);text-align:center}.cc-home-story__field-grid span{display:grid;place-items:center;width:38px;height:38px;margin:0 auto 11px;border-radius:13px;background:var(--cc-home-mint-soft);color:var(--cc-home-mint-dark);font-size:10px;font-weight:900}.cc-home-story__field-grid article:nth-child(2) span{background:var(--cc-home-blue-soft)}.cc-home-story__field-grid article:nth-child(3) span{background:var(--cc-home-warm-soft);color:#92701f}.cc-home-story__field-grid article:nth-child(4) span{background:var(--cc-home-pink-soft);color:#a25b67}.cc-home-story__field-grid article:nth-child(5) span{background:#eef7ef;color:#558265}.cc-home-story__field-grid b{display:block;margin-bottom:5px;font-size:12px;font-weight:900}.cc-home-story__field-grid small{display:block;color:var(--cc-home-muted);font-size:8px;line-height:1.5;font-weight:700}
.cc-home-story__section--final{padding-top:30px;padding-bottom:90px;background:#fff}.cc-home-story__final-card{position:relative;overflow:hidden;padding:54px 34px;border:1px solid var(--cc-home-line);border-radius:34px;background:linear-gradient(135deg,#eaf8f4 0%,#fff 50%,#fff4df 100%);box-shadow:var(--cc-home-shadow);text-align:center}.cc-home-story__final-card:before{content:"";position:absolute;width:210px;height:210px;right:-70px;top:-90px;border-radius:50%;background:rgba(72,170,146,.09)}.cc-home-story__final-card>p{max-width:620px;margin:0 auto}.cc-home-story__final-card>a{display:inline-flex;align-items:center;justify-content:center;min-height:50px;margin-top:24px;padding:0 24px;border-radius:14px;background:var(--cc-home-mint);color:#fff;font-size:13px;font-weight:900;box-shadow:0 12px 25px rgba(55,138,116,.18)}

@media(max-width:1180px){
  .cc-home-primary__hero{grid-template-columns:minmax(0,1fr) minmax(300px,.78fr);gap:28px}.cc-home-primary__visual{min-height:350px}.cc-home-primary__feature-row{grid-template-columns:1fr}.cc-home-primary__topics{padding:17px}.cc-home-story__problem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-home-story__field-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cc-home-story__field-grid article:nth-child(4),.cc-home-story__field-grid article:nth-child(5){grid-column:auto}.cc-home-discovery .cc-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:760px){
  .cc-home-primary{padding:26px 0 34px}.cc-home-primary__shell,.cc-home-story__inner,.cc-home-discovery>.cc-home-quick,.cc-home-discovery .cc-discovery-inner{width:calc(100% - 28px)}
  .cc-home-primary__hero{display:flex;flex-direction:column;gap:10px}.cc-home-primary__copy{width:100%}.cc-home-primary__eyebrow{min-height:25px;padding:0 9px;font-size:8px}.cc-home-primary__title{margin:10px 0 10px;font-size:clamp(34px,10.8vw,45px);line-height:1.22;letter-spacing:-.045em}.cc-home-primary__lead{margin-bottom:15px;font-size:11px;line-height:1.8}.cc-home-primary__search{min-height:52px;padding:5px 5px 5px 13px;border-radius:15px}.cc-home-primary__search input{height:40px;font-size:11px}.cc-home-primary__search button{height:40px;padding:0 16px;border-radius:11px;font-size:10px}.cc-home-primary__actions{gap:8px;margin-top:9px}.cc-home-primary__action{grid-template-columns:34px 1fr auto;gap:7px;min-height:55px;padding:8px 10px;border-radius:14px}.cc-home-primary__action>span{width:34px;height:34px;border-radius:10px;font-size:16px}.cc-home-primary__action strong{font-size:12px}.cc-home-primary__action b{font-size:13px}.cc-home-primary__meta{margin-top:8px;font-size:7.5px}
  .cc-home-primary__visual{order:-1;align-self:flex-end;width:49%;min-height:0;margin:-15px -3px -105px 0;pointer-events:none}.cc-home-primary__visual-orb{width:100%}.cc-home-primary__visual img{width:100%}
  .cc-home-primary__feature-row{margin-top:22px;gap:10px}.cc-home-primary__feature{grid-template-columns:minmax(0,1fr) 42%;min-height:132px;border-radius:20px}.cc-home-primary__feature-copy{padding:16px 6px 15px 16px}.cc-home-primary__feature-copy>span{padding:4px 7px;font-size:7px}.cc-home-primary__feature-copy h2{margin:7px 0 4px;font-size:16px}.cc-home-primary__feature-copy p{margin-bottom:7px;font-size:8px;line-height:1.55}.cc-home-primary__feature-copy b{font-size:8px}.cc-home-primary__feature-visual img{width:135%;max-width:210px;transform:translate(6px,8px)}.cc-home-primary__topics{padding:13px;border-radius:17px}.cc-home-primary__topics>span{margin-bottom:7px;font-size:7px}.cc-home-primary__topics>div{gap:5px}.cc-home-primary__topics a{padding:6px 7px;border-radius:8px;font-size:8px}
  .cc-home-primary__section-head{margin:23px 0 9px}.cc-home-primary__section-head span{font-size:7px}.cc-home-primary__section-head h2{font-size:18px}.cc-home-primary__section-head>a{font-size:8px}.cc-home-primary__season-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.cc-home-primary__season-card{display:flex;flex-direction:column;align-items:stretch;min-height:142px;padding:8px 6px 6px;border-radius:13px}.cc-home-primary__season-card span{padding:3px 5px;font-size:5.8px}.cc-home-primary__season-card h3{margin:5px 0 2px;font-size:10px}.cc-home-primary__season-card p{font-size:5.8px;white-space:nowrap}.cc-home-primary__season-card img{order:2;align-self:center;width:92px;max-width:100%;height:72px;margin-top:auto}
  .cc-home-discovery{padding-top:3px}.cc-home-discovery>.cc-home-quick{margin-bottom:6px;padding:8px;border-radius:14px}.cc-home-discovery .cc-home-quick__search{min-height:42px}.cc-home-discovery .cc-home-quick__links{gap:4px}.cc-home-discovery .cc-home-quick__links a{padding:5px 7px;font-size:7px}.cc-home-discovery .cc-discovery-section{padding:33px 0}.cc-home-discovery .cc-discovery-head,.cc-home-discovery .cc-home-content-tabs__head{align-items:flex-start;margin-bottom:13px}.cc-home-discovery .cc-discovery-head h2,.cc-home-discovery .cc-home-content-tabs__head h2{font-size:21px}.cc-home-discovery .cc-discovery-head p,.cc-home-discovery .cc-home-content-tabs__head p{font-size:9.5px}.cc-home-discovery .cc-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.cc-home-discovery .cc-home-category-card{min-height:72px;padding:11px;border-radius:13px}.cc-home-discovery .cc-home-category-card span{font-size:10px}.cc-home-discovery .cc-home-category-card small{font-size:7px}
  .cc-home-story__section{padding:48px 0}.cc-home-story__heading{margin-bottom:20px}.cc-home-story__heading h2,.cc-home-story__derive h2,.cc-home-story__final-card h2{margin:9px 0 7px;font-size:24px;line-height:1.42}.cc-home-story__heading p,.cc-home-story__derive-copy>p,.cc-home-story__final-card>p{font-size:9.5px;line-height:1.75}.cc-home-story__kicker{min-height:24px;padding:0 8px;font-size:7px}.cc-home-story__problem-grid{grid-template-columns:1fr 1fr;gap:7px}.cc-home-story__problem-grid article{padding:13px;border-radius:15px}.cc-home-story__problem-grid span{font-size:7px}.cc-home-story__problem-grid h3{margin:6px 0 4px;font-size:12.5px}.cc-home-story__problem-grid p{font-size:10.5px;line-height:1.65}
  .cc-home-story__core-grid{display:flex;gap:8px;overflow-x:auto;margin-right:-14px;padding:2px 14px 8px 0;scroll-snap-type:x proximity;scrollbar-width:none}.cc-home-story__core-grid::-webkit-scrollbar{display:none}.cc-home-story__core-grid article{flex:0 0 82%;padding:17px;border-radius:18px;scroll-snap-align:start}.cc-home-story__core-icon{width:38px;height:38px;margin-bottom:10px;border-radius:12px;font-size:17px}.cc-home-story__core-grid h3{font-size:18px}.cc-home-story__core-grid p{font-size:10.5px}.cc-home-story__core-grid li{font-size:8.5px}
  .cc-home-story__cycle{grid-template-columns:1fr;border-radius:20px}.cc-home-story__cycle article{display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:center;padding:12px 14px;text-align:left}.cc-home-story__cycle article+article{border-left:0;border-top:1px solid var(--cc-home-line)}.cc-home-story__cycle>article>span{width:32px;height:32px;margin:0;border-radius:10px}.cc-home-story__cycle b{margin-bottom:2px;font-size:12.5px}.cc-home-story__cycle p{font-size:9.5px}
  .cc-home-story__derive{grid-template-columns:1fr;gap:18px;padding:20px 15px;border-radius:22px}.cc-home-story__derive-points{margin-top:12px}.cc-home-story__derive-points span{font-size:7px}.cc-home-story__tree{grid-template-columns:1fr auto 1fr auto 1fr;gap:4px;padding:8px;border-radius:15px}.cc-home-story__tree article{min-height:78px;padding:7px 4px;border-radius:11px}.cc-home-story__tree small,.cc-home-story__tree span{font-size:7.4px}.cc-home-story__tree b{margin:4px 0;font-size:9.2px}.cc-home-story__tree i{font-size:12px}
  .cc-home-story__point-grid{display:flex;gap:8px;overflow-x:auto;margin-right:-14px;padding:2px 14px 8px 0;scroll-snap-type:x proximity;scrollbar-width:none}.cc-home-story__point-grid::-webkit-scrollbar{display:none}.cc-home-story__point-grid article{flex:0 0 78%;padding:16px;border-radius:17px;scroll-snap-align:start}.cc-home-story__point-grid h3{font-size:14.5px}.cc-home-story__point-grid p{font-size:10.5px}.cc-home-story__field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.cc-home-story__field-grid article{padding:13px 7px;border-radius:15px}.cc-home-story__field-grid article:last-child{grid-column:1/-1}.cc-home-story__field-grid span{width:32px;height:32px;margin-bottom:7px;border-radius:10px;font-size:8px}.cc-home-story__field-grid b{font-size:10.5px}.cc-home-story__field-grid small{font-size:8.5px}.cc-home-story__section--final{padding-top:18px;padding-bottom:76px}.cc-home-story__final-card{padding:34px 18px;border-radius:23px}.cc-home-story__final-card>a{min-height:44px;margin-top:17px;padding:0 18px;border-radius:12px;font-size:10px}
}

@media(max-width:390px){
  .cc-home-primary__title{font-size:33px}.cc-home-primary__visual{width:47%;margin-bottom:-92px}.cc-home-primary__season-card{min-height:136px}.cc-home-story__problem-grid{grid-template-columns:1fr}.cc-home-story__problem-grid article{display:grid;grid-template-columns:28px 1fr;gap:3px 9px}.cc-home-story__problem-grid article>span{grid-row:1/3}.cc-home-story__problem-grid h3{margin:0}.cc-home-story__problem-grid p{grid-column:2}
}

@media(prefers-reduced-motion:reduce){.cc-home-primary__search button,.cc-home-primary__action,.cc-home-primary__season-card{transition:none}}

/* =========================================================
   v0.8.474 — Home visual parity with supplied CotoCle mock
   Mobile-first refinements; keeps the existing discovery/story
   implementation below the first-view composition.
   ========================================================= */
.cc-home-primary{
  background:
    radial-gradient(circle at -2% 4%,rgba(251,198,199,.42) 0 54px,transparent 55px),
    linear-gradient(180deg,#fffaf3 0%,#fffdf9 52%,#fff 100%);
  padding:34px 0 42px;
}
.cc-home-primary:before{width:340px;height:340px;right:-140px;top:-150px;background:rgba(239,249,244,.78)}
.cc-home-primary:after{display:none}
.cc-home-primary__shell{width:min(1040px,calc(100% - 40px))}
.cc-home-primary__hero{grid-template-columns:minmax(0,1fr) minmax(350px,.82fr);gap:12px 34px;align-items:start}
.cc-home-primary__copy{display:contents}
.cc-home-primary__eyebrow{display:none}
.cc-home-primary__title{grid-column:1;grid-row:1;margin:54px 0 14px;max-width:620px;font-size:clamp(42px,5vw,62px);line-height:1.43;letter-spacing:.025em;color:#282c2b;font-weight:850;position:relative;z-index:2}
.cc-home-primary__title:after{content:"";position:absolute;left:43%;bottom:5px;width:54%;height:10px;border-radius:999px;background:#ffe58b;z-index:-1;opacity:.88}
.cc-home-primary__lead{grid-column:1;grid-row:2;max-width:570px;margin:0 0 24px;color:#737976;font-size:16px;line-height:1.95;font-weight:650;letter-spacing:.035em;position:relative;z-index:2}
.cc-home-primary__visual{grid-column:2;grid-row:1 / span 2;min-height:390px;align-self:start;margin-top:-20px;overflow:hidden;border-radius:54% 0 45% 48% / 46% 0 54% 54%;background:rgba(255,255,255,.78)}
.cc-home-primary__visual-orb{display:none}
.cc-home-primary__visual img{width:116%;max-width:none;margin-left:-8%;margin-top:8px;filter:none}
.cc-home-primary__search{grid-column:1/-1;grid-row:3;max-width:none;width:100%;min-height:70px;margin:2px 0 0;padding:8px 10px 8px 22px;border:1.5px solid #d8ddd9;border-radius:22px;box-shadow:0 8px 22px rgba(48,56,52,.055);background:#fff}
.cc-home-primary__search>span{display:grid;place-items:center;width:34px;height:34px;color:#777e7b;font-size:0}
.cc-home-primary__search>span:before{content:"";width:19px;height:19px;border:2px solid currentColor;border-radius:50%;box-sizing:border-box}
.cc-home-primary__search>span:after{content:"";width:9px;height:2px;background:currentColor;border-radius:2px;transform:translate(10px,-4px) rotate(45deg);transform-origin:left center}
.cc-home-primary__search input{height:50px;font-size:16px;font-weight:650;color:#5d6260;letter-spacing:.02em}
.cc-home-primary__search input::placeholder{color:#8a8e8c;opacity:1}
.cc-home-primary__search button{height:52px;padding:0 27px;border-radius:17px;background:#55b7a3;font-size:16px;letter-spacing:.07em;box-shadow:none}
.cc-home-primary__actions{grid-column:1/-1;grid-row:4;max-width:none;width:100%;gap:22px;margin-top:16px}
.cc-home-primary__action{grid-template-columns:60px 1fr 28px;min-height:94px;padding:13px 21px;border-width:1.5px;border-radius:24px;box-shadow:0 7px 18px rgba(48,56,52,.04)}
.cc-home-primary__action--primary{border-color:#62b9aa;background:linear-gradient(135deg,#e7f8f4 0%,#d8f2eb 100%)}
.cc-home-primary__action--secondary{border-color:#efb847;background:linear-gradient(135deg,#fff8dc 0%,#ffeaaf 100%)}
.cc-home-primary__action>span{width:56px;height:56px;border-radius:18px;background:rgba(255,255,255,.9);font-size:25px;color:#53a995}
.cc-home-primary__action--secondary>span{color:#eab547}
.cc-home-primary__action strong{font-size:20px;letter-spacing:.02em;color:#303432}
.cc-home-primary__action b{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#fff;color:#5f6663;font-size:19px;font-weight:700;line-height:1}
.cc-home-primary__meta{grid-column:1/-1;grid-row:5;justify-content:flex-end;min-height:34px;margin:0 2px 0 0;font-size:13px}
.cc-home-primary__meta span{display:none}
.cc-home-primary__meta span:first-child{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:1.5px dashed #ff6c77;border-radius:999px;background:#fff;color:#f25d68;font-size:13px;font-weight:850;letter-spacing:.02em}
.cc-home-primary__meta span:first-child:before{content:"🎁";font-size:15px}

.cc-home-primary__feature-row{display:flex;flex-direction:column;gap:22px;margin-top:11px}
.cc-home-primary__topics{order:-1;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.cc-home-primary__topics>span{display:none}
.cc-home-primary__topics>div{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.cc-home-primary__topics a{display:flex;align-items:center;justify-content:center;gap:7px;min-height:50px;padding:8px 10px;border:1px solid #e0e3e1;border-radius:999px;background:#fff;color:#2f3331;font-size:13px;font-weight:800;white-space:nowrap;box-shadow:0 3px 9px rgba(52,59,56,.025)}
.cc-home-primary__topics a:before{display:grid;place-items:center;flex:0 0 auto;width:24px;height:24px;font-size:18px;line-height:1;color:#55b19d;font-weight:500}
.cc-home-primary__topics a:nth-child(1):before{content:"✉";color:#ff6d78}
.cc-home-primary__topics a:nth-child(2):before{content:"⚑";color:#58af9b}
.cc-home-primary__topics a:nth-child(3):before{content:"▣";color:#58af9b}
.cc-home-primary__topics a:nth-child(4):before{content:"✂";color:#58af9b}
.cc-home-primary__topics a:nth-child(5):before{content:"●";color:#d5a975;border:2px dotted #d5a975;border-radius:50%;font-size:0;width:19px;height:19px}
.cc-home-primary__topics a:before{display:none!important;content:none!important}
.cc-home-primary__topics a svg{display:block!important;flex:0 0 18px!important;width:18px!important;height:18px!important;fill:none!important;stroke:#58ae9b!important;stroke-width:1.65!important;stroke-linecap:round!important;stroke-linejoin:round!important;overflow:visible!important}
.cc-home-primary__topics a:first-child svg{stroke:#ff6b77!important}
.cc-home-primary__topics a:last-child svg{stroke:#d1a06c!important}
.cc-home-primary__feature{position:relative;grid-template-columns:minmax(0,1.05fr) minmax(260px,.95fr);min-height:245px;border:2px solid #d9e9e4;border-radius:30px;background:linear-gradient(120deg,#f7fdfb 0%,#fffdf8 62%,#fff 100%);box-shadow:0 6px 20px rgba(48,56,52,.035)}
.cc-home-primary__feature-copy{padding:35px 12px 31px 34px}
.cc-home-primary__feature-copy>span{padding:7px 13px;border-radius:999px;background:#4ca78f;color:#fff;font-size:11px;letter-spacing:.06em}
.cc-home-primary__feature-copy h2{margin:13px 0 10px;font-size:31px;line-height:1.45;letter-spacing:.035em;color:#275348}
.cc-home-primary__feature-copy p{font-size:14px;line-height:1.8;color:#6f7774}
.cc-home-primary__feature-copy b{display:none}
.cc-home-primary__feature-visual{position:relative;background:transparent}
.cc-home-primary__feature-visual img{width:128%;max-width:430px;transform:translate(12px,10px)}
.cc-home-primary__feature:after{content:"›";position:absolute;right:24px;bottom:24px;display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#fff;color:#252a28;font-size:38px;font-weight:300;line-height:1;box-shadow:0 3px 12px rgba(48,56,52,.08)}

.cc-home-primary__section-head{margin:34px 0 17px;align-items:center}
.cc-home-primary__section-head>div{display:flex;align-items:center;gap:10px}
.cc-home-primary__section-head>div:before{content:"";display:block;width:26px;height:28px;background:radial-gradient(ellipse at 30% 20%,#f7c84f 0 34%,transparent 35%),radial-gradient(ellipse at 78% 16%,#77b69f 0 26%,transparent 27%),radial-gradient(ellipse at 63% 64%,#efb948 0 30%,transparent 31%);transform:rotate(-18deg)}
.cc-home-primary__section-head span{display:none}
.cc-home-primary__section-head h2{margin:0;font-size:25px;color:#252a28;letter-spacing:.035em}
.cc-home-primary__section-head>a{font-size:13px;color:#7c817f;letter-spacing:.04em}
.cc-home-primary__season-grid{gap:15px}
.cc-home-primary__season-card{display:block;position:relative;min-height:220px;padding:18px 18px 12px;border:1.5px solid #b6d5ec;border-radius:23px;background:#edf8ff;color:#4383b8;overflow:hidden;box-shadow:0 5px 14px rgba(55,70,65,.03)}
.cc-home-primary__season-card:nth-child(2){border-color:#e4c9ea;background:#fff5ef;color:#8462a6}
.cc-home-primary__season-card:nth-child(3){border-color:#efc5c7;background:#fff3ef;color:#e25f65}
.cc-home-primary__season-card span{position:relative;z-index:2;padding:5px 9px;border-radius:999px;background:#fff;font-size:10px;color:inherit}
.cc-home-primary__season-card h3{position:relative;z-index:2;margin:10px 0 3px;font-size:23px;color:inherit;letter-spacing:.025em}
.cc-home-primary__season-card p{position:relative;z-index:2;font-size:11px;color:#59615e;opacity:.88}
.cc-home-primary__season-card img{position:absolute;right:-2px;bottom:-4px;width:62%;height:64%;max-width:none;object-fit:contain;object-position:right bottom}

@media(max-width:760px){
  .cc-home-primary{padding:0 0 26px;background:radial-gradient(circle at -6% 0%,rgba(250,196,198,.44) 0 46px,transparent 47px),linear-gradient(180deg,#fffaf4 0%,#fffdfa 62%,#fff 100%)}
  .cc-home-primary__shell{width:calc(100% - 38px)}
  .cc-home-primary__hero{display:grid;grid-template-columns:minmax(0,1fr) 45%;grid-template-rows:auto auto auto auto auto;gap:0 2px;align-items:start;padding-top:17px}
  .cc-home-primary__copy{display:contents}
  .cc-home-primary__title{grid-column:1/-1;grid-row:1;margin:38px 0 10px;padding-right:4px;font-size:clamp(28px,8.25vw,34px);line-height:1.65;letter-spacing:.035em;max-width:none}
  .cc-home-primary__title:after{left:24%;bottom:8px;width:56%;height:7px}
  .cc-home-primary__lead{grid-column:1/-1;grid-row:2;max-width:68%;margin:0 0 22px;font-size:12px;line-height:1.85;letter-spacing:.035em}
  .cc-home-primary__visual{grid-column:2;grid-row:1 / span 2;width:155%;min-height:0;aspect-ratio:1.06;margin:-18px -55% 0 -38%;align-self:start;border-radius:58% 0 45% 52% / 50% 0 50% 50%;z-index:1;pointer-events:none;background:rgba(255,255,255,.72)}
  .cc-home-primary__visual img{width:119%;margin-left:-11%;margin-top:5px}
  .cc-home-primary__search{grid-column:1/-1;grid-row:3;min-height:58px;margin:0;padding:5px 6px 5px 15px;border-radius:17px;z-index:3}
  .cc-home-primary__search>span{width:29px;height:29px}
  .cc-home-primary__search>span:before{width:17px;height:17px;border-width:1.8px}.cc-home-primary__search>span:after{width:8px;height:1.8px;transform:translate(9px,-4px) rotate(45deg)}
  .cc-home-primary__search input{height:46px;font-size:12.5px;padding-left:2px}
  .cc-home-primary__search button{height:46px;padding:0 20px;border-radius:14px;font-size:13px}
  .cc-home-primary__actions{grid-column:1/-1;grid-row:4;gap:11px;margin-top:13px;z-index:3}
  .cc-home-primary__action{grid-template-columns:42px 1fr 23px;gap:7px;min-height:65px;padding:8px 11px;border-radius:17px}
  .cc-home-primary__action>span{width:40px;height:40px;border-radius:12px;font-size:19px}.cc-home-primary__action strong{font-size:13.5px;white-space:nowrap}.cc-home-primary__action b{width:23px;height:23px;font-size:16px}
  .cc-home-primary__meta{grid-column:1/-1;grid-row:5;min-height:28px;margin-top:-2px;margin-right:0;font-size:9px}
  .cc-home-primary__meta span:first-child{padding:5px 9px;font-size:9.5px;border-width:1px}.cc-home-primary__meta span:first-child:before{font-size:11px}
  .cc-home-primary__feature-row{gap:16px;margin-top:5px}
  .cc-home-primary__topics>div{gap:5px;margin-left:-3px;margin-right:-3px}
  .cc-home-primary__topics a{gap:4px;min-height:38px;padding:5px 4px;border-radius:999px;font-size:9.4px;letter-spacing:0}
  .cc-home-primary__topics a:before{width:17px;height:17px;font-size:13px}.cc-home-primary__topics a:nth-child(5):before{width:14px;height:14px}
  .cc-home-primary__feature{grid-template-columns:minmax(0,1.03fr) minmax(128px,.97fr);min-height:152px;border-radius:19px}
  .cc-home-primary__feature-copy{padding:18px 5px 16px 17px}
  .cc-home-primary__feature-copy>span{padding:4px 8px;font-size:8px}
  .cc-home-primary__feature-copy h2{margin:8px 0 6px;font-size:18px;line-height:1.45}
  .cc-home-primary__feature-copy p{margin:0;font-size:9.5px;line-height:1.65}
  .cc-home-primary__feature-visual img{width:146%;max-width:245px;transform:translate(9px,7px)}
  .cc-home-primary__feature:after{right:10px;bottom:10px;width:31px;height:31px;font-size:26px}
  .cc-home-primary__section-head{margin:23px 0 11px}.cc-home-primary__section-head>div{gap:6px}.cc-home-primary__section-head>div:before{width:18px;height:20px}.cc-home-primary__section-head h2{font-size:16px}.cc-home-primary__section-head>a{font-size:9px}
  .cc-home-primary__season-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
  .cc-home-primary__season-card{min-height:135px;padding:9px 8px 6px;border-radius:14px}
  .cc-home-primary__season-card span{padding:3px 5px;font-size:6.5px}.cc-home-primary__season-card h3{margin:6px 0 2px;font-size:13px}.cc-home-primary__season-card p{font-size:6.6px;white-space:nowrap}.cc-home-primary__season-card img{right:-4px;bottom:-2px;width:75%;height:57%}
}

@media(max-width:390px){
  .cc-home-primary__shell{width:calc(100% - 30px)}
  .cc-home-primary__title{font-size:28px;line-height:1.62;margin-top:34px}
  .cc-home-primary__lead{max-width:67%;font-size:11.2px}
  .cc-home-primary__visual{width:150%;margin-right:-51%;margin-left:-34%}
  .cc-home-primary__action strong{font-size:12.5px}
  .cc-home-primary__topics a{font-size:8.7px}.cc-home-primary__topics a:before{font-size:12px}
  .cc-home-primary__season-card h3{font-size:12px}
}

/* Home-only bottom navigation parity. The legacy CotoCle top header is retired. */
@media(max-width:1180px){
  body.cc-home-page{--cc-mobile-bottom-h:66px}
  body.cc-home-page .cc-mobile-app-bottom{
    left:14px!important;right:14px!important;bottom:max(10px,env(safe-area-inset-bottom,0px))!important;height:66px!important;
    border:1px solid #f0f0ed!important;border-radius:28px!important;background:#fff!important;
    box-shadow:0 8px 26px rgba(42,48,45,.11)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important
  }
  body.cc-home-page .cc-mobile-app-navitem{gap:3px!important;padding:9px 2px 5px!important;color:#626865!important;font-size:9.5px!important;font-weight:750!important}
  body.cc-home-page .cc-mobile-app-navitem svg{width:23px!important;height:23px!important;stroke-width:1.8!important}
  body.cc-home-page .cc-mobile-app-navitem.is-active{color:#fb6270!important}
  body.cc-home-page .cc-mobile-app-navitem.is-active:after{display:none!important}
  body.cc-home-page .cc-mobile-app-navitem--submit{color:#5f6462!important;padding-top:1px!important}
  body.cc-home-page .cc-mobile-app-navitem--submit .cc-mobile-app-submit-circle{
    width:48px!important;height:48px!important;margin-top:-25px!important;border:3px solid #fff!important;
    background:#fb6573!important;color:#fff!important;box-shadow:0 5px 15px rgba(232,74,94,.22)!important
  }
  body.cc-home-page .cc-mobile-app-navitem--submit .cc-mobile-app-submit-circle svg{width:27px!important;height:27px!important;stroke-width:2!important}
  body.cc-home-page .cc-mobile-app-navitem--submit span:last-child{margin-top:0!important}
}
.cc-home-primary__action>span svg{display:block;width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:760px){.cc-home-primary__action>span svg{width:25px;height:25px}}


/* =========================================================
   v0.8.475 — supplied mobile-reference parity lock
   The actual Android capture is the calibration target.
   ========================================================= */
@media(max-width:760px){
  body.cc-home-page{-webkit-text-size-adjust:100%!important;text-size-adjust:100%!important;background:#fffdfa!important;}
  body.cc-home-page .cc-home-canonical{overflow-x:hidden!important;background:#fffdfa!important;-webkit-text-size-adjust:100%!important;text-size-adjust:100%!important;}
  body.cc-home-page .cc-home-primary{
    padding:0 0 18px!important;
    background:radial-gradient(circle at -7% 0%,rgba(250,196,198,.42) 0 34px,transparent 35px),linear-gradient(180deg,#fffaf4 0%,#fffdfa 72%,#fff 100%)!important;
  }
  body.cc-home-page .cc-home-primary:before{width:210px!important;height:210px!important;right:-94px!important;top:-94px!important;background:rgba(237,248,243,.86)!important;}
  body.cc-home-page .cc-home-primary__shell{width:calc(100% - 30px)!important;}
  body.cc-home-page .cc-home-primary__hero{
    display:grid!important;grid-template-columns:58% 42%!important;grid-template-rows:auto auto auto auto auto!important;
    gap:0!important;align-items:start!important;padding-top:0!important;
  }
  body.cc-home-page .cc-home-primary__copy{display:contents!important;}
  body.cc-home-page .cc-home-primary__title{
    grid-column:1/-1!important;grid-row:1!important;z-index:3!important;width:74%!important;max-width:none!important;
    margin:24px 0 3px!important;padding:0!important;color:#292d2b!important;
    font-family:system-ui,-apple-system,"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif!important;
    font-size:23px!important;line-height:1.55!important;font-weight:850!important;letter-spacing:.015em!important;
  }
  body.cc-home-page .cc-home-primary__title:after{left:31%!important;bottom:4px!important;width:62%!important;height:5px!important;background:#ffe28a!important;opacity:.92!important;}
  body.cc-home-page .cc-home-primary__lead{
    grid-column:1/-1!important;grid-row:2!important;z-index:3!important;max-width:58%!important;
    margin:0 0 10px!important;color:#747a77!important;font-size:9.6px!important;line-height:1.72!important;font-weight:650!important;letter-spacing:.025em!important;
  }
  body.cc-home-page .cc-home-primary__visual{
    grid-column:2!important;grid-row:1/span 2!important;z-index:1!important;align-self:start!important;
    width:132%!important;min-height:0!important;aspect-ratio:1.28!important;margin:-1px -31% 0 -7%!important;
    overflow:hidden!important;border-radius:57% 0 46% 50% / 49% 0 52% 52%!important;background:#fff!important;pointer-events:none!important;
  }
  body.cc-home-page .cc-home-primary__visual img{width:116%!important;max-width:none!important;margin:-1% 0 0 -7%!important;filter:none!important;}

  body.cc-home-page .cc-home-primary__search{
    grid-column:1/-1!important;grid-row:3!important;z-index:4!important;width:100%!important;min-height:40px!important;height:40px!important;
    margin:2px 0 0!important;padding:3px 4px 3px 10px!important;border:1px solid #d6dcda!important;border-radius:13px!important;background:#fff!important;box-shadow:0 4px 12px rgba(48,56,52,.045)!important;
  }
  body.cc-home-page .cc-home-primary__search>span{width:22px!important;height:22px!important;}
  body.cc-home-page .cc-home-primary__search>span:before{width:13px!important;height:13px!important;border-width:1.6px!important;}
  body.cc-home-page .cc-home-primary__search>span:after{width:6px!important;height:1.5px!important;transform:translate(7px,-3px) rotate(45deg)!important;}
  body.cc-home-page .cc-home-primary__search input{height:32px!important;min-height:0!important;padding:0 2px!important;font-size:9.7px!important;line-height:1!important;font-weight:650!important;letter-spacing:.01em!important;}
  body.cc-home-page .cc-home-primary__search button{height:32px!important;min-height:0!important;padding:0 15px!important;border-radius:10px!important;background:#55b7a3!important;font-size:10px!important;line-height:1!important;letter-spacing:.05em!important;}

  body.cc-home-page .cc-home-primary__actions{grid-column:1/-1!important;grid-row:4!important;gap:10px!important;width:100%!important;margin-top:14px!important;}
  body.cc-home-page .cc-home-primary__action{grid-template-columns:34px 1fr 19px!important;gap:6px!important;min-height:58px!important;height:58px!important;padding:6px 8px!important;border-width:1px!important;border-radius:14px!important;box-shadow:0 3px 10px rgba(48,56,52,.03)!important;}
  body.cc-home-page .cc-home-primary__action--primary{border-color:#5db6a6!important;background:linear-gradient(135deg,#e8f8f4,#daf2eb)!important;}
  body.cc-home-page .cc-home-primary__action--secondary{border-color:#efb747!important;background:linear-gradient(135deg,#fff7d9,#ffebaf)!important;}
  body.cc-home-page .cc-home-primary__action>span{width:32px!important;height:32px!important;border-radius:10px!important;background:rgba(255,255,255,.92)!important;}
  body.cc-home-page .cc-home-primary__action>span svg{width:21px!important;height:21px!important;stroke-width:2!important;}
  body.cc-home-page .cc-home-primary__action strong{font-size:10.8px!important;line-height:1!important;font-weight:850!important;letter-spacing:.01em!important;white-space:nowrap!important;}
  body.cc-home-page .cc-home-primary__action b{width:19px!important;height:19px!important;font-size:13px!important;line-height:1!important;}
  body.cc-home-page .cc-home-primary__meta{grid-column:1/-1!important;grid-row:5!important;justify-content:flex-end!important;align-items:center!important;align-items:flex-start!important;min-height:34px!important;margin:0!important;}
  body.cc-home-page .cc-home-primary__meta span:first-child{padding:3px 11px!important;border-width:1px!important;font-size:8.2px!important;transform:translate(-12px,-3px)!important;line-height:1!important;letter-spacing:.015em!important;}
  body.cc-home-page .cc-home-primary__meta span:first-child:before{font-size:9px!important;}

  body.cc-home-page .cc-home-primary__feature-row{display:flex!important;flex-direction:column!important;gap:18px!important;margin-top:0!important;}
  body.cc-home-page .cc-home-primary__topics{order:-1!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;}
  body.cc-home-page .cc-home-primary__topics>div{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:4px!important;margin:0 -1px!important;}
  body.cc-home-page .cc-home-primary__topics a{gap:2px!important;min-width:0!important;min-height:27px!important;height:27px!important;padding:3px 2px!important;border:1px solid #e0e2e1!important;border-radius:999px!important;background:#fff!important;color:#303432!important;font-size:7.3px!important;line-height:1!important;font-weight:800!important;white-space:nowrap!important;box-shadow:0 2px 7px rgba(52,59,56,.02)!important;}
  body.cc-home-page .cc-home-primary__topics a:before{width:12px!important;height:12px!important;font-size:10px!important;line-height:1!important;}
  body.cc-home-page .cc-home-primary__topics a:nth-child(5):before{width:10px!important;height:10px!important;border-width:1px!important;}

  body.cc-home-page .cc-home-primary__feature{grid-template-columns:minmax(0,1.07fr) minmax(112px,.93fr)!important;min-height:118px!important;height:118px!important;border:1px solid #d8e8e3!important;border-radius:16px!important;background:linear-gradient(115deg,#f8fcfa 0%,#fffdf8 58%,#fff 100%)!important;box-shadow:0 3px 10px rgba(48,56,52,.025)!important;}
  body.cc-home-page .cc-home-primary__feature-copy{align-self:center!important;padding:10px 2px 9px 11px!important;}
  body.cc-home-page .cc-home-primary__feature-copy>span{padding:3px 6px!important;border-radius:999px!important;background:#4ba38c!important;color:#fff!important;font-size:6.7px!important;line-height:1!important;font-weight:900!important;letter-spacing:.025em!important;}
  body.cc-home-page .cc-home-primary__feature-copy h2{margin:6px 0 3px!important;color:#2a564b!important;font-size:13.6px!important;line-height:1.38!important;font-weight:850!important;letter-spacing:.02em!important;}
  body.cc-home-page .cc-home-primary__feature-copy p{margin:0!important;color:#717875!important;font-size:6.8px!important;line-height:1.45!important;font-weight:600!important;}
  body.cc-home-page .cc-home-primary__feature-copy b{display:none!important;}
  body.cc-home-page .cc-home-primary__feature-visual{overflow:hidden!important;background:transparent!important;}
  body.cc-home-page .cc-home-primary__feature-visual img{width:118%!important;max-width:165px!important;transform:translate(4px,0)!important;}
  body.cc-home-page .cc-home-primary__feature:after{right:8px!important;bottom:8px!important;width:25px!important;height:25px!important;font-size:21px!important;box-shadow:0 2px 8px rgba(48,56,52,.07)!important;}

  body.cc-home-page .cc-home-primary__section-head{margin:14px 0 7px!important;align-items:center!important;}
  body.cc-home-page .cc-home-primary__section-head>div{gap:5px!important;}
  body.cc-home-page .cc-home-primary__section-head>div:before{width:15px!important;height:16px!important;}
  body.cc-home-page .cc-home-primary__section-head h2{font-size:12px!important;line-height:1!important;font-weight:850!important;letter-spacing:.02em!important;}
  body.cc-home-page .cc-home-primary__section-head>a{font-size:7.3px!important;line-height:1!important;font-weight:800!important;color:#777e7b!important;}
  body.cc-home-page .cc-home-primary__season-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;}
  body.cc-home-page .cc-home-primary__season-card{display:block!important;position:relative!important;min-height:96px!important;height:96px!important;padding:7px 7px 5px!important;border-width:1px!important;border-radius:12px!important;overflow:hidden!important;box-shadow:0 2px 8px rgba(55,70,65,.025)!important;}
  body.cc-home-page .cc-home-primary__season-card span{padding:2px 4px!important;font-size:5.2px!important;line-height:1!important;border-radius:999px!important;}
  body.cc-home-page .cc-home-primary__season-card h3{margin:5px 0 2px!important;font-size:10px!important;line-height:1.18!important;font-weight:900!important;letter-spacing:.01em!important;white-space:normal!important;color:inherit!important;}
  body.cc-home-page .cc-home-primary__season-card p{margin:0!important;font-size:5.2px!important;line-height:1.15!important;white-space:nowrap!important;color:#59615e!important;}
  body.cc-home-page .cc-home-primary__season-card img{right:-3px!important;bottom:-3px!important;width:72%!important;height:55%!important;max-width:none!important;object-fit:contain!important;object-position:right bottom!important;}

  /* The reference has one search field in the first view. The discovery search below must not become a second sticky bar. */
  body.cc-home-page .cc-home-discovery>.cc-home-quick{display:none!important;position:static!important;}
}

@media(max-width:390px){
  body.cc-home-page .cc-home-primary__shell{width:calc(100% - 26px)!important;}
  body.cc-home-page .cc-home-primary__title{font-size:21.5px!important;width:77%!important;margin-top:22px!important;}
  body.cc-home-page .cc-home-primary__lead{font-size:9px!important;max-width:60%!important;}
  body.cc-home-page .cc-home-primary__visual{width:130%!important;margin-right:-29%!important;margin-left:-6%!important;}
  body.cc-home-page .cc-home-primary__action strong{font-size:10.1px!important;}
  body.cc-home-page .cc-home-primary__topics a{font-size:6.8px!important;}
  body.cc-home-page .cc-home-primary__feature-copy h2{font-size:12.8px!important;}
  body.cc-home-page .cc-home-primary__season-card h3{font-size:9.3px!important;}
}


/* =========================================================
   v0.8.482 — generated-reference mobile parity
   Calibration target: 5697.png / 400–470 CSS px portrait.
   This final block intentionally overrides prior mobile locks.
   ========================================================= */
@media(max-width:760px){
  body.cc-home-page{-webkit-text-size-adjust:100%!important;text-size-adjust:100%!important;background:#fffdfa!important;}
  body.cc-home-page .cc-home-primary{
    padding:0 0 22px!important;
    background:
      radial-gradient(circle at -5% 1%,rgba(250,196,198,.43) 0 44px,transparent 45px),
      linear-gradient(180deg,#fffaf4 0%,#fffdfa 74%,#fff 100%)!important;
  }
  body.cc-home-page .cc-home-primary:before{width:210px!important;height:210px!important;right:-88px!important;top:-92px!important;background:rgba(239,249,244,.78)!important;}
  body.cc-home-page .cc-home-primary__shell{width:calc(100% - 48px)!important;max-width:470px!important;}
  body.cc-home-page .cc-home-primary__hero{display:block!important;position:relative!important;padding-top:46px!important;}
  body.cc-home-page .cc-home-primary__copy{display:block!important;position:relative!important;z-index:2!important;}
  body.cc-home-page .cc-home-primary__eyebrow{display:none!important;}
  body.cc-home-page .cc-home-primary__title{
    position:relative!important;z-index:3!important;width:94%!important;max-width:none!important;
    margin:0 0 8px!important;padding:0!important;color:#292d2b!important;
    font-family:system-ui,-apple-system,"Noto Sans JP","Noto Sans CJK JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif!important;
    font-size:clamp(23px,5.4vw,25.5px)!important;line-height:1.43!important;font-weight:900!important;letter-spacing:.018em!important;
  }
  body.cc-home-page .cc-home-primary__title:after{left:23%!important;bottom:2px!important;width:49%!important;height:5px!important;border-radius:999px!important;background:#ffe28a!important;opacity:.95!important;}
  body.cc-home-page .cc-home-primary__lead{
    position:relative!important;z-index:3!important;max-width:57%!important;margin:0 0 25px!important;
    color:#737a77!important;font-size:11.5px!important;line-height:1.82!important;font-weight:650!important;letter-spacing:.035em!important;
  }
  body.cc-home-page .cc-home-primary__visual{
    position:absolute!important;z-index:1!important;right:-29px!important;top:0!important;display:grid!important;place-items:end center!important;
    width:58%!important;min-height:0!important;aspect-ratio:1.05!important;margin:0!important;overflow:hidden!important;
    border-radius:58% 0 45% 51% / 50% 0 51% 52%!important;background:rgba(255,255,255,.82)!important;pointer-events:none!important;
  }
  body.cc-home-page .cc-home-primary__visual-orb{display:none!important;}
  body.cc-home-page .cc-home-primary__visual img{width:122%!important;max-width:none!important;height:auto!important;margin:0 -6% -1% 0!important;filter:none!important;transform:none!important;}

  body.cc-home-page .cc-home-primary__search{
    position:relative!important;z-index:4!important;display:grid!important;grid-template-columns:28px minmax(0,1fr) auto!important;gap:7px!important;
    width:100%!important;max-width:none!important;min-height:0!important;height:48px!important;margin:0!important;padding:4px 5px 4px 12px!important;
    border:1px solid #d7dcda!important;border-radius:16px!important;background:#fff!important;box-shadow:0 4px 13px rgba(48,56,52,.05)!important;
  }
  body.cc-home-page .cc-home-primary__search>span{display:block!important;position:relative!important;width:24px!important;height:24px!important;color:#777e7b!important;font-size:0!important;}
  body.cc-home-page .cc-home-primary__search>span:before{content:""!important;position:absolute!important;left:1px!important;top:2px!important;width:15px!important;height:15px!important;border:1.7px solid currentColor!important;border-radius:50%!important;box-sizing:border-box!important;}
  body.cc-home-page .cc-home-primary__search>span:after{content:""!important;position:absolute!important;left:14px!important;top:17px!important;width:7px!important;height:1.7px!important;background:currentColor!important;border-radius:2px!important;transform:rotate(45deg)!important;transform-origin:left center!important;}
  body.cc-home-page .cc-home-primary__search input{height:38px!important;min-height:0!important;padding:0!important;border:0!important;font-size:12px!important;line-height:1!important;font-weight:650!important;letter-spacing:.018em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  body.cc-home-page .cc-home-primary__search input::placeholder{color:#808684!important;opacity:1!important;}
  body.cc-home-page .cc-home-primary__search button{height:38px!important;min-height:0!important;padding:0 16px!important;border-radius:13px!important;background:#55b7a3!important;font-size:11.5px!important;line-height:1!important;font-weight:850!important;letter-spacing:.06em!important;box-shadow:none!important;}

  body.cc-home-page .cc-home-primary__actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:12px!important;width:100%!important;max-width:none!important;margin-top:14px!important;}
  body.cc-home-page .cc-home-primary__action{display:grid!important;grid-template-columns:42px minmax(0,1fr) 22px!important;gap:7px!important;min-width:0!important;width:100%!important;height:66px!important;min-height:66px!important;padding:8px 10px!important;border-width:1px!important;border-radius:16px!important;overflow:hidden!important;box-shadow:0 3px 10px rgba(48,56,52,.025)!important;}
  body.cc-home-page .cc-home-primary__action--primary{border-color:#59b7a6!important;background:linear-gradient(135deg,#e8f8f4 0%,#d9f2eb 100%)!important;}
  body.cc-home-page .cc-home-primary__action--secondary{border-color:#efb642!important;background:linear-gradient(135deg,#fff8dc 0%,#ffecb5 100%)!important;}
  body.cc-home-page .cc-home-primary__action>span{display:grid!important;place-items:center!important;width:40px!important;height:40px!important;border-radius:13px!important;background:rgba(255,255,255,.94)!important;}
  body.cc-home-page .cc-home-primary__action>span svg{display:block!important;width:27px!important;height:27px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
  body.cc-home-page .cc-home-primary__action strong{min-width:0!important;color:#272c2a!important;font-size:14px!important;line-height:1.12!important;font-weight:900!important;letter-spacing:.01em!important;white-space:nowrap!important;}
  body.cc-home-page .cc-home-primary__action b{display:grid!important;place-items:center!important;width:22px!important;height:22px!important;border-radius:50%!important;background:#fff!important;color:#4d5551!important;font-size:16px!important;line-height:1!important;font-weight:600!important;}
  body.cc-home-page .cc-home-primary__meta{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important;min-height:35px!important;margin:0!important;padding:0!important;align-items:start!important;}
  body.cc-home-page .cc-home-primary__meta span{display:none!important;}
  body.cc-home-page .cc-home-primary__meta span:first-child{display:inline-flex!important;grid-column:2!important;justify-self:end!important;align-items:center!important;gap:5px!important;margin-top:-2px!important;padding:5px 11px!important;border:1px dashed #ff6875!important;border-radius:999px!important;background:#fff!important;color:#f05e6b!important;font-size:9.4px!important;line-height:1!important;font-weight:900!important;letter-spacing:.015em!important;transform:none!important;white-space:nowrap!important;}
  body.cc-home-page .cc-home-primary__meta span:first-child:before{content:"🎁"!important;font-size:11px!important;line-height:1!important;}

  body.cc-home-page .cc-home-primary__feature-row{display:flex!important;flex-direction:column!important;gap:18px!important;margin-top:0!important;}
  body.cc-home-page .cc-home-primary__topics{order:-1!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;}
  body.cc-home-page .cc-home-primary__topics>span{display:none!important;}
  body.cc-home-page .cc-home-primary__topics>div{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:5px!important;margin:0 -1px!important;}
  body.cc-home-page .cc-home-primary__topics a{display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;min-width:0!important;height:31px!important;min-height:31px!important;padding:3px 4px!important;border:1px solid #e0e2e1!important;border-radius:999px!important;background:#fff!important;color:#252a28!important;font-size:clamp(8.2px,2.1vw,10px)!important;line-height:1!important;font-weight:850!important;white-space:nowrap!important;box-shadow:0 2px 6px rgba(52,59,56,.02)!important;}
  body.cc-home-page .cc-home-primary__topics a:before{display:none!important;content:none!important;}
  body.cc-home-page .cc-home-primary__topics a svg{display:block!important;flex:0 0 15px!important;width:15px!important;height:15px!important;fill:none!important;stroke:#58ae9b!important;stroke-width:1.6!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
  body.cc-home-page .cc-home-primary__topics a:first-child svg{stroke:#ff6b77!important;}
  body.cc-home-page .cc-home-primary__topics a:last-child svg{stroke:#d1a06c!important;}
  body.cc-home-page .cc-home-primary__topics a span{min-width:0!important;overflow:hidden!important;text-overflow:clip!important;}

  body.cc-home-page .cc-home-primary__feature{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(128px,.92fr)!important;width:100%!important;height:136px!important;min-height:136px!important;border:1px solid #d4e7e1!important;border-radius:17px!important;background:linear-gradient(115deg,#f6fcfa 0%,#fffdf8 58%,#fff 100%)!important;box-shadow:0 3px 10px rgba(48,56,52,.025)!important;overflow:hidden!important;}
  body.cc-home-page .cc-home-primary__feature-copy{align-self:center!important;padding:11px 2px 10px 12px!important;}
  body.cc-home-page .cc-home-primary__feature-copy>span{display:inline-flex!important;padding:4px 7px!important;border-radius:999px!important;background:#4ba38c!important;color:#fff!important;font-size:7.5px!important;line-height:1!important;font-weight:900!important;letter-spacing:.04em!important;}
  body.cc-home-page .cc-home-primary__feature-copy h2{margin:7px 0 4px!important;color:#28564b!important;font-size:clamp(15px,3.7vw,17.5px)!important;line-height:1.38!important;font-weight:900!important;letter-spacing:.025em!important;}
  body.cc-home-page .cc-home-primary__feature-copy p{margin:0!important;color:#717875!important;font-size:7.7px!important;line-height:1.52!important;font-weight:650!important;}
  body.cc-home-page .cc-home-primary__feature-copy b{display:none!important;}
  body.cc-home-page .cc-home-primary__feature-visual{display:grid!important;place-items:center!important;overflow:hidden!important;background:transparent!important;}
  body.cc-home-page .cc-home-primary__feature-visual img{display:block!important;width:124%!important;max-width:190px!important;height:auto!important;transform:translate(6px,1px)!important;}
  body.cc-home-page .cc-home-primary__feature:after{content:"›"!important;right:9px!important;bottom:9px!important;width:27px!important;height:27px!important;border-radius:50%!important;background:#fff!important;color:#202523!important;font-size:23px!important;font-weight:300!important;line-height:1!important;box-shadow:0 2px 8px rgba(48,56,52,.07)!important;}

  body.cc-home-page .cc-home-primary__section-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin:22px 0 9px!important;}
  body.cc-home-page .cc-home-primary__section-head>div{display:flex!important;align-items:center!important;gap:7px!important;}
  body.cc-home-page .cc-home-primary__section-head>div:before{width:17px!important;height:18px!important;}
  body.cc-home-page .cc-home-primary__section-head span{display:none!important;}
  body.cc-home-page .cc-home-primary__section-head h2{margin:0!important;color:#252a28!important;font-size:15px!important;line-height:1!important;font-weight:900!important;letter-spacing:.025em!important;}
  body.cc-home-page .cc-home-primary__section-head>a{color:#757c79!important;font-size:8.4px!important;line-height:1!important;font-weight:850!important;letter-spacing:.02em!important;}
  body.cc-home-page .cc-home-primary__season-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;}
  body.cc-home-page .cc-home-primary__season-card{display:block!important;position:relative!important;width:100%!important;height:110px!important;min-height:110px!important;padding:8px 8px 6px!important;border-width:1px!important;border-radius:13px!important;overflow:hidden!important;box-shadow:0 2px 8px rgba(55,70,65,.025)!important;}
  body.cc-home-page .cc-home-primary__season-card span{position:relative!important;z-index:2!important;display:inline-flex!important;padding:3px 5px!important;border-radius:999px!important;background:#fff!important;font-size:5.8px!important;line-height:1!important;font-weight:900!important;}
  body.cc-home-page .cc-home-primary__season-card h3{position:relative!important;z-index:2!important;margin:6px 0 2px!important;font-size:13.2px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:.01em!important;white-space:normal!important;color:inherit!important;}
  body.cc-home-page .cc-home-primary__season-card p{position:relative!important;z-index:2!important;margin:0!important;font-size:5.7px!important;line-height:1.2!important;font-weight:650!important;white-space:nowrap!important;color:#59615e!important;}
  body.cc-home-page .cc-home-primary__season-card img{position:absolute!important;right:-3px!important;bottom:-3px!important;width:78%!important;height:60%!important;max-width:none!important;object-fit:contain!important;object-position:right bottom!important;}

  body.cc-home-page .cc-home-discovery>.cc-home-quick{display:none!important;position:static!important;}
}

@media(max-width:390px){
  body.cc-home-page .cc-home-primary__shell{width:calc(100% - 40px)!important;}
  body.cc-home-page .cc-home-primary__hero{padding-top:41px!important;}
  body.cc-home-page .cc-home-primary__title{width:96%!important;font-size:23px!important;letter-spacing:.008em!important;}
  body.cc-home-page .cc-home-primary__lead{max-width:60%!important;font-size:10.8px!important;margin-bottom:22px!important;}
  body.cc-home-page .cc-home-primary__visual{right:-26px!important;width:59%!important;}
  body.cc-home-page .cc-home-primary__action{grid-template-columns:38px minmax(0,1fr) 20px!important;gap:5px!important;padding-left:8px!important;padding-right:8px!important;}
  body.cc-home-page .cc-home-primary__action>span{width:37px!important;height:37px!important;}
  body.cc-home-page .cc-home-primary__action>span svg{width:24px!important;height:24px!important;}
  body.cc-home-page .cc-home-primary__action strong{font-size:12.8px!important;}
  body.cc-home-page .cc-home-primary__topics a{font-size:8.1px!important;gap:3px!important;padding-left:2px!important;padding-right:2px!important;}
  body.cc-home-page .cc-home-primary__topics a svg{width:14px!important;height:14px!important;flex-basis:14px!important;}
  body.cc-home-page .cc-home-primary__feature-copy h2{font-size:14.8px!important;}
  body.cc-home-page .cc-home-primary__season-card h3{font-size:10.8px!important;}
}


/* =========================================================
   v0.8.487 — viewport-safe Home parity / THE THOR isolation
   Keep the canonical Home in the original document order,
   but let it escape any THE THOR content-width wrapper.
   ========================================================= */
body.cc-home-page{overflow-x:hidden!important;}
body.cc-home-page .cc-home-canonical{
  position:relative!important;
  left:50%!important;
  width:100vw!important;
  max-width:100vw!important;
  margin-left:-50vw!important;
  margin-right:-50vw!important;
  overflow-x:clip!important;
}
body.cc-home-page .cc-home-primary__title>span{white-space:nowrap!important;}

/* =========================================================
   v0.8.501 — restore supplied 5697.png top-page parity
   Keep v0.8.482 mobile calibration as the final authority.
   ========================================================= */

/* =========================================================
   v0.8.502 — critical reference lock also ships in home.css.
   The same rules are inlined from home-critical.css by PHP so stale
   browser/CDN CSS cannot leave the front page in an older layout.
   ========================================================= */
@media(max-width:420px){
  body.cc-home-page .cc-home-primary__shell{width:89.75vw!important;max-width:none!important}
  body.cc-home-page .cc-home-primary__hero{padding-top:9.83vw!important}
  body.cc-home-page .cc-home-primary__title{width:100%!important;margin-bottom:1.7vw!important;font-size:5.45vw!important;line-height:1.43!important}
  body.cc-home-page .cc-home-primary__lead{max-width:57%!important;margin-bottom:5.34vw!important;font-size:2.46vw!important}
  body.cc-home-page .cc-home-primary__visual{right:-6.2vw!important;width:55%!important}
  body.cc-home-page .cc-home-primary__search{grid-template-columns:5.98vw minmax(0,1fr) auto!important;gap:1.5vw!important;height:10.26vw!important;padding:.85vw 1.07vw .85vw 2.56vw!important;border-radius:3.42vw!important}
  body.cc-home-page .cc-home-primary__search input{height:8.12vw!important;font-size:2.56vw!important}
  body.cc-home-page .cc-home-primary__search button{height:8.12vw!important;padding:0 3.42vw!important;border-radius:2.78vw!important;font-size:2.46vw!important}
  body.cc-home-page .cc-home-primary__actions{gap:2.56vw!important;margin-top:2.99vw!important}
  body.cc-home-page .cc-home-primary__action{grid-template-columns:8.55vw minmax(0,1fr) 4.7vw!important;gap:1.5vw!important;height:14.1vw!important;min-height:14.1vw!important;padding:1.71vw 2.14vw!important;border-radius:3.42vw!important}
  body.cc-home-page .cc-home-primary__action>span{width:8.55vw!important;height:8.55vw!important;border-radius:2.78vw!important}
  body.cc-home-page .cc-home-primary__action>span svg{width:5.77vw!important;height:5.77vw!important}
  body.cc-home-page .cc-home-primary__action strong{font-size:2.99vw!important}
  body.cc-home-page .cc-home-primary__action b{width:4.7vw!important;height:4.7vw!important;font-size:3.42vw!important}
  body.cc-home-page .cc-home-primary__meta{min-height:7.48vw!important}
  body.cc-home-page .cc-home-primary__meta span:first-child{padding:1.07vw 2.35vw!important;font-size:2.01vw!important}
  body.cc-home-page .cc-home-primary__feature-row{gap:3.85vw!important}
  body.cc-home-page .cc-home-primary__topics>div{gap:1.07vw!important}
  body.cc-home-page .cc-home-primary__topics a{gap:.85vw!important;height:6.62vw!important;min-height:6.62vw!important;padding:.64vw .85vw!important;font-size:2.14vw!important}
  body.cc-home-page .cc-home-primary__topics a svg{flex-basis:3.21vw!important;width:3.21vw!important;height:3.21vw!important}
  body.cc-home-page .cc-home-primary__feature{grid-template-columns:minmax(0,1.08fr) minmax(27.35vw,.92fr)!important;height:29.06vw!important;min-height:29.06vw!important;border-radius:3.63vw!important}
  body.cc-home-page .cc-home-primary__feature-copy h2{font-size:3.2vw!important}
  body.cc-home-page .cc-home-primary__feature-copy p{font-size:1.65vw!important}
  body.cc-home-page .cc-home-primary__section-head{margin:4.7vw 0 1.92vw!important}
  body.cc-home-page .cc-home-primary__section-head h2{font-size:3.21vw!important}
  body.cc-home-page .cc-home-primary__section-head>a{font-size:1.79vw!important}
  body.cc-home-page .cc-home-primary__season-grid{gap:1.5vw!important}
  body.cc-home-page .cc-home-primary__season-card{height:23.5vw!important;min-height:23.5vw!important;padding:1.71vw 1.71vw 1.28vw!important;border-radius:2.78vw!important}
  body.cc-home-page .cc-home-primary__season-card span{font-size:1.24vw!important}
  body.cc-home-page .cc-home-primary__season-card h3{font-size:2.82vw!important}
  body.cc-home-page .cc-home-primary__season-card p{font-size:1.22vw!important}
}


/* v0.8.510 — front-page runtime/body-class hardening. */
body.cc-home-page .cc-simple-site-header{display:block!important}
body.cc-home-page .cc-simple-site-header-spacer{display:none!important}
@media(min-width:1181px){body.cc-home-page .cc-simple-site-header-spacer{display:block!important}}
body.cc-home-page .cc-home-reference-header{display:none!important;height:0!important;min-height:0!important;overflow:hidden!important;visibility:hidden!important;pointer-events:none!important}
body.cc-home-page .cc-home-reference-header,
body.cc-home-page .cc-home-reference-header *{box-sizing:border-box}
body.cc-home-page .cc-home-reference-header{
  position:relative!important;z-index:50!important;display:block!important;width:100%!important;max-width:none!important;
  margin:0!important;padding:0!important;background:#fff!important;border:0!important;border-bottom:1px solid #efefec!important;
  box-shadow:0 2px 10px rgba(34,55,48,.02)!important;font-family:system-ui,-apple-system,"Noto Sans JP","Noto Sans CJK JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif!important
}
body.cc-home-page .cc-home-reference-header__inner{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;
  width:100%!important;max-width:1280px!important;min-height:68px!important;margin:0 auto!important;padding:7px 22px 6px!important
}
body.cc-home-page .cc-home-reference-brand{display:flex!important;flex:0 0 auto!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;min-width:0!important;color:#292d2c!important;text-decoration:none!important;line-height:1!important}
body.cc-home-page .cc-home-reference-brand__word{position:relative!important;display:inline-flex!important;align-items:baseline!important;white-space:nowrap!important;font-size:31px!important;font-weight:720!important;letter-spacing:.004em!important;line-height:.94!important}
body.cc-home-page .cc-home-reference-brand__dark{color:#292d2c!important}
body.cc-home-page .cc-home-reference-brand__mint{color:#58b8a7!important}
body.cc-home-page .cc-home-reference-brand__mark{position:absolute!important;right:-13px!important;top:-11px!important;width:20px!important;height:17px!important;pointer-events:none!important}
body.cc-home-page .cc-home-reference-brand__mark:before,body.cc-home-page .cc-home-reference-brand__mark:after{content:""!important;position:absolute!important;display:block!important;border-radius:80% 20% 80% 20%!important;transform-origin:70% 80%!important}
body.cc-home-page .cc-home-reference-brand__mark:before{width:12px!important;height:17px!important;left:0!important;top:2px!important;background:#f3bd3c!important;transform:rotate(-35deg)!important}
body.cc-home-page .cc-home-reference-brand__mark:after{width:7px!important;height:12px!important;right:0!important;top:0!important;background:#62b7a7!important;transform:rotate(22deg)!important}
body.cc-home-page .cc-home-reference-brand__tagline{display:block!important;margin-top:5px!important;color:#6b716e!important;font-size:9.7px!important;font-weight:680!important;letter-spacing:.075em!important;line-height:1.14!important;white-space:nowrap!important}
body.cc-home-page .cc-home-reference-header__right{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;min-width:0!important}
body.cc-home-page .cc-home-reference-icon{position:relative!important;display:grid!important;place-items:center!important;flex:0 0 42px!important;width:42px!important;height:42px!important;margin:0!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;color:#202725!important;text-decoration:none!important;cursor:pointer!important;list-style:none!important;transform:translateY(-.5px)!important}
body.cc-home-page .cc-home-reference-icon::-webkit-details-marker{display:none!important}
body.cc-home-page .cc-home-reference-icon svg{display:block!important;width:26px!important;height:26px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
body.cc-home-page .cc-home-reference-menu{position:relative!important;margin:0!important;padding:0!important}
body.cc-home-page .cc-home-reference-menu>summary:after{content:""!important;position:absolute!important;right:3px!important;top:3px!important;width:7px!important;height:7px!important;border-radius:50%!important;background:#f4bd3e!important;box-shadow:0 0 0 2px #fff!important}
body.cc-home-page .cc-home-reference-menu__panel{position:absolute!important;z-index:100!important;top:calc(100% + 8px)!important;right:0!important;width:190px!important;padding:7px!important;border:1px solid #e2e8e5!important;border-radius:14px!important;background:#fff!important;box-shadow:0 18px 44px rgba(30,43,38,.18)!important}
body.cc-home-page .cc-home-reference-menu__panel a{display:block!important;padding:10px 11px!important;border-radius:9px!important;color:#35443e!important;text-decoration:none!important;font-size:12px!important;font-weight:800!important}
@media(max-width:760px){
  body.cc-home-page .cc-home-reference-header__inner{min-height:61px!important;padding:7px 16px 6px 17px!important;gap:10px!important}
  body.cc-home-page .cc-home-reference-brand__word{font-size:24px!important;letter-spacing:.015em!important}
  body.cc-home-page .cc-home-reference-brand__mark{right:-10px!important;top:-9px!important;width:16px!important;height:14px!important}
  body.cc-home-page .cc-home-reference-brand__mark:before{width:10px!important;height:14px!important}
  body.cc-home-page .cc-home-reference-brand__mark:after{width:6px!important;height:10px!important}
  body.cc-home-page .cc-home-reference-brand__tagline{margin-top:4px!important;font-size:7.6px!important;letter-spacing:.09em!important}
  body.cc-home-page .cc-home-reference-header__right{gap:4px!important}
  body.cc-home-page .cc-home-reference-icon{width:36px!important;height:36px!important;flex-basis:36px!important}
  body.cc-home-page .cc-home-reference-icon svg{width:24px!important;height:24px!important}
}
@media(max-width:420px){
  body.cc-home-page .cc-home-reference-header__inner{min-height:13.03vw!important;padding:1.50vw 3.42vw 1.28vw 3.63vw!important;gap:2.14vw!important}
  body.cc-home-page .cc-home-reference-brand__word{font-size:5.13vw!important}
  body.cc-home-page .cc-home-reference-brand__mark{right:-2.14vw!important;top:-1.92vw!important;width:3.42vw!important;height:2.99vw!important}
  body.cc-home-page .cc-home-reference-brand__mark:before{width:2.14vw!important;height:2.99vw!important}
  body.cc-home-page .cc-home-reference-brand__mark:after{width:1.28vw!important;height:2.14vw!important}
  body.cc-home-page .cc-home-reference-brand__tagline{margin-top:.85vw!important;font-size:1.62vw!important}
  body.cc-home-page .cc-home-reference-header__right{gap:.85vw!important}
  body.cc-home-page .cc-home-reference-icon{width:7.69vw!important;height:7.69vw!important;flex-basis:7.69vw!important}
  body.cc-home-page .cc-home-reference-icon svg{width:5.13vw!important;height:5.13vw!important}
  body.cc-home-page .cc-home-reference-menu>summary:after{right:.64vw!important;top:.64vw!important;width:1.50vw!important;height:1.50vw!important}
}


/* v0.8.510 — the managed Home must remain styled even when the active theme omits body_class(). */
.cc-home-canonical{position:relative;left:50%;width:100vw;max-width:100vw;margin-left:-50vw;margin-right:-50vw;overflow-x:clip;background:#fffdfa}
.cc-home-canonical .cc-home-reference-icon svg{fill:none!important;stroke:currentColor!important;stroke-width:1.75!important;stroke-linecap:round!important;stroke-linejoin:round!important}


/* =========================================================
   v0.8.510 — CotoCle Home header isolation / THE THOR offset reset
   The CotoCle header itself is the authority on Home.
   ========================================================= */
body.cc-home-page .l-wrapper,
body.cc-home-page .l-main,
body.cc-home-page main,
body.cc-home-page #main,
body.cc-home-page #mainContent,
body.cc-home-page .content,
body.cc-home-page .content__main,
body.cc-home-page .content__body,
body.cc-home-page article.article,
body.cc-home-page .article__body,
body.cc-home-page .entry-content{
  margin-top:0!important;
  padding-top:0!important;
  top:auto!important;
}

.cc-home-canonical{
  margin-top:0!important;
  padding-top:0!important;
}

.cc-home-reference-header{
  margin-top:0!important;
  top:0!important;
}

.cc-home-reference-menu{
  display:block!important;
  flex:0 0 42px!important;
  width:42px!important;
  min-width:42px!important;
  max-width:42px!important;
  height:42px!important;
}
.cc-home-reference-menu>summary{
  display:grid!important;
  width:42px!important;
  min-width:42px!important;
  max-width:42px!important;
  height:42px!important;
}
.cc-home-reference-header__right{
  margin-left:auto!important;
  flex:0 0 auto!important;
  width:auto!important;
  max-width:none!important;
}
@media(max-width:760px){
  .cc-home-reference-menu{
    flex-basis:38px!important;
    width:38px!important;
    min-width:38px!important;
    max-width:38px!important;
    height:38px!important;
  }
  .cc-home-reference-menu>summary{
    width:38px!important;
    min-width:38px!important;
    max-width:38px!important;
    height:38px!important;
  }
}
@media(max-width:420px){
  .cc-home-reference-header__inner{
    min-height:13.03vw!important;
    padding:1.28vw 3.63vw 1.18vw 3.63vw!important;
    gap:2.14vw!important;
  }
  .cc-home-reference-brand__word{font-size:5.35vw!important}
  .cc-home-reference-brand__tagline{
    margin-top:.62vw!important;
    font-size:1.68vw!important;
  }
  .cc-home-reference-header__right{gap:1.28vw!important}
  .cc-home-reference-icon{
    width:8.12vw!important;
    height:8.12vw!important;
    flex-basis:8.12vw!important;
  }
  .cc-home-reference-icon svg{
    width:5.22vw!important;
    height:5.22vw!important;
  }
  .cc-home-reference-menu{
    flex-basis:8.12vw!important;
    width:8.12vw!important;
    min-width:8.12vw!important;
    max-width:8.12vw!important;
    height:8.12vw!important;
  }
  .cc-home-reference-menu>summary{
    width:8.12vw!important;
    min-width:8.12vw!important;
    max-width:8.12vw!important;
    height:8.12vw!important;
  }
}

/* =========================================================
   v0.8.510 — hero title white rim + seasonal card lift/decor
   ========================================================= */
.cc-home-primary__title{
  text-shadow:
    -1.25px -1.25px 0 rgba(255,255,255,.98),
     1.25px -1.25px 0 rgba(255,255,255,.98),
    -1.25px  1.25px 0 rgba(255,255,255,.98),
     1.25px  1.25px 0 rgba(255,255,255,.98),
     0 2px 5px rgba(255,255,255,.72)!important;
}
.cc-home-primary__season-card{isolation:isolate!important;}
.cc-home-primary__season-card:before,
.cc-home-primary__season-card:after{
  content:""!important;position:absolute!important;pointer-events:none!important;z-index:0!important;border-radius:999px!important;
}
.cc-home-primary__season-card:before{
  width:54%!important;aspect-ratio:1/1!important;right:-18%!important;top:-33%!important;
  background:rgba(255,255,255,.60)!important;filter:blur(.1px)!important;
}
.cc-home-primary__season-card:after{
  width:34%!important;aspect-ratio:1/1!important;left:-13%!important;bottom:-24%!important;
  background:rgba(255,255,255,.34)!important;
}
.cc-home-primary__season-card:nth-child(1){background:linear-gradient(145deg,#eef9ff 0%,#e7f5ff 56%,#fff4da 100%)!important;}
.cc-home-primary__season-card:nth-child(2){background:linear-gradient(145deg,#fff5ec 0%,#fff0f3 50%,#f1e9ff 100%)!important;}
.cc-home-primary__season-card:nth-child(3){background:linear-gradient(145deg,#fff2ef 0%,#fff7ec 50%,#ffe8ef 100%)!important;}
.cc-home-primary__season-card img{
  z-index:1!important;bottom:7px!important;height:66%!important;width:80%!important;
  filter:drop-shadow(0 3px 5px rgba(58,73,68,.06))!important;
}
.cc-home-primary__season-card:nth-child(1) img{transform:translateY(-2px) rotate(-1deg)!important;}
.cc-home-primary__season-card:nth-child(2) img{transform:translateY(-3px) rotate(1deg)!important;}
.cc-home-primary__season-card:nth-child(3) img{transform:translateY(-2px)!important;}
@media(max-width:420px){
  .cc-home-primary__title{
    text-shadow:
      -.32vw -.32vw 0 rgba(255,255,255,.98),
       .32vw -.32vw 0 rgba(255,255,255,.98),
      -.32vw  .32vw 0 rgba(255,255,255,.98),
       .32vw  .32vw 0 rgba(255,255,255,.98),
       0 .45vw 1.1vw rgba(255,255,255,.70)!important;
  }
  .cc-home-primary__season-card img{bottom:1.45vw!important;height:66%!important;width:80%!important;}
}

/* v0.8.510 — authenticated header profile/title + guest hamburger state. */
.cc-home-reference-profile{
  --cc-home-rank-bg:linear-gradient(145deg,#eceae5,#cfcac0);--cc-home-rank-border:#ded9cf;--cc-home-rank-avatar-border:#b8b2a8;--cc-home-rank-text:#625e55;--cc-home-rank-shadow:none;
  display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;
  min-width:50px!important;margin:0!important;color:#26332e!important;text-decoration:none!important;line-height:1!important
}
.cc-home-reference-profile__avatar{
  display:grid!important;place-items:center!important;width:36px!important;height:36px!important;border:2px solid var(--cc-home-rank-avatar-border,var(--cc-home-rank-border))!important;
  border-radius:50%!important;background:#fff!important;box-shadow:0 3px 10px rgba(31,53,45,.08)!important;overflow:hidden!important;box-sizing:border-box!important
}
.cc-home-reference-profile__avatar img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;border-radius:50%!important}
.cc-home-reference-profile__avatar-fallback{display:grid!important;place-items:center!important;width:100%!important;height:100%!important;background:#edf5f2!important;color:#56877a!important;font-size:15px!important;font-weight:900!important}
.cc-home-reference-profile__title{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;max-width:112px!important;min-height:15px!important;padding:2px 7px!important;
  border:1px solid var(--cc-home-rank-border)!important;border-radius:999px!important;background:var(--cc-home-rank-bg)!important;color:var(--cc-home-rank-text)!important;box-shadow:var(--cc-home-rank-shadow)!important;
  font-size:8px!important;font-weight:900!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;box-sizing:border-box!important
}
.cc-home-reference-profile--level-1{--cc-home-rank-bg:linear-gradient(145deg,#eceae5,#cfcac0);--cc-home-rank-border:#ded9cf;--cc-home-rank-avatar-border:#b8b2a8;--cc-home-rank-text:#625e55}
.cc-home-reference-profile--level-2{--cc-home-rank-bg:linear-gradient(145deg,#c9915e,#8d5b31);--cc-home-rank-border:#d9a878;--cc-home-rank-avatar-border:#b97943;--cc-home-rank-text:#fffaf4}
.cc-home-reference-profile--level-3{--cc-home-rank-bg:linear-gradient(145deg,#79c7a8,#429276);--cc-home-rank-border:#8bd6b8;--cc-home-rank-avatar-border:#55a789;--cc-home-rank-text:#fff}
.cc-home-reference-profile--level-4{--cc-home-rank-bg:linear-gradient(145deg,#7bbce7,#407fae);--cc-home-rank-border:#93cbed;--cc-home-rank-avatar-border:#5797c5;--cc-home-rank-text:#fff}
.cc-home-reference-profile--level-5{--cc-home-rank-bg:linear-gradient(145deg,#aa8bd9,#7653ad);--cc-home-rank-border:#bea5e3;--cc-home-rank-avatar-border:#8f6bc3;--cc-home-rank-text:#fff}
.cc-home-reference-profile--level-6{--cc-home-rank-bg:linear-gradient(145deg,#f4d474,#c59427);--cc-home-rank-border:#f7df90;--cc-home-rank-avatar-border:#d3a83d;--cc-home-rank-text:#5e4310;--cc-home-rank-shadow:0 3px 10px rgba(187,137,31,.20)}
.cc-home-reference-profile--level-7{--cc-home-rank-bg:linear-gradient(120deg,#58cbaa,#64a8e9,#a77ce4,#e5b454);--cc-home-rank-border:rgba(255,255,255,.95);--cc-home-rank-avatar-border:#6eafe2;--cc-home-rank-text:#fff;--cc-home-rank-shadow:0 3px 11px rgba(94,132,178,.26),0 0 8px rgba(112,211,184,.18)}
@media(max-width:760px){
  .cc-home-reference-profile{min-width:44px!important;gap:1px!important}
  .cc-home-reference-profile__avatar{width:32px!important;height:32px!important}
  .cc-home-reference-profile__title{max-width:86px!important;min-height:14px!important;padding:1px 5px!important;font-size:7px!important}
}
@media(max-width:420px){
  .cc-home-reference-profile{min-width:9.4vw!important;gap:.18vw!important}
  .cc-home-reference-profile__avatar{width:6.84vw!important;height:6.84vw!important}
  .cc-home-reference-profile__title{max-width:18.4vw!important;min-height:2.99vw!important;padding:.21vw 1.07vw!important;font-size:1.50vw!important}
}

/* v0.8.599: the final registration action must retain white text on all themes. */
body.cc-home-page .cc-home-story__final-card>a[data-cc-home-final-link],
body.cc-home-page .cc-home-story__final-card>a[data-cc-home-final-link]:visited,
body.cc-home-page .cc-home-story__final-card>a[data-cc-home-final-link]:hover{color:#fff!important;text-shadow:0 1px 2px rgba(20,45,37,.22)!important}


/* v0.8.510 — desktop uses the global fixed CotoCle header. */
@media(min-width:961px){.cc-home-reference-header{display:none!important}}


/* v0.8.652 — annual seasonal rail, date-focused initial position */
body.cc-home-page .cc-home-primary__season-grid{
  display:flex!important;
  grid-template-columns:none!important;
  gap:10px!important;
  width:100%!important;
  max-width:none!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding:2px 2px 8px!important;
  margin:0!important;
  scroll-snap-type:x proximity;
  scroll-padding-inline:2px;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}
body.cc-home-page .cc-home-primary__season-grid::-webkit-scrollbar{display:none!important;}
body.cc-home-page .cc-home-primary__season-card{
  flex:0 0 clamp(270px,31.5%,380px)!important;
  width:auto!important;
  min-width:270px!important;
  scroll-snap-align:start;
}
body.cc-home-page .cc-home-primary__season-card.is-current-season{
  box-shadow:0 0 0 2px rgba(51,151,132,.2),0 5px 18px rgba(55,70,65,.07)!important;
}
body.cc-home-page .cc-home-primary__season-symbol{
  position:absolute!important;
  right:12px!important;
  bottom:4px!important;
  z-index:1!important;
  display:block!important;
  font-style:normal!important;
  font-size:58px!important;
  line-height:1!important;
  opacity:.92!important;
  transform:rotate(-3deg)!important;
  pointer-events:none!important;
}
@media(max-width:767px){
  body.cc-home-page .cc-home-primary__season-grid{gap:8px!important;padding:2px 4px 7px!important;}
  body.cc-home-page .cc-home-primary__season-card{
    flex:0 0 min(74vw,300px)!important;
    min-width:min(74vw,300px)!important;
    height:116px!important;
    min-height:116px!important;
  }
  body.cc-home-page .cc-home-primary__season-symbol{right:8px!important;bottom:5px!important;font-size:52px!important;}
}

/* =========================================================
   v0.8.654 — premium annual seasonal rail artwork
   ========================================================= */
body.cc-home-page .cc-home-primary__season-card{
  --cc-season-a:#79b89f;
  --cc-season-b:#f2cc70;
  --cc-season-ink:#314b43;
  position:relative!important;
  display:block!important;
  flex:0 0 clamp(300px,32.5%,392px)!important;
  min-width:300px!important;
  min-height:224px!important;
  height:224px!important;
  padding:22px 18px 18px 22px!important;
  border:1px solid color-mix(in srgb,var(--cc-season-a) 44%,#d9d6cb)!important;
  border-radius:25px!important;
  background:linear-gradient(145deg,#fff 0%,color-mix(in srgb,var(--cc-season-a) 9%,#fff) 52%,color-mix(in srgb,var(--cc-season-b) 18%,#fff) 100%)!important;
  color:var(--cc-season-ink)!important;
  overflow:hidden!important;
  isolation:isolate!important;
  box-shadow:0 10px 26px rgba(46,65,58,.065),inset 0 1px 0 rgba(255,255,255,.96)!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
body.cc-home-page .cc-home-primary__season-card[data-cc-season-month="1"]{--cc-season-a:#6ca77a;--cc-season-b:#edc662;--cc-season-ink:#365d43}
body.cc-home-page .cc-home-primary__season-card[data-cc-season-month="2"]{--cc-season-a:#9b6aa7;--cc-season-b:#e7a35b;--cc-season-ink:#63456d}
body.cc-home-page .cc-home-primary__season-card[data-cc-season-month="3"]{--cc-season-a:#e58ca3;--cc-season-b:#9684c5;--cc-season-ink:#7a4b67}
body.cc-home-page .cc-home-primary__season-card[data-cc-season-month="4"]{--cc-season-a:#78b795;--cc-season-b:#ef9baa;--cc-season-ink:#3f735d}
body.cc-home-page .cc-home-primary__season-card[data-cc-season-month="5"]{--cc-season-a:#6b9ec7;--cc-season-b:#eac052;--cc-season-ink:#3c6886}
body.cc-home-page .cc-home-primary__season-card[data-cc-season-month="6"]{--cc-season-a:#7185c7;--cc-season-b:#9a7ac0;--cc-season-ink:#4d5f91}
body.cc-home-page .cc-home-primary__season-card[data-cc-season-month="7"]{--cc-season-a:#68a86f;--cc-season-b:#e9c04f;--cc-season-ink:#49794e}
body.cc-home-page .cc-home-primary__season-card[data-cc-season-month="8"]{--cc-season-a:#e4775e;--cc-season-b:#e9bd55;--cc-season-ink:#8c5546}
body.cc-home-page .cc-home-primary__season-card[data-cc-season-month="9"]{--cc-season-a:#69a384;--cc-season-b:#e77658;--cc-season-ink:#46745e}
body.cc-home-page .cc-home-primary__season-card[data-cc-season-month="10"]{--cc-season-a:#8f69b0;--cc-season-b:#ed914e;--cc-season-ink:#65497c}
body.cc-home-page .cc-home-primary__season-card[data-cc-season-month="11"]{--cc-season-a:#72aa87;--cc-season-b:#e6b653;--cc-season-ink:#4d765d}
body.cc-home-page .cc-home-primary__season-card[data-cc-season-month="12"]{--cc-season-a:#4e9b72;--cc-season-b:#df6c73;--cc-season-ink:#376b51}
body.cc-home-page .cc-home-primary__season-card:before{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  width:210px!important;
  height:210px!important;
  right:-64px!important;
  top:-78px!important;
  border-radius:50%!important;
  background:radial-gradient(circle at 40% 45%,color-mix(in srgb,var(--cc-season-a) 24%,#fff),rgba(255,255,255,0) 68%)!important;
  pointer-events:none!important;
}
body.cc-home-page .cc-home-primary__season-card:after{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  left:-30px!important;
  bottom:-52px!important;
  width:150px!important;
  height:120px!important;
  border-radius:50%!important;
  background:radial-gradient(circle,color-mix(in srgb,var(--cc-season-b) 20%,#fff) 0 3px,transparent 4px) 0 0/18px 18px!important;
  opacity:.55!important;
  pointer-events:none!important;
}
body.cc-home-page .cc-home-primary__season-card>div{
  position:relative!important;
  z-index:3!important;
  width:58%!important;
  max-width:210px!important;
}
body.cc-home-page .cc-home-primary__season-card span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:27px!important;
  padding:5px 10px!important;
  border:1px solid color-mix(in srgb,var(--cc-season-a) 18%,#e9e5da)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.88)!important;
  color:var(--cc-season-ink)!important;
  box-shadow:0 5px 15px rgba(54,72,65,.045)!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
}
body.cc-home-page .cc-home-primary__season-card span:before{
  content:"";
  width:6px;
  height:6px;
  margin-right:6px;
  border-radius:50%;
  background:var(--cc-season-a);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--cc-season-a) 12%,transparent);
}
body.cc-home-page .cc-home-primary__season-card h3{
  position:relative!important;
  z-index:3!important;
  margin:13px 0 7px!important;
  color:var(--cc-season-ink)!important;
  font-size:25px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:-.025em!important;
  text-wrap:balance!important;
}
body.cc-home-page .cc-home-primary__season-card p{
  position:relative!important;
  z-index:3!important;
  margin:0!important;
  color:#61706a!important;
  font-size:11.5px!important;
  line-height:1.65!important;
  font-weight:700!important;
  opacity:1!important;
  white-space:normal!important;
}
body.cc-home-page .cc-home-primary__season-card .cc-home-primary__season-art{
  position:absolute!important;
  z-index:2!important;
  right:-3px!important;
  bottom:4px!important;
  display:block!important;
  width:57%!important;
  height:82%!important;
  max-width:none!important;
  object-fit:contain!important;
  object-position:right bottom!important;
  transform:none!important;
  filter:drop-shadow(0 10px 12px rgba(48,68,60,.12))!important;
  pointer-events:none!important;
}
body.cc-home-page .cc-home-primary__season-go{
  position:absolute!important;
  z-index:4!important;
  left:22px!important;
  bottom:18px!important;
  display:grid!important;
  place-items:center!important;
  width:31px!important;
  height:31px!important;
  border:1px solid color-mix(in srgb,var(--cc-season-a) 24%,#e5e1d7)!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.9)!important;
  color:var(--cc-season-ink)!important;
  box-shadow:0 5px 13px rgba(47,68,59,.06)!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:900!important;
  transition:transform .2s ease,background .2s ease!important;
}
body.cc-home-page .cc-home-primary__season-card:hover{
  transform:translateY(-5px)!important;
  border-color:color-mix(in srgb,var(--cc-season-a) 60%,#d5d0c6)!important;
  box-shadow:0 20px 42px rgba(46,65,58,.12),inset 0 1px 0 #fff!important;
}
body.cc-home-page .cc-home-primary__season-card:hover .cc-home-primary__season-go{
  transform:translateX(4px)!important;
  background:#fff!important;
}
body.cc-home-page .cc-home-primary__season-card.is-current-season{
  box-shadow:0 0 0 2px color-mix(in srgb,var(--cc-season-a) 25%,transparent),0 16px 34px rgba(46,65,58,.10)!important;
}
body.cc-home-page .cc-home-primary__season-card.is-current-season:before{
  background:radial-gradient(circle at 40% 45%,color-mix(in srgb,var(--cc-season-a) 34%,#fff),rgba(255,255,255,0) 70%)!important;
}

@media(max-width:767px){
  body.cc-home-page .cc-home-primary__season-grid{gap:10px!important;padding:3px 4px 10px!important;}
  body.cc-home-page .cc-home-primary__season-card{
    flex:0 0 min(78vw,318px)!important;
    min-width:min(78vw,318px)!important;
    height:148px!important;
    min-height:148px!important;
    padding:13px 10px 10px 14px!important;
    border-radius:18px!important;
  }
  body.cc-home-page .cc-home-primary__season-card>div{width:58%!important;max-width:170px!important;}
  body.cc-home-page .cc-home-primary__season-card span{min-height:21px!important;padding:4px 7px!important;font-size:7.6px!important;}
  body.cc-home-page .cc-home-primary__season-card span:before{width:5px;height:5px;margin-right:5px;box-shadow:none;}
  body.cc-home-page .cc-home-primary__season-card h3{margin:8px 0 4px!important;font-size:17px!important;line-height:1.18!important;}
  body.cc-home-page .cc-home-primary__season-card p{font-size:8.2px!important;line-height:1.45!important;}
  body.cc-home-page .cc-home-primary__season-card .cc-home-primary__season-art{right:-6px!important;bottom:0!important;width:59%!important;height:90%!important;}
  body.cc-home-page .cc-home-primary__season-go{left:14px!important;bottom:10px!important;width:24px!important;height:24px!important;font-size:12px!important;}
  body.cc-home-page .cc-home-primary__season-card:before{width:150px!important;height:150px!important;right:-48px!important;top:-60px!important;}
  body.cc-home-page .cc-home-primary__season-card:after{width:95px!important;height:80px!important;left:-28px!important;bottom:-42px!important;background-size:14px 14px!important;}
}
@media(max-width:420px){
  body.cc-home-page .cc-home-primary__season-card{
    flex-basis:76vw!important;
    min-width:76vw!important;
    height:34.5vw!important;
    min-height:34.5vw!important;
    padding:2.7vw 2.1vw 2.1vw 3vw!important;
    border-radius:4vw!important;
  }
  body.cc-home-page .cc-home-primary__season-card span{min-height:4.7vw!important;padding:.85vw 1.5vw!important;font-size:1.7vw!important;}
  body.cc-home-page .cc-home-primary__season-card h3{margin:1.7vw 0 .75vw!important;font-size:3.75vw!important;}
  body.cc-home-page .cc-home-primary__season-card p{font-size:1.78vw!important;line-height:1.42!important;}
  body.cc-home-page .cc-home-primary__season-go{left:3vw!important;bottom:2.2vw!important;width:5.2vw!important;height:5.2vw!important;font-size:2.6vw!important;}
}

/* =========================================================
   v0.8.655 — infinite seasonal rail + premium four-season feature rail
   ========================================================= */
body.cc-home-page .cc-home-primary__feature-showcase{
  position:relative!important;
  display:block!important;
  width:100%!important;
  padding:0!important;
}
body.cc-home-page .cc-home-primary__feature-showcase-head{
  margin:0 0 14px!important;
  padding:0 2px!important;
}
body.cc-home-page .cc-home-primary__feature-showcase-head>span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  padding:6px 12px!important;
  border-radius:999px!important;
  background:#e9f6f1!important;
  color:#2f8d74!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.06em!important;
}
body.cc-home-page .cc-home-primary__feature-showcase-head h2{
  margin:12px 0 8px!important;
  color:#275348!important;
  font-size:32px!important;
  line-height:1.36!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
}
body.cc-home-page .cc-home-primary__feature-showcase-head p{
  margin:0!important;
  max-width:700px!important;
  color:#67726e!important;
  font-size:14px!important;
  line-height:1.8!important;
  font-weight:650!important;
}
body.cc-home-page .cc-home-primary__feature-rail{
  display:flex!important;
  gap:12px!important;
  width:100%!important;
  max-width:none!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding:4px 2px 8px!important;
  margin:0!important;
  scroll-snap-type:x proximity!important;
  -webkit-overflow-scrolling:touch!important;
  scrollbar-width:none!important;
}
body.cc-home-page .cc-home-primary__feature-rail::-webkit-scrollbar{display:none!important;}
body.cc-home-page .cc-home-primary__season-grid.is-cc-loop-rebasing,
body.cc-home-page .cc-home-primary__feature-rail.is-cc-loop-rebasing{
  scroll-snap-type:none!important;
  scroll-behavior:auto!important;
}
body.cc-home-page .cc-home-primary__feature-card{
  --cc-feature-a:#7bb598;
  --cc-feature-b:#f0cf72;
  --cc-feature-ink:#2d5046;
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(240px,.92fr)!important;
  flex:0 0 clamp(620px,74%,760px)!important;
  min-width:620px!important;
  min-height:268px!important;
  height:268px!important;
  border:1px solid color-mix(in srgb,var(--cc-feature-a) 36%,#dfdbd1)!important;
  border-radius:30px!important;
  background:linear-gradient(135deg,#fff 0%,color-mix(in srgb,var(--cc-feature-a) 10%,#fff) 55%,color-mix(in srgb,var(--cc-feature-b) 16%,#fff) 100%)!important;
  color:var(--cc-feature-ink)!important;
  overflow:hidden!important;
  box-shadow:0 14px 34px rgba(46,64,58,.075), inset 0 1px 0 rgba(255,255,255,.98)!important;
  scroll-snap-align:start!important;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease!important;
  isolation:isolate!important;
}
body.cc-home-page .cc-home-primary__feature-card[data-cc-feature-season="spring"]{--cc-feature-a:#7dbb97;--cc-feature-b:#ef95ab;--cc-feature-ink:#356652;}
body.cc-home-page .cc-home-primary__feature-card[data-cc-feature-season="summer"]{--cc-feature-a:#5fa9d7;--cc-feature-b:#f0c65c;--cc-feature-ink:#2f5e7c;}
body.cc-home-page .cc-home-primary__feature-card[data-cc-feature-season="autumn"]{--cc-feature-a:#7aa07a;--cc-feature-b:#ec8c54;--cc-feature-ink:#4b5b3d;}
body.cc-home-page .cc-home-primary__feature-card[data-cc-feature-season="winter"]{--cc-feature-a:#75a2cf;--cc-feature-b:#d97fa0;--cc-feature-ink:#405f84;}
body.cc-home-page .cc-home-primary__feature-card:before{
  content:""!important;
  position:absolute!important;
  right:-46px!important;
  top:-70px!important;
  width:210px!important;
  height:210px!important;
  border-radius:50%!important;
  background:radial-gradient(circle at 42% 46%,color-mix(in srgb,var(--cc-feature-a) 26%,#fff),rgba(255,255,255,0) 68%)!important;
  z-index:0!important;
}
body.cc-home-page .cc-home-primary__feature-card:after{
  content:""!important;
  position:absolute!important;
  left:-34px!important;
  bottom:-54px!important;
  width:170px!important;
  height:124px!important;
  border-radius:50%!important;
  background:radial-gradient(circle,color-mix(in srgb,var(--cc-feature-b) 24%,#fff) 0 3px,transparent 4px) 0 0/18px 18px!important;
  opacity:.56!important;
  z-index:0!important;
}
body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-copy{
  position:relative!important;
  z-index:2!important;
  align-self:center!important;
  padding:28px 8px 28px 28px!important;
}
body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-copy>span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  padding:6px 12px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.88)!important;
  border:1px solid color-mix(in srgb,var(--cc-feature-a) 18%,#ece7dc)!important;
  color:var(--cc-feature-ink)!important;
  box-shadow:0 5px 14px rgba(48,66,59,.05)!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
}
body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-copy h3{
  margin:14px 0 7px!important;
  color:var(--cc-feature-ink)!important;
  font-size:32px!important;
  line-height:1.26!important;
  font-weight:900!important;
  letter-spacing:-.02em!important;
}
body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-copy em{
  display:block!important;
  margin:0 0 10px!important;
  color:color-mix(in srgb,var(--cc-feature-ink) 82%,#6d7a75)!important;
  font-size:14px!important;
  line-height:1.5!important;
  font-style:normal!important;
  font-weight:800!important;
}
body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-copy p{
  margin:0 0 14px!important;
  color:#66736e!important;
  font-size:13px!important;
  line-height:1.8!important;
  font-weight:650!important;
}
body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-copy b{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  color:var(--cc-feature-ink)!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
}
body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-copy b:after{
  content:"›"!important;
  display:grid!important;
  place-items:center!important;
  width:24px!important;
  height:24px!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.9)!important;
  border:1px solid color-mix(in srgb,var(--cc-feature-a) 16%,#e9e2d8)!important;
  box-shadow:0 4px 12px rgba(47,66,59,.05)!important;
  font-size:16px!important;
}
body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-visual{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  min-width:0!important;
  background:transparent!important;
}
body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-visual img{
  display:block!important;
  width:108%!important;
  max-width:420px!important;
  height:auto!important;
  transform:translate(8px,4px)!important;
  filter:drop-shadow(0 14px 16px rgba(44,64,57,.1))!important;
}
body.cc-home-page .cc-home-primary__feature-card:hover{
  transform:translateY(-5px)!important;
  border-color:color-mix(in srgb,var(--cc-feature-a) 52%,#dbd5cb)!important;
  box-shadow:0 22px 44px rgba(46,64,58,.12), inset 0 1px 0 #fff!important;
}
body.cc-home-page .cc-home-primary__feature-card.is-current-feature{
  box-shadow:0 0 0 2px color-mix(in srgb,var(--cc-feature-a) 24%,transparent),0 18px 38px rgba(46,64,58,.11)!important;
}
@media(max-width:960px){
  body.cc-home-page .cc-home-primary__feature-showcase-head h2{font-size:24px!important;}
  body.cc-home-page .cc-home-primary__feature-showcase-head p{font-size:12px!important;}
  body.cc-home-page .cc-home-primary__feature-card{
    grid-template-columns:minmax(0,1.06fr) minmax(180px,.94fr)!important;
    flex-basis:min(90vw,620px)!important;
    min-width:min(90vw,620px)!important;
    height:220px!important;
    min-height:220px!important;
    border-radius:24px!important;
  }
  body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-copy{padding:20px 6px 20px 20px!important;}
  body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-copy h3{font-size:25px!important;}
  body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-copy em{font-size:12px!important;margin-bottom:8px!important;}
  body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-copy p{font-size:11px!important;line-height:1.68!important;}
  body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-visual img{max-width:310px!important;}
}
@media(max-width:767px){
  body.cc-home-page .cc-home-primary__feature-showcase-head{margin-bottom:10px!important;}
  body.cc-home-page .cc-home-primary__feature-showcase-head>span{min-height:22px!important;padding:4px 8px!important;font-size:7px!important;}
  body.cc-home-page .cc-home-primary__feature-showcase-head h2{margin:8px 0 5px!important;font-size:17px!important;line-height:1.4!important;}
  body.cc-home-page .cc-home-primary__feature-showcase-head p{font-size:8px!important;line-height:1.55!important;}
  body.cc-home-page .cc-home-primary__feature-rail{gap:10px!important;padding:2px 4px 8px!important;}
  body.cc-home-page .cc-home-primary__feature-card{
    grid-template-columns:minmax(0,1.04fr) minmax(118px,.96fr)!important;
    flex:0 0 min(84vw,330px)!important;
    min-width:min(84vw,330px)!important;
    height:146px!important;
    min-height:146px!important;
    border-radius:18px!important;
  }
  body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-copy{padding:13px 4px 11px 13px!important;}
  body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-copy>span{min-height:19px!important;padding:4px 7px!important;font-size:6.7px!important;}
  body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-copy h3{margin:7px 0 4px!important;font-size:16px!important;line-height:1.24!important;}
  body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-copy em{margin-bottom:5px!important;font-size:8px!important;line-height:1.45!important;}
  body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-copy p{margin-bottom:7px!important;font-size:7.1px!important;line-height:1.46!important;}
  body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-copy b{font-size:7px!important;gap:4px!important;}
  body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-copy b:after{width:16px!important;height:16px!important;font-size:11px!important;}
  body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-visual img{width:126%!important;max-width:180px!important;transform:translate(5px,4px)!important;}
}
@media(max-width:420px){
  body.cc-home-page .cc-home-primary__feature-card{
    flex-basis:82vw!important;
    min-width:82vw!important;
    height:37vw!important;
    min-height:37vw!important;
    border-radius:4vw!important;
  }
  body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-copy h3{font-size:4vw!important;}
  body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-copy p{font-size:1.65vw!important;}
}

/* =========================================================
   v0.8.656 — raster seasonal artwork sizing
   ========================================================= */
body.cc-home-page .cc-home-primary__season-card .cc-home-primary__season-art{
  right:-4px!important;
  bottom:1px!important;
  width:62%!important;
  height:86%!important;
  object-fit:contain!important;
  object-position:right bottom!important;
}
body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-visual img{
  width:116%!important;
  max-width:440px!important;
  height:92%!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:translate(7px,3px)!important;
}
@media(max-width:767px){
  body.cc-home-page .cc-home-primary__season-card .cc-home-primary__season-art{
    right:-5px!important;
    bottom:0!important;
    width:61%!important;
    height:92%!important;
  }
  body.cc-home-page .cc-home-primary__feature-card .cc-home-primary__feature-visual img{
    width:132%!important;
    max-width:180px!important;
    height:92%!important;
    transform:translate(4px,2px)!important;
  }
}


/* =========================================================
   v0.8.663 — rail position dots under home horizontal sections
   Feature/season rails get smartphone-like page dots that show
   the current horizontal position and allow direct tapping.
   ========================================================= */
body.cc-home-page .cc-home-primary__rail-dots{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  width:100%!important;
  margin:10px 0 4px!important;
  padding:0!important;
}
body.cc-home-page .cc-home-primary__feature-showcase + .cc-home-primary__rail-dots{
  margin-top:12px!important;
}
body.cc-home-page .cc-home-primary__rail-dot{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:8px!important;
  height:8px!important;
  min-width:8px!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  background:#d5ddd8!important;
  box-shadow:none!important;
  cursor:pointer!important;
  opacity:.96!important;
  transition:width .2s ease,transform .2s ease,background .2s ease,opacity .2s ease!important;
}
body.cc-home-page .cc-home-primary__rail-dot:hover,
body.cc-home-page .cc-home-primary__rail-dot:focus-visible{
  transform:scale(1.08)!important;
  background:#a8c8bb!important;
  outline:none!important;
}
body.cc-home-page .cc-home-primary__rail-dot.is-active,
body.cc-home-page .cc-home-primary__rail-dot[aria-current="true"]{
  width:22px!important;
  background:#6ba58b!important;
}
@media(max-width:767px){
  body.cc-home-page .cc-home-primary__rail-dots{
    gap:7px!important;
    margin:8px 0 2px!important;
  }
  body.cc-home-page .cc-home-primary__rail-dot{
    width:7px!important;
    height:7px!important;
    min-width:7px!important;
  }
  body.cc-home-page .cc-home-primary__rail-dot.is-active,
  body.cc-home-page .cc-home-primary__rail-dot[aria-current="true"]{
    width:18px!important;
  }
}


/* =========================================================
   v0.8.713 — brighter, friendlier home background
   Decorative CSS only: no image payload and no home behavior changes.
   ========================================================= */
body.cc-home-page .cc-home-canonical{
  background:linear-gradient(180deg,#fffdf8 0%,#ffffff 34%,#f8fcfa 62%,#ffffff 100%)!important;
}
body.cc-home-page .cc-home-primary{
  background:
    radial-gradient(circle at 8% 10%,rgba(255,207,103,.28) 0 66px,transparent 68px),
    radial-gradient(circle at 92% 15%,rgba(98,199,174,.22) 0 112px,transparent 114px),
    radial-gradient(circle at 83% 78%,rgba(116,171,230,.16) 0 136px,transparent 138px),
    radial-gradient(circle at 17% 74%,rgba(238,145,171,.14) 0 104px,transparent 106px),
    linear-gradient(135deg,#fff9ec 0%,#f2fbf7 47%,#f8f5ff 100%)!important;
}
body.cc-home-page .cc-home-primary:before{
  display:block!important;width:360px!important;height:360px!important;right:-150px!important;top:-155px!important;
  background:radial-gradient(circle at 36% 38%,rgba(255,255,255,.92) 0 23%,rgba(117,205,183,.25) 48%,rgba(117,205,183,0) 72%)!important;
}
body.cc-home-page .cc-home-primary:after{
  display:block!important;width:300px!important;height:300px!important;left:-125px!important;top:300px!important;
  background:radial-gradient(circle at 56% 48%,rgba(255,226,142,.45) 0 23%,rgba(238,155,179,.18) 50%,rgba(238,155,179,0) 73%)!important;
}
body.cc-home-page .cc-home-primary__search,
body.cc-home-page .cc-home-primary__action,
body.cc-home-page .cc-home-primary__feature-card,
body.cc-home-page .cc-home-primary__season-card{
  backdrop-filter:saturate(1.05);-webkit-backdrop-filter:saturate(1.05);
}
@media(max-width:767px){
  body.cc-home-page .cc-home-primary{
    background:
      radial-gradient(circle at 4% 11%,rgba(255,207,103,.24) 0 42px,transparent 44px),
      radial-gradient(circle at 96% 18%,rgba(98,199,174,.18) 0 68px,transparent 70px),
      radial-gradient(circle at 86% 82%,rgba(116,171,230,.12) 0 78px,transparent 80px),
      linear-gradient(150deg,#fff9ec 0%,#f2fbf7 52%,#faf7ff 100%)!important;
  }
  body.cc-home-page .cc-home-primary:before{width:210px!important;height:210px!important;right:-92px!important;top:-92px!important}
  body.cc-home-page .cc-home-primary:after{width:180px!important;height:180px!important;left:-92px!important;top:265px!important}
}
