:root { 
    --hf-primary: #C7A24F; 
    --hf-accent: #C7A24F; 
    --hf-bg: #fff; 
    --hf-surface: #f7f8fb; 
    --hf-border: #e7e7ec; 
    --hf-shadow-1: 0 8px 24px rgba(0,0,0,.15); 
    --hf-shadow-2: 0 16px 36px rgba(0,0,0,.2); 
    --hf-radius: 16px; 
    --hf-radius-sm: 10px; 
    --hf-font: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Noto Sans Thai", "Noto Sans JP", "Noto Naskh Arabic UI", sans-serif;
    
    --gold: #C7A24F;
    --gold-light: #D9B76A;
    --gold-dark: #9D7D3A;
    --navy: #0F1419;

    /* WhatsApp Floating */
    --hfw-size: 58px;             
    --hfw-offset-x: 22px;         
    --hfw-offset-y: 22px;         
    --hfw-green: #25d366;
    --hfw-green-deep: #128c7e;
    --hfw-gold: #c9a227; 
    --hfw-z: 9990; 
    /* ------- WhatsApp -------*/               
    
    --gray-900: #111827;
    
    --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.12);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
    --font-display: 'Playfair Display', serif;
    --transition-smooth: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
    box-sizing: border-box;
}

html[lang="ar"],
body[dir="rtl"] { 
    font-family: 'IBM Plex Sans Arabic', 'Noto Sans Arabic', sans-serif;
    line-height: 1.9;              /* Arabic needs more leading than Latin */
    scroll-behavior: smooth;
    font-size: 16px;
    direction: rtl;
    text-align: right;  
}

.rtl {
    direction: rtl;
    text-align: right;
}

h1,h2,h3,h4 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: .2px;
  color:#111;
  margin-top:0;
}
p { 
  margin-bottom:1.2rem; 
}
img { 
  max-width:100%; 
  height:auto; 
  display:block; 
}
.text-gold { 
  color:#C7A24F;
}
.text-teal { 
  color:#2AB3A6; 
}
.text-muted { 
  color:#555; 
}
.section { 
  padding: 100px 0; 
}
.eyebrow {
  text-transform: uppercase; 
  font-size:.85rem; 
  letter-spacing:.18em;
  display: flex; 
  margin-bottom:10px; 
  color:#2AB3A6;
  justify-content: center;
}
.section-title { 
  font-size: clamp(28px,4vw,44px); 
  margin-bottom:16px; 
  line-height:1.2; 
}
.section-sub { 
  color:#555; 
  max-width:760px; 
  margin:0 auto 40px; 
}


/* .hf-navbar */
.hf-navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(199, 162, 79, 0.08);
    box-shadow: var(--shadow-sm);
    transition: var(--transition-smooth);
    z-index: 1000;
}
.navbar-brand {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.75rem;
    color: var(--navy);
    letter-spacing: 1px;
}
.brand-text {
    position: relative;
}
.brand-dot {
    color: var(--gold);
    font-size: 2rem;
    margin-left: 4px;
    animation: pulse 2s infinite;
}
.hf-navbar .nav-link.hf-quote-btn {
    color: var(--navy);
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    border-radius: 15px;
    padding: 0.6rem 1.5rem;
    margin-left: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.75px;
    white-space: nowrap;
    box-shadow: 0 2px 12px rgba(199, 162, 79, 0.25);
}
.hf-navbar .nav-link.hf-quote-btn:hover {
    color: var(--navy);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(199, 162, 79, 0.4);
}
@media (max-width: 767.98px) {
  .hf-navbar .nav-link.hf-quote-btn {
    display: inline-block;
    width: auto;
    margin: 0.75rem 0 0.5rem;
    padding: 0.5rem 1.25rem;
  }
}
.hf-navbar .nav-link {
    color: var(--gray-900) !important;
    padding: 0.75rem 1.25rem;
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    position: relative;
    transition: var(--transition-smooth);
}
.hf-navbar .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--gold);
    transform: translateX(-50%);
    transition: width 0.3s ease;
}
.hf-navbar .nav-link:hover::before {
    width: 70%;
}
.hf-navbar .nav-link:hover {
    color: var(--gold) !important;
}
html[lang="ar"] .dropdown-menu {
    border: none;
    box-shadow: var(--shadow-lg);
    border-radius: 12px;
    padding: 0.5rem;
    margin-top: 0.5rem;
    /*added */
    right: auto;
    left: 0;
    text-align: right;    
}
html[lang="ar"] .dropdown-menu-right {
  right: 0 !important;
  left: auto !important;
}
.dropdown-item {
  border-radius: 8px;
  padding: 0.75rem 1rem;
  transition: var(--transition-smooth);
}
.dropdown-item:hover {
  background: linear-gradient(135deg, rgba(199, 162, 79, 0.1), rgba(199, 162, 79, 0.05));
  color: var(--gold);
}
.gradient-text {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
}
html[lang="ar"] .mr-1,
html[dir="rtl"] .mr-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
}
html[lang="ar"] .ml-auto,
html[dir="rtl"] .ml-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
}
.navbar-nav .dropdown-toggle::after {
    margin-left: 0;
    margin-right: .255em;
}


