html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}:root{--color-primary:red;--color-primary-600:#e60000;--color-primary-700:#c00;--color-bg:#fff;--color-bg-alt:#f7f7f7;--color-bg-black:#000;--color-bg-dark:#111;--color-bg-muted:#4a4a4a;--color-text:#111;--color-text-muted:#4a4a4a;--color-text-inverse:#fff;--color-text-alt:#f5f5f5;--color-text-placeholder:#a8a8a8;--color-border:#e8e8e8;--color-border-muted:#4a4a4a;--btn-border-primary:#e60000;--btn-border-secondary:#dcdcdc;--hero-overlay:#0009;--hero-overlay-strong:linear-gradient(to bottom, #000000bf, #0009);--hero-overlay-cinematic:linear-gradient(to bottom, #000000d9, #000000a6);--max-width:1380px;--max-width-medium:967px;--content-width:90%;--btn-height:49px;--radius-sm:4px;--radius-md:8px;--radius-lg:50px;--space-auto:auto;--space-none:0;--space-top-none:0;--space-xxs:.313rem;--space-xs:.625rem;--space-sm:1.25rem;--space-md:1.875rem;--space-lg:2.5rem;--space-xl:3.75rem;--space-xxl:5rem}*,:before,:after{box-sizing:border-box}img,picture,video{max-width:100%;height:auto;display:block}h1,h2,h3,h5{color:var(--color-text);margin-top:1.2em;margin-bottom:.5em}h1{font-size:clamp(2rem,5vw,2.75rem);font-weight:700;line-height:1.15}h2{font-size:clamp(1.625rem,3vw,2.125rem);font-weight:600;line-height:1.25}h3{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:600;line-height:1.3}h1:first-child,h2:first-child,h3:first-child{margin-top:0}p{color:var(--color-text-muted);margin-top:0;margin-bottom:1.2rem}a{color:var(--color-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-primary-700)}html{background:var(--color-bg-muted)}body{max-width:1800px;color:var(--color-text);-webkit-font-smoothing:antialiased;padding-top:env(safe-area-inset-top);margin:auto;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}button{all:unset;cursor:pointer;box-sizing:border-box;font-family:inherit}.btn{width:100%;min-width:200px;max-width:100%;height:var(--btn-height,2.8rem);border-radius:var(--radius-sm,.25rem);cursor:pointer;text-align:center;justify-content:center;align-items:center;padding:0 1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}@media (min-width:667px){.btn{width:auto}}.btn--full{width:100%;min-width:unset}.btn--small{border-radius:var(--radius-sm,.25rem);height:auto;padding:.35rem .9rem;font-size:.8rem;font-weight:600}.btn--primary{background:var(--color-primary);color:var(--color-text-inverse);border:1px solid var(--btn-border-primary)}.btn--primary:hover{background:var(--color-primary-700);color:var(--color-text-inverse)}.btn--secondary{background:var(--color-bg);color:var(--color-text);border:1px solid var(--btn-border-secondary)}.btn--secondary:hover{color:var(--color-text);background:#e6e6e6}.btn-loading{align-items:center;gap:8px;display:inline-flex}.spinner{border:2px solid #fff6;border-top-color:var(--color-text-inverse);border-radius:50%;width:14px;height:14px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.form-card{background:#fff;border:1px solid #eaeaea;border-radius:12px;padding:40px}.form-card h2{margin-bottom:10px}.form-card p{color:#666;margin-bottom:20px}.form{flex-direction:column;gap:14px;display:flex}.form input,.form select,.form textarea{background-color:#fff;border:1px solid #ddd;border-radius:4px;width:100%;max-width:100%;padding:.85rem 1rem;font-size:1rem;transition:background-color .2s,border-color .2s}textarea{resize:vertical;height:100px}.form input:focus,.form select:focus,.form textarea:focus{background-color:#f0f8ff;border-color:#00796b;outline:none}.form input:not(:placeholder-shown),.form textarea:not(:placeholder-shown){background-color:#f0f8ff;border-color:#00796b}.form input::placeholder,.form textarea::placeholder{color:var(--color-text-placeholder)}.form select{appearance:none;cursor:pointer;color:var(--color-text-placeholder);padding-right:2.5rem}.form select:valid{color:var(--color-text);background-color:#f0f8ff;border-color:#00796b}.form select:invalid{color:var(--color-text-placeholder);background-color:#fff;border-color:#e0e0e0}.form select{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23666' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:16px}.form select::placeholder{color:var(--color-text-placeholder)}.form-card .btn{width:100%;min-width:200px;max-width:100%}@media (min-width:667px){.form-card .btn{align-self:flex-start;width:auto}}.hidden{display:none}.form-message{color:#fff;text-align:left;border:2px solid;border-radius:12px;align-items:center;gap:1rem;margin:1rem auto;padding:1rem 1.5rem;font-weight:500;display:flex}.form-message.success{color:#fff;background-color:#d9f7d9;border-color:#28a745}.form-message.error{color:#fff;background-color:#f8d7da;border-color:#dc3545}.form-message .icon{width:36px;height:36px;color:inherit;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.form-message .icon svg{width:28px;height:28px;display:block}.form-message p{margin:0;line-height:1.2}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.main-frame{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.inner-frame{flex:1 0 auto}.site-header{background-color:var(--color-bg-black);height:80px}.header-inner,.main-nav,.nav-list{align-items:center;display:flex}.header-inner{justify-content:space-between;height:80px}.logo img{width:190px;height:auto;display:block}.content{width:var(--content-width);max-width:var(--max-width);margin:0 auto;position:relative}.section{padding:clamp(2.5rem,6vw,3.75rem) 0}.section-alt{background:var(--color-bg-alt)}.narrow{max-width:800px;margin:0 auto}.extranarrow{max-width:750px;margin:0 auto}.section-title{text-align:center;margin-bottom:2.5rem}section.booking{background:var(--burdeos-gradient)}.intro{text-align:center}.grid,.grid--2--md,.grid--3--md{gap:var(--space-md);grid-template-columns:1fr;display:grid}@media (min-width:768px){.grid--2--md,.grid--3{gap:var(--space-lg);grid-template-columns:repeat(2,1fr)}.grid--3--md{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid--3{gap:var(--space-xl);grid-template-columns:repeat(3,1fr)}.grid--3--md{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.grid--4{gap:var(--space-lg);grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid--2--lg{gap:var(--space-lg);grid-template-columns:repeat(2,1fr)}.grid--4{gap:var(--space-xl);grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.grid--4{gap:var(--space-xl);grid-template-columns:repeat(4,1fr)}}.thumbnail{border-radius:12px;display:block;position:relative;overflow:hidden}.thumbnail--vertical{aspect-ratio:3/4}.thumbnail--square{aspect-ratio:1}.thumbnail--soft-rect{aspect-ratio:5/4}.thumbnail--cinematic{aspect-ratio:16/10}.thumbnail--balanced{aspect-ratio:3/2}.thumbnail .thumbnail-img{object-fit:cover;background:#f0f0f0;width:100%;height:100%;transition:transform .6s;display:block}.thumbnail:hover .thumbnail-img{transform:scale(1.03)}.carousel-wrapper{width:100%;position:relative}.custom-arrow{background:var(--color-primary);cursor:pointer;z-index:10;-webkit-user-select:none;user-select:none;opacity:.8;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:opacity .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.custom-arrow:hover{opacity:1}.custom-arrow.prev{left:.5rem}.custom-arrow.next{right:.5rem}span.swiper-pagination-bullet{background-color:var(--color-bg);opacity:.5}span.swiper-pagination-bullet-active{opacity:1;background-color:red}.footer{text-align:center;background-color:#111;padding:1.25rem 0}.footer p{color:var(--color-text-alt);margin:0;font-size:.875rem}
