html{--background:#fef9f5;--on-background:#3d0e00;--surface:#fff8f6;--surface-gradient:#fff8f6;--on-surface:#3d0e00;--header:#fbded6;--primary:#fff0eb;--primary-gradient:#fbded6;--on-primary:#3d0e00;--secondary:#fbded6;--border:solid 0.2rem;--border-radius:1rem;--border-radius-inner:0.5rem;--shadow:#9662 -.1rem .4rem 1.2rem 0}body{display:grid;min-height:100vh;grid-auto-rows:auto auto 1fr auto;font-family:Didot,noto serif display,urw palladio l,P052,Sylfaen,serif;margin:0;background:var(--background);color:var(--on-background)}header{text-align:center;align-items:center;background:var(--header);color:var(--on-primary)}header[large] h1.title{font-size:3rem;margin:2rem 0 0}header[large] h1.title img.logo{height:5rem}header h1.title img.logo{height:3rem;padding-inline-end:1rem;vertical-align:middle}header h1.title a{color:currentColor;text-decoration:none}header p.description{margin:1.5rem .5rem;font-size:1.2em;animation:header-description 120ms linear}@keyframes header-description{from{transform:translateY(-.3rem);opacity:0}}nav{display:flex;position:sticky;top:0;padding:0 1rem;background:var(--background);border-bottom:solid .2rem var(--header);z-index:1;white-space:nowrap}@media screen and (max-width:600px){nav>*{flex:1;text-align:center}}nav a{color:currentColor;text-decoration:none;font-size:1.2rem;padding:1rem 1rem 1rem 0}nav a::before{content:"";display:inline-block;width:.9em;height:.9em;vertical-align:middle;margin-inline-end:.5rem;border-radius:0 .5em .5em;transform:rotate(135deg)}nav a:is([current],:hover,:focus)::before{background:#c88}nav a:is(:hover,:focus):not([current])::before{animation:menu-indicator 100ms linear}@keyframes menu-indicator{from{transform:rotate(100deg)}}main{position:relative;margin:0 1rem;padding-bottom:5rem}main a{color:var(--on-header);background:var(--header);padding:.2rem .3rem}main a:hover,main a:focus{position:relative;color:var(--header);background:var(--on-primary);z-index:1}main h1{margin:3rem -1rem 0;padding:1rem;padding-inline-start:2rem;text-align:center;background:var(--surface);color:var(--on-surface);font-size:2.5em;border-block:var(--border)var(--primary)}main h2{display:flex;position:relative;text-align:center;justify-content:center;font-size:1.8em;margin-top:3rem}main h2::after{content:"";position:absolute;background:var(--header);height:.2rem;width:5rem;bottom:-.4rem}main table{width:100%;border-collapse:collapse}main table td,main table th{height:2.5rem;padding:0 .5rem}main table tr:not(:first-child),main table thead+tbody tr,main table thead+tr{border-top:solid .2rem var(--secondary)}main table th:first-child{text-align:left}main.product-page{padding-bottom:0;margin:1rem 1rem 0;display:grid;grid-template-areas:"i c" "i p";gap:0 1rem;justify-content:center}@media screen and (max-width:1200px){main.product-page{grid-template-areas:"i" "c" "p"}main.product-page img{max-height:calc(50vh - 20rem)}}main.product-page img{grid-area:i;width:auto;max-width:100%;height:auto;max-height:calc(100vh - 30rem);margin:1rem;margin-inline:auto;object-fit:contain;border-radius:var(--border-radius)}main.product-page img[data-crop]{height:100%;object-fit:cover}main.product-page .product-content{grid-area:c;margin:1rem;max-width:60rem}main.product-page .product-panel{position:sticky;grid-area:p;inset:auto 0 0 0;height:7rem;max-width:60rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;border-top:var(--border)var(--header);border-radius:var(--border-radius)var(--border-radius)0 0;background:var(--primary);padding:0 2rem;box-sizing:border-box;align-self:end}main.product-page .product-panel .price{font-size:3em;white-space:nowrap}main.product-page .product-panel a.reserve{padding:1rem;background:var(--header);color:var(--on-primary);border:var(--border)var(--background);border-radius:var(--border-radius);font-size:1.2em;text-decoration:none}main.product-page .product-panel a.reserve:hover,main.product-page .product-panel a.reserve:focus{background:var(--on-primary);color:var(--primary)}main .product-with-paragraph{display:flex;flex-wrap:wrap;gap:1.5rem;margin-block:2rem;justify-content:center}main .product-with-paragraph>article.product{align-self:center}main .product-with-paragraph>.product-paragraph{flex:1;min-width:15rem}main .product-with-paragraph>.product-paragraph>a.link{display:block;max-width:15rem;margin-inline:auto;background:linear-gradient(115deg,var(--surface),var(--surface-gradient));color:var(--on-surface);padding:1rem;text-align:center;text-decoration:none;border-radius:var(--border-radius);border:var(--border)var(--header);font-weight:700;font-size:1.2em}main .product-with-paragraph>.product-paragraph>a.link:hover,main .product-with-paragraph>.product-paragraph>a.link:focus{background:var(--primary);color:var(--on-primary)}main .side-image{display:flex;gap:1rem;flex-wrap:wrap;padding:1rem}main .side-image[data-left]{flex-direction:row-reverse}main .side-image>*{flex:1 1}main .side-image>div{min-width:20rem}main .side-image>img{height:auto;max-height:40vh;object-fit:contain;width:auto}main iframe{width:100%;max-width:80rem;aspect-ratio:4/3;max-height:50vh;border:var(--border)var(--primary);border-radius:var(--border-radius)}article.product{position:relative;max-width:25rem;border-radius:var(--border-radius);box-shadow:var(--shadow);background:linear-gradient(157.5deg,var(--surface),var(--surface-gradient));border:var(--border)var(--surface-gradient);color:var(--on-surface)}article.product>*:not(table){padding:0 1rem}article.product>table{margin:0 1rem;box-sizing:border-box;width:calc(100% - 2rem)}article.product .label{position:absolute;top:.5rem;right:.5rem;background:var(--surface);padding:.3rem 1rem;border:var(--border)var(--header);border-radius:1.2rem}article.product img{padding:0;border-radius:var(--border-radius)var(--border-radius)0 0;width:100%;max-height:8rem;object-fit:cover}article.product img+h3{margin-top:1rem}article.product h3{margin:2rem 0 1rem}article.product p.price{text-align:center;font-size:1.2em;font-weight:900}article.product a{display:block;background:linear-gradient(135deg,var(--primary),var(--primary-gradient) 25rem);color:var(--on-primary);text-decoration:none;padding:1rem;margin:1rem;box-sizing:border-box;border-radius:var(--border-radius-inner);text-align:center;font-weight:700}article.product a:hover,article.product a:focus{color:var(--primary);background:#400}.products{display:flex;flex-wrap:wrap;width:100%;gap:2rem 4rem;align-items:flex-start}.products section{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:1rem;flex:1 1 50rem}.products section h2,.products section .content{flex:100%}.products section article.product{flex:17rem}.products section details{display:flex;justify-content:center;width:100%}.products section details summary{background:var(--surface);color:var(--on-surface);margin:1rem 1rem 0;padding:1rem 1.5rem;font-size:1.2em;font-weight:700;border:var(--border)var(--header);border-radius:var(--border-radius);cursor:pointer}.products section details summary:hover,.products section details summary:focus{background:var(--primary);color:var(--on-primary)}.products section details:not([open])~*{display:none}.products section details~article.product{animation:products-show 300ms cubic-bezier(0,1,1,1)}.products section details+article.product{animation-duration:100ms}.products section details+article.product+article.product{animation-duration:200ms}@keyframes products-show{from{transform:translateY(1rem)}}.price-list{display:flex;gap:1rem;flex-wrap:wrap}.price-list>*{flex:1 0 max-content;min-width:20rem}.price-list td span.price{text-align:end;background:var(--surface);color:var(--on-surface);padding:.3rem .7rem;border-radius:var(--border-radius)}footer{background:linear-gradient(0deg,var(--surface),var(--surface-gradient));color:var(--on-surface);border-top:solid .2rem var(--primary);padding:.5rem;text-align:center}main.product-page~footer{background:var(--background);color:var(--on-background)}