.btn-gold {
    background: linear-gradient(135deg,#C7A24F,#E4CA7A);
    color: #fff;
    border: 0; border-radius:999px;
    padding: .7rem 1.4rem;
    font-weight: 600;
    box-shadow: 0 6px 14px rgba(199,162,79,.22);
    text-shadow: 0 1px 0 rgba(0,0,0,.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.btn-gold:hover { 
    filter: brightness(1.05); 
    transform: translateY(-2px); 
}
.btn-teal {
    background: linear-gradient(135deg,#1F9F97,#2AB3A6);
    color: #fff;
    border: 0; 
    border-radius: 999px;
    padding: .7rem 1.4rem;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(42,179,166,.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.btn-teal:hover { filter: brightness(1.05); transform:translateY(-2px); }


/* .hero */
.hero {
    padding: 140px 0 100px;
    background: radial-gradient(1000px 500px at 10% -5%, rgba(42,179,166,.12), transparent),
    radial-gradient(1000px 600px at 80% -10%, rgba(199,162,79,.15), transparent),
    #FAFAFB;
}
.hero-title { 
    font-size: clamp(36px,5vw,60px); 
    line-height: 1.08; 
    color: #111;
    text-align: right;
}
.hero-lead { 
    color: #555; 
    width: 100%; 
    text-align: right;
}


/* .section #services */
.svc-card {
  background:#fff; border:1px solid #E4E6EB; border-radius:22px;
  overflow:hidden; transition:all .3s ease;
  display:flex; flex-direction:column;
  box-shadow:0 6px 18px rgba(0,0,0,.04);
}
.svc-card:hover {
  transform:translateY(-5px);
  box-shadow:0 14px 32px rgba(0,0,0,.08);
  border-color:#C7A24F;
}
.svc-media { height:200px; overflow:hidden; }
.svc-media img { width:100%; height:100%; object-fit:cover; }
.svc-body { padding:24px 24px 18px; }
.frame-img, 
.svc-media img, 
.lux-img img { 
  aspect-ratio: 16/9; 
  object-fit:cover;
}
.svc-title h3 { 
    text-align: center;
    font-size:1.2rem; 
    margin:0; 
}
.chip--teal { 
    background:#2AB3A6; 
}
.svc-list { 
    color: #555; 
    font-size: .95rem; 
    padding-left: 20px; 
    margin-bottom: 0; 
    text-align: right;
}
.svc-cta {
    text-align: center; 
    margin-top: auto; 
    padding: 0 24px 24px; 
}


/* .section #hotels */
.lux-card {
    display: flex; 
    align-items: center;
    gap: 20px;
    padding: 20px; 
    border: 1px solid #E4E6EB; 
    border-radius: 18px;
    background: #fff; 
    box-shadow: 0 6px 18px rgba(0,0,0,.04);
    position: relative; 
    transition: transform .2s ease, box-shadow .2s ease;
}
.lux-card + .lux-card { 
    margin-top: 16px; 
}
.lux-img { 
    flex: 0 0 230px; 
    height: 160px;
    border-radius: 14px; 
    overflow: hidden; 
}
.lux-img img { 
    width: 100%; 
    height: 100%; object-fit:cover; 
}
.lux-body { 
    flex: 1 1 auto; 
    min-width: 0;
    margin-left: 20px;
    text-align: right;
}
.lux-body h3,
.lux-body h5 {
  overflow-wrap: anywhere;
}
.lux-card:hover { 
    transform:translateY(-2px); 
    box-shadow:0 12px 28px rgba(0,0,0,.08); 
}
.lux-card a.stretched { 
    position:absolute; inset:0; 
    z-index:1; 
}
.badge-gold-soft {
  background:rgba(199,162,79,.12); 
  color:#C7A24F;
  border:1px solid rgba(199,162,79,.3); 
  margin-right:6px;
}


/* WhyUs */
.frame-img {
    width: 100%;
    height: 481px;
    object-fit: cover;
    object-position: top;
}
.section-title:first-child,
.section-sub {
    text-align: right;
}


/* .section #contact */ 
.panel-soft {
  background:#fff; 
  border:1px solid #E4E6EB; 
  border-radius:22px;
  padding:28px; 
  box-shadow:0 8px 26px rgba(0,0,0,.06);
  text-align: right;
}
form label { 
  font-weight:600; 
  color:#222; 
}
.form-control {
  border-radius:10px; 
  border:1px solid #DADDE2;
  padding:.6rem .8rem; 
  box-shadow:none;
}
.form-control:focus {
  border-color:#2AB3A6; 
  box-shadow:0 0 0 3px rgba(42,179,166,.15);
  outline:none;
}
button.btn { 
  margin-top:10px; 
}


/* marquee-wrap */
.marquee-track {
  --gap: 56px;
  --logo-h: 40px;
  --pad-y: 22px;
}
.marquee-wrap {
  overflow: hidden;
  border-top: 1px solid #E4E6EB;
  border-bottom: 1px solid #E4E6EB;
  background: #fff;
}
.marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: marquee-left var(--speed, 20s) linear infinite;
  animation-play-state: running !important;
}
.marquee-group {
  display: inline-flex;
  align-items: center;
  gap: var(--gap);
  padding: var(--pad-y) 0;
}
.marquee-item {
  flex: 0 0 auto;
  height: var(--logo-h);
  display: flex;
  align-items: center;
  justify-content: center;
}
.marquee-item img {
  display: block;
  max-height: 100%;
  max-width: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
  opacity: .98;
  filter: contrast(1.04);
}
@keyframes marquee-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}


.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


/* hf-footer */
.hf-footer {
    background: #4A4C4D;
    border-top: 1px solid rgba(255, 255, 255, .12);
}
.hf-footer a {
    color: var(--navy);
    text-decoration: none;
    transition: color .15s ease;
}
.hf-footer a:hover,
.hf-footer a:focus-visible {
    color: #E4CA7A;
    text-decoration: underline;
}
.hf-heading {
    color: var(--gold-dark);
    letter-spacing: .02em;
    margin-block-end: .75rem;
    text-align: right;
}
.ft-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.col-md-4.mb-4 {
    margin: 0;
}
#ft-container01,
#ft-container02 {
    border-inline-end: 1px solid rgba(251, 250, 246, .12);
    text-align: right;
}
.hf-hours li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-block: .3rem;
    border-block-end: 1px solid rgba(255, 255, 255, .12);
}
.hf-hours li:last-child {
    border-block-end: 0;
}
.hf-hours .day {
    font-weight: 600;
    color: var(--navy);
}
.hf-hours .time {
    color: var(--navy);
}
.hf-hours-note {
    display: block;
    margin-block-start: .75rem;
    color: var(--navy);
}
#mailto01 {
    overflow-wrap: break-word;
    text-align: right;
}
.ft-label {
    color: var(--gold-dark);
    font-weight: 700;
    display: block;
    margin-block-end: .15rem;
}
.ft-address {
    font-style: normal;
    margin: 0;
    color: var(--navy);
}
.btn-gold {
    background: linear-gradient(135deg, #C7A24F, #E4CA7A);
    color: #1A1A1A;
    border: 0;
    border-radius: 999px;
    padding: .7rem 1.4rem;
    font-weight: 600;
    box-shadow: 0 6px 14px rgba(199, 162, 79, .22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: filter .15s ease, transform .15s ease;
}
.btn-gold:hover {
    filter: brightness(1.05);
    transform: translateY(-2px);
    color: #1A1A1A;
    text-decoration: none;
}
.ft-feedback {
    margin-block-start: .5rem;
}
.hf-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-block-end: 10px;
    padding-block-end: 10px;
    border-block-end: 1px solid rgba(255, 255, 255, .12);
}
.social-icon:last-child {
    margin-block-end: 0;
    padding-block-end: 0;
    border-block-end: 0;
}
.social-icon img {
    margin-inline-end: 10px;
    border-radius: 50%;
    flex: 0 0 auto;
}
.hf-social-link {
    display: inline-flex;
    align-items: center;
    transition: transform .15s ease, color .15s ease;
}
.hf-social-link:hover {
    transform: translateY(-2px);
}
.ft-trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .75rem 1.25rem;
    margin-block-start: 2rem;
    padding-block-start: 1.5rem;
    border-block-start: 1px solid rgba(255, 255, 255, .12);
}
.ft-trust-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .9rem;
    padding: .5rem .9rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    transition: border-color .15s ease, background-color .15s ease;
}
.ft-trust-link:hover,
.ft-trust-link:focus-visible {
    border-color: #D2AD67;
    background: rgba(210, 173, 103, .10);
    text-decoration: none;
}
.ft-trust-link i {
    color: #E4CA7A;
}
/* #dbd {
    display: none;
} */
#dbd img {
    width: auto;
    height: 80px;
    max-width: 100%;
}
.ft-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    margin-block-start: 1.5rem;
    padding-block-start: 1rem;
    border-block-start: 1px solid rgba(255, 255, 255, .12);
    font-size: .875rem;
}
.ft-legal {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.hf-footer :focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(42, 179, 166, .35), 0 0 0 6px rgba(199, 162, 79, .22);
    border-radius: 12px;
}
@media (min-width: 768px) {
    .ft-bottom {
        flex-direction: row;
    }
}
@media (max-width: 767.98px) {
    /* hf-navbar */
    html[lang="ar"] .hf-navbar .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    
    html[lang="ar"] .navbar-brand {
        order: 2;
        flex: 0 0 auto;
    }
    
    html[lang="ar"] .navbar-toggler {
        order: 1;
        flex: 0 0 auto;
    }
    html[lang="ar"] .hf-navbar .navbar-collapse {
        order: 3;
        width: 100%;
        flex-basis: 100%;
    }
    html[lang="ar"] .navbar-nav {
        width: 100%;
        text-align: right;
    }
    
    
    
    /* hf-footer */
    .hf-footer {
        padding-block-start: 20px;
    }
    .ft-container {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        font-size: .9375rem;
    }
    #ft-container01,
    #ft-container02 {
        inline-size: 100%;
        max-inline-size: 490px;
        padding-block-end: 12px;
        border-inline-end: none;
        border-block-end: 1px solid rgba(251, 250, 246, .12);
    }
    #ft-container03 {
        inline-size: 100%;
        max-inline-size: 490px;
    }
    .ft-trust-link {
        font-size: .85rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    .hf-footer *,
    .hf-footer *::before,
    .hf-footer *::after {
        transition: none !important;
        transform: none !important;
    }
}



