:root{--bg:#fafaf8;--surface:#fff;--accent:#2f6e50;--accent-sub:#5db88a;--accent-deep:#245b41;--text-primary:#1a1a1a;--text-secondary:#5a5a5a;--text-3:#9a9a9a;--border:#1a1a1a14;--border-soft:#1a1a1a0d;--grad:linear-gradient(135deg, #2f6e50 0%, #3d8b68 100%);--grad-soft:linear-gradient(135deg, #2f6e5012 0%, #5db88a08 100%);--font:"Inter", "Noto Sans JP", sans-serif;--radius-sm:8px;--radius-md:12px;--radius-pill:999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--text-primary);font-family:var(--font);-webkit-font-smoothing:antialiased;font-weight:400;line-height:1.8;overflow-x:hidden}.site-header{z-index:100;background:0 0;padding:1rem 2rem;transition:background .3s,box-shadow .3s,border-color .3s;position:fixed;inset:0 0 auto}.site-header.scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#fafaf8eb;box-shadow:0 1px 12px #0000000a}.site-header__inner{justify-content:space-between;align-items:center;gap:1.2rem;max-width:1200px;margin:0 auto;display:flex}.site-header__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.site-header__logo-img{filter:brightness(0)invert();width:auto;height:26px;transition:filter .3s;display:block}.site-header.scrolled .site-header__logo-img{filter:none}.site-header__nav{align-items:center;gap:1.8rem;margin-left:auto;display:flex}.site-header__nav a{color:#ffffffe0;white-space:nowrap;text-shadow:0 1px 8px #00000059;font-size:.82rem;font-weight:500;text-decoration:none;transition:color .2s}.site-header__nav a:hover{color:#fff}.site-header.scrolled .site-header__nav a{color:var(--text-secondary);text-shadow:none}.site-header.scrolled .site-header__nav a:hover{color:var(--text-primary)}.site-header__ctas{align-items:center;gap:.7rem;display:flex}.header-btn{border-radius:var(--radius-pill);letter-spacing:.02em;white-space:nowrap;align-items:center;gap:.3rem;padding:.55rem 1.1rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.header-btn--primary{background:var(--grad);color:#fff}.header-btn--primary:hover{transform:translateY(-1px);box-shadow:0 6px 18px #2f6e5042}.header-btn--outline{color:#fff;border:1.5px solid #ffffffb3}.header-btn--outline:hover{background:#ffffff24}.site-header.scrolled .header-btn--outline{border-color:var(--accent);color:var(--accent)}.site-header.scrolled .header-btn--outline:hover{background:#2f6e5014}.header-btn:active{transform:scale(.97)}.site-header__menu-toggle{cursor:pointer;background:0 0;border:none;padding:.4rem;display:none}.site-header__menu-toggle span{background:#fffffff2;width:22px;height:2px;margin:5px 0;transition:background .3s,transform .3s,opacity .2s;display:block}.site-header.scrolled .site-header__menu-toggle span,.site-header__menu-toggle[aria-expanded=true] span{background:var(--text-primary)}.site-header__menu-toggle[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.site-header__menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.site-header__menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero{flex-direction:column;justify-content:flex-end;align-items:flex-start;min-height:100svh;padding:7rem 0 6rem;display:flex;position:relative;overflow:hidden}.hero__image{z-index:0;position:absolute;inset:0}.hero__image img{object-fit:cover}.hero__image:after{content:"";background:linear-gradient(#0a080666 0%,#0a080647 34%,#0a08068c 66%,#0a0806d1 100%);position:absolute;inset:0}.hero__content{z-index:1;box-sizing:border-box;width:100%;max-width:800px;padding:0 2rem;position:relative}.hero__title{letter-spacing:-.01em;color:#fff;text-shadow:0 2px 18px #00000080;opacity:0;margin-bottom:1.4rem;font-size:clamp(1.9rem,4.8vw,3.2rem);font-weight:900;line-height:1.5;animation:.9s ease-out .15s forwards fade-up}.hero__title em{color:var(--accent-sub);font-style:normal}.hero__sub{color:#ffffffe6;text-shadow:0 1px 12px #00000080;opacity:0;max-width:40em;margin-bottom:2rem;font-size:clamp(.9rem,1.7vw,1.05rem);line-height:2;animation:.9s ease-out .3s forwards fade-up}.hero__actions{opacity:0;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.4rem;animation:.9s ease-out .45s forwards fade-up;display:flex}.hero .btn-outline{color:#fff;border-color:#ffffffb3}.hero .btn-outline:hover{background:#ffffff24}.hero__operator{color:#ffffffb8;letter-spacing:.02em;text-shadow:0 1px 8px #00000080;opacity:0;font-size:.74rem;animation:.9s ease-out .55s forwards fade-up}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.btn-primary{background:var(--grad);color:#fff;font-family:var(--font);border-radius:var(--radius-pill);letter-spacing:.02em;align-items:center;gap:.4rem;padding:.85rem 2rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 24px #2f6e5047}.btn-primary:active{transform:scale(.97)}.btn-outline{border:1.5px solid var(--accent);color:var(--accent);font-family:var(--font);letter-spacing:.02em;cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:8px;padding:.85rem 2.2rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:background .15s,transform .15s;display:inline-flex}.btn-outline:hover{background:#2f6e5014}.btn-outline:active{transform:scale(.97)}.hero,.sec{scroll-margin-top:84px}.sec{max-width:1180px;margin:0 auto;padding:5rem 2rem}.sec--tint{background:var(--grad-soft);max-width:none}.sec--tint>.sec__inner{max-width:1180px;margin:0 auto}.sec__head{margin-bottom:2.4rem}.sec__head>.badge{margin-bottom:1rem}.sec__heading{letter-spacing:-.01em;flex-wrap:wrap;align-items:center;gap:.8rem;margin:0 0 1rem;font-size:clamp(1.5rem,3.2vw,2.1rem);font-weight:700;line-height:1.5;display:flex}.sec__lead{color:var(--text-secondary);max-width:760px;font-size:.95rem;line-height:1.9}.badge{border-radius:var(--radius-pill);letter-spacing:.08em;color:var(--accent);white-space:nowrap;background:#2f6e501a;align-items:center;padding:.3rem .85rem;font-size:.68rem;font-weight:700;display:inline-flex}.card-grid{gap:20px;display:grid}.card-grid--2{grid-template-columns:repeat(2,1fr)}.card-grid--3{grid-template-columns:repeat(3,1fr)}.card-grid--4{grid-template-columns:repeat(4,1fr)}.carousel-ctrl{display:none}.card-group+.card-group{margin-top:2.4rem}.card-group__label{letter-spacing:.02em;color:var(--text-secondary);border-bottom:1px solid var(--border);margin:0 0 1rem;padding-bottom:.6rem;font-size:.82rem;font-weight:700}.info-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;display:flex;overflow:hidden}.info-card__media{aspect-ratio:16/10;border-bottom:1px solid var(--border);overflow:hidden}.info-card__media img{object-fit:cover;width:100%;height:100%;display:block}.info-card__media--contain{background:var(--accent)}.info-card__media--contain img{object-fit:contain}.info-card__body{flex-direction:column;flex:1;padding:1.1rem 1.1rem 1.3rem;display:flex}.info-card__tag{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-size:.6rem;font-weight:700;display:inline-block}.info-card__title{letter-spacing:-.005em;align-items:baseline;gap:.5rem;margin-bottom:.4rem;font-size:.98rem;font-weight:700;line-height:1.5;display:flex}.info-card__num{color:var(--accent);flex-shrink:0;font-weight:800}.info-card__period{color:var(--accent);letter-spacing:.04em;margin-bottom:.3rem;font-size:.72rem;font-weight:700}.info-card__text{color:var(--text-secondary);font-size:.84rem;line-height:1.7}.info-card__link{color:var(--accent);letter-spacing:.02em;margin-top:auto;padding-top:.9rem;font-size:.8rem;font-weight:700;text-decoration:none}.info-card__link:hover{text-decoration:underline}.ph{text-align:center;width:100%;height:100%;min-height:88px;color:var(--text-3);letter-spacing:.04em;background:#ecece9;justify-content:center;align-items:center;padding:1rem;font-size:.72rem;line-height:1.5;display:flex}.entry{text-align:center;max-width:720px;margin:0 auto}.entry .sec__heading{justify-content:center}.entry .sec__lead{margin:0 auto 2rem}.entry__note{color:var(--text-3);letter-spacing:.02em;margin-top:1rem;font-size:.78rem}.pioneer{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);grid-template-columns:320px 1fr;align-items:center;gap:1.6rem;margin-top:2.4rem;padding:1.5rem;display:grid}.gd-carousel{aspect-ratio:1;border-radius:var(--radius-sm);width:100%;position:relative;overflow:hidden}.gd-track{will-change:transform;width:100%;height:100%;transition:transform .4s;display:flex}.gd-slide{flex:0 0 100%;min-width:0;height:100%}.gd-slide img{object-fit:cover;width:100%;height:100%;display:block}.gd-btn{color:#fff;cursor:pointer;z-index:2;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;line-height:1;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gd-btn:hover{background:#000000c7}.gd-prev{left:8px}.gd-next{right:8px}.gd-dots{z-index:2;gap:5px;display:flex;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.gd-dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:background .2s}.gd-dot.active{background:#fff}.pioneer__body{min-width:0}.pioneer__name{letter-spacing:-.01em;margin:.7rem 0 .15rem;font-size:1.3rem;font-weight:800}.pioneer__sub{color:var(--accent);margin-bottom:.7rem;font-size:.82rem;font-weight:600}.pioneer__link{color:var(--accent);letter-spacing:-.005em;margin-top:.9rem;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-block}.pioneer__link:hover{text-decoration:underline}.pioneer__text{color:var(--text-secondary);font-size:.84rem;line-height:1.75}.pioneer__note{color:var(--text-3);margin-top:.6rem;font-size:.72rem;line-height:1.6}.sec__cta{text-align:center;margin-top:2.4rem}.vision__body{color:var(--text-primary);max-width:820px;margin-bottom:2.6rem;font-size:1rem;line-height:2}.founder{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);grid-template-columns:160px 1fr;align-items:center;gap:2rem;padding:1.8rem;display:grid}.founder__photo{border-radius:var(--radius-sm);filter:grayscale(10%)contrast(1.05);width:100%;display:block}.founder__eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin-bottom:.9rem;font-size:.6rem;font-weight:700}.founder__quote{letter-spacing:-.01em;color:var(--text-primary);white-space:pre-line;margin-bottom:1rem;font-size:clamp(1rem,1.8vw,1.15rem);font-weight:700;line-height:1.85}.founder__name{color:var(--text-primary);letter-spacing:.02em;font-size:.9rem;font-weight:700}.founder__title{color:var(--text-3);letter-spacing:.04em;margin-top:.2rem;font-size:.72rem}.content-section{max-width:800px;margin:0 auto;padding:5rem 2rem}.section-label{text-transform:uppercase;letter-spacing:.22em;color:var(--accent);margin-bottom:1.2rem;font-size:.65rem;font-weight:600;display:inline-block}.content-section h2{letter-spacing:-.01em;margin-bottom:1.8rem;font-size:clamp(1.5rem,3.2vw,2.1rem);font-weight:700;line-height:1.55}.content-section p{color:var(--text-secondary);margin-bottom:.9rem;font-size:.94rem;line-height:2}.step{padding:1.8rem 0 1.8rem 3.8rem;position:relative}.step+.step{border-top:1px solid var(--border-soft)}.step:before{content:attr(data-num);background:var(--grad-soft);border-radius:var(--radius-sm);width:2.2rem;height:2.2rem;color:var(--accent);border:1px solid #2f6e5026;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:flex;position:absolute;top:1.8rem;left:0}.step h3{letter-spacing:-.005em;margin-bottom:.5rem;font-size:1rem;font-weight:700}.step p{margin:0;font-size:.9rem}.section-lead{color:var(--text-secondary);margin-top:-8px;margin-bottom:28px;font-size:.92rem;line-height:1.75}.section-border{background:var(--border-soft);max-width:800px;height:1px;margin:0 auto}.cta-section{text-align:center;max-width:640px;margin:0 auto;padding:5rem 2rem 4.5rem}.cta-section h2{letter-spacing:-.01em;margin-bottom:1.2rem;font-size:clamp(1.5rem,3vw,1.9rem);font-weight:700}.cta-section p{color:var(--text-secondary);margin-bottom:2.4rem;font-size:.92rem;line-height:1.9}.cta-section .btn-primary{padding:1rem 2.6rem;font-size:.92rem}.cta-listener-row{flex-direction:column;align-items:center;gap:.2rem;margin-bottom:1.6rem;padding-top:.4rem;display:flex}.cta-listener-link{color:var(--text-primary);letter-spacing:.02em;border-radius:var(--radius-pill);border:1px solid #1a1a1a2e;align-items:center;gap:.4rem;padding:1rem 2.4rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;display:inline-flex}.cta-listener-logo{width:auto;height:1rem;display:block}.cta-listener-link:hover{border-color:#1a1a1a66;transform:translateY(-1px);box-shadow:0 8px 24px #1a1a1a1a}.cta-listener-link:active{transform:scale(.97)}.cta-section--artist .cta-actions,.cta-section--artist .cta-listener-row{width:100%;max-width:360px;margin-left:auto;margin-right:auto}.cta-section--artist .btn-line,.cta-section--artist .cta-listener-link{justify-content:center;width:100%}.cta-section--artist .cta-listener-note{padding:1rem 2.4rem}.cta-listener-note{color:var(--text-3);letter-spacing:.02em;font-size:.72rem}.cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.2rem;margin-bottom:1.2rem;display:flex}.site-footer{border-top:1px solid var(--border-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:2.5rem 2rem;display:flex}.site-footer__brand{color:var(--text-3);align-items:center;font-size:.85rem;font-weight:700;display:flex}.site-footer__brand-img{filter:brightness(0);opacity:.55;width:auto;height:24px;display:block}.site-footer__info{color:var(--text-3);text-align:right;font-size:.72rem;line-height:1.9}.site-footer__links{flex-wrap:wrap;align-items:center;gap:1.6rem;display:flex}.site-footer__links a{color:var(--text-3);font-size:.72rem;text-decoration:none;transition:color .2s}.site-footer__links a:hover{color:var(--text-secondary)}.site-footer__note{color:var(--text-3);letter-spacing:.02em;flex-basis:100%;font-size:.68rem}@media (max-width:768px){.site-header{padding:.75rem 1.5rem}.site-header__nav{display:none}.site-header__nav.open{background:var(--bg);z-index:99;flex-direction:column;justify-content:center;align-items:center;gap:2rem;margin:0;display:flex;position:fixed;inset:0}.site-header__nav.open a{font-size:1.1rem}.site-header .site-header__nav.open a{color:var(--text-primary);text-shadow:none}.site-header .site-header__nav.open .header-btn--outline{border-color:var(--accent);color:var(--accent)}.site-header__nav.open .site-header__ctas{flex-direction:column;gap:1rem;width:min(320px,80vw)}.site-header__nav.open .header-btn{justify-content:center;width:100%;padding:.9rem 1.1rem;font-size:.95rem}.site-header__menu-toggle{z-index:101;display:block;position:relative}.hero{min-height:88svh;padding:6rem 0 4rem}.hero__content{padding:0 1.5rem}.hero__title{font-size:clamp(1.55rem,6.6vw,2.2rem)}.sec,.content-section{padding:3.5rem 1.5rem}.card-grid--2,.card-grid--3,.card-grid--4{grid-template-columns:1fr}.card-grid--scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;display:flex;overflow-x:auto}.card-grid--scroll::-webkit-scrollbar{display:none}.card-grid--scroll>.info-card{scroll-snap-align:start;flex:0 0 100%}.carousel-ctrl{justify-content:center;align-items:center;gap:.9rem;margin-top:1.1rem;display:flex}.carousel-arrow{border:1px solid var(--border);background:var(--surface);width:34px;height:34px;color:var(--text-primary);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;line-height:1;transition:opacity .2s,background .2s;display:flex}.carousel-arrow:disabled{opacity:.3;cursor:default}.carousel-dots{gap:6px;display:flex}.carousel-dot{cursor:pointer;background:#1a1a1a2e;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:background .2s}.carousel-dot.active{background:var(--accent)}.pioneer{grid-template-columns:1fr;gap:1.2rem}.founder{text-align:center;grid-template-columns:1fr;gap:1.4rem}.founder__photo{max-width:160px;margin:0 auto}.cta-actions{flex-direction:column}.site-footer{text-align:center;flex-direction:column}.site-footer__info{text-align:center}.site-footer__links{justify-content:center;gap:1.2rem}.site-footer__note{text-align:center}}@media (max-width:560px){.card-grid{gap:14px}}.btn-line{color:#fff;font-family:var(--font);border-radius:var(--radius-pill);letter-spacing:.02em;background:#06c755;align-items:center;gap:.6rem;padding:1rem 2.4rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn-line:hover{transform:translateY(-1px);box-shadow:0 8px 24px #06c75547}.btn-line:active{transform:scale(.97)}.lp-hero{text-align:center;max-width:820px;margin:0 auto;padding:8.5rem 2rem 4rem}.lp-hero__badge{background:var(--grad-soft);border-radius:var(--radius-pill);letter-spacing:.08em;color:var(--accent);border:1px solid #2f6e502e;margin-bottom:1.4rem;padding:.4rem 1.1rem;font-size:.72rem;font-weight:700;display:inline-block}.lp-hero h1{letter-spacing:-.01em;margin-bottom:1.4rem;font-size:clamp(1.8rem,4.6vw,2.9rem);font-weight:900;line-height:1.5}.lp-hero h1 em{color:var(--accent);font-style:normal}.lp-hero__sub{color:var(--text-secondary);max-width:640px;margin:0 auto 2.4rem;font-size:clamp(.9rem,1.8vw,1rem);line-height:2}.lp-hero__note{color:var(--text-3);letter-spacing:.02em;margin-top:1rem;font-size:.76rem}.lp-features{max-width:960px;margin:0 auto;padding:4rem 2rem 1rem}.lp-features>h2{text-align:center;letter-spacing:-.01em;margin-bottom:3.4rem;font-size:clamp(1.5rem,3.2vw,2.1rem);font-weight:700;line-height:1.5}.lp-feature-row{align-items:center;gap:3.6rem;max-width:840px;margin:0 auto;padding:2.8rem 0;display:flex}.lp-feature-row+.lp-feature-row{border-top:1px solid var(--border-soft)}.lp-feature-row.reverse{flex-direction:row-reverse}.lp-feature-info{flex:1}.lp-feature-num{color:var(--accent);letter-spacing:.14em;margin-bottom:.6rem;font-size:.82rem;font-weight:700}.lp-feature-info h3{letter-spacing:-.01em;margin-bottom:.8rem;font-size:clamp(1.3rem,2.6vw,1.7rem);font-weight:700}.lp-feature-info p{color:var(--text-secondary);font-size:.92rem;line-height:1.95}.lp-feature-subtitle{color:var(--text-primary);margin-bottom:.7rem;font-size:1.02rem;font-weight:600;line-height:1.8}.lp-phone{background:#1a1a1a;border-radius:36px;flex-shrink:0;width:234px;padding:12px 9px;box-shadow:0 24px 64px #00000038,inset 0 1px #ffffff12}.lp-phone__screen{aspect-ratio:9/19.3;background:var(--surface);border-radius:26px;position:relative;overflow:hidden}.lp-phone__hint{text-align:center;color:var(--text-3);letter-spacing:.02em;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.2rem;font-size:.74rem;line-height:1.6;display:flex;position:absolute;inset:0}.lp-phone__hint code{color:var(--text-3);background:var(--bg);word-break:break-all;border-radius:4px;padding:2px 6px;font-size:.62rem}.lp-phone__photo{background-position:top;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.lp-free-badge{background:var(--grad-soft);border-radius:var(--radius-md);max-width:460px;color:var(--accent);border:1px solid #2f6e502e;justify-content:center;align-items:center;gap:.8rem;margin:2.6rem auto 0;padding:1.1rem 1.6rem;display:flex}.lp-free-badge p{color:var(--accent);margin:0;font-size:.95rem;font-weight:700}.lp-campaign{background:var(--grad-soft);border-top:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft)}.lp-campaign__inner{text-align:center;max-width:840px;margin:0 auto;padding:4.5rem 2rem}.lp-campaign__badge{background:var(--surface);border-radius:var(--radius-pill);letter-spacing:.08em;color:var(--accent);border:1px solid #2f6e5038;align-items:center;gap:.4rem;margin-bottom:1.2rem;padding:.4rem 1.1rem;font-size:.72rem;font-weight:700;display:inline-flex}.lp-campaign h2{letter-spacing:-.01em;margin-bottom:1rem;font-size:clamp(1.5rem,3.2vw,2.1rem);font-weight:700;line-height:1.5}.lp-campaign h2 em{color:var(--accent);font-style:normal}.lp-campaign__lead{max-width:560px;color:var(--text-secondary);margin:0 auto 2.6rem;font-size:.92rem;line-height:1.9}.lp-campaign__gifts{text-align:left;grid-template-columns:repeat(2,1fr);gap:1.1rem;margin-bottom:2.4rem;display:grid}.lp-campaign__gift{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.6rem 1.6rem 1.7rem;box-shadow:0 2px 12px #00000008}.lp-campaign__gift-photo{aspect-ratio:4/5;border-radius:var(--radius-sm);background:var(--grad-soft);border:1px solid var(--border-soft);margin-bottom:1.3rem;position:relative;overflow:hidden}.lp-campaign__gift-photo-hint{text-align:center;color:var(--text-3);letter-spacing:.02em;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:1rem;font-size:.72rem;line-height:1.6;display:flex;position:absolute;inset:0}.lp-campaign__gift-photo-hint code{color:var(--text-3);background:var(--surface);word-break:break-all;border-radius:4px;padding:2px 6px;font-size:.6rem}.lp-campaign__gift-photo-img{background-position:50%;background-repeat:no-repeat;background-size:contain;position:absolute;inset:0}.lp-campaign__gift-head{align-items:center;gap:.7rem;margin-bottom:1rem;display:flex}.lp-campaign__gift-icon{background:var(--grad-soft);border-radius:var(--radius-sm);width:2.4rem;height:2.4rem;color:var(--accent);border:1px solid #2f6e5026;flex:none;justify-content:center;align-items:center;display:inline-flex}.lp-campaign__gift-label{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:.68rem;font-weight:700}.lp-campaign__gift h3{margin-bottom:.6rem;font-size:1.02rem;font-weight:700;line-height:1.5}.lp-campaign__gift>p{color:var(--text-secondary);margin:0 0 .9rem;font-size:.86rem;line-height:1.8}.lp-campaign__spec{gap:.4rem;margin:0 0 .9rem;padding:0;list-style:none;display:grid}.lp-campaign__spec li{color:var(--text-primary);padding-left:1.1rem;font-size:.82rem;line-height:1.7;position:relative}.lp-campaign__spec li:before{content:"";background:var(--accent);border-radius:50%;width:5px;height:5px;position:absolute;top:.62em;left:0}.lp-campaign__spec li:last-child{margin-bottom:0}.lp-campaign__note{color:var(--text-3);margin:0;font-size:.72rem;line-height:1.7}.lp-campaign__gift-link{color:var(--accent);align-items:center;gap:.4rem;margin-top:.9rem;font-size:.84rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-flex}.lp-campaign__gift-link:hover{text-decoration:underline}.lp-campaign__gift-link:active{opacity:.7}.lp-campaign__foot{color:var(--text-3);letter-spacing:.02em;margin-top:1rem;font-size:.76rem}@media (max-width:768px){.lp-hero{padding:7rem 1.5rem 3rem}.lp-features{padding:3rem 1.5rem .5rem}.lp-features>h2{margin-bottom:2.4rem}.lp-feature-row,.lp-feature-row.reverse{text-align:center;flex-direction:column;gap:2rem;padding:2.4rem 0}.lp-feature-info{text-align:center}.lp-campaign__inner{padding:3.5rem 1.5rem}.lp-campaign__gifts{grid-template-columns:1fr}}.lh-diagram{flex-wrap:wrap;justify-content:center;align-items:center;gap:.7rem;margin:2.2rem 0 .8rem;display:flex}.lh-diagram__pair{align-items:center;gap:.7rem;display:inline-flex}.lh-diagram__node{background:var(--surface);border:1.5px solid var(--accent);border-radius:var(--radius-md);color:var(--accent-deep);padding:.75rem 1.2rem;font-size:.85rem;font-weight:700;box-shadow:0 2px 10px #0000000a}.lh-diagram__arrow{color:var(--accent-sub);font-weight:700}.lh-diagram__note{text-align:center;color:var(--text-secondary);margin-bottom:1.6rem;font-size:.82rem}.lh-text-link{color:var(--accent);font-size:.9rem;font-weight:700;text-decoration:none}.lh-text-link:hover{text-decoration:underline}.lh-cards{grid-template-columns:repeat(3,1fr);gap:1.1rem;margin:2.2rem 0 1.8rem;display:grid}.lh-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.4rem 1.5rem;box-shadow:0 2px 12px #00000008}.lh-card h3{margin-bottom:.5rem;font-size:.95rem;font-weight:700;line-height:1.6}.lh-card p{margin:0;font-size:.84rem}.lh-problem-close{text-align:center;color:var(--text-primary);font-weight:700}.lh-feature{text-align:center;flex-direction:column;align-items:center;gap:1.6rem;padding:2.4rem 0;display:flex}.lh-feature+.lh-feature{border-top:1px solid var(--border-soft)}.lh-feature__info{max-width:520px}.lh-feature__num{color:var(--accent);letter-spacing:.14em;margin-bottom:.5rem;font-size:.8rem;font-weight:700}.lh-feature__info h3{margin-bottom:.6rem;font-size:1.15rem;font-weight:700}.lh-feature__info p{margin:0;font-size:.9rem}.lh-feature__shot{aspect-ratio:4/3;border-radius:var(--radius-md);background:var(--accent);width:100%;max-width:560px;position:relative;overflow:hidden}.lh-feature__photo{filter:drop-shadow(0 8px 22px #00000038);background-position:50%;background-repeat:no-repeat;background-size:contain;position:absolute;inset:0}.lh-free-note{text-align:center;margin-top:2rem;font-size:.85rem}.lh-asks{gap:.9rem;margin:2.2rem 0 1.8rem;display:grid}.lh-ask{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);gap:1.1rem;padding:1.2rem 1.4rem;display:flex}.lh-ask__num{color:var(--accent);flex:none;font-size:.85rem;font-weight:800;line-height:1.9}.lh-ask h3{margin-bottom:.3rem;font-size:.95rem;font-weight:700}.lh-ask p{margin:0;font-size:.84rem}.lh-track-note{background:var(--grad-soft);border-left:3px solid var(--accent);border-radius:var(--radius-sm);padding:.9rem 1.3rem;font-size:.84rem}@media (max-width:768px){.lh-cards{grid-template-columns:1fr}.lh-feature{gap:1.3rem}.lh-feature__shot{max-width:100%}}
