/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.hkc *, .hkc *::before, .hkc *::after { margin: 0; padding: 0; box-sizing: border-box; }
.hkc { --ink:    #0f1114;
  --yellow: #ffe400;
  --sand:   #d9ba93;
  
  --red:    #8b0000;
  --green:  #0b5447;
  
  --paper:  #faf9f7;
  --cream:  #f2ede6;
  --f-haas:  'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --f-disp:  'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --f-serif: var(--f-haas);
  --f-mono:  var(--f-haas);
  --f-cjk:   'Noto Sans TC', sans-serif;
  --spring:  cubic-bezier(0.16, 1, 0.3, 1);
  --ease:    cubic-bezier(0.12, 0.23, 0.5, 1); }
.hkc { -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }
.hkc { background: var(--paper); color: var(--ink); font-family: var(--f-haas); font-weight: 500; font-size: 15px; overflow-x: hidden; }
.hkc a { text-decoration: none; color: inherit; }
.hkc img { display: block; max-width: 100%; }
.hkc ::selection { background: var(--yellow); color: var(--ink); }
.hkc .kw { display: inline-block; overflow: hidden; vertical-align: bottom;
  padding: .1em .05em .16em 0; margin: -.1em -.05em -.16em 0; }
.hkc .kw > i { display: inline-block; font-style: inherit;
  transform: translateY(115%) rotate(6deg);
  transition: transform .9s var(--spring); }
.hkc .kinetic.in .kw > i { transform: translateY(0) rotate(0); }
.hkc [data-a] { will-change: transform, opacity; }
.hkc [data-a="up"] { opacity: 0; transform: translateY(60px); }
.hkc [data-a="left"] { opacity: 0; transform: translateX(-60px); }
.hkc [data-a="scale"] { opacity: 0; transform: scale(1.08); }
.hkc [data-a="fade"] { opacity: 0; }
.hkc [data-a].in { opacity: 1 !important; transform: none !important;
              transition: opacity .8s var(--spring), transform .8s var(--spring); }
.hkc [data-a][data-d="1"].in { transition-delay: .08s; }
.hkc [data-a][data-d="2"].in { transition-delay: .16s; }
.hkc [data-a][data-d="3"].in { transition-delay: .24s; }
.hkc .nav { position: absolute; top: 0; left: 0; right: 0; z-index: 10;  
  padding: 1.6rem 2.5rem;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.hkc .nav, .hkc .nav a, .hkc .nav span { color: #fff; }
.hkc .nav-brand { display: flex; flex-direction: column; align-items: center; gap: .45rem; justify-self: center; }
.hkc .nav-logo-icon { height: 120px; width: auto; }
.hkc .nav-links.nav-left { justify-content: flex-start; }
.hkc .nav-links { display: flex; justify-content: flex-end; gap: 2.4rem; align-items: center; }
.hkc .nav-link { font-family: var(--f-haas); font-weight: 700; font-size: 17px; letter-spacing: .04em;
  text-transform: uppercase; cursor: pointer; opacity: .9; transition: opacity .25s; }
.hkc .nav-link:hover { opacity: 1; }
.hkc .hero { min-height: 100vh; min-height: 100svh;   position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center;
  padding-top: 11rem; padding-bottom: 6rem;
  background: var(--ink); }
.hkc .hero-img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: .55; }
.hkc .hero-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  background: linear-gradient(to top, rgba(3,7,18,.92) 0%, rgba(3,7,18,.35) 55%, rgba(3,7,18,.6) 100%); }
.hkc .hero-body { position: relative; z-index: 2;
  padding: 0 2.5rem;
  width: 100%; }
.hkc .hero-tag { display: block; font-family: var(--f-mono); font-size: 12px;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--yellow); margin-bottom: 1.6rem;
  overflow: hidden; }