@media (max-width: 991.98px) {
    .lux-card {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 12px;
    }

    .lux-img  { 
        flex: 0 0 200px; 
        height: 140px; 
    }
    .lux-price {
        flex: 0 0 100%;
        min-width: 0;
        text-align: left;
        margin-top: 6px;
    }
}


@media (min-width: 577px) and (max-width:767.98px) {
    
    .video-slider { 
        padding-top: 12px; 
    }
    
    .video-carousel { 
        border-radius: 18px; 
    }
    
    .video-caption { 
        padding: 14px 14px 12px; 
    }
    
    .video-caption h5 { 
        font-size: .75rem; 
    }
    
    .video-caption p { 
        font-size: .625rem; 
    }
    
    .btn-sm { 
        font-size: .625rem;
        width: auto;
    }
    
    .hero .d-flex {
      align-items: center;
    }
    
    
    .section {
      padding:70px 0;
    }
    
    .lux-card {
      flex-direction:column; 
      text-align:center;
    }
    .lux-body {
      margin-left:0; 
      margin-top:12px;
    }
    .lux-price {
          text-align:center; 
          margin-top:10px;
    }
    .lux-card { 
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 12px;
    }
    .lux-img { 
        flex: 0 0 200px;
        height: 140px;
    }
    .lux-price {
        flex: 0 0 100%;  
        min-width: 0;
        text-align: left;
        margin-top: 6px;
    }
  
    .hero{
        padding:100px 0 80px;
    }
}


