@charset "UTF-8";*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:#fafafa;color:#111;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.45;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1200px,92vw);margin-inline:auto}.btn{background:#06c167;color:#0d0d0d;font-weight:800;border:0;border-radius:12px;padding:.85rem 1.1rem;cursor:pointer;transition:transform .08s ease,box-shadow .2s ease;box-shadow:0 1px 2px #0000000a;outline:2px solid transparent;outline-offset:2px}.btn:focus-visible{outline-color:#06c16799}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 24px #0000000f}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.btn--ghost{background:transparent;border:1px solid #e5e7eb;color:#111}.input,input,select,textarea{width:100%;padding:.65rem .75rem;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#111}label{display:block;font-size:.9rem;margin:.25rem 0 .35rem;color:#6b7280}hr{border:0;border-top:1px solid #e5e7eb}.u-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #0000000a}.u-shadow-md{box-shadow:0 8px 24px #0000000f}.u-stack>*+*{margin-top:1rem}.u-grid{display:grid;gap:1rem;grid-template-columns:repeat(12,1fr)}.u-visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}.app{display:flex}.layout{min-height:100dvh;display:flex;flex-direction:column}.layout__main{flex:1;padding-bottom:2rem}.header{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:50}.header__inner{height:64px;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.header__brand{font-weight:850;letter-spacing:.3px;color:#111;text-decoration:none;white-space:nowrap}.header__burger{border:1px solid #e5e7eb;background:#fff;width:44px;height:40px;border-radius:10px;padding:0;display:none;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer}.header__burger span{display:block;width:18px;height:2px;background:#111;border-radius:999px}.header__burger:hover{border-color:#dfe3ea;box-shadow:0 1px 2px #0000000a}@media(max-width:820px){.header__burger{display:inline-flex}}.header__nav{display:flex;align-items:center;gap:1rem}.header__nav a{color:#222;text-decoration:none;font-weight:600;font-size:.92rem;position:relative}.header__nav a:hover,.header__nav a.active{color:#0b62d6}.header__cart{position:relative;display:inline-flex;align-items:center}.header__cart .header__cart-ico{display:block}.header__cart .header__cart-badge{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#0b62d6;color:#fff;font-size:.72rem;font-weight:800;border:1px solid #fff}.header__backdrop{display:none}@media(max-width:820px){.header__burger{display:inline-flex}.header__nav{position:fixed;top:64px;right:12px;left:12px;z-index:60;display:grid;gap:.35rem;padding:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 18px 40px #0000001f;transform:translateY(-10px);opacity:0;pointer-events:none;transition:opacity .16s ease,transform .16s ease}.header__nav a{padding:.7rem .75rem;border-radius:10px;font-size:.98rem;font-weight:700;color:#111}.header__nav a:hover{background:#f6f7f8;color:#0b62d6}.header__nav a.active{background:#f3f7ff;color:#0b62d6}.header__nav .header__cart{justify-content:space-between;padding-right:2.2rem}.header__nav.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.header__backdrop{display:block;position:fixed;inset:0;z-index:55;background:#00000038;border:0;padding:0;cursor:pointer}}@media(max-width:420px){.header__brand{max-width:58vw;overflow:hidden;text-overflow:ellipsis}}.footer{border-top:1px solid #e7e9ee;background:#fff;padding:1rem 0}.footer__inner{display:flex;flex-direction:column;gap:.85rem}.footer__left{display:flex;flex-direction:column;gap:.25rem}.footer__copy{color:#6b7280;font-size:.95rem;line-height:1.35}.footer__copy strong{color:#111;font-weight:850}.footer__powered{color:#8a93a0;font-size:.9rem}.footer__poweredLink{color:#0b62d6;text-decoration:none;font-weight:800}.footer__poweredLink:hover{text-decoration:underline}.footer__nav{display:flex;flex-wrap:wrap;gap:.6rem 1rem;align-items:center}.footer__nav a{color:#222;text-decoration:none;font-weight:650;font-size:.92rem}.footer__nav a:hover{color:#0b62d6}.footer__admin{margin-left:auto;color:#9aa3ad!important;font-weight:700!important}.footer__admin:hover{color:#6b7280!important;text-decoration:underline!important}@media(min-width:768px){.footer{padding:1.05rem 0}.footer__inner{flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.footer__left{gap:.15rem}.footer__nav{justify-content:flex-end}.footer__admin{margin-left:0}}.home{background:#fff;border-bottom:1px solid #e5e7eb}.home__title{font-size:clamp(28px,4vw,56px);margin:0 0 .75rem;letter-spacing:.2px}.home__subtitle{max-width:780px;color:#3b3b3b;font-size:clamp(1rem,.95rem + .3vw,1.1rem)}.home__cta{margin-top:1rem;display:flex;gap:.75rem;flex-wrap:wrap}.home-hero{width:100%;overflow-x:clip;background:#fff}.home-hero__viewport{position:relative;width:100%;height:var(--h-mobile, 62vh);overflow:hidden;border-bottom:1px solid #e5e7eb}.home-hero__track{display:flex;width:100%;height:100%;transition:transform .5s cubic-bezier(.22,.61,.36,1)}.home-hero__slide{position:relative;min-width:100%;height:100%}.home-hero__media,.home-hero__media picture{position:absolute;inset:0}.home-hero__media img,.home-hero__media picture img{width:100%;height:100%;display:block;object-fit:cover}.home-hero__content{position:absolute;inset:0;display:grid;align-content:end;justify-items:start;padding:clamp(16px,4vw,44px);color:#fff;background:linear-gradient(180deg,#0000,#0000002e 40%,#00000094 92%),linear-gradient(90deg,#0000006b,#0000 55%)}.home-hero__kicker{background:#ffffff1f;border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.26rem .6rem;border-radius:999px;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.55rem}.home-hero__title{margin:0 0 .35rem;font-weight:900;letter-spacing:.2px;line-height:1.06;text-shadow:0 2px 10px rgba(0,0,0,.4);font-size:clamp(1.8rem,1.2rem + 2.2vw,3.4rem)}.home-hero__subtitle{margin:0 0 1rem;opacity:.95;max-width:820px;line-height:1.38;font-size:clamp(1rem,.95rem + .35vw,1.22rem)}.home-hero__actions{display:flex;gap:.6rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.42rem;padding:.62rem 1rem;border-radius:999px;text-decoration:none;font-weight:700;letter-spacing:.2px}.btn--primary{background:#06c167;color:#0b261a}.btn--ghost{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.35)}.home-hero__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;z-index:2;color:#222;background:#fff;box-shadow:0 6px 18px #0000002e;display:grid;place-items:center}.home-hero__nav--prev{left:12px}.home-hero__nav--next{right:12px}.home-hero__dots{position:absolute;left:50%;bottom:14px;transform:translate(-50%);display:flex;gap:10px;z-index:2}.home-hero__dot{width:12px;height:12px;border-radius:50%;border:2px solid #fff;background:transparent;cursor:pointer}.home-hero__dot.is-active{background:#fff}@media(min-width:1024px){.home-hero__viewport{height:var(--h-desktop, 640px)}}.hiw{--brand: #0b62d6;padding:3.25rem 0;background:#fff}.hiw__head{margin-bottom:1.5rem}.hiw__title{margin:0 0 .35rem;font-size:clamp(1.5rem,1.1rem + 1.3vw,2rem);font-weight:900;letter-spacing:.2px;color:#111}.hiw__subtitle{margin:0;color:#667085;font-size:1rem;line-height:1.55;max-width:60ch}.hiw__grid{display:grid;gap:1.1rem;grid-template-columns:repeat(4,minmax(0,1fr))}.hiw__card{position:relative;padding:1.35rem 1.25rem 1.25rem;border-radius:16px;background:transparent;border:1px solid rgba(17,24,39,.1);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hiw__card:hover{transform:translateY(-2px);box-shadow:0 14px 30px #00000014;border-color:#0b62d638}.hiw__icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;color:var(--brand);background:#0b62d614;border:1px solid rgba(11,98,214,.16);margin-bottom:.9rem}.hiw__icon svg{width:22px;height:22px;display:block}.hiw__cardTitle{margin:0 0 .45rem;font-size:1.05rem;font-weight:900;letter-spacing:.2px;color:#111}.hiw__cardText{margin:0;font-size:1rem;line-height:1.6;color:#475467}@media(max-width:1024px){.hiw__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media(max-width:620px){.hiw{padding:2.25rem 0}.hiw__grid{grid-template-columns:1fr;gap:.9rem}.hiw__card{background:#0b62d60f;border-color:#0b62d624;box-shadow:none}.hiw__card:hover{transform:none;box-shadow:none}.hiw__icon{background:#0b62d61a;border-color:#0b62d62e}}@media(max-width:380px){.hiw__card{padding:1.15rem 1rem 1.05rem}.hiw__cardTitle{font-size:1.02rem}.hiw__cardText{font-size:.98rem}}.home-collections{padding:2rem 0;background:#fff}.home-collections__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1rem}.home-collections__head h2{margin:0;font-weight:900;letter-spacing:.2px}.home-collections__all{color:#111;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(0,0,0,.25)}.home-collections__all:hover{border-bottom-color:#0000008c}.home-collections__grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}@media(min-width:520px){.home-collections__grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media(min-width:900px){.home-collections__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}.home-collections__card{position:relative;display:block;overflow:hidden;border:1px solid #e5e7eb;background:#f6f7f8;text-decoration:none;color:inherit;box-shadow:none;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;aspect-ratio:4/3}.home-collections__card:hover{transform:translateY(-1px);border-color:#dfe3ea;box-shadow:0 1px 2px #0000000a}.home-collections__card img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center;transform:scale(1.01);transition:transform .25s ease,filter .25s ease;filter:saturate(1.02) contrast(1.02)}.home-collections__card:hover img{transform:scale(1.05)}.home-collections__overlay{position:absolute;inset:auto 0 0;padding:.85rem .9rem;background:linear-gradient(to top,#0000009e,#0000);display:flex;align-items:flex-end}.home-collections__overlay span{color:#fff;font-weight:900;letter-spacing:.4px;text-transform:uppercase;font-size:.95rem}.home-materials{padding-top:2rem;padding-bottom:2rem}.home-materials .container{width:min(1200px,92vw);margin:0 auto}.home-materials__head{margin-bottom:1rem}.home-materials__head h2{margin:0 0 .35rem;font-size:1.6rem}.home-materials__head p{margin:0;color:#444}.home-materials__list{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));list-style:none;padding:0;margin:0}.home-materials__card{position:relative;display:block;overflow:hidden;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-height:220px;box-shadow:0 1px 2px #0000000a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home-materials__card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f;border-color:#d9dbe1}.home-materials__media{position:absolute;inset:0;background-image:var(--img);background-size:contain;background-position:bottom;clip-path:polygon(100% 0,100% 100%,0 100%);transition:transform .25s ease}.home-materials__card:hover .home-materials__media{transform:scale(1.03)}.home-materials__card:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(to bottom right,transparent 49.4%,#e5e7eb 49.8%,#e5e7eb 50.2%,transparent 50.6%)}.home-materials__content{position:relative;z-index:1;width:56%;padding:1rem;display:flex;flex-direction:column;gap:.35rem}.home-materials__icon{display:inline-flex;color:#06c167}.home-materials__content h3{margin:.1rem 0;font-size:1.05rem;letter-spacing:.15px}.home-materials__content p{margin:0;color:#555;font-size:.95rem}@media(min-width:768px){.home-materials__card{min-height:260px}.home-materials__content{padding:1.1rem}}@media(min-width:1024px){.home-materials__list{grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.home-materials__card{min-height:320px}.home-materials__content{width:54%;padding:1.25rem}.home-materials__content h3{font-size:1.15rem}.home-materials__content p{font-size:1rem}}@media(min-width:1280px){.home-materials__list{grid-template-columns:repeat(auto-fit,minmax(360px,1fr))}.home-materials__card{min-height:340px}}.home-testimonials{padding:3rem 0;background:#fff}.home-testimonials__head{margin-bottom:1.6rem}.home-testimonials__head h2{margin:0 0 .35rem;font-weight:900;color:#111}.home-testimonials__head p{margin:0;color:#667085}.home-testimonials__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.home-testimonials__card{border-radius:16px;padding:1.25rem;border:1px solid rgba(17,24,39,.1);background:#fff}.home-testimonials__text{margin:0 0 .9rem;font-size:1rem;line-height:1.55;color:#344054}.home-testimonials__author{display:flex;flex-direction:column;font-size:.9rem}.home-testimonials__author strong{color:#111}.home-testimonials__author span{color:#667085}@media(max-width:1024px){.home-testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.home-testimonials__grid{grid-template-columns:1fr}.home-testimonials__card{background:#0b62d60f;border-color:#0b62d624}}.home-trust{background:#fff;border-bottom:1px solid #e5e7eb}.home-trust .container{width:min(1200px,92vw);margin:0 auto}.home-trust__list{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem 0}.home-trust__item{display:flex;align-items:center;gap:.6rem;padding:.65rem .75rem;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.home-trust__icon{color:#06c167;display:inline-flex}.home-trust__label{font-weight:600}@media(max-width:768px){.home-trust__list{grid-template-columns:1fr}}.home-about{padding:3rem 0}.home-about__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:1.6rem;align-items:center}.home-about img{width:100%;border-radius:16px}.home-about h2{margin:0 0 .4rem;font-weight:900}.home-about p{margin:0 0 .8rem;color:#475467}.home-about__link{font-weight:700;color:#0b62d6;text-decoration:none}@media(max-width:768px){.home-about__grid{grid-template-columns:1fr}}.home-faq{padding:3rem 0;background:#fff}.home-faq h2{margin-bottom:1.2rem;font-weight:900}.home-faq__list{list-style:none;padding:0;margin:0}.home-faq__item{border-bottom:1px solid rgba(17,24,39,.1);padding:.75rem 0}.home-faq__item button{width:100%;background:none;border:none;padding:.6rem 0;font-size:1rem;font-weight:700;display:flex;justify-content:space-between;cursor:pointer;color:#111}.home-faq__item p{margin:.4rem 0 0;color:#475467;line-height:1.6}.home-instagram{padding:3rem 0;background:#0b62d60f;text-align:center}.home-instagram h2{margin:0 0 .4rem;font-weight:900}.home-instagram p{margin:0 0 1rem;color:#475467}.home-instagram__btn{display:inline-block;padding:.7rem 1.4rem;border-radius:999px;background:#0b62d6;color:#fff;text-decoration:none;font-weight:700}.home-final-cta{padding:3.2rem 0;background:#111;color:#fff;text-align:center}.home-final-cta h2{margin:0 0 .3rem;font-weight:900}.home-final-cta p{margin:0 0 1.1rem;opacity:.85}.home-final-cta__actions{display:flex;justify-content:center;gap:.6rem;flex-wrap:wrap}.explore{padding:1.5rem 0}@media(min-width:768px){.explore{padding:2rem 0}}.explore__grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));align-items:start}@media(min-width:520px){.explore__grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media(min-width:768px){.explore__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media(min-width:1100px){.explore__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.2rem}}.explore__error{color:#c62828;background:#fff;border:1px solid #ffe0e0;padding:.85rem;border-radius:12px}@media(min-width:768px){.explore__error{padding:1rem}}.explore__empty{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;text-align:center}@media(min-width:768px){.explore__empty{padding:1.25rem}}.loader{padding:1rem;color:#6b7280}.explore__grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:1025px){.explore__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}}@media(min-width:1280px){.explore__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.photocard{display:block;width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:0;overflow:hidden;text-decoration:none;color:inherit;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.photocard:hover{transform:translateY(-1px);box-shadow:0 1px 2px #0000000a;border-color:#dfe3ea}.photocard__mock{--frame-aspect: 3/2;--frame-thick: 8px;--mount-pad: 22px;--frame-color: #181818;--mount-color: #fff;margin:0;position:relative;width:100%;aspect-ratio:var(--frame-aspect);background:#f6f7f8;--frame-thick: 7px;--mount-pad: 12px}@media(min-width:520px){.photocard__mock{--frame-thick: 8px;--mount-pad: 16px}}@media(min-width:900px){.photocard__mock{--mount-pad: 22px}}.frame-outer{position:absolute;inset:0;border:var(--frame-thick) solid var(--frame-color);box-shadow:inset 0 0 0 1px #00000026,0 10px 20px #0000001a}.mount.mount--pp{position:absolute;inset:calc(var(--frame-thick) + var(--mount-pad));background:var(--mount-color);box-shadow:inset 0 0 0 1px #e8e8e8}.photo-box{position:absolute;inset:0;overflow:hidden;background:transparent}.photocard__mock.is-nopp{--mount-pad: 0px}.photocard__mock.is-nopp .mount.mount--pp{inset:var(--frame-thick);background:transparent;box-shadow:none}.photocard__mock.is-nopp .photo-box img{object-fit:cover}.photocard__price{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.8rem .85rem .7rem;border-top:1px solid #e5e7eb;background:#fff;line-height:1.15}@media(min-width:520px){.photocard__price{padding:.9rem 1rem .8rem;gap:.9rem}}.price__left{display:flex;align-items:baseline;gap:.45rem;min-width:0}.price__label{font-size:.82rem;color:#667085;letter-spacing:.2px}@media(min-width:520px){.price__label{font-size:.84rem}}.price__value{font-weight:500;font-size:1.05rem;color:#111;font-variant-numeric:tabular-nums lining-nums;-moz-font-feature-settings:"tnum","lnum";-webkit-font-feature-settings:"tnum","lnum";font-feature-settings:"tnum","lnum"}@media(min-width:520px){.price__value{font-size:1.12rem}}.price__stock{margin-left:auto;font-size:.78rem;font-weight:700;letter-spacing:.2px;padding:.24rem .52rem;border:1px solid transparent;border-radius:999px;white-space:nowrap}@media(min-width:520px){.price__stock{font-size:.82rem;padding:.28rem .6rem}}.price__stock.stock--ok{color:#0b62d6;background:#f3f7ff;border-color:#e2ecff}.price__stock.stock--med{color:#b97300;background:#fff6e6;border-color:#ffe6bf}.price__stock.stock--low{color:#a61e1e;background:#fff1f0;border-color:#ffd9d7}.photocard__meta{padding:.85rem .85rem .95rem}@media(min-width:520px){.photocard__meta{padding:.95rem 1rem 1.05rem}}.photocard__title{margin:0 0 .32rem;font-size:.98rem;font-weight:850;letter-spacing:.15px;line-height:1.25}@media(min-width:520px){.photocard__title{font-size:1.02rem}}.photocard__sub{display:flex;align-items:center;gap:.45rem;color:#667085;font-size:.88rem;margin:0 0 .65rem}@media(min-width:520px){.photocard__sub{font-size:.92rem;margin:0 0 .75rem}}.photocard__author{color:#475467}.dot{opacity:.55}.photocard__tags{display:flex;gap:.4rem;flex-wrap:wrap}.tag{display:inline-flex;align-items:center;gap:.25rem;padding:.24rem .48rem;font-weight:700;font-size:.76rem;background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#1f2937}@media(min-width:520px){.tag{padding:.28rem .55rem;font-size:.8rem}}.tag--ultra{border-color:#0b62d6;color:#0b62d6;background:#f3f7ff}.tag--more{background:#f4f6fb;border-color:#e5eaf3;color:#556}.filters{display:grid;gap:.75rem;grid-template-columns:2fr repeat(3,1fr) auto;margin:1rem 0}.filters .btn{align-self:end}@media(max-width:1024px){.filters{grid-template-columns:1.5fr 1fr 1fr}}@media(max-width:768px){.filters{grid-template-columns:1fr 1fr}}@media(max-width:560px){.filters{grid-template-columns:1fr}}.explore-suggest{display:flex;align-items:center;gap:.75rem;margin:0 0 1rem}@media(min-width:768px){.explore-suggest{margin:0 0 1.5rem}}.explore-suggest__label{font-weight:800;font-size:.9rem;color:#111}.explore-suggest__chips{display:flex;flex-wrap:wrap;gap:.5rem}.chip{appearance:none;border:1px solid #e5e7eb;background:#fff;color:#1f2937;font-weight:750;font-size:.82rem;padding:.35rem .6rem;border-radius:999px;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.chip:hover{transform:translateY(-1px);box-shadow:0 1px 2px #0000000a;border-color:#dfe3ea}.photo-detail{padding:1.5rem 0}@media(min-width:768px){.photo-detail{padding:2rem 0}}.photo-detail__error{color:#c62828;background:#fff;border:1px solid #ffe0e0;padding:.95rem 1rem;border-radius:12px}.config{padding:1.25rem 0 2.5rem}.config__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:1.25rem;align-items:start}@media(max-width:980px){.config__grid{grid-template-columns:1fr}}.config__left{position:sticky;top:1rem}@media(max-width:980px){.config__left{position:static}}.mockup{width:100%;aspect-ratio:var(--frame-aspect);background:#f6f7f8;border:1px solid #e5e7eb;overflow:hidden;position:relative}.frame-outer{position:absolute;inset:0;border:var(--frame-thick) solid var(--frame-color);box-shadow:inset 0 0 0 1px #00000024,0 14px 28px #0000001a}.frame-outer.no-frame{border:0;box-shadow:0 10px 20px #00000014}.mount{position:absolute;inset:calc(var(--frame-thick) + var(--mount-pad));background:var(--mount-color);box-shadow:inset 0 0 0 1px #e8e8e8}.mount--no-pp{inset:0;background:transparent;box-shadow:none}.photo-box{position:absolute;inset:0;display:grid;place-items:center;overflow:hidden}.photo-box img{width:100%;height:100%;display:block;object-fit:contain;object-position:center}.mockup:after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 #0000}.config__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.config__title{margin:0;font-size:clamp(1.25rem,2.2vw,1.6rem);line-height:1.15;letter-spacing:.2px}.config__price-badge{flex:0 0 auto;border:1px solid #e5e7eb;background:#fff;padding:.55rem .75rem;min-width:130px;text-align:right}.config__price-badge span{display:block;font-size:.78rem;color:#667085;margin-bottom:.15rem}.config__price-badge strong{font-size:1.08rem;font-weight:850;font-variant-numeric:tabular-nums lining-nums}.ctrl{border:1px solid #e5e7eb;background:#fff;padding:1rem;margin-bottom:.85rem}.ctrl__label{display:block;font-weight:800;letter-spacing:.2px;margin-bottom:.55rem;color:#111}.ctrl__hint{display:block;margin-top:.45rem;color:#667085;font-size:.86rem;line-height:1.35}.ctrl__row{display:flex;align-items:center;gap:.75rem}.ctrl__row--split{justify-content:space-between;align-items:center;gap:1rem}.select{width:100%;padding:.7rem .75rem;border:1px solid #e5e7eb;background:#fff;font-size:.95rem;outline:none;border-radius:10px}.select:focus{border-color:#c7d2fe;box-shadow:0 0 0 4px #6366f11f}.select--strong{font-weight:700}.input{width:100%;padding:.78rem .85rem;border:1px solid #e5e7eb;border-radius:12px;font-size:.98rem;outline:none;background:#fff}.input:focus{border-color:#c7d2fe;box-shadow:0 0 0 4px #6366f11f}.input.is-invalid{border-color:#ffb4b4;box-shadow:0 0 0 4px #dc26261a}.link-info{font-weight:700;font-size:.9rem;color:#0b62d6;text-decoration:none}.link-info:hover{text-decoration:underline}.chips{display:flex;gap:.5rem;flex-wrap:wrap}.chip{border:1px solid #e5e7eb;background:#fff;padding:.45rem .7rem;border-radius:999px;font-weight:800;font-size:.86rem;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease,background .12s ease}.chip:hover{transform:translateY(-1px);border-color:#dfe3ea;box-shadow:0 8px 18px #0000000f}.chip.is-active{border-color:#0b62d6;background:#f3f7ff;color:#0b62d6}.chip:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.segmented{display:inline-flex;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}.segmented__btn{padding:.45rem .75rem;background:#fff;border:0;font-weight:900;cursor:pointer;font-size:.86rem;color:#111;transition:background .12s ease,color .12s ease}.segmented__btn+.segmented__btn{border-left:1px solid #e5e7eb}.segmented__btn:hover{background:#f6f7f8}.segmented__btn.is-active{background:#111;color:#fff}.segmented__btn:disabled{opacity:.5;cursor:not-allowed}.thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:.65rem}@media(max-width:520px){.thumbs{grid-template-columns:1fr}}.thumb{border:1px solid #e5e7eb;background:#fff;border-radius:14px;overflow:hidden;cursor:pointer;text-align:left;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease;position:relative}.thumb:hover{transform:translateY(-1px);border-color:#dfe3ea;box-shadow:0 12px 26px #00000014}.thumb.is-active{border-color:#0b62d6;box-shadow:0 0 0 4px #0b62d61a}.thumb:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.thumb img{width:100%;height:120px;object-fit:cover;display:block;background:#f6f7f8}.thumb span{display:block;padding:.55rem .65rem .7rem;font-weight:900;font-size:.9rem;line-height:1.2}.thumb__badge{position:absolute;right:.55rem;top:.55rem;background:#111;color:#fff;border-radius:999px;padding:.25rem .5rem;font-size:.78rem;font-weight:900;letter-spacing:.2px}.price-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .55rem;border-radius:999px;background:#f4f6fb;border:1px solid #e5eaf3;color:#334155;font-weight:900;font-size:.86rem;font-variant-numeric:tabular-nums lining-nums}.err{margin-top:.55rem;padding:.6rem .7rem;border:1px solid #ffd9d7;background:#fff1f0;color:#a61e1e;border-radius:12px;font-weight:800;font-size:.9rem}.fineprint{margin-top:.55rem;color:#667085;font-size:.86rem;line-height:1.35}.price-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid #e5e7eb;background:#fff;padding:.85rem 1rem;margin-top:.85rem}.price-bar.price-bar--top{margin-top:.9rem}.price-bar.price-bar--bottom{margin-top:.85rem}.price-bar .price-bar__label{display:flex;align-items:center;gap:.45rem;color:#667085;font-weight:900}.price-bar .price-bar__value{font-size:1.2rem;font-weight:950;color:#111;font-variant-numeric:tabular-nums lining-nums}.ctrl--cta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.qty{display:inline-flex;align-items:center;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}.qty button{width:42px;height:42px;border:0;background:#fff;cursor:pointer;font-size:1.1rem;font-weight:900}.qty button:hover{background:#f6f7f8}.qty input{width:64px;height:42px;border:0;text-align:center;font-weight:900;outline:none;font-variant-numeric:tabular-nums lining-nums}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:12px;border:1px solid transparent;font-weight:950;cursor:pointer;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 14px 28px #0000001a}.btn--primary{background:#111;color:#fff}.btn--primary:hover{filter:brightness(1.05)}.btn--ghost{background:#fff;border-color:#e5e7eb;color:#111}.btn--ghost:hover{background:#f6f7f8}.cart{padding-block:1.25rem 3rem}.cart h1{margin:0 0 1rem;font-size:clamp(1.35rem,1.1rem + 1.2vw,2rem);font-weight:800;letter-spacing:.2px}.cart .muted{color:#69727d}.cart .small{font-size:.9rem}.cart .center{text-align:center}.cart .btn-link{display:inline-block;text-decoration:underline;font-weight:600;transition:opacity .15s ease}.cart .btn-link:hover{opacity:.85}.cart .card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #0000000a}.cart .btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 1rem;border-radius:999px;border:1px solid transparent;font-weight:800;cursor:pointer;transition:transform .08s ease,filter .15s ease,box-shadow .15s ease}.cart .btn--primary{background:#0b62d6;color:#fff}.cart .btn--primary:hover{filter:brightness(1.05);box-shadow:0 14px 28px #0000001a}.cart .btn--primary:active{transform:translateY(1px)}.cart .btn--full{width:100%}.cart .cart__email{padding:.9rem;display:grid;gap:.4rem;margin-bottom:1rem}.cart .cart__email label{font-size:.95rem;font-weight:800}.cart .cart__email input{height:42px;border:1px solid #e5e7eb;border-radius:10px;padding:0 .8rem;font:inherit;width:100%}.cart .cart__email input:focus{outline:none;border-color:#c7d2fe;box-shadow:0 0 0 4px #6366f11f}.cart .cart__layout{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:980px){.cart .cart__layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:1.25rem}}.cart .cart__list{padding:.5rem .75rem 1rem}.cart .cart-item{display:grid;grid-template-columns:80px 1fr;grid-auto-rows:auto;gap:.75rem;padding:.85rem 0;border-bottom:1px solid #e5e7eb}.cart .cart-item:last-child{border-bottom:0}@media(min-width:768px){.cart .cart-item{grid-template-columns:112px 1fr auto;gap:1rem}}.cart .cart-item__thumb{grid-column:1;grid-row:1/span 3;width:80px;height:80px;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;display:block;background:#f6f7f8}.cart .cart-item__thumb img{width:100%;height:100%;object-fit:cover;display:block}@media(min-width:768px){.cart .cart-item__thumb{width:112px;height:112px;border-radius:12px}}.cart .cart-item__main{grid-column:2;grid-row:1;display:flex;flex-direction:column;gap:.45rem;min-width:0}.cart .cart-item__title{font-weight:900;color:#111;text-decoration:none;line-height:1.25;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.cart .cart-item__title:hover{text-decoration:underline}.cart .cart-item__meta{color:#535a61;font-size:.95rem}.cart .cart-item__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .6rem;margin-top:.15rem}.cart .cart-item__actions .sep{display:none}.cart .cart-item__actions .link,.cart .cart-item__actions .link-danger,.cart .cart-item__actions .btn-mini,.cart .cart-item__actions .btn-mini--danger{border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:.35rem .7rem;font-weight:900;font-size:.86rem;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease,background .12s ease}.cart .cart-item__actions .link:hover,.cart .cart-item__actions .link-danger:hover,.cart .cart-item__actions .btn-mini:hover,.cart .cart-item__actions .btn-mini--danger:hover{transform:translateY(-1px);border-color:#dfe3ea;box-shadow:0 10px 22px #00000014;background:#f8fafc}.cart .cart-item__actions .link:active,.cart .cart-item__actions .link-danger:active,.cart .cart-item__actions .btn-mini:active,.cart .cart-item__actions .btn-mini--danger:active{transform:translateY(0)}.cart .cart-item__actions .link,.cart .cart-item__actions .btn-mini{color:#0b62d6;border-color:#0b62d640;background:#0b62d60f}.cart .cart-item__actions .link:hover,.cart .cart-item__actions .btn-mini:hover{background:#0b62d61a;border-color:#0b62d659}.cart .cart-item__actions .link-danger,.cart .cart-item__actions .btn-mini--danger{color:#b42318;border-color:#b4231840;background:#b423180f}.cart .cart-item__actions .link-danger:hover,.cart .cart-item__actions .btn-mini--danger:hover{background:#b423181a;border-color:#b4231859}.cart .cart-item__actions .qty-inline{display:inline-flex;align-items:center;gap:.35rem;border:1px solid #e5e7eb;border-radius:999px;padding:.15rem .4rem;background:#fff}.cart .cart-item__actions .qty-inline button{min-width:34px;height:34px;border:0;background:transparent;cursor:pointer;font-weight:950;border-radius:999px}.cart .cart-item__actions .qty-inline button:hover{background:#f6f7f8}.cart .cart-item__actions .qty-inline button:disabled{opacity:.45;cursor:not-allowed}.cart .cart-item__actions .qty-inline input{width:54px;height:34px;border:0;text-align:center;font:inherit;background:transparent;font-weight:900;-moz-appearance:textfield}.cart .cart-item__actions .qty-inline input:focus{outline:none}.cart .cart-item__actions .qty-inline input::-webkit-outer-spin-button,.cart .cart-item__actions .qty-inline input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media(max-width:480px){.cart .cart-item__actions{gap:.45rem .55rem}}.cart .cart-item__price{grid-column:2;grid-row:2;align-self:start;text-align:left;font-size:1.05rem;font-weight:900;color:#111;margin-top:.1rem}@media(min-width:768px){.cart .cart-item__price{grid-column:3;grid-row:1;text-align:right;margin-top:0;min-width:120px}}.cart .cart__subtotal{padding:.75rem .25rem 0}.cart .cart__subtotal .row{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;font-size:clamp(1rem,.95rem + .2vw,1.05rem)}.cart .cart__aside{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.cart .cart__aside .cart__aside-row{display:flex;align-items:center;justify-content:space-between;font-weight:900}@media(min-width:980px){.cart .cart__aside{position:sticky;top:80px}}.cart .cart__aside .cart__keepbuying{font-style:italic;opacity:.9}.cart .cart__empty{padding:1.25rem;display:flex;align-items:center;gap:.75rem;justify-content:space-between}@media(max-width:480px){.cart .cart__empty{flex-direction:column;align-items:flex-start;gap:.5rem}}.checkout{padding-block:max(1rem,env(safe-area-inset-top)) max(3rem,env(safe-area-inset-bottom))}.checkout .container{max-width:1080px}.checkout__head{margin-bottom:.75rem}.checkout__head h1{margin:0;font-size:clamp(1.4rem,1.1rem + 1.4vw,2.2rem);font-weight:800;letter-spacing:.2px;line-height:1.1;color:#121212}.checkout__head .sub{margin-top:.35rem;color:#69727d;font-size:.95rem}.checkout__grid{display:grid;grid-template-columns:1fr;gap:.9rem}.checkout__panel,.checkout__aside{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #0000000a;padding:1rem}.checkout .summary{display:grid;gap:.5rem}.checkout .summary__row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.4rem 0;border-bottom:1px dashed #e5e7eb}.checkout .summary__row:last-child{border-bottom:0}.checkout .summary__row .k{color:#2c2f33}.checkout .summary__row .v{color:#111;font-weight:700}.checkout .summary__total{margin-top:.4rem;padding-top:.6rem;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e5e7eb}.checkout .summary__total .k{font-weight:800;color:#111;letter-spacing:.2px}.checkout .summary__total .v{font-size:clamp(1.05rem,.95rem + .3vw,1.25rem);font-weight:800;color:#111}.checkout .paybox{margin-top:.9rem;display:grid;gap:.6rem}.checkout .paybox .btn{display:inline-flex;align-items:center;justify-content:center;height:48px;border-radius:999px;border:1px solid transparent;padding:0 1.1rem;font-weight:800;cursor:pointer;background:#0b62d6;color:#fff;transition:transform .12s ease,filter .12s ease;width:100%}.checkout .paybox .btn:hover{filter:brightness(1.05)}.checkout .paybox .btn:active{transform:translateY(1px)}.checkout .paybox .btn:disabled{opacity:.6;cursor:not-allowed}.checkout .paybox .btn:focus-visible{outline:2px solid rgba(11,98,214,.35);outline-offset:2px}.checkout .paybox .btn[aria-busy=true]{position:relative;pointer-events:none}.checkout .paybox .btn[aria-busy=true]:after{content:"";width:16px;height:16px;margin-left:.5rem;border-radius:50%;border:2px solid rgba(255,255,255,.55);border-top-color:#fff;display:inline-block;animation:spin .75s linear infinite}.checkout .paybox .fineprint{color:#69727d;font-size:.92rem;line-height:1.35}@keyframes spin{to{transform:rotate(360deg)}}.checkout .trust{margin-top:.9rem;padding-top:.75rem;border-top:1px solid #e5e7eb;display:grid;gap:.5rem}.checkout .trust__row{display:flex;gap:.5rem;align-items:flex-start;color:#2c2f33;font-size:.95rem}.checkout .trust__row svg{flex:0 0 auto;opacity:.6;margin-top:.15rem}.checkout .trust__row strong{color:#111}.checkout .links{margin-top:.9rem;display:flex;gap:.75rem;flex-wrap:wrap}.checkout .links a{color:#0b62d6;text-decoration:underline;font-weight:600}.checkout .links a:focus-visible{outline:2px solid rgba(11,98,214,.35);outline-offset:2px;border-radius:6px}.checkout .badge{display:inline-flex;align-items:center;gap:.4rem;padding:.28rem .55rem;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#2c2f33;font-weight:700;font-size:.86rem}.checkout .muted{color:#69727d}.checkout .soft{background:#f7f8fa;border:1px dashed #e5e7eb;border-radius:10px;padding:.6rem .75rem;color:#2c2f33;font-size:.95rem}@media(min-width:600px){.checkout__panel,.checkout__aside{padding:1.1rem}.checkout .summary__row .v{font-size:1rem}}@media(min-width:960px){.checkout__grid{grid-template-columns:minmax(0,1.25fr) minmax(0,.85fr);gap:1rem;align-items:start}}@media(prefers-reduced-motion:reduce){.checkout .btn{transition:none!important}}.cancel{padding-block:1.25rem 3rem}.cancel h1{margin:0 0 .5rem;font-size:clamp(1.4rem,1.2rem + 1vw,2rem);font-weight:800;letter-spacing:.2px}.cancel .muted{color:#69727d;margin-bottom:1rem}.cancel .btn-link{text-decoration:underline;font-weight:600}.cancel .center{text-align:center}.cancel .card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #0000000a}.cancel .btn{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 1rem;border-radius:999px;border:1px solid transparent;font-weight:700;cursor:pointer}.cancel .btn--primary{background:#0b62d6;color:#fff}.cancel .btn--primary:hover{filter:brightness(1.05)}.cancel .btn--primary:active{transform:translateY(1px)}.cancel .btn--full{width:100%}.cancel .cancel__layout{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:980px){.cancel .cancel__layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start}}.cancel section.card{padding:1rem}.cancel aside.card{padding:1rem}.cancel .cancel__list{list-style:none;margin:0;padding:0}.cancel .cancel-item{display:grid;grid-template-columns:1fr auto;gap:1rem;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.cancel .cancel-item:last-child{border-bottom:0}.cancel .cancel-item__left{display:flex;gap:.75rem;align-items:center}.cancel .cancel-item__left img{width:72px;height:72px;border:1px solid #e5e7eb;border-radius:8px;object-fit:cover;background:#f6f7f8}.cancel .cancel-item__left .title{font-weight:800;color:#111}.cancel .cancel-item__left .meta{color:#535a61;font-size:.95rem}.cancel .cancel-item__left .qty{font-weight:700;margin-top:.15rem}.cancel .cancel-item__price{min-width:120px;text-align:right;font-weight:700;color:#111}.cancel .cancel__total{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb;font-size:1.05rem}.cancel .cancel__aside .row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;font-weight:700}.cancel .empty{padding:.5rem 0}.admin{padding:2rem 0}.notfound{padding:2rem 0;text-align:center}.notfound__link{text-decoration:underline}.material{color:#111}.material__hero{position:relative;height:360px;overflow:hidden;background:#e3e3e3;border-bottom:1px solid #e5e7eb}.material__hero img{width:100%;height:100%;object-fit:cover;display:block}.material__heroContent{position:absolute;bottom:0;left:0;right:0;padding:1rem 1.2rem;color:#fff;background:linear-gradient(180deg,#0000,#0000008c 85%)}.material__hero h1{margin:0;font-size:2rem;font-weight:800;letter-spacing:.2px}.material__info{padding-top:2rem;padding-bottom:2rem}.material__grid{display:grid;gap:1.5rem;grid-template-columns:1.1fr .9fr}@media(max-width:960px){.material__grid{grid-template-columns:1fr}}.material__col{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem}.material__summary{margin:.5rem 0 1rem;color:#444}.material__list{padding-left:1rem;margin:.5rem 0 1rem}.material__list li{list-style:disc;margin-bottom:.45rem}.material__videoBlock{margin-bottom:1rem}.material__videoRatio{position:relative;width:100%;padding-bottom:56.25%;border-radius:10px;overflow:hidden;background:#000}.material__videoRatio iframe{position:absolute;inset:0;width:100%;height:100%}.material__videoNote{font-size:.9rem;color:#6b7280;margin:.4rem 0 0}.material__recommended,.material__links{margin-top:1rem}.material__linksList{padding-left:1rem}.material__linksList li{list-style:square;margin-bottom:.35rem}.material__linksList a{color:#111;text-decoration:underline}.contact{padding:2.5rem 0}.contact__inner{display:flex;flex-direction:column;gap:2rem}.contact__head h1{font-size:1.9rem;font-weight:850;margin:0 0 .6rem;color:#111;letter-spacing:.3px}.contact__head p{margin:0;max-width:680px;line-height:1.6;color:#555;font-size:1rem}.contact__methods{display:grid;grid-template-columns:1fr;gap:1rem}.contact__item{display:flex;align-items:center;gap:.85rem;padding:1rem;border:1px solid #e7e9ee;border-radius:12px;background:#fff;text-decoration:none;color:#111;font-size:1rem;font-weight:650;transition:border-color .16s ease,background .16s ease,transform .16s ease}.contact__item svg{flex:0 0 auto;color:#0b62d6}.contact__item strong{font-weight:850}.contact__item:hover{border-color:#0b62d6;background:#f3f7ff;transform:translateY(-1px)}.contact__item span{overflow-wrap:anywhere;line-height:1.25}@media(min-width:700px){.contact__methods{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem}}@media(min-width:1024px){.contact{padding:3.25rem 0}.contact__head h1{font-size:2.25rem}.contact__item{padding:1.15rem}}@media(min-width:1400px){.contact__head h1{font-size:2.45rem}}.about{padding:2.5rem 0;background:#fff}.about__inner{display:flex;flex-direction:column;gap:2rem}.about__hero{padding:1.25rem 0 0}.about__kicker{margin:0 0 .65rem;font-weight:850;letter-spacing:.22px;font-size:.95rem;color:#0b62d6;text-transform:uppercase}.about__title{margin:0 0 .85rem;font-size:1.85rem;font-weight:900;letter-spacing:.15px;line-height:1.08;color:#111;max-width:980px}.about__lead{margin:0;max-width:820px;color:#3f4652;line-height:1.7;font-size:1.03rem}.about__inlineLink{color:#0b62d6;font-weight:800;text-decoration:none}.about__inlineLink:hover{text-decoration:underline}.about__ctaRow{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.1rem}.about__cta{display:inline-flex;align-items:center;justify-content:center;padding:.78rem 1rem;border-radius:999px;background:#0b62d6;color:#fff;font-weight:850;text-decoration:none;border:1px solid #0b62d6;transition:transform .15s ease,opacity .15s ease}.about__cta:hover{transform:translateY(-1px);opacity:.98}.about__cta--ghost{background:#fff;color:#0b62d6;border-color:#d9e6ff}.about__cta--ghost:hover{opacity:1}.about__grid{display:grid;gap:1.6rem}.about__story{display:flex;flex-direction:column;gap:1.25rem}.about__section{background:#fff;border:1px solid #e7e9ee;border-radius:14px;padding:1.05rem}.about__section h2{margin:0 0 .7rem;font-size:1.15rem;font-weight:900;letter-spacing:.12px;color:#111}.about__section p{margin:.7rem 0 0;color:#3f4652;line-height:1.75;font-size:1rem}.about__quote{margin:.95rem 0 .2rem;padding:.95rem;border-left:4px solid #0b62d6;background:#f4f8ff;border-radius:10px;color:#1f2a44;font-weight:800;line-height:1.5}.about__quote span{display:block;margin-top:.35rem;color:#52607a;font-weight:750;font-size:.92rem}.about__facts{display:grid;gap:.65rem;margin-top:.95rem}.fact{display:grid;gap:.25rem;padding:.85rem;border-radius:12px;border:1px solid #eef1f6;background:#fafbfc}.fact__label{font-size:.82rem;color:#667085;font-weight:900;letter-spacing:.18px;text-transform:uppercase}.fact__value{color:#111;font-weight:800;line-height:1.35}.about__signature{margin-top:1rem;padding-top:.7rem}.sig__line{display:block;height:1px;width:100%;background:linear-gradient(90deg,#e7e9ee,#e7e9ee00);margin-bottom:.75rem}.about__signature p{margin:0;color:#3f4652;line-height:1.7}.about__side{display:flex;flex-direction:column;gap:1rem}.about__photoCard{border:1px solid #e7e9ee;background:#fff;border-radius:14px;padding:.9rem}.about__imgbox{width:100%;border-radius:12px;overflow:hidden;background:#f6f7f8;border:1px solid #eef1f6}.about__imgbox img{width:100%;height:auto;display:block;object-fit:cover}.about__photoCard .about__imgbox{max-height:320px}.about__caption{margin:.7rem 0 0;color:#556070;font-size:.95rem;line-height:1.55;font-weight:650}@media(min-width:768px){.about{padding:3.2rem 0}.about__title{font-size:2.2rem}.about__grid{gap:2rem}.about__section{padding:1.25rem}.about__facts{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.about__grid{grid-template-columns:1.35fr .65fr;align-items:start}.about__side{position:sticky;top:92px}.about__photoCard .about__imgbox{max-height:260px}}@media(min-width:1400px){.about__title{font-size:2.45rem}}.materials{padding:2.5rem 0}.materials__head{margin-bottom:1.75rem}.materials__head h1{font-size:1.9rem;font-weight:850;margin:0 0 .6rem;color:#111;letter-spacing:.3px}.materials__head p{margin:0;max-width:720px;line-height:1.6;color:#444;font-size:1rem}.materials__grid{display:grid;gap:1.2rem;grid-template-columns:1fr}.materials__card{background:#fff;border:1px solid #e7e9ee;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.85rem;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.materials__card:hover{transform:translateY(-1px);border-color:#dfe3ea;box-shadow:0 10px 18px #00000012}.materials__imgbox{width:100%;border-radius:12px;overflow:hidden;background:#f6f7f8;border:1px solid #eef0f5}.materials__imgbox img{display:block;width:100%;height:auto;object-fit:cover}.materials__card h3{margin:0;font-size:1.15rem;font-weight:850;color:#111;letter-spacing:.2px}.materials__card p{margin:0;font-size:.98rem;line-height:1.6;color:#555}@media(min-width:600px){.materials__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.materials__card{padding:1.05rem}}@media(min-width:1024px){.materials{padding:3.25rem 0}.materials__head h1{font-size:2.25rem}.materials__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}.materials__card{padding:1.15rem}.materials__card h3{font-size:1.2rem}}@media(min-width:1400px){.materials__head h1{font-size:2.45rem}.materials__grid{gap:1.6rem}}
