.hbf {
--hbf-bg: #fbf8f3;
--hbf-card: #fff;
--hbf-ink: #241c14;
--hbf-mut: #7d6c58;
--hbf-line: #e8e0d3;
--hbf-gold: #c19a4b;
--hbf-brand: #992238;
background: var(--hbf-bg);
border-top: 1px solid var(--hbf-line);
color: var(--hbf-ink);
font-size: 15px;
line-height: 1.6;
}
.hbf ul {
list-style: none;
margin: 0;
padding: 0;
}
.hbf a {
color: inherit;
text-decoration: none;
transition: color .15s ease;
}
.hbf a:hover,
.hbf a:focus-visible {
color: var(--hbf-brand);
}
.hbf :focus-visible {
outline: 2px solid var(--hbf-brand);
outline-offset: 3px;
border-radius: 3px;
}
.hbf .hbf-i {
flex: none;
width: 18px;
height: 18px;
} .hbf-top {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 34px 22px;
padding: 48px 0 8px;
}
.hbf-brand {
grid-column: 1 / -1;
}
@media (min-width: 600px) {
.hbf-top {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (min-width: 992px) {
.hbf-top {
grid-template-columns: minmax(0, 1.55fr) repeat(4, minmax(0, 1fr));
gap: 40px 30px;
padding: 60px 0 12px;
}
.hbf-brand {
grid-column: auto;
padding-right: 24px;
}
} .hbf-logo {
display: inline-block;
}
.hbf-logo img {
display: block;
width: 220px;
max-width: 100%;
height: auto;
}
.hbf-about {
margin: 18px 0 0;
max-width: 34em;
color: var(--hbf-mut);
font-size: 14px;
}
.hbf-contact {
display: grid;
gap: 11px;
margin-top: 20px;
}
.hbf-contact li {
display: grid;
grid-template-columns: 18px minmax(0, 1fr);
align-items: start;
gap: 10px;
}
.hbf-contact .hbf-i {
margin-top: 3px;
color: var(--hbf-gold);
}
.hbf-contact a,
.hbf-contact span {
overflow-wrap: anywhere;
}
.hbf-phone {
font-weight: 600;
letter-spacing: .01em;
white-space: nowrap;
}
.hbf-social {
display: flex;
flex-wrap: wrap;
gap: 9px;
margin-top: 22px;
}
.hbf-social a {
display: grid;
place-items: center;
width: 38px;
height: 38px;
border: 1px solid var(--hbf-line);
border-radius: 50%;
background: var(--hbf-card);
color: var(--hbf-mut);
transition: color .15s ease, background-color .15s ease, border-color .15s ease;
}
.hbf-social a:hover,
.hbf-social a:focus-visible {
background: var(--hbf-brand);
border-color: var(--hbf-brand);
color: #fff;
} .hbf-social .hbf-mark {
width: 17px;
height: 17px;
}
.hbf-social .hbf-s-viber a:hover,
.hbf-social .hbf-s-viber a:focus-visible {
background: #7360f2;
border-color: #7360f2;
}
.hbf-social .hbf-s-whatsapp a:hover,
.hbf-social .hbf-s-whatsapp a:focus-visible {
background: #25d366;
border-color: #25d366;
}
.hbf-rating {
display: inline-flex;
align-items: center;
gap: 7px;
margin-top: 20px;
padding: 8px 14px;
border: 1px solid var(--hbf-line);
border-radius: 999px;
background: var(--hbf-card);
font-size: 13px;
line-height: 1;
}
.hbf-rating .hbf-i {
width: 15px;
height: 15px;
color: var(--hbf-gold);
}
.hbf-rating b {
font-weight: 700;
}
.hbf-rating span {
color: var(--hbf-mut);
}
.hbf-rating:hover {
border-color: var(--hbf-gold);
} .hbf-h {
margin: 0 0 15px;
color: var(--hbf-mut);
font-size: 11px;
font-weight: 700;
letter-spacing: .14em;
line-height: 1.4;
text-transform: uppercase;
}
.hbf-list li + li {
margin-top: 9px;
} .hbf-list a {
display: block;
max-width: 100%;
overflow-wrap: anywhere;
font-size: 14.5px;
} .hbf-strips {
display: grid;
gap: 12px;
margin-top: 34px;
padding: 22px 0 4px;
border-top: 1px solid var(--hbf-line);
}
.hbf-strip {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 4px 10px;
font-size: 13.5px;
color: var(--hbf-mut);
}
.hbf-strip-label {
font-weight: 600;
color: var(--hbf-ink);
white-space: nowrap;
}
.hbf-strip ul {
display: flex;
flex-wrap: wrap;
gap: 4px 8px;
}
.hbf-strip li + li::before {
content: "·";
margin-right: 8px;
color: var(--hbf-gold);
}
.hbf-strip a {
color: var(--hbf-mut);
border-bottom: 1px solid transparent;
}
.hbf-strip a:hover,
.hbf-strip a:focus-visible {
border-bottom-color: currentColor;
} .hbf-bottom {
margin-top: 26px;
border-top: 1px solid var(--hbf-line);
padding: 16px 0;
}
.hbf-bottom .container {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 12px 26px;
}
.hbf-legal {
margin: 0;
color: var(--hbf-mut);
font-size: 12.5px;
}
.hbf-dev {
white-space: nowrap;
}
.hbf-dev::before {
content: "·";
margin: 0 8px;
color: var(--hbf-gold);
}
.hbf-heart {
color: var(--hbf-brand);
}
.hbf-pay {
display: flex;
align-items: center;
gap: 10px;
margin: 0;
color: var(--hbf-mut);
font-size: 12.5px;
}
.hbf-pay img {
display: block;
width: auto;
height: 22px;
} .hbf-pay .hbf-mono {
align-self: flex-start;
width: 31px;
height: 20px;
margin-right: -7px;
border-radius: 3px;
object-fit: cover;
}
@media (max-width: 575px) {
.hbf-bottom .container {
justify-content: flex-start;
}
.hbf-dev {
display: block;
}
.hbf-dev::before {
content: none;
}
}
@media (prefers-reduced-motion: reduce) {
.hbf a,
.hbf-social a {
transition: none;
}
}.hhh{--hhh-wine:#96243e;--hhh-ink:#242323;--hhh-muted:#68635f;--hhh-paper:#f7f5f1;color:var(--hhh-ink);padding:34px 0 12px;margin:0;font-family:inherit;text-align:left;isolation:isolate}
.hhh *{box-sizing:border-box}.hhh a{color:inherit;text-decoration:none}.hhh a:focus-visible,.hhh button:focus-visible,.hhh-track:focus-visible{outline:3px solid var(--hhh-wine);outline-offset:4px}.hhh p{margin:0}.hhh-intro{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:26px}.hhh-heading{max-width:850px}.hhh #hhh-title{font-family:inherit!important;text-align:left!important;font-size:clamp(30px,3.1vw,44px)!important;font-weight:600!important;line-height:1.14!important;letter-spacing:-1.25px;text-transform:none!important;margin:0 0 14px!important;color:var(--hhh-ink)}.hhh-heading>p{font-size:16px;line-height:1.55;color:var(--hhh-muted)}.hhh-actions{display:flex;flex-direction:column;gap:10px;align-items:stretch;min-width:174px;flex-shrink:0}.hhh .hhh-catalog{background:var(--hhh-wine);color:#fff;min-height:48px;padding:13px 20px;display:flex;justify-content:space-between;gap:24px;align-items:center;font-size:15px;font-weight:600;border:1px solid var(--hhh-wine);border-radius:3px;line-height:1.25}.hhh-catalog:hover{background:#791c31}.hhh .hhh-fabric{font-size:13px;line-height:1.5;text-align:center;min-height:28px;color:var(--hhh-wine);padding:4px 0}.hhh-fabric:hover{text-decoration:underline}.hhh-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;outline-offset:4px}.hhh-card{min-width:0;position:relative;background:var(--hhh-paper);margin:0}.hhh-visual{position:relative;aspect-ratio:6/5;background:#e9e4dd;overflow:hidden}.hhh-visual>img{display:block;width:100%;height:100%;object-fit:cover;margin:0;border:0;border-radius:0}.hhh .hhh-hotspot{position:absolute;left:48%;top:70%;width:44px;height:44px;display:grid;place-items:center;z-index:2;color:var(--hhh-ink);border-radius:50%;transform:translate(-50%,-50%)}.hhh-dot{display:grid;place-items:center;width:38px;height:38px;border:1px solid #ffffffdd;border-radius:50%;background:#fffffff2;box-shadow:0 2px 12px #0002;font-family:Arial,sans-serif;font-size:28px;font-weight:400;line-height:1;transition:background .18s,color .18s}.hhh-label{position:absolute;bottom:calc(100% + 7px);left:50%;transform:translate(-50%,4px);display:flex;flex-direction:column;gap:4px;width:max-content;max-width:225px;background:#fff;padding:12px 16px;box-shadow:0 4px 22px #0002;border-radius:3px;opacity:0;visibility:hidden;transition:opacity .18s,transform .18s,visibility .18s;white-space:nowrap;pointer-events:none;text-align:left}.hhh-label:after{content:"";position:absolute;left:calc(50% - 5px);bottom:-5px;width:10px;height:10px;background:#fff;transform:rotate(45deg)}.hhh-label strong{font-size:14px;line-height:1.3;font-weight:650}.hhh-label>span{font-size:12px;color:var(--hhh-wine);line-height:1.3}.hhh-hotspot:after{content:"";position:absolute;bottom:100%;height:12px;width:110px;left:50%;transform:translateX(-50%)}.hhh-visual:hover .hhh-label,.hhh-hotspot:focus .hhh-label,.hhh-hotspot:focus-within .hhh-label{opacity:1;visibility:visible;transform:translate(-50%,0);pointer-events:auto}.hhh-hotspot:hover .hhh-dot,.hhh-hotspot:focus-visible .hhh-dot{background:var(--hhh-wine);color:#fff}.hhh-caption{padding:17px 18px 16px;display:flex;flex-direction:column;gap:11px}.hhh .hhh-room{font-size:21px;font-weight:600;line-height:1.3;display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:28px}.hhh-room:hover{color:var(--hhh-wine)}.hhh-room>span{font-size:23px;font-weight:400}.hhh .hhh-product{font-size:13px;line-height:1.5;display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap}.hhh-product>span{color:var(--hhh-muted);font-size:12px}.hhh-product:hover{text-decoration:underline}.hhh-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:16px}.hhh .hhh-hint{font-size:12px;line-height:1.5;color:var(--hhh-muted)}.hhh-hint>span{font-size:17px;vertical-align:-1px;margin-right:4px;color:var(--hhh-wine)}.hhh .hhh-service{font-size:12px;line-height:1.5;color:var(--hhh-muted)}.hhh .hhh-note{font-size:11px;line-height:1.5;color:#77716c;margin-top:9px}.hhh-mobile-nav{display:none}.hhh-mobile-nav[hidden]{display:none!important}
@media(max-width:1000px) and (min-width:701px){.hhh #hhh-title{font-size:32px!important}.hhh-track{gap:12px}.hhh-caption{padding:14px 12px}.hhh .hhh-room{font-size:19px}.hhh .hhh-product{flex-direction:column;gap:2px}.hhh .hhh-label{padding:10px 12px}.hhh-label strong{font-size:12px}}
@media(max-width:700px){.hhh{padding-top:22px;padding-bottom:6px}.hhh-intro{display:block;margin-bottom:19px}.hhh #hhh-title{font-size:29px!important;letter-spacing:-.65px;line-height:1.16!important;margin-bottom:11px!important;max-width:480px}.hhh-heading>p{font-size:14px;line-height:1.5;max-width:360px}.hhh-actions{margin-top:16px;flex-direction:row;gap:18px;align-items:center}.hhh .hhh-catalog{font-size:14px;min-height:44px;padding:11px 16px;gap:18px}.hhh .hhh-fabric{text-align:left;font-size:12px;min-height:44px;display:flex;align-items:center;gap:7px}.hhh-mobile-nav{display:flex;gap:5px;margin-bottom:12px;border-bottom:1px solid #ddd5cc}.hhh-mobile-nav button{font:inherit;font-size:13px;font-weight:500;line-height:1.3;text-transform:none;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--hhh-muted);border-radius:0;padding:11px 9px;min-height:44px;flex:1;margin:0;box-shadow:none;cursor:pointer}.hhh-mobile-nav button[aria-pressed=true]{color:var(--hhh-wine);border-bottom-color:var(--hhh-wine);font-weight:650}.hhh-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#c7beb5 transparent;gap:12px;padding:0 0 9px;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.hhh-card{flex:0 0 91%;scroll-snap-align:start;scroll-snap-stop:normal}.hhh-visual{aspect-ratio:6/5}.hhh .hhh-label{visibility:visible;opacity:1;transform:translate(-50%,0);pointer-events:auto;padding:9px 12px;gap:3px;max-width:210px}.hhh-label strong{font-size:13px}.hhh-label>span{font-size:11px}.hhh-caption{padding:14px 14px 13px;gap:8px}.hhh .hhh-room{font-size:20px;min-height:34px}.hhh .hhh-product{font-size:12px;line-height:1.5;min-height:25px}.hhh-product>span{font-size:11px}.hhh-bottom{display:block;margin-top:10px}.hhh .hhh-hint{font-size:12px}.hhh .hhh-service{margin-top:7px;font-size:11px}.hhh .hhh-note{font-size:10px;margin-top:7px;max-width:370px}}
@media(prefers-reduced-motion:reduce){.hhh *{transition:none!important;scroll-behavior:auto!important}}