.irph-header-strip-slot,
.irph-header-strip,
.irph-header-strip *{box-sizing:border-box}

.irph-header-strip-slot{
    position:relative;
    width:min(1360px,calc(100% - 40px));
    margin:10px auto 0;
    pointer-events:auto;
    transition:margin .32s ease
}

.irph-header-strip{
    position:relative;
    display:none;
    grid-template-columns:minmax(155px,.85fr) minmax(190px,1.6fr) minmax(105px,.6fr);
    align-items:center;
    width:100%;
    min-height:43px;
    overflow:hidden;
    border:1px solid rgba(230,202,126,.38)!important;
    border-bottom:0!important;
    border-radius:21px 21px 0 0;
    padding:5px clamp(12px,1.8vw,24px);
    color:#fff!important;
    background:
        radial-gradient(circle at 14% -80%,rgba(225,197,118,.23),transparent 43%),
        linear-gradient(108deg,#0b392b 0%,#155b43 52%,#0d4433 100%)!important;
    box-shadow:0 12px 30px rgba(4,36,25,.15),inset 0 1px 0 rgba(255,255,255,.12)!important;
    text-decoration:none!important;
    isolation:isolate;
    contain:layout style;
    line-height:1.15;
    transition:filter .18s ease,box-shadow .18s ease
}

.irph-header-strip::before{
    content:"";
    position:absolute;
    inset:-55% auto -55% -28%;
    z-index:2;
    width:24%;
    pointer-events:none;
    background:linear-gradient(102deg,transparent 18%,rgba(255,255,255,.04) 34%,rgba(255,255,255,.34) 50%,rgba(240,215,140,.18) 58%,transparent 78%);
    transform:translate3d(0,0,0) skewX(-17deg);
    opacity:0;
    animation:irphHeaderSheen 5.8s cubic-bezier(.22,.61,.36,1) infinite;
    animation-play-state:running
}

.irph-header-strip::after{
    content:"";
    position:absolute;
    inset-inline:0;
    inset-block-end:0;
    height:2px;
    background:linear-gradient(90deg,transparent,#d8b864 28%,#f0d992 50%,#d8b864 72%,transparent);
    opacity:.82;
    pointer-events:none
}

.irph-header-strip.is-mounted{display:grid}
.irph-header-strip:hover,.irph-header-strip:focus,.irph-header-strip:active{
    color:#fff!important;
    background:
        radial-gradient(circle at 14% -80%,rgba(225,197,118,.28),transparent 43%),
        linear-gradient(108deg,#0d4030 0%,#176248 52%,#104b38 100%)!important;
    box-shadow:0 14px 34px rgba(4,36,25,.19),inset 0 1px 0 rgba(255,255,255,.15)!important;
    text-decoration:none!important;
    filter:saturate(1.04)
}
.irph-header-strip:focus-visible{outline:3px solid rgba(226,195,107,.44)!important;outline-offset:2px}
.irph-header-strip:not(.is-ready){opacity:.82}

.irph-header-strip__place,
.irph-header-strip__date,
.irph-header-strip__clock{position:relative;z-index:1;min-width:0}

.irph-header-strip__place{display:flex;align-items:center;gap:9px}
.irph-header-strip__pin{
    position:relative;
    display:grid;
    flex:0 0 29px;
    width:29px;
    height:29px;
    place-items:center;
    border:1px solid rgba(240,217,146,.29);
    border-radius:10px;
    color:#f0d992;
    background:rgba(255,255,255,.075)
}
.irph-header-strip__pin::after{
    content:"";
    position:absolute;
    inset-block-start:3px;
    inset-inline-end:3px;
    width:5px;
    height:5px;
    border:1px solid #174f3c;
    border-radius:50%;
    background:#89ddb4;
    box-shadow:0 0 0 2px rgba(137,221,180,.13)
}
.irph-header-strip__pin svg{display:block;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.irph-header-strip__place-copy,.irph-header-strip__date,.irph-header-strip__clock{display:grid;gap:2px}
.irph-header-strip__place-mobile{display:none!important}
.irph-header-strip small{display:block;overflow:hidden;color:rgba(255,255,255,.62);font-size:7.5px;font-weight:760;letter-spacing:.055em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}
.irph-header-strip strong{display:block;min-width:0;overflow:hidden;color:#fff;font-weight:790;text-overflow:ellipsis;white-space:nowrap}
.irph-header-strip__place strong{font-size:11.5px}

.irph-header-strip__date{
    align-content:center;
    min-height:29px;
    padding-inline:clamp(12px,2.4vw,34px);
    border-inline:1px solid rgba(255,255,255,.12);
    text-align:center
}
.irph-header-strip__date small{color:#e3ca82}
.irph-header-strip__date strong{font-size:12.5px;font-weight:720}

.irph-header-strip__clock{justify-items:end;padding-inline-start:14px;text-align:end}
.irph-header-strip__clock small{display:flex;align-items:center;gap:6px;color:rgba(255,255,255,.67)}
.irph-header-strip__clock strong{color:#f5dfa0;font-size:16px;font-weight:860;font-variant-numeric:tabular-nums;letter-spacing:.015em}
.irph-header-strip__live{display:inline-block;flex:0 0 5px;width:5px;height:5px;border-radius:50%;background:#8de0b7;box-shadow:0 0 0 3px rgba(141,224,183,.13)}

/* The strip and the builder's glass panel form one calm, stacked header. */
@media(min-width:1101px){
    .irhp-site-header.irph-strip-desktop-enabled .irhp-site-header__glass{
        margin-top:-1px!important;
        border-top-left-radius:0!important;
        border-top-right-radius:0!important
    }
    .irph-header-strip[data-desktop-enabled="0"],
    .irph-header-strip-slot:has(>.irph-header-strip[data-desktop-enabled="0"]){display:none!important}
}

@media(min-width:1101px) and (max-width:1420px){
    .irph-header-strip-slot{width:calc(100% - 24px)}
}

.irhp-site-header.is-scrolled .irph-header-strip-slot{width:min(1320px,calc(100% - 28px));margin-top:7px}

@media(max-width:1100px){
    .irhp-site-header.irph-strip-mobile-enabled .irhp-site-header__glass{
        margin-top:-1px!important;
        border-top-left-radius:0!important;
        border-top-right-radius:0!important
    }
    .irph-header-strip[data-mobile-enabled="0"],
    .irph-header-strip-slot:has(>.irph-header-strip[data-mobile-enabled="0"]){display:none!important}
    .irph-header-strip-slot{width:min(calc(100% - 40px),1360px);margin-top:8px}
    .irph-header-strip{
        grid-template-columns:minmax(118px,.85fr) minmax(150px,1.5fr) max-content;
        min-height:42px;
        border-radius:19px 19px 0 0;
        padding-inline:12px
    }
    .irph-header-strip__place{gap:7px}
    .irph-header-strip__pin{flex-basis:27px;width:27px;height:27px}
    .irph-header-strip__place strong{font-size:10.5px}
    .irph-header-strip__date{padding-inline:11px}
    .irph-header-strip__date strong{font-size:11px}
    .irph-header-strip__clock{padding-inline-start:10px}
    .irph-header-strip__clock strong{font-size:15px}
}

@media(max-width:600px){
    .irph-header-strip-slot{width:calc(100% - 18px)}
    .irph-header-strip{
        grid-template-columns:max-content minmax(0,1fr) max-content;
        column-gap:7px;
        min-height:41px;
        padding:5px 9px
    }
    .irph-header-strip__place-copy small,.irph-header-strip__clock small{display:none}
    .irph-header-strip__place-copy{display:grid;min-width:max-content;white-space:nowrap}
    .irph-header-strip__place-desktop{display:none!important}
    .irph-header-strip__place-mobile{display:block!important;max-width:none;overflow:visible;text-overflow:clip;white-space:nowrap}
    .irph-header-strip__pin{flex-basis:25px;width:25px;height:25px;border-radius:8px}
    .irph-header-strip__pin svg{width:14px;height:14px}
    .irph-header-strip__place{gap:6px}
    .irph-header-strip__place strong{font-size:9.5px}
    .irph-header-strip__date{min-height:27px;padding-inline:8px}
    .irph-header-strip__date small{font-size:6.5px}
    .irph-header-strip__date strong{font-size:9.5px}
    .irph-header-strip__clock{padding-inline-start:8px}
    .irph-header-strip__clock strong{font-size:14px}
}

@media(max-width:350px){
    .irph-header-strip{grid-template-columns:max-content minmax(0,1fr) max-content;column-gap:6px;padding-inline:7px}
    .irph-header-strip__place-copy{display:grid}
    .irph-header-strip__pin{display:none}
    .irph-header-strip__date{padding-inline:7px}
    .irph-header-strip__date strong{font-size:9px}
    .irph-header-strip__clock strong{font-size:13px}
}

html[data-irhp-theme="dark"] .irph-header-strip{
    border-color:rgba(230,202,126,.27)!important;
    background:
        radial-gradient(circle at 14% -80%,rgba(225,197,118,.18),transparent 43%),
        linear-gradient(108deg,#071f18 0%,#0d3a2b 52%,#09271e 100%)!important
}

[dir=rtl] .irph-header-strip__clock,.rtl .irph-header-strip__clock{justify-items:start;text-align:start}

@media(min-width:1101px) and (max-width:1420px){.irph-header-strip-slot{width:calc(100% - 24px)}}

@keyframes irphHeaderSheen{
    0%,28%{transform:translate3d(0,0,0) skewX(-17deg);opacity:0}
    36%{opacity:.9}
    78%{opacity:.9}
    88%,100%{transform:translate3d(540%,0,0) skewX(-17deg);opacity:0}
}

@media(prefers-reduced-motion:reduce){.irph-header-strip,.irph-header-strip-slot{transition:none}.irph-header-strip::before{animation:none}}
