
:root{
  --yellow:#ffc400;--pink:#ff1f6d;--blue:#0867f9;--black:#05070b;
  --paper:#ffffff;--soft:#f5f5ef;--line:#dcdcd6;--muted:#66665f;
  --max:1280px;--radius:30px;--ease:cubic-bezier(.22,1,.36,1);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--black);font-family:Inter,"Noto Sans JP","Yu Gothic",Meiryo,sans-serif;overflow-x:hidden}body.is-menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}.skip{position:fixed;left:12px;top:-80px;background:#fff;border:2px solid #000;padding:10px 14px;z-index:9999}.skip:focus{top:12px}
.loader{position:fixed;inset:0;z-index:9998;display:grid;place-items:center;background:var(--yellow);transition:opacity .6s var(--ease),visibility .6s}.loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.loader__inner{text-align:center;position:relative}.loader__logo{width:min(410px,70vw);position:relative;z-index:2}.loader__ring{position:absolute;inset:50% auto auto 50%;width:260px;height:260px;transform:translate(-50%,-50%);border:2px solid rgba(5,7,11,.22);border-radius:45% 55% 60% 40%;animation:spin 5s linear infinite}.loader__ring:nth-child(2){width:200px;height:200px;animation-direction:reverse;animation-duration:4s}.loader__copy{margin-top:32px;font-size:11px;font-weight:900;letter-spacing:.28em}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(5,7,11,.08)}.site-header__inner{max-width:var(--max);height:82px;margin:auto;padding:0 24px;display:grid;grid-template-columns:250px 1fr 170px;gap:24px;align-items:center}.brand img{width:220px}.nav{display:flex;justify-content:center;gap:34px;font-size:13px;font-weight:800}.nav a{position:relative}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:var(--pink);transition:right .25s}.nav a:hover:after,.nav a[aria-current="page"]:after{right:0}.header-cta{height:48px;border-radius:999px;background:var(--black);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:850}.menu-btn{display:none;border:0;background:none;width:48px;height:48px;position:relative}.menu-btn span{position:absolute;left:9px;right:9px;height:2px;background:#000;transition:.3s}.menu-btn span:first-child{top:18px}.menu-btn span:last-child{top:28px}.menu-btn[aria-expanded="true"] span:first-child{transform:translateY(5px) rotate(45deg)}.menu-btn[aria-expanded="true"] span:last-child{transform:translateY(-5px) rotate(-45deg)}.mobile-nav{display:none}
.page{display:none}.page.is-active{display:block}.container{width:min(calc(100% - 48px),var(--max));margin:auto}.section{padding:120px 0;position:relative}.eyebrow{margin:0 0 20px;color:var(--pink);font-size:11px;letter-spacing:.19em;font-weight:900}.section-title{margin:0;font-size:clamp(44px,5vw,76px);line-height:1.12;letter-spacing:-.055em}.lead{font-size:15px;line-height:2;color:#2c2c29}.button-row{display:flex;gap:14px;flex-wrap:wrap}.btn{min-width:190px;height:58px;border-radius:999px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--black);font-size:13px;font-weight:850;transition:transform .28s var(--ease),box-shadow .28s}.btn:hover{transform:translateY(-3px);box-shadow:0 16px 35px rgba(5,7,11,.12)}.btn--pink{background:var(--pink);color:#fff;border-color:var(--pink)}.btn--blue{background:var(--blue);color:#fff;border-color:var(--blue)}.btn--black{background:var(--black);color:#fff}.btn--white{background:#fff}.tag{display:inline-flex;align-items:center;gap:8px;border:1px solid #000;border-radius:999px;padding:10px 14px;font-size:10px;font-weight:900;letter-spacing:.13em;background:#fff}.tag:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--pink)}
.hero{min-height:760px;padding:52px 0 80px;display:grid;align-items:center;position:relative;overflow:hidden}.hero__grid{display:grid;grid-template-columns:43% 57%;align-items:center;gap:30px}.hero h1{font-size:clamp(58px,5.7vw,86px);line-height:1.08;letter-spacing:-.065em;margin:0 0 28px}.hero .lead{max-width:530px}.hero__visual{min-height:590px;position:relative;display:grid;place-items:center;isolation:isolate}.hero__blob{position:absolute;width:92%;height:84%;background:linear-gradient(135deg,#ffd73b,var(--yellow));border-radius:56% 44% 61% 39% / 46% 58% 42% 54%;transform:rotate(-3deg);z-index:-2}.hero__blob:after{content:"";position:absolute;inset:7%;border:2px solid rgba(255,255,255,.58);border-radius:inherit;transform:rotate(5deg)}.hero__visual>img{width:min(700px,96%);filter:drop-shadow(0 30px 30px rgba(5,7,11,.12));position:relative;z-index:2}.orbit{position:absolute;border:1px solid rgba(5,7,11,.18);border-radius:50%;z-index:-1}.orbit--a{width:470px;height:470px;animation:orbit 14s linear infinite}.orbit--b{width:580px;height:250px;transform:rotate(28deg);animation:orbit2 18s linear infinite}.orbit--c{width:220px;height:220px;right:4%;bottom:3%;border-color:rgba(255,31,109,.38)}@keyframes orbit{to{transform:rotate(360deg)}}@keyframes orbit2{to{transform:rotate(388deg)}}.float-card{position:absolute;background:#fff;border:1px solid #000;border-radius:18px;box-shadow:8px 8px 0 #000;padding:14px 16px;z-index:3;min-width:150px}.float-card strong{display:block;font-size:12px}.float-card span{font-size:10px;color:var(--muted)}.float-card--a{top:10%;left:4%;transform:rotate(-5deg)}.float-card--b{right:0;top:24%;transform:rotate(4deg)}.float-card--c{left:12%;bottom:5%;transform:rotate(3deg)}.float-pill{position:absolute;border-radius:999px;padding:12px 16px;font-size:10px;font-weight:900;letter-spacing:.15em;z-index:4}.float-pill--pink{right:14%;bottom:6%;background:var(--pink);color:#fff}.float-pill--blue{left:41%;top:5%;background:var(--blue);color:#fff}.hero__dots{position:absolute;right:-40px;top:90px;width:120px;height:120px;background-image:radial-gradient(#05070b 1.5px,transparent 1.5px);background-size:14px 14px;opacity:.18}.hero__line{position:absolute;left:-6vw;bottom:45px;width:38vw;height:2px;background:var(--black);transform:rotate(-5deg);transform-origin:left}.hero__line:after{content:"";position:absolute;right:0;top:-8px;width:18px;height:18px;border:2px solid #000;border-radius:50%;background:#fff}
.ticker{border-top:1px solid #000;border-bottom:1px solid #000;background:var(--yellow);overflow:hidden}.ticker__track{height:72px;display:flex;align-items:center;gap:28px;width:max-content;animation:ticker 24s linear infinite;font-size:22px;font-weight:900}.ticker__track i{width:10px;height:10px;border-radius:50%;background:var(--pink)}@keyframes ticker{to{transform:translateX(-50%)}}
.section-head{display:grid;grid-template-columns:230px 1fr;gap:40px;margin-bottom:60px}.section-head__label{font-size:11px;letter-spacing:.18em;font-weight:900;color:var(--pink)}.section-head__body{display:flex;justify-content:space-between;gap:50px;align-items:end}.section-head__body p{max-width:440px;margin:0}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{min-height:610px;border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:#fff;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:.4s var(--ease)}.service-card:hover{transform:translateY(-10px);box-shadow:0 30px 70px rgba(5,7,11,.1)}.service-card__obj{height:290px;border-radius:22px;display:grid;place-items:center;position:relative;overflow:hidden;margin-bottom:28px}.service-card__obj img{width:80%;height:80%;object-fit:contain;position:relative;z-index:2}.service-card__obj:before,.service-card__obj:after{content:"";position:absolute;border-radius:50%}.service-card__obj:before{width:180px;height:180px;border:1px solid rgba(5,7,11,.16)}.service-card__obj:after{width:95px;height:95px;border:18px solid rgba(255,255,255,.65)}.service-card__obj--y{background:#fff6cb}.service-card__obj--p{background:#fff0f6}.service-card__obj--b{background:#edf4ff}.service-card__number{font-size:10px;letter-spacing:.15em}.service-card h3{font-size:30px;line-height:1.35;margin:12px 0}.service-card p{font-size:14px;line-height:1.9;color:#444}.service-card__link{margin-top:auto;border-top:1px solid var(--line);padding-top:18px;display:flex;justify-content:space-between;font-size:12px;font-weight:900}.micro-objects{position:absolute;inset:0;pointer-events:none}.micro-objects i{position:absolute;display:block;border:1px solid rgba(5,7,11,.25);border-radius:50%}.micro-objects i:nth-child(1){width:16px;height:16px;left:8%;top:13%;background:var(--pink)}.micro-objects i:nth-child(2){width:8px;height:8px;right:13%;top:22%;background:var(--blue)}.micro-objects i:nth-child(3){width:38px;height:38px;right:10%;bottom:8%;border-width:8px;border-color:var(--yellow)}
.stats{background:var(--blue);color:#fff;overflow:hidden;position:relative}.stats:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.2),transparent 22%),radial-gradient(circle at 80% 60%,rgba(255,255,255,.15),transparent 28%),repeating-radial-gradient(circle at 0 0,transparent 0 22px,rgba(255,255,255,.07) 23px 24px);transform:rotate(-6deg)}.stats__inner{position:relative;z-index:2;padding:100px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.5);border-bottom:1px solid rgba(255,255,255,.5)}.stat{min-height:220px;padding:28px;border-right:1px solid rgba(255,255,255,.3);display:flex;flex-direction:column;justify-content:space-between;position:relative}.stat:last-child{border-right:0}.stat__icon{font-size:28px}.stat strong{font-size:clamp(34px,4vw,60px);font-weight:500;letter-spacing:-.04em}.stat small{font-size:.32em}.stat p{font-size:12px;margin:0}.stat__orb{position:absolute;right:16px;top:16px;width:60px;height:60px;border:1px solid rgba(255,255,255,.45);border-radius:44% 56% 51% 49%;animation:spin2 7s linear infinite}@keyframes spin2{to{transform:rotate(360deg)}}
.process{background:var(--soft)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.process-step{min-height:310px;border-radius:28px;padding:28px;background:#fff;border:1px solid var(--line);position:relative;overflow:hidden}.process-step b{font-size:68px;line-height:1;color:transparent;-webkit-text-stroke:1px #000;opacity:.32}.process-step h3{font-size:23px;margin:46px 0 16px}.process-step p{font-size:13px;line-height:1.85;color:#555}.process-step:after{content:"";position:absolute;width:100px;height:100px;border-radius:50%;right:-30px;bottom:-30px;background:var(--yellow)}.process-step:nth-child(2):after{background:var(--pink)}.process-step:nth-child(3):after{background:var(--blue)}.process-step:nth-child(4):after{background:#000}
.about-band{display:grid;grid-template-columns:54% 46%;align-items:center;gap:70px}.about-visual{min-height:560px;display:grid;place-items:center;position:relative}.about-visual:before{content:"";position:absolute;width:96%;height:78%;background:var(--yellow);border-radius:39% 61% 47% 53% / 61% 39% 61% 39%;transform:rotate(3deg)}.about-visual img{width:95%;position:relative;z-index:2;filter:drop-shadow(0 24px 30px rgba(5,7,11,.1))}.about-chips{display:flex;flex-wrap:wrap;gap:10px;margin:30px 0}.about-points{list-style:none;padding:0;margin:30px 0}.about-points li{padding:17px 0;border-bottom:1px solid var(--line);font-size:14px;font-weight:800}.about-points li:before{content:"●";color:var(--pink);font-size:9px;margin-right:14px}.about-float{position:absolute;z-index:3;padding:13px 16px;border-radius:16px;background:#fff;border:1px solid #000;box-shadow:6px 6px 0 #000;font-size:11px;font-weight:900}.about-float--1{left:2%;top:12%}.about-float--2{right:0;bottom:14%}
.columns-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.column-card{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;transition:.35s}.column-card:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(5,7,11,.09)}.column-card__image{height:230px;display:grid;place-items:center;position:relative;overflow:hidden}.column-card__image img{width:84%;height:84%;object-fit:contain;position:relative;z-index:2;transition:.45s}.column-card:hover img{transform:scale(1.05) rotate(-2deg)}.column-card__image:before{content:"";position:absolute;width:140px;height:140px;border:1px solid rgba(5,7,11,.22);border-radius:50%}.column-card__image--y{background:#fff6cb}.column-card__image--p{background:#fff0f6}.column-card__image--b{background:#edf4ff}.column-card__body{padding:22px}.column-card__meta{font-size:10px;color:var(--pink);font-weight:900;display:flex;justify-content:space-between}.column-card h3{font-size:17px;line-height:1.65;min-height:86px}.filter-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:36px}.filter-btn{border:1px solid #000;background:#fff;border-radius:999px;padding:11px 16px;font-size:11px;font-weight:850;cursor:pointer}.filter-btn.is-active{background:var(--black);color:#fff}
.cta{background:var(--pink);color:#fff;min-height:520px;display:grid;align-items:center;overflow:hidden;position:relative}.cta h2{font-size:clamp(54px,7.5vw,110px);line-height:1.02;letter-spacing:-.06em;margin:0 0 55px}.cta__row{display:flex;justify-content:space-between;align-items:end;gap:30px}.cta__row p{max-width:480px;line-height:1.9}.cta .btn{width:min(480px,45vw);height:84px;background:#fff;color:#000;border-color:#fff}.cta__ring{position:absolute;border:2px solid rgba(255,255,255,.45);border-radius:50%}.cta__ring--1{width:470px;height:470px;right:-120px;top:-140px}.cta__ring--2{width:240px;height:240px;right:24%;bottom:-90px;background:var(--yellow);border:0}.cta__chip{position:absolute;left:6%;bottom:8%;background:#fff;color:#000;border-radius:999px;padding:14px 18px;font-size:10px;font-weight:900;letter-spacing:.12em;transform:rotate(-7deg)}
.page-hero{padding:90px 0 100px;overflow:hidden;position:relative}.page-hero__grid{display:grid;grid-template-columns:56% 44%;align-items:center;gap:60px}.page-hero h1{font-size:clamp(58px,7vw,104px);line-height:1;letter-spacing:-.065em;margin:0 0 30px}.page-hero__objects{min-height:430px;position:relative;display:grid;place-items:center}.page-hero__objects img{width:78%;position:relative;z-index:2}.page-hero__shape{position:absolute;width:95%;height:88%;background:var(--yellow);border-radius:59% 41% 40% 60% / 43% 56% 44% 57%;transform:rotate(-4deg)}.page-hero__objects .obj{position:absolute;z-index:3;border-radius:18px;border:1px solid #000;background:#fff;box-shadow:6px 6px 0 #000;padding:12px 15px;font-size:11px;font-weight:900}.obj--1{top:7%;left:0}.obj--2{right:1%;top:20%}.obj--3{left:10%;bottom:5%}.obj--4{right:12%;bottom:2%;background:var(--blue);color:#fff}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.detail-card{border:1px solid var(--line);border-radius:28px;padding:34px;background:#fff}.detail-card h3{font-size:28px;margin:0 0 18px}.detail-card ul{padding-left:20px;line-height:2;font-size:14px}.service-detail{display:grid;grid-template-columns:46% 54%;align-items:center;gap:70px;padding:80px 0;border-top:1px solid var(--line)}.service-detail:nth-child(even) .service-detail__visual{order:2}.service-detail__visual{min-height:430px;border-radius:34px;display:grid;place-items:center;position:relative;overflow:hidden}.service-detail__visual img{width:72%;height:72%;object-fit:contain;position:relative;z-index:2}.service-detail__visual:before{content:"";position:absolute;width:230px;height:230px;border:1px solid rgba(5,7,11,.18);border-radius:50%}.service-detail__visual--y{background:#fff6cb}.service-detail__visual--p{background:#fff0f6}.service-detail__visual--b{background:#edf4ff}.service-detail h2{font-size:clamp(40px,4vw,66px);line-height:1.18;margin:0 0 25px}.service-detail__list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:28px 0}.service-detail__list span{border:1px solid var(--line);border-radius:14px;padding:13px;font-size:12px;font-weight:800}.matrix{overflow:auto;border:1px solid var(--line);border-radius:28px}.matrix table{width:100%;min-width:800px;border-collapse:collapse}.matrix th,.matrix td{padding:20px;border-bottom:1px solid var(--line);border-right:1px solid var(--line);text-align:left;font-size:13px}.matrix th{background:var(--soft)}.matrix tr:last-child td{border-bottom:0}.matrix th:last-child,.matrix td:last-child{border-right:0}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.value-card{min-height:360px;border-radius:30px;padding:30px;border:1px solid var(--line);position:relative;overflow:hidden}.value-card b{font-size:72px;color:transparent;-webkit-text-stroke:1px #000;opacity:.25}.value-card h3{font-size:26px;margin:40px 0 18px}.value-card p{font-size:14px;line-height:1.9}.value-card:after{content:"";position:absolute;width:140px;height:140px;border-radius:50%;right:-40px;bottom:-40px;background:var(--yellow)}.value-card:nth-child(2):after{background:var(--pink)}.value-card:nth-child(3):after{background:var(--blue)}.profile{display:grid;grid-template-columns:40% 60%;gap:60px;align-items:center}.profile__visual{min-height:480px;border-radius:40px;background:var(--soft);display:grid;place-items:center;position:relative;overflow:hidden}.profile__silhouette{width:250px;height:320px;border-radius:48% 48% 24% 24%;background:linear-gradient(180deg,#fff,#ddd);position:relative}.profile__silhouette:before{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:#ddd;left:65px;top:-60px}.profile__badge{position:absolute;right:18px;top:18px;background:var(--yellow);border-radius:999px;padding:12px 15px;font-size:10px;font-weight:900}.profile h2{font-size:clamp(40px,4vw,64px);margin:0 0 25px}.facts{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line)}.fact{display:grid;grid-template-columns:150px 1fr;padding:20px 0;border-bottom:1px solid var(--line);font-size:13px}.fact b{font-size:12px}.fact:nth-child(odd){padding-right:24px}.fact:nth-child(even){padding-left:24px;border-left:1px solid var(--line)}
.contact-grid{display:grid;grid-template-columns:38% 62%;gap:70px}.contact-note{position:sticky;top:120px}.contact-note h2{font-size:clamp(42px,4.7vw,72px);margin:0 0 25px}.contact-note p{line-height:2;color:#444}.form{border:1px solid var(--line);border-radius:32px;padding:38px;background:#fff}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:9px;margin-bottom:20px}.field label{font-size:12px;font-weight:850}.field input,.field textarea,.field select{width:100%;border:1px solid #bdbdb6;border-radius:14px;padding:15px;background:#fff}.field textarea{min-height:170px;resize:vertical}.form-status{display:none;margin:18px 0;padding:14px;border-radius:12px;background:#eaf3ff;color:#064cae;font-size:13px}.form-status.is-visible{display:block}.privacy{max-width:900px;margin:auto}.privacy h2{font-size:28px;margin:55px 0 16px}.privacy p,.privacy li{font-size:14px;line-height:2}.privacy .notice{background:#fff6cb;border-radius:18px;padding:20px;margin-bottom:35px}
.footer{background:var(--black);color:#fff;padding:78px 0 24px}.footer__grid{display:grid;grid-template-columns:34% 1fr;gap:60px}.footer__brand img{width:230px;filter:brightness(0) invert(1)}.footer__brand p{color:#aaa;line-height:1.9;font-size:12px;max-width:390px}.footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.footer__links div{display:flex;flex-direction:column;gap:12px}.footer__links strong{font-size:12px;margin-bottom:8px}.footer__links a{font-size:12px;color:#aaa}.footer__bottom{margin-top:55px;border-top:1px solid #333;padding-top:20px;display:flex;justify-content:space-between;font-size:10px;color:#777}.reveal{opacity:0;transform:translateY(34px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:1050px){.site-header__inner{grid-template-columns:1fr auto;height:72px}.brand img{width:180px}.nav,.header-cta{display:none}.menu-btn{display:block}.mobile-nav{position:fixed;display:flex;flex-direction:column;gap:0;top:72px;left:0;right:0;height:calc(100svh - 72px);background:var(--yellow);padding:34px 24px;transform:translateY(-110%);transition:.55s var(--ease);z-index:90}.mobile-nav.is-open{transform:translateY(0)}.mobile-nav a{font-size:26px;font-weight:900;padding:17px 0;border-bottom:1px solid #000}.hero{min-height:0;padding:65px 0 95px}.hero__grid,.page-hero__grid,.about-band,.service-detail,.profile,.contact-grid{grid-template-columns:1fr}.hero h1{font-size:clamp(48px,11vw,72px)}.hero__visual{min-height:480px}.float-card--b{right:2%}.section{padding:90px 0}.section-head{grid-template-columns:1fr}.section-head__body{display:block}.section-head__body p{margin-top:20px}.services-grid{grid-template-columns:1fr}.service-card{min-height:0}.service-card__obj{height:330px}.stats-grid{grid-template-columns:1fr 1fr}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.3)}.process-grid{grid-template-columns:1fr 1fr}.about-band{gap:20px}.about-visual{min-height:430px}.columns-grid{grid-template-columns:1fr 1fr}.cta__row{display:block}.cta .btn{width:100%;margin-top:30px}.page-hero__objects{min-height:390px}.service-detail:nth-child(even) .service-detail__visual{order:0}.values-grid{grid-template-columns:1fr}.profile{gap:30px}.contact-note{position:static}.footer__grid{grid-template-columns:1fr}}
@media(max-width:620px){.container{width:min(calc(100% - 36px),var(--max))}.hero{padding-top:45px}.hero h1{font-size:45px}.hero__visual{min-height:340px}.hero__blob{height:72%}.float-card{display:none}.float-pill{display:none}.hero__dots{display:none}.button-row{flex-direction:column}.btn{width:100%}.ticker__track{height:58px;font-size:17px}.section-title{font-size:40px}.service-card__obj{height:250px}.stats-grid,.process-grid,.columns-grid,.facts,.form-row{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid rgba(255,255,255,.3)}.process-step{min-height:260px}.about-visual{min-height:320px}.columns-grid{gap:14px}.column-card h3{min-height:0}.cta{min-height:560px}.cta h2{font-size:49px}.cta__chip{display:none}.page-hero{padding:60px 0 70px}.page-hero h1{font-size:54px}.page-hero__objects{min-height:300px}.page-hero__objects .obj{display:none}.detail-grid,.service-detail__list{grid-template-columns:1fr}.service-detail{padding:55px 0;gap:28px}.service-detail__visual{min-height:300px}.facts{display:block}.fact,.fact:nth-child(odd),.fact:nth-child(even){grid-template-columns:110px 1fr;padding:17px 0;border-left:0}.profile__visual{min-height:390px}.form{padding:24px}.footer__links{grid-template-columns:1fr}.footer__bottom{flex-direction:column;gap:12px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}

/* =========================================================
   BAGEL LAND — Rich Motion / Parallax Enhancement
   ========================================================= */
:root{
  --fx-progress:0;
  --fx-pointer-x:50%;
  --fx-pointer-y:35%;
  --fx-header-y:0%;
}
html{scroll-padding-top:96px}
body{
  background:
    radial-gradient(circle at var(--fx-pointer-x) var(--fx-pointer-y),
      rgba(255,196,0,.065), transparent 24rem),
    var(--paper);
}
.site-header{
  transform:translateY(var(--fx-header-y));
  transition:transform .55s var(--ease),background-color .35s,border-color .35s;
}
.site-header.fx-hidden{--fx-header-y:-110%}
.page{position:relative;isolation:isolate}
.page.is-active{animation:fxPageIn .72s var(--ease) both}
@keyframes fxPageIn{
  from{opacity:0;transform:translateY(18px);filter:blur(7px)}
  to{opacity:1;transform:none;filter:none}
}

/* scroll progress */
.fx-progress{
  position:fixed;left:0;right:0;top:0;height:4px;z-index:10002;
  background:rgba(5,7,11,.06);pointer-events:none
}
.fx-progress span{
  display:block;height:100%;width:100%;
  transform:scaleX(var(--fx-progress));transform-origin:left;
  background:linear-gradient(90deg,var(--pink),var(--yellow) 48%,var(--blue));
  box-shadow:0 0 18px rgba(8,103,249,.35)
}

/* ambient fixed depth field */
.fx-ambient{position:fixed;inset:0;z-index:-5;pointer-events:none;overflow:hidden}
.fx-ambient__orb{
  position:absolute;border-radius:50%;filter:blur(2px);opacity:.18;
  will-change:transform
}
.fx-ambient__orb:nth-child(1){
  width:34vw;height:34vw;min-width:320px;min-height:320px;
  background:var(--yellow);left:-12vw;top:22vh
}
.fx-ambient__orb:nth-child(2){
  width:26vw;height:26vw;min-width:260px;min-height:260px;
  background:var(--pink);right:-9vw;top:54vh
}
.fx-ambient__orb:nth-child(3){
  width:22vw;height:22vw;min-width:220px;min-height:220px;
  background:var(--blue);left:38vw;bottom:-15vw
}
.fx-grain{
  position:fixed;inset:0;z-index:9990;pointer-events:none;opacity:.035;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  mix-blend-mode:multiply
}

/* route transition */
.fx-route-wipe{position:fixed;inset:0;z-index:10001;pointer-events:none;display:grid;grid-template-columns:repeat(3,1fr)}
.fx-route-wipe i{transform:translateY(-102%);will-change:transform}
.fx-route-wipe i:nth-child(1){background:var(--yellow)}
.fx-route-wipe i:nth-child(2){background:var(--pink)}
.fx-route-wipe i:nth-child(3){background:var(--blue)}
.fx-route-wipe.is-entering i{animation:fxWipeIn .52s var(--ease) both}
.fx-route-wipe.is-entering i:nth-child(2){animation-delay:.035s}
.fx-route-wipe.is-entering i:nth-child(3){animation-delay:.07s}
.fx-route-wipe.is-leaving i{animation:fxWipeOut .58s var(--ease) both}
.fx-route-wipe.is-leaving i:nth-child(2){animation-delay:.035s}
.fx-route-wipe.is-leaving i:nth-child(3){animation-delay:.07s}
@keyframes fxWipeIn{to{transform:translateY(0)}}
@keyframes fxWipeOut{from{transform:translateY(0)}to{transform:translateY(102%)}}

/* custom cursor */
.fx-cursor,.fx-cursor-dot{position:fixed;left:0;top:0;pointer-events:none;z-index:10003;border-radius:50%;opacity:0}
.fx-cursor{
  width:38px;height:38px;border:1px solid rgba(5,7,11,.6);
  transform:translate(-50%,-50%);transition:width .22s,height .22s,background .22s,border-color .22s,opacity .2s;
  mix-blend-mode:difference
}
.fx-cursor-dot{width:6px;height:6px;background:#fff;transform:translate(-50%,-50%)}
body.fx-cursor-ready .fx-cursor,body.fx-cursor-ready .fx-cursor-dot{opacity:1}
.fx-cursor.is-active{width:64px;height:64px;background:#fff;border-color:#fff}

/* kinetic title reveal */
.fx-title{overflow:visible}
.fx-line{display:block;overflow:hidden;padding:.05em .05em .11em;margin:-.05em}
.fx-line>span{display:block;transform:translateY(118%) rotate(2deg);opacity:.15}
.page.is-active .fx-title.is-visible .fx-line>span{
  animation:fxLineUp .9s var(--ease) forwards
}
.page.is-active .fx-title.is-visible .fx-line:nth-child(2)>span{animation-delay:.09s}
.page.is-active .fx-title.is-visible .fx-line:nth-child(3)>span{animation-delay:.18s}
@keyframes fxLineUp{to{transform:none;opacity:1}}

/* richer reveal language */
.fx-rise{
  opacity:0;transform:translateY(56px) scale(.985);
  filter:blur(8px);
  transition:opacity .95s var(--ease),transform .95s var(--ease),filter .95s var(--ease)
}
.fx-rise.fx-visible{opacity:1;transform:none;filter:none}
.fx-clip{clip-path:inset(0 100% 0 0);transition:clip-path 1.1s var(--ease)}
.fx-clip.fx-visible{clip-path:inset(0)}
.section-title,.page-hero h1,.cta h2{view-transition-name:none}

/* depth and section rails */
.section,.stats,.page-hero,.hero,.cta{isolation:isolate}
.section:after,.page-hero:after{
  content:"";position:absolute;left:50%;bottom:0;width:min(calc(100% - 48px),var(--max));
  height:1px;background:linear-gradient(90deg,transparent,rgba(5,7,11,.18),transparent);
  transform:translateX(-50%) scaleX(var(--fx-section-line,0));transform-origin:left;
  transition:transform 1.4s var(--ease);pointer-events:none
}
.section.fx-section-active:after,.page-hero.fx-section-active:after{--fx-section-line:1}

/* hero spatial composition */
.hero{perspective:1600px}
.hero__grid{position:relative}
.hero__copy{position:relative;z-index:5}
.hero__copy:before{
  content:"";position:absolute;width:110px;height:110px;left:-70px;top:-42px;
  border:1px solid rgba(5,7,11,.16);border-radius:50%;
  box-shadow:0 0 0 18px rgba(255,196,0,.12),0 0 0 36px rgba(255,196,0,.06);
  animation:fxPulse 5s ease-in-out infinite
}
.hero__visual{
  transform-style:preserve-3d;perspective:1200px;
  transition:transform .25s ease-out
}
.hero__blob{
  animation:fxBlobMorph 10s ease-in-out infinite alternate;
  filter:drop-shadow(0 35px 55px rgba(255,196,0,.24));
  will-change:border-radius,filter
}
.hero__visual>img{
  transform:translateZ(90px);
  transition:filter .35s;
  will-change:translate,transform
}
.hero__visual:hover>img{filter:drop-shadow(0 44px 38px rgba(5,7,11,.18))}
.float-card,.float-pill,.hero__dots,.about-float,.page-hero__objects .obj{
  will-change:translate,transform
}
.float-card{backdrop-filter:blur(10px);background:rgba(255,255,255,.88)}
.orbit{will-change:transform}
@keyframes fxBlobMorph{
  0%{border-radius:56% 44% 61% 39% / 46% 58% 42% 54%;filter:drop-shadow(0 35px 55px rgba(255,196,0,.18))}
  35%{border-radius:42% 58% 47% 53% / 58% 40% 60% 42%}
  70%{border-radius:61% 39% 42% 58% / 43% 61% 39% 57%}
  100%{border-radius:48% 52% 64% 36% / 55% 45% 58% 42%;filter:drop-shadow(0 45px 68px rgba(255,196,0,.28))}
}
@keyframes fxPulse{50%{transform:scale(1.08);opacity:.55}}

/* generated editorial objects */
.fx-object{
  position:absolute;z-index:5;display:grid;place-items:center;
  color:var(--black);background:rgba(255,255,255,.92);
  border:1px solid rgba(5,7,11,.75);box-shadow:5px 6px 0 rgba(5,7,11,.9);
  backdrop-filter:blur(12px);font-weight:950;letter-spacing:.05em;
  will-change:translate,transform
}
.fx-object--doc{width:72px;height:92px;right:9%;bottom:15%;border-radius:12px;transform:rotate(7deg)}
.fx-object--doc:before{
  content:"";width:36px;height:40px;
  background:repeating-linear-gradient(to bottom,#05070b 0 2px,transparent 2px 9px);
  opacity:.7
}
.fx-object--play{width:62px;height:62px;left:7%;top:34%;border-radius:50%;color:#fff;background:var(--pink);font-size:20px}
.fx-object--search{width:138px;height:42px;right:4%;top:9%;border-radius:999px;justify-content:start;padding-left:17px;font-size:10px}
.fx-object--search:after{content:"⌕";position:absolute;right:13px;font-size:20px;color:var(--blue)}
.fx-object--tag{padding:12px 16px;left:23%;bottom:2%;border-radius:999px;background:var(--blue);color:#fff;font-size:10px;transform:rotate(-5deg)}
.fx-object--spark{
  width:54px;height:54px;right:31%;top:1%;border:0;box-shadow:none;background:transparent;font-size:42px;color:var(--pink);
  animation:fxFloat 4.8s ease-in-out infinite
}
@keyframes fxFloat{50%{translate:0 -16px;rotate:9deg}}

/* ticker depth */
.ticker{position:relative;z-index:3;transform:rotate(-.35deg);box-shadow:0 14px 0 var(--black)}
.ticker__track{animation-duration:30s}
.ticker:hover .ticker__track{animation-play-state:paused}

/* cards: 3D tilt + spotlight */
.service-card,.column-card,.value-card,.detail-card,.process-step{
  --fx-rx:0deg;--fx-ry:0deg;--fx-lift:0px;--fx-spot-x:50%;--fx-spot-y:50%;
  transform:perspective(1100px) rotateX(var(--fx-rx)) rotateY(var(--fx-ry)) translateY(var(--fx-lift));
  transform-style:preserve-3d;will-change:transform;
  transition:transform .28s ease-out,box-shadow .4s var(--ease),border-color .3s
}
.service-card:before,.column-card:after,.value-card:before,.detail-card:before,.process-step:before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;opacity:0;
  background:radial-gradient(circle at var(--fx-spot-x) var(--fx-spot-y),rgba(255,255,255,.95),transparent 38%);
  transition:opacity .3s
}
.service-card:hover:before,.column-card:hover:after,.value-card:hover:before,.detail-card:hover:before,.process-step:hover:before{opacity:.72}
.service-card:hover,.column-card:hover,.value-card:hover,.detail-card:hover,.process-step:hover{
  --fx-lift:-10px;border-color:rgba(5,7,11,.5);box-shadow:0 34px 75px rgba(5,7,11,.12)
}
.service-card>*,
.column-card>*,
.value-card>*,
.detail-card>*,
.process-step>*{position:relative;z-index:1}
.service-card__obj img,.column-card__image img{transform:translateZ(34px)}
.service-card h3,.column-card h3{transform:translateZ(18px)}
.service-card__link{overflow:hidden}
.service-card__link:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--pink);transition:right .4s var(--ease)}
.service-card:hover .service-card__link:after{right:0}

/* stats counter stage */
.stat{overflow:hidden}
.stat strong{position:relative;z-index:2;font-variant-numeric:tabular-nums}
.stat:after{
  content:"";position:absolute;width:140px;height:140px;right:-65px;bottom:-70px;
  border:1px solid rgba(255,255,255,.28);border-radius:50%;
  transition:transform .8s var(--ease)
}
.stat:hover:after{transform:scale(1.55)}
.stats.fx-section-active .stat{animation:fxStatIn .8s var(--ease) both}
.stats.fx-section-active .stat:nth-child(2){animation-delay:.08s}
.stats.fx-section-active .stat:nth-child(3){animation-delay:.16s}
.stats.fx-section-active .stat:nth-child(4){animation-delay:.24s}
@keyframes fxStatIn{from{opacity:0;transform:translateY(35px)}to{opacity:1;transform:none}}

/* process timeline */
.process-grid{position:relative}
.process-grid:before{
  content:"";position:absolute;left:6%;right:6%;top:50%;height:2px;
  background:linear-gradient(90deg,var(--yellow),var(--pink),var(--blue),var(--black));
  transform:scaleX(var(--fx-process,0));transform-origin:left;
  transition:transform 1.6s var(--ease)
}
.process.fx-section-active .process-grid:before{--fx-process:1}
.process-step{z-index:1}

/* about layered parallax */
.about-visual,.page-hero__objects{perspective:1300px;transform-style:preserve-3d}
.about-visual:before,.page-hero__shape{
  animation:fxBlobMorph 13s ease-in-out infinite alternate-reverse
}
.about-visual img,.page-hero__objects img{transform:translateZ(65px);will-change:translate,transform}
.about-float{background:rgba(255,255,255,.9);backdrop-filter:blur(10px)}
.about-band{position:relative}

/* CTA: kinetic rings and light sweep */
.cta:before{
  content:"";position:absolute;inset:-30%;
  background:conic-gradient(from 180deg,transparent 0 22%,rgba(255,255,255,.15) 28%,transparent 35% 67%,rgba(255,196,0,.28) 74%,transparent 82%);
  animation:fxCTAspin 18s linear infinite
}
.cta:after{
  content:"";position:absolute;left:-35%;top:0;width:25%;height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);
  transform:skewX(-18deg);animation:fxSweep 7s ease-in-out infinite
}
.cta .container{position:relative;z-index:2}
.cta__ring--1{animation:orbit 24s linear infinite}
.cta__ring--2{animation:fxFloat 6s ease-in-out infinite}
@keyframes fxCTAspin{to{transform:rotate(360deg)}}
@keyframes fxSweep{0%,60%{translate:-30vw 0}100%{translate:170vw 0}}

/* magnetic buttons */
.btn,.header-cta,.filter-btn{will-change:transform}
.btn span{transition:transform .3s var(--ease)}
.btn:hover span{transform:translateX(5px)}

/* scroll cue */
.fx-scroll-cue{
  position:fixed;right:22px;bottom:22px;z-index:80;
  width:48px;height:88px;border:1px solid rgba(5,7,11,.36);border-radius:999px;
  display:flex;align-items:flex-end;justify-content:center;padding-bottom:12px;
  background:rgba(255,255,255,.72);backdrop-filter:blur(12px);
  transition:opacity .3s,transform .3s
}
.fx-scroll-cue:before{
  content:"";width:5px;height:18px;background:var(--pink);border-radius:999px;
  animation:fxScrollCue 1.7s ease-in-out infinite
}
.fx-scroll-cue span{
  position:absolute;top:17px;font-size:8px;font-weight:900;letter-spacing:.18em;
  writing-mode:vertical-rl
}
.fx-scroll-cue.is-hidden{opacity:0;transform:translateY(15px);pointer-events:none}
@keyframes fxScrollCue{50%{height:34px;background:var(--blue)}}

/* mobile motion tuning */
@media (max-width:1050px){
  .hero__copy:before{display:none}
  .fx-object--search{right:0}
  .process-grid:before{display:none}
}
@media (max-width:620px){
  .fx-object--play,.fx-object--search,.fx-object--spark{display:none}
  .fx-object--doc{width:50px;height:65px;right:4%;bottom:10%}
  .fx-object--tag{left:8%;bottom:1%}
  .fx-scroll-cue{display:none}
  .ticker{box-shadow:0 8px 0 var(--black)}
  .hero__visual>img,.about-visual img,.page-hero__objects img{transform:none}
  .service-card,.column-card,.value-card,.detail-card,.process-step{transform:none!important}
}
@media (pointer:coarse){
  .fx-cursor,.fx-cursor-dot{display:none}
}
@media (prefers-reduced-motion:reduce){
  .fx-ambient,.fx-cursor,.fx-cursor-dot,.fx-scroll-cue{display:none!important}
  .hero__blob,.about-visual:before,.page-hero__shape,.cta:before,.cta:after,.fx-object--spark{animation:none!important}
  .fx-rise,.fx-clip,.fx-line>span{opacity:1!important;transform:none!important;clip-path:none!important;filter:none!important}
}


/* =========================================================
   BAGEL LAND — Layout Stability & Polish Pass
   ========================================================= */

/* Critical copy must never disappear when an observer is late or skipped. */
.fx-clip{
  clip-path:none!important;
  opacity:1!important;
  transform:none!important;
  filter:none!important;
}
.page.is-active .reveal{
  opacity:1;
  transform:none;
}

/* Keep the entrance motion crisp; blur made text look broken while scrolling. */
.fx-rise{
  filter:none;
  transform:translateY(32px);
}
.fx-rise.fx-visible{
  filter:none;
}

/* More balanced spacing and text measures. */
.hero__copy .eyebrow{margin-bottom:22px}
.hero__copy .lead{
  max-width:560px;
  margin-top:26px;
  font-size:16px;
}
.section-head__body .section-title{max-width:760px}
.section-head__body p{max-width:480px}
.about-band>div:last-child{position:relative;z-index:3}
.about-band>div:last-child .lead{max-width:590px}

/* Refine depth objects and avoid collisions around the hero artwork. */
.fx-object--doc{right:6%;bottom:11%}
.fx-object--play{left:8%;top:32%}
.fx-object--search{right:2%;top:8%}
.fx-object--tag{left:24%;bottom:-1%}
.float-card--a{top:9%;left:2%}
.float-card--b{right:-1%;top:24%}
.float-card--c{left:13%;bottom:7%}
.float-pill--blue{left:43%;top:4%}

/* Keep interactive transforms inside their cards. */
.service-card,.column-card,.value-card,.detail-card,.process-step{
  contain:layout paint;
}
.service-card__obj,.column-card__image{isolation:isolate}

/* Cleaner desktop service rhythm. */
.services-grid{align-items:stretch}
.service-card{height:100%}
.service-card h3{min-height:82px}
.service-card p{margin-bottom:22px}

/* Stats keep their final labels readable during count-up. */
.stat strong{min-height:1.2em;display:flex;align-items:baseline;gap:.08em}
.stat p{max-width:210px;line-height:1.65}

/* About content and artwork remain aligned during parallax. */
.about-band{align-items:center}
.about-visual{overflow:visible}
.about-chips .tag{white-space:nowrap}

/* Avoid CTA decoration covering the copy. */
.cta__row,.cta h2{position:relative;z-index:3}
.cta__ring{z-index:1}
.cta__chip{z-index:4}

/* Accessible focus states remain visible above motion layers. */
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{
  outline:3px solid var(--blue);
  outline-offset:4px;
}

/* Tablet */
@media(max-width:1050px){
  .hero__copy .lead{max-width:640px}
  .service-card h3{min-height:0}
  .fx-object--search{top:4%}
}

/* Smartphone: purpose-built layout instead of a compressed desktop. */
@media(max-width:620px){
  .site-header__inner{padding:0 18px}
  .brand img{width:178px}
  .hero{
    padding:52px 0 62px;
  }
  .hero__grid{gap:28px}
  .hero h1{
    font-size:clamp(43px,12.2vw,54px);
    line-height:1.08;
    letter-spacing:-.065em;
  }
  .hero__copy .eyebrow{
    display:block;
    margin-bottom:16px;
    font-size:10px;
    letter-spacing:.15em;
  }
  .hero__copy .lead{
    display:block;
    margin:20px 0 0;
    font-size:15px;
    line-height:1.85;
  }
  .hero .button-row{margin-top:27px!important;gap:12px}
  .hero__visual{min-height:360px;margin-top:8px}
  .hero__visual>img{width:100%}
  .hero__blob{width:104%;height:76%}
  .fx-object--doc{right:1%;bottom:11%}
  .fx-object--tag{left:7%;bottom:-1%;font-size:9px}
  .hero__line{bottom:10px;width:56vw}

  .section{padding:78px 0}
  .section-head{margin-bottom:38px;gap:17px}
  .section-head__body p{margin-top:18px}
  .section-title{font-size:39px;line-height:1.16}

  .service-card{padding:19px;border-radius:24px}
  .service-card__obj{height:230px;margin-bottom:24px}
  .service-card h3{font-size:27px}
  .service-card p{font-size:14px}

  /* Maintain the intended 2 × 2 stats composition. */
  .stats-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .stat{
    min-height:185px;
    padding:21px 16px;
    border-right:0;
    border-bottom:0;
  }
  .stat:nth-child(odd){border-right:1px solid rgba(255,255,255,.3)}
  .stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.3)}
  .stat strong{font-size:31px}
  .stat p{font-size:11px}
  .stat__orb{width:46px;height:46px}

  /* On mobile, read the philosophy first, then see the supporting image. */
  .about-band>div:not(.about-visual){order:1}
  .about-band>.about-visual{order:2;margin-top:20px}
  .about-band{gap:22px}
  .about-visual{min-height:300px}
  .about-points{margin:24px 0}
  .about-points li{font-size:13px;padding:15px 0}
  .about-chips{margin:23px 0}

  .columns-grid{gap:18px}
  .column-card__image{height:210px}
  .column-card__body{padding:20px}

  .cta{min-height:520px}
  .cta h2{font-size:46px;margin-bottom:34px}
  .cta__row p{font-size:14px}
  .cta .btn{height:62px}
  .cta__ring--1{width:300px;height:300px;right:-120px;top:-90px}
  .cta__ring--2{width:150px;height:150px;right:-28px;bottom:-60px}

  .footer{padding-top:58px}
  .footer__grid{gap:38px}
  .footer__brand img{width:200px}
}

/* Coarse pointers should not receive accidental hover translations. */
@media(pointer:coarse){
  .btn,.header-cta,.filter-btn{
    transform:none!important;
  }
}


/* =========================================================
   Final visibility safeguard
   Motion should enhance content, never hide it.
   ========================================================= */
.fx-rise{
  opacity:1!important;
  filter:none!important;
  transform:translateY(22px);
}
.fx-rise.fx-visible{
  transform:none;
}
.fx-line>span{
  opacity:1;
  transform:translateY(14%);
}
.fx-title.is-visible .fx-line>span,
.page.is-active .fx-title.is-visible .fx-line>span{
  transform:none;
  opacity:1;
}




/* =========================================================
   FB COMPLETE — final refinement
   ========================================================= */
:root{--header-height:82px}
.site-header{
  position:sticky!important;top:0!important;z-index:1000!important;
  transform:none!important;--fx-header-y:0%!important;
  box-shadow:0 8px 30px rgba(5,7,11,.045);
}
.site-header.fx-hidden{transform:none!important;--fx-header-y:0%!important}

.hero__headline .fx-line,
.hero__headline .fx-line>span{white-space:nowrap!important}
.hero__copy .hero__lead{
  max-width:610px!important;
  line-height:1.85!important;
  text-wrap:balance;
  word-break:normal;
  overflow-wrap:normal;
  line-break:strict;
}
.hero__copy .hero__lead br{display:block}

.ticker{margin:0!important;overflow:hidden}
.ticker__track{
  display:flex!important;gap:0!important;width:max-content!important;height:72px;
  animation:fbTicker 26s linear infinite!important;will-change:transform
}
.ticker__group{
  display:flex;align-items:center;gap:28px;flex:none;
  padding-right:28px
}
.ticker__group i{flex:none;width:10px;height:10px;border-radius:50%;background:var(--pink)}
@keyframes fbTicker{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
@media(prefers-reduced-motion:reduce){.ticker__track{animation-duration:60s!important}}

.service-card__obj:before,.service-card__obj:after{display:none!important}
.service-card .micro-objects{display:none!important}

.stats:before{display:none!important}
.stat__orb{display:none!important}
.stat__icon{
  font-size:54px!important;line-height:1!important;font-weight:400;
  display:block;margin-bottom:26px
}
.stat strong{
  font-size:clamp(42px,4.5vw,68px)!important;
  font-weight:600!important;white-space:nowrap
}
.stat p{font-size:13px!important}
.stats-grid{background:none!important}

.cta__chip{display:none!important}

.footer__brand img{
  width:250px!important;filter:none!important;height:auto
}
.footer__links strong{
  color:#fff;font-size:13px;letter-spacing:.04em;white-space:nowrap;display:block
}
.footer-link{
  position:relative;display:flex!important;align-items:center;justify-content:space-between;gap:10px;
  min-height:38px;padding:8px 0;color:#aaa!important;white-space:nowrap;
  border-bottom:1px solid transparent;transition:.25s var(--ease)
}
.footer-link:after{
  content:"→";font-size:14px;color:#fff;opacity:.45;
  transform:translateX(-5px);transition:.25s var(--ease)
}
.footer-link:hover,.footer-link:focus-visible{
  color:#fff!important;border-bottom-color:#555
}
.footer-link:hover:after,.footer-link:focus-visible:after{
  opacity:1;transform:translateX(0);color:var(--pink)
}

.team-section{background:#faf9f5}
.team-stack{display:grid;gap:130px}
.team-profile{
  display:grid;grid-template-columns:minmax(0,42%) minmax(0,58%);
  gap:72px;align-items:center
}
.team-profile--dog{grid-template-columns:minmax(0,58%) minmax(0,42%)}
.team-profile__visual{
  position:relative;min-height:540px;border-radius:38px;overflow:hidden;
  background:#eee;border:1px solid var(--line)
}
.team-profile__visual:before{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(180deg,transparent 62%,rgba(5,7,11,.12))
}
.team-profile__visual img{
  width:100%;height:100%;object-fit:cover;display:block
}
.team-profile--representative .team-profile__visual img{object-position:50% 45%}
.team-profile--dog .team-profile__visual img{object-position:50% 50%}
.team-profile__role{
  position:absolute;z-index:2;left:22px;bottom:22px;padding:12px 16px;
  border-radius:999px;background:var(--yellow);color:#000;
  font-size:10px;font-weight:950;letter-spacing:.12em
}
.team-profile__role--blue{background:var(--blue);color:#fff}
.team-profile__content h2{
  margin:0 0 22px;font-size:clamp(46px,5vw,76px);line-height:1.05;letter-spacing:-.055em
}
.team-profile__sub{font-size:13px;font-weight:800;line-height:1.8;margin:0 0 28px}
.profile-tags{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 28px}
.profile-tags span{
  border:1px solid #111;border-radius:999px;padding:9px 13px;
  font-size:10px;font-weight:900;letter-spacing:.06em;background:#fff
}
.team-profile__copy{display:grid;gap:18px}
.team-profile__copy p{margin:0;font-size:14px;line-height:2;color:#363632}
.dog-facts{margin:30px 0 0;border-top:1px solid var(--line)}
.dog-facts div{display:grid;grid-template-columns:150px 1fr;gap:18px;padding:17px 0;border-bottom:1px solid var(--line)}
.dog-facts dt{font-size:11px;font-weight:900}
.dog-facts dd{margin:0;font-size:13px;line-height:1.7}

.company-table-wrap{overflow:hidden;border:1px solid #333;background:#fff}
.company-table{width:100%;border-collapse:collapse}
.company-table th,.company-table td{
  border-bottom:1px solid #333;padding:25px 18px;text-align:left;
  font-size:clamp(15px,1.5vw,24px);line-height:1.7;font-weight:400
}
.company-table th{width:18%;border-right:1px solid #333;font-weight:500}
.company-table tr:last-child th,.company-table tr:last-child td{border-bottom:0}

.form-recipient{margin:18px 0 0;font-size:11px;color:#777}
.form-status.is-visible{display:block}

.fx-cursor{
  width:22px!important;height:22px!important;border:1px solid rgba(8,103,249,.55)!important;
  background:rgba(255,255,255,.7)!important;mix-blend-mode:normal!important;
  box-shadow:0 4px 14px rgba(5,7,11,.08)
}
.fx-cursor.is-active{
  width:58px!important;height:58px!important;border:0!important;
  background-color:transparent!important;
  background-image:url("../images/custom-cursor.png")!important;
  background-position:center!important;background-repeat:no-repeat!important;background-size:contain!important;
  box-shadow:0 10px 28px rgba(5,7,11,.16);
  transform:translate(-50%,-50%) rotate(-5deg)!important
}
.fx-cursor.is-active + .fx-cursor-dot{opacity:0!important}
@media(pointer:fine){
  a,button,input,textarea,select,.service-card,.column-card{cursor:none!important}
}

@media(max-width:1050px){
  .team-profile,.team-profile--dog{grid-template-columns:1fr;gap:34px}
  .team-profile--dog .team-profile__content{order:2}
  .team-profile--dog .team-profile__visual{order:1}
  .team-profile__visual{min-height:520px}
  .company-table th{width:25%}
}
@media(max-width:620px){
  :root{--header-height:72px}
  .hero__headline{font-size:clamp(38px,10.7vw,48px)!important;letter-spacing:-.06em}
  .hero__copy .hero__lead{
    font-size:14px!important;line-height:1.8!important;max-width:100%!important
  }
  .hero__copy .hero__lead br{display:none}
  .ticker__track{height:60px;font-size:17px}
  .ticker__group{gap:20px;padding-right:20px}
  .ticker__group i{width:8px;height:8px}
  .stat__icon{font-size:44px!important;margin-bottom:18px}
  .stat strong{font-size:clamp(27px,8.3vw,36px)!important}
  .team-stack{gap:80px}
  .team-profile,.team-profile--dog{gap:25px}
  .team-profile__visual{min-height:390px;border-radius:28px}
  .team-profile__content h2{font-size:46px}
  .team-profile__copy p{font-size:13px;line-height:1.9}
  .dog-facts div{grid-template-columns:1fr;gap:5px}
  .company-table-wrap{overflow-x:auto}
  .company-table{min-width:650px}
  .company-table th,.company-table td{padding:19px 14px;font-size:15px}
  .footer__brand img{width:220px!important}
}



/* =========================================================
   FB ROUND 2 — layout, line-break and content refinements
   ========================================================= */

/* The four repeated tracks make the animation safe on ultrawide screens. */
.ticker__track--continuous{
  display:flex!important;
  width:max-content!important;
  min-width:max-content!important;
  gap:0!important;
  animation:fbTickerWide 34s linear infinite!important;
  will-change:transform;
}
.ticker__track--continuous .ticker__group{
  flex:none!important;
  min-width:max-content!important;
}
@keyframes fbTickerWide{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-25%,0,0)}
}

/* Explicit copy lines: no accidental Japanese mid-phrase wrapping on desktop. */
.forced-lines .text-line,
.balanced-copy .copy-line{
  display:block;
}
.forced-lines .text-line{
  white-space:nowrap;
}
.balanced-copy .copy-line{
  white-space:nowrap;
  word-break:keep-all;
  overflow-wrap:normal;
}
.section-head--exact-copy .section-head__body{
  display:grid!important;
  grid-template-columns:minmax(610px,1.35fr) minmax(320px,.65fr);
  gap:44px;
  align-items:end;
}
.section-head--exact-copy .section-head__body .lead{
  margin:0 0 5px;
}
.section-head--solo .section-head__body{
  display:block!important;
}
.section-head--solo .section-title{
  max-width:none!important;
}
.forced-lines--medium{
  font-size:clamp(52px,5vw,76px)!important;
}
.forced-lines--long{
  font-size:clamp(48px,4.7vw,72px)!important;
}

/* Home about needs enough width to preserve its two intentional lines. */
.about-band{
  grid-template-columns:minmax(0,42%) minmax(0,58%)!important;
}
.about-band>div:last-child{
  min-width:0;
}
.about-band .forced-lines--long{
  font-size:clamp(43px,4.05vw,62px)!important;
}
.about-band .about-copy{
  max-width:720px!important;
}

/* Statistics: reserve more space for 10,000記事+ and keep values intact. */
.stats--wide-third .stats-grid{
  grid-template-columns:.95fr .95fr 1.35fr .8fr!important;
}
.stats--wide-third .stat{
  min-width:0;
  padding-left:28px!important;
  padding-right:28px!important;
  overflow:hidden;
}
.stats--wide-third .stat strong{
  width:100%;
  white-space:nowrap!important;
  font-size:clamp(42px,4.1vw,62px)!important;
  letter-spacing:-.055em!important;
}
.stats--wide-third .stat:nth-child(3) strong{
  font-size:clamp(38px,3.65vw,54px)!important;
}
.stats--wide-third .stat:nth-child(4) strong{
  font-size:clamp(40px,3.8vw,58px)!important;
}

/* Process and mission cards use deliberate copy lines. */
.process-copy,
.value-copy{
  line-height:1.85!important;
}
.value-card{
  min-height:390px;
}
.value-card .value-copy{
  font-size:13px;
}

/* Profile cards: fixed visual height makes object-fit actually fill the frame. */
.team-profile__visual--cover{
  height:620px!important;
  min-height:0!important;
  background:transparent!important;
}
.team-profile__visual--cover img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.team-profile--representative .team-profile__visual--cover img{
  object-position:50% 45%!important;
}
.team-profile--dog .team-profile__visual--cover img{
  object-position:50% 50%!important;
}
.team-profile__jp-role{
  margin:0 0 4px;
  font-size:14px;
  font-weight:900;
  letter-spacing:.08em;
}
.team-profile__en-name{
  margin:0 0 25px;
  color:var(--pink);
  font-size:18px;
  font-weight:900;
  letter-spacing:.08em;
}
.profile-tags--dog{
  margin-top:0!important;
  margin-bottom:30px!important;
}

/* Hero floating labels are now concise, and SHORT VIDEO stays above the art. */
.float-card small{
  display:none!important;
}
.float-card--short-clear{
  right:1%!important;
  top:5%!important;
  bottom:auto!important;
  z-index:9!important;
  min-width:162px;
  text-align:center;
}
.fx-object--search{
  right:22%!important;
  top:-5%!important;
}
.float-card--a{
  top:6%!important;
}
.float-card--c{
  bottom:4%!important;
}

/* Removed page should never reappear from stale browser state. */
#page-column{
  display:none!important;
}

@media(max-width:1180px){
  .section-head--exact-copy .section-head__body{
    grid-template-columns:1fr;
    gap:24px;
  }
  .section-head--exact-copy .section-head__body .lead{
    margin:0;
  }
  .stats--wide-third .stat{
    padding-left:20px!important;
    padding-right:20px!important;
  }
  .float-card--short-clear{
    right:0!important;
    top:7%!important;
  }
}

@media(max-width:1050px){
  .forced-lines .text-line{
    white-space:normal;
  }
  .balanced-copy .copy-line{
    white-space:normal;
  }
  .about-band{
    grid-template-columns:1fr!important;
  }
  .team-profile__visual--cover{
    height:560px!important;
  }
  .stats--wide-third .stats-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .stats--wide-third .stat:nth-child(3) strong{
    font-size:clamp(36px,6.3vw,54px)!important;
  }
}

@media(max-width:620px){
  .forced-lines .text-line,
  .balanced-copy .copy-line{
    white-space:normal;
  }
  .forced-lines--medium{
    font-size:clamp(34px,10vw,43px)!important;
  }
  .forced-lines--long{
    font-size:clamp(29px,8.2vw,36px)!important;
    line-height:1.22!important;
  }
  .about-band .forced-lines--long{
    font-size:clamp(29px,8.2vw,36px)!important;
  }
  .section-head--exact-copy .section-head__body{
    display:block!important;
  }
  .balanced-copy .copy-line{
    margin-top:0;
  }
  .stats--wide-third .stat{
    padding:20px 13px!important;
  }
  .stats--wide-third .stat strong,
  .stats--wide-third .stat:nth-child(3) strong,
  .stats--wide-third .stat:nth-child(4) strong{
    font-size:clamp(25px,7.5vw,33px)!important;
  }
  .value-card{
    min-height:0;
  }
  .team-profile__visual--cover{
    height:440px!important;
  }
  .team-profile--representative .team-profile__visual--cover img{
    object-position:50% 42%!important;
  }
  .team-profile--dog .team-profile__visual--cover img{
    object-position:50% 50%!important;
  }
  .float-card--short-clear{
    right:0!important;
    top:2%!important;
    min-width:120px;
  }
  .fx-object--search{
    display:none!important;
  }
}

/* Loader remains legible for the intended first-view duration. */
.loader:not(.is-hidden) .loader__inner{
  animation:loaderIntroHold 2.05s var(--ease) both;
}
@keyframes loaderIntroHold{
  0%{opacity:0;transform:translateY(14px) scale(.97)}
  18%,78%{opacity:1;transform:none}
  100%{opacity:1;transform:none}
}



/* =========================================================
   FB ROUND 3
   ========================================================= */

/* Exact Japanese line breaks requested in the review. */
.nowrap-line{
  white-space:nowrap;
  word-break:keep-all;
  overflow-wrap:normal;
}
.exact-body-copy,
.exact-cta-copy,
.footer-exact-copy{
  word-break:keep-all;
  overflow-wrap:normal;
}
.exact-body-copy .nowrap-line,
.exact-cta-copy .nowrap-line,
.footer-exact-copy .nowrap-line{
  display:inline-block;
}

/* Every yellow ticker uses the same generous rhythm and never opens a gap. */
.ticker{
  overflow:hidden!important;
}
.ticker__track--round3{
  display:flex!important;
  width:max-content!important;
  min-width:max-content!important;
  gap:0!important;
  animation:round3Ticker 42s linear infinite!important;
  will-change:transform;
}
.ticker__group--round3{
  display:flex!important;
  align-items:center!important;
  flex:none!important;
  width:max-content!important;
  min-width:max-content!important;
  gap:30px!important;
  padding-right:30px!important;
}
.ticker__group--round3 span{
  flex:none!important;
  white-space:nowrap!important;
  font-size:clamp(18px,1.7vw,27px)!important;
  line-height:1!important;
  letter-spacing:-.025em!important;
}
.ticker__group--round3 i{
  flex:none!important;
  width:10px!important;
  height:10px!important;
  border-radius:50%!important;
  background:var(--pink)!important;
}
@keyframes round3Ticker{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-16.6666667%,0,0)}
}

/* Service lineup copy has enough room to hold the requested two lines. */
#page-services .section-head__body{
  grid-template-columns:minmax(560px,1.2fr) minmax(360px,.8fr)!important;
  gap:54px!important;
}
#page-services .exact-heading{
  max-width:none!important;
  font-size:clamp(56px,5.1vw,78px)!important;
  line-height:1.12!important;
}
#page-services .exact-body-copy{
  max-width:520px!important;
  margin-bottom:4px!important;
  line-height:1.9!important;
}

/* Pricing / consultation panels keep each requested sentence intact. */
.exact-cta-copy{
  max-width:760px!important;
  line-height:1.85!important;
}
.exact-cta-copy .nowrap-line{
  width:max-content;
}

/* Footer layout: keep the brand block wide, and let the link area use a clean 3-column grid without awkward wraps. */
.footer__grid{
  grid-template-columns:minmax(340px,0.95fr) minmax(0,1.25fr)!important;
  gap:56px!important;
  align-items:start!important;
}
.footer__brand{
  min-width:0;
}
.footer__links{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(170px,1fr))!important;
  gap:28px 34px!important;
  align-items:start!important;
}
.footer__links div{
  min-width:0;
}
.footer-exact-copy{
  max-width:650px!important;
  line-height:1.9!important;
}
.footer-exact-copy .nowrap-line{
  width:max-content;
}

/* Contact title is explicitly two lines. */
#page-contact .contact-exact-heading{
  max-width:780px!important;
  font-size:clamp(64px,6vw,94px)!important;
  line-height:1.08!important;
}

/* Home hero labels: clear hierarchy and no overlap. */
#page-home .float-pill--blue{
  left:42%!important;
  top:1%!important;
  z-index:8!important;
}
#page-home .fx-object--spark{
  right:39%!important;
  top:10%!important;
  font-size:24px!important;
  color:var(--pink)!important;
  opacity:.46!important;
  filter:none!important;
  text-shadow:none!important;
  mix-blend-mode:multiply;
}
#page-home .fx-object--search{
  left:57%!important;
  right:auto!important;
  top:-7%!important;
  z-index:9!important;
}
#page-home .float-card--short-clear,
#page-home .float-card--b{
  right:-4%!important;
  top:10%!important;
  bottom:auto!important;
  z-index:10!important;
}

/* Contact illustration's AIO label stays visible in the lower-right corner. */
#page-contact .page-hero__objects .obj--4{
  display:flex!important;
  align-items:center;
  justify-content:center;
  min-width:76px!important;
  color:var(--black)!important;
}

/* No empty decorative frame remains on the Services hero. */
#page-services .page-hero__objects .obj--4{
  display:none!important;
}

@media(max-width:1120px){
  #page-services .section-head__body{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
  .footer__grid{
    grid-template-columns:minmax(300px,0.95fr) minmax(0,1.15fr)!important;
    gap:34px!important;
  }
  .footer__links{
    grid-template-columns:repeat(3,minmax(145px,1fr))!important;
    gap:22px 24px!important;
  }
  .footer-exact-copy .nowrap-line{
    white-space:normal;
    width:auto;
  }
  #page-home .fx-object--search{
    left:auto!important;
    right:23%!important;
    top:-5%!important;
  }
  #page-home .float-card--short-clear,
  #page-home .float-card--b{
    right:-2%!important;
    top:12%!important;
  }
}

@media(max-width:760px){
  .nowrap-line{
    white-space:normal;
  }
  .exact-body-copy .nowrap-line,
  .exact-cta-copy .nowrap-line,
  .footer-exact-copy .nowrap-line{
    display:inline;
    width:auto;
  }
  #page-services .exact-heading{
    font-size:clamp(37px,10vw,48px)!important;
  }
  .footer__grid{
    grid-template-columns:1fr!important;
    gap:34px!important;
  }
  .footer__links{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  .footer-link{
    white-space:normal;
  }
  #page-contact .contact-exact-heading{
    font-size:clamp(43px,12vw,58px)!important;
  }
  #page-home .fx-object--spark{
    display:none!important;
  }
  #page-home .fx-object--search{
    display:none!important;
  }
  #page-home .float-card--short-clear,
  #page-home .float-card--b{
    right:0!important;
    top:3%!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .ticker__track--round3{
    animation-duration:80s!important;
  }
}