@media (min-width: 361px) and (max-width: 576px) {
    
    html { 
        font-size: 15px; 
    }
    
    .section { 
        padding: 56px 0; 
    }
    
    .section-title { 
        font-size: clamp(24px, 6.2vw, 30px); 
    }
    
    .section-sub { 
        margin-bottom: 28px; 
        padding: 0 6px; 
    }
    
    p { 
        margin-bottom: 1rem; 
    }
    
    .hf-nav { width:48px; height:48px; }
    .hf-navbar .nav-link { padding: .65rem .8rem; }
    .navbar-brand { font-size: 1rem; }
    .language-dropdown .dropdown-menu { min-width: 10rem; }
    
    .hero { padding: 76px 0 60px; }
    .hero-title { font-size: clamp(26px, 7vw, 34px); }
    .hero-lead { font-size: .98rem; }
    .hero-card { 
        padding: 14px 16px; gap: 10px; 
        flex:1 1 auto; 
        min-width:0;
    }
    .hero-cta {
        flex:0 0 auto;
        width: auto; 
        display: inline-block; 
    }
    .hero .d-flex { 
        align-items: flex-start;
        gap:10px; 
    }
    .check { width: 26px; height: 26px; font-size: .9rem; }
    
    .frame-img { height: 240px; }
    .frame-soft { border-radius: 16px; }
    
    .video-slider { padding-top: 10px; }
    .video-carousel { border-radius: 14px; box-shadow: 0 6px 18px rgba(0,0,0,.07); }
    .video-caption { padding: 12px 12px 10px; }
    
    .video-caption h5 { 
      font-size: .75rem;
    }
    
    .video-caption p { 
      font-size: .625rem; 
    }
  
    .btn-sm { 
        font-size: .5rem;
        width: 90px;
      
    }

    .svc-media { 
        height: 160px; 
    }
    .svc-body { 
        padding: 18px 16px 14px; 
    }
    .svc-title h3 { 
        font-size: 1.05rem; 
    }
    
    .lux-card { 
        padding: 16px; 
    }
    .lux-img { 
        flex: 0 0 100%; 
        height: 180px; 
        border-radius: 12px; 
    }
    .lux-body { 
        margin-left: 0; 
        margin-top: 10px; 
    }
    .lux-price { 
        text-align: center; 
        margin-top: 8px; 
        min-width: 0; 
    }
    .lux-price-val { 
      font-size: 1.05rem; 
    }

    form label { 
      font-size: .95rem; 
    }
    .form-control { 
        padding: .7rem .85rem; 
        font-size: 1rem; 
    }
  
    .btn,
    .btn.btn-gold, 
    .btn.btn-teal {
      width: auto;
      display: inline-block;
      white-space: nowrap;
    }

  .marquee-track { 
      --logo-h: 32px; 
      --gap: 36px; 
      --pad-y: 16px; 
      --speed: 18s; 
  }
  .marquee-item img { 
      max-width: 140px; 
  }
}
@media (max-width: 360px) {
    html { font-size: 14px; }
    .hero-title { font-size: clamp(22px, 8vw, 28px); }
    .frame-img { height: 200px; }
    .svc-media { height: 140px; }
    .marquee-track { --logo-h: 28px; --gap: 28px; --speed: 16s; }
    .marquee-item img { max-width: 120px; }
}


