.placeholder-brand {
display: flex;
align-items: center;
gap: 24px;
}
.header-location {
align-items: flex-start;
text-align: left;
}
.placeholder-header {
display: grid;
grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
align-items: center;
gap: 28px;
}
.placeholder-header-location {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 5px;
}
.placeholder-brand {
justify-self: center;
}
.placeholder-header-phone {
justify-self: end;
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 4px;
text-align: right;
}
.header-media-buttons {
width: min(900px, calc(100% - 32px));
margin: 12px auto 22px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 12px;
}
.header-media-button {
min-width: 168px;
min-height: 48px;
padding: 7px 12px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
border: 1px solid rgba(201, 162, 58, 0.58);
border-radius: 7px;
color: #e8cf77;
background:
linear-gradient(
180deg,
rgba(31, 27, 18, 0.84) 0%,
rgba(10, 10, 10, 0.90) 100%
);
box-shadow:
inset 0 1px 0 rgba(255, 226, 139, 0.06),
0 3px 12px rgba(0, 0, 0, 0.22);
text-decoration: none;
font-family: Georgia, "Times New Roman", serif;
font-size: 0.92rem;
font-weight: 600;
letter-spacing: 0.025em;
transition:
transform 160ms ease,
border-color 160ms ease,
background 160ms ease,
box-shadow 160ms ease,
color 160ms ease;
}
.header-media-icon {
width: 32px;
height: 32px;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(201, 162, 58, 0.68);
border-radius: 5px;
color: var(--gold-light);
background: rgba(201, 162, 58, 0.07);
font-family: Georgia, "Times New Roman", serif;
font-size: 1rem;
line-height: 1;
box-shadow: inset 0 0 10px rgba(201, 162, 58, 0.025);
}
.header-media-label {
min-width: 0;
text-align: center;
white-space: nowrap;
}
.header-media-arrow {
display: inline-flex;
align-items: center;
justify-content: center;
color: rgba(232, 207, 119, 0.72);
font-family: Arial, sans-serif;
font-size: 1.45rem;
font-weight: 300;
line-height: 1;
transition: transform 160ms ease, color 160ms ease;
}
.header-media-button:hover {
color: #ffe49a;
border-color: rgba(235, 194, 72, 0.95);
background:
linear-gradient(
180deg,
rgba(53, 42, 18, 0.92) 0%,
rgba(18, 15, 10, 0.96) 100%
);
box-shadow:
inset 0 1px 0 rgba(255, 226, 139, 0.10),
0 5px 16px rgba(0, 0, 0, 0.30);
transform: translateY(-2px);
}
.header-media-button:hover .header-media-icon {
border-color: rgba(244, 206, 91, 0.96);
background: rgba(201, 162, 58, 0.13);
}
.header-media-button:hover .header-media-arrow {
color: #ffe49a;
transform: translateX(2px);
}
.header-media-button:focus-visible {
outline: 2px solid var(--gold-light);
outline-offset: 3px;
}
.header-media-button:active {
transform: translateY(0);
}
.sr-only {
position: absolute ;
width: 1px ;
height: 1px ;
padding: 0 ;
margin: -1px ;
overflow: hidden ;
clip: rect(0, 0, 0, 0) ;
white-space: nowrap ;
border: 0 ;
}
.location-switcher {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 3px;
font-family: Georgia, "Times New Roman", serif;
line-height: 1.08;
}
.location-switcher-link,
.location-switcher-back {
display: inline-block;
text-decoration: none;
transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
}
.location-switcher-link {
color: var(--gold, #d7b553);
font-size: 0.92rem;
font-weight: 600;
letter-spacing: 0.035em;
opacity: 0.86;
}
.location-switcher-link.is-current {
margin: 1px 0 2px;
color: #e8cf77;
font-size: clamp(1.35rem, 2.2vw, 2rem);
font-weight: 700;
letter-spacing: 0.04em;
opacity: 1;
text-shadow: 0 0 12px rgba(232, 207, 119, 0.10);
}
.location-switcher-back {
margin-top: 4px;
color: var(--text-soft, #a99d84);
font-size: 0.72rem;
letter-spacing: 0.04em;
opacity: 0.78;
}
.location-switcher-link:hover,
.location-switcher-link:focus-visible,
.location-switcher-back:hover,
.location-switcher-back:focus-visible {
color: #ffe49a;
opacity: 1;
outline: none;
transform: translateX(2px);
}
.location-switcher-link:focus-visible,
.location-switcher-back:focus-visible {
text-decoration: underline;
text-underline-offset: 3px;
}
.location-switcher {
gap: 9px;
}
.location-switcher-link.is-current {
margin: 0;
}
.location-switcher-call {
display: inline-flex;
align-items: baseline;
flex-wrap: nowrap;
gap: 10px;
max-width: 100%;
white-space: nowrap;
}
.location-switcher-name {
flex: 0 0 auto;
}
.location-switcher-phone {
display: inline-block;
flex: 0 0 auto;
color: #ffe49a;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.56em;
font-weight: 700;
letter-spacing: 0.02em;
transform-origin: center;
animation: toros-phone-pulse 1.8s ease-in-out infinite;
}
@keyframes toros-phone-pulse {
0%, 100% {
opacity: 0.72;
text-shadow: 0 0 0 rgba(255, 228, 154, 0);
}
50% {
opacity: 1;
text-shadow: 0 0 13px rgba(255, 228, 154, 0.62);
}
}
.header-balance {
min-width: 0;
}
.header-action-row {
width: min(1320px, calc(100% - 32px));
margin: 10px auto 18px;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
align-items: stretch;
gap: 8px;
}
.header-action-row .header-media-buttons {
grid-column: 1 / -1;
width: 100%;
margin: 0;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 8px;
}
.header-action-row .header-media-button {
min-width: 0;
width: 100%;
min-height: 38px;
padding: 4px 10px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 7px;
font-size: 0.86rem;
}
.header-action-row .header-media-icon {
width: 26px;
height: 26px;
font-size: 0.86rem;
}
.header-action-row .header-media-button--wide {
grid-column: 1 / -1;
min-height: 40px;
font-size: 0.9rem;
position: relative;
isolation: isolate;
overflow: hidden;
border-color: rgba(235, 194, 72, 0.9);
background: linear-gradient(180deg, rgba(54, 39, 13, 0.94), rgba(15, 12, 6, 0.98));
box-shadow:
inset 0 1px 0 rgba(255, 231, 149, 0.10),
0 0 0 1px rgba(201, 162, 58, 0.10),
0 4px 14px rgba(0, 0, 0, 0.24);
animation: cateringPulse 3.4s ease-in-out infinite;
}
.header-action-row .header-media-button--wide::after {
content: "";
position: absolute;
inset: -20% -35%;
z-index: -1;
background: linear-gradient(110deg, transparent 38%, rgba(255, 227, 128, 0.00) 44%, rgba(255, 227, 128, 0.22) 50%, rgba(255, 227, 128, 0.00) 56%, transparent 62%);
transform: translateX(-72%);
animation: cateringShine 4.8s ease-in-out infinite;
pointer-events: none;
}
.header-action-row .header-media-button--wide .header-media-icon {
border-color: rgba(244, 206, 91, 0.95);
background: rgba(201, 162, 58, 0.14);
box-shadow: 0 0 12px rgba(201, 162, 58, 0.12);
}
.header-allergen-button {
grid-column: 4;
grid-row: 2;
min-height: 38px;
min-width: 0;
width: 100%;
margin: 0;
padding: 4px 12px;
white-space: nowrap;
font-size: 0.84rem;
}
@keyframes cateringPulse {
0%, 100% {
transform: translateY(0);
box-shadow: inset 0 1px 0 rgba(255, 231, 149, 0.10), 0 0 0 1px rgba(201, 162, 58, 0.10), 0 4px 14px rgba(0, 0, 0, 0.24);
}
50% {
transform: translateY(-1px);
box-shadow: inset 0 1px 0 rgba(255, 231, 149, 0.14), 0 0 0 1px rgba(235, 194, 72, 0.22), 0 0 18px rgba(201, 162, 58, 0.16), 0 5px 16px rgba(0, 0, 0, 0.28);
}
}
@keyframes cateringShine {
0%, 68% { transform: translateX(-72%); opacity: 0; }
74% { opacity: 1; }
90% { transform: translateX(72%); opacity: 1; }
100% { transform: translateX(72%); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
.header-action-row .header-media-button--wide,
.header-action-row .header-media-button--wide::after {
animation: none;
}
}
.location-switcher-phone {
font-size: 0.78em;
}
.location-switcher > :nth-child(1) {
justify-self: start;
text-align: left;
}
.location-switcher > :nth-child(2) {
justify-self: center;
text-align: center;
}
.location-switcher > :nth-child(3) {
justify-self: end;
text-align: right;
}
.location-switcher > :nth-child(1).location-switcher-call {
align-items: flex-start;
}
.location-switcher > :nth-child(2).location-switcher-call {
align-items: center;
}
.location-switcher > :nth-child(3).location-switcher-call {
align-items: flex-end;
}
.header-top,
.header-location,
.placeholder-header-location {
width: 100%;
}
.location-switcher {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.location-switcher-link.is-current,
.location-switcher-call.is-current {
margin-inline: auto;
text-align: center;
align-items: center;
justify-content: center;
}
.location-switcher-name,
.location-switcher-phone {
text-align: center;
}
.placeholder-header {
grid-template-columns: 1fr;
justify-items: center;
}
.location-switcher.location-switcher-arrows {
width: min(100%, 42rem);
display: grid;
grid-template-columns: minmax(2.75rem, 1fr) auto minmax(2.75rem, 1fr);
align-items: center;
justify-content: center;
column-gap: clamp(0.65rem, 3vw, 1.5rem);
margin-inline: auto;
}
.location-switcher-arrows .location-switcher-call.is-current,
.location-switcher-arrows .location-switcher-link.is-current {
grid-column: 2;
justify-self: center;
margin-inline: 0;
text-align: center;
align-items: center;
}
.location-switcher-arrow-slot {
display: flex;
align-items: center;
min-width: 0;
}
.location-switcher-arrow-slot-left {
grid-column: 1;
justify-content: flex-end;
}
.location-switcher-arrow-slot-right {
grid-column: 3;
justify-content: flex-start;
}
.location-switcher-arrow {
display: inline-flex;
align-items: center;
justify-content: center;
width: clamp(2rem, 7vw, 2.75rem);
height: clamp(2rem, 7vw, 2.75rem);
color: #e8cf77;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: clamp(1.65rem, 5vw, 2.25rem);
font-weight: 400;
line-height: 1;
border-radius: 50%;
opacity: 0.95;
transition: color 160ms ease, transform 160ms ease, background-color 160ms ease;
}
.location-switcher-arrow:hover,
.location-switcher-arrow:focus-visible {
color: #ffe49a;
background: rgba(201, 162, 58, 0.08);
outline: none;
transform: scale(1.08);
}
.location-switcher-arrow:focus-visible {
box-shadow: 0 0 0 2px rgba(232, 207, 119, 0.6);
}
.location-switcher-name-gelenau {
display: block;
max-width: min(100%, 32rem);
white-space: normal;
text-align: center;
text-wrap: balance;
line-height: 1.15;
}
.location-switcher-arrows .location-switcher-call.is-current:has(.location-switcher-name-gelenau) {
min-width: 0;
max-width: min(100%, 32rem);
white-space: normal;
}
.location-switcher-name-address {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
max-width: min(100%, 26rem);
white-space: normal;
text-align: center;
line-height: 1.08;
}
.location-switcher-title-line,
.location-switcher-address-line {
display: block;
width: 100%;
text-align: center;
}
.location-switcher-address-line {
margin-top: 0.12em;
font-size: 0.72em;
font-weight: 600;
letter-spacing: 0.02em;
}
.location-current-brand {
display: inline-flex;
align-items: center;
justify-content: center;
gap: clamp(0.65rem, 1.8vw, 1rem);
max-width: 100%;
}
.location-current-logo {
display: block;
flex: 0 0 auto;
width: auto;
height: clamp(5.25rem, 8.5vw, 7rem);
object-fit: contain;
filter:
drop-shadow(0 5px 10px rgba(0, 0, 0, 0.68))
drop-shadow(0 0 7px rgba(201, 162, 58, 0.12));
}
.location-current-text {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
min-width: 0;
text-align: left;
}
.location-current-text .location-switcher-name-address,
.location-current-text .location-switcher-title-line,
.location-current-text .location-switcher-address-line,
.location-current-text .location-switcher-phone {
text-align: left;
align-items: flex-start;
}
.location-current-text .location-switcher-name-address {
align-items: flex-start;
}
.location-switcher-arrows .location-switcher-call.is-current:has(.location-current-brand) {
max-width: min(100%, 34rem);
}
.location-current-brand {
gap: clamp(1rem, 2.6vw, 1.45rem);
}
.location-current-logo-link {
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
line-height: 0;
border-radius: 50%;
transition: transform 180ms ease, filter 180ms ease;
}
.location-current-logo-link:hover,
.location-current-logo-link:focus-visible {
transform: scale(1.04);
filter: drop-shadow(0 5px 10px rgba(227, 199, 103, 0.20));
}
.location-current-logo-link:focus-visible {
outline: 2px solid var(--gold-light);
outline-offset: 3px;
}
.location-current-logo {
height: clamp(6.2rem, 10vw, 8.25rem);
}
.location-switcher.location-switcher-arrows:has(.location-current-brand) {
display: flex;
grid-template-columns: none;
justify-content: center;
justify-items: center;
column-gap: 0;
}
.location-switcher-arrows .location-switcher-call.is-current:has(.location-current-brand) {
grid-column: auto;
justify-self: center;
}