/* WordPress integration */
.admin-bar .site-header{top:32px!important}
@media(max-width:782px){.admin-bar .site-header{top:46px!important}}
.site-main{display:block}
.page.is-active{display:block}
.current-menu-item > a:after,.nav a[aria-current="page"]:after{right:0}
.contact-alert{margin:0 0 22px;padding:15px 18px;border-radius:14px;font-size:13px;line-height:1.7}
.contact-alert--success{background:#eaf8ef;color:#17632c;border:1px solid #b6e0c2}
.contact-alert--error{background:#fff0f3;color:#9c1538;border:1px solid #ffc4d3}
.form-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-recipient{display:none}
.wp-editor-content{font-size:14px;line-height:2}

/* Preview/no-JS safety net: content must never become a blank page. */
.no-js .loader{display:none!important}
.no-js .reveal,
.no-js .fx-rise,
.no-js .fx-clip,
.no-js .fx-title,
.no-js .fx-line,
.no-js .fx-line>span{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  translate:none!important;
  filter:none!important;
  animation:none!important;
}
.bagelland-customizer-preview .loader{display:none!important}

/* Safe Preview 1.0.2: WordPress renders one template per request, so it must never depend on SPA visibility. */
.page{display:block!important;opacity:1;visibility:visible}
html.no-js .loader,
body.bagelland-customizer-preview .loader{display:none!important}
html.no-js .fx-route-wipe,
html.no-js .fx-progress,
html.no-js .fx-ambient,
html.no-js .fx-grain,
html.no-js .fx-cursor,
html.no-js .fx-cursor-dot,
html.no-js .fx-scroll-cue,
body.bagelland-customizer-preview .fx-route-wipe,
body.bagelland-customizer-preview .fx-progress,
body.bagelland-customizer-preview .fx-ambient,
body.bagelland-customizer-preview .fx-grain,
body.bagelland-customizer-preview .fx-cursor,
body.bagelland-customizer-preview .fx-cursor-dot,
body.bagelland-customizer-preview .fx-scroll-cue{display:none!important}
html.no-js .reveal,
html.no-js .fx-rise,
html.no-js .fx-clip,
html.no-js .fx-title,
html.no-js .fx-line,
html.no-js .fx-line>span,
body.bagelland-customizer-preview .reveal,
body.bagelland-customizer-preview .fx-rise,
body.bagelland-customizer-preview .fx-clip,
body.bagelland-customizer-preview .fx-title,
body.bagelland-customizer-preview .fx-line,
body.bagelland-customizer-preview .fx-line>span{
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  translate:none!important;
  filter:none!important;
  animation:none!important;
  clip-path:none!important;
}
html.no-js .section:after,
html.no-js .page-hero:after,
body.bagelland-customizer-preview .section:after,
body.bagelland-customizer-preview .page-hero:after{transform:translateX(-50%) scaleX(1)!important}


/* =========================================================
   v1.2.0 — Stable full-width mobile layout
   ========================================================= */
html{
  width:100%;
  min-width:320px;
  max-width:100%;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
body,
.wordpress-page-root,
.page,
main{
  width:100%;
  min-width:0;
  max-width:100%;
}
.wordpress-page-root,
.page,
main,
section{
  overflow-x:clip;
}
.container{
  width:100%!important;
  max-width:var(--max)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:24px!important;
  padding-right:24px!important;
}
.site-header__inner{
  width:100%!important;
  max-width:var(--max)!important;
}
.bagelland-extra-content{
  background:#fff;
}
.wp-editor-content > *:first-child{margin-top:0}
.wp-editor-content > *:last-child{margin-bottom:0}
.wp-editor-content img{height:auto;max-width:100%}
@media(max-width:620px){
  html,body,.wordpress-page-root,.page,main,section{
    width:100%!important;
    max-width:100%!important;
  }
  .container{
    width:100%!important;
    max-width:none!important;
    padding-left:18px!important;
    padding-right:18px!important;
  }
  .site-header__inner{
    width:100%!important;
    max-width:none!important;
    padding-left:18px!important;
    padding-right:18px!important;
  }
  .hero__grid,.page-hero__grid,.about-band,.service-detail,.team-profile,.contact-grid{
    width:100%!important;
    min-width:0!important;
  }
  .hero__copy,.hero__visual,.page-hero__grid>*,.service-detail>*,.team-profile>*,.contact-grid>*{
    min-width:0!important;
    max-width:100%!important;
  }
  .section-title,.hero h1,.page-hero h1,.cta h2{
    max-width:100%!important;
  }
}


/* =========================================================
   v1.4.0 — Thank-you panel and stable mobile layout
   The definitive mobile reset is printed late in wp_head so it also wins
   over legacy Additional CSS stored in WordPress.
   ========================================================= */
.contact-alert{
  display:grid;
  gap:6px;
  margin:0;
  padding:22px 24px;
  border-radius:18px;
}
.contact-alert strong{font-size:20px;line-height:1.45}
.contact-alert span{font-size:14px;line-height:1.85}
.contact-alert--success{background:#eaf8ef;color:#145c2b;border:1px solid #a8d9b6}
.contact-alert--error{margin-bottom:22px;background:#fff0f3;color:#8f1535;border:1px solid #ffc0d0}
.contact-complete{align-content:center;gap:22px;min-height:430px}
.contact-complete__note{margin:0;color:#555;font-size:13px;line-height:1.8}
.contact-complete .btn{max-width:300px}
#bagelland-contact-form{scroll-margin-top:110px}