/* WhatsApp Floating Button */
.hfw-dock {
    position: fixed;
    inset-block-end: calc(var(--hfw-offset-y) + env(safe-area-inset-bottom, 0px));
    inset-inline-end: calc(var(--hfw-offset-x) + env(safe-area-inset-right, 0px));
    z-index: var(--hfw-z);

    opacity: 0;
    transform: translateY(14px) scale(.9);
    pointer-events: none;
    transition: opacity .35s ease, transform .35s cubic-bezier(.34, 1.4, .64, 1);
}
.hfw-dock.is-visible {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}
.hfw-dock--force-start {
    inset-inline-end: auto;
    inset-inline-start: calc(var(--hfw-offset-x) + env(safe-area-inset-left, 0px));
}
.hfw {
    display: inline-flex;
    align-items: center;
    min-inline-size: var(--hfw-size);
    block-size: var(--hfw-size);
    border-radius: 999px;
    background: var(--hfw-green);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .18), 0 1px 3px rgba(0, 0, 0, .12);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color .2s ease, box-shadow .25s ease, transform .2s ease;
}
.hfw:hover,
.hfw:focus-visible {
    background: var(--hfw-green-deep);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .24), 0 0 0 3px rgba(199, 162, 79, .45);
    text-decoration: none;
}
.hfw:focus-visible {
    outline: 2px solid var(--hfw-gold);
    outline-offset: 3px;
}
.hfw:active {
    transform: scale(.95);
}
.hfw__icon {
    flex: 0 0 auto;
    inline-size: var(--hfw-size);
    block-size: var(--hfw-size);
    display: grid;
    place-items: center;
    position: relative;
}
.hfw__icon svg {
    inline-size: 55%;
    block-size: 55%;
    fill: #fff;
    display: block;
}
.hfw__icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: var(--hfw-green);
    opacity: 0;
    z-index: -1;
}
.hfw-dock.is-visible .hfw__icon::before {
    animation: hfw-ping 2.2s ease-out 3;
}
@keyframes hfw-ping {
    0%   { transform: scale(1);   opacity: .55; }
    70%  { transform: scale(1.9); opacity: 0; }
    100% { transform: scale(1.9); opacity: 0; }
}
.hfw__label {
    white-space: nowrap;
    overflow: hidden;
    max-inline-size: 0;
    opacity: 0;
    color: #fff;
    font-family: var(--hf-font);
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1;
    padding-inline-end: 0;
    transition:
        max-inline-size .32s cubic-bezier(.22, 1, .36, 1),
        opacity .22s ease,
        padding-inline-end .32s cubic-bezier(.22, 1, .36, 1);
}
.hfw:hover .hfw__label,
.hfw:focus-visible .hfw__label,
.hfw-dock.is-teasing .hfw__label {
    max-inline-size: 260px;
    opacity: 1;
    padding-inline-end: 22px;
}
.hfw:hover .hfw__icon::before,
.hfw-dock.is-teasing .hfw__icon::before {
    animation: none;
}
@media (max-width: 600px) {
    .hfw-dock {
        --hfw-size: 54px;
        --hfw-offset-x: 16px;
        --hfw-offset-y: 16px;
    }
}
@media (hover: none) {
    .hfw:hover .hfw__label {
        max-inline-size: 0;
        opacity: 0;
        padding-inline-end: 0;
    }
}
@media (prefers-reduced-motion: reduce) {
    .hfw-dock,
    .hfw,
    .hfw__label {
        transition-duration: .01ms;
    }
    .hfw-dock.is-visible .hfw__icon::before {
        animation: none;
    }
}
@media print {
    .hfw-dock { display: none; }
}