.hkc .hero-tag span { display: inline-block; transform: translateY(120%); animation: lineUp .7s var(--spring) .3s forwards; }
@keyframes lineUp { to { transform: translateY(0); } }
.hkc .hero-headline { font-family: var(--f-disp); font-weight: 700;
  font-size: clamp(56px, 8vw, 140px);
  line-height: .9; letter-spacing: -.03em;
  text-transform: uppercase; color: #fff; }
.hkc .hero-headline .yellow { color: var(--yellow); }
.hkc .hero-sub { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem;
  flex-wrap: wrap; margin-top: 2.2rem; }
.hkc .hero-lead { font-weight: 500; font-size: clamp(16px, 1.6vw, 21px); line-height: 1.45;
  color: #fff; max-width: 44ch; }
.hkc .hero-btn { font-family: var(--f-disp); font-weight: 700; font-size: 14px;
  letter-spacing: .02em; text-transform: uppercase;
  padding: 1rem 1.8rem; border-radius: 3px;
  transition: transform .25s var(--spring), background .25s, color .25s; }
.hkc .hero-btn-y { background: var(--yellow); color: var(--ink); }
.hkc .hero-btn-o { background: #fff; color: var(--ink); }
.hkc .hero-btn:hover { transform: translateY(-2px); }
.hkc .hero-btn-o:hover { background: var(--cream); }
.hkc .nav .nav-btn { padding: .7rem 1.3rem; font-size: 14px; }
.hkc .nav .hero-btn-y, .hkc .nav .hero-btn-o { color: var(--ink); }
.hkc .hero-foot { position: absolute; bottom: 2.2rem; left: 2.5rem; right: 2.5rem; z-index: 2;
  display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem;
  opacity: 0; animation: fadeIn .8s ease 1.1s forwards; }
@keyframes fadeIn { to { opacity: 1; } }
.hkc .hero-foot-item { font-family: var(--f-mono); font-size: 11px; letter-spacing: .4px;
  text-transform: uppercase; color: rgba(255,255,255,.6); }
.hkc .hero-foot-item strong { display: block; color: #fff; font-weight: 500; font-size: 13px; margin-top: .3rem; }
.hkc .hero-icon-essig { height: 72px; width: auto; align-self: center;
  filter: brightness(0) invert(1); opacity: .92;
  animation: essigFloat 3.4s ease-in-out infinite; }
@keyframes essigFloat { 50% { transform: translateY(-10px) rotate(3deg); } }
.hkc .marquee { background: var(--yellow); color: var(--ink);
  padding: 1.2rem 0; overflow: hidden; white-space: nowrap;
  border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); }
.hkc .marquee.dark { background: var(--ink); color: var(--paper); border-color: var(--yellow); }
.hkc .marquee-track { display: inline-flex; align-items: center; animation: mLeft 28s linear infinite; }
.hkc .marquee.rev .marquee-track { animation: mRight 32s linear infinite; }
.hkc .m-item { font-family: var(--f-disp); font-weight: 700;
  font-size: clamp(28px, 5vw, 72px);
  text-transform: uppercase; letter-spacing: -.02em;
  padding: 0 1.6rem; }
.hkc .m-star { font-family: var(--f-mono); font-weight: 500; opacity: .55; padding: 0 .4rem; }
@keyframes mLeft { 0%{transform:translateX(0)}     100%{transform:translateX(-50%)} }
@keyframes mRight { 0%{transform:translateX(-50%)}   100%{transform:translateX(0)} }
.hkc .inspo { padding: 0; }
.hkc .insp-row { display: grid; gap: 8px; margin-bottom: 8px; }
.hkc .insp-row:last-child { margin-bottom: 0; }
.hkc .insp-row.r1 { grid-template-columns: 38fr 62fr; }
.hkc .insp-row.r2 { grid-template-columns: 62fr 38fr; }
.hkc .insp-row.r3 { grid-template-columns: 1fr 1fr 1fr; }
.hkc .insp-row.r3 .insp-cell { height: auto; aspect-ratio: 3/4; }
.hkc .insp-cell { position: relative; overflow: hidden; height: min(88vh, 50vw); }
.hkc .insp-cell.pano { height: auto; aspect-ratio: 4/3; }
.hkc .insp-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.hkc .insp-cell:hover img { transform: scale(1.04); }
@media (max-width: 820px) {
.hkc .insp-row.r1, .hkc .insp-row.r2, .hkc .insp-row.r3 { grid-template-columns: 1fr; }.hkc .insp-row.r3 .insp-cell { aspect-ratio: 4/5; }.hkc .insp-cell { height: auto; aspect-ratio: 4/5; }.hkc .insp-cell.quer { aspect-ratio: 16/10; height: auto; }.hkc .insp-cell.pano { aspect-ratio: 4/3; height: auto; }
}
.hkc .story-green { background: var(--green); }
.hkc .story-center { text-align: center; max-width: 1100px; margin: 0 auto; padding: 8rem 2.5rem; }
.hkc .story-q { font-family: var(--f-disp); font-weight: 700; font-size: clamp(40px, 7vw, 110px); line-height: .92; letter-spacing: -.03em; text-transform: uppercase; color: #fff; }
.hkc .story-q .cjk { font-family: var(--f-cjk); font-weight: 900; color: var(--yellow); }
.hkc .story-btn { display: inline-flex; align-items: center; gap: .7rem; margin-top: 2.4rem; cursor: pointer; border: none;
  font-family: var(--f-disp); font-weight: 700; font-size: 15px; letter-spacing: .03em; text-transform: uppercase;
  background: var(--yellow); color: var(--ink); padding: 1.05rem 1.9rem; border-radius: 3px;
  transition: transform .25s var(--spring); animation: essigFloat 4s ease-in-out infinite; }
.hkc .story-btn:hover { transform: translateY(-2px); }
.hkc .story-btn .ar { display: inline-block; transition: transform .4s var(--spring); }
.hkc .story-green.open .story-btn .ar { transform: rotate(180deg); }
.hkc .story-reveal { max-height: 0; opacity: 0; overflow: hidden; margin-top: 0;
  transition: max-height .9s var(--spring), opacity .6s var(--ease), margin-top .6s var(--ease); }
.hkc .story-green.open .story-reveal { max-height: 800px; opacity: 1; margin-top: 3rem; }
.hkc .story-made { font-family: var(--f-disp); font-weight: 700; font-size: clamp(22px, 2.6vw, 38px); text-transform: uppercase; letter-spacing: -.01em; color: var(--yellow); margin-bottom: 1.4rem; }
.hkc .story-txt { font-weight: 500; font-size: 17px; line-height: 1.85; color: rgba(255,255,255,.92); max-width: 60ch; margin: 0 auto 1.8rem; }
.hkc .story-link { font-family: var(--f-mono); font-weight: 700; font-size: 13px; letter-spacing: .5px; text-transform: uppercase; color: #fff; border-bottom: 2px solid var(--yellow); padding-bottom: 3px; }
.hkc .story-link:hover { color: var(--yellow); }
.hkc .full-photo { position: relative; overflow: hidden; }
.hkc .full-photo-img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; object-position: center 60%;
  transform: scale(1.06); transition: transform 2.2s var(--ease);
  filter: contrast(1.07) saturate(1.1) sepia(.08); }
.hkc .full-photo.seen .full-photo-img { transform: scale(1); }
.hkc .full-photo::after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: .22; mix-blend-mode: overlay; }
.hkc .foodsec { position: relative; padding: 7rem 2.5rem; max-width: 1500px; margin: 0 auto; overflow: visible; }
.hkc .fs-row { display: grid; grid-template-columns: .85fr 1.5fr; gap: 3rem; align-items: center; }
.hkc .fs-row + .fs-row { margin-top: 6rem; }
.hkc .fs-row.rev { grid-template-columns: 1.1fr .9fr; }
.hkc .fs-kick { font-family: var(--f-mono); font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--red); margin-bottom: 1.4rem; display: block; }
.hkc .fs-h2 { font-family: var(--f-disp); font-weight: 700; font-size: clamp(42px, 5.6vw, 92px); line-height: .92; letter-spacing: -.03em; text-transform: uppercase; }
.hkc .fs-h2 .cjk { font-family: var(--f-cjk); font-weight: 900; color: var(--red); display: block; font-size: .8em; margin-top: .25em; }
.hkc .fs-copy { font-weight: 500; font-size: 17px; line-height: 1.75; color: rgba(15,17,20,.78); max-width: 40ch; margin-top: 1.8rem; }
.hkc .fs-end { text-align: center; margin-top: 5rem; }
.hkc .fs-menubtn { display: inline-block; font-family: var(--f-disp); font-weight: 700; font-size: 18px; letter-spacing: .03em; text-transform: uppercase;
  background: var(--yellow); color: var(--ink); padding: 1.3rem 2.6rem; border-radius: 3px;
  transition: transform .25s var(--spring); animation: essigFloat 4s ease-in-out infinite; }
.hkc .fs-menubtn:hover { transform: translateY(-2px); }
.hkc .fs-slide { border-radius: 4px; overflow: hidden; box-shadow: 0 14px 40px rgba(15,17,20,.14); }
.hkc .fs-slide img { width: 100%; height: auto; display: block; transition: transform .8s var(--ease); }
.hkc .fs-slide:hover img { transform: scale(1.03); }
.hkc .fs-deck { position: relative; width: min(460px, 86%); margin: 0 auto; }
.hkc .fs-deck::before, .hkc .fs-deck::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 6px; }
.hkc .fs-deck::before { background: var(--yellow); transform: rotate(-5deg) translateY(6px); }
.hkc .fs-deck::after { background: #ffffff; border: 1px solid rgba(15,17,20,.08); transform: rotate(3deg) translateY(3px); }
.hkc .fs-fader { position: relative; z-index: 2; aspect-ratio: 2/3; border-radius: 6px; overflow: hidden;
  box-shadow: 0 22px 60px rgba(15,17,20,.22); }
.hkc .fs-fader img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.2s var(--ease); }
.hkc .fs-fader img.on { opacity: 1; }
.hkc .fs-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hkc .fs-duo .fs-slide { flex: none; }
@media (max-width: 920px) {
.hkc .fs-row, .hkc .fs-row.rev { grid-template-columns: 1fr; gap: 1.8rem; }.hkc .fs-fader { height: auto; width: 100%; }.hkc .fs-deck { width: min(380px, 92%); }.hkc .fs-end { margin-top: 3.5rem; }.hkc .fs-row.rev .fs-duo { order: 2; }
}
.hkc .cc { background: var(--cream); padding: 7rem 2.5rem; overflow: hidden; }
.hkc .cc-in { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: center; }
.hkc .cc-kick { font-family: var(--f-mono); font-weight: 700; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--red); display: block; margin-bottom: 1.2rem; }
.hkc .cc h2 { font-family: var(--f-disp); font-weight: 700; font-size: clamp(34px, 4.4vw, 68px); line-height: 1.06; letter-spacing: -.03em; text-transform: uppercase; }
.hkc .cc h2 .y { background: var(--yellow); padding: 0 .12em; }
.hkc .cc-collage { position: relative; height: clamp(580px, 82vh, 840px); }
.hkc .cc-collage img { position: absolute; object-fit: cover; border-radius: 4px;
  box-shadow: 0 18px 45px rgba(15,17,20,.25); border: 5px solid #fff; }
.hkc .cc-collage .c1 { left: 1%; top: 0; width: 50%; aspect-ratio: 3/4; transform: rotate(-5deg); z-index: 3; animation: essigFloat 5s ease-in-out infinite; }
.hkc .cc-collage .c2 { right: 2%; top: 3%; width: 46%; aspect-ratio: 3/4; transform: rotate(6deg); z-index: 2; }
.hkc .cc-collage .c3 { left: 0; bottom: 1%; width: 40%; aspect-ratio: 4/3; transform: rotate(-7deg); z-index: 4; }
.hkc .cc-collage .c4 { left: 30%; bottom: 0; width: 38%; aspect-ratio: 4/3; transform: rotate(5deg); z-index: 5; animation: essigFloat 6s ease-in-out infinite; }
.hkc .cc-collage .c5 { right: 0; bottom: 2%; width: 40%; aspect-ratio: 4/3; transform: rotate(-3deg); z-index: 4; }
.hkc .cc-strip { display: none; }
@media (max-width: 880px) {
.hkc .cc { padding: 5.5rem 1.4rem; }.hkc .cc-in { grid-template-columns: 1fr; gap: 2rem; }.hkc .cc-collage { display: none; }.hkc .cc-strip { display: block; position: relative; aspect-ratio: 10/7; }.hkc .cc-strip img { position: absolute; width: 47%; aspect-ratio: 3/4; object-fit: cover; border-radius: 4px;
    border: 4px solid #fff; box-shadow: 0 12px 30px rgba(15,17,20,.22); }.hkc .cc-strip img:nth-child(1) { left: 0; top: 7%; transform: rotate(-6deg); z-index: 1; animation: essigFloat 5.4s ease-in-out infinite; }.hkc .cc-strip img:nth-child(2) { left: 26.5%; top: 0; transform: rotate(3deg); z-index: 2; animation: essigFloat 6.6s ease-in-out infinite .8s; }.hkc .cc-strip img:nth-child(3) { right: 0; top: 9%; transform: rotate(7deg); z-index: 3; animation: essigFloat 5.9s ease-in-out infinite .4s; }.hkc .cc-text .hero-btn-y { display: table; margin: 2rem auto 0; }.hkc .cc-text + .cc-strip { margin-top: 2.2rem; }
}
.hkc .cc-stepsmini { margin: 1.8rem 0 2.2rem; }
.hkc .cs { display: flex; gap: 1rem; align-items: center; padding: .95rem 0; border-top: 1px dashed rgba(15,17,20,.22); }
.hkc .cs:first-child { border-top: none; }
.hkc .cs .n { font-family: var(--f-disp); font-weight: 700; font-size: 19px; line-height: 1; color: var(--red); flex-shrink: 0; }
.hkc .cs .t { font-family: var(--f-disp); font-weight: 700; font-size: 18px; line-height: 1; text-transform: uppercase; }
.hkc .app { background: var(--green); color: #fff; text-align: center; padding: 7rem 2.5rem; }
.hkc .app-kick { font-family: var(--f-mono); font-weight: 700; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--yellow); display: block; margin-bottom: 1.6rem; }
.hkc .app-h2 { font-family: var(--f-disp); font-weight: 700; font-size: clamp(38px, 6vw, 96px); line-height: .92; letter-spacing: -.03em; text-transform: uppercase; color: #fff !important; }
.hkc .app-h2 i, .hkc .app-h2 .kw > i { color: #fff !important; }
.hkc .app-h2 .cjk { font-family: var(--f-cjk); font-weight: 900; color: var(--yellow) !important; }
.hkc .app-copy { font-weight: 500; font-size: 16.5px; line-height: 1.75; color: rgba(255,255,255,.85); max-width: 52ch; margin: 1.8rem auto 2.4rem; }
.hkc .app-btns { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; }
.hkc .app-btn { display: inline-flex; align-items: center; gap: .7rem;
  font-family: var(--f-disp); font-weight: 700; font-size: 15px; letter-spacing: .02em; text-transform: uppercase;
  padding: 1.05rem 1.8rem; border-radius: 3px; transition: transform .25s var(--spring); }
.hkc .app-btn:hover { transform: translateY(-2px); }
.hkc .app-btn-apple { background: #fff; color: var(--ink); }
.hkc .app-btn-play { background: var(--yellow); color: var(--ink); }
.hkc .app-note { display: block; margin-top: 1.4rem; font-size: 12px; letter-spacing: .4px; text-transform: uppercase; color: rgba(255,255,255,.4); }
@media (max-width: 820px) {
.hkc .app { padding: 5rem 1.4rem; }
}
.hkc .nlsec { background: var(--ink); color: rgba(255,255,255,.75); padding: 5.5rem 2.5rem; }
.hkc .gfoot { background: var(--yellow); color: var(--ink); padding: 5rem 2.5rem 2rem; }
.hkc .gfoot a { transition: color .25s; }
.hkc .gfoot a:hover { color: var(--red); }
.hkc .gfoot-nl { text-align: center; max-width: 640px; margin: 0 auto; }
.hkc .gfoot-nl h3 { font-family: var(--f-disp); font-weight: 700; font-size: clamp(26px, 3vw, 42px); text-transform: uppercase; letter-spacing: -.02em; color: #fff; margin-bottom: .7rem; }
.hkc .gfoot-nl p { font-weight: 500; font-size: 15px; margin-bottom: 1.6rem; }
.hkc .nl-form { display: flex; gap: .6rem; justify-content: center; flex-wrap: wrap; }
.hkc .nl-form input { flex: 1; min-width: 220px; padding: .95rem 1.2rem; border: 2px solid rgba(255,255,255,.35); border-radius: 3px;
  font-family: var(--f-haas); font-weight: 500; font-size: 16px; background: transparent; color: #fff; }
.hkc .nl-form input::placeholder { color: rgba(255,255,255,.45); }
.hkc .nl-form button { cursor: pointer; border: none; background: var(--yellow); color: var(--ink); font-family: var(--f-disp); font-weight: 700; font-size: 14px; text-transform: uppercase; padding: .95rem 1.5rem; border-radius: 3px; transition: transform .25s var(--spring); }
.hkc .nl-form button:hover { transform: translateY(-2px); }
.hkc .gfoot-nl small { display: block; margin-top: .9rem; font-size: 11.5px; color: rgba(255,255,255,.4); }
.hkc .nl-consent { flex-basis: 100%; display: flex; gap: .55rem; align-items: flex-start; justify-content: center; font-weight: 500; font-size: 12.5px; line-height: 1.5; color: rgba(255,255,255,.65); margin-top: .5rem; text-align: left; cursor: pointer; }
.hkc .nl-consent input { flex: 0 0 auto; width: 16px; height: 16px; min-width: 0; padding: 0; margin: 2px 0 0; border-radius: 3px; accent-color: var(--yellow); cursor: pointer; }
.hkc .gfoot-grid { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2.5rem; }
.hkc .gcol h4 { font-family: var(--f-disp); font-weight: 700; font-size: 18px; text-transform: uppercase; letter-spacing: .02em; color: var(--ink); margin-bottom: 1.1rem; border-bottom: 2px solid var(--ink); display: inline-block; padding-bottom: .3rem; }
.hkc .gcol p { font-weight: 500; font-size: 14.5px; line-height: 2.05; margin-bottom: 1.1rem; }
.hkc .gcol strong { color: var(--ink); font-weight: 700; }
.hkc .gcol a { color: rgba(15,17,20,.8); }
.hkc .gfoot-copy { max-width: 1300px; margin: 3.5rem auto 0; padding-top: 1.6rem; border-top: 1px solid rgba(15,17,20,.25); font-size: 12px; color: rgba(15,17,20,.55); }
@media (max-width: 820px) {
.hkc .hero-body { padding: 0 1.4rem; }
}
.hkc .nav-burger { display: none; }
.hkc .mobile-menu { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 500;
  background: var(--ink); color: #fff;
  display: flex; flex-direction: column;
  padding: 1.1rem 1.4rem 2rem;
  -webkit-clip-path: inset(0 0 100% 0); clip-path: inset(0 0 100% 0); visibility: hidden;
  transition: clip-path .55s var(--spring), visibility 0s .55s; }
.hkc .mobile-menu.open { -webkit-clip-path: inset(0 0 0 0); clip-path: inset(0 0 0 0); visibility: visible; transition: clip-path .55s var(--spring); }
.hkc .mm-head { display: flex; justify-content: space-between; align-items: center; }
.hkc .mm-logo { height: 95px; width: auto; }
.hkc .mm-close { background: none; border: none; color: #fff; font-size: 32px; line-height: 1; cursor: pointer; padding: .4rem .6rem; }
.hkc .mm-links { display: flex; flex-direction: column; margin-top: 2.5rem; }
.hkc .mm-links a { font-family: var(--f-haas); font-weight: 700;
  font-size: clamp(32px, 9vw, 44px); text-transform: uppercase; letter-spacing: -.02em;
  color: #fff; padding: .85rem 0; border-bottom: 1px solid rgba(255,255,255,.12);
  opacity: 0; transform: translateY(26px);
  transition: opacity .45s var(--ease), transform .55s var(--spring); }
.hkc .mobile-menu.open .mm-links a { opacity: 1; transform: none; }
.hkc .mobile-menu.open .mm-links a:nth-child(1) { transition-delay: .12s; }
.hkc .mobile-menu.open .mm-links a:nth-child(2) { transition-delay: .19s; }
.hkc .mobile-menu.open .mm-links a:nth-child(3) { transition-delay: .26s; }
.hkc .mobile-menu.open .mm-links a:nth-child(4) { transition-delay: .33s; }
.hkc .mobile-menu.open .mm-links a:nth-child(5) { transition-delay: .4s; }
.hkc .mm-links a.mm-cta { background: var(--yellow); color: var(--ink); border: none; border-radius: 3px;
  text-align: center; padding: 1.1rem 1rem; margin-top: 1.6rem; }
.hkc .mm-foot { margin-top: auto; font-family: var(--f-haas); font-weight: 500; font-size: 14px;
  color: rgba(255,255,255,.6); line-height: 1.8; }
.hkc .mm-foot .cjk { font-family: var(--f-cjk); color: var(--yellow); }
@media (max-width: 860px) {
.hkc .nav { display: flex; justify-content: space-between; align-items: center; padding: .9rem 1.2rem; }.hkc .nav-links { display: none; }.hkc .nav-brand { flex-direction: row; }.hkc .nav-logo-icon { height: 95px; }.hkc .nav-burger {
    display: flex; flex-direction: column; gap: 6px;
    background: none; border: none; cursor: pointer; padding: .6rem .4rem;
  }.hkc .nav-burger span { display: block; width: 30px; height: 3px; background: #fff; border-radius: 2px; }
}
@media (prefers-reduced-motion: reduce) {
.hkc * { animation: none !important; transition: none !important; }.hkc .kw > i, .hkc [data-a] { transform: none !important; opacity: 1 !important; }
}
.hkc { --ink: #0f1114; --yellow: #ffe400; --sand: #d9ba93;
  --red: #8b0000; --green: #0b5447;
  --paper: #faf9f7; --cream: #f2ede6;
  --f-haas: 'neue-haas-grotesk-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --f-disp: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --f-cjk: 'Noto Sans TC', sans-serif;
  --spring: cubic-bezier(0.16, 1, 0.3, 1);
  --ease: cubic-bezier(0.12, 0.23, 0.5, 1); }
@media (max-width: 860px) {
.hkc .nav { display: flex; justify-content: space-between; align-items: center; padding: .9rem 1.2rem; }.hkc .nav-links { display: none; }.hkc .nav-brand { flex-direction: row; }.hkc .nav-logo-icon { height: 95px; }.hkc .nav-burger { display: flex; flex-direction: column; gap: 6px; background: none; border: none; cursor: pointer; padding: .6rem .4rem; }.hkc .nav-burger span { display: block; width: 30px; height: 3px; background: #fff; border-radius: 2px; }
}
.hkc .phero { background: var(--ink); color: #fff; padding: 14rem 2.5rem 5.5rem; position: relative; overflow: hidden; }
.hkc .phero-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.hkc .phero-ov { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(to top, rgba(15,17,20,.95) 0%, rgba(15,17,20,.45) 55%, rgba(15,17,20,.65) 100%); }
.hkc .phero-in { position: relative; z-index: 2; }
.hkc .phero-in { max-width: 1500px; margin: 0 auto; }
.hkc .phero-kick { font-family: var(--f-haas); font-weight: 700; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--yellow); display: block; margin-bottom: 1.4rem; }
.hkc .phero h1 { font-family: var(--f-disp); font-weight: 700; font-size: clamp(48px, 8vw, 130px); line-height: .9; letter-spacing: -.03em; text-transform: uppercase; color: #fff !important; }
.hkc .phero h1 i, .hkc .phero h1 .kw, .hkc .phero h1 .kw > i { color: #fff !important; }
.hkc .phero h1 .yellow, .hkc .phero h1 .yellow i { color: var(--yellow) !important; }
.hkc .phero h1 .yellow { color: var(--yellow); }
.hkc .phero-lead { font-weight: 500; font-size: clamp(16px, 1.6vw, 20px); line-height: 1.6; color: rgba(255,255,255,.88); max-width: 62ch; margin-top: 1.8rem; }
.hkc .phero-cta { display: flex; gap: .9rem; flex-wrap: wrap; margin-top: 2.2rem; }
.hkc .m-star { font-weight: 500; opacity: .55; padding: 0 .4rem; }
@keyframes mLeft { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.hkc .mcat { padding: 6rem 2.5rem; }
.hkc .mcat.alt { background: var(--cream); }
.hkc .mcat-in { max-width: 1200px; margin: 0 auto; }
.hkc .mcat-kick { font-family: var(--f-haas); font-weight: 700; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--red); display: block; margin-bottom: 1.2rem; }
.hkc .mcat h2 { font-family: var(--f-disp); font-weight: 700; font-size: clamp(44px, 6.2vw, 100px); line-height: .92; letter-spacing: -.03em; text-transform: uppercase; }
.hkc .mcat h2 .cjk { font-family: var(--f-cjk); font-weight: 900; color: var(--red); font-size: .9em; display: block; margin: .18em 0 0; }
.hkc .mhero { overflow: hidden; }
.hkc .mhero img { width: 100%; height: 100vh; height: 100svh; object-fit: cover; object-position: center; }
@media (max-width: 860px) {
.hkc .mhero img { height: 46vh; }
}
.hkc .mcat-note { font-weight: 500; font-size: 15px; color: #6f675b; margin-top: 1rem; }
.hkc .mcat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 2.5rem; align-items: stretch; }
.hkc .mcat-side { display: flex; flex-direction: column; gap: 10px; }
.hkc .side-img { flex: 1; min-height: 380px; border-radius: 4px; overflow: hidden; box-shadow: 0 22px 60px rgba(15,17,20,.22); }
.hkc .side-img img { width: 100%; height: 100%; object-fit: cover; }
.hkc .hl { margin: 0; background: var(--green); color: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 22px 60px rgba(15,17,20,.22); }
.hkc .hl-body { padding: 2.6rem 2.8rem; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.hkc .hl-badge { display: inline-block; background: var(--yellow); color: var(--ink); font-weight: 700; font-size: 11px; letter-spacing: 1.5px;
  text-transform: uppercase; padding: .45rem .8rem; border-radius: 3px; margin-bottom: 1.2rem; }
.hkc .hl-name { font-family: var(--f-disp); font-weight: 700; font-size: clamp(28px, 3.4vw, 46px); line-height: .95; letter-spacing: -.02em; text-transform: uppercase; color: #fff !important; }
.hkc .hl-name .cjk { font-family: var(--f-cjk); font-weight: 900; color: var(--yellow) !important; font-size: .6em; margin-left: .25em; }
.hkc .hl-desc { font-weight: 500; font-size: 15.5px; line-height: 1.7; color: rgba(255,255,255,.85); max-width: 52ch; margin: 1rem 0 1.2rem; }
.hkc .hl-price { font-family: var(--f-disp); font-weight: 700; font-size: 23px; color: var(--yellow); margin-bottom: 1.4rem; }
.hkc .hl-up { font-weight: 700; font-size: 13px; letter-spacing: .4px; text-transform: uppercase; color: var(--sand); }
.hkc .hl-cut { display: none; }
@keyframes plateFloat { 50% { transform: translateY(28%) rotate(3deg); } }
.hkc .mrow { padding: 1.15rem 0; border-bottom: 1px dashed rgba(15,17,20,.2); }
.hkc .mrow:last-child { border-bottom: none; }
.hkc .mrow-top { display: flex; flex-wrap: wrap; align-items: baseline; gap: .7rem; }
.hkc .mrow-name { font-family: var(--f-disp); font-weight: 700; font-size: 19px; text-transform: uppercase; letter-spacing: -.01em; }
.hkc .mrow-price { font-family: var(--f-disp); font-weight: 700; font-size: 14px; color: var(--red); white-space: nowrap; }
.hkc .mrow-desc { font-weight: 500; font-size: 14.5px; line-height: 1.6; color: #6f675b; margin-top: .35rem; max-width: 64ch; }
.hkc .mrow-alg { font-size: 11px; letter-spacing: .5px; color: #9a917f; margin-left: .6rem; }
.hkc .dish-ic { display: inline-block; width: 16px; height: 16px; vertical-align: -2px; margin-left: .15rem; }
.hkc .ic-chili { color: var(--red); }
.hkc .ic-leaf, .hkc .ic-vegan { color: var(--green); }
.hkc .essig-note { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.4rem; }
.hkc .essig-note img { height: 72px; width: auto; flex-shrink: 0; animation: essigFloat 3.4s ease-in-out infinite; }
.hkc .essig-note p { font-family: var(--f-disp); font-weight: 700; font-size: 17px; line-height: 1.45; text-transform: uppercase; letter-spacing: .01em; }
.hkc .sauces { margin-top: 2.2rem; padding: 1.6rem 1.8rem; padding-right: 280px; border: 2px solid var(--ink); border-radius: 4px; background: #fff; position: relative; }
@keyframes chiliSway { 0%, 100% { transform: translateY(0) rotate(-5deg); } 50% { transform: translateY(-14px) rotate(6deg); } }
.hkc .sauce-chili { position: absolute; right: 2.8rem; top: calc(50% - 60px); height: 120px; animation: chiliSway 5s ease-in-out infinite; }
.hkc .sauce-chili img { height: 100%; width: auto; }
.hkc .sauce-essig { position: absolute; right: 11rem; top: calc(50% - 52px); height: 104px; animation: essigFloat 4.2s ease-in-out infinite; }
.hkc .sauce-essig img { height: 100%; width: auto; }
.hkc .sauces h3 { font-family: var(--f-disp); font-weight: 700; font-size: 18px; text-transform: uppercase; margin-bottom: 1rem; }
.hkc .sauces h3 span { color: var(--red); }
.hkc .sauce-chips { display: flex; flex-wrap: wrap; gap: .6rem; }
.hkc .sauce-chips span { font-weight: 700; font-size: 13px; padding: .5rem .9rem; background: var(--cream); border-radius: 3px; }
.hkc .legend { padding: 3rem 2.5rem 4rem; max-width: 1200px; margin: 0 auto; }
.hkc .legend p { font-size: 12.5px; line-height: 1.9; color: #8a8174; }
.hkc .legend strong { color: var(--ink); }
.hkc .pdfband { background: var(--yellow); text-align: center; padding: 6rem 2.5rem; border-top: 3px solid var(--ink); }
.hkc .pdfband h2 { font-family: var(--f-disp); font-weight: 700; font-size: clamp(34px, 5.5vw, 90px); line-height: .9; letter-spacing: -.03em; text-transform: uppercase; color: var(--ink); margin-bottom: 2rem; }
.hkc .pdf-btn { display: inline-block; background: var(--ink); color: var(--yellow); font-family: var(--f-disp); font-weight: 700; font-size: 15px;
  letter-spacing: .03em; text-transform: uppercase; padding: 1.05rem 1.9rem; border-radius: 3px;
  transition: transform .25s var(--spring); animation: essigFloat 4s ease-in-out infinite; }
.hkc .pdf-btn:hover { transform: translateY(-2px); }
.hkc .pdfband small { display: block; margin-top: 1.6rem; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; color: rgba(15,17,20,.6); }
.hkc .pdfband small a { border-bottom: 2px solid var(--ink); padding-bottom: 2px; }
@media (max-width: 860px) {
.hkc .phero { padding: 9.5rem 1.4rem 3.5rem; }.hkc .mcat { padding: 4rem 1.4rem; }.hkc .mcat-grid { grid-template-columns: 1fr; gap: 0; margin-top: 1.8rem; }.hkc .mcat-side { order: -1; }.hkc .side-img { display: none; }.hkc .hl-body { padding: 1.8rem 1.5rem; }.hkc .hl-cutm { overflow: visible; position: relative; margin-bottom: 4.5rem; }.hkc .hl-cutm .hl-body { padding-right: 36%; }.hkc .hl-cutm .hl-cut { display: block; position: absolute; right: calc(-4% + 5px); bottom: 0; width: 38%; z-index: 2;
    transform: translateY(33%); animation: plateFloat 4.5s ease-in-out infinite;
    filter: drop-shadow(0 16px 28px rgba(15,17,20,.35)); }.hkc .hl-milktea .hl-cut { width: 38%; right: 3%; transform: translateY(22%); }.hkc .hl-milktea .hl-body { padding-right: 40%; }.hkc .sauces { padding-right: 110px; }.hkc .sauces { padding-right: 150px; }.hkc .sauce-chili { right: 1rem; top: calc(50% - 40px); height: 80px; }.hkc .sauce-essig { right: 5.2rem; top: calc(50% - 34px); height: 68px; }.hkc .legend { padding: 2.5rem 1.4rem 3rem; }.hkc .pdfband { padding: 4.5rem 1.4rem; }
}
.hkc .phero { background: var(--ink); color: #fff; padding: 15rem 2.5rem 8.5rem; min-height: 86vh; display: flex; align-items: center; position: relative; overflow: hidden; }
.hkc .phero-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 22%; opacity: .5; }
.hkc .phero-kick { font-weight: 700; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--yellow); display: block; margin-bottom: 1.4rem; }
.hkc .phero h1 { font-family: var(--f-disp); font-weight: 700; font-size: clamp(44px, 7vw, 120px); line-height: .9; letter-spacing: -.03em; text-transform: uppercase; color: #fff; }
.hkc .story { padding: 7rem 2.5rem; }
.hkc .story.alt { background: var(--cream); }
.hkc .story-in { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5.5rem; align-items: center; }
.hkc .story-in.rev .story-img { order: 2; }
.hkc .story-in.rev .story-img img { aspect-ratio: 3/4; }
.hkc .story-img { overflow: hidden; border-radius: 4px; box-shadow: 0 18px 50px rgba(15,17,20,.18); }
.hkc .story-img img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; transition: transform 1.2s var(--ease); }
.hkc .story-img:hover img { transform: scale(1.04); }
.hkc .story-kick { font-weight: 700; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--red); display: block; margin-bottom: 1.4rem; }
.hkc .story-txt h2 { font-family: var(--f-disp); font-weight: 700; font-size: clamp(32px, 4vw, 58px); line-height: .94; letter-spacing: -.03em; text-transform: uppercase; overflow-wrap: break-word; }
.hkc .story-txt h2 .cjk { font-family: var(--f-cjk); font-weight: 900; color: var(--red); font-size: .6em; margin-left: .25em; }
.hkc .story-txt p { font-weight: 500; font-size: 16.5px; line-height: 1.8; color: rgba(15,17,20,.8); max-width: 54ch; margin-top: 1.6rem; }
.hkc .story-link { display: inline-block; margin-top: 2rem; font-weight: 700; font-size: 13px; letter-spacing: .5px; text-transform: uppercase;
  border-bottom: 2px solid var(--yellow); padding-bottom: 3px; transition: color .25s; color: var(--ink) !important; }
.hkc .story-link:hover { color: var(--red) !important; }
.hkc .gquote { background: var(--green); color: #fff; text-align: center; padding: 8rem 2.5rem; }
.hkc .gquote-txt { font-family: var(--f-disp); font-weight: 700; font-size: clamp(30px, 4.8vw, 76px); line-height: .98; letter-spacing: -.03em;
  text-transform: uppercase; max-width: 1100px; margin: 0 auto; color: #fff !important; }
.hkc .gquote-txt i, .hkc .gquote-txt .kw > i { color: #fff !important; }
.hkc .gquote-txt .y, .hkc .gquote-txt .y i { color: var(--yellow) !important; }
.hkc .gquote-txt .y { color: var(--yellow); }
.hkc .gquote-src { display: block; margin-top: 2rem; font-weight: 700; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.6); }
.hkc .gquote-src .cjk { font-family: var(--f-cjk); color: var(--yellow); }
.hkc .pstrip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 8px; background: var(--ink); }
.hkc .pstrip img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.hkc .ctab { background: var(--yellow); text-align: center; padding: 6rem 2.5rem; border-top: 3px solid var(--ink); }
.hkc .ctab h2 { font-family: var(--f-disp); font-weight: 700; font-size: clamp(34px, 5.5vw, 90px); line-height: .9; letter-spacing: -.03em; text-transform: uppercase; color: var(--ink); margin-bottom: 2rem; }
.hkc .ctab-btn { display: inline-block; background: var(--ink); color: var(--yellow); font-family: var(--f-disp); font-weight: 700; font-size: 15px;
  letter-spacing: .03em; text-transform: uppercase; padding: 1.05rem 1.9rem; border-radius: 3px; margin: 0 .4rem;
  transition: transform .25s var(--spring); animation: essigFloat 4s ease-in-out infinite; }
.hkc .ctab-btn:hover { transform: translateY(-2px); }
.hkc .ctab-btn.alt2 { background: transparent; color: var(--ink); border: 2px solid var(--ink); animation-delay: .6s; }
@media (max-width: 860px) {
.hkc .phero { padding: 9.5rem 1.4rem 3.5rem; min-height: 0; display: block; }.hkc .story { padding: 4rem 1.4rem; }.hkc .story-in, .hkc .story-in.rev { grid-template-columns: 1fr; gap: 1.8rem; }.hkc .story-in.rev .story-img { order: 0; }.hkc .gquote { padding: 5rem 1.4rem; }.hkc .ctab { padding: 4.5rem 1.4rem; }.hkc .ctab-btn { margin: .3rem; }
}
.hkc .phero-in { position: relative; z-index: 2; max-width: 1500px; margin: 0 auto; }
.hkc .phero h1 .cjk { font-family: var(--f-cjk); font-weight: 900; color: var(--yellow); }
.hkc .phero-lead { font-weight: 500; font-size: clamp(16px, 1.6vw, 20px); line-height: 1.6; color: rgba(255,255,255,.88); max-width: 60ch; margin-top: 1.8rem; }
.hkc .kon { padding: 6rem 2.5rem; }
.hkc .kon-in { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: stretch; }
.hkc .kon-kick { font-weight: 700; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--red); display: block; margin-bottom: 1.2rem; }
.hkc .kon h2 { font-family: var(--f-disp); font-weight: 700; font-size: clamp(36px, 4.6vw, 72px); line-height: .92; letter-spacing: -.03em; text-transform: uppercase; margin-bottom: 2rem; }
.hkc .kon-row { display: flex; gap: 1.2rem; padding: 1.1rem 0; border-bottom: 1px dashed rgba(15,17,20,.22); }
.hkc .kon-row:last-of-type { border-bottom: none; }
.hkc .kon-row .l { font-weight: 700; font-size: 14.5px; letter-spacing: .8px; text-transform: uppercase; color: var(--red); min-width: 170px; padding-top: .15rem; }
.hkc .kon-row .v { font-weight: 500; font-size: 17.5px; line-height: 1.7; }
.hkc .kon-row .v a { border-bottom: 2px solid var(--yellow); padding-bottom: 1px; transition: color .25s; }
.hkc .kon-row .v a:hover { color: var(--red); }
.hkc .kon-btns { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 2rem; }
.hkc .kon-btn { display: inline-block; font-family: var(--f-disp); font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: .02em;
  padding: 1rem 1.7rem; border-radius: 3px; background: var(--ink); color: var(--yellow); transition: transform .25s var(--spring); }
.hkc .kon-btn:hover { transform: translateY(-2px); }
.hkc .kon-btn.alt { background: var(--yellow); color: var(--ink); }
.hkc .map-box { position: relative; background: var(--cream); border: 2px solid var(--ink); border-radius: 4px; min-height: 480px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.2rem; text-align: center; overflow: hidden; }
.hkc .map-box .mb-t { font-family: var(--f-disp); font-weight: 700; font-size: 20px; text-transform: uppercase; }
.hkc .map-box .mb-s { font-weight: 500; font-size: 13px; color: #6f675b; max-width: 36ch; }
.hkc .map-load { cursor: pointer; border: none; font-family: var(--f-disp); font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: .02em;
  background: var(--yellow); color: var(--ink); padding: 1rem 1.7rem; border-radius: 3px;
  transition: transform .25s var(--spring); animation: essigFloat 4s ease-in-out infinite; }
.hkc .map-load:hover { transform: translateY(-2px); }
.hkc .map-box iframe { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 860px) {
.hkc .phero { padding: 9.5rem 1.4rem 3.5rem; }.hkc .kon { padding: 4rem 1.4rem; }.hkc .kon-in { grid-template-columns: 1fr; gap: 2.5rem; }.hkc .map-box { min-height: 380px; }.hkc .ctab { padding: 4.5rem 1.4rem; }.hkc .ctab-btn { margin: .3rem; }
.hkc .kon-row { flex-direction: column; gap: .25rem; }.hkc .kon-row .l { min-width: 0; }.hkc .kon-row .v { overflow-wrap: break-word; word-break: break-word; }
}
.hkc { position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden; }
.hkc .hero-foot { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 2rem; }
.hkc .hero-foot-item:last-child { justify-self: end; text-align: right; }
.hkc .hero-icon-essig { justify-self: center; }
@media (max-width: 860px) {
  
  .hkc .mm-links a { padding: .5rem 0; font-size: clamp(26px, 7.2vw, 38px); }
  .hkc .mm-links a.mm-cta { font-size: 18px; letter-spacing: .02em; padding: 1rem 1.2rem; margin-top: 1.1rem; }
  
  .hkc .hero-foot { gap: 1rem; left: 1.4rem; right: 1.4rem; bottom: 1.4rem; }
  .hkc .hero-icon-essig { height: 52px; }
}
.hkc .story-reveal { transition: max-height .55s ease, opacity .4s ease, margin-top .4s ease; }
.hkc .phero-legal { padding: 10rem 2.5rem 3.5rem; min-height: 0; }
.hkc .phero-legal h1 { font-family: var(--f-disp); font-weight: 700; font-size: clamp(40px, 7vw, 96px); line-height: .9; letter-spacing: -.03em; text-transform: uppercase; color: #fff !important; }
.hkc .legal { max-width: 880px; margin: 0 auto; padding: 4.5rem 2.5rem 6rem; }
.hkc .legal h2 { font-family: var(--f-disp); font-weight: 700; font-size: clamp(24px, 3vw, 40px); line-height: .95; letter-spacing: -.02em; text-transform: uppercase; margin: 2.6rem 0 1rem; }
.hkc .legal h2:first-of-type { margin-top: 0; }
.hkc .legal h3 { font-family: var(--f-disp); font-weight: 700; font-size: 18px; text-transform: uppercase; letter-spacing: .01em; margin: 1.8rem 0 .5rem; }
.hkc .legal p { font-weight: 500; font-size: 16px; line-height: 1.75; color: rgba(15,17,20,.82); margin-bottom: 1rem; max-width: 72ch; }
.hkc .legal a { color: var(--red); border-bottom: 1px solid var(--sand); }
.hkc .legal a:hover { color: var(--ink); }
.hkc .legal strong { font-weight: 700; color: var(--ink); }
@media (max-width: 860px) { .hkc .phero-legal { padding: 7rem 1.4rem 2.5rem; } .hkc .legal { padding: 3rem 1.4rem 4rem; } }
@media (max-width: 860px) {
  .hkc-ueber-uns .phero { aspect-ratio: 1 / 1; min-height: 0; display: flex; align-items: flex-end; }
  .hkc-ueber-uns .phero-bg { object-position: center center; }
}