:root{--bg:#fbf8f4;--surface:#fff;--text:#2b2420;--muted:#6f6660;--line:#e7e0d8;--brand:#c8663b;--brand-dark:#a44f2a;--ok:#2f8f5b;--warn:#b98b1a;--bad:#b3423a;--radius:12px;--shadow:0 1px 2px #0000000f, 0 4px 14px #0000000d}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{color:var(--text);background:var(--bg);-webkit-text-size-adjust:100%;margin:0;font:16px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}a{color:var(--brand-dark)}h1,h2,h3{margin:0 0 .5rem;line-height:1.2}h1{font-size:1.6rem}h2{font-size:1.25rem}p{margin:0 0 .75rem}img{max-width:100%;display:block}.container{max-width:960px;margin:0 auto;padding-inline:16px}main.container{padding-block:20px 48px}.muted{color:var(--muted)}.small{font-size:.875rem}.row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.between{justify-content:space-between}.stack>*+*{margin-top:12px}.hidden{display:none!important}#site-header{z-index:10;background:var(--surface);border-bottom:1px solid var(--line);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:12px;min-height:56px;display:flex}.brand{color:var(--text);white-space:nowrap;font-size:1.1rem;font-weight:700;text-decoration:none}#site-header nav{flex-wrap:wrap;justify-content:flex-end;gap:2px;display:flex}#site-header nav a,#site-header nav .linklike{color:var(--text);border-radius:8px;align-items:center;min-height:44px;padding:8px 10px;font-size:.95rem;text-decoration:none;display:inline-flex}#site-header nav a.active{background:var(--bg);font-weight:600}.linklike{font:inherit;cursor:pointer;color:var(--brand-dark);background:0 0;border:0}.grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.card-link{color:inherit;text-decoration:none;display:block}.card .thumb{aspect-ratio:1;object-fit:cover;background:var(--line);width:100%}.card .body{padding:12px 14px 14px}.card .title{justify-content:space-between;align-items:baseline;gap:8px;font-size:1.05rem;font-weight:700;display:flex}.card .price{color:var(--brand-dark);white-space:nowrap}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}.badge{text-transform:capitalize;letter-spacing:.02em;color:#fff;border-radius:999px;padding:2px 10px;font-size:.75rem;font-weight:600;display:inline-block}.badge-available,.badge-confirmed,.badge-approved{background:var(--ok)}.badge-reserved,.badge-pending,.badge-proposed{background:var(--warn)}.badge-sold,.badge-declined,.badge-rejected,.badge-cancelled{background:var(--muted)}.badge-draft{background:var(--bad)}label{margin-bottom:4px;font-size:.9rem;font-weight:600;display:block}input,select,textarea{width:100%;font:inherit;border:1px solid var(--line);color:var(--text);background:#fff;border-radius:8px;min-height:44px;padding:10px 12px}textarea{resize:vertical;min-height:96px}input[type=checkbox]{width:auto;min-height:0;margin-right:8px}.field{margin-bottom:14px}.field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (width<=480px){.field-row{grid-template-columns:1fr}}.btn{min-height:44px;font:inherit;cursor:pointer;background:var(--brand);color:#fff;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:10px 18px;font-weight:600;text-decoration:none;display:inline-flex}.btn:hover{background:var(--brand-dark)}.btn:disabled{opacity:.6;cursor:default}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--line)}.btn-secondary:hover{background:var(--bg)}.btn-danger{background:var(--bad)}.btn-sm{min-height:36px;padding:6px 12px;font-size:.875rem}.btn-block{width:100%}.error{color:var(--bad);font-size:.9rem}.chips{flex-wrap:wrap;gap:8px;margin:12px 0 16px;display:flex}.chip{border:1px solid var(--line);background:var(--surface);font:inherit;cursor:pointer;border-radius:999px;min-height:40px;padding:8px 14px}.chip.active{background:var(--brand);color:#fff;border-color:var(--brand)}.tabs{border-bottom:1px solid var(--line);gap:4px;margin-bottom:16px;display:flex;overflow-x:auto}.tab{font:inherit;cursor:pointer;white-space:nowrap;color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:12px 14px}.tab.active{color:var(--text);border-bottom-color:var(--brand);font-weight:600}.count{background:var(--brand);color:#fff;text-align:center;border-radius:999px;min-width:20px;margin-left:4px;padding:0 6px;font-size:.75rem;display:inline-block}.gallery{gap:8px;display:grid}.gallery .main{object-fit:contain;border-radius:var(--radius);background:#efe9e2;width:100%;height:auto;max-height:72vh;display:block}.gallery .main:not([src]){aspect-ratio:4/3}.gallery .thumbs{gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.gallery .thumbs img{object-fit:cover;cursor:pointer;border:2px solid #0000;border-radius:8px;flex:none;width:72px;height:72px}.gallery .thumbs img.active{border-color:var(--brand)}.facts{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin:12px 0;display:grid}.fact{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:10px 12px}.fact .k{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.fact .v{font-weight:600}.parents{grid-template-columns:1fr 1fr;gap:12px;display:grid}.parent-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);margin:0;overflow:hidden}.parent-card img.parent-main{aspect-ratio:1;object-fit:contain;background:#efe9e2;width:100%;display:block}.parent-ph{aspect-ratio:1;background:var(--bg);justify-content:center;align-items:center;font-size:2.5rem;display:flex}.parent-card figcaption{padding:10px 12px 12px}.detail-layout{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=760px){.detail-layout{grid-template-columns:3fr 2fr}}.photo-list{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px;display:grid}.photo-item{border:1px solid var(--line);background:var(--surface);border-radius:10px;position:relative;overflow:hidden}.photo-item img{aspect-ratio:1;object-fit:cover;width:100%}.photo-item .tools{justify-content:space-between;padding:4px;display:flex}.photo-item .tools button{background:var(--bg);cursor:pointer;border:0;border-radius:6px;min-width:32px;min-height:32px;font-size:.9rem}.photo-item.cover:after{content:"Cover";color:#fff;background:#0009;border-radius:4px;padding:2px 6px;font-size:.7rem;position:absolute;top:6px;left:6px}.upload-box{border:2px dashed var(--line);border-radius:var(--radius);text-align:center;background:var(--surface);padding:16px}.progress{background:var(--line);border-radius:3px;height:6px;margin-top:8px;overflow:hidden}.progress>div{background:var(--brand);width:0;height:100%;transition:width .2s}.list{flex-direction:column;gap:10px;display:flex}.item{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:12px 14px}.item .head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.item .actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.item .thumb-sm{object-fit:cover;background:var(--line);border-radius:8px;width:56px;height:56px}.modal-backdrop{z-index:20;background:#00000073;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}@media (width>=600px){.modal-backdrop{align-items:center;padding:16px}}.modal{background:var(--surface);border-radius:16px 16px 0 0;width:100%;max-width:520px;max-height:92vh;padding:20px;overflow-y:auto}@media (width>=600px){.modal{border-radius:16px}}#toast-host{z-index:30;pointer-events:none;flex-direction:column;align-items:center;gap:8px;padding-inline:16px;display:flex;position:fixed;bottom:16px;left:0;right:0}.toast{color:#fff;opacity:0;background:#2b2420;border-radius:10px;max-width:100%;padding:10px 16px;transition:all .25s;transform:translateY(8px)}.toast.show{opacity:1;transform:none}.toast-error{background:var(--bad)}.toast-success{background:var(--ok)}.empty{text-align:center;color:var(--muted);padding:40px 16px}.parent-photo img{object-fit:cover;border:1px solid var(--line);border-radius:10px;width:140px;height:140px;margin-bottom:8px}.parent-photo label.btn{cursor:pointer}.parents-preview{flex-wrap:wrap;gap:12px;display:flex}.parents-preview .pp{align-items:center;gap:8px;font-size:.875rem;display:flex}.parents-preview img{object-fit:cover;border:1px solid var(--line);border-radius:8px;width:56px;height:56px}.pay-methods{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;display:grid}.pay-method{background:var(--bg);border:1px solid var(--line);border-radius:10px;padding:12px;font-size:.95rem}.pay-title{margin-bottom:4px;font-weight:700}.pay-qr{background:#fff;border-radius:8px;width:160px;max-width:100%;margin-top:8px;padding:4px}.ac-wrap{position:relative}.ac-list{z-index:15;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:10px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow:hidden}.ac-item{cursor:pointer;border-bottom:1px solid var(--line);padding:10px 12px;line-height:1.3}.ac-item:hover,.ac-item.active{background:var(--bg)}.ac-attrib{text-align:right;padding:4px 12px;font-size:.7rem}.akc-panel{border-color:var(--ok)}.akc-steps{text-align:center;grid-template-columns:repeat(4,1fr);gap:4px;margin:8px 0 14px;padding:0;font-size:.75rem;list-style:none;display:grid}.akc-steps li{background:var(--bg);color:var(--muted);border-radius:8px;padding:8px 4px}.akc-steps li.done{background:var(--ok);color:#fff;font-weight:600}.pup-card{align-items:center;gap:12px;display:flex}.pup-card img,.pup-card .ph{object-fit:cover;background:var(--line);border-radius:10px;flex:none;width:72px;height:72px}.welcome{margin-bottom:8px}.lead{font-size:1.08rem;line-height:1.55}.about section{margin-bottom:24px}.about ul,.about ol{padding-left:20px}.about li{margin-bottom:8px}.care-list li{margin-bottom:10px}.quotes{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;display:grid}.quotes blockquote{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);margin:0;padding:14px 16px;font-style:italic}.quotes blockquote footer{color:var(--muted);margin-top:8px;font-size:.85rem;font-style:normal}#site-footer{border-top:1px solid var(--line);background:var(--surface);margin-top:32px}.footer-inner{flex-wrap:wrap;justify-content:space-between;gap:12px;padding-block:20px;display:flex}.footer-inner a{color:var(--brand-dark)}.hero{margin:4px 0 16px;display:block}.hero img{border-radius:var(--radius);width:100%;height:auto;box-shadow:var(--shadow)}.testimonials{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px;margin-top:16px;display:grid}.tcard{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;display:flex;overflow:hidden}.tcard picture{background:var(--line);display:block}.tcard img{object-fit:contain;background:#efe9e2;width:100%;height:auto;max-height:480px;display:block}.tbody{padding:14px 16px 16px}.tbody h2{margin-bottom:6px;font-size:1.1rem}.tbody blockquote{margin:0;font-style:italic;line-height:1.5}.tbody footer{color:var(--muted);margin-top:8px;font-size:.85rem}.tgallery{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;display:grid}.tgallery img{aspect-ratio:1;object-fit:contain;border:1px solid var(--line);background:#efe9e2;border-radius:10px;width:100%}.guarantee-box{border-color:var(--brand);background:#fff7f2}.guarantee-text{margin:0;font-size:1.25rem;font-weight:600;line-height:1.5}.highlight{border-color:var(--warn);background:#fffaf0}.care-steps{counter-reset:step;margin:20px 0;padding:0;list-style:none}.care-steps li{margin-bottom:22px;padding:0 0 0 52px;position:relative}.care-steps li:before{counter-increment:step;content:counter(step);background:var(--brand);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-weight:700;display:flex;position:absolute;top:0;left:0}.care-steps h2{margin:6px 0 4px;font-size:1.05rem}.care-steps p{margin:0}@media (width<=640px){.header-inner{flex-wrap:wrap;padding-block:6px}.brand{flex:100%;padding-top:2px}#site-header nav{flex-wrap:wrap;flex:100%;justify-content:flex-start;gap:2px 0;margin-inline:-6px}#site-header nav a,#site-header nav .linklike{white-space:nowrap;min-height:36px;padding:6px 8px;font-size:.88rem}}.masonry{column-count:2;column-gap:12px;margin-top:16px}@media (width>=640px){.masonry{column-count:3}}@media (width>=960px){.masonry{column-count:4}}.mitem{break-inside:avoid;background:var(--surface);border:1px solid var(--line);cursor:zoom-in;box-shadow:var(--shadow);border-radius:12px;margin:0 0 12px;overflow:hidden}.mitem img{width:100%;height:auto;display:block}.mitem figcaption{color:var(--muted);padding:8px 10px;font-size:.82rem;line-height:1.35}.videos{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;display:grid}.video{aspect-ratio:16/9;background:#000;border-radius:12px;position:relative;overflow:hidden}.video iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.puppy-videos{display:block}.video-grid{grid-template-columns:1fr;justify-items:start;gap:12px;display:grid}@media (width>=720px){.video-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}.lightbox{background:0 0;border:0;width:100vw;max-width:100vw;height:100vh;max-height:100vh;padding:0}.lightbox::backdrop{background:#000000e6}.lightbox figure{flex-direction:column;justify-content:center;align-items:center;height:100%;margin:0;padding:16px;display:flex}.lightbox img{object-fit:contain;border-radius:8px;max-width:100%;max-height:calc(100vh - 90px)}.lightbox figcaption{color:#fff;text-align:center;max-width:720px;margin-top:10px;font-size:.95rem}.lb-close,.lb-nav{color:#fff;cursor:pointer;background:#ffffff26;border:0;border-radius:50%;width:44px;height:44px;font-size:1.4rem;position:absolute}.lb-close{top:12px;right:12px}.lb-nav{top:50%;transform:translateY(-50%)}.lb-prev{left:8px}.lb-next{right:8px}.zoomable{cursor:zoom-in}.lightbox figure{cursor:zoom-out}.venmo-btn{background:#008cff;margin-top:8px}.venmo-btn:hover{background:#0074d4}.chat{grid-template-columns:1fr;gap:14px;min-height:420px;display:grid}@media (width>=760px){.chat{grid-template-columns:300px 1fr}.chat-thread.hidden{display:flex!important}.chat-list{display:block!important}}.chat.thread-open .chat-list{display:none}.chat-list{flex-direction:column;gap:8px;display:flex}.conv{text-align:left;background:var(--surface);border:1px solid var(--line);width:100%;font:inherit;cursor:pointer;border-radius:10px;padding:10px 40px 10px 12px;position:relative}.conv.active{border-color:var(--brand)}.conv-head{justify-content:space-between;gap:8px;display:flex}.conv-preview{white-space:nowrap;text-overflow:ellipsis;margin-top:2px;overflow:hidden}.conv-preview.unread{color:var(--text);font-weight:600}.conv .count{position:absolute;top:12px;right:10px}.chat-thread{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;min-height:420px;max-height:75vh;display:flex}.thread-head{border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:10px;padding:10px 12px;display:flex}.thread-head .linklike{padding:0}@media (width>=760px){.thread-head #chat-back{display:none}}.thread-msgs{flex-direction:column;flex:1;gap:10px;padding:12px;display:flex;overflow-y:auto}.msg{max-width:80%}.msg.mine{text-align:right;align-self:flex-end}.msg.theirs{align-self:flex-start}.bubble{background:var(--bg);text-align:left;white-space:pre-wrap;word-break:break-word;border-radius:14px;padding:8px 12px;display:inline-block}.msg.mine .bubble{background:var(--brand);color:#fff}.msg.system{text-align:center;max-width:92%;color:var(--muted);background:#f3eee8;border-radius:10px;align-self:center;padding:6px 10px;font-size:.82rem}.msg-time{color:var(--muted);margin-top:2px;font-size:.7rem}.composer{border-top:1px solid var(--line);align-items:flex-end;gap:8px;padding:10px;display:flex}.composer textarea{flex:1;min-height:44px}.card-editor{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=720px){.card-editor{grid-template-columns:1fr 1fr}}.card-preview{background:var(--bg);border:1px solid var(--line);border-radius:12px;justify-content:center;align-items:flex-start;padding:10px;display:flex}.card-preview canvas{max-width:100%;height:auto;max-height:560px;box-shadow:var(--shadow);border-radius:8px}.card-photos{flex-wrap:wrap;gap:8px;display:flex}.card-photos img{object-fit:cover;cursor:pointer;border:3px solid #0000;border-radius:8px;width:60px;height:60px}.card-photos img.active{border-color:var(--brand)}.swatches{flex-wrap:wrap;gap:8px;display:flex}.swatch{width:36px;height:36px;box-shadow:0 0 0 1px var(--line);cursor:pointer;border:3px solid #fff;border-radius:50%}.swatch.active{box-shadow:0 0 0 3px var(--brand)}.pe{background:var(--surface);border:0;border-radius:14px;width:min(96vw,900px);max-height:95vh;padding:0}.pe::backdrop{background:#0009}.pe-body{grid-template-columns:1fr;gap:12px;padding:12px;display:grid}@media (width>=760px){.pe-body{grid-template-columns:1fr 260px}}.pe-stage{touch-action:none;cursor:grab;background:#111;border-radius:10px;width:100%;height:min(60vh,520px);position:relative;overflow:hidden}.pe-stage canvas{width:100%;height:100%;display:block}.pe-frame{pointer-events:none;border:2px solid #fff;border-radius:4px;position:absolute;box-shadow:0 0 0 1px #00000080}.pe-controls{flex-direction:column;gap:10px;display:flex}.pe-controls label.small{flex-direction:column;gap:2px;font-weight:600;display:flex}.pe-controls input[type=range]{width:100%;min-height:0;padding:0}.photo-item .tools button[data-act=edit]{font-size:.85rem}.lib-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;display:grid}.lib-item{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:10px;padding:0;position:relative;overflow:hidden}.lib-item img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.lib-item.selected{outline:3px solid var(--brand)}.lib-cap{color:#fff;white-space:nowrap;text-overflow:ellipsis;text-align:left;background:#0000008c;padding:3px 6px;font-size:.72rem;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.lib-dialog{background:var(--surface);border:0;border-radius:14px;width:min(94vw,640px);max-height:94vh;padding:16px}.lib-dialog::backdrop{background:#0009}.lib-dialog img{object-fit:contain;background:var(--bg);border-radius:10px;width:100%;max-height:50vh}.lib-picker{background:var(--surface);border:0;border-radius:14px;width:min(94vw,760px);max-height:92vh;padding:16px}.lib-picker::backdrop{background:#0009}.lib-picker .lib-grid{max-height:55vh;padding:4px;overflow-y:auto}.parents-toggle{margin-top:24px}.parents-toggle summary{width:auto;list-style:none}.parents-toggle summary::-webkit-details-marker{display:none}.parents-toggle[open] summary{margin-bottom:12px}.parents-toggle .parents{max-width:560px}.rs-steps{text-align:center;counter-reset:rs;grid-template-columns:repeat(3,1fr);gap:4px;margin:0 0 14px;padding:0;font-size:.75rem;list-style:none;display:grid}.rs-steps li{background:var(--bg);color:var(--muted);border-radius:8px;padding:7px 4px}.rs-steps li:before{counter-increment:rs;content:counter(rs) ". "}.rs-steps li.active{background:var(--brand);color:#fff;font-weight:600}.rs-steps li.done{background:var(--ok);color:#fff}.rs-how{padding-left:20px}.rs-how li{margin-bottom:8px}.rs-choice{grid-template-columns:1fr 1fr;gap:8px;display:grid}.rs-opt{border:2px solid var(--line);background:var(--surface);font:inherit;cursor:pointer;text-align:left;border-radius:10px;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 12px;display:flex}.rs-opt span{color:var(--muted);font-size:.85rem}.rs-opt.active{border-color:var(--brand);background:#fff7f2}.chip-sep{background:var(--line);align-self:stretch;width:1px;margin:6px 4px}.rs-steps-4{grid-template-columns:repeat(4,1fr)}.rs-summary{background:var(--bg);border-radius:8px;gap:4px;margin-bottom:10px;padding:10px 12px;display:grid}.rs-terms{border:1px solid var(--line);background:var(--surface);border-radius:8px;max-height:260px;margin-bottom:10px;padding:12px 14px;font-size:.9rem;overflow-y:auto}.rs-terms h4{margin:10px 0 4px;font-size:.95rem}.rs-terms h4:first-child{margin-top:0}.rs-terms p{margin:0 0 6px}.rs-agree{align-items:flex-start;gap:10px;margin-bottom:12px;font-weight:600;display:flex}.rs-agree input{flex:none;width:auto;min-height:0;margin-top:4px}.agreement-page h3{margin-top:20px}.rs-dog{align-items:center;gap:14px;margin-bottom:16px;display:flex}.rs-dog img,.rs-dog-ph{object-fit:cover;background:var(--line);border-radius:12px;flex:none;justify-content:center;align-items:center;width:72px;height:72px;font-size:2rem;display:flex}.rs-panel h2{font-size:1.3rem}.parent-thumbs{gap:6px;padding:8px 10px 0;display:flex;overflow-x:auto}.parent-thumbs img{object-fit:cover;cursor:pointer;border:2px solid #0000;border-radius:6px;flex:none;width:48px;height:48px}.parent-thumbs img.active{border-color:var(--brand)}.listing-title{margin:20px 0 4px;font-size:1.35rem}.video-thumb{border:1px solid var(--line);background:#000;border-radius:10px;width:160px;height:90px;display:inline-block;position:relative;overflow:hidden}.video-thumb img{object-fit:cover;width:100%;height:100%;display:block}.video-thumb .play{color:#fff;background:#00000040;justify-content:center;align-items:center;font-size:1.6rem;display:flex;position:absolute;inset:0}.video-thumb.bad{color:#a33;text-align:center;background:#fff3f0;border-color:#e6b8ae;align-items:center;padding:8px;font-size:.8rem;display:flex}.video-card{margin:0}.video-card.vertical .video{aspect-ratio:9/16;width:100%;height:auto;margin:0}.video-card.vertical{justify-self:start;width:min(100%,360px,39.375vh)}.video-card.vertical .video{margin:0}.video-card.vertical figcaption{justify-content:center}.video-dialog{background:#000;border:0;width:100vw;max-width:100vw;height:100vh;max-height:100vh;padding:0}.video-dialog::backdrop{background:#000}.video-dialog .video-full{width:100%;height:100%}.video-dialog .video-full iframe{border:0;width:100%;height:100%;display:block}.video-dialog .lb-close{z-index:2}
