:root{color:#171717;font-synthesis:none;--white:#fff;--ink:#171717;--muted:#777a80;--soft:#f4f5f6;--line:#e8e8ea;background:#fff;font-family:Inter,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);min-width:320px;min-height:100vh;margin:0;overflow-x:hidden}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}img{max-width:100%;display:block}.shell{width:min(100% - 40px,1380px);margin-inline:auto}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:999;color:#fff;background:var(--ink);padding:10px 14px;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.skip-link:focus{transform:none}:focus-visible{outline-offset:3px;outline:2px solid #444}.site-header{background:var(--white);border-bottom:1px solid var(--line)}.header-inner{justify-content:space-between;align-items:center;gap:20px;min-height:60px;display:flex}.brand{flex:none;align-items:center;text-decoration:none;display:inline-flex}.brand img{width:clamp(132px,14vw,174px);height:auto}.header-inner nav{gap:22px;display:flex}.header-inner nav a{color:#55585e;font-size:14px;text-decoration:none}.header-inner nav a:hover,.header-inner nav a[aria-current=page]{color:var(--ink)}.rental-intro{background:var(--white)}.rental-intro-inner{align-content:center;gap:8px;min-height:112px;padding-block:18px;display:grid}.rental-intro-copy{gap:6px;display:grid}.rental-intro p{color:var(--muted);letter-spacing:.11em;text-transform:uppercase;order:-1;align-items:center;gap:7px;margin:0;font-size:10px;font-weight:650;display:flex}.rental-intro p span{background:var(--ink);width:6px;height:6px;box-shadow:0 0 0 3px var(--soft);border-radius:50%}.rental-intro h1{letter-spacing:-.035em;margin:0;font-size:clamp(21px,5.5vw,28px);font-weight:650;line-height:1.1}.rental-intro-copy>span{max-width:580px;color:var(--muted);font-size:12px;line-height:1.45}.catalog-controls{z-index:20;background:var(--white);border-bottom:1px solid var(--line);padding:12px 0 20px;position:sticky;top:0}.search-field{color:#a2a5aa;background:var(--soft);border-radius:10px;align-items:center;gap:10px;height:42px;padding:0 13px;display:flex}.search-field:focus-within{box-shadow:inset 0 0 0 1px #b8bbc0}.search-field input{min-width:0;height:100%;color:var(--ink);background:0 0;border:0;outline:0;flex:1}.search-field input::placeholder{color:#a2a5aa}.search-field button{color:#777a80;cursor:pointer;background:0 0;border:0;place-items:center;padding:5px;display:grid}.category-scroll{scrollbar-width:none;gap:8px;margin-top:16px;display:flex;overflow-x:auto}.category-scroll::-webkit-scrollbar{display:none}.category-scroll button{color:#4e5156;cursor:pointer;background:#fafafa;border:1px solid #f0f0f1;border-radius:999px;flex:none;min-height:30px;padding:0 16px;font-size:12px}.category-scroll button:hover{background:#f3f3f4}.category-scroll button.active{color:#fff;background:var(--ink);border-color:var(--ink)}.catalog-results{padding:20px 0 56px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:28px 14px;display:grid}.product-card{min-width:0}.product-main{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;display:block}.product-image-wrap{aspect-ratio:1;background:var(--soft);border-radius:13px;overflow:hidden}.product-image-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.product-main:hover img{transform:scale(1.02)}.product-info{justify-content:space-between;align-items:center;gap:10px;padding-top:12px;display:flex}.product-info>div{min-width:0}.product-info h2{text-overflow:ellipsis;white-space:nowrap;margin:0 0 5px;font-size:13px;font-weight:550;line-height:1.2;overflow:hidden}.product-info p{color:var(--muted);margin:0;font-size:13px;font-weight:450;line-height:1.25}.product-info p small{font-size:10px}.details-icon{color:#55585e;background:var(--soft);border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-size:16px;transition:color .2s,background .2s,transform .2s;display:grid}.product-main:hover .details-icon{color:#fff;background:var(--ink);transform:translate(1px,-1px)}.empty-state{text-align:center;background:var(--soft);border-radius:14px;grid-column:1/-1;padding:70px 20px}.empty-state h2{margin:0;font-size:24px}.empty-state p{color:var(--muted)}.empty-state button{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:8px;padding:11px 17px}.modal-backdrop{z-index:100;background:#00000057;align-items:flex-end;animation:.22s both backdrop-in;display:flex;position:fixed;inset:0}.modal-backdrop.is-closing{animation:.22s both backdrop-out}.product-modal{overscroll-behavior:contain;background:var(--white);scrollbar-width:none;border-radius:30px 30px 0 0;width:100%;max-height:calc(100dvh - 68px);animation:.32s cubic-bezier(.22,1,.36,1) both sheet-in;position:relative;overflow-y:auto}.modal-backdrop.is-closing .product-modal{animation:.22s cubic-bezier(.4,0,1,1) both sheet-out}.product-modal::-webkit-scrollbar{display:none}.modal-handle{z-index:3;background:#e2e3e5;border-radius:999px;width:48px;height:4px;position:absolute;top:11px;left:50%;transform:translate(-50%)}.modal-close{z-index:4;color:#35373a;cursor:pointer;background:#f5f5f6eb;border:0;border-radius:50%;place-items:center;width:34px;height:34px;padding:0;display:grid;position:absolute;top:18px;right:18px}.modal-close:focus-visible{outline-offset:1px;outline:1px solid #9a9ca1}.modal-gallery{aspect-ratio:4/5;touch-action:pan-y;background:var(--soft);border-radius:14px;margin:24px 20px 0;position:relative;overflow:hidden}.gallery-image{object-fit:cover;will-change:transform, opacity;width:100%;height:100%;position:absolute;inset:0}.gallery-enter-right{animation:.34s cubic-bezier(.22,1,.36,1) both gallery-enter-right}.gallery-enter-left{animation:.34s cubic-bezier(.22,1,.36,1) both gallery-enter-left}.gallery-arrow{display:none}.gallery-dots{gap:6px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.gallery-dots button{cursor:pointer;background:#bec1c5;border:0;border-radius:50%;width:6px;height:6px;padding:0}.gallery-dots button.active{background:#111}.modal-content{padding:26px 20px calc(22px + env(safe-area-inset-bottom))}.eyebrow{color:#94979c;letter-spacing:.12em;text-transform:uppercase;margin:0 0 9px;font-size:10px;font-weight:600}.modal-content h2{letter-spacing:-.03em;margin:0;font-size:25px;font-weight:650;line-height:1.1}.rental-calculator{background:var(--line);border-radius:13px;gap:1px;margin:25px 0;display:grid;overflow:hidden}.rental-calculator>div{background:#fafafa;justify-content:space-between;align-items:center;gap:18px;min-height:66px;padding:12px 16px;display:flex}.rental-calculator>div>span{color:#34363a;font-size:13px}.day-selector{background:#fff;border-radius:10px;align-items:center;gap:7px;padding:5px;display:flex;box-shadow:0 2px 12px #0000000a}.day-selector button{width:28px;height:28px;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;padding:0;display:grid}.day-selector button:disabled{opacity:.3;cursor:not-allowed}.day-selector strong{text-align:center;min-width:30px;font-size:14px;font-weight:500}.day-selector strong small{display:none}.price-result{text-align:left}.price-result strong{margin-left:auto;font-size:18px;font-weight:600}.price-result small{color:var(--muted);font-size:10px}.description-block,.included{border-top:1px solid var(--line);padding:22px 0}.description-block h3,.included h3{margin:0 0 12px;font-size:15px;font-weight:600}.modal-description{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.included ul{color:var(--muted);grid-template-columns:1fr 1fr;gap:8px 16px;margin:0;padding:0;font-size:13px;list-style:none;display:grid}.included li:before{content:"•";color:#888;margin-right:7px}.contact-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.contact-cta{min-height:46px;color:var(--ink);background:var(--soft);border:1px solid var(--line);border-radius:10px;justify-content:center;align-items:center;gap:9px;padding:0 13px;font-size:12px;font-weight:600;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:flex}.contact-cta:hover{background:#e9eaec;transform:translateY(-1px)}.contact-cta-primary{color:#fff;background:var(--ink);border-color:var(--ink);grid-column:1/-1}.contact-cta-primary:hover{background:#303030}.demo-note{color:#999ba0;text-align:center;margin:11px 0 0;font-size:10px}@keyframes backdrop-in{0%{background:0 0}}@keyframes backdrop-out{to{background:0 0}}@keyframes sheet-in{0%{opacity:.7;transform:translateY(36px)}}@keyframes sheet-out{to{opacity:.7;transform:translateY(36px)}}@keyframes gallery-enter-right{0%{opacity:.6;transform:translate(16%)}to{opacity:1;transform:translate(0)}}@keyframes gallery-enter-left{0%{opacity:.6;transform:translate(-16%)}to{opacity:1;transform:translate(0)}}.static-page{min-height:70vh;padding:54px 0 80px}.static-page-heading{max-width:760px}.static-page h1{letter-spacing:-.055em;margin:0;font-size:clamp(42px,8vw,72px)}.static-page .lead{max-width:620px;color:var(--muted);margin:20px 0 42px;font-size:18px;line-height:1.55}.terms-layout{gap:18px;display:grid}.terms-grid{background:var(--line);border:1px solid var(--line);border-radius:13px;gap:1px;display:grid;overflow:hidden}.terms-grid section{background:var(--white);padding:24px}.terms-grid section>span{color:#a0a2a6;font-size:11px}.terms-grid h2{margin:24px 0 10px;font-size:22px}.terms-grid p{color:var(--muted);margin:0 0 10px;line-height:1.55}.terms-grid p:last-child{margin-bottom:0}.terms-grid ul{color:var(--muted);margin:14px 0;padding-left:20px;line-height:1.7}.terms-grid .term-footnote{border-top:1px solid var(--line);padding-top:14px;font-size:13px}.terms-summary{background:var(--ink);color:#fff;border-radius:13px;order:-1;height:max-content;padding:22px}.terms-summary>span{color:#aeb0b4;letter-spacing:.12em;text-transform:uppercase;margin-bottom:28px;font-size:10px;font-weight:650;display:block}.terms-summary strong{margin-top:20px;font-size:18px;display:block}.terms-summary p{color:#bfc1c5;margin:6px 0 0;font-size:13px;line-height:1.5}.faq-section{padding-top:70px}.faq-section>h2{letter-spacing:-.04em;margin:0 0 24px;font-size:clamp(32px,5vw,48px)}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:20px 0;font-weight:600;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";color:var(--muted);flex:none;font-size:20px;font-weight:400}.faq-list details[open] summary:after{content:"−"}.faq-list p{max-width:720px;color:var(--muted);margin:-6px 36px 20px 0;line-height:1.6}.notice,.max-note{color:var(--muted);background:var(--soft);border-radius:8px;margin-top:18px;padding:14px 16px;font-size:12px}.contact-panel{border:1px solid var(--line);border-radius:13px;display:grid;overflow:hidden}.contact-panel>*{background:var(--white);border-bottom:1px solid var(--line);grid-template-columns:34px 1fr;align-content:center;gap:4px 12px;min-height:110px;padding:20px;text-decoration:none;display:grid}.contact-panel>:last-child{border:0}.contact-panel svg,.contact-symbol{color:#55585e;grid-row:1/3;align-self:center;font-weight:700}.contact-panel span:not(.contact-symbol){color:var(--muted);font-size:12px}.contact-panel strong{font-size:17px}.contact-panel a:hover{background:#fafafa}.contact-meta{background:var(--line);border-radius:13px;gap:1px;margin-top:18px;display:grid;overflow:hidden}.contact-meta>div{background:var(--soft);grid-template-columns:34px 1fr;align-content:center;gap:5px 12px;min-height:118px;padding:22px;display:grid}.contact-meta svg{color:#74777c;grid-row:1/4;align-self:center}.contact-meta span{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:650}.contact-meta strong{font-size:17px}.contact-meta p{color:var(--muted);margin:0;font-size:12px}footer{border-top:1px solid var(--line);background:var(--white)}footer .shell{grid-template-columns:1fr auto;align-content:center;gap:22px;min-height:120px;display:grid}footer div>div{flex-direction:column;gap:5px;display:flex}footer strong{font-size:14px}footer span,footer small{color:#9a9ca1;font-size:11px}footer nav{gap:18px;display:flex}footer nav a{color:#63666b;font-size:12px;text-decoration:none}footer small{grid-column:1/-1}@media (width>=680px){.rental-intro-inner{grid-template-columns:1fr auto;align-items:center;gap:36px;min-height:96px}.rental-intro-copy{gap:7px}.rental-intro p{order:initial;background:var(--soft);border-radius:999px;justify-self:end;padding:9px 12px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 18px}.product-info h2,.product-info p{font-size:14px}.details-icon{width:32px;height:32px}.terms-grid,.contact-panel{grid-template-columns:repeat(2,1fr)}.terms-grid section:nth-child(odd),.contact-panel>:nth-child(odd){border-right:1px solid var(--line)}.contact-panel>:nth-last-child(-n+2){border-bottom:0}.contact-meta{grid-template-columns:1fr 1fr}}@media (width>=960px){.header-inner{min-height:60px}.search-field{height:42px}.catalog-results{padding-top:20px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 20px}.modal-backdrop{justify-content:center;align-items:center;padding:40px}.product-modal{border-radius:20px;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);width:min(1120px,100%);height:min(760px,100dvh - 80px);max-height:calc(100dvh - 80px);animation-name:modal-in;display:grid;overflow:hidden}.modal-backdrop.is-closing .product-modal{animation-name:modal-out}.modal-handle{display:none}.modal-close{position:absolute;top:16px;right:16px}.modal-gallery{aspect-ratio:auto;border-radius:0;height:100%;min-height:0;margin:0}.gallery-arrow{z-index:2;width:38px;height:38px;color:var(--ink);cursor:pointer;background:#ffffffe6;border:1px solid #0000000f;border-radius:50%;place-items:center;padding:0;transition:background .2s,transform .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 18px #0000001a}.gallery-arrow:hover{background:#fff;transform:translateY(-50%)scale(1.06)}.gallery-arrow-left{left:18px}.gallery-arrow-right{right:18px}.modal-content{scrollbar-width:thin;min-width:0;height:100%;margin:0;padding:44px 38px 30px;overflow-y:auto}.contact-panel{grid-template-columns:repeat(4,1fr)}.contact-panel>*{border-right:1px solid var(--line);border-bottom:0}.contact-panel>:last-child{border-right:0}.terms-layout{grid-template-columns:minmax(0,1fr) 270px;align-items:start}.terms-summary{order:0;position:sticky;top:24px}}@keyframes modal-in{0%{opacity:0;transform:translateY(10px)scale(.985)}}@keyframes modal-out{to{opacity:0;transform:translateY(10px)scale(.985)}}@media (width>=1280px){.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:36px 22px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
