.rc-om{background:var(--rc-sand);color:var(--rc-black);padding-block:56px}@media(min-width:990px){.rc-om{padding-block:88px}}.rc-om__top{max-width:920px}.rc-om__h{font-family:var(--rc-head);font-weight:700;margin:0;font-size:32px;line-height:1.1;letter-spacing:-.03em;text-wrap:balance}@media(min-width:900px){.rc-om__h{font-size:clamp(38px,4vw,56px)}}.rc-om__grid{display:grid;gap:var(--rc-s2);margin-top:var(--rc-s7)}@media(min-width:900px){.rc-om__grid{grid-template-columns:minmax(0,1.12fr) minmax(0,1fr)}.rc-om__shot{grid-row:1 / 3}}.rc-om__shot{position:relative;margin:0;min-width:0;border-radius:var(--rc-r-lg);overflow:hidden;background:var(--rc-white);aspect-ratio:4/5}@media(min-width:900px){.rc-om__shot{aspect-ratio:auto;min-height:540px}}.rc-om__shot img{width:100%;height:100%;min-width:0;object-fit:cover;display:block}.rc-om__tag{position:absolute;left:var(--rc-s4);right:var(--rc-s4);bottom:var(--rc-s4);max-width:400px;background:var(--rc-white);border-radius:var(--rc-r);padding:var(--rc-s4);display:grid;gap:6px}.rc-om__tag b{display:flex;align-items:center;gap:8px;font-family:var(--rc-head);font-weight:700;font-size:15px;line-height:1.2}.rc-om__tag span{font-size:13px;line-height:1.5;color:var(--rc-muted)}.rc-om__tag .rc-icon{width:16px;height:16px;flex:none;color:var(--rc-burgundy)}.rc-om__card{border-radius:var(--rc-r-lg);padding:var(--rc-s5);overflow:hidden;display:grid;gap:var(--rc-s4);align-items:center}@media(min-width:520px){.rc-om__card{grid-template-columns:minmax(0,1fr) minmax(0,32%)}}.rc-om__card--light{background:var(--rc-white)}.rc-om__card--dark{background:var(--rc-black);color:var(--rc-white)}@media(min-width:520px){.rc-om__card--dark{grid-template-columns:minmax(0,32%) minmax(0,1fr)}}.rc-om__card-pic{width:100%;min-width:0;aspect-ratio:1;border-radius:var(--rc-r);object-fit:cover;display:block}.rc-om__card--light .rc-om__card-pic{object-fit:contain}.rc-om__card h2{font-family:var(--rc-head);font-weight:700;margin:0;font-size:20px;line-height:1.2;letter-spacing:-.015em}@media(min-width:990px){.rc-om__card h2{font-size:24px}}.rc-om__card h2 span{display:block;font-weight:400;color:var(--rc-muted)}.rc-om__card--dark h2 span{color:var(--rc-muted-inv)}.rc-om__card p{margin:var(--rc-s3) 0 0;font-size:14px;line-height:1.6;color:var(--rc-muted)}.rc-om__card--dark p{color:var(--rc-muted-inv)}.rc-om__list{list-style:none;margin:var(--rc-s4) 0 0;padding:0;display:grid;gap:var(--rc-s3)}.rc-om__list li{display:flex;gap:10px;align-items:flex-start;font-size:14px;line-height:1.5;color:var(--rc-muted-inv)}.rc-om__list .rc-icon{width:15px;height:15px;flex:none;margin-top:4px;color:var(--rc-white)}.rc-om__quote{margin:0;display:grid;justify-items:center;gap:var(--rc-s5);padding-block:var(--rc-s8) var(--rc-s7);text-align:center}.rc-om__stack{display:flex;align-items:center}.rc-om__stack img{width:54px;height:54px;padding:7px;min-width:0;background:var(--rc-white);border:1px solid var(--rc-hairline);border-radius:var(--rc-r);object-fit:contain;display:block}.rc-om__stack img:first-child{transform:rotate(-7deg)}.rc-om__stack img:last-child{transform:rotate(7deg);margin-left:-14px}.rc-om__quote blockquote{margin:0;max-width:660px;font-family:var(--rc-serif);font-weight:400;font-size:clamp(21px,4.6vw,32px);line-height:1.4;text-wrap:balance}.rc-om__quote blockquote em{font-style:italic}.rc-om__by{display:grid;gap:2px;font-size:13px}.rc-om__by b{font-weight:600;font-size:14px}.rc-om__by span{color:var(--rc-muted)}.rc-om__scene{position:relative;display:grid;gap:var(--rc-s2)}@media(min-width:560px){.rc-om__scene{grid-template-columns:1fr 1fr}.rc-om__scene-img{grid-column:1 / -1}}@media(min-width:900px){.rc-om__scene{display:block}}.rc-om__scene-img{width:100%;height:auto;min-width:0;display:block;border-radius:var(--rc-r-lg);background:var(--rc-white)}.rc-om__chip{display:flex;align-items:center;gap:var(--rc-s3);padding:8px 12px;background:var(--rc-white);border:1px solid var(--rc-line);border-radius:var(--rc-r);text-decoration:none;color:inherit;transition:border-color var(--rc-ease),transform var(--rc-ease)}@media(min-width:900px){.rc-om__chip{position:absolute;width:min(23%,250px);z-index:2}.rc-om__chip--a{left:3%;top:49%}.rc-om__chip--b{right:3%;top:23%}}.rc-om__chip>img{width:38px;height:38px;flex:none;padding:3px;background:var(--rc-sand);border-radius:8px;object-fit:contain;display:block}.rc-om__chip-txt{display:grid;gap:1px;min-width:0;flex:1}.rc-om__chip-kind{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--rc-muted)}.rc-om__chip-name{font-weight:600;font-size:14px;line-height:1.2}.rc-om__chip-price{font-size:13px;color:var(--rc-muted);font-variant-numeric:tabular-nums}.rc-om__chip .rc-icon{width:18px;height:18px;flex:none;color:var(--rc-burgundy)}.rc-om__chip:active{transform:scale(.99)}@media(hover:hover)and (pointer:fine){.rc-om__chip:hover{border-color:var(--rc-burgundy)}}.rc-om__chip:focus-visible{outline:2px solid var(--rc-burgundy);outline-offset:3px}.rc-om__wires{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;display:none}@media(min-width:900px){.rc-om__wires{display:block}}.rc-om__wire path{fill:none;stroke:#0000004d;stroke-width:1;stroke-linecap:round;vector-effect:non-scaling-stroke}.rc-om__wire circle{fill:#0000004d}.rc-om__wire-hi{opacity:0;transition:opacity var(--rc-ease);filter:drop-shadow(0 0 4px rgba(109,0,26,.9)) drop-shadow(0 0 11px rgba(109,0,26,.5))}.rc-om__wire-hi path{fill:none;stroke:var(--rc-burgundy);stroke-width:1.5;stroke-linecap:round;vector-effect:non-scaling-stroke}.rc-om__wire-hi circle{fill:var(--rc-burgundy)}@media(min-width:900px){.rc-om__chip--a:focus-visible~.rc-om__wires .rc-om__wire-hi--a,.rc-om__chip--b:focus-visible~.rc-om__wires .rc-om__wire-hi--b{opacity:1}}@media(min-width:900px)and (hover:hover)and (pointer:fine){.rc-om__chip--a:hover~.rc-om__wires .rc-om__wire-hi--a,.rc-om__chip--b:hover~.rc-om__wires .rc-om__wire-hi--b{opacity:1}}@media(prefers-reduced-motion:reduce){.rc-om__chip,.rc-om__wire-hi{transition:none}.rc-om__chip:active{transform:none}.rc-om__stack img:first-child,.rc-om__stack img:last-child{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/section-om-os.css.map */
