:root{--ink:#1b2420;--muted:#5d665f;--green:#173f32;--green-2:#275b49;--paper:#f7f5ef;--line:#d8d9d2;--accent:#c84f2e;--accent-dark:#a83d21;--white:#fff;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#fff;margin:0;font-family:BIZ UDPGothic,Yu Gothic UI,Yu Gothic,Meiryo,sans-serif;font-size:16px;line-height:1.8}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}.site-header{height:76px;max-width:var(--max);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin:auto;padding:0 28px;display:flex}.brand{color:var(--ink);flex-direction:column;line-height:1.35;text-decoration:none;display:flex}.brand span{letter-spacing:.05em;font-weight:700}.brand small{color:var(--muted);font-size:12px}.header-link{color:var(--green);text-underline-offset:4px;font-size:14px;font-weight:700}.hero{max-width:var(--max);grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);align-items:center;gap:70px;margin:0 auto;padding:84px 28px 72px;display:grid}.target-line,.section-heading>p,.diagnosis-intro>p:first-child,.profile-copy>p:first-child,.form-intro>p:first-child{color:var(--green-2);letter-spacing:.05em;margin:0 0 16px;font-size:14px;font-weight:700}.hero h1{letter-spacing:.015em;margin:0 0 28px;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:clamp(36px,4.1vw,52px);font-weight:600;line-height:1.36}.hero h1 em{text-underline-offset:-3px;font-style:normal;-webkit-text-decoration:underline #dfad91;text-decoration:underline #dfad91;text-decoration-thickness:8px}.hero-lead{max-width:690px;margin:0 0 30px;font-size:18px}.primary-button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:6px;justify-content:center;align-items:center;min-height:56px;padding:13px 26px;font-weight:700;text-decoration:none;transition:background-color .18s,transform .18s;display:inline-flex;box-shadow:0 3px #8d321b}.primary-button:hover{background:var(--accent-dark)}.primary-button:active{transform:translateY(2px);box-shadow:0 1px #8d321b}.button-note{color:var(--muted);margin:13px 0 0;font-size:13px}.photo-placeholder{color:#50594f;background:#ecece6;border:1px solid #bfc1b8;flex-direction:column;justify-content:flex-end;min-height:420px;padding:24px;display:flex;position:relative}.photo-placeholder:before{content:"";border:1px solid #d0d1ca;position:absolute;inset:14px}.photo-placeholder span,.photo-placeholder strong,.photo-placeholder small{position:relative}.photo-placeholder span{letter-spacing:.14em;font-size:12px}.photo-placeholder strong{font-family:Yu Mincho,serif;font-size:20px}.work-strip{background:var(--green);color:#fff;justify-content:center;align-items:center;gap:18px;min-height:88px;padding:18px 24px;font-size:15px;display:flex}.work-strip i{color:#9eb5aa;font-style:normal}.work-strip b{color:#f2c4aa}.section{max-width:var(--max);margin:0 auto;padding:104px 28px}.section-heading{max-width:790px;margin-bottom:48px}.section h2,.diagnosis-section h2,.split-section h2,.profile-section h2,.consultation-form h2{margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:clamp(29px,3.1vw,43px);font-weight:600;line-height:1.45}.work-table{border-top:2px solid var(--green)}.work-row{border-bottom:1px solid var(--line);grid-template-columns:.75fr 1.2fr 1.2fr;display:grid}.work-row>*{border-right:1px solid var(--line);padding:19px 18px}.work-row>:last-child{border-right:0}.work-head{background:var(--paper);font-size:14px}.caution,.legal-note{background:var(--paper);border-left:4px solid var(--green-2);margin:28px 0 0;padding:18px 22px;font-size:14px}.diagnosis-section{background:var(--paper);padding:96px max(28px,50vw - 562px)}.diagnosis-intro{max-width:760px;margin-bottom:36px}.diagnosis-intro>p:last-child{color:var(--muted)}.question-panel,.result-panel{background:#fff;border:1px solid #c7c9c1;max-width:820px;min-height:430px;padding:clamp(26px,5vw,54px)}.progress-line{grid-template-columns:auto 1fr;align-items:center;gap:22px;font-size:14px;font-weight:700;display:grid}.progress-line progress{width:100%;height:10px;accent-color:var(--green-2)}.question-kind,.result-label{color:var(--green-2);margin:44px 0 10px;font-size:13px;font-weight:700}.question-panel h3,.result-panel h3{margin:0 0 34px;font-family:Yu Mincho,serif;font-size:clamp(24px,3vw,34px);line-height:1.55}.answer-buttons{grid-template-columns:1fr 1fr;gap:14px;display:grid}.answer-buttons button{border:1px solid var(--green);min-height:64px;color:var(--green);cursor:pointer;background:#fff;font-weight:700}.answer-buttons button:hover{background:var(--green);color:#fff}.back-button,.text-button{color:var(--muted);cursor:pointer;background:0 0;border:0;margin-top:16px;padding:12px 0;text-decoration:underline}.back-button:disabled{opacity:.3;cursor:default}.result-panel ul{border-left:4px solid var(--accent);background:#fbf3eb;padding-top:12px;padding-bottom:12px;padding-left:22px}.result-panel .primary-button{margin-top:18px}.result-panel .text-button{display:block}.result-panel small{color:var(--muted);margin-top:22px;display:block}.consult-grid{grid-template-columns:1.15fr .85fr;gap:72px;display:grid}.consult-grid ol{counter-reset:item;margin:0;padding:0;list-style:none}.consult-grid li{counter-increment:item;border-bottom:1px solid var(--line);grid-template-columns:54px 1fr;padding:18px 0;display:grid}.consult-grid li:before{content:"0" counter(item);color:var(--accent);grid-row:1/3;font-family:serif;font-size:20px}.consult-grid li b,.consult-grid li span{grid-column:2}.consult-grid li span{color:var(--muted)}.takeaway{background:var(--green);color:#fff;padding:34px}.takeaway h3{margin-top:0;font-family:Yu Mincho,serif;font-size:25px}.takeaway p{color:#d9e1dc;border-top:1px solid #668276;padding-top:18px;font-size:13px}.split-section{max-width:var(--max);grid-template-columns:1fr 1fr;gap:0;margin:0 auto;padding:0 28px 104px;display:grid}.split-section>div{padding:50px}.split-section>div:first-child{background:var(--paper)}.split-section>div:last-child{border:1px solid var(--line)}.split-section h2{font-size:29px}.split-section ul{padding:0;list-style:none}.split-section li{border-bottom:1px solid var(--line);padding:12px 0}.check-list li:before{content:"✓";color:var(--green-2);margin-right:12px;font-weight:700}.plain-list li:before{content:"—";color:#8a8f89;margin-right:12px}.boundaries{border-top:1px solid var(--line)}.boundary-table{border:1px solid var(--line);grid-template-columns:1fr 1fr;display:grid}.boundary-table>div{padding:34px}.boundary-table>div:first-child{background:var(--paper);border-right:1px solid var(--line)}.boundary-table h3{margin-top:0;font-family:Yu Mincho,serif;font-size:24px}.profile-section{max-width:var(--max);grid-template-columns:380px 1fr;align-items:center;gap:78px;margin:0 auto;padding:60px 28px 104px;display:grid}.profile-photo{min-height:480px}.profile-copy{max-width:650px}.profile-copy h2{font-size:42px}.profile-copy h3{color:var(--green-2);margin-top:4px}.profile-pending{color:#805a47;border-top:1px solid var(--line);padding-top:16px;font-size:13px}.faq{border-top:1px solid var(--line)}details{border-top:1px solid var(--line);padding:22px 0}details:last-child{border-bottom:1px solid var(--line)}summary{cursor:pointer;padding-right:36px;font-weight:700}details p{max-width:820px;color:var(--muted)}.consultation-form{background:var(--green);color:#fff;grid-template-columns:.78fr 1.22fr;gap:70px;padding:96px max(28px,50vw - 562px);display:grid}.form-intro>p:first-child{color:#dfad91}.privacy-box{border:1px solid #668276;flex-direction:column;margin-top:32px;padding:18px;font-size:13px;display:flex}.consultation-form form{color:var(--ink);background:#fff;grid-template-columns:1fr 1fr;gap:20px;padding:34px;display:grid}.consultation-form label{flex-direction:column;gap:6px;font-size:14px;font-weight:700;display:flex}.consultation-form input,.consultation-form select,.consultation-form textarea{background:#fff;border:1px solid #aeb2aa;border-radius:3px;width:100%;padding:12px;font-size:16px}.consultation-form input:focus,.consultation-form select:focus,.consultation-form textarea:focus{outline-offset:1px;outline:3px solid #d9b7a6}.full-field{grid-column:1/-1}.consent{align-items:flex-start;flex-direction:row!important}.consent input{flex:none;width:20px;height:20px}.preview-note{color:var(--muted);text-align:center;margin:0;font-size:12px}.preview-complete{color:var(--ink);background:#fff;padding:44px}.preview-complete h3{font-family:Yu Mincho,serif;font-size:28px}footer{min-height:110px;color:var(--muted);justify-content:space-between;align-items:center;padding:30px max(28px,50vw - 562px);font-size:13px;display:flex}.mobile-cta{display:none}@media (max-width:820px){body{padding-bottom:70px;font-size:15px}.site-header{height:62px;padding:0 18px}.header-link{display:none}.hero{grid-template-columns:1fr;gap:34px;padding:42px 20px 46px}.target-line{font-size:12px}.hero h1{font-size:31px;line-height:1.5}.hero-lead{font-size:16px}.primary-button{width:100%;min-height:58px}.hero-photo{min-height:280px}.work-strip{white-space:nowrap;justify-content:flex-start;overflow-x:auto}.section{padding:72px 20px}.section-heading{margin-bottom:34px}.work-table{border:0}.work-head{display:none}.work-row{border:1px solid var(--line);grid-template-columns:1fr;margin-bottom:12px}.work-row>*{border-right:0;border-bottom:1px solid var(--line);padding:13px 15px}.work-row>:first-child{background:var(--paper);font-weight:700}.work-row>:last-child{border-bottom:0}.diagnosis-section{padding:70px 20px}.question-panel,.result-panel{min-height:410px;padding:26px 20px}.progress-line{grid-template-columns:1fr}.question-kind,.result-label{margin-top:28px}.answer-buttons,.consult-grid,.split-section,.boundary-table,.profile-section,.consultation-form{grid-template-columns:1fr}.consult-grid{gap:28px}.split-section{padding:0 20px 72px}.split-section>div{padding:28px 22px}.boundary-table>div:first-child{border-right:0;border-bottom:1px solid var(--line)}.profile-section{gap:32px;padding:40px 20px 72px}.profile-photo{min-height:400px}.consultation-form{gap:34px;padding:70px 20px}.consultation-form form{grid-template-columns:1fr;padding:24px 18px}.full-field{grid-column:auto}footer{flex-direction:column;align-items:flex-start;gap:8px;padding:28px 20px}.mobile-cta{z-index:20;background:var(--accent);color:#fff;border-radius:5px;justify-content:center;align-items:center;min-height:52px;font-weight:700;text-decoration:none;display:flex;position:fixed;bottom:10px;left:12px;right:12px;box-shadow:0 3px 12px #0004}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.primary-button{transition:none}}.mobile-cta[hidden],.primary-button[hidden]{display:none!important}.pain-cards{grid-template-columns:repeat(6,1fr);gap:18px;display:grid}.pain-card{border:1px solid var(--line);background:#fff;grid-column:span 2}.pain-card:nth-child(4){grid-column:2/span 2}.pain-card:nth-child(5){grid-column:4/span 2}.pain-card-copy{padding:24px}.pain-number{color:var(--accent);margin:0 0 7px;font-family:serif;font-size:14px}.pain-card h3{margin:0 0 12px;font-family:Yu Mincho,serif;font-size:22px;line-height:1.5}.pain-card-copy>p:not(.pain-number):not(.pain-help){color:var(--muted);min-height:58px;margin:0}.pain-help{border-top:1px solid var(--line);margin:18px 0 0;padding-top:13px;font-size:13px}.pain-help b{color:var(--green-2);margin-right:10px}.pain-illustration{border-bottom:1px solid var(--line);background:#edf1ed;height:112px;position:relative;overflow:hidden}.pain-illustration span{border:2px solid var(--green-2);background:#fff;display:block;position:absolute}.pain-inbox span:first-child{width:76px;height:52px;top:34px;left:30px}.pain-inbox span:nth-child(2){background:#f8f5ee;width:76px;height:52px;top:21px;left:70px}.pain-inbox span:nth-child(3){background:var(--accent);border-color:var(--accent);border-radius:50%;width:18px;height:18px;top:13px;left:136px}.pain-follow span:first-child{border-radius:50%;width:32px;height:32px;top:25px;left:42px}.pain-follow span:nth-child(2){border-radius:34px 34px 0 0;width:68px;height:34px;top:64px;left:24px}.pain-follow span:nth-child(3){background:#f8f5ee;border-radius:5px;width:66px;height:42px;top:28px;left:105px}.pain-search span:first-child{background:#fff;width:82px;height:58px;top:31px;left:34px}.pain-search span:nth-child(2){background:0 0;border-radius:50%;width:42px;height:42px;top:18px;left:102px}.pain-search span:nth-child(3){background:var(--green-2);width:38px;height:5px;top:59px;left:134px;transform:rotate(45deg)}.pain-match span:first-child,.pain-match span:nth-child(2){border-radius:50%;width:30px;height:30px;top:24px}.pain-match span:first-child{left:38px}.pain-match span:nth-child(2){left:132px}.pain-match span:nth-child(3){background:#f8f5ee;width:80px;height:50px;top:54px;left:60px;transform:skewY(-8deg)}.pain-desk span:first-child{background:#fff;width:98px;height:58px;top:25px;left:30px}.pain-desk span:nth-child(2){background:var(--green-2);width:124px;height:8px;top:84px;left:18px}.pain-desk span:nth-child(3){background:#f8f5ee;width:50px;height:66px;top:31px;left:145px;transform:rotate(5deg)}@media (max-width:820px){.pain-cards{grid-template-columns:1fr}.pain-card,.pain-card:nth-child(4),.pain-card:nth-child(5){grid-column:auto}.pain-card-copy>p:not(.pain-number):not(.pain-help){min-height:0}.pain-illustration{height:100px}}.consultation-brief{background:var(--paper);border-top:4px solid var(--green);padding:32px}.consultation-brief h3{margin:0 0 18px;font-family:Yu Mincho,serif;font-size:24px;line-height:1.5}.consultation-brief ul{margin:0;padding-left:22px}.consultation-brief li{padding:7px 0}.consultation-brief p{color:var(--muted);border-top:1px solid var(--line);margin:20px 0 0;padding-top:16px;font-size:13px}@media (max-width:820px){.consultation-brief{padding:26px 22px}.consultation-brief h3{font-size:22px}}.consultation-value{border-top:1px solid var(--line)}.consultation-head{grid-template-columns:minmax(0,1fr) minmax(390px,.72fr);align-items:end;gap:72px;margin-bottom:42px;display:grid}.consultation-head .section-heading{margin:0}.consultation-facts{background:#fff;border:1px solid #bfc5bd;grid-template-columns:repeat(3,1fr);margin:0;display:grid}.consultation-facts>div{border-right:1px solid #d3d7d1;padding:16px 18px;position:relative}.consultation-facts>div:last-child{border-right:0}.consultation-facts>div:before{content:"";background:var(--green-2);height:3px;position:absolute;top:0;left:18px;right:18px}.consultation-facts dt{color:var(--muted);margin:3px 0;font-size:12px;font-weight:700}.consultation-facts dd{white-space:nowrap;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:21px;font-weight:600;line-height:1.35}.consultation-flow{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:18px;display:grid}.consultation-flow article{border:1px solid var(--line);background:var(--paper);flex-direction:column;height:100%;min-height:238px;padding:30px 28px;display:flex}.consultation-flow article p{color:var(--accent);border-bottom:1px solid #cfd2cb;margin:0 0 16px;padding-bottom:10px;font-size:13px;font-weight:700}.consultation-flow article h3{margin:0 0 14px;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:23px;line-height:1.5}.consultation-flow article span{color:var(--muted);font-size:15px;line-height:1.8}.consultation-note{color:var(--muted);text-align:right;margin:18px 0 0;font-size:13px}@media (max-width:820px){.consultation-head{grid-template-columns:1fr;gap:28px;margin-bottom:28px}.consultation-facts>div{padding:14px 10px}.consultation-facts>div:before{left:10px;right:10px}.consultation-facts dd{font-size:18px}.consultation-flow{grid-template-columns:1fr;gap:12px}.consultation-flow article{min-height:0;padding:24px 22px}.consultation-note{text-align:left}}.header-link{background:var(--green);color:#fff;border-radius:6px;justify-content:center;align-items:center;min-height:44px;padding:8px 24px;font-size:14px;font-weight:700;text-decoration:none;transition:background-color .18s,transform .18s;display:inline-flex;box-shadow:0 2px #0d2b22}.header-link:hover{background:var(--green-2)}.header-link:active{transform:translateY(1px);box-shadow:0 1px #0d2b22}@media (max-width:820px){.site-header{height:64px;padding:0 20px}.header-link{min-height:40px;padding:7px 18px;font-size:13px;display:inline-flex}}.hero-photo{background:#eef1f2;border:1px solid #bfc1b8;height:420px;min-height:420px;margin:0;position:relative;overflow:hidden}.hero-photo img{object-fit:cover;object-position:55% center;width:100%;height:100%;display:block}@media (max-width:820px){.hero-photo{height:280px;min-height:280px}.hero-photo img{object-position:55% center}}.hero-section{isolation:isolate;background:var(--paper);border-bottom:10px solid var(--green);position:relative;overflow:hidden}.hero-section:before{content:"";z-index:0;background:#dfe8e3;width:35%;position:absolute;top:0;bottom:0;right:0}.hero-section .hero{z-index:1;position:relative}.hero-copy{padding-left:28px;position:relative}.hero-copy:before{content:"";background:var(--accent);width:4px;height:64px;position:absolute;top:2px;left:0}.hero-section .hero-photo{border:0;box-shadow:18px 18px #9fb8ad}.problems{background:#fff}.form-facts{border-top:1px solid #668276;border-bottom:1px solid #668276;grid-template-columns:repeat(3,1fr);margin:34px 0 0;display:grid}.form-facts>div{border-right:1px solid #668276;padding:16px 14px}.form-facts>div:last-child{border-right:0}.form-facts dt{color:#dfad91;margin:0 0 3px;font-size:12px;font-weight:700}.form-facts dd{color:#fff;white-space:nowrap;margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:20px;font-weight:600}@media (max-width:820px){.hero-section:before{width:100%;height:37%;inset:auto 0 0}.hero-copy{padding-left:18px}.hero-copy:before{width:3px;height:48px}.hero-section .hero-photo{box-shadow:10px 10px #9fb8ad}.form-facts{margin-top:26px}.form-facts>div{padding:13px 8px}.form-facts dd{font-size:16px}}.hero-lead span{display:block}.hero-lead span+span{color:var(--green);margin-top:8px;font-weight:700}.result-panel{max-width:900px}.result-top{grid-template-columns:190px minmax(0,1fr);align-items:start;gap:36px;display:grid}.match-score{background:var(--green);color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:190px;padding:24px;display:flex}.match-score>span{letter-spacing:.04em;font-size:13px;font-weight:700}.match-score strong{margin:8px 0 4px;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:58px;line-height:1.1}.match-score strong small{color:inherit;margin:0 0 0 2px;font-size:22px;display:inline}.match-score b{color:#f2c4aa;font-size:14px}.result-message .result-label{margin:4px 0 8px}.result-message h3{margin-bottom:16px}.result-message>p:last-child{color:var(--muted);margin:0}.match-meter{background:#e4e6e1;height:10px;margin:28px 0 30px;overflow:hidden}.match-meter span{background:var(--accent);height:100%;display:block}.result-summary-label{color:var(--green-2);margin:0 0 10px;font-size:14px;font-weight:700}.result-panel ul{background:0 0;border:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 24px;padding:0;list-style:none;display:grid}.result-panel li{border-left:3px solid var(--accent);background:#fbf3eb;padding:12px 14px}@media (max-width:820px){.hero-lead span+span{margin-top:10px}.result-top{grid-template-columns:1fr;gap:24px}.match-score{min-height:160px}.match-score strong{font-size:52px}.result-panel ul{grid-template-columns:1fr}}.pain-photo{border-bottom:1px solid var(--line);background:#edf1ed;height:176px;margin:0;position:relative;overflow:hidden}.pain-photo img{object-fit:cover;width:100%;height:100%;display:block}@media (max-width:820px){.pain-photo{height:190px}}.site-header{justify-content:space-between}.brand-wordmark{color:var(--green);letter-spacing:.18em;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:24px;font-weight:700;line-height:1;text-decoration:none}.site-header-compact{background:#fff}.form-privacy{color:var(--muted);margin:0;font-size:12px;line-height:1.7;font-weight:400!important}.form-privacy a{color:var(--green);text-underline-offset:3px}.honeypot{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}.turnstile-field{align-items:center;min-height:68px;display:flex}.form-error{border-left:4px solid var(--accent);color:#8d321b;background:#fff1ed;margin:0;padding:12px 14px;font-size:14px;font-weight:700}.consultation-form button:disabled{cursor:wait;opacity:.72}.site-footer{border-top:1px solid var(--line);background:var(--paper);min-height:148px;color:var(--muted);grid-template-columns:1fr auto;gap:22px 56px;padding:34px max(28px,50vw - 562px);display:grid}.footer-brand{align-items:baseline;gap:14px;display:flex}.footer-brand strong{color:var(--green);letter-spacing:.16em;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:21px}.footer-brand span{font-size:12px}.footer-links{justify-content:flex-end;align-items:center;gap:22px;display:flex}.footer-links a{color:var(--ink);text-underline-offset:4px;font-size:12px}.site-footer small{grid-column:1/-1;font-size:11px}.legal-page{max-width:940px;margin:0 auto;padding:82px 28px 108px}.legal-page-heading{border-bottom:3px solid var(--green);padding-bottom:42px}.legal-page-heading>p:first-child{color:var(--green-2);letter-spacing:.04em;margin:0 0 12px;font-size:13px;font-weight:700}.legal-page h1{margin:0;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:clamp(34px,4.5vw,50px);font-weight:600;line-height:1.35}.legal-page-lead{max-width:720px;color:var(--muted);margin:22px 0 0;font-size:16px}.legal-page-body{max-width:800px;padding-top:24px}.legal-page-body section{border-bottom:1px solid var(--line);padding:32px 0}.legal-page-body h2{margin:0 0 14px;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:24px;font-weight:600;line-height:1.5}.legal-page-body p{color:#3e4943;margin:0}.legal-page-body ul{color:#3e4943;margin:0;padding-left:1.4em}.legal-page-body li+li{margin-top:7px}.legal-page-body a{color:var(--green);text-underline-offset:4px}.legal-data,.operator-data{margin:0}.legal-data>div,.operator-data>div{border-bottom:1px solid var(--line);grid-template-columns:170px 1fr;display:grid}.legal-data>div:first-child,.operator-data>div:first-child{border-top:1px solid var(--line)}.legal-data dt,.legal-data dd,.operator-data dt,.operator-data dd{margin:0;padding:15px 16px}.legal-data dt,.operator-data dt{background:var(--paper);font-size:13px;font-weight:700}.legal-data dd,.operator-data dd{color:#3e4943}.operator-data{margin:32px 0 16px}.legal-updated{font-size:12px;color:var(--muted)!important;margin-top:30px!important}.legal-request-note{background:var(--paper);padding:16px 18px;font-size:13px;margin-top:18px!important}.thanks-page{flex-direction:column;justify-content:center;align-items:flex-start;max-width:850px;min-height:62vh;margin:0 auto;padding:110px 28px;display:flex}.thanks-page>p:first-child{color:var(--green-2);margin:0 0 12px;font-size:13px;font-weight:700}.thanks-page h1{margin:0 0 20px;font-family:Yu Mincho,Hiragino Mincho ProN,serif;font-size:clamp(34px,5vw,52px);font-weight:600;line-height:1.4}.thanks-page>p:nth-of-type(2){color:var(--muted);margin:0 0 32px}@media (max-width:820px){.brand-wordmark{font-size:21px}.site-footer{grid-template-columns:1fr;gap:20px;padding:30px 20px}.footer-brand{flex-direction:column;align-items:flex-start;gap:2px}.footer-links{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px}.site-footer small{grid-column:auto}.legal-page{padding:58px 20px 78px}.legal-page-heading{padding-bottom:30px}.legal-page-body section{padding:27px 0}.legal-page-body h2{font-size:21px}.legal-data>div,.operator-data>div{grid-template-columns:1fr}.legal-data dt,.legal-data dd,.operator-data dt,.operator-data dd{padding:11px 13px}}
